.page-poppy-playtime-chapter-3-mobile-gameplay { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; background-color: #f4f7f6; }.page-poppy-playtime-chapter-3-mobile-gameplay__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-poppy-playtime-chapter-3-mobile-gameplay__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-chapter-3-mobile-gameplay__section--dark h2, .page-poppy-playtime-chapter-3-mobile-gameplay__section--dark h3 { color: #ecf0f1; }.page-poppy-playtime-chapter-3-mobile-gameplay__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; font-weight: 700; }.page-poppy-playtime-chapter-3-mobile-gameplay__section-title--light { color: #ecf0f1; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-section { position: relative; overflow: hidden; padding: 10px 0 60px; text-align: center; color: #fff; background-color: #1a2a3a; display: flex; align-items: center; justify-content: center; min-height: 500px; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chapter-3-mobile-gameplay__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-mobile-gameplay__btn:hover { background-color: #c0392b; transform: translateY(-2px); }.page-poppy-playtime-chapter-3-mobile-gameplay__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; text-align: center; }.page-poppy-playtime-chapter-3-mobile-gameplay__intro-item { padding: 20px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-poppy-playtime-chapter-3-mobile-gameplay__intro-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__quick-access-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-poppy-playtime-chapter-3-mobile-gameplay__quick-access-list-item { margin: 0; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card-content { padding: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chapter-3-mobile-gameplay__promo-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__promo-item { background-color: #fefefe; border-radius: 8px; padding: 25px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; }.page-poppy-playtime-chapter-3-mobile-gameplay__promo-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center; }.page-poppy-playtime-chapter-3-mobile-gameplay__security-item { flex: 1 1 280px; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-poppy-playtime-chapter-3-mobile-gameplay__security-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-list { max-width: 800px; margin: 0 auto; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-item { background-color: #fefefe; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #e74c3c; color: #fff; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-question:hover { background-color: #c0392b; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-item.active .page-poppy-playtime-chapter-3-mobile-gameplay__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; background-color: #f9f9f9; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-item.active .page-poppy-playtime-chapter-3-mobile-gameplay__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-image { width: 100%; height: 180px; object-fit: cover; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-content { padding: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-title a { text-decoration: none; color: #2c3e50; transition: color 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-title a:hover { color: #e74c3c; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-meta { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chapter-3-mobile-gameplay__read-more-btn { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__read-more-btn:hover { color: #c0392b; }.page-poppy-playtime-chapter-3-mobile-gameplay__logo-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__logo-item img { max-width: 120px; height: auto; display: block; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-poppy-playtime-chapter-3-mobile-gameplay__logo-item img:hover { filter: grayscale(0%); opacity: 1; }.page-poppy-playtime-chapter-3-mobile-gameplay__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__payment-item img { max-width: 80px; height: auto; display: block; }.page-poppy-playtime-chapter-3-mobile-gameplay__contact-info { text-align: center; margin-top: 30px; }.page-poppy-playtime-chapter-3-mobile-gameplay__contact-info p { margin-bottom: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__contact-info a { color: #e74c3c; text-decoration: none; font-weight: bold; }.page-poppy-playtime-chapter-3-mobile-gameplay__contact-info a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-poppy-playtime-chapter-3-mobile-gameplay__section { padding: 30px 15px; }.page-poppy-playtime-chapter-3-mobile-gameplay__section-title { font-size: 2em; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-title { font-size: 2.2em; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-description { font-size: 1em; }.page-poppy-playtime-chapter-3-mobile-gameplay__btn { padding: 10px 20px; font-size: 0.9em; }.page-poppy-playtime-chapter-3-mobile-gameplay__quick-access-list { flex-direction: column; align-items: center; }.page-poppy-playtime-chapter-3-mobile-gameplay__quick-access-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-chapter-3-mobile-gameplay__quick-access-list-item .page-poppy-playtime-chapter-3-mobile-gameplay__btn { width: 100%; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-grid, .page-poppy-playtime-chapter-3-mobile-gameplay__promo-list, .page-poppy-playtime-chapter-3-mobile-gameplay__blog-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-3-mobile-gameplay__security-features { flex-direction: column; }.page-poppy-playtime-chapter-3-mobile-gameplay__security-item { flex: none; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-question { padding: 15px 20px; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-question h3 { font-size: 1em; }.page-poppy-playtime-chapter-3-mobile-gameplay__faq-answer { padding: 15px 20px !important; }.page-poppy-playtime-chapter-3-mobile-gameplay__logo-list, .page-poppy-playtime-chapter-3-mobile-gameplay__payment-methods { gap: 10px; }.page-poppy-playtime-chapter-3-mobile-gameplay__logo-item img, .page-poppy-playtime-chapter-3-mobile-gameplay__payment-item img { max-width: 70px; }.page-poppy-playtime-chapter-3-mobile-gameplay__intro-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-3-mobile-gameplay__intro-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }body { padding-top: var(--header-offset); }img { max-width: 100%; height: auto; display: block; }.page-poppy-playtime-chapter-3-mobile-gameplay__game-card-image, .page-poppy-playtime-chapter-3-mobile-gameplay__blog-card-image { width: 100%; height: auto; object-fit: cover; }.page-poppy-playtime-chapter-3-mobile-gameplay__hero-background { width: 100%; height: 100%; object-fit: cover; }}.page-poppy-playtime-chapter-3-mobile-gameplay__hero-section { padding-top: 10px; }