.page-poppy-playtime-chapter-4-voices { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-poppy-playtime-chapter-4-voices__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 20px; box-sizing: border-box; } .page-poppy-playtime-chapter-4-voices__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-poppy-playtime-chapter-4-voices__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 2; } .page-poppy-playtime-chapter-4-voices__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-chapter-4-voices__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e0e0e0; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-4-voices__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #cccccc; } .page-poppy-playtime-chapter-4-voices__button { display: inline-block; background-color: #e63946; color: #ffffff; 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; border: none; cursor: pointer; } .page-poppy-playtime-chapter-4-voices__button:hover { background-color: #d62c38; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-voices__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #222222; border-radius: 10px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-voices__section:first-of-type { margin-top: 40px; } .page-poppy-playtime-chapter-4-voices__heading { font-size: 2.5em; color: #e63946; text-align: center; margin-bottom: 40px; } .page-poppy-playtime-chapter-4-voices__paragraph { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; text-align: justify; } .page-poppy-playtime-chapter-4-voices__image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; } .page-poppy-playtime-chapter-4-voices__image-card { background-color: #333333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-4-voices__image { width: 100%; height: 250px; object-fit: cover; display: block; max-width: 100%; } .page-poppy-playtime-chapter-4-voices__image-caption { padding: 15px; font-size: 1em; color: #e0e0e0; text-align: center; } .page-poppy-playtime-chapter-4-voices__list { list-style: none; padding: 0; margin: 0; } .page-poppy-playtime-chapter-4-voices__list-item { background-color: #333333; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: flex-start; } .page-poppy-playtime-chapter-4-voices__list-icon { margin-right: 15px; color: #e63946; font-size: 1.5em; flex-shrink: 0; } .page-poppy-playtime-chapter-4-voices__list-text { color: #cccccc; font-size: 1.05em; } .page-poppy-playtime-chapter-4-voices__faq-section { background-color: #1f1f1f; padding: 60px 20px; max-width: 1000px; margin: 0 auto 40px auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-voices__faq-item { margin-bottom: 15px; border: 1px solid #333333; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapter-4-voices__faq-question { background-color: #2a2a2a; padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-voices__faq-question:hover { background-color: #3a3a3a; } .page-poppy-playtime-chapter-4-voices__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-poppy-playtime-chapter-4-voices__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e63946; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-4-voices__faq-item.active .page-poppy-playtime-chapter-4-voices__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-voices__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #222222; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-chapter-4-voices__faq-item.active .page-poppy-playtime-chapter-4-voices__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-4-voices__final-cta { text-align: center; padding-bottom: 60px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-voices__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-4-voices__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-chapter-4-voices__button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-4-voices__section { padding: 40px 15px; margin-top: 20px; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-voices__heading { font-size: 2em; margin-bottom: 30px; } .page-poppy-playtime-chapter-4-voices__paragraph { font-size: 1em; } .page-poppy-playtime-chapter-4-voices__image-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapter-4-voices__image { height: 200px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-voices__image-card { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-voices__list-item { flex-direction: column; align-items: flex-start; padding: 15px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-4-voices__list-icon { margin-bottom: 10px; margin-right: 0; } .page-poppy-playtime-chapter-4-voices__list-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-4-voices__faq-section { padding: 40px 15px; margin-bottom: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-4-voices__faq-question { padding: 15px; } .page-poppy-playtime-chapter-4-voices__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-chapter-4-voices__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-4-voices__final-cta { padding-bottom: 40px; } } @media (max-width: 375px) { .page-poppy-playtime-chapter-4-voices__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-4-voices__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-4-voices__heading { font-size: 1.8em; } }