:root {
    --bg: #0b0b0b;
    --bg-soft: #121212;
    --panel: #181818;
    --panel-2: #202020;
    --text: #f6f6f6;
    --muted: #a9a9a9;
    --line: #2b2b2b;
    --orange: #ff5a00;
    --orange-2: #ff7a22;
    --max: 1180px;
    --radius: 22px;
    --shadow: 0 20px 60px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
}
.eyebrow::before { content:""; width:34px; height:2px; background:var(--orange); }
.display {
    margin: 14px 0 18px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-size: clamp(3rem, 8vw, 7.2rem);
    line-height: .9;
}
h1,h2,h3 { margin-top: 0; }
h2 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: .95;
    margin-bottom: 20px;
}
h3 { font-size: 1.25rem; }
p { color: #d4d4d4; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 720px; color:#e7e7e7; }
.muted { color: var(--muted); }
.orange { color: var(--orange); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(11,11,11,.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { height: 82px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand img { width: 250px; height: auto; max-height: 52px; object-fit: contain; object-position:left center; }
.main-nav { display:flex; align-items:center; gap:24px; font-size:.95rem; font-weight:700; }
.main-nav > a:not(.btn) { color:#d7d7d7; position:relative; }
.main-nav > a:not(.btn)::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:2px; background:var(--orange); transition:.2s; }
.main-nav > a:not(.btn):hover::after, .main-nav > a.active::after { right:0; }
.main-nav > a.active { color:white; }
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span:not(.sr-only) { width:27px; height:2px; background:white; display:block; margin:5px 0; }

.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:50px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--orange);
    color: #111;
    font-weight: 900;
    border: 1px solid var(--orange);
    transition: .2s ease;
    cursor:pointer;
}
.btn:hover { transform: translateY(-2px); background:var(--orange-2); border-color:var(--orange-2); }
.btn-outline { background:transparent; color:white; border-color:#5a5a5a; }
.btn-outline:hover { border-color:var(--orange); color:white; background:rgba(255,90,0,.08); }
.btn-small { min-height:42px; padding:0 18px; font-size:.9rem; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }

.hero {
    min-height: 78vh;
    display:flex;
    align-items:end;
    position:relative;
    overflow:hidden;
    border-bottom:1px solid var(--line);
}
.hero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.72) 38%, rgba(5,5,5,.15) 72%, rgba(5,5,5,.55) 100%),
      linear-gradient(0deg, var(--bg) 0%, rgba(11,11,11,0) 35%),
      url('../img/hero.webp') center/cover no-repeat;
    transform:scale(1.015);
}
.hero-inner { position:relative; z-index:1; padding:120px 0 72px; }
.hero-copy { max-width:900px; }
.hero-copy .display { max-width:980px; }
.hero-stats { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:12px; margin-top:52px; }
.stat-card { background:rgba(15,15,15,.77); border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:22px; backdrop-filter:blur(8px); }
.stat-card strong { display:block; font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size:clamp(2rem,4vw,3.5rem); letter-spacing:.02em; color:white; line-height:1; }
.stat-card span { color:var(--muted); text-transform:uppercase; letter-spacing:.08em; font-size:.76rem; }

