:root {
  --navy-950: #0b2339;
  --navy-900: #102f4f;
  --navy-800: #173f64;
  --navy-700: #24567d;
  --blue-100: #dceaf8;
  --blue-50: #eef5fb;
  --ink: #14283a;
  --muted: #607181;
  --line: #dce4ea;
  --surface: #ffffff;
  --surface-soft: #f5f8fa;
  --gold: #c8a66a;
  --success: #1f6b54;
  --danger: #b42318;
  --shadow: 0 28px 70px rgba(14, 44, 70, .17);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: relative; z-index: 20; min-height: 76px; display: flex; align-items: center; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,47,79,.09); }
.header-inner { display: flex; align-items: center; justify-content: flex-start; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-900); text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 45px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 45px; height: 40px; display: block; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { color: #41596c; text-decoration: none; font-size: .875rem; font-weight: 560; }
.main-nav a:hover { color: var(--navy-900); }
.main-nav .nav-cta { padding: 10px 16px; color: var(--surface); background: var(--navy-900); border-radius: 8px; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 72px 0 12px; background: linear-gradient(112deg, #f8fafb 0%, #edf3f7 100%); }
.hero-photo { position: absolute; inset: 0; z-index: -2; background: url("assets/frankfurt-skyline.jpg") center 43% / cover no-repeat; filter: grayscale(1) blur(1.5px); opacity: .105; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(248,250,251,.98) 0%, rgba(242,247,250,.94) 45%, rgba(235,242,247,.88) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); gap: 66px; align-items: center; }
.hero-copy { padding: 18px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--navy-700); font-size: .78rem; font-weight: 750; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(2.65rem, 5vw, 4.4rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 3.7vw, 3rem); line-height: 1.15; }
h3 { margin: 0; color: var(--navy-900); font-size: 1.04rem; line-height: 1.4; }
.hero-lead { max-width: 600px; margin: 25px 0 0; color: #4e6374; font-size: 1.07rem; line-height: 1.75; }
.hero-points { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; color: #3e586a; list-style: none; font-size: .92rem; }
.hero-points li { display: flex; align-items: center; gap: 10px; }
.hero-points svg { width: 18px; height: 18px; color: var(--navy-700); }

.valuation-card { position: relative; background: var(--surface); border: 1px solid rgba(16,47,79,.14); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.valuation-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--navy-900); }
.valuation-card-head { padding: 27px 32px 19px; background: linear-gradient(135deg, #102f4f 0%, #183e60 100%); }
.valuation-badge { display: inline-flex; padding: 5px 9px; color: var(--navy-950); background: #dceaf8; border-radius: 999px; font-size: .72rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.valuation-card-head h2 { margin-top: 11px; color: var(--surface); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.55rem; font-weight: 720; letter-spacing: -.025em; }
.progress-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; color: rgba(255,255,255,.7); font-size: .76rem; }
.progress-track { height: 4px; margin-top: 9px; background: rgba(255,255,255,.2); border-radius: 999px; overflow: hidden; }
.progress-track span { display: block; width: 9%; height: 100%; background: var(--surface); border-radius: inherit; transition: width .26s ease; }
.wizard-stage { min-height: 390px; padding: 30px 32px 26px; }
.wizard-question { margin: 0; color: var(--navy-900); font-size: 1.42rem; font-weight: 720; line-height: 1.3; letter-spacing: -.025em; }
.wizard-hint { margin: 8px 0 22px; color: var(--muted); font-size: .9rem; }
.choice-grid { display: grid; gap: 11px; }
.choice-button { min-height: 59px; display: flex; align-items: center; gap: 13px; width: 100%; padding: 11px 15px; color: #27475f; text-align: left; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease; }
.choice-button:hover, .choice-button:focus-visible { border-color: rgba(16,47,79,.6); background: #f9fbfc; box-shadow: 0 7px 20px rgba(16,47,79,.08); transform: translateY(-1px); outline: none; }
.choice-button.is-selected { border-color: var(--navy-900); background: var(--blue-50); box-shadow: 0 0 0 1px var(--navy-900); }
.choice-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy-900); background: var(--blue-50); border-radius: 8px; }
.choice-icon svg { width: 18px; height: 18px; }
.choice-button .arrow { margin-left: auto; color: #82909b; }
.choice-button .arrow svg { width: 17px; height: 17px; }
.compact-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.compact-choice { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 10px 13px; color: #2d4b62; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; text-align: left; cursor: pointer; }
.compact-choice:hover, .compact-choice:focus-visible, .compact-choice.is-selected { border-color: var(--navy-900); background: var(--blue-50); outline: none; }
.compact-choice .check-dot { width: 18px; height: 18px; flex: 0 0 auto; border: 1px solid #9aa8b3; border-radius: 50%; }
.compact-choice.is-selected .check-dot { background: var(--navy-900); border: 5px solid var(--blue-100); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.field-grid .full { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; }
.field label { color: #385268; font-size: .82rem; font-weight: 650; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: var(--surface); border: 1px solid #cfd9e0; border-radius: 8px; outline: none; }
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(36,86,125,.12); }
.field small { color: #71818d; font-size: .75rem; }
.field-suffix { position: relative; }
.field-suffix input { padding-right: 52px; }
.field-suffix span { position: absolute; right: 13px; top: 50%; color: #72818d; transform: translateY(-50%); font-size: .82rem; }
.wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; }
.wizard-back { min-height: 44px; display: inline-flex; align-items: center; gap: 5px; padding: 0 5px; color: #607181; background: transparent; border: 0; cursor: pointer; }
.wizard-back svg { width: 16px; height: 16px; }
.wizard-next, .wizard-submit { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; color: var(--surface); background: var(--navy-900); border: 0; border-radius: 9px; font-weight: 720; cursor: pointer; box-shadow: 0 9px 22px rgba(16,47,79,.17); }
.wizard-next:hover, .wizard-submit:hover { background: var(--navy-800); }
.wizard-submit[disabled] { cursor: wait; opacity: .72; }
.wizard-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 18px 0 0; color: #71818d; font-size: .74rem; }
.wizard-note svg { width: 14px; height: 14px; }
.form-error { margin: -12px 32px 24px; padding: 10px 12px; color: var(--danger); background: #fff1f0; border-radius: 8px; font-size: .82rem; }
.upload-box { position: relative; display: grid; place-items: center; min-height: 112px; padding: 18px; color: #4d6577; background: var(--surface-soft); border: 1px dashed #bac7d0; border-radius: 10px; text-align: center; cursor: pointer; }
.upload-box svg { width: 25px; height: 25px; margin-bottom: 7px; color: var(--navy-700); }
.upload-box strong { color: var(--navy-900); font-size: .9rem; }
.upload-box span { font-size: .76rem; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-status { margin: 9px 0 0; color: var(--muted); font-size: .76rem; }
.contact-trust { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; margin: -4px 0 22px; padding: 12px 10px; background: var(--blue-50); border-radius: 10px; }
.contact-trust div { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--navy-900); font-size: .7rem; font-weight: 650; text-align: center; }
.contact-trust svg { width: 15px; height: 15px; flex: 0 0 auto; }
.privacy-check { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; color: #566b7b; font-size: .77rem; }
.privacy-check input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--navy-900); }
.privacy-check button, .privacy-check a { display: inline; padding: 0; color: var(--navy-700); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.success-state { display: grid; min-height: 320px; place-items: center; text-align: center; }
.success-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--surface); background: var(--success); border-radius: 50%; }
.success-icon svg { width: 31px; height: 31px; }
.success-state h3 { font-size: 1.55rem; }
.success-state p { max-width: 430px; margin: 10px auto 0; color: var(--muted); }

.confidence-strip { position: relative; z-index: 1; margin-top: -12px; background: var(--blue-100); }
.confidence-grid { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.confidence-grid div { display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--navy-900); font-weight: 590; }
.confidence-grid svg { width: 20px; height: 20px; }
.section { padding: 96px 0; }
.section-tint { background: var(--surface-soft); }
.section-heading { max-width: 720px; }
.section-heading.centered { margin: 0 auto 52px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { margin: 17px 0 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.process-step { position: relative; text-align: center; }
.process-step + .process-step::before { content: ""; position: absolute; top: 26px; right: calc(50% + 43px); width: calc(100% - 38px); height: 1px; background: #d3dde4; }
.step-number { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--surface); background: var(--navy-900); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; }
.process-step p, .factor-card p { margin: 10px 0 0; color: var(--muted); font-size: .91rem; }
.factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.factor-card { padding: 27px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.factor-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; color: var(--navy-900); background: var(--blue-50); border-radius: 9px; }
.factor-icon svg { width: 20px; height: 20px; }
.local-section { background: var(--navy-950); }
.local-image { min-height: 560px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(7,27,46,.88) 0%, rgba(10,37,61,.66) 48%, rgba(10,37,61,.2) 100%), url("assets/frankfurt-skyline.jpg") center 48% / cover no-repeat; }
.local-overlay { width: min(1160px, calc(100% - 48px)); }
.local-copy { max-width: 690px; padding: 72px 0; text-shadow: 0 2px 22px rgba(0,0,0,.24); }
.local-copy .eyebrow { color: #c8d9e7; }
.local-copy h2 { color: var(--surface); font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1.08; }
.local-copy p:not(.eyebrow) { max-width: 640px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 1.02rem; line-height: 1.75; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.secondary-button { display: inline-flex; margin-top: 24px; padding: 11px 15px; color: var(--navy-900); border: 1px solid rgba(16,47,79,.25); border-radius: 8px; text-decoration: none; font-weight: 680; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; color: var(--navy-900); font-weight: 680; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy-700); background: var(--blue-50); border-radius: 50%; }
.faq-list summary svg { width: 15px; height: 15px; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -5px 50px 21px 0; color: var(--muted); font-size: .93rem; }
.contact-section { padding: 88px 0; background: #f1f4f7; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.76fr) minmax(500px,1.24fr); gap: 84px; align-items: start; }
.contact-intro { padding-top: 18px; }
.contact-intro > p:not(.eyebrow) { max-width: 470px; margin: 20px 0 0; color: #536879; }
.message-assurance { display: flex; align-items: center; gap: 9px; margin-top: 27px; color: var(--navy-700); font-size: .82rem; font-weight: 650; }
.message-assurance svg { width: 18px; height: 18px; }
.message-card { padding: 34px; background: var(--surface); border: 1px solid rgba(16,47,79,.12); border-radius: 16px; box-shadow: 0 18px 48px rgba(14,44,70,.1); }
.message-fields { gap: 18px; }
.message-fields textarea { min-height: 126px; }
.contact-method { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-method legend { margin-bottom: 8px; color: #385268; font-size: .82rem; font-weight: 650; }
.contact-method-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.contact-method label { cursor: pointer; }
.contact-method input { position: absolute; opacity: 0; pointer-events: none; }
.contact-method label span { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 13px; color: #385268; background: var(--surface); border: 1px solid #cfd9e0; border-radius: 8px; font-weight: 650; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.contact-method label span svg { width: 18px; height: 18px; }
.contact-method input:checked + span { color: var(--navy-900); background: var(--blue-50); border-color: var(--navy-900); box-shadow: 0 0 0 1px var(--navy-900); }
.contact-method input:focus-visible + span { outline: 3px solid rgba(36,86,125,.2); outline-offset: 2px; }
.message-privacy { margin-top: 18px; }
.message-submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 22px; padding: 0 24px; color: var(--surface); background: var(--navy-900); border: 0; border-radius: 9px; font-weight: 720; cursor: pointer; }
.message-submit:hover { background: var(--navy-800); }
.message-submit[disabled] { cursor: wait; opacity: .72; }
.message-submit svg { width: 17px; height: 17px; }
.message-status { min-height: 24px; margin: 12px 0 0; color: var(--muted); font-size: .82rem; }
.message-status.is-error { color: var(--danger); }
.message-status.is-success { color: var(--success); font-weight: 650; }
.final-cta { padding: 74px 0; color: var(--surface); background: var(--navy-900); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta .eyebrow { color: #bfd2e3; }
.final-cta h2 { max-width: 720px; color: var(--surface); }
.final-cta p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.72); }
.light-button { flex: 0 0 auto; padding: 14px 20px; color: var(--navy-900); background: var(--surface); border-radius: 9px; text-decoration: none; font-weight: 750; }
.site-footer { padding: 38px 0 24px; background: var(--surface); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links a { padding: 0; color: #617383; background: transparent; border: 0; font-size: .8rem; text-decoration: none; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 20px; color: #7d8b96; border-top: 1px solid var(--line); font-size: .72rem; }
.footer-bottom a { color: inherit; }
.legal-dialog { width: min(620px, calc(100% - 30px)); color: var(--ink); background: var(--surface); border: 0; border-radius: 14px; box-shadow: 0 26px 80px rgba(11,35,57,.25); }
.legal-dialog::backdrop { background: rgba(11,35,57,.55); }
.legal-dialog h2 { font-size: 2rem; }
.legal-dialog p { color: var(--muted); }
.legal-note { padding: 12px; background: #fff7e8; border-radius: 8px; font-size: .85rem; }
.dialog-close { float: right; width: 36px; height: 36px; color: var(--navy-900); background: var(--blue-50); border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }

.legal-page { min-height: calc(100vh - 76px); background: var(--surface-soft); }
.legal-hero { padding: 70px 0 44px; color: var(--surface); background: var(--navy-900); }
.legal-hero .eyebrow { color: #c5d8e7; }
.legal-hero h1 { color: var(--surface); font-size: clamp(2.5rem, 6vw, 4.3rem); }
.legal-hero p:last-child { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.76); }
.legal-content { width: min(860px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 88px; }
.legal-alert { margin-bottom: 34px; padding: 18px 20px; color: #644c21; background: #fff8e8; border: 1px solid #ebdcb9; border-radius: 10px; font-size: .9rem; }
.legal-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-section:first-of-type { padding-top: 0; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { margin-bottom: 14px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.35rem; font-weight: 720; letter-spacing: -.02em; }
.legal-section h3 { margin: 22px 0 8px; font-size: 1rem; }
.legal-section p, .legal-section li { color: #536879; }
.legal-section p { margin: 10px 0 0; }
.legal-section ul { margin: 12px 0 0; padding-left: 22px; }
.legal-section a { color: var(--navy-700); }
.legal-placeholder { display: inline-block; padding: 1px 5px; color: #71531c; background: #fff3cf; border-radius: 4px; font-weight: 650; }
.legal-back { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-700); text-decoration: none; font-weight: 680; }
.legal-back svg { width: 17px; height: 17px; }

@media (max-width: 980px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { padding: 24px 0 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { grid-row: 2; max-width: 760px; padding: 0 0 48px; }
  .valuation-card { grid-row: 1; width: min(100%, 680px); margin: 0 auto; }
  .factor-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro { max-width: 680px; padding-top: 0; }
  .message-card { width: min(100%, 680px); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 640px); }
  .site-header { min-height: 68px; }
  .brand { font-size: .88rem; }
  .brand-mark, .brand-mark img { width: 40px; height: 35px; }
  .main-nav .nav-cta { display: none; }
  .hero { padding: 16px 0 12px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero-lead { font-size: 1rem; }
  .valuation-card-head { padding: 24px 22px 18px; }
  .wizard-stage { min-height: 400px; padding: 25px 22px 23px; }
  .form-error { margin-left: 22px; margin-right: 22px; }
  .confidence-grid { grid-template-columns: 1fr; gap: 13px; padding: 20px 0; }
  .confidence-grid div { justify-content: flex-start; }
  .section { padding: 72px 0; }
  .section-heading.centered { margin-bottom: 40px; }
  .process-grid, .factor-grid { grid-template-columns: 1fr; }
  .process-grid { gap: 34px; }
  .process-step + .process-step::before { display: none; }
  .local-image { min-height: 480px; background-position: 58% center; }
  .local-overlay { width: min(100% - 28px, 640px); }
  .local-copy { max-width: 100%; padding: 60px 0; }
  .contact-trust { grid-template-columns: 1fr; gap: 9px; }
  .contact-trust div { justify-content: flex-start; }
  .contact-section { padding: 72px 0; }
  .message-card { padding: 26px 22px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .legal-hero { padding: 48px 0 34px; }
  .legal-content { width: min(100% - 28px, 640px); padding: 46px 0 68px; }
  .legal-alert { padding: 15px 16px; }
}

@media (max-width: 470px) {
  .compact-choice-grid, .field-grid { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
  .wizard-question { font-size: 1.25rem; }
  .wizard-actions { align-items: stretch; flex-direction: column-reverse; }
  .wizard-next, .wizard-submit { width: 100%; }
  .wizard-back { align-self: center; }
  .factor-grid { grid-template-columns: 1fr; }
  .contact-method-options { grid-template-columns: 1fr; }
  .message-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
