:root {
  --blue: #0757ed;
  --blue-dark: #07378e;
  --blue-deep: #061c51;
  --cyan: #4fd8ff;
  --ink: #10203b;
  --muted: #64748b;
  --soft: #f2f6fc;
  --line: #dbe4f0;
  --white: #fff;
  --green: #16865f;
  --orange: #f28a30;
  --red: #df4d57;
  --accent: #ffdd63;
  --shadow: 0 28px 80px rgba(5, 35, 99, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(940px, calc(100% - 40px)); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 16px; color: #fff; background: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 84px; color: #fff; }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.brand-word { font-size: 20px; letter-spacing: -.6px; }
.brand-word span { color: var(--cyan); }
.logo-mark { position: relative; width: 36px; height: 34px; display: inline-flex; align-items: end; gap: 3px; }
.logo-mark i { display: block; width: 7px; border-radius: 3px 3px 1px 1px; background: currentColor; }
.logo-mark i:nth-child(1) { height: 11px; opacity: .62; }
.logo-mark i:nth-child(2) { height: 20px; opacity: .82; }
.logo-mark i:nth-child(3) { height: 30px; }
.logo-mark b { position: absolute; right: 0; top: 0; width: 10px; height: 10px; border-radius: 3px; background: #f34e59; box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-link { padding: 8px 0; border: 0; color: rgba(255,255,255,.78); background: transparent; cursor: pointer; font-size: 12px; }
.header-link:hover { color: #fff; }
.header-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 13px; font-weight: 750; text-decoration: none; }

.hero { min-height: 720px; padding: 150px 0 90px; color: #fff; background: radial-gradient(circle at 78% 24%, rgba(79,216,255,.44), transparent 27%), radial-gradient(circle at 8% 100%, rgba(45,123,255,.65), transparent 33%), linear-gradient(135deg, #0639a7 0%, #0757ed 48%, #078de7 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow, .kicker { margin: 0 0 12px; color: #1970e7; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #aeefff; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(44px, 5.4vw, 72px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 670px; margin: 26px 0 30px; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.6; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 14px 21px; cursor: pointer; font-weight: 820; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .answer-button:focus-visible, .glossary-term:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(79,216,255,.75); outline-offset: 3px; }
.btn-large { min-height: 56px; padding-inline: 27px; font-size: 16px; }
.btn-light { color: var(--blue-dark); background: #fff; box-shadow: 0 14px 34px rgba(2,28,88,.18); }
.btn-blue { color: #fff; background: var(--blue); box-shadow: 0 14px 30px rgba(7,87,237,.24); }
.btn-accent { color: #27210b; background: var(--accent); box-shadow: 0 14px 30px rgba(255,221,99,.28); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: rgba(255,255,255,.76); font-size: 13px; }
.trust-row i { color: #b6f3d9; font-style: normal; font-weight: 900; }

.hero-panel { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: rgba(4,30,91,.38); box-shadow: 0 36px 100px rgba(0,34,95,.3); backdrop-filter: blur(16px); }
.panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; font-size: 13px; color: rgba(255,255,255,.72); }
.panel-top b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--blue-dark); background: var(--accent); font-size: 18px; }
.income-visual { display: grid; gap: 10px; }
.income-visual > div { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 16px 18px; border-radius: 17px; }
.income-visual span { font-size: 13px; }
.income-visual strong { font-size: 25px; letter-spacing: -.04em; }
.income-current { color: var(--blue-deep); background: #fff; }
.income-retired { background: rgba(255,255,255,.14); }
.income-gap { color: #39260d; background: var(--accent); }
.hero-panel p { margin: 20px 0 7px; color: rgba(255,255,255,.82); line-height: 1.55; }
.hero-panel > a { color: #b8eeff; font-size: 12px; }

.proof-strip { position: relative; z-index: 2; margin-top: -48px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.proof-grid article { position: relative; min-height: 168px; padding: 28px; }
.proof-grid article + article { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; color: var(--blue); font-size: 31px; letter-spacing: -.04em; }
.proof-grid span { display: block; max-width: 260px; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.proof-grid a { display: inline-block; margin-top: 12px; color: var(--blue); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }

.test-section { padding: 110px 0; background: linear-gradient(#fff, #f3f7fd); }
.test-shell { min-height: 580px; border: 1px solid #e3eaf4; border-radius: 30px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.test-intro, .question-view, .calculating-view, .result-view { padding: 58px; }
.test-intro { display: flex; min-height: 580px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.intro-icon { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 22px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, var(--blue), #10b1ec); font-size: 35px; box-shadow: 0 18px 34px rgba(7,87,237,.22); }
.test-intro h2 { max-width: 650px; margin: 0; font-size: clamp(34px, 5vw, 53px); line-height: 1.04; letter-spacing: -.045em; }
.test-intro > p:not(.kicker) { max-width: 650px; margin: 20px auto 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.test-intro small { margin-top: 18px; color: #8995a9; }

.progress-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.progress-head > div:first-child { display: flex; gap: 10px; font-size: 13px; }
.progress-head span { color: var(--muted); }
.progress-track { width: min(320px, 50%); height: 8px; border-radius: 999px; background: #e8eff9; overflow: hidden; }
.progress-track i { display: block; width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #31c5ed); transition: width .3s ease; }
.question-heading { display: flex; align-items: center; gap: 20px; margin: 38px 0 28px; }
.question-picto { display: grid; flex: 0 0 auto; place-items: center; width: 66px; height: 66px; border-radius: 20px; color: var(--blue); background: #eaf2ff; font-size: 29px; }
.question-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 40px); letter-spacing: -.035em; }
.question-heading p { margin: 7px 0 0; color: var(--muted); line-height: 1.5; }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.answer-button { position: relative; display: flex; align-items: center; gap: 15px; min-height: 88px; padding: 16px 19px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: #fff; cursor: pointer; text-align: left; transition: .18s ease; }
.answer-button:hover { border-color: #79a9fb; background: #f5f9ff; transform: translateY(-2px); }
.answer-button.selected { border-color: var(--blue); color: var(--blue-dark); background: #eaf2ff; box-shadow: inset 0 0 0 1px var(--blue); }
.answer-icon { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--soft); font-size: 21px; letter-spacing: -1px; white-space: nowrap; overflow: hidden; }
.answer-button strong { display: block; font-size: 15px; }
.answer-button small { display: block; margin-top: 3px; color: var(--muted); line-height: 1.3; }
.back-button, .restart-button { margin-top: 24px; padding: 8px 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }

.calculating-view { min-height: 580px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.loader { width: 64px; height: 64px; margin-bottom: 24px; border: 6px solid #dfe9fa; border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.calculating-view h2 { margin: 0; font-size: 36px; letter-spacing: -.04em; }
.calculating-view p { max-width: 580px; color: var(--muted); line-height: 1.6; }
.calculation-lines { display: grid; width: min(460px, 100%); gap: 9px; margin-top: 20px; }
.calculation-lines i { height: 9px; border-radius: 999px; background: linear-gradient(90deg, #e6eef9, #f5f8fc, #e6eef9); background-size: 200% 100%; animation: shimmer 1.3s linear infinite; }
.calculation-lines i:nth-child(2) { width: 82%; }
.calculation-lines i:nth-child(3) { width: 64%; }
@keyframes shimmer { to { background-position: -200% 0; } }

.result-view { background: #f8fbff; }
.print-report-head { display: none; }
.result-hero { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding-bottom: 36px; }
.result-label { margin: 0 0 9px; color: var(--red); font-weight: 850; text-transform: uppercase; font-size: 12px; letter-spacing: .13em; }
.result-hero h2 { margin: 0; font-size: clamp(34px, 5vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.result-hero p:last-child { max-width: 580px; color: var(--muted); line-height: 1.55; }
.gap-ring { --gap: 50%; display: grid; position: relative; place-content: center; width: 210px; height: 210px; border-radius: 50%; text-align: center; background: radial-gradient(circle at center, #fff 0 59%, transparent 60%), conic-gradient(var(--red) 0 var(--gap), #e3eaf5 var(--gap) 100%); box-shadow: 0 18px 40px rgba(34,63,117,.12); }
.gap-ring span, .gap-ring small { color: var(--muted); font-size: 11px; }
.gap-ring strong { margin: 3px 0; font-size: 24px; letter-spacing: -.04em; }
.result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.result-metrics article { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.result-metrics span { display: block; min-height: 38px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.result-metrics strong { display: block; margin-top: 8px; font-size: 21px; letter-spacing: -.03em; }
.result-metrics small { display: block; min-height: 0; margin-top: 6px; color: var(--blue); font-size: 10px; font-weight: 800; line-height: 1.35; }
.status-card { display: grid; grid-template-columns: auto 1.15fr .85fr; gap: 20px; align-items: center; margin-top: 16px; padding: 24px; border: 1px solid #cfe0f6; border-radius: 20px; background: #fff; }
.status-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--blue), #13a9e6); font-size: 26px; box-shadow: 0 12px 25px rgba(7,87,237,.18); }
.status-main .kicker { margin-bottom: 6px; }
.status-main h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.status-main > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.status-3a { padding: 17px; border-radius: 15px; background: #eef6ff; }
.status-3a > span { display: block; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.status-3a strong { display: block; margin-top: 5px; color: var(--blue-dark); font-size: 17px; }
.status-3a p { margin: 6px 0; color: #526b89; font-size: 11px; line-height: 1.5; }
.status-3a a { color: var(--blue); font-size: 10px; font-weight: 800; }
.inflation-card { display: grid; grid-template-columns: 1fr auto; gap: 20px 28px; align-items: center; margin-top: 16px; padding: 24px; border: 1px solid #f1d175; border-radius: 20px; background: #fffaf0; }
.inflation-copy .kicker { color: #9c6515; margin-bottom: 6px; }
.inflation-copy h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.inflation-copy > p:last-child { margin: 7px 0 0; color: #766443; font-size: 13px; line-height: 1.5; }
.inflation-switch { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; min-width: 245px; padding: 13px 15px; border: 1px solid #e8d59b; border-radius: 15px; background: #fff; cursor: pointer; }
.inflation-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.inflation-switch strong, .inflation-switch small { display: block; }
.inflation-switch strong { color: #67430d; font-size: 12px; }
.inflation-switch small { margin-top: 2px; color: #978363; font-size: 9px; }
.inflation-switch input:checked + .toggle-track { border-color: var(--blue); background: var(--blue); }
.inflation-switch input:checked + .toggle-track i { transform: translateX(19px); }
.inflation-switch input:focus-visible + .toggle-track { outline: 3px solid rgba(79,216,255,.75); outline-offset: 3px; }
.inflation-impact { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: center; padding: 16px 18px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #a45e0d, #d68a19); }
.inflation-impact span { font-size: 12px; }
.inflation-impact strong { font-size: 20px; }
.inflation-impact small { grid-column: 1 / -1; color: rgba(255,255,255,.74); font-size: 10px; }
.decision-section { margin-top: 18px; padding: 28px; border-radius: 22px; background: var(--blue-deep); }
.decision-heading .kicker { color: #79dcf8; }
.decision-heading h3 { margin: 0; color: #fff; font-size: 29px; letter-spacing: -.035em; }
.decision-heading > p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.decision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 23px; }
.decision-card { position: relative; min-height: 178px; padding: 21px; border-radius: 18px; overflow: hidden; }
.decision-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -29px; bottom: -34px; border: 18px solid rgba(255,255,255,.16); border-radius: 50%; }
.decision-card .decision-number { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: currentColor; background: rgba(255,255,255,.72); font-size: 10px; font-weight: 900; }
.decision-card p { margin: 16px 0 5px; font-size: 13px; font-weight: 780; }
.decision-card strong { display: block; font-size: clamp(24px, 3vw, 32px); letter-spacing: -.045em; }
.decision-card small { display: block; max-width: 92%; margin-top: 8px; font-size: 10px; line-height: 1.45; opacity: .78; }
.decision-card.danger { color: #7d1822; background: #ffdfe2; box-shadow: inset 0 0 0 1px rgba(223,77,87,.22); }
.decision-card.action { color: #07378e; background: #dff3ff; }
.decision-card.warning { color: #74420b; background: #ffe8bd; }
.decision-card.inflation { color: #513184; background: #eee3ff; }
.result-note { margin-top: 16px; padding: 17px 20px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; color: #6b4a1d; background: #fff7e8; font-size: 13px; line-height: 1.55; }
.result-note.danger { border-left-color: var(--red); color: #7d2630; background: #fff0f2; }
.report-download { display: grid; grid-template-columns: 1fr auto; gap: 12px 28px; align-items: center; margin-top: 18px; padding: 25px; border: 1px solid #cdddf3; border-radius: 20px; background: #fff; }
.report-download .kicker { margin-bottom: 6px; }
.report-download h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.report-download p:not(.kicker) { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.report-download > small { grid-column: 2; color: var(--muted); font-size: 9px; text-align: center; }
.conversion-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: 20px; padding: 34px; border-radius: 21px; color: #fff; background: linear-gradient(135deg, #0757ed, #078fd8); }
.conversion-heading { display: flex; gap: 14px; align-items: flex-start; }
.conversion-icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--blue-deep); background: var(--accent); font-size: 18px; font-weight: 950; }
.conversion-card .kicker { color: #b7efff; }
.conversion-card h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.conversion-card .conversion-intro { margin: 13px 0 0; max-width: 760px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.55; }
.next-step-path { display: grid; grid-template-columns: minmax(170px,.9fr) auto minmax(285px,1.35fr) auto minmax(205px,1fr); gap: 13px; align-items: center; margin-top: 27px; }
.next-step-path > i { color: rgba(255,255,255,.48); font-style: normal; }
.path-step { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 11px; align-items: center; min-height: 84px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(4,39,104,.18); }
.path-step > span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 10px; font-size: 12px; font-weight: 900; }
.path-step strong, .path-step small { display: block; }
.path-step strong { font-size: 12px; line-height: 1.3; }
.path-step small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.35; }
.path-step.is-complete { border-color: rgba(67,224,156,.82); background: rgba(67,224,156,.16); }
.path-step.is-complete > span { border-color: transparent; color: #063f2b; background: #43e09c; box-shadow: 0 0 0 4px rgba(67,224,156,.12); }
.path-step.is-next { z-index: 1; width: 100%; appearance: none; border: 2px solid var(--accent); color: var(--blue-deep); background: #fff; box-shadow: 0 12px 30px rgba(0,24,83,.24), 0 0 0 4px rgba(255,219,89,.13); cursor: pointer; text-align: left; transform: translateY(-2px); transition: transform .18s ease, box-shadow .18s ease; }
.path-step.is-next::before { content: "Prochaine étape"; position: absolute; right: 10px; top: -10px; padding: 4px 8px; border-radius: 999px; color: #4a3700; background: var(--accent); font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.path-step.is-next > span { border-color: var(--blue); color: #fff; background: var(--blue); }
.path-step.is-next strong { white-space: nowrap; }
.path-step.is-next small { color: #52647f; }
.path-step.is-next:hover { box-shadow: 0 17px 34px rgba(0,24,83,.3), 0 0 0 5px rgba(255,219,89,.18); transform: translateY(-4px); }
.path-step.is-next:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.conversion-action { display: flex; flex-wrap: wrap; gap: 13px 18px; align-items: center; }
.conversion-action .btn { width: auto; text-align: center; }
.conversion-action small { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; text-align: left; }

.lead-form { margin-top: 20px; padding: 30px; border: 1px solid #cfdcef; border-radius: 21px; background: #fff; }
.form-heading h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.form-heading > p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.form-wide { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.form-grid input, .form-grid select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }
.specialist-choice { margin: 23px 0 0; padding: 20px; border: 1px solid #cfdcef; border-radius: 17px; background: #f7faff; }
.specialist-choice legend { padding: 0 7px; font-size: 13px; font-weight: 850; }
.specialist-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.specialist-buttons label { cursor: pointer; }
.specialist-buttons input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.specialist-buttons label > span { display: grid; min-height: 76px; place-content: center; padding: 11px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; text-align: center; transition: .18s ease; }
.specialist-buttons strong, .specialist-buttons small { display: block; }
.specialist-buttons strong { font-size: 13px; }
.specialist-buttons small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.specialist-buttons input:checked + span { border-color: var(--blue); color: var(--blue-dark); background: #eaf2ff; box-shadow: inset 0 0 0 1px var(--blue); }
.specialist-buttons input:focus-visible + span { outline: 3px solid rgba(79,216,255,.75); outline-offset: 3px; }
.specialist-choice > p { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.consent-toggle { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: flex-start; margin: 22px 0; color: var(--muted); cursor: pointer; font-size: 12px; line-height: 1.55; }
.consent-toggle input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toggle-track { position: relative; width: 44px; height: 25px; margin-top: 1px; border: 1px solid #bdc9d9; border-radius: 999px; background: #dbe3ed; transition: .2s ease; }
.toggle-track i { position: absolute; width: 19px; height: 19px; left: 2px; top: 2px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(22,42,74,.25); transition: transform .2s ease; }
.consent-toggle input:checked + .toggle-track { border-color: var(--blue); background: var(--blue); }
.consent-toggle input:checked + .toggle-track i { transform: translateX(19px); }
.consent-toggle input:focus-visible + .toggle-track { outline: 3px solid rgba(79,216,255,.75); outline-offset: 3px; }
.inline-link { display: inline; padding: 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 800; text-decoration: underline; }
.form-error { margin-bottom: 15px; padding: 12px; border-radius: 10px; color: #9f2430; background: #fff0f2; font-size: 13px; }
.submit-button { width: 100%; }
.privacy-line { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.success-view { margin-top: 20px; padding: 40px; border-radius: 21px; color: #0f6147; background: #eafaf4; text-align: center; }
.success-view > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--green); font-size: 25px; }
.success-view h3 { margin: 0; font-size: 27px; }
.success-view p { margin-bottom: 0; }
.success-view .success-followup { max-width: 620px; margin: 10px auto 0; color: #315e51; font-size: 13px; line-height: 1.55; }
.restart-button { display: block; margin-inline: auto; }

.early-section { padding: 105px 0; color: #fff; background: var(--blue-deep); }
.early-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.early-section .kicker { color: #72dcfa; }
.early-section h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.early-section p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.6; }
.assumption { display: inline-block; padding: 10px 13px; border-radius: 10px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); font-size: 11px; }
.age-comparison { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.age-comparison article { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 330px; padding: 25px; border-radius: 24px; overflow: hidden; }
.age-comparison .young { color: var(--blue-deep); background: var(--cyan); }
.age-comparison .late { min-height: 430px; color: #402d0c; background: var(--accent); }
.age-comparison span { font-size: 13px; font-weight: 800; }
.age-comparison strong { margin-top: 7px; font-size: 33px; letter-spacing: -.04em; }
.age-comparison small { font-weight: 750; }
.age-comparison i { position: absolute; width: 150px; height: 150px; right: -45px; top: -40px; border: 28px solid rgba(255,255,255,.25); border-radius: 50%; }
.comparison-badge { grid-column: 1 / -1; justify-self: center; margin-top: 8px; padding: 13px 17px; border-radius: 14px; color: #fff; background: #f44d5c; box-shadow: 0 12px 28px rgba(0,0,0,.2); font-size: 12px; font-weight: 850; text-align: center; transform: rotate(-2deg); }

.glossary-section { padding: 100px 0; background: #f2f7ff; }
.glossary-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.glossary-copy { position: sticky; top: 35px; }
.glossary-copy h2 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.glossary-copy > p:last-child { color: var(--muted); line-height: 1.65; }
.glossary-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.glossary-term { min-height: 45px; padding: 10px 15px; border: 1px solid #cddcf0; border-radius: 999px; color: var(--blue-dark); background: #fff; cursor: pointer; font-weight: 780; box-shadow: 0 5px 14px rgba(16,54,111,.05); transition: .18s ease; }
.glossary-term:hover { color: #fff; border-color: var(--blue); background: var(--blue); transform: translateY(-2px); }

.faq-section { padding: 100px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-heading { position: sticky; top: 35px; }
.faq-heading h2 { margin: 0; font-size: clamp(36px, 5vw, 54px); line-height: 1.04; letter-spacing: -.05em; }
.faq-heading > p:last-child { margin-top: 18px; color: var(--muted); line-height: 1.65; }
.faq-list { display: grid; gap: 10px; }
.faq-group-label { margin: 20px 0 2px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.faq-group-label:first-child { margin-top: 0; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #f8fbff; overflow: hidden; }
.faq-list summary { position: relative; padding: 20px 52px 20px 20px; cursor: pointer; font-weight: 820; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; color: var(--blue); font-size: 25px; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-list .faq-group-label { padding: 0; }
.faq-cta { margin-top: 20px; padding: 28px; border-radius: 21px; color: #fff; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); }
.faq-cta .kicker { margin: 0 0 8px; padding: 0; color: #8de5fb; }
.faq-cta h3 { margin: 0; font-size: 26px; line-height: 1.1; letter-spacing: -.035em; }
.faq-cta > p:not(.kicker) { margin: 10px 0 20px; padding: 0; color: rgba(255,255,255,.76); }

.sources-section { padding: 100px 0; }
.sources-section h2 { max-width: 750px; margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.method-grid article { padding: 25px; border-radius: 18px; background: var(--soft); }
.method-grid article > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.method-grid h3 { margin: 22px 0 8px; font-size: 19px; }
.method-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.source-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.source-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--blue-dark); background: #fff; font-size: 11px; text-decoration: none; }
.legal-note { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: #7a8698; font-size: 11px; line-height: 1.65; }

.partner-invite { padding: 0 0 100px; background: #fff; }
.partner-invite-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 52px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, var(--blue-deep), #073ea9 62%, #087ddb); box-shadow: 0 28px 70px rgba(5,39,110,.18); }
.partner-invite .kicker { color: #7fe5ff; }
.partner-invite h2 { margin: 0; font-size: clamp(34px,4.5vw,52px); line-height: 1.03; letter-spacing: -.05em; }
.partner-invite-copy > p:last-child { max-width: 680px; margin: 20px 0 0; color: rgba(255,255,255,.77); font-size: 15px; line-height: 1.65; }
.partner-invite-panel { display: grid; gap: 11px; }
.partner-invite-panel article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); }
.partner-invite-panel article > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; color: var(--blue-deep); background: var(--cyan); font-weight: 950; }
.partner-invite-panel strong { display: block; font-size: 13px; }
.partner-invite-panel p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; }
.partner-invite-panel .btn { width: 100%; margin-top: 5px; text-align: center; }

footer { padding: 30px 0; color: #fff; background: #061538; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { color: rgba(255,255,255,.55); font-size: 11px; }
.footer-meta { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.footer-meta button, .footer-meta a { padding: 0; border: 0; color: rgba(255,255,255,.72); background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; }
.footer-meta p { margin: 0; }

.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(3,16,48,.72); backdrop-filter: blur(7px); }
.modal-card { position: relative; width: min(760px, 100%); max-height: min(84vh, 820px); padding: 36px; border-radius: 25px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.28); overflow-y: auto; }
.modal-card.modal-compact { width: min(590px, 100%); }
.modal-card h2 { margin: 0; padding-right: 42px; font-size: clamp(30px, 5vw, 44px); letter-spacing: -.04em; }
.modal-card > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.modal-close { position: absolute; right: 20px; top: 18px; display: grid; place-items: center; width: 39px; height: 39px; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: var(--soft); cursor: pointer; font-size: 28px; line-height: 1; }
.modal-callout { display: grid; gap: 6px; margin-top: 24px; padding: 18px; border-radius: 15px; color: var(--blue-deep); background: #eaf3ff; }
.modal-callout span { color: #365273; line-height: 1.55; }
.privacy-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 25px; }
.privacy-content article { padding: 18px; border: 1px solid var(--line); border-radius: 15px; }
.privacy-content strong { display: block; color: var(--blue-dark); }
.privacy-content p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.privacy-content a { color: var(--blue); }
.modal-confirm { margin-top: 22px; }

[hidden] { display: none !important; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid, .early-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 130px; }
  .proof-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .result-hero { grid-template-columns: 1fr; }
  .gap-ring { width: 190px; height: 190px; }
  .result-metrics { grid-template-columns: 1fr; }
  .status-card { grid-template-columns: auto 1fr; }
  .status-3a { grid-column: 1 / -1; }
  .conversion-card { grid-template-columns: 1fr; }
  .next-step-path { grid-template-columns: 1fr; }
  .next-step-path > i { display: none; }
  .path-step { min-height: 0; }
  .report-download { grid-template-columns: 1fr; }
  .report-download > small { grid-column: 1; text-align: left; }
  .method-grid { grid-template-columns: 1fr; }
  .partner-invite-card { grid-template-columns: 1fr; gap: 32px; }
  .glossary-layout { grid-template-columns: 1fr; gap: 35px; }
  .glossary-copy { position: static; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading { position: static; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 24px, 1180px); }
  .site-header, .header-inner { height: 70px; }
  .header-link { display: none; }
  .brand-word { font-size: 17px; }
  .logo-mark { width: 32px; transform: scale(.9); transform-origin: left center; }
  .header-cta { padding: 8px 12px; }
  .hero { padding: 112px 0 82px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .btn-large { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-panel { padding: 18px; border-radius: 22px; }
  .proof-strip { margin-top: -34px; }
  .proof-grid strong { font-size: 27px; }
  .test-section { padding: 68px 0; }
  .test-shell { min-height: 540px; border-radius: 22px; }
  .test-intro, .question-view, .calculating-view, .result-view { padding: 28px 20px; }
  .test-intro { min-height: 540px; }
  .test-intro h2 { font-size: 36px; }
  .progress-head { display: block; }
  .progress-track { width: 100%; margin-top: 12px; }
  .question-heading { align-items: flex-start; margin-top: 28px; }
  .question-picto { width: 52px; height: 52px; border-radius: 16px; font-size: 22px; }
  .question-heading h2 { font-size: 29px; }
  .answer-grid, .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .answer-button { min-height: 78px; }
  .result-hero h2 { font-size: 36px; }
  .gap-ring { margin-inline: auto; }
  .conversion-card, .lead-form, .report-download { padding: 22px 18px; }
  .conversion-heading { gap: 11px; }
  .conversion-action, .conversion-action .btn { width: 100%; }
  .decision-section { padding: 22px 17px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { min-height: 160px; }
  .specialist-buttons { grid-template-columns: 1fr; }
  .specialist-buttons label > span { min-height: 62px; }
  .status-card, .inflation-card { grid-template-columns: 1fr; padding: 20px 17px; }
  .status-icon { width: 50px; height: 50px; }
  .status-3a, .inflation-impact { grid-column: auto; }
  .inflation-switch { min-width: 0; }
  .inflation-impact { grid-template-columns: 1fr; }
  .inflation-impact small { grid-column: auto; }
  .conversion-card h3 { font-size: 24px; }
  .early-section, .glossary-section, .faq-section, .sources-section { padding: 75px 0; }
  .partner-invite { padding-bottom: 75px; }
  .partner-invite-card { padding: 30px 20px; border-radius: 22px; }
  .partner-invite h2 { font-size: 35px; }
  .early-grid { gap: 45px; }
  .age-comparison { gap: 9px; }
  .age-comparison article { min-height: 270px; padding: 17px; }
  .age-comparison .late { min-height: 350px; }
  .age-comparison strong { font-size: 24px; }
  .footer-inner, .footer-meta { display: grid; justify-content: start; }
  .modal-backdrop { padding: 10px; align-items: end; }
  .modal-card { max-height: 92vh; padding: 29px 20px 24px; border-radius: 22px 22px 12px 12px; }
  .privacy-content { grid-template-columns: 1fr; }
  .glossary-term { min-height: 42px; padding: 8px 12px; font-size: 13px; }
}

@media print {
  @page { size: A4; margin: 11mm; }
  * { box-shadow: none !important; }
  html, body { margin: 0; color: #10203b; background: #fff; font-size: 10pt; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .site-header,
  main > section:not(.test-section),
  footer,
  .modal-backdrop,
  .report-download,
  .conversion-card,
  .lead-form,
  .success-view,
  .restart-button,
  .inflation-switch { display: none !important; }
  .test-section { padding: 0; background: #fff; }
  .container, .narrow { width: 100%; max-width: none; }
  .test-shell { min-height: 0; border: 0; border-radius: 0; background: #fff; overflow: visible; }
  .result-view { padding: 0; background: #fff; }
  .print-report-head { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #0757ed; }
  .print-report-head strong { color: #0757ed; font-size: 18pt; letter-spacing: -.04em; }
  .print-report-head span { grid-row: 2; color: #64748b; }
  .print-report-head small { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #64748b; }
  .result-hero { grid-template-columns: 1fr auto; gap: 20px; padding-bottom: 18px; break-inside: avoid; }
  .result-hero h2 { font-size: 27pt; }
  .gap-ring { width: 145px; height: 145px; }
  .gap-ring strong { font-size: 18pt; }
  .result-metrics { gap: 8px; break-inside: avoid; }
  .result-metrics article { padding: 13px; }
  .status-card { grid-template-columns: auto 1.15fr .85fr; gap: 13px; margin-top: 10px; padding: 15px; break-inside: avoid; }
  .status-icon { width: 45px; height: 45px; }
  .inflation-card { grid-template-columns: 1fr; margin-top: 10px; padding: 15px; break-inside: avoid; }
  .inflation-card:not(.active) { display: none !important; }
  .inflation-impact { display: grid; grid-column: auto; }
  .decision-section { margin-top: 10px; padding: 17px; break-inside: avoid; }
  .decision-heading h3 { font-size: 20pt; }
  .decision-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 13px; }
  .decision-card { min-height: 125px; padding: 14px; }
  .decision-card strong { font-size: 18pt; }
  .result-note { margin-top: 10px; padding: 12px 14px; break-inside: avoid; }
}

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