:root {
  --navy: #14213f;
  --navy-2: #1c2d51;
  --ink: #1d2945;
  --muted: #617089;
  --lavender: #8f87dc;
  --lavender-soft: #e9e7fa;
  --mint: #bcebdc;
  --mint-deep: #78cbb3;
  --peach: #f2b69d;
  --cream: #faf9f6;
  --white: #fff;
  --line: #dfe3eb;
  --shadow: 0 24px 65px rgba(27, 42, 75, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 10px 16px; border-radius: 8px; background: var(--navy); color: #fff; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s, box-shadow .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(250,249,246,.92); box-shadow: 0 10px 32px rgba(20,33,63,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1.1; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--navy); background: var(--mint); }
.brand-mark svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 17px; font-size: 12.5px; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--lavender); transition: right .2s; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border-radius: 999px; color: #fff; background: var(--navy); white-space: nowrap; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; border: 0; color: inherit; background: transparent; cursor: pointer; font-weight: inherit; }
.nav-dropdown-toggle svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }
.nav-dropdown.open .nav-dropdown-toggle svg, .nav-dropdown:focus-within .nav-dropdown-toggle svg { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 14px); left: 50%; z-index: 4; display: grid; min-width: 270px; padding: 10px; border: 1px solid rgba(20,33,63,.09); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 22px 55px rgba(20,33,63,.16); opacity: 0; visibility: hidden; transform: translate(-50%, -8px); transition: opacity .18s, transform .18s, visibility .18s; }
.dropdown-menu::before { content: ""; position: absolute; inset: -15px 0 auto; height: 15px; }
.dropdown-menu a { display: grid; gap: 2px; padding: 11px 12px; border-radius: 11px; color: var(--ink); line-height: 1.25; }
.dropdown-menu a:hover, .dropdown-menu a:focus-visible { background: #f3f1fb; outline: none; }
.dropdown-menu strong { color: var(--navy); font-size: 12px; }
.dropdown-menu small { color: var(--muted); font-size: 10px; font-weight: 500; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--navy); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 780px; padding: 160px 0 90px; overflow: hidden; background: linear-gradient(135deg, #fbfaf7 0%, #f4f1fb 53%, #eff9f6 100%); }
.hero::before { content: ""; position: absolute; width: 800px; height: 800px; left: -500px; top: 100px; border: 1px solid rgba(143,135,220,.24); border-radius: 50%; box-shadow: 0 0 0 80px rgba(143,135,220,.03), 0 0 0 160px rgba(143,135,220,.025); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; right: 7%; top: 5%; background: rgba(188,235,220,.32); }
.hero-glow-two { width: 220px; height: 220px; left: 38%; bottom: -100px; background: rgba(242,182,157,.15); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 84px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #766dc6; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.03; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(54px, 6.1vw, 82px); }
h1 em, h2 em { color: var(--lavender); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(39px, 4.5vw, 58px); }
h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.2; }
.hero-intro { max-width: 590px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 0; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 26px rgba(20,33,63,.2); }
.button-primary:hover { background: #20345c; box-shadow: 0 16px 32px rgba(20,33,63,.25); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.text-link { font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 4px; color: var(--lavender); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 42px; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row span::first-letter { color: #58ab91; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-reviews { position: relative; align-self: center; width: min(100%, 540px); padding: 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.56); box-shadow: 0 34px 90px rgba(37,48,84,.14); backdrop-filter: blur(18px); }
.hero-review-heading { display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; align-items: center; padding: 4px 6px 15px; }
.hero-review-heading strong { color: var(--navy); font-family: Georgia, serif; font-size: 18px; }
.hero-review-heading small { grid-column: 2; color: var(--muted); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.live-dot { grid-row: 1 / 3; width: 9px; height: 9px; border-radius: 50%; background: var(--mint-deep); box-shadow: 0 0 0 6px rgba(120,203,179,.14); }
.review-marquee { position: relative; height: 390px; overflow: hidden; border-radius: 20px; mask-image: linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent); }
.review-marquee-track { display: flex; flex-direction: column; gap: 12px; animation: testimonial-scroll 31s linear infinite; will-change: transform; }
.review-marquee:hover .review-marquee-track, .review-marquee:focus-within .review-marquee-track { animation-play-state: paused; }
.marquee-review { position: relative; flex: 0 0 auto; min-height: 124px; padding: 17px 18px; border: 1px solid rgba(21,34,61,.08); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(37,48,84,.07); }
.marquee-review.verified { border-color: rgba(120,203,179,.42); background: linear-gradient(135deg,#fff,#f1fbf8); }
.marquee-person { display: flex; align-items: center; gap: 10px; padding-right: 100px; }
.marquee-person > span { display: grid; width: 34px; height: 34px; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 900; }
.marquee-person div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.marquee-person strong { overflow: hidden; color: var(--navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.marquee-person small { color: var(--muted); font-size: 9px; }
.marquee-stars { position: absolute; top: 23px; right: 18px; color: #e3a443; font-size: 11px; letter-spacing: 2px; }
.marquee-review p { margin: 11px 0 0; color: #5d6678; font-size: 11px; line-height: 1.55; }
.hero-review-link { display: inline-flex; margin: 14px 6px 1px; color: #655bb0; font-size: 10px; font-weight: 850; }
.hero-review-link:hover { color: var(--navy); }
@keyframes testimonial-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(calc(-50% - 6px)); }
}
.learning-card { position: relative; z-index: 3; width: min(100%, 465px); padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 36px 90px rgba(37,48,84,.17); backdrop-filter: blur(12px); transform: rotate(1.5deg); }
.learning-card-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.learning-card-top p { margin: 0 auto 0 0; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-deep); box-shadow: 0 0 0 5px rgba(120,203,179,.16); }
.live-pill, .soon-pill { padding: 5px 9px; border-radius: 999px; color: #477c6d; background: #e6f7f1; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.learner-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 24px 0; }
.avatar { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; color: var(--navy); background: var(--lavender-soft); font-family: Georgia, serif; font-size: 22px; font-weight: 700; }
.learner-row small, .learner-row strong { display: block; }
.learner-row small { color: var(--muted); font-size: 10px; }
.learner-row strong { font-family: Georgia, serif; font-size: 18px; }
.progress-ring { --value: calc(var(--progress) * 1%); display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: conic-gradient(var(--lavender) var(--value), #ececf2 0); position: relative; }
.progress-ring::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.progress-ring span { position: relative; z-index: 1; font-size: 10px; font-weight: 800; }
.session-plan { padding: 8px; border-radius: 18px; background: #f8f8fb; }
.plan-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 11px; border-radius: 13px; }
.plan-line.active { background: #fff; box-shadow: 0 8px 20px rgba(20,33,63,.07); }
.plan-line + .plan-line { margin-top: 4px; }
.plan-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; font-size: 11px; font-weight: 900; }
.plan-icon.lavender { background: var(--lavender-soft); }
.plan-icon.mint { background: #def5ee; }
.plan-icon.peach { background: #fae4da; }
.plan-line strong, .plan-line small { display: block; }
.plan-line strong { font-size: 12px; }
.plan-line small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.check { color: #65b79e; font-weight: 900; }
.lock { color: #a9afbd; }
.mini-bars { display: flex; align-items: end; gap: 2px; height: 16px; }
.mini-bars i { display: block; width: 3px; border-radius: 2px; background: var(--lavender); }
.mini-bars i:nth-child(1) { height: 7px; }.mini-bars i:nth-child(2) { height: 13px; }.mini-bars i:nth-child(3) { height: 10px; }
.card-note { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 13px 15px; border: 1px solid #f4d9cc; border-radius: 13px; background: #fff8f4; }
.card-note > span { color: #df8d6a; }
.card-note p { margin: 0; color: var(--muted); font-size: 10px; }
.card-note strong { display: block; color: var(--ink); }
.float-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; color: var(--navy); background: #fff; box-shadow: 0 14px 32px rgba(20,33,63,.15); font-size: 11px; font-weight: 800; }
.float-tag span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--lavender-soft); }
.float-tag-top { right: -16px; top: 60px; }
.float-tag-bottom { left: -28px; bottom: 57px; }
.float-tag-bottom span { color: #418f78; background: #dff6ef; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(143,135,220,.22); }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 410px; height: 410px; border-color: rgba(120,203,179,.24); }

.confidence-strip { border-top: 1px solid rgba(20,33,63,.06); border-bottom: 1px solid rgba(20,33,63,.07); background: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid div { padding: 27px 24px; }
.strip-grid div + div { border-left: 1px solid var(--line); }
.strip-grid strong, .strip-grid span { display: block; }
.strip-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 17px; }
.strip-grid span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 545px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #c7c1ee; box-shadow: var(--shadow); }
.service-card.featured { border-color: #c7c1ee; box-shadow: 0 18px 48px rgba(37,48,84,.1); }
.popular-pill { position: absolute; right: 22px; top: 22px; padding: 6px 10px; border-radius: 999px; color: #5b5597; background: var(--lavender-soft); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 26px; place-items: center; border-radius: 16px; }
.service-icon svg { width: 30px; fill: none; stroke: var(--navy); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.lavender-bg { background: var(--lavender-soft); }.mint-bg { background: #dff6ef; }.peach-bg { background: #fbe9e0; }
.card-label { margin-bottom: 8px; color: var(--lavender); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 16px; font-size: 27px; }
.service-card > p:not(.card-label) { color: var(--muted); font-size: 14px; }
.service-card ul { padding: 0; margin: 12px 0 28px; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 25px; color: #44516a; border-bottom: 1px solid #eef0f4; font-size: 13px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: #65b79e; font-weight: 900; }
.service-card > a { margin-top: auto; color: var(--navy); font-size: 12px; font-weight: 900; }
.service-card > a span { margin-left: 7px; color: var(--lavender); }

.approach { color: #fff; background: var(--navy); overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.approach h2 { color: #fff; }
.approach-copy > p:not(.eyebrow) { color: #b9c3d4; font-size: 16px; }
.approach-quote { display: flex; gap: 16px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.approach-quote > span { color: var(--mint); font-family: Georgia, serif; font-size: 46px; line-height: .8; }
.approach-quote p { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.steps { position: relative; }
.steps::before { content: ""; position: absolute; left: 25px; top: 44px; bottom: 44px; width: 1px; background: linear-gradient(var(--lavender), var(--mint)); opacity: .5; }
.step { position: relative; z-index: 1; display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 19px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.055); }
.step + .step { margin-top: 14px; }
.step > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(188,235,220,.4); border-radius: 50%; color: var(--mint); background: var(--navy); font-family: Georgia, serif; font-size: 15px; }
.step h3 { margin: 0 0 5px; color: #fff; font-size: 21px; }
.step p { margin: 0; color: #aeb9cc; font-size: 13px; }

.outcomes { background: #f4f2fb; }
.outcomes-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; }
.outcomes-visual { position: relative; }
.outcomes-visual::before { content: ""; position: absolute; inset: -28px 60px 28px -28px; border-radius: var(--radius-lg); background: var(--mint); transform: rotate(-3deg); }
.path-card { position: relative; padding: 40px 34px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.path-label { margin-bottom: 30px; color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.path-line { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding-bottom: 30px; }
.path-line:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 36px; bottom: 0; width: 1px; background: #d8dce5; }
.path-dot { position: relative; z-index: 1; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--lavender-soft); color: #766dc6; font-size: 12px; font-weight: 900; }
.path-dot.current { color: #337b67; background: var(--mint); box-shadow: 0 0 0 8px rgba(188,235,220,.24); }
.path-line strong, .path-line small { display: block; }
.path-line strong { margin-bottom: 4px; color: var(--navy); font-family: Georgia, serif; font-size: 16px; }
.path-line small { color: var(--muted); }
.outcomes-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.outcome-list { margin-top: 38px; }
.outcome-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid #d9d8e4; }
.outcome-list > div > span { color: var(--lavender); font-family: Georgia, serif; font-size: 14px; }
.outcome-list p { margin: 0; color: var(--muted); font-size: 13px; }
.outcome-list strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 14px; }

.proof { background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-card { min-height: 175px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(155deg, #fff, #f6f4fc); }
.proof-card strong { color: var(--navy); font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.proof-card span { margin-top: 13px; color: var(--muted); font-size: 12px; }
.proof-note { max-width: 720px; margin: 26px auto 0; color: var(--muted); font-size: 11px; text-align: center; }

.regions { background: #f4f2fb; }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.region-card { position: relative; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border: 1px solid #dbd8ef; border-radius: var(--radius-md); background: rgba(255,255,255,.72); transition: transform .25s, box-shadow .25s, border-color .25s; }
.region-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; top: -65px; border: 1px solid rgba(143,135,220,.32); border-radius: 50%; box-shadow: 0 0 0 30px rgba(143,135,220,.045), 0 0 0 60px rgba(143,135,220,.03); }
.region-card:hover { transform: translateY(-5px); border-color: var(--lavender); box-shadow: var(--shadow); }
.region-card > span, .region-card > strong, .region-card > small { position: relative; z-index: 1; display: block; }
.region-card > span { color: #766dc6; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.region-card > strong { max-width: 280px; margin-top: 13px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; line-height: 1.25; }
.region-card > small { margin-top: 22px; color: var(--muted); font-weight: 800; }

.pricing { color: #fff; background: #fff; }
.pricing-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 70px; border-radius: 34px; background: var(--navy); box-shadow: 0 30px 80px rgba(20,33,63,.16); }
.pricing-copy h2 { color: #fff; font-size: clamp(38px, 4.2vw, 54px); }
.pricing-copy > p:not(.eyebrow) { color: #b9c3d4; }
.currency-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.currency-list span { padding: 7px 11px; border: 1px solid rgba(188,235,220,.35); border-radius: 999px; color: var(--mint); font-size: 10px; font-weight: 800; }
.pricing-options { display: grid; gap: 11px; }
.pricing-options article { padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.06); }
.pricing-options article span, .pricing-options article strong, .pricing-options article small { display: block; }
.pricing-options article span { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.pricing-options article strong { margin-top: 4px; color: #fff; font-family: Georgia, serif; font-size: 18px; }
.pricing-options article small { margin-top: 4px; color: #aeb9cc; }

.resources { background: #fff; }
.resource-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; max-width: none; }
.resource-heading h2 { margin: 0; }
.resource-heading > p { margin: 0 0 7px; color: var(--muted); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.resource-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s, box-shadow .25s; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.resource-cover { position: relative; min-height: 315px; padding: 35px; overflow: hidden; color: var(--navy); }
.resource-cover::before, .resource-cover::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.resource-cover::before { width: 250px; height: 250px; right: -110px; top: -90px; }
.resource-cover::after { width: 180px; height: 180px; right: -75px; top: -55px; }
.cover-one { background: #e8e6f8; }.cover-two { background: #d9f3eb; }.cover-three { background: #f9e3d9; }
.resource-cover > span, .resource-cover strong, .resource-cover small { position: relative; z-index: 1; display: block; }
.resource-cover > span { margin-bottom: 28px; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.resource-cover strong { font-family: Georgia, serif; font-size: 30px; line-height: 1.05; }
.resource-cover small { max-width: 210px; margin-top: 22px; font-size: 10px; font-weight: 700; }
.resource-cover i { position: absolute; right: 25px; bottom: 15px; color: rgba(20,33,63,.25); font-family: Georgia, serif; font-size: 28px; font-weight: 700; transform: rotate(-6deg); }
.resource-info { padding: 26px; }
.resource-info h3 { margin: 15px 0 9px; font-size: 20px; }
.resource-info p { margin: 0; color: var(--muted); font-size: 13px; }
.resource-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding: 24px 28px; border-radius: 18px; color: #fff; background: var(--navy); }
.resource-cta > div { display: flex; align-items: center; gap: 16px; }
.resource-cta > div > span { display: grid; min-width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); }
.resource-cta p { margin: 0; color: #b9c3d4; font-size: 12px; }
.resource-cta strong { display: block; color: #fff; font-size: 14px; }
.button-light { min-width: 180px; color: var(--navy); background: #fff; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.about-portrait { position: relative; min-height: 490px; display: grid; place-items: center; }
.portrait-shape { position: relative; display: grid; width: min(100%, 400px); aspect-ratio: .8; place-items: center; overflow: hidden; border-radius: 46% 46% 30% 30% / 30% 30% 20% 20%; background: linear-gradient(145deg, var(--lavender-soft), var(--lavender)); box-shadow: 24px 24px 0 var(--mint); }
.portrait-shape::before { content: ""; position: absolute; width: 290px; height: 290px; top: -110px; left: -80px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.07), 0 0 0 90px rgba(255,255,255,.05); }
.portrait-initials { color: #fff; font-family: Georgia, serif; font-size: 90px; letter-spacing: -.08em; text-shadow: 0 8px 25px rgba(20,33,63,.14); }
.portrait-caption { position: absolute; right: 22px; bottom: 23px; padding: 12px 16px; border-radius: 12px; color: var(--navy); background: rgba(255,255,255,.86); font-size: 10px; font-weight: 800; line-height: 1.4; }
.doodle { position: absolute; color: var(--peach); font-size: 38px; }
.doodle-one { left: 0; top: 35px; }.doodle-two { right: -4px; bottom: 28px; font-size: 50px; transform: rotate(-20deg); }
.about-copy .lead { color: var(--navy); font-family: Georgia, serif; font-size: 23px; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.credential-line { padding: 16px 18px; border-left: 3px solid var(--mint-deep); background: #f0f8f5; font-size: 12px; }
.credential-line strong { color: var(--navy); }
.about-values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.about-values span { padding: 8px 14px; border: 1px solid #d5d1ec; border-radius: 999px; color: #5b5597; background: #f4f2fb; font-size: 11px; font-weight: 800; }

.contact { padding-top: 50px; background: var(--cream); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 70px; border-radius: 34px; color: #fff; background: var(--navy); box-shadow: 0 30px 80px rgba(20,33,63,.18); }
.contact-copy h2 { color: #fff; font-size: clamp(36px, 4vw, 50px); }
.contact-copy > p:not(.eyebrow) { color: #b9c3d4; }
.contact-points { display: grid; gap: 12px; margin-top: 30px; color: #dce2ec; font-size: 12px; }
.contact-points i { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-style: normal; font-weight: 900; }
.email-link { display: inline-block; margin-top: 28px; color: var(--mint); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.booking-panel { align-self: center; padding: 34px; border-radius: 22px; color: var(--ink); background: #fff; }
.booking-panel h3 { margin: 18px 0 10px; font-size: 28px; }
.booking-panel > p { color: var(--muted); font-size: 13px; }
.booking-panel .button { width: 100%; margin-top: 8px; }
.booking-details { display: grid; gap: 11px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.booking-details span { display: grid; grid-template-columns: 55px 1fr; gap: 8px; color: var(--muted); font-size: 10px; }
.booking-details strong { color: var(--navy); }
.contact-form { padding: 30px; border-radius: 22px; color: var(--ink); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--navy); font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d9dee7; border-radius: 10px; outline: 0; color: var(--ink); background: #fbfbfd; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(143,135,220,.14); }
.contact-form textarea { resize: vertical; }
.button-mint { width: 100%; color: var(--navy); background: var(--mint); }
.button-mint:hover { background: #a7e4d2; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-note.success { color: #28785f; font-weight: 800; }

.site-footer { padding: 58px 0 24px; color: #fff; background: #0d1830; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 40px; }
.footer-brand .brand-mark { background: var(--mint); }
.footer-brand strong { color: #fff; }.footer-brand small { color: #8390a6; }
.footer-top nav { display: flex; gap: 28px; color: #aeb9cc; font-size: 12px; font-weight: 700; }
.footer-top nav a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #718097; font-size: 10px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.learner-stories { overflow: hidden; background: #f4f1fb; }
.stories-shell { display: grid; grid-template-columns: .78fr 1.28fr; gap: 28px 54px; align-items: center; }
.stories-intro h2 { margin: 14px 0 18px; }
.stories-intro > p:last-of-type { max-width: 480px; color: var(--muted); line-height: 1.75; }
.relocated-plan { position: relative; min-height: 480px; display: grid; place-items: center; }
.story-controls { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.story-controls > button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(21,34,61,.16); border-radius: 50%; color: var(--navy); background: #fff; cursor: pointer; font-size: 18px; transition: transform .2s, color .2s, background .2s; }
.story-controls > button:hover { color: #fff; background: var(--navy); transform: translateY(-2px); }
.story-dots { display: flex; gap: 7px; }
.story-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #c9c4da; cursor: pointer; transition: width .25s, background .25s; }
.story-dots button.is-active { width: 24px; background: var(--lavender); }
.story-stage { position: relative; min-height: 355px; isolation: isolate; }
.story-glow { position: absolute; inset: 3% -8% 0 12%; z-index: -1; border-radius: 45% 55% 42% 58%; background: linear-gradient(145deg, rgba(166,231,210,.7), rgba(143,135,220,.25)); filter: blur(1px); transform: rotate(-4deg); }
.story-card { position: absolute; inset: 32px 20px 18px 0; display: flex; min-height: 300px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.94); box-shadow: 0 24px 65px rgba(34,36,75,.13); opacity: 0; pointer-events: none; transform: translate3d(52px,18px,0) scale(.94) rotate(1.5deg); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.story-card::before { content: "“"; position: absolute; top: 58px; right: 31px; color: rgba(143,135,220,.15); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.story-card.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: none; }
.story-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.story-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #fff; background: var(--navy); font-weight: 900; }
.story-tag { padding: 7px 11px; border-radius: 999px; color: #6359a9; background: #f0eefb; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.story-card blockquote { position: relative; z-index: 1; max-width: 590px; margin: 25px 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(21px,2.1vw,29px); line-height: 1.42; }
.story-card footer { display: flex; flex-direction: column; gap: 4px; }
.story-card footer strong { color: var(--navy); font-size: 15px; }
.story-card footer span { color: var(--muted); font-size: 11px; }
.verified-review { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; gap: 14px 24px; align-items: center; padding: 20px 24px; border: 1px solid rgba(21,34,61,.09); border-radius: 18px; background: rgba(255,255,255,.62); }
.verified-review blockquote { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 16px; line-height: 1.55; }
.verified-review p { display: flex; min-width: 185px; margin: 0; flex-direction: column; gap: 3px; }
.verified-review p strong { color: var(--navy); font-size: 11px; }
.verified-review p span, .verified-review a { color: var(--muted); font-size: 9px; }
.verified-review a { grid-column: 2; color: #655bb0; font-weight: 800; }
.review-stars { color: #e6a64a; letter-spacing: 2px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 4px; padding: 100px 28px 40px; overflow-y: auto; background: rgba(250,249,246,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav > a { padding: 10px 14px; text-align: center; font-family: Georgia, serif; font-size: 20px; }
  .primary-nav .nav-cta { margin-top: 10px; color: #fff; font-family: inherit; font-size: 15px; }
  .nav-dropdown { width: min(100%, 520px); margin-inline: auto; }
  .nav-dropdown-toggle { width: 100%; justify-content: center; padding: 10px 14px; font-family: Georgia, serif; font-size: 20px; }
  .dropdown-menu { position: static; display: none; min-width: 0; margin: 2px 0 8px; padding: 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f2f0f8; }
  .dropdown-menu::before { display: none; }
  .nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: none; transform: none; }
  .nav-dropdown.open .dropdown-menu { display: grid; transform: none; }
  .dropdown-menu a { padding: 10px 12px; text-align: left; font-family: inherit; }
  .dropdown-menu strong { font-size: 13px; }
  .dropdown-menu small { font-size: 10px; }
  .hero-grid, .approach-grid, .outcomes-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero { padding-top: 140px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .hero-visual { min-height: 530px; }
  .hero-reviews { width: min(100%, 620px); margin-inline: auto; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .strip-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .service-card { min-height: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-shell { grid-template-columns: 1fr; gap: 40px; padding: 52px; }
  .approach-grid, .outcomes-grid, .about-grid { gap: 60px; }
  .outcomes-visual, .about-portrait { width: min(100%, 570px); margin-inline: auto; }
  .resource-heading { grid-template-columns: 1fr; gap: 10px; }
  .resource-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .resource-cover { min-height: 350px; }
  .about-portrait { order: 2; }
  .contact-shell { gap: 40px; padding: 52px; }
  .stories-shell { grid-template-columns: 1fr; }
  .stories-intro { max-width: 680px; }
  .story-stage { min-height: 340px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 76px; }
  .brand small { display: none; }
  .brand strong { font-size: 17px; }
  h1 { font-size: 47px; }
  h2 { font-size: 38px; }
  .hero { min-height: auto; padding: 120px 0 60px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-visual { min-height: 460px; margin-top: 12px; }
  .hero-reviews { padding: 13px; border-radius: 23px; }
  .review-marquee { height: 360px; }
  .marquee-review { min-height: 116px; padding: 15px; }
  .marquee-person { padding-right: 88px; }
  .marquee-stars { top: 20px; right: 14px; font-size: 9px; }
  .relocated-plan { min-height: 430px; }
  .learning-card { padding: 20px; border-radius: 22px; transform: none; }
  .float-tag { display: none; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 330px; height: 330px; }
  .trust-row { gap: 8px 12px; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid div { padding: 20px 14px; text-align: center; }
  .strip-grid div + div, .strip-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 42px; }
  .service-card { padding: 27px; }
  .approach-grid, .outcomes-grid, .about-grid { gap: 45px; }
  .step { grid-template-columns: 44px 1fr; padding: 15px; }
  .step > span { width: 44px; height: 44px; }
  .steps::before { left: 36px; }
  .outcomes-visual::before { inset: -16px 22px 20px -10px; }
  .path-card { padding: 30px 22px; }
  .resource-cover { min-height: 300px; }
  .resource-cta { align-items: stretch; flex-direction: column; }
  .resource-cta > div { align-items: flex-start; }
  .proof-grid, .region-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 145px; }
  .story-stage { min-height: 390px; }
  .story-card { inset: 20px 0 12px; min-height: 350px; padding: 27px 22px; border-radius: 22px; }
  .story-card blockquote { font-size: 21px; }
  .story-card::before { top: 60px; right: 18px; font-size: 80px; }
  .verified-review { grid-template-columns: 1fr; padding: 22px; }
  .verified-review a { grid-column: auto; }
  .pricing-shell { width: 100%; padding: 50px 20px; border-radius: 0; }
  .about-portrait { min-height: 400px; }
  .portrait-shape { max-width: 310px; }
  .portrait-initials { font-size: 70px; }
  .contact { padding-top: 25px; }
  .contact-shell { width: 100%; padding: 50px 20px; border-radius: 0; }
  .booking-panel { padding: 24px 18px; }
  .contact-form { padding: 22px 17px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top nav { flex-wrap: wrap; gap: 14px 22px; }
}

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