:root {
  /* Modern Professional Color Palette */
  --ink: #1a2332;
  --muted: #6b7c94;
  --line: #e1e8f0;
  --paper: #ffffff;
  --soft: #f8fafb;
  --cream: #f0f4f8;
  --brand: #1e40af;
  --brand-2: #0369a1;
  --brand-light: #3b82f6;
  --accent: #0ea5e9;
  --accent-light: #06b6d4;
  --danger: #dc2626;
  --success: #10b981;
  --shadow: 0 20px 50px rgba(30, 64, 175, 0.1);
  --shadow-sm: 0 4px 12px rgba(30, 64, 175, 0.08);
  --radius: 10px;
}

/* 2026 visual refresh: warm, editorial and locally trustworthy */
:root {
  --ink: #14231d;
  --muted: #66736c;
  --line: #dce4df;
  --paper: #fffdf8;
  --soft: #f7f8f3;
  --cream: #f1eee4;
  --brand: #194f3d;
  --brand-2: #0f3b2d;
  --brand-light: #2c745b;
  --accent: #dc7a24;
  --accent-light: #f0a34d;
  --shadow: 0 24px 70px rgba(25, 55, 43, .14);
  --shadow-sm: 0 9px 28px rgba(25, 55, 43, .08);
  --radius: 20px;
}

body { background: var(--paper); color: var(--ink); }

.site-header {
  background: rgba(255, 253, 248, .94);
  border-color: rgba(20, 35, 29, .08);
  box-shadow: 0 5px 24px rgba(20, 35, 29, .06);
}

