:root {
  --black: #070707;
  --surface: #0c0c0c;
  --panel: #111111;
  --panel-2: #161616;
  --field: #0a0a0a;
  --blue: #1268ff;
  --blue-hover: #2b79ff;
  --white: #f5f5f5;
  --gray-1: #d3d3d3;
  --gray-2: #96999f;
  --gray-3: #555960;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .16);
  --danger: #ff806e;
  --success: #72d399;
  --warning: #f2c76e;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text-xs: 13px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 18px;
  --radius: 5px;
  --pad: clamp(22px, 5vw, 76px);
  --max: 1360px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: var(--text-md); }
body { margin: 0; min-height: 100vh; color: var(--white); background: var(--black); font-family: var(--font); font-size: var(--text-md); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, textarea, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
::selection { color: white; background: var(--blue); }

.top-progress { position: fixed; z-index: 500; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.045); }
.top-progress span { display: block; width: 0; height: 100%; background: var(--blue); transition: width .6s var(--ease); }
.site-header { position: relative; z-index: 20; width: min(100%, var(--max)); margin: 0 auto; padding: 20px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.rp-brand { border: 0; padding: 0; display: flex; align-items: baseline; gap: 13px; color: white; background: none; cursor: pointer; text-align: left; }
.rp-brand strong, .site-footer strong { font-size: var(--text-sm); font-weight: 800; line-height: 1; letter-spacing: .07em; }
.rp-brand sup, .site-footer sup { color: var(--blue); font-size: 9px; }
.rp-brand span { color: var(--gray-2); font-size: var(--text-xs); font-weight: 500; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.header-status { display: flex; align-items: center; gap: 12px; color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; line-height: 1; letter-spacing: .09em; text-transform: uppercase; }
.demo-badge { padding: 7px 9px; color: white; border: 1px solid rgba(18,104,255,.75); border-radius: var(--radius); background: rgba(18,104,255,.08); }
.save-status { position: relative; padding-left: 13px; color: #aeb1b7; font-size: 11px; letter-spacing: .075em; }
.save-status::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; transform: translateY(-50%); border-radius: 50%; background: var(--success); box-shadow: 0 0 10px rgba(114,211,153,.42); }
.save-status.save-error { color: var(--danger); }
.save-status.save-error::before { background: var(--danger); }

main { position: relative; min-height: calc(100vh - 136px); }
.stage { width: min(100%, var(--max)); margin: 0 auto; animation: stage-in .62s var(--ease) both; }
@keyframes stage-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes soft-reveal { from { opacity: 0; transform: translateY(11px); } to { opacity: 1; transform: none; } }
.overline, .micro-label { margin: 0; color: var(--gray-2); font-size: var(--text-xs); font-weight: 700; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }
.overline b { color: var(--blue); font-size: 20px; line-height: 0; margin-right: 6px; }

.intro-stage { padding: clamp(58px, 8vh, 92px) var(--pad) clamp(62px, 7vh, 84px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(330px, .66fr); gap: clamp(54px, 7vw, 104px); align-items: center; }
.intro-copy > * { animation: soft-reveal .7s var(--ease) both; }
.intro-copy > *:nth-child(2) { animation-delay: .06s; }
.intro-copy > *:nth-child(3) { animation-delay: .12s; }
.intro-copy > *:nth-child(4), .intro-copy > *:nth-child(5) { animation-delay: .18s; }
.intro-copy h1 { max-width: 16ch; margin: 26px 0 24px; font: 400 clamp(42px, 3.9vw, 62px)/1.08 var(--display); letter-spacing: -.04em; }
.intro-copy h1 span { color: var(--gray-2); }
.intro-lead { max-width: 720px; margin: 0; color: var(--gray-1); font-size: clamp(16px, 1.15vw, 19px); line-height: 1.58; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { position: relative; isolation: isolate; min-height: 52px; padding: 14px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: var(--text-xs); font-weight: 750; line-height: 1.2; letter-spacing: .085em; text-transform: uppercase; transition: background .22s, color .22s, border-color .22s, transform .22s var(--ease), opacity .22s, box-shadow .22s; }
.button::after { content: ""; position: absolute; z-index: -1; inset: 0; transform: translateX(-115%); background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.16) 50%, transparent 72%); transition: transform .72s var(--ease); }
.button:hover::after { transform: translateX(115%); }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-blue { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 28px rgba(18,104,255,.16); }
.button-blue:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.button-outline { color: white; background: transparent; border-color: var(--line-strong); }
.button-outline:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.035); }
.resume-button { margin-top: 20px; padding: 7px 0; border: 0; border-bottom: 1px solid var(--blue); background: none; cursor: pointer; font-size: var(--text-sm); font-weight: 700; line-height: 1.3; letter-spacing: .07em; }
.rpa-overview { border-top: 1px solid var(--line-strong); }
.rpa-overview > .micro-label { padding: 15px 0; border-bottom: 1px solid var(--line); }
.rpa-overview article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); transition: padding-left .3s var(--ease), border-color .3s; }
.rpa-overview article:hover { padding-left: 7px; border-color: rgba(18,104,255,.4); }
.rpa-overview article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-size: 15px; font-weight: 700; }
.rpa-overview h2 { margin: 0 0 6px; font-size: var(--text-sm); letter-spacing: .06em; text-transform: uppercase; }
.rpa-overview p { margin: 0; color: var(--gray-1); font-size: 15px; line-height: 1.52; }
.journey-card { margin-top: clamp(52px, 7vh, 78px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(18,104,255,.06), transparent 38%), var(--surface); animation: soft-reveal .76s .24s var(--ease) both; }
.journey-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(28px, 5vw, 72px); align-items: end; padding: clamp(26px, 3vw, 38px); }
.journey-head h2 { max-width: 700px; margin: 12px 0 0; font: 450 clamp(23px, 2.25vw, 34px)/1.18 var(--display); letter-spacing: -.026em; }
.journey-head > p { max-width: 470px; margin: 0; color: var(--gray-1); font-size: 15px; line-height: 1.68; }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-steps article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 17px; min-height: 132px; padding: clamp(22px, 2.4vw, 30px); transition: background .3s, transform .3s var(--ease); }
.journey-steps article + article { border-left: 1px solid var(--line); }
.journey-steps article::before { content: ""; position: absolute; inset: auto 0 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--blue); transition: transform .35s var(--ease); }
.journey-steps article:hover { background: rgba(255,255,255,.025); transform: translateY(-2px); }
.journey-steps article:hover::before { transform: scaleX(1); }
.journey-steps article > span { color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .09em; }
.journey-steps strong { display: block; margin-bottom: 8px; font-size: 17px; font-weight: 600; }
.journey-steps p { margin: 0; color: var(--gray-2); font-size: 14px; line-height: 1.58; }
.journey-foot { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 18px clamp(26px, 3vw, 38px); }
.journey-foot > span { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; color: var(--gray-1); font-size: 11px; font-weight: 750; letter-spacing: .09em; }
.journey-foot > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(114,211,153,.09), 0 0 16px rgba(114,211,153,.4); animation: save-breathe 2.4s var(--ease) infinite; }
.journey-foot p { max-width: 720px; margin: 0; color: var(--gray-2); font-size: 13px; line-height: 1.58; text-align: right; }
@keyframes save-breathe { 50% { transform: scale(.72); opacity: .64; } }

