*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,Helvetica,sans-serif;background:#0d1c08;color:#fff;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
.top-bar{background:#060606;position:relative;z-index:1000;padding:10px;}
.top-bar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}
.logo-box{width:134px;height:55px;}
.logo-box img{width:100%;height:100%;object-fit:contain;}
.mobile-trigger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;width:30px;height:24px;justify-content:space-between;}
.mobile-trigger .bar{width:100%;height:3px;background:#fff;transition:0.3s;}
.links-row{display:flex;gap:28px;align-items:center;}
.links-row a{color:#fff;font-size:16px;font-weight:500;transition:color 0.3s;}
.links-row a:hover{color:#d6c47a;}
.links-row a.active-link{color:#d6c47a;}
.auth-buttons{display:flex;gap:12px;}
.btn-sign-in{padding:10px 24px;background:transparent;border:2px solid #d6c47a;color:#d6c47a;border-radius:6px;font-weight:600;transition:0.3s;}
.btn-sign-in:hover{background:#d6c47a;color:#060606;}
.btn-sign-up{padding:10px 24px;background:#d6c47a;color:#060606;border-radius:6px;font-weight:600;transition:0.3s;}
.btn-sign-up:hover{background:#c5b369;}
.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(6,6,6,0.98);z-index:9999;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s;}
.mobile-overlay.active{opacity:1;visibility:visible;}
.mobile-inner{padding:20px;}
.mobile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.mobile-logo-box{width:134px;height:55px;}
.mobile-logo-box img{width:100%;height:100%;object-fit:contain;}
.mobile-close{background:none;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;font-weight:300;}
.mobile-links{display:flex;flex-direction:column;}
.mobile-links a{color:#fff;font-size:18px;padding:15px 0;}
.mobile-links a:not(:last-child){margin-bottom:1px;padding-bottom:14px;}
.mobile-auth{margin-top:30px;display:flex;flex-direction:column;}
.mobile-auth .btn-sign-in,.mobile-auth .btn-sign-up{text-align:center;margin-bottom:12px;}
.page-space{max-width:1200px;margin:0 auto;padding:60px 10px;position:relative;}
.page-space::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(214,196,122,0.02) 50px,rgba(214,196,122,0.02) 100px);z-index:-1;}
.intro-block{text-align:center;margin-bottom:70px;padding:40px 30px;background:rgba(0,0,0,0.5);border-radius:12px;}
.intro-block h1{font-size:42px;margin-bottom:24px;color:#d6c47a;}
.intro-block p{font-size:17px;line-height:1.8;max-width:1000px;margin:0 auto;}
.featured-slots{margin-bottom:70px;}
.featured-slots h2{font-size:36px;margin-bottom:30px;color:#d6c47a;}
.slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:40px;}
.slot-card{background:rgba(0,0,0,0.6);padding:28px 24px;border-radius:12px;transition:0.3s;display:flex;flex-direction:column;}
.slot-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(214,196,122,0.25);}
.slot-card h3{font-size:22px;margin-bottom:16px;color:#d6c47a;}
.slot-details{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding-bottom:16px;position:relative;}
.slot-details::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:rgba(255,255,255,0.1);}
.detail-item{font-size:14px;color:#aaa;}
.slot-card p{font-size:15px;line-height:1.6;margin-bottom:20px;flex-grow:1;}
.slot-cta{display:block;text-align:center;padding:12px 20px;background:#d6c47a;color:#060606;font-size:16px;font-weight:700;border-radius:6px;transition:0.3s;margin-top:auto;}
.slot-cta:hover{background:#c5b369;transform:scale(1.02);}
.cta-centered{text-align:center;margin:40px 0;}
.cta-btn{display:inline-block;padding:16px 40px;background:#d6c47a;color:#060606;font-size:18px;font-weight:700;border-radius:8px;transition:0.3s;box-shadow:0 4px 12px rgba(214,196,122,0.4);}
.cta-btn:hover{background:#c5b369;transform:translateY(-2px);box-shadow:0 6px 16px rgba(214,196,122,0.6);}
.categories-block{margin-bottom:70px;}
.categories-block h2{font-size:36px;margin-bottom:30px;color:#d6c47a;}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.category-card{background:rgba(0,0,0,0.5);padding:28px;border-radius:10px;transition:0.3s;}
.category-card:hover{background:rgba(0,0,0,0.65);transform:translateY(-4px);}
.category-card h3{font-size:20px;margin-bottom:14px;color:#fff;}
.category-card p{font-size:15px;line-height:1.6;}
.provider-block{margin-bottom:70px;background:rgba(0,0,0,0.4);padding:50px 40px;border-radius:12px;}
.provider-block h2{font-size:36px;margin-bottom:20px;color:#d6c47a;}
.provider-block p{font-size:17px;margin-bottom:18px;line-height:1.7;}
.strategies-block{margin-bottom:70px;}
.strategies-block h2{font-size:36px;margin-bottom:20px;color:#d6c47a;}
.strategies-block h3{font-size:26px;margin:30px 0 16px;color:#fff;}
.strategies-block p{font-size:16px;margin-bottom:18px;line-height:1.7;}
.faq-block{margin-bottom:70px;}
.faq-block h2{font-size:36px;margin-bottom:30px;color:#d6c47a;}
.faq-list{display:flex;flex-direction:column;gap:20px;}
.faq-item{background:rgba(0,0,0,0.5);padding:26px;border-radius:10px;}
.faq-item h3{font-size:20px;margin-bottom:12px;color:#fff;}
.faq-item p{font-size:16px;line-height:1.6;}
.bottom-bar{background:#060606;padding:50px 10px 30px;margin-top:80px;}
.bottom-space{max-width:1200px;margin:0 auto;}
.carousel-block{margin-bottom:40px;text-align:center;}
.carousel-block h4{font-size:20px;margin-bottom:20px;color:#d6c47a;}
.payment-icons,.provider-icons,.trust-icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;}
.payment-icons img,.provider-icons img,.trust-icons img{filter:brightness(0.9);transition:0.3s;}
.payment-icons img:hover,.provider-icons img:hover,.trust-icons img:hover{filter:brightness(1.2);}
.links-zone{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:40px 0;padding:30px 0;}
.links-zone::before{content:'';position:absolute;width:100%;max-width:1200px;height:1px;background:rgba(255,255,255,0.1);margin-top:-30px;}
.links-zone::after{content:'';position:absolute;width:100%;max-width:1200px;height:1px;background:rgba(255,255,255,0.1);margin-top:50px;}
.links-zone a{color:#fff;font-size:15px;transition:0.3s;}
.links-zone a:hover{color:#d6c47a;}
.license-text{max-width:900px;margin:30px auto;text-align:center;}
.license-text p{font-size:13px;line-height:1.7;color:#b8b8b8;}
.copyright-text{text-align:center;margin-top:30px;padding-top:20px;}
.copyright-text::before{content:'';position:absolute;width:100%;max-width:1200px;height:1px;background:rgba(255,255,255,0.1);margin-top:-20px;}
.copyright-text p{font-size:14px;color:#888;}
@media(max-width:1080px){
.mobile-trigger{display:flex;}
.links-row,.auth-buttons{display:none;}
.mobile-overlay{display:block;}
.intro-block h1{font-size:34px;}
.intro-block p{font-size:16px;}
.slots-grid{grid-template-columns:repeat(2,1fr);}
.category-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
.intro-block h1{font-size:30px;}
.featured-slots h2,.categories-block h2,.provider-block h2,.strategies-block h2,.faq-block h2{font-size:28px;}
.slots-grid{grid-template-columns:1fr;}
.category-grid{grid-template-columns:1fr;}
}
@media(max-width:480px){
.intro-block h1{font-size:26px;}
.intro-block p{font-size:15px;}
.featured-slots h2,.categories-block h2,.provider-block h2,.strategies-block h2,.faq-block h2{font-size:24px;}
.intro-block{padding:30px 20px;}
.provider-block{padding:30px 20px;}
}
@media(max-width:320px){
.intro-block h1{font-size:24px;}
.intro-block p{font-size:14px;}
.featured-slots h2,.categories-block h2,.provider-block h2,.strategies-block h2,.faq-block h2{font-size:22px;}
}
