@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #183430;
  --ink-deep: #102d29;
  --green: #173f3a;
  --green-mid: #24635a;
  --mint: #dcefe8;
  --mint-light: #f0f8f4;
  --lime: #d7f06d;
  --lime-strong: #bedf39;
  --cream: #fbfaf4;
  --paper: #fffef9;
  --white: #fff;
  --text: #2c3f3c;
  --muted: #697a77;
  --line: #dbe5df;
  --coral: #ef8f6d;
  --shadow: 0 22px 70px rgba(21, 63, 57, .13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shell: 1180px;
}

* { box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--paper);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body, button, a { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.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;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 254, 249, .88);
  border-bottom: 1px solid rgba(23, 63, 58, .08);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .02em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--green);
}

.brand-mark svg { width: 36px; }
.brand-mark path, .brand-mark circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark circle { fill: var(--lime-strong); stroke: none; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #40534f;
  font-size: 14px;
  font-weight: 600;
}

.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--green-mid);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.primary-nav > a:hover::after { transform: scaleX(1); }

.nav-cta {
  padding: 11px 20px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { background: var(--green-mid); transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 25%, rgba(215, 240, 109, .25), transparent 23%),
    linear-gradient(135deg, var(--cream) 35%, #eef7f1 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(36, 99, 90, .12);
  border-radius: 50%;
}

.hero-grid {
  min-height: 710px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 50px;
  padding-block: 90px 96px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-mid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; background: var(--lime-strong); }
.eyebrow.light { color: var(--lime); }

.hero h1,
.section-heading h2,
.feature-copy h2,
.parents-copy h2,
.final-cta h2,
.legal-page h1 {
  margin: 20px 0 0;
  color: var(--ink-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.35;
}

.hero h1 { font-size: clamp(42px, 4vw, 52px); }
.hero h1 em { color: var(--green-mid); font-style: normal; position: relative; }
.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 13px;
  background: var(--lime);
  border-radius: 20px 4px;
}

.hero-lead {
  max-width: 580px;
  margin: 24px 0 0;
  color: #536763;
  font-size: 17px;
  line-height: 2;
}

.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 26px rgba(23, 63, 58, .2); }
.button-primary:hover { background: var(--green-mid); box-shadow: 0 14px 34px rgba(23, 63, 58, .24); }
.button-quiet { color: var(--green); border-color: #bfd0c9; background: rgba(255, 255, 255, .55); }
.button-quiet:hover { background: var(--white); }

.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #61716e; font-size: 12px; font-weight: 600; }
.hero-points span { display: flex; align-items: center; gap: 6px; }
.hero-points svg { width: 18px; height: 18px; padding: 3px; color: var(--green); background: var(--lime); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(36, 99, 90, .15); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 380px; height: 380px; border-style: dashed; transform: rotate(25deg); }

.dashboard-card {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  padding: 28px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(23, 63, 58, .1);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.dashboard-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid #e5ece8; }
.dashboard-top > div:first-child { display: grid; gap: 5px; }
.dashboard-label { color: var(--muted); font-size: 11px; font-weight: 700; }
.dashboard-top strong { color: var(--ink); font-size: 20px; }
.progress-ring {
  width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%;
  background: conic-gradient(var(--lime-strong) var(--hero-progress,64%), #e7eee9 0);
}
.progress-ring::before { content: ""; position: absolute; width: 52px; height: 52px; background: white; border-radius: 50%; }
.progress-ring span { position: relative; color: var(--ink); font-weight: 800; }
.progress-ring b { font: inherit; }
.progress-ring small { font-size: 10px; }
.route-line { padding: 16px 0 6px; }
.route-step { position: relative; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 13px; padding: 12px 0; }
.route-step:not(:last-child)::after { content: ""; position: absolute; top: 47px; left: 17px; width: 2px; height: 19px; background: #dfe8e3; }
.route-step.is-done::after { background: var(--lime-strong); }
.route-node { width: 36px; height: 36px; display: grid; place-items: center; color: #82908d; background: #edf2ef; border-radius: 50%; font-size: 12px; font-weight: 800; }
.route-node svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.is-done .route-node { color: var(--green); background: var(--lime); }
.is-current .route-node { color: var(--white); background: var(--green-mid); box-shadow: 0 0 0 5px var(--mint); }
.route-step div { display: grid; line-height: 1.4; }
.route-step small { color: #8b9996; font-size: 9px; font-weight: 700; }
.route-step strong { color: #314743; font-size: 13px; }
.is-current strong { color: var(--green); }
.step-time { color: #879491; font-size: 10px; }
.dashboard-note { display: flex; gap: 12px; padding: 14px; background: #fff7e8; border-radius: 13px; }
.note-icon { flex: 0 0 25px; height: 25px; display: grid; place-items: center; color: #8c5a1a; background: #ffd98e; border-radius: 50%; font-size: 12px; font-weight: 800; }
.dashboard-note p { margin: 0; color: #715b3c; font-size: 10px; line-height: 1.6; }
.dashboard-note strong { display: block; color: #604725; font-size: 11px; }

.hero-visual.is-sequenced .route-step,
.hero-visual.is-sequenced .dashboard-note { opacity: 0; transform: translateY(8px); }
.hero-visual.is-sequenced .route-step { transition: opacity .38s ease, transform .38s ease; }
.hero-visual.is-sequenced .dashboard-note { transition: opacity .42s ease, transform .42s ease; }
.hero-visual.is-sequenced .route-step.is-revealed,
.hero-visual.is-sequenced .dashboard-note.is-revealed { opacity: 1; transform: translateY(0); }

.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: white; border: 1px solid rgba(23, 63, 58, .08); border-radius: 14px; box-shadow: 0 12px 35px rgba(23, 63, 58, .14); color: #50615e; font-size: 11px; font-weight: 700; transform: translate3d(var(--chip-x,0),var(--chip-y,0),0); transition: transform .28s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.floating-chip span { padding: 4px 7px; color: var(--white); background: #6282a0; border-radius: 6px; font-size: 9px; }
.floating-chip strong { color: var(--green-mid); }
.floating-chip svg { width: 19px; padding: 3px; color: var(--green); background: var(--lime); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2; }
.chip-top { top: 65px; right: 0; }
.chip-bottom { bottom: 62px; left: 0; }

.truth-strip { color: var(--white); background: var(--green); }
.truth-grid { min-height: 130px; display: grid; grid-template-columns: 1fr 1.6fr; align-items: center; gap: 50px; }
.truth-grid > p { margin: 0; color: #bcd0cb; font-size: 14px; line-height: 1.7; }
.truth-grid > p strong { color: var(--white); font-size: 16px; }
.truth-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.truth-items span { display: flex; align-items: center; gap: 12px; padding: 8px 24px; border-left: 1px solid rgba(255,255,255,.14); color: #f0f7f4; font-size: 13px; font-weight: 600; }
.truth-items b { color: var(--lime); font-size: 10px; letter-spacing: .1em; }

.section { padding-block: 116px; }
.section-intro { background: var(--paper); }
.section-heading.centered { max-width: 700px; margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .feature-copy h2, .parents-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.section-heading > p, .feature-copy > p, .parents-copy > p { margin: 24px 0 0; color: var(--muted); line-height: 2; }

.compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 66px; }
.compare-card { padding: 38px; border-radius: var(--radius); }
.muted-card { background: #f2f2ee; border: 1px solid #e4e5df; }
.route-card { background: var(--mint-light); border: 1px solid #cfe4da; box-shadow: 0 18px 45px rgba(21, 63, 57, .07); }
.card-kicker { color: #82908d; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.route-card .card-kicker { color: var(--green-mid); }
.compare-card h3 { margin: 10px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 23px; line-height: 1.55; }
.compare-card > p { margin: 26px 0 0; color: #73807e; font-size: 13px; }
.tangled-path, .clear-path { min-height: 160px; position: relative; margin-top: 22px; background: rgba(255,255,255,.65); border-radius: 16px; }
.tangled-path span { position: absolute; z-index: 1; padding: 5px 9px; color: #7c8583; background: white; border: 1px solid #ddd; border-radius: 8px; font-size: 10px; }
.tangled-path span:nth-child(1) { top: 24px; left: 25px; }
.tangled-path span:nth-child(2) { top: 90px; left: 29%; }
.tangled-path span:nth-child(3) { top: 25px; right: 22px; }
.tangled-path span:nth-child(4) { right: 30%; bottom: 19px; }
.tangled-path svg { position: absolute; inset: 15px 20px; width: calc(100% - 40px); height: calc(100% - 30px); fill: none; stroke: #b9c0bd; stroke-width: 2; stroke-dasharray: 4 5; }
.clear-path { min-height: 160px; display: flex; align-items: center; justify-content: center; padding: 25px; }
.clear-path > div { display: grid; place-items: center; gap: 7px; flex-shrink: 0; }
.clear-path small { color: #647774; font-size: 9px; white-space: nowrap; }
.clear-path i { width: 10%; height: 2px; margin-bottom: 22px; background: #c9d8d1; }
.mini-node { width: 38px; height: 38px; display: grid; place-items: center; color: #78908b; background: #e5eee9; border-radius: 50%; font-size: 11px; font-weight: 800; }
.mini-node.done { color: var(--green); background: var(--lime); }
.mini-node.current { color: white; background: var(--green-mid); box-shadow: 0 0 0 5px var(--mint); }

.process-section { color: var(--white); background: var(--green); }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 100px; }
.split-heading h2 { color: var(--white); }
.split-heading > p { color: #b9cec9; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.process-card { position: relative; min-height: 350px; padding: 34px; color: var(--ink); background: #f5f8f3; border-radius: var(--radius); overflow: hidden; }
.process-card.featured { background: var(--lime); transform: translateY(-12px); }
.process-number { position: absolute; top: 24px; right: 26px; color: rgba(23, 63, 58, .2); font-size: 46px; font-weight: 800; line-height: 1; }
.process-icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--green); background: white; border-radius: 18px; box-shadow: 0 10px 25px rgba(23, 63, 58, .08); }
.featured .process-icon { background: rgba(255,255,255,.7); }
.process-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { margin: 35px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 21px; }
.process-card p { margin: 14px 0 0; color: #62736f; font-size: 13px; line-height: 1.9; }

.feature-section { background: #f5f2e9; }
.feature-grid, .parents-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.feature-visual { position: relative; padding: 40px; }
.feature-visual::before { content: ""; position: absolute; inset: 0; background: var(--mint); border-radius: 50% 42% 48% 44%; }
.map-card { position: relative; padding: 28px; background: var(--white); border: 1px solid rgba(23,63,58,.1); border-radius: 24px; box-shadow: var(--shadow); }
.map-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 700; }
.map-card-head b { padding: 5px 9px; color: var(--green-mid); background: var(--mint); border-radius: 6px; font-size: 9px; }
.map-card-hint { margin: 13px 9px 2px; color: #82908d; font-size: 9px; }
.skill-row { width: 100%; display: grid; grid-template-columns: 86px 1fr 38px; align-items: center; gap: 12px; padding: 12px 9px; color: #667774; background: transparent; border: 0; border-bottom: 1px solid #edf1ef; font: inherit; font-size: 10px; text-align: left; cursor: pointer; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.skill-meter { height: 7px; background: #e9efec; border-radius: 9px; overflow: hidden; }
.skill-row i { display: block; width: var(--skill-progress); height: 100%; background: #78a89d; border-radius: inherit; transition: width .8s cubic-bezier(.2,.8,.2,1); }
.skill-row b { text-align: right; font-size: 10px; }
.skill-row:hover, .skill-row:focus-visible { color: var(--green); background: #f7faf8; outline: none; }
.skill-row:focus-visible { box-shadow: inset 0 0 0 2px var(--green-mid); border-radius: 9px; }
.skill-row.focus { margin-inline: -8px; padding-inline: 17px; color: var(--green); background: #f1f8e7; border: 1px solid #dce9bb; border-radius: 10px; }
.skill-row.focus i { background: var(--lime-strong); }
.map-card.is-awaiting-reveal:not(.is-revealed) .skill-row i { width: 0; }
.map-message { display: flex; align-items: center; gap: 12px; margin-top: 19px; padding: 13px; background: var(--green); border-radius: 11px; }
.map-message span { padding: 4px 7px; color: var(--green); background: var(--lime); border-radius: 5px; font-size: 8px; font-weight: 800; }
.map-message p { margin: 0; color: white; font-size: 10px; font-weight: 600; }
.check-list { display: grid; gap: 23px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; margin-top: 2px; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.check-list li > div { display: grid; gap: 3px; }
.check-list strong { color: var(--ink); font-size: 15px; }
.check-list small { color: var(--muted); font-size: 12px; line-height: 1.7; }

.parents-section { background: var(--paper); }
.parent-benefits { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.parent-benefits > div { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.parent-benefits span { color: var(--green-mid); font-size: 10px; font-weight: 800; }
.parent-benefits p { margin: 0; color: var(--muted); font-size: 12px; }
.parent-benefits strong { display: block; color: var(--ink); font-size: 14px; }
.report-card { padding: 29px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.report-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.report-head > div { display: grid; }
.report-head small { color: #879592; font-size: 9px; }
.report-head strong { color: var(--ink); font-size: 13px; }
.report-head > span { padding: 5px 8px; color: var(--green-mid); background: var(--mint); border-radius: 6px; font-size: 8px; font-weight: 700; }
.report-summary { display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 25px; padding: 27px 15px; }
.weekly-ring { width: 100px; height: 100px; display: grid; place-items: center; background: conic-gradient(var(--lime-strong) 72%, #edf1ef 0); border-radius: 50%; }
.weekly-ring::before { content: ""; position: absolute; width: 77px; height: 77px; background: white; border-radius: 50%; }
.weekly-ring span { position: relative; display: grid; place-items: center; line-height: 1.2; }
.weekly-ring b { color: var(--ink); font-size: 26px; }
.weekly-ring small { color: #80908d; font-size: 8px; }
.report-summary > div:last-child { display: grid; }
.report-summary > div:last-child small { color: #7c8b88; font-size: 9px; }
.report-summary > div:last-child strong { color: var(--ink); font-size: 30px; }
.report-summary > div:last-child strong span { margin-left: 3px; font-size: 10px; }
.report-summary p { margin: 1px 0 0; color: #81908d; font-size: 9px; }
.report-summary p b { color: var(--green-mid); }
.report-box { display: flex; gap: 13px; padding: 15px; background: var(--mint-light); border-radius: 13px; }
.report-icon { flex: 0 0 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--green-mid); border-radius: 8px; font-weight: 800; }
.report-box div { display: grid; }
.report-box strong { color: var(--ink); font-size: 11px; }
.report-box p { margin: 2px 0 0; color: #71817e; font-size: 9px; }
.report-quote { margin-top: 12px; padding: 15px; color: #685b3d; background: #fff8e9; border-left: 3px solid #ffd476; border-radius: 4px 11px 11px 4px; font-size: 9px; }

.final-cta { position: relative; overflow: hidden; padding-block: 105px; color: white; background: var(--green); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.final-cta::before { top: -220px; left: -130px; }
.final-cta::after { right: -150px; bottom: -260px; }
.final-cta-inner { position: relative; z-index: 1; }
.centered-eyebrow { justify-content: center; }
.final-cta h2 { margin-top: 17px; color: white; font-size: clamp(39px, 5vw, 58px); }
.final-cta p { max-width: 560px; margin: 20px auto 30px; color: #bdd0cb; font-size: 14px; }
.button-light { color: var(--green); background: var(--lime); }
.button-light:hover { background: white; box-shadow: 0 14px 35px rgba(0,0,0,.15); }
.cta-route { display: flex; align-items: center; justify-content: center; margin-bottom: 33px; }
.cta-route i { width: 52px; height: 1px; background: rgba(215,240,109,.4); }
.cta-route span { width: 8px; height: 8px; margin-inline: 3px; background: var(--lime); border-radius: 50%; }

.site-footer { padding: 62px 0 25px; color: #a9bdb8; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.brand-footer { color: white; }
.brand-footer .brand-mark circle { fill: var(--lime); }
.footer-grid p { margin: 10px 0 0 46px; font-size: 11px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 26px; font-size: 11px; }
.footer-links a:hover { color: white; }
.platform-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 42px; padding: 24px 28px; color: #c5d6d2; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; }
.platform-note-copy { display: grid; gap: 5px; }
.platform-note-label { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.platform-note p { margin: 0; font-size: 11px; line-height: 1.8; }
.platform-note p strong { color: white; }
.platform-note > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 10px; font-weight: 700; }
.platform-note > a:hover { color: white; }
.platform-note svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; }

.legal-page { min-height: 60vh; padding-block: 72px 110px; background: var(--cream); }
.legal-shell { max-width: 900px; }
.legal-page .breadcrumbs { margin-bottom: 58px; }
.legal-header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-page h1 { font-size: clamp(38px,5vw,52px); }
.legal-header > p { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.legal-header > small { display: block; margin-top: 20px; color: #80908c; font-size: 10px; }
.legal-content { display: grid; gap: 42px; margin-top: 50px; }
.legal-content section { scroll-margin-top: 110px; }
.legal-content h2 { margin: 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 20px; }
.legal-content p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.legal-content ul { display: grid; gap: 8px; margin: 14px 0 0; padding-left: 1.4em; color: var(--muted); font-size: 13px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--green-mid); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.company-message { margin-top: 50px; padding: 40px; color: white; background: linear-gradient(135deg,var(--green),#28675d); border-radius: 22px; }
.company-message > span, .company-platform > div > span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.company-message h2, .company-platform h2 { margin: 12px 0 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 28px; }
.company-message p { max-width: 680px; margin: 14px 0 0; color: #cfdfdb; font-size: 13px; line-height: 2; }
.company-table { margin: 42px 0 0; background: white; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.company-table > div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.company-table > div:last-child { border-bottom: 0; }
.company-table dt, .company-table dd { margin: 0; padding: 21px 26px; font-size: 13px; }
.company-table dt { color: var(--green-mid); background: var(--mint-light); font-weight: 700; }
.company-table dd { color: var(--text); }
.company-platform { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; margin-top: 42px; padding: 38px 40px; background: #edf6f1; border-radius: 20px; }
.company-platform h2 { color: var(--ink); font-size: 22px; }
.company-platform p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.company-platform .button { white-space: nowrap; }

/* Parents guide */
.parent-hero { overflow: hidden; background: radial-gradient(circle at 78% 22%,rgba(215,240,109,.22),transparent 25%),linear-gradient(135deg,var(--cream),#edf7f2); }
.parent-hero-grid { min-height: 720px; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 72px; padding-block: 55px 85px; }
.parent-hero-copy .breadcrumbs { margin-bottom: 55px; }
.parent-hero h1, .parent-section h2, .parent-final h2 { margin: 18px 0 0; color: var(--ink-deep); font-family: "M PLUS Rounded 1c",sans-serif; font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.parent-hero h1 { font-size: clamp(40px,4vw,54px); }
.parent-hero h1 em { color: var(--green-mid); font-style: normal; }
.parent-hero-copy > p:not(.parent-status) { max-width: 630px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.parent-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.parent-status { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: #73837f; font-size: 10px; }
.parent-status span { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.parent-hero-report { position: relative; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.parent-hero-report::before { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; background: rgba(255,255,255,.55); border: 1px solid rgba(23,63,58,.08); border-radius: inherit; }
.parent-report-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.parent-report-top div { display: grid; }
.parent-report-top small, .parent-report-score small { color: #82918e; font-size: 8px; }
.parent-report-top strong { margin-top: 3px; color: var(--ink); font-size: 17px; }
.parent-report-top > span { padding: 5px 9px; color: var(--green); background: var(--mint); border-radius: 99px; font-size: 8px; font-weight: 700; }
.parent-report-score { display: flex; align-items: center; justify-content: space-between; padding: 25px 4px; }
.parent-report-score > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 11px; }
.parent-report-score b { grid-row: 1 / 3; color: var(--green); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 38px; line-height: 1; }
.parent-report-score small { max-width: 90px; line-height: 1.5; }
.parent-report-score > span { color: #73837f; font-size: 9px; }
.parent-report-score > span strong { color: var(--green-mid); }
.parent-report-subject { display: grid; grid-template-columns: 45px 1fr 34px; align-items: center; gap: 10px; margin-top: 11px; font-size: 9px; }
.parent-report-subject > div { height: 7px; overflow: hidden; background: #e9efec; border-radius: 99px; }
.parent-report-subject i { display: block; height: 100%; background: var(--lime-strong); border-radius: inherit; }
.parent-report-subject b { color: var(--green-mid); font-size: 8px; }
.parent-report-message { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 22px; padding: 16px; background: var(--mint-light); border-radius: 12px; }
.parent-report-message > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--green-mid); border-radius: 50%; }
.parent-report-message p, .parent-report-advice p { margin: 0; color: #647571; font-size: 8px; line-height: 1.7; }
.parent-report-message strong { display: block; color: var(--ink); font-size: 10px; }
.parent-report-advice { margin-top: 14px; padding: 15px; background: #fff8e8; border-radius: 12px; }
.parent-report-advice small { color: #9b7438; font-size: 7px; font-weight: 800; }
.parent-report-advice p { margin-top: 4px; color: #746342; }
.parent-trust-strip { color: white; background: var(--green); }
.parent-trust-strip > div { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 29px; }
.parent-trust-strip div > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding-inline: 28px; border-right: 1px solid rgba(255,255,255,.12); }
.parent-trust-strip div > div:first-child { padding-left: 0; }
.parent-trust-strip div > div:last-child { border-right: 0; }
.parent-trust-strip span { color: var(--lime); font-size: 8px; font-weight: 800; }
.parent-trust-strip p { margin: 0; color: #b8cbc7; font-size: 8px; }
.parent-trust-strip strong { display: block; color: white; font-size: 11px; }
.parent-section { padding-block: 105px; }
.parent-section h2 { font-size: clamp(34px,4vw,48px); }
.parent-problem { background: var(--paper); }
.parent-problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.parent-problem-grid > div:first-child > p, .parent-role-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.parent-worry-list { display: grid; gap: 12px; }
.parent-worry-list article { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 17px; padding: 21px 24px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.parent-worry-list article > span { width: 40px; height: 40px; display: grid; place-items: center; color: #94715d; background: #fff0e8; border-radius: 50%; font-family: "M PLUS Rounded 1c",sans-serif; font-weight: 800; }
.parent-worry-list p { margin: 0; color: #7b8986; font-size: 9px; line-height: 1.7; }
.parent-worry-list strong { color: var(--ink); font-size: 13px; }
.parent-visible { background: #edf6f1; }
.parent-section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.parent-section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 2; }
.parent-visible-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 55px; }
.parent-visible-grid article { position: relative; min-height: 290px; padding: 29px 25px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; }
.parent-card-number { position: absolute; top: 18px; right: 20px; color: #c6d3cf; font-size: 9px; font-weight: 800; }
.parent-card-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 13px; font-size: 20px; font-weight: 800; }
.parent-visible-grid h3 { margin: 28px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 17px; line-height: 1.6; }
.parent-visible-grid p { margin: 11px 0 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.parent-difference { background: var(--cream); }
.centered-parent-heading { display: grid; justify-items: center; text-align: center; }
.parent-compare { display: grid; grid-template-columns: 1fr 55px 1fr; align-items: center; max-width: 880px; margin: 55px auto 0; }
.parent-compare article { min-height: 325px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.parent-compare-before { opacity: .78; }
.parent-compare-after { box-shadow: 0 18px 50px rgba(23,63,58,.11); }
.parent-compare article > span { color: var(--green-mid); font-size: 8px; font-weight: 800; }
.parent-compare h3 { margin: 15px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 22px; line-height: 1.55; }
.parent-compare ul { display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 10px; }
.parent-compare li::before { content: "✓"; margin-right: 8px; color: var(--green-mid); font-weight: 800; }
.parent-compare-before li::before { content: "—"; color: #a5948b; }
.parent-compare-arrow { width: 42px; height: 42px; display: grid; place-items: center; justify-self: center; z-index: 1; color: white; background: var(--green); border-radius: 50%; }
.parent-role { color: white; background: var(--green); }
.parent-role-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.parent-role h2 { color: white; }
.parent-role-copy > p { color: #b9cac6; }
.parent-role-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.parent-role-list li { display: grid; grid-template-columns: 46px 1fr; gap: 17px; align-items: center; padding: 20px 22px; color: var(--text); background: white; border-radius: 14px; }
.parent-role-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-weight: 800; }
.parent-role-list strong { color: var(--ink); font-size: 13px; }
.parent-role-list p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.parent-safety { background: var(--paper); }
.parent-safety-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 50px; }
.parent-safety-grid article { min-height: 245px; padding: 29px; background: var(--cream); border: 1px solid var(--line); border-radius: 17px; }
.parent-safety-grid article > span { display: inline-block; padding: 4px 8px; color: var(--green-mid); background: var(--mint); border-radius: 5px; font-size: 8px; font-weight: 800; }
.parent-safety-grid h3 { margin: 17px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 18px; }
.parent-safety-grid p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.parent-safety-grid a { display: inline-block; margin-top: 15px; color: var(--green-mid); font-size: 9px; font-weight: 700; }
.parent-faq { background: #edf6f1; }
.parent-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.parent-faq-heading > p { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.parent-faq-list { border-top: 1px solid #ccdcd6; }
.parent-faq-list details { border-bottom: 1px solid #ccdcd6; }
.parent-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 3px; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.parent-faq-list summary::-webkit-details-marker { display: none; }
.parent-faq-list summary span { color: var(--green-mid); font-size: 19px; transition: transform .2s; }
.parent-faq-list details[open] summary span { transform: rotate(45deg); }
.parent-faq-list details p { margin: -4px 36px 21px 3px; color: var(--muted); font-size: 10px; line-height: 1.9; }
.parent-final { position: relative; overflow: hidden; padding-block: 105px; color: white; background: linear-gradient(135deg,#1a4942,#2b6d62); text-align: center; }
.parent-final::before { content: ""; position: absolute; width: 480px; height: 480px; top: -310px; left: calc(50% - 240px); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.parent-final-inner { position: relative; z-index: 1; display: grid; justify-items: center; }
.parent-final p { margin: 0; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.parent-final h2 { color: white; font-size: clamp(37px,4vw,51px); }
.parent-final span { max-width: 630px; margin-top: 20px; color: #c1d3cf; font-size: 12px; line-height: 2; }
.parent-final .button { margin-top: 30px; }

/* School discovery */
.school-search-hero { overflow: hidden; background: radial-gradient(circle at 78% 18%,rgba(215,240,109,.26),transparent 22%),linear-gradient(135deg,var(--cream),#edf7f2); }
.school-search-hero-grid { min-height: 560px; display: grid; grid-template-columns: 1fr .54fr; align-items: center; gap: 90px; padding-block: 48px 70px; }
.school-search-hero .breadcrumbs { margin-bottom: 50px; }
.school-search-hero h1 { margin: 18px 0 0; color: var(--ink-deep); font-family: "M PLUS Rounded 1c",sans-serif; font-size: clamp(42px,4.2vw,57px); font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.school-search-hero h1 em { color: var(--green-mid); font-style: normal; }
.school-search-hero-grid > div:first-child > p { max-width: 660px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.school-count-card { padding: 33px; color: white; background: linear-gradient(145deg,var(--green),#28675e); border-radius: 24px; box-shadow: var(--shadow); }
.school-count-card > small { color: #b8ccc7; font-size: 9px; }
.school-count-card > strong { display: block; margin-top: 7px; color: white; font-family: "M PLUS Rounded 1c",sans-serif; font-size: 51px; line-height: 1.2; }
.school-count-card > strong span { margin-left: 5px; color: var(--lime); font-size: 14px; }
.school-count-card > p { margin: 10px 0 0; color: #b9cdc8; font-size: 9px; line-height: 1.8; }
.school-count-card > div { display: flex; align-items: center; gap: 8px; margin-top: 23px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #d5e3df; font-size: 9px; }
.school-count-card > div span { color: var(--lime); font-weight: 800; }
.school-count-card > div i { width: 1px; height: 14px; margin-inline: 5px; background: rgba(255,255,255,.17); }
.school-search-section { padding-block: 72px 105px; background: var(--paper); }
.school-search-form { display: grid; grid-template-columns: 1.4fr .7fr .6fr auto; align-items: end; gap: 13px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 45px rgba(23,63,58,.08); }
.school-search-form label { display: block; margin: 0 0 7px 3px; color: var(--green); font-size: 9px; font-weight: 800; }
.school-search-form input, .school-search-form select { width: 100%; height: 52px; padding: 0 15px; color: var(--text); background: var(--cream); border: 1px solid #d6e1dc; border-radius: 11px; font-size: 12px; outline: none; }
.school-search-form input:focus, .school-search-form select:focus { border-color: var(--green-mid); box-shadow: 0 0 0 3px var(--mint); }
.school-keyword-field > div { position: relative; }
.school-keyword-field svg { position: absolute; top: 16px; left: 15px; width: 20px; fill: none; stroke: #78908a; stroke-width: 1.8; }
.school-keyword-field input { padding-left: 44px; }
.school-search-form .button { min-height: 52px; white-space: nowrap; }
.school-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 70px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.school-results-heading span { color: var(--green-mid); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.school-results-heading h2 { margin: 6px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 27px; }
.school-results-heading p { margin: 0 0 5px; color: var(--muted); font-size: 10px; }
.school-results-heading p strong { margin-right: 4px; color: var(--green-mid); font-size: 20px; }
.school-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 22px; }
.school-card { display: flex; flex-direction: column; min-height: 270px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s,box-shadow .2s,transform .2s; }
.school-card:hover { border-color: #b7d1c7; box-shadow: 0 12px 30px rgba(23,63,58,.08); transform: translateY(-2px); }
.school-card-tags { display: flex; gap: 6px; }
.school-tag { padding: 4px 7px; color: #486963; background: var(--mint); border-radius: 5px; font-size: 7px; font-weight: 800; }
.school-tag-private { color: #8e624f; background: #fff0e7; }
.school-tag-national { color: #526d8d; background: #eaf1f8; }
.school-tag-branch { color: #7c6c4b; background: #fff6da; }
.school-card h3 { margin: 17px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 17px; line-height: 1.55; }
.school-location { display: grid; grid-template-columns: 17px 1fr; gap: 8px; margin: 17px 0 0; color: var(--muted); font-size: 9px; line-height: 1.8; }
.school-location svg { width: 17px; margin-top: 1px; fill: none; stroke: var(--green-mid); stroke-width: 1.6; }
.school-card-meta { display: flex; gap: 12px; margin-top: 10px; color: #87938f; font-size: 8px; }
.school-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 17px; border-top: 1px solid #edf1ef; color: #94a09c; font-size: 7px; }
.school-card-footer small { font-size: inherit; }
.school-card-footer a { color: var(--green-mid); font-size: 8px; font-weight: 700; }
.school-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 44px; }
.school-pagination a, .school-pagination span { width: 39px; height: 39px; display: grid; place-items: center; color: var(--green); background: white; border: 1px solid var(--line); border-radius: 9px; font-size: 10px; font-weight: 700; }
.school-pagination a:hover { border-color: var(--green-mid); }
.school-pagination span { color: white; background: var(--green); border-color: var(--green); }
.school-empty { margin-top: 24px; padding: 55px 25px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; text-align: center; }
.school-empty > span { width: 45px; height: 45px; display: grid; place-items: center; margin: auto; color: var(--green); background: var(--lime); border-radius: 50%; font-weight: 800; }
.school-empty h3 { margin: 17px 0 0; color: var(--ink); font-size: 17px; }
.school-empty p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.school-empty a { display: inline-block; margin-top: 18px; color: var(--green-mid); font-size: 10px; font-weight: 700; text-decoration: underline; }
.school-data-note { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; margin-top: 75px; padding: 36px; background: var(--cream); border: 1px solid var(--line); border-radius: 20px; }
.school-data-note > div:first-child > span { color: var(--green-mid); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.school-data-note h2 { margin: 9px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c",sans-serif; font-size: 22px; }
.school-data-note p { margin: 0 0 10px; color: var(--muted); font-size: 9px; line-height: 1.9; }
.school-data-note a { display: inline-block; margin-top: 8px; color: var(--green-mid); font-size: 9px; font-weight: 700; }
.text-link { display: inline-block; margin-top: 30px; color: var(--green-mid); font-weight: 700; }

/* High school exam guide */
.exam-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 42%, rgba(215, 240, 109, .28), transparent 26%),
    linear-gradient(135deg, #fbfaf4 30%, #edf7f1 100%);
}

.exam-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -140px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(36, 99, 90, .1);
  border-radius: 50%;
}

.exam-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 80px;
  padding-block: 62px 82px;
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 48px;
  color: #84928f;
  font-size: 11px;
}

.breadcrumbs a { color: var(--green-mid); }
.exam-hero h1 {
  margin: 18px 0 0;
  color: var(--ink-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(45px, 4.7vw, 67px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.35;
}

.exam-hero h1 em { color: var(--green-mid); font-style: normal; }
.exam-hero-copy > p { max-width: 580px; margin: 24px 0 0; color: #5b6d69; font-size: 16px; line-height: 2; }
.exam-hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.exam-hero-actions > span { color: #81908d; font-size: 10px; }

.exam-compass { position: relative; min-height: 460px; display: grid; place-items: center; }
.compass-orbit { position: relative; width: 400px; height: 400px; border: 1px dashed rgba(36,99,90,.26); border-radius: 50%; }
.compass-orbit::before, .compass-orbit::after { content: ""; position: absolute; border: 1px solid rgba(36,99,90,.11); border-radius: 50%; }
.compass-orbit::before { inset: 35px; }
.compass-orbit::after { inset: 80px; background: rgba(255,255,255,.32); }
.compass-center { position: absolute; z-index: 2; inset: 118px; display: grid; place-items: center; padding: 22px; color: white; background: var(--green); border-radius: 50%; box-shadow: 0 24px 50px rgba(23,63,58,.2); text-align: center; }
.compass-center svg { width: 45px; color: var(--lime); fill: none; stroke: currentColor; stroke-width: 2; }
.compass-center strong { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 16px; line-height: 1.5; }
.compass-point { position: absolute; z-index: 3; min-width: 135px; display: grid; gap: 2px; padding: 12px 16px; color: var(--ink); background: white; border: 1px solid rgba(23,63,58,.08); border-radius: 13px; box-shadow: 0 13px 35px rgba(23,63,58,.12); font-size: 12px; font-weight: 700; }
.compass-point b { color: var(--green-mid); font-size: 8px; letter-spacing: .12em; }
.point-school { top: 27px; left: -8px; }
.point-self { top: 104px; right: -44px; }
.point-plan { right: 28px; bottom: 24px; }

.chapter-nav { position: sticky; z-index: 50; top: 78px; color: white; background: var(--green); box-shadow: 0 10px 25px rgba(23,63,58,.12); }
.chapter-nav-inner { min-height: 76px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; }
.chapter-nav-inner > span { color: #bdd0cb; font-size: 10px; font-weight: 600; }
.chapter-nav a { display: flex; align-items: center; gap: 9px; min-height: 36px; padding-inline: 22px; border-left: 1px solid rgba(255,255,255,.13); color: #f0f6f4; font-size: 11px; font-weight: 600; }
.chapter-nav a b { color: var(--lime); font-size: 8px; }
.chapter-nav a:hover { color: var(--lime); }

.exam-section { padding-block: 115px; }
.narrow-shell { max-width: 850px; }
.exam-opening { text-align: center; background: var(--paper); }
.chapter-label { display: flex; align-items: center; justify-content: center; color: var(--green-mid); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.chapter-label::before, .chapter-label::after { content: ""; width: 38px; height: 1px; margin-inline: 14px; background: var(--lime-strong); }
.exam-opening h2, .exam-section-heading h2, .choice-copy h2, .subject-heading h2, .first-step-copy h2, .exam-final h2 {
  margin: 22px 0 0;
  color: var(--ink-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.45;
}
.large-copy { margin: 28px auto 0; color: #647572; font-size: 16px; line-height: 2.2; }
.large-copy strong { color: var(--green-mid); background: linear-gradient(transparent 65%, rgba(215,240,109,.65) 0); }
.message-card { display: grid; grid-template-columns: 54px 1fr; gap: 20px; margin-top: 52px; padding: 28px 32px; background: var(--mint-light); border: 1px solid #d5e7df; border-radius: var(--radius); text-align: left; }
.message-symbol { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 22px; font-weight: 800; }
.message-card span { color: var(--ink); font-size: 15px; font-weight: 700; }
.message-card p { margin: 5px 0 0; color: #6a7b77; font-size: 12px; line-height: 1.9; }

.selection-section { background: #f3f6f1; }
.exam-section-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 90px; }
.exam-section-heading > div { position: relative; }
.exam-section-heading > p { margin: 0 0 9px; color: var(--muted); font-size: 13px; line-height: 2; }
.section-count { display: block; margin-bottom: 25px; color: #c9d3ce; font-size: 56px; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.selection-card { position: relative; min-height: 360px; padding: 32px; background: white; border: 1px solid #dde6e1; border-radius: var(--radius); }
.selection-card > span { position: absolute; top: 26px; right: 28px; color: #c6d0cc; font-size: 10px; font-weight: 800; }
.selection-icon { width: 66px; height: 66px; display: grid; place-items: center; color: #5f7d9b; background: #eaf1f7; border-radius: 18px; }
.report-icon-card .selection-icon { color: #997349; background: #f7efe4; }
.talk-icon-card .selection-icon { color: var(--green-mid); background: var(--mint); }
.selection-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.selection-card h3 { margin: 29px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 20px; }
.selection-card p { margin: 13px 0 0; color: #6c7d79; font-size: 12px; line-height: 1.95; }
.selection-card small { position: absolute; right: 32px; bottom: 28px; left: 32px; padding-top: 13px; color: #83918e; border-top: 1px solid var(--line); font-size: 9px; }
.regional-note { display: flex; gap: 18px; margin-top: 24px; padding: 24px 28px; background: #fff8e9; border: 1px solid #f1dfb8; border-radius: 15px; }
.regional-note-icon { flex: 0 0 30px; height: 30px; display: grid; place-items: center; color: #7c5920; background: #ffd983; border-radius: 50%; font-size: 13px; font-weight: 800; }
.regional-note div { display: grid; gap: 4px; }
.regional-note strong { color: #604b2a; font-size: 13px; }
.regional-note p { margin: 0; color: #796849; font-size: 10px; line-height: 1.8; }

.choice-section { color: white; background: var(--green); }
.choice-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.choice-copy .section-count { color: rgba(255,255,255,.16); }
.choice-copy h2 { color: white; }
.choice-copy > p { margin: 24px 0 0; color: #b9ccc8; font-size: 13px; line-height: 2; }
.choice-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.choice-cards > div { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 19px; }
.choice-cards > div:nth-child(2) { background: var(--lime); }
.choice-cards > div:nth-child(2) span, .choice-cards > div:nth-child(2) strong, .choice-cards > div:nth-child(2) small { color: var(--ink); }
.choice-cards span { align-self: flex-start; margin-bottom: auto; padding: 4px 8px; color: var(--lime); background: rgba(255,255,255,.1); border-radius: 5px; font-size: 8px; font-weight: 700; }
.choice-cards strong { color: white; font-size: 14px; }
.choice-cards small { margin-top: 5px; color: #b8cbc7; font-size: 9px; }

.timeline-section { background: var(--cream); }
.exam-timeline { position: relative; max-width: 910px; margin: 72px auto 0; }
.exam-timeline::before { content: ""; position: absolute; top: 27px; bottom: 27px; left: 155px; width: 2px; background: #d6e1db; }
.exam-timeline article { position: relative; display: grid; grid-template-columns: 115px 38px 1fr; gap: 22px; min-height: 155px; }
.timeline-time { display: flex; align-items: baseline; justify-content: flex-end; gap: 8px; padding-top: 10px; }
.timeline-time b { color: var(--green); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 22px; }
.timeline-time small { color: #8b9895; font-size: 9px; }
.timeline-dot { position: relative; z-index: 1; width: 18px; height: 18px; margin: 16px auto 0; background: var(--lime); border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--green-mid); }
.exam-timeline article > div:last-child { padding: 9px 0 35px 16px; }
.exam-timeline h3 { margin: 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 18px; }
.exam-timeline p { margin: 7px 0 12px; color: #6c7c79; font-size: 12px; line-height: 1.85; }
.exam-timeline article > div:last-child > span { padding: 5px 9px; color: var(--green-mid); background: var(--mint); border-radius: 6px; font-size: 8px; font-weight: 700; }

.subject-section { color: white; background: #153833; }
.subject-heading { max-width: 660px; }
.subject-heading .section-count { color: rgba(255,255,255,.15); }
.subject-heading h2 { color: white; }
.subject-heading > p { margin: 23px 0 0; color: #b5c9c4; font-size: 13px; line-height: 2; }
.subject-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 55px; }
.subject-card { min-height: 290px; display: flex; flex-direction: column; padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 19px; }
.subject-card > span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: #ae786b; border-radius: 12px; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 17px; font-weight: 800; }
.subject-card.math > span { background: #567ca0; }
.subject-card.english > span { background: #a7779a; }
.subject-card.science > span { background: #4f927d; }
.subject-card.social > span { background: #b58a4f; }
.subject-card > div { margin-top: auto; }
.subject-card h3 { margin: 0; color: white; font-size: 17px; }
.subject-card p { margin: 7px 0 16px; color: #b9cbc7; font-size: 10px; line-height: 1.8; }
.subject-card small { padding-top: 13px; color: var(--lime); border-top: 1px solid rgba(255,255,255,.12); font-size: 8px; }

.first-step-section { background: #f3f6f1; }
.first-step-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.first-step-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.first-step-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.first-step-list li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 18px; padding: 21px 24px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 20px rgba(23,63,58,.04); }
.first-step-list li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 16px; font-weight: 800; }
.first-step-list li:nth-child(2) > span { color: white; background: var(--green-mid); }
.first-step-list strong { color: var(--ink); font-size: 14px; }
.first-step-list p { margin: 3px 0 0; color: #72827f; font-size: 10px; }

.exam-final { position: relative; overflow: hidden; padding-block: 105px; color: white; background: linear-gradient(130deg, var(--green) 0%, #245e55 100%); text-align: center; }
.exam-final::before { content: ""; position: absolute; width: 560px; height: 560px; top: -360px; left: calc(50% - 280px); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.exam-final-inner { position: relative; z-index: 1; }
.final-route-mark { display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.final-route-mark i { width: 55px; height: 1px; background: rgba(215,240,109,.45); }
.final-route-mark b { width: 9px; height: 9px; margin-inline: 5px; background: var(--lime); border-radius: 50%; }
.exam-final p { margin: 0; color: #bfd2cd; font-size: 12px; }
.exam-final h2 { margin-top: 13px; color: white; font-size: clamp(39px, 5vw, 58px); }
.exam-final .button { width: auto; margin-top: 30px; }

/* Understanding map */
.map-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(23,63,58,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,63,58,.025) 1px, transparent 1px),
    radial-gradient(circle at 75% 48%, rgba(215,240,109,.28), transparent 28%),
    var(--cream);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.map-hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
  padding-block: 62px 85px;
}

.map-hero h1 {
  margin: 18px 0 0;
  color: var(--ink-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(48px, 4.5vw, 60px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.35;
}

.map-hero-grid > div:first-child > p { max-width: 560px; margin: 24px 0 31px; color: #5e706c; font-size: 15px; line-height: 2; }
.map-hero .breadcrumbs { margin-bottom: 48px; }
.map-hero .button { width: auto; }
.map-hero-visual { position: relative; min-height: 510px; }
.map-hero-lines { position: absolute; inset: 45px 20px; width: calc(100% - 40px); height: calc(100% - 90px); fill: none; stroke: rgba(36,99,90,.22); stroke-width: 1.5; stroke-dasharray: 6 7; }
.map-core { position: absolute; z-index: 3; top: 50%; left: 50%; width: 155px; height: 155px; display: grid; place-items: center; align-content: center; color: white; background: var(--green); border: 10px solid rgba(220,239,232,.9); border-radius: 50%; box-shadow: 0 22px 55px rgba(23,63,58,.23); transform: translate(-50%, -50%); }
.map-core span { color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.map-core strong { margin-top: 3px; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 38px; line-height: 1; }
.map-core small { margin-top: 4px; color: #bdd0cb; font-size: 8px; }
.map-satellite { position: absolute; z-index: 2; min-width: 155px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 1px 8px; padding: 15px 17px; background: white; border: 1px solid rgba(23,63,58,.09); border-radius: 15px; box-shadow: 0 16px 38px rgba(23,63,58,.12); }
.map-satellite b { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: #537f9e; border-radius: 8px; font-size: 10px; }
.map-satellite span { color: var(--ink); font-size: 12px; font-weight: 700; }
.map-satellite small { color: #85928f; font-size: 8px; }
.satellite-0 { top: 35px; left: 4px; }
.satellite-1 { top: 31px; right: 0; }
.satellite-1 b { background: #b3786e; }
.satellite-2 { bottom: 37px; left: 0; }
.satellite-2 b { background: #6f8e67; }
.satellite-3 { right: 2px; bottom: 39px; }
.satellite-3 b { background: #aa8249; }

.map-principle { color: white; background: var(--green); }
.map-principle-grid { min-height: 105px; display: grid; grid-template-columns: .55fr 1.7fr .75fr; align-items: center; gap: 35px; }
.map-principle-grid > span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.map-principle-grid p { margin: 0; color: #bfd0cc; font-size: 11px; line-height: 1.8; }
.map-principle-grid p strong { color: white; }
.map-principle-grid a { justify-self: end; color: white; font-size: 10px; font-weight: 700; }
.map-principle-grid a:hover { color: var(--lime); }

.map-section { padding-block: 105px; background: #f2f5f0; }
.map-section .map-shell { width: min(calc(100% - 48px), 1380px); }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.map-heading h2 { margin: 17px 0 0; color: var(--ink-deep); font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(37px,4vw,52px); line-height: 1.4; letter-spacing: -.04em; }
.map-heading p { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.map-total { display: flex; align-items: baseline; gap: 8px; color: var(--green-mid); }
.map-total strong { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 52px; line-height: 1; }
.map-total span { font-size: 10px; font-weight: 700; }
.subject-switch { display: flex; align-items: center; gap: 8px; margin-top: 30px; }
.subject-switch a, .subject-switch > span { min-width: 72px; padding: 10px 14px; color: #60736f; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 10px; font-size: 10px; font-weight: 800; text-align: center; }
.subject-switch a { transition: color .2s, background .2s, border-color .2s; }
.subject-switch a:hover { color: var(--green); border-color: var(--green-mid); }
.subject-switch a.is-current { color: white; background: var(--green); border-color: var(--green); }
.subject-switch > span { color: #9aa5a2; background: transparent; }
.subject-switch small { display: block; margin-top: 2px; font-size: 6px; font-weight: 600; }

.map-toolbar { display: flex; align-items: center; gap: 25px; margin-top: 45px; padding: 17px 20px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.filter-group { display: flex; align-items: center; gap: 7px; }
.filter-group > span { margin-right: 3px; color: #7c8b88; font-size: 9px; font-weight: 700; }
.filter-chip { min-height: 33px; padding: 7px 12px; color: #62736f; background: #f1f4f1; border: 1px solid transparent; border-radius: 999px; font-size: 9px; font-weight: 700; cursor: pointer; }
.filter-chip:hover { color: var(--green); background: var(--mint); }
.filter-chip.is-active { color: white; background: var(--green); }
.area-filters { padding-left: 24px; border-left: 1px solid var(--line); }
.area-chip-numbers:not(.is-active) { color: #3f708f; }
.area-chip-geometry:not(.is-active) { color: #9a5e55; }
.area-chip-functions:not(.is-active) { color: #557c4d; }
.area-chip-data:not(.is-active) { color: #916d36; }
.area-chip-index-1:not(.is-active) { color: #9a5e55; }
.area-chip-index-2:not(.is-active) { color: #557c4d; }
.area-chip-index-3:not(.is-active) { color: #916d36; }
.filter-result { display: flex; align-items: baseline; gap: 4px; margin-left: auto; color: #7c8b88; }
.filter-result strong { color: var(--green-mid); font-size: 18px; }
.filter-result span { font-size: 8px; }

.understanding-board { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 22px; margin-top: 22px; }
.map-lanes { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(205px,1fr)); gap: 11px; overflow-x: auto; padding-bottom: 8px; scrollbar-color: #a8bbb5 transparent; }
.map-lanes.is-single-area { grid-template-columns: 1fr; }
.map-lane { --area: #527d9c; --area-soft: #e9f1f6; min-width: 205px; background: rgba(255,255,255,.62); border: 1px solid #dce5e0; border-radius: 18px; overflow: hidden; }
.map-lane.lane-geometry, .map-lane.lane-index-1 { --area: #ad766b; --area-soft: #f7ece8; }
.map-lane.lane-functions, .map-lane.lane-index-2 { --area: #668b5e; --area-soft: #edf4e9; }
.map-lane.lane-data, .map-lane.lane-index-3 { --area: #a77e42; --area-soft: #f8f0e2; }
.map-lane > header { min-height: 115px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 21px 17px; background: var(--area-soft); border-bottom: 1px solid rgba(23,63,58,.08); }
.map-lane > header > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--area); border-radius: 9px; font-size: 11px; font-weight: 800; }
.map-lane h3 { margin: 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 16px; }
.map-lane header p { margin: 4px 0 0; color: #71817d; font-size: 8px; line-height: 1.6; }
.lane-path { position: relative; padding: 15px 10px 20px; }
.lane-path::before { content: ""; position: absolute; top: 48px; bottom: 30px; left: 25px; width: 2px; background: #dce5e0; }
.grade-group { position: relative; }
.grade-marker { display: flex; align-items: center; gap: 8px; padding: 8px 6px 7px; }
.grade-marker span { position: relative; z-index: 1; padding: 3px 7px; color: var(--area); background: var(--area-soft); border-radius: 5px; font-size: 7px; font-weight: 800; }
.grade-marker i { flex: 1; height: 1px; background: #e2e9e5; }
.map-node { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 18px 1fr 14px; align-items: start; gap: 8px; margin-bottom: 7px; padding: 12px 9px; color: inherit; background: white; border: 1px solid #e1e8e4; border-radius: 11px; text-align: left; cursor: pointer; transition: border .2s, box-shadow .2s, transform .2s; }
.map-node:hover { border-color: var(--area); transform: translateY(-1px); box-shadow: 0 7px 18px rgba(23,63,58,.08); }
.map-node.is-selected { border-color: var(--area); box-shadow: 0 0 0 2px var(--area-soft), 0 9px 22px rgba(23,63,58,.09); }
.node-status { width: 13px; height: 13px; margin: 3px 0 0 1px; background: white; border: 3px solid var(--area); border-radius: 50%; }
.is-selected .node-status { background: var(--area); box-shadow: inset 0 0 0 2px white; }
.node-copy { display: grid; min-width: 0; }
.node-copy small { color: var(--area); font-size: 6px; font-style: normal; font-weight: 800; }
.node-copy strong { margin-top: 1px; color: var(--ink); font-size: 10px; line-height: 1.5; }
.node-copy em { display: -webkit-box; margin-top: 3px; overflow: hidden; color: #7d8b88; font-size: 7px; font-style: normal; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.node-arrow { align-self: center; color: #a5b2ae; font-size: 10px; }
.map-lane[hidden], .grade-group[hidden] { display: none; }

.map-detail { position: sticky; top: 172px; min-height: 610px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 15px 42px rgba(23,63,58,.09); }
.detail-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.detail-heading > small { float: right; margin-top: 4px; color: #8b9895; font-size: 8px; }
.detail-area { display: inline-block; padding: 5px 8px; color: #426b87; background: #e9f1f6; border-radius: 5px; font-size: 7px; font-weight: 800; }
.detail-area-geometry, .detail-index-1 { color: #965f55; background: #f7ece8; }
.detail-area-functions, .detail-index-2 { color: #54764d; background: #edf4e9; }
.detail-area-data, .detail-index-3 { color: #8d6b38; background: #f8f0e2; }
.detail-heading h3 { margin: 15px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 23px; }
.detail-heading p { margin: 8px 0 0; color: #71817e; font-size: 10px; line-height: 1.8; }
.detail-reason { margin-top: 18px; padding: 14px; background: #fff8e9; border-radius: 10px; }
.detail-reason span { color: #8f682d; font-size: 7px; font-weight: 800; }
.detail-reason p { margin: 3px 0 0; color: #715f43; font-size: 9px; line-height: 1.75; }
.detail-list { margin-top: 21px; }
.detail-list h4, .detail-links h4 { margin: 0; color: var(--ink); font-size: 10px; }
.detail-list h4 span { width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 6px; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 8px; }
.detail-list ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding-left: 15px; color: #667774; font-size: 9px; line-height: 1.65; }
.detail-list li::before { content: ""; position: absolute; top: 7px; left: 2px; width: 5px; height: 5px; background: var(--green-mid); border-radius: 50%; }
.detail-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.detail-links > div { display: flex; align-content: flex-start; flex-wrap: wrap; gap: 5px; }
.detail-links h4 { flex-basis: 100%; margin-bottom: 4px; font-size: 8px; }
.detail-links span { padding: 4px 6px; color: #5f7570; background: var(--mint-light); border-radius: 5px; font-size: 7px; line-height: 1.4; }
.map-mobile-note { display: none; }

.levels-section { padding-block: 115px; color: white; background: var(--green); }
.levels-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.levels-copy h2 { margin: 19px 0 0; color: white; font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(37px,4vw,52px); line-height: 1.45; letter-spacing: -.04em; }
.levels-copy > p { margin: 24px 0 0; color: #b8cbc7; font-size: 12px; line-height: 2; }
.level-stairs { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.level-stairs li { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 16px; min-height: 78px; padding: 13px 18px; color: var(--ink); background: #f5f8f3; border-radius: 13px; }
.level-stairs li:nth-child(2) { margin-left: 24px; }
.level-stairs li:nth-child(3) { margin-left: 48px; }
.level-stairs li:nth-child(4) { margin-left: 72px; }
.level-stairs li:nth-child(5) { margin-left: 96px; background: var(--lime); }
.level-stairs li > span { width: 39px; height: 39px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-weight: 800; }
.level-stairs li:last-child > span { background: white; }
.level-stairs div { display: grid; grid-template-columns: 1fr 1.7fr; align-items: center; column-gap: 10px; }
.level-stairs small { grid-column: 1 / 3; color: #82918e; font-size: 6px; font-weight: 800; letter-spacing: .14em; }
.level-stairs strong { color: var(--ink); font-size: 12px; }
.level-stairs p { margin: 0; color: #71807d; font-size: 8px; }

.map-source-section { padding-block: 85px; background: var(--cream); }
.map-source-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 45px; background: white; border: 1px solid var(--line); border-radius: 24px; }
.map-source-card span { color: var(--green-mid); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.map-source-card h2 { margin: 13px 0 0; color: var(--ink); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 25px; line-height: 1.55; }
.map-source-card p { margin: 0; color: #6f807c; font-size: 10px; line-height: 2; }
.map-source-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--green-mid); font-size: 9px; font-weight: 700; }
.map-source-card a:hover { text-decoration: underline; }
.map-source-card a span { font-size: 12px; }

.map-next-cta { position: relative; overflow: hidden; padding-block: 100px; color: white; background: linear-gradient(135deg,#1b4942,#28675d); text-align: center; }
.map-next-cta::after { content: ""; position: absolute; right: -180px; bottom: -280px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.map-next-inner { position: relative; z-index: 1; }
.map-next-cta p { margin: 0; color: var(--lime); font-size: 10px; font-weight: 700; }
.map-next-cta h2 { margin: 14px 0 29px; color: white; font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(37px,4.5vw,55px); line-height: 1.5; letter-spacing: -.04em; }
.map-next-cta .button { width: auto; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--lime-strong); outline-offset: 4px; }

@media (max-width: 980px) {
  .primary-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(100%, 600px); margin-inline: auto; }
  .truth-grid { grid-template-columns: 1fr; gap: 20px; padding-block: 24px; }
  .feature-grid, .parents-grid { gap: 55px; }
  .exam-hero-grid { gap: 30px; }
  .compass-orbit { transform: scale(.85); }
  .chapter-nav-inner { grid-template-columns: repeat(4, 1fr); }
  .chapter-nav-inner > span { display: none; }
  .choice-grid, .first-step-grid { gap: 55px; }
  .subject-grid { grid-template-columns: repeat(3, 1fr); }
  .primary-nav { gap: 15px; }
  .map-hero-grid { gap: 30px; }
  .map-hero-visual { transform: scale(.86); }
  .map-toolbar { align-items: flex-start; flex-wrap: wrap; }
  .area-filters { padding-left: 0; border-left: 0; }
  .filter-result { align-self: center; }
  .understanding-board { grid-template-columns: minmax(0,1fr) 310px; }
  .levels-grid { gap: 55px; }
  .level-stairs li:nth-child(n) { margin-left: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; justify-items: center; gap: 5px; padding: 0; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: var(--green); border-radius: 5px; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 20px; background: rgba(255,254,249,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(23,63,58,.08); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 12px 10px; }
  .primary-nav a::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { min-height: auto; padding-block: 64px 72px; }
  .hero h1 { font-size: clamp(38px, 11.2vw, 53px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 430px; }
  .dashboard-card { width: calc(100% - 26px); padding: 20px; }
  .orbit-one { width: min(340px, 100%); height: min(340px, 100%); }
  .orbit-two { width: 270px; height: 270px; }
  .chip-top { top: 18px; right: 0; }
  .chip-bottom { bottom: 10px; left: 0; }
  .truth-items { grid-template-columns: 1fr; }
  .truth-items span { min-height: 48px; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; padding-inline: 0; }
  .section { padding-block: 82px; }
  .section-heading h2, .feature-copy h2, .parents-copy h2 { font-size: 36px; }
  .compare-grid, .process-grid, .feature-grid, .parents-grid, .split-heading { grid-template-columns: 1fr; }
  .compare-card { padding: 27px; }
  .split-heading { gap: 20px; }
  .process-grid { gap: 15px; }
  .process-card, .process-card.featured { min-height: auto; transform: none; }
  .feature-grid, .parents-grid { gap: 58px; }
  .feature-visual { padding: 22px 12px; }
  .feature-copy { grid-row: 1; }
  .skill-row { grid-template-columns: 75px 1fr 32px; }
  .report-card { padding: 20px; }
  .report-summary { grid-template-columns: 100px 1fr; gap: 15px; padding-inline: 0; }
  .weekly-ring { width: 90px; height: 90px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { justify-content: flex-start; gap: 18px 25px; }
  .platform-note { align-items: flex-start; flex-direction: column; padding: 22px; }
  .legal-page { padding-block: 45px 82px; }
  .legal-page .breadcrumbs { margin-bottom: 42px; }
  .legal-header { padding-bottom: 34px; }
  .legal-content { gap: 35px; margin-top: 40px; }
  .company-message { padding: 28px; }
  .company-message h2 { font-size: 24px; }
  .company-table > div { grid-template-columns: 1fr; }
  .company-table dt, .company-table dd { padding: 15px 20px; }
  .company-table dd { padding-top: 13px; padding-bottom: 18px; }
  .company-platform { grid-template-columns: 1fr; gap: 25px; padding: 28px; }
  .parent-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 38px 75px; }
  .parent-hero-copy .breadcrumbs { margin-bottom: 38px; }
  .parent-hero h1 { font-size: 40px; }
  .parent-hero-actions { align-items: stretch; flex-direction: column; }
  .parent-hero-report { padding: 22px; transform: none; }
  .parent-trust-strip > div { grid-template-columns: 1fr; padding-block: 16px; }
  .parent-trust-strip div > div, .parent-trust-strip div > div:first-child { padding: 13px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .parent-trust-strip div > div:last-child { border-bottom: 0; }
  .parent-section { padding-block: 80px; }
  .parent-problem-grid, .parent-section-heading, .parent-role-grid, .parent-faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .parent-section h2 { font-size: 34px; }
  .parent-visible-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .parent-visible-grid article { min-height: auto; }
  .parent-compare { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }
  .parent-compare-arrow { transform: rotate(90deg); }
  .parent-compare article { min-height: auto; padding: 28px; }
  .parent-safety-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .parent-safety-grid article { min-height: auto; }
  .parent-final { padding-block: 82px; }
  .school-search-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-block: 38px 65px; }
  .school-search-hero .breadcrumbs { margin-bottom: 38px; }
  .school-search-hero h1 { font-size: 40px; }
  .school-count-card { padding: 27px; }
  .school-search-section { padding-block: 50px 82px; }
  .school-search-form { grid-template-columns: 1fr; padding: 18px; }
  .school-results-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 55px; }
  .school-card-grid { grid-template-columns: 1fr; }
  .school-card { min-height: 245px; }
  .school-data-note { grid-template-columns: 1fr; gap: 20px; margin-top: 55px; padding: 26px; }
  .exam-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding-block: 38px 60px; }
  .breadcrumbs { margin-bottom: 35px; }
  .exam-hero h1 { font-size: 43px; }
  .exam-hero-copy > p { font-size: 14px; }
  .exam-hero-actions { align-items: stretch; flex-direction: column; }
  .exam-hero-actions > span { text-align: center; }
  .exam-compass { min-height: 365px; }
  .compass-orbit { width: 340px; height: 340px; transform: none; }
  .compass-center { inset: 100px; }
  .point-school { top: 14px; left: 0; }
  .point-self { top: 85px; right: -4px; }
  .point-plan { right: 13px; bottom: 12px; }
  .chapter-nav { top: 68px; overflow-x: auto; }
  .chapter-nav-inner { width: max-content; min-height: 58px; grid-template-columns: repeat(4, auto); }
  .chapter-nav a { min-width: 145px; padding-inline: 17px; }
  .exam-section { padding-block: 80px; }
  .exam-opening h2, .exam-section-heading h2, .choice-copy h2, .subject-heading h2, .first-step-copy h2 { font-size: 34px; }
  .large-copy { font-size: 14px; }
  .message-card { grid-template-columns: 42px 1fr; padding: 22px; }
  .message-symbol { width: 40px; height: 40px; }
  .exam-section-heading, .choice-grid, .first-step-grid { grid-template-columns: 1fr; gap: 35px; }
  .selection-grid { grid-template-columns: 1fr; }
  .selection-card { min-height: 330px; }
  .regional-note { padding: 21px; }
  .choice-cards { grid-template-columns: 1fr; }
  .choice-cards > div { min-height: 145px; }
  .exam-timeline { margin-top: 50px; }
  .exam-timeline::before { left: 26px; }
  .exam-timeline article { grid-template-columns: 38px 1fr; gap: 17px; padding-top: 48px; }
  .timeline-time { position: absolute; top: 0; left: 60px; justify-content: flex-start; padding: 0; }
  .timeline-dot { grid-column: 1; grid-row: 1; }
  .exam-timeline article > div:last-child { grid-column: 2; grid-row: 1; padding: 8px 0 38px; }
  .subject-grid { grid-template-columns: 1fr; }
  .subject-card { min-height: 210px; }
  .first-step-list li { grid-template-columns: 46px 1fr; padding: 18px; }
  .first-step-list li > span { width: 42px; height: 42px; }
  .exam-final { padding-block: 82px; }
  .exam-final h2 { font-size: 38px; }
  .map-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-block: 38px 52px; }
  .map-hero h1 { font-size: 46px; }
  .map-hero-grid > div:first-child > p { font-size: 13px; }
  .map-hero-visual { min-height: 400px; transform: scale(.78); margin: -30px -35px; }
  .map-principle-grid { grid-template-columns: 1fr; gap: 9px; padding-block: 22px; }
  .map-principle-grid a { justify-self: start; }
  .map-section { padding-block: 78px; }
  .map-section .map-shell { width: min(calc(100% - 32px),1380px); }
  .map-heading { align-items: flex-start; }
  .map-heading h2 { font-size: 35px; }
  .map-total { display: none; }
  .subject-switch { overflow-x: auto; padding-bottom: 4px; }
  .subject-switch a, .subject-switch > span { flex: 0 0 auto; }
  .map-toolbar { gap: 14px; margin-top: 32px; padding: 15px; }
  .filter-group { width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .filter-chip { flex-shrink: 0; }
  .filter-result { margin-left: 0; }
  .understanding-board { grid-template-columns: 1fr; }
  .map-lanes { grid-template-columns: repeat(4, 235px); }
  .map-detail { position: static; min-height: 0; scroll-margin-top: 82px; }
  .map-mobile-note { display: block; margin-top: 10px; color: #7d8b88; font-size: 8px; text-align: center; }
  .levels-section { padding-block: 82px; }
  .levels-grid { grid-template-columns: 1fr; gap: 45px; }
  .levels-copy h2 { font-size: 35px; }
  .level-stairs li { grid-template-columns: 42px 1fr; padding: 13px 15px; }
  .level-stairs div { grid-template-columns: 1fr; }
  .level-stairs small { grid-column: auto; }
  .level-stairs p { margin-top: 3px; }
  .map-source-card { grid-template-columns: 1fr; gap: 25px; padding: 28px; }
  .map-next-cta { padding-block: 80px; }
  .map-next-cta h2 { font-size: 36px; }
}

@media (max-width: 420px) {
  .hero-points { display: grid; gap: 8px; }
  .dashboard-card { transform: none; }
  .floating-chip { font-size: 9px; }
  .route-step { grid-template-columns: 34px 1fr; }
  .step-time { display: none; }
  .clear-path { padding-inline: 12px; }
  .mini-node { width: 33px; height: 33px; }
  .compare-card h3 { font-size: 20px; }
  .report-summary > div:last-child strong { font-size: 25px; }
  .compass-orbit { width: 315px; height: 315px; }
  .compass-center { inset: 92px; }
  .compass-point { min-width: 118px; padding: 10px 12px; font-size: 10px; }
  .point-self { right: -2px; }
  .map-hero h1 { font-size: 42px; }
  .map-satellite { min-width: 143px; }
}

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