:root {
  --ink: #0b1f33;
  --ink-2: #17324d;
  --blue: #0866ff;
  --blue-dark: #064bc2;
  --sky: #eaf3ff;
  --aqua: #30d5c8;
  --aqua-soft: #ddfaf6;
  --coral: #ff765c;
  --coral-soft: #fff0ec;
  --sand: #f5f2ea;
  --paper: #ffffff;
  --text: #34495e;
  --muted: #6d7e8e;
  --line: #dce5ec;
  --success: #137a5b;
  --shadow-sm: 0 12px 32px rgba(11, 31, 51, 0.09);
  --shadow-lg: 0 28px 80px rgba(11, 31, 51, 0.15);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 90px; }
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.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.65rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); margin-bottom: 12px; }
p { color: var(--text); }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-soft { background: var(--sand); }
.section-sky { background: var(--sky); }
.section-dark { color: white; background: var(--ink); }
.section-dark p { color: #b9c8d8; }
.section-compact { padding: 72px 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; color: white; background: var(--ink); }
.skip-link:focus { transform: none; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 26px; height: 3px; border-radius: 20px; background: currentColor; content: ""; }
.section-dark .eyebrow { color: var(--aqua); }
.lead { max-width: 720px; color: var(--text); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.section-dark .lead { color: #c9d6e3; }
.muted { color: var(--muted); }
.kicker { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.tag { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: white; font-size: 0.76rem; font-weight: 800; }
.tag-blue { color: var(--blue-dark); border-color: #bfd5ff; background: var(--sky); }
.tag-aqua { color: #0b675b; border-color: #a5ede4; background: var(--aqua-soft); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(8, 102, 255, 0.3); outline-offset: 3px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 26px rgba(8, 102, 255, 0.24); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 32px rgba(8, 102, 255, 0.3); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: white; }
.button-outline { color: var(--ink); border-color: #aebdca; background: transparent; }
.button-outline:hover { border-color: var(--ink); background: white; }
.button-ghost { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,0.68); }
.button-small { min-height: 42px; padding: 10px 15px; border-radius: 10px; font-size: 0.9rem; }
.full { width: 100%; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.arrow-link span { transition: transform 150ms ease; }
.arrow-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220,229,236,0.8); background: rgba(255,255,255,0.94); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; letter-spacing: 0.06em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: transparent; background: url('/assets/autovet-car-icon.svg') center / contain no-repeat; font-size: 0; letter-spacing: 0; box-shadow: 0 8px 18px rgba(8,102,255,0.25); }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { color: #425569; font-size: 0.91rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); }
.mobile-nav { display: none; padding: 4px 20px 20px; border-top: 1px solid var(--line); background: white; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #edf2f5; font-weight: 750; }

.hero { position: relative; overflow: hidden; padding: 84px 0 66px; background: linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #eefbfa 100%); }
.hero::before, .hero::after { position: absolute; border-radius: 50%; filter: blur(1px); content: ""; pointer-events: none; }
.hero::before { width: 430px; height: 430px; top: -260px; left: -160px; background: rgba(8,102,255,0.09); }
.hero::after { width: 350px; height: 350px; right: -160px; bottom: -210px; background: rgba(48,213,200,0.14); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr); align-items: center; gap: 70px; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy .lead { margin-bottom: 18px; }
.hero-car-visual { position: relative; overflow: hidden; min-height: 500px; margin: 0; border: 8px solid white; border-radius: 30px; background: var(--sky); box-shadow: var(--shadow-lg); }
.hero-car-visual::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(7,29,51,0.68)); content: ""; pointer-events: none; }
.hero-car-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 59% center; }
.hero-car-visual figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hero-car-visual figcaption a { padding: 10px 8px; border: 1px solid rgba(255,255,255,0.35); border-radius: 11px; color: white; background: rgba(7,29,51,0.72); font-size: 0.8rem; font-weight: 900; text-align: center; backdrop-filter: blur(8px); }
.hero-car-visual figcaption a.active { color: var(--ink); background: var(--aqua); border-color: var(--aqua); }
.hero-car-visual figcaption small { display: block; margin-top: 2px; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.motto { margin-bottom: 28px; color: var(--ink); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.proof-inline { display: flex; flex-wrap: wrap; gap: 14px 26px; color: var(--text); font-size: 0.9rem; font-weight: 750; }
.proof-inline span { display: inline-flex; align-items: center; gap: 8px; }
.proof-inline span::before { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--success); background: #dff6ec; content: "\2713"; font-size: 0.72rem; }

.journey-board { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); color: white; background: var(--ink); box-shadow: var(--shadow-lg); }
.journey-board::before { position: absolute; width: 130px; height: 130px; top: -32px; right: -28px; border: 28px solid rgba(48,213,200,0.18); border-radius: 50%; content: ""; }
.journey-board-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.13); }
.journey-board-head strong { display: block; font-size: 1.1rem; }
.journey-board-head span { color: #a9bdd0; font-size: 0.82rem; }
.route-badge { display: grid; min-width: 54px; height: 54px; place-items: center; border-radius: 16px; color: var(--ink); background: var(--aqua); font-weight: 900; }
.route-list { position: relative; display: grid; gap: 12px; margin-top: 22px; }
.route-list::before { position: absolute; width: 2px; top: 38px; bottom: 38px; left: 23px; background: rgba(255,255,255,0.16); content: ""; }
.route-item { position: relative; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,0.1); border-radius: 17px; background: rgba(255,255,255,0.055); }
.route-item strong { display: block; margin-bottom: 2px; }
.route-item small { display: block; color: #a9bdd0; line-height: 1.35; }
.route-number { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 5px solid var(--ink); border-radius: 50%; color: var(--ink); background: #a9bdd0; font-weight: 900; }
.route-item.focus { border-color: rgba(48,213,200,0.48); background: linear-gradient(125deg, rgba(8,102,255,0.55), rgba(48,213,200,0.12)); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); }
.route-item.focus .route-number { background: var(--aqua); }
.route-item .route-status { padding: 5px 8px; border-radius: 999px; color: #d8e4ee; background: rgba(255,255,255,0.1); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.route-item.focus .route-status { color: #002b32; background: var(--aqua); }
.board-note { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding: 15px 16px; border-radius: 14px; color: #dce7f0; background: rgba(0,0,0,0.18); font-size: 0.84rem; }
.board-note b { color: white; }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 112px; padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { display: block; margin-bottom: 5px; font-size: 0.98rem; }
.trust-grid span { display: block; color: var(--muted); font-size: 0.85rem; line-height: 1.45; }

.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading p { max-width: 680px; margin-bottom: 0; font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1fr 0.8fr; align-items: end; gap: 80px; max-width: none; }
.split-heading h2 { margin-bottom: 0; }

.journey-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.journey-card { position: relative; overflow: hidden; min-height: 430px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.journey-card::after { position: absolute; width: 170px; height: 170px; right: -85px; bottom: -85px; border-radius: 50%; background: var(--accent-soft); content: ""; }
.journey-card .stage-icon { display: grid; width: 52px; height: 52px; margin-bottom: 72px; place-items: center; border-radius: 16px; color: var(--accent); background: var(--accent-soft); font-size: 1.15rem; font-weight: 900; }
.journey-card .stage-number { display: block; margin-bottom: 10px; color: var(--accent); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.journey-card h3 { font-size: 1.7rem; }
.journey-card p { margin-bottom: 22px; }
.journey-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.journey-card li { position: relative; margin-bottom: 8px; padding-left: 20px; color: var(--text); font-size: 0.9rem; }
.journey-card li::before { position: absolute; left: 0; color: var(--accent); content: "\2022"; font-weight: 900; }
.journey-card .arrow-link { position: relative; z-index: 1; color: var(--accent); }
.journey-card .stage-word { width: auto; min-width: 76px; padding: 0 14px; }
.journey-card-main { transform: translateY(-12px); border: 2px solid var(--blue); box-shadow: 0 24px 55px rgba(8,102,255,.16); }
.main-badge { position: absolute; top: 0; right: 0; padding: 9px 15px; border-radius: 0 0 0 14px; color: white; background: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.free-badge { position: absolute; top: 0; right: 0; padding: 9px 15px; border-radius: 0 0 0 14px; color: #08785e; background: var(--aqua-soft); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.buy-roadmap { background: white; }
.buy-timeline { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; margin: 48px 0 28px; padding: 0; list-style: none; }
.buy-timeline::before { position: absolute; top: 27px; right: 10%; left: 10%; height: 3px; background: linear-gradient(90deg,var(--blue),var(--aqua)); content: ""; }
.buy-timeline li { position: relative; padding: 0 14px; text-align: center; }
.timeline-dot { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; margin: 0 auto 22px; place-items: center; border: 6px solid white; border-radius: 50%; color: white; background: var(--blue); box-shadow: 0 6px 18px rgba(8,102,255,.2); font-size: .72rem; font-weight: 900; }
.buy-timeline li:nth-child(4) .timeline-dot,.buy-timeline li:nth-child(5) .timeline-dot { color: var(--ink); background: var(--aqua); }
.buy-timeline strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: .98rem; }
.buy-timeline p { margin: 0; font-size: .84rem; line-height: 1.55; }
.roadmap-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 25px; border-radius: 18px; background: var(--sky); }
.roadmap-cta span { color: var(--text); }
.stage-one { --accent: #d95d42; --accent-soft: var(--coral-soft); }
.stage-two { --accent: var(--blue); --accent-soft: var(--sky); transform: translateY(-18px); border-color: #b7d0ff; box-shadow: 0 26px 65px rgba(8,102,255,0.16); }
.stage-two::before { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; color: white; background: var(--blue); content: "MAIN SERVICE"; font-size: 0.65rem; font-weight: 900; letter-spacing: 0.08em; }
.stage-three { --accent: #107d70; --accent-soft: var(--aqua-soft); }

.buying-hub { position: relative; overflow: hidden; }
.buying-hub::before { position: absolute; width: 620px; height: 620px; right: -290px; top: -300px; border: 110px solid rgba(48,213,200,0.07); border-radius: 50%; content: ""; }
.hub-grid { position: relative; display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: start; gap: 76px; }
.hub-copy { position: sticky; top: 115px; }
.hub-copy .button { margin-top: 12px; }
.hub-services { display: grid; gap: 14px; }
.hub-service { display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 20px; padding: 23px; border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; background: rgba(255,255,255,0.055); transition: background 150ms ease, border-color 150ms ease; }
.hub-service:hover { border-color: rgba(48,213,200,0.45); background: rgba(255,255,255,0.085); }
.hub-service-number { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; color: var(--aqua); background: rgba(48,213,200,0.11); font-weight: 900; }
.hub-service h3 { margin-bottom: 6px; color: white; }
.hub-service p { margin-bottom: 0; font-size: 0.92rem; line-height: 1.5; }
.hub-service-arrow { color: var(--aqua); font-size: 1.4rem; }
.independence-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 28px; padding: 18px; border-radius: 16px; color: #d3e0ea; background: #112c46; }
.independence-note span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); font-weight: 900; }
.independence-note p { margin: 0; font-size: 0.88rem; }

.support-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.support-panel { position: relative; min-height: 490px; padding: 40px; border-radius: var(--radius-lg); overflow: hidden; }
.support-panel h2 { max-width: 570px; }
.support-panel p { max-width: 570px; }
.support-panel .mini-steps { display: grid; gap: 10px; margin: 28px 0 30px; }
.mini-step { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 13px; background: rgba(255,255,255,0.72); }
.mini-step span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 0.75rem; font-weight: 900; }
.support-road { background: var(--coral-soft); }
.support-own { background: var(--aqua-soft); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.price-card.featured { transform: translateY(-12px); border: 2px solid var(--blue); box-shadow: 0 24px 60px rgba(8,102,255,0.18); }
.popular { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: white; background: var(--blue); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.plan-label { color: var(--blue); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.price { margin: 14px 0 8px; font-size: 3.35rem; font-weight: 900; line-height: 1; letter-spacing: -0.06em; }
.price span { margin-right: 3px; font-size: 1.1rem; vertical-align: top; }
.plan-desc { min-height: 52px; color: var(--muted); }
.price-card ul { flex: 1; margin: 10px 0 26px; padding: 0; list-style: none; }
.price-card li { position: relative; margin-bottom: 11px; padding-left: 25px; color: var(--text); font-size: 0.91rem; }
.price-card li::before { position: absolute; left: 0; color: var(--success); content: "\2713"; font-weight: 900; }
.plan-note { display: block; margin-top: 12px; color: var(--muted); text-align: center; }

.start-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 72px; align-items: start; }
.start-copy { position: sticky; top: 112px; }
.contact-card { display: flex; flex-direction: column; margin-top: 30px; padding: 19px; border: 1px solid #bad1fb; border-radius: 15px; background: var(--sky); }
.contact-card span { color: var(--muted); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.contact-card a { color: var(--blue); font-weight: 850; }
.lead-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-lg); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: block; margin-bottom: 16px; color: var(--ink); font-size: 0.85rem; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #bdc9d3; border-radius: 10px; color: var(--ink); background: #fbfdff; outline: 0; }
.lead-form textarea { min-height: 135px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,102,255,0.1); }
.consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin: 3px 0 0; }
.consent a { color: var(--blue); text-decoration: underline; }
.hidden-field { position: absolute; left: -10000px; }
.form-message { min-height: 24px; margin: 12px 0 0; color: var(--success); font-size: 0.88rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 76px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 40px 22px 0; cursor: pointer; list-style: none; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; right: 5px; color: var(--blue); content: "+"; font-size: 1.5rem; font-weight: 500; }
.accordion details[open] summary::after { content: "-"; }
.accordion details p { padding-right: 36px; padding-bottom: 20px; }

.final-cta { padding: 62px 0; color: white; background: linear-gradient(115deg, var(--blue-dark), var(--blue) 55%, #078fbe); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta h2 { max-width: 760px; margin: 6px 0 0; font-size: clamp(1.9rem,4vw,3.3rem); }
.final-cta span { color: #dbe9ff; font-weight: 750; }

footer { padding: 68px 0 24px; color: #d6e1ea; background: #071727; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 0.7fr; gap: 48px; }
.footer-brand { margin-bottom: 15px; color: white; }
footer p, footer span { color: #91a6b8; }
footer h4 { margin-bottom: 16px; color: white; font-size: 0.84rem; letter-spacing: 0.08em; text-transform: uppercase; }
footer a { display: block; margin-bottom: 10px; color: #bed0dd; font-size: 0.9rem; }
footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.78rem; }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; padding: 82px 0 76px; background: linear-gradient(135deg, #f5f9ff, #ffffff 55%, #f0fbf8); }
.page-hero::after { position: absolute; width: 330px; height: 330px; right: -120px; bottom: -220px; border: 60px solid rgba(8,102,255,0.08); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 0.72fr; align-items: center; gap: 72px; }
.page-hero h1 { font-size: clamp(2.65rem,5.5vw,4.9rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; color: var(--muted); font-size: 0.8rem; font-weight: 700; }
.breadcrumbs a { color: var(--blue); }
.hero-side-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-lg); }
.hero-side-card .card-label { display: block; margin-bottom: 17px; color: var(--blue); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.hero-side-card ul { margin: 0; padding: 0; list-style: none; }
.hero-side-card li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid #edf2f5; color: var(--text); font-weight: 700; }
.hero-side-card li:last-child { border-bottom: 0; }
.hero-side-card li span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--blue); background: var(--sky); font-size: 0.72rem; font-weight: 900; }
.page-nav { border-bottom: 1px solid var(--line); background: white; }
.page-nav-inner { display: flex; gap: 9px; overflow-x: auto; padding: 15px 0; scrollbar-width: thin; }
.page-nav a { flex: 0 0 auto; padding: 9px 13px; border-radius: 9px; color: var(--text); font-size: 0.82rem; font-weight: 800; }
.page-nav a:hover, .page-nav a.active { color: var(--blue-dark); background: var(--sky); }

.content-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: start; gap: 72px; }
.content-aside { position: sticky; top: 110px; }
.content-aside-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow-sm); }
.content-aside h3 { font-size: 1.12rem; }
.content-aside a { display: block; padding: 9px 0; border-bottom: 1px solid #edf2f5; color: var(--text); font-size: 0.88rem; font-weight: 700; }
.content-aside a:hover { color: var(--blue); }
.content-main > section { margin-bottom: 68px; scroll-margin-top: 112px; }
.content-main h2 { font-size: clamp(1.75rem,3vw,2.7rem); }
.content-main h3 { margin-top: 28px; }
.content-main p, .content-main li { color: var(--text); }
.content-main li { margin-bottom: 9px; }
.info-box { margin: 25px 0; padding: 22px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--sky); }
.info-box.aqua { border-color: var(--success); background: var(--aqua-soft); }
.info-box.coral { border-color: var(--coral); background: var(--coral-soft); }
.info-box strong { display: block; margin-bottom: 5px; }
.info-box p { margin: 0; }
.source-note { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
.source-note a { color: var(--blue); text-decoration: underline; }

.timeline { display: grid; gap: 14px; }
.timeline-step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 25px rgba(11,31,51,0.055); }
.timeline-number { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; color: white; background: var(--blue); font-weight: 900; }
.timeline-step h3 { margin: 4px 0 7px; }
.timeline-step p { margin-bottom: 10px; }
.timeline-step a { color: var(--blue); font-size: 0.88rem; font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.info-card .card-number { display: inline-grid; width: auto; min-width: 36px; height: 36px; margin-bottom: 36px; padding: 0 8px; place-items: center; border-radius: 11px; color: var(--blue); background: var(--sky); font-weight: 900; }
.info-card p { margin-bottom: 0; font-size: 0.93rem; }
.info-card .arrow-link { margin-top: 18px; font-size: 0.86rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.check-item { position: relative; padding: 18px 18px 18px 48px; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: white; }
.check-item::before { position: absolute; left: 17px; top: 18px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--success); background: #def7ec; content: "\2713"; font-size: 0.72rem; font-weight: 900; }
.service-steps { counter-reset: services; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-step { counter-increment: services; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.service-step::before { display: inline-grid; width: 38px; height: 38px; margin-bottom: 34px; place-items: center; border-radius: 12px; color: white; background: var(--ink); content: counter(services, decimal-leading-zero); font-size: 0.72rem; font-weight: 900; }
.service-step p { margin: 0; font-size: 0.91rem; }
.table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.schedule-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.schedule-table th { padding: 17px 19px; color: white; background: var(--ink); font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; }
.schedule-table td { padding: 17px 19px; border-top: 1px solid var(--line); color: var(--text); font-size: 0.9rem; vertical-align: top; }
.schedule-table td:first-child { width: 24%; color: var(--ink); }
.schedule-table td:nth-child(2) { width: 42%; }
.schedule-table tbody tr:nth-child(even) { background: #f7fafc; }
.do-dont-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.do-card, .dont-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.do-card { border-top: 5px solid var(--success); }
.dont-card { border-top: 5px solid var(--coral); }
.decision-label { display: inline-block; margin-bottom: 20px; padding: 6px 10px; border-radius: 999px; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.do-card .decision-label { color: #08785e; background: var(--aqua-soft); }
.dont-card .decision-label { color: #a33b2b; background: var(--coral-soft); }
.do-card li, .dont-card li { margin-bottom: 10px; color: var(--text); }
.quote-card { padding: 34px; border-radius: var(--radius-md); color: white; background: linear-gradient(135deg, var(--ink), #16436b); }
.quote-card p { color: #d0deea; font-size: 1.08rem; }
.quote-card strong { color: var(--aqua); }
.legal-wrap { max-width: 820px; margin-inline: auto; }
.legal-wrap section { margin-bottom: 38px; }
.legal-wrap h2 { font-size: 1.65rem; }
.legal-wrap a { color: var(--blue); text-decoration: underline; }
.success-card { max-width: 680px; margin: 100px auto; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-lg); text-align: center; }
.success-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 22px; place-items: center; border-radius: 50%; color: var(--success); background: var(--aqua-soft); font-size: 1.8rem; font-weight: 900; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .nav-actions .button { display: none; }
  .mobile-nav.open { display: block; }
  .hero-grid { grid-template-columns: 1fr 0.9fr; gap: 38px; }
  .journey-board { padding: 22px; }
  .route-item { grid-template-columns: 42px 1fr; }
  .route-status { display: none; }
  .hub-grid, .start-grid, .faq-grid, .content-grid { gap: 44px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .hero { padding-top: 64px; }
  .hero-grid, .page-hero-grid, .hub-grid, .start-grid, .faq-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero-car-visual { min-height: 410px; }
  .journey-board { max-width: 620px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .journey-cards { grid-template-columns: 1fr; }
  .journey-card-main { transform: none; }
  .buy-timeline { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .buy-timeline::before { top: 20px; bottom: 20px; left: 27px; width: 3px; height: auto; }
  .buy-timeline li { display: grid; grid-template-columns: 56px 1fr; gap: 17px; padding: 0; text-align: left; }
  .timeline-dot { margin: 0; }
  .journey-card { min-height: 0; }
  .journey-card .stage-icon { margin-bottom: 38px; }
  .stage-two { transform: none; }
  .hub-copy, .start-copy, .content-aside { position: static; }
  .support-split { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .page-hero { padding: 62px 0; }
  .content-aside { display: none; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .service-steps { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 68px; gap: 10px; }
  .brand { font-size: 0.92rem; }
  .nav-actions { margin-left: auto; }
  .nav-actions .text-link { display: none; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); }
  .hero { padding: 48px 0; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .roadmap-cta { align-items: stretch; flex-direction: column; }
  .proof-inline { display: grid; gap: 10px; }
  .journey-board { padding: 18px; border-radius: 24px; }
  .hero-car-visual { min-height: 330px; border-width: 5px; border-radius: 23px; }
  .hero-car-visual figcaption { right: 12px; bottom: 12px; left: 12px; }
  .journey-board-head { align-items: flex-start; }
  .route-badge { min-width: 46px; height: 46px; }
  .route-item { grid-template-columns: 40px 1fr; padding: 12px; gap: 10px; }
  .route-number { width: 40px; height: 40px; border-width: 4px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .journey-card, .support-panel, .price-card, .lead-form, .hero-side-card { padding: 23px; }
  .hub-service { grid-template-columns: 48px 1fr; padding: 17px; gap: 13px; }
  .hub-service-number { width: 46px; height: 46px; }
  .hub-service-arrow { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero h1 { font-size: clamp(2.35rem,12vw,3.8rem); }
  .timeline-step { grid-template-columns: 48px 1fr; padding: 18px; gap: 14px; }
  .timeline-number { width: 46px; height: 46px; border-radius: 14px; }
  .card-grid, .card-grid.two, .check-grid { grid-template-columns: 1fr; }
  .do-dont-grid { grid-template-columns: 1fr; }
  .info-card .card-number { margin-bottom: 24px; }
}

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

/* Precision dark redesign — inspired by technical product interfaces */
:root {
  --ink: #f7f4ea;
  --ink-2: #dce4ed;
  --blue: #2878ff;
  --blue-dark: #145ee0;
  --sky: #101a29;
  --aqua: #64e7c4;
  --aqua-soft: #102820;
  --coral: #ff755e;
  --coral-soft: #2b1716;
  --sand: #0d131c;
  --paper: #080c12;
  --text: #adb8c5;
  --muted: #74808d;
  --line: rgba(255,255,255,.12);
  --success: #64e7c4;
  --shadow-sm: 0 18px 50px rgba(0,0,0,.24);
  --shadow-lg: 0 34px 100px rgba(0,0,0,.42);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --shell: 1200px;
}

html { scroll-padding-top: 132px; }
body {
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 76px 76px;
}
h1, h2, h3, h4 { font-weight: 700; }
p { color: var(--text); }
.section-soft { background: rgba(255,255,255,.025); }
.section-sky { background: rgba(40,120,255,.07); }
.section-dark { background: #070a0f; }
.eyebrow { color: var(--aqua); }
.eyebrow::before { height: 1px; border-radius: 0; }
.tag { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.04); }
.tag-blue { color: #8eb7ff; border-color: rgba(40,120,255,.45); background: rgba(40,120,255,.1); }
.tag-aqua { color: var(--aqua); border-color: rgba(100,231,196,.4); background: rgba(100,231,196,.08); }

.button { min-height: 50px; padding: 13px 22px; border-radius: 999px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 34px rgba(40,120,255,.24); }
.button-primary:hover { background: #3c87ff; }
.button-light { color: #080c12; background: var(--ink); }
.button-dark { color: #080c12; background: var(--ink); }
.button-outline, .button-ghost { color: var(--ink); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.025); }
.button-outline:hover, .button-ghost:hover { color: #080c12; border-color: var(--ink); background: var(--ink); }
.button-small { min-height: 42px; }
.arrow-link { color: #76a7ff; }

.site-header { border-color: var(--line); background: rgba(8,12,18,.82); backdrop-filter: blur(20px); }
.nav-wrap { min-height: 76px; }
.brand, .footer-brand { color: var(--ink); }
.desktop-nav a { color: #abb5c0; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: white; }
.menu-toggle { border-color: var(--line); border-radius: 50%; background: rgba(255,255,255,.035); }
.menu-toggle span { background: var(--ink); }
.mobile-nav { border-color: var(--line); background: #0a0f16; }
.mobile-nav a { border-color: var(--line); }

/* Direct homepage */
.precision-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 82%, rgba(40,120,255,.22), transparent 34%),
    linear-gradient(180deg, #070a0f, #090e15);
}
.precision-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,12,18,.95) 0%, rgba(8,12,18,.72) 48%, rgba(8,12,18,.2)); content: ""; }
.precision-wordmark { position: absolute; z-index: -1; top: 6vh; left: -1.5vw; color: rgba(247,244,234,.045); font-size: clamp(8rem,23vw,22rem); font-weight: 800; letter-spacing: -.095em; line-height: .8; white-space: nowrap; }
.precision-hero-image { position: absolute; z-index: -2; right: -3%; bottom: -5%; width: 68%; height: 64%; margin: 0; opacity: .7; -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%); mask-image: linear-gradient(90deg, transparent, #000 35%); }
.precision-hero-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,12,18,.7)); content: ""; }
.precision-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.precision-axis { position: absolute; top: 26%; right: 5%; left: 5%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; color: #697585; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .63rem; font-weight: 700; letter-spacing: .18em; }
.precision-axis i { height: 1px; background: linear-gradient(90deg, var(--blue), rgba(100,231,196,.7)); }
.precision-hero-inner { position: relative; z-index: 2; padding-top: clamp(230px,33vh,350px); padding-bottom: 92px; }
.precision-label, .precision-index { color: #7897c7; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.precision-hero h1 { max-width: 900px; margin: 20px 0 26px; font-size: clamp(4.4rem,10.2vw,9rem); letter-spacing: -.075em; line-height: .84; }
.precision-hero-inner > p { max-width: 580px; margin-bottom: 30px; color: #c1cad4; font-size: clamp(1.08rem,1.6vw,1.32rem); }
.precision-proof { display: flex; flex-wrap: wrap; gap: 11px 25px; color: #8f9aa7; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.precision-proof span::before { margin-right: 8px; color: var(--aqua); content: "+"; }

.precision-section { padding: 118px 0; border-bottom: 1px solid var(--line); background: rgba(8,12,18,.82); }
.precision-section-head { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 54px; }
.precision-section-head h2 { max-width: 850px; margin: 12px 0 0; font-size: clamp(2.8rem,6vw,6rem); letter-spacing: -.065em; line-height: .92; }
.precision-section-head > p { max-width: 340px; margin: 0; font-size: 1.05rem; text-align: right; }
.precision-route-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.precision-route-card { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); transition: background 160ms ease, transform 160ms ease; }
.precision-route-card:hover { background: rgba(255,255,255,.045); }
.precision-route-card.featured { background: linear-gradient(145deg, rgba(40,120,255,.92), rgba(20,94,224,.7)); }
.precision-card-index { color: #778493; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .64rem; letter-spacing: .12em; }
.precision-route-card.featured .precision-card-index { color: #d7e5ff; }
.precision-route-card strong { margin-top: auto; color: var(--aqua); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.precision-route-card.featured strong { color: white; }
.precision-route-card h3 { margin: 10px 0; font-size: clamp(2rem,3.5vw,3.4rem); letter-spacing: -.06em; }
.precision-route-card p { max-width: 310px; margin-bottom: 26px; }
.precision-route-card.featured p { color: #e1ebff; }
.precision-card-link { margin-top: 4px; color: var(--ink); font-size: .87rem; font-weight: 800; }

.precision-product { background: #070a0f; }
.precision-step-tabs { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 20px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.precision-step-tabs div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 11px; padding: 15px 20px; border-right: 1px solid var(--line); }
.precision-step-tabs div:last-child { border-right: 0; }
.precision-step-tabs div:first-child { background: var(--blue); }
.precision-step-tabs span { grid-row: 1 / 3; color: var(--aqua); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .67rem; }
.precision-step-tabs div:first-child span { color: white; }
.precision-step-tabs strong { line-height: 1.2; }
.precision-step-tabs small { color: #778493; }
.precision-step-tabs div:first-child small { color: #d7e5ff; }
.precision-demo-frame { position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #0a111a; }
.precision-demo-frame::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,9,14,.92), rgba(6,9,14,.2) 68%), linear-gradient(180deg, transparent, rgba(6,9,14,.7)); content: ""; }
.precision-demo-frame > img { width: 100%; height: 650px; object-fit: cover; object-position: 60% center; filter: saturate(.9) contrast(1.08); }
.precision-demo-copy { position: absolute; z-index: 1; left: clamp(26px,5vw,70px); bottom: clamp(28px,6vw,74px); }
.precision-demo-copy > span { color: var(--aqua); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .65rem; letter-spacing: .16em; }
.precision-demo-copy h3 { margin: 14px 0 28px; font-size: clamp(2.6rem,6vw,5.5rem); letter-spacing: -.065em; line-height: .9; }

.precision-pricing .price-card { box-shadow: none; }
.precision-pricing .price-card.featured { transform: none; }
.precision-contact { background: linear-gradient(135deg, rgba(40,120,255,.13), transparent 55%), #090e15; }
.precision-contact .start-copy h2 { margin-top: 14px; font-size: clamp(3.2rem,7vw,6.5rem); line-height: .9; }
.precision-contact .start-copy > p { max-width: 390px; font-size: 1.1rem; }
.precision-email { display: inline-flex; margin-top: 24px; color: var(--aqua); font-weight: 800; }
.precision-faq { background: #070a0f; }

/* Dark treatment for every supporting page */
.page-hero, .hero { background: radial-gradient(circle at 82% 30%, rgba(40,120,255,.18), transparent 32%), #090e15; }
.page-hero::after { right: -80px; bottom: -180px; border-color: rgba(100,231,196,.08); }
.page-hero h1 { max-width: 850px; }
.hero-side-card, .content-aside-card, .timeline-step, .info-card, .service-step, .do-card, .dont-card, .success-card, .journey-card, .price-card, .lead-form, .check-item, .table-wrap { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.035); box-shadow: var(--shadow-sm); }
.hero-side-card li, .content-aside a, .mobile-nav a { border-color: var(--line); color: var(--text); }
.hero-side-card li span, .timeline-number, .info-card .card-number { color: #8cb4ff; background: rgba(40,120,255,.14); }
.page-nav { position: sticky; z-index: 80; top: 76px; border-color: var(--line); background: rgba(8,12,18,.9); backdrop-filter: blur(18px); }
.page-nav-inner { scrollbar-width: none; }
.page-nav-inner::-webkit-scrollbar { display: none; }
.page-nav a { color: var(--text); }
.page-nav a:hover, .page-nav a.active { color: white; background: rgba(40,120,255,.18); }
.content-main p, .content-main li, .do-card li, .dont-card li { color: var(--text); }
.info-box { border-color: var(--blue); background: rgba(40,120,255,.1); }
.info-box.aqua { border-color: var(--aqua); background: rgba(100,231,196,.08); }
.info-box.coral { border-color: var(--coral); background: rgba(255,117,94,.08); }
.check-item::before { color: #07120f; background: var(--aqua); }
.do-card { border-top-color: var(--aqua); }
.dont-card { border-top-color: var(--coral); }
.do-card .decision-label { color: var(--aqua); background: rgba(100,231,196,.09); }
.dont-card .decision-label { color: #ff9d8e; background: rgba(255,117,94,.09); }
.quote-card { border: 1px solid rgba(40,120,255,.35); background: linear-gradient(135deg, #102342, #0c131d); }
.schedule-table th { color: white; background: #111a26; }
.schedule-table td { border-color: var(--line); color: var(--text); }
.schedule-table td:first-child { color: var(--ink); }
.schedule-table tbody tr:nth-child(even) { background: rgba(255,255,255,.02); }
.source-note { border-color: var(--line); }
.source-note a, .legal-wrap a { color: #7cafff; }
.lead-form label { color: var(--ink); }
.lead-form input, .lead-form select, .lead-form textarea { border-color: rgba(255,255,255,.16); color: var(--ink); background: rgba(255,255,255,.04); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #677382; }
.lead-form select option { color: #111; }
.lead-form .consent input { width: 17px; height: 17px; margin: 3px 0 0; }
.contact-card { border-color: rgba(40,120,255,.34); background: rgba(40,120,255,.08); }
.price-card.featured { border-color: var(--blue); box-shadow: 0 24px 70px rgba(40,120,255,.17); }
.price-card li { color: var(--text); }
.popular { background: var(--blue); }
.accordion details { border-color: var(--line); }
.accordion summary::after { color: var(--aqua); }
.final-cta { background: linear-gradient(110deg, #104bb3, var(--blue)); }
footer { border-top: 1px solid var(--line); background: #05080c; }
footer p, footer span { color: #74808d; }

@media (max-width: 820px) {
  .precision-hero { min-height: 840px; }
  .precision-wordmark { top: 12vh; font-size: 35vw; }
  .precision-axis { top: 35%; }
  .precision-hero-inner { padding-top: 340px; }
  .precision-hero-image { right: -35%; bottom: 0; width: 130%; height: 50%; opacity: .35; -webkit-mask-image: linear-gradient(180deg, transparent, #000 35%); mask-image: linear-gradient(180deg, transparent, #000 35%); }
  .precision-route-grid { grid-template-columns: 1fr; }
  .precision-route-card { min-height: 320px; }
  .precision-section-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .precision-section-head > p { text-align: left; }
  .precision-step-tabs { grid-template-columns: repeat(2,1fr); border-radius: 20px; }
  .precision-step-tabs div:nth-child(2) { border-right: 0; }
  .precision-step-tabs div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .precision-demo-frame, .precision-demo-frame > img { min-height: 560px; height: 560px; }
}

@media (max-width: 620px) {
  body { background-size: 46px 46px; }
  .precision-hero { min-height: 780px; }
  .precision-wordmark { top: 100px; font-size: 36vw; }
  .precision-axis { top: 250px; right: 14px; left: 14px; }
  .precision-hero-inner { padding-top: 305px; padding-bottom: 60px; }
  .precision-hero h1 { font-size: clamp(3.8rem,20vw,5.6rem); }
  .precision-hero-inner > p { max-width: 320px; }
  .precision-proof { display: grid; gap: 8px; }
  .precision-section { padding: 84px 0; }
  .precision-section-head { margin-bottom: 34px; }
  .precision-section-head h2 { font-size: clamp(2.7rem,14vw,4rem); }
  .precision-route-card { min-height: 300px; padding: 24px; }
  .precision-step-tabs div { padding: 13px; }
  .precision-step-tabs small { display: none; }
  .precision-demo-frame, .precision-demo-frame > img { min-height: 520px; height: 520px; }
  .precision-demo-copy h3 { font-size: 3.15rem; }
  .page-nav { top: 68px; }
}

/* Dark / light theme control */
:root { color-scheme: dark; }
.theme-toggle {
  display: inline-flex;
  min-width: 86px;
  height: 42px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.04);
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.theme-toggle:hover { border-color: rgba(100,231,196,.55); background: rgba(255,255,255,.08); transform: translateY(-1px); }
.theme-toggle:focus-visible { outline: 3px solid rgba(40,120,255,.38); outline-offset: 3px; }
.theme-toggle-symbol { display: grid; width: 17px; height: 17px; place-items: center; color: var(--aqua); font-size: 1rem; line-height: 1; }
.theme-toggle-floating { position: fixed; z-index: 200; top: 18px; right: 18px; box-shadow: var(--shadow-sm); }

html[data-theme="light"] {
  color-scheme: light;
  --ink: #0b1a2b;
  --ink-2: #21364b;
  --sky: #edf4ff;
  --aqua: #087c66;
  --aqua-soft: #e4f8f2;
  --coral: #d94b36;
  --coral-soft: #fff0ec;
  --sand: #f2f5f7;
  --paper: #fbfaf5;
  --text: #526274;
  --muted: #718092;
  --line: rgba(11,26,43,.14);
  --success: #087c66;
  --shadow-sm: 0 18px 50px rgba(23,44,67,.09);
  --shadow-lg: 0 34px 100px rgba(23,44,67,.14);
}
html[data-theme="light"] body {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(11,26,43,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,26,43,.035) 1px, transparent 1px);
}
html[data-theme="light"] .section-soft { background: rgba(11,26,43,.028); }
html[data-theme="light"] .section-sky { background: rgba(40,120,255,.065); }
html[data-theme="light"] .section-dark { background: #eaf0f5; }
html[data-theme="light"] .tag { background: rgba(11,26,43,.035); }
html[data-theme="light"] .tag-blue { color: #1456bd; background: rgba(40,120,255,.09); }
html[data-theme="light"] .tag-aqua { color: var(--aqua); background: rgba(8,124,102,.08); }
html[data-theme="light"] .button-dark { color: white; background: var(--ink); }
html[data-theme="light"] .button-light { color: var(--ink); background: white; }
html[data-theme="light"] .button-outline,
html[data-theme="light"] .button-ghost { color: var(--ink); border-color: rgba(11,26,43,.24); background: rgba(255,255,255,.34); }
html[data-theme="light"] .button-outline:hover,
html[data-theme="light"] .button-ghost:hover { color: white; border-color: var(--ink); background: var(--ink); }
html[data-theme="light"] .arrow-link,
html[data-theme="light"] .source-note a,
html[data-theme="light"] .legal-wrap a { color: #145fce; }

html[data-theme="light"] .site-header { background: rgba(251,250,245,.86); }
html[data-theme="light"] .desktop-nav a { color: #526274; }
html[data-theme="light"] .desktop-nav a:hover,
html[data-theme="light"] .desktop-nav a[aria-current="page"] { color: var(--blue-dark); }
html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .theme-toggle { background: rgba(255,255,255,.64); }
html[data-theme="light"] .theme-toggle:hover { border-color: rgba(8,124,102,.45); background: white; }
html[data-theme="light"] .mobile-nav { background: #fbfaf5; }

html[data-theme="light"] .precision-hero {
  background:
    radial-gradient(circle at 78% 82%, rgba(40,120,255,.18), transparent 34%),
    linear-gradient(180deg, #f7f8f5, #eef3f7);
}
html[data-theme="light"] .precision-hero::before { background: linear-gradient(90deg, rgba(251,250,245,.97) 0%, rgba(251,250,245,.78) 48%, rgba(251,250,245,.18)); }
html[data-theme="light"] .precision-wordmark { color: rgba(11,26,43,.055); }
html[data-theme="light"] .precision-hero-image { opacity: .62; }
html[data-theme="light"] .precision-hero-image::after { background: linear-gradient(180deg, transparent 45%, rgba(238,243,247,.76)); }
html[data-theme="light"] .precision-axis { color: #657488; }
html[data-theme="light"] .precision-label,
html[data-theme="light"] .precision-index { color: #3566a3; }
html[data-theme="light"] .precision-hero-inner > p { color: #405267; }
html[data-theme="light"] .precision-proof { color: #536477; }
html[data-theme="light"] .precision-section { background: rgba(251,250,245,.87); }
html[data-theme="light"] .precision-route-card { background: rgba(255,255,255,.48); }
html[data-theme="light"] .precision-route-card:hover { background: white; }
html[data-theme="light"] .precision-route-card.featured { background: linear-gradient(145deg, #2878ff, #145ee0); }
html[data-theme="light"] .precision-route-card.featured h3,
html[data-theme="light"] .precision-route-card.featured .precision-card-link { color: white; }
html[data-theme="light"] .precision-product,
html[data-theme="light"] .precision-faq { background: #edf2f6; }
html[data-theme="light"] .precision-step-tabs { background: rgba(255,255,255,.6); }
html[data-theme="light"] .precision-step-tabs div:first-child strong { color: white; }
html[data-theme="light"] .precision-step-tabs small { color: #647487; }
html[data-theme="light"] .precision-demo-frame { background: #d9e3eb; }
html[data-theme="light"] .precision-demo-copy h3 { color: white; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
html[data-theme="light"] .precision-contact { background: linear-gradient(135deg, rgba(40,120,255,.11), transparent 55%), #f6f7f3; }

html[data-theme="light"] .page-hero,
html[data-theme="light"] .hero { background: radial-gradient(circle at 82% 30%, rgba(40,120,255,.14), transparent 32%), #f1f5f7; }
html[data-theme="light"] .page-hero::after { border-color: rgba(8,124,102,.09); }
html[data-theme="light"] .hero-side-card,
html[data-theme="light"] .content-aside-card,
html[data-theme="light"] .timeline-step,
html[data-theme="light"] .info-card,
html[data-theme="light"] .service-step,
html[data-theme="light"] .do-card,
html[data-theme="light"] .dont-card,
html[data-theme="light"] .success-card,
html[data-theme="light"] .journey-card,
html[data-theme="light"] .price-card,
html[data-theme="light"] .lead-form,
html[data-theme="light"] .check-item,
html[data-theme="light"] .table-wrap { background: rgba(255,255,255,.78); }
html[data-theme="light"] .hero-side-card li span,
html[data-theme="light"] .timeline-number,
html[data-theme="light"] .info-card .card-number { color: #1456bd; background: rgba(40,120,255,.1); }
html[data-theme="light"] .page-nav { background: rgba(251,250,245,.91); }
html[data-theme="light"] .page-nav a:hover,
html[data-theme="light"] .page-nav a.active { color: #1456bd; background: rgba(40,120,255,.1); }
html[data-theme="light"] .info-box { background: rgba(40,120,255,.075); }
html[data-theme="light"] .info-box.aqua { background: rgba(8,124,102,.07); }
html[data-theme="light"] .info-box.coral { background: rgba(217,75,54,.07); }
html[data-theme="light"] .do-card .decision-label { background: rgba(8,124,102,.08); }
html[data-theme="light"] .dont-card .decision-label { color: #b53e2d; background: rgba(217,75,54,.08); }
html[data-theme="light"] .schedule-table td { color: var(--text); }
html[data-theme="light"] .schedule-table td:first-child { color: var(--ink); }
html[data-theme="light"] .schedule-table tbody tr:nth-child(even) { background: rgba(11,26,43,.025); }
html[data-theme="light"] .lead-form input,
html[data-theme="light"] .lead-form select,
html[data-theme="light"] .lead-form textarea { border-color: rgba(11,26,43,.17); color: var(--ink); background: white; }
html[data-theme="light"] .lead-form input::placeholder,
html[data-theme="light"] .lead-form textarea::placeholder { color: #7a8795; }
html[data-theme="light"] .contact-card { background: rgba(40,120,255,.065); }
html[data-theme="light"] .price-card.featured { background: white; }
html[data-theme="light"] footer { background: #e9eef2; }
html[data-theme="light"] footer p,
html[data-theme="light"] footer span { color: #647487; }

@media (max-width: 620px) {
  .theme-toggle { width: 44px; min-width: 44px; padding: 0; }
  .theme-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

/* AutoVet editorial rebuild — an original buyer-first visual system */
:root,
html[data-theme="dark"] {
  --av-body: #0a1118;
  --av-surface: #111b25;
  --av-surface-raised: #172431;
  --av-section-alt: #0d1721;
  --av-hero-start: #0c1620;
  --av-hero-end: #122333;
  --av-border: rgba(255,255,255,.105);
  --av-header: rgba(10,17,24,.88);
  --av-card-shadow: 0 24px 70px rgba(0,0,0,.24);
  --av-soft-blue: rgba(40,120,255,.12);
  --av-soft-mint: rgba(100,231,196,.1);
  --av-soft-coral: rgba(255,117,94,.11);
}

html[data-theme="light"] {
  --av-body: #f7f6f2;
  --av-surface: #ffffff;
  --av-surface-raised: #f0f4f6;
  --av-section-alt: #edf2f4;
  --av-hero-start: #f1f4f5;
  --av-hero-end: #e7eef3;
  --av-border: rgba(11,26,43,.12);
  --av-header: rgba(249,248,244,.9);
  --av-card-shadow: 0 24px 70px rgba(26,48,68,.11);
  --av-soft-blue: rgba(40,120,255,.085);
  --av-soft-mint: rgba(8,124,102,.08);
  --av-soft-coral: rgba(217,75,54,.08);
}

body { background-color: var(--av-body); background-image: none; }
html[data-theme="dark"] body,
html[data-theme="light"] body { background-image: none; }
.button { border-radius: 13px; }
.button-small { border-radius: 11px; }
.site-header { border-color: var(--av-border); background: var(--av-header); }
.desktop-nav a { font-weight: 750; }
.menu-toggle { border-radius: 13px; background: var(--av-surface); }
.mobile-nav { border-color: var(--av-border); background: var(--av-surface); }
.mobile-nav a { border-color: var(--av-border); }
.theme-toggle { border-radius: 12px; background: var(--av-surface); }

/* Homepage */
.av-hero { position: relative; overflow: hidden; padding: 74px 0 92px; background: linear-gradient(145deg, var(--av-hero-start), var(--av-hero-end)); }
.av-hero::before { position: absolute; width: 560px; height: 560px; top: -360px; right: 10%; border-radius: 50%; background: rgba(40,120,255,.14); filter: blur(2px); content: ""; pointer-events: none; }
.av-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr); align-items: center; gap: clamp(54px,7vw,96px); }
.av-hero-copy { position: relative; z-index: 2; }
.av-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--aqua); font-size: .76rem; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.av-kicker i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px var(--av-soft-mint); }
.av-hero h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3.5rem,6.3vw,6.4rem); font-weight: 800; letter-spacing: -.07em; line-height: .93; }
.av-hero h1 span { display: block; color: var(--blue); }
.av-hero-copy > p { max-width: 570px; margin-bottom: 30px; color: var(--text); font-size: clamp(1.08rem,1.55vw,1.26rem); }
.av-hero .hero-actions { margin-bottom: 28px; }
.av-trust-row { display: flex; flex-wrap: wrap; gap: 9px; }
.av-trust-row span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--av-border); border-radius: 11px; color: var(--text); background: rgba(255,255,255,.035); font-size: .76rem; font-weight: 750; }
.av-trust-row span::before { color: var(--aqua); content: "\2713"; font-weight: 900; }
.av-hero-visual { position: relative; min-height: 585px; padding: 0 0 42px 48px; }
.av-car-photo { position: absolute; inset: 0 0 42px 48px; overflow: hidden; margin: 0; border: 1px solid var(--av-border); border-radius: 36px; background: var(--av-surface-raised); box-shadow: var(--av-card-shadow); }
.av-car-photo::after { position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(5,13,21,.5)); content: ""; }
.av-car-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.av-brief-card { position: absolute; z-index: 2; bottom: 0; left: 0; width: min(355px,78%); padding: 20px; border: 1px solid var(--av-border); border-radius: 24px; background: var(--av-surface); box-shadow: var(--av-card-shadow); }
.av-brief-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--av-border); }
.av-brief-head span { font-weight: 850; }
.av-brief-head b { padding: 5px 8px; border-radius: 8px; color: var(--aqua); background: var(--av-soft-mint); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.av-brief-item { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 12px; padding-top: 14px; }
.av-brief-item > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #8fb8ff; background: var(--av-soft-blue); font-size: .68rem; font-weight: 900; }
.av-brief-item strong, .av-brief-item small { display: block; }
.av-brief-item strong { font-size: .86rem; }
.av-brief-item small { color: var(--muted); font-size: .73rem; }

.av-routes { padding: 76px 0 104px; background: var(--av-body); }
.av-section { padding: 112px 0; }
.av-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 54px; margin-bottom: 46px; }
.av-section-heading.compact { margin-bottom: 30px; }
.av-section-heading .av-kicker { margin-bottom: 13px; }
.av-section-heading h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.45rem,4.8vw,4.7rem); font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.av-section-heading > p { max-width: 360px; margin-bottom: 3px; font-size: 1.02rem; text-align: right; }
.av-route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.av-route-card { position: relative; display: grid; grid-template-columns: 52px 1fr auto; min-height: 190px; align-items: start; gap: 18px; padding: 25px; border: 1px solid var(--av-border); border-radius: 24px; background: var(--av-surface); box-shadow: var(--shadow-sm); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.av-route-card:hover { transform: translateY(-4px); border-color: rgba(40,120,255,.44); box-shadow: var(--av-card-shadow); }
.av-route-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; font-weight: 900; }
.av-route-card.learn .av-route-icon { color: var(--coral); background: var(--av-soft-coral); }
.av-route-card.buy { border-color: rgba(40,120,255,.42); background: linear-gradient(145deg,var(--av-surface),var(--av-soft-blue)); }
.av-route-card.buy .av-route-icon { color: #8fb8ff; background: var(--av-soft-blue); }
.av-route-card.care .av-route-icon { color: var(--aqua); background: var(--av-soft-mint); }
.av-route-card small { display: block; margin: 2px 0 11px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.av-route-card h3 { margin-bottom: 9px; font-size: 1.35rem; }
.av-route-card p { margin: 0; font-size: .87rem; line-height: 1.5; }
.av-card-arrow { color: var(--blue); font-size: 1.25rem; font-weight: 900; }

.av-process { background: var(--av-section-alt); }
.av-process-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 22px; }
.av-step-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.av-step-card { min-height: 220px; padding: 27px; border: 1px solid var(--av-border); border-radius: 23px; background: var(--av-surface); }
.av-step-card > span { display: grid; width: 38px; height: 38px; margin-bottom: 40px; place-items: center; border-radius: 12px; color: #9fc1ff; background: var(--av-soft-blue); font-size: .76rem; font-weight: 900; }
.av-step-card h3 { margin-bottom: 8px; font-size: 1.3rem; }
.av-step-card p { margin: 0; font-size: .9rem; }
.av-outcome-card { display: flex; min-height: 456px; flex-direction: column; padding: clamp(30px,4vw,48px); border-radius: 28px; color: white; background: linear-gradient(145deg,#286fff,#0d4fba); box-shadow: 0 26px 70px rgba(40,111,255,.24); }
.av-outcome-label { margin-bottom: auto; color: #dce9ff; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.av-outcome-card h3 { max-width: 480px; margin: 38px 0 24px; color: white; font-size: clamp(2rem,3.3vw,3.2rem); letter-spacing: -.055em; }
.av-outcome-card ul { margin: 0 0 30px; padding: 0; list-style: none; }
.av-outcome-card li { position: relative; margin-bottom: 10px; padding-left: 25px; color: #e3edff; }
.av-outcome-card li::before { position: absolute; left: 0; color: #8cf0d4; content: "\2713"; font-weight: 900; }
.av-outcome-card .button { align-self: flex-start; }

.av-guides { background: var(--av-body); }
.av-guide-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.av-guide-card { grid-column: span 5; display: flex; min-height: 250px; flex-direction: column; padding: 28px; border: 1px solid var(--av-border); border-radius: 24px; background: var(--av-surface); box-shadow: var(--shadow-sm); transition: transform 160ms ease, border-color 160ms ease; }
.av-guide-card.wide { grid-column: span 7; }
.av-guide-card:hover { transform: translateY(-4px); border-color: rgba(100,231,196,.42); }
.av-guide-card > span { margin-bottom: auto; color: var(--aqua); font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.av-guide-card h3 { max-width: 520px; margin: 36px 0 10px; font-size: clamp(1.45rem,2.5vw,2.15rem); }
.av-guide-card p { max-width: 560px; margin-bottom: 22px; font-size: .91rem; }
.av-guide-card b { color: var(--blue); font-size: .86rem; }
.av-guide-card.accent { background: linear-gradient(145deg,var(--av-surface),var(--av-soft-mint)); }

.av-plans { background: var(--av-section-alt); }
.av-plans .price-card { border-color: var(--av-border); background: var(--av-surface); box-shadow: var(--shadow-sm); }
.av-plans .price-card.featured { transform: none; border: 0; color: white; background: linear-gradient(145deg,#286fff,#0d4fba); box-shadow: 0 26px 70px rgba(40,111,255,.24); }
.av-plans .price-card.featured .plan-label,
.av-plans .price-card.featured .price,
.av-plans .price-card.featured .plan-desc,
.av-plans .price-card.featured li,
.av-plans .price-card.featured .plan-note { color: white; }
.av-plans .price-card.featured li::before { color: #8cf0d4; }
.av-plans .price-card.featured .button-light { color: #0d4fba; }
.av-plans .popular { color: #0a315e; background: #8cf0d4; }
.av-checkout-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; margin: -8px 0 34px; padding: 15px 18px; border: 1px solid var(--av-border); border-radius: 18px; background: var(--av-surface); }
.av-checkout-flow div { display: flex; align-items: center; gap: 10px; }
.av-checkout-flow div span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #8fb8ff; background: var(--av-soft-blue); font-size: .7rem; font-weight: 900; }
.av-checkout-flow div b { font-size: .82rem; }
.av-checkout-flow > i { color: var(--muted); font-style: normal; }

.av-start { background: var(--av-body); }
.av-start-shell { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(48px,7vw,86px); padding: clamp(34px,5vw,66px); border: 1px solid var(--av-border); border-radius: 36px; background: linear-gradient(145deg,var(--av-surface-raised),var(--av-section-alt)); }
.av-start .start-copy { position: sticky; top: 115px; }
.av-start .start-copy h2 { margin-top: 4px; font-size: clamp(2.6rem,4.6vw,4.6rem); letter-spacing: -.06em; }
.av-contact-note { display: flex; flex-direction: column; margin-top: 30px; padding: 18px; border: 1px solid var(--av-border); border-radius: 15px; background: var(--av-surface); }
.av-contact-note span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.av-contact-note a { color: var(--blue); font-weight: 850; }
.av-start .lead-form { border-color: var(--av-border); background: var(--av-surface); box-shadow: var(--av-card-shadow); }
.av-checkout-selection { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding: 17px 18px; border: 1px solid rgba(40,120,255,.4); border-radius: 15px; background: var(--av-soft-blue); }
.av-checkout-selection[hidden] { display: none; }
.av-checkout-selection div > span,
.av-checkout-selection div > strong,
.av-checkout-selection div > small { display: block; }
.av-checkout-selection div > span { color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.av-checkout-selection div > strong { margin: 2px 0; font-size: 1.05rem; }
.av-checkout-selection div > small { color: var(--text); font-size: .76rem; }
.av-checkout-selection > b { flex: 0 0 auto; color: var(--blue); font-size: 1.35rem; }
.av-faq { background: var(--av-section-alt); }

/* Supporting pages use the same editorial surfaces */
.section-soft { background: var(--av-section-alt); }
.section-sky { background: var(--av-soft-blue); }
.section-dark { background: var(--av-section-alt); }
.page-hero,
.hero { background: linear-gradient(145deg,var(--av-hero-start),var(--av-hero-end)); }
.page-hero::after { right: -110px; bottom: -230px; border: 0; background: rgba(40,120,255,.12); filter: blur(2px); }
.hero-side-card,
.content-aside-card,
.timeline-step,
.info-card,
.service-step,
.do-card,
.dont-card,
.success-card,
.journey-card,
.price-card,
.lead-form,
.check-item,
.table-wrap { border-color: var(--av-border); background: var(--av-surface); box-shadow: var(--shadow-sm); }
.page-nav { border-color: var(--av-border); background: var(--av-header); }
.page-nav a { border-radius: 11px; }
.page-nav a:hover,
.page-nav a.active { color: #8fb8ff; background: var(--av-soft-blue); }
.info-box { background: var(--av-soft-blue); }
.info-box.aqua { background: var(--av-soft-mint); }
.info-box.coral { background: var(--av-soft-coral); }
.lead-form input,
.lead-form select,
.lead-form textarea { border-color: var(--av-border); color: var(--ink); background: var(--av-body); }
.schedule-table tbody tr:nth-child(even) { background: var(--av-section-alt); }
footer,
html[data-theme="light"] footer { background: #071727; }
footer p,
footer span,
html[data-theme="light"] footer p,
html[data-theme="light"] footer span { color: #91a6b8; }
footer h4,
footer .footer-brand,
html[data-theme="light"] footer h4,
html[data-theme="light"] footer .footer-brand { color: white; }
footer a,
html[data-theme="light"] footer a { color: #bed0dd; }

@media (max-width: 1040px) {
  .av-hero-grid { grid-template-columns: 1fr .95fr; gap: 46px; }
  .av-hero-visual { min-height: 515px; }
  .av-route-grid { grid-template-columns: 1fr; }
  .av-route-card { min-height: 0; }
}

@media (max-width: 820px) {
  .av-hero { padding-top: 56px; }
  .av-hero-grid { grid-template-columns: 1fr; }
  .av-hero-copy { max-width: 680px; }
  .av-hero-visual { min-height: 520px; }
  .av-section { padding: 86px 0; }
  .av-section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .av-section-heading > p { text-align: left; }
  .av-process-grid { grid-template-columns: 1fr; }
  .av-guide-card,
  .av-guide-card.wide { grid-column: span 6; }
  .av-start-shell { grid-template-columns: 1fr; }
  .av-start .start-copy { position: static; }
}

@media (max-width: 620px) {
  .av-hero { padding: 44px 0 64px; }
  .av-hero h1 { font-size: clamp(3rem,13vw,3.25rem); }
  .av-hero-visual { min-height: 470px; padding: 0 0 34px 22px; }
  .av-car-photo { inset: 0 0 34px 22px; border-radius: 25px; }
  .av-brief-card { width: min(320px,88%); padding: 16px; border-radius: 19px; }
  .av-brief-item { padding-top: 11px; }
  .av-routes { padding: 62px 0 76px; }
  .av-route-card { grid-template-columns: 46px 1fr auto; padding: 20px; border-radius: 20px; }
  .av-route-icon { width: 44px; height: 44px; border-radius: 13px; }
  .av-section { padding: 76px 0; }
  .av-section-heading h2 { font-size: clamp(2.35rem,12vw,3.5rem); }
  .av-step-grid { grid-template-columns: 1fr; }
  .av-step-card { min-height: 0; }
  .av-step-card > span { margin-bottom: 28px; }
  .av-outcome-card { min-height: 430px; }
  .av-guide-card,
  .av-guide-card.wide { grid-column: 1 / -1; min-height: 230px; }
  .av-checkout-flow { grid-template-columns: 1fr; gap: 9px; }
  .av-checkout-flow > i { display: none; }
  .av-start-shell { width: min(calc(100% - 20px),var(--shell)); padding: 26px 18px; border-radius: 26px; }
  .av-checkout-selection { align-items: flex-start; flex-direction: column; }
}

/* V11: one light theme and a shorter, card-led homepage */
:root { color-scheme: light; }
.theme-toggle { display: none !important; }
.av-guides[hidden],
.av-guide-grid[hidden] { display: none !important; }

.av-hero { padding: 54px 0 64px; }
.av-hero-visual { min-height: 450px; }
.av-car-photo { inset: 0 0 34px 48px; }

.av-quick-help { padding: 70px 0 78px; background: var(--av-body); }
.av-quick-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.av-quick-head .av-kicker { margin-bottom: 10px; }
.av-quick-head h2 { margin: 0; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.055em; }
.av-quick-head > a { flex: 0 0 auto; margin-bottom: 7px; color: var(--blue-dark); font-size: .86rem; font-weight: 850; }
.av-help-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.av-help-card { position: relative; display: flex; min-height: 145px; flex-direction: column; padding: 20px; border: 1px solid var(--av-border); border-radius: 19px; background: var(--av-surface); box-shadow: var(--shadow-sm); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.av-help-card::after { position: absolute; top: 18px; right: 18px; color: var(--blue); content: "\2197"; font-size: 1rem; font-weight: 900; }
.av-help-card:hover { transform: translateY(-3px); border-color: rgba(40,120,255,.42); box-shadow: var(--av-card-shadow); }
.av-help-card span { margin-bottom: auto; color: var(--aqua); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.av-help-card strong { display: block; margin: 18px 24px 3px 0; color: var(--ink); font-size: 1.08rem; line-height: 1.2; }
.av-help-card small { color: var(--muted); font-size: .75rem; line-height: 1.35; }
.av-help-card.featured { border-color: transparent; color: white; background: linear-gradient(145deg,#286fff,#0d4fba); }
.av-help-card.featured::after,
.av-help-card.featured span,
.av-help-card.featured strong,
.av-help-card.featured small { color: white; }
.av-help-card.featured small { color: #dce9ff; }

.av-plans,
.av-start { padding: 78px 0; }
.av-plans .av-section-heading { margin-bottom: 30px; }
.av-start-shell { padding-block: clamp(30px,4vw,48px); }
html[data-theme="light"] .av-plans .price-card.featured { color: white; background: linear-gradient(145deg,#286fff,#0d4fba); }

@media (max-width: 820px) {
  .av-hero-visual { min-height: 430px; }
  .av-help-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .av-quick-help,
  .av-plans,
  .av-start { padding: 64px 0; }
}

@media (max-width: 620px) {
  .av-hero { padding: 38px 0 48px; }
  .av-hero-visual { min-height: 360px; }
  .av-quick-help { padding: 52px 0 58px; }
  .av-quick-head { align-items: flex-start; flex-direction: column; gap: 9px; margin-bottom: 20px; }
  .av-help-grid { gap: 10px; }
  .av-help-card { min-height: 138px; padding: 16px; border-radius: 16px; }
  .av-help-card::after { top: 14px; right: 14px; }
  .av-help-card strong { margin-top: 16px; font-size: .97rem; }
  .av-help-card small { font-size: .69rem; }
  .av-plans,
  .av-start { padding: 58px 0; }
}

/* V12: the complete buying guide stays on the homepage */
.av-buying-guide[hidden] { display: none !important; }
.av-buying-guide { padding: 84px 0; background: var(--av-section-alt); }
.av-buying-guide .av-section-heading { margin-bottom: 28px; }
.av-guide-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.av-guide-nav a { padding: 9px 13px; border: 1px solid var(--av-border); border-radius: 11px; color: var(--ink-2); background: var(--av-surface); font-size: .79rem; font-weight: 850; }
.av-guide-nav a:hover { border-color: rgba(40,120,255,.42); color: var(--blue-dark); }
.av-buying-block { scroll-margin-top: 98px; padding: 30px; border: 1px solid var(--av-border); border-radius: 25px; background: var(--av-surface); box-shadow: var(--shadow-sm); }
.av-buying-block + .av-buying-block { margin-top: 16px; }
.av-subheading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.av-subheading > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--blue-dark); background: var(--av-soft-blue); font-size: .72rem; font-weight: 900; }
.av-subheading small { display: block; color: var(--aqua); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.av-subheading h3 { margin: 1px 0 0; font-size: clamp(1.45rem,2.5vw,2rem); }
.av-buying-step-grid,
.av-handover-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.av-buying-step-grid article,
.av-view-grid article,
.av-handover-grid article { padding: 18px; border: 1px solid var(--av-border); border-radius: 16px; background: var(--av-body); }
.av-buying-step-grid article > b { display: grid; width: 28px; height: 28px; margin-bottom: 24px; place-items: center; border-radius: 8px; color: var(--blue-dark); background: var(--av-soft-blue); font-size: .68rem; }
.av-buying-step-grid h4,
.av-view-grid h4 { margin: 0 0 6px; font-size: 1rem; }
.av-buying-step-grid p,
.av-view-grid p,
.av-handover-grid p { margin: 0; font-size: .79rem; line-height: 1.45; }
.av-check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.av-check-grid span { position: relative; padding: 13px 14px 13px 39px; border: 1px solid var(--av-border); border-radius: 13px; color: var(--ink-2); background: var(--av-body); font-size: .8rem; font-weight: 750; }
.av-check-grid span::before { position: absolute; left: 14px; color: var(--aqua); content: "\2713"; font-weight: 900; }
.av-inline-note { margin: 15px 0 0; padding: 14px 16px; border-radius: 13px; color: var(--text); background: var(--av-soft-blue); font-size: .82rem; }
.av-inline-note a { color: var(--blue-dark); font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.av-view-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.av-view-grid article > span { display: inline-block; margin-bottom: 28px; color: var(--aqua); font-size: .72rem; font-weight: 900; }
.av-handover-grid article > b { display: block; margin-bottom: 5px; color: var(--ink); font-size: .88rem; }

@media (max-width: 820px) {
  .av-buying-step-grid,
  .av-check-grid,
  .av-handover-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .av-view-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .av-buying-guide { padding: 58px 0; }
  .av-buying-block { padding: 21px 16px; border-radius: 20px; }
  .av-buying-step-grid,
  .av-check-grid,
  .av-view-grid,
  .av-handover-grid { grid-template-columns: 1fr; }
  .av-buying-step-grid article > b,
  .av-view-grid article > span { margin-bottom: 16px; }
}

/* V13: optional buying guide entry point */
.av-floating-guide {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: 148px;
  gap: 0 14px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  color: white;
  background: #071727;
  box-shadow: 0 16px 38px rgba(7,23,39,.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.av-floating-guide:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(7,23,39,.3); }
.av-floating-guide span,
.av-floating-guide strong { display: block; }
.av-floating-guide span { color: #8cf0d4; font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.av-floating-guide strong { font-size: .78rem; line-height: 1.25; }
.av-floating-guide i { grid-column: 2; grid-row: 1 / span 2; color: #8fb8ff; font-size: 1.05rem; font-style: normal; font-weight: 900; }

@media (max-width: 620px) {
  .av-floating-guide { right: 13px; bottom: 13px; min-width: 132px; padding: 10px 12px; border-radius: 13px; }
  .av-floating-guide strong { font-size: .72rem; }
}
