:root {
  --bg: #ffffff;
  --soft: #f6f7f9;
  --ink: #0f1b3d;
  --ink-2: #27345a;
  --muted: #5a6485;
  --line: #e3e8f4;
  --accent: #2456f0;
  --accent-dark: #1a41c9;
  --accent-light: #9db8ff;
  --tint: #eaf0ff;
  --tint-2: #d6e3ff;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(0, 0, 0, .08);
  --display: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0; font-family: var(--body); font-size: 18px; line-height: 1.6;
  color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.01em; line-height: 1.1; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: min(1160px, 100% - 40px); margin-inline: auto; }
.section { padding: clamp(44px, 6vw, 80px) 0; }
.section.soft { background: #fff; border-top: 1px solid var(--line); }
.section-head { margin-bottom: 36px; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-top: 22px; max-width: 760px; }
.section-head p { margin-top: 16px; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.3rem); max-width: 660px; }

/* Section label with trailing rule (echoes the reference design) */
.eyebrow {
  display: flex; align-items: center; gap: 18px;
  font: 600 15px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.hero .eyebrow, .page-hero .eyebrow { display: inline-flex; }
.hero .eyebrow::after, .page-hero .eyebrow::after { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 30px; border-radius: 10px; border: 2px solid transparent;
  font: 600 16.5px/1 var(--body); text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-block { width: 100%; }
.btn-sm { padding: 11px 20px; font-size: 14.5px; }
.btn svg { width: 16px; height: 16px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 400 1.3rem/1 var(--display); letter-spacing: -.01em; }
.brand-mark { display: block; width: 34px; height: 34px; flex: none; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.btn) { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.nav-links a:not(.btn):hover, .nav-links a[aria-current] { color: var(--accent); }
.nav-links .btn { padding: 11px 20px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

/* Hero: photo left, text right (mirrors the Canva layout). Kept short so the carousel is visible without scrolling. */
.hero { padding: clamp(24px, 3vw, 40px) 0 clamp(24px, 3vw, 40px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 320px) 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy .hi { font: italic 400 clamp(1.4rem, 2.6vw, 1.9rem)/1 var(--display); letter-spacing: -.01em; color: var(--accent); }
.name-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; margin: 8px 0 12px; }
.hero-copy h1 { font-size: clamp(2.8rem, 5.6vw, 4.6rem); line-height: 1; letter-spacing: -.015em; }
.edu-logos { display: flex; align-items: center; gap: 12px; }
.edu-logos img { height: 35px; width: auto; }
.edu-divider { width: 1px; height: 24px; background: var(--line); }
.hero-copy .role { font: 500 clamp(1.25rem, 2.3vw, 1.6rem)/1.25 var(--body); color: var(--ink-2); }
.hero-copy .tagline { font: 400 clamp(1.4rem, 2.5vw, 1.9rem)/1.2 var(--display); letter-spacing: -.01em; margin: 18px 0 24px; max-width: 560px; }
.hero-copy .tagline em { font-style: italic; color: var(--accent); }
.btn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 640px; }
.btn-grid .btn { padding: 17px 14px; text-align: center; line-height: 1.25; }
.btn-grid .wide { grid-column: 1 / -1; padding: 20px; font-size: 17.5px; }

.portrait-wrap { width: 100%; max-width: 320px; }
.portrait { position: relative; aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* School carousel: label left, video right */
.strip { border-block: 1px solid var(--line); background: #fff; overflow: hidden; }
.strip .container { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); padding: 12px 0; }
.strip-label { flex: none; max-width: 200px; font: 400 1.15rem/1.25 var(--display); letter-spacing: -.005em; color: var(--ink); }
.strip-video { flex: 1; min-width: 0; width: 100%; height: clamp(56px, 8vw, 92px); object-fit: cover; object-position: left center; background: #fff; }

/* About page (mirrors the Canva "About me" page) */
.about-top { display: grid; grid-template-columns: 1fr minmax(0, 330px); gap: clamp(28px, 5vw, 64px); align-items: start; margin-top: 28px; }
.about-top h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); margin-bottom: 20px; letter-spacing: -.015em; }
.about-top p { color: var(--muted); font-size: 1.15rem; margin-bottom: 16px; max-width: 640px; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 930 / 1200; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }
.about-photo figcaption { margin-top: 12px; font-size: 14px; color: var(--muted); }
.big-h { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: clamp(14px, 1.5vw, 20px) 0 24px; }
.big-h h2 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); text-transform: uppercase; letter-spacing: -.01em; }
.big-sub { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.25rem); max-width: 760px; margin: -8px 0 32px; }
.journey-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, 280px); gap: clamp(32px, 5vw, 64px); align-items: start; }
.journey-body { max-width: 760px; display: grid; gap: 16px; margin-bottom: 8px; }
.journey-body p { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.25rem); }
.journey-body strong { color: var(--ink); font-weight: 600; }
.accept-aside { position: sticky; top: 96px; }
.accept-label { font: 700 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin: 0 0 20px; }
.accept-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 28px 40px; padding-top: 4px; }
.accept-logos img { width: auto; object-fit: contain; }
.accept-logos--stack { flex-direction: column; align-items: flex-start; gap: 22px; }
.edu-row { display: grid; grid-template-columns: 240px 1fr; gap: clamp(20px, 4vw, 48px); align-items: center; padding: 24px 0; border-top: 1px solid var(--line); }
.edu-row:last-child { border-bottom: 1px solid var(--line); }
.edu-row img { width: 100%; max-height: 120px; object-fit: contain; object-position: left center; }
.edu-row h3 { font-size: clamp(1.3rem, 2.6vw, 1.75rem); }
.edu-row .sub { font-weight: 600; color: var(--ink-2); margin-top: 4px; }
.edu-row .meta { color: var(--muted); margin-top: 10px; font-size: 16px; }
.exp { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.exp-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: #fff; }
.exp-card img { height: 64px; width: auto; max-width: 220px; object-fit: contain; object-position: left center; margin-bottom: 26px; }
.exp-card h3 { font-size: 1.4rem; }
.exp-card .meta { color: var(--muted); margin-top: 8px; }


/* Pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px 26px; transition: border-color .2s ease;
}
.plan:hover { border-color: var(--ink); }
.plan h3 { font-size: 1.55rem; }
.plan .tag { color: var(--muted); font-size: 15px; margin-top: 8px; min-height: 48px; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 22px 0 24px; }
.price strong { font: 400 3.3rem/1 var(--display); letter-spacing: -.015em; }
.price span { color: var(--muted); font-size: 14px; }
.feat { display: grid; gap: 13px; margin: 0 0 30px; flex: 1; font-size: 15.5px; }
.feat li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; }
.feat svg { width: 20px; height: 20px; margin-top: 2px; color: var(--accent); }
.plan.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.plan.featured .tag, .plan.featured .price span { color: #b4bfdc; }
.plan.featured .feat svg { color: var(--accent-light); }
.plan.featured .badge {
  position: absolute; top: -13px; left: 30px; background: var(--accent); color: #fff;
  font: 700 12px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; border-radius: 6px;
}
.services-note { margin-top: 28px; color: var(--muted); font-size: 15.5px; display: flex; gap: 10px; align-items: flex-start; }
.services-note svg { flex: none; width: 20px; height: 20px; color: var(--accent); margin-top: 3px; }

.carte {
  margin-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px clamp(24px, 4vw, 40px);
}
.carte .lab { font: 700 13px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.carte h3 { font-size: 1.9rem; margin: 12px 0 8px; }
.carte p { color: var(--ink-2); max-width: 520px; }
.carte .feat { margin: 20px 0 0; grid-template-columns: 1fr 1fr; gap: 10px 28px; font-size: 15px; }
.carte-buy { text-align: center; min-width: 220px; }
.carte-buy .price { justify-content: center; margin: 0 0 16px; }
.carte-buy .price strong { font-size: 3.5rem; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step::before {
  counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 18px;
  font: 400 2.4rem/1 var(--display); color: var(--accent);
}
.step h3 { font-size: 1.35rem; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 15.5px; }

/* Testimonials: who they are leads, up top and larger, so it stands out before the quote */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tcard { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.t-head { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.t-logo { flex: none; display: block; width: auto; max-width: 140px; object-fit: contain; object-position: left center; }
.t-head b { display: block; font: 700 12.5px/1.35 var(--body); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.t-head span { display: block; margin-top: 4px; font-size: 13.5px; color: var(--muted); }
.tcard .qm { font: 400 3rem/.6 var(--display); color: var(--tint-2); margin: 18px 24px 0; height: 22px; }
.tcard blockquote { margin: 0; padding: 14px 24px 24px; display: grid; gap: 12px; color: var(--ink-2); font-size: 15.5px; flex: 1; }
.tcard blockquote strong { color: var(--ink); font-weight: 600; }
.tcard.excerpt blockquote { font-size: 16.5px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 32px; font-weight: 600; color: var(--accent); text-decoration: none; }
.link-arrow:hover { text-decoration: underline; }
.link-arrow svg { width: 16px; height: 16px; }

/* Why parents choose us */
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: clamp(44px, 6vw, 72px); }
.diff-card .diff-icon {
  width: 42px; height: 42px; border-radius: 10px; background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--accent); margin-bottom: 16px;
}
.diff-card .diff-icon svg { width: 21px; height: 21px; }
.diff-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.diff-card p { color: var(--muted); font-size: 15.5px; }

/* FAQ */
.faq { max-width: 820px; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 24px; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 600; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; line-height: 1; color: var(--accent); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); gap: 32px; align-items: start; }
.faq-cta { position: sticky; top: 96px; text-align: left; padding: 32px 28px; }
.faq-cta h2 { font-size: clamp(1.5rem, 2.4vw, 1.8rem); line-height: 1.2; max-width: none; margin: 0 0 12px; }
.faq-cta p { max-width: none; margin: 0 0 24px; font-size: 15.5px; }
.faq-cta .btn { width: 100%; }

/* CTA */
.cta {
  background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(32px, 5vw, 60px) clamp(24px, 5vw, 56px);
  text-align: center; position: relative; overflow: hidden;
}
.cta h2 { font-size: clamp(2rem, 4.6vw, 3.3rem); max-width: 760px; margin: 0 auto 16px; position: relative; }
.cta p { color: #b4bfdc; max-width: 520px; margin: 0 auto 30px; position: relative; }
.cta .btn { position: relative; }

/* Footer */
.footer { padding: 44px 0 32px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: 15px; }
.footer nav a { text-decoration: none; color: var(--muted); }
.footer nav a:hover { color: var(--accent); }
.fine { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }

/* Inner pages */
.page-hero { padding: clamp(40px, 6vw, 72px) 0 32px; text-align: center; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin: 18px 0 14px; }
.page-hero p { color: var(--muted); max-width: 600px; margin-inline: auto; font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.stepper { display: flex; justify-content: center; gap: 12px; margin: 32px 0 0; flex-wrap: wrap; list-style: none; padding: 0; }
.stepper li { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px 8px 8px; border-radius: 8px; background: #fff; border: 1px solid var(--line); font-size: 14.5px; font-weight: 500; color: var(--muted); }
.stepper li b { width: 28px; height: 28px; border-radius: 6px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; font-size: 13px; }
.stepper li.on { color: var(--ink); border-color: var(--ink); }
.stepper li.on b { background: var(--ink); color: #fff; border-color: var(--ink); }
.stepper li.ok b { background: var(--accent); color: #fff; border-color: var(--accent); }

.notice { display: flex; gap: 14px; align-items: flex-start; padding: 16px 20px; border-radius: 10px; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent); color: var(--ink); margin: 0 auto 28px; max-width: 760px; }
.notice svg { flex: none; width: 24px; height: 24px; margin-top: 2px; color: var(--accent); }
.notice strong { display: block; }
.calendar-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; max-width: 960px; margin-inline: auto; }
.calendar-wrap iframe { display: block; width: 100%; height: 700px; border: 0; border-radius: 10px; }
.setup-box { padding: 48px 28px; text-align: center; color: var(--muted); }
.setup-box h3 { color: var(--ink); margin-bottom: 10px; }
.code { background: #fff; border: 1px solid var(--line); padding: 2px 8px; border-radius: 6px; font-size: .9em; color: var(--ink); }
.subtle-link { display: block; text-align: center; margin-top: 16px; font-size: 14.5px; color: var(--muted); }
.submit-card { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; text-align: center; }
.submit-card h3 { font-size: 1.8rem; margin-bottom: 12px; }
.submit-card p { color: var(--muted); margin-bottom: 24px; }

/* Toast */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 24px); opacity: 0; pointer-events: none; z-index: 100;
  background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 10px; font-size: 14.5px; max-width: min(92vw, 460px);
  transition: opacity .25s, transform .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .plan { transition: none; }
}

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-top { grid-template-columns: 1fr; }
  .about-top .about-photo { order: -1; max-width: 330px; }
  .plans, .steps, .tgrid, .diff-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-cta { position: static; text-align: center; }
  .faq-cta .btn { width: auto; }
  .journey-layout { grid-template-columns: 1fr; }
  .accept-aside { position: static; }
  .accept-logos--stack { flex-direction: row; align-items: center; }
  .plan.featured { order: -1; }
  .carte { grid-template-columns: 1fr; gap: 28px; }
  .portrait-wrap { max-width: 300px; }
  .exp { grid-template-columns: 1fr; }
  .edu-row { grid-template-columns: 1fr; gap: 18px; }
  .edu-row img { max-width: 220px; }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 20px 20px; display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-links .btn { margin-top: 16px; }
}
@media (max-width: 700px) {
  .strip .container { flex-direction: column; align-items: stretch; gap: 8px; padding: 14px 0; }
  .strip-label { max-width: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .carte .feat { grid-template-columns: 1fr; }
  .calendar-wrap iframe { height: 640px; }
  .submit-card { padding: 28px 22px; }
  .btn-grid { grid-template-columns: 1fr; }
  .exp-card { padding: 24px; }
}

/* Consulting call band (first item in Services) */
.carte.consult { background: #fff; border: 2px solid var(--accent); margin-top: 0; }

/* Belt-and-suspenders: force lining (non old-style) figures for prices and years in the display
   font, in case a future font swap defaults to old-style numerals. Must come after the `font:`
   shorthands above, which reset this property. */
h1, h2, h3, h4, .price strong, .step::before, .brand { font-variant-numeric: lining-nums; }
