.page-the-hand-poppy-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-the-hand-poppy-playtime__highlight { color: #FFD700; font-weight: bold; } .page-the-hand-poppy-playtime__section-title { text-align: center; color: #FFD700; font-size: 2.5em; margin-bottom: 20px; padding-top: 40px; } .page-the-hand-poppy-playtime__section-description { text-align: center; max-width: 800px; margin: 0 auto 50px auto; font-size: 1.1em; color: #ccc; } .page-the-hand-poppy-playtime__inline-link { color: #FFD700; text-decoration: none; font-weight: bold; } .page-the-hand-poppy-playtime__inline-link:hover { text-decoration: underline; } .page-the-hand-poppy-playtime__cta-button, .page-the-hand-poppy-playtime__access-button, .page-the-hand-poppy-playtime__game-card-button, .page-the-hand-poppy-playtime__promo-card-button, .page-the-hand-poppy-playtime__contact-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; 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; border: none; cursor: pointer; } .page-the-hand-poppy-playtime__cta-button:hover, .page-the-hand-poppy-playtime__access-button:hover, .page-the-hand-poppy-playtime__game-card-button:hover, .page-the-hand-poppy-playtime__promo-card-button:hover, .page-the-hand-poppy-playtime__contact-button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-the-hand-poppy-playtime__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 70vh; padding: 10px 20px 80px 20px; overflow: hidden; } .page-the-hand-poppy-playtime__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .page-the-hand-poppy-playtime__hero-image-container img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.5); } .page-the-hand-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-the-hand-poppy-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #fff; } .page-the-hand-poppy-playtime__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; } .page-the-hand-poppy-playtime__intro-section, .page-the-hand-poppy-playtime__quick-access-section, .page-the-hand-poppy-playtime__games-section, .page-the-hand-poppy-playtime__promo-section, .page-the-hand-poppy-playtime__security-support-section, .page-the-hand-poppy-playtime__faq-section, .page-the-hand-poppy-playtime__blog-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; } .page-the-hand-poppy-playtime__intro-features, .page-the-hand-poppy-playtime__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-the-hand-poppy-playtime__feature-item, .page-the-hand-poppy-playtime__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; flex: 1 1 300px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-the-hand-poppy-playtime__feature-item:hover, .page-the-hand-poppy-playtime__security-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-the-hand-poppy-playtime__feature-title, .page-the-hand-poppy-playtime__security-title { color: #FFD700; font-size: 1.5em; margin-bottom: 15px; } .page-the-hand-poppy-playtime__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-the-hand-poppy-playtime__game-categories, .page-the-hand-poppy-playtime__promo-grid, .page-the-hand-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-the-hand-poppy-playtime__game-card, .page-the-hand-poppy-playtime__promo-card, .page-the-hand-poppy-playtime__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: #f0f0f0; } .page-the-hand-poppy-playtime__game-card:hover, .page-the-hand-poppy-playtime__promo-card:hover, .page-the-hand-poppy-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-the-hand-poppy-playtime__game-card-image, .page-the-hand-poppy-playtime__promo-card-image, .page-the-hand-poppy-playtime__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-the-hand-poppy-playtime__game-card-content, .page-the-hand-poppy-playtime__promo-card-content, .page-the-hand-poppy-playtime__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-the-hand-poppy-playtime__game-card-title, .page-the-hand-poppy-playtime__promo-card-title, .page-the-hand-poppy-playtime__blog-card-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; } .page-the-hand-poppy-playtime__game-card-description, .page-the-hand-poppy-playtime__promo-card-description, .page-the-hand-poppy-playtime__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-the-hand-poppy-playtime__game-card-button, .page-the-hand-poppy-playtime__promo-card-button { margin-top: auto; } .page-the-hand-poppy-playtime__providers { margin-top: 50px; text-align: center; } .page-the-hand-poppy-playtime__providers-title { color: #FFD700; font-size: 1.6em; margin-bottom: 20px; } .page-the-hand-poppy-playtime__provider-logos, .page-the-hand-poppy-playtime__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-the-hand-poppy-playtime__provider-logo, .page-the-hand-poppy-playtime__payment-logo { height: 60px; object-fit: contain; width: auto; max-width: 150px; } .page-the-hand-poppy-playtime__faq-container { margin-top: 40px; } .page-the-hand-poppy-playtime__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-the-hand-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; transition: background-color 0.3s ease; user-select: none; } .page-the-hand-poppy-playtime__faq-question:hover { background-color: #444; } .page-the-hand-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-the-hand-poppy-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; } .page-the-hand-poppy-playtime__faq-item.active .page-the-hand-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-the-hand-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a2a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-the-hand-poppy-playtime__faq-item.active .page-the-hand-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 1024px) { .page-the-hand-poppy-playtime__hero-title { font-size: 3em; } .page-the-hand-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-the-hand-poppy-playtime__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-the-hand-poppy-playtime__hero-section { min-height: 60vh; padding-bottom: 60px; } .page-the-hand-poppy-playtime__hero-title { font-size: 2.5em; } .page-the-hand-poppy-playtime__hero-subtitle { font-size: 1em; } .page-the-hand-poppy-playtime__cta-button { padding: 12px 25px; font-size: 1em; } .page-the-hand-poppy-playtime__section-title { font-size: 1.8em; padding-top: 30px; } .page-the-hand-poppy-playtime__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-the-hand-poppy-playtime__intro-section, .page-the-hand-poppy-playtime__quick-access-section, .page-the-hand-poppy-playtime__games-section, .page-the-hand-poppy-playtime__promo-section, .page-the-hand-poppy-playtime__security-support-section, .page-the-hand-poppy-playtime__faq-section, .page-the-hand-poppy-playtime__blog-section { padding: 60px 15px; } .page-the-hand-poppy-playtime__intro-features, .page-the-hand-poppy-playtime__security-features, .page-the-hand-poppy-playtime__access-buttons { flex-direction: column; align-items: center; } .page-the-hand-poppy-playtime__feature-item, .page-the-hand-poppy-playtime__security-item { flex: 1 1 100%; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; } .page-the-hand-poppy-playtime__feature-item p, .page-the-hand-poppy-playtime__security-item p, .page-the-hand-poppy-playtime__faq-answer p, .page-the-hand-poppy-playtime__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-the-hand-poppy-playtime__access-button { width: 100%; max-width: 300px; } .page-the-hand-poppy-playtime__game-categories, .page-the-hand-poppy-playtime__promo-grid, .page-the-hand-poppy-playtime__blog-grid { grid-template-columns: 1fr; } .page-the-hand-poppy-playtime__game-card-image, .page-the-hand-poppy-playtime__promo-card-image, .page-the-hand-poppy-playtime__blog-card-image { height: 180px; } .page-the-hand-poppy-playtime__provider-logo, .page-the-hand-poppy-playtime__payment-logo { height: 45px; max-width: 120px; } .page-the-hand-poppy-playtime__faq-question { padding: 15px 20px; } .page-the-hand-poppy-playtime__faq-question h3 { font-size: 1.1em; } .page-the-hand-poppy-playtime__faq-toggle { font-size: 1.5em; } .page-the-hand-poppy-playtime__faq-answer { padding: 0 20px; } .page-the-hand-poppy-playtime__faq-item.active .page-the-hand-poppy-playtime__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-the-hand-poppy-playtime__hero-title { font-size: 2em; } .page-the-hand-poppy-playtime__hero-subtitle { font-size: 0.9em; } .page-the-hand-poppy-playtime__section-title { font-size: 1.5em; } } .page-the-hand-poppy-playtime__payment-logos { margin-top: 20px; } .page-the-hand-poppy-playtime__payment-logo { max-height: 40px; margin: 5px; } .page-the-hand-poppy-playtime__contact-button { margin-top: 20px; } .page-the-hand-poppy-playtime img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-the-hand-poppy-playtime__hero-image-container img { margin: 0; } .page-the-hand-poppy-playtime__blog-card { display: block; } .page-the-hand-poppy-playtime__blog-card-content { display: block; } .page-the-hand-poppy-playtime__blog-card-title { margin-bottom: 5px; } .page-the-hand-poppy-playtime__blog-card-excerpt { margin-bottom: 0; font-size: 0.85em; }