:root {
  --font-display: "Big Shoulders Text", "Be Vietnam Pro", Impact, sans-serif;
  --font-hook: "Big Shoulders Text", "Be Vietnam Pro", Impact, sans-serif;
  --font-hero: "Big Shoulders Text", "Be Vietnam Pro", Impact, sans-serif;
  --font-body: "Be Vietnam Pro", system-ui, sans-serif;
  --mosa-yellow: #f8c400;
  --mosa-blue: #4285f4;
  --mosa-green: #34a853;
  --mosa-red: #ea4335;
  --mosa-gray: #8a8a8a;
  --black: #020603;
  --black-2: #061006;
  --green: var(--mosa-green);
  --green-2: #24743d;
  --amber: var(--mosa-yellow);
  --amber-2: #d99a00;
  --cream: #f2efe4;
  --brief: #f3efe4;
  --brief-2: #e4dccb;
  --charcoal: #12140f;
  --green-soft: rgba(52, 168, 83, 0.2);
  --line: rgba(52, 168, 83, 0.24);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
  --paper: #f4f5ef;
  --ink: #10120f;
  --red: var(--mosa-red);
  --yellow: var(--mosa-yellow);
  --container: min(1160px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(248, 196, 0, 0.08) 0 26%, transparent 26% 100%),
    linear-gradient(180deg, #060806 0%, #071009 52%, #020503 100%);
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 72%, transparent 100%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.ticker {
  position: sticky;
  top: 0;
  z-index: 90;
  overflow: hidden;
  border-bottom: 1px solid rgba(248, 196, 0, 0.3);
  background: #12140f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.ticker-track {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  animation: none;
}

.ticker span {
  color: rgba(242, 239, 228, 0.88);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ticker span::after {
  content: "";
}

.ticker span:nth-child(n+5) {
  display: none;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.vsl-hero {
  position: relative;
  isolation: isolate;
  min-height: auto;
  padding: 64px 0 82px;
  color: var(--ink);
  overflow: hidden;
}

.vsl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, var(--brief) 0 58%, var(--charcoal) 58% 100%),
    linear-gradient(rgba(16, 18, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 15, 0.05) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}

.vsl-hero::after {
  content: "";
  position: absolute;
  right: max(-80px, calc(50% - 760px));
  bottom: -92px;
  z-index: -1;
  width: 430px;
  height: 240px;
  background: rgba(234, 67, 53, 0.24);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.hero-stack {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.74fr);
  grid-template-areas:
    "logo media"
    "lead media"
    "stamp media"
    "kicker media"
    "title media"
    "subtitle media"
    "cta media"
    "proof proof";
  gap: 18px 58px;
  align-items: center;
  text-align: left;
}

.logo-mark {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-mark::before {
  content: "";
  width: 31px;
  height: 31px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--brief) 0 38%, transparent 39%),
    conic-gradient(
      var(--mosa-yellow) 0 25%,
      var(--mosa-blue) 25% 50%,
      var(--mosa-green) 50% 75%,
      var(--mosa-red) 75% 100%
    );
}

.pre-headline {
  grid-area: lead;
  max-width: 720px;
  margin: 0 0 10px;
  color: rgba(16, 18, 15, 0.82);
  font-size: 1.28rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.62;
}

.green-stamp {
  grid-area: stamp;
  display: inline-flex;
  justify-self: start;
  margin-bottom: 2px;
  padding: 10px 14px 10px 18px;
  border-left: 7px solid var(--red);
  background: transparent;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 2.08rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  text-transform: uppercase;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  grid-area: kicker;
  color: #916f00;
}

.section-kicker {
  display: inline-flex;
  color: #9ec4ff;
}

.hero-stack h1,
.section h2,
.letter-section h2,
.final-cta h2,
.interview-copy h1,
.thank-you-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-stack h1 {
  grid-area: title;
  max-width: 780px;
  color: var(--ink);
  font-size: 4.45rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-spacing: 0.04em;
}

.hero-subtitle {
  grid-area: subtitle;
  max-width: 820px;
  margin: 10px 0 0;
  color: rgba(16, 18, 15, 0.78);
  font-size: 1.32rem;
  line-height: 1.72;
}

.vsl-card {
  grid-area: media;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 228, 0.34);
  border-radius: 6px;
  background: #000;
  box-shadow:
    18px 18px 0 rgba(234, 67, 53, 0.34),
    -18px -18px 0 rgba(66, 133, 244, 0.18),
    0 30px 80px rgba(0, 0, 0, 0.5);
}

.vsl-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  opacity: 0.46;
  filter: grayscale(0.25) contrast(1.1);
}

.vsl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 36%, rgba(0, 0, 0, 0.62)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 5px);
}

.vsl-label {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 2;
  display: grid;
  text-align: left;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.2;
}

.vsl-label strong {
  font-size: 1.15rem;
}

.vsl-label span {
  font-size: 12px;
  font-weight: 700;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: clamp(72px, 9vw, 100px);
  height: clamp(72px, 9vw, 100px);
  border-radius: 50%;
  background: var(--red);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 14px rgba(234, 67, 53, 0.18);
}

.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
  transform: translate(-50%, -50%);
}

.youtube-badge {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 900;
}

.big-cta {
  grid-area: cta;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(680px, 100%);
  margin-top: 18px;
  min-height: 88px;
  padding: 22px 30px;
  border-radius: 8px;
  background: var(--amber);
  color: #11100b;
  font-family: var(--font-display);
  font-size: 2.65rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-spacing: 0.05em;
  transition: transform 0.18s ease, background 0.18s ease;
}

.big-cta:hover {
  transform: translateY(-2px);
  background: #ffd84a;
}

.quick-proof {
  grid-area: proof;
  counter-reset: proof;
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(18, 20, 15, 0.9);
  border-radius: 6px;
  overflow: hidden;
  background: var(--charcoal);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.quick-proof > div {
  position: relative;
  padding: 44px 22px 20px;
  border-right: 1px solid rgba(248, 196, 0, 0.22);
  text-align: left;
}

.quick-proof > div::before {
  counter-increment: proof;
  content: "0" counter(proof);
  position: absolute;
  top: 15px;
  left: 22px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 1.38rem;
  line-height: 1;
}

.quick-proof > div:nth-child(1)::before {
  color: var(--mosa-yellow);
}

.quick-proof > div:nth-child(2)::before {
  color: var(--mosa-blue);
}

.quick-proof > div:nth-child(3)::before {
  color: var(--mosa-green);
}

.quick-proof > div:last-child {
  border-right: 0;
}

.quick-proof strong {
  display: block;
  margin-bottom: 8px;
  color: #fff6df;
  font-weight: 900;
}

.quick-proof p {
  margin: 0;
  color: rgba(242, 239, 228, 0.78);
  font-size: 14px;
  line-height: 1.58;
}

.hero-cta-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  width: min(760px, 100%);
  margin-top: 12px;
}

