:root {
  --prc-ink: var(--mr-color-ink);
  --prc-copy: var(--mr-color-copy);
  --prc-line: var(--mr-color-line);
  --prc-surface: var(--mr-color-surface);
  --prc-blue: var(--mr-color-primary);
  --prc-blue-soft: var(--mr-color-primary-soft);
  --prc-green: var(--mr-color-success);
  --prc-green-soft: var(--mr-color-success-soft);
}

#main-content,
#main-content *,
#main-content *::before,
#main-content *::after { box-sizing: border-box; }

body.process-page { margin: 0; min-width: 320px; overflow-x: clip; }
.prc-container { width: min(var(--mr-content-max), calc(100% - (var(--mr-content-gutter) * 2))); max-width: 100%; margin-inline: auto; }
.prc-heading { margin-bottom: 52px; }
.prc-heading--split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr); align-items: end; gap: 64px; }
.prc-heading--split .mr-lead { max-width: 520px; justify-self: end; }

.prc-breadcrumbs { margin-bottom: 44px; }
.prc-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: #7d7d7d; font-size: 13px; line-height: 1.45; list-style: none; }
.prc-breadcrumbs li { display: inline-flex; align-items: center; }
.prc-breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #b0b0b0; }
.prc-breadcrumbs a { color: inherit; text-decoration: none; transition: color 160ms ease; }
.prc-breadcrumbs a:hover { color: var(--prc-blue); }

