body{
background:#050505;
color:#fff;
font-family:'Montserrat',sans-serif;
}

.home .site-header{
background:transparent;
transition:0.4s;
}

.home .site-header.scrolled{
background:#000;
backdrop-filter:blur(10px);
}

.hero-overlay{
background:linear-gradient(
to bottom,
rgba(0,0,0,0.35),
rgba(0,0,0,0.85)
);
}

.big-title{
font-size:clamp(60px,8vw,140px);
font-weight:900;
line-height:0.9;
letter-spacing:-4px;
text-transform:uppercase;
}

.gold{
color:#f7b500;
}

.section-dark{
background:#0a0a0a;
padding:120px 0;
}

.card-premium{
background:#111;
border:1px solid #222;
border-radius:24px;
overflow:hidden;
transition:0.4s;
}

.card-premium:hover{
transform:translateY(-10px);
border-color:#f7b500;
box-shadow:0 20px 40px rgba(247,181,0,0.15);
}

.btn-gold{
background:#f7b500;
color:#000;
padding:16px 32px;
border-radius:12px;
font-weight:700;
display:inline-block;
text-decoration:none;
}

.footer{
background:#000;
border-top:1px solid #222;
}