body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-poppy-playtime-chapter-3-engine { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-chapter-3-engine__section { padding: 40px 0; margin-bottom: 20px; border-radius: 8px; } .page-poppy-playtime-chapter-3-engine__section:nth-child(even) { background-color: #2a2a4a; } .page-poppy-playtime-chapter-3-engine__section:nth-child(odd) { background-color: #1a1a2e; } .page-poppy-playtime-chapter-3-engine__container { max-width: 1000px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-chapter-3-engine__title { color: #ffc107; text-align: center; margin-bottom: 30px; font-size: 2.5em; } .page-poppy-playtime-chapter-3-engine__subtitle { color: #ffc107; text-align: center; margin-bottom: 20px; font-size: 1.8em; } .page-poppy-playtime-chapter-3-engine__text { text-align: center; margin-bottom: 30px; font-size: 1.1em; color: #cccccc; } .page-poppy-playtime-chapter-3-engine__button { display: inline-block; background-color: #ffc107; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-3-engine__button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-poppy-playtime-chapter-3-engine__hero-section { position: relative; overflow: hidden; color: #fff; text-align: center; padding-top: 10px; padding-bottom: 60px; display: flex; align-items: center; justify-content: center; min-height: 60vh; background-size: cover; background-position: center; } .page-poppy-playtime-chapter-3-engine__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-poppy-playtime-chapter-3-engine__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; color: #ffeb3b; } .page-poppy-playtime-chapter-3-engine__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-chapter-3-engine__introduction-content { display: flex; flex-direction: column; gap: 20px; text-align: left; } .page-poppy-playtime-chapter-3-engine__introduction-item { background-color: #3a3a5e; padding: 20px; border-radius: 8px; } .page-poppy-playtime-chapter-3-engine__introduction-item h3 { color: #ffc107; margin-top: 0; font-size: 1.4em; } .page-poppy-playtime-chapter-3-engine__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-3-engine__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-3-engine__game-card { background-color: #3a3a5e; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-3-engine__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-3-engine__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-poppy-playtime-chapter-3-engine__game-card-image { width: 100%; height: 100%; object-fit: cover; } .page-poppy-playtime-chapter-3-engine__game-card-content { padding: 20px; } .page-poppy-playtime-chapter-3-engine__game-card-title { font-size: 1.5em; color: #ffc107; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-engine__game-card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-poppy-playtime-chapter-3-engine__promotions-list { list-style: none; padding: 0; margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-poppy-playtime-chapter-3-engine__promotion-item { background-color: #3a3a5e; padding: 25px; border-radius: 8px; text-align: left; } .page-poppy-playtime-chapter-3-engine__promotion-item h3 { color: #ffc107; margin-top: 0; font-size: 1.4em; } .page-poppy-playtime-chapter-3-engine__promotion-item p { color: #cccccc; } .page-poppy-playtime-chapter-3-engine__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-3-engine__feature-item { flex: 1 1 300px; background-color: #3a3a5e; padding: 25px; border-radius: 8px; text-align: center; } .page-poppy-playtime-chapter-3-engine__feature-item h3 { color: #ffc107; margin-top: 15px; font-size: 1.4em; } .page-poppy-playtime-chapter-3-engine__feature-item p { color: #cccccc; } .page-poppy-playtime-chapter-3-engine__feature-icon { width: 80px; height: 80px; margin: 0 auto 15px; } .page-poppy-playtime-chapter-3-engine__faq-list { margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-3-engine__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapter-3-engine__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3a3a5e; border-bottom: 1px solid #4a4a6a; } .page-poppy-playtime-chapter-3-engine__faq-question:hover { background-color: #4a4a6a; } .page-poppy-playtime-chapter-3-engine__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffc107; pointer-events: none; } .page-poppy-playtime-chapter-3-engine__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffc107; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-3-engine__faq-item.active .page-poppy-playtime-chapter-3-engine__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-3-engine__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: #cccccc; } .page-poppy-playtime-chapter-3-engine__faq-item.active .page-poppy-playtime-chapter-3-engine__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-3-engine__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-3-engine__blog-card { background-color: #3a3a5e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-3-engine__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-3-engine__blog-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-poppy-playtime-chapter-3-engine__blog-card-image { width: 100%; height: 100%; object-fit: cover; } .page-poppy-playtime-chapter-3-engine__blog-card-content { padding: 20px; } .page-poppy-playtime-chapter-3-engine__blog-card-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-engine__blog-card-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-poppy-playtime-chapter-3-engine__blog-card-date { font-size: 0.85em; color: #888; text-align: right; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-engine__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-3-engine__hero-description { font-size: 1.1em; } .page-poppy-playtime-chapter-3-engine__title { font-size: 2em; } .page-poppy-playtime-chapter-3-engine__subtitle { font-size: 1.5em; } .page-poppy-playtime-chapter-3-engine__text { font-size: 1em; } .page-poppy-playtime-chapter-3-engine__quick-access-buttons { flex-direction: column; } .page-poppy-playtime-chapter-3-engine__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-poppy-playtime-chapter-3-engine__game-grid, .page-poppy-playtime-chapter-3-engine__promotions-list, .page-poppy-playtime-chapter-3-engine__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-3-engine__game-card, .page-poppy-playtime-chapter-3-engine__promotion-item, .page-poppy-playtime-chapter-3-engine__feature-item, .page-poppy-playtime-chapter-3-engine__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-3-engine__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-chapter-3-engine__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-3-engine__faq-item.active .page-poppy-playtime-chapter-3-engine__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-3-engine__feature-item { flex: 1 1 100%; } } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-3-engine__game-card-image-wrapper, .page-poppy-playtime-chapter-3-engine__blog-card-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }