:root {
  --ink: #071827;
  --ink-soft: #0d2438;
  --paper: #f3f6fa;
  --paper-bright: #fafcff;
  --muted: #566b7f;
  --line: rgba(7, 24, 39, 0.14);
  --line-dark: rgba(255, 255, 255, 0.14);
  --acid: #35c9ff;
  --acid-strong: #1fb4f0;
  --white: #ffffff;
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgba(0, 27, 54, 0.14);
  --container: 1180px;
  --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: 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;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--ink);
  background: var(--acid);
  font-weight: 750;
  transition: top 180ms ease;
}

.skip-link:focus { top: 1rem; }

:focus-visible {
  outline: 3px solid #147bff;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #ffffff;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(7, 24, 39, 0.94);
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand img { width: 42px; height: 42px; }

.brand-type {
  display: grid;
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.brand-type strong { font-size: 1rem; font-weight: 850; }

.brand-type span { font-size: 0.64rem; letter-spacing: 0.23em; margin-top: 0.3rem; opacity: 0.72; }

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.main-nav a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 650;
  color: rgba(255,255,255,0.78);
  transition: color 160ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.45rem;
  height: 2px;
  background: var(--acid);
  transition: right 180ms ease;
}

.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }

.header-phone {
  margin-left: 1.2rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.2rem 0.2rem 0.2rem 0;
  font-size: 0.9rem;
  font-weight: 780;
}

.header-phone svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  border-radius: 50%;
  background: var(--acid);
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,16,28,0.98) 0%, rgba(4,16,28,0.88) 37%, rgba(4,16,28,0.46) 68%, rgba(4,16,28,0.16) 100%),
    linear-gradient(0deg, rgba(4,16,28,0.88) 0%, transparent 38%),
    linear-gradient(180deg, rgba(4,16,28,0.48) 0%, transparent 24%);
}

.hero-inner {
  min-height: 820px;
  padding-top: calc(var(--header-height) + 78px);
  padding-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: 5rem;
}

.hero-copy { min-width: 0; max-width: 720px; }

.eyebrow {
  margin-bottom: 1.45rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.68);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--acid);
}

.eyebrow-dark { color: var(--muted); }

.hero h1 {
  max-width: 760px;
  margin-bottom: 1.7rem;
  font-size: clamp(3.9rem, 7vw, 7rem);
  font-weight: 790;
  line-height: 0.88;
}

.hero h1 em {
  display: inline-block;
  color: var(--acid);
  font-style: normal;
  font-weight: 500;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 2.1rem;
  color: rgba(255,255,255,0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 780;
  letter-spacing: -0.015em;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: var(--acid-strong); }

.button-ghost { color: var(--white); border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.04); }
.button-ghost:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }

.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #12324b; }

.platform-note {
  margin-top: 2.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255,255,255,0.58);
  font-size: 0.76rem;
}

.platform-note strong {
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.9);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.hero-proof {
  align-self: end;
  width: min(100%, 390px);
  justify-self: end;
}

.proof-card {
  padding: 1.3rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 1rem;
  background: rgba(5,20,32,0.76);
  backdrop-filter: blur(16px);
}

.proof-main { margin-bottom: 0.7rem; }
.proof-main > span { display: block; margin-bottom: 0.65rem; color: rgba(255,255,255,0.63); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; }
.proof-main strong { display: block; color: var(--acid); font-size: clamp(2.8rem, 4vw, 4rem); line-height: 0.95; letter-spacing: -0.06em; }
.proof-main small { display: block; max-width: 250px; margin-top: 0.75rem; color: rgba(255,255,255,0.64); line-height: 1.4; }

.proof-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.proof-row .proof-card { display: grid; gap: 0.35rem; }
.proof-row strong { color: var(--white); font-size: 1.55rem; letter-spacing: -0.05em; }
.proof-row span { color: rgba(255,255,255,0.58); font-size: 0.74rem; line-height: 1.3; }