.nav { min-height: 82px; width: min(1280px, calc(100% - 40px)); }
.brand img { width: 58px; height: 58px; border: 0; border-radius: 16px; box-shadow: 0 6px 20px rgba(20,35,29,.13); }
.brand strong { color: var(--brand); font-size: 17px; letter-spacing: -.2px; }
.brand span { color: #76817b; letter-spacing: .08em; }
.nav-links { gap: 2px; }
.nav-links a { border-radius: 999px; padding: 10px 12px; font-size: 13px; }
.nav-links a:hover { color: var(--brand); background: #edf3ef; }

.btn { min-height: 50px; padding: 14px 23px; border-radius: 999px; background: var(--brand); box-shadow: 0 10px 24px rgba(25,79,61,.22); font-weight: 750; }
.btn:hover { background: #103d2f; box-shadow: 0 14px 32px rgba(25,79,61,.28); }
.btn.secondary { background: var(--accent); box-shadow: 0 10px 24px rgba(220,122,36,.25); }
.btn.secondary:hover { background: #c96819; }
.btn.light { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.btn.light:hover { color: var(--brand); background: #fff; }
.quote-card .btn.light, .quote-panel .btn.light { color: var(--brand); border-color: #cfdad4; background: #fff; }

.hero {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(12,28,22,.96) 0%, rgba(12,28,22,.82) 39%, rgba(12,28,22,.26) 68%, rgba(12,28,22,.06) 100%),
    var(--hero-image) center / cover no-repeat;
}
.hero::before { background: radial-gradient(circle at 12% 20%, rgba(220,122,36,.18), transparent 34%); }
.hero-inner { width: min(1280px, calc(100% - 40px)); grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); gap: 72px; padding: 72px 0; }
.eyebrow { padding: 9px 14px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #f7c791; }
.hero h1 { max-width: 680px; margin: 24px 0 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px,5.6vw,76px); line-height: .99; letter-spacing: -2.4px; font-weight: 700; }
.hero p { max-width: 650px; color: rgba(255,255,255,.8); font-size: 17px; }
.trust-strip { max-width: 650px; margin-top: 36px; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.trust-strip div { padding: 18px 22px 4px 0; border: 0; background: transparent; backdrop-filter: none; }
.trust-strip div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); }
.trust-strip strong { color: #f7c791; font-family: Georgia,serif; font-size: 25px; }

.quote-card, .quote-panel { border-radius: 24px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.quote-card { padding: 30px; background: rgba(255,253,248,.97); }
.quote-card h2, .quote-panel h2 { color: var(--ink); font-family: Georgia,serif; font-size: 28px; }
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 12px; background: #f6f5ef; border-color: #dce1dc; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(220,122,36,.12); }

.section { padding: 104px 0; }
.wrap { width: min(1180px, calc(100% - 40px)); }
.section-head { margin-bottom: 48px; }
.section-head span { color: var(--accent); letter-spacing: .14em; }
.section-head h2 { color: var(--ink); font-family: Georgia,'Times New Roman',serif; font-size: clamp(34px,4.5vw,53px); letter-spacing: -1.25px; line-height: 1.06; font-weight: 700; }
.section-head p { max-width: 680px; }
.section-head.center p { margin-inline: auto; }

.service-grid { grid-template-columns: repeat(12,1fr); gap: 22px; }
.service-card { grid-column: span 4; padding: 18px; border: 0; border-radius: 24px; box-shadow: var(--shadow-sm); }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
.service-card img { width: 100%; height: 220px; margin: 0 0 20px; border-radius: 17px; filter: saturate(.88) contrast(1.03); }
.service-card:nth-child(-n+2) img { height: 280px; }
.service-card h3 { color: var(--ink); font-family: Georgia,serif; font-size: 22px; margin-inline: 6px; }
.service-card p { margin: 0 6px 8px; }
.service-card:hover { border-color: transparent; transform: translateY(-6px); }

.section.soft { background: #eef2ed; }
.section.cream { background: #f3ede2; }
.split { grid-template-columns: .9fr 1.1fr; gap: 72px; }
.split-media { position: relative; display: block; padding: 0 36px 50px 0; }
.split-media img { width: 100%; height: 520px; border-radius: 28px; object-fit: cover; }
.split-media img:nth-child(2) { display: none; }
.media-note { position: absolute; right: 0; bottom: 0; width: min(310px,75%); padding: 24px; border-radius: 20px; background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.media-note strong, .media-note span { display: block; }
.media-note strong { margin-bottom: 6px; color: #f7c791; font: 700 22px/1.15 Georgia,serif; }
.media-note span { color: rgba(255,255,255,.78); font-size: 14px; }
.check-list li { padding: 15px 18px 15px 48px; border: 0; border-radius: 14px; background: rgba(255,255,255,.58); position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 17px; top: 14px; color: var(--accent); font-weight: 900; }

.area-grid { gap: 20px; }
.area-card { min-height: 290px; border-radius: 24px; background: #102d23; }
.area-card::after { content:''; position:absolute; inset:0; background: linear-gradient(0deg,rgba(9,25,19,.88),rgba(9,25,19,.08) 70%); }
.area-card img { opacity: .72; filter: saturate(.75); }
.area-card div { z-index: 1; padding: 26px; }
.area-card h3 { font-family: Georgia,serif; font-size: 27px; }

.process { gap: 20px; }
.process-card { padding: 28px; border: 0; border-radius: 20px; box-shadow: var(--shadow-sm); }
.process-card::before { border-radius: 14px; background: var(--brand); color: #f7c791; }
.process-card h3 { color: var(--ink); font-family: Georgia,serif; font-size: 20px; }
.quote-panel { background: #fffdf8; }
.faq details { border: 0; border-radius: 16px; box-shadow: 0 4px 18px rgba(25,55,43,.06); }
.faq details[open] { border: 0; background: #f1f5f2; }
.contact-band { padding: 42px 0; background: var(--brand); }
.contact-band h2, .footer h3 { font-family: Georgia,serif; }
.footer { background: #0e211a; }

@media (max-width: 980px) {
  .hero { background-position: 62% center; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
  .split { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 720px) {
  .nav { min-height: 72px; width: calc(100% - 20px); padding-inline: 0; }
  .brand img { width: 48px; height: 48px; }
  .hero { min-height: auto; background-position: 66% center; }
  .hero-inner { width: calc(100% - 28px); padding: 54px 0; }
  .hero h1 { font-size: clamp(40px,12vw,58px); letter-spacing: -1.4px; }
  .trust-strip { grid-template-columns: repeat(3,1fr); }
  .trust-strip div { padding-right: 10px; font-size: 11px; }
  .trust-strip div + div { padding-left: 10px; }
  .section { padding: 72px 0; }
  .wrap { width: calc(100% - 28px); }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: 1/-1; }
  .service-card img, .service-card:nth-child(-n+2) img { height: 220px; }
  .split-media { padding: 0 16px 42px 0; }
  .split-media img { height: 390px; }
  .area-card { min-height: 250px; }
}

@media (max-width: 480px) {
  .hero { background-image: linear-gradient(180deg,rgba(12,28,22,.84),rgba(12,28,22,.96)), var(--hero-image) !important; background-position: 68% center; }
  .hero-inner { width: calc(100% - 24px); padding: 42px 0; }
  .hero h1 { font-size: 42px; line-height: 1.02; }
  .hero-actions .btn { width: 100%; }
  .quote-card { padding: 18px; }
  .section-head h2 { font-size: 32px; }
  .sticky-actions { flex-direction: row; }
  .sticky-actions a { flex: 1; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

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

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

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(30, 64, 175, 0.06);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1200px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  flex-shrink: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid var(--brand-light);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.15);
  transition: transform 0.2s ease;
}

.brand:hover img {
  transform: scale(1.05);
}

.brand strong {
  display: block;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}

.nav-links a {
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all 0.2s ease;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--brand);
  background: rgba(30, 64, 175, 0.05);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: none;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.2);
  transition: all 0.2s ease;
}

.btn:hover {
  background: #1a3a7d;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.25);
}

.btn:active {
  transform: translateY(0);
}

.btn.secondary {
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.2);
}

.btn.secondary:hover {
  background: #06b6d4;
}

.btn.light {
  background: #fff;
  color: var(--brand);
  border: 2px solid var(--brand);
  box-shadow: none;
}

.btn.light:hover {
  background: rgba(30, 64, 175, 0.05);
}

/* Hero Section */
.hero {
  min-height: 680px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(30, 64, 175, 0.88) 0%, rgba(3, 105, 161, 0.75) 100%),
    var(--hero-image) center / cover no-repeat;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 0%, rgba(255, 255, 255, 0.1), transparent 70%);
  pointer-events: none;
}

.hero-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

.hero h1 {
  max-width: 800px;
  margin: 20px 0 16px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.hero p {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-strip div {
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.trust-strip strong {
  display: block;
  font-size: 20px;
  color: #fff;
}

.trust-strip div::after {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}

/* Quote Card */
.quote-card,
.quote-panel {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(30, 64, 175, 0.06);
  overflow: hidden;
}

.quote-card {
  padding: 28px;
}

.quote-card h2,
.quote-panel h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--brand);
}

.quote-card p,
.quote-panel p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-form label {
  position: relative;
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: all 0.2s ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.quote-form textarea {
  min-height: 100px;
  resize: vertical;
}

.quote-options {
  display: grid;
  gap: 10px;
}

.quote-options > span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.vehicle-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-option {
  position: relative;
  min-height: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  cursor: pointer;
}

.vehicle-option input {
  position: absolute;
  inset: 12px auto auto 12px;
  width: 18px;
  height: 18px;
  min-height: 0;
}

.vehicle-option img {
  width: 100%;
  height: 92px;
  margin-bottom: 10px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.vehicle-option strong,
.vehicle-option small {
  display: block;
  padding-left: 2px;
}

.vehicle-option strong {
  color: var(--brand);
}

.vehicle-option small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.vehicle-option:has(input:checked) {
  border-color: var(--accent);
  background: #fff8ed;
  box-shadow: 0 0 0 3px rgba(220, 122, 36, 0.12);
}

.quote-result {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(6, 182, 212, 0.24);
  border-radius: var(--radius);
  background: #ecfeff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.12);
}

.quote-route {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(220, 122, 36, 0.28);
  border-radius: var(--radius);
  background: #fff8ed;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.quote-route[hidden] {
  display: none;
}

.quote-route strong {
  color: var(--brand);
}

.city-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 2px;
  max-height: 230px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #d7e2ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 35, 29, 0.18);
}

.city-suggestions[hidden] {
  display: none;
}

.city-suggestions button {
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #243b53;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.city-suggestions button:hover,
.city-suggestions button:focus {
  outline: none;
  background: #edf4fb;
  color: #1d4f91;
}

.quote-result.is-error {
  border-color: rgba(220, 38, 38, 0.25);
  background: #fff1f2;
}

.quote-result strong {
  color: var(--brand);
  font-size: 16px;
}

.quote-result span {
  color: var(--muted);
  line-height: 1.5;
}

.quote-result-total {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
}

.quote-result-total b {
  color: var(--ink);
  font-size: 26px;
  line-height: 1.1;
}

.quote-summary-grid {
  display: grid;
  grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr);
  gap: 8px 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.quote-summary-grid span {
  color: var(--muted);
  font-size: 13px;
}

.quote-summary-grid b {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.quote-result small {
  color: var(--brand);
  font-weight: 700;
  line-height: 1.45;
}

.quote-notes {
  display: grid;
  gap: 4px;
}

.quote-result .btn {
  width: fit-content;
  margin-top: 4px;
}

/* Sections */
.section {
  padding: 80px 0;
}

.section.soft {
  background: var(--cream);
}

.section.cream {
  background: linear-gradient(180deg, var(--soft) 0%, var(--cream) 100%);
}

.wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head span {
  display: inline-block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  color: var(--brand);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

/* Service Cards */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: var(--brand);
}

.service-card img {
  width: calc(100% + 48px);
  height: 180px;
  margin: -24px -24px 18px -24px;
  border-radius: var(--radius) var(--radius) 0 0;
  object-fit: cover;
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  flex-grow: 1;
}

/* Split Layout */
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.split-media {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 14px;
}

.split-media img {
  width: 100%;
  height: 390px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.split-media img:nth-child(2) {
  height: 280px;
  align-self: end;
}

.split h2 {
  color: var(--brand);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding: 14px 18px;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--soft);
  font-weight: 500;
  color: var(--ink);
  transition: all 0.2s ease;
}

.check-list li:hover {
  background: var(--cream);
  border-left-color: var(--brand);
}

/* Area Cards */
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.area-card {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.area-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  transition: transform 0.35s ease;
}

.area-card:hover {
  transform: scale(1.02);
}

.area-card:hover img {
  transform: scale(1.08);
}

.area-card div {
  position: relative;
  padding: 24px;
  width: 100%;
}

.area-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.area-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

/* Process Cards */
.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: step;
}

.process-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  counter-increment: step;
  transition: all 0.2s ease;
}

.process-card:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
}

.process-card::before {
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.process-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--brand);
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Quote Section */
.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1fr);
  gap: 40px;
  align-items: start;
}

.quote-panel {
  padding: 28px;
  position: sticky;
  top: 100px;
}

/* FAQ Section */
.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.faq details:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
}

.faq details[open] {
  border-color: var(--brand);
  background: var(--soft);
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  user-select: none;
  outline: none;
}

.faq summary::-webkit-details-marker {
  color: var(--accent);
}

.faq p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* Contact Band */
.contact-band {
  padding: 32px 0;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  color: #fff;
}

.contact-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-band h2 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 800;
}

.contact-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

/* Testimonials Section */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.testimonial-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.testimonial-card .stars {
  color: #f59e0b;
  font-size: 16px;
  margin-bottom: 12px;
}

.testimonial-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  font-style: italic;
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.testimonial-card .author-info {
  flex: 1;
}

.testimonial-card .author-name {
  display: block;
  font-weight: 700;
  color: var(--ink);
}

.testimonial-card .author-title {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

/* Footer */
.footer {
  padding: 40px 0 24px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.footer h3 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 700;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.footer a {
  display: block;
  margin: 8px 0;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

/* Sticky Actions */
.sticky-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-actions a {
  min-width: 140px;
}

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    z-index: 100;
  }

  .nav-links.open {
    display: flex;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .hero-inner,
  .split,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .area-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-inner {
    padding: 52px 0 52px;
  }

  .split-media {
    grid-template-columns: 1fr;
  }

  .split-media img,
  .split-media img:nth-child(2) {
    height: 280px;
    align-self: auto;
  }
}

@media (max-width: 720px) {
  .nav {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 180px;
  }

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

  .brand strong {
    font-size: 14px;
  }

  .hero {
    min-height: 520px;
  }

  .hero-inner {
    padding: 40px 0;
  }

  .hero h1 {
    font-size: clamp(28px, 4.5vw, 38px);
    margin: 14px 0 12px;
  }

  .hero p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .quote-card {
    padding: 20px;
  }

  .section {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .section-head h2 {
    font-size: clamp(24px, 3.5vw, 32px);
  }

  .service-grid,
  .area-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .nav {
    min-height: 64px;
    gap: 12px;
  }

  .nav-links {
    top: 64px;
    padding: 12px;
  }

  .brand {
    min-width: 150px;
    gap: 10px;
  }

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

  .brand strong {
    font-size: 13px;
  }

  .brand span {
    font-size: 10px;
  }

  .hero {
    min-height: 480px;
    background-image: linear-gradient(135deg, rgba(30, 64, 175, 0.92) 0%, rgba(3, 105, 161, 0.85) 100%) !important;
  }

  .hero-inner {
    padding: 32px 0;
    width: calc(100% - 16px);
  }

  .hero h1 {
    font-size: clamp(24px, 6vw, 32px);
    margin: 12px 0 10px;
    line-height: 1.2;
  }

  .eyebrow {
    font-size: 11px;
    padding: 8px 10px;
  }

  .hero p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    font-size: 13px;
    padding: 10px 16px;
    min-height: 44px;
  }

  .trust-strip {
    gap: 10px;
    margin-top: 20px;
  }

  .trust-strip div {
    padding: 12px;
    font-size: 12px;
  }

  .trust-strip strong {
    font-size: 16px;
  }

  .quote-card {
    padding: 16px;
  }

  .quote-card h2 {
    font-size: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-options {
    grid-template-columns: 1fr;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    min-height: 44px;
    font-size: 16px;
  }

  .section {
    padding: 40px 0;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .section-head p {
    font-size: 14px;
  }

  .service-card {
    padding: 16px;
  }

  .service-card img {
    height: 140px;
    margin: -16px -16px 12px -16px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13px;
  }

  .area-card {
    min-height: 200px;
  }

  .area-card div {
    padding: 16px;
  }

  .area-card h3 {
    font-size: 18px;
  }

  .process-card {
    padding: 16px;
  }

  .process-card::before {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .process-card h3 {
    font-size: 15px;
  }

  .process-card p {
    font-size: 13px;
  }

  .contact-band {
    padding: 24px 0;
  }

  .contact-band .wrap {
    flex-direction: column;
    gap: 16px;
  }

  .contact-band h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .contact-band p {
    font-size: 13px;
  }

  .contact-band .btn {
    width: 100%;
  }

  .footer {
    padding: 28px 0 16px;
  }

  .footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer p,
  .footer a {
    font-size: 13px;
    margin: 6px 0;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-card p {
    font-size: 13px;
  }

  .faq details {
    padding: 16px;
  }

  .faq summary {
    font-size: 14px;
  }

  .faq p {
    font-size: 13px;
    margin-top: 10px;
  }

  .sticky-actions {
    right: 8px;
    left: 8px;
    bottom: 8px;
    gap: 8px;
  }

  .sticky-actions a {
    padding: 10px 14px;
    font-size: 12px;
    min-height: 40px;
  }
}
