.page-poppy-playtime-chapter-1-vhs { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-poppy-playtime-chapter-1-vhs { padding-top: var(--header-offset, 80px); } } .page-poppy-playtime-chapter-1-vhs__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-1-vhs__section { padding: 40px 0; text-align: center; } .page-poppy-playtime-chapter-1-vhs__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,vhs,horror,game,retro]') no-repeat center center/cover; padding: 100px 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 60vh; text-align: center; } .page-poppy-playtime-chapter-1-vhs__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ff0000; text-transform: uppercase; letter-spacing: 2px; } .page-poppy-playtime-chapter-1-vhs__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; } .page-poppy-playtime-chapter-1-vhs__button { display: inline-block; background-color: #ff0000; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-1-vhs__button:hover { background-color: #cc0000; transform: translateY(-3px); } .page-poppy-playtime-chapter-1-vhs__content-section { background-color: #2a2a2a; padding: 60px 20px; border-radius: 8px; margin-bottom: 40px; text-align: left; } .page-poppy-playtime-chapter-1-vhs__content-title { font-size: 2.5em; color: #ff0000; margin-bottom: 30px; text-align: center; } .page-poppy-playtime-chapter-1-vhs__content-paragraph { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-poppy-playtime-chapter-1-vhs__image-container { margin: 40px 0; text-align: center; } .page-poppy-playtime-chapter-1-vhs__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-1-vhs__list { list-style: none; padding: 0; margin: 20px 0; } .page-poppy-playtime-chapter-1-vhs__list-item { background-color: #3a3a3a; padding: 15px 20px; margin-bottom: 10px; border-radius: 5px; font-size: 1.1em; display: flex; align-items: flex-start; text-align: left; box-sizing: border-box; } .page-poppy-playtime-chapter-1-vhs__list-item::before { content: '•'; color: #ff0000; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; margin-right: 0.5em; } .page-poppy-playtime-chapter-1-vhs__faq-section { background-color: #1a1a1a; padding: 60px 20px; } .page-poppy-playtime-chapter-1-vhs__faq-title { font-size: 2.5em; color: #ff0000; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-chapter-1-vhs__faq-item { margin-bottom: 15px; border: 1px solid #444; border-radius: 8px; overflow: hidden; background-color: #2a2a2a; } .page-poppy-playtime-chapter-1-vhs__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #333; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-1-vhs__faq-question:hover { background-color: #444; } .page-poppy-playtime-chapter-1-vhs__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-poppy-playtime-chapter-1-vhs__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff0000; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-1-vhs__faq-item.active .page-poppy-playtime-chapter-1-vhs__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-1-vhs__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; font-size: 1em; } .page-poppy-playtime-chapter-1-vhs__faq-item.active .page-poppy-playtime-chapter-1-vhs__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-1-vhs__cta-section { background-color: #222; padding: 60px 20px; text-align: center; } .page-poppy-playtime-chapter-1-vhs__cta-title { font-size: 2.2em; color: #ff0000; margin-bottom: 20px; } .page-poppy-playtime-chapter-1-vhs__cta-description { font-size: 1.2em; margin-bottom: 30px; color: #ccc; } @media (max-width: 1024px) { .page-poppy-playtime-chapter-1-vhs__hero-title { font-size: 3em; } .page-poppy-playtime-chapter-1-vhs__hero-subtitle { font-size: 1.3em; } .page-poppy-playtime-chapter-1-vhs__content-title, .page-poppy-playtime-chapter-1-vhs__faq-title, .page-poppy-playtime-chapter-1-vhs__cta-title { font-size: 2em; } } @media (max-width: 768px) { .page-poppy-playtime-chapter-1-vhs__hero-section { padding: 80px 15px; } .page-poppy-playtime-chapter-1-vhs__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-1-vhs__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-chapter-1-vhs__button { padding: 12px 25px; font-size: 1.1em; } .page-poppy-playtime-chapter-1-vhs__section, .page-poppy-playtime-chapter-1-vhs__content-section, .page-poppy-playtime-chapter-1-vhs__faq-section, .page-poppy-playtime-chapter-1-vhs__cta-section { padding: 30px 15px; } .page-poppy-playtime-chapter-1-vhs__content-title, .page-poppy-playtime-chapter-1-vhs__faq-title, .page-poppy-playtime-chapter-1-vhs__cta-title { font-size: 1.8em; margin-bottom: 25px; } .page-poppy-playtime-chapter-1-vhs__content-paragraph, .page-poppy-playtime-chapter-1-vhs__list-item, .page-poppy-playtime-chapter-1-vhs__faq-question h3, .page-poppy-playtime-chapter-1-vhs__faq-answer { font-size: 1em; } .page-poppy-playtime-chapter-1-vhs__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-1-vhs__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-1-vhs__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-1-vhs__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-1-vhs__hero-subtitle { font-size: 0.9em; } .page-poppy-playtime-chapter-1-vhs__button { padding: 10px 20px; font-size: 1em; } .page-poppy-playtime-chapter-1-vhs__content-title, .page-poppy-playtime-chapter-1-vhs__faq-title, .page-poppy-playtime-chapter-1-vhs__cta-title { font-size: 1.5em; } }