:root {
  --ink: #182126;
  --graphite: #202832;
  --graphite-2: #2b3540;
  --blue: #173a5e;
  --river: #1e6b82;
  --green: #0d6b52;
  --brick: #b25735;
  --gold: #c49344;
  --paper: #f6f1e8;
  --paper-2: #fbf8f1;
  --white: #fffdf8;
  --muted: #65716d;
  --line: rgba(24, 33, 38, .14);
  --line-strong: rgba(24, 33, 38, .22);
  --shadow: 0 26px 80px rgba(24, 33, 38, .16);
  --shadow-soft: 0 16px 38px rgba(24, 33, 38, .10);
  --header: 86px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

main,
section,
header,
footer {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--graphite);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(196, 147, 68, .8);
  outline-offset: 4px;
}

section {
  scroll-margin-top: calc(var(--header) + 28px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4.6vw, 64px);
  background: rgba(251, 248, 241, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  text-decoration: none;
}

.brand img {
  width: 230px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 25px);
  font-size: 15px;
  font-weight: 900;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-phone):hover {
  color: var(--brick);
}

.nav-phone {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(30, 107, 130, .28);
  border-radius: 999px;
  background: #edf7f7;
  color: var(--blue);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.nav-toggle span {
  width: 23px;
  height: 2px;
  border-radius: 99px;
  background: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.5vw, 86px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.btn {
  max-width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), #1e9a68);
  color: #fff;
  box-shadow: 0 16px 34px rgba(13, 107, 82, .24);
}

.btn-secondary {
  border-color: rgba(23, 58, 94, .28);
  background: rgba(255, 253, 248, .74);
  color: var(--blue);
}

.btn-secondary.light {
  background: #fff;
  color: var(--ink);
}

.text-link {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero {
  min-height: calc(100vh - var(--header));
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 76px) clamp(42px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(246, 241, 232, .97) 0%, rgba(246, 241, 232, .88) 48%, rgba(246, 241, 232, .38) 100%),
    radial-gradient(circle at 86% 18%, rgba(196, 147, 68, .20), transparent 34%),
    linear-gradient(145deg, var(--paper), #eaf2ef);
}

.hero-copy {
  max-width: 760px;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(18px, 1.5vw, 21px);
  color: #475653;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-points {
  display: grid;
  gap: 8px;
  max-width: 660px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #31403d;
  font-weight: 700;
}

.hero-points li {
  position: relative;
  padding-left: 28px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--brick));
}

