@font-face{font-family:Archivo;src:url('/assets/fonts/archivo-latin.woff2') format('woff2');font-display:swap}@font-face{font-family:JetBrains Mono;src:url('/assets/fonts/jetbrains-mono-latin.woff2') format('woff2');font-display:swap}:root{--font-archivo:Archivo;--font-mono:"JetBrains Mono"}
:root {
  --ink: #151a21;
  --navy: #1c2530;
  --navy-2: #222d39;
  --panel: #272b30;
  --panel-2: #30343a;
  --line: rgba(235, 231, 221, 0.16);
  --cream: #ebe6db;
  --paper: #e6dfd1;
  --muted: #a5afb8;
  --red: #c4161c;
  --red-dark: #9f1116;
  --gold: #dda84f;
  --black: #101419;
  --font-sans: var(--font-archivo), Arial, Helvetica, sans-serif;
  --font-code: var(--font-mono), "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; }
::selection { background: var(--red); color: white; }

.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { background: var(--panel); }
.section-paper { background: var(--paper); }
.dark-text { color: var(--black); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 820; font-stretch: 112%; letter-spacing: -0.055em; line-height: .95; }
h3 { font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1.08; letter-spacing: -0.035em; }

.eyebrow { margin-bottom: 18px; color: var(--muted); font-family: var(--font-code); font-size: .68rem; font-weight: 650; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow.gold { color: var(--gold); }
.eyebrow.red { color: var(--red); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--red); background: var(--red); color: white; padding: 14px 24px; font-family: var(--font-code); font-size: .7rem; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { border-color: #e22930; background: #e22930; transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .63rem; }
.dark-button { background: var(--ink); border-color: var(--ink); }
.dark-button:hover { background: var(--red); border-color: var(--red); }
.text-link { font-family: var(--font-code); font-size: .72rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { margin-left: 8px; color: var(--gold); }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(14, 19, 25, .86); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.header-brand { width: fit-content; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 38px); }
.desktop-nav a { color: #b7c0c8; font-family: var(--font-code); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.mobile-menu { display: none; position: relative; }

.brand-lockup { display: inline-flex; align-items: center; gap: 16px; color: var(--cream); }
.brand-badge { display: block; width: 100px; line-height: 0; }
.brand-badge svg { width: 100%; overflow: visible; }
.brand-badge text { fill: currentColor; stroke: none; font-family: var(--font-sans); font-size: 59px; font-weight: 850; letter-spacing: 1px; }
.brand-band { fill: var(--red); }
.brand-words { display: grid; grid-template-columns: auto auto; gap: 0 12px; align-items: baseline; text-transform: uppercase; }
.brand-words b { font-size: 1rem; font-weight: 850; font-stretch: 112%; letter-spacing: .08em; line-height: 1.02; }
.brand-words b:nth-child(2) { grid-column: 1 / -1; font-size: .78rem; }
.brand-words small { grid-column: 2; grid-row: 1; align-self: center; color: var(--gold); font-family: var(--font-code); font-size: .55rem; letter-spacing: .12em; }
.brand-compact-words { font-size: .72rem; font-weight: 850; letter-spacing: .13em; line-height: 1.05; text-transform: uppercase; }
.brand-lockup.compact { gap: 11px; }
.brand-lockup.compact .brand-badge { width: 78px; }

.hero { position: relative; isolation: isolate; min-height: 820px; height: 100svh; max-height: 1060px; overflow: hidden; background: var(--navy); }
.hero-image { z-index: 1; object-fit: cover; object-position: center 56%; transform: scale(1.01); }
.hero-overlay { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(10,14,18,.78) 0%, rgba(10,14,18,.48) 43%, rgba(10,14,18,.06) 76%), linear-gradient(180deg, rgba(9,12,16,.3) 0%, transparent 46%, rgba(9,12,16,.62) 100%); }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 98px; }
.hero-lockup { width: min(610px, 62vw); margin-bottom: 28px; }
.hero-lockup .brand-badge { width: 168px; }
.hero-lockup .brand-lockup { align-items: flex-start; gap: 26px; }
.hero-lockup .brand-words b { font-size: clamp(2.4rem, 5.1vw, 5.2rem); letter-spacing: -.055em; line-height: .85; }
.hero-lockup .brand-words b:nth-child(2) { font-size: clamp(1.85rem, 3.8vw, 3.9rem); }
.hero-lockup .brand-words small { font-size: .72rem; letter-spacing: .18em; padding-left: 8px; }
.hero h1 { max-width: 720px; margin-bottom: 20px; font-family: var(--font-code); font-size: clamp(.72rem, 1.3vw, .92rem); font-weight: 550; letter-spacing: .16em; line-height: 1.6; text-transform: uppercase; }
.hero-copy { max-width: 600px; margin-bottom: 32px; color: rgba(255,255,255,.83); font-size: clamp(1.12rem, 2vw, 1.42rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-facts { position: absolute; right: 0; bottom: 42px; left: 0; display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid rgba(255,255,255,.24); padding-top: 18px; }
.hero-facts span { padding: 0 22px; border-right: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.74); font-family: var(--font-code); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-facts span:first-child { padding-left: 0; }
.hero-facts span:last-child { border: 0; }
.scroll-cue { position: absolute; right: 28px; bottom: 40px; z-index: 4; display: none; writing-mode: vertical-rl; color: rgba(255,255,255,.55); font-family: var(--font-code); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }

.intro-section { padding: 110px 0 56px; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.intro-grid h2 { max-width: 650px; }
.intro-copy { padding-top: 38px; }
.intro-copy p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.intro-copy .lead { color: var(--cream); font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.4; }
.road-ribbon { display: flex; align-items: center; gap: 18px; margin-top: 92px; overflow: hidden; color: #747f89; font-family: var(--font-code); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.road-ribbon i { width: 54px; height: 1px; flex: 1 0 30px; background: #555f68; }

.vehicle-section { background: var(--ink); }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr); gap: 68px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.dark-text > p { color: #59616a; }
.vehicle-card { display: grid; grid-template-columns: 1.25fr .85fr; min-height: 650px; border: 1px solid var(--line); background: var(--panel); }
.vehicle-media { position: relative; min-height: 650px; overflow: hidden; }
.vehicle-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,11,15,.64)); pointer-events: none; }
.vehicle-image { object-fit: cover; object-position: center 62%; transition: transform .6s ease; }
.vehicle-card:hover .vehicle-image { transform: scale(1.025); }
.vehicle-number { position: absolute; z-index: 2; bottom: 22px; left: 24px; }
.car-badge { position: relative; display: block; width: 138px; color: var(--cream); }
.car-badge svg { width: 100%; display: block; }
.car-badge b { position: absolute; right: 0; bottom: 5px; left: 0; color: var(--gold); font-family: var(--font-code); font-size: .68rem; letter-spacing: .16em; text-align: center; }
.vehicle-info { display: flex; flex-direction: column; justify-content: center; gap: 30px; padding: clamp(34px, 5vw, 64px); }
.vehicle-info h3 { margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.3rem); }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; text-align: right; }
.vehicle-note { padding-left: 16px; border-left: 2px solid var(--red); color: var(--muted); font-size: .86rem; }
.vehicle-note strong { color: var(--cream); }

.audience-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article > span { display: block; margin-bottom: 50px; color: var(--red); font-family: var(--font-code); font-size: .68rem; letter-spacing: .14em; }
.audience-grid h3 { margin-bottom: 16px; font-size: 1.35rem; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.pricing-section { color: var(--black); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.price-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 30px 26px; border: 1px solid rgba(16,20,25,.2); background: rgba(255,255,255,.22); }
.price-card.featured { border: 2px solid var(--red); background: #f0ebe1; }
.price-card .eyebrow { color: #69717a; }
.price-card .price { margin: 7px 0 4px; font-size: clamp(2.1rem, 3.6vw, 3.4rem); font-weight: 850; letter-spacing: -.055em; }
.price-card > strong { color: #343b43; font-size: .9rem; }
.price-card > p:not(.eyebrow) { margin: 25px 0 28px; color: #58616a; font-size: .92rem; line-height: 1.65; }
.price-card > a { margin-top: auto; color: var(--red); font-family: var(--font-code); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.price-card > a span { float: right; font-size: 1rem; }
.price-flag { position: absolute; top: -13px; right: 18px; background: var(--red); color: white; padding: 6px 10px; font-family: var(--font-code); font-size: .52rem; letter-spacing: .12em; text-transform: uppercase; }
.tax-note { margin: 20px 0 0; color: #626971; font-size: .78rem; line-height: 1.65; }
.pricing-details { display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; margin-top: 58px; padding-top: 54px; border-top: 1px solid rgba(16,20,25,.22); }
.pricing-details h3 { margin-bottom: 14px; }
.pricing-details p { color: #5c646c; }
.zone-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(16,20,25,.2); border-left: 1px solid rgba(16,20,25,.2); }
.zone-cards article { min-height: 190px; display: flex; flex-direction: column; padding: 21px; border-right: 1px solid rgba(16,20,25,.2); border-bottom: 1px solid rgba(16,20,25,.2); }
.zone-cards span { color: var(--red); font-family: var(--font-code); font-size: .58rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.zone-cards h4 { margin: 11px 0 7px; font-size: 1.06rem; }
.zone-cards p { margin: 0 0 16px; font-size: .8rem; line-height: 1.55; }
.zone-cards b { margin-top: auto; font-size: 1.2rem; }
.insurance-alert { display: grid; grid-template-columns: 44px 1fr; gap: 20px; margin-top: 54px; padding: 25px 28px; border: 1px solid var(--red); background: rgba(196,22,28,.055); }
.alert-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-family: var(--font-code); font-weight: 800; }
.insurance-alert strong { font-size: 1.08rem; }
.insurance-alert p { margin: 5px 0 0; color: #505962; }
.insurance-alert a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

.process-section { border-bottom: 1px solid var(--line); }
.process-section .section-heading { max-width: 850px; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card > span { display: block; margin-bottom: 48px; color: var(--red); font-family: var(--font-code); font-size: .7rem; letter-spacing: .13em; }
.step-card h3 { margin-bottom: 14px; font-size: 1.22rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.requirements { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; margin-top: 80px; padding-top: 56px; border-top: 1px solid var(--line); }
.requirements h3 { max-width: 480px; margin: 0; }
.requirements ul, .weather-copy ul { margin: 0; padding: 0; list-style: none; }
.requirements li { position: relative; padding: 12px 0 12px 25px; border-bottom: 1px solid var(--line); color: #c3cbd1; }
.requirements li::before, .weather-copy li::before { content: "—"; position: absolute; left: 0; color: var(--red); }

.routes-section { background: var(--ink); }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-card { position: relative; min-height: 400px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(150deg, rgba(255,255,255,.025), transparent 65%); }
.route-number { position: absolute; top: 28px; right: 28px; color: #535c65; font-family: var(--font-code); font-size: .68rem; }
.route-card h3 { max-width: 330px; margin-bottom: 24px; font-size: clamp(1.65rem, 2.7vw, 2.5rem); }
.route-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.route-card b { margin-top: auto; color: var(--gold); font-family: var(--font-code); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.route-note { margin: 22px 0 0; color: #77838d; font-size: .78rem; }

.weather-section { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; }
.weather-photo { position: relative; min-height: 620px; overflow: hidden; }
.weather-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(21,26,33,.35)); }
.weather-image { object-fit: cover; object-position: center; }
.weather-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 8vw, 120px); background: var(--navy); }
.weather-copy h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.weather-copy > p:not(.eyebrow) { max-width: 540px; color: #b3bdc5; font-size: 1.05rem; }
.weather-copy ul { margin-top: 20px; }
.weather-copy li { position: relative; padding: 9px 0 9px 25px; color: #d2d7da; }

.faq-section { background: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.faq-heading > p:last-child { max-width: 390px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: 1.05rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--font-code); font-size: 1.35rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 26px; color: var(--muted); font-size: .95rem; line-height: 1.75; }

.voucher-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; align-items: center; }
.voucher-grid h2 { max-width: 730px; }
.voucher-grid > div:last-child > p { color: #555e66; font-size: 1.05rem; line-height: 1.8; }
.voucher-grid .button { margin-top: 15px; }

.social-section { background: #11171e; }
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.social-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 250px 250px; gap: 10px; }
.social-grid a { position: relative; overflow: hidden; background: var(--panel); }
.social-grid a:first-child { grid-row: 1 / 3; }
.social-grid img { object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.social-grid a:nth-child(2) img { object-position: center 62%; }
.social-grid a:nth-child(3) img { object-position: 68% center; }
.social-grid a:nth-child(4) img { object-position: center 72%; }
.social-grid a:hover img { transform: scale(1.035); filter: brightness(1.08); }

.inquiry-section { background: var(--navy-2); }
.inquiry-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.inquiry-copy { position: sticky; top: 120px; }
.inquiry-copy h2 { margin-bottom: 26px; }
.inquiry-copy > p:not(.eyebrow) { color: #b3bdc5; font-size: 1.03rem; line-height: 1.75; }
.contact-stack { display: flex; flex-direction: column; gap: 10px; margin-top: 42px; font-family: var(--font-code); font-size: .74rem; letter-spacing: .05em; }
.contact-stack a { width: fit-content; color: var(--gold); border-bottom: 1px solid transparent; }
.contact-stack a:hover { border-color: currentColor; }
.inquiry-form { padding: clamp(26px, 4vw, 50px); border: 1px solid var(--line); background: rgba(11,15,20,.26); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row.triple { grid-template-columns: repeat(3, 1fr); }
.inquiry-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: #b8c1c8; font-family: var(--font-code); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(235,231,221,.24); border-radius: 0; background: rgba(8,11,15,.34); color: white; padding: 11px 13px; font-family: var(--font-sans); font-size: .92rem; letter-spacing: 0; text-transform: none; transition: border-color .2s ease, background .2s ease; }
.inquiry-form textarea { min-height: 112px; resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #6f7a84; }
.inquiry-form input:hover, .inquiry-form select:hover, .inquiry-form textarea:hover { border-color: rgba(235,231,221,.48); }
.inquiry-form select { appearance: auto; }
.checkbox-label { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 12px !important; margin: 4px 0 23px !important; font-family: var(--font-sans) !important; font-size: .79rem !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.checkbox-label input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--red); }
.checkbox-label a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.form-submit { width: 100%; border-radius: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-footnote { margin: 14px 0 0; color: #7f8a94; font-family: var(--font-code); font-size: .57rem; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.form-message { margin: 18px 0 0; padding: 12px 14px; border: 1px solid var(--line); font-size: .86rem; }
.form-message.success { border-color: #4d9270; color: #bfe4d1; }
.form-message.error { border-color: #cf4d52; color: #ffd2d4; }
.honeypot { position: absolute !important; left: -10000px; opacity: 0; pointer-events: none; }

.footer { padding: 72px 0 28px; border-top: 1px solid var(--line); background: #10151b; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 44px; align-items: end; }
.footer-logo { width: min(311px, 100%); overflow: hidden; background: #2c2c2e; }
.footer-logo img { width: 100%; height: auto; }
.footer-main p { max-width: 420px; margin: 0; color: #7d8994; font-size: .84rem; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: #b4bdc5; font-family: var(--font-code); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-main nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 21px; border-top: 1px solid var(--line); color: #66727d; font-family: var(--font-code); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-button { position: fixed; z-index: 45; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 45px; padding: 10px 16px 10px 10px; border: 1px solid rgba(255,255,255,.22); background: #f0ebe1; color: #161b21; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-family: var(--font-code); font-size: .62rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease; }
.whatsapp-button:hover { transform: translateY(-2px); }
.whatsapp-button span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #1d9f61; color: white; font-size: .55rem; }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--black); }
.legal-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(16,20,25,.17); background: rgba(230,223,209,.92); backdrop-filter: blur(14px); }
.legal-header .shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.legal-header .brand-lockup { color: var(--black); }
.legal-header .brand-badge { width: 74px; }
.back-link { font-family: var(--font-code); font-size: .65rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.legal-main { width: min(860px, calc(100% - 64px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { margin: 0 0 24px; font-size: clamp(3rem, 7vw, 6rem); font-weight: 850; letter-spacing: -.06em; line-height: .9; }
.legal-intro { padding-bottom: 42px; border-bottom: 1px solid rgba(16,20,25,.2); color: #5a626a; font-size: 1.08rem; line-height: 1.75; }
.legal-warning { margin: 30px 0 0; padding: 18px 20px; border: 1px solid var(--red); background: rgba(196,22,28,.05); color: #4c2427; font-size: .9rem; }
.legal-section { padding: 38px 0; border-bottom: 1px solid rgba(16,20,25,.18); }
.legal-section h2 { margin-bottom: 18px; font-size: 1.75rem; letter-spacing: -.03em; line-height: 1.1; }
.legal-section h3 { margin: 26px 0 10px; font-size: 1.08rem; letter-spacing: 0; }
.legal-section p, .legal-section li, .legal-section address { color: #4d565e; font-size: .96rem; line-height: 1.75; }
.legal-section address { font-style: normal; }
.legal-section ul, .legal-section ol { padding-left: 22px; }
.legal-section a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-bottom: 30px; color: #616a72; font-family: var(--font-code); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.not-found { min-height: 100svh; display: grid; place-content: center; justify-items: start; gap: 16px; padding: 40px; background: var(--ink); }
.not-found .brand-lockup { margin-bottom: 35px; }
.not-found h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 8vw, 7rem); font-weight: 850; letter-spacing: -.06em; line-height: .9; }
.not-found > p:not(.eyebrow) { color: var(--muted); }

@media (max-width: 1040px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-card { grid-template-columns: 1fr 1fr; }
  .vehicle-info { padding: 40px; }
  .hero-lockup { width: min(620px, 75vw); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 2; align-items: flex-start; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 38px, 680px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; color: var(--cream); font-family: var(--font-code); font-size: .65rem; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; top: 40px; right: 0; width: 220px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #121820; box-shadow: 0 18px 38px rgba(0,0,0,.35); }
  .mobile-menu nav a { padding: 14px 17px; border-bottom: 1px solid var(--line); font-family: var(--font-code); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
  .hero { min-height: 780px; height: 100svh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,14,18,.88), rgba(10,14,18,.35)), linear-gradient(180deg, rgba(9,12,16,.5), transparent 40%, rgba(9,12,16,.8)); }
  .hero-content { justify-content: flex-end; padding-bottom: 116px; }
  .hero-lockup { width: 100%; }
  .hero-lockup .brand-badge { width: 110px; }
  .hero-lockup .brand-lockup { gap: 16px; }
  .hero-facts { bottom: 28px; row-gap: 10px; }
  .hero-facts span { width: 50%; padding: 0 10px; border: 0; font-size: .55rem; }
  .hero-facts span:nth-child(odd) { padding-left: 0; }
  .intro-grid, .split-heading, .faq-grid, .voucher-grid, .inquiry-grid, .requirements, .pricing-details { grid-template-columns: 1fr; gap: 34px; }
  .intro-copy { padding-top: 0; }
  .intro-section { padding-top: 82px; }
  .road-ribbon { margin-top: 62px; }
  .vehicle-card { grid-template-columns: 1fr; }
  .vehicle-media { min-height: 550px; }
  .vehicle-info { padding: 36px 30px 42px; }
  .steps-grid, .route-grid { grid-template-columns: 1fr 1fr; }
  .route-card { min-height: 340px; }
  .social-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 240px 240px; }
  .social-grid a:first-child { grid-column: 1 / 3; grid-row: auto; }
  .weather-section { grid-template-columns: 1fr; }
  .weather-photo { min-height: 540px; }
  .weather-copy { padding: 70px 30px; }
  .faq-heading, .inquiry-copy { position: static; }
  .form-row.triple { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 30px); }
  .section { padding: 68px 0; }
  h2 { font-size: 2.65rem; }
  .brand-lockup.compact .brand-badge { width: 68px; }
  .brand-compact-words { display: none; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 61% center; }
  .hero-content { padding-bottom: 130px; }
  .hero-lockup .brand-badge { width: 86px; }
  .hero-lockup .brand-words { gap: 0 6px; }
  .hero-lockup .brand-words b { font-size: 2.45rem; }
  .hero-lockup .brand-words b:nth-child(2) { font-size: 1.85rem; }
  .hero-lockup .brand-words small { display: none; }
  .hero h1 { font-size: .62rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .road-ribbon { margin-right: -15px; margin-left: -15px; padding-left: 15px; }
  .vehicle-media { min-height: 460px; }
  .price-grid, .steps-grid, .route-grid, .audience-grid, .zone-cards { grid-template-columns: 1fr; }
  .price-card { min-height: 320px; }
  .step-card { min-height: 220px; }
  .step-card > span { margin-bottom: 35px; }
  .route-card { min-height: 330px; padding: 28px; }
  .social-heading { align-items: flex-start; flex-direction: column; }
  .social-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 330px); }
  .social-grid a:first-child { grid-column: auto; }
  .weather-photo { min-height: 440px; }
  .form-row, .form-row.triple { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 25px 18px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .whatsapp-button { right: 12px; bottom: 12px; padding-right: 11px; }
  .legal-main { width: calc(100% - 30px); padding: 62px 0 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
