.hero {
  min-height: calc(100vh - 186px);
  padding-top: 28px;
  padding-bottom: 36px;
}

.hero .hero-copy h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 5vw, 4.4rem);
}

.hero .hero-sub { line-height: 1.5; }

.hero-paths {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 14px;
  margin-top: 24px;
  max-width: 690px;
}

.hero-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.hero-path-primary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(125, 211, 252, 0.62);
}

.hero-path .btn {
  width: 100%;
  margin-bottom: 12px;
  min-height: 54px;
  padding: 10px 16px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.hero-path-primary .btn {
  min-height: 54px;
  font-size: 1.05rem;
}

.hero-path p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.hero-support-links a {
  color: #dff2ff;
  font-weight: 800;
  text-decoration: none;
}

.hero-support-links a:hover { color: #ffffff; }

.hero .stats { margin-top: 34px; }

html { overflow-x: hidden; }

.free-quote-hero .page-sub { max-width: 650px; }

.free-quote-form h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.free-quote-form .field { margin-top: 18px; }
.free-quote-form .form-grid { margin-top: 20px; }

.photo-upload-field span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.photo-upload-field small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.photo-upload-field em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.45;
}

.no-obligation-note {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--sky);
  border-radius: 6px;
  background: var(--ice);
  color: var(--muted);
  line-height: 1.55;
}

.no-obligation-note strong { color: var(--navy); }
.quote-submit-btn { min-height: 54px; font-size: 1.02rem; }

.quote-choice-side .booking-secondary-btn {
  width: 100%;
  margin-top: 20px;
  border-color: rgba(0, 78, 140, 0.3);
  color: var(--navy);
}

.quote-choice-side .booking-secondary-btn:hover {
  border-color: var(--sky);
  background: var(--ice);
}

.quote-side-divider {
  height: 1px;
  margin: 28px 0;
  background: var(--line);
}

.text-path-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.quote-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

body.night-mode .free-quote-form h2,
body.night-mode .no-obligation-note strong,
body.night-mode .quote-choice-side .booking-secondary-btn {
  color: #7dd3fc;
}

body.night-mode .no-obligation-note {
  background: #101d2c;
  color: #b7cde0;
}

body.night-mode .quote-choice-side .booking-secondary-btn:hover {
  background: rgba(125, 211, 252, 0.1);
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 54px;
  }

  .hero-paths { grid-template-columns: 1fr; }
  .hero-path { padding: 16px; }
  .hero-path-primary .btn { min-height: 50px; }
  .quote-success-actions { align-items: stretch; flex-direction: column; }
  .quote-success-actions .btn { width: 100%; }
}
