:root {
  --red: #da3232;
  --blue: #1f438a;
  --white: #ffffff;
  --ink: #121825;
  --muted: #596274;
  --line: rgba(31, 67, 138, 0.16);
  --cream: #f7f8fb;
  --shadow: 0 24px 70px rgba(18, 24, 37, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(31, 67, 138, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 67, 138, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 44px 44px;
  font-family: "Aptos", "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 4%, rgba(218, 50, 50, 0.12), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(31, 67, 138, 0.12), transparent 24%);
  z-index: -1;
}

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

img,
svg {
  max-width: 100%;
}

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

.section-padding {
  padding: 76px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px max(16px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(90deg, var(--blue) 0 34%, var(--red) 34% 68%, var(--blue) 68% 100%) top / 100% 3px no-repeat,
    linear-gradient(112deg, rgba(31, 67, 138, 0.07) 0 34%, transparent 34% 100%),
    rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(18, 24, 37, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: clamp(104px, 10vw, 132px);
  height: auto;
}

.footer-brand .brand-logo {
  width: clamp(126px, 14vw, 158px);
}

.thanks-card .brand-logo {
  width: clamp(190px, 54vw, 310px);
  margin-bottom: 32px;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.76rem;
  font-weight: 800;
}

.nav a {
  padding: 6px 8px;
  border-radius: 999px;
  color: #23304a;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  background: rgba(31, 67, 138, 0.08);
  outline: none;
}

.nav .nav-cta {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 22px rgba(218, 50, 50, 0.2);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 42px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(31, 67, 138, 0.99) 0%, rgba(31, 67, 138, 0.96) 42%, rgba(24, 48, 98, 0.9) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 18px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 67, 138, 0.96) 0%, rgba(31, 67, 138, 0.76) 36%, rgba(31, 67, 138, 0.28) 66%, rgba(18, 24, 37, 0.42) 100%),
    linear-gradient(180deg, rgba(31, 67, 138, 0.08), rgba(18, 24, 37, 0.28)),
    url("assets/images/web/road-runners-hero-bg.jpg") right center / auto 112% no-repeat;
  opacity: 0.92;
  filter: saturate(1.02) contrast(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 77% 54%, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(218, 50, 50, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(31, 67, 138, 0.76) 0%, rgba(31, 67, 138, 0.28) 58%, rgba(18, 24, 37, 0.18) 100%);
  opacity: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 56px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-section .eyebrow {
  color: #ffdfdf;
}

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

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 900;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.6vw, 4.4rem);
}

h3 {
  margin-bottom: 9px;
  font-size: 1.16rem;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-trust {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 28px rgba(112, 16, 22, 0.24);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}

.button-light {
  color: var(--blue);
  background: var(--white);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
}

.trust-row div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-row div:last-child {
  border-right: 0;
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  font-size: 1.05rem;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.hero-card,
.lead-form,
.contact-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 28px;
}

.hero-visual {
  display: flex;
  align-self: center;
  justify-content: flex-end;
}

.media-photo.image-missing {
  display: grid;
  place-items: center;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(31, 67, 138, 0.88), rgba(18, 24, 37, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 8px, transparent 8px 18px);
}

.media-photo.image-missing::before {
  content: attr(data-photo-label);
  max-width: 78%;
  padding: 12px 14px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(18, 24, 37, 0.56);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.media-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-overlay {
  align-self: start;
  width: min(100%, 460px);
  padding: 24px;
}

.hero-card h2 {
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.hero-card-overlay h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.card-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 7px 12px 7px 9px;
  color: var(--blue);
  border: 1px solid rgba(31, 67, 138, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(218, 50, 50, 0.08), rgba(31, 67, 138, 0.08)),
    rgba(247, 248, 251, 0.88);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(218, 50, 50, 0.12);
}

.stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 32px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--blue);
  transform: rotate(45deg);
}

.proof-band {
  color: var(--white);
  background: var(--red);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.proof-grid > div {
  min-height: 205px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(31, 67, 138, 0.2), transparent),
    var(--red);
}

.proof-grid .stat {
  color: var(--red);
  background: var(--white);
}

.proof-grid p,
.dark-section p {
  color: rgba(255, 255, 255, 0.82);
}

.video-section {
  padding: 46px 0;
  background:
    linear-gradient(180deg, rgba(247, 248, 251, 0.96), rgba(255, 255, 255, 0.92));
}

.light-section {
  background: rgba(247, 248, 251, 0.92);
}

.image-wash-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.image-wash-section::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(44vw, 620px);
  opacity: 0.14;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  z-index: 0;
}

.image-wash-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, 0.98) 0%, rgba(247, 248, 251, 0.9) 56%, rgba(255, 255, 255, 0.66) 100%),
    radial-gradient(circle at 86% 18%, rgba(218, 50, 50, 0.08), transparent 28%);
  z-index: 0;
}

