:root{--sbf-navy:#062541;--sbf-muted:#6f8194;--sbf-ivory:#fffdf5}.sbf-standalone-page{margin:0!important;background:#eaf5fa!important}.sbf-app,.sbf-app *{box-sizing:border-box}.sbf-app{width:100%;min-height:100svh;color:var(--sbf-navy);background:radial-gradient(circle at 50% 25%,#fff 0,#fffdf7 48%,#fbf8ed 100%);font-family:Raleway,"Avenir Next",Avenir,Arial,sans-serif;line-height:1.35;-webkit-font-smoothing:antialiased}.sbf-app button,.sbf-app input{font:inherit}.sbf-app button{cursor:pointer}.sbf-shell{display:grid;width:min(100%,852px);height:100svh;min-height:620px;margin:0 auto;padding:max(18px,env(safe-area-inset-top)) clamp(22px,6vw,56px) max(16px,env(safe-area-inset-bottom));grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.sbf-header{display:flex;align-items:center;justify-content:space-between;min-height:64px}.sbf-logo{display:block;width:clamp(185px,49vw,320px);max-height:82px;object-fit:contain;object-position:left center}.sbf-call-icon{display:grid;width:52px;height:52px;place-items:center;color:var(--sbf-navy);background:#fff;border:2px solid var(--sbf-accent);border-radius:14px;box-shadow:0 5px 18px #0929430d}.sbf-call-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sbf-progress-wrap{padding:8px 0 6px}.sbf-progress-label{display:block;margin-bottom:7px;font-size:clamp(15px,2.3vh,20px);font-weight:600}.sbf-progress{display:flex;gap:7px}.sbf-progress i{display:block;width:min(72px,18%);height:7px;background:#d6dadd;border-radius:10px;transition:background .2s ease}.sbf-progress i.is-complete{background:var(--sbf-accent)}.sbf-stage{position:relative;min-height:0}.sbf-step{position:absolute;inset:0;display:grid;align-content:center;justify-items:center;padding:4px 0;animation:sbf-in .24s ease}.sbf-step[hidden]{display:none}@keyframes sbf-in{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}.sbf-visual{display:grid;width:100%;height:clamp(128px,25vh,285px);place-items:center;margin:0 auto 7px}.sbf-visual img{display:block;width:100%;height:100%;object-fit:contain}.sbf-visual-placeholder svg{width:min(68%,360px);height:100%;fill:#10aee2;stroke:#067cb3;stroke-width:3;filter:drop-shadow(0 14px 9px #071d4016)}.sbf-eyebrow{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:7px 22px;margin-bottom:9px;color:#056990;background:linear-gradient(90deg,#bcf2ff,#5ddbf8,#bcf2ff);border-radius:100px;font-size:clamp(12px,1.9vh,18px);font-weight:800;letter-spacing:.06em}.sbf-copy{width:100%;text-align:center}.sbf-copy h1{max-width:720px;margin:0 auto;font-size:clamp(30px,5.3vh,61px);font-weight:850;letter-spacing:-.045em;line-height:1.04}.sbf-copy p{margin:8px auto 0;font-size:clamp(15px,2.35vh,25px)}.sbf-copy h2{margin:12px auto 0;font-size:clamp(17px,2.6vh,27px);line-height:1.2}.sbf-choices{display:grid;width:100%;gap:8px;margin-top:14px}.sbf-choice{display:grid;width:100%;min-height:clamp(62px,8.2vh,91px);grid-template-columns:50px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:10px 18px;color:var(--sbf-navy);text-align:left;background:#fffefa;border:1.5px solid #91a7b8;border-radius:16px;transition:border-color .15s,background .15s,transform .15s}.sbf-choice:hover,.sbf-choice:focus-visible,.sbf-choice.is-selected{background:#f0fbff;border-color:var(--sbf-accent);outline:0;transform:translateY(-1px)}.sbf-choice-mark{display:grid;width:43px;height:43px;place-items:center;color:var(--sbf-accent);border:2px solid var(--sbf-accent);border-radius:11px}.sbf-choice-mark:before{content:"✓";font-size:24px;font-weight:900;opacity:.2}.sbf-choice.is-selected .sbf-choice-mark:before{opacity:1}.sbf-choice strong{display:block;font-size:clamp(16px,2.45vh,25px);line-height:1.1}.sbf-choice small{display:block;margin-top:4px;font-size:clamp(12px,1.85vh,18px)}.sbf-choice>svg,.sbf-submit svg{width:24px;height:24px;fill:none;stroke:var(--sbf-accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sbf-step-contact .sbf-visual{height:clamp(105px,19vh,220px)}.sbf-form{display:grid;width:100%;gap:8px;margin-top:13px}.sbf-form label{display:grid;min-height:clamp(54px,7.7vh,78px);grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:0 19px;background:#fff;border:1.5px solid #91a7b8;border-radius:15px}.sbf-form label:focus-within{border-color:var(--sbf-accent);box-shadow:0 0 0 3px #10b9ed1a}.sbf-form label svg{width:27px;height:27px;fill:none;stroke:var(--sbf-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sbf-form input{width:100%;height:100%;padding:0;color:var(--sbf-navy);background:transparent;border:0!important;box-shadow:none!important;outline:0;font-size:clamp(16px,2.2vh,22px)}.sbf-form input::placeholder{color:#94a3b6}.sbf-form .sbf-honeypot{position:absolute;left:-10000px;width:1px;height:1px}.sbf-submit{display:grid;min-height:clamp(58px,8.1vh,82px);grid-template-columns:1fr 24px;align-items:center;padding:0 24px;color:#fff;background:var(--sbf-accent);border:0;border-radius:17px;font-size:clamp(17px,2.5vh,25px);font-weight:800}.sbf-submit svg{stroke:#fff}.sbf-submit:disabled{opacity:.7;cursor:wait}.sbf-submit.is-loading span:after{content:"…"}.sbf-privacy,.sbf-form-status{margin:0;text-align:center;font-size:clamp(11px,1.65vh,15px)}.sbf-form-status{min-height:16px;color:#b42318;font-weight:700}.sbf-success{align-self:center;padding:28px;text-align:center}.sbf-success>span{display:grid;width:82px;height:82px;margin:0 auto 18px;place-items:center;color:#fff;background:var(--sbf-accent);border-radius:50%;font-size:42px}.sbf-success h2{font-size:36px;margin:0}.sbf-success p{font-size:18px}.sbf-footer{min-height:50px;padding-top:8px;border-top:1px solid #9eafba}.sbf-back{display:flex;align-items:center;gap:4px;padding:5px 0;color:var(--sbf-navy);background:none;border:0;font-size:clamp(14px,2vh,19px)}.sbf-back svg{width:22px;height:22px;fill:none;stroke:var(--sbf-accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sbf-phone-line{text-align:center;font-size:clamp(13px,1.95vh,19px)}.sbf-phone-line a{color:var(--sbf-accent);font-weight:750;text-decoration:none}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(min-width:853px){.sbf-app-standalone{padding:22px 0}.sbf-app-standalone .sbf-shell{height:calc(100svh - 44px);min-height:680px;background:radial-gradient(circle at 50% 25%,#fff 0,#fffdf7 48%,#fbf8ed 100%);border-radius:24px;box-shadow:0 20px 70px #06254124}}@media(max-height:740px){.sbf-shell{padding-top:12px;padding-bottom:10px}.sbf-header{min-height:52px}.sbf-logo{max-height:58px}.sbf-call-icon{width:44px;height:44px}.sbf-visual{height:20vh}.sbf-step-contact .sbf-visual{height:14vh}.sbf-copy h1{font-size:clamp(26px,5vh,42px)}.sbf-copy p{margin-top:5px}.sbf-copy h2{margin-top:7px}.sbf-choices,.sbf-form{margin-top:9px}.sbf-privacy{display:none}}@media(max-width:430px){.sbf-shell{padding-left:20px;padding-right:20px}.sbf-choice{grid-template-columns:42px minmax(0,1fr) 20px;padding-left:13px;padding-right:13px}.sbf-choice-mark{width:38px;height:38px}.sbf-progress i{height:6px}.sbf-call-icon{border-radius:12px}}@media(prefers-reduced-motion:reduce){.sbf-step{animation:none}.sbf-choice{transition:none}}

