.ve-configurator {
  display: block;
  color: #102a2d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  scroll-margin-top: 96px;
  --ve-ink: #102a2d;
  --ve-soft: #3f5557;
  --ve-teal: #0a6664;
  --ve-teal-dark: #074b4b;
  --ve-mint: #b9ece4;
  --ve-mint-soft: #eaf8f5;
  --ve-cream: #f8f5ee;
  --ve-paper: #fffdfa;
  --ve-line: #d9e5e1;
  --ve-amber: #efb84a;
  --ve-danger: #b8473f;
  --ve-shadow: 0 24px 70px rgba(9, 51, 53, .12);
  --ve-s1: 8px;
  --ve-s2: 12px;
  --ve-s3: 16px;
  --ve-s4: 24px;
  --ve-s5: 32px;
  --ve-s6: 40px;
  --ve-s7: 48px;
  --ve-s8: 64px;
}
.ve-configurator *, .ve-configurator *::before, .ve-configurator *::after { box-sizing: border-box; }
.ve-configurator button, .ve-configurator input, .ve-configurator select { font: inherit; }
.ve-configurator button:disabled { cursor: wait; opacity: .65; transform: none; }
.ve-configurator button, .ve-configurator a, .ve-configurator label { -webkit-tap-highlight-color: transparent; }
.ve-shell { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.7fr); min-height: 760px; overflow: hidden; border: 1px solid var(--ve-line); border-radius: 30px; background: white; box-shadow: var(--ve-shadow); }
.ve-aside { position: relative; display: flex; min-width: 0; flex-direction: column; padding: var(--ve-s5); overflow: hidden; color: white; background: var(--ve-ink); }
.ve-aside::after { position: absolute; right: -140px; bottom: -180px; width: 360px; height: 360px; border: 1px solid rgba(185,236,228,.18); border-radius: 50%; content: ""; }
.ve-mini-brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: var(--ve-s2); margin-bottom: var(--ve-s7); color: white; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.ve-mini-brand img { width: 42px; height: 42px; object-fit: contain; }
.ve-mini-brand em { color: var(--ve-mint); font-style: normal; }
.ve-aside-kicker { margin: 0 0 12px; color: var(--ve-mint); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ve-aside h2 { max-width: 310px; margin: 0 0 var(--ve-s5); color: white; font-size: clamp(1.55rem, 2.1vw, 2.2rem); line-height: 1.12; letter-spacing: -.04em; }
.ve-step-list { position: relative; z-index: 1; display: grid; gap: 7px; padding: 0; margin: 0; list-style: none; }
.ve-step-list li { display: flex; align-items: center; gap: 12px; min-height: 38px; color: #8fa8a6; font-size: .82rem; font-weight: 700; }
.ve-step-list span { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #9db1af; font-size: .69rem; }
.ve-step-list .is-current { color: white; }
.ve-step-list .is-current span { border-color: var(--ve-mint); background: var(--ve-mint); color: var(--ve-ink); }
.ve-step-list .is-done { color: #c5d4d2; }
.ve-step-list .is-done span { border-color: rgba(185,236,228,.3); color: var(--ve-mint); }
.ve-trust { position: relative; z-index: 1; flex: 0 0 auto; padding-top: var(--ve-s3); margin-top: var(--ve-s5); border-top: 1px solid rgba(255,255,255,.1); }
.ve-trust strong, .ve-trust span { display: block; }
.ve-trust strong { color: white; font-size: .78rem; }
.ve-trust span { margin-top: 3px; color: #96aeab; font-size: .7rem; line-height: 1.45; }
.ve-main { padding: var(--ve-s7) clamp(32px, 5vw, 64px); background: linear-gradient(145deg, #fff 0%, var(--ve-paper) 65%, #f5faf9 100%); }
.ve-mobile-progress { display: none; }
.ve-form, .ve-result { width: 100%; max-width: 790px; margin: 0 auto; }
.ve-step-head { margin-bottom: var(--ve-s5); }
.ve-eyebrow { margin: 0 0 10px; color: var(--ve-teal); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ve-step-head h2 { margin: 0 0 14px; color: var(--ve-ink); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.04; letter-spacing: -.055em; outline: none; text-wrap: balance; }
.ve-step-head p:last-child { max-width: 680px; margin: 0; color: var(--ve-soft); font-size: 1.02rem; }
.ve-start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--ve-s2); margin: var(--ve-s5) 0 var(--ve-s4); }
.ve-start-card { padding: var(--ve-s4) var(--ve-s3); border: 1px solid var(--ve-line); border-radius: 16px; background: white; }
.ve-start-card > * { display: block; }
.ve-start-card > span { margin-bottom: 15px; color: var(--ve-teal); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.ve-start-card strong { line-height: 1.25; }
.ve-start-card small { margin-top: 4px; color: var(--ve-soft); font-size: .74rem; }
.ve-note { padding: var(--ve-s3); border-left: 4px solid var(--ve-teal); border-radius: 0 12px 12px 0; background: var(--ve-mint-soft); color: var(--ve-soft); font-size: .82rem; }
.ve-note strong { color: var(--ve-ink); }
.ve-note-warning { border-color: var(--ve-amber); background: #fff8e8; }
.ve-nav { display: flex; align-items: center; justify-content: space-between; gap: var(--ve-s3); margin-top: var(--ve-s5); padding-top: var(--ve-s4); border-top: 1px solid var(--ve-line); }
.ve-next, .ve-back { min-height: 50px; padding: var(--ve-s2) var(--ve-s3); border-radius: 12px; cursor: pointer; font-weight: 820; line-height: 1.15; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.ve-next { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ve-teal); background: var(--ve-teal); color: white; box-shadow: 0 10px 25px rgba(10,102,100,.18); }
.ve-next:hover { transform: translateY(-2px); background: var(--ve-teal-dark); box-shadow: 0 14px 30px rgba(10,102,100,.25); }
.ve-back { border: 1px solid var(--ve-line); background: transparent; color: var(--ve-teal-dark); }
.ve-back:hover { background: var(--ve-mint-soft); }
.ve-form fieldset { min-width: 0; padding: 0; margin: 0 0 var(--ve-s4); border: 0; }
.ve-form legend { width: 100%; margin-bottom: 12px; color: var(--ve-ink); font-size: .84rem; font-weight: 820; }
.ve-form legend span { color: var(--ve-soft); font-weight: 600; }
.ve-options { display: grid; gap: 9px; }
.ve-options-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ve-options-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ve-option { position: relative; display: flex; align-items: flex-start; gap: var(--ve-s2); min-height: 58px; padding: var(--ve-s3); border: 1px solid var(--ve-line); border-radius: 13px; background: white; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.ve-option:hover { border-color: #9ccac3; background: #fbfffe; transform: translateY(-1px); }
.ve-option input { position: absolute; opacity: 0; pointer-events: none; }
.ve-option:has(input:checked) { border-color: var(--ve-teal); background: var(--ve-mint-soft); box-shadow: inset 0 0 0 1px var(--ve-teal); }
.ve-option:has(input:focus-visible) { outline: 3px solid rgba(10,102,100,.22); outline-offset: 2px; }
.ve-option-mark { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 1px; border: 2px solid #afc1be; border-radius: 50%; background: white; }
.ve-option input:checked + .ve-option-mark { border: 5px solid var(--ve-teal); }
.ve-option:has(input:disabled) { cursor: not-allowed; opacity: .55; background: #f4f5f3; transform: none; }
.ve-option strong, .ve-option small { display: block; }
.ve-option strong { color: var(--ve-ink); font-size: .86rem; line-height: 1.3; }
.ve-option small { margin-top: 4px; color: var(--ve-soft); font-size: .7rem; line-height: 1.35; }
.ve-field { display: grid; align-self: start; align-content: start; gap: var(--ve-s1); margin: 0 0 var(--ve-s4); color: var(--ve-ink); font-size: .84rem; font-weight: 820; }
.ve-field input, .ve-field select { width: 100%; min-height: 50px; padding: var(--ve-s2) var(--ve-s3); border: 1px solid var(--ve-line); border-radius: 11px; background: white; color: var(--ve-ink); outline: none; }
.ve-field input:focus, .ve-field select:focus { border-color: var(--ve-teal); box-shadow: 0 0 0 3px rgba(10,102,100,.12); }
.ve-field small { color: var(--ve-soft); font-size: .7rem; font-weight: 550; }
.ve-upload { position: relative; margin-bottom: var(--ve-s4); }
.ve-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ve-upload > label { display: flex; min-height: 102px; flex-direction: column; align-items: center; justify-content: center; padding: var(--ve-s3); border: 1.5px dashed #8ebeb7; border-radius: 15px; background: var(--ve-mint-soft); cursor: pointer; text-align: center; }
.ve-upload > label:hover { border-color: var(--ve-teal); }
.ve-upload input:focus-visible + label { outline: 3px solid rgba(10,102,100,.22); outline-offset: 2px; }
.ve-upload-icon { display: grid; width: 32px; height: 32px; margin-bottom: 5px; place-items: center; border-radius: 50%; background: white; color: var(--ve-teal); font-weight: 900; }
.ve-upload label strong, .ve-upload label small { display: block; }
.ve-upload label small, .ve-upload > p, .ve-file-status { color: var(--ve-soft); font-size: .68rem; }
.ve-upload > p { margin: 7px 0 0; text-align: center; }
.ve-file-status { min-height: 1.2em; margin-top: 6px; color: var(--ve-teal-dark); font-weight: 750; text-align: center; }
.ve-subpanel { padding: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 17px; background: var(--ve-cream); }
.ve-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 0 17px; }
.ve-subpanel fieldset:last-child { margin-bottom: 0; }
.ve-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.ve-checks > label, .ve-circumstance-item > label:first-child, .ve-consent { display: flex; min-width: 0; align-items: flex-start; gap: var(--ve-s2); padding: var(--ve-s3); overflow-wrap: anywhere; border: 1px solid var(--ve-line); border-radius: 12px; background: white; color: var(--ve-ink); cursor: pointer; font-size: .86rem; font-weight: 700; line-height: 1.42; }
.ve-checks > label.is-disabled { opacity: .55; cursor: not-allowed; }
.ve-checks > label > input, .ve-circumstance-item > label:first-child > input, .ve-consent > input { position: absolute; opacity: 0; }
.ve-checks > label > span, .ve-circumstance-item > label:first-child > span { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 2px solid #afc1be; border-radius: 5px; color: transparent; font-size: .68rem; }
.ve-checks > label:has(input:checked), .ve-circumstance-item > label:first-child:has(input:checked), .ve-consent:has(input:checked) { border-color: var(--ve-teal); background: var(--ve-mint-soft); }
.ve-checks > label > input:checked + span, .ve-circumstance-item > label:first-child > input:checked + span { border-color: var(--ve-teal); background: var(--ve-teal); color: white; }
.ve-checks > label:has(input:focus-visible), .ve-circumstance-item > label:first-child:has(input:focus-visible), .ve-consent:has(input:focus-visible) { outline: 3px solid rgba(10,102,100,.22); outline-offset: 2px; }
.ve-consent { margin-top: var(--ve-s4); background: var(--ve-cream); }
.ve-consent + .ve-note { margin-top: var(--ve-s4); }
.ve-consent::before { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 2px solid #afc1be; border-radius: 5px; content: "✓"; color: transparent; font-size: .68rem; }
.ve-consent:has(input:checked)::before { border-color: var(--ve-teal); background: var(--ve-teal); color: white; }
.ve-result .ve-step-head { max-width: 730px; }
.ve-result-hero { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; margin-bottom: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 18px; background: white; }
.ve-result-hero > div { padding: var(--ve-s4); }
.ve-result-hero > div + div { border-left: 1px solid var(--ve-line); }
.ve-result-hero span, .ve-result-hero strong, .ve-result-hero small { display: block; }
.ve-result-hero span { margin-bottom: 7px; color: var(--ve-soft); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ve-result-hero strong { color: var(--ve-ink); font-size: 1.12rem; line-height: 1.3; }
.ve-result-hero small { margin-top: 5px; color: var(--ve-soft); font-size: .78rem; line-height: 1.4; }
.ve-result-hero.urgent { border-color: #e3bb62; background: #fffaf0; }
.ve-result-hero.expired { border-color: #d89089; background: #fff5f3; }
.ve-result-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--ve-s3); }
.ve-summary, .ve-recommendation { padding: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 18px; background: white; }
.ve-summary h3, .ve-recommendation h3 { margin: 0 0 var(--ve-s3); color: var(--ve-ink); font-size: 1.35rem; line-height: 1.15; letter-spacing: -.035em; }
.ve-summary dl { margin: 0; }
.ve-summary dl > div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--ve-line); }
.ve-summary dt { color: var(--ve-soft); font-size: .84rem; }
.ve-summary dd { margin: 0; color: var(--ve-ink); font-size: .88rem; font-weight: 780; }
.ve-risk, .ve-good { margin-top: var(--ve-s3); padding: var(--ve-s3); border-radius: 11px; background: #fff8e8; font-size: .84rem; }
.ve-risk strong, .ve-good strong, .ve-good span { display: block; }
.ve-risk ul { margin: 7px 0 0; padding-left: 17px; color: var(--ve-soft); }
.ve-good { background: var(--ve-mint-soft); }
.ve-good span { margin-top: 3px; color: var(--ve-soft); }
.ve-recommendation { border-color: var(--ve-teal); background: var(--ve-teal-dark); color: white; }
.ve-recommendation .ve-eyebrow { color: var(--ve-mint); }
.ve-recommendation h3 { color: white; }
.ve-recommendation p { color: #c8d8d6; font-size: .92rem; }
.ve-recommendation .ve-next { width: 100%; border-color: white; background: white; color: var(--ve-teal-dark); box-shadow: none; }
.ve-recommendation > small { display: block; margin-top: 11px; color: #a9bfbc; font-size: .78rem; line-height: 1.5; }
.ve-result-actions { display: flex; gap: var(--ve-s2); margin-top: var(--ve-s4); }
.ve-legal { margin-top: var(--ve-s4); padding-top: var(--ve-s3); border-top: 1px solid var(--ve-line); color: var(--ve-soft); font-size: .8rem; }
.ve-legal strong { color: var(--ve-ink); }
.ve-legal p { margin: 4px 0 0; }

.ve-alert { display: flex; align-items: flex-start; gap: var(--ve-s2); max-width: 790px; padding: var(--ve-s3); margin: 0 auto var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 12px; font-size: .78rem; }
.ve-alert strong, .ve-alert span { display: block; }
.ve-alert-error { border-color: #e2aaa5; background: #fff4f2; color: #7c302a; }
.ve-alert-status { align-items: center; border-color: #9dcfc7; background: var(--ve-mint-soft); color: var(--ve-teal-dark); }
.ve-spinner { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid rgba(10,102,100,.22); border-top-color: var(--ve-teal); border-radius: 50%; animation: ve-spin .8s linear infinite; }
@keyframes ve-spin { to { transform: rotate(360deg); } }

.ve-guidance-stack { display: grid; gap: var(--ve-s3); margin-bottom: var(--ve-s4); }
.ve-guidance-card { padding: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 18px; background: white; }
.ve-guidance-card h3 { margin: 0 0 var(--ve-s2); color: var(--ve-ink); font-size: clamp(1.25rem, 2.5vw, 1.65rem); line-height: 1.2; letter-spacing: -.035em; }
.ve-guidance-card > p:not(.ve-guidance-level) { margin: 0; color: var(--ve-soft); font-size: .96rem; line-height: 1.6; }
.ve-guidance-level { display: inline-flex; margin: 0 0 var(--ve-s2); padding: 6px 10px; border-radius: 999px; background: var(--ve-mint-soft); color: var(--ve-teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ve-guidance-card > ul { margin: var(--ve-s3) 0 0; padding-left: var(--ve-s4); color: var(--ve-soft); font-size: .9rem; line-height: 1.5; }
.ve-guidance-card li + li { margin-top: 6px; }
.ve-guidance-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--ve-s3); margin-top: var(--ve-s4); }
.ve-guidance-columns > div { padding: var(--ve-s3); border-radius: 13px; background: var(--ve-cream); }
.ve-guidance-columns strong { color: var(--ve-ink); font-size: .88rem; }
.ve-guidance-columns ul { margin: 9px 0 0; padding-left: 18px; color: var(--ve-soft); font-size: .84rem; line-height: 1.5; }
.ve-guidance-metric { display: flex; align-items: baseline; justify-content: space-between; gap: var(--ve-s3); padding: 13px 16px; margin: 0 0 var(--ve-s3); border-radius: 13px; background: var(--ve-mint-soft); color: var(--ve-ink); }
.ve-guidance-metric span { font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.ve-guidance-metric strong { color: var(--ve-teal-dark); font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1; white-space: nowrap; }
.ve-guidance-risk { border: 2px solid #d49b2f; background: #fffdf7; }
.ve-guidance-card > .ve-guidance-warning { padding: 14px 16px; margin-top: var(--ve-s3); border-left: 5px solid #c88300; border-radius: 0 12px 12px 0; background: #fff3d8; color: var(--ve-ink); }
.ve-guidance-warning strong { color: #7c4300; font-size: 1rem; }
.ve-result-details { margin-top: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 16px; background: white; }
.ve-result-details > summary { padding: var(--ve-s3) var(--ve-s4); cursor: pointer; color: var(--ve-teal-dark); font-size: .8rem; font-weight: 850; }
.ve-result-details[open] > summary { border-bottom: 1px solid var(--ve-line); }
.ve-result-details .ve-guidance-card { border: 0; border-radius: 0; box-shadow: none; }
.ve-result-details .ve-guidance-card + .ve-guidance-card { border-top: 1px solid var(--ve-line); }

.ve-product-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--ve-s2); margin-bottom: var(--ve-s4); }
.ve-product-options .ve-option { min-height: 135px; }
.ve-section-title { margin: var(--ve-s5) 0 var(--ve-s3); padding-top: var(--ve-s4); border-top: 1px solid var(--ve-line); color: var(--ve-ink); font-size: 1.15rem; }
.ve-span-2 { grid-column: 1 / -1; }
.ve-directory-status { margin: 0 0 var(--ve-s4); color: var(--ve-soft); font-size: .72rem; }
.ve-inline-action { min-height: 42px; padding: 9px 14px; margin: 0 0 var(--ve-s4); border: 1px solid var(--ve-teal); border-radius: 10px; background: white; color: var(--ve-teal); cursor: pointer; font-size: .75rem; font-weight: 800; }
.ve-review-card { padding: var(--ve-s4); margin-bottom: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 16px; background: white; }
.ve-review-card > strong { display: block; margin-bottom: 12px; color: var(--ve-ink); font-size: 1.05rem; }
.ve-review-card > p { margin: 0; color: var(--ve-soft); font-size: .8rem; }
.ve-review-card dl { margin: 0; }
.ve-review-card dl > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 13px; padding: 9px 0; border-bottom: 1px solid var(--ve-line); }
.ve-review-card dl > div:last-child { border-bottom: 0; }
.ve-review-card dt { color: var(--ve-soft); font-size: .72rem; }
.ve-review-card dd { margin: 0; color: var(--ve-ink); font-size: .76rem; font-weight: 800; }
.ve-processing { display: flex; align-items: center; gap: var(--ve-s2); padding: var(--ve-s4); border: 1px solid var(--ve-line); border-radius: 16px; background: var(--ve-mint-soft); color: var(--ve-teal-dark); }
.ve-download-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--ve-s3); padding: var(--ve-s4); margin-bottom: var(--ve-s4); border: 1px solid #9ccac3; border-radius: 17px; background: white; }
.ve-download-card > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 10px; background: #1656a5; color: white; font-size: 1.2rem; font-weight: 900; }
.ve-download-card strong, .ve-download-card small { display: block; }
.ve-download-card small { margin-top: 3px; color: var(--ve-soft); font-size: .68rem; }

@media (max-width: 900px) {
  .ve-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .ve-aside { padding: var(--ve-s4); }
  .ve-main { padding: var(--ve-s6) var(--ve-s4); }
  .ve-options-3, .ve-result-hero { grid-template-columns: 1fr; }
  .ve-product-options { grid-template-columns: 1fr; }
  .ve-product-options .ve-option { min-height: 72px; }
  .ve-result-hero > div + div { border-top: 1px solid var(--ve-line); border-left: 0; }
}

@media (max-width: 700px) {
  .ve-configurator { font-size: 15px; }
  .ve-shell { display: block; min-height: 0; border-radius: 20px; }
  .ve-aside { display: none; }
  .ve-main { padding: var(--ve-s4) var(--ve-s3) 28px; }
  .ve-mobile-progress { display: grid; gap: var(--ve-s1); margin-bottom: var(--ve-s4); color: var(--ve-soft); font-size: .68rem; font-weight: 800; }
  .ve-mobile-progress progress { width: 100%; height: 6px; overflow: hidden; border: 0; border-radius: 10px; background: var(--ve-line); }
  .ve-mobile-progress progress::-webkit-progress-bar { border-radius: 10px; background: var(--ve-line); }
  .ve-mobile-progress progress::-webkit-progress-value { border-radius: 10px; background: var(--ve-teal); }
  .ve-mobile-progress progress::-moz-progress-bar { border-radius: 10px; background: var(--ve-teal); }
  .ve-step-head { margin-bottom: var(--ve-s4); }
  .ve-step-head h2 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .ve-step-head p:last-child { font-size: .9rem; }
  .ve-start-grid, .ve-options-2, .ve-options-3, .ve-grid-2, .ve-checks, .ve-result-grid, .ve-guidance-columns { grid-template-columns: 1fr; }
  .ve-span-2 { grid-column: auto; }
  .ve-start-grid { gap: var(--ve-s1); }
  .ve-start-card { display: grid; grid-template-columns: auto 1fr; gap: 2px var(--ve-s2); padding: var(--ve-s3); }
  .ve-start-card > span { grid-row: 1 / 3; margin: 0; }
  .ve-subpanel { padding: var(--ve-s3); }
  .ve-nav { position: sticky; z-index: 5; bottom: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); margin-inline: calc(-1 * var(--ve-s3)); padding: 14px var(--ve-s3) calc(14px + env(safe-area-inset-bottom)); background: rgba(255,253,250,.96); backdrop-filter: blur(10px); }
  .ve-next, .ve-back { min-height: 47px; }
  .ve-nav .ve-next { width: 100%; min-width: 0; padding-inline: 12px; white-space: normal; }
  .ve-field input, .ve-field select, .ve-nav button, .ve-inline-action { font-size: 16px; }
  .ve-inline-action { min-height: 46px; }
  .ve-result-actions { flex-wrap: wrap; }
  .ve-download-card { grid-template-columns: auto 1fr; }
  .ve-download-card .ve-next { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .ve-mobile-progress { margin-bottom: var(--ve-s4); }
  .ve-step-head h2 { font-size: clamp(1.72rem, 9vw, 2.25rem); }
  .ve-step-head p:last-child { font-size: .86rem; }
  .ve-option, .ve-checks > label, .ve-circumstance-item > label:first-child, .ve-consent { padding: 13px; }
  .ve-nav { gap: var(--ve-s1); }
  .ve-nav .ve-back { padding-inline: 11px; }
  .ve-review-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .ve-guidance-card { padding: var(--ve-s3); }
  .ve-download-card { padding: 16px; }
  .ve-result-actions .ve-back { flex: 1 1 auto; }
}

.ve-question-group {
  margin: var(--ve-s3) 0;
  overflow: clip;
  border: 1px solid var(--ve-line);
  border-radius: 16px;
  background: #fff;
}

.ve-question-group > summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--ve-ink);
  font-weight: 800;
  list-style-position: inside;
}

.ve-question-group[open] > summary {
  border-bottom: 1px solid var(--ve-line);
  background: var(--ve-mint);
}

.ve-circumstances {
  align-items: stretch;
  gap: 12px;
  padding: 16px;
}

.ve-circumstance-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ve-circumstance-item > label:first-child {
  width: 100%;
  min-height: 108px;
  flex: 1 1 auto;
}

.ve-circumstance-detail {
  display: grid;
  gap: var(--ve-s1);
  padding: 0;
  margin: 12px 0 0;
  border: 0;
  background: transparent;
  cursor: default;
  font-size: .84rem;
  font-weight: 820;
}

.ve-circumstance-detail textarea {
  min-height: 88px;
  resize: vertical;
}

.ve-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ve-s2);
}

.ve-compact-checks {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  margin-top: 0;
}

.ve-download-list {
  display: grid;
  gap: var(--ve-s2);
}

@media (max-width: 700px) {
  .ve-nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ve-nav:has(.ve-nav-actions) {
    grid-template-columns: 1fr;
  }

  .ve-nav-actions .ve-back,
  .ve-nav-actions .ve-next {
    width: 100%;
    justify-content: center;
  }

  .ve-circumstance-detail { margin-left: 0; }
}

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