.page-chapter-4-chapter-4-poppy-playtime-prototype { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-bottom: 50px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-chapter-4-chapter-4-poppy-playtime-prototype__section--dark { background-color: #2e0c4a; } .page-chapter-4-chapter-4-poppy-playtime-prototype__section--light { background-color: #3b0e64; } .page-chapter-4-chapter-4-poppy-playtime-prototype__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__h1, .page-chapter-4-chapter-4-poppy-playtime-prototype__h2 { text-align: center; color: #e94560; margin-bottom: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__h1 { font-size: 2.8em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__h2 { font-size: 2.2em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__p { font-size: 1.1em; margin-bottom: 20px; text-align: center; } .page-chapter-4-chapter-4-poppy-playtime-prototype__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__btn:hover { background-color: #c0392b; } /* Hero Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-section { background: url('[GALLERY:hero:1920x1080:poppy playtime,chapter 4,prototype,rich9,gaming]') no-repeat center center/cover; padding-top: 10px; padding-bottom: 100px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; position: relative; z-index: 1; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: -1; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-content { max-width: 800px; margin: 0 auto; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-h1 { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-p { font-size: 1.3em; margin-bottom: 40px; color: #ddd; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } /* Intro Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__intro-p { text-align: left; max-width: 900px; margin: 0 auto 20px auto; } /* Quick Access */ .page-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-item { text-align: center; } .page-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-item .page-chapter-4-chapter-4-poppy-playtime-prototype__btn { width: 100%; } /* Games Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card { background-color: #162447; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; padding-bottom: 20px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card:hover { transform: translateY(-5px); } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card-img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card-title { font-size: 1.4em; color: #e94560; margin: 15px 10px 10px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card-description { font-size: 0.95em; color: #ccc; padding: 0 15px 15px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card-button { margin-top: 10px; } /* Promotions Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-list { list-style: none; padding: 0; margin-top: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-item { background-color: #162447; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 20px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-icon { width: 60px; height: 60px; flex-shrink: 0; object-fit: cover; border-radius: 50%; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-content h3 { color: #e94560; margin-top: 0; margin-bottom: 10px; font-size: 1.3em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-content p { margin: 0; color: #ccc; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-cta { text-align: center; margin-top: 40px; } /* Security Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; text-align: center; } .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item { background-color: #162447; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item img { max-width: 80px; margin-bottom: 15px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item h3 { color: #e94560; margin-bottom: 10px; font-size: 1.2em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item p { font-size: 0.95em; color: #ccc; } /* FAQ Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-list { margin-top: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-item { background-color: #162447; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #2e0c4a; transition: background-color 0.3s ease; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-question:hover { background-color: #3b0e64; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-item.active .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-toggle { transform: rotate(45deg); } .page-chapter-4-chapter-4-poppy-playtime-prototype__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; background-color: #1a1a2e; color: #ddd; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-item.active .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-answer p { margin-bottom: 0; } /* Blog Section */ .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card { background-color: #162447; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card:hover { transform: translateY(-5px); } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-content { padding: 20px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-title { font-size: 1.3em; color: #e94560; margin-top: 0; margin-bottom: 10px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-date { font-size: 0.85em; color: #aaa; margin-bottom: 15px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-link { text-align: right; display: block; } /* Responsive */ @media (max-width: 768px) { .page-chapter-4-chapter-4-poppy-playtime-prototype__h1 { font-size: 2.2em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__h2 { font-size: 1.8em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-h1 { font-size: 2.5em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-p { font-size: 1.1em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__hero-buttons { flex-direction: column; } .page-chapter-4-chapter-4-poppy-playtime-prototype__btn { padding: 10px 20px; font-size: 0.9em; width: 100%; max-width: 300px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-grid { grid-template-columns: 1fr; } .page-chapter-4-chapter-4-poppy-playtime-prototype__games-grid, .page-chapter-4-chapter-4-poppy-playtime-prototype__security-grid, .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-grid { grid-template-columns: 1fr; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-item { flex-direction: column; text-align: center; gap: 10px; padding: 15px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-icon { margin-bottom: 10px; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-question h3 { font-size: 1.1em; } .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-answer { padding: 15px !important; } .page-chapter-4-chapter-4-poppy-playtime-prototype__section { padding: 30px 15px; } /* List Item Responsive Rules */ .page-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-item, .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card, .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-item, .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item, .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-item, .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card { 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-chapter-4-chapter-4-poppy-playtime-prototype__quick-access-grid, .page-chapter-4-chapter-4-poppy-playtime-prototype__games-grid, .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-list, .page-chapter-4-chapter-4-poppy-playtime-prototype__security-grid, .page-chapter-4-chapter-4-poppy-playtime-prototype__faq-list, .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } /* Image Responsive Rules */ .page-chapter-4-chapter-4-poppy-playtime-prototype__game-card-img, .page-chapter-4-chapter-4-poppy-playtime-prototype__promo-icon, .page-chapter-4-chapter-4-poppy-playtime-prototype__security-item img, .page-chapter-4-chapter-4-poppy-playtime-prototype__blog-card-img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }