/* ============================================================
   NESKILLS HOMEPAGE REFINED V3
   Cinematic palette, Manrope + Instrument Serif, mobile-first.
   Breakpoints: mobile base, tablet 768, desktop 1024, large 1280.
   ============================================================ */
:root {
  --ink: #061326;
  --ink-2: #0A1B33;
  --midnight: #062F3A;
  --teal: #078FA2;
  --teal-soft: #DDF4F7;
  --gold: #F4B400;
  --gold-deep: #B98300;
  --ivory: #FFF8EC;
  --paper: #F8EDDA;
  --white: #FFFFFF;
  --charcoal: #111827;
  --muted: #4B5563;
  --mist: #CBD5E1;
  --line-dark: rgba(255,255,255,.12);
  --line-soft: rgba(255,255,255,.20);
  --line-light: rgba(6,19,38,.14);
  --radius: 22px;
  --radius-sm: 12px;
  --container: 1568px;
  --shadow: 0 24px 60px rgba(6,19,38,.14);
  --shadow-deep: 0 36px 100px rgba(3,10,20,.40);
  --font-body: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --pad-mob: 20px;
  --pad-tab: 34px;
  --pad-desk: 44px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--charcoal);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
img, video, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { background: none; border: 0; color: inherit; cursor: pointer; }
h1, h2, h3, p { margin: 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: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { left: 16px; top: 16px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-mob);
}
.section { padding: 58px 0; }
.surface-ink {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(7,143,162,.28), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(244,180,0,.10), transparent 24%),
    linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 48%, #04101f 100%);
}
.surface-cream { background: var(--ivory); color: var(--charcoal); }
.surface-paper { background: var(--paper); color: var(--charcoal); }
.surface-teal {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(244,180,0,.20), transparent 28%),
    linear-gradient(135deg, #063444 0%, #078194 100%);
}

.eyebrow {
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.surface-cream .eyebrow,
.surface-paper .eyebrow { color: var(--teal); }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 10vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.section-title span,
.hero-title em { color: var(--gold); font-style: normal; }
.section-sub {
  margin-top: 24px;
  max-width: 650px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}
.surface-ink .section-sub,
.surface-teal .section-sub { color: rgba(255,255,255,.78); }
.section-head { max-width: 760px; }
.section-head-center { text-align: center; margin-inline: auto; }
.section-head-center .section-sub { margin-inline: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #150f00;
  background: linear-gradient(180deg, #FFE38C 0%, var(--gold) 53%, var(--gold-deep) 100%);
  box-shadow: 0 16px 34px rgba(244,180,0,.28), inset 0 1px 0 rgba(255,255,255,.54), inset 0 -7px 12px rgba(74,47,0,.18);
}
.btn-secondary {
  color: var(--white);
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.24);
}
.surface-cream .btn-secondary,
.surface-paper .btn-secondary { color: var(--ink); border-color: var(--line-light); background: rgba(255,255,255,.42); }
.btn-glow { animation: ctaBreath 4.2s ease-in-out infinite; }
.link-arrow {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.center-cta { text-align: center; margin-top: 28px; }

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 90;
  color: var(--white);
  background: linear-gradient(180deg, rgba(2,8,18,.96) 0%, rgba(2,8,18,.86) 70%, rgba(2,8,18,0) 100%);
  border-bottom: 0;
}
.header-inner {
  width: 100%;
  max-width: 1568px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 18px 10px;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  flex: 0 0 auto;
}
.brand-mark img {
  display: block;
  width: auto;
  height: 72px;
  max-width: 250px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.20));
}
.primary-nav { display: none; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -.01em;
  text-transform: none;
  color: rgba(255,255,255,.90);
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.primary-nav a:hover,
.primary-nav .is-current {
  color: var(--gold);
  border-color: rgba(244,180,0,.38);
  background: rgba(244,180,0,.06);
  box-shadow: 0 0 18px rgba(244,180,0,.22);
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: calc(100% - 14px);
  bottom: 1px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transition: right .22s ease;
}
.primary-nav a:hover::after,
.primary-nav .is-current::after { right: 14px; }
.btn-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn-icon-whatsapp {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 0;
}
.btn-primary .btn-icon path,
.btn-primary .btn-icon circle { stroke: #140e00; }
.btn-nav {
  display: none;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 9px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  gap: 12px;
  white-space: nowrap;
  box-shadow:
    0 12px 26px rgba(0,0,0,.34),
    0 0 0 2px rgba(244,180,0,.26),
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 -8px 16px rgba(93,58,0,.28);
}
.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(10px);
}
.nav-toggle-bar { width: 20px; height: 2px; margin-inline: auto; background: var(--white); border-radius: 2px; }
.primary-nav.is-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(6,19,38,.98);
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 40px rgba(0,0,0,.26);
}
.primary-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--pad-mob) 16px; }
.primary-nav.is-open a { display: flex; border-bottom: 1px solid rgba(255,255,255,.10); min-height: 48px; }

/* Hero */
.hero-section {
  --hero-pad-top: 114px;
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  padding: var(--hero-pad-top) 0 32px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 61%, rgba(102,198,231,.32), transparent 16%),
    radial-gradient(circle at 63% 74%, rgba(7,143,162,.18), transparent 25%),
    linear-gradient(112deg, #020B16 0%, var(--ink) 34%, #071A31 60%, #020812 100%);
}
.hero-bg,
.hero-bg-gradient,
.hero-founder-glow,
.hero-mobile-shade,
.hero-spotlight {
  position: absolute;
  pointer-events: none;
}
.hero-bg { inset: 0; z-index: -4; }
.hero-bg-gradient {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,8,18,.94) 0%, rgba(6,19,38,.82) 34%, rgba(6,19,38,.16) 58%, rgba(2,8,18,.28) 100%),
    radial-gradient(circle at 16% 10%, rgba(7,143,162,.10), transparent 28%);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: .12;
  mask-image: radial-gradient(circle at 64% 56%, black 0%, transparent 62%);
}
.hero-spotlight-primary {
  width: 48vw;
  height: 42vw;
  left: 47%;
  bottom: 3%;
  transform: translateX(-10%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(116,209,247,.42), rgba(7,143,162,.14) 34%, transparent 68%);
  filter: blur(18px);
  opacity: .88;
  animation: heroPulse 7s ease-in-out infinite;
}
.hero-spotlight-gold {
  width: 24vw;
  height: 24vw;
  right: 0;
  top: 5%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244,180,0,.12), transparent 66%);
  filter: blur(18px);
  opacity: .72;
}
.hero-founder {
  position: absolute;
  z-index: -1;
  right: clamp(28px, 9vw, 158px);
  bottom: 0;
  width: auto;
  height: min(89svh, 850px);
  max-width: none;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 42px 72px rgba(0,0,0,.48));
  transform-origin: 60% 100%;
}
.hero-founder-glow {
  z-index: -2;
  width: min(58vw, 780px);
  height: min(46vw, 620px);
  right: clamp(130px, 19vw, 350px);
  bottom: -7%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(120,213,248,.58) 0%, rgba(7,143,162,.24) 33%, rgba(6,19,38,0) 70%);
  filter: blur(12px);
  opacity: .9;
}
.hero-mobile-shade {
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(2,8,18,.20), transparent 54%);
}
.hero-layout {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1568px;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(110px, 1fr) minmax(184px, 226px);
  align-items: center;
  gap: 20px;
}
.hero-copy {
  max-width: 690px;
  padding-top: 12px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 27px;
  color: #24D5EF;
  font-size: clamp(16px, 1.45vw, 23px);
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .02em;
  text-transform: none;
}
.hero-eyebrow svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(66px, 5.9vw, 104px);
  line-height: .97;
  letter-spacing: -.035em;
  font-weight: 400;
  color: #FFFFFF;
  text-wrap: balance;
  text-shadow: 0 5px 24px rgba(0,0,0,.30);
}
.hero-title span,
.hero-title em { display: block; }
.hero-title em {
  margin-top: 4px;
  font-style: normal;
  color: #FFD45B;
  text-shadow: 0 8px 34px rgba(244,180,0,.24);
}
.hero-sub {
  margin-top: 22px;
  max-width: 490px;
  color: rgba(255,255,255,.92);
  font-weight: 500;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.45;
  text-shadow: 0 4px 18px rgba(0,0,0,.28);
}
.hero-actions {
  display: grid;
  grid-template-columns: minmax(230px, 370px) minmax(210px, 310px);
  align-items: stretch;
  gap: 20px;
  margin-top: 26px;
  max-width: 724px;
}
.hero-actions .btn {
  min-height: 88px;
  padding: 18px 28px;
  border-radius: 10px;
  gap: 14px;
  font-size: clamp(15px, 1.12vw, 19px);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.hero-actions .btn-primary {
  box-shadow:
    0 16px 34px rgba(0,0,0,.34),
    0 0 0 1px rgba(244,180,0,.56),
    inset 0 2px 0 rgba(255,255,255,.62),
    inset 0 -10px 17px rgba(99,62,0,.30);
}
.hero-actions .btn-secondary {
  justify-content: center;
  color: rgba(255,255,255,.96);
  background: rgba(4,17,31,.50);
  border-color: rgba(36,213,239,.56);
  box-shadow: 0 16px 32px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.hero-actions .btn-secondary:hover { border-color: rgba(36,213,239,.82); background: rgba(7,34,54,.62); }
.hero-actions .btn-icon {
  width: 34px;
  height: 34px;
  stroke-width: 1.85;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 32px;
  color: rgba(255,255,255,.76);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.2;
}
.hero-avatars {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.hero-avatars img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.88);
  box-shadow: 0 7px 18px rgba(0,0,0,.24);
  background: var(--ivory);
}
.hero-avatars img + img { margin-left: -13px; }
.hero-stars {
  color: #FFC33D;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 6px 20px rgba(244,180,0,.22);
  white-space: nowrap;
}
.hero-proof-rail {
  grid-column: 3;
  width: 100%;
  display: grid;
  gap: 13px;
  align-self: center;
  justify-self: end;
  margin-top: 84px;
}
.hero-proof-card {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  align-items: center;
  padding: 17px 20px;
  border-radius: 10px;
  border: 1px solid rgba(129,204,235,.42);
  color: var(--white);
  background: linear-gradient(180deg, rgba(20,50,78,.56), rgba(9,26,48,.48));
  box-shadow: 0 18px 34px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.proof-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.18));
}
.proof-icon svg { width: 100%; height: 100%; }
.proof-icon img { width: 100%; height: 100%; object-fit: contain; }
.proof-star svg path,
.proof-people svg path { fill: #FFC83D; }
.proof-copy { display: block; min-width: 0; }
.proof-copy strong {
  display: block;
  color: #FFC83D;
  font-size: 31px;
  line-height: .92;
  font-weight: 800;
  letter-spacing: -.04em;
}
.proof-copy em {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.92);
  font-style: normal;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 600;
}

.proof-years svg circle,
.proof-years svg path,
.proof-people svg path {
  fill: none;
  stroke: #FFC83D;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-proof-note {
  margin: 0;
  padding: 0 2px;
  color: rgba(255,255,255,.80);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
/* Legacy hero card intentionally disabled for the integrated hero composition. */
.founder-proof-card,
.proof-card-inner,
.portrait-field,
.portrait-name,
.stat-badge { display: none; }

/* Trust */
.trust-band { padding: 20px 0; }
.trust-grid { display: grid; gap: 10px; }
.trust-card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  padding: 15px 16px;
  box-shadow: 0 10px 26px rgba(6,19,38,.05);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7,143,162,.4);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(6,19,38,.10), 0 0 0 1px rgba(7,143,162,.12), 0 0 24px rgba(244,180,0,.10);
}
.trust-card strong { display: block; color: var(--ink); font-size: 13px; margin-bottom: 4px; }
.trust-card span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; }

/* Pressure moment breakdown */
.pressure-section { padding-bottom: 74px; }
.pressure-moment-grid {
  display: grid;
  gap: 36px;
}
.pressure-moment-sub { margin-top: 16px; max-width: 480px; }
.pressure-moment-insight {
  margin-top: 26px;
  padding: 18px 20px;
  max-width: 480px;
  border-left: 3px solid var(--gold-deep, #B98300);
  background: rgba(244,180,0,.10);
  border-radius: 0 12px 12px 0;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.6;
}
.pressure-moment-insight strong { color: var(--gold-deep, #B98300); display: block; margin-bottom: 4px; }

.pressure-sequence {
  position: relative;
  display: grid;
  gap: 14px;
}
.pressure-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(17,24,39,.12);
  background: rgba(255,255,255,.62);
  box-shadow: 0 8px 22px rgba(17,24,39,.05);
  opacity: 0;
  transform: translateY(14px);
  animation: pressureStepIn .5s ease forwards;
  animation-delay: var(--step-delay, 0s);
}
.pressure-step-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(7,143,162,.5);
  background: rgba(7,143,162,.12);
  color: var(--teal);
  font-family: var(--font-serif);
  font-size: 18px;
}
.pressure-step-body strong {
  display: block;
  color: var(--charcoal);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}
.pressure-step-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}
.pressure-step.is-breakpoint {
  border-color: rgba(244,180,0,.7);
  background: rgba(244,180,0,.12);
  box-shadow: 0 0 28px rgba(244,180,0,.18);
}
.pressure-step.is-breakpoint .pressure-step-num {
  border-color: rgba(244,180,0,.85);
  background: rgba(244,180,0,.22);
  color: var(--gold-deep, #B98300);
}
.pressure-step.is-breakpoint .pressure-step-body strong { color: var(--gold-deep, #B98300); }

@keyframes pressureStepIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .pressure-step { animation: none; opacity: 1; transform: none; }
}

@media (min-width: 1024px) {
  .pressure-moment-grid {
    grid-template-columns: minmax(360px, .85fr) minmax(420px, 1.15fr);
    gap: 56px;
    align-items: center;
  }
  .pressure-sequence { gap: 18px; }
  .pressure-step { padding: 22px 24px; }
  .pressure-step-num { width: 50px; height: 50px; font-size: 20px; }
}

/* Response Lab (method) */
.response-lab-section { padding-bottom: 64px; }
.response-lab-grid { display: grid; gap: 30px; }
.response-lab-sub { margin-top: 14px; max-width: 460px; }
.response-lab-note {
  margin-top: 16px;
  color: rgba(255,255,255,.6);
  font-size: 13.5px;
  font-style: italic;
  max-width: 420px;
}

.response-lab-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  padding: 22px 20px;
  display: grid;
  gap: 14px;
}
.response-lab-block { display: grid; gap: 8px; padding: 14px 16px; border-radius: 12px; }
.response-lab-tag {
  display: inline-flex;
  align-self: start;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal);
}
.response-lab-tag-gold { color: var(--gold); }
.response-lab-quote {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
}
.response-lab-before { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.10); }
.response-lab-after { background: rgba(7,143,162,.10); border: 1px solid rgba(7,143,162,.32); }
.response-lab-after .response-lab-quote { color: rgba(255,255,255,.92); }

.response-lab-loop {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(244,180,0,.34);
  background: rgba(244,180,0,.06);
  text-align: center;
}
.response-lab-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.response-lab-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244,180,0,.5);
  background: rgba(244,180,0,.14);
  color: var(--gold);
  font-size: 12.5px;
  font-weight: 700;
  position: relative;
}
.response-lab-chip:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -16px;
  color: rgba(244,180,0,.55);
  font-size: 13px;
}

.response-lab-highlight {
  margin: 4px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  background: rgba(244,180,0,.07);
  color: var(--white);
  font-weight: 700;
  font-size: 14.5px;
}

@media (min-width: 1024px) {
  .response-lab-grid {
    grid-template-columns: minmax(340px, .85fr) minmax(420px, 1.15fr);
    gap: 56px;
    align-items: center;
  }
  .response-lab-card { padding: 34px 36px 32px; gap: 18px; }
  .response-lab-block { padding: 18px 22px; }
  .response-lab-chips { gap: 14px 26px; }
}

/* One system */
.system-section { overflow: hidden; }
.system-head { margin-bottom: 30px; }
.os4-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(7,143,162,.32);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at 50% 34%, rgba(7,143,162,.14), transparent 36%),
    linear-gradient(145deg, rgba(3,10,20,.42), rgba(6,19,38,.62));
  box-shadow: 0 34px 90px rgba(3,10,20,.30), inset 0 0 0 1px rgba(255,255,255,.035);
  overflow: hidden;
}
.os4-showcase::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(7,143,162,.78), rgba(244,180,0,.54), transparent);
  opacity: .74;
}
.os4-radar-card,
.os4-feature-stack,
.os4-benefits,
.os4-support-strip {
  position: relative;
  z-index: 1;
}
.os4-radar-card {
  order: 1;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 42%, rgba(244,180,0,.07), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 18px 44px rgba(0,0,0,.15);
}
.os4-radar {
  --sweep-angle: 0deg;
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 32px;
  overflow: visible;
}
.os4-ring,
.os4-sweep {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}
.os4-ring-outer {
  width: 84%;
  height: 84%;
  border: 1px solid rgba(7,143,162,.45);
}
.os4-ring-inner {
  width: 58%;
  height: 58%;
  border: 1px solid rgba(244,180,0,.24);
}
.os4-sweep {
  width: 84%;
  height: 84%;
  background: conic-gradient(from var(--sweep-angle), transparent 0deg 314deg, rgba(244,180,0,.02) 326deg, rgba(244,180,0,.18) 342deg, rgba(244,180,0,.55) 354deg, transparent 360deg);
  filter: blur(.4px);
  transition: background .45s ease;
  pointer-events: none;
}
.os4-core {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: clamp(136px, 38%, 176px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 999px;
  padding: 18px;
  color: var(--ink);
  background: radial-gradient(circle at 30% 24%, #ffe38e 0%, var(--gold) 60%, var(--gold-deep) 100%);
  box-shadow: 0 0 0 10px rgba(244,180,0,.07), 0 0 44px rgba(244,180,0,.22), inset 0 1px 0 rgba(255,255,255,.28);
}
.os4-core span {
  font: 800 11px/1 Manrope, system-ui, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.os4-core strong {
  margin-top: 5px;
  font: 800 clamp(1.05rem, 1.4vw, 1.42rem)/1.03 Manrope, system-ui, sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.os4-node {
  position: absolute;
  width: clamp(58px, 14vw, 78px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(7,143,162,.46);
  background: rgba(4,18,34,.92);
  color: rgba(255,248,236,.86);
  padding: 0;
  cursor: default;
  box-shadow: 0 14px 26px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.035);
  transition: transform .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.os4-node svg,
.os4-feature svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.os4-node-icon {
  width: 28px;
  height: 28px;
}
.os4-node-label {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(3,10,20,.92);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--white);
  font: 800 11px/1 Manrope, system-ui, sans-serif;
  white-space: nowrap;
}
.os4-node.is-active {
  color: var(--gold);
  border-color: rgba(244,180,0,.88);
  background: rgba(8,22,39,.98);
  transform: scale(1.08);
  box-shadow: 0 0 0 8px rgba(244,180,0,.07), 0 0 30px rgba(244,180,0,.24), inset 0 0 0 1px rgba(244,180,0,.18);
}
.os4-node.is-active .os4-node-label {
  color: var(--gold);
  border-color: rgba(244,180,0,.42);
}
.os4-node-language { top: 7%; left: 50%; transform: translateX(-50%); }
.os4-node-language.is-active { transform: translateX(-50%) scale(1.08); }
.os4-node-control { top: 36%; right: 5%; }
.os4-node-voice { bottom: 15%; right: 19%; }
.os4-node-strategy { bottom: 15%; left: 19%; }
.os4-node-presence { top: 36%; left: 5%; }
.os4-feature-stack {
  order: 2;
  display: grid;
  gap: 10px;
}
.os4-feature {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(7,143,162,.28);
  background: rgba(255,248,236,.94);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.os4-feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--teal);
  background: var(--teal-soft);
  border: 1px solid rgba(7,143,162,.22);
}
.os4-feature-icon svg { width: 23px; height: 23px; }
.os4-feature strong {
  display: block;
  font: 800 15px/1.18 Manrope, system-ui, sans-serif;
  color: var(--ink);
}
.os4-feature p {
  margin-top: 4px;
  font: 500 13px/1.42 Manrope, system-ui, sans-serif;
  color: var(--muted);
}
.os4-feature.is-active {
  transform: translateY(-2px);
  border-color: rgba(244,180,0,.78);
  background: linear-gradient(180deg, #fffaf1, #fff4df);
  box-shadow: 0 16px 34px rgba(0,0,0,.14), 0 0 0 1px rgba(244,180,0,.12);
}
.os4-feature.is-active .os4-feature-icon {
  color: var(--ink);
  background: var(--gold);
  border-color: rgba(244,180,0,.78);
  box-shadow: 0 0 24px rgba(244,180,0,.20);
}
.os4-benefits {
  order: 3;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}
.os4-benefits .eyebrow {
  margin-bottom: 16px;
  color: var(--gold);
}
.os4-benefits ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.os4-benefits li {
  position: relative;
  padding-left: 26px;
  color: rgba(255,248,236,.90);
  font: 600 15px/1.55 Manrope, system-ui, sans-serif;
}
.os4-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}
.os4-support-strip {
  order: 4;
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(3,10,20,.30);
}
.os4-support-strip div {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,248,236,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.os4-support-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font: 800 15px/1.2 Manrope, system-ui, sans-serif;
}
.os4-support-strip span {
  color: rgba(255,248,236,.80);
  font: 500 13px/1.45 Manrope, system-ui, sans-serif;
}

@media (min-width: 768px) {
  .os4-support-strip { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .os4-showcase {
    grid-template-columns: minmax(260px, .9fr) minmax(410px, 1.18fr) minmax(270px, .9fr);
    grid-template-areas:
      "features radar benefits"
      "support support support";
    gap: 26px;
    padding: 34px;
  }
  .os4-feature-stack { grid-area: features; align-self: center; }
  .os4-radar-card { grid-area: radar; align-self: center; order: initial; padding: 24px; }
  .os4-benefits { grid-area: benefits; align-self: center; order: initial; }
  .os4-support-strip { grid-area: support; }
  .os4-radar { width: min(100%, 440px); }
}

@media (min-width: 1280px) {
  .os4-showcase {
    grid-template-columns: minmax(280px, .86fr) minmax(460px, 1.22fr) minmax(300px, .9fr);
  }
}

@media (max-width: 767px) {
  .system-head { text-align: left; }
  .os4-showcase {
    padding: 14px;
    border-radius: 22px;
    gap: 14px;
  }
  .os4-radar-card {
    padding: 12px;
    border-radius: 20px;
  }
  .os4-radar {
    width: 100%;
    max-width: 350px;
  }
  .os4-core {
    width: 36%;
    min-width: 122px;
  }
  .os4-core strong { font-size: .98rem; }
  .os4-core span { font-size: 9px; }
  .os4-node-label { font-size: 10px; bottom: -24px; padding: 6px 8px; }
  .os4-feature {
    grid-template-columns: 42px 1fr;
    padding: 13px;
    border-radius: 16px;
  }
  .os4-feature-icon {
    width: 42px;
    height: 42px;
  }
  .os4-feature strong { font-size: 14px; }
  .os4-feature p { font-size: 12.5px; }
  .os4-benefits { padding: 18px; border-radius: 18px; }
  .os4-benefits li { font-size: 13.5px; }
  .os4-support-strip { border-radius: 18px; }
}

/* Motion video */
.motion-grid { display: grid; gap: 30px; align-items: center; }
.motion-video {
  border-radius: var(--radius);
  background: var(--ink);
  padding: 8px;
  box-shadow: var(--shadow);
}
.motion-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  background: #000;
}
.motion-video p { padding: 12px 8px 4px; color: rgba(255,255,255,.72); font-size: 13px; text-align: center; }

/* Testimonials */
.outcomes-section .section-head { margin-bottom: 30px; }
.testimonial-grid { display: grid; gap: 18px; }
.story-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--line-light);
}
.story-mohan { display: none; }
.story-poster {
  aspect-ratio: 9 / 12;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 18px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(248,237,218,.78)),
    repeating-linear-gradient(135deg, rgba(6,19,38,.055) 0 1px, transparent 1px 12px);
  border-bottom: 1px solid var(--line-light);
  position: relative;
  overflow: hidden;
}
.story-poster::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(6,19,38,.22);
  border-radius: 14px;
  pointer-events: none;
}
.placeholder-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}
.placeholder-meta span {
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--teal);
}
.placeholder-meta strong {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.2;
  color: var(--ink);
}
.story-poster button {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 15px;
  box-shadow: 0 12px 26px rgba(244,180,0,.22);
}
.story-body { padding: 20px; }
.story-tag { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-body h3 { margin-top: 10px; font-family: var(--font-serif); font-size: 34px; line-height: 1; font-weight: 400; }
.story-body strong { display: block; margin-top: 12px; font-weight: 800; color: var(--ink); }
.story-body > p:not(.story-tag) { margin-top: 6px; color: var(--muted); }
details { margin-top: 14px; border-top: 1px solid var(--line-light); padding-top: 12px; }
summary { cursor: pointer; min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-deep); font-weight: 800; }
details p { color: var(--muted); font-size: 14px; }

/* Paths */
.path-section { padding-bottom: 70px; }
.path-cards { display: grid; gap: 16px; margin-top: 34px; }
.path-card {
  position: relative;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(7,143,162,.42);
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: 0 20px 52px rgba(3,10,20,.20);
}
.path-card:hover { transform: translateY(-3px); }
.path-num {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  border-radius: 999px;
  color: var(--teal-soft);
  background: rgba(7,143,162,.14);
  font-weight: 800;
  font-size: 12px;
}
.path-card small {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
}
.path-card h3 { font-family: var(--font-serif); font-weight: 400; font-size: 38px; line-height: 1; margin: 14px 0 10px; }
.path-card p { color: rgba(255,255,255,.78); }
.path-card ul { display: grid; gap: 8px; margin: 18px 0 22px; color: rgba(255,255,255,.84); }
.path-card li::before { content: "✓"; color: var(--gold); font-weight: 800; margin-right: 8px; }
.path-featured {
  border-color: rgba(244,180,0,.86);
  box-shadow: 0 24px 70px rgba(244,180,0,.12), 0 20px 52px rgba(3,10,20,.22);
}
.path-support-strip {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
}
.path-support-strip span { font-weight: 800; }

/* Why */
.why-grid { display: grid; gap: 28px; }
.why-cards { display: grid; gap: 14px; }
.why-card {
  padding: 22px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
}
.why-card span { color: var(--gold); font-weight: 800; font-size: 12px; }
.why-card h3 { margin-top: 12px; font-size: 20px; color: var(--white); }
.why-card p { margin-top: 8px; color: rgba(255,255,255,.72); }