.visual-note { margin: 0.5rem 0 0; color: rgba(255,255,255,0.42); font-size: 0.64rem; text-align: right; }

.trust-strip { color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,0.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 104px; display: flex; align-items: center; gap: 1rem; padding: 1.4rem 1rem; border-right: 1px solid rgba(255,255,255,0.1); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,0.1); }
.trust-grid span { color: var(--acid); font-size: 0.65rem; font-weight: 800; }
.trust-grid strong { max-width: 180px; font-size: 0.82rem; line-height: 1.3; }

.section { padding: 112px 0; }
.section-light { background: var(--paper); }

.section-heading { margin-bottom: 4.5rem; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(3rem, 5.7vw, 5.6rem); font-weight: 710; }
.split-heading { display: grid; grid-template-columns: 1.5fr 0.65fr; gap: 5rem; align-items: end; }
.split-heading > p { margin: 0 0 0.4rem; color: var(--muted); font-size: 1.05rem; }
.centered-heading { max-width: 850px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 350px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.16); }
.benefit-featured { color: var(--white); background: var(--ink); }
.card-number { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--muted); font-size: 0.7rem; font-weight: 800; }
.benefit-featured .card-number { color: rgba(255,255,255,0.45); }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 5rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 1.2rem; font-weight: 800; }
.benefit-featured .benefit-icon { border-color: rgba(255,255,255,0.18); color: var(--acid); }
.benefit-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { max-width: 280px; margin-bottom: 1rem; font-size: 1.55rem; line-height: 1.05; }
.benefit-card p { max-width: 330px; margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }
.benefit-featured p { color: rgba(255,255,255,0.62); }

.fleet-section { color: var(--white); background: #081b2b; overflow: hidden; }
.section-heading-dark > p { color: rgba(255,255,255,0.58); }
.fleet-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.vehicle-card { min-height: 430px; padding: 1.55rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line-dark); border-radius: var(--radius); background: linear-gradient(160deg, #123149, #091b2b); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); overflow: hidden; }
.vehicle-card::before { content: ""; display: block; width: 82%; aspect-ratio: 2 / 1; margin: auto auto 3rem; border-radius: 55% 42% 20% 18% / 68% 62% 20% 18%; background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.02)); box-shadow: 0 18px 28px rgba(0,0,0,0.25); transform: perspective(400px) rotateY(-8deg); }
.vehicle-card-light { color: var(--ink); background: linear-gradient(155deg, #f3f6fa, #d5e0ea); }
.vehicle-card-accent { color: var(--ink); background: var(--acid); }
.vehicle-type { margin-bottom: auto; color: rgba(255,255,255,0.52); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.vehicle-card-light .vehicle-type, .vehicle-card-accent .vehicle-type { color: rgba(7,24,39,0.58); }
.vehicle-card h3 { margin-bottom: 0.7rem; font-size: 1.75rem; }
.vehicle-card p { min-height: 3.9em; margin-bottom: 1.3rem; color: rgba(255,255,255,0.55); font-size: 0.85rem; }
.vehicle-card-light p, .vehicle-card-accent p { color: rgba(7,24,39,0.66); }
.vehicle-tag { align-self: flex-start; padding: 0.35rem 0.6rem; border: 1px solid currentColor; border-radius: 999px; font-size: 0.65rem; font-weight: 800; opacity: 0.65; }
.fleet-footnote { max-width: 780px; margin: 1.25rem 0 0; color: rgba(255,255,255,0.43); font-size: 0.75rem; }

.steps { margin: 0 0 7rem; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps li { position: relative; padding: 2.2rem 1.5rem 0 0; }
.steps li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--acid-strong); }
.steps li > span { display: block; margin-bottom: 4.3rem; color: var(--muted); font-size: 0.72rem; font-weight: 800; }
.steps h3 { margin-bottom: 0.75rem; font-size: 1.35rem; }
.steps p { max-width: 240px; margin-bottom: 0; color: var(--muted); font-size: 0.86rem; }

.requirements { display: grid; grid-template-columns: 1fr 1.1fr; gap: 6rem; padding: 4rem; border-radius: calc(var(--radius) * 1.25); background: var(--paper-bright); box-shadow: var(--shadow); }
.requirements-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4.5rem); }
.requirements-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.requirements-copy .requirements-note { margin-top: 1.2rem; padding: 1rem 1.1rem; border-left: 3px solid var(--acid-strong); color: #435b70; background: rgba(53,201,255,0.12); font-size: 0.82rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.1rem; padding-bottom: 0.3rem; border-bottom: 1px solid var(--ink); font-weight: 750; }
.requirements-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.requirements-list li { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.requirements-list strong { margin-bottom: 0.25rem; font-size: 2rem; letter-spacing: -0.06em; }
.requirements-list span { color: var(--muted); font-size: 0.78rem; }

.offer-section { color: var(--white); background: #0b2438; }
.offer-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 7rem; align-items: center; }
.offer-copy h2 { margin-bottom: 1.8rem; font-size: clamp(3rem, 5vw, 5rem); }
.offer-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.6); }
.offer-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.offer-cards article { min-height: 420px; padding: 2rem; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,0.035); }
.offer-cards article:first-child { color: var(--ink); background: var(--acid); border-color: var(--acid); transform: translateY(-1.8rem); }
.offer-cards article > span { display: inline-block; margin-bottom: 8rem; padding: 0.35rem 0.6rem; border: 1px solid currentColor; border-radius: 999px; font-size: 0.62rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.65; }
.offer-cards h3 { font-size: 1.6rem; }
.offer-cards ul { margin: 1.5rem 0 0; padding: 0; list-style: none; color: rgba(255,255,255,0.62); font-size: 0.83rem; }
.offer-cards article:first-child ul { color: rgba(7,24,39,0.72); }
.offer-cards li { padding: 0.7rem 0; border-top: 1px solid currentColor; }

.faq-grid { display: grid; grid-template-columns: 0.65fr 1.2fr; gap: 8rem; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 2rem); align-self: start; }
.faq-intro h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.faq-intro > p:not(.eyebrow) { max-width: 360px; color: var(--muted); }
.faq-intro .button { margin-top: 1.2rem; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 750; letter-spacing: -0.025em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 10px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion details p { max-width: 720px; padding: 0 3.7rem 1.8rem 0; color: var(--muted); font-size: 0.92rem; }

.apply-section { padding: 110px 0; color: var(--white); background: var(--ink); }
.apply-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 7rem; }
.apply-copy h2 { margin-bottom: 1.4rem; font-size: clamp(3.4rem, 6vw, 6rem); }
.apply-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,0.62); }
.apply-contacts { margin-top: 4rem; display: grid; gap: 1rem; }
.apply-contacts a { display: grid; gap: 0.15rem; }
.apply-contacts small { color: rgba(255,255,255,0.42); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; }
.apply-contacts strong { font-size: 1.15rem; }
.apply-form { padding: 2.2rem; border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius); background: rgba(255,255,255,0.04); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.apply-form label:not(.consent) { display: block; margin-bottom: 1.15rem; }
.apply-form label > span:first-child { display: block; margin-bottom: 0.5rem; color: rgba(255,255,255,0.62); font-size: 0.74rem; font-weight: 650; }
.apply-form input, .apply-form select { width: 100%; min-height: 54px; padding: 0 1rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 0.7rem; outline: none; color: var(--white); background: rgba(255,255,255,0.055); transition: border-color 160ms ease, background 160ms ease; }
.apply-form input::placeholder { color: rgba(255,255,255,0.33); }
.apply-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.6) 50%), linear-gradient(135deg, rgba(255,255,255,0.6) 50%, transparent 50%); background-position: calc(100% - 17px) 23px, calc(100% - 12px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.apply-form option { color: var(--ink); }
.apply-form input:focus, .apply-form select:focus { border-color: var(--acid); background-color: rgba(255,255,255,0.085); }
.apply-form .is-invalid { border-color: #ff6f6f; }
.field-error { display: none; margin-top: 0.35rem; color: #ff9595; font-size: 0.68rem; }
.is-invalid + .field-error { display: block; }
.consent { display: flex; align-items: flex-start; gap: 0.75rem; margin: 0.4rem 0 1.4rem; cursor: pointer; }
.consent input { width: 18px; height: 18px; min-height: 0; flex: 0 0 18px; margin-top: 0.15rem; accent-color: var(--acid); }
.consent span { color: rgba(255,255,255,0.52); font-size: 0.72rem; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.consent.consent-invalid { padding: 0.65rem; margin-inline: -0.65rem; border: 1px solid #ff9595; border-radius: 0.6rem; }
.consent-error { display: none; margin: -0.85rem 0 1rem; color: #ffb0b0; font-size: 0.7rem; }
.consent.consent-invalid + .consent-error { display: block; }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 1.5em; margin: 0.8rem 0 0; color: var(--acid); font-size: 0.78rem; font-weight: 680; }
.form-status.is-error { color: #ff9595; }
.form-note { margin: 0.6rem 0 0; color: rgba(255,255,255,0.68); font-size: 0.65rem; }

.site-footer { padding: 78px 0 30px; color: var(--white); background: #04111d; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding-bottom: 5rem; }
.brand-footer img { width: 48px; height: 48px; }
.footer-top > div:first-child > p { margin: 2rem 0 0; color: rgba(255,255,255,0.48); font-size: 1.4rem; line-height: 1.2; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.footer-links span { margin-bottom: 0.6rem; color: rgba(255,255,255,0.36); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,0.78); font-size: 0.86rem; }
.footer-links p { margin: 0; color: rgba(255,255,255,0.48); font-size: 0.78rem; }
.footer-bottom { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.64); font-size: 0.66rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 540px; justify-self: end; text-align: right; }

.mobile-cta { display: none; }

.legal-page { background: var(--paper-bright); }
.legal-page .site-header { background: rgba(7,24,39,0.98); }
.legal-page .header-inner { justify-content: space-between; }
.legal-back { color: rgba(255,255,255,0.72); font-size: 0.82rem; font-weight: 700; }
.legal-back:hover { color: var(--white); }
.legal-main { padding: calc(var(--header-height) + 90px) 0 100px; }
.legal-document { max-width: 840px; }
.legal-document h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7vw, 6.5rem); }
.legal-lead { margin-bottom: 4rem; color: var(--muted); font-size: 1.2rem; }
.legal-document section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-document section h2 { margin-bottom: 1rem; font-size: 1.45rem; line-height: 1.15; }
.legal-document section p { margin-bottom: 0; color: var(--muted); }
.legal-document section a { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin: 2.5rem 0 0; color: var(--muted); font-size: 0.76rem; }
.legal-footer { padding-top: 0; }
.legal-footer .footer-bottom { grid-template-columns: 1fr auto; }

@media (max-width: 1050px) {
  .header-phone span { display: none; }
  .header-phone { margin-left: 0; }
  .hero-inner { grid-template-columns: 1fr 310px; gap: 2rem; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6rem); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-showcase { grid-template-columns: repeat(2, 1fr); }
  .vehicle-card { min-height: 390px; }
  .offer-grid, .apply-grid { gap: 4rem; }
  .faq-grid { gap: 4rem; }
}

@media (max-width: 820px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 78px 0; }

  .menu-toggle {
    position: relative;
    z-index: 3;
    margin-left: auto;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    color: var(--white);
    background: transparent;
  }

  .menu-toggle > span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    min-height: calc(100vh - var(--header-height));
    padding: 4rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    background: rgba(7,24,39,0.98);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 220ms ease, visibility 0s linear 220ms;
  }

  .main-nav.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { font-size: 2rem; letter-spacing: -0.04em; }
  .header-phone { margin-left: 0; }

  .hero, .hero-inner { min-height: auto; }
  .hero-inner { padding-top: calc(var(--header-height) + 74px); padding-bottom: 52px; grid-template-columns: 1fr; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,28,0.96) 0%, rgba(4,16,28,0.75) 68%, rgba(4,16,28,0.52) 100%), linear-gradient(0deg, rgba(4,16,28,0.95) 0%, transparent 46%); }
  .hero h1 { max-width: 640px; font-size: clamp(3.5rem, 12vw, 5.6rem); }
  .hero-proof { width: 100%; justify-self: start; display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
  .proof-main { margin-bottom: 0; }
  .proof-row { grid-template-columns: 1fr; }
  .visual-note { grid-column: 1 / -1; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,0.1); }
  .trust-grid > div { min-height: 90px; }

  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading { margin-bottom: 3.2rem; }
  .section-heading h2 { font-size: clamp(2.8rem, 10vw, 4.6rem); }
  .split-heading > p { max-width: 520px; }

  .steps { grid-template-columns: 1fr 1fr; row-gap: 2.8rem; }
  .steps li > span { margin-bottom: 2.4rem; }
  .requirements { grid-template-columns: 1fr; gap: 3rem; padding: 2.2rem; }

  .offer-grid, .faq-grid, .apply-grid { grid-template-columns: 1fr; }
  .offer-grid { gap: 4rem; }
  .faq-intro { position: static; }
  .apply-grid { gap: 4rem; }
  .apply-contacts { margin-top: 2.5rem; grid-template-columns: 1fr 1fr; }

  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom p:last-child { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 580px) {
  body { padding-bottom: 64px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-phone { display: none; }
  .legal-back { font-size: 0.72rem; }
  .brand img { width: 38px; height: 38px; }

  .hero-inner { padding-top: calc(var(--header-height) + 54px); }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.65rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .proof-row { grid-template-columns: 1fr 1fr; }

  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 72px; border-left: 1px solid rgba(255,255,255,0.1); }

  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 300px; }
  .benefit-icon { margin-bottom: 3.8rem; }

  .fleet-showcase { grid-template-columns: 1fr; }
  .vehicle-card { min-height: 350px; }

  .steps { grid-template-columns: 1fr; margin-bottom: 5rem; }
  .steps li { display: grid; grid-template-columns: 44px 1fr; gap: 0.5rem; padding: 1.6rem 0 0; }
  .steps li > span { margin: 0; }
  .steps p { max-width: none; }

  .requirements { padding: 1.5rem; }
  .requirements-list { grid-template-columns: 1fr; }
  .requirements-list li { min-height: 120px; }

  .offer-cards { grid-template-columns: 1fr; }
  .offer-cards article:first-child { transform: none; }
  .offer-cards article { min-height: 360px; }
  .offer-cards article > span { margin-bottom: 5rem; }

  .accordion summary { min-height: 78px; font-size: 1rem; }
  .accordion details p { padding-right: 0; }

  .apply-section { padding: 78px 0; }
  .apply-copy h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .apply-contacts { grid-template-columns: 1fr; }
  .apply-form { padding: 1.25rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .footer-top { padding-bottom: 3.5rem; }
  .footer-links { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { grid-template-columns: 1fr; gap: 0.8rem; }
  .footer-bottom p:last-child { grid-column: auto; }

  .mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 1200;
    height: 64px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    padding: 7px;
    gap: 7px;
    background: rgba(4,17,29,0.97);
    border-top: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-cta a { display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.17); border-radius: 999px; color: var(--white); font-size: 0.8rem; font-weight: 800; }
  .mobile-cta a:last-child { color: var(--ink); border-color: var(--acid); background: var(--acid); }
}

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