:root {
  --navy: #054a7e;
  --navy-deep: #063c67;
  --sky: #12abe8;
  --sky-light: #dff4fd;
  --ink: #163f5f;
  --cream: #fbf8f2;
  --white: #ffffff;
  --orange: #f26a2e;
  --line: rgba(5, 74, 126, 0.15);
  --shadow: 0 18px 45px rgba(6, 60, 103, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Futura, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  height: 112px;
  padding: 0 clamp(28px, 4.5vw, 74px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}
.brand { display: flex; width: max-content; flex-direction: column; color: var(--navy); }
.brand strong { font-size: clamp(27px, 2.7vw, 43px); line-height: 0.9; letter-spacing: 0.025em; font-weight: 800; }
.brand span { margin-top: 10px; font: 17px/1 Garamond, serif; letter-spacing: 0.19em; }
.desktop-nav { display: flex; gap: clamp(28px, 3.3vw, 58px); font-size: 17px; font-weight: 600; color: var(--navy-deep); }
.desktop-nav a { position: relative; padding: 14px 0; }
.desktop-nav a::after { content: ""; height: 2px; position: absolute; inset: auto 50% 4px; background: var(--sky); transition: inset .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { inset-inline: 0; }
.desktop-nav a.active { color: var(--sky); }
.site-header > .button-small { justify-self: end; }
.button {
  min-height: 57px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1.5px solid var(--sky);
  border-radius: 999px;
  background: var(--sky);
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 14px 32px rgba(18, 171, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(18, 171, 232, .31); }
.button-small { min-height: 52px; padding-inline: 28px; }
.button-outline { background: rgba(255,255,255,.72); border-color: var(--navy); color: var(--navy); box-shadow: none; }
.button-outline:hover { background: var(--white); box-shadow: 0 12px 30px rgba(6,60,103,.1); }

.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 26px; height: 2px; background: var(--navy); justify-self: end; }
.mobile-menu nav { position: absolute; right: 0; top: 49px; width: 220px; padding: 18px; display: grid; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 12px 14px; border-radius: 10px; font-weight: 600; }
.mobile-menu nav a:hover { background: var(--sky-light); }

.hero { min-height: 890px; height: min(920px, 100vh); position: relative; overflow: hidden; background: var(--cream); }
.hero-photo { width: 60%; height: 100%; position: absolute; right: 0; top: 0; object-fit: cover; object-position: 58% center; }
.hero-wash {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 35%, rgba(251,248,242,.95) 42%, rgba(251,248,242,.52) 55%, rgba(251,248,242,0) 73%);
}
.hero-copy { width: min(650px, 48vw); position: absolute; z-index: 4; left: clamp(30px, 4.6vw, 76px); top: 50%; transform: translateY(-42%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--sky); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--sky); }
.hero h1 { margin: 20px 0 23px; color: var(--navy); font-size: clamp(56px, 5.25vw, 84px); line-height: .98; letter-spacing: -.045em; font-weight: 800; }
.hero-copy > p { max-width: 570px; margin: 0; color: #496b84; font: clamp(24px, 2vw, 31px)/1.35 Garamond, serif; letter-spacing: .015em; }
.hero-actions { margin-top: 37px; display: flex; gap: 20px; flex-wrap: wrap; }

.hero-proof { position: absolute; z-index: 5; left: 47%; bottom: 150px; display: flex; gap: 14px; }
.proof-card { min-width: 230px; min-height: 114px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; border: 2px solid #a7dff5; border-radius: 24px; background: rgba(255,255,255,.93); box-shadow: 0 15px 35px rgba(6,60,103,.12); backdrop-filter: blur(6px); }
.proof-icon { width: 58px; aspect-ratio: 1; flex: 0 0 auto; border: 1.5px solid var(--orange); border-radius: 50%; display: grid; place-items: center; color: var(--orange); font-size: 26px; font-weight: 800; }
.proof-card p { margin: 0; display: grid; color: var(--navy); }
.proof-card small { font-size: 15px; font-weight: 700; }
.proof-card strong { color: var(--orange); font-size: 33px; line-height: 1; letter-spacing: -.04em; }
.proof-card em { justify-self: end; font-size: 12px; font-style: normal; font-weight: 700; }
.proof-card .proof-text { max-width: 120px; color: var(--navy); font-size: 21px; line-height: 1.05; letter-spacing: -.02em; }
.tag-icon { font-size: 22px; }

.signal-line { position: absolute; z-index: 3; border: 3px solid rgba(41,184,248,.62); border-left-color: transparent; border-radius: 50%; filter: drop-shadow(0 0 7px rgba(41,184,248,.85)); pointer-events: none; }
.signal-one { width: 850px; height: 260px; right: -50px; top: 290px; transform: rotate(4deg); }
.signal-two { width: 980px; height: 230px; right: -190px; bottom: 115px; transform: rotate(-5deg); }
.hero-wave { position: absolute; z-index: 6; inset: auto -3% -55px; height: 115px; border-radius: 48% 58% 0 0 / 42% 48% 0 0; background: linear-gradient(90deg, #e0f4fc, #f8fcfe); box-shadow: inset 0 1px #b7e5f8; transform: rotate(.7deg); }

.intro-strip { margin: -1px 0 0; padding: 42px clamp(30px, 8vw, 130px) 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #eef9fd; }
.intro-strip p { margin: 0; padding: 0 clamp(22px, 3vw, 55px); display: grid; grid-template-columns: 35px 1fr; color: #5f7d93; font: 17px/1.4 Garamond, serif; border-left: 1px solid var(--line); }
.intro-strip p:first-child { border-left: 0; }
.intro-strip span { grid-row: span 2; color: var(--sky); font: 12px/1 Futura, sans-serif; letter-spacing: .08em; }
.intro-strip strong { color: var(--navy); font: 17px/1.3 Futura, sans-serif; }

.section { padding: 125px clamp(30px, 6.5vw, 105px); }
.section-heading { margin-bottom: 58px; }
.section-heading h2, .about-copy h2, .purpose-card h2, .coverage-copy h2, .support-copy h2, .final-cta h2 {
  margin: 18px 0 20px;
  color: var(--navy);
  font-size: clamp(44px, 4.6vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading > p, .split-heading > p { color: #66849a; font: 21px/1.55 Garamond, serif; }
.centered-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p { max-width: 690px; margin-inline: auto; }

.plans-section { background: var(--white); }
.plan-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; align-items: stretch; }
.plan-card { position: relative; min-height: 535px; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: #fbfdfe; box-shadow: 0 13px 35px rgba(6,60,103,.06); transition: transform .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-card.featured { border: 2px solid var(--sky); background: linear-gradient(180deg, #f0faff 0%, #fff 42%); box-shadow: 0 20px 50px rgba(18,171,232,.17); }
.popular-label { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); padding: 8px 18px; border-radius: 999px; background: var(--sky); color: var(--white); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.plan-topline { display: flex; justify-content: space-between; align-items: center; color: var(--navy); font-size: 20px; font-weight: 700; }
.wifi-mark { color: var(--sky); font-size: 34px; }
.speed { margin: 34px 0 21px; display: flex; align-items: flex-end; color: var(--navy); }
.speed strong { font-size: 93px; line-height: .75; letter-spacing: -.08em; }
.speed > span { margin-left: 14px; display: flex; flex-direction: column; font-size: 20px; font-weight: 700; }
.speed small { order: -1; color: #7f99aa; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.plan-card > p { min-height: 78px; margin: 0 0 22px; color: #688498; font: 17px/1.45 Garamond, serif; }
.plan-fit { margin-bottom: 31px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 700; }
.plan-fit span { margin-right: 9px; color: var(--sky); }
.price { margin: auto 0 25px; display: flex; align-items: baseline; color: var(--navy); }
.price sup { color: var(--orange); font-size: 18px; font-weight: 700; }
.price strong { color: var(--orange); font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.price span { margin-left: 7px; color: #7791a3; font: 14px Garamond, serif; }
.plan-card .button { width: 100%; }
.fee-note { margin: 34px auto 0; text-align: center; color: #718da0; font: 16px Garamond, serif; }
.fee-note span { display: inline-grid; width: 22px; aspect-ratio: 1; margin-right: 7px; place-items: center; border-radius: 50%; background: #e6f7fd; color: var(--sky); font: 13px Futura, sans-serif; }

.about-section { min-height: 780px; padding: 130px clamp(30px, 8vw, 130px); display: grid; grid-template-columns: minmax(350px, .9fr) minmax(430px, 1.1fr); gap: clamp(70px, 10vw, 170px); align-items: center; overflow: hidden; background: var(--cream); }
.about-visual { width: min(38vw, 520px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.about-core { width: 220px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 0 0 25px rgba(18,171,232,.07), 0 30px 80px rgba(6,60,103,.24); }
.about-core strong { font-size: 62px; line-height: 1; }
.about-core span { margin-top: 10px; font: 16px/1.25 Garamond, serif; letter-spacing: .06em; }
.about-orbit { position: absolute; border: 1px solid rgba(18,171,232,.33); border-radius: 50%; }
.orbit-one { width: 82%; aspect-ratio: 1; }
.orbit-two { width: 117%; aspect-ratio: 1; border-style: dashed; animation: slowspin 34s linear infinite; }
.place { position: absolute; padding: 9px 14px; border: 1px solid #bce5f5; border-radius: 999px; background: rgba(255,255,255,.93); color: var(--navy); font-size: 11px; font-weight: 700; box-shadow: 0 10px 25px rgba(6,60,103,.1); }
.place::before { content: ""; display: inline-block; width: 7px; aspect-ratio: 1; margin-right: 7px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 5px rgba(18,171,232,.14); }
.place-one { top: 12%; right: 2%; }
.place-two { left: -5%; bottom: 23%; }
.place-three { right: -12%; bottom: 5%; }
.about-copy { max-width: 710px; }
.about-copy > p { margin: 0 0 19px; color: #607f95; font: 18px/1.63 Garamond, serif; }
.about-copy > p:first-of-type { color: var(--ink); font-size: 21px; }
.about-more { margin-top: 27px; border-top: 1px solid var(--line); }
.about-more summary { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-more summary::-webkit-details-marker { display: none; }
.about-more summary span { font-size: 24px; font-weight: 400; transition: transform .2s; }
.about-more[open] summary span { transform: rotate(45deg); }
.about-more div { padding-bottom: 7px; }
.about-more p { color: #607f95; font: 18px/1.63 Garamond, serif; }
.about-more strong { color: var(--navy); }
@keyframes slowspin { to { transform: rotate(360deg); } }

.purpose-section { display: grid; grid-template-columns: 1fr 1fr; }
.purpose-card { min-height: 650px; padding: clamp(70px, 8vw, 125px); position: relative; display: grid; grid-template-columns: 65px 1fr; gap: 30px; overflow: hidden; }
.vision-card { background: #eaf7fc; }
.mission-card { background: var(--navy); }
.mission-card::after { content: ""; width: 460px; aspect-ratio: 1; position: absolute; right: -190px; bottom: -220px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.025); }
.purpose-number { padding-top: 9px; color: var(--sky); font-size: 12px; letter-spacing: .1em; }
.purpose-card h2 { max-width: 510px; font-size: clamp(39px, 4vw, 60px); }
.purpose-card p { max-width: 580px; color: #55768c; font: 20px/1.6 Garamond, serif; }
.mission-card h2, .mission-card .eyebrow { color: var(--white); }
.mission-card p { position: relative; z-index: 1; color: #c8dbe8; }

.coverage-section { min-height: 760px; padding: 120px clamp(30px, 8vw, 130px); position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; overflow: hidden; background: #052f52; color: var(--white); }
.coverage-copy { position: relative; z-index: 2; }
.coverage-copy h2, .coverage-copy .eyebrow { color: var(--white); }
.coverage-copy > p { max-width: 620px; color: #c0d5e4; font: 20px/1.6 Garamond, serif; }
.coverage-places { margin: 33px 0 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.coverage-places span { padding: 12px 16px; display: grid; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #eaf7fd; font-size: 12px; }
.coverage-places small { margin-bottom: 5px; color: #65ccf5; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.light-button { background: var(--white); border-color: var(--white); color: var(--navy); box-shadow: 0 15px 35px rgba(0,0,0,.15); }
.coverage-glow { position: absolute; border-radius: 50%; background: var(--sky); filter: blur(120px); opacity: .13; }
.glow-one { width: 500px; height: 300px; top: -130px; left: 20%; }
.glow-two { width: 500px; height: 450px; right: -180px; bottom: -180px; }
.coverage-graphic { width: min(40vw, 570px); aspect-ratio: 1; position: relative; justify-self: center; }
.map-shape { width: 66%; height: 85%; position: absolute; left: 19%; top: 7%; border: 1px solid rgba(102,203,243,.35); border-radius: 52% 41% 46% 54% / 30% 46% 56% 70%; transform: rotate(16deg); background: linear-gradient(145deg, rgba(31,158,207,.13), rgba(255,255,255,.02)); box-shadow: inset 0 0 60px rgba(18,171,232,.08), 0 0 0 40px rgba(18,171,232,.025), 0 0 0 80px rgba(18,171,232,.02); }
.map-point { position: absolute; padding: 10px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(2,35,61,.84); color: #dff5ff; font-size: 11px; box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.map-point i { width: 9px; aspect-ratio: 1; margin-right: 9px; display: inline-block; border: 2px solid var(--white); border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 7px rgba(18,171,232,.18), 0 0 18px var(--sky); }
.point-one { top: 40%; left: 8%; }
.point-two { top: 15%; right: 5%; }
.point-three { right: -3%; bottom: 17%; }

.apply-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 5px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps-grid article { min-height: 345px; padding: 35px; position: relative; border: 1px solid var(--line); border-radius: 26px; background: #fbfdfe; }
.steps-grid article > span { position: absolute; right: 28px; top: 27px; color: #a4bac9; font-size: 11px; letter-spacing: .1em; }
.step-icon { width: 58px; aspect-ratio: 1; margin-bottom: 28px; display: grid; place-items: center; border-radius: 18px; background: #e8f8fe; color: var(--sky); font-size: 19px; font-weight: 800; }
.steps-grid h3 { margin: 0 0 13px; color: var(--navy); font-size: 21px; }
.steps-grid p { margin: 0; color: #668397; font: 17px/1.5 Garamond, serif; }
.steps-grid details { margin-top: 20px; }
.steps-grid summary { list-style: none; cursor: pointer; color: var(--sky); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.steps-grid summary::-webkit-details-marker { display: none; }
.steps-grid details p { margin-top: 12px; font-size: 14px; }
.application-callout { margin-top: 30px; padding: 28px 32px; display: grid; grid-template-columns: 1.1fr 1.5fr auto; gap: 32px; align-items: center; border-radius: 24px; background: #eef9fd; }
.application-callout div { display: grid; }
.application-callout div span { width: max-content; margin-bottom: 8px; padding: 5px 10px; border-radius: 6px; background: var(--white); color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.application-callout strong { color: var(--navy); font-size: 16px; }
.application-callout p { margin: 0; color: #668397; font: 15px/1.5 Garamond, serif; }

.support-section { padding: 130px clamp(30px, 8vw, 130px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); background: var(--cream); }
.support-copy > p { max-width: 520px; color: #668397; font: 20px/1.55 Garamond, serif; }
.support-hours { margin: 32px 0; display: flex; gap: 22px; align-items: center; }
.support-hours span { padding: 8px 11px; border-radius: 7px; background: #e4f6fd; color: var(--sky); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.support-hours strong { color: var(--navy); font-size: 15px; }
.hotlines { display: grid; gap: 10px; }
.hotlines a { width: max-content; color: var(--navy); font-size: 24px; font-weight: 800; }
.hotlines small { width: 55px; display: inline-block; color: #849dab; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 4px; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sky); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 55px 25px 4px; color: #668397; font: 17px/1.55 Garamond, serif; }

.final-cta { padding: 120px 30px; position: relative; overflow: hidden; text-align: center; background: var(--sky); color: var(--white); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.final-cta::before { width: 560px; height: 230px; top: -170px; left: -60px; box-shadow: 0 0 0 55px rgba(255,255,255,.04); }
.final-cta::after { width: 650px; height: 300px; right: -160px; bottom: -250px; box-shadow: 0 0 0 60px rgba(255,255,255,.04); }
.final-cta .eyebrow, .final-cta h2 { color: var(--white); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 16px; }
.final-cta p { max-width: 640px; margin: 0 auto 33px; font: 21px/1.5 Garamond, serif; }
.final-cta > div { position: relative; z-index: 2; display: flex; gap: 25px; justify-content: center; align-items: center; flex-wrap: wrap; }
.text-link { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 14px; font-weight: 700; }

footer { padding: 70px clamp(30px, 6.5vw, 105px) 35px; display: grid; grid-template-columns: 1.2fr 1.4fr 1fr; gap: 50px; align-items: start; background: #042b4a; color: #c5dae7; }
.footer-brand { color: var(--white); }
footer > p { max-width: 400px; margin: 0; font: 17px/1.55 Garamond, serif; }
footer nav { display: flex; gap: 21px; flex-wrap: wrap; font-size: 13px; font-weight: 700; }
footer nav a:hover { color: var(--white); }
footer > small { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #7fa0b7; font: 12px Garamond, serif; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; height: 96px; }
  .desktop-nav, .site-header > .button-small { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 820px; height: 100svh; }
  .hero-photo { width: 68%; }
  .hero-copy { width: 58vw; }
  .hero-proof { left: auto; right: 28px; bottom: 95px; }
  .proof-card { min-width: 210px; }
  .section { padding-block: 100px; }
  .plan-grid { gap: 14px; }
  .plan-card { padding: 28px; }
  .speed strong { font-size: 72px; }
  .about-section { padding-block: 100px; gap: 65px; }
  .purpose-card { padding: 75px 45px; grid-template-columns: 40px 1fr; }
  .coverage-section { gap: 35px; }
  .steps-grid { gap: 14px; }
  .application-callout { grid-template-columns: 1fr 1fr; }
  .application-callout .button { grid-column: 1 / -1; width: max-content; }
  .support-section { gap: 60px; }
}

@media (max-width: 760px) {
  .site-header { position: absolute; height: 84px; padding-inline: 22px; }
  .brand strong { font-size: 27px; }
  .brand span { margin-top: 7px; font-size: 12px; }
  .hero { min-height: 840px; height: auto; padding: 124px 22px 72px; display: flex; flex-direction: column; }
  .hero-photo { width: calc(100% - 28px); height: 380px; position: relative; right: auto; margin: 390px auto 0; border-radius: 26px; object-position: 64% center; box-shadow: var(--shadow); }
  .hero-wash { height: 570px; background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 74%, rgba(251,248,242,0)); }
  .hero-copy { width: auto; inset: 125px 22px auto; transform: none; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 16px; font-size: clamp(48px, 14vw, 68px); }
  .hero-copy > p { font-size: 22px; }
  .hero-actions { margin-top: 26px; gap: 10px; }
  .button { min-height: 52px; padding-inline: 21px; font-size: 14px; }
  .hero-proof { position: relative; inset: auto; z-index: 7; width: calc(100% - 18px); margin: -48px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .proof-card { min-width: 0; min-height: 93px; padding: 12px; gap: 10px; border-radius: 17px; }
  .proof-icon { width: 42px; font-size: 19px; }
  .proof-card small { font-size: 11px; }
  .proof-card strong { font-size: 23px; }
  .proof-card .proof-text { font-size: 15px; }
  .signal-line { display: none; }
  .hero-wave { bottom: -40px; height: 80px; }
  .intro-strip { padding: 40px 22px; grid-template-columns: 1fr; gap: 23px; }
  .intro-strip p { padding: 0; border-left: 0; }
  .section { padding: 85px 22px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .about-copy h2, .purpose-card h2, .coverage-copy h2, .support-copy h2, .final-cta h2 { font-size: clamp(40px, 12vw, 54px); }
  .centered-heading { text-align: left; }
  .centered-heading .eyebrow { justify-content: flex-start; }
  .plan-grid { grid-template-columns: 1fr; gap: 27px; }
  .plan-card { min-height: 480px; padding: 29px; }
  .plan-card.featured { order: -1; }
  .speed strong { font-size: 84px; }
  .about-section { padding: 85px 22px; grid-template-columns: 1fr; gap: 70px; }
  .about-visual { width: min(88vw, 430px); margin: 0 auto; }
  .about-core { width: 175px; }
  .about-core strong { font-size: 48px; }
  .purpose-section { grid-template-columns: 1fr; }
  .purpose-card { min-height: 0; padding: 80px 22px; grid-template-columns: 28px 1fr; gap: 11px; }
  .purpose-card p { font-size: 18px; }
  .coverage-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 60px; }
  .coverage-graphic { width: min(88vw, 480px); }
  .coverage-places { display: grid; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .steps-grid { grid-template-columns: 1fr; gap: 15px; }
  .steps-grid article { min-height: 0; }
  .application-callout { padding: 25px; grid-template-columns: 1fr; gap: 20px; }
  .application-callout .button { grid-column: auto; width: 100%; }
  .support-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 65px; }
  .hotlines a { font-size: 21px; }
  .final-cta { padding: 90px 22px; }
  footer { padding: 60px 22px 30px; grid-template-columns: 1fr; gap: 30px; }
  footer > small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .orbit-two { animation: none; }
}