/* Close and footer */
.close-grid { display: grid; gap: 28px; align-items: center; }
.close-actions { display: grid; gap: 12px; }
.site-footer {
  color: rgba(255,255,255,.70);
  background: #030A14;
  padding: 44px 0 24px;
}
.footer-grid { display: grid; gap: 28px; }
.footer-brand img { width: 168px; height: auto; margin-bottom: 12px; }
.footer-brand p { max-width: 330px; font-size: 13px; }
.footer-col { display: grid; gap: 6px; align-content: start; }
.footer-head { color: var(--white); font-weight: 800; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.footer-col a { min-height: 34px; font-size: 13px; color: rgba(255,255,255,.70); }
.footer-col a:hover { color: var(--white); }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-dark); display: grid; gap: 8px; font-size: 12px; }

/* Reveal and animations */
.js .reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .68s ease, transform .68s ease; transition-delay: var(--delay, 0ms); }
.js .reveal-item.is-visible { opacity: 1; transform: translateY(0); }
@keyframes ctaBreath { 0%,100% { box-shadow: 0 16px 34px rgba(244,180,0,.28), inset 0 1px 0 rgba(255,255,255,.54), inset 0 -7px 12px rgba(74,47,0,.18); } 50% { box-shadow: 0 20px 50px rgba(244,180,0,.42), inset 0 1px 0 rgba(255,255,255,.62), inset 0 -7px 12px rgba(74,47,0,.18); } }
@keyframes heroPulse { 0%,100% { opacity: .68; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes goldPulse { 0%,100% { box-shadow: 0 0 26px rgba(244,180,0,.22); } 50% { box-shadow: 0 0 44px rgba(244,180,0,.52); } }
@keyframes heartBeat { 0%,100% { transform: scale(1); } 35% { transform: scale(1.035); } 52% { transform: scale(1); } 68% { transform: scale(1.025); } }

/* Tablet */
@media (min-width: 768px) {
  .container { padding-inline: var(--pad-tab); }
  .section { padding: 78px 0; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 34px; }
  .hero-actions { grid-template-columns: 1fr 1fr; max-width: 540px; }
  .hero-title { font-size: clamp(58px, 8vw, 92px); }
  .proof-card-inner { min-height: 460px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .motion-grid { grid-template-columns: .82fr 1.18fr; }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .story-mohan { display: block; }
  .path-cards { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .path-support-strip { grid-template-columns: repeat(3, 1fr); text-align: center; }
  .why-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
  .why-cards { grid-template-columns: repeat(3, 1fr); }
  .close-grid { grid-template-columns: 1fr auto; }
  .close-actions { min-width: 230px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .footer-bottom { grid-template-columns: 1fr auto; align-items: center; }
}

/* Desktop */
@media (min-width: 1024px) {
  .container { padding-inline: clamp(46px, 4.8vw, 80px); }
  .primary-nav { display: block; }
  .btn-nav { display: inline-flex; }
  .nav-toggle { display: none; }
  .brand-mark img { height: 84px; width: auto; max-width: 260px; }
  .hero-section { min-height: calc(100svh - 66px); padding: 28px 0; }
  .hero-layout { grid-template-columns: 1.02fr .98fr; gap: 60px; }
  .hero-copy { max-width: 640px; }
  .hero-title { font-size: clamp(76px, 6.7vw, 116px); }
  .hero-sub { font-size: 18px; }
  .hero-founder {
    right: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-8%, -47%);
    height: min(108svh, 1120px);
  }
  .hero-founder-glow {
    right: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-12%, -46%);
    width: min(65vw, 920px);
    height: min(58vw, 820px);
  }
  .founder-proof-card { width: 100%; max-width: 500px; justify-self: end; }
  .proof-card-inner { min-height: 540px; }
  .portrait-field img { width: min(94%, 420px); }
  .stat-google { top: 154px; }
  .stat-sessions { bottom: 106px; }

  .pressure-section .section-title { max-width: 940px; }

  .system-head { max-width: 980px; margin-inline: auto; text-align: center; }
  .system-desktop {
    display: grid;
    grid-template-columns: minmax(245px, .84fr) minmax(360px, 1.2fr) minmax(270px, .9fr);
    gap: 28px;
    align-items: center;
  }
  .path-card { padding: 28px; }
  .story-poster { aspect-ratio: 9 / 12; }
}

/* Large desktop */
@media (min-width: 1280px) {
  .hero-title { font-size: 118px; }
  .section-title { font-size: 76px; }
}

/* Mobile tuning */
@media (max-width: 767px) {
  .btn { width: 100%; }
  .hero-section { min-height: auto; padding-top: 26px; }
  .hero-copy { order: 1; }
  .hero-proof-rail { order: 2; }
  .proof-card-inner { min-height: 390px; }
  .portrait-field img { width: min(92%, 305px); }
  .stat-badge { min-width: 92px; padding: 10px 11px; }
  .stat-badge strong { font-size: 21px; }
  .stat-badge span { font-size: 9px; }
  .stat-google { top: 84px; right: 10px; }
  .stat-sessions { left: 12px; bottom: 82px; }
  .trust-band { padding-top: 14px; }
  .section-head-center { text-align: left; }
  .section-head-center .section-sub { margin-inline: 0; }
  .pressure-section .section-sub { max-width: 96%; }
  .pressure-sequence {
    gap: 0;
    padding-bottom: 8px;
  }
  .pressure-step {
    position: sticky;
    top: 84px;
    margin-bottom: 18px;
  }
  .pressure-step:nth-child(1) { top: 84px; z-index: 1; }
  .pressure-step:nth-child(2) { top: 96px; z-index: 2; }
  .pressure-step:nth-child(3) { top: 108px; z-index: 3; }
  .pressure-step:nth-child(4) {
    position: relative;
    top: auto;
    z-index: 4;
    margin-bottom: 0;
  }
  .system-head { text-align: left; }
  .assessment-form-body { max-height: none; opacity: 1; margin-top: 0; overflow: visible; }
  .story-card { max-width: 420px; margin-inline: auto; }
  .story-mohan { display: none !important; }
  .path-card .btn { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1023px) {
}

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


/* Hero/header responsive tuning for the approved cinematic reference */
@media (min-width: 1024px) {
  .primary-nav { display: block; }
  .btn-nav { display: inline-flex; }
  .nav-toggle { display: none; }
}

@media (min-width: 1280px) {
  .hero-layout { padding-inline: 50px; }
  .header-inner { padding-inline: 50px; }
  .hero-title { font-size: clamp(88px, 5.8vw, 108px); }
}

@media (min-width: 1440px) {
  .hero-layout { padding-inline: 66px 50px; }
  .header-inner { padding-inline: 50px 54px; }
  .hero-title { font-size: 101px; }
  .hero-founder { height: min(108svh, 1120px); right: auto; left: 50%; top: 50%; bottom: auto; transform: translate(-6%, -47%); }
  .hero-proof-rail { max-width: 214px; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header-inner { min-height: 84px; padding-inline: 30px; }
  .brand-mark img { height: 78px; max-width: 240px; }
  .primary-nav ul { gap: 18px; }
  .primary-nav a { font-size: 13px; }
  .btn-nav { min-height: 50px; padding-inline: 18px; font-size: 13px; }
  .hero-section { --hero-pad-top: 128px; }
  .hero-layout { grid-template-columns: minmax(0, 570px) minmax(40px, 1fr) minmax(176px, 202px); padding-inline: 30px; }
  .hero-title { font-size: clamp(68px, 6vw, 80px); }
  .hero-sub { max-width: 430px; font-size: 20px; }
  .hero-actions { grid-template-columns: minmax(220px, 1fr) minmax(205px, .85fr); max-width: 560px; gap: 14px; }
  .hero-actions .btn { min-height: 74px; padding-inline: 18px; font-size: 15px; }
  .hero-founder { height: min(86svh, 760px); right: auto; left: 50%; top: 50%; bottom: auto; transform: translate(-12%, -47%); }
  .hero-proof-rail { margin-top: 72px; }
  .hero-proof-card { min-height: 88px; padding: 14px; grid-template-columns: 44px 1fr; }
  .proof-icon { width: 42px; height: 42px; }
  .proof-copy strong { font-size: 27px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header { position: absolute; }
  .header-inner { min-height: 82px; padding-inline: 28px; padding-block: 16px 8px; }
  .brand-mark img { height: 56px; max-width: 200px; }
  .hero-section {
    min-height: 860px;
    padding: 106px 0 38px;
    align-items: start;
  }
  .hero-bg-gradient {
    background:
      linear-gradient(90deg, rgba(2,8,18,.96) 0%, rgba(6,19,38,.86) 45%, rgba(6,19,38,.32) 78%, rgba(2,8,18,.38) 100%),
      radial-gradient(circle at 20% 12%, rgba(7,143,162,.12), transparent 30%);
  }
  .hero-founder {
    height: 700px;
    right: -48px;
    bottom: 0;
    opacity: .92;
  }
  .hero-founder-glow { width: 620px; height: 520px; right: 90px; bottom: -40px; opacity: .68; }
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 28px;
    padding-inline: 40px;
  }
  .hero-copy { max-width: 610px; padding-top: 38px; }
  .hero-title { font-size: clamp(72px, 10vw, 92px); }
  .hero-sub { max-width: 420px; font-size: 22px; }
  .hero-actions { grid-template-columns: minmax(250px, 360px) minmax(220px, 295px); max-width: 680px; }
  .hero-actions .btn { min-height: 78px; font-size: 16px; }
  .hero-proof-rail {
    grid-column: 1;
    max-width: 650px;
    grid-template-columns: repeat(4, 1fr);
    align-self: end;
    justify-self: start;
    margin-top: 300px;
  }
  .hero-proof-card { grid-template-columns: 1fr; justify-items: center; text-align: center; min-height: 132px; padding: 18px 14px; }
  .proof-icon { width: 42px; height: 42px; }
  .proof-copy strong { font-size: 28px; }
  .hero-proof-note { grid-column: 1 / -1; justify-self: center; max-width: 520px; }
}

@media (max-width: 767px) {
  .site-header { position: absolute; }
  .header-inner {
    min-height: 72px;
    padding-inline: 18px;
    padding-block: 14px 8px;
  }
  .brand-mark { min-height: 42px; }
  .brand-mark img { height: 46px; max-width: 190px; }
  .nav-toggle { width: 42px; height: 42px; }
  .btn { width: 100%; }
  .hero-section {
    min-height: 100svh;
    padding: 46px 0 28px;
    align-items: start;
  }
  .hero-bg-gradient {
    background:
      linear-gradient(180deg, rgba(2,8,18,.64) 0%, rgba(2,8,18,.90) 42%, rgba(2,8,18,.96) 100%),
      linear-gradient(90deg, rgba(2,8,18,.96) 0%, rgba(6,19,38,.76) 54%, rgba(6,19,38,.58) 100%);
  }
  .hero-mobile-shade {
    z-index: 0;
    background: linear-gradient(180deg, rgba(2,8,18,.22), rgba(2,8,18,.88) 54%, rgba(2,8,18,.98));
  }
  .hero-founder {
    z-index: -1;
    height: clamp(480px, 67svh, 620px);
    right: clamp(-132px, -25vw, -78px);
    bottom: auto;
    top: 62px;
    opacity: .74;
    filter: drop-shadow(0 32px 60px rgba(0,0,0,.50));
  }
  .hero-founder-glow {
    width: 430px;
    height: 360px;
    right: -108px;
    top: 258px;
    bottom: auto;
    opacity: .46;
    filter: blur(18px);
  }
  .hero-spotlight-primary { width: 430px; height: 380px; left: 38%; bottom: 12%; opacity: .42; }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-inline: 22px;
  }
  .hero-copy {
    max-width: 100%;
    padding-top: clamp(28px, 10svh, 52px);
  }
  .hero-eyebrow {
    gap: 8px;
    margin-bottom: 18px;
    max-width: 275px;
    font-size: clamp(15px, 4.3vw, 17px);
    line-height: 1.3;
  }
  .hero-eyebrow svg { width: 20px; height: 20px; }
  .hero-title {
    max-width: 355px;
    font-size: clamp(47px, 14.3vw, 64px);
    line-height: .95;
    letter-spacing: -.04em;
  }
  .hero-title em { margin-top: 2px; }
  .hero-sub {
    margin-top: 18px;
    max-width: 310px;
    font-size: clamp(17px, 4.9vw, 20px);
    line-height: 1.42;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 12px;
    margin-top: 22px;
  }
  .hero-actions .btn {
    min-height: 62px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 15px;
    gap: 11px;
  }
  .hero-actions .btn-icon { width: 27px; height: 27px; }
  .hero-actions .btn-secondary br { display: none; }
  .hero-trust {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 22px;
    font-size: 13px;
  }
  .hero-avatars img { width: 39px; height: 39px; }
  .hero-avatars img + img { margin-left: -11px; }
  .hero-stars { font-size: 16px; letter-spacing: 1px; }
  .hero-trust span { flex: 1 1 180px; }
  .hero-proof-rail {
    grid-column: 1;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 8px 0 0;
  }
  .hero-proof-card {
    min-height: 92px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 7px;
    padding: 11px 6px;
    text-align: center;
    border-radius: 12px;
    backdrop-filter: blur(12px);
  }
  .proof-icon { width: 30px; height: 30px; }
  .proof-copy strong { font-size: clamp(20px, 6vw, 25px); }
  .proof-copy em { margin-top: 4px; font-size: 10.5px; line-height: 1.15; }
  .hero-proof-note {
    grid-column: 1 / -1;
    max-width: 310px;
    margin: 3px auto 0;
    font-size: 11.5px;
  }
}

@media (max-width: 389px) {
  .brand-mark img { height: 40px; max-width: 174px; }
  .hero-layout { padding-inline: 18px; }
  .hero-copy { padding-top: 50px; }
  .hero-title { font-size: clamp(44px, 13.5vw, 53px); max-width: 315px; }
  .hero-sub { max-width: 280px; font-size: 17px; }
  .hero-proof-rail { gap: 6px; }
  .hero-proof-card { min-height: 88px; padding-inline: 4px; }
  .proof-icon { width: 27px; height: 27px; }
  .proof-copy strong { font-size: 20px; }
  .proof-copy em { font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-spotlight-primary,
  .btn-glow { animation: none !important; }
}

/* Final desktop hero lock: prevents old card-based hero media rules from taking over. */
@media (min-width: 1024px) {
  .site-header {
    position: absolute;
    inset: 0 0 auto;
    background: linear-gradient(180deg, rgba(2,8,18,.96) 0%, rgba(2,8,18,.86) 70%, rgba(2,8,18,0) 100%);
    border-bottom: 0;
  }
  .header-inner {
    max-width: 1568px;
  }
  .hero-section {
    --hero-pad-top: 138px;
    min-height: 100svh;
    padding: var(--hero-pad-top) 0 32px;
    align-items: stretch;
  }
  .hero-layout {
    max-width: 1568px;
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(110px, 1fr) minmax(184px, 226px);
    align-items: center;
    gap: 20px;
  }
  .hero-copy {
    max-width: 690px;
    padding-top: 12px;
    order: initial;
  }
  .hero-eyebrow {
    margin-bottom: 27px;
    font-size: clamp(16px, 1.45vw, 23px);
    letter-spacing: .01em;
    text-transform: none;
  }
  .hero-title {
    font-size: clamp(66px, 5.9vw, 104px);
    line-height: .97;
    letter-spacing: -.035em;
  }
  .hero-sub {
    max-width: 490px;
    font-size: clamp(19px, 1.7vw, 26px);
    line-height: 1.45;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: minmax(230px, 370px) minmax(210px, 310px);
    gap: 20px;
    margin-top: 26px;
    max-width: 724px;
  }
  .hero-actions .btn {
    width: auto;
    min-height: 88px;
    padding: 18px 28px;
    font-size: clamp(15px, 1.12vw, 19px);
    letter-spacing: 0;
    text-transform: none;
  }
  .hero-founder {
    height: min(108svh, 1120px);
    right: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-8%, -47%);
    opacity: 1;
  }
  .hero-proof-rail {
    grid-column: 3;
    grid-template-columns: 1fr;
    max-width: none;
    justify-self: end;
    align-self: center;
    margin-top: 84px;
  }
  .hero-proof-card {
    min-height: 86px;
    grid-template-columns: 54px 1fr;
    justify-items: stretch;
    text-align: left;
    padding: 17px 20px;
  }
  .proof-icon { width: 48px; height: 48px; }
  .proof-copy strong { font-size: 31px; }
  .proof-copy em { font-size: 13px; }
  .hero-proof-note { text-align: left; max-width: 220px; }
}

/* Canvas width lock for the screenshot-style hero: full-bleed, not narrow centred container. */
.site-header .header-inner,
.hero-section .hero-layout {
  max-width: none;
}
@media (min-width: 1024px) {
  .header-inner { padding-inline: clamp(32px, 3vw, 50px); }
  .hero-layout { padding-inline: clamp(46px, 4.8vw, 80px) clamp(36px, 3.1vw, 54px); }
  .container { padding-inline: clamp(46px, 4.8vw, 80px); }
}
@media (min-width: 1280px) {
  .hero-layout { padding-inline: clamp(58px, 4.8vw, 80px) clamp(42px, 3.1vw, 54px); }
  .header-inner { padding-inline: clamp(42px, 3vw, 50px); }
  .container { padding-inline: clamp(58px, 4.8vw, 80px); }
}
@media (min-width: 1440px) {
  .hero-layout { padding-inline: 80px 54px; }
  .header-inner { padding-inline: 50px 54px; }
  .container { padding-inline: 80px; }
}

/* ===== Gap Assessment section ===== */
.gap-assessment-section { overflow: hidden; }
.assessment-shell {
  display: grid;
  gap: 32px;
}
.assessment-intro {
  position: relative;
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid rgba(7,143,162,.28);
  background: linear-gradient(165deg, rgba(7,143,162,.10), rgba(6,19,38,.30));
  overflow: hidden;
}
.assessment-intro::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  opacity: .8;
}
.assessment-intro .eyebrow { margin-bottom: 14px; color: var(--gold); }
.assessment-title {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 480px;
}
.assessment-sub {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
  max-width: 460px;
  margin: 0 0 18px;
}
.assessment-privacy {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 28px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(2,8,18,.55);
}
.assessment-privacy svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.assessment-diag-label {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.assessment-diag-wrap {
  position: relative;
}
.assessment-pulse-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.assessment-pulse-line path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .34;
  filter: drop-shadow(0 0 6px rgba(244,180,0,.55));
  stroke-dasharray: 1400;
  stroke-dashoffset: 0;
  animation: assessmentPulseLine 5.5s linear infinite;
}
@keyframes assessmentPulseLine {
  0% { stroke-dashoffset: 1400; opacity: .18; }
  50% { opacity: .5; }
  100% { stroke-dashoffset: 0; opacity: .18; }
}
@media (prefers-reduced-motion: reduce) {
  .assessment-pulse-line path { animation: none; opacity: .22; }
}
.assessment-diag-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 440px;
}
.assessment-diag-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 600;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.assessment-diag-item-last {
  grid-column: 1 / -1;
  justify-content: center;
  padding: 13px 16px;
}
.assessment-diag-badge {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(7,143,162,.28);
}
.assessment-diag-item:nth-child(even) .assessment-diag-badge {
  background: rgba(36,213,239,.22);
}
.assessment-diag-item img { width: 18px; height: 18px; flex: 0 0 auto; }
.assessment-diag-item.is-answered {
  border-color: rgba(36,213,239,.55);
  background: rgba(36,213,239,.10);
  box-shadow: 0 0 0 1px rgba(36,213,239,.22), 0 0 16px rgba(36,213,239,.18);
}
.assessment-diag-item.is-answered .assessment-diag-badge {
  background: rgba(36,213,239,.32);
}
.assessment-diag-item.is-active-breakpoint {
  border-color: rgba(244,180,0,.6);
  background: rgba(244,180,0,.10);
  color: var(--gold);
  box-shadow: 0 0 0 1px rgba(244,180,0,.3), 0 0 22px rgba(244,180,0,.28);
  animation: assessmentPulse 2.2s ease-in-out infinite;
}
.assessment-diag-item.is-active-breakpoint .assessment-diag-badge { background: rgba(244,180,0,.28); }

.assessment-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(244,180,0,.32);
  background: linear-gradient(165deg, var(--ivory), var(--paper));
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  padding: 26px 22px 28px;
  overflow: hidden;
}
.assessment-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: .9;
}
.assessment-form-body { overflow: visible; }
.assessment-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.assessment-progress-bar {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(6,19,38,.12);
  overflow: hidden;
  margin-bottom: 10px;
}
.assessment-progress-bar span {
  display: block;
  height: 100%;
  width: 14.28%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal, #078FA2), var(--gold));
  transition: width .3s ease;
}
.assessment-progress-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(17,24,39,.6);
  letter-spacing: .02em;
  margin: 0 0 20px;
}

.assessment-question { display: none; }
.assessment-question.is-active {
  display: block;
  animation: assessmentFadeUp .4s ease both;
}
.assessment-question-text {
  color: var(--charcoal);
  font-size: clamp(18px, 2.4vw, 21px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 18px;
}
.assessment-options {
  display: grid;
  gap: 10px;
}
.assessment-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.14);
  background: rgba(255,255,255,.66);
  color: var(--charcoal);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
}
.assessment-option:hover {
  border-color: rgba(7,143,162,.5);
  background: rgba(7,143,162,.08);
}
.assessment-option:focus-visible {
  outline: 2px solid var(--gold-deep, #B98300);
  outline-offset: 2px;
}
.assessment-option.is-selected {
  border-color: var(--gold-deep, #B98300);
  background: rgba(244,180,0,.22);
  color: var(--charcoal);
  font-weight: 700;
}
.assessment-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}
.assessment-nav-btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(17,24,39,.18);
  background: transparent;
  color: rgba(17,24,39,.68);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.assessment-nav-btn:hover { border-color: rgba(7,143,162,.5); color: var(--teal); }
.assessment-nav-btn:disabled { opacity: .35; cursor: not-allowed; }

.assessment-result { animation: assessmentFadeUp .45s ease both; }
.assessment-result-title {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep, #B98300);
  font-size: clamp(22px, 3vw, 27px);
  line-height: 1.2;
  margin: 0 0 12px;
}
.assessment-result-text {
  color: rgba(17,24,39,.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.assessment-result-breakpoint {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  background: var(--teal);
  border: 1px solid rgba(7,143,162,.6);
  border-radius: 999px;
  padding: 8px 16px;
  margin: 0 0 22px;
}
.assessment-result-actions {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 18px;
  border-radius: var(--radius-sm, 10px);
  border: 1px solid rgba(17,24,39,.2);
  background: transparent;
  color: rgba(17,24,39,.74);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.btn-ghost:hover { border-color: rgba(7,143,162,.5); color: var(--teal); background: rgba(7,143,162,.06); }

.assessment-optional {
  border-top: 1px solid rgba(17,24,39,.12);
  padding-top: 18px;
}
.assessment-optional-label {
  color: rgba(17,24,39,.58);
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0 0 14px;
}
.assessment-optional-fields {
  display: grid;
  gap: 12px;
}
.assessment-field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: rgba(17,24,39,.72);
  font-weight: 600;
}
.assessment-field input {
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(17,24,39,.18);
  background: rgba(255,255,255,.7);
  color: var(--charcoal);
  font-family: inherit;
  font-size: 14px;
}
.assessment-field input:focus-visible {
  outline: 2px solid var(--gold-deep, #B98300);
  outline-offset: 1px;
}

@keyframes assessmentFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes assessmentPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(244,180,0,.3), 0 0 14px rgba(244,180,0,.20); }
  50% { box-shadow: 0 0 0 1px rgba(244,180,0,.5), 0 0 28px rgba(244,180,0,.42); }
}
@media (prefers-reduced-motion: reduce) {
  .assessment-question.is-active,
  .assessment-result,
  .assessment-diag-item.is-active-breakpoint { animation: none !important; }
}

@media (min-width: 768px) {
  .assessment-shell { grid-template-columns: minmax(0, 1fr); }
  .assessment-card { padding: 32px 30px 34px; }
}

@media (min-width: 1024px) {
  .gap-assessment-section .assessment-shell {
    max-width: 1440px;
    grid-template-columns: minmax(420px, .92fr) minmax(460px, 1.08fr);
    gap: 60px;
    align-items: stretch;
  }
  .assessment-intro {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .assessment-title { font-size: clamp(34px, 4vw, 46px); max-width: 540px; }
  .assessment-sub { font-size: 18px; max-width: 500px; }
  .assessment-diag-list { max-width: 500px; gap: 14px; }
  .assessment-diag-item { padding: 14px 16px; font-size: 15px; }
  .assessment-diag-badge { width: 38px; height: 38px; }
  .assessment-diag-item img { width: 21px; height: 21px; }
  .assessment-card { padding: 48px 48px 50px; }
  .assessment-question-text { font-size: clamp(22px, 2.4vw, 26px); margin-bottom: 24px; }
  .assessment-options { gap: 14px; }
  .assessment-option { padding: 18px 20px; font-size: 16.5px; }
  .assessment-progress-label { font-size: 14px; margin-bottom: 26px; }
}


/* ============================================================
   TAKEOVER FIX PASS — do not touch approved hero/header.
   Scope: section order support, assessment mobile compactness,
   method repair board, one-system no-orbit map, desktop rails.
   ============================================================ */

/* Consistent content rail after hero */
@media (min-width: 1024px) {
  main > section:not(.hero-section) > .container {
    max-width: 1220px;
    padding-inline: clamp(44px, 5vw, 72px);
  }

  .pressure-moment-grid,
  .assessment-shell,
  .response-lab-grid,
  .motion-grid,
  .why-grid,
  .close-grid {
    margin-inline: auto;
  }

  .pressure-moment-grid,
  .response-lab-grid,
  .motion-grid,
  .why-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(34px, 4vw, 58px);
  }
}

@media (min-width: 1366px) {
  main > section:not(.hero-section) > .container {
    max-width: 1280px;
  }
}

/* Section color rhythm */
#pressure-gap { background: var(--ivory); color: var(--charcoal); }
#assessment { background:
  radial-gradient(circle at 15% 12%, rgba(7,143,162,.20), transparent 28%),
  linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 60%, #04101f 100%);
}
#method { background:
  radial-gradient(circle at 12% 10%, rgba(7,143,162,.22), transparent 30%),
  linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 58%, #04101f 100%);
}
#one-system { background: var(--ivory); color: var(--charcoal); }
#method-motion { background: var(--paper); color: var(--charcoal); }
#outcomes { background: var(--ivory); color: var(--charcoal); }
#paths { background:
  radial-gradient(circle at 86% 10%, rgba(244,180,0,.12), transparent 26%),
  linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 62%, #04101f 100%);
}
#why-arjun { background: var(--paper); color: var(--charcoal); }
#close { background:
  radial-gradient(circle at 82% 16%, rgba(244,180,0,.20), transparent 28%),
  linear-gradient(135deg, var(--midnight) 0%, var(--teal) 100%);
}

/* Gap Assessment: compact mobile with details/summary support */
.assessment-checks {
  display: block;
  margin-top: 20px;
}
.assessment-checks summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(2,8,18,.45);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.assessment-checks summary::-webkit-details-marker { display: none; }
.assessment-checks summary::after {
  content: "+";
  margin-left: 10px;
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
}
.assessment-checks[open] summary::after { content: "−"; }
.assessment-checks .assessment-diag-wrap { margin-top: 14px; }

@media (max-width: 767px) {
  #assessment.section { padding-block: 42px; }
  .assessment-shell {
    gap: 18px;
  }
  .assessment-intro {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }
  .assessment-title {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.05;
    margin-bottom: 12px;
  }
  .assessment-sub {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .assessment-privacy {
    width: 100%;
    margin-bottom: 0;
    padding: 9px 11px;
    font-size: 12px;
  }
  .assessment-checks {
    margin-top: 14px;
  }
  .assessment-checks:not([open]) .assessment-diag-wrap {
    display: none;
  }
  .assessment-checks summary {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    min-height: 44px;
  }
  .assessment-pulse-line {
    display: none;
  }
  .assessment-diag-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 8px;
  }
  .assessment-diag-item,
  .assessment-diag-item-last {
    grid-column: auto;
    justify-content: flex-start;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
  }
  .assessment-diag-badge {
    width: 24px;
    height: 24px;
  }
  .assessment-diag-item img {
    width: 14px;
    height: 14px;
  }
  .assessment-card {
    padding: 24px 18px 26px;
    border-radius: 22px;
  }
  .assessment-question-text {
    font-size: 20px;
    line-height: 1.28;
    margin-bottom: 18px;
  }
  .assessment-option {
    min-height: 56px;
    padding: 14px 14px;
    font-size: 15px;
  }
  .assessment-nav {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .assessment-checks summary {
    pointer-events: none;
  }
  .assessment-checks summary::after {
    display: none;
  }
}

/* Method: Response Repair Board, not a dense lab card */
.response-repair-board {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 34px 90px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.035);
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
}
.response-repair-board::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(244,180,0,.10), rgba(244,180,0,.72), rgba(7,143,162,.56));
  opacity: .8;
}
.repair-panel,
.repair-bridge,
.repair-insight {
  position: relative;
  z-index: 1;
}
.repair-panel {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.045);
  padding: 18px;
}
.repair-after {
  border-color: rgba(7,143,162,.42);
  background: rgba(7,143,162,.12);
}
.repair-label,
.repair-bridge-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.repair-bridge-label {
  color: var(--gold);
}
.repair-panel p {
  color: rgba(255,255,255,.86);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.5;
  font-style: italic;
}
.repair-bridge {
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 280px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(244,180,0,.44);
  background: rgba(244,180,0,.075);
  text-align: center;
  box-shadow: 0 0 36px rgba(244,180,0,.08);
}
.repair-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.repair-chips li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(244,180,0,.48);
  background: rgba(3,10,20,.34);
  color: var(--gold);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
}
.repair-insight {
  margin: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
  padding: 15px 18px;
  background: rgba(244,180,0,.08);
  color: var(--white);
  font-weight: 800;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .response-lab-grid {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    align-items: center;
  }
  .response-repair-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .8fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
  }
  .repair-insight {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  #method.section { padding-block: 50px; }
  .response-lab-grid { gap: 22px; }
  .response-lab-sub { margin-top: 14px; }
  .response-repair-board {
    display: grid;
    gap: 12px;
    padding: 18px;
  }
  .response-repair-board::before {
    left: 28px;
    right: auto;
    top: 42px;
    bottom: 42px;
    width: 2px;
    height: auto;
    transform: none;
    background: linear-gradient(180deg, rgba(244,180,0,.12), rgba(244,180,0,.65), rgba(7,143,162,.52));
  }
  .repair-panel,
  .repair-bridge {
    margin-left: 18px;
  }
  .repair-bridge {
    max-width: none;
  }
  .repair-insight {
    margin-left: 18px;
  }
}

/* One Connected System: remove solar/orbit layout completely */
.os4-showcase {
  color: var(--white);
  background:
    radial-gradient(circle at 48% 36%, rgba(7,143,162,.20), transparent 36%),
    linear-gradient(145deg, #071A31 0%, var(--ink) 100%);
  border-color: rgba(7,143,162,.32);
}
.os4-system-board {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  overflow: hidden;
}
.os4-system-board::before,
.os4-system-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .46;
}
.os4-system-board::before {
  left: 15%;
  right: 15%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,180,0,.72), rgba(7,143,162,.58), transparent);
}
.os4-system-board::after {
  top: 15%;
  bottom: 15%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(7,143,162,.45), rgba(244,180,0,.50), transparent);
}
.os4-map-column {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.os4-map-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  min-height: 150px;
  padding: 24px;
  border-radius: 22px;
  text-align: center;
  color: var(--ink);
  background: radial-gradient(circle at 30% 22%, #FFE996 0%, var(--gold) 58%, var(--gold-deep) 100%);
  box-shadow: 0 0 0 10px rgba(244,180,0,.06), 0 26px 56px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.34);
}
.os4-map-core span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.os4-map-core strong {
  margin-top: 6px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  text-transform: uppercase;
}
.os4-node {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: 100% !important;
  min-height: 64px;
  aspect-ratio: auto !important;
  display: grid !important;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  place-items: initial !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  text-align: left;
  cursor: pointer;
}
.os4-node > span:last-child {
  font-weight: 800;
  color: rgba(255,248,236,.9);
}
.os4-node-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
}
.os4-node.is-active {
  border-color: rgba(244,180,0,.72);
  background: rgba(244,180,0,.12);
  box-shadow: 0 0 0 1px rgba(244,180,0,.22), 0 0 24px rgba(244,180,0,.14);
}
.os4-node-label,
.os4-ring,
.os4-sweep,
.os4-core {
  display: none !important;
}

@media (min-width: 1024px) {
  .os4-showcase {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    grid-template-areas:
      "board benefits"
      "features features"
      "support support";
    gap: 22px;
    padding: 30px;
  }
  .os4-system-board {
    grid-area: board;
    grid-template-columns: minmax(180px, .8fr) minmax(230px, 1fr) minmax(180px, .8fr);
    align-items: center;
  }
  .os4-feature-stack {
    grid-area: features;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .os4-benefits { grid-area: benefits; }
  .os4-support-strip { grid-area: support; }
}

@media (max-width: 767px) {
  .system-head { text-align: left; }
  .os4-showcase {
    padding: 16px;
    gap: 16px;
  }
  .os4-system-board {
    grid-template-columns: 1fr;
  }
  .os4-system-board::before,
  .os4-system-board::after {
    display: none;
  }
  .os4-map-core {
    order: -1;
    min-height: 120px;
  }
  .os4-node {
    min-height: 56px;
  }
  .os4-feature-stack {
    gap: 10px;
  }
}

/* Why Arjun becomes the ivory rhythm break after Choose Your Path */
#why-arjun .eyebrow { color: var(--teal); }
#why-arjun .section-title { color: var(--charcoal); }
#why-arjun .why-card {
  color: var(--charcoal);
  background: rgba(255,255,255,.66);
  border-color: var(--line-light);
  box-shadow: var(--shadow);
}
#why-arjun .why-card h3 { color: var(--charcoal); }
#why-arjun .why-card p { color: var(--muted); }

/* Video and testimonial cleanup */
.motion-video p:empty { display: none; }
.outcomes-section .section-head .eyebrow + .section-title { margin-top: 0; }

/* Smaller mobile proof/outcome cards remain approved; only guard overflow */
@media (max-width: 767px) {
  .testimonial-grid,
  .path-cards,
  .why-cards,
  .footer-grid {
    min-width: 0;
  }
}

/* Motion safety for new board/map */
@media (prefers-reduced-motion: reduce) {
  .response-repair-board::before,
  .os4-system-board::before,
  .os4-system-board::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Final specificity guards for new One System core against old radar sizing */
.os4-map-core.os4-radar {
  width: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  border-radius: 22px !important;
  overflow: visible !important;
}


/* ============================================================
   ASSESSMENT MOBILE ACCORDION FIX
   Mobile accordion contains the actual assessment, not the diagnostic list.
   ============================================================ */

.assessment-test-accordion {
  display: block;
}
.assessment-test-accordion > summary {
  display: none;
}
.assessment-test-accordion-body {
  display: contents;
}

@media (max-width: 767px) {
  /* Diagnostic chips are not the mobile accordion. Keep them out of the mobile flow. */
  .assessment-checks {
    display: none !important;
  }

  .assessment-test-accordion {
    display: block;
    margin-top: 16px;
  }

  .assessment-test-accordion > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid rgba(244,180,0,.36);
    background: rgba(2,8,18,.58);
    color: var(--white);
    font-weight: 800;
    letter-spacing: .04em;
    cursor: pointer;
    list-style: none;
  }

  .assessment-test-accordion > summary::-webkit-details-marker {
    display: none;
  }

  .assessment-test-accordion > summary::after {
    content: "+";
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--gold);
    border: 1px solid rgba(244,180,0,.42);
    background: rgba(244,180,0,.08);
    font-size: 18px;
    line-height: 1;
  }

  .assessment-test-accordion[open] > summary::after {
    content: "−";
  }

  .assessment-test-accordion > summary span {
    display: block;
    font-size: 13px;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .12em;
  }

  .assessment-test-accordion > summary small {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
  }

  .assessment-test-accordion-body {
    display: block;
    margin-top: 14px;
  }

  .assessment-test-accordion:not([open]) .assessment-test-accordion-body {
    display: none;
  }

  .assessment-card {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .assessment-test-accordion {
    display: contents;
  }
  .assessment-test-accordion > summary {
    display: none !important;
  }
  .assessment-test-accordion-body {
    display: contents;
  }
}


/* ============================================================
   MOBILE-ONLY PRESSURE MOMENT CARD VISIBILITY FIX
   Preserve existing mobile stacking/sticky animation.
   Only remove glass/see-through card treatment so overlapped text
   does not show through.
   ============================================================ */

@media (max-width: 767px) {
  #pressure-gap .pressure-step {
    background: #FFFFFF !important;
    color: var(--charcoal);
    border-color: rgba(6,19,38,.14) !important;
    box-shadow: 0 18px 44px rgba(6,19,38,.12) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #pressure-gap .pressure-step::before,
  #pressure-gap .pressure-step::after {
    opacity: 0 !important;
  }

  #pressure-gap .pressure-step-body strong {
    color: var(--charcoal) !important;
  }

  #pressure-gap .pressure-step-body p {
    color: var(--muted) !important;
  }

  #pressure-gap .pressure-step-num {
    background: rgba(7,143,162,.10) !important;
    border-color: rgba(7,143,162,.44) !important;
    color: var(--teal) !important;
  }
}


/* ============================================================
   LIVE CORRECTION SECTION
   Replaces Method/Response Board. Scope: #method only.
   ============================================================ */

.correction-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(7,143,162,.09), transparent 30%),
    linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%);
  color: var(--charcoal);
}
.correction-section .eyebrow { color: var(--teal); }
.correction-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
.correction-copy {
  max-width: 650px;
}
.correction-sub {
  max-width: 560px;
}
.correction-note {
  margin-top: 22px;
  display: inline-flex;
  max-width: 430px;
  padding: 13px 16px;
  border-radius: 999px;
  border: 1px solid rgba(7,143,162,.22);
  background: rgba(255,255,255,.62);
  color: rgba(17,24,39,.72);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.correction-sheet {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(6,19,38,.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,236,.92));
  box-shadow: 0 30px 78px rgba(6,19,38,.14);
  padding: clamp(20px, 3vw, 34px);
}
.correction-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(6,19,38,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,19,38,.028) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .45;
  pointer-events: none;
}
.correction-sheet::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: .88;
}
.correction-paper-head,
.correction-stage {
  position: relative;
  z-index: 1;
}
.correction-paper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(6,19,38,.10);
}
.correction-paper-head span {
  color: var(--teal);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.correction-paper-head strong {
  color: rgba(17,24,39,.66);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.correction-label {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--gold-deep);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.correction-raw,
.correction-rebuilt {
  border-radius: 18px;
  border: 1px solid rgba(6,19,38,.10);
  background: rgba(255,255,255,.78);
  padding: 18px;
}
.correction-raw p,
.correction-rebuilt p {
  color: var(--charcoal);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.62;
}
.correction-raw mark {
  position: relative;
  display: inline;
  color: inherit;
  background: linear-gradient(180deg, transparent 52%, rgba(244,180,0,.34) 52%);
  padding-inline: 2px;
  border-radius: 4px;
  animation: correctionHighlight 4.8s ease-in-out infinite;
  animation-delay: var(--mark-delay, 0ms);
}
.correction-raw .mark-two { --mark-delay: 450ms; }
.correction-raw .mark-three { --mark-delay: 900ms; }

.correction-notes {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.correction-notes::before {
  content: "";
  position: absolute;
  left: 23px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(244,180,0,.08), rgba(244,180,0,.64), rgba(7,143,162,.36));
  opacity: .85;
}
.correction-callout {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
}
.correction-callout > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(180deg, #FFE38C, var(--gold));
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(244,180,0,.20);
}
.correction-callout > div {
  min-width: 0;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(7,143,162,.18);
  background: rgba(7,143,162,.06);
}
.correction-callout strong {
  display: block;
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.25;
}
.correction-callout p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}
.correction-rebuilt {
  border-color: rgba(7,143,162,.28);
  background:
    linear-gradient(135deg, rgba(7,143,162,.07), rgba(255,255,255,.88));
}
.correction-rebuilt p {
  font-weight: 700;
}
.correction-bottom-line {
  margin-top: 16px;
  padding: 15px 17px;
  border-radius: 16px;
  border-left: 4px solid var(--gold);
  background: rgba(244,180,0,.10);
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .correction-grid {
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: clamp(46px, 5vw, 72px);
  }
  .correction-sheet {
    max-width: 720px;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .correction-section {
    padding-block: 50px;
  }
  .correction-grid {
    gap: 24px;
  }
  .correction-note {
    border-radius: 16px;
    width: 100%;
  }
  .correction-sheet {
    border-radius: 22px;
    padding: 20px 16px;
  }
  .correction-paper-head {
    display: grid;
    gap: 8px;
    align-items: start;
  }
  .correction-raw,
  .correction-rebuilt {
    padding: 16px;
  }
  .correction-callout {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }
  .correction-callout > span {
    width: 42px;
    height: 42px;
  }
  .correction-notes::before {
    left: 20px;
  }
  .correction-callout > div {
    padding: 13px 14px;
  }
}

/* Staged live-correction motion */
.correction-sheet.reveal-item .correction-stage {
  opacity: 0;
  transform: translateY(12px);
}
.correction-sheet.reveal-item.is-visible .correction-stage {
  animation: correctionStageIn .7s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: var(--stage-delay, 0ms);
}
@keyframes correctionStageIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes correctionHighlight {
  0%, 34%, 100% { background-size: 100% 100%; box-shadow: none; }
  48%, 62% { background-size: 100% 100%; box-shadow: inset 0 -10px 0 rgba(244,180,0,.20); }
}
@media (prefers-reduced-motion: reduce) {
  .correction-sheet.reveal-item .correction-stage,
  .correction-sheet.reveal-item.is-visible .correction-stage {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .correction-raw mark {
    animation: none !important;
  }
}


/* ============================================================
   LIVE CORRECTION SECTION BACKGROUND FIX
   Make the whole section ivory/paper, improve contrast.
   ============================================================ */

#method.correction-section,
.correction-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(7,143,162,.06), transparent 28%),
    linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%) !important;
  color: var(--charcoal) !important;
}

#method .section-title,
#method .correction-copy,
#method .correction-sub {
  color: var(--charcoal);
}

#method .section-title span {
  color: var(--gold-deep);
}

#method .correction-note {
  background: rgba(255,255,255,.88);
  border-color: rgba(6,19,38,.10);
  color: rgba(17,24,39,.74);
  box-shadow: 0 12px 28px rgba(6,19,38,.07);
}

#method .correction-sheet {
  background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(255,248,236,.96));
  border-color: rgba(6,19,38,.10);
  box-shadow: 0 26px 60px rgba(6,19,38,.12);
}

#method .correction-paper-head strong,
#method .correction-raw p,
#method .correction-rebuilt p,
#method .correction-callout strong,
#method .correction-bottom-line {
  color: var(--charcoal);
}

#method .correction-callout > div {
  background: rgba(7,143,162,.05);
  border-color: rgba(7,143,162,.16);
}

#method .correction-bottom-line {
  background: rgba(244,180,0,.11);
}


/* ============================================================
   LIVE CORRECTION ANIMATION PASS
   Scope: #method .correction-animate only.
   ============================================================ */

#method .correction-animate {
  transform-origin: 50% 55%;
}

#method .correction-animate.reveal-item {
  opacity: 0;
  transform: translateY(18px) scale(.985);
}

#method .correction-animate.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity .75s cubic-bezier(.2,.72,.22,1),
    transform .75s cubic-bezier(.2,.72,.22,1);
}

#method .correction-animate .correction-stage {
  opacity: 0;
  transform: translateY(14px);
}

#method .correction-animate.is-visible .correction-stage {
  animation: correctionStepIn .72s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: var(--stage-delay, 0ms);
}

/* Raw weak phrases start unmarked. The gold sweep arrives in sequence. */
#method .correction-animate .correction-mark {
  background:
    linear-gradient(90deg, rgba(244,180,0,.48), rgba(244,180,0,.24)) 0 86% / 0% 42% no-repeat;
  border-radius: 5px;
  padding-inline: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  animation: none;
}

#method .correction-animate.is-visible .mark-one {
  animation: correctionMarkSweep .7s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: .72s;
}
#method .correction-animate.is-visible .mark-two {
  animation: correctionMarkSweep .7s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: 1.38s;
}
#method .correction-animate.is-visible .mark-three {
  animation: correctionMarkSweep .7s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: 2.04s;
}

/* Align note reveal timing with highlight timing. */
#method .correction-animate.is-visible .note-one {
  animation-delay: 1.02s;
}
#method .correction-animate.is-visible .note-two {
  animation-delay: 1.68s;
}
#method .correction-animate.is-visible .note-three {
  animation-delay: 2.34s;
}
#method .correction-animate.is-visible .correction-rebuilt {
  animation-delay: 3.05s;
}
#method .correction-animate.is-visible .correction-bottom-line {
  animation-delay: 3.46s;
}

/* Desktop-only connector line draw. */
#method .correction-connectors {
  position: absolute;
  inset: 72px 22px auto 22px;
  width: calc(100% - 44px);
  height: 430px;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  opacity: .92;
}
#method .correction-connectors .connector {
  fill: none;
  stroke: rgba(184,131,0,.58);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  filter: drop-shadow(0 0 6px rgba(244,180,0,.18));
}
#method .correction-animate.is-visible .connector-one {
  animation: correctionLineDraw .78s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: 1.18s;
}
#method .correction-animate.is-visible .connector-two {
  animation: correctionLineDraw .78s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: 1.84s;
}
#method .correction-animate.is-visible .connector-three {
  animation: correctionLineDraw .78s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: 2.50s;
}

/* Small final emphasis, not a loop. */
#method .correction-animate.is-visible .correction-rebuilt {
  box-shadow: 0 18px 40px rgba(7,143,162,.10);
}
#method .correction-animate.is-visible .correction-bottom-line {
  transform-origin: left center;
}

@keyframes correctionStepIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes correctionMarkSweep {
  0% {
    background-size: 0% 42%;
  }
  100% {
    background-size: 100% 42%;
  }
}
@keyframes correctionLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 767px) {
  #method .correction-connectors {
    display: none;
  }

  #method .correction-animate.reveal-item {
    transform: translateY(12px);
  }

  #method .correction-animate.is-visible .mark-one {
    animation-delay: .58s;
  }
  #method .correction-animate.is-visible .note-one {
    animation-delay: .86s;
  }
  #method .correction-animate.is-visible .mark-two {
    animation-delay: 1.18s;
  }
  #method .correction-animate.is-visible .note-two {
    animation-delay: 1.46s;
  }
  #method .correction-animate.is-visible .mark-three {
    animation-delay: 1.78s;
  }
  #method .correction-animate.is-visible .note-three {
    animation-delay: 2.06s;
  }
  #method .correction-animate.is-visible .correction-rebuilt {
    animation-delay: 2.62s;
  }
  #method .correction-animate.is-visible .correction-bottom-line {
    animation-delay: 2.98s;
  }
}

@media (prefers-reduced-motion: reduce) {
  #method .correction-animate.reveal-item,
  #method .correction-animate.reveal-item.is-visible,
  #method .correction-animate .correction-stage,
  #method .correction-animate.is-visible .correction-stage {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  #method .correction-animate .correction-mark {
    background-size: 100% 42% !important;
    animation: none !important;
  }

  #method .correction-connectors {
    display: none !important;
  }
}


/* ============================================================
   LIVE CORRECTION CONNECTOR LINE FIX + RESET BEHAVIOUR
   Dynamic lines align from actual highlighted text to note cards.
   Lines visible on mobile and desktop.
   ============================================================ */

#method .correction-sheet {
  position: relative;
}

#method .correction-raw,
#method .correction-notes,
#method .correction-rebuilt,
#method .correction-bottom-line,
#method .correction-paper-head {
  position: relative;
  z-index: 3;
}

#method .correction-connectors {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  pointer-events: none;
  overflow: visible !important;
  display: block !important;
  opacity: 1;
}

#method .correction-connectors .connector {
  fill: none;
  stroke: rgba(184,131,0,.66);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--connector-length, 1);
  stroke-dashoffset: var(--connector-length, 1);
  filter: drop-shadow(0 0 6px rgba(244,180,0,.18));
}

#method .correction-animate.is-visible .connector-one,
#method .correction-animate.is-visible .connector-two,
#method .correction-animate.is-visible .connector-three {
  animation: correctionLineDrawDynamic .7s cubic-bezier(.2,.72,.22,1) forwards;
}

#method .correction-animate.is-visible .connector-one { animation-delay: 1.12s; }
#method .correction-animate.is-visible .connector-two { animation-delay: 1.78s; }
#method .correction-animate.is-visible .connector-three { animation-delay: 2.44s; }

#method .correction-animate:not(.is-visible) .connector {
  stroke-dashoffset: var(--connector-length, 1);
  animation: none !important;
}

@keyframes correctionLineDrawDynamic {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 767px) {
  #method .correction-connectors {
    display: block !important;
  }

  #method .correction-connectors .connector {
    stroke: rgba(184,131,0,.58);
    stroke-width: 1.75;
    filter: drop-shadow(0 0 5px rgba(244,180,0,.14));
  }
}

@media (prefers-reduced-motion: reduce) {
  #method .correction-connectors {
    display: none !important;
  }
}


/* ============================================================
   LIVE CORRECTION: CONNECTOR LINES REMOVED
   Keep staged correction animation, remove drawn lines completely.
   ============================================================ */

#method .correction-connectors,
#method .correction-connectors *,
#method .connector {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}


/* ============================================================
   ONE CONNECTED SYSTEM - TEAL + GLOSSY MAP
   Replaces old card-grid/dashboard layout.
   ============================================================ */

#one-system.system-teal-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.20), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(244,180,0,.16), transparent 32%),
    linear-gradient(135deg, #045966 0%, var(--teal) 48%, #063B46 100%);
  color: var(--white);
}

#one-system.system-teal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 48% 34%, #000 0%, transparent 72%);
  opacity: .26;
  pointer-events: none;
}

.system-teal-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

#one-system .system-teal-copy .eyebrow {
  color: rgba(255,248,236,.78);
}

#one-system .system-teal-copy .section-title {
  color: var(--white);
}

#one-system .system-teal-copy .section-title span {
  color: var(--gold);
}

#one-system .system-teal-copy .section-sub {
  color: rgba(255,248,236,.84);
  max-width: 640px;
}

.system-root-line {
  margin-top: 22px;
  display: inline-flex;
  max-width: 480px;
  padding: 14px 17px;
  border-radius: 999px;
  background: rgba(6,19,38,.28);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,248,236,.94);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(0,0,0,.14);
}

.system-gloss-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.28);
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.075)),
    linear-gradient(180deg, rgba(6,19,38,.42), rgba(6,19,38,.22));
  box-shadow:
    0 34px 90px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: clamp(18px, 3vw, 30px);
}

.system-gloss-panel::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto -20%;
  height: 62%;
  transform: rotate(-8deg);
  background: linear-gradient(180deg, rgba(255,255,255,.34), transparent);
  opacity: .48;
  pointer-events: none;
}

.system-gloss-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(244,180,0,.14), transparent 37%),
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.10), transparent 32%);
  pointer-events: none;
}

.system-map {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  aspect-ratio: 640 / 470;
  min-height: 440px;
}

.system-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.system-line {
  fill: none;
  stroke: rgba(244,180,0,.66);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  filter: drop-shadow(0 0 7px rgba(244,180,0,.18));
}

.system-piece {
  opacity: 0;
  transform: translateY(12px) scale(.96);
}

.system-gloss-panel.is-system-visible .system-piece {
  animation: systemPieceIn .68s cubic-bezier(.2,.72,.22,1) forwards;
  animation-delay: calc(var(--step) * 130ms);
}

.system-gloss-panel.is-system-visible .system-line {
  animation: systemLineDraw .74s cubic-bezier(.2,.72,.22,1) forwards;
}

.system-gloss-panel.is-system-visible .line-language { animation-delay: 180ms; }
.system-gloss-panel.is-system-visible .line-thought { animation-delay: 320ms; }
.system-gloss-panel.is-system-visible .line-voice { animation-delay: 460ms; }
.system-gloss-panel.is-system-visible .line-confidence { animation-delay: 600ms; }
.system-gloss-panel.is-system-visible .line-situations { animation-delay: 740ms; }

.system-core,
.system-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
}

