/* Qwik's public homepage identity. Scoped to the marketing page. */
:root{--navy:#08264b;--navy2:#103b6e;--gold:#ff9418;--gold2:#ffb34c;--ink:#08264b;--muted:#52647a;--bg:#f2f7fc;--line:#dce5ef;--blue:#0076ed}
body{background:#fff;color:var(--ink)}
.wrap{max-width:1220px}
.nav{background:#fff}
.navIn{height:84px;gap:22px}
.logo{font-size:24px;letter-spacing:-1px;gap:8px;white-space:nowrap}
.logoBlue{color:#0076ed}
.brandQImage{width:44px;height:44px;object-fit:contain;flex:none}
.navLinks{gap:22px;font-size:13px}
.btn{border-radius:8px;padding:13px 22px;font-size:14px;box-shadow:none;transition:background .2s,transform .2s}
.btnGold{color:#08264b;background:#ff9418;box-shadow:none}
.btnGold:hover{background:#ffa83d}
.btnNavy:hover{background:#164779}
.btnGhost{border-color:#9cacc0;background:#fff}
.hero{background:linear-gradient(110deg,#fff 30%,#f1f7ff 100%);overflow:hidden}
.heroIn{grid-template-columns:1.05fr 1fr;gap:24px;padding-block:58px 46px;min-height:650px}
.heroCopy{position:relative;z-index:2}
.kicker{font-size:11px;letter-spacing:1.2px;padding:0;border:0;background:none;margin-bottom:26px;color:#45627c}
.kicker>span{color:#d46a00;margin-right:7px}
h1{font-size:clamp(64px,6.9vw,96px);letter-spacing:-5px;line-height:1.01;margin-bottom:24px;font-weight:850}
h1 em{color:#0076ed}
h1 em::after{display:none}
.sub{max-width:475px;font-size:18px;line-height:1.75;margin-bottom:28px}
.heroBtns .btn{padding:16px 23px;font-size:15px;display:inline-flex;gap:24px;align-items:center}
.heroNote{margin-top:23px;line-height:1.8;font-size:12px}
.qwikStage{position:relative;min-width:0;height:545px;display:flex;justify-content:center;align-items:center;isolation:isolate}
.stageCircle{position:absolute;width:440px;max-width:100%;aspect-ratio:1;border-radius:50%;background:#e0efff;border:1px solid #d0e6ff;z-index:-1;top:60px}
.stageCircle:after{content:"";position:absolute;inset:24px;border-radius:50%;border:1px dashed #accff0}
.brandMascot{width:auto;height:525px;max-width:100%;object-fit:contain;position:relative}
.qwikStage picture{display:flex;justify-content:center;max-width:100%}
.stageLabel{position:absolute;top:6px;right:10px;letter-spacing:2px;font-size:9px;font-weight:800;color:#4d657d;transform:rotate(5deg)}
.stageBadge{position:absolute;bottom:40px;left:0;background:white;border:1px solid #d7e5f2;box-shadow:0 12px 35px #123b6515;padding:14px 20px;display:flex;gap:12px;align-items:center;border-radius:12px;font-weight:800;font-size:14px}
.stageBadge>span{display:grid;place-items:center;background:#e4f5eb;color:#167447;width:32px;height:32px;border-radius:50%;font-size:20px}
.stageBadge small{display:block;font-weight:400;font-size:11px;color:#52647a;margin-top:2px}
.stageSpark{position:absolute;right:18px;top:90px;font-size:45px;color:#ef8200}
.valueStrip{background:#08264b;color:white;padding:23px 0}
.valueStrip .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}
.valueStrip span{font-weight:800;font-size:12px;letter-spacing:2px}
.valueStrip p{font-size:14px;color:#c3d7ed}
.valueStrip a{font-size:13px;font-weight:700;color:#ffb453;text-decoration:underline;text-underline-offset:5px}
section{padding:85px 0;scroll-margin-top:100px}
h2{font-size:40px;line-height:1.15;letter-spacing:-1.3px;max-width:760px}
.secKick{color:#0864bc;letter-spacing:2px;font-size:11px;margin-bottom:16px}
.secSub{font-size:16px;max-width:730px;line-height:1.8}
.sectionHeading{display:flex;gap:40px;justify-content:space-between;align-items:end;margin-bottom:36px}
.sectionHeading>p{max-width:320px;color:var(--muted);font-size:15px}
.workflowGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.workflowGrid article{border-top:1px solid #cad8e7;padding-top:22px}
.stepNumber{font-size:10px;font-weight:800;letter-spacing:2px;color:#42627f}
.stepVisual{height:90px;margin:22px 0;display:flex;align-items:center;gap:12px;background:#f1f6fb;padding:20px;border-radius:10px;color:#49627b;font-size:12px}
.addressVisual>span:first-child{font-size:26px;color:#0875de}.addressVisual b{margin-left:auto;font-size:22px}
.quoteVisual{justify-content:space-between}.quoteCheck{background:#ddf2e6;color:#17623b;padding:5px 8px;border-radius:5px;font-weight:bold}
.deliveryVisual{justify-content:center}.deliveryVisual span{background:white;border:1px solid #ccdceb;padding:7px 13px;border-radius:5px;font-weight:bold;color:#1c4b7c}
.workflowGrid h3{font-size:20px;letter-spacing:-.5px;margin-bottom:12px}.workflowGrid p{font-size:14px;line-height:1.8;color:var(--muted)}
.workflowNote{font-size:12px;color:#52647a;margin-top:30px}.workflowNote a{color:#075cae;text-decoration:underline;font-weight:bold}
#deliver{background:#f2f7fc}.way{box-shadow:none;border:1px solid #dce5ef;padding:30px}.way.lead{border-color:#75afeb}.wayTag{background:#0071d8;color:white}.wayIco{font-size:28px}.wayFoot{color:#0a629f}
.dark{background:#08264b}.dark h2{color:white}.dark .secKick{color:#ffb453}
.showRow{padding:45px 0}.showRow h3{font-size:29px}.showKick{background:#e7f2ff;color:#145b96}
.showViz{box-shadow:none;border-radius:18px}.feat{box-shadow:none}.featIco{background:#e7f2ff}
.plan{border-radius:16px}.plan.hot{border-color:#ffad46}.planFlag{background:#ffad46;color:#08264b}
.faq details{border:0;border-bottom:1px solid #dce5ef;border-radius:0;padding:23px 0}
.cta{margin:0;border-radius:20px;padding:60px 30px;background:#08264b}.cta h2{margin-inline:auto;max-width:720px}.cta p{margin-top:18px}
footer{background:#f2f7fc}
.productPreview{padding-bottom:0}
.demoShell{border:1px solid #cad9e8;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #123c6410}
.demoTop{background:#08264b;color:#ccdef2;padding:19px 25px;display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:15px}
.demoTop strong{font-size:18px;color:white;margin-right:16px;letter-spacing:-.5px}.demoTop strong span{color:#61b7ff}
.sampleLabel{font-size:9px;letter-spacing:1.5px;color:#c5d7ea}
.demoBody{display:grid;grid-template-columns:250px 1fr}
.demoSteps{padding:24px 16px;background:#f1f6fb;border-right:1px solid #dce5ef}
.demoSteps button{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:16px 13px;background:transparent;border:1px solid transparent;color:#52647a;font:inherit;cursor:pointer;border-radius:8px;margin-bottom:10px}
.demoSteps button[aria-selected=true]{background:white;border-color:#bccfe2;color:#08264b;box-shadow:0 3px 8px #0a365408}
.demoSteps button>span{font-size:12px;color:#006bcc;font-weight:800}.demoSteps button div{font-size:14px;font-weight:800}.demoSteps small{display:block;font-size:10px;font-weight:400;margin-top:3px}.demoSteps b{margin-left:auto}.demoSteps>p{font-size:12px;padding:30px 13px 0;color:#52647a}
.demoCanvas{padding:30px;min-width:0;background:white;min-height:375px}
.demoPanelHeading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px}.demoEyebrow{font-size:9px;letter-spacing:1.5px;color:#52647a;font-weight:800}.demoPanelHeading h3{font-size:23px;letter-spacing:-.6px;margin-top:5px}.demoStatus{font-size:10px;white-space:nowrap;background:#e4f5eb;color:#1a663f;border-radius:20px;padding:5px 10px}
.measureLayout{display:grid;grid-template-columns:1fr 150px;gap:25px}.roofDiagram{position:relative;border:1px solid #dce5ef;border-radius:9px;overflow:hidden;align-self:start}.roofDiagram svg{width:100%;display:block}.roofDiagram>span{position:absolute;bottom:8px;left:8px;font-size:8px;background:white;padding:2px 5px;color:#52647a;border-radius:3px}
.measureStats>div{padding:10px 0;border-bottom:1px solid #e1e9f1}.measureStats>div:first-child{padding-top:0}.measureStats span{display:block;font-size:10px;color:#52647a}.measureStats strong{font-size:23px;display:block;margin-top:3px}.measureStats small{font-size:11px;font-weight:500}.measureStats .nextStep{font-size:14px;color:#0069c8}
.demoCaption{font-size:11px;color:#52647a;margin-top:20px}.sampleQuote>div{display:flex;justify-content:space-between;padding:14px 5px;border-bottom:1px solid #e1e9f1;font-size:14px}.sampleQuote .sampleTotal{border:0;background:#eff6fd;padding:20px 15px;font-size:19px;border-radius:8px}.sampleTotal strong{color:#0067c5}
.sendOptions{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.sendOptions>div{background:#f1f6fb;padding:25px 17px;border-radius:8px}.sendOptions span{color:#0067c5;font-size:25px}.sendOptions h4{margin:12px 0 6px;font-size:17px}.sendOptions p{font-size:12px;color:#52647a}
@media(max-width:860px){.demoBody{grid-template-columns:1fr}.demoSteps{display:flex;border-right:0;border-bottom:1px solid #dce5ef;padding:10px;gap:7px}.demoSteps button{margin:0;padding:12px;gap:8px}.demoSteps>p,.demoSteps b{display:none}.demoSteps small{font-size:9px}}
@media(max-width:560px){.demoTop{padding:15px}.demoTop>span:first-child{font-size:0}.demoTop strong{font-size:16px}.sampleLabel{font-size:7px;letter-spacing:.5px}.demoCanvas{padding:18px;min-height:430px}.demoSteps small{display:none}.demoSteps button{padding:10px 8px;gap:6px}.demoSteps button div{font-size:12px}.demoSteps button>span{font-size:9px}.demoPanelHeading{align-items:start;flex-direction:column;gap:10px;margin-bottom:18px}.demoPanelHeading h3{font-size:21px}.measureLayout{grid-template-columns:1fr;gap:15px}.measureStats{display:flex;gap:13px;justify-content:space-between}.measureStats>div{padding:0;border:0}.measureStats strong{font-size:17px}.measureStats .nextStep{font-size:11px}.measureStats span{font-size:9px}.measureStats small{font-size:9px}.sendOptions{grid-template-columns:1fr;gap:8px}.sendOptions>div{padding:12px}.sendOptions span{float:right}.sendOptions h4{margin:0 0 4px}.demoCaption{font-size:10px}}
@media(max-width:1080px){.navLinks{gap:13px}.navIn{gap:13px}.nav .btn{padding:10px 13px;font-size:12px}.logo{font-size:21px}.heroIn{gap:15px}.stageBadge{left:-5px}.brandMascot{height:490px}.qwikStage{height:520px}}
@media(max-width:860px){.navLinks{display:none}.navIn{height:74px}.nav .logo{margin-right:auto}.heroIn{grid-template-columns:1fr;padding-block:44px;gap:22px}.heroCopy{max-width:650px}h1{font-size:80px}.qwikStage{width:100%;max-width:550px;margin:auto;height:480px}.brandMascot{height:475px}.stageBadge{left:15px}.stageCircle{top:20px}.valueStrip p{display:none}.workflowGrid{gap:18px}.stepVisual{padding:12px}.deliveryVisual{gap:5px}.deliveryVisual span{padding:6px 8px}h2{font-size:34px}}
@media(max-width:560px){.navIn{flex-wrap:nowrap;min-height:68px;height:auto;padding-block:14px}.nav .logo{font-size:20px}.brandQImage{width:36px;height:36px}.nav .btnNavy{display:none}.nav .btnGhost{margin:0!important}.heroIn{padding-block:35px 28px}h1{font-size:64px;letter-spacing:-3px}.kicker{font-size:9px;letter-spacing:.6px;margin-bottom:23px}.sub{font-size:16px}.heroBtns{gap:10px}.heroBtns .btn{font-size:13px;padding:13px 15px;gap:12px}.heroNote{font-size:11px}.qwikStage{height:420px}.brandMascot{height:415px}.stageCircle{width:330px}.stageLabel{font-size:8px;right:0}.stageBadge{left:0;bottom:12px;padding:10px 12px;font-size:12px}.stageBadge small{font-size:9px}.stageSpark{right:0;top:80px;font-size:30px}.valueStrip .wrap{align-items:start;flex-direction:column;gap:8px}.valueStrip{padding:19px 0}.valueStrip span{font-size:11px}.valueStrip a{font-size:12px}section,.show{padding:55px 0}.sectionHeading{display:block}.sectionHeading>p{margin-top:20px}.workflowGrid{grid-template-columns:1fr;gap:26px}.stepVisual{margin:15px 0;height:70px;padding:20px}.workflowGrid h3{font-size:22px}.workflowNote{font-size:12px}h2{font-size:32px}.way{padding:25px}.cta{padding:40px 22px}.cta .btn{margin:6px 0}.showRow{gap:24px}.showRow h3{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}

/* A phone-sized map demo, isolated from the live application. */
.drivePreview{background:#f2f7fc;overflow:hidden}.driveLayout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.driveCopy h2{font-size:48px}.driveCopy>p{max-width:450px;color:#52647a;margin-top:22px}.driveStory{list-style:none;padding:0;margin:30px 0}.driveStory li{display:flex;gap:15px;padding:16px 0;border-bottom:1px solid #d5e1ef}.driveStory li>span{width:30px;height:30px;border:1px solid #bdcfe0;color:#476380;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:bold}.driveStory strong{font-size:15px}.driveStory small{display:block;font-size:12px;color:#52647a;margin-top:3px}.driveStory li.active>span{background:#0071dc;border-color:#0071dc;color:white}.driveStory li.active strong{color:#0067c5}.driveControls{display:flex;gap:10px}.driveCopy .driveDisclaimer{font-size:11px;line-height:1.7;margin-top:16px;max-width:400px}.driveDisplay{position:relative;display:flex;justify-content:center;padding:8px 0 35px;min-width:0;isolation:isolate}.driveHalo{position:absolute;width:520px;height:520px;max-width:115%;border-radius:50%;background:#dfedff;z-index:-1;top:65px}.drivePhone{width:342px;flex:none;background:#10243d;padding:10px;border-radius:47px;box-shadow:0 30px 65px #092c5330,0 0 0 1px #52677b,inset 0 0 0 3px #314863;position:relative}.driveGlass{border-radius:37px;overflow:hidden;background:white;position:relative}.driveNotch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:85px;height:22px;background:#10243d;border-radius:15px;z-index:4}.driveStatus{height:39px;display:flex;justify-content:space-between;align-items:center;padding:0 23px;font-size:10px;color:#08264b}.driveAppbar{height:49px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #dce5ef}.driveAppbar strong{font-size:17px;letter-spacing:-.7px}.driveAppbar strong>span{color:#0076ed}.driveMode{font-size:9px;font-weight:700;border-radius:20px;background:#e8f3ff;color:#065ca9;padding:4px 8px}.driveViewport{height:440px;position:relative;overflow:hidden;background:#dbe6d5}.driveWorld{width:320px;height:900px;position:absolute;top:0;left:50%;margin-left:-160px;transform:translateY(-360px);will-change:transform}.driveWorld>img{display:block;width:320px;height:900px;max-width:none}.driveCar{position:absolute;left:50%;top:238px;transform:translate(-50%,-50%);width:32px;height:48px;filter:drop-shadow(0 3px 3px #17364f55)}.driveCar svg{display:block;width:100%;height:100%}.drivePin{position:absolute;transform:translate(-50%,-100%);background:#0071dc;color:white;border:3px solid white;box-shadow:0 3px 8px #08264b40;border-radius:50% 50% 50% 4px;width:31px;height:31px;font-size:15px;cursor:pointer;z-index:2}.drivePin[hidden]{display:none}.drivePin:hover,.drivePin:focus-visible{background:#b95200}.drivePin.pop{animation:pin-arrive .35s ease-out}.driveCounter{position:absolute;top:12px;left:12px;right:12px;background:#fff;border:1px solid #d3e0e9;border-radius:9px;box-shadow:0 3px 12px #12345610;padding:10px;display:flex;align-items:center;gap:6px;font-size:9px}.driveCounter b{margin-left:auto;color:#0066c2;white-space:nowrap}.driveDot{width:6px;height:6px;border-radius:50%;background:#167b51}.driveQuote{position:absolute;bottom:12px;left:12px;right:12px;background:white;border:1px solid #ccdce7;box-shadow:0 8px 30px #12345320;border-radius:13px;padding:12px 15px}.driveQuote[hidden]{display:none}.driveQuoteTop{display:flex;justify-content:space-between;align-items:center;color:#52647a;font-size:8px;letter-spacing:1px}.driveQuoteTop button{font-size:22px;border:0;background:none;color:#52647a;cursor:pointer;width:28px;height:28px}.driveQuote>strong{font-size:13px}.driveQuoteAmount{display:flex;align-items:center;justify-content:space-between;margin-top:5px}.driveQuoteAmount b{font-size:28px;letter-spacing:-1px}.driveQuoteAmount span{font-size:8px;background:#e5f4e9;color:#19683b;padding:4px 7px;border-radius:20px}.driveQuote>p{font-size:10px;color:#52647a;margin:3px 0 10px}.driveQuoteActions{display:flex;gap:5px}.driveQuoteActions span{flex:1;text-align:center;background:#edf5fc;padding:6px;font-size:10px;border-radius:4px;font-weight:bold;color:#075caa}.driveBottom{display:flex;justify-content:space-around;padding:17px 8px 23px;font-size:9px;color:#52647a}.driveBottom .selected{color:#0066c2;font-weight:bold}.driveFloat{position:absolute;bottom:13px;left:0;background:white;border:1px solid #ccddeb;box-shadow:0 10px 35px #08264b15;border-radius:12px;padding:15px 20px;display:flex;align-items:center;gap:13px;font-size:13px;font-weight:bold}.driveFloat>span{background:#fff0db;color:#a85300;padding:5px 12px;font-size:24px;border-radius:9px}.driveFloat small{display:block;font-size:10px;font-weight:normal;color:#52647a;margin-top:3px}@keyframes pin-arrive{from{opacity:0;translate:0 -15px;scale:1.3}to{opacity:1;translate:0 0;scale:1}}
@media(max-width:860px){.driveLayout{gap:28px;grid-template-columns:1fr 1fr}.driveCopy h2{font-size:35px}.drivePhone{width:320px}.driveFloat{font-size:11px;padding:12px;left:-15px}.driveCopy>p{font-size:14px}.driveStory strong{font-size:13px}.driveStory small{font-size:11px}}
@media(max-width:680px){.driveLayout{grid-template-columns:1fr;gap:35px}.driveCopy h2{font-size:34px}.driveDisplay{max-width:430px;width:100%;margin:auto}.drivePhone{width:min(342px,100%)}.driveFloat{left:0;padding:10px 12px;font-size:11px}.driveHalo{width:370px;height:370px;top:100px}.driveViewport{height:420px}.driveControls .btn{padding:12px 20px}}
@media(prefers-reduced-motion:reduce){.drivePin.pop{animation:none}}

/* Actual app capture in the hero; the map controls remain part of the capture. */
.heroPhoneColumn{min-width:0;padding-top:8px}.heroPhoneColumn .driveDisplay{padding-bottom:0;scroll-margin-top:100px}.heroPhoneColumn .driveHalo{width:475px;height:475px;top:45px;max-width:110%}.heroPhoneColumn .drivePhone{width:342px;border-radius:38px;padding:9px}.heroPhoneColumn .driveGlass{border-radius:29px}.heroPhoneColumn .driveViewport{height:auto;aspect-ratio:1320/2272}.heroPhoneColumn .driveWorld{inset:0;width:100%;height:100%;margin:0;transform:none;will-change:auto}.heroPhoneColumn .driveWorld>picture{display:block;width:100%;height:100%}.heroPhoneColumn .driveWorld img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain}.heroPhoneColumn .driveCar{top:77%;left:50.5%;width:25px;height:38px}.heroPhoneColumn .drivePin{width:25px;height:25px;font-size:11px}.heroPhoneColumn .driveQuote{z-index:5;bottom:80px}.heroPhoneColumn .driveCounter{position:static;box-shadow:none;background:transparent;border:0;padding:8px 0;justify-content:center;gap:7px;font-size:10px}.heroPhoneColumn .driveCounter b{margin-left:4px}.heroDriveControls{max-width:342px;margin:15px auto 0;text-align:center}.heroDriveControls .driveControls{justify-content:center}.heroDriveControls .btn{font-size:11px;padding:8px 16px}.heroDriveControls>p{font-size:9px;color:#52647a}.miniQwik{position:absolute;right:0;bottom:10px;z-index:6;pointer-events:none}.miniQwik .brandMascot{height:150px;width:100px;object-fit:contain;filter:drop-shadow(0 5px 7px #08264b15)}.heroIn{padding-block:35px;align-items:center}.heroPhoneColumn .drivePin[data-property="0"]{left:26%!important;top:63%!important}.heroPhoneColumn .drivePin[data-property="1"]{left:73%!important;top:59.4%!important}.heroPhoneColumn .drivePin[data-property="2"]{left:27.2%!important;top:50%!important}
@media(max-width:860px){.heroPhoneColumn{width:100%;max-width:480px;margin:auto}.miniQwik{right:12px}.miniQwik .brandMascot{height:130px;width:87px}}
@media(max-width:560px){.heroPhoneColumn .drivePhone{width:min(320px,100%)}.miniQwik{right:-4px;bottom:8px}.miniQwik .brandMascot{height:105px;width:70px}.heroPhoneColumn .driveHalo{width:350px;height:350px;top:80px}.heroPhoneColumn .driveCar{height:33px}.heroPhoneColumn .driveQuote{bottom:65px}}
@media(max-width:560px){.miniQwik{right:0;bottom:-93px}.miniQwik .brandMascot{height:94px;width:63px}.heroDriveControls{padding-right:65px;min-height:94px}.heroDriveControls .driveControls{gap:6px}.heroDriveControls .btn{padding:8px 12px}.heroDriveControls>p{font-size:8px}}

/* Real homeowner lookup panel under the property overview. */
.ownerPreview{margin-top:24px;padding-top:24px;border-top:1px solid #dbe5ee}.ownerPreview h3{font-size:25px;margin:8px 0 12px}.ownerPreview p{max-width:660px;color:#53677e;font-size:15px;line-height:1.65}.ownerPreview figure{margin:20px 0 0;max-width:680px}.ownerPreview img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 12px 25px #0b25451a}.ownerPreview figcaption{margin-top:10px;font-size:12px;color:#53677e;line-height:1.5}

/* Use the approved wordmark once, including its arrow-tail Q. */
.nav .logo picture{display:block;line-height:0}
.nav .siteWordmark{display:block;width:190px;height:auto;max-width:100%}
.cta{background:#0b2545}
@media(max-width:560px){.nav .siteWordmark{width:158px}}
