body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-jl-w6-box__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-jl-w6-box__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-jl-w6-box__section:nth-of-type(even) { background-color: #f9f9f9; } .page-jl-w6-box__section-title { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; line-height: 1.2; } .page-jl-w6-box__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px 60px; position: relative; overflow: hidden; border-radius: 0 0 8px 8px; padding-top: 10px; } .page-jl-w6-box__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-jl-w6-box__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-jl-w6-box__hero-title { font-size: 3.2em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-jl-w6-box__hero-description { font-size: 1.3em; margin-bottom: 30px; line-height: 1.6; } .page-jl-w6-box__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jl-w6-box__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-jl-w6-box__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #e9ecef; border-radius: 8px; margin-top: 20px; } .page-jl-w6-box__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jl-w6-box__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jl-w6-box__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; text-align: center; } .page-jl-w6-box__intro-text { flex: 1 1 45%; min-width: 300px; text-align: left; } .page-jl-w6-box__intro-text h3 { color: #0056b3; font-size: 1.8em; margin-bottom: 15px; } .page-jl-w6-box__intro-text p { line-height: 1.8; font-size: 1.1em; } .page-jl-w6-box__intro-image { flex: 1 1 45%; min-width: 300px; } .page-jl-w6-box__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-jl-w6-box__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 900px; margin: 0 auto; } .page-jl-w6-box__quick-access-item { background-color: #007bff; color: #fff; padding: 25px; border-radius: 10px; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; text-decoration: none; font-size: 1.1em; font-weight: bold; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 120px; } .page-jl-w6-box__quick-access-item:hover { background-color: #0056b3; transform: translateY(-5px); } .page-jl-w6-box__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jl-w6-box__game-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-w6-box__game-card:hover { transform: translateY(-7px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-jl-w6-box__game-card img { max-width: 100%; height: auto; object-fit: cover; border-bottom: 1px solid #eee; min-height: 200px; } .page-jl-w6-box__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-w6-box__game-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-jl-w6-box__game-card-description { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-jl-w6-box__game-card .page-jl-w6-box__cta-button { padding: 10px 20px; font-size: 1em; border-radius: 25px; } .page-jl-w6-box__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jl-w6-box__promotion-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-w6-box__promotion-card:hover { transform: translateY(-7px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-jl-w6-box__promotion-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; } .page-jl-w6-box__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-w6-box__promotion-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-jl-w6-box__promotion-card-description { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-jl-w6-box__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; text-align: center; } .page-jl-w6-box__security-item { flex: 1 1 280px; padding: 25px; background-color: #e9f5ff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-jl-w6-box__security-item h3 { color: #007bff; font-size: 1.6em; margin-bottom: 15px; } .page-jl-w6-box__security-item p { font-size: 1em; line-height: 1.7; color: #555; } .page-jl-w6-box__faq-list { max-width: 800px; margin: 0 auto; } .page-jl-w6-box__faq-item { background-color: #f8f9fa; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-jl-w6-box__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #e9ecef; cursor: pointer; user-select: none; font-size: 1.15em; color: #333; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-w6-box__faq-question:hover { background-color: #dee2e6; } .page-jl-w6-box__faq-question h3 { margin: 0; font-size: 1.15em; color: #333; pointer-events: none; } .page-jl-w6-box__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-jl-w6-box__faq-item.active .page-jl-w6-box__faq-toggle { transform: rotate(45deg); } .page-jl-w6-box__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fff; color: #555; line-height: 1.7; } .page-jl-w6-box__faq-item.active .page-jl-w6-box__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-w6-box__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jl-w6-box__blog-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-w6-box__blog-card:hover { transform: translateY(-7px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-jl-w6-box__blog-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; } .page-jl-w6-box__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-w6-box__blog-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-jl-w6-box__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-jl-w6-box__blog-card-title a:hover { color: #007bff; } .page-jl-w6-box__blog-card-excerpt { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-jl-w6-box__blog-card-date { font-size: 0.85em; color: #999; text-align: right; margin-top: 10px; } .page-jl-w6-box__mobile-sticky-buttons { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; background-color: #0056b3; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); z-index: 1000; } .page-jl-w6-box__mobile-sticky-buttons .page-jl-w6-box__cta-button { flex: 1; margin: 0 5px; padding: 12px 0; font-size: 1em; border-radius: 5px; background-color: #ffc107; color: #333; } @media (max-width: 768px) { .page-jl-w6-box__hero-section { padding: 80px 15px 40px; } .page-jl-w6-box__hero-title { font-size: 2.5em; } .page-jl-w6-box__hero-description { font-size: 1.1em; } .page-jl-w6-box__cta-button { padding: 12px 25px; font-size: 1em; } .page-jl-w6-box__section-title { font-size: 2em; } .page-jl-w6-box__intro-content { flex-direction: column; } .page-jl-w6-box__intro-text, .page-jl-w6-box__intro-image { min-width: unset; width: 100%; } .page-jl-w6-box__quick-access-grid, .page-jl-w6-box__games-grid, .page-jl-w6-box__promotions-grid, .page-jl-w6-box__security-features, .page-jl-w6-box__blog-grid { grid-template-columns: 1fr; } .page-jl-w6-box__quick-access-item, .page-jl-w6-box__game-card, .page-jl-w6-box__promotion-card, .page-jl-w6-box__security-item, .page-jl-w6-box__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-w6-box__faq-list { padding: 0; } .page-jl-w6-box__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-w6-box__faq-question { padding: 15px 20px; font-size: 1em; } .page-jl-w6-box__faq-question h3 { font-size: 1em; } .page-jl-w6-box__faq-answer { padding: 15px 20px !important; } .page-jl-w6-box__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-jl-w6-box__payment-logo, .page-jl-w6-box__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-w6-box__intro-text h3 { font-size: 1.5em; } .page-jl-w6-box__intro-text p { font-size: 1em; } .page-jl-w6-box__game-card-title, .page-jl-w6-box__promotion-card-title, .page-jl-w6-box__blog-card-title { font-size: 1.3em; } .page-jl-w6-box__security-item h3 { font-size: 1.4em; } }