.system-core {
  left: 50%;
  top: 50%;
  width: clamp(154px, 22vw, 210px);
  min-height: clamp(118px, 16vw, 154px);
  transform: translate(-50%, -50%) scale(.96);
  padding: 20px;
  border-radius: 30px;
  color: var(--ink);
  background:
    radial-gradient(circle at 30% 20%, #FFF2B6 0%, var(--gold) 58%, var(--gold-deep) 100%);
  box-shadow:
    0 0 0 10px rgba(244,180,0,.08),
    0 22px 54px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.44);
}

.system-gloss-panel.is-system-visible .system-core {
  animation-name: systemCoreIn;
}

.system-core span {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.system-core strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.system-node {
  width: clamp(132px, 18vw, 168px);
  min-height: 78px;
  padding: 14px 15px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.24);
  background:
    linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.10));
  box-shadow:
    0 18px 44px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.system-node span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.system-node strong {
  display: block;
  color: var(--white);
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.18;
  font-weight: 900;
}

.node-language {
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(.96);
}
.node-thought {
  left: 0;
  top: 29%;
}
.node-voice {
  right: 0;
  top: 29%;
}
.node-confidence {
  left: 8%;
  bottom: 0;
}
.node-situations {
  right: 8%;
  bottom: 0;
}

.system-panel-outcome {
  position: relative;
  z-index: 1;
  margin-top: clamp(16px, 2vw, 22px);
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(244,180,0,.32);
  background:
    linear-gradient(135deg, rgba(244,180,0,.18), rgba(255,255,255,.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
}

.system-panel-outcome span {
  color: var(--gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.system-panel-outcome strong {
  color: rgba(255,248,236,.96);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.35;
  font-weight: 900;
}

@keyframes systemPieceIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes systemCoreIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes systemLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (min-width: 1024px) {
  .system-teal-layout {
    grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  }
  .system-gloss-panel {
    justify-self: end;
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  #one-system.system-teal-section {
    padding-block: 52px;
  }

  .system-teal-layout {
    gap: 24px;
  }

  .system-root-line {
    width: 100%;
    border-radius: 18px;
  }

  .system-gloss-panel {
    border-radius: 24px;
    padding: 14px;
  }

  .system-map {
    max-width: 100%;
    min-height: 0;
    height: min(410px, 108vw);
    aspect-ratio: auto;
  }

  .system-core {
    width: 128px;
    min-height: 104px;
    border-radius: 23px;
    padding: 15px 12px;
  }

  .system-core span {
    font-size: 8px;
  }

  .system-core strong {
    font-size: 15px;
  }

  .system-node {
    width: 112px;
    min-height: 66px;
    padding: 10px 9px;
    border-radius: 17px;
  }

  .system-node span {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    font-size: 9px;
  }

  .system-node strong {
    font-size: 11.2px;
    line-height: 1.16;
  }

  .node-language {
    top: 0;
  }

  .node-thought {
    left: 0;
    top: 31%;
  }

  .node-voice {
    right: 0;
    top: 31%;
  }

  .node-confidence {
    left: 3%;
    bottom: 0;
  }

  .node-situations {
    right: 3%;
    bottom: 0;
  }

  .system-line {
    stroke-width: 1.65;
  }

  .system-panel-outcome {
    border-radius: 17px;
    padding: 14px;
  }
}

@media (max-width: 380px) {
  .system-core {
    width: 118px;
    min-height: 96px;
  }

  .system-node {
    width: 104px;
    min-height: 62px;
  }

  .system-node strong {
    font-size: 10.4px;
  }

  .node-confidence {
    left: 0;
  }

  .node-situations {
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #one-system .system-piece,
  #one-system .system-gloss-panel.is-system-visible .system-piece,
  #one-system .system-line,
  #one-system .system-gloss-panel.is-system-visible .system-line {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }

  #one-system .system-core {
    transform: translate(-50%, -50%) !important;
  }
}


/* ============================================================
   ONE SYSTEM COURSE-INTEGRATION FIX
   Corrects purpose: one integrated NESkills training system,
   not separate course catalogue and not speaking mechanics map.
   ============================================================ */

#one-system.course-system-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(7,143,162,.28), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(244,180,0,.12), transparent 28%),
    linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 46%, #062F3A 100%) !important;
  color: var(--white);
}

#one-system.course-system-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 55% 36%, #000 0%, transparent 75%);
  opacity: .35;
  pointer-events: none;
}

.course-system-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

#one-system .course-system-copy .eyebrow {
  color: var(--gold);
}

#one-system .course-system-copy .section-title {
  color: var(--white);
  max-width: 700px;
}

#one-system .course-system-copy .section-title span {
  color: var(--gold);
}

#one-system .course-system-copy .section-sub {
  color: rgba(255,248,236,.86);
  max-width: 650px;
}

.course-system-root-line {
  margin-top: 22px;
  display: inline-flex;
  max-width: 520px;
  padding: 14px 17px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(244,180,0,.24);
  color: rgba(255,248,236,.96);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}

#one-system .course-system-panel {
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.22);
  background:
    linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.065)),
    linear-gradient(180deg, rgba(6,19,38,.58), rgba(6,47,58,.34));
  box-shadow:
    0 30px 80px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: clamp(18px, 2.6vw, 28px);
  max-width: 700px;
}

#one-system .course-system-panel::before {
  opacity: .36;
}

#one-system .course-system-panel::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(244,180,0,.11), transparent 34%),
    radial-gradient(circle at 72% 22%, rgba(7,143,162,.16), transparent 30%);
}

#one-system .course-system-map {
  max-width: 620px;
  min-height: 385px;
  aspect-ratio: 640 / 430;
}

#one-system .system-line {
  stroke: rgba(244,180,0,.58);
  stroke-width: 2;
}

#one-system .course-system-core {
  width: clamp(150px, 18vw, 190px);
  min-height: clamp(112px, 13vw, 138px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 28% 22%, #FFF3BE 0%, var(--gold) 58%, var(--gold-deep) 100%);
  box-shadow:
    0 0 0 8px rgba(244,180,0,.07),
    0 20px 46px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.45);
}

#one-system .course-system-core span {
  font-size: 10px;
}

#one-system .course-system-core strong {
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.08;
}

#one-system .system-node {
  width: clamp(126px, 15vw, 156px);
  min-height: 74px;
  border-radius: 20px;
  padding: 13px 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.20);
  box-shadow:
    0 16px 38px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.28);
}

#one-system .system-node span {
  background: var(--gold);
  color: var(--ink);
}

#one-system .system-node strong {
  color: var(--white);
  font-size: clamp(12.5px, 1.02vw, 14px);
}

#one-system .node-spoken {
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(.96);
}

#one-system .node-communication {
  left: 1%;
  top: 30%;
}

#one-system .node-soft {
  right: 1%;
  top: 30%;
}

#one-system .node-personality {
  left: 8%;
  bottom: 0;
}

#one-system .node-executive {
  right: 8%;
  bottom: 0;
}

#one-system .course-system-outcome {
  margin-top: clamp(14px, 1.8vw, 20px);
  padding: 15px 17px;
  border-radius: 18px;
  border: 1px solid rgba(244,180,0,.30);
  background:
    linear-gradient(135deg, rgba(244,180,0,.15), rgba(255,255,255,.07));
}

#one-system .course-system-outcome span {
  color: var(--gold);
}

#one-system .course-system-outcome strong {
  color: rgba(255,248,236,.96);
}

#one-system .system-gloss-panel.is-system-visible .line-spoken { animation-delay: 180ms; }
#one-system .system-gloss-panel.is-system-visible .line-communication { animation-delay: 320ms; }
#one-system .system-gloss-panel.is-system-visible .line-soft { animation-delay: 460ms; }
#one-system .system-gloss-panel.is-system-visible .line-personality { animation-delay: 600ms; }
#one-system .system-gloss-panel.is-system-visible .line-executive { animation-delay: 740ms; }

@media (min-width: 1024px) {
  #one-system .course-system-layout {
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1fr);
  }

  #one-system .course-system-panel {
    justify-self: end;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #one-system.course-system-section {
    padding-block: 52px;
  }

  #one-system .course-system-layout {
    gap: 24px;
  }

  #one-system .course-system-root-line {
    width: 100%;
    border-radius: 18px;
  }

  #one-system .course-system-panel {
    width: 100%;
    border-radius: 24px;
    padding: 14px;
    max-width: 100%;
  }

  #one-system .course-system-map {
    height: min(360px, 96vw);
    min-height: 330px;
    aspect-ratio: auto;
    max-width: 100%;
  }

  #one-system .course-system-core {
    width: 124px;
    min-height: 94px;
    border-radius: 21px;
    padding: 13px 10px;
  }

  #one-system .course-system-core span {
    font-size: 8px;
  }

  #one-system .course-system-core strong {
    font-size: 13.2px;
    line-height: 1.08;
  }

  #one-system .system-node {
    width: 102px;
    min-height: 62px;
    padding: 9px 7px;
    border-radius: 16px;
  }

  #one-system .system-node span {
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
    font-size: 8.5px;
  }

  #one-system .system-node strong {
    font-size: 10.2px;
    line-height: 1.12;
  }

  #one-system .node-spoken {
    top: 0;
  }

  #one-system .node-communication {
    left: 0;
    top: 31%;
  }

  #one-system .node-soft {
    right: 0;
    top: 31%;
  }

  #one-system .node-personality {
    left: 1%;
    bottom: 0;
  }

  #one-system .node-executive {
    right: 1%;
    bottom: 0;
  }

  #one-system .system-line {
    stroke-width: 1.45;
  }

  #one-system .course-system-outcome {
    border-radius: 16px;
    padding: 13px;
  }

  #one-system .course-system-outcome strong {
    font-size: 13.5px;
    line-height: 1.34;
  }
}

@media (max-width: 380px) {
  #one-system .course-system-map {
    height: 336px;
    min-height: 320px;
  }

  #one-system .course-system-core {
    width: 114px;
    min-height: 90px;
  }

  #one-system .course-system-core strong {
    font-size: 12.1px;
  }

  #one-system .system-node {
    width: 96px;
    min-height: 58px;
  }

  #one-system .system-node strong {
    font-size: 9.5px;
  }
}


/* ============================================================
   PROPER LEAN HOMEPAGE SURGICAL REBUILD
   Baseline: v11 one-system course integration fix.
   Hero/header preserved. Sections after hero reduced/polished.
   Rhythm: navy → paper → navy → paper → paper → navy → paper → footer navy.
   ============================================================ */

:root {
  --nes-ink: #061326;
  --nes-ink-2: #0A1B33;
  --nes-midnight: #062F3A;
  --nes-teal: #078FA2;
  --nes-ivory: #FFF8EC;
  --nes-paper: #F8EDDA;
  --nes-white: #FFFFFF;
  --nes-text: #111827;
  --nes-muted: #4B5563;
}

#founder-bridge,
#assessment.assessment-light-section,
#method.correction-section,
#watch-work.watch-work-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(7,143,162,.055), transparent 30%),
    linear-gradient(180deg, var(--nes-ivory) 0%, var(--nes-paper) 100%) !important;
  color: var(--nes-text);
}

#founder-bridge .eyebrow,
#method .eyebrow,
#watch-work .eyebrow {
  color: var(--nes-teal);
}

#founder-bridge .section-title,
#method .section-title,
#watch-work .section-title {
  color: var(--nes-ink);
}

#founder-bridge .section-sub,
#method .section-sub,
#watch-work .section-sub {
  color: var(--nes-muted);
}

/* Founder trust bridge */
.founder-bridge-section {
  position: relative;
  overflow: hidden;
}
.founder-bridge-layout {
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}
.founder-bridge-copy {
  max-width: 680px;
}
.founder-bridge-proof {
  border-radius: 28px;
  border: 1px solid rgba(6,19,38,.10);
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 54px rgba(6,19,38,.10);
  padding: clamp(18px, 3vw, 28px);
}
.founder-proof-lead {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(6,19,38,.10);
}
.founder-proof-lead span {
  color: var(--nes-teal);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.founder-proof-lead strong {
  color: var(--nes-ink);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.18;
}
.founder-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.founder-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(7,143,162,.16);
  background: rgba(7,143,162,.07);
  color: var(--nes-ink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

/* Pressure on navy, but keep existing HTML */
#pressure-gap.pressure-section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(7,143,162,.24), transparent 30%),
    linear-gradient(135deg, var(--nes-ink) 0%, var(--nes-ink-2) 54%, var(--nes-midnight) 100%) !important;
  color: var(--nes-white);
}
#pressure-gap.pressure-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .22;
  pointer-events: none;
}
#pressure-gap .pressure-moment-grid {
  position: relative;
  z-index: 1;
}
#pressure-gap.pressure-section-dark .eyebrow { color: var(--nes-teal); }
#pressure-gap.pressure-section-dark .section-title { color: var(--nes-white); }
#pressure-gap.pressure-section-dark .section-title span { color: var(--nes-white); }
#pressure-gap.pressure-section-dark .section-sub,
#pressure-gap.pressure-section-dark .pressure-moment-sub { color: rgba(255,248,236,.82); }
#pressure-gap.pressure-section-dark .pressure-moment-insight {
  border-left-color: var(--nes-teal);
  background: rgba(255,255,255,.08);
  color: rgba(255,248,236,.94);
}
#pressure-gap.pressure-section-dark .pressure-moment-insight strong { color: var(--nes-white); }
#pressure-gap.pressure-section-dark .pressure-step {
  background: rgba(255,255,255,.09) !important;
  border-color: rgba(255,255,255,.15) !important;
  color: var(--nes-white);
  box-shadow: 0 18px 44px rgba(0,0,0,.20) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
#pressure-gap.pressure-section-dark .pressure-step.is-breakpoint {
  border-color: rgba(7,143,162,.45) !important;
  background: rgba(7,143,162,.14) !important;
}
#pressure-gap.pressure-section-dark .pressure-step-num {
  background: rgba(7,143,162,.16) !important;
  border-color: rgba(7,143,162,.45) !important;
  color: var(--nes-white) !important;
}
#pressure-gap.pressure-section-dark .pressure-step-body strong { color: var(--nes-white) !important; }
#pressure-gap.pressure-section-dark .pressure-step-body p { color: rgba(255,248,236,.74) !important; }

/* Assessment should be light and premium, not a dark block. */
#assessment.assessment-light-section {
  position: relative;
  overflow: hidden;
}
#assessment.assessment-light-section .assessment-shell {
  display: grid;
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}
#assessment.assessment-light-section .eyebrow { color: var(--nes-teal); }
#assessment.assessment-light-section .assessment-title { color: var(--nes-ink); }
#assessment.assessment-light-section .assessment-sub { color: var(--nes-muted); }
#assessment.assessment-light-section .assessment-privacy {
  color: var(--nes-ink);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(6,19,38,.08);
}
#assessment.assessment-light-section .assessment-test-accordion {
  background: transparent;
}
#assessment.assessment-light-section .assessment-test-accordion > summary {
  background: var(--nes-ink);
  color: var(--nes-white);
  border: 1px solid rgba(7,143,162,.28);
  box-shadow: 0 16px 36px rgba(6,19,38,.14);
}
#assessment.assessment-light-section .assessment-test-accordion > summary small { color: rgba(255,248,236,.72); }
#assessment.assessment-light-section .assessment-card {
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(6,19,38,.10) !important;
  box-shadow: 0 24px 58px rgba(6,19,38,.12) !important;
}
#assessment.assessment-light-section .assessment-progress-label,
#assessment.assessment-light-section .assessment-question-title,
#assessment.assessment-light-section .assessment-result-title { color: var(--nes-ink); }
#assessment.assessment-light-section .assessment-option {
  background: rgba(255,248,236,.72);
  border-color: rgba(6,19,38,.10);
  color: var(--nes-text);
}
#assessment.assessment-light-section .assessment-option:hover,
#assessment.assessment-light-section .assessment-option.is-selected {
  border-color: rgba(7,143,162,.42);
  background: rgba(7,143,162,.08);
}

/* Correction: never render as blank while waiting for JS. */
#method.correction-section {
  position: relative;
  overflow: hidden;
}
#method .correction-sheet {
  background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(255,248,236,.96)) !important;
  border-color: rgba(6,19,38,.10) !important;
  box-shadow: 0 24px 58px rgba(6,19,38,.12) !important;
}
#method .correction-stage {
  opacity: 1 !important;
  transform: none !important;
}
#method .correction-connectors,
#method .connector { display:none !important; }
#method .correction-mark {
  background: linear-gradient(180deg, transparent 54%, rgba(7,143,162,.20) 54%) !important;
}
#method .correction-callout > span {
  background: rgba(7,143,162,.13) !important;
  border: 1px solid rgba(7,143,162,.28);
  color: var(--nes-ink) !important;
  box-shadow: none !important;
}

/* System: keep visible even without JS trigger. */
#one-system.course-system-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(7,143,162,.28), transparent 34%),
    linear-gradient(135deg, var(--nes-ink) 0%, var(--nes-ink-2) 48%, var(--nes-midnight) 100%) !important;
}
#one-system .system-piece {
  opacity: 1 !important;
}
#one-system .system-line {
  stroke-dashoffset: 0 !important;
}
#one-system .course-system-panel {
  min-height: auto;
}

/* Watch how the work feels — video placeholders, not upload boxes. */
#watch-work.watch-work-section {
  position: relative;
  overflow: hidden;
}
.watch-work-layout {
  display: grid;
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}
.watch-work-copy { max-width: 650px; }
.watch-work-cta { margin-top: 26px; }
.watch-video-board {
  display: grid;
  gap: 14px;
}
.video-proof-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(6,19,38,.10);
  background: var(--nes-ink);
  box-shadow: 0 22px 54px rgba(6,19,38,.14);
}
.video-proof-surface {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: end;
  gap: 16px;
  padding: 22px;
  color: var(--nes-white);
  background:
    radial-gradient(circle at 78% 20%, rgba(7,143,162,.24), transparent 30%),
    linear-gradient(135deg, rgba(6,19,38,.98), rgba(10,27,51,.96) 55%, rgba(6,47,58,.95));
}
.video-proof-surface::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .35;
}
.video-proof-main .video-proof-surface { min-height: 310px; }
.video-proof-small { min-height: 150px; }
.video-play {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--nes-teal);
  color: var(--nes-white);
  font-size: 17px;
  box-shadow: 0 14px 28px rgba(7,143,162,.24);
}
.video-proof-text {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.video-proof-text small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,248,236,.65);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.video-proof-text strong {
  display: block;
  color: var(--nes-white);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
}
.video-proof-text p {
  margin-top: 6px;
  color: rgba(255,248,236,.72);
  font-size: 13.5px;
  line-height: 1.35;
}
.video-proof-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.watch-proof-line {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(7,143,162,.18);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 36px rgba(6,19,38,.08);
}
.watch-proof-line span {
  display: block;
  color: var(--nes-teal);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.watch-proof-line p {
  margin-top: 8px;
  color: var(--nes-ink);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .founder-bridge-layout,
  .watch-work-layout {
    grid-template-columns: minmax(0,.95fr) minmax(430px,1.05fr);
  }
  #assessment.assessment-light-section .assessment-shell {
    grid-template-columns: minmax(0,.80fr) minmax(500px,1.2fr);
  }
}

@media (max-width: 767px) {
  #founder-bridge,
  #pressure-gap,
  #assessment,
  #method,
  #one-system,
  #watch-work {
    padding-block: 48px;
  }

  .founder-bridge-layout,
  .watch-work-layout,
  #assessment.assessment-light-section .assessment-shell {
    gap: 22px;
  }

  .founder-bridge-proof,
  .video-proof-card,
  .watch-proof-line {
    border-radius: 20px;
  }

  .founder-proof-chips {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .founder-proof-chips span {
    width: 100%;
    border-radius: 14px;
  }

  /* On final homepage, pressure cards should be readable, not jumbled. */
  #pressure-gap.pressure-section-dark .pressure-sequence {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }
  #pressure-gap.pressure-section-dark .pressure-step,
  #pressure-gap.pressure-section-dark .pressure-step:nth-child(n) {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 15px;
    border-radius: 18px;
  }
  #pressure-gap.pressure-section-dark .pressure-step-num {
    width: 46px;
    height: 46px;
    font-size: 15px;
  }

  #assessment.assessment-light-section .assessment-test-accordion > summary {
    border-radius: 18px;
  }
  #assessment.assessment-light-section .assessment-card {
    border-radius: 20px;
  }

  #method .correction-sheet {
    border-radius: 22px;
    padding: 18px 14px;
  }
  #method .correction-note {
    width: 100%;
    border-radius: 16px;
  }

  #one-system .course-system-panel {
    border-radius: 22px;
    padding: 14px;
  }
  #one-system .course-system-map {
    height: 335px !important;
    min-height: 315px !important;
  }
  #one-system .course-system-core {
    width: 112px !important;
    min-height: 88px !important;
    padding: 12px 9px !important;
    border-radius: 18px !important;
  }
  #one-system .course-system-core strong { font-size: 11.5px !important; }
  #one-system .course-system-core span { font-size: 7.5px !important; }
  #one-system .system-node {
    width: 95px !important;
    min-height: 58px !important;
    padding: 8px 6px !important;
    border-radius: 14px !important;
  }
  #one-system .system-node span {
    width: 21px !important;
    height: 21px !important;
    font-size: 8px !important;
    margin-bottom: 3px !important;
  }
  #one-system .system-node strong {
    font-size: 9px !important;
    line-height: 1.1 !important;
  }
  #one-system .node-communication { left: 0 !important; top: 31% !important; }
  #one-system .node-soft { right: 0 !important; top: 31% !important; }
  #one-system .node-personality { left: 0 !important; bottom: 0 !important; }
  #one-system .node-executive { right: 0 !important; bottom: 0 !important; }
  #one-system .system-line { stroke-width: 1.3 !important; }

  .video-proof-main .video-proof-surface,
  .video-proof-surface {
    min-height: 190px;
    padding: 18px;
  }
  .video-proof-small { min-height: 138px; }
  .video-proof-support {
    grid-template-columns: 1fr;
  }
  .video-play {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  #one-system .course-system-map {
    height: 318px !important;
  }
  #one-system .course-system-core {
    width: 106px !important;
    min-height: 84px !important;
  }
  #one-system .system-node {
    width: 89px !important;
  }
  #one-system .system-node strong { font-size: 8.5px !important; }
}

/* Final safety: homepage body content after hero must never render blank if reveal JS is delayed/blocked. */
#founder-bridge .reveal-item,
#pressure-gap .reveal-item,
#assessment .reveal-item,
#method .reveal-item,
#one-system .reveal-item,
#watch-work .reveal-item {
  opacity: 1 !important;
  transform: none !important;
}


/* ============================================================
   LOCKED HOMEPAGE BUILD — production section system after approved hero
   Hero/header preserved. Section color rhythm is native, not patch-forced.
   ============================================================ */

.home-paper,
.home-dark,
.home-final {
  position: relative;
  overflow: hidden;
}