.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  border-radius: 0 42px 0 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(24, 33, 38, .64));
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-visual figcaption {
  position: absolute;
  left: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 2;
  max-width: 360px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 12px;
  background: rgba(24, 33, 38, .72);
  color: #fff;
  font-weight: 900;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.form-section {
  width: min(1160px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 56px);
  margin: clamp(42px, 7vw, 86px) auto;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: calc(var(--header) + 30px);
  padding: 34px;
  border-left: 5px solid var(--brick);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.form-intro h2 {
  font-size: clamp(30px, 3.1vw, 46px);
}

.vehicle-form {
  min-width: 0;
  padding: clamp(22px, 3.2vw, 38px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.field-group {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.field-group.full,
.field-group.wide {
  grid-column: 1 / -1;
}

.field-group label {
  font-size: 14px;
  font-weight: 900;
}

.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 33, 38, .18);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}

.field-group input,
.field-group select {
  min-height: 48px;
  padding: 0 13px;
}

.field-group textarea {
  resize: vertical;
  padding: 13px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-note {
  margin: 20px 0 16px;
  padding: 15px 16px;
  border: 1px solid rgba(13, 107, 82, .18);
  border-radius: 14px;
  background: #eef7f1;
  color: #3f544d;
  font-size: 15px;
}

.privacy-note a {
  color: var(--green);
  font-weight: 900;
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 28px;
  margin: 14px 0 0;
  font-weight: 900;
}

.form-status.is-success {
  color: var(--green);
}

.form-status.is-error {
  color: #9a2f22;
}

.signal-strip {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto clamp(72px, 8vw, 118px);
}

.signal-strip article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.signal-strip span {
  color: var(--muted);
}

.split-section,
.export-section,
.local-section {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  margin: clamp(70px, 9vw, 132px) auto;
}

.export-section {
  grid-template-columns: minmax(320px, .74fr) minmax(0, 1fr);
}

.section-copy {
  max-width: 690px;
}

.section-copy p {
  font-size: 18px;
}

.framed-image {
  min-width: 0;
  margin: 0;
  border: 10px solid var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.framed-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.framed-image.small img {
  aspect-ratio: 1 / 1;
}

.framed-image figcaption {
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--graphite), var(--blue));
  font-weight: 900;
  line-height: 1.35;
}

.compass-section {
  padding: clamp(74px, 9vw, 126px) 0;
  background: linear-gradient(180deg, #eef4f0, #f8f3ea);
  border-block: 1px solid var(--line);
}

.compass-head,
.narrow-head {
  width: min(820px, calc(100% - 44px));
  margin: 0 auto clamp(30px, 4.5vw, 52px);
  text-align: center;
}

.compass {
  width: min(1040px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.compass-graphic {
  width: min(1040px, calc(100% - 44px));
  margin: 0 auto 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.compass-graphic img {
  width: 100%;
  height: auto;
}

.compass-center,
.compass article {
  min-width: 0;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.compass-center {
  grid-column: span 2;
  display: grid;
  align-content: center;
  min-height: 210px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(32, 40, 50, .94), rgba(23, 58, 94, .88)),
    radial-gradient(circle at 80% 18%, rgba(196, 147, 68, .3), transparent 34%);
}

.compass-center span {
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
}

.compass-center strong {
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1;
}

.compass-center small {
  margin-top: 12px;
  color: rgba(255, 255, 255, .78);
  font-weight: 900;
}

.compass article span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e8f4ee;
  color: var(--green);
  font-weight: 900;
}

.compass article p {
  margin-bottom: 0;
}

.vehicle-section,
.process-section,
.trust-section,
.faq-section {
  padding: clamp(72px, 8vw, 118px) 0;
}

.vehicle-section,
.trust-section {
  background: var(--paper-2);
}

.tile-grid,
.trust-grid {
  width: min(1040px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.tile-grid article,
.trust-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.tile-grid h3,
.trust-grid h3 {
  font-size: 19px;
}

.tile-grid p,
.trust-grid p {
  margin-bottom: 0;
}

.damage-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
  padding: clamp(76px, 9vw, 124px) clamp(18px, 5vw, 76px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(24, 33, 38, .97), rgba(23, 58, 94, .91)),
    radial-gradient(circle at 74% 12%, rgba(178, 87, 53, .28), transparent 30%);
}

.damage-copy {
  max-width: 680px;
}

.damage-section .eyebrow {
  color: #a7dfc2;
}

.damage-section p {
  color: rgba(255, 255, 255, .78);
}

.damage-photo {
  min-width: 0;
  margin: 0;
  border: 8px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.damage-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.damage-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.damage-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.damage-grid h3 {
  color: #fff;
}

.damage-grid p {
  margin-bottom: 0;
}

.process-list {
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-list li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  padding: 24px 0 24px 72px;
  border-top: 1px solid var(--line);
  counter-increment: steps;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 22px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--graphite);
  color: #fff;
  font-weight: 900;
}

.process-list strong {
  font-size: 21px;
}

.process-list span {
  color: var(--muted);
}

.local-section {
  grid-template-columns: minmax(360px, .84fr) minmax(0, 1fr);
}

.local-map {
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(23, 58, 94, .18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .9), rgba(238, 247, 241, .92)),
    radial-gradient(circle at 18% 24%, rgba(30, 107, 130, .20), transparent 26%);
  box-shadow: var(--shadow);
}

.local-map span {
  min-width: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .82);
  color: var(--blue);
  font-weight: 900;
  text-align: center;
}

.faq-section {
  background: #eef4f0;
  border-top: 1px solid var(--line);
}

.faq-list {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(24, 33, 38, .12);
  background: var(--white);
}

.faq-item:first-child {
  border-top: 1px solid rgba(24, 33, 38, .12);
}

.faq-question {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--green);
  font-size: 20px;
  line-height: 1;
}

.faq-item.open .faq-question::after {
  content: "–";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin-bottom: 0;
}

.final-cta {
  width: min(1120px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: center;
  margin: clamp(70px, 9vw, 126px) auto;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(24, 33, 38, .98), rgba(23, 58, 94, .93)),
    radial-gradient(circle at 86% 22%, rgba(196, 147, 68, .24), transparent 34%);
  color: #fff;
  box-shadow: var(--shadow);
}

.final-cta .eyebrow {
  color: #a7dfc2;
}

.final-cta h2 {
  font-size: clamp(30px, 4vw, 54px);
}

.final-cta p {
  color: rgba(255, 255, 255, .78);
}

.cta-panel {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.legal-page {
  padding: clamp(48px, 8vw, 96px) 0;
}

.legal-content {
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.legal-content h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-content a {
  color: var(--green);
  font-weight: 900;
}

.legal-note {
  margin-top: 34px;
  padding: 16px;
  border-left: 4px solid var(--gold);
  background: #f6efe1;
}

.mobile-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 70;
  min-height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), #1e9a68);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(13, 107, 82, .32);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 72;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--graphite);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 14px;
    font-size: 14px;
  }

  .brand img {
    width: 198px;
  }

  .signal-strip,
  .tile-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  :root {
    --header: 74px;
  }

  body {
    font-size: 16px;
  }

  .topbar {
    padding: 10px 18px;
  }

  .brand img {
    width: 176px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - var(--header));
    padding: 16px 18px 24px;
    overflow-y: auto;
    background: rgba(251, 248, 241, .98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
  }

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

  .site-nav.legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    max-height: none;
    padding: 0;
    overflow: visible;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }

  .site-nav.legal-nav a {
    min-height: 42px;
    border-bottom: 0;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(24, 33, 38, .08);
  }

  .nav-phone {
    margin-top: 12px;
    border-bottom: 1px solid rgba(30, 107, 130, .28) !important;
  }

  .hero,
  .form-section,
  .split-section,
  .export-section,
  .local-section,
  .damage-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 42px;
  }

  .hero-visual {
    border-radius: 24px;
  }

  .form-intro {
    position: static;
  }

  .damage-photo {
    max-width: 620px;
  }

  .local-map {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 154px;
  }

  h1 {
    font-size: clamp(38px, 12.6vw, 56px);
  }

  h2 {
    font-size: clamp(30px, 9.4vw, 42px);
  }

  .hero,
  .damage-section {
    padding-inline: 16px;
  }

  .form-section,
  .signal-strip,
  .split-section,
  .export-section,
  .local-section,
  .compass-head,
  .narrow-head,
  .compass,
  .tile-grid,
  .trust-grid,
  .process-list,
  .faq-list,
  .final-cta {
    width: min(100% - 28px, 1180px);
  }

  .hero-actions,
  .cta-panel {
    display: grid;
  }

  .hero-actions .btn,
  .cta-panel .btn {
    width: 100%;
  }

  .hero-visual figcaption {
    right: 14px;
    max-width: none;
    font-size: 14px;
  }

  .field-grid,
  .signal-strip,
  .tile-grid,
  .trust-grid,
  .damage-grid,
  .compass,
  .local-map {
    grid-template-columns: 1fr;
  }

  .vehicle-form,
  .form-intro {
    padding: 22px;
    border-radius: 20px;
  }

  .compass-center {
    grid-column: auto;
    min-height: 190px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-left: 60px;
  }

  .framed-image {
    border-width: 6px;
    border-radius: 18px;
  }

  .final-cta {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 86px;
  }

  .site-nav.legal-nav {
    display: none;
  }

  .legal-content {
    width: min(100% - 28px, 900px);
    padding: 22px;
    border-radius: 20px;
  }

  .mobile-cta.is-visible {
    display: flex;
  }

  .back-to-top {
    right: 16px;
    bottom: 80px;
  }
}

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

/* Final Augsburg polish: stronger local identity, more depth, less template feel. */
body {
  background:
    linear-gradient(180deg, #f6f1e8 0, #f1eee5 46%, #eef4f0 100%);
}

.topbar {
  box-shadow: 0 10px 34px rgba(24, 33, 38, .06);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(116deg, rgba(17, 28, 31, .98) 0 50%, rgba(17, 28, 31, .62) 50.1% 58%, rgba(246, 241, 232, .96) 58.1% 100%),
    radial-gradient(circle at 18% 22%, rgba(30, 107, 130, .34), transparent 28%),
    radial-gradient(circle at 40% 86%, rgba(178, 87, 53, .18), transparent 30%),
    #111c1f;
  padding-bottom: clamp(84px, 9vw, 132px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000 0 52%, transparent 82%);
}

.hero::after {
  content: "AUGSBURG";
  position: absolute;
  left: clamp(18px, 5vw, 76px);
  bottom: 8px;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(78px, 16vw, 224px);
  font-weight: 900;
  line-height: .78;
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero .eyebrow {
  color: #d9b15f;
}

.hero h1 {
  text-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

.hero-lead {
  color: rgba(255, 255, 255, .82);
}

.hero-points {
  color: rgba(255, 255, 255, .86);
}

.hero-points li::before {
  box-shadow: 0 0 0 7px rgba(196, 147, 68, .14);
}

.hero-proof {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);
}

.hero-proof strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}

.hero-visual {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 34px 34px 34px 8px;
  transform: translateY(18px);
}

.hero-visual img {
  aspect-ratio: 15 / 11;
}

.hero-visual figcaption {
  max-width: 430px;
  border-color: rgba(217, 177, 95, .32);
  background: rgba(17, 28, 31, .78);
}

.form-section {
  position: relative;
  z-index: 4;
  margin-top: clamp(-78px, -5vw, -44px);
}

.form-intro {
  border-left: 0;
  border-top: 6px solid var(--brick);
  border-radius: 0 28px 28px 28px;
}

.form-intro-note {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(23, 58, 94, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #edf7f7, #fff8ed);
}

.form-intro-note strong,
.form-intro-note span {
  display: block;
}

.form-intro-note strong {
  margin-bottom: 4px;
  color: var(--blue);
}

.form-intro-note span {
  color: var(--muted);
}

.vehicle-form {
  border-radius: 8px 30px 30px 30px;
}

.vehicle-form::before {
  content: "Augsburg Anfrage";
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf7f1;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-strip {
  transform: translateY(-10px);
}

.signal-strip article {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-top: 0;
  border-radius: 22px 22px 22px 4px;
  background:
    linear-gradient(145deg, #fffdf8, #f3efe6),
    var(--white);
}

.signal-strip article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(196, 147, 68, .14);
}

.signal-strip em {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--graphite);
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.split-section {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 36px;
  background: rgba(255, 253, 248, .62);
  box-shadow: inset 0 0 0 1px rgba(24, 33, 38, .08);
}

.framed-image {
  border-radius: 34px 6px 34px 6px;
}

.compass-section {
  background:
    linear-gradient(180deg, rgba(238, 244, 240, .96), rgba(248, 243, 234, .96)),
    radial-gradient(circle at 12% 22%, rgba(30, 107, 130, .18), transparent 26%);
}

.compass-graphic {
  border-radius: 30px 8px 30px 8px;
}

.damage-section {
  background:
    linear-gradient(132deg, rgba(17, 28, 31, .99), rgba(23, 58, 94, .94)),
    radial-gradient(circle at 76% 20%, rgba(196, 147, 68, .22), transparent 32%);
}

.local-map {
  position: relative;
  overflow: hidden;
  border-radius: 36px 8px 36px 8px;
}

.local-map::before {
  content: "Lech";
  position: absolute;
  right: -12px;
  top: 18px;
  color: rgba(23, 58, 94, .08);
  font-size: 92px;
  font-weight: 900;
  transform: rotate(90deg);
}

.local-map span {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(24, 33, 38, .06);
}

.local-map span:nth-child(2n) {
  transform: translateY(18px);
}

.final-cta {
  border-radius: 10px 42px 10px 42px;
  background:
    linear-gradient(135deg, rgba(17, 28, 31, .98), rgba(23, 58, 94, .95)),
    radial-gradient(circle at 86% 22%, rgba(196, 147, 68, .30), transparent 34%);
}

@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(17, 28, 31, .98) 0 68%, rgba(246, 241, 232, .98) 68.1% 100%),
      #111c1f;
    padding-bottom: 42px;
  }

  .hero-visual {
    transform: none;
  }

  .form-section {
    margin-top: clamp(32px, 6vw, 54px);
  }

  .split-section {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero::after {
    display: none;
  }

  .signal-strip {
    transform: none;
  }

  .signal-strip article {
    min-height: 0;
  }

  .local-map span:nth-child(2n) {
    transform: none;
  }
}