.local-fit-section::before {
  background-image: url("assets/images/web/road-runners-coach-dugout.jpg");
}

.parent-story-section::before {
  background-image: url("assets/images/web/road-runners-team-huddle.jpg");
  background-position: center right;
}

.image-wash-section > .container {
  position: relative;
  z-index: 1;
}

.two-column,
.form-grid,
.social-proof-grid,
.coach-grid,
.parent-expect-grid,
.split-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.two-column > div:first-child {
  position: sticky;
  top: 112px;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-item,
.step-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.feature-item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: var(--red);
}

.selective-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 24, 37, 0.94), rgba(31, 67, 138, 0.9)),
    var(--ink);
}

.selective-section p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  overflow: hidden;
  min-height: 220px;
  padding-top: 76px;
}

.step-card span {
  position: absolute;
  top: 18px;
  left: 22px;
  color: rgba(31, 67, 138, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 0.8;
}

.step-card:nth-child(even) {
  transform: translateY(28px);
}

.focus-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 24, 37, 0.96), rgba(31, 67, 138, 0.92)),
    var(--ink);
}

.focus-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
}

.focus-section .section-heading {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.focus-section p {
  color: rgba(255, 255, 255, 0.78);
}

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

.focus-card {
  min-height: 224px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.focus-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  margin-bottom: 28px;
  color: var(--white);
  background: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
}

.focus-card h3 {
  font-size: 1.3rem;
}

.coach-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: start;
}

.coach-details {
  display: grid;
  gap: 14px;
}

.coach-photo {
  position: relative;
  min-height: 360px;
  margin: 0 0 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 22px 58px rgba(18, 24, 37, 0.14);
}

.coach-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 36%;
}

.coach-details div,
.expect-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.coach-details div {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  box-shadow: 0 16px 38px rgba(18, 24, 37, 0.06);
}

.coach-details strong {
  color: var(--blue);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coach-details p,
.coach-details span {
  color: var(--muted);
}

.coach-details p {
  margin: 0;
}

.coach-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.coach-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  align-items: baseline;
}

.coach-list span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 0.78fr;
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
  gap: 16px;
}

.video-feature {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 22px 58px rgba(18, 24, 37, 0.16);
}

.video-feature video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: var(--ink);
  object-fit: cover;
}

.media-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 18px 45px rgba(18, 24, 37, 0.12);
}

.media-photo-large {
  grid-row: span 2;
}

.media-photo-wide {
  grid-column: 1 / -1;
}

.media-photo:nth-child(1) img {
  object-position: 54% 50%;
}

.media-photo:nth-child(2) img,
.media-photo:nth-child(3) img {
  object-position: 50% 42%;
}

.media-photo:nth-child(4) img {
  object-position: 50% 46%;
}

.media-photo:nth-child(5) img {
  object-position: 52% 44%;
}

.media-photo:nth-child(6) img {
  object-position: 50% 42%;
}

.dark-section {
  color: var(--white);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 10px, transparent 10px 20px),
    var(--blue);
}

.split-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.social-proof-grid {
  grid-template-columns: minmax(260px, 0.8fr) repeat(2, minmax(0, 1fr));
}

.parent-expect-grid {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
}

.expect-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expect-list li {
  position: relative;
  min-height: 84px;
  padding: 24px 24px 24px 54px;
  font-weight: 950;
}

.expect-list li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 30px;
  width: 13px;
  height: 13px;
  background: var(--red);
  transform: rotate(45deg);
}

.form-section {
  background:
    linear-gradient(90deg, rgba(31, 67, 138, 0.94), rgba(31, 67, 138, 0.76)),
    var(--blue);
  color: var(--white);
}

.form-copy {
  position: sticky;
  top: 112px;
}

.contact-card {
  margin-top: 28px;
  padding: 24px;
  color: var(--ink);
  box-shadow: none;
}

.contact-card h3 {
  color: var(--blue);
}

.contact-card a {
  color: var(--red);
  font-weight: 950;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  color: var(--ink);
}

.hidden-field {
  display: none;
}

.form-row {
  display: grid;
  gap: 7px;
}

.two-inputs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.player-sections {
  display: grid;
  gap: 16px;
}

