﻿*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background:#f5f5f5;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;display:block;}
.topbar{background:#073321;color:#fff;padding:15px 10px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;}
.branding-zone{width:182px;height:50px;}
.branding-zone a{display:flex;align-items:center;height:100%;}
.branding-zone img{width:182px;height:50px;object-fit:contain;}
.navigation-links{display:flex;gap:25px;}
.navigation-links a{color:#fff;font-size:16px;font-weight:500;transition:color 0.3s;}
.navigation-links a:hover{color:#4ade80;}
.auth-buttons{display:flex;gap:12px;}
.btn-signin,.btn-signup{padding:10px 24px;border-radius:6px;font-weight:600;transition:all 0.3s;}
.btn-signin{background:transparent;border:2px solid #fff;color:#fff;}
.btn-signin:hover{background:#fff;color:#073321;}
.btn-signup{background:#4ade80;color:#073321;border:2px solid #4ade80;}
.btn-signup:hover{background:#22c55e;}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;}
.hamburger-line{width:28px;height:3px;background:#fff;transition:all 0.3s;}
.mobile-drawer{display:none;position:fixed;top:80px;left:0;width:100%;background:#073321;flex-direction:column;padding:20px;z-index:999;}
.mobile-drawer a{color:#fff;padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.1);font-size:18px;}
.mobile-signin,.mobile-signup{margin-top:15px;padding:12px;text-align:center;border-radius:6px;font-weight:600;}
.mobile-signin{background:transparent;border:2px solid #fff;}
.mobile-signup{background:#4ade80;color:#073321;}
.hero-promo{background:linear-gradient(135deg,#073321 0%,#0a4a2a 100%);padding:50px 10px;text-align:center;color:#fff;max-width:1200px;margin:0 auto;}
.promo-content h1{font-size:40px;margin-bottom:20px;line-height:1.3;}
.promo-content p{font-size:18px;margin-bottom:30px;line-height:1.8;max-width:900px;margin-left:auto;margin-right:auto;}
.cta-primary,.cta-secondary{display:inline-block;padding:16px 40px;border-radius:8px;font-size:18px;font-weight:700;transition:all 0.3s;}
.cta-primary{background:#4ade80;color:#073321;}
.cta-primary:hover{background:#22c55e;transform:translateY(-2px);}
.cta-secondary{background:transparent;border:2px solid #4ade80;color:#4ade80;margin-top:15px;}
.cta-secondary:hover{background:#4ade80;color:#073321;}
.welcome-bonus,.no-deposit-bonus,.free-bet,.cashback,.loyalty-vip,.wagering-requirements,.bonus-terms{padding:10px 10px;max-width:1200px;margin:0 auto;}
.welcome-bonus h2,.no-deposit-bonus h2,.free-bet h2,.cashback h2,.loyalty-vip h2,.wagering-requirements h2,.bonus-terms h2{font-size:32px;margin-bottom:20px;color:#073321;}
.welcome-bonus p,.no-deposit-bonus p,.free-bet p,.cashback p,.loyalty-vip p,.wagering-requirements p,.bonus-terms p{font-size:16px;margin-bottom:18px;line-height:1.8;}
.site-footer{background:#073321;color:#fff;padding:50px 10px 30px;}
.footer-navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto 40px;}
.footer-column h4{margin-bottom:15px;font-size:18px;color:#4ade80;}
.footer-column a{display:block;padding:8px 0;color:#e5e7eb;font-size:15px;transition:color 0.3s;}
.footer-column a:hover{color:#4ade80;}
.footer-column p{font-size:14px;color:#e5e7eb;margin-top:10px;}
.payment-providers,.game-providers{max-width:1200px;margin:0 auto 40px;}
.payment-providers h4,.game-providers h4{margin-bottom:20px;font-size:18px;color:#4ade80;text-align:center;}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;}
.payment-icons img,.provider-logos img{filter:brightness(0) invert(1);opacity:0.8;transition:opacity 0.3s;}
.payment-icons img:hover,.provider-logos img:hover{opacity:1;}
.legal-info{max-width:1200px;margin:0 auto;padding-top:30px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;}
.legal-info p{font-size:13px;color:#e5e7eb;margin:10px 0;line-height:1.7;}
@media(max-width:1080px){.navigation-links,.auth-buttons{display:none;}
.mobile-toggle{display:flex;}
.mobile-drawer.active{display:flex;}
.promo-content h1{font-size:32px;}
.footer-navigation{grid-template-columns:1fr;}}
@media(max-width:768px){.promo-content h1{font-size:26px;}
.welcome-bonus h2,.no-deposit-bonus h2,.free-bet h2,.cashback h2,.loyalty-vip h2,.wagering-requirements h2,.bonus-terms h2{font-size:26px;}}
@media(max-width:480px){.promo-content h1{font-size:22px;}
.promo-content p{font-size:15px;}
.cta-primary,.cta-secondary{padding:12px 28px;font-size:14px;}
.welcome-bonus h2,.no-deposit-bonus h2,.free-bet h2,.cashback h2,.loyalty-vip h2,.wagering-requirements h2,.bonus-terms h2{font-size:22px;}}
@media(max-width:320px){.promo-content h1{font-size:18px;}
.welcome-bonus h2,.no-deposit-bonus h2,.free-bet h2,.cashback h2,.loyalty-vip h2,.wagering-requirements h2,.bonus-terms h2{font-size:18px;}}
