:root {
  --navy: #0f2340;
  --gold: #b87319;
  --cream: #f8f5ef;
  --white: #fff;
  --muted: #4b5563;
  --soft: #f4eee6;
  --line: rgba(15, 35, 64, .14);
  --shadow: 0 18px 46px rgba(15, 35, 64, .1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
.brand span,
.vehicle-type {
  font-family: Georgia, "Times New Roman", serif;
}

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

.container {
  margin: 0 auto;
  width: min(1180px, 92%);
}

header.site-header {
  background: #e8e8e8;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: flex-start;
  min-height: 104px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.brand img {
  border-radius: 50%;
  height: 82px;
  object-fit: cover;
  width: 82px;
}

.brand span {
  font-size: 1.7rem;
}

nav {
  display: flex;
  font-size: .94rem;
  font-weight: 700;
  gap: 32px;
}

nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 0;
}

nav a:hover,
nav a.active {
  border-bottom-color: var(--gold);
}

.nav-cta,
.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
}

.nav-cta {
  background: var(--gold);
  color: var(--white);
  padding: 14px 22px;
}

.btn {
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  min-height: 54px;
  padding: 14px 26px;
}

.btn-primary {
  background: var(--gold);
  color: var(--white);
}

.btn-secondary {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.hero {
  background: var(--white);
  padding: 60px 0 72px;
}

.hero-grid {
  display: block;
}

.hero-copy {
  margin: 0 auto 36px;
  max-width: 920px;
  text-align: center;
}

.eyebrow {
  color: var(--gold);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(2.25rem, 3.9vw, 4.25rem);
  letter-spacing: 0;
  line-height: 1.06;
  margin-bottom: 24px;
}

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

.hero p {
  color: var(--navy);
  font-size: 1.12rem;
  margin: 0 auto;
  max-width: 760px;
}

.hero .form-prompt {
  color: var(--gold);
  font-weight: 800;
  margin-top: 22px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.form-section {
  background: var(--cream);
  padding: 74px 0;
}

.form-layout {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: .78fr 1.22fr;
}

.form-intro h2,
.other h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 8px 0 22px;
}

.form-intro p,
.other p {
  color: var(--muted);
  font-size: 1.06rem;
  margin-bottom: 16px;
}

.contact-list {
  color: var(--navy);
  display: grid;
  font-weight: 700;
  gap: 13px;
  margin-top: 24px;
}

form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 940px;
  padding: clamp(28px, 5vw, 42px);
}

.field-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.field {
  margin-bottom: 16px;
}

label {
  color: var(--navy);
  display: block;
  font-size: .92rem;
  font-weight: 800;
  margin-bottom: 7px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  font: inherit;
  padding: 15px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 115, 25, .14);
  outline: 0;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.fine {
  color: var(--muted);
  flex: 1 1 260px;
  font-size: .82rem;
}

.fine a {
  border-bottom: 1px solid var(--gold);
  color: var(--navy);
  font-weight: 700;
}

.other {
  background: var(--white);
  padding: 64px 0;
  text-align: center;
}

.other p {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 22px 0 16px;
}

.footer-row,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-row {
  font-size: .95rem;
  gap: 34px;
}

.legal-links {
  font-size: .86rem;
  gap: 20px;
  margin-top: 14px;
}

.legal-links a {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  opacity: .9;
  padding-bottom: 2px;
}

.compliance {
  font-size: .82rem;
  line-height: 1.5;
  margin-top: 12px;
  opacity: .85;
  text-align: center;
}

.thanks {
  background: var(--white);
  min-height: calc(100vh - 220px);
  padding: 70px 0 90px;
}

.thanks-card {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.thanks-card h1 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: .98;
  margin-bottom: 24px;
}

.thanks-card p {
  color: var(--muted);
  font-size: 1.12rem;
  margin: 0 auto 30px;
  max-width: 560px;
}

@media (max-width: 900px) {
  .nav {
    flex-wrap: wrap;
  }

  .nav-cta {
    display: none;
  }

  nav {
    flex-wrap: wrap;
    gap: 16px;
  }

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

  .hero-copy {
    padding-top: 0;
  }

}

@media (max-width: 620px) {
  .brand img {
    height: 66px;
    width: 66px;
  }

  .brand span {
    font-size: 1.35rem;
  }

  nav {
    display: none;
  }

  .hero {
    padding: 42px 0 54px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .button-row,
  .submit-row {
    display: grid;
  }

  .btn {
    width: 100%;
  }

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

  .form-section {
    padding: 54px 0;
  }

  .site-footer {
    padding: 26px 0 20px;
  }

  .footer-row,
  .legal-links {
    display: grid;
    gap: 10px;
    text-align: center;
  }

  .compliance {
    font-size: .76rem;
    margin-top: 18px;
  }
}