.prc-hero { position: relative; overflow: hidden; padding: 54px 0 96px; border-bottom: 1px solid #f2f2f2; }
.prc-hero::after { content: ""; position: absolute; z-index: -1; right: 5%; bottom: 9%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(37,98,244,.075), transparent 68%); pointer-events: none; }
.prc-hero__grid { min-width: 0; display: grid; grid-template-columns: minmax(0, .94fr) minmax(540px, 1.06fr); align-items: center; gap: clamp(44px, 5vw, 76px); }
.prc-hero__copy { min-width: 0; max-width: 570px; }
.prc-hero h1 { margin: 0; color: var(--prc-ink); font-family: var(--mr-font-heading); font-size: clamp(46px, 3.9vw, 56px); font-weight: var(--mr-weight-display); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.prc-hero__lead { margin: 27px 0 0; color: var(--prc-copy); font-size: 17px; line-height: 1.62; }
.prc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.prc-hero__note { margin: 19px 0 0; color: #7e7e7e; font-size: 12px; line-height: 1.55; }

.prc-route { position: relative; min-width: 0; width: 100%; padding: 22px; background: rgba(255,255,255,.97); border: 1px solid #e1e4ec; border-radius: 22px; box-shadow: var(--mr-shadow-panel); }
.prc-route__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 2px 18px; border-bottom: 1px solid #eceef3; }
.prc-route__top > div span { display: block; margin-bottom: 5px; color: #898989; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.prc-route__top > div strong { display: block; font-size: 14px; font-weight: 500; line-height: 1.35; }
.prc-route__status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 12px; color: var(--prc-blue); background: var(--prc-blue-soft); border: 1px solid rgba(37,98,244,.15); border-radius: 999px; font-size: 10.5px; font-weight: 500; }
.prc-route__status i { width: 7px; height: 7px; background: var(--prc-blue); border-radius: 50%; box-shadow: 0 0 0 3px rgba(37,98,244,.12); }
.prc-route__steps { position: relative; display: grid; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.prc-route__steps::before { content: ""; position: absolute; top: 33px; bottom: 33px; left: 34px; width: 1px; background: #dfe3ee; }
.prc-route__steps li { position: relative; z-index: 1; display: grid; grid-template-columns: 44px minmax(0,1fr) 18px; align-items: center; gap: 13px; min-height: 63px; padding: 8px 13px 8px 12px; background: #fff; border: 1px solid transparent; border-radius: 13px; transition: background 260ms ease, border-color 260ms ease; }
.prc-route__marker { width: 44px; height: 44px; display: grid; place-items: center; color: #8d94a5; background: #f7f8fb; border: 1px solid #e4e7ee; border-radius: 12px; transition: color 260ms ease, background 260ms ease, border-color 260ms ease; }
.prc-route__marker svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.prc-route__steps small { display: block; margin-bottom: 2px; color: #9a9a9a; font-size: 9px; letter-spacing: .08em; }
.prc-route__steps b { display: block; color: #292929; font-size: 13px; font-weight: 500; line-height: 1.3; }
.prc-route__steps em { display: block; margin-top: 2px; color: #868686; font-size: 10px; font-style: normal; line-height: 1.35; }
.prc-route__state { width: 8px; height: 8px; background: #c9cdd6; border-radius: 50%; transition: background 260ms ease, box-shadow 260ms ease; }
.prc-route__steps li[data-state="current"] { background: #f8faff; border-color: rgba(37,98,244,.18); }
.prc-route__steps li[data-state="current"] .prc-route__marker { color: var(--prc-blue); background: var(--prc-blue-soft); border-color: rgba(37,98,244,.18); }
.prc-route__steps li[data-state="current"] .prc-route__state { background: var(--prc-blue); box-shadow: 0 0 0 4px rgba(37,98,244,.11); }
.prc-route__steps li[data-state="done"] .prc-route__marker { color: var(--prc-green); background: var(--prc-green-soft); border-color: rgba(53,179,74,.18); }
.prc-route__steps li[data-state="done"] .prc-route__state { background: var(--prc-green); }
.prc-route__result { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; background: var(--prc-green-soft); border: 1px solid rgba(53,179,74,.16); border-radius: 12px; }
.prc-route__result span { color: #66816a; font-size: 10px; line-height: 1.35; }
.prc-route__result b { color: #267d35; font-size: 11px; font-weight: 500; text-align: right; }
.prc-route > p { margin: 11px 2px 0; color: #979797; font-size: 9.5px; line-height: 1.45; }

.prc-journey { background: #fff; }
.prc-journey__layout { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: 28px; align-items: stretch; }
.prc-stage-tabs { position: relative; align-self: start; display: grid; align-content: start; gap: 8px; padding-left: 19px; }
.prc-stage-tabs::before { content: ""; position: absolute; top: 43px; bottom: 43px; left: 4px; width: 1px; background: #dfe3ee; }
.prc-stage-tab { position: relative; width: 100%; height: 86px; display: grid; grid-template-columns: 40px minmax(0,1fr); align-items: center; gap: 13px; padding: 13px 16px; color: var(--prc-copy); background: transparent; border: 1px solid transparent; border-radius: 14px; text-align: left; cursor: pointer; transition: color 200ms ease, background 200ms ease, border-color 200ms ease; }
.prc-stage-tab::before { content: ""; position: absolute; left: -19px; top: 50%; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #aeb4c2; box-shadow: 0 0 0 1px #aeb4c2; transform: translateY(-50%); }
.prc-stage-tab > span:first-child { color: #8d8d8d; font-size: 13px; font-weight: 500; }
.prc-stage-tab b { display: block; color: var(--prc-ink); font-size: 15px; font-weight: 500; line-height: 1.35; }
.prc-stage-tab small { display: block; margin-top: 5px; color: #8c8c8c; font-size: 11px; line-height: 1.4; }
.prc-stage-tab:hover { background: #fafbfe; }
.prc-stage-tab.is-active { color: var(--prc-blue); background: #f7f9ff; border-color: rgba(37,98,244,.16); }
.prc-stage-tab.is-active::before { background: var(--prc-blue); box-shadow: 0 0 0 1px var(--prc-blue), 0 0 0 5px rgba(37,98,244,.1); }
.prc-stage-tab.is-active > span:first-child { color: var(--prc-blue); }

.prc-stage-panels { min-width: 0; }
.prc-stage-panel { height: 100%; min-height: 438px; padding: 30px; background: #fff; border: 1px solid #dfe3ec; border-radius: 20px; box-shadow: 0 18px 48px rgba(32,42,78,.07); }
.prc-stage-panel.is-active { animation: prc-panel-in 360ms ease both; }
.prc-stage-panel[hidden] { display: none; }
.prc-stage-panel > header { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid #e9eaf0; }
.prc-stage-panel__number { min-width: 74px; min-height: 42px; display: inline-grid; place-items: center; color: var(--prc-blue); background: var(--prc-blue-soft); border-radius: 999px; font-size: 11px; font-weight: 500; }
.prc-stage-panel__number--success { color: var(--prc-green); background: var(--prc-green-soft); }
.prc-stage-panel > header p { margin: 0 0 4px; color: #8b8b8b; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.prc-stage-panel h3 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.25; letter-spacing: -.01em; }
.prc-stage-panel__grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border: 1px solid #e7e9ef; border-radius: 14px; overflow: hidden; }
.prc-stage-panel__grid section { min-height: 130px; padding: 20px; }
.prc-stage-panel__grid section:nth-child(odd) { border-right: 1px solid #e7e9ef; }
.prc-stage-panel__grid section:nth-child(-n+2) { border-bottom: 1px solid #e7e9ef; }
.prc-stage-panel__grid span { display: block; margin-bottom: 10px; color: #868686; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.prc-stage-panel__grid p { margin: 0; color: #555; font-size: 13px; line-height: 1.55; }
.prc-stage-panel__grid .prc-stage-panel__result { background: #f8faff; }
.prc-stage-panel__grid .prc-stage-panel__result span { color: var(--prc-blue); }
.prc-stage-panel__grid .prc-stage-panel__boundary { background: #fafafa; }
.prc-journey__disclaimer { max-width: 800px; margin: 24px 0 0 auto; color: #858585; font-size: 12px; line-height: 1.6; }

.prc-method { display: grid; grid-template-columns: 210px minmax(0,1fr) 310px; align-items: stretch; margin-top: 52px; background: #111; border: 1px solid #2e2e2e; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 48px rgba(25,31,55,.09); }
.prc-method__metric { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid #353535; }
.prc-method__metric span { color: #9aa7ff; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.prc-method__metric strong { margin-top: 12px; color: #fff; font-size: 64px; font-weight: 450; line-height: .95; letter-spacing: -.045em; }
.prc-method__metric em { margin-top: 6px; color: #bdbdbd; font-size: 13px; font-style: normal; }
.prc-method__copy { padding: 30px 34px; }
.prc-method__label { margin: 0 0 10px; color: #8f8f8f; font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.prc-method__copy h3 { max-width: 560px; margin: 0; color: #fff; font-size: 21px; font-weight: 500; line-height: 1.35; }
.prc-method__copy > p:last-child { max-width: 650px; margin: 15px 0 0; color: #aaa; font-size: 12px; line-height: 1.62; }
.prc-method__rules { display: flex; flex-direction: column; justify-content: center; padding: 28px 30px; background: #1a1a1a; border-left: 1px solid #353535; }
.prc-method__rules ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.prc-method__rules li { display: grid; grid-template-columns: 7px 1fr; gap: 10px; color: #c8c8c8; font-size: 10.5px; line-height: 1.5; }
.prc-method__rules li i { width: 6px; height: 6px; margin-top: .45em; background: var(--prc-green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(53,179,74,.12); }
.prc-method__rules :is(a,button) { display: inline-flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding: 18px 0 0; color: #fff; background: transparent; border: 0; border-top: 1px solid #363636; font: inherit; font-size: 11px; font-weight: 500; text-align: left; text-decoration: none; cursor: pointer; }
.prc-method__rules :is(a,button) span { color: #8092ff; font-size: 16px; transition: transform 180ms ease; }
.prc-method__rules :is(a,button):hover span { transform: translateX(3px); }

.prc-audit-dialog { width: min(760px, calc(100vw - 32px)); max-height: min(86vh, 900px); margin: auto; padding: 0; color: #202020; background: #fff; border: 0; border-radius: 14px; box-shadow: 0 24px 100px rgba(0,0,0,.22); overflow: hidden; }
.prc-audit-dialog[open] { display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.prc-audit-dialog::backdrop { background: rgba(17,17,17,.58); backdrop-filter: blur(3px); }
.prc-audit-dialog__close { position: absolute; z-index: 2; top: 14px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: #1f1f1f; background: #f4f5f8; border: 1px solid #e1e3e8; border-radius: 50%; font: inherit; font-size: 24px; line-height: 1; cursor: pointer; transition: background 180ms ease, border-color 180ms ease; }
.prc-audit-dialog__close:hover { background: #eceeff; border-color: #cfd4ff; }
.prc-audit-dialog__header { padding: 40px 64px 28px 34px; border-bottom: 1px solid #e3e4e8; }
.prc-audit-dialog__header h2 { margin: 7px 0 11px; font-size: clamp(25px,3vw,34px); font-weight: 500; line-height: 1.16; letter-spacing: -.025em; }
.prc-audit-dialog__header > p:last-child { max-width: 650px; margin: 0; color: #676767; font-size: 13px; line-height: 1.6; }
.prc-audit-dialog__content { min-height: 160px; padding: 8px 34px 26px; overflow-y: auto; overscroll-behavior: contain; }
.prc-audit-dialog__loading { margin: 28px 0; color: #777; font-size: 13px; }
.prc-audit-group { padding: 24px 0 5px; }
.prc-audit-group + .prc-audit-group { border-top: 1px solid #e6e7eb; }
.prc-audit-group h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 0 0 15px; font-size: 17px; font-weight: 500; line-height: 1.35; }
.prc-audit-group h3 span { flex: 0 0 auto; color: #5666ff; font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.prc-audit-check { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 0 15px; padding: 13px 0; border-top: 1px solid #f0f1f3; }
.prc-audit-check__id { grid-row: 1 / span 3; color: #5666ff; font-size: 10px; font-weight: 500; letter-spacing: .04em; }
.prc-audit-check h4 { margin: 0 0 5px; font-size: 13px; font-weight: 500; line-height: 1.42; }
.prc-audit-check p { margin: 0; color: #6f6f6f; font-size: 11px; line-height: 1.55; }
.prc-audit-check p + p { margin-top: 3px; }
.prc-audit-check p span { color: #333; font-weight: 500; }
.prc-audit-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 34px 24px; background: #f7f8fb; border-top: 1px solid #e3e4e8; }
.prc-audit-dialog__footer p { max-width: 500px; margin: 0; color: #737373; font-size: 10px; line-height: 1.5; }
.prc-audit-dialog__footer a { flex: 0 0 auto; color: #4354f5; font-size: 10px; font-weight: 500; text-decoration: none; }
.prc-audit-dialog__error { margin: 28px 0; padding: 16px 18px; color: #555; background: #f7f8fb; border: 1px solid #e1e3e8; border-radius: 10px; font-size: 12px; line-height: 1.55; }

.prc-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.prc-role-card { position: relative; min-height: 360px; padding: 28px; background: #fff; border: 1px solid #e1e3e8; border-radius: 18px; box-shadow: 0 14px 40px rgba(32,42,78,.045); }
.prc-role-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; color: var(--prc-blue); background: var(--prc-blue-soft); border-radius: 12px; }
.prc-role-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.prc-role-card > p { margin: 0 0 8px; color: #929292; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.prc-role-card h3 { margin: 0 0 20px; font-size: 22px; font-weight: 500; }
.prc-role-card ul { display: grid; gap: 11px; margin: 0 0 64px; padding: 0; color: #666; font-size: 13px; line-height: 1.5; list-style: none; }
.prc-role-card li { position: relative; padding-left: 17px; }
.prc-role-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; background: var(--prc-blue); border-radius: 50%; }
.prc-role-card__tag { position: absolute; left: 28px; right: 28px; bottom: 25px; padding-top: 16px; color: #707070; border-top: 1px solid #e7e7e7; font-size: 11px; line-height: 1.45; }
.prc-role-card--decision .prc-role-card__icon { color: var(--prc-green); background: var(--prc-green-soft); }
.prc-role-card--decision li::before { background: var(--prc-green); }

.prc-gates__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(56px,7vw,100px); align-items: start; }
.prc-gates__layout > header { position: sticky; top: 112px; }
.prc-gates__layout > header .mr-lead { margin-top: 24px; }
.prc-gates__counter { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 44px; padding: 15px 0; border-top: 1px solid var(--prc-line); border-bottom: 1px solid var(--prc-line); }
.prc-gates__counter span { color: #8a8a8a; font-size: 11px; }
.prc-gates__counter strong { color: var(--prc-blue); font-size: 12px; font-weight: 500; }
.prc-gates__interactive { display: grid; gap: 14px; }
.prc-gate-tabs { display: grid; gap: 8px; }
.prc-gate-tab { width: 100%; min-height: 65px; display: grid; grid-template-columns: 32px minmax(0,1fr) 20px; align-items: center; gap: 10px; padding: 12px 16px; color: #777; background: #fff; border: 1px solid #e2e4e9; border-radius: 13px; text-align: left; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease; }
.prc-gate-tab > span { font-size: 10px; font-weight: 500; }
.prc-gate-tab b { color: #333; font-size: 13px; font-weight: 500; line-height: 1.4; }
.prc-gate-tab svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform 180ms ease; }
.prc-gate-tab:hover { border-color: #cdd4e8; }
.prc-gate-tab.is-active { color: var(--prc-blue); background: #f8faff; border-color: rgba(37,98,244,.22); }
.prc-gate-tab.is-active svg { transform: translateX(2px); }
.prc-gate-panel { padding: 28px; background: #111; border-radius: 18px; color: #fff; }
.prc-gate-panel.is-active { animation: prc-panel-in 320ms ease both; }
.prc-gate-panel[hidden] { display: none; }
.prc-gate-panel__status { display: inline-flex; align-items: center; gap: 8px; color: #bfc8ff; font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.prc-gate-panel__status i { width: 7px; height: 7px; background: var(--prc-blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(37,98,244,.18); }
.prc-gate-panel h3 { max-width: 520px; margin: 18px 0 14px; font-size: 23px; font-weight: 500; line-height: 1.3; }
.prc-gate-panel > p { margin: 0; color: #bcbcbc; font-size: 13px; line-height: 1.6; }
.prc-gate-panel > div { margin-top: 24px; padding-top: 20px; border-top: 1px solid #383838; }
.prc-gate-panel > div span { display: block; margin-bottom: 7px; color: #8f8f8f; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.prc-gate-panel > div b { display: block; color: #fff; font-size: 12px; font-weight: 500; line-height: 1.5; }

.prc-faq__layout { display: grid; grid-template-columns: .67fr 1.33fr; gap: clamp(56px,7vw,100px); align-items: start; }
.prc-faq__layout > header { position: sticky; top: 112px; }
.prc-faq__layout .mr-lead { margin-top: 22px; }
.prc-faq__layout .mr-button { margin-top: 28px; }
.prc-faq__items { background: #fff; border: 1px solid #dedede; border-radius: 18px; overflow: hidden; }
.prc-faq__items details + details { border-top: 1px solid #dedede; }
.prc-faq__items summary { position: relative; min-height: 76px; display: flex; align-items: center; padding: 20px 68px 20px 24px; color: #242424; font-size: 16px; font-weight: 500; line-height: 1.4; cursor: pointer; list-style: none; }
.prc-faq__items summary::-webkit-details-marker { display: none; }
.prc-faq__items summary span { position: absolute; right: 25px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); }
.prc-faq__items summary span::before,
.prc-faq__items summary span::after { content: ""; position: absolute; left: 2px; right: 2px; top: 8px; height: 1px; background: #262626; transition: transform 180ms ease; }
.prc-faq__items summary span::after { transform: rotate(90deg); }
.prc-faq__items details[open] summary span::after { transform: rotate(0); }
.prc-faq__items details[open] summary { color: var(--prc-blue); }
.prc-faq__items details > p { max-width: 680px; margin: -3px 68px 0 24px; padding-bottom: 23px; color: #6e6e6e; font-size: 13px; line-height: 1.65; }

.prc-final { padding: 96px 0; color: #fff; background: #111; }
.prc-final__layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.72fr); align-items: center; gap: clamp(72px,9vw,140px); }
.prc-final__eyebrow { margin: 0 0 20px; color: #8d9cff; font-size: 11px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.prc-final h2 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(42px,4.7vw,66px); font-weight: 450; line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.prc-final__layout > div > p:not(.prc-final__eyebrow) { max-width: 690px; margin: 26px 0 0; color: #c6c6c6; font-size: 16px; line-height: 1.62; }
.prc-final__layout > div .mr-button { margin-top: 30px; }
.prc-final aside { padding: 28px; background: #1d1d1d; border: 1px solid #3a3a3a; border-radius: 18px; }
.prc-final aside h3 { margin: 0 0 20px; font-size: 15px; font-weight: 500; }
.prc-final aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.prc-final aside li { display: grid; grid-template-columns: 9px 1fr; gap: 12px; color: #ddd; font-size: 12px; line-height: 1.45; }
.prc-final aside li i { width: 7px; height: 7px; margin-top: .45em; background: var(--prc-green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(53,179,74,.12); }
.prc-final aside > p { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 24px 0 0; padding-top: 20px; color: #aaa; border-top: 1px solid #383838; font-size: 10.5px; line-height: 1.5; }
.prc-final aside svg { width: 22px; fill: none; stroke: var(--prc-green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes prc-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .prc-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .prc-hero h1 { font-size: 46px; }
  .prc-journey__layout { grid-template-columns: 300px minmax(0,1fr); }
  .prc-stage-panel { padding: 24px; }
}

@media (max-width: 900px) {
  .prc-hero { padding-bottom: 72px; }
  .prc-hero__grid { grid-template-columns: 1fr; }
  .prc-hero__copy { max-width: 720px; }
  .prc-route { max-width: 720px; }
  .prc-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .prc-heading--split .mr-lead { justify-self: start; }
  .prc-journey__layout { grid-template-columns: 1fr; }
  .prc-stage-tabs { grid-template-columns: repeat(4, minmax(190px,1fr)); overflow-x: auto; padding: 0 0 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .prc-stage-tabs::before, .prc-stage-tab::before { display: none; }
  .prc-stage-tab { min-height: 84px; scroll-snap-align: start; }
  .prc-stage-tab.is-active { transform: none; }
  .prc-method { grid-template-columns: 180px minmax(0,1fr); }
  .prc-method__copy { padding: 28px; }
  .prc-method__rules { grid-column: 1 / -1; border-top: 1px solid #353535; border-left: 0; }
  .prc-role-grid { grid-template-columns: 1fr; }
  .prc-role-card { min-height: 0; }
  .prc-gates__layout, .prc-faq__layout { grid-template-columns: 1fr; gap: 42px; }
  .prc-gates__layout > header, .prc-faq__layout > header { position: static; }
  .prc-final__layout { grid-template-columns: 1fr; gap: 48px; }
  .prc-final aside { max-width: 620px; }
}

@media (max-width: 600px) {
  .prc-audit-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 12px; }
  .prc-audit-dialog__header { padding: 31px 54px 22px 20px; }
  .prc-audit-dialog__header h2 { font-size: 24px; }
  .prc-audit-dialog__content { padding: 4px 20px 20px; }
  .prc-audit-group h3 { align-items: flex-start; flex-direction: column; gap: 6px; }
  .prc-audit-check { grid-template-columns: 50px minmax(0,1fr); gap: 0 10px; }
  .prc-audit-dialog__footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 20px 21px; }
  .prc-hero { padding: 30px 0 56px; }
  .prc-breadcrumbs { margin-bottom: 31px; }
  .prc-hero h1 { font-size: 34px; line-height: 1.12; }
  .prc-hero__lead { margin-top: 20px; font-size: 16px; }
  .prc-hero__actions { display: grid; }
  .prc-route { padding: 16px; border-radius: 18px; }
  .prc-route__top { display: grid; align-items: start; justify-items: start; }
  .prc-route__status { min-width: 0; max-width: 100%; min-height: 28px; font-size: 9px; white-space: normal; }
  .prc-route__steps li { min-height: 60px; }
  .prc-route__result { display: grid; }
  .prc-route__result b { text-align: left; }
  .prc-heading { margin-bottom: 34px; }
  .prc-stage-panel { min-height: 0; padding: 20px; border-radius: 16px; }
  .prc-stage-panel > header { align-items: flex-start; }
  .prc-stage-panel h3 { font-size: 20px; }
  .prc-stage-panel__grid { grid-template-columns: 1fr; }
  .prc-stage-panel__grid section { min-height: auto; }
  .prc-stage-panel__grid section:nth-child(odd) { border-right: 0; }
  .prc-stage-panel__grid section:not(:last-child) { border-bottom: 1px solid #e7e9ef; }
  .prc-journey__disclaimer { margin-top: 18px; }
  .prc-method { grid-template-columns: 1fr; margin-top: 36px; border-radius: 16px; }
  .prc-method__metric { padding: 24px; border-right: 0; border-bottom: 1px solid #353535; }
  .prc-method__metric strong { font-size: 54px; }
  .prc-method__copy { padding: 24px; }
  .prc-method__copy h3 { font-size: 19px; }
  .prc-method__rules { grid-column: auto; padding: 24px; }
  .prc-role-card { padding: 23px; }
  .prc-role-card__tag { position: static; display: block; margin-top: 22px; }
  .prc-role-card ul { margin-bottom: 0; }
  .prc-gate-panel { padding: 23px; }
  .prc-gate-panel h3 { font-size: 20px; }
  .prc-faq__items summary { min-height: 72px; padding: 18px 56px 18px 18px; font-size: 14px; }
  .prc-faq__items summary span { right: 18px; }
  .prc-faq__items details > p { margin: -2px 48px 0 18px; font-size: 12.5px; }
  .prc-final { padding: 72px 0; }
  .prc-final h2 { font-size: 38px; }
  .prc-final aside { padding: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .prc-stage-panel.is-active, .prc-gate-panel.is-active { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .prc-route__steps li, .prc-route__marker, .prc-route__state { transition: none; }
}

/* Typography alignment with the approved P01 system.
   Stolzl Text remains the single site font; this layer only normalizes scale,
   rhythm and emphasis across the process page. */
body.process-page .prc-hero h1 {
  font-size: clamp(48px, 4.7vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

body.process-page .prc-hero__lead {
  font-size: 18px;
  line-height: 1.55;
}

body.process-page .prc-hero__note {
  font-size: 14px;
  line-height: 1.55;
}

body.process-page .prc-stage-tab b {
  font-size: 16px;
  line-height: 1.4;
}

body.process-page .prc-stage-tab small {
  font-size: 13px;
  line-height: 1.5;
}

body.process-page .prc-stage-panel__grid p {
  font-size: 16px;
  line-height: 1.55;
}

body.process-page .prc-journey__disclaimer {
  font-size: 14px;
  line-height: 1.55;
}

body.process-page .prc-method__copy > p:last-child {
  font-size: 15px;
  line-height: 1.6;
}

body.process-page .prc-method__rules li {
  font-size: 14px;
  line-height: 1.55;
}

body.process-page .prc-method__rules button {
  font-size: 15px;
  line-height: 1.4;
}

body.process-page .prc-role-card__tag {
  font-size: 12px;
  line-height: 1.45;
}

body.process-page .prc-role-card li {
  font-size: 15px;
  line-height: 1.55;
}

body.process-page .prc-gate-tab b {
  font-size: 15px;
  line-height: 1.4;
}

body.process-page .prc-gate-panel > p {
  font-size: 15px;
  line-height: 1.6;
}

body.process-page .prc-gate-panel > div b {
  font-size: 14px;
  line-height: 1.55;
}

body.process-page .prc-faq__items summary {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

body.process-page .prc-faq__items details > p {
  font-size: 16px;
  line-height: 1.65;
}

body.process-page .prc-final h2 {
  font-size: clamp(42px, 4.1vw, 52px);
  line-height: 1.13;
  letter-spacing: -0.04em;
}

body.process-page .prc-final__layout > div > p:not(.prc-final__eyebrow) {
  font-size: 18px;
  line-height: 1.55;
}

body.process-page .prc-final aside h3 {
  font-size: 18px;
  line-height: 1.4;
}

body.process-page .prc-final aside li {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  body.process-page .prc-hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 600px) {
  body.process-page .prc-hero h1 {
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.035em;
  }

  body.process-page .prc-hero__lead {
    font-size: 16px;
  }

  body.process-page .prc-hero__note {
    font-size: 13px;
  }

  body.process-page .prc-stage-tab b,
  body.process-page .prc-gate-tab b {
    font-size: 15px;
  }

  body.process-page .prc-stage-tab small {
    font-size: 12px;
  }

  body.process-page .prc-stage-panel h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  body.process-page .prc-stage-panel__grid p,
  body.process-page .prc-method__copy > p:last-child,
  body.process-page .prc-role-card li,
  body.process-page .prc-gate-panel > p {
    font-size: 15px;
  }

  body.process-page .prc-faq__items summary {
    font-size: 18px;
  }

  body.process-page .prc-faq__items details > p {
    font-size: 16px;
  }

  body.process-page .prc-final h2 {
    font-size: 30px;
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  body.process-page .prc-final__layout > div > p:not(.prc-final__eyebrow) {
    font-size: 16px;
  }

  body.process-page .prc-final aside h3 {
    font-size: 17px;
  }
}

