.page-jili-bigwin-login-register { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; } .page-jili-bigwin-login-register__section-title { font-size: 2.5em; color: #f8f8f8; text-align: center; margin-bottom: 40px; padding-top: 20px; } .page-jili-bigwin-login-register__highlight { color: #e94560; font-weight: bold; } .page-jili-bigwin-login-register__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; padding-bottom: 60px; } .page-jili-bigwin-login-register__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-jili-bigwin-login-register__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-jili-bigwin-login-register__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; } .page-jili-bigwin-login-register__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 30px; } .page-jili-bigwin-login-register__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-jili-bigwin-login-register__hero-button { display: inline-block; 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-jili-bigwin-login-register__hero-button--primary { background-color: #d03a50; color: #f8f8f8; } .page-jili-bigwin-login-register__hero-button--primary:hover { background-color: #e94560; transform: translateY(-3px); } .page-jili-bigwin-login-register__hero-button--secondary { background-color: #00b894; color: #f8f8f8; border: 2px solid #00b894; } .page-jili-bigwin-login-register__hero-button--secondary:hover { background-color: #00a382; transform: translateY(-3px); } .page-jili-bigwin-login-register__intro-section, .page-jili-bigwin-login-register__quick-access-section, .page-jili-bigwin-login-register__games-section, .page-jili-bigwin-login-register__promotions-section, .page-jili-bigwin-login-register__security-section, .page-jili-bigwin-login-register__faq-section, .page-jili-bigwin-login-register__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-jili-bigwin-login-register__intro-content { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto; } .page-jili-bigwin-login-register__intro-content p { margin-bottom: 20px; } .page-jili-bigwin-login-register__quick-access-grid, .page-jili-bigwin-login-register__games-grid, .page-jili-bigwin-login-register__promo-grid, .page-jili-bigwin-login-register__security-grid, .page-jili-bigwin-login-register__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jili-bigwin-login-register__access-card, .page-jili-bigwin-login-register__game-category, .page-jili-bigwin-login-register__promo-card, .page-jili-bigwin-login-register__security-item, .page-jili-bigwin-login-register__blog-card { background-color: #2e2e4e; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #e0e0e0; } .page-jili-bigwin-login-register__access-card:hover, .page-jili-bigwin-login-register__game-category:hover, .page-jili-bigwin-login-register__promo-card:hover, .page-jili-bigwin-login-register__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .page-jili-bigwin-login-register__access-icon, .page-jili-bigwin-login-register__security-icon { width: 100%; max-width: 150px; height: auto; margin-bottom: 20px; border-radius: 10px; } .page-jili-bigwin-login-register__access-title, .page-jili-bigwin-login-register__game-title, .page-jili-bigwin-login-register__promo-title, .page-jili-bigwin-login-register__security-title { font-size: 1.5em; margin-bottom: 10px; color: #f8f8f8; } .page-jili-bigwin-login-register__access-description, .page-jili-bigwin-login-register__game-description, .page-jili-bigwin-login-register__promo-description, .page-jili-bigwin-login-register__security-description { font-size: 0.95em; margin-bottom: 20px; flex-grow: 1; } .page-jili-bigwin-login-register__game-image, .page-jili-bigwin-login-register__promo-image, .page-jili-bigwin-login-register__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; } .page-jili-bigwin-login-register__game-button, .page-jili-bigwin-login-register__promo-button { display: inline-block; background-color: #e94560; color: #f8f8f8; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; margin-top: auto; } .page-jili-bigwin-login-register__game-button:hover, .page-jili-bigwin-login-register__promo-button:hover { background-color: #d03a50; } .page-jili-bigwin-login-register__promotions-intro { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; } .page-jili-bigwin-login-register__cta-contact { text-align: center; margin-top: 50px; } .page-jili-bigwin-login-register__cta-button { display: inline-block; background-color: #00b894; color: #f8f8f8; 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-jili-bigwin-login-register__cta-button:hover { background-color: #00a382; transform: translateY(-3px); } .page-jili-bigwin-login-register__faq-container { margin-top: 40px; } .page-jili-bigwin-login-register__faq-item { background-color: #2e2e4e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jili-bigwin-login-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f3f6a; transition: background-color 0.3s ease; } .page-jili-bigwin-login-register__faq-question:hover { background-color: #4a4a7a; } .page-jili-bigwin-login-register__faq-title { font-size: 1.2em; margin: 0; color: #f8f8f8; pointer-events: none; } .page-jili-bigwin-login-register__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-jili-bigwin-login-register__faq-item.active .page-jili-bigwin-login-register__faq-toggle { transform: rotate(45deg); } .page-jili-bigwin-login-register__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; } .page-jili-bigwin-login-register__faq-item.active .page-jili-bigwin-login-register__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jili-bigwin-login-register__faq-answer p { margin: 0; font-size: 0.95em; } .page-jili-bigwin-login-register__blog-content { padding: 15px; text-align: left; } .page-jili-bigwin-login-register__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-jili-bigwin-login-register__blog-title a { color: #f8f8f8; text-decoration: none; transition: color 0.3s ease; } .page-jili-bigwin-login-register__blog-title a:hover { color: #e94560; } .page-jili-bigwin-login-register__blog-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; } .page-jili-bigwin-login-register__blog-date { font-size: 0.8em; color: #999; } @media (max-width: 1024px) { .page-jili-bigwin-login-register__hero-title { font-size: 2.8em; } .page-jili-bigwin-login-register__hero-subtitle { font-size: 1.3em; } .page-jili-bigwin-login-register__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-jili-bigwin-login-register__hero-section { min-height: 400px; padding-bottom: 40px; } .page-jili-bigwin-login-register__hero-title { font-size: 2.2em; } .page-jili-bigwin-login-register__hero-subtitle { font-size: 1.1em; } .page-jili-bigwin-login-register__hero-buttons { flex-direction: column; gap: 15px; } .page-jili-bigwin-login-register__hero-button { width: 80%; max-width: 300px; margin: 0 auto; } .page-jili-bigwin-login-register__section-title { font-size: 1.8em; } .page-jili-bigwin-login-register__intro-section, .page-jili-bigwin-login-register__quick-access-section, .page-jili-bigwin-login-register__games-section, .page-jili-bigwin-login-register__promotions-section, .page-jili-bigwin-login-register__security-section, .page-jili-bigwin-login-register__faq-section, .page-jili-bigwin-login-register__blog-section { padding: 40px 15px; } .page-jili-bigwin-login-register__quick-access-grid, .page-jili-bigwin-login-register__games-grid, .page-jili-bigwin-login-register__promo-grid, .page-jili-bigwin-login-register__security-grid, .page-jili-bigwin-login-register__blog-grid { grid-template-columns: 1fr; gap: 25px; } .page-jili-bigwin-login-register__access-card, .page-jili-bigwin-login-register__game-category, .page-jili-bigwin-login-register__promo-card, .page-jili-bigwin-login-register__security-item, .page-jili-bigwin-login-register__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; } .page-jili-bigwin-login-register__access-card p, .page-jili-bigwin-login-register__game-category p, .page-jili-bigwin-login-register__promo-card p, .page-jili-bigwin-login-register__security-item p, .page-jili-bigwin-login-register__blog-card p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jili-bigwin-login-register__faq-question { padding: 15px 20px; } .page-jili-bigwin-login-register__faq-title { font-size: 1.1em; } .page-jili-bigwin-login-register__faq-answer { padding: 0 20px; } .page-jili-bigwin-login-register__faq-item.active .page-jili-bigwin-login-register__faq-answer { padding: 15px 20px !important; } .page-jili-bigwin-login-register__blog-title { font-size: 1.1em; } } @media (max-width: 480px) { .page-jili-bigwin-login-register__hero-title { font-size: 1.8em; } .page-jili-bigwin-login-register__hero-subtitle { font-size: 1em; } .page-jili-bigwin-login-register__hero-button { padding: 12px 25px; font-size: 1em; } .page-jili-bigwin-login-register__section-title { font-size: 1.5em; } .page-jili-bigwin-login-register__intro-content, .page-jili-bigwin-login-register__promotions-intro { font-size: 1em; } .page-jili-bigwin-login-register__access-title, .page-jili-bigwin-login-register__game-title, .page-jili-bigwin-login-register__promo-title, .page-jili-bigwin-login-register__security-title { font-size: 1.3em; } .page-jili-bigwin-login-register__faq-question { padding: 12px 15px; } .page-jili-bigwin-login-register__faq-title { font-size: 1em; } .page-jili-bigwin-login-register__faq-answer { padding: 0 15px; } .page-jili-bigwin-login-register__faq-item.active .page-jili-bigwin-login-register__faq-answer { padding: 12px 15px !important; } .page-jili-bigwin-login-register__blog-title { font-size: 1em; } .page-jili-bigwin-login-register__blog-excerpt { font-size: 0.85em; } }