:root {
  --navy: #041b3b;
  --panel: #0b2749;
  --surface: #082242;
  --ice: #b2caeb;
  --blue: #70b9ef;
  --white: #f5f8fd;
  --muted: #b8c7da;
  --line: #b2caeb30;
  --font: Inter, Arial, sans-serif;
  font-family: var(--font);
  color-scheme: dark;
  color: var(--white);
  background: var(--navy);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; font-size: 1.125rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
p { color: var(--muted); font-size: 1.125rem; line-height: 1.75; margin: 0 0 1.25rem; }
h1, h2, h3, h4 { margin: 0; color: var(--white); }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.25rem, 5.9vw, 5.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h1 span { color: var(--ice); }
h2 { font-size: clamp(2.125rem, 3.5vw, 3.25rem); line-height: 1.18; letter-spacing: -.038em; font-weight: 550; text-wrap: balance; }
h2 span { color: var(--ice); }
h3 { font-size: 1.375rem; font-weight: 600; letter-spacing: -.018em; line-height: 1.4; }
h4 { font-size: 1.125rem; font-weight: 600; line-height: 1.5; }
.section-wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 96px; }
.eyebrow { color: var(--blue); font-size: .875rem; font-weight: 600; letter-spacing: .09em; line-height: 1.6; margin: 0 0 1.125rem; }
.header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: #041b3bee; backdrop-filter: blur(18px); transition: box-shadow .3s, background .3s; }
.header.is-scrolled { background: #041b3bf5; box-shadow: 0 8px 32px #00000024; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, #53a6e6, #d3e8ff); transform: scaleX(0); transform-origin: left; z-index: 20; pointer-events: none; }
.nav-wrap { width: min(1280px, calc(100% - 96px)); min-height: 96px; padding-block: 20px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
/* Show only the supplied wordmark, excluding the tiny embedded slogan. */
.brand { display: block; width: 196px; height: 33px; position: relative; overflow: hidden; flex-shrink: 0; }
.brand img { position: absolute; width: 300px; height: 300px; max-width: none; left: -51px; top: -121px; }
/* Frame the original complete vector lockup; all lettering and artwork stay intact. */
.brand-signature { width: min(360px, 100%); height: auto; aspect-ratio: 1000 / 320; }
.brand-signature img { width: 150%; height: auto; left: -24.5%; top: -187.5%; }
.header nav { display: flex; align-items: center; gap: 30px; }
.header nav a { display: block; font-size: 1rem; font-weight: 500; color: var(--muted); padding-block: 8px; transition: color .18s; }
.header nav a:hover { color: var(--white); }
.header nav a::after { content: ''; display: block; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.header nav a:focus-visible::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 13px 23px; font-size: 1rem; font-weight: 600; line-height: 1.5; border: 1px solid #b2caeb66; border-radius: 6px; transition: background .18s, border-color .18s, transform .18s; }
.button.primary { color: var(--navy); background: var(--blue); border-color: var(--blue); }
.button span { font-size: 1.25rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 500; color: var(--ice); line-height: 1.5; padding-block: 8px; text-underline-offset: 5px; }
.menu-button { display: none; background: transparent; border: 1px solid var(--line); border-radius: 6px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 80px; align-items: center; padding-block: 68px 64px; }
.hero-scene { position: relative; isolation: isolate; overflow: hidden; overflow: clip; background: radial-gradient(ellipse at 83% 40%, #0c3e69a6, transparent 63%); }
.hero-scene .hero { position: relative; z-index: 1; }
.ambient-light { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.light-beam { position: absolute; width: 60%; height: 160%; top: -45%; right: 3%; background: linear-gradient(90deg, transparent, #53a6e611 38%, #b2caeb1a 50%, transparent 67%); transform: rotate(-28deg); }
.light-beam-two { right: -20%; top: -25%; opacity: .65; transform: rotate(18deg); }
.light-grid { position: absolute; width: 55%; height: 75%; right: 0; top: 18%; opacity: .3; background-image: linear-gradient(#b2caeb12 1px, transparent 1px), linear-gradient(90deg, #b2caeb12 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse, #000, transparent 70%); }
.hero-accent { position: relative; display: inline-block; padding-right: .08em; color: #a9d7ff; text-shadow: 0 0 60px #53a6e629; }
.hero-accent::after { content: ''; position: absolute; height: 2px; left: 0; right: 3%; bottom: -.09em; background: linear-gradient(90deg, #53a6e6, #b2caeb, transparent); transform-origin: left; }
.hero-copy, .hero-visual { min-width: 0; }
.hero-lead { font-size: 1.5rem; line-height: 1.5; color: var(--white); margin: 26px 0 12px; letter-spacing: -.015em; font-weight: 500; }
.hero-description { font-size: 1.125rem; max-width: 480px; line-height: 1.75; margin: 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 26px; margin-top: 30px; }
.hero-footnote { font-size: .9375rem; color: var(--muted); margin: 22px 0 0; }
.motion-toggle { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; min-height: 44px; padding: 8px 0; background: none; border: 0; border-radius: 4px; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.motion-toggle[hidden] { display: none; }
.motion-toggle svg { width: 16px; height: 16px; }
.motion-toggle .play-symbol, .motion-toggle[aria-pressed="true"] .pause-symbol { display: none; }
.motion-toggle[aria-pressed="true"] .play-symbol { display: block; }
.motion-toggle:hover { color: var(--white); }
.hero-visual { perspective: 1200px; }
.report-preview { position: relative; border: 1px solid #b2caeb66; border-radius: 16px; background: linear-gradient(145deg, #153d61ee, #0b2749 65%); overflow: hidden; box-shadow: 0 28px 70px #00000038, 0 0 64px #53a6e616, inset 0 1px 0 #e9f6ff1c; transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .3s ease-out, box-shadow .4s; }
.report-preview::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(420px circle at var(--pointer-x, 50%) var(--pointer-y, 30%), #a5d6ff16, transparent 65%); opacity: 0; transition: opacity .35s; }
.preview-topline { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding: 19px 28px; border-bottom: 1px solid var(--line); color: var(--white); font-weight: 500; font-size: 1rem; }
.example-label { display: inline-block; font-size: .875rem; line-height: 1.5; font-weight: 400; color: var(--ice); white-space: nowrap; border: 1px solid var(--line); border-radius: 4px; padding: 4px 9px; }
.voice-card { padding: 24px 28px 22px; }
.card-line { display: flex; align-items: center; gap: 14px; }
.card-line > div { min-width: 0; }
.card-line strong { display: block; font-weight: 550; font-size: 1.0625rem; line-height: 1.5; }
.card-line div > span { display: block; color: var(--muted); font-size: .9375rem; line-height: 1.5; margin-top: 3px; }
.mini-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; flex-shrink: 0; color: var(--blue); }
.waveform { position: relative; display: flex; align-items: center; gap: 4px; height: 76px; margin-top: 20px; overflow: hidden; }
.waveform i { display: block; flex: 1; min-width: 1px; height: var(--h); background: linear-gradient(0deg, #53a6e6, #b2ddff); border-radius: 3px; transform-origin: center; }
.waveform i:nth-child(n+25) { background: #537394; }
.waveform::after { content: ''; position: absolute; inset: 0 auto 0 -12%; width: 12%; background: linear-gradient(90deg, transparent, #def2ff20, transparent); opacity: 0; pointer-events: none; }
.voice-time { display: flex; justify-content: space-between; font-size: .875rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.feedback-card { border-top: 1px solid var(--line); padding: 24px 28px; }
.feedback-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; font-size: .9375rem; color: var(--ice); }
.timestamp { font-size: .875rem; line-height: 1.5; color: var(--blue); background: #70b9ef12; padding: 3px 7px; border-radius: 4px; font-variant-numeric: tabular-nums; }
.feedback-card h3 { font-size: 1.125rem; margin-bottom: 8px; }
.feedback-card p { font-size: 1rem; line-height: 1.7; margin: 0; }
.preview-score { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 20px 28px; border-top: 1px solid var(--line); }
.preview-score > div > span { font-size: .9375rem; display: block; color: var(--muted); }
.preview-score strong { display: block; color: var(--white); font-size: 2.25rem; letter-spacing: -.035em; line-height: 1.35; font-weight: 550; white-space: nowrap; }
.preview-score small { font-size: 1rem; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.preview-score p { font-size: .9375rem; line-height: 1.7; margin: 0; }
.visual-caption { font-size: .875rem; color: var(--muted); text-align: center; margin: 14px 0 0; }
.brand-strip { position: relative; border-block: 1px solid var(--line); background: linear-gradient(90deg, #041b3b, #0c2e51, #041b3b); }
.brand-strip::before { content: ''; position: absolute; top: -1px; left: 18%; right: 18%; height: 1px; background: linear-gradient(90deg, transparent, #70b9ef99, transparent); }
.voice-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin-block: 0; padding: 26px 0; }
.voice-pillars li { text-align: center; color: var(--white); font-size: 1.25rem; font-weight: 500; line-height: 1.5; padding-inline: 24px; }
.voice-pillars li + li { border-left: 1px solid var(--line); }
.voice-pillars span { color: var(--muted); font-weight: 400; }
.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 80px; }
.about-title { align-self: center; min-width: 0; }
.about-copy .lead { font-size: 1.5rem; color: var(--white); letter-spacing: -.015em; line-height: 1.5; margin-bottom: 24px; }
.about-copy > p:last-of-type { margin-bottom: 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.stats strong { display: block; color: var(--ice); font-weight: 500; font-size: 2.75rem; line-height: 1.15; letter-spacing: -.03em; }
.stats span { display: block; color: var(--muted); font-size: .9375rem; line-height: 1.5; margin-top: 8px; }
.pathways, .evaluation, .leaderboards { background: var(--surface); border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 56px; margin-bottom: 40px; }
.section-heading > p { margin: 0 0 4px; max-width: 370px; }
.path-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.path-tabs button { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 8px; text-align: left; padding: 22px 24px; background: transparent; border: 1px solid var(--line); border-radius: 7px; line-height: 1.5; }
.path-label { font-size: 1.0625rem; font-weight: 550; }
.tab-count { font-size: .9375rem; color: var(--muted); }
.path-tabs button[aria-selected="true"] { background: #12375b; border-color: var(--blue); }
.path-tabs button[aria-selected="true"] .tab-count { color: var(--ice); }
.path-tabs button { position: relative; overflow: hidden; }
.path-tabs button::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #b2ddff, #53a6e6); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.22, 1, .36, 1); }
.path-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.path-panel { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.45fr); border: 1px solid var(--line); background: var(--panel); border-radius: 8px; margin-top: 16px; overflow: hidden; }
.path-intro { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; }
.path-intro h3 { font-size: 2.125rem; line-height: 1.2; font-weight: 550; letter-spacing: -.03em; }
.path-intro p { margin: 20px 0 24px; max-width: 340px; }
.path-intro .text-link { margin-top: auto; }
.track-list { padding: 8px 32px; border-left: 1px solid var(--line); }
.track-row { display: flex; align-items: flex-start; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.track-row:last-child { border-bottom: 0; }
.track-number { font-size: .875rem; color: var(--blue); flex-shrink: 0; width: 22px; padding-top: 3px; }
.track-row h4 { margin-bottom: 5px; }
.track-row p { font-size: 1rem; line-height: 1.65; margin: 0; }
.track-row > div { transition: transform .25s; }
.track-number { transition: color .25s, text-shadow .25s; }
.path-note { display: flex; align-items: flex-start; justify-content: center; gap: 10px; font-size: 1rem; margin: 24px 0 0; }
.path-note svg { width: 20px; height: 20px; color: var(--blue); margin-top: 4px; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.benefits article { position: relative; isolation: isolate; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #0b2c4f, #061f3e); transition: border-color .3s, box-shadow .3s; }
.benefits article::before { content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1; background: radial-gradient(320px circle at var(--pointer-x, 50%) var(--pointer-y, 0%), #53a6e619, transparent 75%); opacity: 0; transition: opacity .35s; }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); margin-bottom: 20px; border: 1px solid var(--line); border-radius: 7px; flex-shrink: 0; }
.benefits .benefit-icon { background: #53a6e60a; transition: transform .3s, border-color .3s, box-shadow .3s; }
.benefits h3 { margin-bottom: 12px; }
.benefits p { margin-bottom: 18px; }
.benefit-detail { display: block; font-size: .9375rem; color: var(--ice); line-height: 1.6; }
.center-heading { text-align: center; }
.center-heading > p:last-child { margin: 22px 0 0; }
.journey { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.journey article { position: relative; padding-top: 20px; border-top: 1px solid #70b9ef40; }
.journey article::before { content: ''; position: absolute; inset: -1px 0 auto; height: 2px; background: linear-gradient(90deg, #b2caeb, #53a6e6, #53a6e600); transform-origin: left; }
.step-number { display: block; color: var(--blue); font-size: 1rem; font-weight: 500; margin-bottom: 16px; }
.journey h3 { font-size: 1.25rem; margin-bottom: 12px; }
.journey p { font-size: 1.0625rem; line-height: 1.7; margin: 0; }
.evaluation-detail { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 16px 32px; padding: 30px; margin-top: 40px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.mode-buttons { display: flex; flex-direction: column; gap: 8px; align-self: start; }
.mode-buttons button { min-height: 48px; padding: 11px 16px; font-size: 1rem; line-height: 1.5; text-align: left; background: transparent; border: 1px solid var(--line); border-radius: 5px; }
.mode-buttons button[aria-pressed="true"] { background: #163d63; border-color: #70b9ef99; }
.evaluation-detail h3 { font-size: 1.25rem; margin-bottom: 10px; }
.evaluation-detail p { font-size: 1rem; line-height: 1.75; margin: 0; }
.approved-note { grid-column: 2; font-size: .9375rem; line-height: 1.65; color: var(--ice); }
.approved-note > span { color: var(--blue); margin-right: 5px; }
.scoring { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 80px; align-items: start; }
.section-description { margin: 22px 0 26px; max-width: 480px; }
.score-option { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; background: transparent; border: 1px solid transparent; border-bottom-color: var(--line); border-radius: 6px; padding: 22px 18px; }
.score-option.active { border-color: #70b9ef77; background: var(--panel); }
.score-swatch { width: 8px; height: 40px; border-radius: 3px; flex-shrink: 0; }
.delivery { background: #70b9ef; }
.structure { background: #b2caeb; }
.specialisation { background: #4777ac; }
.score-option strong { display: block; font-size: 1.125rem; font-weight: 550; line-height: 1.5; }
.score-option small { display: block; color: var(--muted); font-size: 1rem; line-height: 1.6; margin-top: 3px; }
.score-option b { font-size: 1.75rem; font-weight: 500; color: var(--ice); margin-left: auto; }
.score-visual { display: flex; flex-direction: column; align-items: center; padding: 34px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.score-visual { background: radial-gradient(ellipse at 50% 25%, #16466d, var(--panel) 65%); box-shadow: inset 0 1px 0 #b2caeb0a; }
.donut { width: min(100%, 290px); aspect-ratio: 1; border-radius: 50%; padding: 22px; background: conic-gradient(from -90deg, #70b9ef 0 39.5%, var(--panel) 39.5% 40.5%, #b2caeb 40.5% 59.5%, var(--panel) 59.5% 60.5%, #4777ac 60.5% 99.5%, var(--panel) 99.5%); }
.donut > div { height: 100%; width: 100%; background: var(--panel); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; }
.donut strong { font-size: clamp(3.5rem, 5vw, 4.75rem); font-weight: 500; line-height: 1.1; letter-spacing: -.05em; }
.donut span { color: var(--muted); font-size: 1rem; line-height: 1.5; text-align: center; margin-top: 8px; }
.donut { box-shadow: 0 0 50px #53a6e615; }
.donut[data-active-score="delivery"] { background: conic-gradient(from -90deg, #8dccfa 0 39.5%, var(--panel) 39.5% 40.5%, #879dbb 40.5% 59.5%, var(--panel) 59.5% 60.5%, #365b83 60.5% 99.5%, var(--panel) 99.5%); }
.donut[data-active-score="structure"] { background: conic-gradient(from -90deg, #507fa5 0 39.5%, var(--panel) 39.5% 40.5%, #e0edff 40.5% 59.5%, var(--panel) 59.5% 60.5%, #365b83 60.5% 99.5%, var(--panel) 99.5%); }
.donut[data-active-score="specialisation"] { background: conic-gradient(from -90deg, #507fa5 0 39.5%, var(--panel) 39.5% 40.5%, #879dbb 40.5% 59.5%, var(--panel) 59.5% 60.5%, #719fd5 60.5% 99.5%, var(--panel) 99.5%); }
.score-details { max-width: 390px; width: 100%; text-align: center; margin-top: 28px; }
.score-details > span { display: block; font-size: .9375rem; color: var(--blue); line-height: 1.5; }
.score-details h3 { font-size: 1.25rem; margin: 12px 0; }
.score-details p { font-size: 1rem; line-height: 1.7; margin: 0; }
.score-footnote { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); font-size: 1rem; margin: 0; }
.ranking-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.numbered-rule { display: flex; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.numbered-rule:first-child { padding-top: 4px; }
.numbered-rule:last-child { border: 0; padding-bottom: 0; }
.numbered-rule > span { font-size: .9375rem; color: var(--blue); margin-top: 5px; flex-shrink: 0; }
.numbered-rule h3 { font-size: 1.25rem; margin-bottom: 10px; }
.numbered-rule p { font-size: 1.0625rem; line-height: 1.7; margin: 0; }
.rating-demo { padding: 30px; border: 1px solid var(--line); background: var(--panel); border-radius: 10px; }
.demo-heading { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 14px; }
.demo-heading .eyebrow { display: block; margin-bottom: 10px; }
.demo-heading h3 { font-size: 1.25rem; }
.period-control { display: flex; gap: 4px; padding: 4px; margin-top: 24px; border: 1px solid var(--line); border-radius: 6px; }
.period-control button { flex: 1; border: 0; border-radius: 4px; background: transparent; padding: 10px 12px; min-height: 44px; color: var(--ice); font-size: 1rem; }
.period-control button[aria-pressed="true"] { background: #25496e; color: var(--white); }
.demo-scope { font-size: .9375rem; margin: 18px 0 0; }
.rating-bars { display: flex; align-items: flex-end; gap: 18px; height: 230px; margin: 12px 0 24px; padding: 35px 0 37px; border-bottom: 1px solid var(--line); }
.rating-bars > div { flex: 1; display: flex; justify-content: center; align-items: flex-end; height: 100%; min-width: 0; position: relative; }
.rating-bars b { position: absolute; bottom: calc(var(--bar) + 5px); font-size: 1.0625rem; line-height: 1.5; font-weight: 500; color: var(--ice); }
.rating-bars span { display: block; width: 100%; max-width: 52px; height: var(--bar); background: linear-gradient(0deg, #387aaa, #8dceff); border-radius: 4px 4px 0 0; transform-origin: bottom; box-shadow: inset 0 1px 0 #dcf0ff99; }
.rating-bars .discarded span { background: #264461; border: 1px dashed #88a6c1; }
.rating-bars .discarded b { text-decoration: line-through; color: var(--muted); }
.rating-bars small { position: absolute; top: calc(100% + 8px); font-size: .875rem; line-height: 1.5; color: var(--muted); }
.rating-answer { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.rating-answer span { color: var(--ice); font-size: .9375rem; line-height: 1.5; }
.rating-answer p { font-size: 1rem; margin: 7px 0 0; line-height: 1.5; }
.rating-answer > strong { color: var(--blue); font-size: 3rem; line-height: 1.3; letter-spacing: -.035em; font-weight: 550; }
.rating-note { font-size: 1rem; line-height: 1.7; margin: 18px 0 0; }
.rating-details { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 16px; }
.rating-details summary { cursor: pointer; font-size: 1rem; color: var(--ice); line-height: 1.65; }
.rating-details p { font-size: 1rem; line-height: 1.75; margin: 14px 0 0; }
.private-progress { display: flex; align-items: flex-start; gap: 22px; padding-top: 32px; margin-top: 40px; border-top: 1px solid var(--line); }
.private-progress .benefit-icon { margin: 0; }
.private-progress h3 { font-size: 1.25rem; margin-bottom: 9px; }
.private-progress p { font-size: 1.0625rem; line-height: 1.75; margin: 0; max-width: 1000px; }
.app-banner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: 80px; align-items: center; padding: 52px; border: 1px solid #b2caeb42; border-radius: 12px; background: var(--panel); }
.app-banner { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 90% 20%, #134b77, #0b2749 64%); box-shadow: 0 18px 60px #00000020; }
.app-banner::before { content: ''; position: absolute; inset: -60% -30%; z-index: -1; pointer-events: none; background: linear-gradient(115deg, transparent 40%, #70b9ef0a 45%, #b2caeb12 50%, transparent 60%); }
.app-banner::after { content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, #afd9ffa6, transparent); pointer-events: none; }
.app-banner p:not(.eyebrow) { margin: 22px 0 0; max-width: 480px; }
.coming-soon { display: inline-flex; align-items: center; gap: 10px; font-size: 1rem; line-height: 1.5; color: var(--ice); margin-top: 24px; }
.coming-soon svg { color: var(--blue); }
.download-space { text-align: center; border-left: 1px solid var(--line); padding-left: 40px; }
.download-mark { display: grid; place-items: center; color: var(--blue); margin: 0 auto 20px; width: 48px; height: 48px; }
.download-mark svg { width: 32px; height: 32px; }
.download-space h3 { font-size: 1.375rem; }
.app-banner .download-space p { font-size: 1rem; line-height: 1.7; margin: 16px 0; }
.download-space > span { font-size: .875rem; color: var(--muted); }
.footer { border-top: 1px solid var(--line); padding-block: 40px; display: flex; align-items: center; gap: 32px; }
.footer-identity { margin-right: auto; width: 360px; min-width: 0; }
.copyright, .back-to-top { font-size: .9375rem; color: var(--muted); }
.back-to-top { display: inline-flex; gap: 12px; align-items: center; padding-block: 10px; }
.skip { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px; color: var(--navy); background: var(--blue); }
.skip:focus { top: 16px; }
.path-tabs button, .score-option, .mode-buttons button, .period-control button { transition: background .18s, border-color .18s; }
/* Text stays visible without JavaScript; reveal transforms never change its layout. */
.motion-word { display: inline-block; color: inherit; }
.button > span, .text-link > span, .back-to-top > span { transition: transform .24s ease; }
.button.primary { position: relative; overflow: hidden; box-shadow: 0 5px 24px #53a6e61a; }
.button.primary::before { content: ''; position: absolute; inset: -100% auto -100% -60%; width: 45%; background: linear-gradient(90deg, transparent, #ffffff80, transparent); transform: skewX(-20deg) translateX(0); pointer-events: none; }
@keyframes stage-light { 0%, 100% { transform: translateX(-4%) rotate(-28deg); opacity: .6; } 50% { transform: translateX(13%) rotate(-20deg); opacity: 1; } }
@keyframes stage-light-secondary { 0%, 100% { transform: translateX(5%) rotate(18deg); } 50% { transform: translateX(-10%) rotate(26deg); } }
@keyframes voice-pulse { 0%, 100% { transform: scaleY(.72); } 40% { transform: scaleY(1); } 75% { transform: scaleY(.48); } }
@keyframes voice-scan { 0% { transform: translateX(0); opacity: 0; } 15%, 80% { opacity: 1; } 100% { transform: translateX(950%); opacity: 0; } }
@keyframes accent-draw { from { transform: scaleX(0); opacity: .2; } to { transform: scaleX(1); opacity: 1; } }
@keyframes button-sheen { to { transform: skewX(-20deg) translateX(450%); } }
@keyframes banner-light { 0%, 100% { transform: translateX(-8%); } 50% { transform: translateX(8%); } }
@media (prefers-reduced-motion: no-preference) {
  .effects-enabled .light-beam-one { animation: stage-light 16s ease-in-out infinite paused; }
  .effects-enabled .light-beam-two { animation: stage-light-secondary 21s ease-in-out infinite paused; }
  .effects-enabled .waveform i { animation: voice-pulse var(--wave-duration, 2s) ease-in-out var(--wave-delay, 0s) infinite paused; }
  .effects-enabled .waveform::after { animation: voice-scan 7s ease-in-out infinite paused; }
  .effects-enabled .app-banner::before { animation: banner-light 18s ease-in-out infinite paused; }
  .effects-enabled .hero-scene.is-in-view .light-beam, .effects-enabled .hero-scene.is-in-view .waveform i, .effects-enabled .hero-scene.is-in-view .waveform::after, .effects-enabled .app-banner.is-in-view::before { animation-play-state: running; }
  .effects-enabled .hero-scene.is-in-view .hero-accent::after { animation: accent-draw 1.2s .35s cubic-bezier(.22, 1, .36, 1) backwards; }
  .effects-enabled .journey article.is-revealed::before { animation: accent-draw 1s cubic-bezier(.22, 1, .36, 1) backwards; }
  .page-hidden *, .page-hidden *::before, .page-hidden *::after { animation-play-state: paused !important; }
}
@media (hover: hover) {
  .header nav a:hover::after { transform: scaleX(1); }
  .button:hover { background: #ffffff0c; border-color: var(--ice); transform: translateY(-1px); }
  .button.primary:hover { background: #95cff8; border-color: #95cff8; }
  .button.primary:hover { box-shadow: 0 8px 32px #53a6e63a; }
  .effects-enabled .button.primary:hover::before, .effects-enabled .button.primary:focus-visible::before { animation: button-sheen .8s ease-out; }
  .effects-enabled .report-preview:hover::after, .effects-enabled .benefits article:hover::before { opacity: 1; }
  .report-preview:hover { box-shadow: 0 30px 80px #00000040, 0 0 64px #53a6e62a; }
  .benefits article:hover { border-color: #70b9ef88; box-shadow: 0 12px 36px #00000026; }
  .benefits article:hover .benefit-icon { border-color: #70b9ef99; box-shadow: 0 0 22px #53a6e61a; }
  .effects-enabled .benefits article:hover .benefit-icon { transform: translateY(-3px); }
  .effects-enabled .track-row:hover > div { transform: translateX(4px); }
  .track-row:hover .track-number { color: #def0ff; text-shadow: 0 0 16px #53a6e680; }
  .button:hover > span { transform: translate(2px, -2px); }
  .text-link:hover > span { transform: translateY(2px); }
  .back-to-top:hover > span { transform: translateY(-3px); }
  .text-link:hover, .back-to-top:hover { color: var(--white); text-decoration: underline; }
  .path-tabs button:hover, .mode-buttons button:hover, .score-option:hover { border-color: var(--blue); }
}
@media (max-width: 1100px) {
  .section-wrap, .nav-wrap { width: calc(100% - 64px); }
  .hero { gap: 40px; }
  .about, .scoring { column-gap: 44px; }
  .ranking-grid { gap: 36px; }
  .benefits { gap: 28px; }
  .app-banner { gap: 40px; padding: 40px; }
  .path-intro { padding: 30px; }
  .track-list { padding-inline: 26px; }
}
@media (max-width: 1040px) {
  .nav-cta { display: none; }
  .journey { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 900px) {
  .section-space { padding-block: 76px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 38px; padding-block: 52px; }
  .hero-copy { max-width: 620px; }
  h1 { font-size: 4.75rem; }
  .hero-description { max-width: 540px; }
  .hero-visual { width: 100%; max-width: 620px; justify-self: center; }
  .hero-copy { width: 100%; justify-self: center; }
  .light-grid { width: 100%; top: 35%; }
  .light-beam { width: 100%; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; max-width: 560px; }
  .about { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-title { align-self: start; }
  .about-copy { max-width: 700px; }
  .benefits { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .benefits article { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 0 24px; }
  .benefits .benefit-icon { grid-row: 1 / 4; }
  .benefits h3, .benefits p, .benefit-detail { grid-column: 2; }
  .path-tabs button { padding: 18px; }
  .path-intro { padding: 28px; }
  .track-list { padding-inline: 24px; }
  .scoring { gap: 28px; }
  .score-visual { padding: 26px 20px; }
  .score-option { padding: 18px 12px; gap: 12px; }
  .ranking-grid { grid-template-columns: minmax(0, 1fr); }
  .rating-demo { width: 100%; max-width: 640px; justify-self: center; }
  .numbered-rule p { max-width: 620px; }
  .voice-pillars li { padding-inline: 16px; font-size: 1.125rem; }
  .voice-pillars span { display: block; }
  .download-space { padding-left: 28px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 6.5rem; }
  .nav-wrap { min-height: 82px; padding-block: 16px; gap: 20px; }
  .menu-button { display: grid; place-items: center; width: 46px; height: 46px; margin-left: auto; }
  .header nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); border-bottom: 1px solid var(--line); display: none; padding: 14px 24px 22px; align-items: stretch; gap: 0; }
  .header nav.open { display: flex; flex-direction: column; }
  .header nav a { padding: 13px 8px; font-size: 1.0625rem; }
  .path-panel { grid-template-columns: minmax(0, 1fr); }
  .path-intro p { max-width: 100%; }
  .track-list { border-left: 0; border-top: 1px solid var(--line); }
  .evaluation-detail { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .mode-buttons { flex-direction: row; }
  .mode-buttons button { flex: 1; text-align: center; }
  .approved-note { grid-column: 1; }
  .scoring { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .score-visual { width: 100%; max-width: 560px; justify-self: center; padding: 32px; }
  .app-banner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .download-space { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .app-banner .download-space p { margin-inline: auto; }
  .footer { flex-wrap: wrap; gap: 20px; }
  .footer-identity { flex-basis: 100%; }
  .back-to-top { margin-left: auto; }
}
@media (max-width: 560px) {
  .section-wrap, .nav-wrap { width: calc(100% - 40px); }
  .section-space { padding-block: 60px; }
  h1 { font-size: clamp(2.75rem, 11.5vw, 4rem); }
  h2 { font-size: 2.125rem; line-height: 1.2; }
  p { font-size: 1.0625rem; }
  .hero { padding-block: 40px; gap: 32px; }
  .hero-lead { font-size: 1.3125rem; margin-top: 22px; }
  .hero-description { font-size: 1.0625rem; }
  .hero-actions { gap: 16px 22px; margin-top: 24px; }
  .hero-footnote { font-size: .9375rem; }
  .hero-scene { background: radial-gradient(ellipse at 70% 65%, #0c3e6999, transparent 75%); }
  .light-grid { display: none; }
  .motion-toggle { margin-top: 8px; }
  .preview-topline { padding: 16px 20px; }
  .voice-card, .feedback-card { padding: 22px 20px; }
  .preview-score { padding: 18px 20px; gap: 16px; }
  .preview-score p { font-size: .875rem; }
  .preview-score strong { font-size: 2rem; }
  .card-line { gap: 10px; }
  .mini-icon { width: 38px; height: 38px; }
  .card-line strong { font-size: 1rem; }
  .card-line div > span { font-size: .875rem; }
  .waveform { gap: 3px; }
  .voice-pillars { grid-template-columns: minmax(0, 1fr); gap: 12px; padding-block: 22px; }
  .voice-pillars li { text-align: left; padding: 0; font-size: 1.125rem; }
  .voice-pillars li + li { border-left: 0; }
  .voice-pillars span { display: inline; }
  .about-copy .lead { font-size: 1.3125rem; }
  .stats { gap: 20px; }
  .stats strong { font-size: 2.375rem; }
  .stats span { font-size: .875rem; }
  .path-tabs { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .path-tabs button { flex-direction: row; align-items: center; gap: 16px; padding: 16px 18px; }
  .path-label { font-size: 1rem; }
  .tab-count { font-size: .875rem; white-space: nowrap; }
  .path-intro { padding: 24px; }
  .path-intro h3 { font-size: 1.875rem; }
  .track-list { padding: 4px 20px; }
  .track-row { gap: 12px; padding: 20px 0; }
  .track-row h4 { font-size: 1.0625rem; }
  .path-note { font-size: 1rem; }
  .benefits article { display: block; }
  .benefits article { padding: 24px; }
  .benefits .benefit-icon { margin-bottom: 16px; }
  .benefits p { font-size: 1.0625rem; }
  .center-heading { text-align: left; }
  .journey { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: 32px; }
  .journey article { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 16px; }
  .step-number { grid-row: 1 / 3; margin-top: 2px; }
  .journey h3, .journey p { grid-column: 2; }
  .journey p { font-size: 1.0625rem; }
  .evaluation-detail { padding: 22px 20px; margin-top: 30px; }
  .mode-buttons button { padding-inline: 10px; }
  .score-option { padding: 20px 14px; }
  .score-option strong { font-size: 1.0625rem; }
  .score-option b { font-size: 1.625rem; }
  .score-visual { padding: 28px 20px; }
  .donut { padding: 19px; }
  .donut strong { font-size: 3.75rem; }
  .numbered-rule { gap: 16px; }
  .rating-demo { padding: 24px 20px; }
  .rating-bars { gap: 16px; }
  .rating-answer { flex-wrap: wrap; gap: 12px; }
  .rating-answer > strong { font-size: 2.75rem; }
  .private-progress { flex-direction: column; gap: 16px; }
  .app-banner { padding: 28px 22px; }
  .footer { padding-block: 28px; }
  .brand-signature { width: min(340px, 100%); }
}
@media (max-width: 360px) {
  .preview-score { flex-wrap: wrap; }
  .preview-score p br { display: none; }
  .stats { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .stats > div { display: flex; align-items: center; gap: 20px; }
  .stats strong { width: 56px; flex-shrink: 0; }
  .stats span { margin: 0; }
  .path-tabs button { align-items: flex-start; }
}
html.motion-paused { scroll-behavior: auto; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; }
.motion-paused .button:hover, .motion-paused .button:hover > span, .motion-paused .text-link:hover > span, .motion-paused .back-to-top:hover > span { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .button:hover > span, .text-link:hover > span, .back-to-top:hover > span { transform: none; }
  .report-preview { transform: none; }
}
