.page-poppy-playtime-2-release { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-poppy-playtime-2-release__container { max-width: 1200px; margin: 0 auto; padding: 10px 20px; box-sizing: border-box; }.page-poppy-playtime-2-release__section { padding: 40px 0; text-align: center; }.page-poppy-playtime-2-release__section--dark { background-color: #16213e; }.page-poppy-playtime-2-release__section--light { background-color: #0f3460; }.page-poppy-playtime-2-release__heading { font-size: 2.8em; margin-bottom: 20px; color: #e94560; text-transform: uppercase; }.page-poppy-playtime-2-release__subheading { font-size: 1.8em; margin-bottom: 15px; color: #f0f0f0; }.page-poppy-playtime-2-release__text { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; }.page-poppy-playtime-2-release__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-2-release__button:hover { background-color: #ff6a80; transform: translateY(-3px); }.page-poppy-playtime-2-release__hero { position: relative; padding-top: 10px; background-size: cover; background-position: center; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; }.page-poppy-playtime-2-release__hero-content { z-index: 1; padding: 20px; max-width: 800px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; }.page-poppy-playtime-2-release__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-2-release__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-2-release__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-poppy-playtime-2-release__intro-item { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-2-release__intro-item-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-poppy-playtime-2-release__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-2-release__game-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-2-release__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-2-release__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-2-release__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-2-release__game-card-content { padding: 20px; }.page-poppy-playtime-2-release__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-poppy-playtime-2-release__gamelogo { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 15px; display: block; }.page-poppy-playtime-2-release__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-2-release__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; }.page-poppy-playtime-2-release__promo-card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-2-release__promo-card-content { padding: 20px; }.page-poppy-playtime-2-release__promo-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-poppy-playtime-2-release__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-poppy-playtime-2-release__feature-item { background-color: #0f3460; padding: 25px; border-radius: 10px; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-2-release__feature-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-poppy-playtime-2-release__faq-list { list-style: none; padding: 0; margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-2-release__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-2-release__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #16213e; color: #ffffff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-2-release__faq-question:hover { background-color: #1a1a2e; }.page-poppy-playtime-2-release__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; }.page-poppy-playtime-2-release__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-2-release__faq-item.active .page-poppy-playtime-2-release__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-2-release__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; text-align: left; color: #cccccc; }.page-poppy-playtime-2-release__faq-item.active .page-poppy-playtime-2-release__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-2-release__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-2-release__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; }.page-poppy-playtime-2-release__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-2-release__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-2-release__blog-card-content { padding: 20px; }.page-poppy-playtime-2-release__blog-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-poppy-playtime-2-release__blog-card-date { font-size: 0.9em; color: #aaaaaa; margin-bottom: 15px; }.page-poppy-playtime-2-release__blog-card-excerpt { font-size: 1em; color: #cccccc; }.page-poppy-playtime-2-release img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-poppy-playtime-2-release__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-poppy-playtime-2-release__payment-logo { width: auto; height: 50px; object-fit: contain; }.page-poppy-playtime-2-release__social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-poppy-playtime-2-release__social-icon { width: 40px; height: 40px; object-fit: contain; }.page-poppy-playtime-2-release__list { list-style: none; padding: 0; margin-top: 20px; }.page-poppy-playtime-2-release__list-item { margin-bottom: 10px; text-align: left; color: #cccccc; position: relative; padding-left: 25px; }.page-poppy-playtime-2-release__list-item::before { content: '•'; color: #e94560; position: absolute; left: 0; top: 0; font-weight: bold; }.page-poppy-playtime-2-release__cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-poppy-playtime-2-release__cta-btn { background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-2-release__cta-btn:hover { background-color: #ff6a80; }.page-poppy-playtime-2-release__cta-btn--secondary { background-color: #0f3460; }.page-poppy-playtime-2-release__cta-btn--secondary:hover { background-color: #16213e; }@media (max-width: 768px) { .page-poppy-playtime-2-release__container { padding: 10px; }.page-poppy-playtime-2-release__heading { font-size: 2em; }.page-poppy-playtime-2-release__subheading { font-size: 1.4em; }.page-poppy-playtime-2-release__hero { min-height: 400px; }.page-poppy-playtime-2-release__hero-title { font-size: 2.5em; }.page-poppy-playtime-2-release__hero-subtitle { font-size: 1.2em; }.page-poppy-playtime-2-release__intro-grid, .page-poppy-playtime-2-release__game-gallery, .page-poppy-playtime-2-release__promo-grid, .page-poppy-playtime-2-release__blog-grid { grid-template-columns: 1fr; }.page-poppy-playtime-2-release__feature-item { flex: 1 1 100%; max-width: 100%; }.page-poppy-playtime-2-release__faq-question { font-size: 1.1em; padding: 12px 15px; }.page-poppy-playtime-2-release__faq-answer { padding: 0 15px; }.page-poppy-playtime-2-release__faq-item.active .page-poppy-playtime-2-release__faq-answer { padding: 15px !important; }.page-poppy-playtime-2-release__list-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-2-release__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-2-release img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-poppy-playtime-2-release__cta-buttons { flex-direction: column; align-items: center; }.page-poppy-playtime-2-release__cta-btn { width: 90%; max-width: 300px; } }