:root {
  --ink: #081522;
  --ink-soft: #12263a;
  --blue: #079bd3;
  --blue-dark: #057ca9;
  --accent: #ff6b35;
  --accent-dark: #dc4d1d;
  --paper: #f5f7f8;
  --white: #ffffff;
  --muted: #5e6c79;
  --line: #dbe2e7;
  --success: #147a4f;
  --shadow: 0 22px 65px rgba(4, 21, 34, 0.12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.07; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.25rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.32rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.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; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.topbar { background: #050d15; color: #c7d3dc; font-size: 0.78rem; letter-spacing: 0.035em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { color: var(--white); font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(8, 21, 34, 0.96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: max-content; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.08rem; letter-spacing: -0.025em; }
.brand small { color: #8bd7f2; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 6px; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; }
.desktop-nav a { color: #d6e1e8; font-size: 0.92rem; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover { color: var(--white); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 0.74rem 1.15rem; border: 1px solid transparent; border-radius: 999px; color: var(--white); background: var(--blue); font-weight: 850; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); box-shadow: 0 12px 30px rgba(255,107,53,.24); }
.button-accent:hover { background: var(--accent-dark); }
.button-dark { background: var(--ink); }
.button-white { background: var(--white); color: var(--ink); }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.34); }
.button-wide { width: 100%; min-height: 58px; border-radius: 12px; }
.header-call { min-height: 44px; padding-inline: 18px; font-size: 0.86rem; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; color: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }
.mobile-menu { padding: 18px 20px 24px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu a:not(.button) { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: var(--white); font-weight: 800; text-decoration: none; }
.mobile-menu .button { width: 100%; margin-top: 16px; }

.hero { overflow: hidden; color: var(--white); background: radial-gradient(circle at 20% 20%, #153551 0, var(--ink) 48%, #050d15 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { z-index: 2; align-self: center; max-width: 700px; padding: 90px 50px 90px 0; }
.hero h1 { max-width: 770px; margin-bottom: 25px; }
.hero-lead { max-width: 660px; color: #cbd8e1; font-size: clamp(1.06rem, 2vw, 1.28rem); }
.hero-visual { position: relative; min-height: 570px; background: linear-gradient(90deg, var(--ink) 0%, rgba(8,21,34,.18) 42%, rgba(8,21,34,.08)), url("/assets/images/mobile-mechanic-hero.jpg") center / cover; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(5,13,21,.74)); }
.hero-badge { position: absolute; z-index: 1; right: 24px; bottom: 32px; display: grid; padding: 18px 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(8,21,34,.82); backdrop-filter: blur(10px); }
.hero-badge strong { font-size: 1.05rem; }
.hero-badge span { color: #b9cbd7; font-size: .82rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #8bd7f2; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 29px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue-dark); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 23px; margin: 32px 0 0; padding: 0; list-style: none; color: #d6e2e9; font-size: .86rem; font-weight: 750; }
.hero-points li::before { content: "✓"; color: #7dd3f0; margin-right: 7px; }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: grid; gap: 3px; padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: .96rem; }
.trust-grid span { color: var(--muted); font-size: .78rem; }

.section { padding: 105px 0; }
.section-muted { background: #eaf0f3; }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading p { color: var(--muted); font-size: 1.05rem; margin-bottom: 9px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 294px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bdd9e4; box-shadow: var(--shadow); }
.service-number { align-self: flex-start; padding: 5px 9px; border-radius: 6px; background: #e5f5fb; color: var(--blue-dark); font-size: .72rem; font-weight: 950; letter-spacing: .1em; }
.service-card h3 { margin: 46px 0 12px; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card a { margin-top: auto; color: var(--blue-dark); font-weight: 900; text-decoration: none; }
.service-card a span { margin-left: 4px; }
.center-action { display: flex; justify-content: center; margin-top: 36px; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 150px; }
.process-intro p { color: #bfcdd7; font-size: 1.07rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #2f98bf; border-radius: 50%; color: #8bd7f2; font-weight: 900; }
.steps h3 { margin: 5px 0 8px; }
.steps p { margin: 0; color: #adbdc9; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-grid > div > p { color: var(--muted); font-size: 1.03rem; }
.story-image { position: relative; }
.story-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-image span { position: absolute; left: 24px; bottom: 24px; padding: 10px 15px; border-radius: 9px; color: var(--white); background: rgba(8,21,34,.86); font-size: .8rem; font-weight: 850; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.stat-row div { display: grid; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.stat-row strong { color: var(--blue-dark); font-size: 1.7rem; line-height: 1; }
.stat-row span { color: var(--muted); font-size: .78rem; margin-top: 7px; }
.reviews-section { background: var(--white); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.stars { color: var(--accent); letter-spacing: .12em; }
.review-card blockquote { margin: 26px 0; font-size: 1.04rem; font-weight: 650; }
.review-card figcaption { color: var(--muted); font-size: .82rem; font-weight: 850; }
.source-note { margin-top: 18px; color: var(--muted); font-size: .75rem; }
.area-section { padding-top: 0; }
.area-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 60px; border-radius: 30px; color: var(--white); background: linear-gradient(140deg, #047fac, #076d91 52%, #07506d); box-shadow: var(--shadow); }
.area-panel p { color: #d3edf6; }
.area-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.area-link-grid a { display: flex; justify-content: space-between; align-items: center; padding: 15px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: rgba(255,255,255,.06); font-size: .86rem; font-weight: 850; text-decoration: none; }
.quote-section { background: linear-gradient(180deg, var(--paper), #eaf0f3); }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.quote-layout > div:first-child { position: sticky; top: 145px; }
.quote-layout > div:first-child > p { color: var(--muted); }
.call-card { display: grid; gap: 4px; padding: 23px; margin-top: 32px; border-left: 4px solid var(--accent); border-radius: 12px; color: var(--white); background: var(--ink); }
.call-card span { color: #aebec9; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.call-card a { color: var(--white); font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 950; text-decoration: none; }
.call-card small { color: #c0ced7; }
.call-card.large { align-self: center; padding: 36px; }
.quote-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; color: #273846; font-size: .8rem; font-weight: 850; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 49px; padding: 11px 12px; border: 1px solid #cbd5dc; border-radius: 9px; color: var(--ink); background: #fbfcfd; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,155,211,.13); }
.span-2 { grid-column: span 2; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-form .button-wide { margin-top: 22px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .74rem; }
.form-status { margin: 16px 0 0; padding: 13px; border-radius: 8px; font-weight: 800; }
.form-status.success { color: #0d5e3a; background: #dff5ea; }
.form-status.error { color: #8a2f1e; background: #ffebe4; }

.page-hero, .service-hero { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: radial-gradient(circle at 80% 10%, #183d5c, var(--ink) 55%, #050d15); }
.page-hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 42%; opacity: .09; background-image: repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 12px); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); margin-bottom: 24px; }
.page-hero p { max-width: 750px; color: #c6d3dc; font-size: 1.18rem; }
.compact-hero { padding: 75px 0; }
.service-hero { padding: 0; }
.service-hero-grid { min-height: 575px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
.service-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.service-hero p { color: #c6d3dc; font-size: 1.12rem; }
.service-hero img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.two-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--blue-dark); font-weight: 950; }
.check-list.compact { gap: 10px; }
.panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.panel-note { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 140px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid #cbd7de; border-radius: 14px; background: var(--white); }
.faq-list summary { padding: 21px 56px 21px 22px; font-weight: 900; cursor: pointer; }
.faq-list p { padding: 0 22px 23px; margin: 0; color: var(--muted); }
.mini-cta { padding: 70px 0; color: var(--white); background: var(--blue-dark); }
.mini-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.mini-cta span { color: #c7eaf5; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mini-cta h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(2rem, 3.7vw, 3.4rem); }
.full-area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.area-card { min-height: 225px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.area-card strong { font-size: 1.24rem; }
.area-card span { color: var(--muted); font-size: .86rem; margin-top: 12px; }
.area-card b { margin-top: auto; color: var(--blue-dark); font-size: .82rem; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.split-content p { color: inherit; opacity: .78; font-size: 1.03rem; }
.link-list { margin: 0; padding: 0; list-style: none; }
.link-list li + li { border-top: 1px solid var(--line); }
.link-list a { display: flex; justify-content: space-between; padding: 14px 0; color: var(--ink); font-weight: 850; text-decoration: none; }
.legal .prose h2 { margin: 45px 0 13px; font-size: 1.7rem; }
.legal .prose p { color: #445563; }
.confirmation { min-height: 62vh; display: grid; align-items: center; }
.confirmation-panel { text-align: center; }
.confirmation-icon { width: 86px; height: 86px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 50%; color: var(--white); background: var(--blue-dark); font-size: 1.8rem; font-weight: 950; }
.confirmation-panel h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.confirmation-panel p { color: var(--muted); font-size: 1.08rem; }
.centered { justify-content: center; }

.site-footer { padding: 75px 0 30px; color: #c2d0d9; background: #050d15; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 70px; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { max-width: 390px; color: #9fb0bc; font-size: .88rem; }
.footer-grid > div:last-child { display: grid; align-content: start; gap: 8px; }
.footer-grid > div:last-child a { color: #c2d0d9; font-size: .88rem; text-decoration: none; }
.footer-brand { color: var(--white); margin-bottom: 24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8396a3; font-size: .75rem; }
.footer-bottom a { color: #b7c8d2; }
.mobile-actions { display: none; }

:focus-visible { outline: 3px solid #73d3f4; outline-offset: 3px; }

@media (max-width: 980px) {
  .desktop-nav, .header-call { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .hero-grid, .service-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 460px; }
  .service-hero-grid { padding: 75px 0; }
  .service-grid, .full-area-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .process-grid, .story-grid, .area-panel, .quote-layout, .two-column-list, .faq-layout, .split-content { grid-template-columns: 1fr; gap: 45px; }
  .process-intro, .quote-layout > div:first-child, .faq-layout > div:first-child { position: static; }
  .area-panel { padding: 45px; }
  .review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .brand img { width: 58px; height: 58px; }
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .62rem; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 75px 0 58px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-visual { min-height: 350px; margin-inline: -14px; }
  .button-row .button { width: 100%; }
  .hero-points { display: grid; }
  .trust-grid, .service-grid, .full-area-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .service-card { min-height: 265px; }
  .area-panel { padding: 34px 23px; }
  .area-link-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 23px 18px; }
  .span-2 { grid-column: auto; }
  .service-hero img { height: 300px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 16px; }
  .steps > li > span { width: 44px; height: 44px; }
  .stat-row { grid-template-columns: 1fr; }
  .mini-cta-inner, .footer-bottom { display: grid; }
  .mini-cta .button { width: 100%; }
  .mobile-actions { position: fixed; z-index: 150; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; box-shadow: 0 -8px 25px rgba(5,13,21,.22); }
  .mobile-actions a { display: grid; place-items: center; color: var(--white); background: var(--ink); font-weight: 900; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--accent); }
}

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