:root{
    --bg:#08080c;
    --dark:#111118;
    --card:#171720;
    --gold:#d4af37;
    --violet:#7c3aed;
    --text:#ffffff;
    --muted:#b9b9c6;
    --border:rgba(255,255,255,.1);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--bg);
    color:var(--text);
}

a{
    text-decoration:none;
    color:inherit;
}

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:50;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:22px 7%;
    background:rgba(8,8,12,.72);
    backdrop-filter:blur(18px);
    border-bottom:1px solid var(--border);
}

.logo{
    font-family:'Cinzel',serif;
    font-size:28px;
    font-weight:800;
}

.logo span{
    color:var(--gold);
}

.nav{
    display:flex;
    gap:28px;
    color:var(--muted);
    font-size:14px;
}

.nav a:hover{
    color:var(--gold);
}

.header-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

.login{
    color:var(--muted);
    font-size:14px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 24px;
    border-radius:999px;
    font-weight:700;
    border:1px solid var(--border);
}

.btn-gold{
    background:linear-gradient(135deg,#f6d365,#d4af37,#9f7928);
    color:#111;
    box-shadow:0 12px 35px rgba(212,175,55,.25);
}

.btn-dark{
    background:rgba(255,255,255,.06);
    color:#fff;
}

.full{
    width:100%;
}

.hero{
    min-height:100vh;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:60px;
    padding:150px 7% 80px;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,rgba(124,58,237,.35),transparent 35%),
        radial-gradient(circle at bottom right,rgba(212,175,55,.22),transparent 35%),
        linear-gradient(135deg,#08080c,#111118);
}

.hero-glow{
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(212,175,55,.14);
    filter:blur(70px);
    right:10%;
    top:20%;
}

.hero-content{
    position:relative;
    z-index:2;
}

.eyebrow{
    display:inline-flex;
    color:var(--gold);
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
    margin-bottom:18px;
}

h1,h2{
    font-family:'Cinzel',serif;
}

h1{
    font-size:72px;
    line-height:1;
    max-width:720px;
    margin-bottom:24px;
}

.hero p{
    max-width:620px;
    color:var(--muted);
    line-height:1.8;
    font-size:17px;
}

.hero-buttons{
    display:flex;
    gap:16px;
    margin-top:34px;
}

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    max-width:680px;
    margin-top:42px;
}

.hero-stats div{
    background:rgba(255,255,255,.06);
    border:1px solid var(--border);
    border-radius:20px;
    padding:18px;
}

.hero-stats strong{
    display:block;
    font-size:24px;
    color:var(--gold);
}

.hero-stats span{
    color:var(--muted);
    font-size:13px;
}

.hero-card{
    position:relative;
    z-index:2;
}

.casino-card{
    max-width:430px;
    margin-left:auto;
    padding:34px;
    border-radius:34px;
    background:
        linear-gradient(160deg,rgba(255,255,255,.13),rgba(255,255,255,.03)),
        #15151d;
    border:1px solid var(--border);
    box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.card-label{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(212,175,55,.14);
    color:var(--gold);
    font-size:12px;
    font-weight:800;
}

.casino-card h3{
    font-family:'Cinzel',serif;
    font-size:36px;
    margin:26px 0 10px;
}

.casino-card p{
    color:var(--muted);
    line-height:1.7;
}

.jackpot{
    margin:26px 0;
    padding:20px;
    border-radius:20px;
    background:#09090d;
    color:var(--gold);
    font-size:30px;
    font-weight:800;
    text-align:center;
}

.section{
    padding:90px 7%;
}

.section-head{
    text-align:center;
    max-width:720px;
    margin:0 auto 42px;
}

.section-head h2,
.promo h2{
    font-size:44px;
    margin-bottom:14px;
}

.section-head p,
.promo p{
    color:var(--muted);
}

.categories{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.cat-card{
    min-height:130px;
    background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    border:1px solid var(--border);
    border-radius:26px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    font-size:34px;
    transition:.25s;
}

.cat-card span{
    font-size:15px;
    font-weight:700;
}

.cat-card:hover{
    transform:translateY(-8px);
    border-color:rgba(212,175,55,.5);
}

.games-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.game-card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:26px;
    overflow:hidden;
    transition:.25s;
}

.game-card:hover{
    transform:translateY(-8px);
}

.game-img{
    height:190px;
    background:
        radial-gradient(circle at top left,rgba(212,175,55,.45),transparent 40%),
        linear-gradient(135deg,#2b174f,#09090d);
    position:relative;
}

.game-img span{
    position:absolute;
    top:14px;
    left:14px;
    background:rgba(0,0,0,.5);
    border:1px solid var(--border);
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    color:var(--gold);
}

.game-info{
    padding:20px;
}

.game-info h3{
    font-size:18px;
    margin-bottom:5px;
}

.game-info p{
    color:var(--muted);
    font-size:13px;
    margin-bottom:16px;
}

.play-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    height:42px;
    border-radius:14px;
    background:rgba(212,175,55,.12);
    color:var(--gold);
    font-weight:800;
}

.promo{
    margin:40px 7%;
    padding:54px;
    border-radius:34px;
    background:
        radial-gradient(circle at right,rgba(212,175,55,.25),transparent 35%),
        linear-gradient(135deg,#161620,#0b0b0f);
    border:1px solid rgba(212,175,55,.25);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.promo p{
    max-width:720px;
    line-height:1.8;
}

.vip-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
}

.vip-grid div{
    padding:28px;
    text-align:center;
    border-radius:24px;
    background:rgba(255,255,255,.06);
    border:1px solid var(--border);
    font-weight:800;
    color:var(--gold);
}

.footer{
    border-top:1px solid var(--border);
    padding:42px 7%;
    display:flex;
    justify-content:space-between;
    gap:30px;
    color:var(--muted);
}

.footer strong{
    color:var(--gold);
    font-family:'Cinzel',serif;
    font-size:24px;
}

.footer span{
    display:block;
    margin-bottom:8px;
}

@media(max-width:1000px){
    .nav{
        display:none;
    }

    .hero{
        grid-template-columns:1fr;
        padding-top:130px;
    }

    h1{
        font-size:48px;
    }

    .hero-stats,
    .categories,
    .games-grid,
    .vip-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .promo,
    .footer{
        flex-direction:column;
    }
}

@media(max-width:600px){
    .header{
        padding:18px;
    }

    .header-actions .login{
        display:none;
    }

    .hero,
    .section{
        padding-left:18px;
        padding-right:18px;
    }

    h1{
        font-size:40px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-stats,
    .categories,
    .games-grid,
    .vip-grid{
        grid-template-columns:1fr;
    }

    .promo{
        margin:20px 18px;
        padding:30px;
    }
}