:root {
  --navy: #062552;
  --navy-2: #0c3369;
  --blue: #075bbb;
  --blue-bright: #0d67d5;
  --green: #84bd00;
  --green-dark: #639300;
  --ink: #17243b;
  --muted: #5e6b80;
  --line: #dbe3ec;
  --soft: #f4f7fb;
  --soft-blue: #eef5ff;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 37, 82, .10);
  --shadow-sm: 0 8px 24px rgba(6, 37, 82, .08);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 10px 14px; background: var(--navy); color: white; border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(219,227,236,.85);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font-weight: 800; letter-spacing: -.035em; line-height: 1; white-space: nowrap; }
.brand-ed { color: var(--green); font-size: 31px; }
.brand-dee { color: var(--blue); font-size: 31px; }
.brand-word { color: var(--navy); font-size: 17px; margin-left: 9px; letter-spacing: -.01em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { text-decoration: none; color: #2d3c54; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px;
  border-radius: 13px; border: 2px solid var(--blue);
  background: var(--blue); color: white; text-decoration: none; font-weight: 800;
  box-shadow: 0 8px 18px rgba(7,91,187,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(7,91,187,.24); background: var(--blue-bright); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 10px; font-size: 13px; }
.button-secondary { background: white; color: var(--navy); border-color: #cbd8e6; box-shadow: none; }
.button-secondary:hover { background: var(--soft); box-shadow: none; }

.hero { padding: 70px 0 0; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(132,189,0,.12), rgba(132,189,0,0) 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr); gap: 50px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--green-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; margin-right: 8px; }
h1, h2, h3 { color: var(--navy); margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(33px, 5.2vw, 52px); line-height: 1.03; margin-bottom: 24px; }
h1 span, h2 span { color: var(--blue); }
.hero-lead { max-width: 690px; font-size: clamp(18px, 2vw, 22px); color: #415069; margin: 0 0 30px; }
.hero-lead strong { color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: var(--muted); font-weight: 700; font-size: 14px; }
.hero-tags span::first-letter { color: var(--green); }
.hero-visual { min-height: 610px; display: flex; align-items: end; justify-content: center; }
.buddy-wrap { width: min(390px, 100%); position: relative; }
.buddy-wrap img { width: 100%; height: auto; mix-blend-mode: multiply; }
.speech-bubble { position: absolute; z-index: 2; top: 8%; left: -31%; width: 220px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 15px 17px; box-shadow: var(--shadow-sm); color: var(--navy); line-height: 1.35; font-size: 15px; }
.speech-bubble::after { content: ""; position: absolute; right: -9px; bottom: 23px; width: 18px; height: 18px; background: white; border-right: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }
.buddy-chip { position: absolute; bottom: 28px; right: -15px; z-index: 2; background: var(--navy); color: white; border-radius: 999px; padding: 9px 14px; font-weight: 800; font-size: 13px; box-shadow: var(--shadow-sm); }
.pulse-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--green); margin-right: 7px; box-shadow: 0 0 0 5px rgba(132,189,0,.15); }

.proof-band { position: relative; z-index: 5; margin-top: -6px; padding: 21px 26px; display: grid; grid-template-columns: 1.2fr .7fr .85fr 1.35fr; gap: 0; background: var(--navy); border-radius: 22px 22px 0 0; color: white; box-shadow: 0 -10px 35px rgba(6,37,82,.08); }
.proof-band > div { min-height: 78px; padding: 5px 22px; border-right: 1px solid rgba(255,255,255,.16); display: flex; justify-content: center; flex-direction: column; }
.proof-band > div:first-child { padding-left: 4px; }
.proof-band > div:last-child { border-right: 0; }
.proof-intro span { color: #b7dc50; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; font-size: 12px; }
.proof-intro strong { font-size: 17px; margin-top: 4px; line-height: 1.3; }
.proof-stat strong { font-size: 30px; line-height: 1; color: white; }
.proof-stat strong small { font-size: 16px; }
.proof-stat span { color: #ccd9ea; font-size: 12px; margin-top: 8px; line-height: 1.3; }

.section { padding: 96px 0; }
.section-tinted { background: var(--soft); }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; max-width: 760px; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: end; }
.section-heading-split > p { margin-bottom: 12px; }

.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-card { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.feature-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 30px; box-shadow: 0 7px 16px rgba(6,37,82,.18); }
.feature-icon-green { background: var(--green); }
.card-kicker { color: var(--blue); font-weight: 800; margin: 0 0 6px; font-size: 14px; }
.feature-card h3, .path-card h3 { font-size: 26px; margin: 0 0 16px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; margin: 8px 0; color: #435169; }
.check-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); position: absolute; left: 0; top: .55em; box-shadow: 0 0 0 4px rgba(132,189,0,.09); }
.path-card { margin-top: 24px; padding: 33px 36px 38px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.path-header { display: flex; align-items: flex-start; gap: 13px; }
.path-header > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--green); color: white; font-weight: 900; }
.path-header h3 { margin-bottom: 4px; }
.learning-path { display: grid; grid-template-columns: 1fr .35fr 1fr .35fr 1fr .35fr 1fr .35fr 1fr; align-items: center; margin-top: 26px; }
.path-step { text-align: center; min-width: 0; }
.step-icon { width: 60px; height: 60px; border: 2px solid var(--blue); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 11px; background: white; color: var(--navy); font-size: 29px; box-shadow: inset 0 0 0 6px #eef5ff; }
.path-step strong { display: block; font-size: 14px; color: var(--navy); }
.path-step small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
.path-line { height: 3px; background: linear-gradient(90deg, var(--blue), var(--green)); margin-top: -43px; opacity: .8; }

.impact-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 24px; align-items: stretch; }
.rating-panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 33px; }
.panel-title { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 28px; }
.panel-title h3 { font-size: 24px; margin: 0; }
.panel-title h3 span, .panel-title small { color: var(--muted); font-weight: 500; }
.rating-row { margin: 18px 0; }
.rating-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 7px; font-size: 14px; }
.rating-label strong { color: var(--blue); }
.bar { width: 100%; height: 11px; background: #e7edf4; border-radius: 99px; overflow: hidden; }
.bar i { display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--blue), #0d73df); border-radius: inherit; }
.impact-highlight { border-radius: var(--radius); padding: 34px; background: linear-gradient(145deg, #0b5cc2 0%, #062552 100%); color: white; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.impact-highlight::after { content: ""; width: 210px; height: 210px; border-radius: 50%; background: rgba(132,189,0,.18); position: absolute; right: -90px; top: -90px; }
.impact-label { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; color: #bada63; margin: 0 0 8px; }
.impact-number { font-size: 72px; line-height: .95; font-weight: 900; color: white; letter-spacing: -.06em; }
.impact-number span { display: block; font-size: 20px; letter-spacing: 0; color: #bada63; margin-top: 8px; }
.impact-highlight h3 { color: white; font-size: 25px; margin: 16px 0 9px; }
.impact-highlight > p:not(.impact-label) { color: #d8e4f4; }
.mini-proof { display: flex; gap: 12px; margin-top: 15px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.mini-proof > span { width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: white; font-size: 20px; font-weight: 900; }
.mini-proof strong, .mini-proof small { display: block; }
.mini-proof small { color: #b7c8df; line-height: 1.35; margin-top: 2px; }
.insight-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-top: 24px; }
.insight { padding: 25px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.insight > span { color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.insight h3 { font-size: 18px; margin: 7px 0 8px; }
.insight p { color: var(--muted); font-size: 14px; margin: 0; }
.method-note { margin: 24px 0 0; color: #7c8798; font-size: 11px; line-height: 1.45; }

.section-dark { background: var(--navy); color: white; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: rgba(7,91,187,.28); left: -300px; top: -340px; }
.section-heading-light { position: relative; }
.section-heading-light h2 { color: white; }
.section-heading-light h2 span { color: #bada63; }
.section-heading-light .eyebrow { color: #bada63; }
.quotes-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.quote { margin: 0; padding: 28px; border-radius: 19px; background: white; color: var(--ink); min-height: 210px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); }
.quote-large { grid-row: span 2; min-height: 438px; justify-content: center; background: linear-gradient(155deg, #ffffff 0%, #f2f7ff 100%); }
.quote-wide { grid-column: span 2; min-height: 210px; }
.quote-mark { color: var(--green); font-size: 53px; font-weight: 900; line-height: .55; }
.quote p { font-size: 17px; line-height: 1.45; margin: 20px 0; }
.quote-large p { font-size: 27px; line-height: 1.35; color: var(--navy); font-weight: 700; }
.quote footer { color: var(--green-dark); font-weight: 800; margin-top: auto; }

.university-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: center; }
.university-copy h2 { font-size: clamp(34px, 4vw, 51px); line-height: 1.08; margin-bottom: 20px; }
.university-copy p { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 13px; color: var(--blue); font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(7,91,187,.18); padding-bottom: 3px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit { padding: 21px; display: grid; grid-template-columns: 40px 1fr; gap: 14px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow-sm); }
.benefit > span { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #eff8dc; color: var(--green-dark); font-weight: 900; }
.benefit strong { display: block; color: var(--navy); margin-bottom: 4px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.benefit-wide { grid-column: span 2; }

.cta-section { padding: 0 0 96px; }
.cta-card { border-radius: 28px; padding: 50px 54px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: linear-gradient(120deg, var(--green-dark), var(--green)); color: white; box-shadow: 0 25px 60px rgba(99,147,0,.20); }
.cta-card .eyebrow { color: #f1ffd0; }
.cta-card h2 { color: white; font-size: clamp(31px, 4vw, 48px); margin-bottom: 10px; }
.cta-card p { margin-bottom: 0; color: #f4ffdd; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 250px; }
.button-light { background: white; color: var(--navy); border-color: white; box-shadow: none; }
.button-light:hover { background: #f7f9fc; color: var(--navy); box-shadow: none; }
.cta-phone { text-align: center; color: white; font-weight: 800; text-decoration: none; }

.site-footer { background: #041a3b; color: #b7c5d9; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 60px; }
.brand-footer .brand-word { color: white; }
.footer-brand p { max-width: 300px; font-size: 14px; }
.site-footer h2 { color: white; font-size: 15px; margin-bottom: 15px; }
.site-footer p { font-size: 13px; line-height: 1.6; }
.site-footer a { color: #dfe8f5; text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 20px; font-size: 11px; color: #8394ad; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 76px 16px auto 16px; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 13px; }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding-top: 45px; }
  .hero-grid { grid-template-columns: 1fr .66fr; gap: 10px; }
  .hero-visual { min-height: 520px; }
  .speech-bubble { left: -42%; top: 3%; }
  .proof-band { grid-template-columns: 1fr 1fr 1fr; }
  .proof-intro { grid-column: 1 / -1; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.16); padding: 0 0 15px !important; margin-bottom: 12px; }
  .proof-band > div:nth-child(3) { border-right: 0; }
  .proof-stat-wide { grid-column: span 1; }
  .section-heading-split, .university-grid { grid-template-columns: 1fr; gap: 20px; }
  .impact-grid { grid-template-columns: 1.25fr .75fr; }
  .insight-cards { grid-template-columns: 1fr 1fr; }
  .quotes-grid { grid-template-columns: 1fr 1fr; }
  .quote-large { grid-row: auto; min-height: 260px; }
  .quote-large p { font-size: 22px; }
  .quote-wide { grid-column: span 1; }
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-word { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-visual { min-height: auto; padding-top: 20px; }
  .buddy-wrap { width: min(300px, 78vw); }
  .speech-bubble { left: -9%; top: 6%; width: 170px; font-size: 12px; }
  .buddy-chip { right: -4%; bottom: 15px; }
  .proof-band { grid-template-columns: 1fr; border-radius: 18px 18px 0 0; }
  .proof-band > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 13px 2px; min-height: 0; }
  .proof-band > div:last-child { border-bottom: 0; }
  .proof-intro { grid-column: auto; margin: 0; }
  .section { padding: 72px 0; }
  .pillar-grid, .impact-grid, .benefit-grid, .quotes-grid { grid-template-columns: 1fr; }
  .feature-card { grid-template-columns: 1fr; padding: 26px; }
  .feature-icon { width: 54px; height: 54px; }
  .path-card { padding: 26px 20px; overflow: hidden; }
  .learning-path { grid-template-columns: 1fr; gap: 4px; }
  .path-line { width: 3px; height: 26px; margin: 0 auto; background: linear-gradient(var(--blue), var(--green)); }
  .path-step { padding: 5px 0; }
  .step-icon { width: 54px; height: 54px; }
  .insight-cards { grid-template-columns: 1fr; }
  .quote, .quote-wide, .quote-large { grid-column: auto; min-height: 0; }
  .benefit-wide { grid-column: auto; }
  .cta-card { padding: 36px 25px; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .main-nav > a::after { transition: none; }
}

/* =========================================================
   Audience gateway + learner-facing page
   ========================================================= */

.gateway-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 15%, rgba(132,189,0,.12), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(7,91,187,.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}
.gateway-header { background: rgba(255,255,255,.78); }
.gateway-contact { color: var(--blue); font-weight: 800; text-decoration: none; font-size: 14px; }
.gateway-main { flex: 1; display: flex; }
.gateway-hero {
  flex: 1;
  min-height: calc(100vh - 142px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  grid-template-areas:
    "copy visual"
    "cards visual";
  gap: 20px 70px;
  align-content: start;
  padding-top: 24px;
  padding-bottom: 38px;
}
.gateway-copy { grid-area: copy; align-self: start; text-align: center; justify-self: center; width: 100%; max-width: 760px; }
.gateway-copy h1 { font-size: clamp(33px, 5.2vw, 52px); max-width: 720px; margin-left: auto; margin-right: auto; }
.gateway-copy .hero-lead { max-width: 760px; margin-left: auto; margin-right: auto; }
.gateway-question { margin: 20px 0 0; color: var(--navy); font-size: 18px; font-weight: 900; }
.audience-grid { grid-area: cards; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-self: start; }
.audience-card {
  min-height: 285px;
  padding: 29px;
  border-radius: 25px;
  border: 1px solid var(--line);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
}
.audience-card::before {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  opacity: .35;
}
.audience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.audience-card-young { background: linear-gradient(150deg, #062552 0%, #0a4388 100%); border-color: #0a4388; color: white; }
.audience-card-young::before { background: var(--green); }
.audience-card-institution { background: white; color: var(--ink); }
.audience-card-institution::before { background: #d8e9ff; }
.audience-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 900; color: #b8db56; margin-bottom: 12px; }
.audience-card-institution .audience-kicker { color: var(--green-dark); }
.audience-title { font-size: clamp(23px, 2.4vw, 31px); line-height: 1.08; font-weight: 900; letter-spacing: -.035em; color: inherit; }
.audience-copy { margin-top: 15px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.76); }
.audience-card-institution .audience-copy { color: var(--muted); }
.audience-action {
  margin-top: auto;
  align-self: flex-start;
  padding: 11px 15px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 900;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.audience-card-young .audience-action { background: white; color: var(--blue); box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.audience-card-institution .audience-action { background: var(--blue); color: white; box-shadow: 0 8px 18px rgba(7,91,187,.18); }
.audience-card:hover .audience-action { transform: translateY(-2px); }
.audience-action b { font-size: 18px; line-height: 1; }
.gateway-visual { grid-area: visual; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; position: relative; }
.gateway-buddy { width: min(380px, 78%); margin-bottom: -4px; }
.gateway-buddy img { width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.gateway-note { max-width: 410px; margin-top: 4px; padding: 12px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.9); border-radius: 999px; box-shadow: var(--shadow-sm); color: var(--muted); font-size: 12px; text-align: center; }
.gateway-note strong { color: var(--navy); }
.gateway-footer { border-top: 1px solid var(--line); background: rgba(255,255,255,.72); }
.gateway-footer-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: #7d899a; }
.gateway-footer a { color: var(--blue); text-decoration: none; font-weight: 800; }

.learner-page { background: #fff; }
.learner-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(132,189,0,.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.learner-hero h1 { font-size: clamp(33px, 5.2vw, 52px); }
.learner-buddy-wrap { width: min(405px, 100%); }
.learner-bubble { width: 205px; top: 6%; left: -27%; font-size: 14px; }
.learner-proof {
  margin-top: -3px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--navy);
  border-radius: 22px 22px 0 0;
  color: white;
  box-shadow: 0 -10px 35px rgba(6,37,82,.08);
}
.learner-proof > div { padding: 8px 25px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.15); }
.learner-proof > div:last-child { border-right: 0; }
.learner-proof small { color: #b8db56; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; font-size: 10px; }
.learner-proof strong { margin-top: 4px; font-size: 28px; line-height: 1.1; }
.learner-proof span { color: #c8d6e8; margin-top: 5px; font-size: 12px; }

.learner-why { position: relative; overflow: hidden; }
.learner-why::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -250px; top: 120px; background: rgba(7,91,187,.045); pointer-events: none; }
.learner-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; position: relative; z-index: 1; }
.learner-benefit { min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.number-chip { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #eff8dc; color: var(--green-dark); font-size: 12px; font-weight: 900; }
.learner-benefit h3 { font-size: 24px; margin: 18px 0 9px; }
.learner-benefit p { color: var(--muted); margin: 0; }

.learner-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.learner-step { position: relative; padding: 25px 20px; background: white; border: 1px solid var(--line); border-radius: 19px; min-height: 215px; box-shadow: var(--shadow-sm); }
.learner-step > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; margin-bottom: 21px; box-shadow: inset 0 0 0 5px rgba(255,255,255,.08); }
.learner-step strong { color: var(--navy); font-size: 17px; }
.learner-step p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.learner-step:nth-child(4) > span { background: var(--green-dark); }

.learner-difference { background: #fff; }
.difference-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.difference-copy h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; }
.difference-copy > p:last-child { color: var(--muted); font-size: 17px; }
.difference-panel { padding: 20px; border-radius: 26px; background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; box-shadow: var(--shadow); }
.difference-panel > div { padding: 23px; border-radius: 17px; background: rgba(255,255,255,.08); min-height: 156px; }
.difference-panel span { font-size: 26px; }
.difference-panel strong { display: block; color: white; font-size: 16px; margin-top: 10px; }
.difference-panel p { margin: 5px 0 0; color: #bfd0e7; font-size: 12px; }

.learner-quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; position: relative; }
.learner-quote { margin: 0; padding: 30px; background: white; color: var(--ink); border-radius: 20px; min-height: 215px; display: flex; flex-direction: column; }
.learner-quote > span { color: var(--green); font-size: 47px; font-weight: 900; line-height: .65; }
.learner-quote p { font-size: 18px; line-height: 1.45; margin: 20px 0; color: var(--navy); font-weight: 700; }
.learner-quote footer { margin-top: auto; color: var(--green-dark); font-weight: 900; }

.learner-impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.learner-score-card { padding: 25px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; min-height: 145px; justify-content: space-between; }
.learner-score-card strong { color: var(--blue); font-size: 34px; line-height: 1; }
.learner-score-card span { color: var(--navy); font-size: 14px; font-weight: 800; line-height: 1.4; margin-top: 18px; }
.learner-method { max-width: 1050px; }

.learner-final-cta { padding: 0 0 96px; }
.learner-final-card { padding: 45px 50px; border-radius: 28px; background: linear-gradient(120deg, #075bbb 0%, #062552 68%); color: white; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; box-shadow: 0 24px 55px rgba(6,37,82,.2); }
.learner-final-card .eyebrow { color: #b8db56; }
.learner-final-card h2 { color: white; font-size: clamp(29px, 4vw, 45px); margin-bottom: 9px; }
.learner-final-card p:last-child { margin: 0; color: #cbd8ea; }
.footer-bottom > a { color: #9fb4cf; text-decoration: none; }
.footer-bottom > a:hover { color: white; }

@media (max-width: 1040px) {
  .gateway-hero { grid-template-columns: 1fr .7fr; gap: 26px 34px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 220px; }
  .learner-steps { grid-template-columns: repeat(3, 1fr); }
  .difference-grid { gap: 35px; }
}

@media (max-width: 760px) {
  .gateway-main { display: block; }
  .gateway-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "cards";
    padding-top: 24px;
    padding-bottom: 35px;
  }
  .gateway-copy h1 { font-size: clamp(33px, 9.5vw, 46px); }
  .gateway-copy .hero-lead { font-size: 18px; }
  .gateway-question { margin-top: 20px; }
  .gateway-visual { min-height: 310px; }
  .gateway-buddy { width: min(230px, 58vw); }
  .gateway-note { border-radius: 16px; font-size: 11px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 245px; }
  .gateway-footer-inner { flex-direction: column; align-items: flex-start; padding-top: 18px; padding-bottom: 18px; gap: 6px; }

  .learner-bubble { left: -12%; width: 174px; }
  .learner-proof { grid-template-columns: 1fr; border-radius: 18px 18px 0 0; }
  .learner-proof > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 14px 5px; }
  .learner-proof > div:last-child { border-bottom: 0; }
  .learner-benefit-grid, .learner-quotes, .learner-impact-grid, .difference-panel { grid-template-columns: 1fr; }
  .learner-benefit { min-height: 0; }
  .learner-steps { grid-template-columns: 1fr; }
  .learner-step { min-height: 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
  .learner-step > span { margin-bottom: 0; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-panel > div { min-height: 0; }
  .learner-final-card { grid-template-columns: 1fr; padding: 35px 25px; }
}
