:root {
  --navy: #071b57;
  --blue: #2366d0;
  --blue-dark: #164aa2;
  --light-blue: #f3f8ff;
  --line: #08b84d;
  --coral: #ff6264;
  --ink: #11224a;
  --muted: #64718e;
  --border: #dfe8f6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 27, 87, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(920px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 50; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,27,87,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border-radius: 11px 11px 15px 11px; font-size: 22px; font-weight: 900; transform: rotate(-3deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 20px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; font-size: 9px; letter-spacing: .22em; font-weight: 800; color: var(--blue); }
.global-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.global-nav a:hover { color: var(--blue); }
.global-nav .nav-cta { padding: 13px 22px; color: #fff; background: var(--blue); border-radius: 999px; box-shadow: 0 8px 18px rgba(35,102,208,.2); }
.global-nav .nav-cta:hover { color: #fff; background: var(--blue-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.hero { position: relative; overflow: hidden; min-height: 635px; background: linear-gradient(112deg, #fff 0%, #f6faff 50%, #e8f2ff 100%); }
.hero-bg::before, .hero-bg::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-bg::before { width: 480px; height: 480px; right: -120px; top: -180px; background: rgba(35,102,208,.08); }
.hero-bg::after { width: 300px; height: 300px; left: 38%; bottom: -210px; background: rgba(255,98,100,.07); }
.hero-inner { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; padding-block: 68px 58px; }
.eyebrow { display: flex; align-items: center; gap: 7px; margin: 0 0 20px; font-size: 14px; font-weight: 800; color: var(--blue); }
.eyebrow span { padding: 5px 10px; color: var(--navy); background: #eaf2ff; border-radius: 999px; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(42px, 4.6vw, 64px); line-height: 1.25; letter-spacing: -.045em; font-weight: 900; }
.hero h1 em { position: relative; color: var(--blue); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 7px; z-index: -1; background: #bad6ff; border-radius: 10px; }
.hero-description { max-width: 490px; margin: 24px 0; color: #53627f; font-size: 16px; line-height: 1.9; font-weight: 500; }
.hero-benefits { display: flex; gap: 17px; padding: 0; margin: 0 0 25px; list-style: none; color: var(--navy); font-size: 12px; font-weight: 700; }
.hero-benefits li { display: flex; align-items: center; gap: 6px; }
.hero-benefits span { display: grid; place-items: center; min-width: 35px; height: 35px; padding-inline: 5px; color: var(--blue); background: #fff; border: 1px solid #d7e6fa; border-radius: 50%; font-size: 10px; box-shadow: 0 5px 13px rgba(7,27,87,.06); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 25px; border: 0; border-radius: 15px; color: #fff; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), #1a51b2); box-shadow: 0 12px 24px rgba(35,102,208,.24); }
.button-coral { background: linear-gradient(135deg, #ff7375, #f34f55); box-shadow: 0 12px 24px rgba(255,98,100,.24); }
.button-large { min-height: 62px; padding-inline: 34px; font-size: 16px; }
.button span:last-child { font-size: 20px; }
.cta-note { margin: 10px 0 0 45px; color: #8490a7; font-size: 11px; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { overflow: hidden; aspect-ratio: 1.13 / 1; border-radius: 44% 28px 42% 28px; box-shadow: 0 28px 55px rgba(7,27,87,.18); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; transform: scale(1.04); }
.floating-card { position: absolute; padding: 15px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.score-card { left: -30px; bottom: 55px; display: grid; width: 142px; }
.mini-label { color: #697691; font-size: 10px; font-weight: 700; }
.score-card strong { color: var(--navy); font-size: 34px; line-height: 1.2; }
.score-card strong small { color: var(--blue); font-size: 15px; }
.mini-bar { overflow: hidden; height: 5px; background: #e7eef8; border-radius: 10px; }
.mini-bar i { display: block; width: 74%; height: 100%; background: var(--blue); border-radius: inherit; }
.time-card { top: 38px; right: -20px; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; }
.time-card span { color: var(--blue); font-size: 24px; }

.trust-strip { border-block: 1px solid #e9eff8; background: #fff; }
.trust-items { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
.trust-items p { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0; border-right: 1px solid #e3eaf4; }
.trust-items p:last-child { border: 0; }
.trust-items strong { color: #bbd5f8; font-size: 27px; font-style: italic; }
.trust-items span { font-size: 13px; line-height: 1.6; font-weight: 700; }

.section { padding-block: 92px; }
.section-blue { background: var(--light-blue); }
.section-heading { margin-bottom: 42px; text-align: center; }
.section-heading > span, .side-label { color: var(--blue); font-size: 11px; letter-spacing: .2em; font-weight: 900; }
.section-heading h2, .left-heading { margin: 9px 0 12px; color: var(--navy); font-size: clamp(28px, 3vw, 38px); line-height: 1.4; letter-spacing: -.035em; }
.section-heading p, .section-copy { color: var(--muted); font-size: 14px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; overflow: hidden; min-height: 265px; padding: 34px 30px; background: #fff; border: 1px solid #e3ecf8; border-radius: 24px; box-shadow: 0 12px 35px rgba(7,27,87,.06); }
.feature-number { position: absolute; top: 18px; right: 21px; color: #e7eef8; font-size: 34px; font-weight: 900; font-style: italic; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue); background: #edf5ff; border-radius: 16px; font-size: 22px; font-weight: 900; }
.feature-card h3 { margin: 27px 0 10px; color: var(--navy); font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 18px; padding: 21px 12px; border-bottom: 1px solid #e7edf5; }
.check-list i { display: grid; place-items: center; flex: 0 0 35px; height: 35px; color: #fff; background: var(--blue); border-radius: 50%; font-style: normal; font-weight: 900; }
.check-list span { display: grid; gap: 5px; }
.check-list strong { font-size: 15px; }
.check-list small { color: var(--muted); font-size: 12px; }
.section-flow { color: #fff; background: linear-gradient(135deg, #071b57, #103686); }
.light-heading h2, .light-heading p { color: #fff; }
.light-heading span { color: #79aaff; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; overflow: hidden; border-radius: 20px; }
.flow-grid article { position: relative; min-height: 170px; padding: 31px; background: rgba(255,255,255,.075); }
.flow-grid article::after { content: "›"; position: absolute; top: 50%; right: -11px; z-index: 1; color: #8fb9ff; font-size: 30px; transform: translateY(-50%); }
.flow-grid article:last-child::after { display: none; }
.flow-grid span { color: #78aaff; font-size: 10px; letter-spacing: .15em; font-weight: 900; }
.flow-grid b { display: block; margin: 18px 0 8px; font-size: 18px; }
.flow-grid p { margin: 0; color: #b7c4dd; font-size: 12px; }
.bottom-cta { display: grid; justify-items: center; margin-top: 50px; }
.bottom-cta p { margin: 0 0 16px; font-size: 14px; font-weight: 700; }
.bottom-cta small { margin-top: 12px; color: #9cacca; font-size: 10px; }

.site-footer { padding: 45px 0 18px; background: #04133f; color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand > span:last-child { display: grid; }
.footer-brand small { margin-top: 3px; color: #93a2c1; font-size: 10px; }
.footer-links { display: flex; gap: 24px; color: #9eacc6; font-size: 11px; }
.copyright { margin: 35px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); color: #6c7b99; font-size: 9px; text-align: center; }

/* Diagnosis */
.diagnosis-page { background: #f5f8fd; }
.diagnosis-page .site-header { height: 66px; }
.diagnosis-page .global-nav, .diagnosis-page .menu-button, .diagnosis-page .site-footer { display: none; }
.diagnosis-shell { min-height: calc(100vh - 66px); padding: 30px 0 65px; background: radial-gradient(circle at 20% 10%, rgba(35,102,208,.08), transparent 33%), #f5f8fd; }
.diagnosis-container { width: min(710px, calc(100% - 32px)); margin-inline: auto; }
.diagnosis-topline { display: flex; justify-content: space-between; margin-bottom: 24px; color: #8591a9; font-size: 11px; }
.quit-link:hover { color: var(--navy); }
.progress-meta { display: flex; align-items: end; justify-content: space-between; margin-bottom: 9px; }
.progress-meta p { margin: 0; color: #8b98af; font-size: 12px; }
.progress-meta p strong { color: var(--blue); font-size: 17px; letter-spacing: .06em; }
.progress-meta p span { margin-left: 6px; }
.progress-meta em { margin-left: 9px; padding: 3px 8px; color: var(--blue); background: #e5f0ff; border-radius: 8px; font-size: 9px; font-style: normal; }
.progress-meta > b { color: var(--navy); font-size: 12px; }
.progress-track { overflow: hidden; height: 8px; margin-bottom: 25px; background: #dde7f5; border-radius: 20px; }
.progress-track i { display: block; height: 100%; background: linear-gradient(90deg, #3b83e7, #2366d0); border-radius: inherit; transition: width .3s; }
.question-card { padding: 38px 48px 34px; background: #fff; border: 1px solid #e3ebf6; border-radius: 25px; box-shadow: 0 20px 50px rgba(7,27,87,.08); }
.question-heading { display: flex; align-items: flex-start; gap: 17px; margin-bottom: 28px; }
.question-heading > span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; color: #fff; background: var(--navy); border-radius: 12px; font-size: 12px; font-weight: 900; }
.question-heading h1 { margin: 1px 0 0; color: var(--navy); font-size: 23px; line-height: 1.55; letter-spacing: -.025em; }
.question-heading p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.form-error { padding: 12px 15px; color: #b02c35; background: #fff0f1; border-radius: 10px; font-size: 12px; }
.answer-list { display: grid; gap: 10px; padding: 0; border: 0; }
.answer-option { display: flex; align-items: center; min-height: 55px; padding: 10px 17px; color: #344263; background: #fbfcfe; border: 1.5px solid #dfe7f1; border-radius: 13px; cursor: pointer; transition: all .15s; }
.answer-option:hover, .answer-option.is-selected, .answer-option:has(input:checked) { color: var(--navy); background: #f0f6ff; border-color: var(--blue); box-shadow: 0 5px 14px rgba(35,102,208,.08); }
.answer-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-ui { display: grid; place-items: center; width: 20px; height: 20px; margin-right: 13px; background: #fff; border: 1.5px solid #c7d3e5; border-radius: 50%; }
.answer-option input:checked + .radio-ui { border: 6px solid var(--blue); }
.answer-option b { font-size: 14px; font-weight: 600; }
.answer-option i { margin-left: auto; color: #b9c4d4; font-size: 21px; font-style: normal; }
.question-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 29px; }
.back-button { padding: 12px 0; color: #748198; background: none; border: 0; cursor: pointer; font-size: 12px; }
.next-button { min-width: 225px; }
.next-button:disabled { cursor: not-allowed; opacity: .35; transform: none; box-shadow: none; }
.privacy-note { margin: 15px 0 0; color: #909cb1; font-size: 10px; text-align: center; }

/* Result */
.result-page { background: #f8faff; }
.result-hero { padding: 55px 0 70px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(65,132,233,.35), transparent 32%), linear-gradient(135deg, #071b57, #103b8e); }
.result-heading { text-align: center; }
.result-kicker { margin: 0 0 14px; font-size: 13px; font-weight: 700; }
.result-kicker span { display: block; margin-bottom: 7px; color: #78aaff; font-size: 9px; letter-spacing: .25em; }
.result-heading h1 { margin: 0; font-size: 16px; font-weight: 500; }
.result-summary { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 65px; width: min(810px, calc(100% - 40px)); margin-top: 30px; }
.score-ring { --size: 265px; display: grid; place-items: center; width: var(--size); height: var(--size); margin-inline: auto; background: conic-gradient(#65a1ff calc(var(--score) * 1%), rgba(255,255,255,.12) 0); border-radius: 50%; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.score-ring::before { content: ""; position: absolute; width: calc(var(--size) - 20px); height: calc(var(--size) - 20px); background: #0b2d73; border-radius: 50%; }
.score-ring div { position: relative; display: grid; grid-template-columns: auto auto; align-items: end; justify-content: center; }
.score-ring strong { font-size: 86px; line-height: 1; letter-spacing: -.06em; }
.score-ring div > span { margin-bottom: 12px; color: #83b1ff; font-size: 25px; font-weight: 800; }
.score-ring small { grid-column: 1 / -1; margin-top: 12px; color: #7fa6e5; font-size: 8px; letter-spacing: .23em; text-align: center; }
.type-copy > p:first-child { margin: 0 0 6px; color: #9bb7e8; font-size: 12px; }
.type-copy h2 { margin: 0 0 23px; font-size: 28px; line-height: 1.5; }
.type-copy h2 span { padding: 4px 12px; color: var(--navy); background: #fff; border-radius: 6px; font-size: 14px; }
.support-meter { max-width: 400px; padding: 15px 18px; background: rgba(255,255,255,.08); border-radius: 12px; }
.support-meter p { display: flex; justify-content: space-between; margin: 0 0 8px; color: #c6d6ef; font-size: 11px; }
.support-meter p b { color: #fff; }
.support-meter > div { overflow: hidden; height: 5px; background: rgba(255,255,255,.15); border-radius: 10px; }
.support-meter i { display: block; height: 100%; background: #69a7ff; border-radius: inherit; }
.type-message { max-width: 430px; margin: 18px 0 0; color: #bdcbe3; font-size: 12px; line-height: 1.8; }
.result-content { padding-top: 75px; }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.strength-card { position: relative; min-height: 220px; padding: 27px 23px; background: #fff; border: 1px solid #e1eaf6; border-radius: 19px; box-shadow: 0 12px 32px rgba(7,27,87,.055); }
.strength-card > span { position: absolute; top: 15px; right: 17px; color: #e3ebf7; font-size: 25px; font-weight: 900; font-style: italic; }
.strength-card > i { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue); background: #edf5ff; border-radius: 13px; font-style: normal; }
.strength-card h3 { margin: 23px 0 9px; color: var(--navy); font-size: 16px; }
.strength-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.axis-card { margin-top: 55px; padding: 38px 45px; background: #fff; border: 1px solid #e0e9f5; border-radius: 24px; box-shadow: 0 15px 45px rgba(7,27,87,.055); }
.axis-header { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #e8eef6; }
.axis-header span { color: var(--blue); font-size: 9px; letter-spacing: .18em; font-weight: 900; }
.axis-header h2 { margin: 5px 0 0; color: var(--navy); font-size: 21px; }
.axis-header > strong { color: var(--blue); font-size: 34px; }
.axis-header > strong small { margin-left: 4px; color: #9ba8bd; font-size: 12px; }
.axis-list { display: grid; gap: 19px; padding-top: 25px; }
.axis-row p { display: flex; justify-content: space-between; margin: 0 0 8px; font-size: 12px; }
.axis-row p span { color: var(--blue); font-weight: 800; }
.axis-row > div { overflow: hidden; height: 7px; background: #e9eff7; border-radius: 10px; }
.axis-row i { display: block; height: 100%; background: linear-gradient(90deg, #70adff, #2366d0); border-radius: inherit; }
.locked-section { position: relative; margin-top: 85px; }
.blurred-report { min-height: 635px; padding: 35px; background: #fff; border: 1px solid #dee8f5; border-radius: 24px; filter: blur(6px); opacity: .58; user-select: none; pointer-events: none; }
.mock-report-title { padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.mock-report-title span { color: var(--blue); font-size: 11px; }
.mock-report-title h3 { margin: 5px 0; }
.mock-warnings { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 25px 0; }
.mock-warnings article { padding: 18px; background: #f6f9fe; border-radius: 12px; }
.mock-warnings h4 { margin: 0 0 8px; font-size: 13px; }
.mock-warnings p { margin: 0; font-size: 10px; line-height: 1.7; }
.mock-agent { display: flex; align-items: center; gap: 13px; margin: 10px 0; padding: 17px; border: 1px solid #dfe7f2; border-radius: 12px; }
.mock-agent > b { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--blue); border-radius: 50%; }
.mock-agent div { flex: 1; }
.mock-agent h4, .mock-agent p { margin: 0; }
.mock-agent p { font-size: 10px; }
.mock-agent > strong { color: var(--blue); }
.unlock-card { position: absolute; top: 50%; left: 50%; width: min(520px, calc(100% - 38px)); padding: 36px 46px; text-align: center; background: rgba(255,255,255,.98); border: 1px solid #dce7f5; border-radius: 24px; box-shadow: 0 25px 70px rgba(7,27,87,.18); transform: translate(-50%, -42%); }
.lock-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 12px; color: #fff; background: var(--navy); border-radius: 50% 50% 45% 45%; font-size: 12px; }
.lock-icon::before { content: ""; position: absolute; width: 17px; height: 14px; margin-top: -29px; border: 4px solid var(--navy); border-bottom: 0; border-radius: 12px 12px 0 0; }
.line-only { display: inline-block; padding: 4px 12px; color: var(--line); background: #eaf9ef; border-radius: 999px; font-size: 10px; font-weight: 800; }
.unlock-card h2 { margin: 13px 0 9px; color: var(--navy); font-size: 25px; line-height: 1.5; }
.unlock-card > p { margin: 0; color: var(--muted); font-size: 12px; }
.unlock-card ul { display: inline-grid; gap: 8px; padding: 16px 20px; margin: 15px auto; text-align: left; background: #f7faff; border-radius: 12px; list-style: none; }
.unlock-card li { font-size: 11px; font-weight: 600; }
.unlock-card li::before { content: "✓"; margin-right: 8px; color: var(--line); font-weight: 900; }
.button-line { width: 100%; background: var(--line); box-shadow: 0 12px 25px rgba(8,184,77,.22); }
.button-line > span { display: grid; place-items: center; padding: 5px; color: var(--line); background: #fff; border-radius: 6px; font-size: 10px; }
.button-line i { margin-left: auto; font-style: normal; }
.unlock-card > small { display: block; margin-top: 10px; color: #9aa5b7; font-size: 9px; }
.pr-notice { margin-top: 55px; padding: 19px 22px; color: #68758e; background: #f0f4fa; border-radius: 12px; }
.pr-notice strong { display: block; margin-bottom: 6px; color: #4b5872; font-size: 11px; }
.pr-notice p { margin: 0; font-size: 10px; line-height: 1.7; }
.result-actions { display: flex; justify-content: center; gap: 26px; margin-top: 27px; color: #69768e; font-size: 11px; text-decoration: underline; }

@media (max-width: 820px) {
  .site-header { height: 68px; }
  .menu-button { display: block; }
  .global-nav { position: fixed; inset: 68px 0 0; display: grid; align-content: start; gap: 0; padding: 25px 20px; background: #fff; transform: translateX(100%); transition: transform .2s; }
  .global-nav.is-open { transform: translateX(0); }
  .global-nav a { padding: 17px; border-bottom: 1px solid #e8edf5; }
  .global-nav .nav-cta { margin-top: 18px; text-align: center; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 35px; padding-block: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-benefits { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .cta-note { margin-left: 0; }
  .hero-visual { width: min(550px, 100%); margin-inline: auto; }
  .hero-image-wrap { aspect-ratio: 1.35; border-radius: 28px; }
  .hero-image-wrap img { object-position: 65% center; }
  .trust-items p { gap: 8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .split-section { grid-template-columns: 1fr; gap: 35px; }
  .split-section > div { text-align: center; }
  .result-summary { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .support-meter, .type-message { margin-inline: auto; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-card { min-height: auto; }
}

@media (max-width: 600px) {
  .container, .narrow-container { width: min(100% - 28px, 1120px); }
  .section { padding-block: 66px; }
  .hero-inner { width: min(100% - 30px, 1120px); padding-top: 36px; }
  .eyebrow { flex-wrap: wrap; margin-bottom: 15px; font-size: 12px; }
  .eyebrow span { padding: 4px 8px; }
  .hero h1 { font-size: 39px; line-height: 1.3; }
  .hero-description { font-size: 14px; line-height: 1.8; }
  .hero-benefits { gap: 8px; }
  .hero-benefits li { flex-direction: column; font-size: 10px; }
  .button-large { width: 100%; min-height: 59px; padding-inline: 22px; }
  .hero-image-wrap { aspect-ratio: 1.05; }
  .hero-image-wrap img { object-position: 66% center; }
  .score-card { left: -4px; bottom: 20px; width: 125px; }
  .time-card { top: 16px; right: -3px; }
  .trust-items { width: 100%; }
  .trust-items p { display: grid; gap: 1px; text-align: center; }
  .trust-items strong { font-size: 20px; }
  .trust-items span { font-size: 10px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .left-heading { font-size: 27px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid article { min-height: auto; }
  .flow-grid article::after { top: auto; right: 50%; bottom: -20px; transform: translateX(50%) rotate(90deg); }
  .footer-inner { display: grid; gap: 25px; }
  .footer-links { flex-wrap: wrap; gap: 15px; }
  .diagnosis-shell { padding-top: 18px; }
  .diagnosis-container { width: min(100% - 22px, 710px); }
  .diagnosis-topline { margin-bottom: 17px; }
  .question-card { padding: 27px 18px 22px; border-radius: 19px; }
  .question-heading { gap: 11px; margin-bottom: 22px; }
  .question-heading > span { flex-basis: 36px; height: 36px; border-radius: 10px; }
  .question-heading h1 { font-size: 19px; }
  .answer-option { min-height: 52px; padding-inline: 14px; }
  .answer-option b { font-size: 13px; }
  .question-actions { display: grid; grid-template-columns: 1fr; }
  .question-actions span:empty { display: none; }
  .next-button { grid-row: 1; width: 100%; min-width: 0; }
  .back-button { grid-row: 2; }
  .result-page .site-header { height: 64px; }
  .result-hero { padding: 42px 0 55px; }
  .result-summary { margin-top: 22px; }
  .score-ring { --size: 220px; }
  .score-ring strong { font-size: 70px; }
  .type-copy h2 { font-size: 23px; }
  .axis-card { padding: 28px 20px; }
  .axis-header h2 { font-size: 17px; }
  .axis-header > strong { font-size: 27px; }
  .locked-section { margin-top: 65px; }
  .blurred-report { min-height: 670px; padding: 20px; }
  .mock-warnings { grid-template-columns: 1fr; }
  .unlock-card { padding: 30px 19px; transform: translate(-50%, -45%); }
  .unlock-card h2 { font-size: 22px; }
  .unlock-card ul { width: 100%; padding-inline: 14px; }
  .result-actions { flex-direction: column; align-items: center; gap: 12px; }
}

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