.fd-landing {
  --fd-ink: #17243c;
  --fd-muted: #58667e;
  --fd-green: #173d3a;
  --fd-blue: #1677ee;
  --fd-gold: #edb438;
  --fd-gold-dark: #a96f0c;
  --fd-line: #dde5ef;
  --fd-soft: #f2f6fb;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  background: #fffdfa;
  color: var(--fd-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body:has(.fd-landing) { overflow-x: hidden; }
.t4-main-body:has(.fd-landing) { padding-top: 0 !important; }
body:has(.fd-landing) .t4-header .nav-link { font-size: 17px; }
body:has(.fd-landing--direct) #t4-header,
body:has(.fd-landing--direct) .t4-header { display: none !important; }

.fd-landing__direct-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px 20px;
  border-bottom: 1px solid #e7ebf1;
  background: #fffdfa;
}
.fd-landing__direct-brand img { display: block; width: auto; height: 46px; }

/* Keep the homepage wordmark on the same visual axis as the wider sales hero
   while leaving the centred navigation and other site pages untouched. */
@media (min-width: 1200px) {
  body:has(.fd-landing) .t4-header .navbar-brand {
    transform: translateX(clamp(-58px, calc(660px - 45vw), 12px));
  }
  body:has(.fd-landing) .t4-header .navbar-brand.logo-control img.logo-img {
    width: auto;
    max-height: 48px;
  }
}

.fd-landing,
.fd-landing * { box-sizing: border-box; }
.fd-landing h1,
.fd-landing h2,
.fd-landing h3,
.fd-landing p { margin-top: 0; }
.fd-landing a { color: inherit; }

.fd-landing__rail {
  width: min(1520px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.fd-landing__preview {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 9px 14px;
  border: 1px solid #e0bf67;
  border-radius: 8px;
  background: #fff8df;
  color: #604a10;
  font-size: 13px;
}

/* A light product-summary band keeps the promise visible without making the
   first screen feel like a separate, darker website. */
.fd-landing__message-strip {
  border-top: 1px solid #e6ebf2;
  border-bottom: 1px solid #dce4ee;
  background: linear-gradient(110deg, #fffaf0 0%, #f5f8ff 55%, #eef8f6 100%);
  color: var(--fd-ink);
}

.fd-landing__message-grid {
  display: grid;
  grid-template-columns: minmax(390px, 1.45fr) repeat(3, minmax(170px, .62fr));
  align-items: center;
  gap: 28px;
  min-height: 104px;
  padding: 17px 24px;
}

.fd-landing__message-copy { display: flex; align-items: center; gap: 18px; }
.fd-landing__message-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border: 2px solid var(--fd-blue);
  border-radius: 50%;
  color: var(--fd-blue);
  font: 850 20px/1 Inter, system-ui, sans-serif;
}
.fd-landing__message-icon::after { content: "MIN"; position: static; margin: 0; font-size: 7px; line-height: 1; letter-spacing: .08em; }
.fd-landing__message-copy h2 {
  margin: 0;
  color: var(--fd-ink);
  font: 800 clamp(20px, 1.75vw, 28px)/1.12 Inter, system-ui, sans-serif;
  letter-spacing: -.025em;
}

.fd-landing__message-copy h2 span { display: block; color: var(--fd-ink); }

.fd-landing__message-point {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding-left: 15px;
  border-left: 1px solid #d8e0ea;
}
.fd-landing__message-point i { display: grid; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid var(--fd-gold); border-radius: 50%; color: var(--fd-gold); font-style: normal; place-items: center; }

.fd-landing__message-point strong,
.fd-landing__message-point span { display: block; }
.fd-landing__message-point strong { margin-bottom: 0; font-size: 18px; line-height: 1.12; }
.fd-landing__message-point span { color: var(--fd-muted); font-size: 13px; line-height: 1.3; }
.fd-landing__message-point strong { margin-bottom: 3px; color: var(--fd-ink); }

/* Isolated cold-traffic comparison. Only the first-screen presentation changes;
   every proof, mechanism and authority section below remains shared. */
.fd-landing__simple-hero {
  padding: clamp(54px, 6vw, 86px) 24px clamp(64px, 7vw, 96px);
  border-bottom: 1px solid #e3e8ef;
  background:
    radial-gradient(circle at 50% 46%, rgba(22,119,238,.075), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8f9ff 68%, #fffdfa 100%);
  text-align: center;
}
.fd-landing--direct .fd-landing__simple-hero { padding-top: clamp(38px, 4.5vw, 64px); }
.fd-landing__simple-inner { width: min(900px, 100%); margin: 0 auto; }
.fd-landing__simple-kicker {
  margin: 0 0 16px;
  color: var(--fd-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.fd-landing__simple-hero h1 {
  margin: 0 auto 14px;
  color: var(--fd-ink);
  font: 900 clamp(48px, 5.3vw, 80px)/.98 Inter, system-ui, sans-serif;
  letter-spacing: -.052em;
}
.fd-landing__simple-subtitle {
  margin: 0 0 5px;
  color: var(--fd-green);
  font: 850 clamp(25px, 2.7vw, 38px)/1.14 Inter, system-ui, sans-serif;
  letter-spacing: -.028em;
}
.fd-landing__simple-challenge {
  margin: 0 0 5px;
  color: var(--fd-muted);
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 700;
}
.fd-landing__simple-challenge span { color: var(--fd-blue); font-weight: 850; }
.fd-landing__simple-support { margin: 0 auto; color: var(--fd-muted); font-size: clamp(17px, 1.45vw, 21px); }
.fd-landing__simple-watch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 12px;
  color: #58647a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.fd-landing__simple-watch span { color: var(--fd-gold-dark); font-size: 10px; }
.fd-landing__simple-video { width: min(760px, 100%); margin: 0 auto; }
.fd-landing__simple-video .fd-landing__video-shell { border: 8px solid #fff; border-radius: 18px; box-shadow: 0 24px 65px rgba(23,36,60,.18); }
.fd-landing__simple-video .fd-landing__video-shell video,
.fd-landing__simple-video .fd-landing__video-shell iframe { aspect-ratio: 16/9; object-position: center; }
.fd-landing__simple-video .fd-landing__hero-play { left: 50%; }
.fd-landing__simple-button { width: min(500px, 100%); margin: 30px auto 0; }
.fd-landing__simple-assurance { margin: 17px 0 0; color: #596579; font-size: 14px; }
.fd-landing__simple-assurance span { margin: 0 7px; color: var(--fd-gold-dark); }

.fd-landing__strip-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--fd-gold);
  box-shadow: 0 5px 0 #bd7d00;
  color: #14211e !important;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
.fd-landing__strip-cta small { margin-top: 3px; font-size: 12px; }

/* Keep the established split hero, now using the same light product language
   as the Toolkit and 10-week offer pages. */
.fd-landing__hero { padding: 0; background: linear-gradient(145deg,#fffdfa 0%,#f8faff 62%,#f0f8f6 100%); }
.fd-landing__hero-grid { display: grid; grid-template-columns: minmax(420px,.9fr) minmax(600px,1.25fr); gap: 0; width: min(1600px,100%); align-items: stretch; }
.fd-landing__hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(38px,5vw,82px); }
.fd-landing__intro { margin: 0; text-align: left; }

.fd-landing__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: var(--fd-green);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.fd-landing__kicker::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fd-gold);
  content: "";
}

.fd-landing__intro h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--fd-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(45px, 3.9vw, 70px);
  font-weight: 900;
  letter-spacing: -.048em;
  line-height: 1.03;
}

.fd-landing__hero-result { max-width: 720px; margin: 0 0 18px; color: var(--fd-green); font: 850 clamp(28px,2.5vw,40px)/1.12 Inter,system-ui,sans-serif; letter-spacing:-.03em; }

.fd-landing__lead {
  max-width: 660px;
  margin: 0;
  color: #42516a;
  font-size: clamp(19px, 1.65vw, 23px);
  line-height: 1.55;
}

.fd-landing__hero-button { width: min(480px,100%); margin-top: 28px; }
.fd-landing__cta-note { margin: 28px 0 0; color: #4c585a; font-size: 16px; }
.fd-landing__cta-note span { margin: 0 7px; color: var(--fd-gold-dark); }
.fd-landing__hero-media { position: relative; min-height: 590px; overflow: hidden; background: #17231f; }
.fd-landing__teacher { height: 100%; }
.fd-landing__hero-media .fd-landing__video-shell { height: 100%; border: 0; border-radius: 0; box-shadow: none; }
.fd-landing__hero-media .fd-landing__video-shell video,
.fd-landing__hero-media .fd-landing__video-shell iframe { height: 100%; aspect-ratio: auto; object-position: center; }
.fd-landing__hero-media .fd-landing__video-shell video { object-position: 72% center; }

.fd-landing__video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce1e1;
  border-radius: 9px;
  background: #080808;
  box-shadow: 0 14px 34px rgba(18,29,29,.12);
}
.fd-landing__hero-media .fd-landing__video-shell.is-floating { position: fixed; z-index: 9999; right: 18px; bottom: 18px; width: min(390px,calc(100vw - 28px)); height: auto; aspect-ratio: 16/9; overflow: visible; border: 2px solid rgba(244,184,63,.9); border-radius: 12px; background: #080808; box-shadow: 0 18px 54px rgba(0,0,0,.42); }
.fd-landing__hero-media .fd-landing__video-shell.is-floating video { width: 100%; height: 100%; border-radius: 10px; object-fit: contain; object-position: center; }
.fd-landing__simple-video .fd-landing__video-shell.is-floating { position: fixed; z-index: 9999; right: 18px; bottom: 18px; width: min(390px,calc(100vw - 28px)); height: auto; aspect-ratio: 16/9; overflow: visible; border: 2px solid rgba(244,184,63,.9); border-radius: 12px; background: #080808; box-shadow: 0 18px 54px rgba(0,0,0,.42); }
.fd-landing__simple-video .fd-landing__video-shell.is-floating video { width: 100%; height: 100%; border-radius: 10px; object-fit: contain; object-position: center; }
.fd-landing__video-float-close { position: absolute; z-index: 3; top: -12px; right: -12px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 2px solid #fff; border-radius: 50%; background: #17272d; color: #fff; font: 900 20px/1 system-ui,sans-serif; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.fd-landing__video-float-close[hidden] { display: none; }
.fd-landing__video-shell video,
.fd-landing__video-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #080808;
  object-fit: cover;
}
.fd-landing__hero-media .fd-landing__video-shell:not(.has-started) video {
  filter: brightness(1.36) contrast(1.02);
}
.fd-landing__hero-play { position: absolute; z-index: 3; top: 50%; left: 31%; display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 8px 18px 8px 9px; transform: translate(-50%,-50%); border: 2px solid rgba(255,255,255,.95); border-radius: 999px; background: rgba(244,184,63,.96); color: #12221e; font: 800 15px/1.1 system-ui,sans-serif; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.34); }
.fd-landing__hero-play span { display: grid; width: 38px; height: 38px; padding-left: 3px; border-radius: 50%; background: #fff; color: #123d36; place-items: center; }
.fd-landing__hero-play:hover,.fd-landing__hero-play:focus-visible { background: #ffc34c; transform: translate(-50%,-50%) scale(1.04); }
.fd-landing__video-shell.has-started .fd-landing__hero-play,.fd-landing__video-shell.is-floating .fd-landing__hero-play { display: none; }

.fd-landing__proof {
  display: flex;
  justify-content: center;
  gap: 9px 18px;
  flex-wrap: wrap;
  margin: 18px 0 0;
  color: #576466;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.fd-landing__offer {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(20px,4vw,68px);
  width: min(395px,47%);
  transform: translateY(-50%);
  overflow: hidden;
  padding: 30px 34px 24px;
  border: 1px solid rgba(64,154,245,.33);
  border-radius: 20px;
  background: rgba(255,255,255,.70);
  -webkit-backdrop-filter: blur(6px) saturate(1.08);
  backdrop-filter: blur(6px) saturate(1.08);
  box-shadow: 0 20px 55px rgba(27,74,145,.19), 0 0 28px rgba(46,153,255,.08);
  text-align: left;
}
.fd-landing__offer h2 {
  margin: 0 0 2px;
  color: #164c78;
  font: 900 30px/1.1 Inter,system-ui,sans-serif;
  letter-spacing: -.035em;
}
.fd-landing__offer ol { margin: 20px 0 12px; padding: 0; list-style: none; }
.fd-landing__offer li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(22,119,238,.14); }
.fd-landing__offer li > span { display: grid; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(145deg,#258cff,#126bd7); color: #fff; font-weight: 900; place-items: center; box-shadow: 0 0 0 3px rgba(37,140,255,.09); }
.fd-landing__offer li strong,
.fd-landing__offer li small { display: block; }
.fd-landing__offer li strong { color: #1d2828; font-size: 17px; }
.fd-landing__offer li small { color: var(--fd-muted); font-size: 14px; }
.fd-landing__offer > p { margin: 18px 0 0; color: var(--fd-muted); font-size: 12px; text-align: center; }
.fd-landing__offer > p span { margin: 0 4px; color: var(--fd-gold-dark); }

.fd-landing__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg,#258cff,#1677ee);
  box-shadow: 0 5px 0 #0d56ba, 0 10px 24px rgba(22,119,238,.16);
  color: #fff !important;
  font: 850 18px/1.15 Inter,system-ui,sans-serif;
  text-align: center;
  text-decoration: none !important;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.fd-landing__button:hover,
.fd-landing__button:focus-visible { background: linear-gradient(135deg,#43a2ff,#1f82f6); box-shadow: 0 3px 0 #0d56ba, 0 8px 25px rgba(22,119,238,.28); transform: translateY(2px); }
.fd-landing__button:focus-visible { outline: 3px solid rgba(85,207,255,.48); outline-offset: 4px; }
.fd-landing__strip-cta:hover,
.fd-landing__strip-cta:focus-visible { background: #ffba1a; box-shadow: 0 3px 0 #bd7d00; transform: translateY(2px); }
.fd-landing__button small { margin-top: 4px; font: 750 12px/1.2 Inter,system-ui,sans-serif; }

.fd-landing__trust-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--fd-line);
  border-radius: 12px;
  background: var(--fd-line);
}
.fd-landing__trust-strip div { display: grid; gap: 3px; padding: 18px 20px; background: #fff; text-align: center; }
.fd-landing__trust-strip span { color: var(--fd-muted); font-size: 13px; }

.fd-landing__section { padding-top: 72px; padding-bottom: 72px; }
.fd-landing__section h2,
.fd-landing__final h2 {
  margin: 0 0 14px;
  color: var(--fd-green);
  font: 900 clamp(32px, 3.6vw, 50px)/1.08 Inter,system-ui,sans-serif;
  letter-spacing: -.04em;
}
.fd-landing__section-head { max-width: 980px; margin: 0 auto 38px; text-align: center; }
.fd-landing__section-head > p:last-child { color: var(--fd-muted); }

.fd-landing__tiny { padding-top: 56px; padding-bottom: 64px; }
.fd-landing__tiny .fd-landing__section-head { margin-bottom: 28px; }
.fd-landing__habit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.fd-landing__habit-grid article { display: grid; grid-template-columns: 70px 1fr; gap: 16px; align-items: center; min-height: 122px; padding: 22px; border: 1px solid var(--fd-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 26px rgba(28,48,77,.06); }
.fd-landing__habit-grid article > span { display: grid; width: 64px; height: 64px; border-radius: 16px; background: #fff6df; color: var(--fd-gold-dark); font-size: 30px; place-items: center; }
.fd-landing__habit-grid strong { display: block; margin-bottom: 5px; color: #1d2828; }
.fd-landing__habit-grid p { margin: 0; color: var(--fd-muted); font-size: 15px; line-height: 1.45; }

.fd-landing__days { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; margin: 0; padding: 0; list-style: none; }
.fd-landing__days li { min-height: 236px; padding: 24px 20px; border: 1px solid var(--fd-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 26px rgba(28,48,77,.06); }
.fd-landing__days li::before { display: block; width: 42px; height: 4px; margin-bottom: 20px; border-radius: 4px; background: var(--fd-gold); content: ""; }
.fd-landing__days span { color: var(--fd-green); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fd-landing__days strong { display: block; margin: 8px 0; font-size: 18px; }
.fd-landing__days p { margin: 0; color: var(--fd-muted); font-size: 15px; }

.fd-landing__audience { background: var(--fd-soft); }
.fd-landing__audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fd-landing__audience-grid article { padding: 28px; border: 1px solid var(--fd-line); border-radius: 16px; background: #fff; box-shadow:0 8px 24px rgba(28,48,77,.045); }
.fd-landing__audience-grid article > span { color: var(--fd-gold-dark); font-weight: 900; }
.fd-landing__audience-grid h3 { margin: 12px 0 8px; color: var(--fd-green); font-size: 21px; }
.fd-landing__audience-grid p { margin: 0; color: var(--fd-muted); }
.fd-landing__needs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; margin-top: 24px; }
.fd-landing__needs span { padding: 7px 12px; border-radius: 999px; background: #fff; color: var(--fd-muted); font-size: 14px; }

.fd-landing__cohort-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.8fr); gap: 72px; align-items: center; }
.fd-landing__cohort-copy { color: var(--fd-muted); }
.fd-landing__cohort-cta { width: min(430px,100%); margin-top: 24px; }
.fd-landing__cohort-section ol { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.fd-landing__cohort-section li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.fd-landing__cohort-section li > span { display: grid; width: 42px; height: 42px; border-radius: 50%; background: var(--fd-green); color: #fff; font-weight: 900; place-items: center; }
.fd-landing__cohort-section li p { margin: 3px 0 0; color: var(--fd-muted); }

.fd-landing__proof-section { background: var(--fd-soft); }
.fd-landing__testimonial-video { width: min(880px,100%); margin: 0 auto 42px; }
.fd-landing__testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fd-landing__testimonials figure { display: flex; flex-direction: column; justify-content: space-between; min-height: 235px; margin: 0; padding: 28px; border: 1px solid var(--fd-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 26px rgba(28,48,77,.06); }
.fd-landing__testimonials blockquote { margin: 0 0 24px; color: #26344d; font: 750 18px/1.55 Inter,system-ui,sans-serif; }
.fd-landing__testimonials figcaption { display: grid; }
.fd-landing__testimonials figcaption strong { color: var(--fd-green); }
.fd-landing__testimonials figcaption span { color: var(--fd-muted); font-size: 13px; }

.fd-landing__final { margin-top: 72px; margin-bottom: 30px; padding: 70px 28px; border-radius: 22px; background: linear-gradient(120deg,#17243c,#173d3a); color: #fff; text-align: center; box-shadow:0 22px 55px rgba(23,36,60,.16); }
.fd-landing__final h2 { color: #fff; }
.fd-landing__final > p:not(.fd-landing__kicker) { margin-bottom: 24px; color: #dce7e4; }
.fd-landing__final .fd-landing__kicker { color: #fff; }
.fd-landing__final .fd-landing__kicker::before { border-color: var(--fd-gold); }
.fd-landing__final .fd-landing__button { width: min(520px,100%); margin: 0 auto; }
.fd-landing :focus-visible { outline: 3px solid rgba(242,169,0,.72); outline-offset: 4px; }

@media (min-width: 861px) {
  .fd-landing__type-line { white-space: nowrap; }
}

@media (max-width: 1120px) {
  .fd-landing__message-grid { grid-template-columns: minmax(300px,1.3fr) repeat(2,minmax(145px,.65fr)); }
  .fd-landing__message-point:nth-of-type(4) { display: none; }
  .fd-landing__hero-grid { grid-template-columns: minmax(380px,.85fr) minmax(520px,1.15fr); }
  .fd-landing__hero-media { min-height: 560px; }
  .fd-landing__offer { width: min(370px,54%); right: 20px; }
  .fd-landing__habit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .fd-landing__message-grid { grid-template-columns: 1fr minmax(190px,.7fr); min-height: 0; }
  .fd-landing__message-point { display: none; }
  .fd-landing__hero-grid,
  .fd-landing__cohort-section { grid-template-columns: 1fr; }
  .fd-landing__hero-copy { padding: 52px 38px; text-align: center; }
  .fd-landing__intro { text-align: center; }
  .fd-landing__intro h1,
  .fd-landing__hero-result,
  .fd-landing__lead { margin-right: auto; margin-left: auto; }
  .fd-landing__hero-button { margin-right: auto; margin-left: auto; }
  .fd-landing__hero-media { min-height: 620px; }
  .fd-landing__offer { right: 28px; width: min(390px,50%); }
  .fd-landing__days { grid-template-columns: repeat(2,1fr); }
  .fd-landing__days li:last-child { grid-column: 1 / -1; }
  .fd-landing__audience-grid,
  .fd-landing__testimonials { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .fd-landing { font-size: 16px; }
  .fd-landing__direct-brand { min-height: 64px; padding: 10px 16px; }
  .fd-landing__direct-brand img { height: 38px; }
  .fd-landing__rail { width: min(calc(100% - 28px),1400px); }
  .fd-landing__preview { display: grid; text-align: center; }
  .fd-landing__message-grid { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; }
  .fd-landing__message-copy { justify-content: center; }
  .fd-landing__message-icon { width: 50px; height: 50px; font-size: 18px; }
  .fd-landing__message-copy h2 { font-size: 23px; }
  .fd-landing__simple-hero { padding: 42px 16px 58px; }
  .fd-landing__simple-hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .fd-landing__simple-subtitle { font-size: 25px; }
  .fd-landing__simple-challenge { max-width: 340px; margin-right: auto; margin-left: auto; font-size: 18px; }
  .fd-landing__simple-support { max-width: 340px; font-size: 17px; }
  .fd-landing__simple-watch { margin-top: 27px; }
  .fd-landing__simple-video .fd-landing__video-shell { border-width: 5px; border-radius: 13px; }
  .fd-landing__simple-button { margin-top: 24px; }
  .fd-landing__simple-assurance { line-height: 1.75; }
  .fd-landing__simple-video .fd-landing__video-shell.is-floating { right: 10px; bottom: 10px; width: min(310px,calc(100vw - 20px)); }
  .fd-landing__strip-cta { min-height: 54px; }
  .fd-landing__hero-copy { padding: 42px 20px 46px; }
  .fd-landing__kicker { align-items: center; font-size: 14px; }
  .fd-landing__intro h1 { font-size: clamp(34px,10.5vw,43px); }
  .fd-landing__hero-result { font-size: 28px; }
  .fd-landing__lead { font-size: 18px; }
  .fd-landing__cta-note { line-height: 1.7; }
  .fd-landing__hero-media { min-height: 770px; padding: 260px 14px 18px; }
  .fd-landing__hero-media .fd-landing__teacher { position: absolute; inset: 0 0 auto; height: 300px; }
  .fd-landing__hero-media .fd-landing__video-shell { height: 300px; }
  .fd-landing__offer { position: relative; top: auto; right: auto; width: 100%; max-width: 430px; margin: 0 auto; padding: 23px 18px 20px; transform: none; }
  .fd-landing__offer h2 { font-size: 25px; }
  .fd-landing__hero-media .fd-landing__video-shell.is-floating { right: 10px; bottom: 10px; width: min(310px,calc(100vw - 20px)); }
  .fd-landing__habit-grid { grid-template-columns: 1fr; }
  .fd-landing__trust-strip,
  .fd-landing__days { grid-template-columns: 1fr; }
  .fd-landing__days li:last-child { grid-column: auto; }
  .fd-landing__section { padding-top: 52px; padding-bottom: 52px; }
  .fd-landing__tiny { padding-top: 48px; padding-bottom: 52px; }
  .fd-landing__final { width: calc(100% - 28px); padding: 52px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .fd-landing__type-cursor { display: none; }
  .fd-landing__button,
  .fd-landing__strip-cta { transition: none; }
}
.fd-landing__cohort-note { max-width: 640px; margin: -8px 0 22px; color: #46545a; font-size: clamp(15px, 1.05vw, 17px); line-height: 1.55; }
