:root { --primary-color: #FFD700; /* Gold */ --secondary-color: #00BFFF; /* Deep Sky Blue */ --dark-background: #1a1a2e; --light-text: #ffffff; --gray-text: #cccccc; --button-hover-color: #FFC107; --section-spacing: 60px;}.page-poppy-playtime-chapter-2 { font-family: 'Arial', sans-serif; color: var(--light-text); background-color: var(--dark-background); line-height: 1.6; padding-top: var(--header-offset, 122px); /* Fallback for header offset */}.page-poppy-playtime-chapter-2__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}.page-poppy-playtime-chapter-2__section { padding: var(--section-spacing) 0; text-align: center; position: relative; overflow: hidden;}.page-poppy-playtime-chapter-2__section--dark { background-color: #16213e;}.page-poppy-playtime-chapter-2__section-title { font-size: 2.5em; color: var(--primary-color); margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px;}.page-poppy-playtime-chapter-2__section-subtitle { font-size: 1.2em; color: var(--gray-text); margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto;}.page-poppy-playtime-chapter-2__button { display: inline-block; background-color: var(--primary-color); color: var(--dark-background); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer;}.page-poppy-playtime-chapter-2__button:hover { background-color: var(--button-hover-color); transform: translateY(-2px);}.page-poppy-playtime-chapter-2__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); padding: 10px 0 var(--section-spacing) 0; /* 10px top padding for decoration, assuming body padding handles header offset */ display: flex; align-items: center; min-height: 70vh; text-align: center; position: relative;}.page-poppy-playtime-chapter-2__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}.page-poppy-playtime-chapter-2__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto;}.page-poppy-playtime-chapter-2__hero-title { font-size: 3.5em; margin-bottom: 20px; color: var(--primary-color); line-height: 1.2;}.page-poppy-playtime-chapter-2__hero-description { font-size: 1.3em; margin-bottom: 40px; color: var(--gray-text);}.page-poppy-playtime-chapter-2__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #0f0f1d;}.page-poppy-playtime-chapter-2__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-poppy-playtime-chapter-2__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}.page-poppy-playtime-chapter-2__intro-text { text-align: left; margin-bottom: 30px; font-size: 1.1em;}.page-poppy-playtime-chapter-2__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2__intro-card { background-color: #1e2a4a; padding: 30px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__intro-card:hover { transform: translateY(-5px);}.page-poppy-playtime-chapter-2__intro-card-title { color: var(--primary-color); font-size: 1.5em; margin-bottom: 15px;}.page-poppy-playtime-chapter-2__intro-card-icon { width: 60px; height: 60px; margin-bottom: 15px;}.page-poppy-playtime-chapter-2__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px;}.page-poppy-playtime-chapter-2__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2__game-card { background-color: #1e2a4a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__game-card:hover { transform: translateY(-5px);}.page-poppy-playtime-chapter-2__game-image { width: 100%; height: 200px; object-fit: cover; display: block;}.page-poppy-playtime-chapter-2__game-content { padding: 20px;}.page-poppy-playtime-chapter-2__game-title { font-size: 1.4em; color: var(--primary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2__game-description { color: var(--gray-text); font-size: 0.95em; margin-bottom: 20px;}.page-poppy-playtime-chapter-2__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2__promo-card { background-color: #1e2a4a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__promo-card:hover { transform: translateY(-5px);}.page-poppy-playtime-chapter-2__promo-image { width: 100%; height: 180px; object-fit: cover; display: block;}.page-poppy-playtime-chapter-2__promo-content { padding: 20px;}.page-poppy-playtime-chapter-2__promo-title { font-size: 1.3em; color: var(--primary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2__promo-description { color: var(--gray-text); font-size: 0.9em; margin-bottom: 20px;}.page-poppy-playtime-chapter-2__promo-button { display: inline-block; background-color: var(--secondary-color); color: var(--light-text); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-2__promo-button:hover { background-color: #009ACD;}.page-poppy-playtime-chapter-2__service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2__service-card { background-color: #1e2a4a; padding: 30px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__service-card:hover { transform: translateY(-5px);}.page-poppy-playtime-chapter-2__service-card-title { color: var(--primary-color); font-size: 1.5em; margin-bottom: 15px;}.page-poppy-playtime-chapter-2__service-card-icon { width: 60px; height: 60px; margin-bottom: 15px;}.page-poppy-playtime-chapter-2__faq-list { max-width: 900px; margin: 40px auto 0 auto; text-align: left;}.page-poppy-playtime-chapter-2__faq-item { background-color: #1e2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; font-size: 1.1em; font-weight: bold; color: var(--primary-color); background-color: #2a3b5c; transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-2__faq-question:hover { background-color: #3b4e72;}.page-poppy-playtime-chapter-2__faq-question h3 { margin: 0; font-size: 1.1em; color: var(--primary-color); pointer-events: none; /* Prevent h3 from blocking click event */ flex-grow: 1;}.page-poppy-playtime-chapter-2__faq-toggle { font-size: 1.5em; line-height: 1; color: var(--primary-color); margin-left: 15px; pointer-events: none; /* Prevent toggle icon from blocking click event */ transition: transform 0.3s ease;}.page-poppy-playtime-chapter-2__faq-item.active .page-poppy-playtime-chapter-2__faq-toggle { transform: rotate(45deg);}.page-poppy-playtime-chapter-2__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: var(--gray-text); transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left;}.page-poppy-playtime-chapter-2__faq-item.active .page-poppy-playtime-chapter-2__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1;}.page-poppy-playtime-chapter-2__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2__blog-card { background-color: #1e2a4a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; border: 1px solid #2a3b5c;}.page-poppy-playtime-chapter-2__blog-card:hover { transform: translateY(-5px);}.page-poppy-playtime-chapter-2__blog-image { width: 100%; height: 200px; object-fit: cover; display: block;}.page-poppy-playtime-chapter-2__blog-content { padding: 20px;}.page-poppy-playtime-chapter-2__blog-date { font-size: 0.85em; color: var(--secondary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2__blog-title { font-size: 1.3em; color: var(--primary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2__blog-description { color: var(--gray-text); font-size: 0.9em; margin-bottom: 20px;}.page-poppy-playtime-chapter-2__blog-link { display: inline-block; background-color: var(--secondary-color); color: var(--light-text); padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-2__blog-link:hover { background-color: #009ACD;}.page-poppy-playtime-chapter-2 img { max-width: 100%; height: auto; display: block; object-fit: cover; /* Ensure images fill their space without distortion */}.page-poppy-playtime-chapter-2__hero-section .page-poppy-playtime-chapter-2__hero-background { max-width: 100% !important; height: 100% !important;}.page-poppy-playtime-chapter-2__intro-card-icon, .page-poppy-playtime-chapter-2__service-card-icon { object-fit: contain;}.page-poppy-playtime-chapter-2__hero-section, .page-poppy-playtime-chapter-2__section--dark { background-color: #16213e;}.page-poppy-playtime-chapter-2__section { background-color: var(--dark-background);}.page-poppy-playtime-chapter-2__promo-button { background-color: var(--primary-color); color: var(--dark-background);}.page-poppy-playtime-chapter-2__promo-button:hover { background-color: var(--button-hover-color);}.page-poppy-playtime-chapter-2__blog-link { background-color: var(--primary-color); color: var(--dark-background);}.page-poppy-playtime-chapter-2__blog-link:hover { background-color: var(--button-hover-color);}@media (max-width: 1024px) { .page-poppy-playtime-chapter-2__hero-title { font-size: 3em; } .page-poppy-playtime-chapter-2__section-title { font-size: 2em; } .page-poppy-playtime-chapter-2__hero-description { font-size: 1.1em; }}@media (max-width: 768px) { .page-poppy-playtime-chapter-2__hero-section { min-height: 60vh; } .page-poppy-playtime-chapter-2__hero-title { font-size: 2.2em; } .page-poppy-playtime-chapter-2__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-2__section-title { font-size: 1.8em; } .page-poppy-playtime-chapter-2__section-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-2__button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-2__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-chapter-2__payment-logo, .page-poppy-playtime-chapter-2__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-chapter-2__intro-grid, .page-poppy-playtime-chapter-2__game-grid, .page-poppy-playtime-chapter-2__promo-grid, .page-poppy-playtime-chapter-2__service-grid, .page-poppy-playtime-chapter-2__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapter-2__intro-card, .page-poppy-playtime-chapter-2__game-card, .page-poppy-playtime-chapter-2__promo-card, .page-poppy-playtime-chapter-2__service-card, .page-poppy-playtime-chapter-2__blog-card, .page-poppy-playtime-chapter-2__faq-item { 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-poppy-playtime-chapter-2__faq-list { padding: 0 10px; } .page-poppy-playtime-chapter-2__faq-question, .page-poppy-playtime-chapter-2__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-poppy-playtime-chapter-2__faq-item.active .page-poppy-playtime-chapter-2__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-chapter-2 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-2__hero-background { max-width: 100% !important; height: 100% !important; }}