.registration-stage { max-width: 1220px; padding: clamp(54px, 7vh, 86px) var(--pad) clamp(82px, 9vh, 116px); }
.registration-shell { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: clamp(50px, 7vw, 96px); align-items: start; }
.registration-intro { position: sticky; top: 38px; }
.registration-intro h1 { max-width: 11ch; margin: 22px 0 20px; font: 400 clamp(40px, 4vw, 60px)/1.04 var(--display); letter-spacing: -.043em; }
.registration-intro > p:last-of-type { max-width: 500px; margin: 0; color: var(--gray-1); font-size: 16px; line-height: 1.67; }
.registration-path { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.registration-path span { display: flex; align-items: center; gap: 14px; padding: 15px 0; color: var(--gray-3); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.registration-path i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-style: normal; font-size: 10px; }
.registration-path span.active { color: white; }
.registration-path span.active i { color: white; border-color: var(--blue); background: var(--blue); box-shadow: 0 0 20px rgba(18,104,255,.24); }
.registration-form { min-width: 0; display: grid; gap: 14px; }
.registration-card { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.registration-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.registration-card-head > span { color: var(--gray-2); font-size: 11px; letter-spacing: .045em; }
.registration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.registration-field { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.registration-field > span { color: var(--gray-1); font-size: 12px; font-weight: 750; line-height: 1.4; letter-spacing: .045em; text-transform: uppercase; }
.registration-field em { color: var(--gray-2); font-style: normal; font-weight: 500; letter-spacing: 0; text-transform: none; }
.registration-field input { width: 100%; min-height: 58px; padding: 15px 16px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); outline: none; background: var(--field); font-size: 16px; line-height: 1.45; transition: border-color .22s, background .22s, box-shadow .22s, transform .22s var(--ease); }
.registration-field input:hover { border-color: rgba(255,255,255,.21); }
.registration-field input:focus { border-color: var(--blue); background: #0e0e0e; box-shadow: 0 0 0 3px rgba(18,104,255,.12); transform: translateY(-1px); }
.registration-field input::placeholder { color: #70737a; }
.registration-field.invalid input { border-color: rgba(255,128,110,.7); box-shadow: 0 0 0 3px rgba(255,128,110,.08); }
.field-error { min-height: 1.25em; color: #ffc6bd; font-size: 12px; line-height: 1.35; }
.registration-consent { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 22px clamp(24px, 3.5vw, 46px); padding: clamp(23px, 2.7vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.sharing-copy h2 { margin: 10px 0 12px; font-size: clamp(23px, 2vw, 31px); font-weight: 450; line-height: 1.2; letter-spacing: -.025em; }
.sharing-copy > p:not(.micro-label) { max-width: 720px; margin: 0; color: var(--gray-1); font-size: 14px; line-height: 1.62; }
.sharing-copy a { color: white; text-underline-offset: 3px; }
.sharing-copy .sharing-contact { margin-top: 9px; color: var(--gray-2); font-size: var(--text-xs); }
.sharing-check { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 13px; align-content: center; padding: 18px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--panel); cursor: pointer; transition: border-color .2s, background .2s; }
.sharing-check:hover { border-color: rgba(255,255,255,.26); }
.sharing-check:has(input:checked) { border-color: rgba(18,104,255,.58); background: rgba(18,104,255,.07); }
.sharing-check input { position: absolute; opacity: 0; pointer-events: none; }
.sharing-check > span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--gray-3); border-radius: var(--radius); background: var(--field); }
.sharing-check input:focus-visible + span { outline: 3px solid rgba(18,104,255,.3); outline-offset: 2px; }
.sharing-check input:checked + span { border-color: var(--blue); background: var(--blue); }
.sharing-check input:checked + span::after { content: "✓"; color: white; font-size: 14px; font-weight: 800; }
.sharing-check b { color: var(--gray-1); font-size: 13px; font-weight: 500; line-height: 1.58; }
.sharing-error { grid-column: 1 / -1; margin: -10px 0 0; padding: 12px 14px; color: #ffd8d2; border-left: 2px solid var(--danger); background: rgba(255,128,110,.06); font-size: 13px; line-height: 1.5; }
.form-trap { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.registration-submit { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; padding-top: 8px; }
.registration-submit > div { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.registration-status { min-height: 1.4em; max-width: 520px; margin: 0; color: var(--gray-2); text-align: right; font-size: 12px; line-height: 1.45; }
.registration-status.success { color: var(--success); }
.registration-status.error { color: #ffc6bd; }
.registration-status.sending::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--blue); animation: delivery-pulse 1.2s infinite var(--ease); }

.question-stage { padding: clamp(56px, 7vh, 86px) var(--pad) clamp(96px, 10vh, 126px); }
.question-shell { display: grid; grid-template-columns: 112px minmax(0, 960px); justify-content: center; gap: clamp(44px, 5vw, 72px); align-items: start; }
.question-index { position: sticky; top: 28px; }
.question-index > span { display: block; margin-bottom: 14px; color: var(--blue); font: 500 clamp(44px, 4vw, 64px)/1.05 var(--display); letter-spacing: -.045em; }
.question-index > p { margin: 0; font-size: var(--text-xs); font-weight: 700; line-height: 1.45; letter-spacing: .09em; }
.question-index > div { height: 1px; margin: 24px 0; background: var(--line); }
.question-index small { color: var(--gray-2); font-size: var(--text-xs); font-weight: 600; line-height: 1; letter-spacing: .075em; }
.question-workspace { min-width: 0; }
.question-workspace.question-refresh { animation: question-refresh .52s var(--ease) both; }
@keyframes question-refresh { from { opacity: .28; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.question-header { max-width: 850px; margin-bottom: 34px; }
.question-header h2 { max-width: 23ch; margin: 16px 0 14px; font: 400 clamp(31px, 2.65vw, 43px)/1.16 var(--display); letter-spacing: -.028em; text-wrap: balance; }
.question-header > p:last-child { max-width: 735px; margin: 0; color: var(--gray-1); font-size: 15px; line-height: 1.72; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 11px; padding: clamp(20px, 2vw, 24px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, background .2s; }
.field:focus-within { background: #131313; border-color: rgba(18,104,255,.55); }
.field.full { grid-column: 1 / -1; }
.field > label, .field > span { color: var(--gray-1); font-size: var(--text-xs); font-weight: 750; line-height: 1.4; letter-spacing: .035em; text-transform: uppercase; }
.field-prompts { margin: 0 0 4px; padding-left: 18px; color: var(--gray-2); font-size: var(--text-xs); line-height: 1.62; }
.field-prompts li + li { margin-top: 5px; }
.field-prompts li::marker { color: var(--blue); }
.text-input, .select-input, .number-input, .long-input { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 14px 15px; background-color: var(--field); color: white; outline: none; font-size: var(--text-md); line-height: 1.58; transition: border-color .2s, box-shadow .2s, background .2s; }
.text-input, .select-input, .number-input { min-height: 54px; }
.select-input, .area-row select { padding-right: 44px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c7c9cd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 14px; }
.long-input { min-height: 124px; overflow: hidden; resize: vertical; }
.text-input:hover, .select-input:hover, .number-input:hover, .long-input:hover { border-color: rgba(255,255,255,.2); }
.text-input:focus, .select-input:focus, .number-input:focus, .long-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,255,.12); background-color: #0d0d0d; }
.text-input::placeholder, .long-input::placeholder { color: #74777d; }
.select-input option { color: white; background: var(--panel-2); }
.number-input { font-size: 20px; }
.field small { color: var(--gray-2); font-size: var(--text-sm); line-height: 1.5; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.choice { position: relative; min-height: 70px; padding: 17px 18px 17px 54px; display: flex; align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.choice:hover { background: var(--panel-2); border-color: var(--line-strong); transform: translateY(-1px); }
.choice:has(input:checked) { background: rgba(18,104,255,.075); border-color: rgba(18,104,255,.55); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice i { position: absolute; left: 16px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--gray-3); border-radius: 50%; font-style: normal; font-size: 13px; }
.choice input:checked + i { color: white; border-color: var(--blue); background: var(--blue); }
.choice span { font-size: 15px; line-height: 1.45; }
.control-separator { height: 12px; }

.area-table, .audit-grid { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.area-row { display: grid; grid-template-columns: 1.5fr 1fr .8fr; gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.area-row:last-child { border-bottom: 0; }
.area-row > div { min-width: 0; padding: 13px; background: var(--panel); }
.area-row.head > div { color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; line-height: 1.4; letter-spacing: .065em; text-transform: uppercase; }
.area-row input, .area-row select { width: 100%; min-height: 44px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 10px 12px; color: white; background-color: var(--field); outline: none; font-size: 15px; }
.area-row select option { background: var(--panel-2); }
.area-row input:focus, .area-row select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,255,.12); }
.audit-row { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(78px, .25fr)); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.audit-row:last-child { border-bottom: 0; }
.audit-row > div { padding: 14px; background: var(--panel); font-size: 15px; line-height: 1.45; }
.audit-row.head > div { color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.mini-choice { position: relative; display: grid; place-items: center; cursor: pointer; }
.mini-choice input { position: absolute; opacity: 0; }
.mini-choice span { width: 22px; height: 22px; border: 1px solid var(--gray-3); border-radius: 50%; }
.mini-choice input:checked + span { border: 6px solid var(--blue); background: white; }

.quality-message { margin-top: 14px; padding: 17px 18px; border: 1px solid rgba(255,128,110,.22); border-left: 3px solid var(--danger); border-radius: var(--radius); background: rgba(255,128,110,.065); color: #ffd8d2; font-size: 15px; line-height: 1.58; }
.quality-message strong { display: block; margin-bottom: 5px; color: white; }
.review-quality { margin-top: 22px; }
.question-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; cursor: pointer; font-size: var(--text-xs); font-weight: 700; line-height: 1.2; letter-spacing: .08em; }
.text-button:hover { border-bottom-color: var(--blue); }
.text-button.muted { margin-left: auto; color: var(--gray-2); }
.answer-guide { margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.answer-guide summary { padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; list-style: none; color: var(--gray-2); font-size: var(--text-xs); }
.answer-guide summary::-webkit-details-marker { display: none; }
.answer-guide summary b { color: var(--gray-1); font-weight: 700; }
.answer-guide summary::after { content: "+"; width: 22px; height: 22px; display: grid; place-items: center; margin-left: auto; color: white; border: 1px solid var(--line-strong); border-radius: 50%; }
.answer-guide[open] summary::after { content: "-"; }
.answer-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding-top: 1px; background: var(--line); border-top: 1px solid var(--line); }
.answer-guide-grid > * { margin: 0; padding: 18px; background: var(--panel); }
.answer-guide ul { margin: 10px 0 0; padding-left: 18px; color: var(--gray-1); font-size: 14px; line-height: 1.55; }
.answer-guide li + li { margin-top: 6px; }
.guide-example > p:last-child, .guide-avoid > p:last-child, .guide-use { margin-bottom: 0; color: var(--gray-1); font-size: 14px; line-height: 1.58; }
.guide-example { box-shadow: inset 2px 0 0 var(--blue); }
.guide-avoid { box-shadow: inset 2px 0 0 var(--danger); }
.guide-use b { display: block; margin-bottom: 6px; color: white; font-size: var(--text-xs); letter-spacing: .055em; text-transform: uppercase; }

.review-stage { max-width: 1080px; padding: clamp(56px, 8vh, 96px) var(--pad); }
.review-header h1 { max-width: 13ch; margin: 24px 0 18px; font: 400 clamp(46px, 5vw, 76px)/1 var(--display); letter-spacing: -.045em; }
.review-header h1 span { color: var(--gray-2); }
.review-header > p:last-child { max-width: 800px; color: var(--gray-1); font-size: 17px; line-height: 1.64; }
.adaptive-list { margin-top: 48px; display: grid; gap: 12px; }
.adaptive-item { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 20px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.adaptive-item > span { color: var(--blue); font-size: var(--text-sm); font-weight: 700; }
.adaptive-item strong { display: block; margin-bottom: 9px; font-size: 19px; font-weight: 500; line-height: 1.45; }
.adaptive-item small { display: block; margin-bottom: 11px; color: var(--gray-2); font-size: var(--text-sm); line-height: 1.5; }
.adaptive-item textarea { width: 100%; min-height: 112px; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); resize: vertical; color: white; background: var(--field); font-size: var(--text-md); line-height: 1.58; outline: none; }
.adaptive-item textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,255,.12); }
.review-actions { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }

.loading-stage { min-height: 78vh; padding: 64px var(--pad); }
.loading-layout { min-height: 62vh; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 8vw, 120px); align-items: center; }
.loading-visual { position: relative; width: min(32vw, 340px); aspect-ratio: 1; margin: 0 auto; }
.loading-visual > i { position: absolute; inset: 50%; width: 9px; height: 9px; transform: translate(-50%,-50%); border-radius: 50%; background: white; box-shadow: 0 0 30px rgba(18,104,255,.9); animation: core-pulse 1.4s infinite var(--ease); }
.loading-orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; animation: orbit-spin 9s linear infinite; }
.loading-orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px rgba(18,104,255,.85); }
.loading-orbit span { position: absolute; top: 13%; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 36px; height: 36px; color: white; border: 1px solid rgba(18,104,255,.55); border-radius: 50%; background: var(--black); font-size: 13px; font-style: normal; font-weight: 750; animation: orbit-counter 9s linear infinite; }
.orbit-p { inset: 15%; animation-duration: 7s; animation-direction: reverse; }
.orbit-p span { animation-duration: 7s; animation-direction: reverse; }
.orbit-a { inset: 30%; animation-duration: 5s; }
.orbit-a span { animation-duration: 5s; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-counter { to { transform: translateX(-50%) rotate(-360deg); } }
@keyframes core-pulse { 50% { transform: translate(-50%,-50%) scale(1.75); opacity: .6; } }
.loading-copy h1 { max-width: 15ch; min-height: 2.15em; margin: 21px 0 13px; font: 400 clamp(38px, 4vw, 62px)/1.06 var(--display); letter-spacing: -.04em; transition: opacity .25s, transform .25s; }
.loading-copy h1.changing { opacity: 0; transform: translateY(8px); }
.loading-copy > p:nth-of-type(2) { max-width: 680px; min-height: 3.2em; margin: 0; color: var(--gray-1); font-size: 16px; line-height: 1.6; }
.loading-meter { width: 100%; height: 3px; margin: 28px 0 22px; background: rgba(255,255,255,.07); overflow: hidden; }
.loading-meter span { display: block; width: 4%; height: 100%; background: var(--blue); transition: width 1s var(--ease); }
.loading-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.loading-steps li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: center; color: #676b71; font-size: 14px; transition: color .35s; }
.loading-steps li i { width: 8px; height: 8px; border: 1px solid #4f5359; border-radius: 50%; transition: background .35s, border-color .35s, box-shadow .35s; }
.loading-steps li.active { color: white; }
.loading-steps li.active i { border-color: var(--blue); background: var(--blue); box-shadow: 0 0 12px rgba(18,104,255,.65); }
.loading-steps li.done { color: var(--gray-2); }
.loading-steps li.done i { border-color: var(--success); background: var(--success); }
.loading-recovery { margin-top: 24px; padding: 18px; border: 1px solid rgba(255,128,110,.28); border-radius: var(--radius); background: rgba(255,128,110,.06); }
.loading-recovery > strong { display: block; font-size: 17px; font-weight: 600; }
.loading-recovery > p { margin: 7px 0 15px; color: var(--gray-1); font-size: 14px; line-height: 1.55; }
.loading-recovery > div { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.loading-recovery .button { min-height: 46px; }

.result-stage { max-width: 1320px; padding: clamp(48px, 6vh, 72px) var(--pad) 80px; }
.result-cover { min-height: 70vh; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 0 34px; border-bottom: 1px solid var(--line-strong); }
.result-cover-top { display: flex; justify-content: space-between; gap: 16px; }
.result-cover-top > p:last-child { margin: 0; color: var(--gray-2); font-size: var(--text-xs); font-weight: 600; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.result-office { margin: 0 0 14px; color: var(--blue); font-size: var(--text-sm); font-weight: 650; line-height: 1.2; letter-spacing: .09em; text-transform: uppercase; }
.result-cover h1 { max-width: 16ch; margin: 0; font: 400 clamp(54px, 6.5vw, 102px)/.98 var(--display); letter-spacing: -.052em; }
.result-cover-foot { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; line-height: 1; letter-spacing: .08em; }
.result-cover-foot i { color: var(--blue); font-style: normal; }
.result-nav { position: sticky; z-index: 50; top: 0; display: flex; overflow-x: auto; background: rgba(7,7,7,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.result-nav a { padding: 17px 24px 15px 0; margin-right: 18px; white-space: nowrap; text-decoration: none; color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; line-height: 1; letter-spacing: .075em; text-transform: uppercase; }
.result-nav a:hover { color: white; }
.result-section { scroll-margin-top: 60px; display: grid; grid-template-columns: minmax(150px, .23fr) minmax(0, 1fr); gap: clamp(48px, 6.5vw, 92px); padding: clamp(76px, 8.5vw, 116px) 0; border-bottom: 1px solid var(--line); }
.result-section-head .micro-label { position: sticky; top: 78px; color: var(--blue); }
.result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.result-card { position: relative; padding: clamp(28px, 2.8vw, 40px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.result-card.full { grid-column: 1 / -1; }
.result-card.blue { color: white; background: var(--blue); border-color: var(--blue); }
.result-card.authority-reading { background: rgba(18,104,255,.075); border-color: rgba(18,104,255,.34); }
.result-card.warning { border-left: 3px solid var(--danger); }
.result-card h3 { margin: 0 0 18px; color: var(--gray-2); font-size: var(--text-xs); font-weight: 700; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.result-card.blue h3 { color: rgba(255,255,255,.74); }
.result-card p { margin: 0; color: var(--gray-1); font-size: clamp(16px, 1.05vw, 18px); line-height: 1.68; white-space: pre-line; }
.result-card.blue p { color: white; }
.result-card p + p { margin-top: 16px; }
.result-card blockquote { margin: 0; font: 400 clamp(29px, 2.8vw, 46px)/1.18 var(--display); letter-spacing: -.03em; }
.result-list { list-style: none; margin: 0; padding: 0; }
.result-list li { position: relative; padding: 21px 0 21px 25px; border-top: 1px solid var(--line); color: var(--gray-1); font-size: 15px; line-height: 1.7; }
.result-list li:first-child { padding-top: 0; border-top: 0; }
.result-list li::before { content: "→"; position: absolute; left: 0; color: var(--blue); }
.result-list strong { display: block; margin-bottom: 7px; color: white; font-size: var(--text-md); line-height: 1.45; }
.copy-button { position: absolute; top: 19px; right: 19px; border: 0; background: none; cursor: pointer; color: var(--gray-2); font-size: 11px; font-weight: 650; line-height: 1; letter-spacing: .065em; text-transform: uppercase; }
.copy-button:hover { color: white; }
.brand-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.brand-map article { min-width: 0; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.brand-map-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.brand-map-top span:first-child { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 15px; font-weight: 700; }
.brand-map-top strong { color: var(--success); font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; }
.brand-map article.gap .brand-map-top strong { color: var(--danger); }
.brand-map article.building .brand-map-top strong { color: var(--warning); }
.brand-map-meter { height: 3px; margin: 20px 0 0; background: rgba(255,255,255,.07); }
.brand-map-meter span { display: block; height: 100%; background: currentColor; }
.brand-map article.gap .brand-map-meter { color: var(--danger); }
.brand-map article.building .brand-map-meter { color: var(--warning); }
.brand-map article.consistent .brand-map-meter { color: var(--success); }
.brand-map h3 { margin: 20px 0 10px; font-size: var(--text-lg); }
.brand-map p { margin: 0; color: var(--gray-1); font-size: 15px; line-height: 1.58; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.evidence { padding: 19px; background: var(--panel-2); border-radius: var(--radius); }
.evidence span { display: block; margin-bottom: 8px; color: var(--blue); font-size: var(--text-xs); font-weight: 700; letter-spacing: .075em; }
.evidence p { margin: 0; color: var(--gray-1); font-size: 14px; line-height: 1.58; }

.golden-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(34px, 5vw, 70px); align-items: center; }
.golden-diagram { position: relative; width: min(100%, 390px); aspect-ratio: 1; margin: 0 auto; }
.golden-ring { position: absolute; inset: 0; display: flex; justify-content: center; border: 1px solid rgba(18,104,255,.55); border-radius: 50%; background: rgba(18,104,255,.055); }
.golden-ring > span { padding-top: 22px; color: var(--gray-1); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.golden-ring.how { inset: 20%; border-color: rgba(255,255,255,.2); background: #111; }
.golden-ring.how > span { padding-top: 18px; }
.golden-ring.what { inset: 39%; align-items: center; background: var(--blue); border-color: var(--blue); }
.golden-ring.what > span { padding: 0; color: white; }
.golden-copy { display: grid; gap: 10px; }
.golden-card { padding: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.golden-card span { display: block; margin-bottom: 7px; color: var(--blue); font-size: var(--text-xs); font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.golden-card p { margin: 0; color: var(--gray-1); font-size: 15px; line-height: 1.6; }
.archetype-layout, .flow-layout, .direction-layout { display: grid; gap: 18px; }
.archetype-rationale, .flow-reading { padding: clamp(28px, 3vw, 42px); border: 1px solid rgba(18,104,255,.34); border-radius: var(--radius); background: rgba(18,104,255,.065); }
.archetype-rationale > span, .flow-reading > span { color: var(--blue); font-size: 11px; font-weight: 750; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.archetype-rationale h2 { max-width: 18ch; margin: 13px 0 14px; font: 450 clamp(25px, 2.2vw, 34px)/1.2 var(--display); letter-spacing: -.025em; }
.archetype-rationale p, .flow-reading p { max-width: 850px; margin: 0; color: var(--gray-1); font-size: clamp(16px, 1.05vw, 18px); line-height: 1.72; }
.archetype-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.archetype-card { padding: clamp(26px, 2.7vw, 34px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.archetype-card.primary { background: rgba(18,104,255,.08); border-color: rgba(18,104,255,.38); }
.archetype-top { display: flex; align-items: center; gap: 18px; }
.archetype-icon { width: 56px; height: 56px; display: grid; place-items: center; color: white; border-radius: var(--radius); background: var(--blue); }
.archetype-icon svg { width: 30px; height: 30px; }
.archetype-card small { color: var(--gray-2); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.archetype-card h3 { margin: 4px 0 0; font-size: 22px; font-weight: 500; }
.archetype-card p { margin: 22px 0 0; color: var(--gray-1); font-size: 15px; line-height: 1.68; }
.archetype-meta { display: grid; gap: 10px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.archetype-meta span { color: var(--gray-2); font-size: 13px; line-height: 1.5; }
.archetype-meta b { color: white; }
.archetype-guidance { margin-top: 0; }
.evidence-unavailable { grid-column: 2; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: clamp(24px, 3vw, 38px); padding: clamp(30px, 4vw, 54px); border: 1px solid rgba(242,199,110,.3); border-radius: var(--radius); background: linear-gradient(135deg, rgba(242,199,110,.055), transparent 48%), var(--surface); }
.unavailable-mark { width: 54px; height: 54px; display: grid; place-items: center; color: var(--warning); border: 1px solid rgba(242,199,110,.44); border-radius: 50%; font-size: 20px; font-weight: 650; }
.evidence-unavailable span { color: var(--warning); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.evidence-unavailable h2 { max-width: 22ch; margin: 12px 0 15px; font: 450 clamp(27px, 2.5vw, 39px)/1.16 var(--display); letter-spacing: -.03em; }
.evidence-unavailable p { max-width: 850px; margin: 0; color: var(--gray-1); font-size: clamp(16px, 1.05vw, 18px); line-height: 1.72; }
.evidence-unavailable h3 { margin: 30px 0 12px; color: var(--gray-2); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.evidence-unavailable ul { margin: 0; padding: 0; list-style: none; }
.evidence-unavailable li { position: relative; padding: 12px 0 12px 22px; color: var(--gray-1); border-top: 1px solid var(--line); font-size: 14px; line-height: 1.58; }
.evidence-unavailable li::before { content: "+"; position: absolute; left: 0; color: var(--warning); }
.direction-questions { padding-top: 0; }
.brand-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.flow-step { position: relative; min-height: 252px; padding: clamp(23px, 2.3vw, 30px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.flow-step > div { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -9px; transform: translate(50%,-50%); width: 22px; height: 22px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; background: var(--black); font-size: 12px; }
.flow-step:nth-child(3n)::after { display: none; }
.flow-step span { color: var(--blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.flow-step small { color: var(--gray-2); font-size: 10px; font-weight: 650; letter-spacing: .065em; text-transform: uppercase; }
.flow-step h3 { margin: 25px 0 13px; font-size: 18px; font-weight: 550; line-height: 1.35; }
.flow-step p { margin: 0; color: var(--gray-1); font-size: 14px; line-height: 1.65; }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.direction-card { position: relative; padding: clamp(26px, 2.6vw, 34px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.direction-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--line-strong); }
.direction-card:first-child { background: rgba(18,104,255,.055); border-color: rgba(18,104,255,.35); }
.direction-card:first-child::before { background: var(--blue); }
.direction-card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.direction-card-head b { width: 34px; height: 34px; display: grid; place-items: center; color: white; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 12px; }
.direction-card:first-child .direction-card-head b { border-color: var(--blue); background: var(--blue); }
.direction-card-head span { color: var(--gray-2); font-size: var(--text-xs); font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.direction-card h3 { margin: 24px 0 17px; font-size: 23px; font-weight: 480; line-height: 1.3; }
.direction-card ul { margin: 0; padding-left: 19px; color: var(--gray-1); font-size: 15px; line-height: 1.7; }
.direction-card li + li { margin-top: 9px; }
.direction-unresolved { margin-top: 2px; }

.refine-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px 64px; align-items: end; margin-top: 74px; padding: clamp(26px, 3.5vw, 44px); color: white; background: var(--blue); border-radius: var(--radius); }
.refine-panel h2 { margin: 12px 0 10px; font-size: clamp(30px, 2.7vw, 44px); font-weight: 400; line-height: 1.12; letter-spacing: -.03em; }
.refine-panel p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.58; }
.refine-panel .micro-label { color: rgba(255,255,255,.72); }
.refine-form { display: flex; flex-direction: column; gap: 10px; }
.refine-form textarea { width: 100%; min-height: 116px; padding: 14px; border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius); outline: none; resize: vertical; color: white; background: rgba(0,0,0,.14); font-size: var(--text-md); line-height: 1.55; }
.refine-form textarea::placeholder { color: rgba(255,255,255,.66); }
.refine-form .button { align-self: flex-start; color: var(--black); background: white; border-color: white; box-shadow: none; }
.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 46px; }
.delivery-panel { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 15px; align-items: center; max-width: 880px; margin: 46px auto 0; padding: 17px 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .25s, background .25s; }
.delivery-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; }
.delivery-mark span { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-3); }
.delivery-copy .micro-label { margin-bottom: 5px; color: var(--gray-2); }
.delivery-copy strong { display: block; font-size: 15px; font-weight: 600; line-height: 1.4; }
.delivery-copy > p:last-child { margin: 3px 0 0; color: var(--gray-2); font-size: 13px; line-height: 1.5; }
.delivery-panel.sending { border-color: rgba(18,104,255,.38); }
.delivery-panel.sending .delivery-mark { border-color: rgba(18,104,255,.45); }
.delivery-panel.sending .delivery-mark span { background: var(--blue); box-shadow: 0 0 0 5px rgba(18,104,255,.12); animation: delivery-pulse 1.3s infinite var(--ease); }
.delivery-panel.sent { border-color: rgba(114,211,153,.32); background: rgba(114,211,153,.045); }
.delivery-panel.sent .delivery-mark span { background: var(--success); }
.delivery-panel.failed { border-color: rgba(255,128,110,.32); background: rgba(255,128,110,.04); }
.delivery-panel.failed .delivery-mark span { background: var(--danger); }
.delivery-panel.local { border-color: rgba(18,104,255,.3); background: rgba(18,104,255,.045); }
.delivery-panel.local .delivery-mark span { background: var(--blue); }
.delivery-panel.demo .delivery-mark span { background: var(--gray-2); }
.delivery-panel .text-button { color: white; white-space: nowrap; }
@keyframes delivery-pulse { 50% { transform: scale(1.35); opacity: .55; } }
.legal-note { max-width: 980px; margin: 40px auto 0; color: var(--gray-2); text-align: center; font-size: var(--text-xs); line-height: 1.62; }
.site-footer { position: relative; width: min(100%, var(--max)); margin: 0 auto; padding: 21px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); color: var(--gray-2); font-size: var(--text-xs); font-weight: 600; line-height: 1.45; letter-spacing: .065em; text-transform: uppercase; }
.site-footer strong { color: white; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: white; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: 22px; transform: translate(-50%, 160%); padding: 14px 18px; color: white; background: var(--blue); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(0,0,0,.4); font-size: var(--text-xs); font-weight: 700; line-height: 1.2; letter-spacing: .075em; text-transform: uppercase; transition: transform .35s var(--ease); }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .intro-grid { grid-template-columns: 1fr; }
  .rpa-overview { max-width: 720px; margin-top: 22px; }
  .registration-shell { grid-template-columns: 1fr; }
  .registration-intro { position: static; }
  .registration-intro h1 { max-width: 16ch; }
  .registration-path { grid-template-columns: repeat(3, 1fr); }
  .registration-path span + span { padding-left: 16px; border-left: 1px solid var(--line); }
  .golden-layout { grid-template-columns: 1fr; }
  .brand-flow { grid-template-columns: repeat(2, 1fr); }
  .flow-step:not(:last-child)::after { display: none; }
}
@media (max-width: 820px) {
  .journey-head { grid-template-columns: 1fr; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps article { min-height: 0; }
  .journey-steps article + article { border-top: 1px solid var(--line); border-left: 0; }
  .journey-foot { align-items: flex-start; flex-direction: column; }
  .journey-foot p { text-align: left; }
  .registration-consent { grid-template-columns: 1fr; }
  .question-shell, .result-section, .refine-panel { grid-template-columns: 1fr; }
  .evidence-unavailable { grid-column: auto; }
  .question-index { position: static; display: grid; grid-template-columns: auto auto 1fr auto; gap: 12px; align-items: center; }
  .question-index > span { margin: 0; font-size: 42px; }
  .question-index > div { margin: 0; }
  .result-section-head .micro-label { position: static; }
  .result-cover { min-height: 58vh; }
  .brand-map, .direction-grid { grid-template-columns: 1fr; }
  .loading-layout { grid-template-columns: 1fr; gap: 34px; }
  .loading-visual { width: 250px; }
  .brand-flow { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .rp-brand { flex-direction: column; gap: 7px; }
  .header-status { align-items: flex-end; flex-direction: column; }
  .intro-stage { padding-top: 38px; }
  .intro-copy h1 { font-size: 38px; line-height: 1.1; }
  .intro-actions .button { width: 100%; }
  .journey-card { margin-top: 42px; }
  .journey-head, .journey-foot { padding-left: 20px; padding-right: 20px; }
  .journey-steps article { padding: 21px 20px; }
  .registration-stage { padding-top: 42px; }
  .registration-intro h1 { font-size: 39px; }
  .registration-path { grid-template-columns: 1fr; }
  .registration-path span + span { padding-left: 0; border-left: 0; }
  .registration-grid { grid-template-columns: 1fr; }
  .registration-card { padding: 21px; }
  .registration-card-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .registration-consent { padding: 21px; }
  .registration-submit { align-items: stretch; flex-direction: column-reverse; }
  .registration-submit > div { align-items: stretch; }
  .registration-status { text-align: left; }
  .registration-submit .button { width: 100%; }
  .evidence-unavailable { grid-template-columns: 1fr; }
  .field-grid, .choice-grid, .result-grid, .evidence-grid, .archetype-grid { grid-template-columns: 1fr; }
  .field.full, .result-card.full { grid-column: auto; }
  .field { padding: 18px; }
  .area-row { grid-template-columns: 1fr; }
  .area-row.head { display: none; }
  .area-row > div { position: relative; padding-top: 38px; }
  .area-row > div::before { content: attr(data-label); position: absolute; top: 12px; left: 13px; color: var(--gray-2); font-size: var(--text-xs); font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
  .audit-grid { overflow-x: auto; }
  .audit-row { min-width: 580px; }
  .answer-guide-grid { grid-template-columns: 1fr; }
  .text-button.muted { width: 100%; margin-left: 0; text-align: left; }
  .review-actions { align-items: stretch; flex-direction: column-reverse; }
  .adaptive-item { grid-template-columns: 1fr; }
  .result-cover h1 { font-size: 49px; }
  .golden-diagram { max-width: 310px; }
  .brand-flow { grid-template-columns: 1fr; }
  .refine-form .button, .result-actions .button { width: 100%; }
  .delivery-panel { grid-template-columns: 34px 1fr; }
  .delivery-panel .text-button { grid-column: 2; justify-self: start; }
  .save-status { display: none; }
  .loading-recovery > div { align-items: stretch; flex-direction: column; }
  .loading-recovery .button { width: 100%; }
  .site-footer span { display: none; }
}
@media print {
  @page { size: A4; margin: 14mm; }
  html, body { font-size: 10.5pt; line-height: 1.45; background: white; color: #111; }
  .top-progress, .site-header, .site-footer, .result-nav, .refine-panel, .result-actions, .toast { display: none !important; }
  .result-stage { display: block !important; width: 100%; padding: 0; }
  .result-cover { min-height: 260mm; padding: 10mm; color: white; background: #070707; print-color-adjust: exact; -webkit-print-color-adjust: exact; break-after: page; }
  .result-cover h1 { font-size: 34pt; }
  .result-section { display: block; padding: 15mm 0 8mm; border-color: #bbb; break-before: page; }
  .result-section-head { margin-bottom: 7mm; }
  .result-grid, .brand-map, .evidence-grid, .direction-grid, .archetype-grid { background: transparent; }
  .result-card, .brand-map article, .evidence, .direction-card, .archetype-card, .golden-card, .flow-step { color: #111; background: white; border-color: #ccc; break-inside: avoid; }
  .result-card.blue { color: white; background: #1268ff !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .result-card p, .result-list li, .brand-map p, .evidence p, .direction-card ul { color: #333; font-size: 10.5pt; line-height: 1.55; }
  .result-card.blue p { color: white; }
  .copy-button { display: none; }
  .legal-note { color: #555; font-size: 9pt; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