.home-paper {
  background:
    radial-gradient(circle at 12% 12%, rgba(7,143,162,.055), transparent 30%),
    linear-gradient(180deg, var(--ivory, #FFF8EC), var(--paper, #F8EDDA));
  color: var(--charcoal, #111827);
}

.home-dark {
  background:
    radial-gradient(circle at 15% 12%, rgba(7,143,162,.24), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.07), transparent 28%),
    linear-gradient(135deg, var(--ink, #061326) 0%, var(--ink-2, #0A1B33) 52%, var(--midnight, #062F3A) 100%);
  color: var(--white, #FFFFFF);
}

.home-final {
  background:
    radial-gradient(circle at 18% 18%, rgba(7,143,162,.30), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, var(--ink, #061326) 0%, var(--midnight, #062F3A) 58%, #045966 100%);
  color: var(--white, #FFFFFF);
}

.home-dark::before,
.home-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .20;
  pointer-events: none;
}

.home-paper .container,
.home-dark .container,
.home-final .container {
  position: relative;
  z-index: 1;
}

.home-split,
.pressure-layout {
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.home-paper .section-title {
  color: var(--ink, #061326);
}

.home-dark .section-title,
.home-final .section-title {
  color: var(--white, #FFFFFF);
}

.home-paper .section-title span,
.home-dark .section-title span,
.home-final .section-title span {
  color: var(--gold, #F4B400);
}

.home-paper .section-sub {
  color: var(--muted, #4B5563);
}

.home-dark .section-sub,
.home-final .section-sub {
  color: rgba(255,248,236,.78);
}

.home-paper .eyebrow {
  color: var(--teal, #078FA2);
}

.home-dark .eyebrow,
.home-final .eyebrow {
  color: var(--gold, #F4B400);
}

.home-chip-row,
.training-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-chip-row span,
.training-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.home-chip-row span,
.training-chip-row span {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,143,162,.22);
  color: var(--ink, #061326);
  box-shadow: 0 10px 24px rgba(6,19,38,.06);
}

.home-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-paper .btn-secondary {
  border: 1px solid rgba(7,143,162,.28);
  background: rgba(255,255,255,.78);
  color: var(--ink, #061326);
}

.home-final .btn-secondary {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.24);
  color: var(--white, #FFFFFF);
}

/* Production-ready video placeholders */
.video-placeholder-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  border-radius: 28px;
  border: 1px solid rgba(6,19,38,.12);
  box-shadow: 0 24px 64px rgba(6,19,38,.14);
}

.video-placeholder-card.dark-video,
.founder-video {
  background:
    radial-gradient(circle at 70% 26%, rgba(7,143,162,.26), transparent 30%),
    linear-gradient(135deg, rgba(6,19,38,.98), rgba(6,47,58,.92));
}

.video-placeholder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255,255,255,.10) 45%, transparent 58%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 240% 100%, 34px 34px, 34px 34px;
  animation: videoShimmer 5s ease-in-out infinite;
  opacity: .65;
}

.video-placeholder-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: clamp(20px, 3vw, 30px);
  color: var(--white, #FFFFFF);
}

.video-kicker {
  color: var(--teal, #078FA2);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.video-placeholder-inner strong {
  color: var(--white, #FFFFFF);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.08;
  font-weight: 900;
}

.video-placeholder-inner p {
  max-width: 480px;
  color: rgba(255,248,236,.76);
  font-size: 14.5px;
  line-height: 1.42;
}

.video-spec {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 76px);
  margin-top: 2px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: rgba(255,248,236,.68);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.video-play {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--gold, #F4B400);
  color: var(--ink, #061326);
  box-shadow: 0 14px 34px rgba(244,180,0,.26);
  animation: playPulse 2.4s ease-in-out infinite;
}

/* Production video cards */
.site-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(6,19,38,.12);
  background:
    radial-gradient(circle at 70% 26%, rgba(7,143,162,.22), transparent 30%),
    linear-gradient(135deg, rgba(6,19,38,.98), rgba(6,47,58,.92));
  box-shadow: 0 24px 64px rgba(6,19,38,.14);
}

.site-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #061326;
}

.site-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #061326;
}

.site-video-caption {
  display: grid;
  gap: 7px;
  padding: clamp(16px, 2.3vw, 22px);
  color: var(--white, #FFFFFF);
  border-top: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.site-video-caption h3 {
  margin: 0;
  color: var(--white, #FFFFFF);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
  font-weight: 900;
}

.site-video-caption p {
  margin: 0;
  color: rgba(255,248,236,.75);
  font-size: 14px;
  line-height: 1.46;
}

.site-video-caption a {
  width: fit-content;
  color: var(--gold, #F4B400);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(244,180,0,.38);
}

.site-video-caption a:hover,
.site-video-caption a:focus-visible {
  color: var(--white, #FFFFFF);
  border-bottom-color: rgba(255,255,255,.65);
}

/* Pressure Moment */
.pressure-layout {
  grid-template-columns: 1fr;
}

.pressure-steps {
  display: grid;
  gap: 14px;
}

.pressure-step-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.075);
  box-shadow: 0 18px 44px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}

.pressure-step-card.breakpoint {
  border-color: rgba(244,180,0,.58);
  background: rgba(244,180,0,.12);
  box-shadow: 0 20px 46px rgba(244,180,0,.10), inset 0 1px 0 rgba(255,255,255,.12);
}

.step-num {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(7,143,162,.60);
  background: rgba(7,143,162,.16);
  color: rgba(255,248,236,.94);
  font-family: Georgia, serif;
  font-size: 17px;
}

.breakpoint .step-num {
  background: rgba(244,180,0,.20);
  border-color: rgba(244,180,0,.70);
  color: var(--gold, #F4B400);
}

.pressure-step-card em {
  display: inline-flex;
  margin-bottom: 4px;
  color: var(--gold, #F4B400);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-style: normal;
}

.pressure-step-card strong {
  display: block;
  color: var(--white, #FFFFFF);
  font-size: 17px;
  line-height: 1.2;
}

.pressure-step-card p {
  margin-top: 5px;
  color: rgba(255,248,236,.70);
  font-size: 14px;
  line-height: 1.45;
}

/* Live Correction */
.glass-point-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.glass-point-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(6,19,38,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 38px rgba(6,19,38,.08);
}

.glass-point-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ink, #061326);
  background: var(--gold, #F4B400);
  font-size: 12px;
  font-weight: 900;
}

.glass-point-list strong {
  color: var(--ink, #061326);
  font-size: 15px;
  line-height: 1.25;
}

/* Before / After */
.section-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-center .section-sub {
  margin-inline: auto;
}

.before-after-grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(30px, 5vw, 54px);
}

.ba-card {
  padding: clamp(20px, 3vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.075);
  box-shadow: 0 18px 44px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}

.ba-card.after {
  border-color: rgba(7,143,162,.45);
  background: rgba(7,143,162,.12);
}

.ba-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold, #F4B400);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ba-card.after span {
  color: var(--teal, #078FA2);
}

.ba-card strong {
  display: block;
  color: var(--white, #FFFFFF);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.12;
}

.ba-card p {
  margin-top: 10px;
  color: rgba(255,248,236,.72);
  font-size: 15px;
  line-height: 1.48;
}

/* Final CTA */
.final-cta-card {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.065)),
    rgba(6,19,38,.22);
  box-shadow: 0 30px 86px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Assessment modal */
body.modal-open {
  overflow: hidden;
  touch-action: none;
}

.assessment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.assessment-modal.is-open {
  display: block;
}

.assessment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,19,38,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.assessment-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(560px, calc(100vw - 72px));
  max-height: min(640px, calc(100dvh - 64px));
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate(-50%, -50%);
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 24px;
  background: linear-gradient(180deg, var(--ivory, #FFF8EC), var(--paper, #F8EDDA));
  color: var(--ink, #061326);
  box-shadow: 0 36px 110px rgba(0,0,0,.36);
}

.assessment-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(6,19,38,.08);
  color: var(--ink, #061326);
  font-size: 26px;
  cursor: pointer;
}

.assessment-intro h2,
.assessment-result h2 {
  margin: 0;
  max-width: 480px;
  padding-right: 32px;
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.assessment-intro p,
.assessment-result p {
  margin-top: 10px;
  color: var(--muted, #4B5563);
  font-size: 15px;
}

.assessment-intro .btn,
.assessment-result .btn {
  margin-top: 24px;
}

.assessment-lead-fields {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.assessment-lead-field {
  display: grid;
  gap: 7px;
  color: var(--ink, #061326);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.assessment-lead-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(6,19,38,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  color: var(--ink, #061326);
  font: 700 15px/1.2 var(--font-sans, Manrope, system-ui, sans-serif);
  padding: 0 14px;
}

.assessment-lead-field input:focus-visible {
  outline: 3px solid rgba(244,180,0,.38);
  outline-offset: 2px;
  border-color: rgba(7,143,162,.45);
}

.assessment-lead-note {
  margin: 0;
  color: var(--muted, #4B5563);
  font-size: 12.5px;
  line-height: 1.45;
}

.assessment-lead-error {
  margin: 0;
  color: #9F1D12;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.assessment-progress {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(6,19,38,.12);
  margin-bottom: 18px;
}

.assessment-progress span {
  display: block;
  height: 100%;
  width: 14.28%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal, #078FA2), var(--gold, #F4B400));
  transition: width .28s ease;
}

.assessment-count {
  color: var(--muted, #4B5563);
  font-weight: 900;
  margin-bottom: 18px;
}

.assessment-flow h3 {
  color: var(--ink, #061326);
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.16;
  margin: 0 0 16px;
}

.assessment-options {
  display: grid;
  gap: 12px;
}

.assessment-options button {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(6,19,38,.12);
  background: rgba(255,255,255,.76);
  color: var(--ink, #061326);
  font-size: 14.5px;
  line-height: 1.32;
  cursor: pointer;
}

.assessment-options button:hover,
.assessment-options button:focus-visible {
  border-color: rgba(7,143,162,.38);
  background: rgba(7,143,162,.06);
}

[data-assessment-back] {
  margin-top: 14px;
}

[data-assessment-back]:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

@keyframes videoShimmer {
  0%, 100% { background-position: 120% 0, 0 0, 0 0; }
  50% { background-position: -20% 0, 0 0, 0 0; }
}

@keyframes playPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 34px rgba(244,180,0,.26); }
  50% { transform: scale(1.045); box-shadow: 0 18px 42px rgba(244,180,0,.36); }
}

@media (min-width: 900px) {
  .home-split,
  .pressure-layout {
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  }

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

  .final-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .final-cta-actions {
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .home-paper,
  .home-dark,
  .home-final {
    padding-block: 52px;
  }

  .founder-intro-grid,
  .home-split,
  .pressure-layout {
    gap: 24px;
  }

  #founder-intro .video-placeholder-card,
  #founder-intro .site-video-card,
  #live-correction .video-placeholder-card,
  #live-correction .site-video-card,
  #training-snippets .video-placeholder-card,
  #training-snippets .site-video-card {
    order: -1;
  }

  #founder-intro .section-copy,
  #live-correction .section-copy,
  #training-snippets .section-copy {
    order: 1;
  }

  .video-placeholder-card,
  .site-video-card {
    min-height: 210px;
    border-radius: 22px;
  }

  .site-video-caption {
    padding: 16px;
  }

  .site-video-caption p {
    font-size: 13.5px;
  }

  .video-placeholder-inner {
    padding: 18px;
  }

  .video-placeholder-inner strong {
    font-size: 23px;
    padding-right: 50px;
  }

  .video-spec {
    max-width: 100%;
    padding-right: 62px;
    border-radius: 16px;
  }

  .video-play {
    width: 48px;
    height: 48px;
    right: 16px;
    bottom: 16px;
  }

  .pressure-step-card {
    grid-template-columns: 46px 1fr;
    gap: 13px;
    padding: 16px;
  }

  .step-num {
    width: 46px;
    height: 46px;
    font-size: 15px;
  }

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

  .home-actions,
  .final-cta-actions {
    flex-direction: column;
  }

  .home-actions .btn,
  .final-cta-actions .btn {
    width: 100%;
  }

  .final-cta-card {
    border-radius: 26px;
  }

  .assessment-dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 22px);
    transform: none;
    padding: 22px;
    border-radius: 28px 28px 0 0;
  }

  .assessment-intro h2,
  .assessment-result h2 {
    max-width: 560px;
    font-size: clamp(32px, 8vw, 44px);
    line-height: .98;
  }

  .assessment-flow h3 {
    font-size: clamp(23px, 6vw, 30px);
    margin-bottom: 20px;
  }

  .assessment-options {
    gap: 12px;
  }

  .assessment-options button {
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.35;
  }
}


@media (prefers-reduced-motion: reduce) {
  .video-placeholder-card::before,
  .video-play {
    animation: none !important;
  }
}

/* ============================================================
   5-IN-1 PACKAGE — premium glass-card carousel
   Replaces the old orbit/solar-system map. Desktop and mobile both use
   an auto-scrolling, touch-friendly slider with tap-to-pop cards.
   ============================================================ */
.five-package-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(249, 207, 87, .16), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(10, 149, 164, .12), transparent 34%),
    linear-gradient(180deg, var(--paper, #FFFDF8), var(--ivory, #F8F1E3));
}

.five-package-section::after {
  content: "5 in 1";
  position: absolute;
  right: clamp(-30px, 4vw, 52px);
  top: clamp(24px, 6vw, 82px);
  z-index: 0;
  color: rgba(6,19,38,.045);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(78px, 15vw, 210px);
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
  white-space: nowrap;
}

.five-package-head {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.five-package-head .section-sub {
  max-width: 560px;
}

.package-usp-intro {
  max-width: 1080px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(22px, 4.6vw, 58px);
  align-items: end;
  text-align: left;
}

.package-usp-copy .section-title {
  max-width: 12.6ch;
}

.package-usp-proof {
  position: relative;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 28px;
  border: 1px solid rgba(6,19,38,.09);
  background:
    radial-gradient(circle at 90% 10%, rgba(131,220,235,.24), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.42));
  box-shadow: 0 22px 70px rgba(6,19,38,.08), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
}

.package-usp-proof::before {
  content: "Better value. Better logic.";
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #00627A;
  background: rgba(190,240,247,.62);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.package-usp-proof p {
  margin: 0;
  color: var(--muted, #4B5563);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}

.package-usp-proof strong {
  color: var(--ink, #061326);
  font-weight: 900;
}

.package-usp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.package-usp-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(249,217,124,.38);
  color: #8C6500;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.package-carousel-shell {
  position: relative;
  z-index: 2;
  margin-top: clamp(30px, 4.8vw, 58px);
  padding: clamp(18px, 3vw, 34px);
  border-radius: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,.74), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(190,240,247,.34), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.24));
  border: 1px solid rgba(6,19,38,.08);
  box-shadow:
    0 30px 90px rgba(6,19,38,.10),
    inset 0 1px 0 rgba(255,255,255,.70);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.package-carousel-shell::before,
.package-carousel-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.package-carousel-shell::before {
  inset: 18px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.38);
  opacity: .78;
}

.package-carousel-shell::after {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244,180,0,.18), transparent 68%);
  filter: blur(4px);
}

.package-carousel-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-inline: 4px;
  color: var(--ink, #061326);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.package-carousel-topline span,
.package-carousel-topline em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 7px 13px;
  font-style: normal;
  white-space: nowrap;
}

.package-carousel-topline span {
  color: #9D6E00;
  background: rgba(249, 217, 124, .40);
}

.package-carousel-topline em {
  color: #00627A;
  background: rgba(190, 240, 247, .58);
}

.package-slider-viewport {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(18px, 4vw, 44px);
  padding: clamp(8px, 1.8vw, 18px) clamp(18px, 4vw, 44px) clamp(18px, 2.6vw, 30px);
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0, black 7%, black 93%, transparent 100%);
}

.package-slider-viewport::-webkit-scrollbar { display: none; }

.package-track {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 28px);
  width: max-content;
}

.package-card {
  --package-accent: var(--gold, #F4B400);
  --package-accent-soft: rgba(244,180,0,.15);
  position: relative;
  flex: 0 0 clamp(300px, 31vw, 390px);
  min-height: clamp(218px, 21vw, 262px);
  scroll-snap-align: center;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 30px;
  border: 1px solid rgba(6,19,38,.10);
  background:
    radial-gradient(circle at 86% 18%, var(--package-accent-soft), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.55));
  box-shadow:
    0 20px 48px rgba(6,19,38,.10),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(0) scale(.965);
  opacity: .78;
  transition:
    transform .36s cubic-bezier(.2,.72,.22,1),
    opacity .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease;
  outline: none;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, var(--package-accent), rgba(255,255,255,.18));
  opacity: .82;
}

.package-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6,19,38,.10), transparent);
  opacity: .7;
}

.package-card.is-active,
.package-card:focus-visible {
  opacity: 1;
  transform: translateY(-6px) scale(1);
  border-color: color-mix(in srgb, var(--package-accent) 52%, rgba(6,19,38,.12));
  box-shadow:
    0 30px 74px rgba(6,19,38,.16),
    0 0 0 1px color-mix(in srgb, var(--package-accent) 18%, transparent),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.package-card.is-expanded {
  z-index: 9;
  opacity: 1;
  transform: translateY(-15px) scale(1.045);
  border-color: color-mix(in srgb, var(--package-accent) 66%, rgba(6,19,38,.10));
  box-shadow:
    0 42px 100px rgba(6,19,38,.22),
    0 0 0 1px color-mix(in srgb, var(--package-accent) 24%, transparent),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.package-card.is-expanded .package-card-close {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.package-card.is-expanded small {
  opacity: 1;
  transform: translateY(0);
  max-height: 48px;
}

.package-accent-gold { --package-accent: #F4B400; --package-accent-soft: rgba(244,180,0,.18); }
.package-accent-cyan { --package-accent: #83DCEB; --package-accent-soft: rgba(131,220,235,.25); }
.package-accent-rose { --package-accent: #F3B4A7; --package-accent-soft: rgba(243,180,167,.22); }
.package-accent-navy { --package-accent: #061326; --package-accent-soft: rgba(6,19,38,.10); }
.package-accent-teal { --package-accent: #078FA2; --package-accent-soft: rgba(7,143,162,.18); }

.package-number,
.package-chip {
  position: relative;
  z-index: 1;
}

.package-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--ink, #061326);
  background: linear-gradient(180deg, #FFE38C, var(--gold, #F4B400));
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(244,180,0,.22);
}

.package-chip {
  justify-self: start;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border-radius: 999px;
  padding: 6px 11px;
  color: color-mix(in srgb, var(--package-accent) 72%, var(--ink, #061326));
  background: color-mix(in srgb, var(--package-accent) 18%, white);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.package-card h3 {
  color: var(--ink, #061326);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.045em;
  max-width: 12ch;
}

.package-card p {
  max-width: 28ch;
  color: var(--muted, #4B5563);
  font-size: 14px;
  line-height: 1.45;
}

.package-card small {
  display: block;
  max-width: 28ch;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  color: var(--ink, #061326);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 800;
  transition: opacity .24s ease, transform .24s ease, max-height .24s ease;
}

.package-card-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(6,19,38,.88);
  color: white;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px) scale(.94);
  transition: opacity .2s ease, transform .2s ease;
}

.package-slider-controls {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  margin: 4px auto 0;
  max-width: 520px;
}

.package-progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(6,19,38,.10);
}

.package-progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #83DCEB, #F4B400);
  transition: width .28s ease;
}

.package-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.package-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(6,19,38,.20);
  transition: width .24s ease, background .24s ease, transform .24s ease;
}

.package-dots button:hover,
.package-dots button:focus-visible {
  transform: scale(1.15);
  outline: none;
}

.package-dots button.is-active {
  width: 30px;
  background: #078FA2;
}

.package-bottom-note {
  position: relative;
  z-index: 2;
  margin: clamp(24px, 4vw, 42px) auto 0;
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}

.package-bottom-note strong {
  color: var(--ink, #061326);
  font-size: 15px;
  font-weight: 900;
}

/* Revised section rhythm after 5-in-1 insertion */
#live-correction .glass-point-list article {
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 44px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}

#live-correction .glass-point-list strong { color: var(--white, #FFFFFF); }
#live-correction .glass-point-list span { color: var(--ink, #061326); }

#pressure-to-control .ba-card {
  border-color: rgba(6,19,38,.11);
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 44px rgba(6,19,38,.09), inset 0 1px 0 rgba(255,255,255,.72);
}

#pressure-to-control .ba-card.after {
  border-color: rgba(7,143,162,.28);
  background: rgba(7,143,162,.07);
}

#pressure-to-control .ba-card strong { color: var(--ink, #061326); }
#pressure-to-control .ba-card p { color: var(--muted, #4B5563); }

#training-snippets .training-chip-row span {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,143,162,.24);
  color: var(--ink, #061326);
  box-shadow: 0 12px 26px rgba(6,19,38,.07);
}

#training-snippets .site-video-card,
#live-correction .site-video-card {
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

@media (min-width: 1100px) {
  .package-slider-viewport { padding-block: 22px 34px; }
  .package-track { padding-inline: calc((100vw - min(1120px, 100vw - 56px)) / 2); }
}

@media (max-width: 1023px) {
  .package-usp-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .package-usp-copy .section-title {
    max-width: 13ch;
  }

  .package-usp-proof {
    padding: 18px;
    border-radius: 24px;
  }

  .package-usp-proof p {
    font-size: 15px;
    line-height: 1.5;
  }

  .package-carousel-shell {
    padding: 18px 16px 20px;
    border-radius: 34px;
  }

  .package-carousel-topline {
    margin-bottom: 14px;
  }

  .package-carousel-topline span,
  .package-carousel-topline em {
    min-height: 26px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .package-slider-viewport {
    margin-inline: -16px;
    padding: 8px 16px 22px;
    scroll-padding-inline: 16px;
    mask-image: linear-gradient(90deg, transparent 0, black 9%, black 91%, transparent 100%);
  }

  .package-track { gap: 14px; }

  .package-card {
    flex-basis: min(78vw, 390px);
    min-height: 240px;
    padding: 24px;
    border-radius: 26px;
  }

  .package-card.is-active { transform: translateY(-3px) scale(1); }
  .package-card.is-expanded { transform: translateY(-9px) scale(1.035); }

  .package-card h3 { font-size: clamp(26px, 7.2vw, 34px); }
  .package-card p { font-size: 14px; }

  .package-bottom-note {
    flex-direction: column;
    align-items: stretch;
    margin-top: 26px;
  }

  .package-bottom-note .btn { width: 100%; }
}

@media (max-width: 767px) {
  .five-package-section::after {
    right: -42px;
    top: 22px;
    font-size: 92px;
  }

  .five-package-head { text-align: left; }
  .five-package-head .section-sub { max-width: 30ch; }

  .package-usp-proof::before {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .package-usp-tags {
    gap: 7px;
  }

  .package-usp-tags span {
    min-height: 26px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .package-card {
    flex-basis: 78vw;
    min-height: 232px;
    gap: 11px;
  }

  .package-card h3 { max-width: 10ch; }

  .package-number {
    width: 42px;
    height: 42px;
  }

  .package-slider-controls { max-width: 320px; }
}

@media (max-width: 380px) {
  .package-card {
    flex-basis: 82vw;
    min-height: 238px;
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .package-card,
  .package-card small,
  .package-card-close,
  .package-progress-track span,
  .package-dots button {
    animation: none !important;
    transition: none !important;
  }

  .package-card,
  .package-card.is-active,
  .package-card.is-expanded {
    transform: none !important;
    opacity: 1 !important;
  }
}



/* ============================================================
   5-IN-1 PACKAGE — premium value-stack carousel polish
   ============================================================ */
.five-package-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(244,180,0,.18), transparent 30%),
    radial-gradient(circle at 90% 72%, rgba(131,220,235,.18), transparent 34%),
    linear-gradient(180deg, #FFFDF8 0%, #F8F1E3 100%) !important;
}

.five-package-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(6,19,38,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,19,38,.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 36%, black, transparent 72%);
  opacity: .46;
}

.five-package-section::after {
  content: "5×1";
  right: clamp(-18px, 5vw, 76px);
  top: clamp(20px, 5vw, 70px);
  font-size: clamp(92px, 16vw, 235px);
  color: rgba(6,19,38,.04);
  letter-spacing: -.1em;
}

.five-package-section .container { position: relative; z-index: 1; }

.package-usp-intro {
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.package-usp-copy .section-title {
  max-width: 13.8ch;
  letter-spacing: -.07em;
}

.package-usp-copy .section-title span {
  color: var(--gold, #F4B400);
}

.package-lede {
  margin-top: 18px;
  max-width: 650px;
  color: rgba(6,19,38,.72);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}

.package-usp-proof {
  overflow: hidden;
  min-height: 315px;
  align-self: stretch;
  display: grid;
  align-content: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(217,183,110,.38);
  background:
    radial-gradient(circle at 92% 14%, rgba(244,180,0,.22), transparent 33%),
    radial-gradient(circle at 12% 92%, rgba(131,220,235,.18), transparent 34%),
    linear-gradient(145deg, rgba(7,11,22,.98), rgba(9,32,48,.94));
  box-shadow:
    0 34px 90px rgba(6,19,38,.22),
    inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}

.package-usp-proof::before { content: none; }

.package-value-kicker {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #061326;
  background: linear-gradient(180deg, #FFEBAA, #D9B76E);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(244,180,0,.22);
}

.package-value-number {
  margin-top: 18px;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(74px, 9vw, 116px);
  line-height: .8;
  letter-spacing: -.09em;
  color: #F4B400;
  text-shadow: 0 16px 46px rgba(244,180,0,.28);
}

.package-usp-proof p {
  margin-top: 14px;
  max-width: 31ch;
  color: rgba(255,248,236,.78);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
}

.package-usp-proof p strong {
  display: block;
  color: #FFF8EC;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 8px;
}

.package-mini-stack {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-mini-stack span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(255,248,236,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.11);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.package-mini-stack span:nth-child(1),
.package-mini-stack span:nth-child(3) { background: rgba(244,180,0,.18); border-color: rgba(244,180,0,.26); }
.package-mini-stack span:nth-child(2),
.package-mini-stack span:nth-child(5) { background: rgba(131,220,235,.14); border-color: rgba(131,220,235,.24); }
.package-mini-stack span:nth-child(4) { background: rgba(232,74,39,.16); border-color: rgba(232,74,39,.24); }

.package-carousel-shell {
  margin-top: clamp(34px, 5vw, 66px);
  padding: clamp(18px, 2.8vw, 34px);
  border-radius: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(217,183,110,.34);
  background:
    radial-gradient(circle at 18% 18%, rgba(244,180,0,.15), transparent 30%),
    radial-gradient(circle at 88% 26%, rgba(131,220,235,.16), transparent 32%),
    linear-gradient(145deg, rgba(7,11,22,.97), rgba(6,34,48,.95));
  box-shadow:
    0 38px 105px rgba(6,19,38,.24),
    0 0 0 1px rgba(255,255,255,.04) inset;
}

.package-carousel-shell::before {
  inset: 14px;
  border-radius: calc(clamp(30px, 4vw, 48px) - 8px);
  border: 1px solid rgba(255,255,255,.07);
}

.package-carousel-shell::after {
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(131,220,235,.14), transparent 66%);
}

.package-carousel-topline {
  align-items: center;
  margin-bottom: clamp(18px, 2.4vw, 28px);
  color: #FFF8EC;
}

.package-carousel-topline > div:first-child {
  display: grid;
  gap: 8px;
}

.package-topline-label {
  justify-self: start;
  color: #061326 !important;
  background: linear-gradient(180deg, #FFEBAA, #D9B76E) !important;
  box-shadow: 0 12px 28px rgba(244,180,0,.16);
}

.package-slider-hint {
  margin: 0;
  color: rgba(255,248,236,.66);
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 700;
}

.package-slider-arrows {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.package-slider-arrows button {
  width: clamp(44px, 4vw, 56px);
  height: clamp(44px, 4vw, 56px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,248,236,.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 38%),
    rgba(255,255,255,.08);
  color: #FFF8EC;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  box-shadow: 0 18px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.package-slider-arrows button:hover,
.package-slider-arrows button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #FFEBAA, #D9B76E);
  color: #061326;
  border-color: rgba(244,180,0,.5);
  outline: none;
}

.package-slider-viewport {
  padding-top: 14px;
  mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
}

.package-track {
  gap: clamp(16px, 2vw, 24px);
}

.package-card {
  flex-basis: clamp(315px, 30vw, 410px);
  min-height: clamp(250px, 22vw, 300px);
  padding: clamp(24px, 2.5vw, 32px);
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 84% 12%, var(--package-accent-soft), transparent 34%),
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  box-shadow:
    0 26px 68px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
  opacity: .62;
  transform: translateY(0) scale(.94);
}

.package-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--package-accent), rgba(255,255,255,.14));
}

.package-card::after {
  inset: auto 24px 20px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
}

.package-card.is-active,
.package-card:focus-visible {
  opacity: 1;
  transform: translateY(-8px) scale(1);
  border-color: color-mix(in srgb, var(--package-accent) 54%, rgba(255,255,255,.14));
  box-shadow:
    0 34px 86px rgba(0,0,0,.34),
    0 0 0 1px color-mix(in srgb, var(--package-accent) 20%, transparent),
    0 0 44px color-mix(in srgb, var(--package-accent) 14%, transparent),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.package-card.is-expanded {
  opacity: 1;
  transform: translateY(-18px) scale(1.055);
  border-color: color-mix(in srgb, var(--package-accent) 74%, rgba(255,255,255,.14));
  box-shadow:
    0 46px 120px rgba(0,0,0,.42),
    0 0 0 1px color-mix(in srgb, var(--package-accent) 34%, transparent),
    0 0 64px color-mix(in srgb, var(--package-accent) 20%, transparent),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.package-number {
  width: 48px;
  height: 48px;
  color: #061326;
  background: linear-gradient(180deg, #FFEBAA, #D9B76E);
  box-shadow: 0 14px 34px rgba(244,180,0,.22);
}

.package-chip {
  color: #061326;
  background: color-mix(in srgb, var(--package-accent) 52%, #FFF8EC);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.package-card h3 {
  color: #FFF8EC;
  font-size: clamp(28px, 2.25vw, 36px);
  line-height: .94;
  letter-spacing: -.055em;
}

.package-card p {
  color: rgba(255,248,236,.72);
  font-size: 15px;
  line-height: 1.48;
}

.package-card small {
  color: rgba(255,248,236,.92);
}

.package-card-close {
  background: rgba(255,248,236,.92);
  color: #061326;
}

.package-progress-track {
  background: rgba(255,255,255,.12);
}

.package-progress-track span {
  background: linear-gradient(90deg, #83DCEB, #F4B400, #E84A27);
  box-shadow: 0 0 22px rgba(131,220,235,.22);
}

.package-dots button {
  background: rgba(255,255,255,.28);
}

.package-dots button.is-active {
  background: #F4B400;
  box-shadow: 0 0 22px rgba(244,180,0,.22);
}

.package-bottom-note {
  margin-top: clamp(26px, 4vw, 44px);
}

.package-bottom-note strong {
  font-size: clamp(16px, 1.2vw, 18px);
}

@media (min-width: 1100px) {
  .package-track { padding-inline: clamp(10px, 2vw, 28px); }
}

@media (max-width: 1023px) {
  .package-usp-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .package-usp-copy .section-title {
    max-width: 12.8ch;
  }

  .package-lede {
    max-width: 36ch;
    font-size: 16px;
  }

  .package-usp-proof {
    min-height: 0;
    padding: 22px;
    border-radius: 28px;
  }

  .package-value-number {
    font-size: 76px;
  }

  .package-usp-proof p strong {
    font-size: 23px;
  }

  .package-carousel-shell {
    padding: 18px 16px 22px;
    border-radius: 34px;
  }

  .package-carousel-topline {
    align-items: end;
    gap: 12px;
  }

  .package-slider-arrows button {
    width: 46px;
    height: 46px;
    font-size: 31px;
  }

  .package-slider-viewport {
    margin-inline: -16px;
    padding: 10px 16px 24px;
    scroll-padding-inline: 16px;
  }

  .package-card {
    flex-basis: min(82vw, 390px);
    min-height: 260px;
    padding: 25px;
    border-radius: 28px;
  }

  .package-card h3 {
    font-size: clamp(29px, 7.2vw, 38px);
  }
}

@media (max-width: 560px) {
  .package-carousel-topline {
    grid-template-columns: 1fr auto;
  }

  .package-slider-hint {
    max-width: 24ch;
    font-size: 12px;
  }

  .package-slider-arrows {
    gap: 8px;
  }

  .package-slider-arrows button {
    width: 42px;
    height: 42px;
    font-size: 29px;
  }

  .package-card {
    flex-basis: 82vw;
    min-height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .package-slider-arrows button { transition: none !important; }
}

/* ==========================================================
   5-IN-1 PACKAGE — SIMPLE PREMIUM CENTER CAROUSEL OVERRIDE
   Final direction: direct USP, light section, obvious arrows,
   peeking cards, no orbit/value-stack/dashboard styling.
   ========================================================== */
.five-package-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 180, 0, 0.13), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(131, 220, 235, 0.15), transparent 30%),
    linear-gradient(180deg, #FFF9EE 0%, #F8F1E3 100%) !important;
  color: #071225 !important;
  padding-block: clamp(72px, 8vw, 120px) !important;
}
.five-package-section::before,
.five-package-section::after {
  pointer-events: none;
}
.five-package-section::before {
  content: "5 in 1";
  position: absolute;
  right: clamp(-24px, 4vw, 72px);
  top: clamp(24px, 5vw, 72px);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(96px, 13vw, 210px);
  line-height: .72;
  color: rgba(7, 18, 37, .045);
  letter-spacing: -0.08em;
  z-index: 0;
}
.five-package-section .container {
  position: relative;
  z-index: 1;
}
.package-usp-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr) !important;
  align-items: end !important;
  gap: clamp(28px, 5vw, 68px) !important;
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}
.package-usp-copy .eyebrow {
  color: #078FA2 !important;
  letter-spacing: .22em !important;
  margin-bottom: 14px !important;
}
.package-usp-copy .section-title {
  max-width: 820px !important;
  margin: 0 !important;
  text-align: left !important;
  color: #071225 !important;
  font-size: clamp(46px, 6vw, 88px) !important;
  line-height: .92 !important;
  letter-spacing: -0.055em !important;
}
.package-usp-copy .section-title span {
  color: #F4B400 !important;
}
.package-lede {
  max-width: 710px !important;
  margin: 20px 0 0 !important;
  color: rgba(7, 18, 37, .74) !important;
  font-size: clamp(17px, 1.55vw, 22px) !important;
  line-height: 1.55 !important;
}
.package-usp-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}
.package-usp-tags span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(7, 18, 37, .09) !important;
  background: rgba(255, 255, 255, .66) !important;
  color: rgba(7, 18, 37, .78) !important;
  box-shadow: 0 12px 32px rgba(7, 18, 37, .055) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .095em !important;
  text-transform: uppercase !important;
}
.package-usp-tags span:nth-child(1),
.package-usp-tags span:nth-child(2) {
  background: rgba(232, 74, 39, .11) !important;
  border-color: rgba(232, 74, 39, .18) !important;
  color: #B83A21 !important;
}
.package-usp-tags span:nth-child(3),
.package-usp-tags span:nth-child(4) {
  background: rgba(244, 180, 0, .16) !important;
  border-color: rgba(244, 180, 0, .25) !important;
  color: #946900 !important;
}
.package-usp-tags span:nth-child(5) {
  background: rgba(131, 220, 235, .18) !important;
  border-color: rgba(7, 143, 162, .18) !important;
  color: #006B7A !important;
}
.package-usp-proof {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  background:
    linear-gradient(135deg, rgba(7, 18, 37, .98), rgba(5, 45, 55, .94)) !important;
  color: #FFF8EC !important;
  border: 1px solid rgba(244, 180, 0, .24) !important;
  box-shadow: 0 26px 70px rgba(7, 18, 37, .22) !important;
  min-height: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.package-usp-proof::before {
  content: "" !important;
  position: absolute !important;
  inset: -35% -25% auto auto !important;
  width: 220px !important;
  height: 220px !important;
  border-radius: 999px !important;
  background: rgba(244, 180, 0, .18) !important;
  filter: blur(26px) !important;
}
.package-value-kicker {
  position: relative !important;
  width: fit-content !important;
  display: inline-flex !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(244, 180, 0, .18) !important;
  border: 1px solid rgba(244, 180, 0, .24) !important;
  color: #FFE7A4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.package-value-line {
  position: relative !important;
  display: grid !important;
  gap: 8px !important;
  margin: 26px 0 !important;
  color: #FFF8EC !important;
  font-size: clamp(28px, 2.8vw, 42px) !important;
  line-height: .98 !important;
  letter-spacing: -0.055em !important;
  font-family: var(--font-serif, Georgia, serif) !important;
}
.package-value-line strong {
  display: block !important;
  color: inherit !important;
  font-weight: 500 !important;
}
.package-proof-chips {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.package-proof-chips span {
  display: inline-flex !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .10) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  color: rgba(255, 248, 236, .88) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
}
.package-carousel-shell {
  position: relative !important;
  border-radius: clamp(28px, 3vw, 42px) !important;
  padding: clamp(18px, 2.5vw, 34px) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.48)) !important;
  border: 1px solid rgba(7, 18, 37, .10) !important;
  box-shadow: 0 24px 80px rgba(7, 18, 37, .12) !important;
  overflow: hidden !important;
  backdrop-filter: blur(18px) !important;
}
.package-carousel-shell::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 14% 20%, rgba(244, 180, 0, .12), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(131, 220, 235, .20), transparent 34%) !important;
  pointer-events: none !important;
}
.package-carousel-shell::after {
  content: none !important;
}
.package-carousel-topline {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 4px clamp(14px, 2vw, 24px) !important;
}
.package-topline-label {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: rgba(244, 180, 0, .16) !important;
  color: #8A6200 !important;
  border: 1px solid rgba(244, 180, 0, .22) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.package-slider-hint {
  margin: 8px 0 0 !important;
  color: rgba(7, 18, 37, .58) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.package-slider-arrows {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}
.package-slider-arrows button {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(7, 18, 37, .13) !important;
  background: rgba(255,255,255,.82) !important;
  color: #071225 !important;
  box-shadow: 0 16px 38px rgba(7,18,37,.12) !important;
  font-size: 30px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}
.package-slider-arrows button:hover,
.package-slider-arrows button:focus-visible {
  transform: translateY(-2px) !important;
  background: #071225 !important;
  color: #FFF8EC !important;
  border-color: rgba(244,180,0,.38) !important;
  box-shadow: 0 22px 48px rgba(7,18,37,.20) !important;
}
.package-slider-viewport {
  position: relative !important;
  z-index: 2 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: 50% !important;
  -webkit-overflow-scrolling: touch !important;
  padding: clamp(18px, 2vw, 28px) 0 clamp(24px, 2vw, 30px) !important;
}
.package-track {
  display: flex !important;
  gap: clamp(16px, 2vw, 24px) !important;
  padding-inline: max(24px, calc((100% - 410px) / 2)) !important;
  align-items: stretch !important;
}
.package-card {
  --package-accent: #F4B400;
  flex: 0 0 clamp(280px, 31vw, 410px) !important;
  min-height: 250px !important;
  scroll-snap-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  padding: clamp(24px, 2.3vw, 32px) !important;
  background:
    radial-gradient(circle at 84% 12%, color-mix(in srgb, var(--package-accent) 16%, transparent), transparent 34%),
    rgba(255,255,255,.78) !important;
  border: 1px solid rgba(7, 18, 37, .11) !important;
  color: #071225 !important;
  box-shadow: 0 18px 46px rgba(7,18,37,.10) !important;
  transform: scale(.94) !important;
  opacity: .58 !important;
  transition: transform .28s ease, opacity .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease !important;
}
.package-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 30px !important;
  right: 30px !important;
  height: 5px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, var(--package-accent), rgba(244,180,0,.20)) !important;
}
.package-card::after { content: none !important; }
.package-card.is-active {
  opacity: 1 !important;
  transform: scale(1) translateY(-3px) !important;
  border-color: color-mix(in srgb, var(--package-accent) 50%, rgba(7,18,37,.12)) !important;
  box-shadow: 0 30px 72px rgba(7,18,37,.17) !important;
}
.package-card.is-expanded {
  opacity: 1 !important;
  transform: scale(1.035) translateY(-6px) !important;
  z-index: 5 !important;
  border-color: color-mix(in srgb, var(--package-accent) 68%, rgba(7,18,37,.10)) !important;
  box-shadow: 0 36px 86px rgba(7,18,37,.22) !important;
}
.package-card.is-expanded small,
.package-card.is-active small {
  opacity: 1 !important;
  transform: translateY(0) !important;
  max-height: 60px !important;
}
.package-number {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #FFE58A, #F4B400) !important;
  color: #071225 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  box-shadow: 0 12px 25px rgba(244,180,0,.28) !important;
  margin-bottom: 26px !important;
}
.package-chip { display: none !important; }
.package-card h3 {
  margin: 0 0 14px !important;
  max-width: 330px !important;
  color: #071225 !important;
  font-family: var(--font-sans, Manrope, system-ui, sans-serif) !important;
  font-size: clamp(28px, 2.6vw, 39px) !important;
  line-height: .98 !important;
  letter-spacing: -0.065em !important;
  font-weight: 950 !important;
}
.package-card p {
  max-width: 315px !important;
  margin: 0 !important;
  color: rgba(7, 18, 37, .70) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.package-card small {
  display: block !important;
  max-width: 315px !important;
  margin-top: 12px !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateY(6px) !important;
  color: rgba(7,18,37,.58) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  transition: opacity .22s ease, transform .22s ease, max-height .22s ease !important;
}
.package-card-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  display: none !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(7,18,37,.12) !important;
  background: rgba(255,255,255,.76) !important;
  color: #071225 !important;
}
.package-card.is-expanded .package-card-close { display: grid !important; place-items: center !important; }
.package-accent-gold { --package-accent: #F4B400 !important; }
.package-accent-cyan { --package-accent: #83DCEB !important; }
.package-accent-rose { --package-accent: #E84A27 !important; }
.package-accent-navy { --package-accent: #071225 !important; }
.package-accent-teal { --package-accent: #078FA2 !important; }
.package-slider-controls {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-top: 2px !important;
}
.package-progress-track {
  width: min(320px, 48vw) !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: rgba(7,18,37,.10) !important;
  overflow: hidden !important;
}
.package-progress-track span {
  display: block !important;
  height: 100% !important;
  width: 20% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #078FA2, #F4B400) !important;
}
.package-dots {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
}
.package-dots button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(7,18,37,.18) !important;
  cursor: pointer !important;
}
.package-dots button.is-active {
  width: 28px !important;
  background: #F4B400 !important;
}
.package-bottom-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: clamp(26px, 3vw, 38px) !important;
  color: #071225 !important;
  text-align: center !important;
}
.package-bottom-note strong {
  color: #071225 !important;
  font-size: 15px !important;
  letter-spacing: -0.01em !important;
}
.package-bottom-note .btn {
  border-color: rgba(7,143,162,.28) !important;
  background: rgba(255,255,255,.72) !important;
}
@media (max-width: 900px) {
  .five-package-section {
    padding-block: 66px 82px !important;
  }
  .five-package-section::before {
    right: -12px !important;
    top: 24px !important;
    font-size: 104px !important;
  }
  .package-usp-intro {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 24px !important;
    margin-bottom: 30px !important;
  }
  .package-usp-copy .section-title {
    font-size: clamp(43px, 13vw, 64px) !important;
    line-height: .94 !important;
  }
  .package-lede {
    font-size: 16.5px !important;
    line-height: 1.55 !important;
    margin-top: 16px !important;
  }
  .package-usp-tags {
    gap: 8px !important;
    margin-top: 18px !important;
  }
  .package-usp-tags span {
    min-height: 30px !important;
    padding: 7px 10px !important;
    font-size: 10.5px !important;
  }
  .package-usp-proof {
    min-height: 0 !important;
    border-radius: 24px !important;
    padding: 22px !important;
  }
  .package-value-line {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 16px !important;
    margin: 22px 0 !important;
    font-size: 29px !important;
  }
  .package-carousel-shell {
    margin-inline: calc(var(--page-gutter, 20px) * -1) !important;
    border-radius: 28px !important;
    padding: 18px 0 22px !important;
  }
  .package-carousel-topline {
    padding-inline: 18px !important;
    align-items: flex-start !important;
  }
  .package-slider-arrows button {
    width: 42px !important;
    height: 42px !important;
    font-size: 27px !important;
  }
  .package-slider-hint {
    font-size: 12.5px !important;
    max-width: 210px !important;
  }
  .package-track {
    gap: 14px !important;
    padding-inline: calc((100vw - min(82vw, 340px)) / 2) !important;
  }
  .package-card {
    flex-basis: min(82vw, 340px) !important;
    min-height: 245px !important;
    border-radius: 26px !important;
    padding: 24px !important;
  }
  .package-card h3 {
    font-size: clamp(30px, 8.5vw, 38px) !important;
  }
  .package-card p {
    font-size: 16px !important;
  }
  .package-progress-track {
    width: min(260px, 58vw) !important;
  }
  .package-bottom-note {
    padding-inline: 12px !important;
  }
  .package-bottom-note .btn {
    width: 100% !important;
    max-width: 420px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .package-card,
  .package-slider-arrows button,
  .package-card small {
    transition: none !important;
  }
}

/* FINAL 5-IN-1 CONNECTED SKILLS SECTION — no carousel, no proof box */
.five-connected-section {
  position: relative;
  overflow: hidden;
}

.five-connected-section::before {
  content: "5 in 1";
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  top: clamp(36px, 8vw, 90px);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(78px, 14vw, 210px);
  line-height: .8;
  color: rgba(6, 19, 38, .045);
  pointer-events: none;
  white-space: nowrap;
}

.five-connected-section .container {
  position: relative;
  z-index: 1;
}

.five-connected-head {
  max-width: 980px;
  text-align: left;
  margin-bottom: clamp(22px, 4vw, 38px);
}

.five-connected-head .section-title {
  max-width: 900px;
  margin: 0;
}

.five-connected-head .section-sub {
  max-width: 760px;
  margin: 18px 0 0;
}

.five-waste-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 clamp(24px, 4vw, 36px);
}

.five-waste-strip span,
.five-proof-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(7, 143, 162, .24);
  background: rgba(255, 255, 255, .68);
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 28px rgba(6, 19, 38, .06);
}

.five-waste-strip span:nth-child(1),
.five-waste-strip span:nth-child(2) {
  border-color: rgba(232, 74, 39, .22);
  background: rgba(232, 74, 39, .08);
  color: #9F2F1C;
}

.five-waste-strip span:nth-child(3),
.five-waste-strip span:nth-child(4) {
  border-color: rgba(244, 180, 0, .28);
  background: rgba(244, 180, 0, .12);
  color: #7A5A00;
}

.five-fix-panel {
  position: relative;
  border-radius: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(7, 143, 162, .18);
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 180, 0, .16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(131, 220, 235, .22), transparent 32%),
    rgba(255, 255, 255, .58);
  box-shadow:
    0 26px 80px rgba(6, 19, 38, .10),
    inset 0 1px 0 rgba(255, 255, 255, .74);
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
}

.five-fix-panel::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 183, 110, .55), rgba(7, 143, 162, .42), transparent);
  opacity: .75;
  pointer-events: none;
}

.five-fix-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.five-fix-panel-head span {
  display: inline-flex;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(244, 180, 0, .30);
  background: rgba(244, 180, 0, .14);
  color: #7A5A00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.five-fix-panel-head strong {
  color: var(--ink, #061326);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 900;
  text-align: right;
}

.five-fix-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.five-fix-card {
  position: relative;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 2.1vw, 26px);
  border-radius: 26px;
  border: 1px solid rgba(6, 19, 38, .10);
  background: rgba(255, 255, 255, .76);
  box-shadow:
    0 18px 46px rgba(6, 19, 38, .08),
    inset 0 1px 0 rgba(255, 255, 255, .84);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.five-fix-card:hover,
.five-fix-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(7, 143, 162, .34);
  box-shadow:
    0 26px 66px rgba(6, 19, 38, .13),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.five-fix-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #F4B400, #83DCEB);
  opacity: .9;
}

.five-fix-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFE58A, #F4B400);
  color: var(--ink, #061326);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(244, 180, 0, .22);
}

.five-fix-card h3 {
  margin: 0;
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.five-fix-card p {
  margin: 0;
  color: rgba(6, 19, 38, .66);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.five-proof-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: clamp(24px, 4vw, 36px) auto 0;
}

.five-proof-pills span:nth-child(1),
.five-proof-pills span:nth-child(2),
.five-proof-pills span:nth-child(3) {
  border-color: rgba(131, 220, 235, .32);
  background: rgba(255, 255, 255, .72);
}

.five-proof-pills span:nth-child(4) {
  border-color: rgba(244, 180, 0, .30);
  background: rgba(244, 180, 0, .12);
  color: #7A5A00;
}

.five-proof-pills span:nth-child(5) {
  border-color: rgba(7, 143, 162, .30);
  background: rgba(131, 220, 235, .18);
  color: #075F6B;
}

.five-connected-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(20px, 3vw, 30px);
  text-align: center;
}

.five-connected-cta strong {
  color: var(--ink, #061326);
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .five-fix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .five-fix-card:last-child {
    grid-column: 1 / -1;
  }

  .five-fix-panel::after {
    top: auto;
    bottom: 42%;
  }
}

@media (max-width: 720px) {
  .five-connected-section::before {
    top: 20px;
    right: 10px;
    font-size: 92px;
  }

  .five-connected-head .section-sub {
    max-width: 100%;
  }

  .five-waste-strip,
  .five-proof-pills {
    justify-content: flex-start;
    gap: 8px;
  }

  .five-waste-strip span,
  .five-proof-pills span {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .five-fix-panel {
    border-radius: 28px;
    padding: 16px;
  }

  .five-fix-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .five-fix-panel-head strong {
    text-align: left;
  }

  .five-fix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .five-fix-card {
    min-height: 172px;
    border-radius: 22px;
    padding: 16px;
    gap: 12px;
  }

  .five-fix-card::before {
    left: 16px;
    right: 16px;
    height: 4px;
  }

  .five-fix-num {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .five-fix-card h3 {
    font-size: clamp(18px, 5vw, 23px);
    letter-spacing: -.035em;
  }

  .five-fix-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .five-connected-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: left;
  }

  .five-connected-cta .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .five-fix-grid {
    grid-template-columns: 1fr;
  }

  .five-fix-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .five-fix-card {
    transition: none !important;
  }

  .five-fix-card:hover,
  .five-fix-card:focus-within {
    transform: none !important;
  }
}

/* CLEAN 5-IN-1 SECTION — approved mockup direction */
.five-clean-section {
  position: relative;
  overflow: hidden;
}

.five-clean-section::before {
  content: "5 in 1";
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  top: clamp(34px, 7vw, 78px);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(76px, 13vw, 188px);
  line-height: .8;
  color: rgba(6, 19, 38, .035);
  pointer-events: none;
  white-space: nowrap;
}

.five-clean-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
}

.five-clean-copy .section-title {
  max-width: 760px;
  margin: 0;
}

.five-clean-copy .section-sub {
  max-width: 650px;
  margin: 20px 0 0;
}

.five-clean-line {
  margin: 26px 0 0;
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.45;
  font-weight: 900;
}

.five-clean-cta {
  margin-top: 30px;
}

.five-package-box {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(217, 183, 110, .58);
  background:
    radial-gradient(circle at 16% 0%, rgba(244, 180, 0, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 253, 248, .62));
  box-shadow:
    0 24px 70px rgba(6, 19, 38, .10),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  padding: clamp(20px, 2.5vw, 30px);
  backdrop-filter: blur(16px);
}

.five-package-box-head {
  text-align: center;
  margin-bottom: 20px;
}

.five-package-box-head h3 {
  margin: 0;
  color: var(--ink, #061326);
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.five-package-box-head span {
  display: block;
  width: 42px;
  height: 2px;
  margin: 13px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #D9B76E, transparent);
}

.five-package-list {
  display: grid;
  gap: 10px;
}

.five-package-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(6, 19, 38, .07);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 10px 28px rgba(6, 19, 38, .045);
}

.five-package-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(217, 183, 110, .45);
  background: rgba(255, 248, 226, .72);
  color: #9A6B00;
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 900;
}

.five-package-row h4 {
  margin: 0 0 4px;
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}

.five-package-row p {
  margin: 0;
  color: rgba(6, 19, 38, .62);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.five-clean-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid rgba(7, 143, 162, .18);
  background: rgba(255, 255, 255, .62);
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(6, 19, 38, .07);
}

/* Restore readability in From Pressure to Control if earlier experiments changed contrast */
#pressure-to-control .ba-card,
#pressure-to-control .ba-card.before,
#pressure-to-control .ba-card.after {
  color: var(--ink, #061326);
}
#pressure-to-control .ba-card strong {
  color: var(--ink, #061326) !important;
}
#pressure-to-control .ba-card p {
  color: rgba(6, 19, 38, .68) !important;
}
#pressure-to-control .ba-card span {
  color: #9A6B00 !important;
}
#pressure-to-control .ba-card.after span {
  color: #075F6B !important;
}

@media (max-width: 980px) {
  .five-clean-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .five-clean-copy .section-title,
  .five-clean-copy .section-sub {
    max-width: 100%;
  }

  .five-package-box {
    max-width: 620px;
    width: 100%;
  }

  .five-clean-proof {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .five-clean-section::before {
    font-size: 82px;
    top: 22px;
    right: -12px;
  }

  .five-clean-cta {
    width: 100%;
    justify-content: center;
  }

  .five-package-box {
    border-radius: 24px;
    padding: 16px;
  }

  .five-package-row {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .five-package-num {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .five-package-row h4 {
    font-size: 14px;
  }

  .five-package-row p {
    font-size: 12px;
  }

  .five-clean-proof {
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
  }

  .five-clean-proof span {
    width: 100%;
    min-height: 42px;
    padding: 8px 16px;
    font-size: 13px;
  }
}


/* === Mobile polish pass: video order, sticky stack, footer logo === */

.mobile-video-flow {
  display: grid;
  gap: 18px;
  align-items: start;
}
.mobile-video-flow .section-copy-head,
.mobile-video-flow .section-copy-body,
.mobile-video-flow .section-proof,
.mobile-video-flow .section-actions,
.mobile-video-flow .site-video-card {
  min-width: 0;
}
.section-copy-head .eyebrow,
.section-copy-head .section-title,
.section-copy-body .section-sub {
  margin: 0;
}
.section-copy-body .section-sub {
  max-width: 60ch;
}
.mobile-inline-cta {
  display: none;
}
.footer-brand img {
  width: 128px;
  height: auto;
}
@media (min-width: 900px) {
  .mobile-video-flow {
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
    grid-template-areas:
      "head video"
      "body video"
      "proof video"
      "actions video";
    gap: 18px 48px;
  }
  .mobile-video-flow .section-copy-head { grid-area: head; }
  .mobile-video-flow .site-video-card { grid-area: video; align-self: start; }
  .mobile-video-flow .section-copy-body { grid-area: body; }
  .mobile-video-flow .section-proof { grid-area: proof; }
  .mobile-video-flow .section-actions { grid-area: actions; }
}
@media (max-width: 767px) {
  .mobile-video-flow {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "video"
      "body"
      "proof"
      "actions";
    gap: 18px;
  }
  .mobile-video-flow .section-copy-head { grid-area: head; }
  .mobile-video-flow .site-video-card { grid-area: video; order: initial !important; }
  .mobile-video-flow .section-copy-body { grid-area: body; }
  .mobile-video-flow .section-proof { grid-area: proof; }
  .mobile-video-flow .section-actions { grid-area: actions; }
  .mobile-video-flow .section-copy-head .section-title {
    margin-top: 6px;
  }
  .mobile-video-flow .section-proof {
    margin-top: 2px;
  }
  .mobile-inline-cta {
    display: flex;
  }
  #pressure-moment .pressure-steps {
    display: grid;
    gap: 14px;
    margin-top: 26px;
    min-height: 0;
    padding-bottom: 0;
  }

  #pressure-moment .pressure-step-card {
    position: static;
    min-height: auto;
    margin: 0;
    overflow: visible;
    will-change: auto;
    transform: none;
    transition: none;
  }

  #pressure-moment .pressure-step-card + .pressure-step-card {
    margin-top: 0;
  }

  #pressure-to-control .before-after-grid {
    display: block;
    margin-top: 24px;
  }

  #pressure-to-control .ba-card {
    position: sticky;
    margin-bottom: 14px;
    will-change: transform;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  #pressure-to-control .ba-card:nth-child(1) { top: 86px; z-index: 1; }
  #pressure-to-control .ba-card:nth-child(2) { top: 102px; z-index: 2; }
  #pressure-to-control .ba-card:nth-child(3) { top: 118px; z-index: 3; }
  #pressure-to-control .ba-card:nth-child(4) { top: 134px; z-index: 4; }
}
@media (prefers-reduced-motion: reduce) {
  #pressure-moment .pressure-step-card,
  #pressure-to-control .ba-card {
    position: static;
    min-height: auto;
    transform: none;
    opacity: 1;
  }

  #pressure-moment .pressure-step-card + .pressure-step-card {
    margin-top: 14px;
  }
}

.section-actions { display:flex; flex-wrap:wrap; gap:12px; }






/* Founder intro: proof pills removed, actions sit cleanly after story */
#founder-intro .home-actions {
  margin-top: clamp(24px, 3vw, 34px);
}

@media (max-width: 767px) {
  #founder-intro .home-actions {
    margin-top: 24px;
  }
}

/* Self-learning quote section */
.self-learning-quote-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(7,143,162,.24), transparent 32%),
    radial-gradient(circle at 14% 100%, rgba(244,180,0,.12), transparent 30%),
    linear-gradient(135deg, #071326 0%, #0A2D3A 58%, #064B55 100%);
  color: var(--white, #FFFFFF);
}

.self-learning-quote-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  pointer-events: none;
}

.self-learning-quote-wrap {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(30px, 4.4vw, 52px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.060), rgba(255,255,255,.026));
  box-shadow: 0 24px 72px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.075);
}

.self-learning-quote-section .eyebrow {
  color: var(--gold, #F4B400);
}

.self-learning-quote-wrap blockquote {
  position: relative;
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.94);
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.14;
  letter-spacing: -.032em;
  font-weight: 400;
}

.self-learning-quote-wrap blockquote::before {
  content: "“";
  position: absolute;
  left: -.30em;
  top: -.22em;
  color: rgba(244,180,0,.20);
  font-size: 1.75em;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .self-learning-quote-section {
    padding-block: 54px;
  }

  .self-learning-quote-section::before {
    inset: 10px;
    border-radius: 22px;
  }

  .self-learning-quote-wrap {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .self-learning-quote-wrap blockquote {
    max-width: 100%;
    margin-top: 14px;
    font-size: clamp(20px, 5.6vw, 26px);
    line-height: 1.36;
    letter-spacing: -.01em;
  }
}

/* Founder story homepage hook */
.founder-story-sub {
  margin-top: 14px;
}

.founder-story-line {
  max-width: 60ch;
  margin: 18px 0 0;
  color: var(--ink, #061326);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.35;
  font-weight: 900;
}

@media (max-width: 767px) {
  .founder-story-sub {
    margin-top: 12px;
  }

  .founder-story-line {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.38;
  }
}

/* From Pressure to Control: responsive contrast grid and subtle alive-card motion */
#pressure-to-control .ba-card {
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background-color .24s ease;
  transform-origin: center center;
}

#pressure-to-control .ba-card:hover,
#pressure-to-control .ba-card:focus-within {
  transform: translateY(-6px) scale(1.018);
  box-shadow: 0 24px 58px rgba(6,19,38,.16), 0 0 0 1px rgba(7,143,162,.08);
}

#pressure-to-control .ba-card.is-after:hover,
#pressure-to-control .ba-card.is-after:focus-within {
  box-shadow: 0 26px 64px rgba(7,143,162,.18), 0 0 0 1px rgba(7,143,162,.12);
}

@media (max-width: 767px) {
  #pressure-to-control .before-after-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  #pressure-to-control .ba-card,
  #pressure-to-control .ba-card:nth-child(n) {
    position: relative;
    top: auto;
    z-index: auto;
    margin: 0;
    min-height: 188px;
    padding: 15px 14px;
    border-radius: 22px;
    transform: none;
  }

  #pressure-to-control .ba-card h3 {
    font-size: clamp(15px, 4.05vw, 18px);
    line-height: 1.08;
    letter-spacing: -.025em;
  }

  #pressure-to-control .ba-card p {
    font-size: 12.5px;
    line-height: 1.34;
  }

  #pressure-to-control .ba-card:hover,
  #pressure-to-control .ba-card:focus-within {
    transform: none;
  }

  #pressure-to-control .ba-card.is-card-live {
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 22px 52px rgba(6,19,38,.13), 0 0 0 1px rgba(7,143,162,.08);
  }

  #pressure-to-control .ba-card.is-card-live.is-after {
    box-shadow: 0 24px 58px rgba(7,143,162,.16), 0 0 0 1px rgba(7,143,162,.10);
  }
}

@media (prefers-reduced-motion: reduce) {
  #pressure-to-control .ba-card,
  #pressure-to-control .ba-card:hover,
  #pressure-to-control .ba-card:focus-within,
  #pressure-to-control .ba-card.is-card-live {
    transition: none;
    transform: none;
  }
}

/* === Controlled testimonial section and paper snippets rhythm === */
.student-testimonials-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(7,143,162,.18), transparent 34%),
    linear-gradient(180deg, #061326 0%, #071B2F 100%);
  color: var(--white, #FFFFFF);
  overflow: hidden;
}

.student-testimonials-wrap {
  max-width: 1120px;
}

.testimonial-portrait-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 300px));
  justify-content: center;
  align-items: start;
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(28px, 4vw, 46px);
}

