.page-poppy-playtime-grab-pack-chapter-3 { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-grab-pack-chapter-3__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-grab-pack-chapter-3__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('[GALLERY:hero:1920x1080:poppy playtime,grab pack,chapter 3,game,horror]') no-repeat center center/cover; text-align: center; padding: 100px 20px; padding-top: calc(var(--header-offset, 0px) + 60px); min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .page-poppy-playtime-grab-pack-chapter-3__hero-title { font-size: 3em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-grab-pack-chapter-3__hero-subtitle { font-size: 1.2em; color: #ccc; max-width: 800px; margin-bottom: 40px; } .page-poppy-playtime-grab-pack-chapter-3__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-poppy-playtime-grab-pack-chapter-3__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-grab-pack-chapter-3__cta-button:hover { background-color: #c0392b; } .page-poppy-playtime-grab-pack-chapter-3__section { padding: 60px 20px; text-align: center; } .page-poppy-playtime-grab-pack-chapter-3__section-title { font-size: 2.5em; color: #e74c3c; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-grab-pack-chapter-3__section-text { font-size: 1.1em; color: #ccc; max-width: 900px; margin: 0 auto 30px auto; } .page-poppy-playtime-grab-pack-chapter-3__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-grab-pack-chapter-3__feature-item { background-color: #2c2c2c; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: flex-start; } .page-poppy-playtime-grab-pack-chapter-3__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-grab-pack-chapter-3__feature-image { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; } .page-poppy-playtime-grab-pack-chapter-3__feature-title { font-size: 1.8em; color: #e74c3c; margin-bottom: 15px; } .page-poppy-playtime-grab-pack-chapter-3__feature-description { font-size: 1em; color: #bbb; } .page-poppy-playtime-grab-pack-chapter-3__image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; } .page-poppy-playtime-grab-pack-chapter-3__gallery-item { overflow: hidden; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-grab-pack-chapter-3__gallery-image { width: 100%; height: 250px; object-fit: cover; display: block; transition: transform 0.3s ease; } .page-poppy-playtime-grab-pack-chapter-3__gallery-image:hover { transform: scale(1.05); } .page-poppy-playtime-grab-pack-chapter-3__faq-section { padding: 60px 20px; background-color: #222; } .page-poppy-playtime-grab-pack-chapter-3__faq-title { font-size: 2.5em; color: #e74c3c; text-align: center; margin-bottom: 40px; } .page-poppy-playtime-grab-pack-chapter-3__faq-list { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-grab-pack-chapter-3__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-grab-pack-chapter-3__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #333; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-grab-pack-chapter-3__faq-question:hover { background-color: #444; } .page-poppy-playtime-grab-pack-chapter-3__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-poppy-playtime-grab-pack-chapter-3__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-grab-pack-chapter-3__faq-item.active .page-poppy-playtime-grab-pack-chapter-3__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-grab-pack-chapter-3__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #bbb; } .page-poppy-playtime-grab-pack-chapter-3__faq-item.active .page-poppy-playtime-grab-pack-chapter-3__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-grab-pack-chapter-3__hero-title { font-size: 2.2em; } .page-poppy-playtime-grab-pack-chapter-3__hero-subtitle { font-size: 1em; } .page-poppy-playtime-grab-pack-chapter-3__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-grab-pack-chapter-3__cta-button { width: 100%; } .page-poppy-playtime-grab-pack-chapter-3__section-title { font-size: 2em; } .page-poppy-playtime-grab-pack-chapter-3__feature-grid { grid-template-columns: 1fr; } .page-poppy-playtime-grab-pack-chapter-3__feature-item { padding: 20px; } .page-poppy-playtime-grab-pack-chapter-3__feature-title { font-size: 1.5em; } .page-poppy-playtime-grab-pack-chapter-3__gallery-image { height: 200px; } .page-poppy-playtime-grab-pack-chapter-3__image-gallery { grid-template-columns: 1fr; } .page-poppy-playtime-grab-pack-chapter-3__faq-question { font-size: 1.1em; padding: 12px 15px; } .page-poppy-playtime-grab-pack-chapter-3__faq-answer { padding: 15px !important; } .page-poppy-playtime-grab-pack-chapter-3__faq-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-grab-pack-chapter-3__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }