:root{--bg:#fffaf8;--surface:#fff;--text:#261c23;--muted:#6f626a;--line:#eadfe4;--brand:#b62c68;--brand-dark:#821b48;--accent:#f3d8e4;--dark:#24121c;--shadow:0 20px 60px rgba(67,31,49,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,250,248,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,228,.85)}.topbar__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand),#e66b9e);color:#fff;font-family:Georgia,serif;font-size:24px;font-weight:700}.brand strong,.brand small{display:block}.brand small{font-size:12px;color:var(--muted);font-weight:400}.topbar__link{color:var(--brand-dark);font-weight:700;text-decoration:none}.hero{padding:72px 0 64px;overflow:hidden;background:radial-gradient(circle at 88% 8%,#f5dce7 0,transparent 34%),linear-gradient(180deg,#fffaf8,#fff)}.hero__grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:64px}.eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.eyebrow--light{color:#f1b8cf}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0 0 20px}h1{font-size:clamp(42px,6vw,72px);letter-spacing:-.035em}h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.025em}h3{font-size:24px}.hero__lead{font-size:20px;max-width:690px;color:var(--muted);margin:0 0 30px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice-card{appearance:none;border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px;text-align:left;display:flex;align-items:flex-start;gap:14px;box-shadow:0 8px 24px rgba(67,31,49,.06);transition:.2s}.choice-card:hover,.choice-card:focus-visible{transform:translateY(-3px);border-color:#d79ab5;box-shadow:var(--shadow);outline:none}.choice-card__icon{font-size:28px}.choice-card strong,.choice-card small{display:block}.choice-card strong{font-size:18px;margin-bottom:5px}.choice-card small{font-size:14px;color:var(--muted)}.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:24px;color:#55474f;font-size:14px}.hero__visual{position:relative}.hero__visual:before{content:"";position:absolute;inset:-22px 34px 30px -24px;border-radius:36px;background:linear-gradient(135deg,#f6d9e6,#fff1f6);transform:rotate(-3deg)}.hero__visual img{position:relative;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero__note{position:absolute;left:-34px;right:34px;bottom:24px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);padding:18px 20px;border-radius:18px;box-shadow:0 14px 40px rgba(36,18,28,.15)}.hero__note strong,.hero__note span{display:block}.hero__note span{color:var(--muted);font-size:14px}.section{padding:88px 0}.section--soft{background:#f8eff3}.section--dark{background:var(--dark);color:#fff}.section--form{background:linear-gradient(160deg,#fff,#f8e8ef)}.section-heading{max-width:700px;margin-bottom:38px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:#fff;padding:28px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 8px 28px rgba(67,31,49,.05)}.steps article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--accent);color:var(--brand-dark);font-weight:800;margin-bottom:20px}.steps p,.split p,.form-copy p{color:var(--muted);font-size:18px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.split--reverse>div:first-child{order:2}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-grid img{width:100%;height:220px;object-fit:cover;border-radius:20px}.product-grid img:first-child{grid-column:1/-1;height:270px}.check-list{padding:0;margin:26px 0 30px;list-style:none;display:grid;gap:12px}.check-list li{position:relative;padding-left:32px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--brand);font-weight:900}.check-list--light li:before{color:#f1b8cf}.income-card{background:linear-gradient(135deg,#421d31,#2d1723);border:1px solid rgba(255,255,255,.13);border-radius:30px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.24)}.income-card span{display:inline-block;color:#2a1420;background:#f2c8d9;border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.income-card p{color:#f1e5eb;font-size:22px;margin:20px 0 0}.button{border:0;border-radius:14px;padding:14px 20px;font-weight:800;transition:.2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg,var(--brand),#d94a86);color:#fff;box-shadow:0 12px 28px rgba(182,44,104,.25)}.button--secondary{background:var(--accent);color:var(--brand-dark)}.button--light{background:#fff;color:var(--dark)}.button--wide{width:100%;padding:17px}.form-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:start}.form-copy{position:sticky;top:110px}.contact-note{margin-top:28px;padding:20px;border-left:4px solid var(--brand);background:#fff;border-radius:0 16px 16px 0}.contact-note strong,.contact-note span{display:block}.contact-note span{font-size:14px;color:var(--muted)}.lead-form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}fieldset{border:0;padding:0;margin:0 0 26px}legend,.field>span{display:block;font-weight:800;margin-bottom:9px}.field em{font-weight:400;color:var(--muted);font-style:normal}.radio-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.radio-cards label{position:relative}.radio-cards input{position:absolute;opacity:0}.radio-cards span{display:flex;min-height:72px;align-items:center;justify-content:center;text-align:center;padding:12px;border:1px solid var(--line);border-radius:14px;font-weight:700;transition:.2s}.radio-cards input:checked+span{border-color:var(--brand);background:#fff0f6;color:var(--brand-dark);box-shadow:0 0 0 3px rgba(182,44,104,.08)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:block;margin-bottom:18px}.field input,.field select,.field textarea{width:100%;border:1px solid #dcced5;background:#fff;border-radius:13px;padding:14px 15px;color:var(--text);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(182,44,104,.09)}.consent{display:flex;gap:11px;align-items:flex-start;font-size:13px;color:var(--muted);margin:4px 0 18px}.consent input{margin-top:3px}.consent a{color:var(--brand-dark)}.form-footnote{font-size:12px;color:var(--muted);text-align:center;margin:13px 0 0}.honeypot{position:absolute!important;left:-9999px!important}.form-alert{padding:13px 15px;border-radius:12px;margin-bottom:18px;background:#fff1f1;color:#9d2525}.faq{max-width:850px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px;margin:12px 0}.faq summary{cursor:pointer;font-weight:800;padding:19px 0}.faq details p{color:var(--muted);margin:0 0 19px}.footer{background:#160c11;color:#e9dde3;padding:38px 0}.footer__grid{display:flex;justify-content:space-between;gap:30px}.footer p{color:#bbaab3;margin:6px 0 0;font-size:14px}.footer__grid>div:last-child{display:flex;gap:20px;align-items:center}.success-modal{position:fixed;inset:0;z-index:50;background:rgba(22,12,17,.68);display:grid;place-items:center;padding:20px}.success-modal[hidden]{display:none}.success-modal__card{width:min(480px,100%);background:#fff;border-radius:28px;padding:38px;text-align:center;box-shadow:0 30px 100px rgba(0,0,0,.28)}.success-modal__icon{display:grid;place-items:center;margin:0 auto 18px;width:64px;height:64px;border-radius:50%;background:#e8f7ed;color:#198440;font-size:32px;font-weight:900}.success-modal__card p{color:var(--muted);font-size:18px}.is-loading{opacity:.65;pointer-events:none}
@media(max-width:900px){.hero__grid,.split,.form-layout{grid-template-columns:1fr}.hero__visual{max-width:620px;margin:auto}.hero__visual img{aspect-ratio:16/10}.form-copy{position:static}.split--reverse>div:first-child{order:0}.steps{grid-template-columns:1fr}.section{padding:68px 0}.hero{padding-top:50px}.product-grid{max-width:650px}.footer__grid{display:grid}.radio-cards{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 22px,1160px)}.topbar__inner{min-height:64px}.brand small{display:none}.topbar__link{font-size:14px}.hero{padding:38px 0 48px}.hero__grid{gap:38px}h1{font-size:42px}.hero__lead{font-size:17px}.choice-grid{grid-template-columns:1fr}.hero__visual img{aspect-ratio:4/3;border-radius:24px}.hero__visual:before{inset:-12px 18px 18px -10px}.hero__note{left:10px;right:10px;bottom:10px;padding:14px}.section{padding:56px 0}.field-grid{grid-template-columns:1fr;gap:0}.lead-form{padding:22px 16px;border-radius:22px}.product-grid img,.product-grid img:first-child{height:170px}.footer__grid>div:last-child{display:grid;gap:8px}}

/* Version 2: segmented questionnaire */
.choice-grid--three{grid-template-columns:repeat(3,1fr)}
.choice-grid--three .choice-card{padding:18px 16px;display:grid;gap:8px}
.choice-grid--three .choice-card__icon{font-size:26px}
.section-intro{font-size:18px;color:var(--muted);max-width:760px}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.route-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 8px 28px rgba(67,31,49,.05)}
.route-card__number{display:inline-flex;color:var(--brand);font-weight:900;font-size:13px;letter-spacing:.12em;margin-bottom:28px}
.route-card p{color:var(--muted);min-height:82px}
.text-button{border:0;background:transparent;padding:0;color:var(--brand-dark);font-weight:800;text-align:left}
.dark-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.button--outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.42)}
.button--ghost{background:#f5edf1;color:var(--brand-dark)}
.selected-summary{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.selected-summary span,.selected-summary strong{display:block}
.selected-summary span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.selected-summary strong{font-size:18px;margin:4px 0 10px}
.selected-summary button{border:0;background:transparent;padding:0;color:var(--brand);font-weight:800}
.wizard-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;margin-bottom:30px}
.wizard-progress>span{display:grid;justify-items:center;gap:5px;color:#9e8d96}
.wizard-progress b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f0e7eb;font-size:14px}
.wizard-progress small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.wizard-progress i{height:2px;background:#eee2e7;margin:0 10px 20px}
.wizard-progress>span.is-active,.wizard-progress>span.is-complete{color:var(--brand-dark)}
.wizard-progress>span.is-active b{background:var(--brand);color:#fff;box-shadow:0 0 0 5px rgba(182,44,104,.1)}
.wizard-progress>span.is-complete b{background:#f0cadb;color:var(--brand-dark)}
.wizard-step{display:none}
.wizard-step.is-active{display:block;animation:wizardIn .22s ease}
@keyframes wizardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step-heading{margin-bottom:25px}
.step-heading>span{display:block;color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.step-heading h3{margin-bottom:10px}
.step-heading p{color:var(--muted);margin:0}
.segment-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.segment-selector button{border:1px solid var(--line);background:#fff;border-radius:17px;padding:18px 12px;text-align:center;transition:.2s}
.segment-selector button:hover,.segment-selector button:focus-visible{border-color:var(--brand);background:#fff5f9;transform:translateY(-2px);outline:none}
.segment-selector button span,.segment-selector button strong,.segment-selector button small{display:block}
.segment-selector button span{font-size:28px;margin-bottom:8px}
.segment-selector button strong{font-size:15px;margin-bottom:5px}
.segment-selector button small{font-size:12px;color:var(--muted)}
.existing-link{display:block;margin:20px auto 0;border:0;background:transparent;color:var(--brand-dark);font-weight:800;text-decoration:underline;text-underline-offset:4px}
.segment-panel{display:none}
.segment-panel.is-active{display:block}
.radio-cards--two{grid-template-columns:1fr 1fr}
.radio-cards--two span{min-height:62px}
.notice-box{padding:16px 18px;border-radius:14px;background:#fff7df;border:1px solid #ead79b;color:#594914;margin-bottom:20px}
.registration-field[hidden]{display:none}
.wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:8px}
.wizard-actions .button{min-width:130px}
.wizard-actions--submit .button--primary{flex:1}
@media(max-width:900px){.choice-grid--three,.route-grid{grid-template-columns:1fr}.route-card p{min-height:0}.segment-selector{grid-template-columns:1fr}.choice-grid--three .choice-card{display:flex}.form-copy{position:static}}
@media(max-width:620px){.radio-cards--two{grid-template-columns:1fr}.wizard-progress small{display:none}.wizard-progress i{margin-bottom:0}.wizard-actions{display:grid;grid-template-columns:1fr}.wizard-actions .button{width:100%}.dark-actions{display:grid}.dark-actions .button{width:100%}}

/* Version 3: clean sequential wizard */
[hidden]{display:none!important}
.section--form{background:linear-gradient(180deg,#fff 0,#fff8fb 100%);border-top:1px solid #f3e8ed;border-bottom:1px solid #f3e8ed}
.form-layout--wizard{grid-template-columns:minmax(300px,.72fr) minmax(540px,1.28fr);gap:44px}
.form-copy--wizard{top:96px}
.form-copy--wizard h2{font-size:clamp(38px,4vw,52px);max-width:520px;margin-bottom:18px}
.form-copy--wizard>p{font-size:18px;color:var(--muted);max-width:520px;margin:0}
.wizard-benefits{display:grid;gap:13px;margin:30px 0}
.wizard-benefits>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:14px 15px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.72)}
.wizard-benefits>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff0f6;color:var(--brand-dark);font-size:11px;font-weight:900;letter-spacing:.04em}
.wizard-benefits p,.wizard-benefits strong,.wizard-benefits small{display:block;margin:0}
.wizard-benefits strong{font-size:15px}
.wizard-benefits small{margin-top:2px;color:var(--muted);font-size:13px;font-weight:400}
.contact-note--wizard{display:flex;align-items:center;gap:13px;border-left:0;border:1px solid var(--line);border-radius:18px;margin-top:0;padding:15px 17px;box-shadow:0 8px 24px rgba(67,31,49,.05)}
.consultant-avatar{display:grid!important;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,var(--brand),#e66b9e);color:#fff!important;font-weight:900!important}
.contact-note--wizard p,.contact-note--wizard strong,.contact-note--wizard small{display:block;margin:0}
.contact-note--wizard small{color:var(--muted);font-size:12px}
.route-overview{position:relative;display:grid;grid-template-columns:48px 1fr;gap:13px;margin-top:16px;padding:16px 52px 16px 16px;border-radius:18px;background:#2a1520;color:#fff;box-shadow:0 16px 38px rgba(42,21,32,.16)}
.route-overview__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.12);font-size:24px}
.route-overview small,.route-overview strong,.route-overview p{display:block;margin:0}
.route-overview small{color:#d9c3ce;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.route-overview strong{font-size:16px;margin:2px 0 4px}
.route-overview p{font-size:12px;color:#d9c3ce;line-height:1.4}
.route-overview button{position:absolute;right:12px;top:12px;border:0;background:transparent;color:#f3b8d1;font-size:12px;font-weight:800;padding:4px}
.wizard--clean{min-height:590px;padding:32px 34px 34px;border-radius:28px;overflow:hidden}
.wizard-progress--clean{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;margin-bottom:34px;padding:0 2px}
.wizard-progress--clean>i{height:2px;background:#eadfe4;margin:0 12px}
.wizard-progress__item{display:flex;align-items:center;gap:9px;color:#9d8d95;white-space:nowrap}
.wizard-progress__item>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f2eaee;font-size:13px;font-weight:900;transition:.2s}
.wizard-progress__item p,.wizard-progress__item strong,.wizard-progress__item small{display:block;margin:0}
.wizard-progress__item strong{font-size:13px}
.wizard-progress__item small{font-size:10px;color:#a7979f}
.wizard-progress__item.is-active{color:var(--brand-dark)}
.wizard-progress__item.is-active>span{background:var(--brand);color:#fff;box-shadow:0 0 0 5px rgba(182,44,104,.09)}
.wizard-progress__item.is-complete{color:var(--brand-dark)}
.wizard-progress__item.is-complete>span{background:#f1c6d9;color:var(--brand-dark)}
.wizard-progress__item.is-complete>span:after{content:'✓';font-size:14px}
.wizard-progress__item.is-complete>span{font-size:0}
.step-heading--clean{max-width:650px;margin-bottom:24px}
.step-heading--clean>span{font-size:11px;letter-spacing:.12em}
.step-heading--clean h3{font-size:clamp(28px,3vw,36px);margin-bottom:10px;outline:none}
.step-heading--clean p{font-size:16px;line-height:1.55}
.segment-selector--clean{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.segment-selector--clean button{position:relative;display:grid;grid-template-columns:48px 1fr 26px;align-items:center;gap:13px;min-height:112px;padding:17px;text-align:left;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 6px 20px rgba(67,31,49,.035);transition:border-color .18s,transform .18s,box-shadow .18s,background .18s}
.segment-selector--clean button:hover,.segment-selector--clean button:focus-visible{border-color:#d895b3;background:#fff8fb;transform:translateY(-2px);box-shadow:0 13px 30px rgba(67,31,49,.08);outline:none}
.segment-selector--clean button.is-selected{border-color:var(--brand);background:#fff1f7;box-shadow:0 0 0 4px rgba(182,44,104,.08),0 12px 28px rgba(67,31,49,.08)}
.segment-selector__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#f8eef2;font-size:25px}
.segment-selector__copy strong,.segment-selector__copy small{display:block}
.segment-selector__copy strong{font-size:16px;line-height:1.25;margin-bottom:5px}
.segment-selector__copy small{font-size:12px;color:var(--muted);line-height:1.4}
.segment-selector__check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid #dfd1d8;color:transparent;font-size:12px;font-weight:900}
.segment-selector--clean button.is-selected .segment-selector__check{background:var(--brand);border-color:var(--brand);color:#fff}
.wizard-actions--one{justify-content:flex-end;margin-top:22px}
.wizard-actions--one .button{min-width:190px}
.button:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}
.radio-cards--choice{grid-template-columns:1fr 1fr;gap:11px}
.radio-cards--choice span{min-height:70px;padding:14px 16px;border-radius:15px;line-height:1.3;background:#fff}
.radio-cards--choice label:hover span{border-color:#d895b3;background:#fff9fb}
.radio-cards--choice input:focus-visible+span{outline:3px solid rgba(182,44,104,.13);outline-offset:2px}
.wizard--clean .field-grid{gap:15px}
.wizard--clean .field{margin-bottom:16px}
.wizard--clean .field>span,.wizard--clean legend{font-size:15px;margin-bottom:8px}
.wizard--clean .field input,.wizard--clean .field select,.wizard--clean .field textarea{min-height:52px;border-radius:14px;padding:13px 14px;background:#fff}
.wizard--clean .field textarea{min-height:92px;resize:vertical}
.wizard--clean .notice-box{font-size:14px;line-height:1.5}
.wizard--clean .wizard-actions{margin-top:16px;padding-top:4px}
.wizard--clean .wizard-actions .button{min-height:50px}
.wizard--clean .form-alert{border:1px solid #f0c6c6;background:#fff3f3;margin-bottom:22px}
.wizard-success{min-height:450px;text-align:center;place-content:center;padding:45px 15px}
.wizard-success.is-active{display:grid}
.wizard-success__icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#e8f7ed;color:#198440;font-size:34px;font-weight:900}
.wizard-success>span{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.wizard-success h3{font-size:40px;margin:8px 0 12px;outline:none}
.wizard-success>p{max-width:540px;margin:0 auto;color:var(--muted);font-size:17px}
.wizard-success__summary{display:grid;gap:5px;max-width:480px;margin:24px auto;padding:16px 20px;border:1px solid var(--line);border-radius:16px;background:#fffafc}
.wizard-success__summary strong,.wizard-success__summary span{display:block}
.wizard-success__summary strong{color:var(--brand-dark)}
.wizard-success__summary span{font-size:13px;color:var(--muted)}
.wizard-success .button{justify-self:center}

@media(max-width:1050px){
  .form-layout--wizard{grid-template-columns:1fr;gap:28px}
  .form-copy--wizard{position:static;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
  .form-copy--wizard>.eyebrow,.form-copy--wizard>h2,.form-copy--wizard>p{grid-column:1/-1}
  .wizard-benefits{margin:10px 0 0}
  .contact-note--wizard{margin-top:10px}
  .route-overview{grid-column:1/-1}
}
@media(max-width:760px){
  .wizard--clean{padding:24px 20px;min-height:0}
  .wizard-progress__item p{display:none}
  .wizard-progress--clean{grid-template-columns:34px 1fr 34px 1fr 34px;margin-bottom:27px}
  .wizard-progress--clean>i{margin:0 8px}
  .segment-selector--clean{grid-template-columns:1fr}
  .segment-selector--clean button{min-height:94px}
  .radio-cards--choice{grid-template-columns:1fr}
  .form-copy--wizard{grid-template-columns:1fr}
  .form-copy--wizard>.eyebrow,.form-copy--wizard>h2,.form-copy--wizard>p,.route-overview{grid-column:auto}
  .wizard-benefits{display:none}
}
@media(max-width:520px){
  .section--form{padding-top:46px}
  .form-copy--wizard h2{font-size:36px}
  .form-copy--wizard>p{font-size:16px}
  .contact-note--wizard{padding:13px}
  .wizard--clean{padding:20px 15px;border-radius:22px}
  .segment-selector--clean button{grid-template-columns:42px 1fr 24px;padding:14px;gap:10px}
  .segment-selector__icon{width:42px;height:42px;border-radius:13px;font-size:22px}
  .wizard-actions,.wizard-actions--one{display:grid;grid-template-columns:1fr}
  .wizard-actions .button,.wizard-actions--one .button{width:100%;min-width:0}
  .wizard-actions .button--ghost{order:2}
  .step-heading--clean h3{font-size:29px}
}
.wizard--clean{scroll-margin-top:92px}