.testimonial-portrait-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(244,180,0,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    rgba(255,255,255,.04);
  box-shadow: 0 26px 74px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.10);
}

.testimonial-portrait-video {
  aspect-ratio: 9 / 16;
  background: #020815;
}

.testimonial-portrait-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #020815;
}

.testimonial-portrait-copy {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
  border-top: 1px solid rgba(244,180,0,.20);
  background: rgba(255,255,255,.055);
}

.testimonial-portrait-copy span {
  color: var(--gold, #F4B400);
  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.testimonial-portrait-copy h3 {
  margin: 0;
  color: var(--white, #FFFFFF);
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
}

.testimonial-portrait-copy p {
  margin: 0;
  color: rgba(255,248,236,.76);
  font-size: 14px;
  line-height: 1.42;
}

.testimonial-portrait-copy a {
  width: fit-content;
  margin-top: 4px;
  color: var(--gold, #F4B400);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(244,180,0,.34);
}

.testimonial-portrait-copy a:hover,
.testimonial-portrait-copy a:focus-visible {
  color: var(--white, #FFFFFF);
  border-bottom-color: rgba(255,255,255,.60);
}

.snippets-paper-section .site-video-card {
  background:
    radial-gradient(circle at 72% 18%, rgba(7,143,162,.20), transparent 34%),
    linear-gradient(135deg, rgba(6,19,38,.98), rgba(6,47,58,.92));
}

.snippets-paper-section .section-title {
  color: var(--ink, #061326);
}

.snippets-paper-section .section-title span {
  color: var(--gold, #F4B400);
}

.snippets-paper-section .section-sub {
  color: var(--muted, #4B5563);
}

.snippets-paper-section .eyebrow {
  color: var(--teal, #078FA2);
}

.snippets-paper-section .training-chip-row span {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,143,162,.24);
  color: var(--ink, #061326);
  box-shadow: 0 12px 26px rgba(6,19,38,.07);
}

.snippets-paper-section .training-chip-row span:hover,
.snippets-paper-section .training-chip-row span:focus-visible {
  color: var(--ink, #061326);
  border-color: rgba(7,143,162,.38);
}

@media (max-width: 767px) {
  .testimonial-portrait-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .testimonial-desktop-only {
    display: none;
  }

  .testimonial-portrait-card {
    border-radius: 20px;
  }

  .testimonial-portrait-copy {
    padding: 12px 10px 13px;
    gap: 6px;
  }

  .testimonial-portrait-copy span {
    font-size: 8px;
    letter-spacing: .08em;
  }

  .testimonial-portrait-copy h3 {
    font-size: clamp(17px, 5vw, 22px);
  }

  .testimonial-portrait-copy p {
    font-size: 11.5px;
    line-height: 1.34;
  }

  .testimonial-portrait-copy a {
    font-size: 11.5px;
  }

  #training-snippets.mobile-video-flow,
  #training-snippets .mobile-video-flow {
    grid-template-areas:
      "head"
      "video"
      "body"
      "proof"
      "actions";
  }
}

@media (max-width: 380px) {
  .testimonial-portrait-grid {
    gap: 8px;
  }

  .testimonial-portrait-copy {
    padding: 10px 9px 11px;
  }

  .testimonial-portrait-copy p {
    font-size: 11px;
  }
}



@media (max-width: 767px) {
  .self-learning-quote-wrap {
    padding: 22px 20px 24px;
    border-radius: 24px;
  }

  .self-learning-quote-wrap blockquote {
    max-width: 100%;
    margin-top: 12px;
    font-size: clamp(19px, 5.2vw, 23px);
    line-height: 1.32;
    letter-spacing: -.018em;
    font-weight: 400;
  }
}


/* A3C3 Framework */
.a3c3-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(131,220,235,.22), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,248,236,.14), transparent 34%),
    linear-gradient(135deg, #056B78 0%, #078FA2 48%, #075F6B 100%);
  color: var(--white, #FFFFFF);
}

.a3c3-section::before {
  content: "A3C3";
  position: absolute;
  right: clamp(16px, 8vw, 120px);
  top: clamp(22px, 6vw, 72px);
  color: rgba(255,255,255,.075);
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(82px, 15vw, 220px);
  line-height: .8;
  pointer-events: none;
  white-space: nowrap;
}

.a3c3-wrap {
  position: relative;
  z-index: 1;
}

.a3c3-head {
  max-width: 920px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.a3c3-head .section-title {
  max-width: 900px;
  margin: 0;
  color: var(--white, #FFFFFF);
}

.a3c3-head .section-sub {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,248,236,.86);
}

.a3c3-panel {
  position: relative;
  border-radius: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 12% 10%, rgba(244,180,0,.12), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(131,220,235,.22), transparent 34%),
    rgba(255,255,255,.10);
  box-shadow:
    0 28px 86px rgba(4,45,54,.26),
    inset 0 1px 0 rgba(255,255,255,.16);
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.a3c3-panel-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.a3c3-panel-intro span {
  display: inline-flex;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(244,180,0,.34);
  background: rgba(244,180,0,.16);
  color: var(--gold, #F4B400);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.a3c3-panel-intro strong {
  max-width: 470px;
  color: rgba(255,255,255,.94);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.3;
  font-weight: 900;
  text-align: right;
}

.a3c3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.a3c3-card {
  position: relative;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,253,248,.88);
  box-shadow:
    0 18px 46px rgba(4,45,54,.16),
    inset 0 1px 0 rgba(255,255,255,.84);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.a3c3-card:hover,
.a3c3-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(7,143,162,.34);
  box-shadow:
    0 26px 66px rgba(4,45,54,.22),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.a3c3-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #F4B400, #83DCEB);
  opacity: .9;
}

.a3c3-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFE58A, #F4B400);
  color: var(--ink, #061326);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(244,180,0,.22);
}

.a3c3-card h3 {
  margin: 0;
  color: var(--ink, #061326);
  font-family: var(--font-sans, Manrope, system-ui, sans-serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.a3c3-card p {
  margin: 0;
  color: rgba(6,19,38,.66);
  font-size: 14px;
  line-height: 1.52;
  font-weight: 650;
}

.a3c3-slider-controls {
  display: none;
}

.a3c3-slider-arrow {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,253,248,.18);
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(4,45,54,.16);
}

.a3c3-slider-arrow:focus-visible {
  outline: 3px solid rgba(244,180,0,.9);
  outline-offset: 3px;
}

.a3c3-slider-hint {
  color: rgba(255,248,236,.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.a3c3-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 30px);
}

@media (max-width: 1024px) {
  .a3c3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .a3c3-section::before {
    top: 22px;
    right: 8px;
    font-size: 92px;
  }

  .a3c3-panel {
    border-radius: 28px;
    padding: 16px;
  }

  .a3c3-panel-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .a3c3-panel-intro strong {
    text-align: left;
  }

  .a3c3-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 4px 0 12px;
  }

  .a3c3-slider-controls::before,
  .a3c3-slider-controls::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(255,255,255,.18);
  }

  .a3c3-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 2px 2px 12px;
    scrollbar-width: none;
  }

  .a3c3-grid::-webkit-scrollbar {
    display: none;
  }

  .a3c3-card {
    min-width: min(82vw, 310px);
    min-height: 230px;
    scroll-snap-align: center;
  }

  .a3c3-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a3c3-card,
  .a3c3-card:hover,
  .a3c3-card:focus-within {
    transition: none;
    transform: none;
  }
}


/* Executive Hospitality Communication Coaching page */
.exec-hero{position:relative;min-height:min(780px,calc(100svh - 78px));display:grid;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(131,220,235,.18),transparent 32%),linear-gradient(135deg,#061326 0%,#08283B 54%,#056B78 100%)}
.exec-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,180,0,.10) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(255,255,255,.05) 0 1px,transparent 1px 100%);background-size:88px 88px;opacity:.26}
.exec-hero-grid{position:relative;z-index:1;display:grid;gap:clamp(28px,5vw,64px);align-items:center}.exec-hero-title{margin:0;max-width:940px;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(56px,8vw,116px);line-height:.9;letter-spacing:-.055em}
.exec-hero-sub{max-width:680px;margin:24px 0 0;color:rgba(255,248,236,.86);font-size:clamp(17px,1.5vw,21px);line-height:1.62;font-weight:700}.exec-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.exec-hero-card{border-radius:30px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.075);box-shadow:0 28px 86px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(24px,3vw,36px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.exec-hero-card span{display:inline-flex;margin-bottom:16px;color:var(--gold,#F4B400);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.exec-hero-card strong{display:block;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(30px,3vw,46px);line-height:1.02;letter-spacing:-.035em}
.exec-hero-card ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.exec-hero-card li{color:rgba(255,248,236,.82);font-size:14px;line-height:1.5;font-weight:800}.exec-paper{background:var(--paper,#FFFDF8)}
.exec-split,.exec-proof-grid,.exec-for-grid{display:grid;gap:clamp(28px,5vw,60px);align-items:start}.exec-impact-grid,.exec-proof-list,.exec-a3c3-grid,.exec-outcomes{display:grid;gap:16px}
.exec-impact-grid article,.exec-a3c3-grid article,.exec-outcomes article{border-radius:26px;border:1px solid rgba(6,19,38,.10);background:rgba(255,255,255,.78);box-shadow:0 18px 46px rgba(6,19,38,.08),inset 0 1px 0 rgba(255,255,255,.84);padding:clamp(20px,3vw,28px)}
.exec-impact-grid span,.exec-a3c3-grid span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:999px;background:rgba(7,143,162,.12);border:1px solid rgba(7,143,162,.24);color:var(--teal,#078FA2);font-weight:900}
.exec-impact-grid h3,.exec-a3c3-grid h3,.exec-outcomes h3{margin:0 0 10px;color:var(--ink,#061326);font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(28px,2.6vw,42px);line-height:1;letter-spacing:-.035em}
.exec-impact-grid p,.exec-a3c3-grid p,.exec-outcomes p{margin:0;color:rgba(6,19,38,.68);font-size:15px;line-height:1.58;font-weight:650}.exec-teal{background:radial-gradient(circle at 16% 14%,rgba(131,220,235,.20),transparent 30%),linear-gradient(135deg,#056B78 0%,#078FA2 52%,#075F6B 100%);color:#fff}
.exec-teal .section-title,.exec-ink .section-title,.exec-final .section-title{color:#fff}.exec-teal .section-sub,.exec-ink .section-sub,.exec-final .section-sub{color:rgba(255,248,236,.84)}
.exec-proof-list article{border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:clamp(20px,3vw,28px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.exec-proof-list strong{display:block;color:#fff;font-size:20px;line-height:1.2;font-weight:900}.exec-proof-list p{margin:10px 0 0;color:rgba(255,248,236,.80);line-height:1.62;font-weight:650}
.exec-ink{background:radial-gradient(circle at 85% 10%,rgba(7,143,162,.20),transparent 34%),linear-gradient(135deg,#061326 0%,#071B2F 100%);color:#fff}.exec-for-list{display:flex;flex-wrap:wrap;gap:10px}.exec-for-list span{display:inline-flex;align-items:center;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid rgba(131,220,235,.26);background:rgba(255,255,255,.08);color:rgba(255,255,255,.90);font-size:14px;font-weight:900}
.exec-final{background:radial-gradient(circle at 80% 14%,rgba(244,180,0,.16),transparent 32%),linear-gradient(135deg,#061326 0%,#0A2D3A 58%,#064B55 100%);color:#fff}.exec-final-card{max-width:980px;border-radius:34px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);box-shadow:0 30px 92px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(28px,5vw,58px)}
@media(min-width:900px){.exec-hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr)}.exec-split{grid-template-columns:.82fr 1.18fr}.exec-proof-grid{grid-template-columns:.86fr 1.14fr}.exec-for-grid{grid-template-columns:.84fr 1.16fr}.exec-impact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.exec-a3c3-grid,.exec-outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.exec-hero{min-height:auto;padding-block:72px 56px}.exec-hero-title{font-size:clamp(46px,13vw,64px);line-height:.92}.exec-hero-sub{margin-top:18px;font-size:16px;line-height:1.55}.exec-actions .btn{width:100%}.exec-hero-card{border-radius:24px}.exec-for-list{display:grid;grid-template-columns:1fr}.exec-for-list span{border-radius:16px}}


/* Header nav: fit Executive & Hospitality link */
@media (min-width: 1024px) {
  .primary-nav ul {
    gap: clamp(18px, 2.1vw, 34px);
  }

  .primary-nav a {
    font-size: clamp(14px, .92vw, 16px);
  }
}

/* Homepage premium executive and hospitality entry */
.home-premium-entry {
  position: relative;
  overflow: hidden;
  color: var(--white, #FFFFFF);
  background:
    radial-gradient(circle at 14% 12%, rgba(131,220,235,.22), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(244,180,0,.18), transparent 34%),
    linear-gradient(135deg, #061326 0%, #073444 46%, #078FA2 100%);
}

.luxury-entry-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 100%);
  background-size: 86px 86px;
  opacity: .28;
  pointer-events: none;
}

.premium-entry-card {
  position: relative;
  display: grid;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  border-radius: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 10% 8%, rgba(244,180,0,.14), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(131,220,235,.18), transparent 34%),
    rgba(255,255,255,.08);
  box-shadow:
    0 34px 96px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.16);
  padding: clamp(26px, 5vw, 62px);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.premium-entry-card::after {
  content: "LUXURY";
  position: absolute;
  right: clamp(12px, 5vw, 70px);
  bottom: -10px;
  color: rgba(255,255,255,.055);
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(66px, 12vw, 168px);
  line-height: .8;
  letter-spacing: -.06em;
  pointer-events: none;
}

.premium-entry-copy,
.premium-entry-side {
  position: relative;
  z-index: 1;
}

.premium-entry-copy .eyebrow {
  color: var(--gold, #F4B400);
}

.premium-entry-copy .section-title {
  max-width: 820px;
  margin: 0;
  color: var(--white, #FFFFFF);
}

.premium-entry-copy .section-sub {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255,248,236,.86);
}

.premium-entry-side {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.premium-entry-proof {
  display: grid;
  gap: 10px;
  width: 100%;
}

.premium-entry-proof span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 15px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.095);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.premium-entry-line {
  width: 100%;
  border-left: 3px solid var(--gold, #F4B400);
  padding: 4px 0 4px 14px;
  color: rgba(255,248,236,.82);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}

.premium-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.premium-entry-actions .btn-secondary {
  color: var(--white, #FFFFFF);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.075);
}

@media (min-width: 900px) {
  .premium-entry-card {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  }
}

@media (max-width: 767px) {
  .premium-entry-card {
    border-radius: 28px;
    padding: 26px 18px 28px;
  }

  .premium-entry-card::after {
    right: 10px;
    bottom: -5px;
    font-size: 66px;
  }

  .premium-entry-actions,
  .premium-entry-actions .btn {
    width: 100%;
  }
}


/* 5-in-1 Communication Package page */
.five-page-hero{position:relative;min-height:min(760px,calc(100svh - 78px));display:grid;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 14%,rgba(131,220,235,.20),transparent 32%),radial-gradient(circle at 86% 22%,rgba(244,180,0,.16),transparent 34%),linear-gradient(135deg,#061326 0%,#073444 50%,#078FA2 100%)}
.five-page-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 100%);background-size:86px 86px;opacity:.28;pointer-events:none}
.five-page-hero-grid{position:relative;z-index:1;display:grid;gap:clamp(28px,5vw,64px);align-items:center}.five-page-title{margin:0;max-width:980px;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(54px,7.8vw,112px);line-height:.9;letter-spacing:-.055em}
.five-page-sub{max-width:720px;margin:24px 0 0;color:rgba(255,248,236,.86);font-size:clamp(17px,1.5vw,21px);line-height:1.62;font-weight:700}.five-page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.five-page-hero-card{border-radius:30px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:0 28px 86px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(24px,3vw,38px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.five-page-hero-card span{display:inline-flex;margin-bottom:16px;color:var(--gold,#F4B400);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.five-page-hero-card strong{display:block;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(34px,3.5vw,52px);line-height:.98;letter-spacing:-.04em}.five-page-hero-card p{margin:18px 0 0;color:rgba(255,248,236,.82);font-weight:750;line-height:1.58}
.five-page-paper{background:var(--paper,#FFFDF8)}.five-page-split,.five-method-grid{display:grid;gap:clamp(28px,5vw,60px);align-items:start}.five-page-reason-grid,.five-component-grid,.five-method-steps{display:grid;gap:16px}
.five-page-reason-grid article,.five-component-grid article{border-radius:26px;border:1px solid rgba(6,19,38,.10);background:rgba(255,255,255,.78);box-shadow:0 18px 46px rgba(6,19,38,.08),inset 0 1px 0 rgba(255,255,255,.84);padding:clamp(20px,3vw,28px)}
.five-page-reason-grid span,.five-component-grid span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:999px;background:rgba(7,143,162,.12);border:1px solid rgba(7,143,162,.24);color:var(--teal,#078FA2);font-weight:900}
.five-page-reason-grid h3,.five-component-grid h3{margin:0 0 10px;color:var(--ink,#061326);font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(28px,2.6vw,42px);line-height:1;letter-spacing:-.035em}.five-page-reason-grid p,.five-component-grid p{margin:0;color:rgba(6,19,38,.68);font-size:15px;line-height:1.58;font-weight:650}
.five-page-teal{background:radial-gradient(circle at 16% 14%,rgba(131,220,235,.20),transparent 30%),linear-gradient(135deg,#056B78 0%,#078FA2 52%,#075F6B 100%);color:#fff}.five-page-teal .section-title,.five-page-ink .section-title,.five-page-investment .section-title{color:#fff}.five-page-teal .section-sub,.five-page-ink .section-sub,.five-page-investment .section-sub{color:rgba(255,248,236,.84)}
.five-component-grid article{background:rgba(255,253,248,.90)}.five-method-steps article{display:grid;gap:6px;border-left:3px solid var(--gold,#F4B400);padding:14px 0 14px 18px}.five-method-steps strong{color:var(--ink,#061326);font-size:18px;font-weight:900}.five-method-steps p{margin:0;color:rgba(6,19,38,.68);line-height:1.58;font-weight:650}
.five-page-ink{background:radial-gradient(circle at 84% 14%,rgba(7,143,162,.20),transparent 34%),linear-gradient(135deg,#061326 0%,#071B2F 100%);color:#fff}.five-a3c3-wrap{max-width:980px}.five-for-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.five-for-grid span{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid rgba(7,143,162,.16);background:rgba(255,255,255,.76);color:var(--ink,#061326);font-size:14px;line-height:1.35;font-weight:900;box-shadow:inset 0 1px 0 rgba(255,255,255,.88)}
.five-page-investment{background:radial-gradient(circle at 80% 14%,rgba(244,180,0,.16),transparent 32%),linear-gradient(135deg,#061326 0%,#0A2D3A 58%,#064B55 100%);color:#fff}.five-investment-card{display:grid;gap:24px;align-items:center;border-radius:34px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);box-shadow:0 30px 92px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(28px,5vw,58px)}
@media(min-width:900px){.five-page-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr)}.five-page-split,.five-method-grid{grid-template-columns:.82fr 1.18fr}.five-page-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.five-component-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.five-component-grid article{min-height:280px}.five-investment-card{grid-template-columns:1fr auto}}
@media(max-width:1100px) and (min-width:768px){.five-component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.five-page-hero{min-height:auto;padding-block:72px 56px}.five-page-title{font-size:clamp(44px,13vw,62px);line-height:.92}.five-page-sub{margin-top:18px;font-size:16px;line-height:1.55}.five-page-actions,.five-page-actions .btn{width:100%}.five-page-hero-card{border-radius:24px}.five-for-grid{display:grid;grid-template-columns:1fr}.five-for-grid span{border-radius:16px}}


/* Work With Arjun page */
.wwa-hero{position:relative;min-height:min(760px,calc(100svh - 78px));display:grid;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 14%,rgba(131,220,235,.20),transparent 32%),radial-gradient(circle at 86% 22%,rgba(244,180,0,.16),transparent 34%),linear-gradient(135deg,#061326 0%,#071B2F 52%,#056B78 100%)}
.wwa-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 100%);background-size:86px 86px;opacity:.28;pointer-events:none}
.wwa-hero-grid{position:relative;z-index:1;display:grid;gap:clamp(28px,5vw,64px);align-items:center}.wwa-title{margin:0;max-width:980px;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(58px,8vw,118px);line-height:.9;letter-spacing:-.055em}
.wwa-sub{max-width:700px;margin:24px 0 0;color:rgba(255,248,236,.86);font-size:clamp(17px,1.5vw,21px);line-height:1.62;font-weight:700}.wwa-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.wwa-hero-card{border-radius:30px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:0 28px 86px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(24px,3vw,38px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.wwa-hero-card span{display:inline-flex;margin-bottom:16px;color:var(--gold,#F4B400);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.wwa-hero-card strong{display:block;color:#fff;font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(34px,3.5vw,52px);line-height:.98;letter-spacing:-.04em}.wwa-hero-card p{margin:18px 0 0;color:rgba(255,248,236,.82);font-weight:750;line-height:1.58}
.wwa-paper{background:var(--paper,#FFFDF8)}.wwa-split,.wwa-proof-grid,.wwa-focus-wrap{display:grid;gap:clamp(28px,5vw,60px);align-items:start}.wwa-fit-grid,.wwa-process-grid,.wwa-cred-grid,.wwa-difference-stack{display:grid;gap:16px}
.wwa-fit-grid article,.wwa-process-grid article,.wwa-cred-grid article{border-radius:26px;border:1px solid rgba(6,19,38,.10);background:rgba(255,255,255,.78);box-shadow:0 18px 46px rgba(6,19,38,.08),inset 0 1px 0 rgba(255,255,255,.84);padding:clamp(20px,3vw,28px)}
.wwa-fit-grid span,.wwa-process-grid span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:999px;background:rgba(7,143,162,.12);border:1px solid rgba(7,143,162,.24);color:var(--teal,#078FA2);font-weight:900}
.wwa-fit-grid h3,.wwa-process-grid h3{margin:0 0 10px;color:var(--ink,#061326);font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(28px,2.6vw,42px);line-height:1;letter-spacing:-.035em}.wwa-fit-grid p,.wwa-process-grid p,.wwa-cred-grid p{margin:0;color:rgba(6,19,38,.68);font-size:15px;line-height:1.58;font-weight:650}
.wwa-teal{background:radial-gradient(circle at 16% 14%,rgba(131,220,235,.20),transparent 30%),linear-gradient(135deg,#056B78 0%,#078FA2 52%,#075F6B 100%);color:#fff}.wwa-teal .section-title,.wwa-ink .section-title,.wwa-investment .section-title{color:#fff}.wwa-teal .section-sub,.wwa-ink .section-sub,.wwa-investment .section-sub{color:rgba(255,248,236,.84)}
.wwa-difference-stack article{border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:clamp(20px,3vw,28px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.wwa-difference-stack strong{display:block;color:#fff;font-size:20px;line-height:1.2;font-weight:900}.wwa-difference-stack p{margin:10px 0 0;color:rgba(255,248,236,.80);line-height:1.62;font-weight:650}
.wwa-ink{background:radial-gradient(circle at 84% 14%,rgba(7,143,162,.20),transparent 34%),linear-gradient(135deg,#061326 0%,#071B2F 100%);color:#fff}.wwa-focus-list{display:flex;flex-wrap:wrap;gap:10px}.wwa-focus-list span{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid rgba(131,220,235,.26);background:rgba(255,255,255,.08);color:rgba(255,255,255,.90);font-size:14px;font-weight:900}
.wwa-cred-grid strong{display:block;color:var(--ink,#061326);font-size:20px;line-height:1.2;font-weight:900;margin-bottom:10px}.wwa-investment{background:radial-gradient(circle at 80% 14%,rgba(244,180,0,.16),transparent 32%),linear-gradient(135deg,#061326 0%,#0A2D3A 58%,#064B55 100%);color:#fff}.wwa-invest-card{display:grid;gap:24px;align-items:center;border-radius:34px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);box-shadow:0 30px 92px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.12);padding:clamp(28px,5vw,58px)}
@media(min-width:900px){.wwa-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr)}.wwa-split,.wwa-proof-grid,.wwa-focus-wrap{grid-template-columns:.82fr 1.18fr}.wwa-fit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wwa-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wwa-invest-card{grid-template-columns:1fr auto}}
@media(max-width:1100px) and (min-width:768px){.wwa-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.wwa-hero{min-height:auto;padding-block:72px 56px}.wwa-title{font-size:clamp(46px,13vw,64px);line-height:.92}.wwa-sub{margin-top:18px;font-size:16px;line-height:1.55}.wwa-actions,.wwa-actions .btn{width:100%}.wwa-hero-card{border-radius:24px}.wwa-focus-list{display:grid;grid-template-columns:1fr}.wwa-focus-list span{border-radius:16px}}


/* Global rhythm and typography pass */
.site-header {
  z-index: 50;
}

.header-inner {
  min-height: clamp(74px, 6vw, 92px);
  gap: clamp(14px, 1.7vw, 28px);
}

.brand-mark img {
  width: auto;
  height: clamp(54px, 5.4vw, 76px);
  max-width: 180px;
  object-fit: contain;
}

.primary-nav ul {
  gap: clamp(10px, 1.25vw, 24px);
}

.primary-nav a {
  min-height: 42px;
  padding: 10px 14px;
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1;
  white-space: nowrap;
}

.btn-nav {
  min-height: 54px;
  padding: 14px clamp(20px, 2vw, 30px);
  white-space: nowrap;
}

.hero-section,
.five-page-hero,
.wwa-hero,
.exec-hero,
.placeholder-hero {
  min-height: auto;
  padding-block: clamp(118px, 10vw, 152px) clamp(70px, 7.5vw, 110px);
}

.hero-layout,
.five-page-hero-grid,
.wwa-hero-grid,
.exec-hero-grid,
.placeholder-hero-grid {
  gap: clamp(28px, 4vw, 56px);
}

.hero-title,
.five-page-title,
.wwa-title,
.exec-hero-title {
  max-width: 920px;
  font-size: clamp(46px, 5.1vw, 86px) !important;
  line-height: .96;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.placeholder-title {
  max-width: 820px;
  font-size: clamp(40px, 4.2vw, 72px) !important;
  line-height: 1;
  letter-spacing: -.034em;
}

.hero-sub,
.five-page-sub,
.wwa-sub,
.exec-hero-sub,
.placeholder-sub {
  max-width: 720px;
  margin-top: clamp(16px, 1.6vw, 24px);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.58;
}

.five-page-hero-card,
.wwa-hero-card,
.exec-hero-card,
.placeholder-hero-card {
  border-radius: 26px;
  padding: clamp(22px, 2.4vw, 34px);
}

.five-page-hero-card strong,
.wwa-hero-card strong,
.exec-hero-card strong,
.placeholder-hero-card strong {
  font-size: clamp(28px, 2.45vw, 42px);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.five-page-hero-card p,
.wwa-hero-card p,
.exec-hero-card p,
.placeholder-hero-card p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.58;
}

.section {
  padding-block: clamp(68px, 7vw, 112px);
}

.section-title,
.home-paper .section-title,
.home-dark .section-title,
.home-final .section-title {
  max-width: 980px;
  font-size: clamp(34px, 3.8vw, 62px);
  line-height: 1.02;
  letter-spacing: -.034em;
  text-wrap: balance;
}

.section-sub {
  max-width: 780px;
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.65;
}

.hero-title em {
  margin-top: .04em;
}

.hero-eyebrow,
.eyebrow,
.video-kicker,
.package-topline-label,
.package-value-kicker,
.testimonial-portrait-copy span,
.ba-card span,
.pressure-step-copy em {
  font-family: var(--font-sans, "Manrope", Arial, sans-serif);
  font-size: clamp(10px, .72vw, 12px);
  line-height: 1.2;
  letter-spacing: .14em;
}

.proof-copy strong {
  font-family: var(--font-sans, "Manrope", Arial, sans-serif);
  font-size: clamp(22px, 1.85vw, 30px);
  line-height: 1;
}

.proof-copy em {
  font-size: clamp(10px, .78vw, 12px);
  line-height: 1.2;
}

.a3c3-card h3,
.pressure-step-copy strong,
.five-package-box-head h3,
.five-package-row h4,
.package-card h3,
.site-video-caption h3,
.testimonial-portrait-copy h3,
.ba-card strong {
  font-family: var(--font-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.06;
  letter-spacing: -.028em;
  text-wrap: balance;
}

.a3c3-card p,
.pressure-step-copy p,
.five-package-row p,
.package-card p,
.site-video-caption p,
.testimonial-portrait-copy p,
.ba-card p,
.package-lede,
.package-usp-proof p,
.package-bottom-note,
.founder-story-line {
  font-family: var(--font-sans, "Manrope", Arial, sans-serif);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.6;
}

.site-video-caption h3,
.testimonial-portrait-copy h3 {
  font-size: clamp(24px, 1.8vw, 32px);
}

.five-package-box-head h3,
.package-card h3 {
  font-size: clamp(24px, 1.9vw, 32px);
}

.pressure-step-card,
.ba-card,
.testimonial-portrait-card,
.a3c3-card,
.package-card,
.site-video-card,
.five-package-box,
.final-cta-card {
  border-radius: 20px;
}

.hero-proof-card,
.pressure-step-card,
.ba-card,
.testimonial-portrait-copy,
.a3c3-card,
.package-card,
.site-video-caption,
.five-package-box {
  padding: clamp(18px, 2vw, 28px);
}

.home-split,
.pressure-layout,
.a3c3-grid,
.testimonial-portrait-grid,
.before-after-grid,
.five-clean-layout {
  gap: clamp(22px, 3vw, 48px);
}

.five-page-reason-grid,
.five-component-grid,
.wwa-fit-grid,
.wwa-process-grid,
.wwa-cred-grid,
.exec-impact-grid,
.exec-a3c3-grid,
.placeholder-grid {
  gap: clamp(16px, 1.8vw, 24px);
}

.five-page-reason-grid article,
.five-component-grid article,
.wwa-fit-grid article,
.wwa-process-grid article,
.wwa-cred-grid article,
.exec-impact-grid article,
.exec-a3c3-grid article,
.placeholder-grid article {
  border-radius: 20px;
  padding: clamp(20px, 2.2vw, 30px);
}

.five-page-reason-grid h3,
.five-component-grid h3,
.wwa-fit-grid h3,
.wwa-process-grid h3,
.exec-impact-grid h3,
.exec-a3c3-grid h3,
.placeholder-grid h3 {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.06;
  letter-spacing: -.028em;
  text-wrap: balance;
}

.placeholder-hero-card {
  max-width: 460px;
  justify-self: end;
}

@media (min-width: 900px) {
  .five-page-hero-grid,
  .wwa-hero-grid,
  .exec-hero-grid,
  .placeholder-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(320px, .62fr);
  }

  .hero-layout {
    align-items: center;
  }
}

@media (max-width: 1280px) and (min-width: 900px) {
  .header-inner {
    padding-inline: clamp(26px, 3vw, 44px);
  }

  .primary-nav ul {
    gap: 8px;
  }

  .primary-nav a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .btn-nav {
    min-height: 50px;
    padding-inline: 18px;
    font-size: 13px;
  }
}

@media (max-width: 899px) {
  .hero-section,
  .five-page-hero,
  .wwa-hero,
  .exec-hero,
  .placeholder-hero {
    padding-block: 98px 58px;
  }

  .hero-title,
  .five-page-title,
  .wwa-title,
  .exec-hero-title,
  .placeholder-title {
    font-size: clamp(40px, 11.5vw, 62px) !important;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .placeholder-hero-card {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  .brand-mark img {
    height: 44px;
    max-width: 160px;
  }

  .section {
    padding-block: 56px;
  }

  .section-title,
  .home-paper .section-title,
  .home-dark .section-title,
  .home-final .section-title {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.04;
  }

  .five-page-actions,
  .wwa-actions,
  .exec-actions,
  .placeholder-actions,
  .five-page-actions .btn,
  .wwa-actions .btn,
  .exec-actions .btn,
  .placeholder-actions .btn {
    width: 100%;
  }
}


/* Work With Arjun and Proof Hub refinements - media proof pass */
.wwa-proof-section{background:linear-gradient(180deg,var(--paper,#FFFDF8),#F8F1E3)}
.wwa-media-grid{display:grid;gap:18px;margin-top:clamp(24px,4vw,42px)}
.wwa-media-grid article{border-radius:28px;border:1px solid rgba(6,19,38,.12);background:rgba(255,255,255,.82);box-shadow:0 18px 48px rgba(6,19,38,.08),inset 0 1px 0 rgba(255,255,255,.88);padding:clamp(22px,3vw,32px)}
.wwa-teal .wwa-media-grid article{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.26)}
.wwa-media-grid span{display:inline-flex;margin-bottom:14px;border-radius:999px;padding:8px 12px;background:rgba(7,143,162,.12);color:var(--teal,#078FA2);font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.wwa-media-grid h3{margin:0 0 10px;color:var(--ink,#061326);font-family:var(--font-serif,"Instrument Serif",Georgia,serif);font-size:clamp(28px,2.6vw,42px);line-height:1;letter-spacing:-.035em}
.wwa-media-grid p{margin:0 0 18px;color:rgba(6,19,38,.70);font-size:15px;line-height:1.62;font-weight:650}
.wwa-media-grid a{color:var(--teal,#078FA2);font-weight:900;text-decoration:none;border-bottom:1px solid currentColor}
.wwa-not-grid{display:grid;gap:14px}
.wwa-not-grid article{border-radius:22px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);padding:18px 20px;color:#fff;font-weight:850;line-height:1.35;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.faq-list{display:grid;gap:14px}
.faq-item{border-radius:22px;border:1px solid rgba(6,19,38,.10);background:rgba(255,255,255,.80);box-shadow:0 12px 32px rgba(6,19,38,.06);padding:18px 20px}
.faq-item summary{cursor:pointer;color:var(--ink,#061326);font-weight:900;line-height:1.35;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";float:right;margin-left:16px;color:var(--teal,#078FA2);font-weight:900}
.faq-item[open] summary::after{content:"−"}
.faq-item p{margin:12px 0 0;color:rgba(6,19,38,.70);font-size:15px;line-height:1.62;font-weight:650}
@media(min-width:900px){.wwa-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#media-mentions .wwa-media-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wwa-not-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:899px){.wwa-media-grid,.wwa-not-grid,.faq-list{gap:12px}.wwa-media-grid article,.faq-item{border-radius:22px}.wwa-media-grid h3{font-size:30px}}

/* ============================================================
   NESKILLS LAUNCH PAGE SYSTEM
   Shared structure for non-home pages. Keeps subpages designed,
   compact, premium, and aligned with the approved homepage rhythm.
   ============================================================ */
.launch-page {
  background: var(--ivory);
  color: var(--charcoal);
}
.launch-page .site-header { position: absolute; }
.launch-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 136px 0 74px;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 10%, rgba(7,143,162,.34), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(244,180,0,.14), transparent 24%),
    linear-gradient(135deg, #051122 0%, #071A31 52%, #03101e 100%);
}
.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 66px 66px;
  opacity: .18;
  mask-image: radial-gradient(circle at 72% 48%, black 0%, transparent 66%);
}
.launch-hero::after {
  content: attr(data-ghost);
  position: absolute;
  right: -3vw;
  bottom: -3.5vw;
  z-index: -1;
  color: rgba(255,255,255,.045);
  font-family: var(--font-serif);
  font-size: clamp(74px, 15vw, 230px);
  line-height: .8;
  letter-spacing: -.06em;
  white-space: nowrap;
  pointer-events: none;
}
.launch-hero-grid {
  display: grid;
  gap: 30px;
  align-items: end;
}
.launch-hero-copy { max-width: 850px; }
.launch-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(52px, 9.8vw, 104px);
  line-height: .94;
  letter-spacing: -.045em;
  font-weight: 400;
  text-wrap: balance;
}
.launch-hero-title .accent,
.launch-title .accent { color: var(--gold); }
.launch-hero-sub {
  margin-top: 22px;
  max-width: 720px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.48;
}
.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.launch-actions .btn { min-height: 54px; padding-inline: 22px; }
.launch-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.042));
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}
.launch-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--teal));
}
.launch-hero-panel .label {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.launch-hero-panel strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.025em;
}
.launch-hero-panel p { margin-top: 14px; color: rgba(255,255,255,.76); line-height: 1.62; }
.launch-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 22px;
}
.launch-proof-row span {
  display: block;
  padding: 13px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.05);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
.launch-section { padding: 64px 0; position: relative; overflow: hidden; }
.launch-paper { background: var(--ivory); }
.launch-cream { background: var(--paper); }
.launch-ink {
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(244,180,0,.12), transparent 26%),
    linear-gradient(135deg, var(--ink) 0%, #071a31 100%);
}
.launch-teal {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(244,180,0,.17), transparent 28%),
    linear-gradient(135deg, #063444 0%, #078194 100%);
}
.launch-band {
  padding: 46px 0;
  color: var(--white);
  background: linear-gradient(135deg, #04101f, #062f3a);
}
.launch-head { max-width: 830px; margin-bottom: 30px; }
.launch-head.center { margin-inline: auto; text-align: center; }
.launch-head.center .launch-sub { margin-inline: auto; }
.launch-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 7.5vw, 72px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.launch-sub {
  margin-top: 18px;
  max-width: 700px;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.72;
}
.launch-ink .launch-sub,
.launch-teal .launch-sub,
.launch-band .launch-sub { color: rgba(255,255,255,.78); }
.launch-split {
  display: grid;
  gap: 30px;
  align-items: start;
}
.launch-copy { max-width: 760px; }
.launch-copy p + p { margin-top: 18px; }
.launch-copy p { color: var(--muted); font-size: 16.5px; line-height: 1.75; }
.launch-ink .launch-copy p,
.launch-teal .launch-copy p { color: rgba(255,255,255,.80); }
.launch-card,
.launch-stat-card,
.launch-media-card,
.launch-step,
.launch-faq details,
.launch-note-card {
  border: 1px solid var(--line-light);
  border-radius: 22px;
  background: rgba(255,255,255,.54);
  box-shadow: 0 22px 55px rgba(6,19,38,.08);
}
.launch-ink .launch-card,
.launch-ink .launch-stat-card,
.launch-ink .launch-media-card,
.launch-ink .launch-step,
.launch-teal .launch-card,
.launch-teal .launch-stat-card,
.launch-teal .launch-media-card,
.launch-teal .launch-step {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.075);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}
.launch-card { padding: 24px; }
.launch-card h3,
.launch-step h3,
.launch-media-card h3,
.launch-note-card h3 {
  font-family: var(--font-serif);
  font-size: 31px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.025em;
}
.launch-card p,
.launch-step p,
.launch-media-card p,
.launch-note-card p { margin-top: 12px; color: var(--muted); line-height: 1.66; }
.launch-ink .launch-card p,
.launch-ink .launch-step p,
.launch-ink .launch-media-card p,
.launch-teal .launch-card p,
.launch-teal .launch-step p,
.launch-teal .launch-media-card p { color: rgba(255,255,255,.76); }
.launch-card .num,
.launch-step .num {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.launch-ink .launch-card .num,
.launch-teal .launch-card .num,
.launch-ink .launch-step .num,
.launch-teal .launch-step .num { color: var(--gold); }
.launch-grid-2,
.launch-grid-3,
.launch-grid-4,
.launch-media-grid,
.launch-stats-grid { display: grid; gap: 16px; }
.launch-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.launch-stat-card { padding: 22px; }
.launch-stat-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 7vw, 58px);
  line-height: .9;
  font-weight: 400;
}
.launch-ink .launch-stat-card strong,
.launch-teal .launch-stat-card strong { color: var(--gold); }
.launch-stat-card span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 800; line-height: 1.3; }
.launch-ink .launch-stat-card span,
.launch-teal .launch-stat-card span { color: rgba(255,255,255,.78); }

.launch-proof-note {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.launch-steps { display: grid; gap: 16px; counter-reset: step; }
.launch-step { padding: 24px; }
.launch-list { display: grid; gap: 12px; margin-top: 20px; }
.launch-list li {
  position: relative;
  padding: 15px 16px 15px 42px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255,255,255,.48);
  color: var(--charcoal);
  font-weight: 700;
  line-height: 1.36;
}
.launch-ink .launch-list li,
.launch-teal .launch-list li { color: rgba(255,255,255,.88); border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); }
.launch-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(244,180,0,.12);
}
.launch-quote {
  position: relative;
  max-width: 1030px;
  margin-inline: auto;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(34px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: -.035em;
  color: var(--white);
}
.launch-quote span { color: var(--gold); }
.launch-person-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 50% 28%, rgba(7,143,162,.30), transparent 38%),
    linear-gradient(135deg, #061326, #061b34);
  box-shadow: var(--shadow-deep);
}
.launch-person-card img {
  position: absolute;
  right: -28px;
  bottom: 0;
  width: min(96%, 460px);
  height: auto;
  filter: drop-shadow(0 32px 52px rgba(0,0,0,.38));
}
.launch-person-card .person-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(6,19,38,.72);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.84);
  font-weight: 700;
}
.launch-media-card { padding: 24px; display: flex; flex-direction: column; min-height: 238px; }
.launch-media-card .media-type {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(244,180,0,.12);
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.launch-ink .launch-media-card .media-type,
.launch-teal .launch-media-card .media-type { color: var(--gold); background: rgba(244,180,0,.13); }
.launch-media-card a { margin-top: auto; padding-top: 18px; color: var(--teal); font-weight: 800; }
.launch-ink .launch-media-card a,
.launch-teal .launch-media-card a { color: var(--gold); }
.launch-faq { display: grid; gap: 12px; }
.launch-faq details { padding: 0; overflow: hidden; }
.launch-faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  font-weight: 800;
  cursor: pointer;
}
.launch-faq details p { padding: 0 20px 20px; color: var(--muted); line-height: 1.72; }
.launch-final {
  padding: 72px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(7,143,162,.28), transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(244,180,0,.14), transparent 25%),
    linear-gradient(135deg, #04101f, #071a31 58%, #020812);
}
.launch-final-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow-deep);
}
.launch-final-card h2 {
  max-width: 900px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 8.4vw, 82px);
  line-height: .96;
  font-weight: 400;
  letter-spacing: -.04em;
}
.launch-final-card p { margin-top: 18px; max-width: 700px; color: rgba(255,255,255,.80); font-size: 17px; line-height: 1.7; }
.launch-mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.launch-mini-nav a {
  padding: 10px 13px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
}
.launch-ink .launch-mini-nav a,
.launch-teal .launch-mini-nav a,
.launch-final .launch-mini-nav a { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.075); color: rgba(255,255,255,.88); }
.launch-note-card { padding: 24px; }
.legal-content {
  max-width: 900px;
  display: grid;
  gap: 24px;
}
.legal-content h2 { font-family: var(--font-serif); font-size: 38px; line-height: 1; font-weight: 400; letter-spacing: -.02em; }
.legal-content p { color: var(--muted); line-height: 1.72; }
.legal-content ul { display: grid; gap: 12px; list-style: disc; padding-left: 20px; color: var(--muted); }
@media (min-width: 768px) {
  .launch-hero { padding: 152px 0 88px; }
  .launch-hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 36px; }
  .launch-section { padding: 78px 0; }
  .launch-split { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 44px; }
  .launch-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .launch-grid-3, .launch-media-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .launch-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .launch-stats-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .launch-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .launch-final-card { padding: 44px; }
}
@media (min-width: 1100px) {
  .launch-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .launch-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .launch-hero { padding-top: 126px; }
  .launch-proof-row { grid-template-columns: 1fr; }
  .launch-person-card { min-height: 360px; }
  .launch-person-card img { right: -48px; width: 112%; }
  .launch-hero-panel strong { font-size: 28px; }
  .launch-actions .btn { width: 100%; }
  .launch-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .launch-stat-card { padding: 18px 14px; }
  .launch-stat-card strong { font-size: clamp(31px, 10vw, 42px); }
  .launch-stat-card span { min-height: 34px; font-size: 11.5px; line-height: 1.28; }
  .launch-proof-note { max-width: 320px; font-size: 13px; line-height: 1.5; }
}
.launch-grid-1 { display: grid; gap: 16px; }

/* Gallery testimonial video proof */
.gallery-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: start;
  gap: clamp(16px, 3vw, 28px);
  max-width: 620px;
  margin-inline: auto;
}
.gallery-video-card {
  overflow: hidden;
  border: 1px solid rgba(217, 183, 110, .44);
  border-radius: 24px;
  background: rgba(9, 19, 34, .72);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.gallery-video-card video {
  width: 100%;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
  background: #020812;
  border-bottom: 1px solid rgba(217, 183, 110, .28);
}
.gallery-video-copy {
  padding: clamp(18px, 2vw, 26px);
}
.gallery-video-copy .eyebrow {
  color: #f4b400;
  margin-bottom: 10px;
}
.gallery-video-copy h3 {
  margin: 0 0 10px;
  color: #fffdf8;
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.gallery-video-copy p {
  color: rgba(255,255,255,.78);
  margin: 0 0 16px;
}
.gallery-video-copy a,
.gallery-more-voices .launch-card a {
  color: #f4b400;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.gallery-video-section .gallery-testimonial-grid {
  max-width: min(100%, 1180px);
}
.gallery-video-section .testimonial-portrait-card {
  width: 100%;
  min-width: 0;
}
.gallery-video-section .testimonial-portrait-video {
  aspect-ratio: 4 / 5;
}
.gallery-video-section .testimonial-portrait-video video {
  object-fit: cover;
}
.gallery-video-section .testimonial-portrait-copy {
  min-height: 196px;
}
.gallery-video-section .testimonial-portrait-copy span {
  min-height: 24px;
  line-height: 1.2;
}
.gallery-video-section .testimonial-portrait-copy h3 {
  min-height: 32px;
}
.gallery-video-section .testimonial-portrait-copy p {
  min-height: 68px;
  font-size: clamp(12px, .94vw, 14px);
  line-height: 1.44;
}
.gallery-video-section .testimonial-portrait-copy a {
  align-self: end;
}

@media (min-width: 1100px) {
  .gallery-video-section .gallery-testimonial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.75vw, 24px);
  }
  .gallery-video-section .testimonial-portrait-copy {
    padding: 16px 16px 18px;
  }
  .gallery-video-section .testimonial-portrait-copy span {
    font-size: 9px;
    letter-spacing: .11em;
  }
  .gallery-video-section .testimonial-portrait-copy h3 {
    font-size: clamp(21px, 1.55vw, 28px);
  }
}

@media (max-width: 767px) {
  .gallery-video-section .gallery-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 16px;
  }
  .gallery-video-section .testimonial-portrait-copy {
    min-height: 188px;
  }
  .gallery-video-section .testimonial-portrait-copy h3 {
    min-height: 38px;
  }
  .gallery-video-section .testimonial-portrait-copy p {
    min-height: 82px;
  }
}

/* Gallery review proof refinement */
.gallery-review-section .launch-card small {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-video-section .gallery-testimonial-grid {
  margin-top: clamp(28px, 4vw, 46px);
}

.launch-actions.center {
  justify-content: center;
  text-align: center;
}



/* Primary nav fit after adding Northeast Cohorts */
@media (min-width: 1024px) {
  .primary-nav ul {
    gap: clamp(8px, 0.9vw, 18px);
  }

  .primary-nav a {
    padding-inline: clamp(8px, 0.7vw, 12px);
    font-size: clamp(12px, 0.78vw, 14px);
  }

  .btn-nav {
    padding-inline: clamp(14px, 1.2vw, 22px);
    font-size: clamp(12px, 0.78vw, 14px);
  }
}

@media (min-width: 1360px) {
  .primary-nav ul {
    gap: clamp(12px, 1.1vw, 22px);
  }

  .primary-nav a {
    padding-inline: 12px;
    font-size: 14px;
  }
}
