.page-when-will-poppy-playtime-chapter-2-come-out__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; color: #ffffff; padding-top: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__hero-section { height: 400px; } } .page-when-will-poppy-playtime-chapter-2-come-out__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; } .page-when-will-poppy-playtime-chapter-2-come-out__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: -1; } .page-when-will-poppy-playtime-chapter-2-come-out__hero-content { z-index: 1; max-width: 900px; padding: 0 20px; } .page-when-will-poppy-playtime-chapter-2-come-out__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__hero-title { font-size: 2.2em; } } .page-when-will-poppy-playtime-chapter-2-come-out__highlight { color: #FFD700; } .page-when-will-poppy-playtime-chapter-2-come-out__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__hero-subtitle { font-size: 1.1em; } } .page-when-will-poppy-playtime-chapter-2-come-out__hero-cta-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-when-will-poppy-playtime-chapter-2-come-out__hero-cta-button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-when-will-poppy-playtime-chapter-2-come-out__introduction-section, .page-when-will-poppy-playtime-chapter-2-come-out__quick-access-section, .page-when-will-poppy-playtime-chapter-2-come-out__games-section, .page-when-will-poppy-playtime-chapter-2-come-out__promotions-section, .page-when-will-poppy-playtime-chapter-2-come-out__security-section, .page-when-will-poppy-playtime-chapter-2-come-out__faq-section, .page-when-will-poppy-playtime-chapter-2-come-out__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #222222; color: #ffffff; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__introduction-section, .page-when-will-poppy-playtime-chapter-2-come-out__quick-access-section, .page-when-will-poppy-playtime-chapter-2-come-out__games-section, .page-when-will-poppy-playtime-chapter-2-come-out__promotions-section, .page-when-will-poppy-playtime-chapter-2-come-out__security-section, .page-when-will-poppy-playtime-chapter-2-come-out__faq-section, .page-when-will-poppy-playtime-chapter-2-come-out__blog-section { padding: 40px 15px; } } .page-when-will-poppy-playtime-chapter-2-come-out__section-title { font-size: 2.5em; margin-bottom: 20px; color: #FFD700; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__section-title { font-size: 1.8em; } } .page-when-will-poppy-playtime-chapter-2-come-out__section-description { font-size: 1.1em; margin-bottom: 40px; line-height: 1.6; color: #cccccc; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__section-description { font-size: 1em; margin-bottom: 30px; } } .page-when-will-poppy-playtime-chapter-2-come-out__features-grid, .page-when-will-poppy-playtime-chapter-2-come-out__game-categories, .page-when-will-poppy-playtime-chapter-2-come-out__promo-grid, .page-when-will-poppy-playtime-chapter-2-come-out__security-features, .page-when-will-poppy-playtime-chapter-2-come-out__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__features-grid, .page-when-will-poppy-playtime-chapter-2-come-out__game-categories, .page-when-will-poppy-playtime-chapter-2-come-out__promo-grid, .page-when-will-poppy-playtime-chapter-2-come-out__security-features, .page-when-will-poppy-playtime-chapter-2-come-out__blog-articles { grid-template-columns: 1fr; gap: 20px; } } .page-when-will-poppy-playtime-chapter-2-come-out__feature-item, .page-when-will-poppy-playtime-chapter-2-come-out__security-item, .page-when-will-poppy-playtime-chapter-2-come-out__game-card, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card { background-color: #333333; padding: 30px 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__feature-item, .page-when-will-poppy-playtime-chapter-2-come-out__security-item, .page-when-will-poppy-playtime-chapter-2-come-out__game-card, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px 15px; } } .page-when-will-poppy-playtime-chapter-2-come-out__feature-icon, .page-when-will-poppy-playtime-chapter-2-come-out__security-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-when-will-poppy-playtime-chapter-2-come-out__feature-title, .page-when-will-poppy-playtime-chapter-2-come-out__security-title, .page-when-will-poppy-playtime-chapter-2-come-out__game-card-title, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-title, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-title { font-size: 1.5em; margin-bottom: 10px; color: #FFD700; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__feature-title, .page-when-will-poppy-playtime-chapter-2-come-out__security-title, .page-when-will-poppy-playtime-chapter-2-come-out__game-card-title, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-title, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-title { font-size: 1.3em; } } .page-when-will-poppy-playtime-chapter-2-come-out__feature-text, .page-when-will-poppy-playtime-chapter-2-come-out__security-text, .page-when-will-poppy-playtime-chapter-2-come-out__game-card-description, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-description, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-excerpt { font-size: 1em; color: #cccccc; line-height: 1.5; word-wrap: break-word; overflow-wrap: break-word; } .page-when-will-poppy-playtime-chapter-2-come-out__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__access-buttons { flex-direction: column; } } .page-when-will-poppy-playtime-chapter-2-come-out__access-button, .page-when-will-poppy-playtime-chapter-2-come-out__contact-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__access-button, .page-when-will-poppy-playtime-chapter-2-come-out__contact-button { width: 100%; max-width: 300px; margin: 0 auto; } } .page-when-will-poppy-playtime-chapter-2-come-out__access-button:hover, .page-when-will-poppy-playtime-chapter-2-come-out__contact-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-when-will-poppy-playtime-chapter-2-come-out__game-card-image, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-image, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__game-card-image, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-image, .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-image { height: 180px; max-width: 100% !important; box-sizing: border-box !important; } } .page-when-will-poppy-playtime-chapter-2-come-out__game-card-button, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; } .page-when-will-poppy-playtime-chapter-2-come-out__game-card-button:hover, .page-when-will-poppy-playtime-chapter-2-come-out__promo-card-button:hover { background-color: #e6c200; } .page-when-will-poppy-playtime-chapter-2-come-out__contact-cta { margin-top: 40px; } .page-when-will-poppy-playtime-chapter-2-come-out__faq-container { margin-top: 40px; text-align: left; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-container { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important; } } .page-when-will-poppy-playtime-chapter-2-come-out__faq-item { background-color: #333333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-sizing: border-box; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-when-will-poppy-playtime-chapter-2-come-out__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #444444; color: #FFD700; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-question { padding: 12px 15px; } } .page-when-will-poppy-playtime-chapter-2-come-out__faq-question:hover { background-color: #555555; } .page-when-will-poppy-playtime-chapter-2-come-out__faq-title { margin: 0; font-size: 1.2em; pointer-events: none; color: #FFD700; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-title { font-size: 1em; } } .page-when-will-poppy-playtime-chapter-2-come-out__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-when-will-poppy-playtime-chapter-2-come-out__faq-item.active .page-when-will-poppy-playtime-chapter-2-come-out__faq-toggle { transform: rotate(45deg); } .page-when-will-poppy-playtime-chapter-2-come-out__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: #cccccc; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-answer { padding: 0 15px; } } .page-when-will-poppy-playtime-chapter-2-come-out__faq-item.active .page-when-will-poppy-playtime-chapter-2-come-out__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__faq-item.active .page-when-will-poppy-playtime-chapter-2-come-out__faq-answer { padding: 15px 15px !important; } } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card { display: flex; flex-direction: column; align-items: flex-start; text-align: left; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-content { padding: 15px 0 0; width: 100%; } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #FFD700; } @media (max-width: 768px) { .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-title { font-size: 1.1em; } } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-excerpt { font-size: 0.95em; color: #cccccc; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; word-wrap: break-word; overflow-wrap: break-word; } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-link { display: inline-block; background-color: #007bff; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-when-will-poppy-playtime-chapter-2-come-out__blog-card-link:hover { background-color: #0056b3; } img { max-width: 100%; height: auto; } @media (max-width: 768px) { img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }