@font-face {
  font-family: "Inter Brand";
  src: url("assets/fonts/inter-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter Brand";
  src: url("assets/fonts/inter-italic-variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #080808;
  --navy-raised: #151515;
  --navy-soft: #242424;
  --form-backdrop: #1b1b1b;
  --ink: #080808;
  --ink-soft: #5d5d63;
  --paper: #f7f7f7;
  --white: #ffffff;
  --purple: #ff3131;
  --purple-dark: #d91f26;
  --purple-soft: #fff0f0;
  --accent: #ff3131;
  --accent-warm: #ff6b6b;
  --line: rgba(8, 8, 8, 0.13);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 80px rgba(8, 8, 8, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter Brand", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a, input, summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button { color: inherit; }
a { color: inherit; }
img, svg, video { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(72px, 7vw, 96px) 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -90px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
}
.skip-link:focus { top: 18px; }

.site-header {
  width: 100%;
  min-height: 74px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
}
.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}
.brand-lockup {
  position: relative;
  width: 240px;
  height: 44px;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-lockup img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
}
.brand-lockup-light { width: 220px; }
.site-header .brand-lockup { width: 290px; height: 54px; }

/* Let the landing-page header share the hero's background treatment so the
   transparent logo reads as part of one continuous composition. */
body:not(.legal-page) > .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  background: transparent;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 74px;
  background:
    radial-gradient(ellipse 55% 95% at 50% 58%, rgba(255, 49, 49, 0.18), transparent 72%),
    var(--navy);
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 180px;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 49, 49, 0.16);
  filter: blur(62px);
  pointer-events: none;
}
.hero {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 0 22px;
}
.hero-copy {
  width: min(100%, 920px);
  margin-inline: auto;
  color: var(--white);
  text-align: center;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.17em;
}
.hero-copy .eyebrow {
  margin-bottom: 12px;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.eyebrow-accent { color: var(--accent); }
h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(54px, 5.3vw, 72px);
  line-height: 0.91;
  letter-spacing: -0.058em;
  font-weight: 880;
}
h1 > span, h1 > em { display: block; }
h1 .offer-line { color: var(--white); }
h1 em {
  margin: 3px 0 6px;
  color: var(--purple);
  font-family: "Inter Brand", Inter, sans-serif;
  font-style: italic;
  font-size: 0.95em;
  font-weight: 520;
  letter-spacing: -0.045em;
}
h1 .fee-line {
  color: var(--white);
  font-size: 0.48em;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.hero-cta {
  min-width: 214px;
  min-height: 46px;
  margin-top: 18px;
  border-radius: 5px;
  box-shadow: 0 0 46px rgba(255, 49, 49, 0.26);
}
.hero-lede {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.42;
}
.hero-secondary {
  display: none;
}
.hero-secondary strong { color: var(--purple); }
.disclosure {
  max-width: 620px;
  margin: 20px auto 0;
  color: #737888;
  font-size: 10px;
  line-height: 1.55;
}
.hero-copy .disclosure { color: rgba(255, 255, 255, 0.34); }
.hero-copy > .disclosure { margin-top: 10px; font-size: 9px; }

.application-section {
  padding: 32px 0 clamp(64px, 6vw, 84px);
  background: var(--form-backdrop);
}
.application-shell { width: min(calc(100% - 48px), 820px); }

.mobile-trustpilot-badge {
  position: relative;
  width: 100%;
  height: 72px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--form-backdrop);
}
.mobile-trustpilot-badge img {
  width: 130px;
  height: 130px;
  max-width: none;
  flex: 0 0 auto;
}
.mobile-trustpilot-badge::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: url("assets/trust/trustpilot-five-stars.png") center / 130px 130px no-repeat;
  clip-path: inset(38.5% 10.5% 48.5% 31%);
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.fit-card {
  width: 100%;
  min-height: 0;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}
.fit-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #74798a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.progress-track {
  height: 5px;
  margin: 13px 0 34px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e8f0;
}
.progress-track > span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--purple);
  transition: width 200ms ease;
}
.fit-panel { animation: fit-in 200ms ease both; }
@keyframes fit-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.fit-heading {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.06;
  letter-spacing: -0.042em;
}
.fit-heading:focus { outline: none; }
.fit-help {
  margin: 11px 0 26px;
  color: var(--ink-soft);
  font-size: 14px;
}
.fit-form { display: grid; gap: 18px; }
.fit-form-complete { gap: 34px; }
.fit-contact-stack { display: grid; gap: 16px; }
.fit-question {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fit-question legend {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: -0.02em;
}
.mobile-select-stack { display: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-primary { display: grid; gap: 16px; }
.fit-form-complete .contact-row { align-items: start; }
.field { display: grid; gap: 7px; }
.field label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}
.field input {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid #d7d8e1;
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  transition: border 180ms ease, box-shadow 180ms ease;
}
.field input::placeholder { color: #9a9eac; }
.field input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(255, 49, 49, 0.12);
  outline: none;
}
.field input[aria-invalid="true"] { border-color: #b62539; }
.phone-control {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #d7d8e1;
  border-radius: 12px;
  background: var(--white);
  transition: border 180ms ease, box-shadow 180ms ease;
}
.phone-control:focus-within {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(255, 49, 49, 0.12);
}
.phone-control > span {
  padding: 0 12px;
  color: #666b7c;
  border-right: 1px solid #e1e2e8;
  font-size: 13px;
  font-weight: 750;
}
.phone-control input { border: 0; box-shadow: none; }
.phone-control input:focus { box-shadow: none; }
@media (min-width: 768px) {
  .fit-form-complete .phone-control {
    height: 54px;
    min-height: 54px;
  }
  .fit-form-complete .phone-control input {
    height: 52px;
    min-height: 52px;
  }
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.choice-option {
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 12px 48px 12px 15px;
  border: 1px solid #d8d9e2;
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  text-align: left;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  transition: border 180ms ease, background 180ms ease, transform 180ms ease;
}
.choice-option input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}
.choice-option::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 1px solid #c7c9d4;
  border-radius: 50%;
  background: var(--white);
  box-shadow: inset 0 0 0 4px var(--white);
}
.choice-option:hover { transform: translateY(-1px); border-color: var(--purple); }
.choice-option.is-selected {
  border-color: var(--purple);
  background: var(--purple-soft);
}
.choice-option.is-selected::after {
  border-color: var(--purple);
  background: var(--purple);
}
.fit-actions {
  display: grid;
  gap: 10px;
  margin-top: 3px;
}
.fit-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.fit-actions-complete { gap: 12px; }
.fit-actions-complete .fit-actions-row { justify-content: center; }
.fit-actions-complete .fit-private { margin-left: 0; }
.button {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--white);
  background: var(--purple);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.075em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--purple-dark); }
.button:disabled { cursor: wait; opacity: 0.7; transform: none; }
.fit-next { width: 100%; }
.fit-submit {
  min-height: 60px;
  background: var(--purple);
  box-shadow: 0 14px 32px rgba(255, 49, 49, 0.25);
}
.fit-back {
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  color: #737888;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.fit-back:hover { color: var(--ink); }
.fit-private {
  margin-left: auto;
  color: #8a8e9b;
  font-size: 10px;
}
.fit-error {
  min-height: 19px;
  margin: -5px 0 0;
  color: #a82035;
  font-size: 12px;
}
.fit-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #696e7f;
  font-size: 10px;
  line-height: 1.45;
}
.fit-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--purple);
}
.fit-consent a { text-underline-offset: 2px; }
.fit-card-scheduler { padding: clamp(34px, 4vw, 48px); }
.scheduler-panel { max-width: 100%; }
.scheduler-eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.scheduler-heading { max-width: 640px; }
.scheduler-help {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
}
.scheduler-details {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #737888;
  font-size: 12px;
  font-weight: 700;
}
.scheduler-details strong { color: var(--ink); }
.scheduler-timezone {
  margin: 28px 0 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #737888;
  font-size: 11px;
  font-weight: 750;
}
.scheduler-timezone-copy p { margin: 0; color: var(--ink); font-size: 12px; }
.scheduler-timezone-copy small {
  display: block;
  margin-top: 4px;
  color: #737888;
  font-size: 10px;
  font-weight: 650;
}
.scheduler-timezone-field {
  min-width: 210px;
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
}
.scheduler-timezone-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 34px 0 12px;
  border: 1px solid #d8d9e2;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}
.scheduler-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e8;
}
.scheduler-column h3 {
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
}
.scheduler-date-list { display: grid; gap: 8px; }
.scheduler-date-button,
.scheduler-time-button {
  min-height: 50px;
  border: 1px solid #d8d9e2;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  font-weight: 760;
  cursor: pointer;
  transition: border 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.scheduler-date-button:hover,
.scheduler-time-button:hover { border-color: var(--purple); transform: translateY(-1px); }
.scheduler-date-button.is-selected,
.scheduler-time-button.is-selected {
  border-color: var(--purple);
  color: var(--white);
  background: var(--purple);
}
.scheduler-date-button {
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-size: 12px;
}
.scheduler-date-button small { opacity: 0.72; font-size: 9px; font-weight: 800; }
.scheduler-time-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.scheduler-time-button { padding: 10px; font-size: 12px; }
.scheduler-book { width: 100%; margin-top: 16px; }
.scheduler-booking-error {
  min-height: 18px;
  margin: 8px 0 0;
  color: #a82035;
  font-size: 12px;
}
.scheduler-message {
  min-height: 190px;
  margin-top: 28px;
  padding: 28px;
  display: grid;
  place-content: center;
  gap: 16px;
  border: 1px solid #e5e5e8;
  border-radius: 14px;
  color: var(--ink-soft);
  background: #fafafa;
  text-align: center;
}
.scheduler-message p { margin: 0; }
.scheduler-retry {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.scheduler-confirmation {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.scheduler-check {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--purple);
  font-size: 28px;
  font-weight: 900;
}
.scheduler-confirmation-time {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 820;
}
.scheduler-confirmation-note {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.button:focus-visible,
.header-cta:focus-visible,
.fit-back:focus-visible,
.choice-option:focus-visible,
.choice-option:has(input:focus-visible),
.mobile-select-field select:focus-visible,
.scheduler-timezone-field select:focus-visible,
.results-toggle:focus-visible,
summary:focus-visible,
a:focus-visible,
video:focus-visible {
  outline: 3px solid var(--accent-warm);
  outline-offset: 3px;
}
.scheduler-date-button:focus-visible,
.scheduler-time-button:focus-visible,
.scheduler-retry:focus-visible {
  outline: 3px solid var(--accent-warm);
  outline-offset: 3px;
}

.section-heading { max-width: 780px; }
.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}
.section-heading > p:last-child {
  max-width: 610px;
  margin: 21px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p:last-child { color: rgba(255, 255, 255, 0.64); }

.testimonials {
  padding: 0 0 clamp(56px, 5vw, 72px);
  background: var(--form-backdrop);
}
.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 3.1fr) minmax(230px, 1fr);
  gap: clamp(22px, 2.5vw, 32px);
  align-items: center;
  margin-top: 44px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}
.story-media {
  overflow: hidden;
  border-radius: 20px;
  background: #050711;
  box-shadow: 0 20px 50px rgba(8, 8, 8, 0.18);
}
.story-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050711;
  object-fit: contain;
}
.story-copy { padding: 14px 18px 14px 0; }
.story-label, .card-label {
  margin: 0 0 17px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.story-copy h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}
.story-copy > p:nth-of-type(2) {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
}
.sales-proof {
  padding: clamp(56px, 5vw, 72px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--form-backdrop);
}
.sales-proof-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.sales-proof-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.sales-proof-heading > p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(34px, 4vw, 48px);
}
.results-more { margin-top: clamp(16px, 2vw, 24px); }
.results-more[hidden] { display: none; }
.result-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #0b0b0b;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.26);
}
.result-card figcaption {
  min-height: 54px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.015em;
}
.result-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.results-toggle {
  min-height: 48px;
  margin: 28px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.results-toggle:hover { color: var(--white); }
.results-toggle [data-results-toggle-icon] {
  color: var(--accent);
  font-size: 18px;
  transition: transform 180ms ease;
}
.results-toggle[aria-expanded="true"] [data-results-toggle-icon] {
  transform: rotate(180deg);
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.process-card {
  min-height: 310px;
  padding: 33px 34px 38px;
  border-right: 1px solid var(--line-light);
}
.process-card:last-child { border-right: 0; }
.card-number {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.process-card .card-label { margin-top: 54px; color: var(--accent); }
.process-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(25px, 2.5vw, 33px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.process-card > p:last-child {
  max-width: 310px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
}
.patient-journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  margin-top: 43px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.patient-journey i { color: var(--accent); font-style: normal; }

.difference {
  padding: clamp(56px, 5vw, 72px) 0 clamp(64px, 6vw, 84px);
  background: var(--form-backdrop);
}
.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 55px;
}
.difference-card {
  min-height: 232px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.difference-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(8, 8, 8, 0.08); }
.difference-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--purple-soft);
  font-size: 10px;
  font-weight: 900;
}
.difference-card h3 {
  margin: 40px 0 10px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.difference-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.qualification {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 49, 49, 0.34), transparent 36%),
    var(--navy);
}
.qualification-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 54px;
  margin-top: 58px;
  border-top: 1px solid var(--line-light);
}
.qualification-item {
  min-height: 150px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 19px;
  border-bottom: 1px solid var(--line-light);
}
.qualification-item > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
}
.qualification-item h3 {
  margin: 0;
  color: var(--white);
  font-size: 20px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.qualification-item p {
  max-width: 400px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 13px;
}
.qualification-cta {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.qualification-cta p { margin: 0; color: rgba(255, 255, 255, 0.69); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--purple); }

.faq {
  padding: 0 0 36px;
  background: var(--form-backdrop);
}
.difference .section-heading h2,
.testimonials .section-heading h2,
.faq .section-heading h2 {
  color: var(--white);
}
.difference .section-heading > p:last-child,
.testimonials .section-heading > p:last-child,
.faq .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 110px);
}
.faq-list { border-top: 1px solid var(--line-light); }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  list-style: none;
  cursor: pointer;
  color: var(--white);
  font-size: 17px;
  font-weight: 760;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span {
  flex: 0 0 auto;
  color: var(--purple);
  font-size: 28px;
  font-weight: 350;
  transition: transform 180ms ease;
}
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p {
  max-width: 700px;
  margin: -4px 50px 27px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.62;
}
.faq details[open] p { animation: faq-answer-in 180ms ease both; }
@keyframes faq-answer-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.closing-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  text-align: center;
}
.closing-cta .shell { position: relative; z-index: 1; max-width: 870px; }
.closing-watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.025);
  font-size: min(48vw, 600px);
  line-height: 0.7;
  font-weight: 950;
  letter-spacing: -0.1em;
  pointer-events: none;
}
.closing-cta h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.closing-cta h2 em {
  color: var(--accent);
  font-family: "Inter Brand", Inter, sans-serif;
  font-style: italic;
  font-weight: 520;
}
.closing-cta .shell > p:nth-of-type(2) {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.button-accent { color: var(--white); background: var(--accent); }
.button-accent:hover { color: var(--white); background: var(--purple-dark); }
.closing-cta .closing-note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}
.disclosure-light {
  max-width: 700px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.43);
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.67);
  background: #000000;
}
.site-footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-light { color: var(--white); }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer nav { display: flex; gap: 20px; font-size: 11px; }
.site-footer nav a { text-underline-offset: 3px; }

.legal-page { min-height: 100vh; background: var(--white); }
.legal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-header .site-header {
  width: min(calc(100% - 48px), var(--shell));
  min-height: 74px;
  margin-inline: auto;
  padding: 0;
  justify-content: space-between;
  background: var(--paper);
}
.legal-header .site-header .brand-lockup { width: 240px; height: 44px; }
.legal-back { font-size: 12px; font-weight: 800; text-decoration: none; }
.legal-main { width: min(calc(100% - 48px), 850px); margin: 0 auto; padding: 76px 0 110px; }
.legal-main .eyebrow { margin-bottom: 14px; }
.legal-main h1 { max-width: 820px; font-size: clamp(42px, 7vw, 72px); line-height: 0.98; }
.legal-effective { margin: 18px 0 45px; color: var(--ink-soft); font-size: 14px; }
.legal-notice { padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: #fff1f1; }
.legal-section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 12px; font-size: 24px; letter-spacing: -0.025em; }
.legal-section h3 { margin: 24px 0 8px; font-size: 17px; }
.legal-section p, .legal-section li { color: var(--ink-soft); font-size: 15px; line-height: 1.72; }
.legal-section ul { display: grid; gap: 8px; padding-left: 22px; }
.legal-section a { color: var(--purple-dark); }
.legal-contact { margin-top: 34px; padding: 24px; border-radius: 16px; color: var(--white); background: var(--navy); }
.legal-contact a { color: var(--accent); }

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms ease;
}
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-copy { max-width: 760px; }
  .fit-card { width: min(100%, 720px); }
  .featured-story { grid-template-columns: 1fr; }
  .story-copy { padding: 16px 8px 18px; }
  .process-grid, .difference-grid { grid-template-columns: 1fr; }
  .process-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .process-card:last-child { border-bottom: 0; }
  .process-card .card-label { margin-top: 30px; }
  .difference-card { min-height: 0; }
  .difference-card h3 { margin-top: 36px; }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 0; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 64px 0; }
  .site-header { width: 100%; min-height: 68px; padding: 0 16px; }
  .hero-section { padding-top: 68px; }
  .brand-lockup { width: 190px; height: 36px; }
  .site-header .brand-lockup { width: 200px; height: 38px; }
  .brand-lockup-light { width: 200px; }
  .hero {
    display: block;
    padding: 12px 0 28px;
  }
  .hero-copy { display: block; max-width: 100%; }
  .hero-copy .eyebrow {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1;
  }
  h1 { font-size: clamp(45px, 13.5vw, 61px); }
  h1 .fee-line { font-size: 0.5em; }
  .hero-cta { width: min(100%, 280px); margin-top: 20px; }
  .hero-lede { margin-top: 17px; font-size: 14px; }
  .hero-copy > .disclosure { margin-top: 12px; }
  .testimonials { padding: 48px 0 56px; }
  .sales-proof { padding: 52px 0 56px; }
  .difference { padding: 52px 0 60px; }
  .faq { padding: 0 0 30px; }
  .section-heading h2 { font-size: clamp(40px, 12vw, 56px); }
  .section-heading > p:last-child { font-size: 16px; }
  .featured-story { margin-top: 38px; padding: 10px; border-radius: 20px; }
  .story-media { border-radius: 14px; }
  .story-copy { padding: 16px 8px 15px; }
  .story-copy h3 { font-size: 35px; }
  .sales-proof-heading h2 { font-size: clamp(36px, 11vw, 48px); }
  .sales-proof-heading > p:last-child { font-size: 15px; }
  .results-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }
  .results-more { margin-top: 18px; }
  .result-card { width: 100%; border-radius: 14px; }
  .result-card figcaption { min-height: 52px; padding: 14px 16px; }
  .results-toggle { margin-top: 22px; }
  .process-grid { margin-top: 43px; }
  .process-card { padding: 28px 5px 31px; }
  .patient-journey { flex-wrap: wrap; gap: 10px 13px; }
  .difference-grid { margin-top: 40px; }
  .difference-card { min-height: 0; }
  .qualification-grid { grid-template-columns: 1fr; }
  .qualification-item { min-height: 132px; }
  .qualification-cta { align-items: stretch; flex-direction: column; }
  .qualification-cta .button { width: 100%; }
  .faq summary { min-height: 76px; font-size: 15px; }
  .faq details p { margin-right: 18px; }
  .closing-cta h2 { font-size: clamp(46px, 13vw, 62px); }
  .closing-cta .button { width: 100%; }
  .site-footer .shell { flex-direction: column; align-items: flex-start; }
  .legal-header .site-header { width: min(calc(100% - 32px), var(--shell)); padding: 0; }
  .legal-header .site-header .brand-lockup { width: 190px; height: 36px; }
  .legal-main { width: min(calc(100% - 32px), 850px); padding-top: 56px; }
}

@media (min-width: 768px) {
  .application-section { padding-bottom: 36px; }
  .mobile-trustpilot-badge { height: 100px; }
  .mobile-trustpilot-badge img,
  .mobile-trustpilot-badge::after {
    width: 156px;
    height: 156px;
  }
  .mobile-trustpilot-badge::after {
    background-size: 156px 156px;
  }
  .testimonials { padding-top: 36px; }
}

@media (max-width: 767px) {
  .application-section {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 16px 0 calc(16px + env(safe-area-inset-bottom));
    background: var(--form-backdrop);
    overflow: visible;
    scroll-margin-top: 0;
  }
  .application-shell {
    width: calc(100% - 32px);
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    overflow: visible;
  }
  .fit-card {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 12px 12px 8px;
    overflow: visible;
    border: 0;
    border-radius: 5px;
    background: var(--white);
    box-shadow: none;
  }
  .fit-panel {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 8px 2px 0;
    box-sizing: border-box;
    overflow: visible;
  }
  .fit-form-complete {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }
  .fit-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 0 22px;
  }
  .fit-form-complete .name-row,
  .fit-form-complete .contact-row,
  .fit-form-complete .contact-primary {
    display: contents;
  }
  .fit-form-complete .field {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .fit-form-complete .field label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
  .fit-form-complete .field > input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    margin: 0;
    padding: 6px 16px;
    border: 1px solid #acacac;
    border-radius: 5px;
    color: var(--ink);
    background: var(--white);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 500;
  }
  .fit-form-complete .field > input::placeholder { color: #8b8f99; }
  .fit-form-complete .phone-control {
    width: 100%;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid #acacac;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .fit-form-complete .phone-control > span {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-right: 1px solid #acacac;
    font-size: 14px;
    font-weight: 500;
  }
  .fit-form-complete .phone-control input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 100%;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 6px 16px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 500;
  }
  .fit-form-complete .phone-control input:focus { box-shadow: none; }
  .fit-form-complete .phone-control:has(input[aria-invalid="true"]) { border-color: #b62539; }
  .mobile-select-stack { display: none; }
  .fit-form-complete .fit-question {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .fit-form-complete .fit-question + .fit-question { margin-top: 16px; }
  .fit-form-complete .fit-question legend {
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 16.1px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .fit-form-complete .choice-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .fit-form-complete .choice-option {
    position: relative;
    width: 100%;
    height: 29px;
    min-height: 29px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 0;
    color: var(--ink);
    background: var(--white);
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 500;
    letter-spacing: 0;
    transform: none;
    cursor: pointer;
  }
  .fit-form-complete .choice-option:hover,
  .fit-form-complete .choice-option.is-selected {
    border: 0;
    background: var(--white);
    transform: none;
  }
  .fit-form-complete .choice-option::after { display: none; }
  .fit-form-complete .choice-option input[type="radio"] {
    position: static;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    margin: 0;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    accent-color: var(--purple);
    cursor: pointer;
  }
  .fit-form-complete .choice-option-text {
    margin: 0 0 3px 10px;
    line-height: 20.8px;
  }
  .fit-form-complete .fit-actions {
    width: 100%;
    gap: 0;
    margin: 14px 0 0;
  }
  .fit-form-complete .fit-submit {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    margin: 0;
    padding: 0 4px;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .fit-form-complete .fit-error {
    min-height: 0;
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.25;
  }
  .fit-form-complete .fit-error:empty { display: none; }
  .application-section[data-stage="scheduler"],
  .application-section[data-stage="confirmed"] { padding-top: 16px; }
  .fit-card.fit-card-scheduler {
    padding: 22px 18px 18px;
    border-radius: 8px;
  }
  .fit-card-scheduler .fit-panel { padding: 0; }
  .scheduler-heading { font-size: 29px; line-height: 1.03; }
  .scheduler-help { font-size: 14px; line-height: 1.45; }
  .scheduler-details { margin-top: 14px; }
  .scheduler-timezone { margin-top: 23px; }
  .scheduler-timezone {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .scheduler-timezone-field { min-width: 0; }
  .scheduler-timezone-field select { min-height: 48px; font-size: 12px; }
  .scheduler-layout {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 18px;
  }
  .scheduler-date-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .scheduler-date-button {
    min-height: 54px;
    padding: 9px 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    font-size: 12px;
  }
  .scheduler-time-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scheduler-time-button { min-height: 48px; font-size: 12px; }
  .scheduler-book { min-height: 50px; border-radius: 6px; font-size: 12px; }
  .scheduler-message { min-height: 220px; margin-top: 22px; padding: 22px 16px; }
  .scheduler-confirmation { min-height: 380px; padding: 10px 0; }
  .scheduler-confirmation-time { font-size: 17px; }
}

@supports (padding: max(0px)) {
  .site-header {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
  }
  .site-footer {
    padding-bottom: max(34px, calc(20px + env(safe-area-inset-bottom)));
  }
  @media (max-width: 720px) {
    .site-header {
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }
  }
}

@media (max-width: 420px) {
  .brand-lockup { width: 165px; height: 34px; }
  .site-header .brand-lockup { width: 185px; height: 36px; }
  .brand-lockup-light { width: 190px; }
  .legal-header .site-header .brand-lockup { width: 165px; height: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
