.page-hi-jl__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;overflow:hidden;box-sizing:border-box}.page-hi-jl__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.page-hi-jl__hero-content{z-index:1;max-width:900px}.page-hi-jl__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-hi-jl__hero-subtitle{font-size:1.5em;margin-bottom:30px;line-height:1.5}.page-hi-jl__hero-cta-buttons{display:flex;gap:20px;justify-content:center}.page-hi-jl__button{display:inline-block;padding:15px 30px;background-color:#e74c3c;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;transition:background-color .3s ease;white-space:nowrap}.page-hi-jl__button:hover{background-color:#c0392b}.page-hi-jl__section{padding:60px 20px;background-color:#1a1a1a;color:#eee;text-align:center;box-sizing:border-box}.page-hi-jl__section:nth-of-type(even){background-color:#222}.page-hi-jl__section-title{font-size:2.5em;margin-bottom:40px;color:#e74c3c}.page-hi-jl__section-content{max-width:1200px;margin:0 auto}.page-hi-jl__text-block{margin-bottom:20px;line-height:1.6;font-size:1.1em}.page-hi-jl__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;margin-top:40px}.page-hi-jl__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-hi-jl__payment-logo img{display:block;width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;object-fit:contain}.page-hi-jl__intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.page-hi-jl__intro-card{background-color:#2c2c2c;padding:30px;border-radius:10px;text-align:left;box-shadow:0 4px 8px rgba(0,0,0,.3)}.page-hi-jl__intro-card-title{font-size:1.8em;color:#e74c3c;margin-bottom:15px}.page-hi-jl__intro-card-text{font-size:1em;line-height:1.6}.page-hi-jl__quick-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.page-hi-jl__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-hi-jl__game-card{background-color:#2c2c2c;border-radius:10px;overflow:hidden;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.3);display:flex;flex-direction:column}.page-hi-jl__game-card-image{width:100%;height:200px;object-fit:cover}.page-hi-jl__game-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-hi-jl__game-card-title{font-size:1.5em;color:#e74c3c;margin-bottom:10px}.page-hi-jl__game-card-description{font-size:.95em;line-height:1.5;margin-bottom:15px}.page-hi-jl__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.page-hi-jl__promo-card{background-color:#2c2c2c;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:left}.page-hi-jl__promo-card-image{width:100%;height:180px;object-fit:cover}.page-hi-jl__promo-card-content{padding:20px}.page-hi-jl__promo-card-title{font-size:1.6em;color:#e74c3c;margin-bottom:10px}.page-hi-jl__promo-card-description{font-size:.95em;line-height:1.5;margin-bottom:20px}.page-hi-jl__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-hi-jl__security-item{background-color:#2c2c2c;padding:30px;border-radius:10px;text-align:left;box-shadow:0 4px 8px rgba(0,0,0,.3)}.page-hi-jl__security-item-title{font-size:1.5em;color:#e74c3c;margin-bottom:10px}.page-hi-jl__security-item-text{font-size:1em;line-height:1.6}.page-hi-jl__faq-list{margin-top:40px;text-align:left;max-width:900px;margin-left:auto;margin-right:auto}.page-hi-jl__faq-item{background-color:#2c2c2c;border-radius:10px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.2)}.page-hi-jl__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background-color:#343434;border-bottom:1px solid #444;transition:background-color .3s ease}.page-hi-jl__faq-question:hover{background-color:#444}.page-hi-jl__faq-question h3{margin:0;font-size:1.2em;color:#eee;pointer-events:none}.page-hi-jl__faq-toggle{font-size:1.5em;font-weight:700;color:#e74c3c;pointer-events:none;transition:transform .3s ease}.page-hi-jl__faq-item.active .page-hi-jl__faq-toggle{transform:rotate(45deg)}.page-hi-jl__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-hi-jl__faq-item.active .page-hi-jl__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-hi-jl__faq-answer p{margin-bottom:10px;line-height:1.6}.page-hi-jl__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-hi-jl__blog-card{background-color:#2c2c2c;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);text-align:left}.page-hi-jl__blog-card-image{width:100%;height:180px;object-fit:cover}.page-hi-jl__blog-card-content{padding:20px}.page-hi-jl__blog-card-title{font-size:1.4em;color:#e74c3c;margin-bottom:10px}.page-hi-jl__blog-card-text{font-size:.95em;line-height:1.5;margin-bottom:15px}.page-hi-jl__blog-card-link{display:inline-block;color:#e74c3c;text-decoration:none;font-weight:700}.page-hi-jl__blog-card-link:hover{text-decoration:underline}@media (max-width:1024px){.page-hi-jl__hero-title{font-size:3em}.page-hi-jl__hero-subtitle{font-size:1.3em}.page-hi-jl__section-title{font-size:2em}}@media (max-width:768px){.page-hi-jl__hero-section{min-height:400px;padding-bottom:60px}.page-hi-jl__hero-title{font-size:2.5em}.page-hi-jl__hero-subtitle{font-size:1.2em}.page-hi-jl__hero-cta-buttons{flex-direction:column;gap:15px}.page-hi-jl__button{width:100%;max-width:280px;margin:0 auto}.page-hi-jl__section{padding:40px 15px}.page-hi-jl__section-title{font-size:2em;margin-bottom:30px}.page-hi-jl__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-hi-jl__payment-logo,.page-hi-jl__payment-logo img{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}.page-hi-jl__intro-grid,.page-hi-jl__game-grid,.page-hi-jl__promo-grid,.page-hi-jl__security-grid,.page-hi-jl__blog-grid{grid-template-columns:1fr;gap:20px}.page-hi-jl__faq-question{padding:15px}.page-hi-jl__faq-question h3{font-size:1.1em}.page-hi-jl__faq-answer{padding:0 15px}.page-hi-jl__faq-item.active .page-hi-jl__faq-answer{padding:15px!important}.page-hi-jl__text-block{font-size:1em}.page-hi-jl__intro-card,.page-hi-jl__game-card,.page-hi-jl__promo-card,.page-hi-jl__security-item,.page-hi-jl__blog-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-hi-jl__faq-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;padding:0!important}}@media (max-width:480px){.page-hi-jl__hero-title{font-size:2em}.page-hi-jl__hero-subtitle{font-size:1em}.page-hi-jl__button{padding:12px 25px}.page-hi-jl__section-title{font-size:1.8em}}