.hero-cta-meta span {
  padding: 10px 14px;
  border: 1px solid rgba(18, 20, 15, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.hero-fit-note {
  width: min(760px, 100%);
  margin: 4px auto 0;
  color: rgba(16, 18, 15, 0.8);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.section,
.letter-section {
  padding: 92px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.narrow-copy {
  max-width: 840px;
}

.narrow-copy h2,
.section h2,
.final-cta h2 {
  font-size: 5.4rem;
  line-height: 1.14;
  word-spacing: 0.04em;
}

.narrow-copy p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.24rem;
  line-height: 1.7;
}

.highlight {
  display: inline;
  padding: 0 0.18em;
  background: var(--yellow);
  color: #071006;
  font-weight: 900;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 46px;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 24px;
}

.step-list article {
  padding: 26px 0 28px;
  border-bottom: 1px solid var(--line);
}

.step-list span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #9ec4ff;
  font-weight: 900;
}

.step-list h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 3.1rem;
  line-height: 1.14;
  text-transform: uppercase;
}

.step-list p,
.band-copy,
.roadmap-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.process-section {
  position: relative;
}

.process-grid {
  display: grid;
  gap: 14px;
}

.process-grid article {
  position: relative;
  min-height: 158px;
  padding: 24px 24px 24px 96px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.process-grid span {
  position: absolute;
  top: 24px;
  left: 24px;
  color: var(--mosa-green);
  font-family: var(--font-display);
  font-size: 2.35rem;
  line-height: 1;
}

.process-grid h3,
.milestone-grid h3,
.support-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.process-grid h3 {
  font-size: 2.25rem;
}

.process-grid p,
.milestone-grid p,
.support-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.deposit-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.deposit-section h2 {
  max-width: 900px;
}

.deposit-price {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.deposit-price strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.deposit-price p,
.deposit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.deposit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.deposit-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.deposit-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.deposit-rules {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.deposit-rules-heading {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.deposit-rules-heading h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.deposit-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.deposit-rule-grid article {
  min-height: 160px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.deposit-rule-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.deposit-rule-grid p,
.deposit-rule-note {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.roadmap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.roadmap-list div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.2);
}

.roadmap-list strong {
  color: var(--mosa-blue);
  font-family: var(--font-display);
  font-size: 54px;
  line-height: 1.05;
}

.roadmap-list div:nth-child(3n+1) strong {
  color: var(--mosa-yellow);
}

.roadmap-list div:nth-child(3n+2) strong {
  color: var(--mosa-blue);
}

.roadmap-list div:nth-child(3n) strong {
  color: var(--mosa-green);
}

.milestone-section h2 {
  max-width: 920px;
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.milestone-grid article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(52, 168, 83, 0.13), rgba(0, 0, 0, 0.18)),
    rgba(0, 0, 0, 0.22);
}

.milestone-grid strong {
  width: fit-content;
  margin-bottom: 56px;
  padding: 7px 11px;
  border: 1px solid rgba(52, 168, 83, 0.36);
  border-radius: 999px;
  color: #bfffd2;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.milestone-grid h3 {
  margin-top: auto;
  font-size: 2.35rem;
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-grid article {
  min-height: 186px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.support-grid article:nth-child(1) {
  border-top-color: rgba(248, 196, 0, 0.56);
}

.support-grid article:nth-child(2) {
  border-top-color: rgba(66, 133, 244, 0.56);
}

.support-grid article:nth-child(3) {
  border-top-color: rgba(52, 168, 83, 0.56);
}

.support-grid article:nth-child(4) {
  border-top-color: rgba(234, 67, 53, 0.56);
}

.support-grid h3 {
  font-size: 2rem;
}

.dark-band {
  background:
    linear-gradient(135deg, rgba(66, 133, 244, 0.08), transparent 34%),
    rgba(52, 168, 83, 0.07);
}

.inclusion-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.inclusion-list p {
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #eefeed;
  font-weight: 800;
}

.inclusion-list p::before {
  content: "✓";
  margin-right: 10px;
  color: var(--mosa-green);
}

.outcome-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.outcome-box ul,
.fit-section ul {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
}

.outcome-box li,
.fit-section li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.outcome-box li:last-child,
.fit-section li:last-child {
  border-bottom: 0;
}

.outcome-box li::before,
.fit-section li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mosa-green);
}

.proof-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.proof-wall figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
}

.proof-wall img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.proof-wall figcaption {
  padding: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.proof-wall figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
}

.proof-wall figcaption p {
  margin: 0 0 12px;
}

.proof-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-points li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  line-height: 1.58;
}

.proof-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
}

.ops-copy {
  max-width: 780px;
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ops-grid article {
  min-height: 100%;
  padding: 22px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.ops-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.42;
}

.ops-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.fit-good,
.fit-bad {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.fit-good h2,
.fit-bad h2 {
  padding: 24px 26px;
  font-size: 3.7rem;
  line-height: 1.14;
}

.fit-good {
  border-color: rgba(52, 168, 83, 0.56);
  background:
    linear-gradient(180deg, rgba(52, 168, 83, 0.18), rgba(7, 22, 10, 0.7)),
    rgba(52, 168, 83, 0.1);
  box-shadow: inset 0 1px 0 rgba(171, 232, 189, 0.22);
}

.fit-bad {
  border-color: rgba(234, 67, 53, 0.58);
  background:
    linear-gradient(180deg, rgba(234, 67, 53, 0.26), rgba(31, 7, 3, 0.82)),
    rgba(234, 67, 53, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 190, 181, 0.18);
}

.fit-good h2 {
  color: #f4fff2;
}

.fit-bad h2 {
  color: #ffe0d9;
}

.fit-good li {
  border-bottom-color: rgba(52, 168, 83, 0.18);
  color: rgba(241, 255, 242, 0.9);
}

.fit-bad li {
  border-bottom-color: rgba(234, 67, 53, 0.18);
  color: rgba(255, 232, 226, 0.9);
}

.fit-good li::before {
  content: "✓";
  color: var(--mosa-green);
}

.fit-bad li::before {
  content: "×";
  color: var(--mosa-red);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  flex: 0 0 auto;
  color: var(--mosa-blue);
  font-size: 28px;
  line-height: 0.9;
}

.faq-answer {
  display: none;
  padding-top: 14px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.final-cta {
  padding: 96px 0 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.final-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.42);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
}

.footer-inner strong {
  color: #fff;
  font-weight: 900;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a,
.thank-you-privacy a,
.legal-page a,
.sale-page .sale-footer-bottom a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thank-you-privacy {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(248, 196, 0, 0.16), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(43, 217, 111, 0.12), transparent 28%),
    #0e0b08;
  color: #f2efe4;
}

.legal-shell {
  padding-top: 72px;
  padding-bottom: 72px;
}

.legal-panel {
  max-width: 900px;
}

.legal-panel h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-hook);
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.legal-section {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid rgba(242, 239, 228, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.legal-section h2 {
  margin: 0 0 10px;
  color: #f8c400;
  font-size: 1.25rem;
}

.legal-section p {
  margin: 0;
  color: rgba(242, 239, 228, 0.76);
  line-height: 1.75;
}

.legal-section p + p {
  margin-top: 10px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--amber);
  color: #11100b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.floating-cta.is-visible {
  display: inline-flex;
}

.interview-page,
.thank-you-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.site-header {
  border-bottom: 1px solid #d9dcd2;
  background: var(--paper);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 900;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.static-header {
  position: relative;
}

.interview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.interview-copy h1,
.thank-you-panel h1 {
  color: var(--ink);
  font-size: 4.85rem;
  line-height: 1.14;
}

.interview-copy .section-kicker,
.thank-you-panel .section-kicker {
  color: var(--green-2);
}

.body-copy {
  margin-top: 20px;
  color: #4b5047;
  font-size: 18px;
  line-height: 1.75;
}

.interview-alert {
  margin-top: 24px;
  padding: 18px;
  border-left: 8px solid var(--green);
  background: #e8f5e9;
  color: var(--ink);
  font-weight: 800;
}

.interview-note-list,
.thank-you-steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.interview-note-list > div,
.thank-you-steps > div,
.interview-form-shell,
.thank-you-panel {
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
}

.interview-note-list > div,
.thank-you-steps > div {
  padding: 18px;
}

.interview-note-list strong,
.thank-you-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 900;
}

.interview-note-list p,
.thank-you-steps p {
  margin: 0;
  color: #4b5047;
}

.interview-form-shell,
.thank-you-panel {
  padding: 24px;
}

.interview-chat-shell {
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: hidden;
}

.chat-shell-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #d9dcd2;
  background: #fbfcf8;
}

.chat-shell-avatar,
.chat-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
}

.chat-shell-meta {
  display: grid;
  gap: 2px;
}

.chat-shell-kicker {
  margin: 0;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.chat-shell-meta strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.chat-shell-meta p:last-child {
  margin: 0;
  color: #596052;
  font-size: 14px;
  line-height: 1.5;
}

.screening-progress {
  height: 8px;
  margin: 0 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e8dc;
}

.screening-progress span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mosa-green), var(--mosa-blue));
  transition: width 0.25s ease;
}

.chat-transcript {
  display: grid;
  gap: 14px;
  max-height: 470px;
  overflow-y: auto;
  padding: 0 24px 2px;
  scroll-behavior: smooth;
}

.chat-row {
  display: grid;
  gap: 10px;
  align-items: start;
}

.chat-row.bot {
  grid-template-columns: auto minmax(0, 1fr);
}

.chat-row.user {
  justify-items: end;
}

.chat-bubble {
  max-width: min(100%, 620px);
  padding: 16px 18px;
  border: 1px solid #e1e4dc;
  border-radius: 8px;
  background: #fff;
  color: #2e352c;
  line-height: 1.68;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.chat-row.user .chat-bubble {
  border-color: rgba(52, 168, 83, 0.42);
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.challenge-chat-form {
  padding: 0 24px 24px;
}

.screening-answer {
  display: grid;
  gap: 12px;
}

.screening-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #f7f8f3;
}

.screening-contact-grid {
  display: grid;
  gap: 12px;
}

.screening-options {
  display: grid;
  gap: 10px;
}

.screening-options.multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screening-option,
.screening-secondary,
.screening-back {
  min-height: 50px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  text-align: left;
}

.screening-option:hover,
.screening-option.selected {
  border-color: rgba(52, 168, 83, 0.64);
  background: #eef6ed;
}

.screening-secondary,
.screening-back {
  background: transparent;
  text-align: center;
}

.screening-back:disabled,
.screening-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.screening-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.screening-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.screening-confirm {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 16px;
  border-radius: 8px;
  background: #eef6ed;
}

.screening-confirm input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.screening-result {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.screening-result.hot {
  border: 1px solid rgba(52, 168, 83, 0.5);
}

.screening-result.medium {
  border: 1px solid rgba(248, 196, 0, 0.68);
}

.screening-result.review {
  border: 1px solid rgba(66, 133, 244, 0.48);
}

.screening-result-label {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.screening-result strong {
  color: var(--ink);
  font-size: 20px;
}

.screening-result p {
  margin: 0;
  color: #4b5047;
  line-height: 1.62;
}

.screening-summary {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e1e4dc;
  border-radius: 8px;
  background: #fff;
}

.screening-summary div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #e8ebe2;
}

.screening-summary div:last-child {
  border-bottom: 0;
}

.screening-summary span {
  color: #6a7265;
  font-size: 13px;
  font-weight: 900;
}

.screening-summary strong {
  color: var(--ink);
  font-weight: 800;
}

.challenge-form {
  display: grid;
  gap: 16px;
}

.form-brief {
  padding: 18px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #f7f8f3;
}

.form-brief strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.form-brief p {
  margin: 0 0 12px;
  color: #4b5047;
}

.form-brief-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #4b5047;
}

.checkbox-stack {
  display: grid;
  gap: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.challenge-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.challenge-form input,
.challenge-form select,
.challenge-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #c8ccbf;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.challenge-form textarea {
  min-height: 120px;
  resize: vertical;
}

.challenge-form input:focus,
.challenge-form select:focus,
.challenge-form textarea:focus {
  outline: 3px solid rgba(52, 168, 83, 0.18);
  border-color: var(--green);
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 16px;
  border-radius: 8px;
  background: #eef6ed;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.form-message {
  min-height: 22px;
  font-size: 14px;
  font-weight: 900;
}

.form-message.error {
  color: #b00020;
}

.form-message.loading {
  color: var(--green-2);
}

.form-message.success {
  color: var(--green);
}

.thank-you-shell {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.thank-you-panel {
  max-width: 940px;
}

.thank-you-status,
.thank-you-reference {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
}

.thank-you-status {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.6;
}

.thank-you-status.warning {
  border-color: #f0c56a;
  background: #fff7e2;
}

.thank-you-reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.thank-you-reference span {
  color: #4b5047;
  font-weight: 700;
}

.thank-you-reference strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0;
}

.admin-page {
  min-height: 100vh;
  color: var(--ink);
  background: #eef0e7;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.admin-panel {
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 18, 15, 0.08);
}

