.page-poppy-playtime-4-enemy { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-4-enemy__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-poppy-playtime-4-enemy__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-poppy-playtime-4-enemy__hero-content { position: relative; z-index: 2; background-color: rgba(0, 0, 0, 0.5); padding: 30px; border-radius: 10px; max-width: 800px; margin: 0 20px; } .page-poppy-playtime-4-enemy__hero-title { font-size: 3em; margin-bottom: 20px; color: #ffcc00; } .page-poppy-playtime-4-enemy__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-4-enemy__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-4-enemy__cta-button:hover { background-color: #e6b800; } .page-poppy-playtime-4-enemy__section-title { font-size: 2.5em; text-align: center; margin: 60px 0 30px; color: #222; } .page-poppy-playtime-4-enemy__text-content { text-align: center; max-width: 900px; margin: 0 auto 40px; padding: 0 20px; font-size: 1.1em; } .page-poppy-playtime-4-enemy__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #eee; padding: 40px 20px; margin-bottom: 40px; } .page-poppy-playtime-4-enemy__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; } .page-poppy-playtime-4-enemy__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-poppy-playtime-4-enemy__intro-section, .page-poppy-playtime-4-enemy__quick-access-section, .page-poppy-playtime-4-enemy__games-section, .page-poppy-playtime-4-enemy__promo-section, .page-poppy-playtime-4-enemy__security-section, .page-poppy-playtime-4-enemy__blog-section, .page-poppy-playtime-4-enemy__faq-section { padding: 40px 20px; background-color: #fff; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-4-enemy__intro-features, .page-poppy-playtime-4-enemy__security-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-4-enemy__feature-item, .page-poppy-playtime-4-enemy__security-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 25px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-poppy-playtime-4-enemy__feature-icon, .page-poppy-playtime-4-enemy__security-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 5px; object-fit: cover; } .page-poppy-playtime-4-enemy__feature-title, .page-poppy-playtime-4-enemy__security-title { font-size: 1.5em; color: #333; margin-bottom: 10px; } .page-poppy-playtime-4-enemy__feature-description, .page-poppy-playtime-4-enemy__security-description { font-size: 1em; color: #666; } .page-poppy-playtime-4-enemy__access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-4-enemy__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-4-enemy__access-button:hover { background-color: #0056b3; } .page-poppy-playtime-4-enemy__game-categories, .page-poppy-playtime-4-enemy__promo-grid, .page-poppy-playtime-4-enemy__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-4-enemy__game-card, .page-poppy-playtime-4-enemy__promo-card, .page-poppy-playtime-4-enemy__blog-card { background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; display: flex; flex-direction: column; } .page-poppy-playtime-4-enemy__game-image, .page-poppy-playtime-4-enemy__promo-image, .page-poppy-playtime-4-enemy__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; } .page-poppy-playtime-4-enemy__game-title, .page-poppy-playtime-4-enemy__promo-title, .page-poppy-playtime-4-enemy__blog-title { font-size: 1.4em; color: #333; margin: 15px 15px 10px; } .page-poppy-playtime-4-enemy__game-title a, .page-poppy-playtime-4-enemy__blog-title a { text-decoration: none; color: #333; transition: color 0.3s ease; } .page-poppy-playtime-4-enemy__game-title a:hover, .page-poppy-playtime-4-enemy__blog-title a:hover { color: #007bff; } .page-poppy-playtime-4-enemy__game-description, .page-poppy-playtime-4-enemy__promo-description, .page-poppy-playtime-4-enemy__blog-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-poppy-playtime-4-enemy__game-button, .page-poppy-playtime-4-enemy__promo-button { display: block; background-color: #ffcc00; color: #333; padding: 10px 15px; text-decoration: none; border-radius: 0 0 8px 8px; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-poppy-playtime-4-enemy__game-button:hover, .page-poppy-playtime-4-enemy__promo-button:hover { background-color: #e6b800; } .page-poppy-playtime-4-enemy__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-4-enemy__faq-item { background-color: #f0f0f0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-sizing: border-box; } .page-poppy-playtime-4-enemy__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-weight: bold; border-radius: 8px; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-4-enemy__faq-question:hover { background-color: #0056b3; } .page-poppy-playtime-4-enemy__faq-title { font-size: 1.2em; margin: 0; pointer-events: none; } .page-poppy-playtime-4-enemy__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-4-enemy__faq-item.active .page-poppy-playtime-4-enemy__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-4-enemy__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #e6e6e6; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; box-sizing: border-box; } .page-poppy-playtime-4-enemy__faq-item.active .page-poppy-playtime-4-enemy__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-4-enemy__hero-section { height: 450px; } .page-poppy-playtime-4-enemy__hero-title { font-size: 2.2em; } .page-poppy-playtime-4-enemy__hero-description { font-size: 1em; } .page-poppy-playtime-4-enemy__cta-button { padding: 12px 25px; } .page-poppy-playtime-4-enemy__section-title { font-size: 2em; margin-top: 40px; } .page-poppy-playtime-4-enemy__text-content { font-size: 0.95em; } .page-poppy-playtime-4-enemy__payment-providers { gap: 16px; padding: 30px 15px; } .page-poppy-playtime-4-enemy__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-4-enemy__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-4-enemy__intro-features, .page-poppy-playtime-4-enemy__security-features { flex-direction: column; align-items: center; gap: 20px; } .page-poppy-playtime-4-enemy__feature-item, .page-poppy-playtime-4-enemy__security-item { max-width: 95%; width: 100%; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-4-enemy__feature-icon, .page-poppy-playtime-4-enemy__security-icon { max-width: 200px; } .page-poppy-playtime-4-enemy__access-links { flex-direction: column; align-items: center; gap: 10px; } .page-poppy-playtime-4-enemy__access-button { width: 90%; max-width: 300px; padding: 10px 20px; } .page-poppy-playtime-4-enemy__game-categories, .page-poppy-playtime-4-enemy__promo-grid, .page-poppy-playtime-4-enemy__blog-posts { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-4-enemy__game-card, .page-poppy-playtime-4-enemy__promo-card, .page-poppy-playtime-4-enemy__blog-card { width: 100%; box-sizing: border-box; } .page-poppy-playtime-4-enemy__game-image, .page-poppy-playtime-4-enemy__promo-image, .page-poppy-playtime-4-enemy__blog-image { max-width: 100% !important; height: auto !important; object-fit: cover; } .page-poppy-playtime-4-enemy__game-title, .page-poppy-playtime-4-enemy__promo-title, .page-poppy-playtime-4-enemy__blog-title { font-size: 1.2em; } .page-poppy-playtime-4-enemy__game-description, .page-poppy-playtime-4-enemy__promo-description, .page-poppy-playtime-4-enemy__blog-excerpt { font-size: 0.9em; padding: 0 10px 10px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-4-enemy__faq-question { padding: 15px 20px; } .page-poppy-playtime-4-enemy__faq-title { font-size: 1.1em; } .page-poppy-playtime-4-enemy__faq-answer { padding: 0 20px; } .page-poppy-playtime-4-enemy__faq-item.active .page-poppy-playtime-4-enemy__faq-answer { padding: 15px 20px !important; } }