.page-poppy-playtime-code { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-code__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }.page-poppy-playtime-code__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-code__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; line-height: 1.2; }.page-poppy-playtime-code__section--dark .page-poppy-playtime-code__section-title { color: #f39c12; }.page-poppy-playtime-code__hero { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px 80px 20px; min-height: 500px; overflow: hidden; background-color: #34495e; background-size: cover; background-position: center; }.page-poppy-playtime-code__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-poppy-playtime-code__hero-content { position: relative; z-index: 2; max-width: 900px; }.page-poppy-playtime-code__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); color: #f39c12; }.page-poppy-playtime-code__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }.page-poppy-playtime-code__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-code__cta-button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-poppy-playtime-code__learn-more-button { display: inline-block; background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.2s ease; margin-top: 20px; }.page-poppy-playtime-code__learn-more-button:hover { background-color: #2980b9; transform: translateY(-2px); }.page-poppy-playtime-code__text-content { max-width: 800px; margin: 0 auto; text-align: left; }.page-poppy-playtime-code__text-content p { margin-bottom: 15px; }.page-poppy-playtime-code__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }.page-poppy-playtime-code__access-link { display: block; text-align: center; background-color: #f1c40f; color: #2c3e50; padding: 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-code__access-link:hover { background-color: #f39c12; transform: translateY(-2px); }.page-poppy-playtime-code__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1200px; margin: 0 auto; }.page-poppy-playtime-code__game-card { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #ecf0f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-poppy-playtime-code__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-code__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-poppy-playtime-code__game-card-content { padding: 20px; }.page-poppy-playtime-code__game-card h3 { margin-top: 0; color: #2c3e50; font-size: 1.3em; }.page-poppy-playtime-code__game-card p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-code__game-card-button { display: inline-block; background-color: #2ecc71; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-poppy-playtime-code__game-card-button:hover { background-color: #27ae60; }.page-poppy-playtime-code__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-poppy-playtime-code__promo-card { background-color: #ecf0f1; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-poppy-playtime-code__promo-card:hover { transform: translateY(-5px); }.page-poppy-playtime-code__promo-card h3 { color: #e74c3c; margin-top: 0; font-size: 1.4em; }.page-poppy-playtime-code__promo-card p { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-code__promo-card-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-poppy-playtime-code__promo-card-button:hover { background-color: #c0392b; }.page-poppy-playtime-code__feature-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto 30px auto; }.page-poppy-playtime-code__feature-list li { background-color: #ecf0f1; margin-bottom: 10px; padding: 15px 20px; border-left: 5px solid #3498db; border-radius: 4px; font-size: 1.1em; color: #333; box-sizing: border-box; }.page-poppy-playtime-code__contact-button { display: block; width: fit-content; margin: 20px auto 0 auto; background-color: #3498db; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-code__contact-button:hover { background-color: #2980b9; transform: translateY(-2px); }.page-poppy-playtime-code__faq-list { max-width: 800px; margin: 0 auto; }.page-poppy-playtime-code__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }.page-poppy-playtime-code__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f1f1f1; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; }.page-poppy-playtime-code__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-code__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; }.page-poppy-playtime-code__faq-toggle { font-size: 1.5em; font-weight: bold; color: #3498db; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-code__faq-item.active .page-poppy-playtime-code__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-code__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-code__faq-item.active .page-poppy-playtime-code__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-code__faq-answer p { margin-bottom: 0; font-size: 0.95em; color: #555; }.page-poppy-playtime-code__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-poppy-playtime-code__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-poppy-playtime-code__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-code__blog-card-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; }.page-poppy-playtime-code__blog-card-content { padding: 20px; }.page-poppy-playtime-code__blog-card h3 { margin-top: 0; font-size: 1.2em; }.page-poppy-playtime-code__blog-card h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; }.page-poppy-playtime-code__blog-card h3 a:hover { color: #e74c3c; }.page-poppy-playtime-code__blog-card p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-code__blog-card-link { display: inline-block; color: #3498db; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-poppy-playtime-code__blog-card-link:hover { color: #2980b9; }.page-poppy-playtime-code img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-poppy-playtime-code strong { color: #e74c3c; }.page-poppy-playtime-code .text-center { text-align: center; }@media (max-width: 1024px) { .page-poppy-playtime-code__hero-title { font-size: 2.8em; }.page-poppy-playtime-code__hero-subtitle { font-size: 1.3em; }.page-poppy-playtime-code__section-title { font-size: 2em; }.page-poppy-playtime-code__game-card, .page-poppy-playtime-code__promo-card, .page-poppy-playtime-code__blog-card { flex: 1 1 calc(50% - 30px); }}.page-poppy-playtime-code__feature-list li, .page-poppy-playtime-code__faq-item { box-sizing: border-box !important; }@media (max-width: 768px) { .page-poppy-playtime-code__hero-title { font-size: 2.2em; }.page-poppy-playtime-code__hero-subtitle { font-size: 1.1em; }.page-poppy-playtime-code__cta-button { padding: 12px 25px; font-size: 1em; }.page-poppy-playtime-code__section { padding: 30px 15px; }.page-poppy-playtime-code__section-title { font-size: 1.8em; }.page-poppy-playtime-code__quick-access-grid { grid-template-columns: 1fr; }.page-poppy-playtime-code__game-card, .page-poppy-playtime-code__promo-card, .page-poppy-playtime-code__blog-card { flex: 1 1 100%; max-width: 100% !important; }.page-poppy-playtime-code__feature-list li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; font-size: 1em; word-wrap: break-word; overflow-wrap: break-word; }.page-poppy-playtime-code__feature-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-code__faq-question { padding: 15px 20px; }.page-poppy-playtime-code__faq-question h3 { font-size: 1.1em; }.page-poppy-playtime-code__faq-answer { padding: 0 20px; }.page-poppy-playtime-code__faq-item.active .page-poppy-playtime-code__faq-answer { padding: 15px 20px !important; }.page-poppy-playtime-code__blog-card-image { height: 160px; }.page-poppy-playtime-code__blog-card h3 { font-size: 1.1em; }.page-poppy-playtime-code__blog-card p { font-size: 0.85em; }}.page-poppy-playtime-code__hero { padding-top: 10px; }