.page-is-there-a-chapter-6-of-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; overflow: hidden; padding-top: 10px; background-color: #1a1a1a; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #ffcc00; }.page-is-there-a-chapter-6-of-poppy-playtime__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; }.page-is-there-a-chapter-6-of-poppy-playtime__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-is-there-a-chapter-6-of-poppy-playtime__cta-button:hover { background-color: #e63900; }.page-is-there-a-chapter-6-of-poppy-playtime__introduction-section,.page-is-there-a-chapter-6-of-poppy-playtime__future-speculation-section,.page-is-there-a-chapter-6-of-poppy-playtime__faq-section,.page-is-there-a-chapter-6-of-poppy-playtime__related-content-section { padding: 60px 0; background-color: #222; color: #eee; }.page-is-there-a-chapter-6-of-poppy-playtime__introduction-section { background-color: #1a1a1a; }.page-is-there-a-chapter-6-of-poppy-playtime__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; }.page-is-there-a-chapter-6-of-poppy-playtime__text-block { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; color: #ccc; }.page-is-there-a-chapter-6-of-poppy-playtime__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-is-there-a-chapter-6-of-poppy-playtime__grid-item { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; height: 100%; }.page-is-there-a-chapter-6-of-poppy-playtime__grid-image { width: 100%; height: 220px; object-fit: cover; }.page-is-there-a-chapter-6-of-poppy-playtime__grid-title { font-size: 1.5em; color: #ffcc00; padding: 20px 15px 10px; margin: 0; }.page-is-there-a-chapter-6-of-poppy-playtime__grid-text { font-size: 1em; line-height: 1.5; color: #ccc; padding: 0 15px 20px; flex-grow: 1; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-list { margin-top: 30px; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); overflow: hidden; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-question:hover { background-color: #444; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-title { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-item.active .page-is-there-a-chapter-6-of-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-is-there-a-chapter-6-of-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; font-size: 1.05em; }.page-is-there-a-chapter-6-of-poppy-playtime__faq-item.active .page-is-there-a-chapter-6-of-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-is-there-a-chapter-6-of-poppy-playtime__cta-wrapper { text-align: center; margin-top: 40px; }.page-is-there-a-chapter-6-of-poppy-playtime__cta-button--large { padding: 18px 35px; font-size: 1.2em; }@media (max-width: 768px) { .page-is-there-a-chapter-6-of-poppy-playtime__hero-title { font-size: 2em; } .page-is-there-a-chapter-6-of-poppy-playtime__hero-subtitle { font-size: 1em; } .page-is-there-a-chapter-6-of-poppy-playtime__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-is-there-a-chapter-6-of-poppy-playtime__introduction-section,.page-is-there-a-chapter-6-of-poppy-playtime__future-speculation-section,.page-is-there-a-chapter-6-of-poppy-playtime__faq-section,.page-is-there-a-chapter-6-of-poppy-playtime__related-content-section { padding: 40px 0; } .page-is-there-a-chapter-6-of-poppy-playtime__container { padding: 0 10px; } .page-is-there-a-chapter-6-of-poppy-playtime__content-grid { grid-template-columns: 1fr; } .page-is-there-a-chapter-6-of-poppy-playtime__grid-image { height: 180px; } .page-is-there-a-chapter-6-of-poppy-playtime__grid-title { font-size: 1.3em; } .page-is-there-a-chapter-6-of-poppy-playtime__text-block { font-size: 1em; } .page-is-there-a-chapter-6-of-poppy-playtime__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-is-there-a-chapter-6-of-poppy-playtime__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-is-there-a-chapter-6-of-poppy-playtime__faq-title { font-size: 1.1em; } .page-is-there-a-chapter-6-of-poppy-playtime__faq-answer { padding: 0 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-is-there-a-chapter-6-of-poppy-playtime__faq-item.active .page-is-there-a-chapter-6-of-poppy-playtime__faq-answer { padding: 15px 20px !important; } .page-is-there-a-chapter-6-of-poppy-playtime__cta-button { padding: 12px 25px; font-size: 1em; } } .page-is-there-a-chapter-6-of-poppy-playtime__hero-image, .page-is-there-a-chapter-6-of-poppy-playtime__grid-image { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-is-there-a-chapter-6-of-poppy-playtime__hero-image, .page-is-there-a-chapter-6-of-poppy-playtime__grid-image { max-width: 100% !important; height: auto !important; } }