.page-poppy-playtime-chapter-7-mobile { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-chapter-7-mobile__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,chapter 7,mobile,game]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #fff; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__hero-section { padding: 80px 15px; } } .page-poppy-playtime-chapter-7-mobile__hero-content { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-chapter-7-mobile__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__hero-title { font-size: 2.5em; } } .page-poppy-playtime-chapter-7-mobile__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__hero-subtitle { font-size: 1.2em; } } .page-poppy-playtime-chapter-7-mobile__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-7-mobile__cta-button:hover { background-color: #c0392b; } .page-poppy-playtime-chapter-7-mobile__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__section { padding: 40px 15px; } } .page-poppy-playtime-chapter-7-mobile__section-title { font-size: 2.5em; color: #e74c3c; text-align: center; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__section-title { font-size: 2em; margin-bottom: 30px; } } .page-poppy-playtime-chapter-7-mobile__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-poppy-playtime-chapter-7-mobile__content-card { background-color: #2a2a44; border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; } .page-poppy-playtime-chapter-7-mobile__card-icon { width: 250px; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__card-icon { width: 100%; height: auto; max-width: 200px; max-height: 200px; } } .page-poppy-playtime-chapter-7-mobile__card-title { font-size: 1.8em; color: #e74c3c; margin-bottom: 15px; } .page-poppy-playtime-chapter-7-mobile__card-description { font-size: 1em; color: #ccc; } .page-poppy-playtime-chapter-7-mobile__image-container { text-align: center; margin-bottom: 30px; } .page-poppy-playtime-chapter-7-mobile__image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-7-mobile__text-block { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-poppy-playtime-chapter-7-mobile__text-block strong { color: #e74c3c; } .page-poppy-playtime-chapter-7-mobile__faq-section { background-color: #1a1a2e; padding: 60px 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__faq-section { padding: 40px 15px; } } .page-poppy-playtime-chapter-7-mobile__faq-item { background-color: #2a2a44; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-7-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-7-mobile__faq-question:hover { background-color: #3b3b5b; } .page-poppy-playtime-chapter-7-mobile__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-poppy-playtime-chapter-7-mobile__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-7-mobile__faq-item.active .page-poppy-playtime-chapter-7-mobile__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-7-mobile__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; color: #ccc; opacity: 0; font-size: 1em; } .page-poppy-playtime-chapter-7-mobile__faq-item.active .page-poppy-playtime-chapter-7-mobile__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-poppy-playtime-chapter-7-mobile__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-7-mobile__faq-item.active .page-poppy-playtime-chapter-7-mobile__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chapter-7-mobile__faq-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-7-mobile__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-poppy-playtime-chapter-7-mobile__download-section { text-align: center; padding: 60px 20px; background-color: #2a2a44; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__download-section { padding: 40px 15px; } } .page-poppy-playtime-chapter-7-mobile__download-title { font-size: 2.2em; color: #e74c3c; margin-bottom: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__download-title { font-size: 1.8em; } } .page-poppy-playtime-chapter-7-mobile__download-text { font-size: 1.1em; color: #ccc; margin-bottom: 30px; } .page-poppy-playtime-chapter-7-mobile__platform-icons { display: flex; justify-content: center; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; } .page-poppy-playtime-chapter-7-mobile__platform-icon { width: 250px; height: 250px; object-fit: contain; border-radius: 8px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__platform-icon { width: 100%; height: auto; max-width: 150px; max-height: 150px; } } .page-poppy-playtime-chapter-7-mobile__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-poppy-playtime-chapter-7-mobile__floating-button { background-color: #e74c3c; color: #fff; border: none; border-radius: 50px; padding: 15px 25px; font-size: 1.1em; font-weight: bold; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-decoration: none; text-align: center; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-7-mobile__floating-button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-poppy-playtime-chapter-7-mobile__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-poppy-playtime-chapter-7-mobile__floating-button { padding: 12px 20px; font-size: 1em; } }