:root {
  --ink: #102b50;
  --ink-soft: #243956;
  --purple: #7546c4;
  --purple-dark: #6030aa;
  --purple-mid: #8760cb;
  --purple-pale: #f0e8fb;
  --pink: #f08da8;
  --cream: #fffaf5;
  --warm-panel: #fffaf6;
  --green: #08a755;
  --white: #ffffff;
  --line: #e9e3ee;
  --shell: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
:focus-visible { outline: 3px solid rgba(117, 70, 196, .35); outline-offset: 4px; }
.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #f2eef4;
}
.header-row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-name { color: var(--purple); font-size: 1.55rem; font-weight: 800; letter-spacing: -.04em; }
.brand-heart { color: var(--pink); margin-left: 3px; font-size: .75em; vertical-align: top; }
.brand-tagline { color: #7a5ea0; font-size: .72rem; margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: .95rem; font-weight: 600; }
.desktop-nav > a:not(.pill) { padding: 13px 0; }
.desktop-nav .active { color: var(--purple); }
.desktop-nav > a:not(.pill):hover { color: var(--purple); }

.pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.pill:hover { transform: translateY(-1px); }
.pill svg { width: 18px; height: 18px; }
.pill-primary { color: #fff; background: linear-gradient(135deg, #7745c6, #8a59cf); box-shadow: 0 8px 20px rgba(116,69,198,.18); }
.pill-outline { color: var(--purple); background: rgba(255,255,255,.55); border: 1.5px solid var(--purple-mid); }
.nav-pill { padding-inline: 18px; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); align-items: center; justify-content: center; }
.menu-button svg { width: 25px; height: 25px; }
.mobile-menu { display: none; padding: 10px 28px 22px; background: #fff; border-top: 1px solid var(--line); }
.mobile-menu.open { display: grid; gap: 4px; }
.mobile-menu > a:not(.pill) { min-height: 48px; display: flex; align-items: center; padding: 10px 6px; font-weight: 650; }
.mobile-menu .pill { margin-top: 8px; width: 100%; }

.hero {
  background: linear-gradient(90deg, #f6f1fd 0%, #fbf8fd 34%, #fff 55%);
  overflow: hidden;
}
.hero-inner {
  min-height: 485px;
  display: grid;
  grid-template-columns: .92fr 1.34fr;
  align-items: stretch;
  padding-right: 0;
  width: min(100%, calc(var(--shell) + (100vw - var(--shell))/2));
  margin-left: max(28px, calc((100vw - var(--shell))/2));
  margin-right: 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 32px 56px 0;
}
.hero-copy::after {
  content: "";
  position: absolute;
  inset: 0 -95px 0 auto;
  width: 150px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(249,246,253,1), rgba(249,246,253,0));
}
h1, h2, h3 { margin: 0; color: var(--ink); }
h1, .programme-block h2, .section-heading h2, .step-card h3, .family-banner h2, .footer-main h2 { font-family: var(--serif); }
h1 { font-size: clamp(2.7rem, 4.9vw, 4.28rem); line-height: 1.12; letter-spacing: -.045em; font-weight: 700; }
.script-line { margin: 18px 0 20px; color: #8054b3; font-family: var(--script); font-size: clamp(1.55rem, 2.5vw, 2.15rem); line-height: 1.55; font-weight: 600; }
.script-line span { color: var(--pink); font-size: 1.3em; }
.hero-description { margin: 0; color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.hero-cta { align-self: flex-start; margin-top: 27px; min-height: 48px; padding-inline: 24px; }
.hero-image-wrap { min-height: 485px; position: relative; overflow: hidden; }
.hero-image-wrap::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 24%; background: linear-gradient(90deg, rgba(250,247,253,1) 0%, rgba(250,247,253,.72) 35%, rgba(250,247,253,0) 100%); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.programme-strip {
  margin-top: 24px;
  min-height: 184px;
  display: grid;
  grid-template-columns: 1fr 1px 1.24fr;
  align-items: stretch;
  border-radius: 15px;
  background: var(--warm-panel);
  box-shadow: 0 3px 18px rgba(54,38,70,.035);
  overflow: hidden;
}
.programme-block { display: flex; align-items: center; gap: 24px; padding: 28px 38px; }
.programme-divider { width: 1px; margin-block: 28px; background: #ded7dc; }
.programme-block h2 { margin-bottom: 11px; font-size: 1.48rem; letter-spacing: -.02em; }
.programme-block p { margin: 0; color: var(--ink); font-size: .98rem; line-height: 1.55; }
.programme-right { display: grid; grid-template-columns: auto 1fr auto; }
.programme-button { min-width: 150px; }
.round-icon { width: 74px; height: 74px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #eee6fa; color: var(--purple); }
.round-icon > svg { width: 42px; height: 42px; stroke-width: 2.2; }

.learning { padding: 32px 0 29px; }
.section-heading { text-align: center; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 2.65rem); letter-spacing: -.04em; }
.heading-rule { width: 43px; height: 4px; display: block; margin: 10px auto 10px; border-radius: 10px; background: var(--purple); }
.section-heading p { margin: 0; font-size: .98rem; line-height: 1.48; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 24px; }
.step-card { text-align: center; position: relative; z-index: 2; }
.step-icon { width: 80px; height: 80px; margin: 0 auto 12px; }
.step-icon > svg { width: 46px; height: 46px; }
.classroom-icon svg { stroke: none; }
.progress-icon { color: var(--green); }
.step-card h3 { margin-bottom: 7px; font-size: 1.35rem; letter-spacing: -.015em; }
.step-card p { margin: 0; font-size: .92rem; line-height: 1.48; }
.flow-arrow { position: absolute; top: 35px; width: 82px; height: 42px; color: var(--purple); stroke-width: 3; z-index: 1; }
.arrow-one { left: calc(33.333% - 56px); }
.arrow-two { left: calc(66.666% - 28px); }

.family-banner {
  min-height: 82px;
  margin-top: 2px;
  padding: 15px 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(90deg, #f5effd 0%, #efe5fb 55%, #f5effd 100%);
  border-radius: 14px;
}
.family-copy { display: flex; align-items: center; gap: 20px; }
.lock-disc { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; flex: 0 0 auto; }
.lock-disc svg { width: 26px; height: 26px; }
.family-banner h2 { font-size: 1.35rem; }
.family-banner p { margin: 3px 0 0; font-size: .92rem; }
.family-button { min-width: 178px; }

.feature-strip {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
}
.feature-item { min-height: 114px; display: flex; align-items: center; gap: 18px; padding: 22px 26px; }
.feature-item + .feature-item { border-left: 1px solid var(--line); }
.feature-icon { width: 45px; height: 45px; color: var(--purple); flex: 0 0 auto; stroke-width: 1.7; }
.feature-item h3 { color: var(--purple); font-size: .92rem; font-weight: 800; }
.feature-item p { margin: 6px 0 0; font-size: .77rem; line-height: 1.42; color: var(--ink); }

.site-footer { margin-top: 14px; }
.footer-main {
  min-height: 164px;
  padding: 25px 44px;
  display: grid;
  grid-template-columns: 1.25fr .7fr .85fr;
  align-items: start;
  gap: 55px;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(110deg, #e9ddf8, #dac9ef);
}
.footer-logo .brand-name { font-size: 1.45rem; }
.footer-logo .brand-tagline { font-size: .65rem; }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--purple); }
.socials svg { width: 17px; height: 17px; stroke-width: 2; }
.footer-main h2 { margin-bottom: 10px; font-size: 1rem; font-weight: 500; }
.footer-links { display: grid; align-content: start; }
.footer-links a { font-size: .82rem; line-height: 1.55; }
.footer-contact p { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font-size: .82rem; }
.footer-contact svg { width: 16px; height: 16px; color: var(--purple); flex: 0 0 auto; }
.footer-bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 2px; font-size: .72rem; color: #46536a; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; font-size: .88rem; }
  .brand-name { font-size: 1.35rem; }
  .hero-inner { grid-template-columns: .9fr 1.1fr; }
  .programme-block { padding: 26px; }
  .programme-right { grid-template-columns: auto 1fr; }
  .programme-button { grid-column: 2; justify-self: start; margin-top: 12px; }
  .feature-item { padding: 20px 15px; gap: 12px; }
  .footer-main { gap: 30px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-row { min-height: 78px; }
  .hero-inner { width: 100%; margin: 0; grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 42px 24px 28px; width: min(100%, 720px); margin-inline: auto; }
  .hero-copy::after { display: none; }
  .hero-image-wrap { min-height: 320px; }
  .hero-image-wrap::before { inset: 0 0 auto 0; width: 100%; height: 80px; background: linear-gradient(180deg, rgba(250,247,253,1), rgba(250,247,253,0)); }
  .programme-strip { grid-template-columns: 1fr; }
  .programme-divider { width: auto; height: 1px; margin: 0 28px; }
  .programme-right { grid-template-columns: auto 1fr auto; }
  .programme-button { grid-column: auto; margin-top: 0; justify-self: auto; }
  .steps { gap: 18px; }
  .flow-arrow { display: none; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .feature-item:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 20px), var(--shell)); }
  .header-row { min-height: 68px; gap: 16px; }
  .brand-avatar { width: 40px; height: 40px; }
  .brand-name { font-size: 1.12rem; }
  .brand-tagline { font-size: .58rem; }
  .hero-copy { padding: 28px 16px 18px; }
  h1 { font-size: clamp(1.85rem, 10.2vw, 2.55rem); line-height: 1.1; }
  .script-line { margin: 10px 0 12px; font-size: 1.25rem; }
  .hero-description { font-size: .92rem; line-height: 1.55; }
  .hero-cta { width: 100%; align-self: stretch; margin-top: 16px; }
  .hero-image-wrap { min-height: 240px; }
  .hero-image { object-position: 50% 30%; }
  .programme-strip { margin-top: 12px; border-radius: 14px; }
  .programme-block { padding: 22px 18px; gap: 16px; align-items: flex-start; }
  .programme-left, .programme-right { display: grid; grid-template-columns: auto 1fr; }
  .programme-button { grid-column: 1 / -1; width: 100%; margin-top: 6px; }
  .round-icon { width: 56px; height: 56px; }
  .round-icon > svg { width: 32px; height: 32px; }
  .programme-block h2 { font-size: 1.22rem; }
  .desktop-break { display: none; }
  .learning { padding: 26px 0 18px; }
  .section-heading h2 { font-size: 1.75rem; }
  .steps { grid-template-columns: 1fr; gap: 28px; margin-top: 24px; }
  .step-card h3 { font-size: 1.2rem; }
  .family-banner { padding: 22px 20px; flex-direction: column; align-items: stretch; text-align: left; }
  .family-copy { align-items: flex-start; }
  .family-button { width: 100%; }
  .feature-strip { grid-template-columns: 1fr; margin-top: 8px; border-radius: 12px; }
  .feature-item { min-height: 80px; padding: 16px 18px; }
  .feature-item + .feature-item { border-left: 0; border-top: 1px solid var(--line); }
  .feature-item h3 { font-size: .88rem; }
  .feature-item p { font-size: .74rem; }
  .footer-main { padding: 22px 18px; gap: 22px; grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { min-height: auto; padding: 12px 2px; flex-direction: column; align-items: flex-start; }
  .footer-contact p { margin-bottom: 8px; }
  .footer-main h2 { margin-bottom: 8px; }
  .footer-logo .brand-name { font-size: 1.25rem; }
  .footer-logo .brand-tagline { font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
