@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Inter',sans-serif;background:#0F0A04;color:#fff;overflow-x:hidden;}

/* SVG ICONS */
.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}

/* NAV */
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 56px;height:70px;background:rgba(15,10,4,0.96);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,140,0,0.1);}
.logo{font-family:'Bebas Neue',sans-serif;font-size:28px;letter-spacing:0.1em;color:#FF8C00;text-decoration:none;}
.nav-links{display:flex;gap:36px;list-style:none;align-items:center;}
.nav-links a{font-size:12px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.5);text-decoration:none;transition:color .2s;}
.nav-links a:hover,.nav-links a.active{color:#FF8C00;}
.nav-cta{background:#FF8C00!important;color:#0F0A04!important;font-weight:700!important;padding:10px 24px;border-radius:4px;transition:background .2s!important;display:flex!important;align-items:center;gap:8px;}
.nav-cta:hover{background:#E07800!important;color:#0F0A04!important;}

/* INFO BAR */
.infobar{background:#FF8C00;display:flex;align-items:center;justify-content:center;gap:40px;padding:15px 56px;flex-wrap:wrap;}
.infobar-item{display:flex;align-items:center;gap:8px;color:#0F0A04;font-size:13px;font-weight:600;}
.infobar-item svg{width:15px;height:15px;stroke:#0F0A04;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.infobar-div{width:1px;height:18px;background:rgba(0,0,0,0.18);}

/* BUTTONS */
.btn-orange{background:#FF8C00;color:#0F0A04;padding:15px 38px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:9px;transition:all .2s;box-shadow:0 0 32px rgba(255,140,0,.22);}
.btn-orange:hover{background:#E07800;transform:translateY(-2px);box-shadow:0 0 48px rgba(255,140,0,.4);}
.btn-orange svg{width:15px;height:15px;stroke:#0F0A04;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.btn-ghost{border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.8);padding:15px 32px;border-radius:4px;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:9px;transition:all .2s;}
.btn-ghost:hover{border-color:#FF8C00;color:#FF8C00;}
.btn-ghost svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}

/* SECTION LABELS */
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#FF8C00;margin-bottom:10px;}
.sec-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(40px,6vw,70px);line-height:.95;letter-spacing:.03em;color:#fff;}
.sec-title span{color:#FF8C00;}

/* PAGE HERO */
.page-hero{padding:80px 56px 64px;background:linear-gradient(135deg,#1A0E00 0%,#0F0A04 60%);border-bottom:1px solid rgba(255,140,0,0.08);position:relative;overflow:hidden;}
.page-hero::after{content:'';position:absolute;right:-100px;top:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,140,0,0.05) 0%,transparent 70%);pointer-events:none;}
.page-hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(56px,8vw,96px);line-height:.9;letter-spacing:.03em;color:#fff;margin-bottom:12px;}
.page-hero-title span{color:#FF8C00;}
.page-hero-sub{font-family:'Playfair Display',serif;font-size:18px;font-style:italic;color:rgba(255,255,255,.4);}

/* FOOTER */
footer{background:#0A0600;border-top:1px solid rgba(255,140,0,.07);padding:56px 56px 32px;}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px;}
.footer-logo{font-family:'Bebas Neue',sans-serif;font-size:26px;color:#FF8C00;letter-spacing:.1em;margin-bottom:12px;}
.footer-desc{font-size:13px;color:rgba(255,255,255,.3);line-height:1.9;}
.footer-heading{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#FF8C00;margin-bottom:18px;}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-links a{font-size:13px;color:rgba(255,255,255,.35);text-decoration:none;transition:color .2s;}
.footer-links a:hover{color:#FF8C00;}
.footer-info{display:flex;flex-direction:column;gap:12px;}
.footer-info-item{font-size:13px;color:rgba(255,255,255,.35);display:flex;align-items:center;gap:10px;}
.footer-info-item svg{width:14px;height:14px;stroke:rgba(255,140,0,.5);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.04);padding-top:24px;display:flex;justify-content:space-between;align-items:center;}
.footer-copy{font-size:11px;color:rgba(255,255,255,.18);letter-spacing:.08em;}

/* SCROLL REVEAL */
.rv{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;}
.rv.on{opacity:1;transform:translateY(0);}
.rvl{opacity:0;transform:translateX(-28px);transition:opacity .75s ease,transform .75s ease;}
.rvl.on{opacity:1;transform:translateX(0);}
.rvr{opacity:0;transform:translateX(28px);transition:opacity .75s ease,transform .75s ease;}
.rvr.on{opacity:1;transform:translateX(0);}

/* MOBILE */
@media(max-width:768px){
  nav{padding:0 20px;}
  .nav-links{display:none;}
  .infobar{gap:14px;padding:14px 20px;}
  .page-hero{padding:56px 20px 44px;}
  footer{padding:40px 20px 24px;}
  .footer-grid{grid-template-columns:1fr;gap:32px;}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center;}
}
