@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap');

:root {
  --ink: #0c2442;
  --forest: #071b38;
  --forest-2: #102f58;
  --cream: #f2f5f8;
  --paper: #ffffff;
  --terracotta: #f47721;
  --gold: #ffb06f;
  --line: rgba(12, 36, 66, .14);
  --muted: #627187;
  --white: #fff;
  --shadow: 0 28px 80px rgba(3, 20, 43, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.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; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: relative; z-index: 10; background: var(--forest); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 82px; max-width: 1380px; margin: auto; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--terracotta); color: var(--gold); font-family: "Playfair Display", serif; font-size: 14px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .025em; }
.brand small { margin-top: 1px; color: #aebbd0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 32px); font-size: 13px; font-weight: 600; }
nav a { color: #dfe7f2; }
nav a:hover { color: var(--gold); }
.nav-call { white-space: nowrap; }
.nav-cta { min-height: 42px; padding: 0 17px; border: 1px solid var(--terracotta); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-weight: 700; }
.nav-cta:hover { background: var(--terracotta); }

.hero { position: relative; min-height: 735px; padding: 72px 4.5vw 0; background: var(--forest); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -210px; top: -290px; border: 120px solid rgba(244,119,33,.14); transform: rotate(38deg); }
.hero-shape { position: absolute; pointer-events: none; transform: rotate(33deg); }
.shape-one { width: 310px; height: 540px; right: 14%; top: 2%; background: linear-gradient(150deg, rgba(244,119,33,.92), rgba(244,119,33,.08)); clip-path: polygon(50% 0, 100% 26%, 82% 100%, 10% 72%); }
.shape-two { width: 470px; height: 320px; right: -2%; bottom: 4%; background: linear-gradient(135deg, rgba(57,89,126,.68), rgba(15,43,78,.15)); clip-path: polygon(0 12%, 100% 0, 79% 100%, 17% 84%); }
.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1.18fr .72fr; gap: 5vw; align-items: center; }
.hero-copy { padding: 18px 0 100px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { max-width: 860px; display: flex; align-items: center; gap: 11px; color: var(--gold); line-height: 1.55; letter-spacing: .11em; }
.eyebrow span { width: 34px; height: 2px; background: var(--terracotta); }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(62px, 6.7vw, 96px); line-height: .92; letter-spacing: -.055em; font-weight: 700; }
h1 > span { display: inline; }
h1 em { display: block; color: #fff; font-style: normal; }
.hero-ranking { width: fit-content; display: flex; align-items: center; gap: 18px; margin: 0 0 24px; padding: 13px 20px 13px 16px; border: 1px solid rgba(255,255,255,.2); border-left: 6px solid var(--terracotta); background: rgba(255,255,255,.08); }
.hero-ranking strong { color: var(--gold); font-size: clamp(30px, 3vw, 46px); line-height: .9; letter-spacing: -.04em; }
.hero-ranking span { color: #fff; font-size: 13px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: #c8d4e3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.primary-btn, .secondary-btn, .text-link { border: 0; cursor: pointer; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.primary-btn { min-height: 56px; padding: 0 24px; border-radius: 999px; background: var(--terracotta); color: #fff; box-shadow: 0 12px 30px rgba(244,119,33,.24); }
.primary-btn:hover { transform: translateY(-2px); background: #df6516; }
.primary-btn span { margin-left: 18px; }
.secondary-btn { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; }
.secondary-btn:hover { background: rgba(7,27,56,.05); }
.phone-link { display: flex; flex-direction: column; line-height: 1.25; }
.phone-link small { color: #9fb0c5; font-size: 11px; }
.phone-link strong { margin-top: 3px; font-size: 15px; }
.direct-note { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; color: #aebdd0; font-size: 12px; }
.direct-note span { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--gold); font-size: 11px; }

.hero-visual { position: relative; align-self: end; min-height: 555px; overflow: hidden; }
.portrait-visual { margin-top: 8px; }
.portrait-accent { position: absolute; inset: 55px 0 0 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 180px 180px 0 0; }
.portrait-visual > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 16%; border-radius: 180px 180px 0 0; }
.portrait-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,27,56,.5)); pointer-events: none; border-radius: 180px 180px 0 0; }
.visual-note { position: absolute; z-index: 3; left: 0; bottom: 0; display: flex; gap: 13px; align-items: flex-start; width: min(330px, 86%); padding: 20px 24px; background: rgba(5,23,48,.95); color: #fff; border-left: 4px solid var(--terracotta); }
.visual-note > span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 28px; }
.visual-note p { margin: 1px 0 0; font-size: 12px; line-height: 1.5; }
.visual-note small { color: #9fb0c5; }

.trust-panel { position: relative; z-index: 4; max-width: 1180px; margin: -1px auto 0; padding: 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; color: var(--ink); border-radius: 12px 12px 0 0; box-shadow: var(--shadow); }
.trust-panel > div { min-height: 124px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
.trust-panel > div + div { border-left: 1px solid var(--line); }
.trust-panel strong { font-size: 22px; }
.trust-panel span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.why, .approach { padding: 104px max(4.5vw, calc((100vw - 1240px)/2)); }
.why { padding-top: 138px; background: var(--cream); }
.section-intro.centered { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.section-intro h2, .section-heading h2, .local h2, .final-cta h2 { margin-bottom: 18px; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.06; letter-spacing: -.04em; }
.section-intro > p:last-child { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.benefit-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid article { min-height: 285px; padding: 34px; background: #fff; border: 1px solid rgba(12,36,66,.08); border-radius: 12px; box-shadow: 0 14px 38px rgba(7,27,56,.06); }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 40px; border: 2px solid var(--terracotta); border-radius: 18px 18px 18px 4px; color: var(--terracotta); font-weight: 700; }
.benefit-grid h3 { margin-bottom: 10px; font-size: 21px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.approach { background: #fff; }
.section-heading { display: grid; grid-template-columns: .65fr 1.2fr .85fr; gap: 5vw; align-items: end; }
.section-heading .kicker { align-self: start; padding-top: 10px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: 4px; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { padding: 38px 34px 40px 0; }
.steps-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.steps-grid span { color: var(--terracotta); font-weight: 700; }
.steps-grid h3 { margin: 24px 0 9px; font-size: 23px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.text-link { padding: 7px 0; background: none; border-bottom: 2px solid var(--ink); }
.text-link span { color: var(--terracotta); margin-left: 8px; }

.local { padding: 104px max(4.5vw, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; background: var(--forest); color: #fff; }
.kicker.light { color: var(--gold); }
.local-heading > p:last-child { max-width: 610px; margin-top: 24px; color: #bdcada; font-size: 17px; }
.sector-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.sector-list span { padding: 15px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; font-weight: 600; }
.sector-list span::before { content: "↗"; color: var(--gold); margin-right: 9px; }
.brokerage { margin-bottom: 0; color: #9eb0c6; font-size: 12px; line-height: 1.7; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 24px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.06); }
.contact-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: "Playfair Display", serif; }
.contact-card strong, .contact-card span { display: block; }
.contact-card strong { font-size: 14px; }
.contact-card span { margin-top: 2px; color: #aebdd0; font-size: 12px; }
.contact-card a { padding: 10px 13px; border-radius: 999px; background: var(--terracotta); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }

.final-cta { padding: 94px 20px; text-align: center; background: var(--terracotta); color: #fff; }
.final-cta .kicker { color: #fff3e7; }
.final-cta h2 { margin-bottom: 30px; }
.final-cta .primary-btn { background: var(--forest); box-shadow: 0 12px 32px rgba(7,27,56,.22); }
.final-cta .primary-btn:hover { background: #102f58; }

body > footer { min-height: 78px; padding: 0 max(4.5vw, calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #04132b; color: #aebdd0; font-size: 12px; }
.footer-link, .inline-link { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-decoration: underline; }
.inline-link { display: inline; font-size: inherit; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.consent-banner { position: fixed; z-index: 20; right: 22px; bottom: 18px; width: min(560px, calc(100% - 44px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: #071b38; color: #fff; box-shadow: 0 18px 50px rgba(3,20,43,.34); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: 13px; }
.consent-banner p { margin: 3px 0 0; color: #bdcada; font-size: 11px; }
.consent-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.consent-banner .secondary-btn { color: #fff; border-color: rgba(255,255,255,.25); }
.consent-banner .primary-btn { width: auto; min-height: 44px; }

dialog { border: 0; padding: 0; color: var(--ink); }
dialog::backdrop { background: rgba(3, 16, 35, .78); backdrop-filter: blur(6px); }
.privacy-dialog { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 24px); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.privacy-dialog article { padding: 32px 40px 38px; }
.privacy-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.privacy-dialog header p { margin-bottom: 4px; color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.privacy-dialog h2 { margin: 0; font-size: 31px; }
.privacy-dialog h3 { margin: 24px 0 7px; font-size: 14px; }
.privacy-dialog article > p { color: var(--muted); font-size: 12px; }
.privacy-dialog .policy-date { color: var(--terracotta); font-weight: 600; }
.privacy-dialog a { color: var(--terracotta); text-decoration: underline; }
.flow-dialog { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 24px); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.flow-shell { padding: 30px 42px 32px; }
.flow-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.flow-header p { margin-bottom: 4px; color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.flow-header h2 { margin-bottom: 0; font-size: 28px; }
.icon-btn { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
.progress-wrap { margin: 24px 0 34px; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.progress { height: 3px; background: #e4e9ef; }
.progress i { display: block; width: 20%; height: 100%; background: var(--terracotta); transition: width .25s ease; }
.form-step { display: none; min-height: 370px; animation: fade .25s ease; }
.form-step.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.step-kicker { margin-bottom: 8px; color: var(--terracotta); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.form-step h3 { margin-bottom: 24px; font-size: 30px; line-height: 1.2; }
.choice-grid { display: grid; gap: 10px; margin-bottom: 24px; }
.choice-grid.two { grid-template-columns: 1fr 1fr; }.choice-grid.three { grid-template-columns: repeat(3, 1fr); }.choice-grid.four { grid-template-columns: repeat(4, 1fr); }
.choice-grid label, .choice-list label { cursor: pointer; }
.choice-grid input, .choice-list input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 54px; display: grid; place-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: center; font-size: 13px; font-weight: 600; transition: .15s ease; }
.choice-grid input:checked + span, .choice-list input:checked + span { border-color: var(--forest); background: #edf2f8; box-shadow: inset 0 0 0 1px var(--forest); }
.choice-grid input:focus-visible + span, .choice-list input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.choice-list { display: grid; gap: 10px; margin-bottom: 24px; }
.choice-list label > span { display: flex; flex-direction: column; padding: 14px 16px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.choice-list strong { font-size: 13px; }.choice-list small { margin-top: 3px; color: var(--muted); }
.field-label { margin: 22px 0 10px; font-size: 12px; font-weight: 700; }
.field-label small, .field span small { color: var(--muted); font-weight: 400; }
.field { display: block; margin-bottom: 18px; }
.field > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; background: #fff; outline: none; }
.field input, .field select { height: 50px; padding: 0 13px; }
.field textarea { padding: 12px 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(7,27,56,.08); }
.field-row { display: grid; gap: 14px; }.field-row.two { grid-template-columns: 1fr 1fr; }.field-row.three { grid-template-columns: repeat(3, 1fr); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; cursor: pointer; }
.consent input { margin-top: 3px; accent-color: var(--forest); }
.flow-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.form-error { min-height: 20px; margin: 10px 0 -12px; color: #9c332a; font-size: 12px; font-weight: 600; }
.summary-intro { color: var(--muted); font-size: 13px; }
.summary-content { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.summary-item { padding: 13px 15px; background: #fff; }
.summary-item.wide { grid-column: 1 / -1; }
.summary-item span, .summary-item strong { display: block; }
.summary-item span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.summary-item strong { margin-top: 3px; font-size: 12px; }
.privacy-note { display: flex; gap: 10px; margin-top: 14px; padding: 12px 14px; background: #edf2f8; border-radius: 7px; }
.privacy-note span { color: var(--forest); font-weight: 700; }.privacy-note p { margin: 0; font-size: 11px; }
.success-step { text-align: center; padding: 32px 8%; }
.success-mark { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--forest); color: var(--gold); font-size: 28px; }
.success-step p:not(.step-kicker) { color: var(--muted); }.reference { display: inline-block; margin: 4px 0 24px; padding: 8px 12px; background: var(--cream); font-size: 11px; font-weight: 700; }

@media (max-width: 1060px) {
  nav > a:not(.nav-call) { display: none; }
  .hero-inner { grid-template-columns: 1.08fr .72fr; gap: 4vw; }
  h1 { font-size: clamp(54px, 7vw, 76px); }
}

@media (max-width: 820px) {
  .hero { padding-top: 54px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 34px; }
  .hero-visual { width: min(580px, 100%); min-height: 520px; margin: 0 auto; }
  .shape-one { right: -6%; top: 34%; }
  .trust-panel { grid-template-columns: 1fr; padding: 0 24px; }
  .trust-panel > div { min-height: auto; padding: 22px 10px; }
  .trust-panel > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading, .local { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { align-items: start; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .benefit-icon { margin-bottom: 26px; }
}

@media (max-width: 650px) {
  .header-inner { min-height: 72px; padding: 0 18px; }
  .brand small { display: none; }
  .brand-mark { width: 36px; height: 36px; font-size: 12px; }
  nav { gap: 8px; }
  .nav-call { display: none; }
  .nav-cta { min-height: 38px; padding: 0 9px; font-size: 10px; white-space: nowrap; }
  .hero { min-height: auto; padding: 30px 20px 0; }
  .hero-copy { padding: 8px 0 34px; }
  .hero::before { display: none; }
  .shape-one { width: 220px; height: 370px; right: -32%; top: 45%; opacity: .75; }
  .shape-two { width: 350px; right: -35%; }
  h1 { max-width: 100%; margin-bottom: 22px; font-size: clamp(46px, 12.5vw, 54px); line-height: .98; letter-spacing: -.045em; }
  h1 > span, h1 em { display: block; }
  .hero-ranking { gap: 12px; padding: 12px 14px 12px 12px; }
  .hero-ranking strong { font-size: 34px; }
  .hero-ranking span { font-size: 11px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .primary-btn { width: 100%; }
  .phone-link { flex-direction: row; align-items: center; gap: 8px; }
  .phone-link small { margin: 0; }
  .direct-note { align-items: flex-start; }
  .eyebrow { align-items: flex-start; font-size: 10px; line-height: 1.6; letter-spacing: .08em; }
  .eyebrow span { flex: 0 0 24px; margin-top: 8px; }
  .hero-visual { min-height: 430px; }
  .portrait-accent { inset: 36px 0 0 18px; border-radius: 120px 120px 0 0; }
  .portrait-visual > img, .portrait-visual::after { border-radius: 120px 120px 0 0; }
  .visual-note { width: 90%; padding: 16px 18px; }
  .trust-panel { margin: 0 -2px; border-radius: 0; padding: 0 20px; }
  .trust-panel strong { font-size: 19px; }
  .why, .approach, .local { padding: 72px 20px; }
  .why { padding-top: 84px; }
  .section-intro.centered { margin-bottom: 38px; text-align: left; }
  .section-intro > p:last-child { font-size: 16px; }
  .benefit-grid { gap: 12px; }
  .benefit-grid article { padding: 28px 24px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .steps-grid article { padding: 28px 4px; }
  .steps-grid article + article { padding-left: 4px; border-left: 0; border-top: 1px solid var(--line); }
  .sector-list { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: auto 1fr; }
  .contact-card a { grid-column: 1 / -1; text-align: center; }
  .final-cta { padding: 72px 20px; }
  body > footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); flex-direction: column; align-items: stretch; gap: 14px; }
  .consent-actions button { flex: 1; }
  .privacy-dialog { width: 100%; height: 100%; max-height: none; border-radius: 0; }
  .privacy-dialog article { padding: 24px 20px 36px; }
  .flow-dialog { width: 100%; max-width: none; height: 100%; max-height: none; border-radius: 0; }
  .flow-shell { min-height: 100%; padding: 20px 18px; }
  .flow-header h2 { font-size: 22px; }
  .progress-wrap { margin: 20px 0 28px; }
  .form-step { min-height: 390px; }
  .form-step h3 { font-size: 27px; }
  .choice-grid.three, .choice-grid.four { grid-template-columns: 1fr 1fr; }
  .field-row.two, .field-row.three { grid-template-columns: 1fr; gap: 0; }
  .summary-content { grid-template-columns: 1fr; }
  .summary-item.wide { grid-column: auto; }
  .flow-actions { position: sticky; bottom: -20px; margin-left: -18px; margin-right: -18px; padding: 16px 18px 20px; background: var(--paper); }
  .flow-actions .primary-btn { width: auto; }
}

@media (max-width: 430px) {
  .brand > span:last-child { display: none; }
  .header-inner { gap: 14px; }
  .nav-cta { font-size: 10px; }
}

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