.player-card {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(31, 67, 138, 0.18);
  border-radius: var(--radius);
  background: var(--cream);
}

.player-card[hidden] {
  display: none;
}

.player-card > legend {
  padding: 0 8px;
  color: var(--blue);
  font-weight: 950;
}

.player-remove {
  justify-self: end;
  padding: 0;
  border: 0;
  color: var(--red);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.add-player-button {
  width: 100%;
  color: var(--blue);
  border-color: rgba(31, 67, 138, 0.3);
  background: var(--white);
}

label,
summary {
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(31, 67, 138, 0.22);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 67, 138, 0.15);
}

.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.consent-row input {
  min-height: auto;
  margin-top: 4px;
}

.choice-field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(31, 67, 138, 0.22);
  border-radius: 6px;
}

.choice-field legend {
  padding: 0 6px;
  font-weight: 900;
}

.choice-field legend span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.choice-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 67, 138, 0.18);
  border-radius: 6px;
  background: var(--cream);
  font-weight: 850;
}

.choice-field input {
  width: auto;
  min-height: auto;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-status {
  margin-bottom: 0;
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 900;
}

.faq-container {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  box-shadow: none;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  color: var(--blue);
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 24px 0;
  color: var(--white);
  background: #17223a;
}

.final-cta {
  padding: 64px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(218, 50, 50, 0.96), rgba(31, 67, 138, 0.9)),
    var(--red);
}

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

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-brand {
  margin-bottom: 6px;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.footer-links a {
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 850;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(31, 67, 138, 0.96), rgba(31, 67, 138, 0.86)),
    var(--blue);
}

.thanks-card {
  width: min(640px, 100%);
  padding: clamp(28px, 7vw, 58px);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  color: var(--blue);
  font-size: clamp(2.5rem, 8vw, 5.2rem);
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .site-header .brand {
    justify-content: center;
    width: 100%;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav a {
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(31, 67, 138, 0.98), rgba(31, 67, 138, 0.92));
  }

  .hero::before {
    inset: 0;
    opacity: 0.68;
    background:
      linear-gradient(180deg, rgba(31, 67, 138, 0.9), rgba(31, 67, 138, 0.7) 42%, rgba(18, 24, 37, 0.58)),
      url("assets/images/web/road-runners-hero-bg.jpg") right 22% center / cover no-repeat;
  }

  .hero::after {
    background:
      radial-gradient(circle at 78% 72%, rgba(218, 50, 50, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(31, 67, 138, 0.2), rgba(31, 67, 138, 0.72));
    opacity: 1;
  }

  .hero-grid,
  .two-column,
  .form-grid,
  .social-proof-grid,
  .coach-grid,
  .focus-grid,
  .parent-expect-grid,
  .split-cta {
    grid-template-columns: 1fr;
  }

  .two-column > div:first-child,
  .form-copy,
  .focus-section .section-heading {
    position: static;
  }

  .image-wash-section::before {
    width: 100%;
    opacity: 0.08;
    mask-image: linear-gradient(180deg, transparent 0%, #000 28%, #000 100%);
  }

  .image-wash-section::after {
    background:
      linear-gradient(180deg, rgba(247, 248, 251, 0.98) 0%, rgba(247, 248, 251, 0.92) 58%, rgba(255, 255, 255, 0.82) 100%);
  }

  .proof-grid,
  .steps-grid,
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-grid {
    grid-auto-rows: 210px;
  }

  .media-photo-large,
  .media-photo-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .media-photo-wide {
    grid-column: 1 / -1;
  }

  .step-card:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

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

  .final-cta {
    padding: 54px 0;
  }

  .brand-logo {
    width: 122px;
  }

  .hero-card {
    padding: 24px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(31, 67, 138, 0.98), rgba(31, 67, 138, 0.94));
  }

  .hero::before {
    opacity: 0.46;
    background:
      linear-gradient(180deg, rgba(31, 67, 138, 0.9), rgba(18, 24, 37, 0.78)),
      url("assets/images/web/road-runners-hero-bg.jpg") center bottom / cover no-repeat;
  }

  .video-feature {
    margin-bottom: 16px;
  }

  .coach-photo {
    min-height: 280px;
  }

  .coach-details div {
    padding: 18px;
  }

  .coach-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .trust-row,
  .proof-grid,
  .steps-grid,
  .focus-list,
  .media-grid,
  .expect-list,
  .two-inputs {
    grid-template-columns: 1fr;
  }

  .media-photo-wide {
    grid-column: auto;
  }

  .trust-row div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .trust-row div:last-child {
    border-bottom: 0;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
