:root{
    --bg:#0b111e;
    --bg-2:#0e1727;
    --text:#e7ecf4;
    --muted:#a9b3c7;
    --accent:#7c5cff;
    --accent-2:#00e5ff;
    --brand:#ffc107;
    --glass:rgba(255,255,255,.06);
    --border:rgba(255,255,255,.12);
    --success:#2bd576;
    --danger:#ff5977;
}

html,body{background:var(--bg); color:var(--text); font-family:Roboto, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;}
a{color:var(--text); text-decoration:none}
a:hover{color:#fff}

.age-ribbon{
    background:linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
    color:#08101f;
    font-weight: 700;
    letter-spacing:.1px;
    padding:.5rem 0;
    text-align:center;
    font-size:.95rem;
}
.age-ribbon a{color:#08101f; text-decoration:underline}

.site-header{
    position:sticky; top:0; z-index:1030;
    backdrop-filter: saturate(130%) blur(8px);
    background:linear-gradient(180deg, rgba(12,18,34,.85), rgba(12,18,34,.55));
    border-bottom:1px solid var(--border);
}
.brand{
    display:flex; align-items:center; gap:.65rem; font-weight:800; letter-spacing:.3px; font-size:1.1rem;
    color: #ffffff
}
.brand-mark{
    width:38px; height:38px; border-radius:10px;
    box-shadow:0 0 24px rgba(124,92,255,.35), inset 0 0 12px rgba(0,229,255,.25);
    position:relative;
}
.nav-link{
    color:var(--muted) !important; font-weight:600;
}
.nav-link.active, .nav-link:hover{ color:#fff !important }
.btn-cta{
    background:linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
    color:#08101f; font-weight:800; border:0; box-shadow:0 6px 22px rgba(0,229,255,.18);
}
.btn-cta:hover{ filter:brightness(.95); color:#08101f }

.hero{
    position:relative; overflow:hidden;
    background:
            radial-gradient(1200px 600px at 10% -10%, rgba(124,92,255,.18), transparent 60%),
            radial-gradient(1000px 500px at 90% 10%, rgba(0,229,255,.18), transparent 60%),
            linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.hero:before{
    content:""; position:absolute; inset:-2px;
    background:
            radial-gradient(60% 60% at 80% 0%, rgba(255,255,255,.06), transparent 60%),
            linear-gradient(180deg, transparent 0%, rgba(124,92,255,.06) 100%);
    pointer-events:none;
}
.hero-badge{
    display:inline-flex; align-items:center; gap:.5rem;
    background:var(--glass); border:1px solid var(--border);
    padding:.45rem .75rem; border-radius:100px; color:var(--muted); font-weight:700; font-size:.9rem;
}
.hero h1{
    font-size: clamp(2rem, 3.8vw + .5rem, 3.4rem);
    line-height:1.1; font-weight:800; letter-spacing:.2px;
    text-shadow:0 6px 28px rgba(0,0,0,.45);
}
.hero p.lead{ color:var(--muted); max-width: 880px }
.badge-pill{
    display:inline-flex; align-items:center; gap:.5rem;
    border:1px dashed rgba(255,255,255,.28);
    padding:.55rem .8rem; border-radius:999px; color:#dbe6ff; font-weight:700; background:rgba(255,255,255,.04)
}
.hero-art{
    position:relative;
    min-height: 240px;
    border:1px solid var(--border);
    border-radius:20px;
    background: url("../img/main.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.45), inset 0 0 0 999px rgba(10,16,30,.25);
}
.hero-art .chip{
    position:absolute; backdrop-filter: blur(6px);
    background:rgba(11,17,30,.55); border:1px solid var(--border);
    color:#d9e4ff; padding:.5rem .75rem; border-radius:12px; font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.35)
}
.chip.uk{ left:14px; top:14px}
.chip.secure{ right:14px; bottom:14px}

.shadow-soft{ box-shadow: 0 10px 26px rgba(0,0,0,.35) }

@media (max-width: 991.98px){
    .navbar-collapse{ background: rgba(9,14,26,.95); border-top:1px solid var(--border); padding: .75rem; border-radius: 0 0 14px 14px }
    .hero .btn-cta{ width:100% }
}
.offers{
    background: linear-gradient(180deg, rgba(10,16,30,.0), rgba(10,16,30,.35));
    border-top: 1px solid var(--border);
}

.offer-card{
    position: relative;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 22px;
    padding: 22px;
    border-radius: 18px;
    border:1px solid var(--border);
    background: rgba(255,255,255,.03);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.offer-card + .offer-card{ margin-top: 18px; }

.offer-logo{
    display:flex; align-items:center; justify-content:center;
    background: radial-gradient(80% 80% at 20% 20%, rgba(124,92,255,.12), transparent 60%),
    radial-gradient(80% 80% at 80% 80%, rgba(0,229,255,.12), transparent 60%),
    #0f1729;
    border:1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    min-height: 120px;
}
.offer-logo img{ max-height: 80%; max-width: 100%; filter: drop-shadow(0 6px 16px rgba(0,0,0,.35)); }

.offer-body h3{
    margin:0 0 6px; font-weight:800; font-size:1.35rem;
}
.offer-body .sub{ color:var(--muted); margin-bottom:12px }

.offer-features{
    display:flex; flex-wrap:wrap; gap:8px;
}
.offer-badge{
    display:inline-flex; align-items:center; gap:.45rem;
    padding:.45rem .65rem; border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px dashed rgba(255,255,255,.25);
    font-weight:700; color:#dbe6ff; font-size:.92rem;
}

.payment-logos{
    display:flex; flex-wrap:wrap; gap:12px; margin-top:12px;
}
.payment-logos .pm{
    display:inline-flex; align-items:center; justify-content:center;
    padding:.25rem .5rem; border-radius:8px; font-weight:800;
    background:rgba(255,255,255,.06); border:1px solid var(--border);
    min-width:58px; height:32px; font-size:.85rem; color:#dfe8ff;
}

.offer-cta{
    display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between;
}
.rating{
    display:flex; align-items:center; gap:8px; color:#dfe8ff; font-weight:800;
}
.stars{ letter-spacing:1px; color:#ffd76a; }
.score{
    font-size:1.6rem; font-weight:800; color:#56a4ff;
    text-shadow: 0 0 24px rgba(86,164,255,.25);
}

.btn-bonus{
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
    color:#08101f; font-weight:800; border:0; padding:.9rem 1.15rem;
    border-radius:14px; box-shadow:0 14px 38px rgba(0,229,255,.22);
}
.btn-bonus:hover{ filter: brightness(.96); color:#08101f }

.offer-footer{
    display:flex; flex-wrap:wrap; gap:10px; align-items:center;
    color:var(--muted); font-size:.9rem; margin-top:10px;
    border-top:1px dashed rgba(255,255,255,.18); padding-top:10px;
}
.offer-footer a{ color:var(--muted); text-decoration:underline }

@media (max-width: 991.98px){
    .offer-card{ grid-template-columns: 1fr; }
    .offer-cta{ align-items:flex-start; gap:10px; }
    .score{ font-size:1.4rem }
}
.why{
    position:relative;
    background: linear-gradient(180deg, rgba(8,12,22,0) 0%, rgba(8,12,22,.35) 100%);
    border-top:1px solid var(--border);
}
.why-head{
    text-align:center; margin-bottom:28px;
}
.why-kicker{
    display:inline-flex; align-items:center; gap:.5rem;
    background:var(--glass); border:1px solid var(--border);
    padding:.35rem .7rem; border-radius:999px; color:var(--muted); font-weight:700;
    margin-bottom:10px;
}
.why-title{
    font-weight:800; font-size:clamp(1.6rem, 2.2vw + .6rem, 2.4rem);
    letter-spacing:.2px; margin:0;
    background:linear-gradient(90deg, var(--text), #bcd3ff);
    -webkit-background-clip:text; background-clip:text; color:transparent;
}
.why-sub{ color:var(--muted); max-width:900px; margin:10px auto 0; }

.feature-grid{
    display:grid; gap:18px;
    grid-template-columns: repeat(4, 1fr);
    margin-top:22px;
}
.feature-card{
    position:relative;
    border-radius:18px;
    background: radial-gradient(120% 100% at 0% 0%, rgba(124,92,255,.10), transparent 60%),
    radial-gradient(120% 100% at 100% 100%, rgba(0,229,255,.10), transparent 60%),
    rgba(255,255,255,.04);
    border:1px solid var(--border);
    padding:22px 20px;
    box-shadow:0 16px 40px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover{
    transform: translateY(-3px);
    border-color: rgba(124,92,255,.4);
    box-shadow:0 22px 60px rgba(0,0,0,.45);
}
.feature-icon{
    width:56px; height:56px; border-radius:14px;
    display:grid; place-items:center; font-size:1.6rem;
    color:#08101f; font-weight:900;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
    box-shadow: 0 10px 28px rgba(0,229,255,.25);
    margin-bottom:12px;
}
.feature-title{
    font-weight:800; margin:0 0 6px; font-size:1.15rem;
}
.feature-desc{ color:var(--muted); margin:0; }

.feature-chips{
    display:flex; flex-wrap:wrap; gap:8px; margin-top:12px;
}
.feature-chip{
    border:1px dashed rgba(255,255,255,.28);
    background:rgba(255,255,255,.05);
    color:#dbe6ff; font-weight:700; font-size:.9rem;
    padding:.35rem .55rem; border-radius:999px;
}

@media (max-width:1199.98px){
    .feature-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:575.98px){
    .feature-grid{ grid-template-columns: 1fr; }
}
.secure-block{
    background:linear-gradient(180deg,#0a0f1c 0%,#0a0f1c 100%);
    padding:60px 0;
    position:relative;
}

.secure-head{
    text-align:center;
    margin-bottom:40px;
}
.secure-kicker{
    display:inline-flex; align-items:center; gap:.5rem;
    padding:.35rem .8rem;
    border-radius:999px;
    background:rgba(0,229,255,.1);
    border:1px solid rgba(0,229,255,.35);
    font-weight:700; color:#56caff;
    margin-bottom:14px;
}
.secure-title{
    font-weight:800; font-size:clamp(1.8rem,2.5vw,2.6rem);
    background:linear-gradient(90deg,#fff,#9ed0ff);
    -webkit-background-clip:text; color:transparent;
    margin:0;
}
.secure-sub{ color:var(--muted); max-width:900px; margin:14px auto 0 }

.secure-panels{
    display:grid; gap:24px;
    grid-template-columns:repeat(2,1fr);
}
.secure-panel{
    border-radius:20px;
    padding:28px;
    background:radial-gradient(100% 120% at 0% 0%, rgba(124,92,255,.08),transparent 70%),
    radial-gradient(100% 120% at 100% 100%, rgba(0,229,255,.08),transparent 70%),
    rgba(255,255,255,.03);
    border:1px solid var(--border);
    box-shadow:0 16px 40px rgba(0,0,0,.4);
    transition:.3s;
}
.secure-panel:hover{
    border-color:rgba(86,164,255,.5);
    transform:translateY(-3px);
}

.secure-panel h3{
    font-weight:800; font-size:1.4rem;
    margin-bottom:18px;
}

.secure-list{
    list-style:none; margin:0; padding:0;
}
.secure-list li{
    display:flex; align-items:flex-start; gap:10px;
    padding:10px 0;
    border-top:1px dashed rgba(255,255,255,.15);
    transition:.25s;
}
.secure-list li:first-child{ border-top:0 }
.secure-list li:hover{ color:#fff }
.secure-icon{
    width:26px; height:26px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background:linear-gradient(90deg,var(--accent),var(--accent-2));
    box-shadow:0 0 14px rgba(0,229,255,.3);
    font-size:14px; color:#08101f; flex-shrink:0;
}

/* Mobile */
@media(max-width:991.98px){
    .secure-panels{ grid-template-columns:1fr; }
}
.site-footer{
    background:#0a0f1c;
    border-top:1px solid var(--border);
    color:var(--text);
}
.footer-top{
    display:grid; gap:18px;
    grid-template-columns: 1fr;
}
.footer-contact{
    text-align:center;
    font-weight:800; font-size:1.05rem;
}
.footer-contact a{ color:#bcd3ff; text-decoration:underline }

.footer-note{
    background:rgba(255,255,255,.05);
    border:1px solid var(--border);
    border-radius:16px;
    padding:16px 18px;
    color:var(--muted);
}

.footer-nav{
    display:flex; flex-wrap:wrap; gap:18px;
    justify-content:center; align-items:center;
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
    padding:14px 0;
    margin:16px 0;
}
.footer-nav a{
    color:#dfe7ff; font-weight:700;
}
.footer-nav a:hover{ color:#ffffff }

.org-badges{
    display:flex; gap:10px; flex-wrap:wrap;
    justify-content:center; align-items:center;
    background:rgba(255,255,255,.05);
    border:1px solid var(--border);
    border-radius:14px;
    padding:12px;
}
.org-badge{
    display:inline-flex; align-items:center; gap:.45rem;
    padding:.45rem .65rem;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px dashed rgba(255,255,255,.28);
    color:#dbe6ff; font-weight:800; font-size:.9rem;
    transition:transform .15s ease;
    white-space:nowrap;
}
.org-badge:hover{ transform: translateY(-1px) }

.footer-bottom{
    display:flex; flex-wrap:wrap; gap:12px;
    justify-content:center; align-items:center;
    color:var(--muted); font-size:.95rem;
    padding:16px 0 16px;
    border-top:1px solid var(--border);
}
.footer-brand{
    display:flex; align-items:center; gap:.5rem; font-weight:800;
}
.footer-18{
    display:inline-flex; align-items:center; justify-content:center;
    width:30px; height:30px; border-radius:999px; font-weight:900; font-size:.9rem;
    background:linear-gradient(90deg, var(--accent), var(--accent-2));
    color:#08101f;
    box-shadow:0 8px 22px rgba(0,229,255,.25);
    margin-right:6px;
}

@media (min-width: 992px){
    .footer-top{
        grid-template-columns: 1fr 1fr;
        align-items:center;
    }
}
#ageGate{
    position:fixed; inset:0;
    background:rgba(0,0,0,.85);
    backdrop-filter: blur(6px);
    z-index:5000;
    display:flex; align-items:center; justify-content:center;
}
.age-modal{
    background:#0b111e;
    border:1px solid var(--border);
    border-radius:18px;
    padding:30px 26px;
    max-width:420px; width:90%;
    text-align:center;
    box-shadow:0 18px 60px rgba(0,0,0,.55);
    animation: pop .35s ease;
}
@keyframes pop{ from{ transform:scale(.9); opacity:0 } to{ transform:scale(1); opacity:1 } }

.age-modal h2{
    font-weight:800; margin-bottom:14px;
    background:linear-gradient(90deg,var(--accent),var(--accent-2));
    -webkit-background-clip:text; background-clip:text; color:transparent;
}
.age-modal p{ color:var(--muted); margin-bottom:22px }

.age-btns{
    display:flex; gap:12px; flex-wrap:wrap; justify-content:center;
}
.age-btn{
    flex:1 1 45%;
    padding:.9rem 1.1rem;
    font-weight:800;
    border-radius:12px;
    border:0;
    cursor:pointer;
    transition:.25s;
}
.age-yes{
    background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%);
    color:#08101f;
    box-shadow:0 8px 24px rgba(0,229,255,.25);
}
.age-yes:hover{ filter:brightness(.95) }

.age-no{
    background:#dc3545;
    color:#fff;
    box-shadow:0 8px 24px rgba(220,53,69,.4);
}
.age-no:hover{ filter:brightness(.9) }
.org-badge img {
    height: 40px;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #ffffff
}