body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-will-poppy-playtime-chapter-3-be-on-mobile__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-section { background: linear-gradient(135deg, #2b2b4f, #1a1a2e); padding-top: 10px; padding-bottom: 60px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-title { font-size: 3.2em; color: #e94560; margin-bottom: 20px; line-height: 1.2; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-description { font-size: 1.2em; line-height: 1.6; margin-bottom: 30px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--primary:hover { background-color: #d13a53; transform: translateY(-3px); } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--secondary { background-color: transparent; color: #e0e0e0; border: 2px solid #533483; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--secondary:hover { background-color: #533483; transform: translateY(-3px); } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-image-wrapper { width: 100%; max-height: 500px; overflow: hidden; margin-top: 40px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-will-poppy-playtime-chapter-3-be-on-mobile__info-section, .page-will-poppy-playtime-chapter-3-be-on-mobile__gaming-section, .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-section, .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-banner { padding: 60px 0; } .page-will-poppy-playtime-chapter-3-be-on-mobile__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__text-content { font-size: 1.1em; line-height: 1.7; margin-bottom: 20px; text-align: justify; } .page-will-poppy-playtime-chapter-3-be-on-mobile__image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__image-item { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); text-align: center; } .page-will-poppy-playtime-chapter-3-be-on-mobile__grid-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-will-poppy-playtime-chapter-3-be-on-mobile__image-caption { padding: 15px; font-size: 0.95em; color: #cccccc; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; list-style: none; padding: 0; margin-top: 40px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-item { background-color: #2a2a4a; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-description { font-size: 1em; line-height: 1.6; color: #cccccc; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-buttons { text-align: center; margin-top: 50px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-list { max-width: 800px; margin: 0 auto; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #533483; color: #e0e0e0; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-question:hover { background-color: #6a46a1; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-question-text { margin: 0; pointer-events: none; flex-grow: 1; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-item.active .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-toggle { transform: rotate(45deg); } .page-will-poppy-playtime-chapter-3-be-on-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; opacity: 0; color: #cccccc; font-size: 1em; line-height: 1.6; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-item.active .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-banner { background: linear-gradient(90deg, #e94560, #533483); text-align: center; padding: 80px 20px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-title { font-size: 2.8em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-description { font-size: 1.3em; color: #f0f0f0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--large { padding: 18px 40px; font-size: 1.2em; background-color: #1a1a2e; color: #ffffff; border: 2px solid #1a1a2e; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--large:hover { background-color: #0d0d1a; border-color: #0d0d1a; } @media (max-width: 768px) { .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-title { font-size: 2.2em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-description { font-size: 1em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-buttons { flex-direction: column; gap: 15px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button { width: 100%; max-width: 300px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__section-title { font-size: 2em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__text-content { font-size: 0.95em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__image-grid { grid-template-columns: 1fr; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-title { font-size: 1.4em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__feature-description { font-size: 0.9em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-question { font-size: 1em; padding: 15px 20px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-answer { padding: 0 20px; font-size: 0.9em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-item.active .page-will-poppy-playtime-chapter-3-be-on-mobile__faq-answer { padding: 15px 20px !important; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-title { font-size: 2em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__cta-description { font-size: 1em; } .page-will-poppy-playtime-chapter-3-be-on-mobile__button--large { width: 100%; max-width: 300px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__hero-image-wrapper { max-height: 300px; } .page-will-poppy-playtime-chapter-3-be-on-mobile__grid-image { height: 200px; } }