.page-poppy-playtime-chapter-1-apk-mobile { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-1-apk-mobile__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-poppy-playtime-chapter-1-apk-mobile__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-chapter-1-apk-mobile__hero-section { background: linear-gradient(135deg, #2c3e50, #34495e); color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; box-shadow: none; margin-bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 10px; }@media (max-width: 768px) { .page-poppy-playtime-chapter-1-apk-mobile__hero-section { padding: 60px 20px; padding-top: 10px; }}.page-poppy-playtime-chapter-1-apk-mobile__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-poppy-playtime-chapter-1-apk-mobile__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-poppy-playtime-chapter-1-apk-mobile__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-poppy-playtime-chapter-1-apk-mobile__hero-description { font-size: 1.3em; margin-bottom: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-1-apk-mobile__button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-poppy-playtime-chapter-1-apk-mobile__button--secondary { background-color: #3498db; }.page-poppy-playtime-chapter-1-apk-mobile__button--secondary:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-1-apk-mobile__heading { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__heading--light { color: #ecf0f1; }.page-poppy-playtime-chapter-1-apk-mobile__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__list-item { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #ecf0f1; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); text-align: center; box-sizing: border-box; }.page-poppy-playtime-chapter-1-apk-mobile__list-item-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-apk-mobile__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__image { max-width: 100%; height: auto; display: block; border-radius: 8px; }.page-poppy-playtime-chapter-1-apk-mobile__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-poppy-playtime-chapter-1-apk-mobile__card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.12); }.page-poppy-playtime-chapter-1-apk-mobile__card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-chapter-1-apk-mobile__card-content { padding: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-poppy-playtime-chapter-1-apk-mobile__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chapter-1-apk-mobile__card-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; }.page-poppy-playtime-chapter-1-apk-mobile__card-link:hover { text-decoration: underline; }.page-poppy-playtime-chapter-1-apk-mobile__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; }.page-poppy-playtime-chapter-1-apk-mobile__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-chapter-1-apk-mobile__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-poppy-playtime-chapter-1-apk-mobile__faq-item { background-color: #fefefe; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-poppy-playtime-chapter-1-apk-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; font-weight: bold; color: #2c3e50; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-1-apk-mobile__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-chapter-1-apk-mobile__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-poppy-playtime-chapter-1-apk-mobile__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-1-apk-mobile__faq-item.active .page-poppy-playtime-chapter-1-apk-mobile__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-1-apk-mobile__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-chapter-1-apk-mobile__faq-item.active .page-poppy-playtime-chapter-1-apk-mobile__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-poppy-playtime-chapter-1-apk-mobile__social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__social-icon-item { width: 50px; height: 50px; }.page-poppy-playtime-chapter-1-apk-mobile__social-icon-item img { max-width: 100%; height: auto; }.page-poppy-playtime-chapter-1-apk-mobile__blog-meta { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-apk-mobile__blog-date { margin-right: 10px; }.page-poppy-playtime-chapter-1-apk-mobile__blog-tags span { display: inline-block; background-color: #f0f0f0; padding: 3px 8px; border-radius: 3px; font-size: 0.8em; }.page-poppy-playtime-chapter-1-apk-mobile__blog-tags span:not(:last-child) { margin-right: 5px; }@media (max-width: 768px) { .page-poppy-playtime-chapter-1-apk-mobile__hero-title { font-size: 2.5em; }.page-poppy-playtime-chapter-1-apk-mobile__hero-description { font-size: 1.1em; }.page-poppy-playtime-chapter-1-apk-mobile__heading { font-size: 2em; }.page-poppy-playtime-chapter-1-apk-mobile__list-item { flex: 1 1 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-chapter-1-apk-mobile__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-chapter-1-apk-mobile__card-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-1-apk-mobile__image, .page-poppy-playtime-chapter-1-apk-mobile__card-image { max-width: 100% !important; height: auto !important; }.page-poppy-playtime-chapter-1-apk-mobile__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-1-apk-mobile__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-chapter-1-apk-mobile__payment-logo, .page-poppy-playtime-chapter-1-apk-mobile__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }}.page-poppy-playtime-chapter-1-apk-mobile__main-image { max-width: 100%; height: auto; display: block; border-radius: 8px; margin: 0 auto 20px auto; }.page-poppy-playtime-chapter-1-apk-mobile__paragraph { margin-bottom: 15px; }.page-poppy-playtime-chapter-1-apk-mobile__subsection-title { font-size: 1.8em; color: #e74c3c; margin-top: 30px; margin-bottom: 20px; text-align: center; }.page-poppy-playtime-chapter-1-apk-mobile__buttons-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-1-apk-mobile__provider-logo-item { width: 100px; height: 100px; object-fit: contain; }.page-poppy-playtime-chapter-1-apk-mobile__promo-item { background-color: #ecf0f1; padding: 20px; border-radius: 8px; text-align: center; }.page-poppy-playtime-chapter-1-apk-mobile__promo-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-apk-mobile__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chapter-1-apk-mobile__feature-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; }.page-poppy-playtime-chapter-1-apk-mobile__feature-item { background-color: #fefefe; padding: 20px; border-left: 5px solid #e74c3c; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }.page-poppy-playtime-chapter-1-apk-mobile__feature-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-apk-mobile__feature-text { font-size: 0.95em; color: #555; }