:root{--ink:#15201e;--muted:#63706c;--paper:#f6f6f1;--card:#fff;--red:#dd342e;--deep:#192421;--line:#dce0d9}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 90% 0,#e8f0e9 0,transparent 30%),var(--paper);font:16px/1.5 Inter,Arial,sans-serif;color:var(--ink)}main{max-width:980px;margin:auto;padding:32px 24px 90px}.entry-screen{max-width:610px;margin:10vh auto}.brand{font-weight:900;letter-spacing:-.08em;font-size:25px}.brand span{color:var(--red);font-weight:700;letter-spacing:-.04em;margin-left:4px}.eyebrow{margin:36px 0 13px;color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}h1{font-size:clamp(46px,7vw,82px);line-height:.93;letter-spacing:-.075em;margin:0 0 23px}h1 em{font-style:normal;color:var(--red)}.lead{max-width:560px;color:var(--muted);font-size:18px;line-height:1.65}.email-form{margin-top:35px;display:flex;gap:12px;align-items:end}.email-form label{flex:1}.small{font-size:13px;color:var(--muted)}label{display:grid;gap:7px;font-weight:750;font-size:14px}input,textarea{width:100%;border:1px solid #cfd5ce;background:#fff;border-radius:12px;padding:14px;font:inherit;color:var(--ink);outline:none;transition:border .2s,box-shadow .2s}input:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(221,52,46,.13)}textarea{min-height:122px;resize:vertical}button{border:0;border-radius:999px;padding:14px 20px;font:800 15px/1 Inter,Arial;cursor:pointer;white-space:nowrap}.primary{background:var(--red);color:#fff;box-shadow:0 7px 18px rgba(221,52,46,.2)}.primary:hover{background:#bd2924;transform:translateY(-1px)}.secondary{background:#e8ebe6;color:var(--ink)}.app-header{display:flex;justify-content:space-between;align-items:center;padding:8px 0 29px}.session-pill{color:var(--muted);font-size:12px}.journey{background:var(--deep);color:#fff;border-radius:23px;padding:21px 24px;margin-bottom:25px;box-shadow:0 16px 50px rgba(21,32,30,.14)}.journey-top,.journey-bottom{display:flex;justify-content:space-between;align-items:center}.journey-top p,.journey-bottom{margin:0;font-size:13px;color:#c9d2ca}.journey-top strong{font-size:14px;color:#fff}.journey-bottom{margin-top:11px}.progress-shell{height:17px;border-radius:99px;background:rgba(255,255,255,.16);overflow:hidden;margin-top:16px}.progress{height:100%;width:33.333%;min-width:8%;border-radius:99px;position:relative;overflow:hidden;background:linear-gradient(90deg,#ca2b28,#ef5047);transition:width .52s cubic-bezier(.2,.9,.2,1)}.progress:after{display:none}.progress i{display:none}.bubble{position:absolute;left:var(--start);top:var(--top);width:var(--size);height:var(--size);border-radius:50%;background:rgba(255,255,255,var(--alpha));box-shadow:0 0 0 1px rgba(255,255,255,.16);pointer-events:none;animation:bubble-flow var(--duration) linear forwards}@keyframes bubble-flow{0%{opacity:0;transform:translate(0,0) scale(.25)}12%{opacity:.55;transform:translate(calc(var(--travel) * .1714),-1px) scale(.75)}24%{opacity:.78;transform:translate(calc(var(--travel) * .3429),1px) scale(.9)}36%{opacity:1;transform:translate(calc(var(--travel) * .5143),-1.4px) scale(1)}48%{opacity:1;transform:translate(calc(var(--travel) * .6857),.8px) scale(.94)}60%{opacity:1;transform:translate(calc(var(--travel) * .8571),-1px) scale(1)}70%{opacity:1;transform:translate(var(--travel),.5px) scale(1)}78%{opacity:1;transform:translate(calc(var(--travel) - 7px),-1px) scale(1.15)}87%{opacity:.95;transform:translate(var(--travel),.5px) scale(1)}100%{opacity:0;transform:translate(calc(var(--travel) - 2px),0) scale(.55)}}.wizard-step{display:none;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,52px);min-height:440px;animation:in .32s ease}.wizard-step.active{display:block}@keyframes in{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}.wizard-step .eyebrow{margin:0 0 12px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}.wide{grid-column:span 2}fieldset{border:0;padding:0;margin:25px 0}legend{font-weight:850;font-size:15px;margin-bottom:10px}.choices{display:flex;flex-wrap:wrap;gap:9px}.choices label{position:relative;display:block;font-size:14px}.choices input{position:absolute;opacity:0}.choices span{display:block;border:1px solid #d3d9d2;border-radius:999px;padding:10px 13px;background:#fff;transition:.2s}.choices input:checked+span{border-color:var(--red);background:#fff0ef;color:#a91e1a}.technical{display:grid;grid-template-columns:repeat(2,1fr)}.technical span{border-radius:14px;height:100%;padding:15px}.switches,.confirm-card{display:grid;gap:10px;margin-top:25px}.switches label,.confirm-card label{display:flex;align-items:center;gap:10px;border:1px solid var(--line);padding:13px 15px;border-radius:12px;font-weight:650}.switches input,.confirm-card input{width:20px;height:20px}.wizard-nav{display:flex;justify-content:space-between;gap:10px;padding:22px 4px 0}.wizard-nav .primary{margin-left:auto}#result,#email-result{font-weight:700;color:var(--red);margin-top:17px}@media(max-width:640px){main{padding:22px 15px 60px}.entry-screen{margin:6vh auto}.email-form{display:grid;align-items:stretch}.email-form button{width:100%}.app-header{align-items:flex-start;gap:10px;flex-direction:column}.journey{padding:18px}.journey-bottom span:last-child{display:none}.grid,.technical{grid-template-columns:1fr}.wide{grid-column:auto}.wizard-step{border-radius:18px;padding:26px 20px;min-height:470px}.choices{gap:7px}.choices span{padding:9px 11px}h1{font-size:48px}.lead{font-size:16px}.wizard-nav{position:sticky;bottom:0;background:var(--paper);padding:15px 0 2px}}#application{min-height:calc(100dvh - 64px);display:flex;flex-direction:column}#request-form{display:flex;flex:1;flex-direction:column}.app-header{padding:0 0 12px}.journey{padding:16px 20px;margin-bottom:14px}.journey-bottom{margin-top:8px}.wizard-step{min-height:0;padding:24px 30px;flex:1}.wizard-step h1{font-size:clamp(30px,4vw,48px);margin-bottom:9px}.wizard-step .lead{font-size:15px;line-height:1.35;margin:0}.wizard-step .grid{margin-top:16px;gap:12px}.wizard-step fieldset{margin:14px 0}.wizard-step textarea{min-height:72px}.wizard-nav{margin-top:auto;padding-top:12px}@media(max-width:640px){main{padding:14px 12px}.app-header{padding-bottom:8px}.journey{padding:13px 15px;margin-bottom:10px}.journey-bottom{font-size:12px}.wizard-step{padding:16px}.wizard-step h1{font-size:31px}.wizard-step .eyebrow{margin-bottom:5px}.wizard-step .grid{gap:8px;margin-top:10px}.wizard-step input{padding:9px}.wizard-step textarea{min-height:55px;padding:9px}.wizard-step fieldset{margin:9px 0}.choices span{padding:7px 9px}.wizard-nav{padding-top:8px}}main{height:100dvh;padding:14px 24px;overflow:hidden}body{overflow:hidden}#application{height:100%;min-height:0;overflow:hidden}#request-form{min-height:0}.wizard-step{overflow:hidden}@media(max-width:640px){main{padding:10px 12px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.technical{grid-template-columns:repeat(2,minmax(0,1fr))}.wide{grid-column:span 2}.switches{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:9px}.switches label{padding:7px;font-size:11px;gap:5px}.switches input{width:16px;height:16px}.wizard-step[data-step="4"] .grid{gap:6px}.wizard-step[data-step="4"] label{font-size:11px;gap:3px}.wizard-step[data-step="4"] input{padding:7px;font-size:13px}}.hsb-mark{width:58px;height:58px;display:flex;align-items:center}.hsb-mark img{display:block;width:58px;height:58px;object-fit:contain}.entry-brandbar{display:flex;justify-content:space-between;align-items:center}.inspector-mark{display:inline-flex;align-items:baseline;color:#101412;font-family:Arial,sans-serif;font-size:15px;font-weight:900;letter-spacing:-.065em}.inspector-mark span{display:inline-block;width:6px;height:6px;margin-left:2px;border-radius:50%;background:var(--red)}.app-header .hsb-mark{width:48px;height:48px}.app-header .hsb-mark img{width:48px;height:48px}@media(max-width:640px){.hsb-mark,.hsb-mark img{width:44px;height:44px}.app-header .hsb-mark,.app-header .hsb-mark img{width:40px;height:40px}.inspector-mark{font-size:13px}}.journey{margin:0;border-radius:24px 24px 0 0;box-shadow:none}.journey+#request-form{background:var(--card);border:1px solid var(--line);border-top:0;border-radius:0 0 24px 24px}.wizard-step{background:transparent;border:0;border-radius:0}.guide{display:flex;align-items:center;gap:10px;margin:4px 0 9px;height:72px}.guide img{height:72px;width:58px;object-fit:cover;object-position:center top;align-self:end}.speech{position:relative;max-width:430px;margin:0;padding:10px 13px;border:1px solid #dce1dc;border-radius:13px;background:#fff;color:var(--ink);font-size:13px;line-height:1.3;box-shadow:0 3px 10px rgba(21,32,30,.06)}.speech:before{content:"";position:absolute;left:-7px;bottom:16px;width:12px;height:12px;background:#fff;border-left:1px solid #dce1dc;border-bottom:1px solid #dce1dc;transform:rotate(45deg)}@media(max-width:640px){.guide{height:54px;margin:2px 0 5px}.guide img{height:54px;width:45px}.speech{font-size:11px;padding:7px 9px;line-height:1.25}.speech:before{bottom:12px}.journey+#request-form{border-radius:0 0 18px 18px}.journey{border-radius:18px 18px 0 0}.wizard-step{padding-top:11px}.wizard-step[data-step="4"] .guide{display:none}}.step-heading{display:flex;align-items:flex-start;gap:18px;margin-bottom:6px}.step-heading h1{flex:0 0 auto;margin:0}.step-heading .guide{flex:1;margin:0;height:78px}.step-heading .guide img{height:78px;width:62px}@media(max-width:640px){.step-heading{gap:7px}.step-heading h1{font-size:28px}.step-heading .guide{height:52px;gap:5px}.step-heading .guide img{height:52px;width:42px}.step-heading .speech{font-size:10px;padding:6px 7px}}.wizard-nav .primary{background:transparent;color:var(--red);box-shadow:none;padding-right:0}.wizard-nav .secondary{background:transparent;color:var(--muted);padding-left:0}.wizard-nav .primary:hover{background:transparent;color:#a91e1a;transform:none}.step-heading{position:relative;min-height:78px}.step-heading .guide{position:absolute;z-index:2;right:-8px;top:-10px;width:330px;height:230px;flex-direction:row-reverse;justify-content:flex-start;pointer-events:none}.step-heading .guide img{width:126px;height:230px;object-fit:contain;object-position:center top}.step-heading .speech{align-self:flex-start;margin-top:29px;max-width:185px}@media(max-width:640px){.step-heading{min-height:58px}.step-heading .guide{right:-7px;top:-7px;width:205px;height:142px}.step-heading .guide img{width:76px;height:142px}.step-heading .speech{margin-top:18px;max-width:122px;font-size:9px}.wizard-nav .primary,.wizard-nav .secondary{font-size:14px}}.journey{background:transparent;padding:0;margin:0 0 8px;border-radius:0;box-shadow:none}.progress-shell{height:18px;margin:0;border:1px solid var(--deep);background:#fff}.journey+#request-form{border-top:1px solid var(--line);border-radius:24px}.speech:before{left:auto;right:-7px;border-left:0;border-bottom:0;border-right:1px solid #dce1dc;border-top:1px solid #dce1dc}.grid,.wizard-step>fieldset,.wizard-step>.technical,.wizard-step>label,.confirm-card{position:relative;z-index:3}.step-heading .guide{z-index:1}.step-heading h1{position:relative;z-index:2}@media(max-width:640px){.journey+#request-form{border-radius:18px}.progress-shell{height:15px}}.step-heading .guide{height:126px;top:-6px}.step-heading .guide img{width:100px;height:126px;object-fit:cover;object-position:center top}.step-heading .speech{margin-top:20px}.wizard-step[data-step="4"] .grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}.wizard-step[data-step="4"] label{font-size:11px;gap:3px}.wizard-step[data-step="4"] input{padding:8px;font-size:13px}.wizard-step[data-step="4"] .switches{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:8px}.wizard-step[data-step="4"] .switches label{padding:7px 9px;font-size:12px}@media(max-width:640px){.step-heading .guide{height:76px;top:-4px}.step-heading .guide img{width:60px;height:76px}.step-heading .speech{margin-top:12px}.wizard-step[data-step="4"] .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.wizard-step[data-step="4"] .switches label{font-size:10px;padding:6px}.wizard-step[data-step="4"] .switches input{width:14px;height:14px}}.journey{background:var(--card);padding:12px 18px 10px;margin:0;border:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0}.journey+#request-form{border-top:0;border-radius:0 0 24px 24px}.wizard-step[data-step="4"] .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px}.wizard-step[data-step="4"] label{font-size:13px;gap:4px}.wizard-step[data-step="4"] input{padding:9px;font-size:14px}.wizard-step[data-step="4"] .switches{margin-top:9px}.wizard-step[data-step="4"] .switches label{font-size:12px;padding:7px 10px}@media(max-width:640px){.journey{padding:9px 12px 8px;border-radius:18px 18px 0 0}.journey+#request-form{border-radius:0 0 18px 18px}.wizard-step[data-step="4"] .grid{gap:5px}.wizard-step[data-step="4"] label{font-size:11px}.wizard-step[data-step="4"] input{padding:7px;font-size:13px}}.journey{background:var(--deep);padding:15px 18px 20px;border-color:var(--deep);border-radius:24px 24px 0 0}.progress-shell{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.7)}.journey+#request-form{border-top:0}.wizard-nav{padding:18px 18px 16px}.wizard-nav .primary{padding-right:0}.wizard-nav .secondary{padding-left:0}.wizard-step[data-step="3"] .guide{z-index:4;top:-12px;height:108px}.wizard-step[data-step="3"] .guide img{height:108px;width:86px}.wizard-step[data-step="3"] .speech{margin-top:15px}.wizard-step[data-step="5"] .guide{z-index:4;top:-12px;height:108px}.wizard-step[data-step="5"] .guide img{height:108px;width:86px}.wizard-step[data-step="5"] .speech{margin-top:15px}@media(max-width:640px){.journey{padding:11px 13px 15px;border-radius:18px 18px 0 0}.wizard-nav{padding:14px 14px 13px}.wizard-step[data-step="3"] .guide{top:-5px;height:67px}.wizard-step[data-step="3"] .guide img{height:67px;width:53px}.wizard-step[data-step="3"] .speech{margin-top:10px}.wizard-step[data-step="5"] .guide{top:-5px;height:67px}.wizard-step[data-step="5"] .guide img{height:67px;width:53px}.wizard-step[data-step="5"] .speech{margin-top:10px}}
