body { margin: 0; font-family: 'Arial', sans-serif; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-another-word-for-playtime { padding-bottom: 50px; } .page-another-word-for-playtime__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 80px; box-sizing: border-box; overflow: hidden; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); } .page-another-word-for-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.7; } .page-another-word-for-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-another-word-for-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-another-word-for-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; } .page-another-word-for-playtime__hero-description { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-another-word-for-playtime__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-another-word-for-playtime__hero-cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-another-word-for-playtime__hero-cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-another-word-for-playtime__hero-cta-button--secondary { background-color: #007bff; color: #fff; } .page-another-word-for-playtime__hero-cta-button--secondary:hover { background-color: #0056b3; } .page-another-word-for-playtime__payment-providers { display: flex; flex-direction: column; align-items: center; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-another-word-for-playtime__payment-providers-title { font-size: 2em; color: #333; margin-bottom: 30px; text-align: center; } .page-another-word-for-playtime__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; box-sizing: border-box; } .page-another-word-for-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-another-word-for-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-another-word-for-playtime__introduction-section { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 60px 20px; background-color: #f9f9f9; gap: 40px; } .page-another-word-for-playtime__introduction-content { max-width: 600px; flex: 1 1 45%; min-width: 300px; } .page-another-word-for-playtime__introduction-title { font-size: 2.2em; color: #333; margin-bottom: 20px; } .page-another-word-for-playtime__introduction-text { font-size: 1.1em; color: #555; margin-bottom: 15px; } .page-another-word-for-playtime__introduction-image-wrapper { flex: 1 1 45%; min-width: 300px; display: flex; justify-content: center; align-items: center; } .page-another-word-for-playtime__introduction-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-another-word-for-playtime__introduction-cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-another-word-for-playtime__introduction-cta-button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-another-word-for-playtime__quick-access-section { padding: 60px 20px; background-color: #eef4f9; text-align: center; } .page-another-word-for-playtime__quick-access-title { font-size: 2.2em; color: #333; margin-bottom: 40px; } .page-another-word-for-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-another-word-for-playtime__quick-access-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; text-align: left; } .page-another-word-for-playtime__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-another-word-for-playtime__quick-access-item-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-another-word-for-playtime__quick-access-item-description { font-size: 1em; color: #666; } .page-another-word-for-playtime__games-section { padding: 60px 20px; background-color: #fff; text-align: center; } .page-another-word-for-playtime__games-title { font-size: 2.2em; color: #333; margin-bottom: 15px; } .page-another-word-for-playtime__games-subtitle { font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-another-word-for-playtime__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-another-word-for-playtime__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-another-word-for-playtime__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-another-word-for-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-another-word-for-playtime__game-card-title { font-size: 1.4em; color: #333; padding: 15px 20px 0; } .page-another-word-for-playtime__game-card-description { font-size: 0.95em; color: #666; padding: 10px 20px; } .page-another-word-for-playtime__game-card-button { display: block; background-color: #ffcc00; color: #333; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-another-word-for-playtime__game-card-button:hover { background-color: #e6b800; } .page-another-word-for-playtime__promotions-section { padding: 60px 20px; background-color: #eef4f9; text-align: center; } .page-another-word-for-playtime__promotions-title { font-size: 2.2em; color: #333; margin-bottom: 15px; } .page-another-word-for-playtime__promotions-subtitle { font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-another-word-for-playtime__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-another-word-for-playtime__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-another-word-for-playtime__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-another-word-for-playtime__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-another-word-for-playtime__promo-card-title { font-size: 1.4em; color: #333; padding: 15px 20px 0; } .page-another-word-for-playtime__promo-card-description { font-size: 0.95em; color: #666; padding: 10px 20px; } .page-another-word-for-playtime__promo-card-button { display: block; background-color: #007bff; color: #fff; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-another-word-for-playtime__promo-card-button:hover { background-color: #0056b3; } .page-another-word-for-playtime__security-section { padding: 60px 20px; background-color: #f9f9f9; text-align: center; } .page-another-word-for-playtime__security-title { font-size: 2.2em; color: #333; margin-bottom: 40px; } .page-another-word-for-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px; } .page-another-word-for-playtime__security-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-another-word-for-playtime__security-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-another-word-for-playtime__security-item-icon { max-width: 80px; height: auto; margin-bottom: 20px; } .page-another-word-for-playtime__security-item-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-another-word-for-playtime__security-item-description { font-size: 0.95em; color: #666; } .page-another-word-for-playtime__security-cta-button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-another-word-for-playtime__security-cta-button:hover { background-color: #218838; transform: translateY(-3px); } .page-another-word-for-playtime__faq-section { padding: 60px 20px; background-color: #eef4f9; } .page-another-word-for-playtime__faq-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 40px; } .page-another-word-for-playtime__faq-container { max-width: 900px; margin: 0 auto; } .page-another-word-for-playtime__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-another-word-for-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f8ff; border-bottom: 1px solid #e0e8f0; transition: background-color 0.3s ease; } .page-another-word-for-playtime__faq-question:hover { background-color: #e6f2ff; } .page-another-word-for-playtime__faq-question-text { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; } .page-another-word-for-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-another-word-for-playtime__faq-item.active .page-another-word-for-playtime__faq-toggle { transform: rotate(45deg); } .page-another-word-for-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; } .page-another-word-for-playtime__faq-item.active .page-another-word-for-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-another-word-for-playtime__faq-answer p { margin: 0; } .page-another-word-for-playtime__blog-section { padding: 60px 20px; background-color: #fff; text-align: center; } .page-another-word-for-playtime__blog-title { font-size: 2.2em; color: #333; margin-bottom: 40px; } .page-another-word-for-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-another-word-for-playtime__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-another-word-for-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-another-word-for-playtime__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-another-word-for-playtime__blog-card-content { padding: 20px; } .page-another-word-for-playtime__blog-card-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-another-word-for-playtime__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-another-word-for-playtime__blog-card-link { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-another-word-for-playtime__blog-card-link:hover { background-color: #0056b3; } @media (max-width: 1024px) { .page-another-word-for-playtime__hero-title { font-size: 3em; } .page-another-word-for-playtime__hero-description { font-size: 1.2em; } .page-another-word-for-playtime__introduction-content, .page-another-word-for-playtime__introduction-image-wrapper { flex: 1 1 100%; } .page-another-word-for-playtime__introduction-image { max-width: 80%; } } @media (max-width: 768px) { .page-another-word-for-playtime__hero-section { min-height: 400px; padding-bottom: 60px; } .page-another-word-for-playtime__hero-title { font-size: 2.5em; } .page-another-word-for-playtime__hero-description { font-size: 1em; } .page-another-word-for-playtime__hero-cta-button { padding: 12px 25px; font-size: 1em; } .page-another-word-for-playtime__payment-providers-title, .page-another-word-for-playtime__introduction-title, .page-another-word-for-playtime__quick-access-title, .page-another-word-for-playtime__games-title, .page-another-word-for-playtime__promotions-title, .page-another-word-for-playtime__security-title, .page-another-word-for-playtime__faq-title, .page-another-word-for-playtime__blog-title { font-size: 1.8em; } .page-another-word-for-playtime__payment-logo-grid { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-another-word-for-playtime__payment-logo, .page-another-word-for-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-another-word-for-playtime__quick-access-grid, .page-another-word-for-playtime__games-grid, .page-another-word-for-playtime__promotions-grid, .page-another-word-for-playtime__security-grid, .page-another-word-for-playtime__blog-grid { grid-template-columns: 1fr; } .page-another-word-for-playtime__quick-access-item, .page-another-word-for-playtime__game-card, .page-another-word-for-playtime__promo-card, .page-another-word-for-playtime__security-item, .page-another-word-for-playtime__blog-card { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; } .page-another-word-for-playtime__quick-access-item-title, .page-another-word-for-playtime__game-card-title, .page-another-word-for-playtime__promo-card-title, .page-another-word-for-playtime__security-item-title, .page-another-word-for-playtime__blog-card-title { font-size: 1.2em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-another-word-for-playtime__quick-access-item-description, .page-another-word-for-playtime__game-card-description, .page-another-word-for-playtime__promo-card-description, .page-another-word-for-playtime__security-item-description, .page-another-word-for-playtime__blog-card-excerpt { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-another-word-for-playtime__introduction-image { max-width: 90%; } .page-another-word-for-playtime__faq-question { padding: 15px 20px; } .page-another-word-for-playtime__faq-question-text { font-size: 1.1em; } .page-another-word-for-playtime__faq-answer { padding: 0 20px; } .page-another-word-for-playtime__faq-item.active .page-another-word-for-playtime__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-another-word-for-playtime__hero-title { font-size: 2em; } .page-another-word-for-playtime__hero-description { font-size: 0.9em; } .page-another-word-for-playtime__hero-cta-group { flex-direction: column; gap: 10px; } .page-another-word-for-playtime__hero-cta-button { width: 80%; margin: 0 auto; } .page-another-word-for-playtime__payment-logo-grid { gap: 10px; } .page-another-word-for-playtime__payment-logo, .page-another-word-for-playtime__payment-logo img { width: 70px !important; height: 70px !important; max-width: 70px !important; max-height: 70px !important; } .page-another-word-for-playtime__introduction-title, .page-another-word-for-playtime__quick-access-title, .page-another-word-for-playtime__games-title, .page-another-word-for-playtime__promotions-title, .page-another-word-for-playtime__security-title, .page-another-word-for-playtime__faq-title, .page-another-word-for-playtime__blog-title { font-size: 1.5em; } }