﻿*{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-responsible{background:linear-gradient(135deg,#c7253e 0%,#a01c30 100%);padding:40px 10px;text-align:center;color:#fff;max-width:1200px;margin:0 auto;}
.responsible-title h1{font-size:36px;margin-bottom:15px;line-height:1.3;}
.responsible-title p{font-size:17px;line-height:1.8;max-width:900px;margin-left:auto;margin-right:auto;}
.age-verification,.deposit-limits,.self-exclusion{padding:10px 10px;max-width:1200px;margin:0 auto;}
.age-verification h2,.deposit-limits h2,.self-exclusion h2{font-size:28px;margin-bottom:18px;color:#073321;}
.age-verification p,.deposit-limits p,.self-exclusion p{font-size:16px;margin-bottom:16px;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;}
.responsible-title h1{font-size:28px;}
.footer-navigation{grid-template-columns:1fr;}}
@media(max-width:768px){.responsible-title h1{font-size:24px;}
.age-verification h2,.deposit-limits h2,.self-exclusion h2{font-size:24px;}}
@media(max-width:480px){.responsible-title h1{font-size:20px;}
.responsible-title p{font-size:15px;}
.age-verification h2,.deposit-limits h2,.self-exclusion h2{font-size:20px;}}
@media(max-width:320px){.responsible-title h1{font-size:18px;}
.age-verification h2,.deposit-limits h2,.self-exclusion h2{font-size:18px;}}
