/* Base styles */.page-poppy-playtime-chapter-1-online-play__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-1-online-play__section-title { font-size: 2.5em; color: #E0E0E0; text-align: center; margin-bottom: 20px; text-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }.page-poppy-playtime-chapter-1-online-play__section-description { font-size: 1.1em; color: #CCCCCC; text-align: center; margin-bottom: 40px; line-height: 1.6; }.page-poppy-playtime-chapter-1-online-play__hero-section { position: relative; width: 100%; min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #FFFFFF; overflow: hidden; padding-top: 10px; box-sizing: border-box; }.page-poppy-playtime-chapter-1-online-play__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }.page-poppy-playtime-chapter-1-online-play__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); }.page-poppy-playtime-chapter-1-online-play__hero-content { z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; }.page-poppy-playtime-chapter-1-online-play__hero-title { font-size: 3.8em; margin-bottom: 15px; line-height: 1.1; text-shadow: 0 0 15px rgba(255, 255, 255, 0.8); }.page-poppy-playtime-chapter-1-online-play__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-poppy-playtime-chapter-1-online-play__hero-button { display: inline-block; background-color: #E60000; color: #FFFFFF; padding: 15px 35px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-1-online-play__hero-button:hover { background-color: #FF3333; transform: translateY(-3px); }.page-poppy-playtime-chapter-1-online-play__introduction-section, .page-poppy-playtime-chapter-1-online-play__quick-access-section, .page-poppy-playtime-chapter-1-online-play__core-games-section, .page-poppy-playtime-chapter-1-online-play__promotions-section, .page-poppy-playtime-chapter-1-online-play__security-section, .page-poppy-playtime-chapter-1-online-play__faq-section, .page-poppy-playtime-chapter-1-online-play__blog-section { padding: 80px 0; background-color: #1A1A1A; border-bottom: 1px solid #333333; }.page-poppy-playtime-chapter-1-online-play__introduction-section { background-color: #121212; }.page-poppy-playtime-chapter-1-online-play__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 50px; list-style: none; padding: 0; }.page-poppy-playtime-chapter-1-online-play__intro-feature-item { flex: 1 1 300px; background-color: #222222; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-poppy-playtime-chapter-1-online-play__intro-feature-item:hover { transform: translateY(-10px); }.page-poppy-playtime-chapter-1-online-play__intro-feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; }.page-poppy-playtime-chapter-1-online-play__intro-feature-title { font-size: 1.8em; color: #E0E0E0; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-online-play__intro-feature-text { font-size: 1em; color: #BBBBBB; line-height: 1.5; }.page-poppy-playtime-chapter-1-online-play__access-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 40px; }.page-poppy-playtime-chapter-1-online-play__access-button { display: inline-block; background-color: #E60000; color: #FFFFFF; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-1-online-play__access-button:hover { background-color: #FF3333; transform: translateY(-3px); }.page-poppy-playtime-chapter-1-online-play__access-button--secondary { background-color: #4CAF50; }.page-poppy-playtime-chapter-1-online-play__access-button--secondary:hover { background-color: #66BB6A; }.page-poppy-playtime-chapter-1-online-play__game-grid, .page-poppy-playtime-chapter-1-online-play__promo-cards, .page-poppy-playtime-chapter-1-online-play__security-grid, .page-poppy-playtime-chapter-1-online-play__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-poppy-playtime-chapter-1-online-play__game-card, .page-poppy-playtime-chapter-1-online-play__promo-card, .page-poppy-playtime-chapter-1-online-play__blog-card { background-color: #222222; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-1-online-play__game-card:hover, .page-poppy-playtime-chapter-1-online-play__promo-card:hover, .page-poppy-playtime-chapter-1-online-play__blog-card:hover { transform: translateY(-10px); }.page-poppy-playtime-chapter-1-online-play__game-card-image, .page-poppy-playtime-chapter-1-online-play__promo-card-image, .page-poppy-playtime-chapter-1-online-play__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-chapter-1-online-play__game-card-title, .page-poppy-playtime-chapter-1-online-play__promo-card-title, .page-poppy-playtime-chapter-1-online-play__blog-card-title { font-size: 1.5em; color: #E0E0E0; margin: 15px 15px 10px; }.page-poppy-playtime-chapter-1-online-play__game-card-text, .page-poppy-playtime-chapter-1-online-play__promo-card-text, .page-poppy-playtime-chapter-1-online-play__blog-card-excerpt { font-size: 0.95em; color: #BBBBBB; margin: 0 15px 15px; line-height: 1.5; flex-grow: 1; }.page-poppy-playtime-chapter-1-online-play__game-card-button, .page-poppy-playtime-chapter-1-online-play__promo-card-button { display: block; text-align: center; background-color: #E60000; color: #FFFFFF; padding: 12px 20px; border-radius: 0 0 10px 10px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; }.page-poppy-playtime-chapter-1-online-play__game-card-button:hover, .page-poppy-playtime-chapter-1-online-play__promo-card-button:hover { background-color: #FF3333; }.page-poppy-playtime-chapter-1-online-play__security-item { background-color: #222222; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-poppy-playtime-chapter-1-online-play__security-item:hover { transform: translateY(-10px); }.page-poppy-playtime-chapter-1-online-play__security-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; }.page-poppy-playtime-chapter-1-online-play__security-title { font-size: 1.8em; color: #E0E0E0; margin-bottom: 10px; }.page-poppy-playtime-chapter-1-online-play__security-text { font-size: 1em; color: #BBBBBB; line-height: 1.5; }.page-poppy-playtime-chapter-1-online-play__contact-button { display: block; width: fit-content; margin: 50px auto 0; background-color: #007BFF; color: #FFFFFF; padding: 15px 40px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-1-online-play__contact-button:hover { background-color: #0056B3; transform: translateY(-3px); }.page-poppy-playtime-chapter-1-online-play__faq-list { margin-top: 40px; }.page-poppy-playtime-chapter-1-online-play__faq-item { background-color: #222222; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-chapter-1-online-play__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #333333; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-1-online-play__faq-question:hover { background-color: #444444; }.page-poppy-playtime-chapter-1-online-play__faq-item.active .page-poppy-playtime-chapter-1-online-play__faq-question { background-color: #444444; }.page-poppy-playtime-chapter-1-online-play__faq-title { font-size: 1.3em; color: #E0E0E0; margin: 0; pointer-events: none; }.page-poppy-playtime-chapter-1-online-play__faq-toggle { font-size: 1.8em; font-weight: bold; color: #E60000; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-1-online-play__faq-item.active .page-poppy-playtime-chapter-1-online-play__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-1-online-play__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #2A2A2A; }.page-poppy-playtime-chapter-1-online-play__faq-item.active .page-poppy-playtime-chapter-1-online-play__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-chapter-1-online-play__faq-text { font-size: 1em; color: #BBBBBB; line-height: 1.6; margin: 0; }.page-poppy-playtime-chapter-1-online-play__blog-card-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; }.page-poppy-playtime-chapter-1-online-play__blog-card-link { display: inline-block; background-color: #E60000; color: #FFFFFF; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; align-self: flex-start; }.page-poppy-playtime-chapter-1-online-play__blog-card-link:hover { background-color: #FF3333; }.page-poppy-playtime-chapter-1-online-play__blog-card-date { font-size: 0.85em; color: #999999; margin-top: 10px; }.page-poppy-playtime-chapter-1-online-play__promo-card-button { border-radius: 0 0 10px 10px; }.page-poppy-playtime-chapter-1-online-play__game-card-button { border-radius: 0 0 10px 10px; }/* Responsive styles */@media (max-width: 1024px) { .page-poppy-playtime-chapter-1-online-play__hero-title { font-size: 3em; }.page-poppy-playtime-chapter-1-online-play__hero-subtitle { font-size: 1.3em; }.page-poppy-playtime-chapter-1-online-play__section-title { font-size: 2em; }.page-poppy-playtime-chapter-1-online-play__section-description { font-size: 1em; }.page-poppy-playtime-chapter-1-online-play__intro-feature-item { flex: 1 1 45%; }.page-poppy-playtime-chapter-1-online-play__game-grid, .page-poppy-playtime-chapter-1-online-play__promo-cards, .page-poppy-playtime-chapter-1-online-play__security-grid, .page-poppy-playtime-chapter-1-online-play__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }}.page-poppy-playtime-chapter-1-online-play__intro-features { padding: 0; }.page-poppy-playtime-chapter-1-online-play__intro-feature-item { box-sizing: border-box !important; }.page-poppy-playtime-chapter-1-online-play__hero-image, .page-poppy-playtime-chapter-1-online-play__game-card-image, .page-poppy-playtime-chapter-1-online-play__promo-card-image, .page-poppy-playtime-chapter-1-online-play__blog-card-image, .page-poppy-playtime-chapter-1-online-play__intro-feature-icon, .page-poppy-playtime-chapter-1-online-play__security-icon { max-width: 100% !important; height: auto !important; object-fit: cover; }.page-poppy-playtime-chapter-1-online-play__game-card-image, .page-poppy-playtime-chapter-1-online-play__promo-card-image, .page-poppy-playtime-chapter-1-online-play__blog-card-image { height: 180px; }@media (max-width: 768px) { .page-poppy-playtime-chapter-1-online-play__hero-section { min-height: 60vh; }.page-poppy-playtime-chapter-1-online-play__hero-title { font-size: 2.5em; }.page-poppy-playtime-chapter-1-online-play__hero-subtitle { font-size: 1.1em; }.page-poppy-playtime-chapter-1-online-play__hero-button { padding: 12px 25px; font-size: 1.1em; }.page-poppy-playtime-chapter-1-online-play__section-title { font-size: 1.8em; }.page-poppy-playtime-chapter-1-online-play__section-description { font-size: 0.95em; }.page-poppy-playtime-chapter-1-online-play__intro-features { flex-direction: column; align-items: center; }.page-poppy-playtime-chapter-1-online-play__intro-feature-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; box-sizing: border-box !important; }.page-poppy-playtime-chapter-1-online-play__intro-feature-icon { width: 80px; height: 80px; }.page-poppy-playtime-chapter-1-online-play__intro-feature-title { font-size: 1.5em; }.page-poppy-playtime-chapter-1-online-play__access-buttons { flex-direction: column; gap: 15px; }.page-poppy-playtime-chapter-1-online-play__access-button { width: 100%; }.page-poppy-playtime-chapter-1-online-play__game-grid, .page-poppy-playtime-chapter-1-online-play__promo-cards, .page-poppy-playtime-chapter-1-online-play__security-grid, .page-poppy-playtime-chapter-1-online-play__blog-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-1-online-play__game-card, .page-poppy-playtime-chapter-1-online-play__promo-card, .page-poppy-playtime-chapter-1-online-play__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-poppy-playtime-chapter-1-online-play__game-card-image, .page-poppy-playtime-chapter-1-online-play__promo-card-image, .page-poppy-playtime-chapter-1-online-play__blog-card-image { height: 250px; }.page-poppy-playtime-chapter-1-online-play__security-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; box-sizing: border-box !important; }.page-poppy-playtime-chapter-1-online-play__security-icon { width: 80px; height: 80px; }.page-poppy-playtime-chapter-1-online-play__security-title { font-size: 1.5em; }.page-poppy-playtime-chapter-1-online-play__contact-button { width: 100%; }.page-poppy-playtime-chapter-1-online-play__faq-question { padding: 18px 20px; }.page-poppy-playtime-chapter-1-online-play__faq-title { font-size: 1.1em; }.page-poppy-playtime-chapter-1-online-play__faq-toggle { font-size: 1.5em; }.page-poppy-playtime-chapter-1-online-play__faq-answer { padding: 0 20px; }.page-poppy-playtime-chapter-1-online-play__faq-item.active .page-poppy-playtime-chapter-1-online-play__faq-answer { padding: 15px 20px !important; }.page-poppy-playtime-chapter-1-online-play__faq-text { font-size: 0.95em; }.page-poppy-playtime-chapter-1-online-play__blog-card-content { padding: 15px; }.page-poppy-playtime-chapter-1-online-play__blog-card-title { font-size: 1.3em; }.page-poppy-playtime-chapter-1-online-play__blog-card-excerpt { font-size: 0.9em; }.page-poppy-playtime-chapter-1-online-play__blog-card-link { font-size: 0.85em; padding: 8px 12px; }.page-poppy-playtime-chapter-1-online-play__blog-card-date { font-size: 0.8em; }}.page-poppy-playtime-chapter-1-online-play__container { padding: 0 15px !important; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; }