body { margin: 0; padding: 0; box-sizing: border-box; } .page-poppy-playtime-highly-compressed { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-highly-compressed__section-title { color: #e94560; text-align: center; font-size: 2.5em; margin-bottom: 30px; padding: 0 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-highly-compressed__section-paragraph { text-align: center; max-width: 900px; margin: 0 auto 40px auto; padding: 0 15px; font-size: 1.1em; color: #cccccc; } /* Hero Section */ .page-poppy-playtime-highly-compressed__hero-section { position: relative; width: 100%; min-height: 550px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; background-color: #0f3460; } .page-poppy-playtime-highly-compressed__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); max-width: 100%; } .page-poppy-playtime-highly-compressed__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px; } .page-poppy-playtime-highly-compressed__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); color: #ffffff; } .page-poppy-playtime-highly-compressed__hero-description { font-size: 1.3em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; color: #e0e0e0; } .page-poppy-playtime-highly-compressed__hero-cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-highly-compressed__hero-cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } /* Partner/Supplier Logo Area */ .page-poppy-playtime-highly-compressed__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: 50px 20px; background-color: #16213e; } .page-poppy-playtime-highly-compressed__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%) brightness(1.5); transition: filter 0.3s ease; } .page-poppy-playtime-highly-compressed__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-highly-compressed__payment-logo:hover { filter: grayscale(0%) brightness(1); } /* Homepage Introduction */ .page-poppy-playtime-highly-compressed__intro-section { padding: 80px 20px; background-color: #1a1a2e; } .page-poppy-playtime-highly-compressed__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__feature-item { background-color: #0f3460; 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-shadow 0.3s ease; } .page-poppy-playtime-highly-compressed__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-highly-compressed__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; } .page-poppy-playtime-highly-compressed__feature-title { color: #e94560; font-size: 1.5em; margin-bottom: 10px; } .page-poppy-playtime-highly-compressed__feature-description { color: #cccccc; } /* Quick Access */ .page-poppy-playtime-highly-compressed__quick-access { padding: 80px 20px; background-color: #16213e; } .page-poppy-playtime-highly-compressed__links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__access-button { display: block; background-color: #0f3460; color: #ffffff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-highly-compressed__access-button:hover { background-color: #e94560; transform: translateY(-2px); } /* Core Games / Services */ .page-poppy-playtime-highly-compressed__games-section { padding: 80px 20px; background-color: #1a1a2e; } .page-poppy-playtime-highly-compressed__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-highly-compressed__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-highly-compressed__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-poppy-playtime-highly-compressed__game-title { color: #e94560; font-size: 1.8em; margin: 20px 15px 10px; } .page-poppy-playtime-highly-compressed__game-description { color: #cccccc; padding: 0 15px; flex-grow: 1; } .page-poppy-playtime-highly-compressed__game-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; margin: 20px 15px; transition: background-color 0.3s ease; } .page-poppy-playtime-highly-compressed__game-button:hover { background-color: #ff6a80; } /* Promotions / Offers */ .page-poppy-playtime-highly-compressed__promotions-section { padding: 80px 20px; background-color: #16213e; } .page-poppy-playtime-highly-compressed__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-highly-compressed__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-highly-compressed__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-poppy-playtime-highly-compressed__promo-title { color: #e94560; font-size: 1.8em; margin: 20px 15px 10px; } .page-poppy-playtime-highly-compressed__promo-description { color: #cccccc; padding: 0 15px; flex-grow: 1; } .page-poppy-playtime-highly-compressed__promo-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; margin: 20px 15px; transition: background-color 0.3s ease; } .page-poppy-playtime-highly-compressed__promo-button:hover { background-color: #ff6a80; } /* Security & Customer Service */ .page-poppy-playtime-highly-compressed__security-support { padding: 80px 20px; background-color: #1a1a2e; } .page-poppy-playtime-highly-compressed__support-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__support-image { flex: 1; min-width: 300px; height: auto; object-fit: cover; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); max-width: 100%; } .page-poppy-playtime-highly-compressed__support-text { flex: 2; min-width: 300px; color: #cccccc; } .page-poppy-playtime-highly-compressed__support-cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.1em; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-highly-compressed__support-cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } /* FAQ Section */ .page-poppy-playtime-highly-compressed__faq-section { padding: 80px 20px; background-color: #16213e; } .page-poppy-playtime-highly-compressed__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-highly-compressed__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; color: #ffffff; transition: background-color 0.3s ease; } .page-poppy-playtime-highly-compressed__faq-question:hover { background-color: #1a1a2e; } .page-poppy-playtime-highly-compressed__faq-title { font-size: 1.2em; margin: 0; flex-grow: 1; pointer-events: none; color: #ffffff; } .page-poppy-playtime-highly-compressed__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; color: #e94560; } .page-poppy-playtime-highly-compressed__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: #1a1a2e; color: #cccccc; } .page-poppy-playtime-highly-compressed__faq-answer p { margin: 0; padding-bottom: 20px; } .page-poppy-playtime-highly-compressed__faq-item.active .page-poppy-playtime-highly-compressed__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } /* Latest Blog Content */ .page-poppy-playtime-highly-compressed__blog-section { padding: 80px 20px; background-color: #1a1a2e; } .page-poppy-playtime-highly-compressed__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-highly-compressed__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-highly-compressed__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-highly-compressed__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; } .page-poppy-playtime-highly-compressed__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-poppy-playtime-highly-compressed__blog-title { color: #e94560; font-size: 1.6em; margin-bottom: 10px; } .page-poppy-playtime-highly-compressed__blog-excerpt { color: #cccccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; } .page-poppy-playtime-highly-compressed__blog-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; align-self: flex-start; transition: background-color 0.3s ease; } .page-poppy-playtime-highly-compressed__blog-button:hover { background-color: #ff6a80; } /* Responsive Adjustments */ @media (max-width: 1024px) { .page-poppy-playtime-highly-compressed__hero-title { font-size: 3em; } .page-poppy-playtime-highly-compressed__hero-description { font-size: 1.2em; } .page-poppy-playtime-highly-compressed__section-title { font-size: 2em; } .page-poppy-playtime-highly-compressed__section-paragraph { font-size: 1em; } } @media (max-width: 768px) { .page-poppy-playtime-highly-compressed__hero-section { min-height: 450px; } .page-poppy-playtime-highly-compressed__hero-title { font-size: 2.5em; } .page-poppy-playtime-highly-compressed__hero-description { font-size: 1.1em; } .page-poppy-playtime-highly-compressed__hero-cta-button { font-size: 1.1em; padding: 12px 25px; } .page-poppy-playtime-highly-compressed__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-poppy-playtime-highly-compressed__section-paragraph { margin-bottom: 30px; } /* Partner Logo Area - Specific Mobile Rules */ .page-poppy-playtime-highly-compressed__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-poppy-playtime-highly-compressed__payment-logo, .page-poppy-playtime-highly-compressed__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-highly-compressed__features-grid, .page-poppy-playtime-highly-compressed__links-grid, .page-poppy-playtime-highly-compressed__game-categories, .page-poppy-playtime-highly-compressed__promo-grid, .page-poppy-playtime-highly-compressed__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-highly-compressed__feature-item, .page-poppy-playtime-highly-compressed__game-card, .page-poppy-playtime-highly-compressed__promo-card, .page-poppy-playtime-highly-compressed__blog-card { padding: 20px; } .page-poppy-playtime-highly-compressed__feature-icon { width: 80px; height: 80px; } .page-poppy-playtime-highly-compressed__support-content { flex-direction: column; } .page-poppy-playtime-highly-compressed__support-image { min-width: unset; width: 100% !important; height: auto !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-highly-compressed__faq-question { padding: 15px 20px; } .page-poppy-playtime-highly-compressed__faq-title { font-size: 1.1em; } .page-poppy-playtime-highly-compressed__faq-answer { padding: 0 20px; } .page-poppy-playtime-highly-compressed__faq-item.active .page-poppy-playtime-highly-compressed__faq-answer { padding: 15px 20px !important; } /* List item responsive requirements */ .page-poppy-playtime-highly-compressed__features-grid > div, .page-poppy-playtime-highly-compressed__links-grid > a, .page-poppy-playtime-highly-compressed__game-categories > div, .page-poppy-playtime-highly-compressed__promo-grid > div, .page-poppy-playtime-highly-compressed__blog-grid > div { 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-highly-compressed__blog-image, .page-poppy-playtime-highly-compressed__game-image, .page-poppy-playtime-highly-compressed__promo-image, .page-poppy-playtime-highly-compressed__feature-icon, .page-poppy-playtime-highly-compressed__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-poppy-playtime-highly-compressed__hero-title { font-size: 2em; } .page-poppy-playtime-highly-compressed__hero-description { font-size: 1em; } .page-poppy-playtime-highly-compressed__hero-cta-button { font-size: 1em; padding: 10px 20px; } .page-poppy-playtime-highly-compressed__section-title { font-size: 1.5em; } .page-poppy-playtime-highly-compressed__faq-question { padding: 12px 15px; } .page-poppy-playtime-highly-compressed__faq-title { font-size: 1em; } .page-poppy-playtime-highly-compressed__faq-answer { padding: 0 15px; } .page-poppy-playtime-highly-compressed__faq-item.active .page-poppy-playtime-highly-compressed__faq-answer { padding: 10px 15px !important; } .page-poppy-playtime-highly-compressed__blog-content { padding: 15px; } }