@font-face {
  font-family: "Nunito";
  src: url("/assets/fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("/assets/fonts/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --navy: #11284d;
  --navy-mid: #29466f;
  --gold: #f1a21a;
  --magenta: #d0006f;
  --magenta-light: #ff4fa3;
  --white: #ffffff;
  --soft: #f3f6fa;
  --ink: #20324d;
  --muted: #60708a;
  --line: #dbe3ed;
  --shadow: 0 18px 48px rgba(17, 40, 77, 0.09);
  --radius: 24px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Nunito", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  border-bottom: 1px solid rgba(219, 227, 237, 0.95);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px 22px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 15px;
}

.button-primary {
  background: var(--gold);
  color: var(--navy);
}

.button-primary:hover {
  background: #ffb42d;
}

.button-outline {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.button-outline:hover {
  background: var(--soft);
}

.button-dark {
  background: var(--navy);
  color: var(--white);
}

.button-dark:hover {
  background: var(--navy-mid);
}

.hero {
  padding: clamp(56px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 6vw, 72px);
}

.eyebrow,
.section-index {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  background: var(--soft);
  color: var(--navy-mid);
  letter-spacing: 0;
  text-transform: none;
}

.hero-kicker-dark {
  color: var(--navy-mid);
}

.hero-kicker-gold {
  color: var(--gold);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.derslig-word {
  color: var(--magenta);
}

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

h1,
h2,
h3 {
  color: var(--navy);
  font-family: "Nunito", "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(44px, 4.6vw, 60px);
  font-weight: 900;
}

h1 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

h2 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 850;
}

.hero-lead,
.section-intro {
  max-width: 670px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.7;
}

.button-row {
  margin-top: 30px;
}

.hero-proof {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--navy-mid);
  font-size: 15px;
  font-weight: 800;
}

.hero-visual,
.report-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.hero-visual img,
.report-image img {
  width: 100%;
  height: auto;
}

.section {
  padding: clamp(72px, 9vw, 120px) 0;
}

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

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 8vw;
}

.large-copy {
  font-size: clamp(20px, 2.3vw, 29px);
  line-height: 1.55;
}

.accent-quote {
  margin: 34px 0 0;
  border-left: 5px solid var(--gold);
  padding-left: 24px;
  color: var(--navy);
  font-weight: 800;
}

.card-grid {
  display: grid;
  gap: 20px;
  margin-top: 46px;
}

.card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 30px;
  box-shadow: 0 8px 24px rgba(17, 40, 77, 0.045);
}

.card p {
  margin-bottom: 0;
}

.number {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}

.number-gold {
  background: var(--gold);
  color: var(--navy);
}

.number-mid {
  background: var(--navy-mid);
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading-row > p {
  max-width: 420px;
  margin-bottom: 24px;
  font-size: 19px;
}

.card-label {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 900;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 56px;
  margin-top: 48px;
}

.report-list {
  display: grid;
  gap: 16px;
}

.report-card {
  display: grid;
  grid-template-columns: 7px 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
}

.report-card > span {
  border-radius: 999px;
  background: var(--gold);
}

.report-card p {
  margin-bottom: 0;
}

.coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  align-items: center;
  gap: 72px;
}

.navy-panel {
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
  padding: 40px;
  box-shadow: var(--shadow);
}

.navy-panel strong {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1.05;
}

.panel-label {
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grade-pills {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.grade-pills span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 46px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
}

.process-grid li {
  min-height: 270px;
  background: var(--white);
  padding: 30px;
}

.process-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--gold);
  font-size: 38px;
  font-weight: 900;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 8vw;
}

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

.trust-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  padding: 20px;
}

.trust-list li > span {
  color: var(--gold);
  font-weight: 900;
}

.trust-list p {
  margin-bottom: 0;
}

.dealership-band {
  padding: 78px 0;
  background: var(--navy);
  color: var(--white);
}

.dealership-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.dealership-inner h2 {
  color: var(--white);
}

.dealership-inner p:not(.section-index) {
  max-width: 780px;
  margin-bottom: 0;
  color: #dbe7f5;
  font-size: 19px;
}

.section-index-light {
  color: var(--gold);
}

.forms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 28px;
}

.form-card {
  scroll-margin-top: 100px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.form-card-soft {
  background: var(--soft);
  box-shadow: none;
}

.form-card h2 {
  font-size: clamp(31px, 3.5vw, 44px);
}

.form-card form {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

.field label,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.field b,
.consent b {
  color: #a33a2f;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid #c7d2df;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 13px;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(241, 162, 26, 0.32);
}

.checkbox-group {
  margin: 0;
  border: 0;
  padding: 0;
}

.checkbox-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-group label {
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 8px 10px;
  cursor: pointer;
}

.checkbox-group input,
.consent input {
  width: 19px;
  height: 19px;
  accent-color: var(--navy);
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.consent input {
  margin-top: 2px;
}

.consent a {
  color: var(--navy);
  font-weight: 900;
}

.form-submit {
  width: 100%;
  margin-top: 5px;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-success-copy {
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.faq-wrap {
  max-width: 920px;
}

.faq-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}

.faq-list summary {
  position: relative;
  padding-right: 44px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 5px;
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 780px;
  margin: 14px 0 0;
}

.site-footer {
  background: var(--navy);
  color: #dbe7f5;
  padding: 58px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 54px;
  padding-bottom: 38px;
}

.brand-footer {
  width: fit-content;
  overflow: hidden;
  border-radius: 8px;
}

.site-footer h2 {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0;
}

.site-footer .derslig-word {
  color: var(--magenta-light);
}

.site-footer a:not(.brand) {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  text-decoration: none;
}

.site-footer a:not(.brand):hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid,
  .report-layout,
  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .report-image {
    max-width: 760px;
  }

  .split-heading,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .card-grid-three {
    grid-template-columns: 1fr;
  }

  .numbered-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .form-card {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header,
  .header-inner {
    min-height: 64px;
  }

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

  .hide-mobile {
    display: none;
  }

  .button-small {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 14px;
  }

  .hero-grid {
    gap: 36px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  h2 {
    font-size: clamp(33px, 10vw, 46px);
  }

  .hero-lead,
  .section-intro {
    font-size: 18px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .section-heading-row,
  .dealership-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-grid-two,
  .numbered-cards,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li {
    min-height: auto;
  }

  .process-grid span {
    margin-bottom: 26px;
  }

  .navy-panel {
    padding: 28px;
  }

  .grade-pills {
    flex-wrap: wrap;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .form-card {
    padding: 24px 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

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

.success-page {
  min-height: 100vh;
  background: var(--soft);
}

.success-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.success-card {
  width: min(100%, 680px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  padding: clamp(32px, 7vw, 70px);
  box-shadow: var(--shadow);
  text-align: center;
}

.success-card .brand {
  justify-content: center;
  margin-bottom: 42px;
}

.success-kicker {
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.success-card h1 {
  color: var(--navy);
}

.success-card p:not(.success-kicker) {
  margin-bottom: 30px;
  font-size: 20px;
}