.section { padding: 96px 0; }
.section-tight { padding: 70px 0; }
.section-alt { background:var(--bg-soft); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.grid-2 { display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.media-frame { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); border:1px solid rgba(255,255,255,.06); }
.media-frame img { width:100%; height:100%; object-fit:cover; }
.media-frame.tall { aspect-ratio: 4/5; }
.media-frame.landscape { aspect-ratio: 16/10; }

.kpi-row { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.kpi { padding:28px; border-radius:18px; background:var(--panel); border:1px solid var(--line); }
.kpi strong { font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size:clamp(2.5rem,5vw,4rem); color:var(--orange); display:block; line-height:1; }
.kpi span { display:block; color:var(--muted); margin-top:10px; }

.shorts-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:34px; align-items:start; }
.short-card { border-radius:18px; overflow:hidden; background:var(--panel); border:1px solid var(--line); min-width:0; }
.short-player { width:100%; aspect-ratio:9 / 16; background:#050505; overflow:hidden; }
.short-player iframe { display:block; width:100%; height:100%; border:0; }
.short-card .short-meta { padding:16px 18px 6px; }
.short-card strong { display:block; font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size:2.1rem; line-height:1; }
.short-card span { display:block; color:#ddd; font-size:.84rem; margin-top:5px; }
.short-link { display:block; padding:8px 18px 16px; color:var(--orange); font-size:.82rem; font-weight:700; text-decoration:none; }
.short-link:hover { color:#fff; }

.country-list { display:grid; gap:12px; }
.country { display:grid; grid-template-columns:120px 1fr 70px; align-items:center; gap:14px; }
.country-track { height:8px; background:#292929; border-radius:999px; overflow:hidden; }
.country-fill { height:100%; background:linear-gradient(90deg,var(--orange),#ff944d); border-radius:999px; width:var(--w); }
.country b { text-align:right; }

.package-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:38px; }
.package { position:relative; padding:28px; border-radius:22px; background:var(--panel); border:1px solid var(--line); display:flex; flex-direction:column; min-height:480px; }
.package.featured { border-color:rgba(255,90,0,.7); box-shadow:0 0 0 1px rgba(255,90,0,.25), 0 24px 70px rgba(0,0,0,.28); }
.badge { position:absolute; top:18px; right:18px; padding:6px 10px; border-radius:999px; color:#111; background:var(--orange); font-size:.7rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.package h3 { font-size:1.45rem; margin-bottom:6px; }
.package .package-meta { color:var(--orange); font-weight:800; margin-bottom:18px; }
.package ul { padding:0; margin:0 0 24px; list-style:none; display:grid; gap:10px; }
.package li { color:#d8d8d8; padding-left:20px; position:relative; }
.package li::before { content:""; width:8px; height:8px; border-radius:50%; background:var(--orange); position:absolute; left:0; top:.55em; }
.package .btn { margin-top:auto; width:100%; }

.sponsor-demo { display:grid; grid-template-columns:.9fr 1.1fr; gap:50px; align-items:center; }
.phone { width:min(340px,100%); margin:auto; aspect-ratio:9/16; border:10px solid #252525; border-radius:42px; overflow:hidden; position:relative; background:url('../img/drift.webp') center/cover no-repeat; box-shadow:var(--shadow); }
.phone::before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.25),rgba(0,0,0,.02)); }
.ad-overlay { position:absolute; z-index:2; top:44px; left:16px; right:16px; border-left:4px solid var(--orange); background:rgba(0,0,0,.76); padding:12px 14px; backdrop-filter:blur(6px); }
.ad-overlay small { display:block; font-size:.66rem; letter-spacing:.14em; color:#d0d0d0; }
.ad-overlay strong { display:block; margin-top:2px; font-size:1rem; }
.timeline { display:grid; gap:18px; margin-top:28px; }
.timeline-item { display:grid; grid-template-columns:90px 1fr; gap:16px; align-items:start; }
.timeline-item b { color:var(--orange); }
.timeline-item div { border-left:1px solid #3a3a3a; padding-left:18px; }

.page-hero { padding:120px 0 72px; border-bottom:1px solid var(--line); background:linear-gradient(180deg,#101010,#0b0b0b); }
.page-hero .lead { max-width:780px; }
.content-card { padding:34px; border-radius:22px; background:var(--panel); border:1px solid var(--line); }
.notice { padding:18px 20px; border:1px solid rgba(255,90,0,.45); background:rgba(255,90,0,.07); border-radius:16px; color:#ededed; }

.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1/-1; }
label { font-weight:700; }
input, textarea, select {
    width:100%;
    background:#111;
    color:white;
    border:1px solid #373737;
    border-radius:12px;
    padding:14px 15px;
    outline:none;
}
input:focus, textarea:focus, select:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(255,90,0,.12); }
textarea { min-height:180px; resize:vertical; }
.checkbox { display:flex; gap:10px; align-items:flex-start; }
.checkbox input { width:auto; margin-top:5px; }
.form-status { margin-bottom:18px; padding:14px 16px; border-radius:12px; }
.form-status.success { background:rgba(44,180,95,.12); border:1px solid rgba(44,180,95,.45); }
.form-status.error { background:rgba(220,60,60,.12); border:1px solid rgba(220,60,60,.45); }
.hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }

.cta-band { position:relative; overflow:hidden; border-top:1px solid var(--line); }
.cta-band::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.58)),url('../img/sunset-bikes.webp') center/cover no-repeat; }
.cta-band .container { position:relative; z-index:1; padding-top:90px; padding-bottom:90px; }

.site-footer { border-top:1px solid var(--line); background:#090909; padding:60px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:40px; align-items:start; }
.footer-logo { width:260px; height:auto; max-height:64px; object-fit:contain; object-position:left center; margin-bottom:14px; }
.footer-links { display:grid; grid-template-columns:repeat(2,minmax(150px,1fr)); gap:12px 30px; }
.footer-links a { color:#c8c8c8; }
.footer-links a:hover { color:var(--orange); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:36px; margin-top:36px; border-top:1px solid #202020; color:#777; font-size:.85rem; }

@media (max-width: 1080px) {
    .main-nav { gap:16px; }
    .main-nav > a:not(.btn) { display:none; }
    .grid-4, .shorts-grid, .package-grid { grid-template-columns:repeat(2,1fr); }
    .hero-stats, .kpi-row { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
    .container { width:min(100% - 28px,var(--max)); }
    .nav-wrap { height:70px; }
    .brand img { width:205px; height:auto; max-height:44px; }
    .menu-toggle { display:block; }
    .main-nav { position:absolute; left:14px; right:14px; top:70px; padding:18px; border:1px solid var(--line); border-radius:18px; background:#101010; display:none; flex-direction:column; align-items:stretch; box-shadow:var(--shadow); }
    .main-nav.open { display:flex; }
    .main-nav > a:not(.btn) { display:block; padding:8px 4px; }
    .main-nav .btn { width:100%; }
    .hero { min-height:90vh; }
    .hero::before { background:linear-gradient(0deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.65) 55%,rgba(5,5,5,.35)),url('../img/hero.webp') center/cover no-repeat; }
    .hero-inner { padding:90px 0 46px; }
    .display { font-size:clamp(3.2rem,18vw,5.5rem); }
    .hero-stats, .kpi-row, .grid-2, .grid-3, .grid-4, .shorts-grid, .package-grid, .sponsor-demo, .footer-grid, .form-grid { grid-template-columns:1fr; }
    .field.full { grid-column:auto; }
    .short-player { aspect-ratio:9 / 16; }
    .section { padding:74px 0; }
    .page-hero { padding:92px 0 54px; }
    .country { grid-template-columns:92px 1fr 55px; gap:10px; font-size:.9rem; }
    .footer-links { grid-template-columns:1fr; }
    .footer-bottom { flex-direction:column; }
}
