.page-playtime-for-android { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-playtime-for-android__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-for-android__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-playtime-for-android__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-playtime-for-android__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-playtime-for-android__section-title--light { color: #ecf0f1; }.page-playtime-for-android__text-center { text-align: center; }.page-playtime-for-android__hero-section { background: linear-gradient(135deg, #2980b9, #3498db); color: #fff; padding: 100px 20px; text-align: center; position: relative; overflow: hidden; border-radius: 0; padding-top: calc(10px + var(--header-offset, 0px)); }.page-playtime-for-android__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric]'); background-size: cover; opacity: 0.1; z-index: 0; }.page-playtime-for-android__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-playtime-for-android__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-playtime-for-android__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }.page-playtime-for-android__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-playtime-for-android__btn:hover { background-color: #c0392b; transform: translateY(-3px); }.page-playtime-for-android__btn--secondary { background-color: #f39c12; }.page-playtime-for-android__btn--secondary:hover { background-color: #e67e22; }.page-playtime-for-android__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-playtime-for-android__card { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100%; }.page-playtime-for-android__card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-playtime-for-android__card-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; }.page-playtime-for-android__card-title { font-size: 1.4em; margin-bottom: 15px; color: #2c3e50; }.page-playtime-for-android__card-text { font-size: 0.95em; color: #555; }.page-playtime-for-android__features-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-for-android__feature-item { background-color: #e8f6f3; padding: 15px 25px; border-radius: 25px; font-weight: bold; color: #27ae60; font-size: 1.1em; text-align: center; box-sizing: border-box; }.page-playtime-for-android__game-category { text-align: center; }.page-playtime-for-android__game-category-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; display: block; object-fit: cover; }.page-playtime-for-android__game-category-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-playtime-for-android__game-category-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-playtime-for-android__promo-item { background-color: #fefce8; border: 1px solid #fbd38d; padding: 20px; border-radius: 8px; text-align: center; }.page-playtime-for-android__promo-title { font-size: 1.5em; color: #c05621; margin-bottom: 10px; }.page-playtime-for-android__promo-description { font-size: 1em; color: #783a00; margin-bottom: 20px; }.page-playtime-for-android__promo-image { max-width: 100%; height: auto; border-radius: 6px; margin-bottom: 15px; object-fit: cover; }.page-playtime-for-android__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; }.page-playtime-for-android__faq-item { background-color: #ecf0f1; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }.page-playtime-for-android__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #34495e; color: #fff; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; }.page-playtime-for-android__faq-question:hover { background-color: #2c3e50; }.page-playtime-for-android__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-playtime-for-android__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-for-android__faq-item.active .page-playtime-for-android__faq-toggle { transform: rotate(45deg); }.page-playtime-for-android__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-playtime-for-android__faq-item.active .page-playtime-for-android__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-playtime-for-android__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-playtime-for-android__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-for-android__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-playtime-for-android__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-playtime-for-android__blog-content { padding: 20px; }.page-playtime-for-android__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-playtime-for-android__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-playtime-for-android__blog-link { color: #3498db; text-decoration: none; font-weight: bold; }.page-playtime-for-android__blog-link:hover { text-decoration: underline; }@media (max-width: 768px) { .page-playtime-for-android__hero-title { font-size: 2.5em; }.page-playtime-for-android__hero-subtitle { font-size: 1.2em; }.page-playtime-for-android__section-title { font-size: 2em; }.page-playtime-for-android__grid, .page-playtime-for-android__blog-grid { grid-template-columns: 1fr; }.page-playtime-for-android__features-list { flex-direction: column; align-items: center; }.page-playtime-for-android__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-playtime-for-android__faq-question { padding: 12px 15px; font-size: 1em; }.page-playtime-for-android__faq-question h3 { font-size: 1em; }.page-playtime-for-android__faq-answer { padding: 15px !important; }.page-playtime-for-android__blog-image { height: 180px; }.page-playtime-for-android__game-category-image, .page-playtime-for-android__promo-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; }.page-playtime-for-android__card-icon { width: 60px; height: 60px; } } @media (max-width: 375px) { .page-playtime-for-android__hero-title { font-size: 2em; }.page-playtime-for-android__hero-subtitle { font-size: 1em; }.page-playtime-for-android__btn { padding: 12px 25px; font-size: 1em; }.page-playtime-for-android__section { padding: 30px 15px; }.page-playtime-for-android__section-title { font-size: 1.8em; } }