.admin-topbar,
.admin-actions,
.admin-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 22px 24px;
  border-bottom: 1px solid #d9dcd2;
  background: rgba(255, 255, 255, 0.96);
}

.admin-eyebrow {
  margin: 0 0 4px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-topbar h1,
.admin-group h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.12;
  text-transform: uppercase;
}

.admin-topbar h1 {
  font-size: 3.1rem;
}

.admin-link,
.admin-reset {
  border: 0;
  background: transparent;
  color: var(--green-2);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.admin-message {
  margin: 20px 24px 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.admin-message.success {
  background: #e8f5e9;
  color: #145a20;
}

.admin-message.error {
  background: #ffebee;
  color: #9b1222;
}

.admin-login,
.admin-content-form {
  padding: 24px;
}

.admin-login {
  display: grid;
  max-width: 460px;
  gap: 14px;
}

.admin-actions {
  position: sticky;
  top: 92px;
  z-index: 4;
  padding: 14px 0 22px;
  background: rgba(255, 255, 255, 0.96);
}

.admin-search {
  flex: 1 1 auto;
  max-width: 560px;
}

.admin-login label,
.admin-search,
.admin-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.admin-login input,
.admin-search input,
.admin-field input,
.admin-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8ccbf;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
}

.admin-field textarea {
  min-height: 118px;
  resize: vertical;
}

.admin-login input:focus,
.admin-search input:focus,
.admin-field input:focus,
.admin-field textarea:focus {
  outline: 3px solid rgba(52, 168, 83, 0.18);
  border-color: var(--green);
}

.admin-group {
  padding: 24px 0 8px;
  border-top: 1px solid #edf0e7;
}

.admin-group h2 {
  margin-bottom: 16px;
  color: var(--green-2);
  font-size: 2.3rem;
}

.admin-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-field {
  align-content: start;
  padding: 14px;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fbfcf8;
}

.admin-field span {
  color: #596052;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.admin-bottom-actions {
  position: sticky;
  bottom: 0;
  z-index: 4;
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 1px solid #d9dcd2;
  background: rgba(255, 255, 255, 0.96);
}

.curriculum-form {
  padding: 24px;
}

.curriculum-actions {
  align-items: end;
}

.curriculum-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.curriculum-admin-note {
  padding: 16px 18px;
  border: 1px solid #d9e6c7;
  border-radius: 8px;
  background: #f8fbf2;
}

.curriculum-admin-note p {
  margin: 8px 0 0;
  color: #3f453c;
}

.curriculum-day-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.curriculum-day-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.curriculum-day-card > header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.curriculum-day-card > header strong {
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.curriculum-fields {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
}

.curriculum-fields label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.curriculum-fields input,
.curriculum-fields textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8ccbf;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
}

.curriculum-fields textarea {
  resize: vertical;
}

.curriculum-fields label:nth-child(n + 3) {
  grid-column: span 2;
}

.curriculum-bottom-actions {
  padding-bottom: 4px;
}

@media (max-width: 980px) {
  .two-col,
  .interview-layout,
  .support-panel,
  .curriculum-fields {
    grid-template-columns: 1fr;
  }

  .curriculum-fields label:nth-child(n + 3) {
    grid-column: auto;
  }

  .vsl-hero {
    padding: 42px 0 70px;
  }

  .vsl-hero::before {
    background:
      linear-gradient(180deg, var(--brief) 0 74%, #191b15 74% 100%),
      linear-gradient(rgba(16, 18, 15, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 18, 15, 0.05) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
  }

  .hero-stack {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "lead"
      "stamp"
      "kicker"
      "title"
      "subtitle"
      "cta"
      "media"
      "proof";
    gap: 16px;
    align-items: start;
  }

  .pre-headline,
  .hero-subtitle,
  .hero-stack h1 {
    max-width: 760px;
  }

  .hero-stack h1 {
    font-size: 3.7rem;
  }

  .vsl-card {
    max-width: 760px;
    margin-top: 22px;
  }

  .narrow-copy h2,
  .section h2,
  .final-cta h2,
  .interview-copy h1,
  .thank-you-panel h1 {
    font-size: 3.75rem;
  }

  .step-list h3,
  .fit-good h2,
  .fit-bad h2 {
    font-size: 3rem;
  }

  .quick-proof,
  .ops-grid,
  .deposit-grid,
  .milestone-grid,
  .roadmap-list,
  .proof-wall {
    grid-template-columns: 1fr;
  }

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

  .admin-fields {
    grid-template-columns: 1fr;
  }

  .quick-proof > div {
    border-right: 0;
    border-bottom: 1px solid rgba(248, 196, 0, 0.18);
  }

  .quick-proof > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(1160px, calc(100% - 32px));
  }

  .ticker {
    position: static;
  }

  .ticker-track {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 14px;
    padding: 10px 0;
  }

  .ticker span {
    flex: 0 1 auto;
    font-size: 11px;
    line-height: 1.35;
  }

  .ticker span:nth-child(n+4) {
    display: none;
  }

  .vsl-hero {
    padding: 28px 0 56px;
  }

  .vsl-hero::before {
    background:
      linear-gradient(180deg, var(--brief) 0 78%, #191b15 78% 100%),
      linear-gradient(rgba(16, 18, 15, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 18, 15, 0.05) 1px, transparent 1px);
    background-size: auto, 46px 46px, 46px 46px;
  }

  .hero-stack {
    gap: 14px;
  }

  .logo-mark {
    margin-bottom: 12px;
  }

  .pre-headline {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.58;
  }

  .green-stamp {
    padding: 8px 12px 8px 14px;
    font-size: 1.58rem;
  }

  .hero-stack h1 {
    font-size: 2.58rem;
    line-height: 1.15;
    word-spacing: 0.02em;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-kicker,
  .section-kicker {
    font-size: 12px;
  }

  .vsl-card {
    margin-top: 16px;
    border-radius: 8px;
    box-shadow:
      8px 8px 0 rgba(234, 67, 53, 0.34),
      -8px -8px 0 rgba(66, 133, 244, 0.16),
      0 24px 58px rgba(0, 0, 0, 0.38);
  }

  .vsl-label {
    top: 13px;
    left: 14px;
    max-width: 75%;
  }

  .youtube-badge {
    right: 14px;
    bottom: 12px;
    font-size: 12px;
  }

  .big-cta {
    min-height: 64px;
    margin-top: 14px;
    padding: 18px;
    font-size: 1.76rem;
    line-height: 1.18;
  }

  .quick-proof {
    margin-top: 28px;
  }

  .section,
  .letter-section,
  .final-cta {
    padding: 64px 0;
  }

  .narrow-copy h2,
  .section h2,
  .final-cta h2,
  .interview-copy h1,
  .thank-you-panel h1 {
    font-size: 2.7rem;
    line-height: 1.16;
  }

  .step-list h3,
  .process-grid h3,
  .milestone-grid h3,
  .fit-good h2,
  .fit-bad h2 {
    font-size: 2.35rem;
    line-height: 1.16;
  }

  .process-grid article {
    min-height: auto;
    padding: 22px 20px 22px 76px;
  }

  .deposit-price {
    padding: 20px;
  }

  .deposit-price strong {
    font-size: 2.8rem;
  }

  .process-grid span {
    top: 22px;
    left: 20px;
    font-size: 1.95rem;
  }

  .milestone-grid,
  .support-grid,
  .deposit-grid,
  .deposit-rule-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .milestone-grid article,
  .support-grid article,
  .deposit-grid article,
  .deposit-rule-grid article {
    min-height: auto;
    padding: 20px;
  }

  .milestone-grid strong {
    margin-bottom: 34px;
  }

  .admin-topbar h1 {
    font-size: 2.35rem;
  }

  .admin-group h2 {
    font-size: 1.95rem;
  }

  .roadmap-list div {
    grid-template-columns: 62px 1fr;
    padding: 18px;
  }

  .roadmap-list strong {
    font-size: 40px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .interview-form-shell,
  .thank-you-panel {
    padding: 18px;
  }

  .interview-chat-shell {
    padding: 0;
  }

  .chat-shell-header {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .screening-progress {
    margin: 0 18px;
  }

  .chat-transcript {
    max-height: 420px;
    padding: 0 18px 2px;
  }

  .challenge-chat-form {
    padding: 0 18px 18px;
  }

  .screening-options.multi,
  .screening-summary div {
    grid-template-columns: 1fr;
  }

  .screening-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .screening-actions .btn,
  .screening-actions button {
    width: 100%;
  }
}

/* Sale page light theme: keep MOSA colors as accents, not large color fields. */
body.sale-page {
  color: var(--ink);
  background: #f5f6f8;
}

body.sale-page::before {
  background:
    linear-gradient(rgba(16, 18, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 15, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, #000 45%, transparent 100%);
}

.sale-page .ticker {
  border-bottom: 1px solid #e0e3e7;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.07);
}

.sale-page .ticker span {
  color: #3d4249;
}

.sale-page .vsl-hero {
  background: #f5f6f8;
}

.sale-page .vsl-hero::before {
  background:
    linear-gradient(90deg, #fbfbfc 0 58%, #edf0f4 58% 100%),
    linear-gradient(rgba(16, 18, 15, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 15, 0.035) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}

.sale-page .vsl-hero::after {
  background: rgba(248, 196, 0, 0.16);
}

.sale-page .green-stamp {
  color: #d64538;
  border-left-color: #d64538;
}

.sale-page .hero-kicker {
  color: #776016;
}

.sale-page .vsl-card {
  border-color: #d8dde5;
  box-shadow:
    14px 14px 0 rgba(234, 67, 53, 0.18),
    -14px -14px 0 rgba(66, 133, 244, 0.13),
    0 24px 56px rgba(17, 24, 39, 0.16);
}

.sale-page .play-button {
  background: #ee4e42;
  box-shadow: 0 0 0 14px rgba(234, 67, 53, 0.15);
}

.sale-page .big-cta {
  background: #f4c400;
  color: #111111;
  box-shadow: 0 14px 28px rgba(149, 113, 0, 0.12);
}

.sale-page .big-cta:hover {
  background: #ffd94a;
}

.sale-page .quick-proof {
  border-color: #dce1e7;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.sale-page .quick-proof > div {
  border-right-color: #e3e7ed;
}

.sale-page .quick-proof strong {
  color: #191d23;
}

.sale-page .quick-proof p {
  color: #59616c;
}

.sale-page .section,
.sale-page .letter-section,
.sale-page .final-cta {
  color: var(--ink);
  border-top: 1px solid #e2e6eb;
  background: #f7f8fa;
}

.sale-page .letter-section,
.sale-page .roadmap-section,
.sale-page .proof-section,
.sale-page .faq-section {
  background: #ffffff;
}

.sale-page .split-letter,
.sale-page .output-section,
.sale-page .fit-section,
.sale-page .final-cta {
  background: #f4f6f8;
}

.sale-page .dark-band {
  background: #eef2f5;
}

.sale-page .section h2,
.sale-page .letter-section h2,
.sale-page .final-cta h2,
.sale-page .step-list h3,
.sale-page .fit-good h2,
.sale-page .fit-bad h2 {
  color: var(--ink);
}

.sale-page .section-kicker {
  color: #356fc7;
}

.sale-page .narrow-copy p,
.sale-page .step-list p,
.sale-page .band-copy,
.sale-page .roadmap-list p,
.sale-page .faq-answer p,
.sale-page .proof-wall figcaption {
  color: #59616c;
}

.sale-page .step-list article,
.sale-page .faq-list,
.sale-page .faq-item {
  border-color: #dce2e8;
}

.sale-page .roadmap-list,
.sale-page .inclusion-list {
  border-color: #dce2e8;
}

.sale-page .roadmap-list div,
.sale-page .inclusion-list p {
  border-color: #dce2e8;
  background: #ffffff;
}

.sale-page .inclusion-list p {
  color: #252b33;
}

.sale-page .outcome-box,
.sale-page .proof-wall figure {
  border-color: #dce2e8;
  background: #ffffff;
}

.sale-page .outcome-box li,
.sale-page .fit-section li {
  border-bottom-color: #e7ebef;
  color: #343b45;
}

.sale-page .fit-good,
.sale-page .fit-bad {
  border-color: #dce2e8;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.sale-page .fit-good {
  border-top: 6px solid rgba(52, 168, 83, 0.78);
}

.sale-page .fit-bad {
  border-top: 6px solid rgba(234, 67, 53, 0.78);
}

.sale-page .fit-good li,
.sale-page .fit-bad li {
  color: #343b45;
  border-bottom-color: #e7ebef;
}

.sale-page .faq-question {
  color: var(--ink);
}

.sale-page .site-footer {
  border-top: 1px solid #e2e6eb;
  background: #ffffff;
}

.sale-page .footer-inner {
  color: #59616c;
}

.sale-page .footer-inner strong {
  color: var(--ink);
}

@media (max-width: 980px) {
  .sale-page .vsl-hero::before {
    background:
      linear-gradient(180deg, #fbfbfc 0 68%, #edf0f4 68% 100%),
      linear-gradient(rgba(16, 18, 15, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 18, 15, 0.035) 1px, transparent 1px);
    background-size: auto, 56px 56px, 56px 56px;
  }
}

@media (max-width: 640px) {
  .sale-page .vsl-hero::before {
    background:
      linear-gradient(180deg, #fbfbfc 0 70%, #edf0f4 70% 100%),
      linear-gradient(rgba(16, 18, 15, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 18, 15, 0.035) 1px, transparent 1px);
    background-size: auto, 48px 48px, 48px 48px;
  }

  .sale-page .vsl-card {
    box-shadow:
      8px 8px 0 rgba(234, 67, 53, 0.16),
      -8px -8px 0 rgba(66, 133, 244, 0.12),
      0 18px 42px rgba(17, 24, 39, 0.14);
  }
}

/* Align sale page structure with the main luuvancanh.com event layout. */
body.sale-page {
  color: #ffffff;
  background:
    linear-gradient(180deg, #030504 0%, #050706 58%, #020302 100%);
}

body.sale-page::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
}

.sale-page .ticker {
  position: sticky;
  top: 0;
  border-bottom: 0;
  background: #d60000;
  box-shadow: 0 12px 30px rgba(126, 0, 0, 0.26);
}

.sale-page .ticker-track {
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.sale-page .ticker span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.sale-page .ticker span:first-child {
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
}

.sale-page .vsl-hero {
  min-height: calc(100dvh - 70px);
  padding: 118px 0 86px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 100%, rgba(214, 0, 0, 0.14), transparent 32%),
    linear-gradient(180deg, #030504 0%, #050706 100%);
}

.sale-page .vsl-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 60px 60px;
}

.sale-page .vsl-hero::after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  background:
    linear-gradient(150deg, transparent 0 58%, rgba(214, 0, 0, 0.14) 58% 60%, transparent 60% 100%),
    linear-gradient(166deg, transparent 0 62%, rgba(46, 204, 113, 0.16) 62% 64%, transparent 64% 100%);
  clip-path: none;
}

.sale-page .hero-stack {
  grid-template-columns: 1fr;
  grid-template-areas:
    "logo"
    "lead"
    "stamp"
    "kicker"
    "title"
    "subtitle"
    "proof"
    "cta"
    "media";
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.sale-page .logo-mark {
  justify-self: center;
  margin-bottom: 8px;
  color: #ffffff;
}

.sale-page .pre-headline {
  max-width: 760px;
  margin: 0 auto 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.12rem;
  line-height: 1.7;
}

.sale-page .green-stamp {
  justify-self: center;
  padding: 12px 32px;
  border: 1px solid rgba(54, 219, 117, 0.54);
  border-radius: 999px;
  background: #11783d;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.sale-page .hero-kicker {
  margin-top: 8px;
  color: #2bd96f;
  font-size: 1rem;
}

.sale-page .hero-stack h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(3.65rem, 6.4vw, 5.7rem);
  line-height: 1.04;
  text-align: center;
  text-wrap: balance;
  word-spacing: 0.03em;
}

.sale-page .hero-subtitle {
  max-width: 760px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.18rem;
  line-height: 1.75;
}

.sale-page .quick-proof {
  width: min(860px, 100%);
  margin-top: 22px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.sale-page .quick-proof > div {
  padding: 48px 28px 24px;
  border-right-color: rgba(255, 255, 255, 0.15);
}

.sale-page .quick-proof strong {
  color: #ffffff;
}

.sale-page .quick-proof p {
  color: rgba(255, 255, 255, 0.68);
}

.sale-page .hero-cta-meta span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
}

.sale-page .hero-fit-note {
  color: rgba(255, 255, 255, 0.74);
}

.sale-page .big-cta {
  width: min(480px, 100%);
  min-height: 72px;
  margin-top: 10px;
  border: 4px solid #0b5d32;
  border-radius: 12px;
  background: #28c16b;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 18px 0 rgba(0, 0, 0, 0.32);
}

.sale-page .big-cta:hover {
  background: #31d77a;
}

.sale-page .vsl-card {
  width: min(760px, 100%);
  margin-top: 26px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.sale-page .play-button {
  background: #ef1212;
}

.sale-page .section,
.sale-page .letter-section,
.sale-page .final-cta {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #050706;
  background-size: 60px 60px, 60px 60px, auto;
}

.sale-page .letter-section,
.sale-page .roadmap-section,
.sale-page .proof-section,
.sale-page .faq-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #050706;
  background-size: 60px 60px, 60px 60px, auto;
}

.sale-page .split-letter,
.sale-page .output-section,
.sale-page .fit-section,
.sale-page .final-cta,
.sale-page .dark-band {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #070908;
  background-size: 60px 60px, 60px 60px, auto;
}

.sale-page .section h2,
.sale-page .letter-section h2,
.sale-page .final-cta h2,
.sale-page .step-list h3,
.sale-page .fit-good h2,
.sale-page .fit-bad h2 {
  color: #ffffff;
}

.sale-page .section-kicker,
.sale-page .step-list span {
  color: #ff1b1b;
}

.sale-page .narrow-copy p,
.sale-page .step-list p,
.sale-page .band-copy,
.sale-page .process-grid p,
.sale-page .roadmap-list p,
.sale-page .milestone-grid p,
.sale-page .support-grid p,
.sale-page .faq-answer p,
.sale-page .proof-wall figcaption {
  color: rgba(255, 255, 255, 0.7);
}

.sale-page .roadmap-list,
.sale-page .inclusion-list,
.sale-page .outcome-box,
.sale-page .proof-wall figure,
.sale-page .process-grid article,
.sale-page .deposit-price,
.sale-page .deposit-grid article,
.sale-page .milestone-grid article,
.sale-page .support-grid article,
.sale-page .fit-good,
.sale-page .fit-bad {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.sale-page .process-section {
  background:
    linear-gradient(135deg, rgba(214, 0, 0, 0.12), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #060807;
  background-size: auto, 60px 60px, 60px 60px, auto;
}

.sale-page .deposit-section {
  background:
    linear-gradient(135deg, rgba(248, 196, 0, 0.12), transparent 36%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #070806;
  background-size: auto, 60px 60px, 60px 60px, auto;
}

.sale-page .process-grid article {
  background:
    linear-gradient(90deg, rgba(40, 193, 107, 0.14), transparent 44%),
    rgba(255, 255, 255, 0.055);
}

.sale-page .process-grid span {
  color: #2bd96f;
}

.sale-page .process-grid h3,
.sale-page .deposit-grid h3,
.sale-page .milestone-grid h3,
.sale-page .support-grid h3 {
  color: #ffffff;
}

.sale-page .ops-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
}

.sale-page .ops-grid strong {
  color: #ffffff;
}

.sale-page .ops-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.sale-page .deposit-price {
  background:
    linear-gradient(135deg, rgba(248, 196, 0, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.sale-page .deposit-price strong {
  color: #ffd34f;
}

.sale-page .deposit-grid article:nth-child(1) {
  border-top-color: rgba(248, 196, 0, 0.58);
}

.sale-page .deposit-grid article:nth-child(2) {
  border-top-color: rgba(52, 168, 83, 0.58);
}

.sale-page .deposit-grid article:nth-child(3) {
  border-top-color: rgba(234, 67, 53, 0.58);
}

.sale-page .deposit-grid article:nth-child(4) {
  border-top-color: rgba(66, 133, 244, 0.58);
}

.sale-page .milestone-section {
  background:
    linear-gradient(180deg, rgba(40, 193, 107, 0.08), transparent 42%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #050706;
  background-size: auto, 60px 60px, 60px 60px, auto;
}

.sale-page .milestone-grid article {
  background:
    linear-gradient(180deg, rgba(40, 193, 107, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.sale-page .milestone-grid strong {
  border-color: rgba(43, 217, 111, 0.4);
  color: #bfffd2;
  background: rgba(43, 217, 111, 0.08);
}

.sale-page .support-section {
  background:
    linear-gradient(135deg, rgba(66, 133, 244, 0.1), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #070908;
  background-size: auto, 60px 60px, 60px 60px, auto;
}

.sale-page .support-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.sale-page .proof-wall figcaption strong {
  color: #ffffff;
}

.sale-page .proof-points li {
  color: rgba(255, 255, 255, 0.74);
}

.sale-page .roadmap-list div,
.sale-page .inclusion-list p {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.sale-page .inclusion-list p,
.sale-page .outcome-box li,
.sale-page .fit-section li {
  color: rgba(255, 255, 255, 0.82);
}

.sale-page .faq-question {
  color: #ffffff;
}

.sale-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #030504;
}

.sale-page .footer-inner,
.sale-page .footer-inner p {
  color: rgba(255, 255, 255, 0.7);
}

.sale-page .footer-inner strong {
  color: #ffffff;
}

@media (max-width: 980px) {
  .sale-page .vsl-hero {
    padding: 82px 0 66px;
  }

  .sale-page .vsl-hero::before {
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: 54px 54px;
  }

  .sale-page .hero-stack h1 {
    font-size: clamp(3.2rem, 10vw, 4.6rem);
  }
}

@media (max-width: 640px) {
  .sale-page .ticker-track {
    min-height: auto;
    justify-content: flex-start;
    gap: 8px 16px;
  }

  .sale-page .ticker span:first-child {
    padding: 0;
    border: 0;
  }

  .sale-page .vsl-hero {
    padding: 52px 0 56px;
  }

  .sale-page .hero-stack {
    text-align: left;
    justify-items: start;
  }

  .sale-page .hero-cta-meta {
    justify-content: flex-start;
  }

  .sale-page .logo-mark,
  .sale-page .green-stamp,
  .sale-page .big-cta,
  .sale-page .vsl-card {
    justify-self: stretch;
  }

  .sale-page .hero-fit-note,
  .sale-page .pre-headline,
  .sale-page .hero-subtitle,
  .sale-page .hero-stack h1 {
    text-align: left;
  }

  .sale-page .hero-stack h1 {
    font-size: 2.42rem;
    line-height: 1.08;
  }

  .sale-page .green-stamp {
    justify-content: center;
    font-size: 13px;
  }

  .sale-page .big-cta {
    font-size: 1.58rem;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.32);
  }

.sale-page .quick-proof > div {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
}

.student-page {
  min-height: 100vh;
  color: var(--ink);
  background: #eef0e7;
}

.student-shell {
  width: min(1840px, calc(100% - clamp(20px, 2.5vw, 48px)));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.student-panel,
.portal-admin-card {
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 18, 15, 0.08);
}

.student-panel {
  padding: 24px;
}

.student-login-panel {
  width: min(520px, 100%);
  margin: 0 auto;
}

.student-topbar,
.portal-student-header,
.portal-admin-links {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.student-topbar h1,
.portal-admin-card h2,
.student-assignment-card h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.08;
  text-transform: uppercase;
}

.student-topbar h1 {
  font-size: 3.2rem;
}

.student-muted {
  margin: 10px 0 0;
  color: #596052;
}

.student-help-links {
  text-align: center;
}

.student-form {
  display: grid;
  gap: 14px;
}

.student-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.student-form input,
.student-form textarea,
.student-form select,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8ccbf;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
}

.student-form textarea,
.review-form textarea {
  min-height: 124px;
  resize: vertical;
}

.student-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 16px;
  margin-top: 24px;
}

.student-stats article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.student-stats span {
  display: block;
  color: #596052;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.student-stats strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.student-stats article:last-child strong {
  font-size: clamp(1.65rem, 1.95vw, 2.2rem);
  white-space: nowrap;
}

.student-progress {
  width: 100%;
  height: 14px;
  margin-top: 18px;
  border-radius: 999px;
  overflow: hidden;
  background: #dfe4d6;
}

.student-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #24743d, #34a853);
}

.student-refund-box {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #d9e6c7;
  border-radius: 8px;
  background: #f5fbef;
}

.student-refund-box p {
  margin: 8px 0 0;
}

.student-referral-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.student-referral-grid article {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #dce8cf;
  border-radius: 8px;
  background: #fbfff7;
}

.student-referral-grid span,
.student-copy-link {
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.student-referral-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 1.18rem;
  overflow-wrap: anywhere;
}

.student-copy-link {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.student-copy-link input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8ccbf;
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  text-transform: none;
}

.student-referral-list,
.referral-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.student-referral-list article,
.referral-mini-list article {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #dde5d5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.student-referral-list strong,
.referral-mini-list strong {
  display: block;
  overflow-wrap: anywhere;
}

.lucky-star-use-box form {
  margin-top: 12px;
}

.commitment-panel code,
.student-refund-box code {
  word-break: break-all;
  font-size: 12px;
}

.commitment-document {
  margin-top: 26px;
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid #c9d3bd;
  border-radius: 8px;
  background: #fffdf7;
  color: #22281f;
}

.commitment-document-national {
  margin: 0 auto 18px;
  text-align: center;
}

.commitment-document-national p {
  margin: 2px 0;
  color: #20251e;
  font-weight: 900;
  line-height: 1.35;
}

.commitment-document-heading {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.commitment-document-heading > span {
  display: block;
  color: #2f7a3c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.commitment-document-heading h2 {
  margin: 8px 0 0;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  font-weight: 900;
  line-height: 1.2;
}

.commitment-document-heading h2 span {
  display: block;
}

.commitment-document-heading strong {
  display: block;
  margin-top: 10px;
  color: #3f453c;
  font-size: 0.98rem;
}

.commitment-document-heading p,
.commitment-document-notice {
  max-width: 1040px;
  color: #596052;
  line-height: 1.6;
}

.commitment-document-notice {
  margin: 18px auto 0;
  padding: 12px 14px;
  border-left: 4px solid #2f7a3c;
  background: #f4f9ee;
}

.commitment-document-warning {
  max-width: 1040px;
  margin: 14px auto 0;
  padding: 14px 16px;
  border: 1px solid #d9534f;
  border-left: 5px solid #d32f2f;
  border-radius: 8px;
  background: #fff1ee;
  color: #842019;
  font-weight: 900;
  line-height: 1.6;
}

.commitment-document-parties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.commitment-document-parties article {
  min-width: 0;
  border: 1px solid #d9dfd0;
  border-radius: 8px;
  overflow: hidden;
  background: #fbfcf8;
}

.commitment-document-parties h3 {
  margin: 0;
  padding: 13px 15px;
  border-bottom: 1px solid #d9dfd0;
  background: #eff6e9;
  font-size: 1rem;
  line-height: 1.35;
}

.commitment-document-parties dl {
  margin: 0;
}

.commitment-document-parties dl div {
  display: grid;
  grid-template-columns: minmax(130px, 0.62fr) minmax(0, 1fr);
  gap: 12px;
  padding: 12px 15px;
  border-top: 1px solid #edf0e8;
}

.commitment-document-parties dl div:first-child {
  border-top: 0;
}

.commitment-document-parties dt,
.commitment-document-parties dd {
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.commitment-document-parties dt {
  color: #596052;
  font-size: 0.86rem;
  font-weight: 900;
}

.commitment-document-parties dd {
  color: #20251e;
  font-weight: 800;
}

.commitment-document-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 10px;
  margin-top: 18px;
}

.commitment-document-meta article {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #e0e5d8;
  border-radius: 8px;
  background: #fbfcf8;
}

.commitment-document-meta span {
  display: block;
  color: #596052;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.commitment-document-meta strong {
  display: block;
  margin-top: 5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.commitment-document-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dfe5d7;
}

.commitment-document-section h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.commitment-document-section p {
  max-width: 1040px;
  margin: 9px 0 0;
  color: #3f453c;
  line-height: 1.72;
}

.commitment-document-section ul {
  max-width: 1040px;
  margin: 10px 0 0;
  padding-left: 22px;
  color: #3f453c;
  line-height: 1.72;
}

.commitment-document-section li {
  margin-top: 4px;
}

.commitment-document-date {
  margin: 26px 0 0;
  color: #3f453c;
  font-weight: 900;
  text-align: center;
}

.commitment-document-signers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.commitment-document-signers article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #d9dfd0;
  border-radius: 8px;
  background: #fbfcf8;
  text-align: center;
}

.commitment-document-signers strong,
.commitment-document-signers span,
.commitment-document-signers small {
  display: block;
  overflow-wrap: anywhere;
}

.commitment-document-signers strong {
  color: #20251e;
  font-size: 0.95rem;
}

.commitment-document-signers span {
  margin-top: 12px;
  color: #20251e;
  font-weight: 900;
}

.commitment-document-signers small {
  margin-top: 12px;
  color: #66705f;
  font-weight: 800;
}

.commitment-document-signature {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #cfe0c2;
  border-radius: 8px;
  background: #f5fbef;
}

.commitment-document-signature p {
  margin: 7px 0 0;
  color: #2c3329;
  line-height: 1.6;
}

.commitment-document-signature small {
  display: block;
  margin-top: 10px;
  color: #66705f;
  font-weight: 800;
}

.commitment-summary-grid,
.commitment-lines-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.commitment-summary-grid article,
.commitment-lines-grid article,
.signature-card {
  padding: 18px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.commitment-summary-grid article span {
  display: block;
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.commitment-summary-grid article p,
.commitment-lines-grid li,
.signature-card p {
  color: #3f453c;
  line-height: 1.55;
}

.commitment-lines-grid h2,
.signature-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.commitment-lines-grid article {
  display: grid;
  gap: 12px;
}

.commitment-lines-grid ol {
  margin: 0;
  padding-left: 20px;
}

.commitment-form {
  margin-top: 20px;
}

.signature-card {
  display: grid;
  gap: 14px;
}

.signature-pad-wrap {
  width: 100%;
  overflow-x: auto;
}

.signature-pad-wrap canvas {
  display: block;
  max-width: 100%;
  border: 1px dashed #9aa18f;
  border-radius: 8px;
  background: #fff;
  touch-action: none;
}

.signature-actions {
  display: flex;
  justify-content: flex-end;
}

.commitment-accept {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid #d9e6c7;
  border-radius: 8px;
  background: #f8fbf2;
}

.commitment-accept input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.commitment-accept.danger {
  border-color: #d9534f;
  background: #fff5f2;
}

.commitment-accept.danger span {
  color: #842019;
}

.student-timeline-card,
.student-deadline-summary,
.refund-eligibility-box {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #d9e6c7;
  border-radius: 8px;
  background: #f8fbf2;
}

.student-timeline-card,
.student-deadline-summary {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.deadline-focus {
  margin-bottom: 18px;
}

.student-timeline-card > div > span,
.student-deadline-summary > div > span {
  display: block;
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.student-timeline-card strong,
.student-deadline-summary strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.refund-eligibility-box p {
  margin: 4px 0 0;
  color: #3f453c;
}

.student-section {
  margin-top: 28px;
}

.student-section h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.student-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.student-day-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 18px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.student-day-card h3 {
  margin: 10px 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.student-day-card p {
  margin: 0;
  color: #596052;
  font-size: 15px;
}

.student-day-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #596052;
  font-size: 13px;
  font-weight: 700;
}

.student-day-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.day-chip,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.day-chip {
  color: #145a20;
  background: #e8f5e9;
}

.status-pill {
  border: 1px solid #d9dcd2;
  color: #596052;
  background: #f3f5ee;
}

.status-approved {
  border-color: #aad7b1;
  color: #145a20;
  background: #e8f5e9;
}

.status-revision {
  border-color: #f0d4a2;
  color: #8b5b00;
  background: #fff6e5;
}

.status-rejected {
  border-color: #efc1c6;
  color: #9b1222;
  background: #ffebee;
}

.status-submitted {
  border-color: #bed3f8;
  color: #1d4d9b;
  background: #eef4ff;
}

.status-pending {
  border-color: #d9dcd2;
  color: #596052;
  background: #f3f5ee;
}

.student-assignment-layout,
.portal-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 22px;
}

.student-assignment-card,
.student-submit-card {
  padding: 18px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.student-assignment-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.student-assignment-card li,
.student-current-status p {
  color: #3f453c;
}

.student-current-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.student-current-status p,
.student-current-status strong {
  margin: 10px 0 0;
}

.portal-admin-panel {
  padding-bottom: 24px;
}

.portal-admin-links {
  align-items: center;
}

.portal-admin-card {
  padding: 20px;
  margin: 24px;
}

.portal-admin-detail {
  margin: 24px;
}

.portal-admin-card h2 {
  font-size: 2.2rem;
}

.mentor-queue-card {
  display: grid;
  gap: 18px;
}

.mentor-queue-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.mentor-queue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mentor-queue-grid > article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fbfcf8;
}

.mentor-queue-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.mentor-queue-item {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px solid #e4e8dc;
}

.mentor-queue-item:first-of-type {
  border-top: 0;
}

.mentor-queue-item strong {
  color: var(--ink);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mentor-queue-item p {
  margin: 0;
  color: #596052;
  font-size: 13px;
  line-height: 1.5;
}

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

.portal-lead-list article {
  padding: 14px;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fbfcf8;
}

.portal-lead-list p {
  margin: 6px 0 0;
  color: #596052;
}

.lead-card-header,
.lead-actions {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.lead-status-form {
  margin-top: 12px;
}

.lead-crm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lead-history {
  padding: 12px 14px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.lead-history summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.lead-history p {
  margin: 8px 0 0;
  color: #596052;
  font-size: 13px;
  line-height: 1.5;
}

.lead-warning {
  margin: 10px 0 0;
  color: #9b1222;
  font-weight: 700;
}

.funnel-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.funnel-metrics-grid article,
.funnel-source-list,
.funnel-recent-list {
  padding: 16px;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fbfcf8;
}

.funnel-metrics-grid span,
.funnel-source-list strong,
.funnel-recent-list strong {
  display: block;
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.funnel-metrics-grid article strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.funnel-metrics-grid article p,
.funnel-source-list div,
.funnel-recent-list div {
  margin: 8px 0 0;
  color: #596052;
}

.funnel-source-list,
.funnel-recent-list {
  margin-top: 14px;
}

.funnel-source-list div,
.funnel-recent-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
}

.funnel-recent-list p {
  margin: 0;
  font-size: 12px;
}

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px;
}

.playbook-guide {
  margin: 24px;
}

.playbook-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #3f453c;
  line-height: 1.7;
}

.playbook-card {
  display: grid;
  gap: 14px;
  align-content: start;
  margin: 0;
}

.playbook-card p {
  margin: 0;
  color: #3f453c;
  line-height: 1.68;
}

.playbook-card-head {
  display: grid;
  gap: 10px;
}

.playbook-card-head h2 {
  margin: 0;
}

.playbook-block {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fbfcf8;
}

.playbook-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.playbook-block textarea {
  width: 100%;
  min-height: 180px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
}

.portal-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.portal-table {
  width: 100%;
  border-collapse: collapse;
}

.portal-table th,
.portal-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #edf0e7;
  vertical-align: top;
  text-align: left;
}

.portal-table th {
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.table-subline {
  margin-top: 4px;
  color: #596052;
  font-size: 13px;
}

.submission-preview {
  white-space: normal;
  line-height: 1.58;
}

.review-form {
  display: grid;
  gap: 8px;
}

.review-form textarea {
  min-width: 260px;
  min-height: 100px;
}

.deadline-extension-form,
.deadline-clear-form {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.deadline-extension-form input,
.deadline-extension-form textarea {
  width: min(280px, 100%);
  min-width: 220px;
  padding: 9px 10px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.deadline-extension-form textarea {
  min-height: 64px;
  resize: vertical;
}

.danger-link {
  color: #9b1222;
}

.portal-refund-card {
  margin: 0;
}

.referral-admin-box {
  align-items: start;
}

.star-adjust-form {
  width: min(360px, 100%);
  justify-self: end;
}

.report-snapshot-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #d9e6c7;
  border-radius: 8px;
  background: #f8fbf2;
}

.report-snapshot-box span,
.report-snapshot-strip span,
.report-snapshot-history > span {
  display: block;
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-snapshot-box strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
}

.report-snapshot-box p {
  margin: 8px 0 0;
  color: #3f453c;
}

.report-snapshot-box code,
.report-snapshot-strip code {
  word-break: break-all;
  font-size: 12px;
}

.report-snapshot-actions,
.report-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.report-page {
  background: #eef1e8;
}

.report-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 46px;
}

.report-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.report-snapshot-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr) minmax(140px, 0.4fr);
  gap: 12px;
  margin-bottom: 16px;
}

.report-snapshot-strip > div,
.report-snapshot-history {
  padding: 14px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
}

.report-snapshot-strip strong {
  display: block;
  margin-top: 6px;
}

.report-snapshot-history {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.report-snapshot-history > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-document {
  padding: 28px;
  border: 1px solid #d9dcd2;
  border-radius: 8px;
  background: #fff;
}

.report-header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 20px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 2px solid #1f251d;
}

.report-header h1 {
  margin: 4px 0 10px;
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

.report-verdict {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 16px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.report-verdict p,
.report-footer p {
  margin: 0;
  color: #3f453c;
}

.report-section {
  margin-top: 24px;
}

.report-section h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.report-info-grid,
.report-refund-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-refund-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-info-grid article,
.report-refund-grid article {
  padding: 14px;
  border: 1px solid #e4e8dc;
  border-radius: 8px;
  background: #fbfcf8;
}

.report-info-grid span,
.report-refund-grid span {
  display: block;
  color: #596052;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-info-grid strong,
.report-refund-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  line-height: 1.35;
}

.report-refund-grid p,
.report-answer,
.report-feedback {
  margin: 8px 0 0;
  color: #3f453c;
  line-height: 1.55;
}

.report-stats {
  margin-top: 0;
}

.report-table {
  font-size: 13px;
}

.report-table th,
.report-table td {
  padding: 11px 9px;
}

.report-answer,
.report-feedback {
  max-width: 360px;
  white-space: normal;
}

.report-footer {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #d9dcd2;
}

@media (max-width: 980px) {
  .student-stats,
  .student-day-grid,
  .student-assignment-layout,
  .portal-admin-grid,
  .commitment-summary-grid,
  .commitment-lines-grid,
  .commitment-document-parties,
  .commitment-document-signers,
  .student-referral-grid,
  .report-snapshot-box,
  .report-snapshot-strip,
  .report-header,
  .report-info-grid,
  .report-refund-grid {
    grid-template-columns: 1fr;
  }

  .mentor-queue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-crm-grid {
    grid-template-columns: 1fr;
  }

  .portal-admin-card {
    margin: 16px;
  }

  .star-adjust-form {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .student-shell {
    width: min(1240px, calc(100% - 20px));
    padding: 18px 0 32px;
  }

  .student-panel,
  .portal-admin-card {
    padding: 16px;
  }

  .commitment-document-parties dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .student-topbar,
  .portal-student-header,
  .portal-admin-links {
    flex-direction: column;
    align-items: start;
  }

  .funnel-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mentor-queue-grid {
    grid-template-columns: 1fr;
  }

  .playbook-grid {
    grid-template-columns: 1fr;
    margin: 16px;
  }

  .playbook-guide {
    margin: 16px;
  }

  .lead-card-header,
  .lead-actions,
  .playbook-block-head,
  .funnel-source-list div,
  .funnel-recent-list div {
    flex-direction: column;
    align-items: start;
  }

  .student-topbar h1 {
    font-size: 2.3rem;
  }

  .student-day-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .report-toolbar,
  .report-toolbar-actions,
  .report-snapshot-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .review-form textarea {
    min-width: 0;
  }
}

/* Vietnamese typography pass: headings need extra breathing room for accents. */
.hero-stack h1,
.section h2,
.letter-section h2,
.final-cta h2,
.interview-copy h1,
.thank-you-panel h1,
.process-grid h3,
.step-list h3,
.deposit-grid h3,
.deposit-rules-heading h3,
.milestone-grid h3,
.support-grid h3,
.fit-good h2,
.fit-bad h2,
.admin-topbar h1,
.admin-group h2,
.student-topbar h1,
.portal-admin-card h2,
.student-assignment-card h2,
.student-section h2,
.report-header h1,
.report-section h2 {
  font-weight: 900;
  line-height: 1.22;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sale-page .hero-stack h1 {
  max-width: 1080px;
  font-size: clamp(3.15rem, 5.05vw, 4.95rem);
  line-height: 1.18;
  word-spacing: 0.01em;
}

.sale-page .section h2,
.sale-page .letter-section h2,
.sale-page .final-cta h2 {
  line-height: 1.2;
}

.deposit-price strong,
.student-stats strong,
.funnel-metrics-grid strong {
  line-height: 1.18;
}

.ticker span,
.hero-kicker,
.section-kicker,
.admin-eyebrow,
.student-stats span,
.deposit-rule-grid span,
.student-timeline-card > div > span,
.student-deadline-summary > div > span {
  line-height: 1.42;
}

@media (min-width: 641px) {
  .sale-page .ticker-track {
    flex-wrap: nowrap;
  }

  .sale-page .ticker span {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.btn,
.big-cta,
.floating-cta,
.admin-link,
.admin-reset {
  line-height: 1.35;
  white-space: normal;
}

.faq-question {
  gap: 0;
}

.faq-question span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.student-form input,
.student-form textarea,
.student-form select,
.admin-login input,
.admin-search input,
.admin-field input,
.admin-field textarea {
  font-size: 16px;
}

@media (max-width: 980px) {
  .sale-page .hero-stack h1 {
    font-size: clamp(2.75rem, 8.4vw, 4.15rem);
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  .sale-page .hero-stack h1 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
    line-height: 1.22;
  }

  .narrow-copy h2,
  .section h2,
  .final-cta h2,
  .interview-copy h1,
  .thank-you-panel h1,
  .student-topbar h1,
  .admin-topbar h1 {
    line-height: 1.2;
  }
}

/* Public display system: condensed hooks, with readable admin/student pages. */
.hero-stack h1,
.section h2,
.letter-section h2,
.final-cta h2,
.interview-copy h1,
.thank-you-panel h1,
.process-grid h3,
.step-list h3,
.deposit-grid h3,
.deposit-rules-heading h3,
.milestone-grid h3,
.support-grid h3,
.fit-good h2,
.fit-bad h2,
.big-cta,
.deposit-price strong,
.roadmap-list strong,
.quick-proof > div::before {
  font-family: var(--font-hook);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sale-page .hero-stack h1 {
  font-family: var(--font-hero);
  font-weight: 800;
  font-size: clamp(3.4rem, 6vw, 5.65rem);
  line-height: 1.15;
  text-transform: uppercase;
  word-spacing: 0.03em;
}

.sale-page .section h2,
.sale-page .letter-section h2,
.sale-page .final-cta h2,
.sale-page .step-list h3,
.sale-page .fit-good h2,
.sale-page .fit-bad h2 {
  line-height: 1.12;
  text-wrap: balance;
  word-spacing: 0.02em;
}

.sale-page .process-grid h3,
.sale-page .deposit-grid h3,
.sale-page .deposit-rules-heading h3,
.sale-page .milestone-grid h3,
.sale-page .support-grid h3 {
  line-height: 1.14;
}

.interview-copy h1,
.thank-you-panel h1 {
  line-height: 1.16;
}

.admin-page .admin-topbar h1,
.admin-page .admin-group h2,
.admin-page .portal-admin-card h2,
.admin-page .report-header h1,
.admin-page .report-section h2,
.admin-page .student-stats strong,
.admin-page .funnel-metrics-grid article strong,
.student-page .student-topbar h1,
.student-page .portal-admin-card h2,
.student-page .student-assignment-card h2,
.student-page .student-section h2,
.student-page .student-stats strong,
.student-page .commitment-lines-grid h2,
.student-page .signature-card h2 {
  font-family: var(--font-body);
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}

.interview-chat-shell {
  font-family: var(--font-hook);
}

.interview-chat-shell .chat-shell-avatar {
  font-family: var(--font-hook);
  font-weight: 800;
}

.interview-chat-shell .chat-shell-kicker,
.interview-chat-shell .screening-result-label,
.interview-chat-shell .screening-summary span {
  font-family: var(--font-hook);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.interview-chat-shell .chat-shell-meta strong,
.interview-chat-shell .screening-result strong {
  font-family: var(--font-hook);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.interview-chat-shell .chat-shell-meta p:last-child,
.interview-chat-shell .chat-bubble,
.interview-chat-shell .screening-result p,
.interview-chat-shell .screening-summary strong {
  font-family: var(--font-hook);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.interview-chat-shell .screening-field {
  font-family: var(--font-hook);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
}

.interview-chat-shell .challenge-form input,
.interview-chat-shell .challenge-form select,
.interview-chat-shell .challenge-form textarea {
  font-family: var(--font-hook);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.interview-chat-shell .screening-option,
.interview-chat-shell .screening-secondary,
.interview-chat-shell .screening-back,
.interview-chat-shell .btn {
  font-family: var(--font-hook);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.12;
}

@media (max-width: 980px) {
  .sale-page .hero-stack h1 {
    font-size: clamp(2.85rem, 8.7vw, 4.25rem);
    line-height: 1.16;
  }
}

@media (max-width: 640px) {
  .sale-page .hero-stack h1 {
    font-size: clamp(2.25rem, 11vw, 3.05rem);
    line-height: 1.18;
  }
}

/* Reference-inspired depth pass: richer challenge background and a real closing footer. */
body.sale-page {
  background:
    linear-gradient(180deg, #020403 0%, #060806 42%, #090907 72%, #0e0b08 100%);
}

body.sale-page::before {
  background:
    repeating-linear-gradient(0deg, rgba(57, 255, 121, 0.035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 64px);
  background-size: 100% 100%, 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, #000 32%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
}

body.sale-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 18%, rgba(43, 217, 111, 0.07) 18% 19%, transparent 19% 55%, rgba(214, 0, 0, 0.055) 55% 56%, transparent 56% 100%),
    linear-gradient(180deg, rgba(43, 217, 111, 0.12) 0%, transparent 34%, rgba(248, 196, 0, 0.055) 64%, transparent 100%);
  opacity: 0.86;
}

.sale-page .vsl-hero {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(2, 7, 3, 0.84) 48%, rgba(3, 6, 4, 0.96) 100%),
    repeating-linear-gradient(90deg, rgba(43, 217, 111, 0.08) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 58px),
    #020403;
}

.sale-page .vsl-hero::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 34%, rgba(0, 0, 0, 0.36) 100%),
    repeating-linear-gradient(90deg, rgba(43, 217, 111, 0.05) 0 1px, transparent 1px 20px),
    repeating-linear-gradient(0deg, rgba(43, 217, 111, 0.035) 0 1px, transparent 1px 22px);
  background-size: auto, 280px 160px, 280px 160px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.88) 72%, transparent 100%);
}

.sale-page .vsl-hero::after {
  height: 320px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 6, 4, 0.52) 46%, #050706 100%),
    linear-gradient(150deg, transparent 0 58%, rgba(214, 0, 0, 0.18) 58% 59%, transparent 59% 100%),
    linear-gradient(166deg, transparent 0 62%, rgba(43, 217, 111, 0.2) 62% 63%, transparent 63% 100%);
}

.sale-page .section,
.sale-page .letter-section,
.sale-page .final-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 64px),
    #050706;
}

.sale-page .process-section,
.sale-page .deposit-section,
.sale-page .milestone-section,
.sale-page .support-section,
.sale-page .letter-section,
.sale-page .roadmap-section,
.sale-page .proof-section,
.sale-page .faq-section,
.sale-page .split-letter,
.sale-page .output-section,
.sale-page .fit-section,
.sale-page .dark-band {
  background:
    linear-gradient(120deg, rgba(43, 217, 111, 0.045), transparent 30%, rgba(214, 0, 0, 0.035) 72%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 64px),
    #060807;
}

.sale-page .quick-proof,
.sale-page .roadmap-list,
.sale-page .inclusion-list,
.sale-page .outcome-box,
.sale-page .proof-wall figure,
.sale-page .process-grid article,
.sale-page .deposit-price,
.sale-page .deposit-grid article,
.sale-page .milestone-grid article,
.sale-page .support-grid article,
.sale-page .fit-good,
.sale-page .fit-bad,
.sale-page .faq-list {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 70px rgba(0, 0, 0, 0.2);
}

.sale-page .final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0.94) 0%, rgba(14, 11, 8, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(248, 196, 0, 0.035) 0 1px, transparent 1px 72px),
    #0e0b08;
}

.sale-page .final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(248, 196, 0, 0.11) 44% 45%, transparent 45% 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}

.sale-page .final-box {
  position: relative;
  z-index: 1;
}

.sale-page .sale-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 36px;
  border-top: 1px solid rgba(248, 196, 0, 0.16);
  background:
    linear-gradient(180deg, #0e0b08 0%, #090705 100%);
}

.sale-page .sale-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(248, 196, 0, 0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 56px),
    linear-gradient(130deg, transparent 0 54%, rgba(43, 217, 111, 0.08) 54% 55%, transparent 55% 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.76) 70%, transparent 100%);
  pointer-events: none;
}

.sale-page .sale-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 42px;
}

.sale-page .sale-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr) auto;
  gap: 28px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(242, 239, 228, 0.14);
}

.sale-page .sale-footer-brand {
  color: #ffffff;
  font-family: var(--font-hook);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.sale-page .sale-footer-main p,
.sale-page .sale-footer-grid p,
.sale-page .sale-footer-bottom p {
  margin: 0;
  color: rgba(242, 239, 228, 0.72);
  line-height: 1.68;
}

.sale-page .sale-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 22px;
  border: 1px solid rgba(43, 217, 111, 0.48);
  border-radius: 999px;
  background: #28c16b;
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 0 rgba(0, 0, 0, 0.25);
}

.sale-page .sale-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sale-page .sale-footer-grid section {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(242, 239, 228, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.sale-page .sale-footer-grid h2 {
  margin: 0 0 12px;
  color: #f8c400;
  font-family: var(--font-hook);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.sale-page .sale-footer-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 2px;
  padding-right: 104px;
  color: rgba(242, 239, 228, 0.62);
  font-size: 13px;
}

.sale-page .sale-footer-bottom p:first-child {
  max-width: 760px;
}

@media (max-width: 980px) {
  .sale-page .sale-footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sale-page .sale-footer-cta {
    justify-self: start;
  }

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

@media (max-width: 640px) {
  body.sale-page::before {
    background:
      repeating-linear-gradient(0deg, rgba(57, 255, 121, 0.03) 0 1px, transparent 1px 42px),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 48px);
  }

  .sale-page .sale-footer {
    padding: 54px 0 118px;
  }

  .sale-page .sale-footer-main {
    gap: 20px;
    padding-bottom: 26px;
  }

  .sale-page .sale-footer-brand {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .sale-page .sale-footer-grid section {
    min-height: auto;
  }

  .sale-page .sale-footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding-right: 94px;
  }
}

/* Mobile editorial pass: fewer AI-looking left rails, stronger centered hooks. */
@media (max-width: 640px) {
  .sale-page .hero-stack {
    text-align: center;
    justify-items: center;
    gap: 16px;
  }

  .sale-page .hero-cta-meta {
    justify-content: center;
  }

  .sale-page .pre-headline,
  .sale-page .hero-kicker,
  .sale-page .hero-subtitle,
  .sale-page .hero-fit-note,
  .sale-page .hero-stack h1,
  .sale-page .section-kicker,
  .sale-page .section h2,
  .sale-page .letter-section h2,
  .sale-page .final-cta h2,
  .sale-page .narrow-copy,
  .sale-page .narrow-copy h2,
  .sale-page .narrow-copy p,
  .sale-page .band-copy,
  .sale-page .ops-copy,
  .sale-page .deposit-rules-heading,
  .sale-page .milestone-section h2,
  .sale-page .support-section h2,
  .sale-page .faq-section h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sale-page .section-kicker,
  .sale-page .hero-kicker {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .sale-page .hero-stack h1 {
    max-width: 13.4ch;
    font-size: clamp(2.55rem, 12.4vw, 3.35rem);
    line-height: 1.06;
  }

  .sale-page .hero-subtitle,
  .sale-page .band-copy,
  .sale-page .narrow-copy p {
    max-width: 34rem;
  }

  .sale-page .green-stamp,
  .sale-page .big-cta,
  .sale-page .vsl-card {
    justify-self: center;
    width: min(100%, 360px);
  }

  .sale-page .quick-proof > div {
    text-align: center;
  }

  .sale-page .quick-proof > div::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sale-page .two-col > div:first-child,
  .sale-page .deposit-copy,
  .sale-page .deposit-rules-heading {
    justify-items: center;
  }

  .sale-page .process-grid h3,
  .sale-page .deposit-grid h3,
  .sale-page .deposit-rules-heading h3,
  .sale-page .milestone-grid h3,
  .sale-page .support-grid h3,
  .sale-page .fit-good h2,
  .sale-page .fit-bad h2,
  .sale-page .sale-footer-brand,
  .sale-page .sale-footer-main p,
  .sale-page .sale-footer-grid h2,
  .sale-page .sale-footer-grid p {
    text-align: center;
  }

  .sale-page .sale-footer-main,
  .sale-page .sale-footer-grid section {
    justify-items: center;
  }

  .sale-page .sale-footer-cta {
    justify-self: center;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  body.report-page {
    background: #fff;
  }

  .report-shell {
    width: 100%;
    padding: 0;
  }

  .report-toolbar {
    display: none;
  }

  .report-snapshot-strip,
  .report-snapshot-history {
    display: none;
  }

  .report-document {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .report-header,
  .report-info-grid,
  .report-refund-grid {
    grid-template-columns: 1fr 1fr;
  }

  .report-header h1 {
    font-size: 2.2rem;
  }

  .report-section,
  .report-table tr,
  .report-info-grid article,
  .report-refund-grid article,
  .student-stats article {
    break-inside: avoid;
  }

  .report-table {
    font-size: 11px;
  }

  .report-table th,
  .report-table td {
    padding: 7px 5px;
  }
}
