: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(43px, 5.2vw, 72px); 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; }
}
