.page-poppy-playtime-1 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; box-sizing: border-box; } .page-poppy-playtime-1 * { box-sizing: border-box; } .page-poppy-playtime-1__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; } .page-poppy-playtime-1__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #cccccc; font-size: 1.1em; } .page-poppy-playtime-1__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; cursor: pointer; border: none; font-size: 1em; } .page-poppy-playtime-1__button--primary { background-color: #ffd700; color: #1a1a1a; } .page-poppy-playtime-1__button--primary:hover { background-color: #e6c200; transform: translateY(-2px); } .page-poppy-playtime-1__button--secondary { background-color: #333; color: #ffd700; border: 2px solid #ffd700; } .page-poppy-playtime-1__button--secondary:hover { background-color: #444; transform: translateY(-2px); } .page-poppy-playtime-1__button--outline { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; padding: 10px 20px; } .page-poppy-playtime-1__button--outline:hover { background-color: #ffd700; color: #1a1a1a; transform: translateY(-2px); } .page-poppy-playtime-1__button--small { padding: 8px 18px; font-size: 0.9em; } .page-poppy-playtime-1__hero-section { background-color: #222; padding: 10px 20px 60px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; } .page-poppy-playtime-1__hero-content { max-width: 900px; margin: 0 auto; z-index: 2; position: relative; } .page-poppy-playtime-1__hero-title { font-size: 3.5em; color: #ffd700; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-1__hero-subtitle { font-size: 1.5em; color: #ccc; margin-bottom: 30px; } .page-poppy-playtime-1__hero-ctas { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-poppy-playtime-1__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; opacity: 0.2; } .page-poppy-playtime-1__hero-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(50%); } .page-poppy-playtime-1__about-section, .page-poppy-playtime-1__quick-access-section, .page-poppy-playtime-1__games-section, .page-poppy-playtime-1__promotions-section, .page-poppy-playtime-1__security-support-section, .page-poppy-playtime-1__faq-section, .page-poppy-playtime-1__blog-section { padding: 60px 20px; background-color: #1a1a1a; margin-bottom: 20px; border-radius: 8px; } .page-poppy-playtime-1__features-grid, .page-poppy-playtime-1__game-categories, .page-poppy-playtime-1__promo-grid, .page-poppy-playtime-1__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1__feature-item, .page-poppy-playtime-1__game-card, .page-poppy-playtime-1__promo-card, .page-poppy-playtime-1__blog-card { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-1__feature-item:hover, .page-poppy-playtime-1__game-card:hover, .page-poppy-playtime-1__promo-card:hover, .page-poppy-playtime-1__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-1__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; } .page-poppy-playtime-1__feature-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; } .page-poppy-playtime-1__feature-text { color: #cccccc; font-size: 0.95em; } .page-poppy-playtime-1__access-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-1__game-image, .page-poppy-playtime-1__promo-image, .page-poppy-playtime-1__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100%; height: auto; } .page-poppy-playtime-1__game-title, .page-poppy-playtime-1__promo-title, .page-poppy-playtime-1__blog-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-poppy-playtime-1__game-description, .page-poppy-playtime-1__promo-description, .page-poppy-playtime-1__blog-excerpt { color: #cccccc; font-size: 0.9em; margin-bottom: 20px; flex-grow: 1; } .page-poppy-playtime-1__security-content { display: flex; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-1__security-text { flex: 1; } .page-poppy-playtime-1__security-text p { margin-bottom: 15px; color: #cccccc; } .page-poppy-playtime-1__security-image { flex: 1; max-width: 50%; height: auto; border-radius: 8px; object-fit: cover; } .page-poppy-playtime-1__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-1__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-1__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-1__faq-question:hover { background-color: #444; } .page-poppy-playtime-1__faq-question-title { font-size: 1.2em; color: #ffd700; margin: 0; pointer-events: none; } .page-poppy-playtime-1__faq-toggle { font-size: 1.5em; color: #ffd700; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-1__faq-item.active .page-poppy-playtime-1__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-1__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-1__faq-item.active .page-poppy-playtime-1__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-1__blog-content { padding: 10px 0; } @media (max-width: 1024px) { .page-poppy-playtime-1__hero-title { font-size: 3em; } .page-poppy-playtime-1__hero-subtitle { font-size: 1.3em; } .page-poppy-playtime-1__security-content { flex-direction: column; text-align: center; } .page-poppy-playtime-1__security-image { max-width: 80%; margin-top: 30px; } } @media (max-width: 768px) { .page-poppy-playtime-1__hero-section { padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-1__hero-title { font-size: 2.5em; } .page-poppy-playtime-1__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-1__hero-ctas { flex-direction: column; gap: 15px; } .page-poppy-playtime-1__section-title { font-size: 2em; } .page-poppy-playtime-1__section-description { font-size: 1em; margin-bottom: 30px; } .page-poppy-playtime-1__about-section, .page-poppy-playtime-1__quick-access-section, .page-poppy-playtime-1__games-section, .page-poppy-playtime-1__promotions-section, .page-poppy-playtime-1__security-support-section, .page-poppy-playtime-1__faq-section, .page-poppy-playtime-1__blog-section { padding: 40px 15px; } .page-poppy-playtime-1__features-grid, .page-poppy-playtime-1__game-categories, .page-poppy-playtime-1__promo-grid, .page-poppy-playtime-1__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-1__feature-item, .page-poppy-playtime-1__game-card, .page-poppy-playtime-1__promo-card, .page-poppy-playtime-1__blog-card { padding: 20px; } .page-poppy-playtime-1__access-links { flex-direction: column; gap: 15px; } .page-poppy-playtime-1__feature-icon { width: 80px; height: 80px; } .page-poppy-playtime-1__game-image, .page-poppy-playtime-1__promo-image, .page-poppy-playtime-1__blog-image { height: 180px; } .page-poppy-playtime-1__security-image { max-width: 100%; } /* Responsive for list items */ .page-poppy-playtime-1__features-grid > *, .page-poppy-playtime-1__game-categories > *, .page-poppy-playtime-1__promo-grid > *, .page-poppy-playtime-1__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-poppy-playtime-1__faq-item { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-1__faq-question { padding: 15px !important; } .page-poppy-playtime-1__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-poppy-playtime-1__hero-title { font-size: 2em; } .page-poppy-playtime-1__hero-subtitle { font-size: 1em; } .page-poppy-playtime-1__section-title { font-size: 1.8em; } .page-poppy-playtime-1__button { padding: 10px 20px; font-size: 0.9em; } .page-poppy-playtime-1__faq-question-title { font-size: 1.1em; } }