:root {
  --ink: #34495f;
  --ink-soft: #687b8d;
  --navy: #31475d;
  --navy-2: #3d556c;
  --mint: #f2a991;
  --mint-dark: #b95850;
  --blue: #93a9bf;
  --cream: #faf4f0;
  --white: #fff;
  --line: rgba(52, 73, 95, .14);
  --shadow: 0 24px 70px rgba(49, 71, 93, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbf7f4;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 10px; color: var(--ink); }
.skip-link:focus { top: 16px; }
.ambient { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; opacity: .32; }
.ambient-one { width: 420px; height: 420px; background: radial-gradient(circle, #f7c3b2, transparent 68%); top: -180px; right: -70px; }
.ambient-two { width: 320px; height: 320px; background: radial-gradient(circle, #aebfd0, transparent 68%); top: 550px; left: -180px; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-logo { width: 200px; height: 60px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 30px; }
nav a, .text-link { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover, .text-link:hover { color: var(--mint-dark); }
.header-cta { border: 1px solid var(--line); background: rgba(255,255,255,.65); border-radius: 999px; padding: 11px 18px; cursor: pointer; font-weight: 700; font-size: 13px; backdrop-filter: blur(14px); }
.header-cta:hover { border-color: var(--mint-dark); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 70px;
  align-items: center;
  padding: 68px 0 92px;
  position: relative;
}
.eyebrow, .panel-kicker, .flow-label { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: var(--mint-dark); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 24px; height: 2px; background: var(--mint-dark); }
h1, h2, h3, h4 { font-family: Inter, ui-sans-serif, sans-serif; letter-spacing: -.045em; margin-top: 0; }
h1 { font-size: clamp(49px, 6vw, 78px); line-height: .98; margin: 24px 0; max-width: 680px; }
h1 .nowrap { white-space: nowrap; }
h1 em { display: block; font-style: normal; color: var(--mint-dark); }
.hero-copy > p { max-width: 600px; font-size: 18px; line-height: 1.7; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { border: 0; border-radius: 14px; min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; cursor: pointer; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--mint); box-shadow: 0 14px 30px rgba(185, 88, 80, .18); }
.button-primary:hover { background: #f6b6a2; box-shadow: 0 17px 34px rgba(185, 88, 80, .26); }
.button-secondary { color: var(--navy); background: var(--mint); }
.button-ghost { background: #edf3f1; border: 1px solid var(--line); }
.trust-row { margin-top: 42px; display: flex; gap: 22px; flex-wrap: wrap; }
.trust-row span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-soft); font-weight: 600; }
.trust-row i { font-style: normal; font-size: 9px; color: var(--mint-dark); border: 1px solid rgba(185,88,80,.25); border-radius: 50%; width: 25px; height: 25px; display: grid; place-items: center; }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(185, 88, 80, .17); border-radius: 50%; }
.orbit-a { width: 500px; height: 500px; }
.orbit-b { width: 390px; height: 390px; border-style: dashed; animation: rotate 22s linear infinite; }
.hero-logo-badge {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 6px;
  width: 112px;
  height: 112px;
  padding: 7px;
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 45px rgba(49,71,93,.16);
  transform: rotate(-4deg);
}
.hero-logo-badge img { width: 100%; height: 100%; object-fit: contain; }
@keyframes rotate { to { transform: rotate(360deg); } }
.device-card {
  width: min(410px, 85%);
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 35px 90px rgba(5,32,55,.18);
  border: 1px solid rgba(255,255,255,.9);
  transform: rotate(-1.5deg);
}
.device-top { display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--ink-soft); margin-bottom: 21px; }
.live-dot { color: var(--mint-dark); }
.live-dot::before { content:""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); margin-right: 5px; box-shadow: 0 0 0 4px rgba(242,169,145,.18); }
.family-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.mini-avatar { width: 42px; height: 42px; border-radius: 14px; background: #e1eaf2; display: grid; place-items: center; color: #567089; font-weight: 800; font-size: 12px; }
.family-line strong, .family-line small { display: block; }
.family-line strong { font-size: 13px; }
.family-line small { font-size: 10px; color: var(--ink-soft); margin-top: 4px; }
.status-chip { padding: 6px 9px; background: #fff0ea; color: var(--mint-dark); border-radius: 999px; font-size: 9px; font-weight: 800; }
.signal-card { margin: 20px 0; padding: 18px; background: var(--navy); color: var(--white); border-radius: 19px; overflow: hidden; }
.signal-head { display: flex; justify-content: space-between; font-size: 10px; color: #9db1c3; }
.signal-head b { color: var(--mint); font-weight: 600; }
.signal-chart { height: 62px; display: flex; align-items: flex-end; gap: 7px; margin: 12px 0 16px; }
.signal-chart i { flex: 1; min-width: 8px; height: 42%; background: linear-gradient(#a6b9ca, #657e97); border-radius: 5px 5px 2px 2px; opacity: .65; }
.signal-chart i:nth-child(2) { height: 62%; }.signal-chart i:nth-child(3) { height: 44%; }.signal-chart i:nth-child(4) { height: 76%; background: linear-gradient(#f3b29d,#bd6b5d); opacity: 1; }.signal-chart i:nth-child(5) { height: 57%; }.signal-chart i:nth-child(6) { height: 91%; background: linear-gradient(#f3b29d,#bd6b5d); opacity: 1; }.signal-chart i:nth-child(7) { height: 70%; }
.signal-result { border-top: 1px solid rgba(255,255,255,.1); padding-top: 14px; display: flex; align-items: center; gap: 11px; }
.pulse-icon { width: 33px; height: 33px; border-radius: 11px; background: var(--mint); color: var(--navy); display: grid; place-items: center; }
.signal-result p, .signal-result strong, .signal-result small { margin: 0; display: block; }
.signal-result strong { font-size: 12px; }.signal-result small { margin-top: 4px; color: #91a8ba; font-size: 9px; }
.device-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.device-stats div { padding: 11px; background: #f1f5f5; border-radius: 12px; }
.device-stats strong, .device-stats span { display: block; }
.device-stats strong { font: 800 17px Inter, ui-sans-serif, sans-serif; }.device-stats span { font-size: 8px; color: var(--ink-soft); margin-top: 3px; }
.float-card { position: absolute; z-index: 3; display: flex; gap: 10px; align-items: center; padding: 12px 15px; background: rgba(255,255,255,.92); border-radius: 15px; box-shadow: var(--shadow); border: 1px solid white; animation: float 4s ease-in-out infinite; }
.float-card > span { width: 30px; height: 30px; border-radius: 10px; background: #fff0ea; color: var(--mint-dark); display: grid; place-items: center; font-weight: 800; }
.float-card b, .float-card small { display: block; }.float-card b { font-size: 10px; }.float-card small { font-size: 8px; color: var(--ink-soft); margin-top: 3px; }
.float-top { top: 72px; right: -5px; }.float-bottom { bottom: 74px; left: -15px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.experience { padding: 110px 20px; background: var(--white); }
.section-heading { width: min(1080px, 100%); margin: 0 auto 42px; display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 36px; align-items: end; }
.section-heading > div, .age-services-head > div { display: flex; align-items: center; gap: 12px; }
.section-heading > div p, .age-services-head > div p { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 10px; color: var(--mint-dark); }
.section-number { font: 800 11px Inter, ui-sans-serif, sans-serif; border: 1px solid rgba(185,88,80,.25); border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; color: var(--mint-dark); }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 43px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.6; font-size: 14px; }
.journey-shell { width: min(1080px, 100%); margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); }
.step-rail { background: #f3f7f6; padding: 20px 26px; display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: center; }
.step-rail > div { height: 1px; background: #cfdcda; }
.rail-step { border: 0; background: transparent; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; text-align: left; align-items: center; opacity: .45; cursor: pointer; }
.rail-step > span { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #dce6e4; font: 800 11px Inter, ui-sans-serif, sans-serif; }
.rail-step b { font-size: 12px; }.rail-step small { font-size: 9px; color: var(--ink-soft); margin-top: 2px; }
.rail-step.active, .rail-step.done { opacity: 1; }
.rail-step.active > span { background: var(--navy); color: var(--mint); }
.rail-step.done > span { background: var(--mint); font-size: 0; }.rail-step.done > span::after { content: "✓"; font-size: 12px; }
.journey-content { padding: 36px 40px 32px; min-height: 500px; }
.step-panel { display: none; animation: reveal .35s ease; }
.step-panel.active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.panel-intro h3 { font-size: 27px; margin: 10px 0 8px; }
.panel-intro p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.age-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 30px 0; }
.choice-card { border: 1px solid var(--line); background: var(--white); border-radius: 17px; padding: 20px; text-align: left; cursor: pointer; min-height: 155px; display: flex; flex-direction: column; transition: .2s ease; }
.choice-card:hover, .choice-card.selected { border-color: var(--mint-dark); box-shadow: 0 10px 28px rgba(13,62,80,.08); }
.choice-card.selected { background: #fff6f2; }
.choice-icon { width: 37px; height: 37px; border-radius: 12px; background: #eef3f3; display: grid; place-items: center; color: var(--mint-dark); margin-bottom: auto; font-size: 20px; }
.choice-card strong { font-size: 14px; margin-top: 17px; }.choice-card small { color: var(--ink-soft); font-size: 10px; margin-top: 3px; }
.choice-card i { font-style: normal; font-size: 9px; color: var(--mint-dark); font-weight: 800; margin-top: 8px; }
.panel-actions { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; }
.panel-actions.split { justify-content: flex-end; gap: 10px; }
.privacy-note { font-size: 10px; color: var(--ink-soft); }
.need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; }
.need-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); text-align: left; cursor: pointer; }
.need-card > span { width: 35px; height: 35px; border-radius: 11px; background: #eef3f3; display: grid; place-items: center; color: var(--mint-dark); font-size: 18px; }
.need-card strong, .need-card small { display:block; }.need-card strong { font-size: 13px; }.need-card small { font-size: 9px; color: var(--ink-soft); margin-top: 3px; }
.need-card > i { width: 23px; height: 23px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-style: normal; font-size: 11px; }
.need-card.selected { border-color: var(--mint-dark); background: #fff6f2; }.need-card.selected > i { border-color: var(--mint); background: var(--mint); }
.result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.result-head h3 { font-size: 26px; margin: 10px 0 0; }
.result-badge { color: var(--mint-dark); background: #fff0ea; border-radius: 999px; padding: 9px 13px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.plan-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; margin: 28px 0; }
.plan-card { border: 1px solid var(--line); border-radius: 19px; padding: 23px; }
.plan-card.featured { background: linear-gradient(150deg, #fff3ee, #f1f5f8); }
.plan-label { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--ink-soft); }
.plan-icon { float: right; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--navy); color: var(--mint); }
.plan-card h4 { font-size: 24px; margin: 18px 0 7px; }.plan-card > p { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.plan-card ul { padding: 0; list-style: none; margin: 20px 0 0; display: grid; gap: 9px; }
.plan-card li { font-size: 11px; font-weight: 600; }.plan-card li::before { content: "✓"; color: var(--mint-dark); margin-right: 8px; }
.route-flow { margin-top: 20px; }
.route-flow > div { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }
.route-flow > div > span { width: 29px; height: 29px; border-radius: 9px; background: var(--navy); color: var(--mint); display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.route-flow p, .route-flow strong, .route-flow small { margin: 0; display: block; }.route-flow strong { font-size: 11px; }.route-flow small { font-size: 9px; color: var(--ink-soft); margin-top: 3px; }
.route-flow b { font-size: 8px; color: var(--mint-dark); background: #fff0ea; padding: 5px 7px; border-radius: 999px; }
.route-flow > i { display: block; height: 16px; width: 1px; background: var(--line); margin-left: 14px; }
.result-actions { display: flex; justify-content: flex-end; gap: 10px; }

.age-services { width: min(1080px,100%); margin: 100px auto 0; }
.age-services-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.age-services-head > p { max-width: 390px; color: var(--ink-soft); font-size: 13px; }
.age-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.age-tab { border: 0; border-bottom: 3px solid transparent; padding: 14px; background: transparent; cursor: pointer; font-weight: 700; color: var(--ink-soft); }
.age-tab.active { color: var(--ink); border-bottom-color: var(--mint-dark); }
.service-display { display: grid; grid-template-columns: .9fr 1.5fr; gap: 40px; padding: 36px 0 0; min-height: 250px; }
.service-period { display: flex; align-items: flex-start; gap: 20px; }
.service-period > span { font: 800 52px Inter, ui-sans-serif, sans-serif; color: #e2ebe9; line-height: 1; }
.service-period small { color: var(--mint-dark); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.service-period h3 { margin: 8px 0; font-size: 25px; }.service-period p { font-size: 12px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.service-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.service-card { padding: 16px; border: 1px solid var(--line); border-radius: 15px; animation: reveal .3s ease; }
.service-card span { width: 29px; height: 29px; border-radius: 9px; background: #fff0ea; display: grid; place-items: center; color: var(--mint-dark); font-size: 13px; }
.service-card strong { display: block; font-size: 12px; margin: 12px 0 4px; }.service-card small { color: var(--ink-soft); font-size: 9px; }

.institution { background: var(--navy); color: var(--white); padding: 105px 20px 90px; }
.section-heading.light .section-number { color: var(--mint); border-color: rgba(242,169,145,.32); }
.section-heading.light > div p { color: var(--mint); }.section-heading.light > p { color: #8fa5b6; }
.institution-shell { width: min(1080px,100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: var(--navy-2); box-shadow: 0 35px 80px rgba(0,0,0,.25); overflow: hidden; }
.institution-top { padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.case-title { display: flex; align-items: center; gap: 12px; }.mini-avatar.mint { background: var(--mint); color: var(--navy); }
.case-title small { color: #91a9ba; font-size: 9px; }.case-title h3 { font-size: 14px; margin: 4px 0 0; letter-spacing: -.02em; }
.secure-chip { color: #93aabd; font-size: 9px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; }
.workflow { position: relative; display: grid; grid-template-columns: repeat(5,1fr); padding: 34px 40px 24px; }
.workflow-track { position: absolute; top: 51px; left: 10%; right: 10%; height: 2px; background: rgba(255,255,255,.12); }
.workflow-track i { display: block; width: 0; height: 100%; background: var(--mint); transition: width .35s ease; }
.workflow-step { z-index: 1; border: 0; background: transparent; color: white; text-align: center; cursor: pointer; opacity: .42; }
.workflow-step > span { margin: 0 auto 11px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #526a80; border: 3px solid var(--navy-2); font-size: 10px; font-weight: 800; }
.workflow-step strong, .workflow-step small { display: block; }.workflow-step strong { font-size: 10px; }.workflow-step small { font-size: 8px; color: #93aabd; margin-top: 3px; }
.workflow-step.active, .workflow-step.done { opacity: 1; }.workflow-step.active > span { color: var(--navy); background: var(--mint); box-shadow: 0 0 0 5px rgba(242,169,145,.14); }.workflow-step.done > span { background: #9b5c57; color: #ffd9cc; }
.workflow-detail { margin: 6px 24px 24px; min-height: 260px; display: grid; grid-template-columns: 1.5fr .7fr; background: #2f465b; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; overflow: hidden; }
.flow-main { padding: 29px; animation: reveal .3s ease; }.flow-label { color: var(--mint); }.flow-main h3 { font-size: 25px; margin: 12px 0 10px; }.flow-main > p { color: #9bb0c1; font-size: 12px; line-height: 1.6; max-width: 620px; }
.flow-points { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 21px; }.flow-points span { font-size: 9px; border: 1px solid rgba(255,255,255,.1); color: #b2c1cd; padding: 7px 9px; border-radius: 8px; }
.flow-points span::before { content: "✓"; color: var(--mint); margin-right: 5px; }
.flow-side { padding: 27px; background: rgba(255,255,255,.035); border-left: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; }
.flow-side > small { text-transform: uppercase; letter-spacing: .12em; font-size: 8px; color: #7891a5; }.flow-side > strong { font: 700 19px/1.3 Inter, ui-sans-serif, sans-serif; margin-top: 9px; }
.mini-metric { margin: 24px 0 auto; padding: 13px; background: rgba(0,0,0,.13); border-radius: 11px; }.mini-metric span, .mini-metric b { display: block; }.mini-metric span { color: #7891a5; font-size: 8px; }.mini-metric b { color: var(--mint); font-size: 11px; margin-top: 5px; }
.flow-side .button { margin-top: 18px; width: 100%; }
.decision-row { padding: 18px 26px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.decision-row > div:first-child { display: flex; align-items: center; gap: 11px; }.spark { width: 34px; height: 34px; border-radius: 11px; background: var(--mint); color: var(--navy); display: grid; place-items: center; }
.decision-row p, .decision-row strong, .decision-row small { display: block; margin: 0; }.decision-row strong { font-size: 11px; }.decision-row small { color: #8ea5b7; font-size: 9px; margin-top: 4px; }
.decision-pills { display: flex; gap: 6px; }.decision-pills span { color: #98adbd; background: rgba(255,255,255,.05); padding: 7px 9px; border-radius: 999px; font-size: 8px; }

footer { background: #283d51; color: white; padding: 28px max(20px, calc((100% - 1080px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-logo-wrap { width: 112px; height: 96px; padding: 5px; border-radius: 18px; background: rgba(255,255,255,.94); }
.footer-logo-wrap img { width: 100%; height: 100%; object-fit: contain; }
footer > p { color: #738a9c; font-size: 9px; max-width: 490px; line-height: 1.6; text-align: right; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%, 100px); opacity: 0; background: white; color: var(--ink); padding: 12px 18px; border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; gap: 20px; }
  .hero-copy { text-align: center; }.eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 540px; }
  .section-heading { grid-template-columns: 1fr 2fr; }.section-heading > p { grid-column: 2; }
  .age-grid { grid-template-columns: repeat(2,1fr); }
  .service-display { grid-template-columns: 1fr; }
  .workflow-detail { grid-template-columns: 1fr; }.flow-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.07); }.mini-metric { margin-bottom: 0; }
  .decision-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); height: 76px; }.brand-logo { width: 150px; height: 45px; }
  .header-cta { padding: 9px 13px; }
  .hero { width: calc(100% - 30px); min-height: 0; padding: 45px 0 68px; }
  h1 { font-size: 46px; }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; gap: 16px; }.hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; text-align: left; width: max-content; margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 450px; }.orbit-a { width: 410px; height: 410px; }.orbit-b { width: 310px; height: 310px; }
  .device-card { width: 92%; }.float-card, .hero-logo-badge { display: none; }
  .experience, .institution { padding: 75px 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }.section-heading > p { grid-column: auto; }.section-heading h2 { font-size: 31px; }
  .step-rail { grid-template-columns: repeat(3,1fr); padding: 14px 8px; }.step-rail > div { display: none; }.rail-step { display: flex; flex-direction: column; text-align: center; gap: 6px; }.rail-step > span { width: 29px; height: 29px; }.rail-step small { display: none; }
  .journey-content { padding: 27px 18px; }.age-grid { grid-template-columns: repeat(2,1fr); }.choice-card { padding: 15px; min-height: 145px; }
  .need-grid, .plan-grid { grid-template-columns: 1fr; }.panel-actions { align-items: stretch; flex-direction: column; gap: 15px; }.panel-actions .button { width: 100%; }.panel-actions.split { flex-direction: row; }.result-head { flex-direction: column; }.result-actions { flex-direction: column; }.result-actions .button { width: 100%; }
  .age-services { margin-top: 75px; }.age-services-head { align-items: flex-start; flex-direction: column; }.age-tabs { overflow-x: auto; grid-template-columns: repeat(4,110px); }.service-cards { grid-template-columns: 1fr; }
  .institution-top { align-items: flex-start; gap: 15px; }.secure-chip { display: none; }
  .workflow { padding: 28px 9px 20px; }.workflow-track { left: 10%; right: 10%; top: 45px; }.workflow-step > span { width: 31px; height: 31px; }.workflow-step small { display: none; }.workflow-step strong { font-size: 8px; }
  .workflow-detail { margin: 4px 12px 16px; }.flow-main, .flow-side { padding: 22px; }.flow-main h3 { font-size: 21px; }.decision-pills { flex-wrap: wrap; }
  footer { flex-direction: column; align-items: flex-start; } footer > p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
