:root{
  --bg:#000000;
  --panel:#0a0a0a;
  --red:#e3151f;
  --red-dark:#a80d15;
  --line: rgba(255,255,255,0.10);
  --line-strong: rgba(255,255,255,0.20);
  --steel:#9a9a9a;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:#fff;
  font-family:'Inter', sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none;}
img{display:block; max-width:100%;}
button{font-family:inherit; cursor:pointer;}
::selection{ background:var(--red); color:#fff; }
:focus-visible{ outline:2px solid var(--red); outline-offset:3px; }
.wrap{ max-width:1320px; margin:0 auto; padding:0 24px; }
@media(min-width:640px){ .wrap{ padding:0 32px; } }

.headline{
  font-family:'Poppins', sans-serif;
  font-weight:800;
  font-style:italic;
  text-transform:uppercase;
  letter-spacing:-0.01em;
  display:inline-block;
  line-height:1.02;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid var(--line-strong);
  border-radius:999px;
  padding:6px 16px 6px 10px;
  font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:#fff;
  font-weight:600;
}
.eyebrow .dot{ width:7px; height:7px; border-radius:50%; background:var(--red); flex-shrink:0; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}

.scroll-rail{ position:fixed; top:0; right:0; width:3px; height:100vh; z-index:200; background:var(--line); }
.scroll-rail .fill{ position:absolute; top:0; left:0; width:100%; background:var(--red); height:14%; }

/* ---------- NAV ---------- */
header.nav{ position:sticky; top:0; z-index:100; background:#000; border-bottom:1px solid var(--line); }
.nav-top{
  max-width:1320px; margin:0 auto; padding:16px 20px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
@media(min-width:640px){ .nav-top{ padding:18px 32px; } }
.logo img{ height:52px; width:auto; }
@media(min-width:640px){ .logo img{ height:64px; } }
.main-links{ display:none; gap:30px; }
@media(min-width:820px){ .main-links{ display:flex; } }
.main-links a{ font-family:'Poppins',sans-serif; font-weight:500; font-size:13.5px; text-transform:uppercase; letter-spacing:0.04em; color:var(--steel); }
.main-links a:hover, .main-links a.active-link{ color:#fff; }
.nav-right{ display:none; align-items:center; gap:12px; }
@media(min-width:820px){ .nav-right{ display:flex; } }
.lang-select, .currency-select{
  background:#0a0a0a; border:1px solid var(--line-strong); border-radius:8px;
  color:#fff; font-size:11.5px; font-weight:700; padding:8px 10px; cursor:pointer;
}
.lang-select{ max-width:92px; }

/* ---------- package builder ---------- */
.pkg-box{ border:1px solid var(--line-strong); border-radius:12px; padding:24px; margin-top:24px; }
.pkg-step{ display:flex; gap:14px; align-items:flex-start; padding:16px 0; border-top:1px solid var(--line); }
.pkg-step:first-child{ border-top:none; }
.pkg-step .step-badge{
  width:26px; height:26px; border-radius:50%; border:1px solid var(--line-strong); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; font-family:'Poppins',sans-serif;
}
.pkg-step.done .step-badge{ background:var(--red); border-color:var(--red); }
.pkg-step .step-body{ flex:1; }
.pkg-step .step-body b{ font-family:'Poppins',sans-serif; font-weight:600; font-size:14.5px; text-transform:uppercase; display:block; margin-bottom:6px; }
.pkg-step .step-body p{ font-size:13px; color:var(--steel); margin-bottom:10px; }
.pkg-inline-row{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.pkg-inline-row input, .pkg-inline-row select{
  background:#0a0a0a; border:1px solid var(--line-strong); border-radius:8px; padding:9px 12px; color:#fff; font-size:13px;
}
.pkg-inline-row input[type=number]{ width:110px; }
.pkg-add-btn{
  background:transparent; border:1px solid var(--red); color:var(--red); border-radius:8px; padding:9px 16px;
  font-family:'Poppins',sans-serif; font-weight:600; font-size:12.5px; text-transform:uppercase;
}
.pkg-summary{ background:#0a0a0a; border:1px solid var(--line-strong); border-radius:10px; padding:20px; margin-top:20px; display:none; }
.pkg-summary.show{ display:block; }
.pkg-summary .row{ display:flex; justify-content:space-between; padding:9px 0; border-bottom:1px solid var(--line); font-size:13.5px; }
.pkg-summary .row:last-of-type{ border-bottom:none; }
.pkg-summary .row.total{ font-family:'Poppins',sans-serif; font-weight:700; font-size:16px; color:var(--red); border-top:1px solid var(--line-strong); margin-top:6px; padding-top:14px; }
.pkg-actions{ display:flex; gap:10px; margin-top:16px; flex-wrap:wrap; }

/* motorsport tips */
.tips-list{ display:flex; flex-direction:column; gap:12px; }
.tip-row{ display:flex; gap:12px; align-items:flex-start; border:1px solid var(--line-strong); border-radius:10px; padding:16px; }
.tip-row .flag{ width:26px; height:26px; border-radius:6px; background:rgba(227,21,31,0.15); border:1px solid var(--red); flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:12px; }
.tip-row p{ font-size:13.5px; color:#ddd; line-height:1.6; }

@media print{
  header.nav, footer, .plan-section:not(.print-section){ display:none !important; }
  body{ background:#fff; color:#000; }
}

.burger{ display:flex; flex-direction:column; justify-content:center; gap:5px; width:26px; height:20px; background:none; border:none; }
.burger span{ display:block; height:2px; background:#fff; border-radius:1px; }
@media(min-width:820px){ .burger{ display:none; } }
.mobile-menu{
  display:none; flex-direction:column; gap:2px; padding:0 20px 18px; border-top:1px solid var(--line);
}
.mobile-menu.open{ display:flex; padding-top:14px; }
.mobile-menu a{ padding:12px 4px; font-family:'Poppins',sans-serif; font-weight:500; font-size:14px; text-transform:uppercase; border-bottom:1px solid var(--line); }

.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 24px;
  font-family:'Poppins',sans-serif; font-weight:600; font-size:13px;
  text-transform:uppercase; letter-spacing:0.03em;
  border-radius:8px; border:1px solid var(--red);
  background:var(--red); color:#fff;
  transition:background .2s, transform .15s;
}
.btn:hover{ background:var(--red-dark); transform:translateY(-1px); }
.btn-ghost{ background:#000; border:1px solid #2a2a2a; }
.btn-ghost:hover{ background:#111; transform:none; }
.btn-small{ padding:10px 18px; font-size:12px; }

/* ---------- HERO ---------- */
.hero{ position:relative; }
.hero-media{ position:relative; height:min(78vh, 680px); min-height:420px; overflow:hidden; }
.hero-media img{ width:100%; height:100%; object-fit:cover; object-position:65% 30%; }
.hero-scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.78) 36%, rgba(0,0,0,0.2) 66%, rgba(0,0,0,0.4) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 30%);
}
.hero-content{ position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; padding:0 20px; }
@media(min-width:640px){ .hero-content{ padding:0 32px; } }
.hero-content .inner{ max-width:1320px; margin:0 auto; width:100%; }
.hero .eyebrow{ margin-bottom:22px; }
.hero h1{ font-size:clamp(30px, 6.5vw, 60px); color:#fff; max-width:720px; }
.hero h1 .accent{ color:var(--red); display:block; }
.hero p.sub{ max-width:460px; margin-top:22px; color:#d8d8d8; font-size:14.5px; line-height:1.6; }
@media(min-width:640px){ .hero p.sub{ font-size:15.5px; } }
.hero-actions{ display:flex; gap:12px; margin-top:28px; flex-wrap:wrap; }
.live-count{ margin-top:24px; font-size:12.5px; color:var(--steel); display:flex; align-items:center; gap:8px; }
.dot-live{ width:7px; height:7px; border-radius:50%; background:#4ade80; display:inline-block; animation:pulse 2s infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.35;} }

.ticker-strip{ border-top:1px solid var(--line); overflow:hidden; white-space:nowrap; }
.ticker-track{ display:inline-flex; align-items:center; gap:34px; padding:12px 0; animation: ticker 26s linear infinite; }
@keyframes ticker{ 0%{ transform:translateX(0); } 100%{ transform:translateX(-50%); } }
.ticker-track span{
  font-family:'Poppins',sans-serif; font-weight:600;
  font-size:12px; text-transform:uppercase; letter-spacing:0.05em; color:var(--steel);
  display:inline-flex; align-items:center; gap:10px;
}
.ticker-track span::after{ content:'●'; color:var(--red); font-size:6px; margin-left:22px; }

/* ---------- SECTIONS ---------- */
section{ padding:64px 0; border-bottom:1px solid var(--line); }
@media(min-width:640px){ section{ padding:86px 0; } }
.sec-head{ margin-bottom:36px; }
@media(min-width:640px){ .sec-head{ margin-bottom:44px; } }
.sec-head h2{ font-size:clamp(26px, 5vw, 42px); margin-top:18px; color:#fff; }
.sec-head p{ color:var(--steel); margin-top:14px; max-width:460px; font-size:14.5px; }

.why-grid{ display:grid; grid-template-columns:1fr; gap:1px; background:var(--line); border:1px solid var(--line); margin-top:8px; }
@media(min-width:640px){ .why-grid{ grid-template-columns:repeat(3,1fr); } }
.why-card{ background:#000; padding:26px 22px; }
.why-card .icon{
  width:42px; height:42px; border-radius:8px; border:1px solid var(--line-strong);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px; position:relative;
}
.why-card .icon svg{ width:18px; height:18px; stroke:var(--red); }
.why-card .num{ position:absolute; top:-8px; left:50px; font-family:'Poppins',sans-serif; font-size:11px; color:var(--steel); font-weight:600; }
.why-card h3{ font-family:'Poppins',sans-serif; font-weight:600; font-size:18px; text-transform:uppercase; line-height:1.15; margin-bottom:10px; }
.why-card p{ font-size:13.5px; color:var(--steel); line-height:1.6; }

.how-grid{ display:grid; grid-template-columns:1fr; gap:1px; background:var(--line); border:1px solid var(--line); margin-top:8px; }
@media(min-width:640px){ .how-grid{ grid-template-columns:repeat(3,1fr); } }
.how-card{ background:#000; padding:26px 22px; }
.how-card .step-num{ font-family:'Poppins',sans-serif; color:var(--red); font-size:13px; font-weight:600; }
.how-card h4{ font-family:'Poppins',sans-serif; font-weight:600; font-size:17px; text-transform:uppercase; margin:10px 0 8px; }
.how-card p{ font-size:13.5px; color:var(--steel); line-height:1.6; }

/* ---------- FOOTER ---------- */
footer{ padding:44px 0 30px; }
.foot-top{ display:grid; grid-template-columns:1fr; gap:32px; }
@media(min-width:820px){ .foot-top{ grid-template-columns:1.4fr 1fr 1fr; } }
.foot-brand img{ height:52px; margin-bottom:14px; }
.foot-brand p{ color:var(--steel); font-size:13px; max-width:280px; line-height:1.6; }
.foot-col h4{ font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color:var(--steel); margin-bottom:14px; }
.foot-col a{ display:block; font-size:13.5px; color:#e6e6e6; margin-bottom:10px; }
.foot-col a:hover{ color:var(--red); }
.foot-bottom{ margin-top:36px; padding-top:20px; border-top:1px solid var(--line); text-align:center; font-size:12px; color:var(--steel); }

.reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }
