body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-experiment-1188-poppy-playtime { max-width: 1200px; margin: 0 auto; padding: 10px; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime { padding: 5px; } } h1, h2, h3, h4, h5, h6 { color: #e94560; margin-bottom: 15px; } p { margin-bottom: 10px; } .page-experiment-1188-poppy-playtime__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-bottom: 40px; padding-top: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__hero-section { height: 350px; padding-top: 5px; } } .page-experiment-1188-poppy-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-experiment-1188-poppy-playtime__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 0; } .page-experiment-1188-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; } .page-experiment-1188-poppy-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__hero-title { font-size: 2.2em; } } .page-experiment-1188-poppy-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__hero-subtitle { font-size: 1em; } } .page-experiment-1188-poppy-playtime__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-experiment-1188-poppy-playtime__btn:hover { background-color: #d33c53; } .page-experiment-1188-poppy-playtime__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__section { padding: 20px 10px; margin-bottom: 20px; } } .page-experiment-1188-poppy-playtime__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-experiment-1188-poppy-playtime__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-experiment-1188-poppy-playtime__intro-item { background-color: #393e46; padding: 20px; border-radius: 8px; text-align: center; } .page-experiment-1188-poppy-playtime__intro-icon { margin-bottom: 15px; } .page-experiment-1188-poppy-playtime__intro-icon img { max-width: 100%; height: auto; border-radius: 5px; } .page-experiment-1188-poppy-playtime__quick-links-container { text-align: center; margin-top: 20px; } .page-experiment-1188-poppy-playtime__quick-links-container .page-experiment-1188-poppy-playtime__btn { margin: 10px; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__quick-links-container .page-experiment-1188-poppy-playtime__btn { display: block; width: calc(100% - 20px); margin: 10px auto; } } .page-experiment-1188-poppy-playtime__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-experiment-1188-poppy-playtime__game-card { background-color: #393e46; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-experiment-1188-poppy-playtime__game-card:hover { transform: translateY(-5px); } .page-experiment-1188-poppy-playtime__game-card-image { width: 100%; height: 180px; object-fit: cover; } .page-experiment-1188-poppy-playtime__game-card-content { padding: 20px; text-align: center; } .page-experiment-1188-poppy-playtime__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-experiment-1188-poppy-playtime__game-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-experiment-1188-poppy-playtime__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-experiment-1188-poppy-playtime__promo-card { background-color: #393e46; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-experiment-1188-poppy-playtime__promo-card:hover { transform: translateY(-5px); } .page-experiment-1188-poppy-playtime__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-experiment-1188-poppy-playtime__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-experiment-1188-poppy-playtime__promo-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-experiment-1188-poppy-playtime__promo-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-experiment-1188-poppy-playtime__promo-card .page-experiment-1188-poppy-playtime__btn { align-self: flex-start; margin-top: auto; } .page-experiment-1188-poppy-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-experiment-1188-poppy-playtime__security-item { background-color: #393e46; padding: 20px; border-radius: 8px; text-align: center; } .page-experiment-1188-poppy-playtime__security-icon { margin-bottom: 15px; } .page-experiment-1188-poppy-playtime__security-icon img { max-width: 100%; height: auto; border-radius: 5px; } .page-experiment-1188-poppy-playtime__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-experiment-1188-poppy-playtime__payment-logos img { height: 40px; max-width: 120px; object-fit: contain; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__payment-logos img { height: 30px; max-width: 100px; } } .page-experiment-1188-poppy-playtime__faq-list { margin-top: 30px; } .page-experiment-1188-poppy-playtime__faq-item { background-color: #393e46; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-experiment-1188-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #4a4a6e; transition: background-color 0.3s ease; } .page-experiment-1188-poppy-playtime__faq-question:hover { background-color: #5a5a8e; } .page-experiment-1188-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #fff; pointer-events: none; } .page-experiment-1188-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-experiment-1188-poppy-playtime__faq-item.active .page-experiment-1188-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-experiment-1188-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-experiment-1188-poppy-playtime__faq-item.active .page-experiment-1188-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-experiment-1188-poppy-playtime__faq-answer p { margin: 0; color: #ccc; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__faq-question { padding: 12px 15px; } .page-experiment-1188-poppy-playtime__faq-question h3 { font-size: 1em; } .page-experiment-1188-poppy-playtime__faq-answer { padding: 0 10px; } .page-experiment-1188-poppy-playtime__faq-item.active .page-experiment-1188-poppy-playtime__faq-answer { padding: 15px 10px !important; } } .page-experiment-1188-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-experiment-1188-poppy-playtime__blog-card { background-color: #393e46; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-experiment-1188-poppy-playtime__blog-card:hover { transform: translateY(-5px); } .page-experiment-1188-poppy-playtime__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-experiment-1188-poppy-playtime__blog-card-content { padding: 20px; } .page-experiment-1188-poppy-playtime__blog-card-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-experiment-1188-poppy-playtime__blog-card-meta { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-experiment-1188-poppy-playtime__blog-card-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-experiment-1188-poppy-playtime__blog-card .page-experiment-1188-poppy-playtime__btn { width: auto; } /* Ensure all list items are responsive */ .page-experiment-1188-poppy-playtime__intro-grid > div, .page-experiment-1188-poppy-playtime__games-grid > div, .page-experiment-1188-poppy-playtime__promotions-grid > div, .page-experiment-1188-poppy-playtime__security-grid > div, .page-experiment-1188-poppy-playtime__blog-grid > div { box-sizing: border-box; } @media (max-width: 768px) { .page-experiment-1188-poppy-playtime__intro-grid, .page-experiment-1188-poppy-playtime__games-grid, .page-experiment-1188-poppy-playtime__promotions-grid, .page-experiment-1188-poppy-playtime__security-grid, .page-experiment-1188-poppy-playtime__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; display: block; } .page-experiment-1188-poppy-playtime__intro-grid > div, .page-experiment-1188-poppy-playtime__games-grid > div, .page-experiment-1188-poppy-playtime__promotions-grid > div, .page-experiment-1188-poppy-playtime__security-grid > div, .page-experiment-1188-poppy-playtime__blog-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 20px !important; } .page-experiment-1188-poppy-playtime__intro-grid > div:last-child, .page-experiment-1188-poppy-playtime__games-grid > div:last-child, .page-experiment-1188-poppy-playtime__promotions-grid > div:last-child, .page-experiment-1188-poppy-playtime__security-grid > div:last-child, .page-experiment-1188-poppy-playtime__blog-grid > div:last-child { margin-bottom: 0 !important; } p, .page-experiment-1188-poppy-playtime__game-card-description, .page-experiment-1188-poppy-playtime__promo-card-description, .page-experiment-1188-poppy-playtime__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }