:root {
  --ink: #111d33;
  --muted: #64748b;
  --blue: #1275ff;
  --blue-dark: #075bd7;
  --line: #d8e3f2;
  --soft: #f5f9ff;
  --white: #ffffff;
  --amber: #f5a524;
  --shadow: 0 22px 60px rgba(15, 35, 67, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 82% 10%, rgba(18, 117, 255, 0.09), transparent 33%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.brand {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 850;
  line-height: 1.05;
}

.brand span {
  display: block;
}

.brand span {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.brand b {
  color: var(--blue);
  font-weight: inherit;
}

.brand-blue {
  color: var(--blue);
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 46px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 117, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 34px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.hero-brand {
  width: fit-content;
  margin: 0 auto 18px;
  display: block;
}

.hero-eyebrow {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(1.25rem, 1.35vw, 1.55rem);
  font-style: italic;
  font-weight: 760;
}

.problem-eyebrow {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.38em;
  white-space: nowrap;
}

.problem-prompt {
  display: inline;
}

.problem-rotator {
  --word-line: 1.25em;
  display: inline-block;
  width: 5.9em;
  height: var(--word-line);
  overflow: hidden;
  color: var(--blue);
  font-size: 1.12em;
  font-weight: 850;
  text-align: left;
  vertical-align: bottom;
}

.problem-track {
  display: flex;
  flex-direction: column;
  animation: problemWordLoop 14s ease-in-out infinite;
  will-change: transform;
}

.problem-track span {
  height: var(--word-line);
  line-height: var(--word-line);
}

@keyframes problemWordLoop {
  0%,
  11% {
    transform: translateY(0);
  }

  14%,
  25% {
    transform: translateY(calc(-1 * var(--word-line)));
  }

  28%,
  39% {
    transform: translateY(calc(-2 * var(--word-line)));
  }

  42%,
  53% {
    transform: translateY(calc(-3 * var(--word-line)));
  }

  56%,
  67% {
    transform: translateY(calc(-4 * var(--word-line)));
  }

  70%,
  81% {
    transform: translateY(calc(-5 * var(--word-line)));
  }

  84%,
  96% {
    transform: translateY(calc(-6 * var(--word-line)));
  }

  100% {
    transform: translateY(calc(-7 * var(--word-line)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .problem-track {
    animation: none;
  }
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(3rem, 5.2vw, 4.7rem);
  font-weight: 900;
}

.headline-highlight {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

h2 {
  font-size: clamp(1.95rem, 3vw, 2.75rem);
  font-weight: 880;
}

.hero-copy {
  max-width: 660px;
  margin: 22px auto 0;
  color: #22314c;
  font-size: 1.16rem;
  line-height: 1.5;
}

.hero-copy a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.copy-highlight {
  color: var(--blue);
  font-weight: 850;
}

.lead-form button {
  width: fit-content;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 7px;
  color: var(--white);
  background: linear-gradient(180deg, #2187ff 0%, var(--blue-dark) 100%);
  box-shadow: 0 16px 28px rgba(18, 117, 255, 0.23);
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.lead-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(18, 117, 255, 0.27);
}

.access-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 16px 0 0;
  color: #7888a0;
  font-size: 0.95rem;
  font-weight: 650;
}

.access-note svg {
  width: 18px;
  height: 18px;
  fill: #a3afbf;
}

.proof-bar {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.proof-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-right: 1px solid #cfdced;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.proof-item p {
  margin: 0;
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.proof-item span {
  margin-top: 3px;
  color: #53637d;
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.training-section {
  width: min(100%, 980px);
  margin: 34px auto 0;
  padding: 0;
  display: block;
}

.video-shell {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  background: #0b1526;
  box-shadow: var(--shadow);
  cursor: pointer;
  text-align: left;
}

.video-shell:focus-visible {
  outline: 4px solid rgba(18, 117, 255, 0.32);
  outline-offset: 5px;
}

.video-shell:hover .play-button {
  background: rgba(18, 117, 255, 0.78);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(9, 20, 38, 0.9), transparent);
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  border: 4px solid var(--white);
  border-radius: 999px;
  background: rgba(7, 15, 30, 0.42);
  display: grid;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease;
}

.play-button svg {
  width: 36px;
  height: 36px;
  margin-left: 5px;
  fill: var(--white);
}

.video-controls {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: grid;
  grid-template-columns: 17px auto 1fr auto 20px 20px;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 0.88rem;
}

.control-play {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid var(--white);
}

.timeline {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.timeline i {
  display: block;
  width: 78%;
  height: 100%;
  background: var(--blue);
}

.volume,
.fullscreen {
  position: relative;
  width: 20px;
  height: 20px;
}

.volume::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--white);
  clip-path: polygon(0 22%, 45% 22%, 100% 0, 100% 100%, 45% 78%, 0 78%);
}

.volume::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--white);
  border-radius: 50%;
}

.fullscreen::before,
.fullscreen::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-color: var(--white);
}

.fullscreen::before {
  top: 2px;
  left: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.fullscreen::after {
  right: 2px;
  bottom: 2px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.results-section {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 22px 34px 38px;
}

.results-section h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
}

.testimonial-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-card {
  min-height: 244px;
  padding: 28px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #dbe5f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(15, 35, 67, 0.07);
}

.quote-mark {
  height: 24px;
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 0.7;
}

.testimonial-card p {
  margin: 15px 0 28px;
  color: #25344e;
}

.person {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #edf5ff;
  border: 1px solid #cfe0f4;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.person strong,
.person small {
  display: block;
}

.person strong {
  font-size: 0.92rem;
  text-transform: uppercase;
}

.person small {
  margin-top: 1px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.dots {
  height: 34px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.dots .active {
  background: var(--blue);
}

.cta-band {
  width: min(calc(100% - 68px), 1100px);
  margin: 0 auto 26px;
  padding: 34px 48px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.05fr;
  gap: 34px;
  align-items: center;
  border: 1px solid #d8e3f2;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(240, 247, 255, 0.95), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(245, 165, 36, 0.16), transparent 32%);
}

.cta-band > * + * {
  border-left: 1px solid #cfdced;
  padding-left: 34px;
}

.cta-band .eyebrow {
  margin-bottom: 10px;
}

.cta-band h2 {
  font-size: clamp(2rem, 2.8vw, 2.7rem);
}

.cta-band p:not(.eyebrow) {
  margin: 0;
  color: #25344e;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid #c8d6e7;
  border-radius: 7px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.lead-form input:focus {
  outline: 3px solid rgba(18, 117, 255, 0.18);
  border-color: var(--blue);
}

.lead-form button {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.lead-form small {
  color: #40516b;
  text-align: center;
}

[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  z-index: 20;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(8, 18, 34, 0.58);
  backdrop-filter: blur(8px);
}

.lead-modal {
  position: relative;
  width: min(100%, 460px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(216, 227, 242, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 80px rgba(8, 18, 34, 0.28);
  text-align: left;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid #d8e3f2;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #53637d;
  background: #f7fbff;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--blue);
  border-color: rgba(18, 117, 255, 0.45);
}

.modal-close svg {
  width: 19px;
  height: 19px;
}

.modal-close path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.modal-brand {
  width: fit-content;
  margin-bottom: 32px;
}

.modal-brand span {
  font-size: 1rem;
}

.lead-modal h2 {
  max-width: 340px;
  font-size: clamp(1.8rem, 4vw, 2.35rem);
}

.modal-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.modal-intro {
  margin: 0;
  color: #40516b;
  font-size: 0.93rem;
  line-height: 1.5;
}

.worksheet-preview {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(15, 35, 67, 0.15));
}

.email-note {
  margin: 0;
  color: #52637b;
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.modal-form {
  margin-top: 24px;
}

.modal-form label {
  color: #263853;
  font-size: 0.88rem;
  font-weight: 800;
}

.modal-form input {
  margin-bottom: 4px;
}

.modal-form button {
  margin-top: 6px;
}

.home-header {
  position: relative;
  isolation: isolate;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 30px 34px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.home-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(18, 117, 255, 0.28);
  background:
    radial-gradient(circle at 78% 18%, rgba(18, 117, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ddecff 100%);
  box-shadow: 0 18px 46px rgba(18, 117, 255, 0.1);
}

.home-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  padding: 12px 18px;
  border: 1px solid rgba(18, 117, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(236, 246, 255, 0.9)),
    radial-gradient(circle at 90% 10%, rgba(18, 117, 255, 0.12), transparent 36%);
  box-shadow: 0 14px 34px rgba(15, 35, 67, 0.07);
  color: #22314c;
  font-size: 0.94rem;
}

.home-header a,
.home-cta,
.text-link,
.social-links a {
  text-decoration: none;
}

.home-header nav a:hover,
.text-link:hover,
.social-links a:hover {
  color: var(--blue);
}

.home-hero {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 72px 34px 86px;
  text-align: center;
}

.home-hero-copy h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 4.65vw, 4.35rem);
}

.headline-line {
  display: block;
  white-space: nowrap;
}

.control-highlight {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.home-hero-copy p:not(.hero-eyebrow):not(.eyebrow) {
  max-width: 720px;
  margin: 26px auto 0;
  color: #22314c;
  font-size: 1.17rem;
  line-height: 1.62;
}

.home-subheadline .copy-highlight {
  font-weight: 760;
}

.home-cta {
  width: fit-content;
  min-height: 62px;
  margin-top: 32px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--white);
  background: linear-gradient(180deg, #2187ff 0%, var(--blue-dark) 100%);
  box-shadow: 0 16px 28px rgba(18, 117, 255, 0.23);
  font-weight: 850;
  letter-spacing: 0.4px;
}

.home-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(18, 117, 255, 0.27);
}

.roman-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.roman-media {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-radius: 8px;
  background: #dce8f7;
  box-shadow: var(--shadow);
}

.roman-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 29, 51, 0.24), transparent 48%);
}

.roman-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center right;
}

.home-section,
.science-section,
.program-section,
.start-section,
.find-section {
  width: min(100%, 1060px);
  margin: 0 auto;
  padding: 74px 34px;
}

.home-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 62px;
  border-top: 1px solid var(--line);
}

.founder-section {
  display: block;
}

.founder-section .roman-layout {
  align-items: start;
}

.founder-section h2 span {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-size: clamp(0.92rem, 1.4vw, 1.08rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.35;
}

.founder-section .section-copy p {
  font-style: italic;
}

.loop-divider {
  position: relative;
  width: min(520px, calc(100vw - 48px));
  height: 208px;
  margin: -26px auto -2px;
  display: grid;
  place-items: center;
}

.loop-orbit {
  position: relative;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(18, 117, 255, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(18, 117, 255, 0.08) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9), rgba(238, 246, 255, 0.56));
  box-shadow:
    inset 0 0 28px rgba(18, 117, 255, 0.08),
    0 20px 54px rgba(18, 117, 255, 0.08);
}

.loop-orbit::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(18, 117, 255, 0.18);
  border-radius: 50%;
}

.loop-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow:
    0 0 0 7px rgba(18, 117, 255, 0.1),
    0 0 26px rgba(18, 117, 255, 0.42);
  animation: loopPulseTravel 8s linear infinite;
}

.loop-node {
  position: absolute;
  z-index: 2;
  width: 104px;
  color: #1b2a45;
  font-size: 0.76rem;
  font-style: italic;
  font-weight: 850;
  line-height: 1.14;
  text-align: center;
  animation: loopNodeLabelActivate 8s linear infinite;
}

.loop-node::before {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 auto 6px;
  display: block;
  border: 2px solid rgba(18, 117, 255, 0.78);
  border-radius: 999px;
  background: var(--white);
  box-shadow:
    0 0 0 6px rgba(18, 117, 255, 0.08),
    0 0 18px rgba(18, 117, 255, 0.24);
  animation: loopNodeActivate 8s linear infinite;
}

.loop-node-urge {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.loop-node-urge,
.loop-node-urge::before {
  animation-delay: 0s;
}

.loop-node-indulge {
  top: 50%;
  right: -122px;
  transform: translateY(-50%);
}

.loop-node-indulge,
.loop-node-indulge::before {
  animation-delay: 2s;
}

.loop-node-guilt {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.loop-node-guilt,
.loop-node-guilt::before {
  animation-delay: 4s;
}

.loop-node-promise {
  top: 50%;
  left: -122px;
  transform: translateY(-50%);
}

.loop-node-promise,
.loop-node-promise::before {
  animation-delay: 6s;
}

@keyframes loopPulseTravel {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(-75px);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(-75px);
  }
}

@keyframes loopNodeActivate {
  0%,
  7%,
  100% {
    border-color: rgba(18, 117, 255, 1);
    background: #f8fbff;
    box-shadow:
      0 0 0 9px rgba(18, 117, 255, 0.13),
      0 0 28px rgba(18, 117, 255, 0.44);
    transform: scale(1.16);
  }

  15%,
  88% {
    border-color: rgba(18, 117, 255, 0.58);
    background: var(--white);
    box-shadow:
      0 0 0 5px rgba(18, 117, 255, 0.055),
      0 0 14px rgba(18, 117, 255, 0.16);
    transform: scale(1);
  }

  94% {
    border-color: rgba(18, 117, 255, 0.86);
    box-shadow:
      0 0 0 7px rgba(18, 117, 255, 0.09),
      0 0 22px rgba(18, 117, 255, 0.3);
    transform: scale(1.08);
  }
}

@keyframes loopNodeLabelActivate {
  0%,
  7%,
  100% {
    color: var(--blue);
    text-shadow: 0 0 18px rgba(18, 117, 255, 0.26);
  }

  15%,
  88% {
    color: #1b2a45;
    text-shadow: none;
  }

  94% {
    color: var(--blue);
    text-shadow: 0 0 14px rgba(18, 117, 255, 0.2);
  }
}

@keyframes loopPulseTravelMobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateY(-59px);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateY(-59px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loop-pulse,
  .loop-node,
  .loop-node::before,
  .science-list::after,
  .science-list article::before {
    animation: none;
  }

  .loop-pulse {
    transform: translate(-50%, -50%) translateY(-75px);
  }

  .science-list::after {
    opacity: 0;
  }
}

.intro-section {
  display: block;
  border-top: 0;
  padding-top: 50px;
  text-align: center;
}

.intro-section p {
  max-width: 900px;
  margin: 0 auto;
  color: #25344e;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.intro-section p + p {
  margin-top: 18px;
}

.intro-section .quote-highlight {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

.alt-band {
  width: 100%;
  max-width: none;
  padding-left: max(34px, calc((100vw - 1060px) / 2 + 34px));
  padding-right: max(34px, calc((100vw - 1060px) / 2 + 34px));
  background:
    linear-gradient(180deg, rgba(246, 250, 255, 0.86), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 85% 20%, rgba(18, 117, 255, 0.1), transparent 30%);
}

.section-label {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.section-copy h2,
.program-intro h2,
.start-section h2,
.find-section h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 3.3rem);
}

.section-copy p,
.program-intro p,
.start-section p,
.find-section p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #25344e;
  font-size: 1.08rem;
  line-height: 1.72;
}

.program-section {
  border-top: 1px solid var(--line);
}

.science-section {
  border-top: 1px solid rgba(216, 227, 242, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 250, 255, 0.92));
}

.science-list {
  position: relative;
  counter-reset: science-step;
  margin-top: 38px;
  display: grid;
  gap: 18px;
}

.science-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 23px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(18, 117, 255, 0.08),
    rgba(18, 117, 255, 0.34),
    rgba(18, 117, 255, 0.08)
  );
}

.science-list::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 23px;
  width: 2px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(18, 117, 255, 0.95),
    transparent
  );
  animation: scienceSignalTravel 6.4s ease-in-out infinite;
}

.science-list article {
  position: relative;
  counter-increment: science-step;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px 30px 26px 0;
  border: 1px solid rgba(219, 229, 241, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, 0.92), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 42px rgba(15, 35, 67, 0.07);
}

.science-list article::before {
  content: counter(science-step);
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  border: 2px solid rgba(18, 117, 255, 0.78);
  border-radius: 999px;
  background: var(--white);
  box-shadow:
    0 0 0 7px rgba(18, 117, 255, 0.07),
    0 0 22px rgba(18, 117, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  animation: scienceNodePulse 6.4s ease-in-out infinite;
}

.science-list article:nth-child(2)::before {
  animation-delay: 0.85s;
}

.science-list article:nth-child(3)::before {
  animation-delay: 1.7s;
}

.science-list article:nth-child(4)::before {
  animation-delay: 2.55s;
}

.science-list article:nth-child(5)::before {
  animation-delay: 3.4s;
}

.science-list article > * {
  grid-column: 2;
}

.science-list h3 {
  margin: 0;
  color: var(--blue);
  font-size: 1.22rem;
  line-height: 1.2;
}

.science-list p {
  margin: 10px 0 0;
  color: #33445d;
  line-height: 1.62;
}

.science-note {
  max-width: 820px;
  margin: 30px 0 0;
  color: #25344e;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.62;
}

.program-intro {
  max-width: 760px;
}

.science-intro {
  max-width: 920px;
}

.science-intro h2 {
  max-width: 920px;
  font-size: clamp(2rem, 3.35vw, 3rem);
}

@keyframes scienceSignalTravel {
  0% {
    top: 24px;
    opacity: 0;
  }

  12%,
  82% {
    opacity: 0.92;
  }

  100% {
    top: calc(100% - 120px);
    opacity: 0;
  }
}

@keyframes scienceNodePulse {
  0%,
  100% {
    border-color: rgba(18, 117, 255, 0.52);
    box-shadow:
      0 0 0 5px rgba(18, 117, 255, 0.045),
      0 0 14px rgba(18, 117, 255, 0.14);
    transform: scale(1);
  }

  22% {
    border-color: rgba(18, 117, 255, 0.98);
    box-shadow:
      0 0 0 10px rgba(18, 117, 255, 0.09),
      0 0 28px rgba(18, 117, 255, 0.28);
    transform: scale(1.08);
  }
}

.phase-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.phase-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid #dbe5f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(15, 35, 67, 0.07);
}

.phase-card span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phase-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

.phase-card p {
  margin: 14px 0 0;
  color: #33445d;
}

.text-link {
  margin-top: 26px;
  display: inline-flex;
  color: var(--blue);
  font-weight: 850;
}

.start-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  border: 1px solid #d8e3f2;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(240, 247, 255, 0.95), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 88% 18%, rgba(245, 165, 36, 0.14), transparent 32%);
}

.start-section > * + * {
  border-left: 1px solid #cfdced;
  padding-left: 54px;
}

.find-section {
  text-align: center;
}

.find-section h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.social-links {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-links a {
  min-width: 138px;
  padding: 13px 20px;
  border: 1px solid #cfdced;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: #22314c;
  font-weight: 850;
}

.social-links a:hover {
  border-color: rgba(18, 117, 255, 0.56);
  box-shadow: 0 14px 28px rgba(18, 117, 255, 0.12);
}

.social-subhead {
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  text-align: center;
}

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

.social-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: block;
  border: 1px solid rgba(17, 29, 51, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(18, 117, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #111827 0%, #05070c 100%);
  box-shadow: 0 18px 38px rgba(5, 7, 12, 0.16);
  text-decoration: none;
}

.social-card:hover {
  border-color: rgba(18, 117, 255, 0.68);
  box-shadow: 0 18px 42px rgba(18, 117, 255, 0.16);
  transform: translateY(-1px);
}

.home-footer {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.footer-note {
  grid-column: 1 / -1;
  max-width: 860px;
  margin: 4px auto 0;
  color: #66768d;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.watch-page {
  background: #ffffff;
}

.watch-main {
  overflow: hidden;
}

.watch-intro {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 30px 34px 24px;
  text-align: center;
}

.watch-intro h1 {
  max-width: 940px;
  font-size: clamp(2.7rem, 5vw, 4.45rem);
}

.watch-title-line {
  display: block;
  white-space: nowrap;
}

.watch-title-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.watch-live-pulse {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(18, 117, 255, 0.4), 0 0 18px rgba(18, 117, 255, 0.9);
  animation: watchLivePulse 2s ease-out infinite;
}

@keyframes watchLivePulse {
  0%,
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(18, 117, 255, 0.42), 0 0 15px rgba(18, 117, 255, 0.78);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 10px rgba(18, 117, 255, 0), 0 0 25px rgba(18, 117, 255, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .watch-live-pulse {
    animation: none;
  }
}

.watch-intro > p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px auto 0;
  color: #40516b;
  font-size: 1.08rem;
}

.watch-training {
  width: min(100%, 900px);
  margin-top: 26px;
}

.watch-player-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  background: #07101f;
  box-shadow: var(--shadow);
}

.watch-mux-player {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  --media-accent-color: var(--blue);
  --controls: none;
  pointer-events: none;
}

.watch-player-toggle {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.watch-player-toggle:focus-visible {
  outline: 4px solid rgba(18, 117, 255, 0.62);
  outline-offset: -4px;
}

.watch-player-toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(4, 12, 26, 0.58);
  box-shadow: 0 12px 34px rgba(4, 12, 26, 0.28);
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.watch-player-toggle-icon svg {
  width: 32px;
  height: 32px;
  margin-left: 4px;
  fill: #ffffff;
}

.watch-player-frame.is-playing .watch-player-toggle-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.watch-player-frame:not(.is-playing) .watch-player-toggle:hover .watch-player-toggle-icon {
  transform: translate(-50%, -50%) scale(1.04);
  background: rgba(18, 117, 255, 0.78);
}

.worksheet-band {
  width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f5f9ff;
}

.worksheet-delivery {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 32px 34px 46px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.worksheet-delivery > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(15, 35, 67, 0.14));
}

.worksheet-delivery .eyebrow {
  margin-bottom: 10px;
}

.worksheet-delivery h2 {
  max-width: 540px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.worksheet-delivery p:not(.eyebrow):not(.delivery-status) {
  max-width: 560px;
  margin: 18px 0 0;
  color: #40516b;
  font-size: 1rem;
}

.delivery-status {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 850;
}

.delivery-status svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(18, 117, 255, 0.1);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.watch-support {
  width: 100%;
  padding: 72px 34px 84px;
}

.watch-support-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.watch-support-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.watch-support-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px auto 0;
  color: #40516b;
  font-size: 1.05rem;
}

.situation-form,
.booking-step {
  width: min(100%, 760px);
  margin: 36px auto 0;
  padding: 32px;
  border: 1px solid #d8e3f2;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 18px 42px rgba(15, 35, 67, 0.08);
}

.situation-form {
  display: grid;
  gap: 13px;
  text-align: left;
}

.situation-form > label,
.other-field label,
.form-question legend {
  color: #263853;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.situation-form select,
.situation-form textarea,
.situation-form input[type="text"] {
  width: 100%;
  border: 1px solid #c8d6e7;
  border-radius: 7px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.situation-form select,
.situation-form input[type="text"] {
  min-height: 52px;
  padding: 0 14px;
}

.situation-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  line-height: 1.5;
  resize: vertical;
}

.situation-form select:focus,
.situation-form textarea:focus,
.situation-form input[type="text"]:focus {
  outline: 3px solid rgba(18, 117, 255, 0.18);
  border-color: var(--blue);
}

.question-label {
  margin-top: 8px;
}

.other-field {
  display: grid;
  gap: 8px;
}

.form-question {
  min-width: 0;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.form-question legend {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.radio-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.radio-option {
  min-height: 52px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #c8d6e7;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #263853;
  background: #ffffff;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.3;
}

.radio-option:hover {
  border-color: rgba(18, 117, 255, 0.58);
}

.radio-option:has(input:checked) {
  border-color: var(--blue);
  background: #edf5ff;
  box-shadow: 0 0 0 2px rgba(18, 117, 255, 0.1);
}

.radio-option input {
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--blue);
}

.investment-question {
  margin-top: 14px;
}

.situation-form button,
.booking-button {
  min-height: 58px;
  margin-top: 8px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #2187ff 0%, var(--blue-dark) 100%);
  box-shadow: 0 16px 28px rgba(18, 117, 255, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.situation-form button {
  width: 100%;
  gap: 8px;
}

.situation-form button span {
  font-size: 1.2em;
  line-height: 1;
}

.situation-form button:hover,
.booking-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(18, 117, 255, 0.26);
}

.situation-form small,
.booking-step small {
  display: block;
  color: #66768d;
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: center;
}

.booking-step {
  text-align: center;
}

.booking-step .eyebrow {
  margin-bottom: 10px;
}

.booking-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  line-height: 1.1;
}

.booking-step > p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px auto 0;
  color: #40516b;
}

.booking-button {
  margin: 26px auto 14px;
}

.watch-footer {
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.policy-header {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 34px 24px 0;
}

.policy-main {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 44px 24px 60px;
}

.policy-content {
  max-width: 760px;
}

.policy-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.policy-content h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.1rem);
}

.policy-updated {
  margin: 16px 0 34px;
  color: var(--muted);
  font-weight: 700;
}

.policy-content h2 {
  margin-top: 34px;
  font-size: 1.35rem;
}

.policy-content p,
.policy-content li {
  color: #25344e;
  font-size: 1rem;
}

.policy-content a {
  color: var(--blue);
  font-weight: 800;
}

.policy-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.policy-content li + li {
  margin-top: 8px;
}

.site-footer {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 34px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: end;
  color: #66768d;
  font-size: 0.84rem;
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer .brand span {
  font-size: 1.08rem;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

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

@media (max-width: 900px) {
  .home-header {
    padding: 24px;
  }

  .home-header nav {
    gap: 22px;
  }

  .home-hero {
    padding: 34px 24px 54px;
  }

  .home-hero-copy h1 {
    max-width: 860px;
    font-size: clamp(1.75rem, 5vw, 3rem);
  }

  .roman-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .roman-media,
  .roman-media img {
    min-height: 360px;
  }

  .home-section,
  .science-section,
  .program-section,
  .start-section,
  .find-section {
    padding: 58px 24px;
  }

  .home-section,
  .start-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .alt-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .phase-grid {
    grid-template-columns: 1fr;
  }

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

  .start-section > * + * {
    border-left: 0;
    border-top: 1px solid #cfdced;
    padding-left: 0;
    padding-top: 26px;
  }

  .hero {
    padding: 26px 0 36px;
  }

  .hero-content {
    padding: 0 24px;
  }

  h1 {
    max-width: 760px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .training-section {
    width: 100%;
  }

  .site-footer {
    align-items: start;
  }

  .site-footer p,
  .site-footer nav {
    text-align: left;
    justify-content: flex-start;
  }

  .worksheet-delivery {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 560px) {
  body {
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 58%, #ffffff 100%);
  }

  .home-header {
    padding: 20px 16px 10px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .home-header nav {
    width: 100%;
    justify-content: center;
    gap: 18px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .home-hero {
    padding: 26px 16px 42px;
    text-align: center;
  }

  .loop-divider {
    width: min(340px, calc(100vw - 32px));
    height: 176px;
    margin: -10px auto -4px;
  }

  .loop-orbit {
    width: 118px;
    height: 118px;
  }

  .loop-node {
    width: 82px;
    font-size: 0.68rem;
  }

  .loop-node-urge {
    top: -34px;
  }

  .loop-node-indulge {
    right: -94px;
  }

  .loop-node-guilt {
    bottom: -34px;
  }

  .loop-node-promise {
    left: -94px;
  }

  .loop-pulse {
    animation-name: loopPulseTravelMobile;
  }

  .hero-eyebrow {
    font-size: clamp(1rem, 4.45vw, 1.2rem);
  }

  .home-hero-copy {
    width: calc(100vw - 32px);
    max-width: 360px;
    margin: 0 auto;
  }

  .home-hero-copy h1 {
    position: static;
    left: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: none;
    font-size: clamp(1rem, 4.9vw, 1.35rem);
  }

  .home-hero-copy p:not(.hero-eyebrow):not(.eyebrow) {
    max-width: 320px;
    margin: 18px auto 0;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .home-cta {
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    margin-top: 24px;
    padding: 0 18px;
    font-size: 0.86rem;
  }

  .roman-media {
    min-height: 270px;
    border-radius: 7px;
  }

  .roman-media img {
    min-height: 270px;
    object-position: 68% center;
  }

  .home-section,
  .science-section,
  .program-section,
  .start-section,
  .find-section {
    padding: 42px 16px;
  }

  .section-copy h2,
  .program-intro h2,
  .start-section h2,
  .find-section h2 {
    max-width: 330px;
    font-size: clamp(1.72rem, 7.8vw, 2.2rem);
    overflow-wrap: break-word;
  }

  .section-copy,
  .program-intro {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section-copy p,
  .program-intro p,
  .science-note,
  .start-section p,
  .find-section p {
    max-width: 330px;
    font-size: 0.95rem;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .phase-grid {
    margin-top: 24px;
    gap: 14px;
  }

  .science-list {
    margin-top: 24px;
  }

  .science-list::before,
  .science-list::after {
    left: 16px;
  }

  .science-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px 20px 0;
  }

  .science-list article::before {
    width: 24px;
    height: 24px;
    font-size: 0.74rem;
  }

  .science-list h3 {
    font-size: 1.08rem;
  }

  .science-list p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .phase-card {
    min-height: auto;
    padding: 22px;
  }

  .start-section {
    width: calc(100% - 32px);
    padding: 28px 22px;
  }

  .social-links {
    flex-direction: column;
  }

  .social-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero {
    padding: 18px 0 24px;
  }

  .hero-content {
    padding: 0 16px;
  }

  .brand {
    letter-spacing: 3px;
  }

  .brand span {
    font-size: 0.92rem;
  }

  .hero-brand {
    margin-bottom: 14px;
  }

  h1 {
    max-width: 320px;
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 1.02;
  }

  .headline-highlight {
    display: block;
  }

  .hero-copy {
    max-width: 320px;
    margin-top: 15px;
    font-size: 0.95rem;
    line-height: 1.43;
  }

  .training-section {
    margin-top: 22px;
  }

  .video-shell {
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(15, 35, 67, 0.14);
  }

  .video-shell::after {
    height: 42%;
  }

  .access-note {
    margin-left: 0;
    font-size: 0.86rem;
  }

  .video-controls {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 14px auto 1fr auto;
    gap: 9px;
    font-size: 0.76rem;
  }

  .volume,
  .fullscreen {
    display: none;
  }

  .play-button {
    width: 64px;
    height: 64px;
    border-width: 3px;
  }

  .play-button svg {
    width: 27px;
    height: 27px;
  }

  .modal-backdrop {
    padding: 12px;
    align-items: start;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .lead-modal {
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 26px 20px 22px;
  }

  .modal-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .modal-brand {
    margin-bottom: 28px;
    padding-right: 44px;
  }

  .lead-modal h2 {
    max-width: 280px;
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .modal-offer {
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 10px;
    margin-top: 12px;
  }

  .modal-intro {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .modal-form {
    margin-top: 18px;
    gap: 10px;
  }

  .lead-form input {
    min-height: 52px;
    padding: 0 14px;
  }

  .lead-form button {
    min-height: 56px;
    font-size: 0.84rem;
  }

  .email-note {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .watch-intro {
    padding: 24px 16px 24px;
  }

  .watch-intro h1 {
    max-width: 350px;
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .watch-title-status {
    gap: 9px;
  }

  .watch-live-pulse {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }

  .watch-player-toggle-icon {
    width: 62px;
    height: 62px;
  }

  .watch-player-toggle-icon svg {
    width: 25px;
    height: 25px;
  }

  .watch-intro > p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 17px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .watch-training {
    margin-top: 22px;
  }

  .worksheet-delivery {
    padding: 30px 16px 40px;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .worksheet-delivery > img {
    width: min(100%, 250px);
    margin: 0 auto;
  }

  .worksheet-delivery h2 {
    max-width: 340px;
    margin: 0 auto;
    font-size: 2rem;
  }

  .worksheet-delivery p:not(.eyebrow):not(.delivery-status) {
    max-width: 340px;
    margin: 16px auto 0;
    font-size: 0.94rem;
  }

  .delivery-status {
    justify-content: center;
  }

  .watch-support {
    padding: 48px 16px 56px;
  }

  .watch-support-copy h2 {
    max-width: 350px;
    margin: 0 auto;
    font-size: 2rem;
  }

  .watch-support-copy > p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 16px;
    font-size: 0.94rem;
  }

  .situation-form,
  .booking-step {
    margin-top: 28px;
    padding: 22px 18px;
  }

  .situation-form textarea {
    min-height: 104px;
  }

  .radio-options {
    grid-template-columns: 1fr;
  }

  .radio-option {
    min-height: 48px;
  }

  .situation-form button,
  .booking-button {
    font-size: 0.82rem;
  }

  .booking-step h3 {
    font-size: 1.8rem;
  }

  .policy-header {
    padding: 24px 16px 0;
  }

  .policy-main {
    padding: 34px 16px 44px;
  }

  .policy-content h1 {
    font-size: 2.25rem;
  }

  .policy-content h2 {
    margin-top: 28px;
    font-size: 1.18rem;
  }

  .policy-content p,
  .policy-content li {
    font-size: 0.95rem;
  }

  .site-footer {
    padding: 18px 16px 24px;
    gap: 12px;
    justify-items: center;
    text-align: center;
    font-size: 0.78rem;
  }

  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  .site-footer p {
    text-align: center;
  }
}
