:root {
  --navy-950: #0b2635;
  --navy-900: #102f40;
  --navy-800: #173f54;
  --teal-700: #2f6868;
  --teal-100: #dceae7;
  --gold-600: #946823;
  --gold-500: #c59a59;
  --gold-200: #ead7b8;
  --cream-50: #fbfaf6;
  --cream-100: #f4f0e8;
  --mist-100: #ecf2f3;
  --mist-200: #dce6e8;
  --ink: #172b36;
  --muted: #64737a;
  --white: #ffffff;
  --border: rgba(16, 47, 64, 0.14);
  --shadow-sm: 0 10px 34px rgba(10, 39, 53, 0.08);
  --shadow-lg: 0 28px 80px rgba(10, 39, 53, 0.15);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(18px, 3vw, 46px);
  color: var(--navy-950);
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-portrait {
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: 50% 35%;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(16, 47, 64, .16);
}
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: .94rem; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: .73rem; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 13px;
  color: var(--navy-900);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
}
.icon-button svg { width: 17px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  background: var(--navy-900);
  border: 1px solid var(--navy-900);
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(16, 47, 64, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--navy-800); box-shadow: 0 13px 28px rgba(16, 47, 64, .23); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .84rem; }
.button-large { min-height: 58px; padding: 16px 25px; background: #f0d49f; border-color: #f0d49f; color: var(--navy-950); }
.button-large:hover { background: #f7e2bc; }
.button-large svg { width: 21px; }

.page-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); }
.conversation-rail {
  position: relative;
  z-index: 20;
  border-right: 1px solid var(--border);
  background: #f7f5ef;
}
.rail-inner {
  position: sticky;
  top: 74px;
  display: flex;
  min-height: calc(100vh - 74px);
  flex-direction: column;
  padding: 46px 28px 28px;
}
.rail-eyebrow, .eyebrow, .mini-label, .cta-overline {
  margin: 0 0 9px;
  color: var(--gold-600);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.conversation-rail h2 { margin: 0 0 26px; font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.step-nav { display: grid; gap: 5px; }
.step-link {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 9px;
  align-items: center;
  padding: 11px 10px;
  color: #66747a;
  border-radius: 11px;
  font-size: .82rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.step-link > span:first-child { color: var(--gold-600); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.step-link:hover { color: var(--navy-900); background: rgba(255,255,255,.7); transform: translateX(3px); }
.step-link.active { color: var(--navy-950); background: var(--white); box-shadow: 0 6px 20px rgba(16,47,64,.07); font-weight: 700; }
.rail-progress { height: 3px; margin: 24px 10px 0; overflow: hidden; background: var(--mist-200); border-radius: 99px; }
.rail-progress span { display: block; width: 4%; height: 100%; background: var(--gold-500); transition: width .35s ease; }
.rail-note { margin: auto 3px 0; padding-top: 30px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.rail-note span { color: var(--gold-600); font-weight: 800; }

main { min-width: 0; overflow: hidden; }
.section-block { position: relative; padding: clamp(76px, 9vw, 130px) clamp(28px, 6vw, 96px); }
.section-block > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 54px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .retirement-copy h2, .next-step h2, .cta-panel h2, .faq-section h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.3vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.section-heading > p { margin: 0 0 6px; color: var(--muted); }

.hero {
  display: grid;
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(420px, .96fr) minmax(390px, 1.04fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding-top: clamp(44px, 6vw, 84px);
  padding-bottom: 74px;
  background:
    radial-gradient(circle at 3% 12%, rgba(197,154,89,.13), transparent 23%),
    linear-gradient(118deg, #fbfaf6 0%, #f7f4ed 47%, #eef3f3 100%);
}
.hero-copy { position: relative; z-index: 2; }
.recall { margin: 0 0 10px; color: var(--teal-700); font-size: .96rem; font-weight: 700; }
.hero h1 {
  max-width: 770px;
  margin: 0;
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.2vw, 6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
}
.hero h1 em { color: var(--gold-600); font-weight: 500; }
.lead { max-width: 650px; margin: 24px 0; color: #52646d; font-size: 1.07rem; }
.knowledge-scale {
  max-width: 660px;
  padding: 18px 20px 14px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(16,47,64,.13);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(16,47,64,.06);
}
.scale-heading { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.scale-heading label { max-width: 470px; color: var(--navy-950); font-family: var(--serif); font-size: 1rem; font-weight: 650; line-height: 1.3; }
.scale-heading output { display: flex; min-width: 82px; align-items: baseline; justify-content: flex-end; color: var(--navy-950); }
.scale-heading output strong { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.scale-heading output span { margin-left: 4px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.knowledge-scale input { margin: 15px 0 5px; }
.scale-numbers { display: flex; justify-content: space-between; padding: 0 3px; color: var(--navy-950); font-size: .74rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.scale-numbers span { width: 18px; text-align: center; }
.scale-labels { display: flex; justify-content: space-between; margin-top: 4px; color: var(--muted); font-size: .64rem; }
.scale-labels span:nth-child(2) { text-align: center; }
.scale-labels span:last-child { text-align: right; }
.region-buttons button {
  min-height: 44px;
  padding: 9px 16px;
  color: var(--navy-900);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(16,47,64,.2);
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.region-buttons button:hover,
.region-buttons button.selected {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
  transform: translateY(-1px);
}
.response-card {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  align-items: start;
  max-width: 660px;
  margin-top: 15px;
  padding: 13px 15px;
  color: #496068;
  background: rgba(220,234,231,.7);
  border-radius: 12px;
  font-size: .83rem;
}
.response-card p { margin: 0; }
.response-icon { display: grid; width: 21px; height: 21px; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 50%; font-family: var(--serif); font-weight: 700; }
.region-picker { max-width: 720px; margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--border); }
.region-picker h2 { margin: 0 0 13px; color: var(--navy-950); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.region-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.region-buttons button { min-height: 36px; padding: 7px 12px; font-size: .76rem; }
.region-result { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 13px; padding: 14px; background: rgba(255,255,255,.73); border: 1px solid rgba(16,47,64,.1); border-radius: 13px; }
.region-result strong { display: block; color: var(--navy-950); font-size: .86rem; }
.region-result p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.region-result a { color: var(--teal-700); font-weight: 750; text-underline-offset: 3px; }
.region-badge { align-self: start; padding: 5px 8px; color: var(--gold-600); background: var(--cream-100); border-radius: 999px; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; align-self: stretch; min-height: 570px; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; inset: 3% -8% -5% 18%; border: 1px solid rgba(173,124,56,.25); border-radius: 46% 54% 18% 28%; transform: rotate(2deg); }
.hero-visual img { position: absolute; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; border-radius: 200px 24px 150px 24px; box-shadow: var(--shadow-lg); }
.image-caption { position: absolute; z-index: 3; right: -12px; bottom: 34px; display: flex; max-width: 310px; gap: 11px; align-items: center; padding: 15px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: var(--shadow-sm); font-size: .78rem; line-height: 1.4; backdrop-filter: blur(10px); }
.caption-mark { display: grid; min-width: 27px; height: 27px; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 50%; font-weight: 800; }
.scroll-cue { position: absolute; bottom: 28px; left: clamp(28px, 6vw, 96px); display: inline-flex; gap: 12px; color: var(--muted); font-size: .75rem; text-decoration: none; }
.scroll-cue span { color: var(--gold-600); }

.facts { background: var(--white); }
.fact-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; }
.fact-card { grid-column: span 4; display: flex; min-height: 270px; flex-direction: column; padding: 25px; background: var(--cream-50); border: 1px solid var(--border); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease; }
.fact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.fact-featured { grid-column: span 8; display: grid; grid-template-columns: minmax(145px, 175px) 1fr; gap: clamp(22px, 3vw, 38px); align-items: center; padding: 30px; color: var(--white); background: linear-gradient(130deg, var(--navy-950), #174b60); border-color: rgba(255,255,255,.08); box-shadow: 0 18px 46px rgba(10,39,53,.16); }
.fact-featured .fact-number { display: grid; min-height: 150px; place-items: center; color: var(--gold-200); background: rgba(255,255,255,.08); border: 1px solid rgba(240,212,159,.28); border-radius: 18px; text-shadow: 0 4px 18px rgba(0,0,0,.16); }
.fact-card.fact-featured .fact-label { color: #f0d49f; }
.fact-card.fact-featured h3 { margin-top: 0; color: var(--white); font-size: 1.75rem; }
.fact-card.fact-featured p:not(.fact-label) { color: rgba(255,255,255,.84); }
.fact-number { color: var(--gold-200); font-family: var(--serif); font-size: 8rem; letter-spacing: -.07em; line-height: .85; }
.fact-number-small { margin: auto 0 15px; color: var(--navy-900); font-size: 4.4rem; }
.fact-label, .fact-kicker { margin: 0 0 10px; color: var(--gold-600); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.fact-card h3 { margin: auto 0 10px; color: var(--navy-950); font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }
.fact-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.myth-number { display: flex; margin: auto 0 17px; gap: 10px; align-items: baseline; font-family: var(--serif); font-size: 3.5rem; line-height: 1; }
.myth-number s { color: #9a9fa1; font-size: 1.8rem; }
.myth-number span { color: var(--teal-700); }
.fact-icon { margin: auto 0 16px; color: var(--gold-600); font-family: var(--serif); font-size: 4.2rem; line-height: .9; }
.text-trigger, .case-answer { align-self: flex-start; margin-top: 16px; padding: 0; color: var(--teal-700); background: transparent; border: 0; font-size: .8rem; font-weight: 800; cursor: pointer; }
.text-trigger { display: inline-flex; gap: 7px; align-items: center; line-height: 1.35; text-align: left; text-underline-offset: 3px; }
.text-trigger span { transition: transform .2s ease; }
.text-trigger:hover { color: var(--navy-900); text-decoration: underline; }
.text-trigger:hover span { transform: translateX(3px); }
.advisor-cue { display: flex; gap: 14px; align-items: center; max-width: 800px; margin-top: 34px; padding: 17px 20px; background: var(--mist-100); border-radius: 15px; }
.cue-icon { display: grid; min-width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-size: .7rem; font-weight: 850; letter-spacing: .05em; }
.advisor-cue p { margin: 0; }
.advisor-cue div > p:last-child { color: #38515d; font-family: var(--serif); font-size: 1rem; font-style: normal; line-height: 1.45; }

.section-dark { color: var(--white); background: var(--navy-950); }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: rgba(255,255,255,.62); }
.section-dark .eyebrow { color: #e2bd7c; }
.comparison { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.comparison article { padding: 30px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); }
.comparison-head { display: flex; gap: 15px; align-items: center; margin-bottom: 25px; }
.comparison-icon { display: grid; min-width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 13px; font-family: var(--serif); font-size: 1.2rem; }
.comparison-icon-gold { color: var(--navy-950); background: var(--gold-200); }
.comparison small { color: #e2bd7c; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.comparison h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.3rem; line-height: 1.15; }
.comparison ul { margin: 0; padding: 0; list-style: none; }
.comparison li { position: relative; margin-top: 13px; padding-left: 22px; color: rgba(255,255,255,.72); font-size: .88rem; }
.comparison li::before { content: "✓"; position: absolute; left: 0; color: #e2bd7c; font-weight: 800; }
.comparison-vs { align-self: center; padding: 8px 11px; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.15); border-radius: 99px; font-size: .65rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .1em; }
.case-study { display: grid; grid-template-columns: 100px 1fr auto; gap: 25px; align-items: center; margin-top: 22px; padding: 27px 30px; color: var(--ink); background: #edf3f2; border-radius: var(--radius-md); }
.case-label { align-self: stretch; display: grid; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 13px; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.case-study h3 { margin: 0 0 7px; color: var(--navy-950); font-family: var(--serif); font-size: 1.3rem; }
.case-study p { margin: 0; color: #586b72; font-size: .84rem; }
.case-answer { white-space: nowrap; }
.advisor-cue-dark { background: rgba(255,255,255,.07); }
.advisor-cue-dark .cue-icon { color: var(--navy-950); background: var(--gold-200); }
.advisor-cue-dark div > p:last-child { color: rgba(255,255,255,.78); }

.retirement { background: var(--cream-50); }
.retirement-story { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.retirement-image { position: relative; }
.retirement-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% center; border-radius: 130px 20px 90px 20px; box-shadow: var(--shadow-lg); }
.retirement-image p { position: absolute; right: -28px; bottom: 32px; max-width: 260px; margin: 0; padding: 15px 18px; color: var(--navy-950); background: rgba(255,255,255,.93); border-radius: 13px; box-shadow: var(--shadow-sm); font-family: var(--serif); font-size: .95rem; line-height: 1.35; }
.lead-small { color: #53656d; font-size: 1.06rem; }
.influence-list { display: grid; margin-top: 27px; border-top: 1px solid var(--border); }
.influence { display: grid; grid-template-columns: 36px 1fr; gap: 1px 12px; padding: 15px 5px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--border); text-align: left; cursor: pointer; }
.influence span { grid-row: span 2; color: var(--gold-600); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.influence strong { font-family: var(--serif); font-size: 1.06rem; }
.influence small { color: var(--muted); }
.influence:hover strong, .influence.active strong { color: var(--teal-700); }
.influence.active { padding-left: 14px; background: rgba(220,234,231,.5); }
.influence-explainer { margin-top: 16px; padding: 17px 19px; background: var(--white); border-left: 3px solid var(--gold-500); border-radius: 4px 12px 12px 4px; box-shadow: var(--shadow-sm); }
.influence-explainer strong { color: var(--navy-950); font-family: var(--serif); }
.influence-explainer p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }
.quote-panel { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-top: 60px; padding: 30px 34px; color: var(--white); background: var(--teal-700); border-radius: var(--radius-md); }
.quote-panel p { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.38; }
.quote-panel a { white-space: nowrap; color: #f3dfb9; font-size: .78rem; font-weight: 750; text-underline-offset: 4px; }

.salary { background: var(--white); }
.salary-stage { overflow: hidden; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.salary-amount { padding: 38px 42px 29px; color: var(--white); background: linear-gradient(110deg, var(--navy-900), #1e5265); }
.salary-amount p { margin: 0 0 9px; color: #e7c98f; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.salary-amount strong { display: block; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.salary-amount span, .salary-amount small { display: block; }
.salary-amount span { margin-top: 9px; font-weight: 750; }
.salary-amount small { margin-top: 4px; color: rgba(255,255,255,.6); }
.salary-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; padding: 24px 30px 30px; background: rgba(255,255,255,.04); }
.salary-flow > div { position: relative; display: flex; min-width: 0; min-height: 118px; flex-direction: column; justify-content: center; padding: 18px 20px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.salary-flow > div:not(.flow-result)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -22px; display: grid; width: 30px; height: 30px; place-items: center; color: var(--navy-950); background: #f0d49f; border: 4px solid var(--navy-900); border-radius: 50%; font-size: .9rem; font-weight: 900; transform: translateY(-50%); }
.salary-flow span { display: block; color: rgba(255,255,255,.55); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.salary-flow strong { display: block; margin-top: 7px; color: var(--white); font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.16; font-variant-numeric: tabular-nums; }
.salary-flow strong small { color: rgba(255,255,255,.55); font-family: var(--sans); font-size: .65rem; }
.salary-flow .flow-arrow { display: none; }
.salary-flow .flow-result { background: rgba(240,212,159,.1); border-color: rgba(240,212,159,.24); }
.salary-flow .flow-result strong { color: #f5ddb0; }
.calculation-details { color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.12); }
.calculation-details summary { padding: 18px 42px; color: #f1d8aa; font-size: .78rem; font-weight: 750; cursor: pointer; }
.calculation-details div { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 42px 27px; font-size: .78rem; }
.calculation-details p { margin: 0; }
.gap-tool { display: grid; grid-template-columns: .78fr 1fr .9fr; gap: 34px; align-items: center; margin-top: 26px; padding: 32px; background: var(--cream-100); border: 1px solid rgba(173,124,56,.18); border-radius: var(--radius-md); }
.gap-intro h3 { margin: 0 0 9px; color: var(--navy-950); font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.gap-intro > p:not(.mini-label) { margin: 0; color: var(--muted); font-size: .78rem; }
.gap-intro > p:not(.mini-label) strong { color: var(--teal-700); }
.calculation-basis { display: grid; gap: 2px; margin-top: 18px; padding: 12px 14px; background: rgba(255,255,255,.78); border-left: 3px solid var(--gold-500); border-radius: 4px 11px 11px 4px; }
.calculation-basis span { color: var(--gold-600); font-size: .58rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.calculation-basis strong { color: var(--navy-950); font-family: var(--serif); font-size: .9rem; }
.region-calculator-note { margin-top: 14px !important; padding-top: 13px; border-top: 1px solid rgba(16,47,64,.11); }
.gap-controls { display: grid; gap: 11px; }
.range-control { display: grid; gap: 4px; }
.gap-controls .range-control { padding: 13px 14px 12px; background: rgba(255,255,255,.72); border: 1px solid rgba(16,47,64,.09); border-radius: 13px; }
.gap-controls label { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #40555e; font-size: .72rem; }
.gap-controls label span strong { color: var(--teal-700); text-transform: uppercase; letter-spacing: .04em; }
.gap-controls output { color: var(--navy-950); font-weight: 800; }
.range-control > small { color: var(--muted); font-size: .62rem; }
.control-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.control-heading > label { justify-content: flex-start; color: var(--navy-950); font-weight: 750; line-height: 1.25; }
.control-number { display: inline-grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--teal-700); border-radius: 50%; font-size: .58rem; font-weight: 850; }
.number-entry { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 38px; overflow: hidden; color: var(--navy-950); background: var(--white); border: 1px solid rgba(16,47,64,.2); border-radius: 9px; box-shadow: 0 2px 8px rgba(16,47,64,.05); }
.number-entry:focus-within { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(197,154,89,.16); }
.number-entry input { width: 47px; min-width: 0; padding: 8px 4px 8px 9px; color: var(--navy-950); background: transparent; border: 0; outline: 0; font: 800 .85rem var(--sans); font-variant-numeric: tabular-nums; text-align: right; }
.number-entry-wide input { width: 69px; }
.number-entry > span { align-self: stretch; display: inline-flex; align-items: center; padding: 0 8px 0 4px; color: var(--muted); background: var(--cream-50); font-size: .6rem; font-weight: 750; }
.range-ends { display: flex; justify-content: space-between; margin-top: -1px; color: var(--muted); font-size: .54rem; font-variant-numeric: tabular-nums; }
input[type="range"] {
  --range-progress: 50%;
  width: 100%;
  height: 8px;
  margin: 8px 0 4px;
  appearance: none;
  background: linear-gradient(to right, var(--teal-700) 0 var(--range-progress), var(--mist-200) var(--range-progress) 100%);
  border-radius: 999px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb { width: 25px; height: 25px; appearance: none; background: var(--white); border: 7px solid var(--gold-500); border-radius: 50%; box-shadow: 0 3px 10px rgba(16,47,64,.22); }
input[type="range"]::-moz-range-thumb { width: 11px; height: 11px; background: var(--white); border: 7px solid var(--gold-500); border-radius: 50%; box-shadow: 0 3px 10px rgba(16,47,64,.22); }
.gap-result { padding: 22px; color: var(--white); background: var(--teal-700); border-radius: 17px; text-align: center; }
.gap-result > span, .gap-result > small { display: block; color: rgba(255,255,255,.72); font-size: .7rem; }
.gap-result > strong { display: block; margin: 5px 0; font-family: var(--serif); font-size: 2.7rem; line-height: 1; }
.gap-result .basis-badge { display: inline-flex; margin-bottom: 10px; padding: 5px 8px; color: var(--navy-950); background: #f0d49f; border-radius: 999px; font-size: .58rem; font-weight: 850; letter-spacing: .08em; }
.statement-check { align-items: stretch; }
.statement-steps { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.statement-steps li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; padding: 13px; background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 12px; }
.statement-steps > li > span { display: grid; width: 33px; height: 33px; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-size: .62rem; font-weight: 850; }
.statement-steps strong, .statement-steps p { display: block; }
.statement-steps strong { color: var(--navy-950); font-size: .79rem; }
.statement-steps p { margin: 3px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.statement-result { display: flex; min-height: 100%; flex-direction: column; justify-content: center; text-align: left; }
.statement-result > strong { margin: 15px 0 12px; font-size: clamp(2.2rem, 3.5vw, 3.55rem); }
.statement-result > p { margin: 0; color: rgba(255,255,255,.8); font-size: .78rem; }
.career-timeline { margin: 3px 0 17px; padding: 14px 0 13px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.timeline-bar { height: 8px; overflow: hidden; background: rgba(255,255,255,.16); border-radius: 999px; }
.timeline-bar span { display: block; width: 5%; height: 100%; background: #f0d49f; border-radius: inherit; transition: width .25s ease; }
.timeline-labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 9px; }
.timeline-labels span { color: rgba(255,255,255,.66); font-size: .57rem; line-height: 1.3; }
.timeline-labels strong { display: block; color: var(--white); font-family: var(--serif); font-size: .92rem; }
.gross-net-orientation { display: grid; gap: 4px; margin: 17px 0 11px; padding: 12px 13px; color: var(--navy-950); background: #f3dfb9; border-radius: 11px; text-align: left; }
.gross-net-orientation > span { color: var(--gold-600); font-size: .56rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gross-net-orientation strong { font-family: var(--serif); font-size: 1rem; line-height: 1.25; }
.gross-net-orientation p { margin: 2px 0 0; color: #536168; font-size: .61rem; line-height: 1.4; }
.result-lines { display: grid; gap: 5px; margin: 2px 0 15px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.result-lines p { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin: 0; text-align: left; }
.result-lines span { color: rgba(255,255,255,.7); font-size: .67rem; }
.result-lines strong { color: var(--white); font-family: var(--serif); font-size: 1rem; white-space: nowrap; }
.gap-result .result-label { color: rgba(255,255,255,.75); }
.coverage-meter { height: 7px; margin: 18px 0 8px; overflow: hidden; background: rgba(255,255,255,.18); border-radius: 99px; }
.coverage-meter span { display: block; width: 75%; height: 100%; background: #f0d49f; border-radius: inherit; transition: width .25s ease; }
.early-retirement-note { display: grid; grid-template-columns: auto minmax(220px, .72fr) 1fr; gap: 14px 19px; align-items: center; margin-top: 12px; padding: 15px 18px; color: #40555e; background: rgba(240,212,159,.2); border: 1px solid rgba(173,124,56,.24); border-radius: 12px; }
.deduction-symbol { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--gold-600); border-radius: 50%; font-family: var(--serif); font-size: 1rem; }
.early-retirement-note > div { display: grid; gap: 2px; }
.deduction-kicker { color: var(--gold-600); font-size: .57rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.early-retirement-note strong { color: var(--navy-950); font-family: var(--serif); font-size: .95rem; line-height: 1.2; }
.early-retirement-note p { margin: 0; color: var(--teal-700); font-size: .69rem; font-weight: 750; }
.early-retirement-note small { color: var(--muted); font-size: .63rem; line-height: 1.45; }
.calculator-explanation { max-width: 1180px; margin-top: 12px; color: var(--muted); background: var(--cream-50); border: 1px solid var(--border); border-radius: 12px; }
.calculator-explanation summary { padding: 13px 16px; color: var(--teal-700); font-size: .72rem; font-weight: 800; cursor: pointer; }
.calculator-explanation > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 16px 16px; font-size: .72rem; }
.calculator-explanation p { margin: 0; }
.calculator-explanation strong { color: var(--navy-950); }
.calculator-explanation .calculator-source { grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid var(--border); }
.calculator-source a { color: var(--teal-700); font-weight: 750; text-underline-offset: 3px; }

.section-cream { background: var(--cream-100); }
.next-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(40px, 6vw, 78px); align-items: start; }
.promise-list { display: grid; gap: 10px; margin-top: 28px; }
.promise-list p { display: grid; grid-template-columns: 34px 1fr; gap: 1px 10px; margin: 0; padding: 13px 0; border-top: 1px solid rgba(16,47,64,.12); }
.promise-list span { grid-row: span 2; color: var(--gold-600); font-size: .68rem; font-weight: 850; }
.promise-list strong { font-family: var(--serif); }
.promise-list small { color: var(--muted); }
.document-card { padding: 30px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.document-card h3 { margin: 0 0 9px; color: var(--navy-950); font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.document-intro { margin: 0 0 20px; color: var(--muted); font-size: .78rem; }
.checklist { display: grid; gap: 8px; }
.checklist label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; padding: 11px 12px; color: #40545d; background: var(--cream-50); border: 1px solid rgba(16,47,64,.08); border-radius: 10px; cursor: pointer; }
.checklist .priority-document { background: rgba(220,234,231,.62); border-color: rgba(27,106,111,.2); }
.checklist .priority-document strong { color: var(--teal-700); font-size: .7rem; }
.checklist input { width: 17px; height: 17px; accent-color: var(--teal-700); }
.checklist label:has(input:checked) { color: var(--navy-950); background: var(--teal-100); text-decoration: line-through; text-decoration-color: rgba(16,47,64,.25); }
.checklist-status { margin-top: 13px; color: var(--teal-700); font-size: .75rem; font-weight: 800; }
.document-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; }
.closing-check { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 60px); align-items: center; margin-top: 58px; padding: clamp(26px, 4vw, 42px); background: var(--white); border: 1px solid rgba(16,47,64,.1); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.closing-check h3 { margin: 0 0 9px; color: var(--navy-950); font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.1rem); line-height: 1.15; }
.closing-check-copy > p:not(.mini-label) { margin: 0; color: var(--muted); font-size: .78rem; }
.closing-scale { padding: 19px 21px 17px; background: var(--cream-50); border: 1px solid var(--border); border-radius: 15px; }
.closing-scale > input { margin-top: 14px; }
.closing-reflection { display: grid; gap: 3px; margin-top: 13px; padding: 11px 13px; background: var(--white); border-left: 3px solid var(--gold-500); border-radius: 4px 10px 10px 4px; }
.closing-reflection > span { color: var(--teal-700); font-size: .65rem; font-weight: 800; }
.closing-reflection p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.closing-check + .cta-panel { margin-top: 26px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 25px 45px; align-items: center; margin-top: 70px; padding: clamp(34px, 5vw, 58px); color: var(--white); background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.cta-panel h2 { color: var(--white); font-size: clamp(2rem, 3.4vw, 3.5rem); }
.cta-panel p { max-width: 720px; margin: 13px 0 0; color: rgba(255,255,255,.7); }
.cta-overline { color: #e7c98f; }
.personal-snapshot { display: grid; max-width: 720px; gap: 3px; margin-top: 20px; padding: 14px 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; }
.personal-snapshot > span { color: #e7c98f; font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.personal-snapshot strong { color: var(--white); font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.personal-snapshot strong span { color: #f0d49f; }
.personal-snapshot small { color: rgba(255,255,255,.55); font-size: .66rem; }
.personal-snapshot small span { color: #f0d49f; font-weight: 750; }
.cta-subline { grid-column: 1 / -1; margin: 0 !important; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; }
.cta-subline span { color: #f0d49f; }

.faq-section { background: var(--white); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; color: var(--navy-950); font-family: var(--serif); font-size: 1.16rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--gold-600); font-family: var(--sans); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 860px; margin: -3px 0 22px; color: var(--muted); }
.faq-list .faq-values { margin: 0; padding: 0; background: transparent; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; }
.faq-list .faq-values summary { padding: 22px 42px 22px 0; color: var(--navy-950); font-size: 1.16rem; }
.values-answer { padding: 0 0 25px; }
.faq-list .values-intro { max-width: 940px; margin: -2px 0 22px; color: #496068; }
.values-question-heading, .values-process-heading { display: grid; gap: 4px; margin: 0 0 13px; }
.values-question-heading span, .values-process-heading span { color: var(--gold-600); font-size: .64rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.values-question-heading h3, .values-process-heading h3 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(1.08rem, 2vw, 1.34rem); line-height: 1.2; }
.values-question-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.values-question-list article { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 11px; align-items: start; padding: 15px; background: var(--cream-50); border: 1px solid rgba(16,47,64,.09); border-radius: 12px; }
.values-question-list article > span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--gold-600); background: rgba(197,154,89,.14); border-radius: 50%; font-size: .64rem; font-weight: 850; letter-spacing: .05em; }
.values-question-list article > div { display: grid; gap: 5px; }
.values-question-list strong { color: var(--navy-950); font-family: var(--serif); font-size: .94rem; line-height: 1.28; }
.values-question-list small { color: var(--muted); font-size: .7rem; line-height: 1.52; }
.values-process-heading { margin-top: 24px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.values-grid article { display: grid; align-content: start; padding: 16px; background: var(--cream-50); border: 1px solid rgba(16,47,64,.09); border-radius: 12px; }
.values-grid span { color: var(--gold-600); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.values-grid strong { margin-top: 5px; color: var(--navy-950); font-family: var(--serif); font-size: 1rem; }
.values-grid small { margin-top: 5px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.faq-list .values-context { max-width: 920px; margin: 18px 0 0; padding: 14px 16px; color: #40555e; background: var(--cream-50); border-left: 3px solid var(--gold-500); border-radius: 4px 10px 10px 4px; font-size: .78rem; }
.faq-list .values-context strong { color: var(--navy-950); }
.faq-list .values-next { max-width: 920px; margin: 11px 0 0; color: var(--navy-800); font-size: .78rem; }
.faq-list .values-next strong { color: var(--navy-950); }
.values-booking { width: fit-content; margin-top: 18px; background: var(--navy-900); border-color: var(--navy-900); }
.values-booking:hover { background: var(--navy-800); }
.values-booking svg { width: 18px; }
.values-disclaimer { display: block; max-width: 700px; margin-top: 9px; color: #667980; font-size: .64rem; line-height: 1.45; }

footer { padding: 44px clamp(28px, 6vw, 96px); color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-brand, .source-links { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1180px; margin: 0 auto; }
.footer-brand { justify-content: flex-start; }
.footer-brand strong { color: var(--white); }
.footer-brand p { margin: 0; font-size: .75rem; }
.source-links { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.source-links button { padding: 0; color: #e7c98f; background: transparent; border: 0; font-size: .76rem; font-weight: 750; cursor: pointer; }
.source-links > span { color: rgba(255,255,255,.55); font-size: .72rem; }
footer .fineprint { max-width: 1180px; margin: 24px auto 0; color: rgba(255,255,255,.42); font-size: .66rem; }

dialog { width: min(680px, calc(100vw - 32px)); max-height: min(82vh, 780px); padding: 36px; color: var(--ink); background: var(--cream-50); border: 0; border-radius: var(--radius-md); box-shadow: 0 34px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(5,22,31,.72); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 34px; height: 34px; color: var(--navy-950); background: var(--white); border: 1px solid var(--border); border-radius: 50%; font-size: 1.3rem; cursor: pointer; }
dialog h2 { margin: 0 0 15px; color: var(--navy-950); font-family: var(--serif); font-size: 2rem; line-height: 1.1; }
dialog p { color: var(--muted); }
dialog ul { padding-left: 20px; }
dialog li { margin-bottom: 9px; }
.sources-list a { color: var(--teal-700); text-underline-offset: 3px; }
.fineprint { color: var(--muted); font-size: .72rem; }

:focus-visible { outline: 3px solid rgba(197,154,89,.65); outline-offset: 3px; }

@media (max-width: 1180px) {
  .page-shell { grid-template-columns: 238px minmax(0, 1fr); }
  .rail-inner { padding: 38px 18px 24px; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-visual { min-height: 500px; }
  .fact-card { grid-column: span 6; }
  .fact-featured { grid-column: span 12; }
  .gap-tool { grid-template-columns: 1fr 1.15fr; }
  .gap-result { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .topbar { min-height: 66px; }
  .page-shell { display: block; }
  .conversation-rail { position: sticky; z-index: 90; top: 66px; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .rail-inner { display: block; min-height: 0; padding: 9px 16px; }
  .rail-eyebrow, .conversation-rail h2, .rail-note, .rail-progress { display: none; }
  .step-nav { display: flex; width: max-content; gap: 5px; }
  .step-link { display: inline-flex; padding: 8px 11px; white-space: nowrap; }
  .step-link > span:last-child { display: none; }
  .step-link::after { content: attr(data-label); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 50px; }
  .hero-visual { min-height: 500px; }
  .scroll-cue { display: none; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-vs { justify-self: center; writing-mode: horizontal-tb; }
  .retirement-story, .next-grid, .closing-check { grid-template-columns: 1fr; }
  .retirement-image { max-width: 590px; }
  .retirement-image img { aspect-ratio: 16 / 11; border-radius: 90px 18px 70px 18px; }
  .retirement-image p { right: 14px; }
  .quote-panel { display: grid; }
  .salary-flow { grid-template-columns: 1fr; row-gap: 26px; }
  .salary-flow > div { min-height: 0; }
  .salary-flow > div:not(.flow-result)::after { top: auto; right: 50%; bottom: -22px; transform: translateX(50%) rotate(90deg); }
  .calculation-details div { grid-template-columns: 1fr; }
  .gap-tool { grid-template-columns: 1fr; }
  .gap-result { grid-column: auto; }
  .early-retirement-note { grid-template-columns: auto 1fr; }
  .early-retirement-note > small { grid-column: 1 / -1; }
  .calculator-explanation > div { grid-template-columns: 1fr; }
  .calculator-explanation .calculator-source { grid-column: auto; }
  .cta-panel { grid-template-columns: 1fr; }
  .button-large { justify-self: start; }
  .values-question-list, .values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .topbar { padding: 8px 14px; }
  .brand-portrait { width: 42px; height: 42px; }
  .brand small, .icon-button span, .top-actions .button { display: none; }
  .icon-button { padding: 8px 11px; }
  .section-block { padding: 66px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .section-heading h2, .retirement-copy h2, .next-step h2, .faq-section h2 { font-size: 2.35rem; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-visual { min-height: 400px; }
  .hero-visual img { border-radius: 90px 16px 65px 16px; }
  .image-caption { right: 9px; bottom: 16px; max-width: 270px; }
  .fact-card, .fact-featured { grid-column: span 12; }
  .fact-featured { grid-template-columns: 1fr; gap: 18px; }
  .fact-featured .fact-number { width: 150px; min-height: 112px; font-size: 5rem; }
  .fact-number { font-size: 5.5rem; }
  .case-study { grid-template-columns: 1fr; }
  .case-label { min-height: 45px; }
  .case-answer { white-space: normal; }
  .retirement-image p { position: relative; right: auto; bottom: auto; max-width: none; margin: -28px 14px 0; }
  .quote-panel { padding: 25px; }
  .salary-amount, .salary-flow { padding-left: 24px; padding-right: 24px; }
  .salary-amount strong { font-size: 3.55rem; }
  .calculation-details summary { padding-left: 24px; padding-right: 24px; }
  .calculation-details div { padding-left: 24px; padding-right: 24px; }
  .gap-tool, .document-card { padding: 23px; }
  .control-heading { align-items: flex-start; }
  .control-heading > label { max-width: 190px; }
  .early-retirement-note { padding: 14px; }
  .closing-check, .closing-scale { padding: 22px; }
  .cta-panel { padding: 28px 23px; }
  .button-large { width: 100%; }
  .source-links { align-items: flex-start; flex-direction: column; }
  dialog { padding: 34px 22px 24px; }
}

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

@media print {
  @page { size: A4; margin: 12mm; }
  body { background: white; font-size: 10pt; }
  .topbar, .conversation-rail, .scroll-cue, .knowledge-scale input, .region-buttons, .case-answer, .text-trigger, .button, .checklist-status { display: none !important; }
  .page-shell { display: block; }
  .section-block { break-inside: avoid; padding: 16mm 0; }
  .hero { min-height: auto; grid-template-columns: 1.15fr .85fr; }
  .hero-visual { min-height: 110mm; }
  .section-dark { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .fact-grid { gap: 7px; }
  .fact-card { min-height: 150px; padding: 16px; }
  .fact-number { font-size: 4rem; }
  .salary-stage, .cta-panel, footer { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .retirement-image img { max-height: 150mm; }
  details > * { display: block !important; }
  dialog { display: none !important; }
}
