.driver-partner-page {
  background:
    radial-gradient(circle at top left, rgba(16, 66, 94, 0.1), transparent 34%),
    linear-gradient(180deg, #f6f3ea 0%, #ffffff 22%, #eef8f6 100%);
}

.driver-partner-page .site-header {
  color: var(--navy);
}

.driver-partner-page .site-header:not(.is-scrolled):not(.is-open) {
  background: rgba(251, 247, 238, 0.74);
  backdrop-filter: blur(18px);
}

.driver-partner-page .site-nav a:hover,
.driver-partner-page .site-nav a:focus-visible,
.driver-partner-page .site-header.is-scrolled .site-nav a:hover,
.driver-partner-page .site-header.is-scrolled .site-nav a:focus-visible,
.driver-partner-page .site-header.is-open .site-nav a:hover,
.driver-partner-page .site-header.is-open .site-nav a:focus-visible {
  background: rgba(12, 143, 163, 0.1);
}

.driver-hero {
  position: relative;
  padding: 148px 0 88px;
  overflow: hidden;
}

.driver-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(9, 45, 68, 0.92), rgba(16, 66, 94, 0.88) 52%, rgba(12, 143, 163, 0.72)),
    radial-gradient(circle at top right, rgba(217, 146, 47, 0.36), transparent 28%);
}

.driver-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: end;
}

.driver-hero-copy {
  color: var(--white);
}

.driver-hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2.8rem, 6.2vw, 6rem);
}

.driver-hero-lead {
  max-width: 40rem;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
}

.driver-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.driver-hero-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(3, 20, 30, 0.18);
  backdrop-filter: blur(14px);
}

.driver-hero-panel strong {
  font-size: 1.08rem;
}

.driver-proof-strip {
  position: relative;
  margin-top: -26px;
  padding: 0 0 18px;
}

.driver-proof-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.driver-proof-shell article,
.driver-fit-card,
.driver-process-grid article,
.driver-cta-shell {
  border: 1px solid rgba(20, 36, 52, 0.08);
  box-shadow: 0 18px 50px rgba(9, 45, 68, 0.08);
}

.driver-proof-shell article {
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.driver-proof-shell span,
.driver-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--foam);
  color: var(--teal);
  font-weight: 800;
}

.driver-proof-shell h2 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.driver-proof-shell p,
.driver-fit-card p,
.driver-process-grid p,
.driver-cta-shell p {
  margin-bottom: 0;
  color: var(--muted);
}

.driver-section-heading {
  max-width: 760px;
}

.driver-fit-grid,
.driver-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.driver-fit-card,
.driver-process-grid article {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
}

.driver-fit-kicker {
  margin-bottom: 12px;
  color: var(--teal);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.driver-fit-card h3,
.driver-process-grid h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.driver-cta {
  padding-top: 0;
}

.driver-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 246, 0.94));
}

.driver-cta-shell h2 {
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

@media (max-width: 980px) {
  .driver-hero-shell,
  .driver-proof-shell,
  .driver-fit-grid,
  .driver-process-grid,
  .driver-cta-shell {
    grid-template-columns: 1fr;
  }

  .driver-hero-shell {
    align-items: start;
  }

  .driver-hero-copy h1 {
    max-width: 14ch;
  }

  .driver-cta-shell {
    display: grid;
  }
}

@media (max-width: 760px) {
  .driver-hero {
    padding: 132px 0 72px;
  }

  .driver-hero-panel,
  .driver-proof-shell article,
  .driver-fit-card,
  .driver-process-grid article,
  .driver-cta-shell {
    border-radius: 24px;
  }

  .driver-hero-actions .button {
    width: 100%;
    justify-content: center;
  }
}
