:root{--navy:#061f3c;--blue:#1269a9;--sky:#83c8ed;--ice:#edf5fa;--ink:#0b1e31;--muted:#5d6d7c;--line:#dbe6ed;--white:#fff;--green:#17613c;--amber:#8a5b08;--shadow:0 20px 55px rgba(6,31,60,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(135deg,#eef6fb,#fff);line-height:1.5}
a{text-decoration:none;color:inherit}
a,button{touch-action:manipulation}
button,input,select,textarea{font:inherit}
.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.topin{max-width:1040px;height:74px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}
.logo{height:50px;width:auto}
.contactTop{font-weight:850;color:var(--navy);display:inline-flex;align-items:center;min-height:44px}
.wrap{width:min(900px,calc(100% - 32px));margin:auto}
.intro{text-align:center;padding:48px 0 24px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.73rem;font-weight:900;color:var(--blue)}
h1,h2,h3{color:var(--navy);letter-spacing:-.035em}
h1{font-size:clamp(2.8rem,7vw,4.6rem);line-height:.94;margin:10px 0 14px}
.intro p{max-width:64ch;margin:auto;color:var(--muted)}
.methodGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:8px 0 30px}
.method{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;text-align:left;cursor:pointer;box-shadow:var(--shadow)}
.method.on,.method:hover{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue),var(--shadow)}
.method span{font-size:.66rem;letter-spacing:.11em;font-weight:900;color:var(--blue)}
.methodTitle{display:block;font-size:1.28rem;margin:8px 0 6px;color:var(--navy);letter-spacing:-.02em}
.method p{margin:0;color:var(--muted);font-size:.9rem}
.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:9px}
.progress i{height:5px;border-radius:999px;background:#d5e1e8}
.progress i.on{background:var(--blue)}
.progressText{font-size:.73rem;font-weight:900;color:#6d7d89;text-transform:uppercase;letter-spacing:.1em;margin-bottom:13px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;margin-bottom:42px}
.step{display:none}
.step.on{display:block}
.body{padding:32px}
.body h2{font-size:1.9rem;margin:0 0 7px}
.sub{color:var(--muted);margin:0 0 24px}
.services{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.svc{border:1px solid var(--line);border-radius:15px;background:#fff;padding:18px;text-align:left;cursor:pointer;min-height:88px}
.svc.on,.svc:hover{border-color:var(--blue);background:#eef7fc;box-shadow:inset 0 0 0 1px var(--blue)}
.svc b{display:block;color:var(--navy);font-size:.98rem}
.svc small{display:block;color:var(--muted);margin-top:4px}
.serviceFields{display:none;border-top:1px solid var(--line);padding-top:22px;margin-top:22px;scroll-margin-top:88px}
.serviceFields.on{display:block}
.serviceFields h3{font-size:1.35rem;margin:0 0 6px}
.fieldHelp{color:var(--muted);font-size:.85rem;margin:0 0 16px}
.field{display:grid;gap:7px;margin-bottom:16px;scroll-margin-top:88px}
.field label{font-size:.82rem;font-weight:850;color:var(--navy)}
.field em{font-style:normal;font-weight:500;color:#74818c}
.field input,.field select,.field textarea{width:100%;min-height:48px;padding:13px 14px;border:1px solid #c9d8e1;border-radius:11px;background:#fff;color:var(--ink)}
.field textarea{min-height:112px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,105,169,.13)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.check{display:flex;gap:9px;align-items:flex-start;color:#405366;font-size:.9rem;margin:9px 0}
.check input{margin-top:3px;min-width:18px;min-height:18px}
.notice{padding:14px 16px;border-radius:12px;background:var(--ice);color:#425d71;font-size:.87rem;margin:13px 0}
.reviewOnly{display:none;background:#fff8e9;color:#684e19;border:1px solid #f0ddb4}
.reviewOnly.on{display:block}
.err{display:none;color:#972e2e;font-size:.82rem;font-weight:800;margin-top:8px;scroll-margin-top:88px}
.err.on{display:block}
.actions{display:flex;gap:10px;padding:18px 24px;background:#f8fafb;border-top:1px solid var(--line)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;border-radius:11px;border:1px solid transparent;font-weight:850;cursor:pointer;text-align:center}
.btn:disabled{opacity:.58;cursor:wait}
.primary{background:var(--blue);color:#fff;flex:1}
.back{background:#fff;color:var(--navy);border-color:#cbd8e0}
.callout{text-align:center;color:var(--muted);font-size:.84rem;padding:14px 22px;border-top:1px solid var(--line)}
.callout a{color:var(--blue);font-weight:850}
.resultHead{background:var(--navy);color:#fff;text-align:center;padding:34px 28px}
.resultHead small{color:var(--sky);text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.amount{font-size:clamp(2.6rem,8vw,4.4rem);line-height:1;font-weight:900;margin:9px 0}
.resultHead p{color:#c9dbe7;margin:0 auto;max-width:56ch}
.summary{padding:25px 30px}
.line{display:grid;grid-template-columns:1fr auto;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}
.line:last-child{border-bottom:0}
.lineTitle{font-weight:800;color:var(--navy)}
.lineSub{font-size:.82rem;color:var(--muted)}
.statusPill{padding:6px 9px;border-radius:999px;font-size:.7rem;font-weight:900;white-space:nowrap;background:#e8f5ee;color:var(--green)}
.pending{background:#fff4dd;color:var(--amber)}
.nextBox{margin:0 30px 26px;padding:17px;border-radius:14px;background:var(--ice);color:#3f586b;font-size:.9rem}
.doneActions{padding:0 30px 30px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.footnote{text-align:center;color:#6f7e89;font-size:.78rem;padding-bottom:44px}
.method:focus-visible,.svc:focus-visible,.btn:focus-visible,a:focus-visible,.check input:focus-visible{outline:3px solid var(--sky);outline-offset:3px}
@media(max-width:620px){.topin{height:64px}
.logo{height:43px}
.contactTop{font-size:.78rem;min-height:48px}
.intro{padding-top:36px}
.methodGrid,.services,.two,.doneActions{grid-template-columns:1fr}
.body{padding:25px 20px}
.actions{position:sticky;bottom:0;z-index:6;padding:12px 14px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -10px 28px rgba(6,31,60,.08)}
.actions .btn{min-height:52px}
.summary{padding:22px 20px}
.line{gap:12px}
.nextBox{margin:0 20px 22px}
.doneActions{padding:0 20px 24px}
.statusPill{align-self:start}
}
@media(max-width:390px){.wrap{width:min(100% - 20px,900px)}
.body{padding:22px 16px}
.intro h1{font-size:2.65rem}
.contactTop{font-size:.72rem}
.line{grid-template-columns:1fr}
.statusPill{justify-self:start}
}
.estimateGuide{display:grid;grid-template-columns:66px 1fr;gap:13px;align-items:center;margin-top:15px;padding:10px 13px 10px 10px;border:1px solid #c5dfec;border-radius:17px;background:linear-gradient(135deg,#f2f9fd,#e6f3f9)}
.estimateGuide img{width:66px;height:66px;border-radius:14px;object-fit:cover;background:#dceef8}
.estimateGuide small{display:block;color:var(--blue);font-size:.59rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.estimateGuide strong{display:block;color:var(--navy);font-size:.88rem;line-height:1.3;margin-top:2px}
.estimateGuide.pulse img{animation:estimateGuidePulse .38s cubic-bezier(.2,.8,.3,1)}
@keyframes estimateGuidePulse{50%{transform:translateY(-3px) rotate(-1deg)}}
.successMedia{width:92px;aspect-ratio:1;margin:0 auto 13px;border-radius:20px;overflow:hidden;background:#dceef8;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.successMedia video{display:block;width:100%;height:100%;object-fit:cover}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.estimateGuide.pulse img{animation:none}
.successMedia video{animation:none}
}

.trustRail{background:#f7fbfd;border-bottom:1px solid var(--line)}
.trustRailIn{width:min(900px,calc(100% - 32px));min-height:40px;margin:auto;display:flex;align-items:center;justify-content:center;gap:18px;color:#405a70;font-size:.72rem;font-weight:850}
.trustRailIn a{color:var(--blue)}
@media(max-width:620px){.trustRailIn{width:min(100% - 20px,900px);display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 0;text-align:center;font-size:.64rem;line-height:1.25}
}
