:root{--green:#4a9d3f;--green-hover:#3d8535;--green-pressed:#357a2e;--green-light:#9bce4c;--green-bg:#f0fdf4;--estimate:#97c459;--ink:#111827;--body:#374151;--muted:#6b7280;--line:#e5e7eb;--bg:#f3f4f6;--white:#fff;--blue:#6366f1;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--display:"Poppins","Inter",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--body);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}img,svg{max-width:100%;height:auto}a{color:var(--green-hover);text-decoration:none}a:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:6px}h1,h2,h3{font-family:var(--display);color:var(--ink);letter-spacing:-.01em;margin:0}h1{font-size:clamp(2rem,6vw,3.4rem);font-weight:700;line-height:1.12}h2{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.25}h3{font-size:1.2rem;font-weight:600;line-height:1.35}p{margin:0}.wrap{max-width:1120px;margin:0 auto;padding:0 20px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-size:.75rem;font-weight:600}.btn{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 20px;font-size:1rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-hover)}.btn-white{color:var(--green-hover);background:#fff}.btn-white:hover{background:var(--green-bg)}.stores{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.stores a{line-height:0;display:inline-flex}.top{z-index:10;backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffffff0;position:sticky;top:0}.top .wrap{justify-content:space-between;align-items:center;gap:12px;height:64px;display:flex}.brand{font-family:var(--display);color:var(--ink);align-items:center;gap:10px;min-width:0;font-size:1.15rem;font-weight:700;display:flex}.brand img{flex:none;width:34px;height:34px}.top .btn{flex:none;min-height:40px;padding:0 16px;font-size:.9rem}.hero{background:linear-gradient(180deg,#fff 0%,var(--bg) 100%);padding:56px 0 48px}.hero .wrap{display:block}@media (width<=900px){.hero{padding:40px 0}}.hero p.lead{max-width:34rem;margin-top:18px;font-size:1.1rem;line-height:1.6}.hero .stores{margin-top:26px}.hero .web{margin-top:16px;font-weight:600}.vs{background:var(--green);color:#fff;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:56px;height:48px;line-height:1;display:flex;box-shadow:0 2px 6px -2px #00000059}.vs b{font-family:var(--display);font-size:1.15rem;font-weight:700}.vs small{letter-spacing:.04em;margin-top:3px;font-size:8px;font-weight:600}.vs.est{outline:2px dashed var(--estimate);outline-offset:3px;position:relative}.vs.none{color:#4b5563;box-shadow:none;background:#d1d5db}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.strip .wrap{grid-template-columns:repeat(4,1fr);padding:0;display:grid}.strip div{border-right:1px solid var(--line);padding:20px 16px}.strip div:last-child{border-right:0}.strip b{font-family:var(--display);color:var(--ink);font-size:1.5rem;line-height:1;display:block}.strip span{color:var(--muted);font-size:.82rem}@media (width<=700px){.strip .wrap{grid-template-columns:1fr 1fr}.strip div:nth-child(2){border-right:0}.strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}}section.section-block{padding:64px 0}@media (width<=700px){section.section-block{padding:48px 0}}section.alt{background:var(--bg)}.head{max-width:40rem;margin-bottom:32px}.head p{margin-top:12px;font-size:1.02rem}.factors{gap:10px;max-width:56rem;margin:0;padding:0;list-style:none;display:grid}.factor{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:72px 1fr;align-items:center;gap:16px;padding:14px 16px;display:grid}.fw{font-family:var(--display);color:var(--ink);font-size:1.6rem;font-weight:700;line-height:1}.fw small{color:var(--muted);margin-left:1px;font-size:.8rem;font-weight:600}.ft b{color:var(--ink);font-size:1.02rem;font-weight:600;display:block}.ft span{margin-top:2px;font-size:.92rem;display:block}section.alt .factor{background:#fff}@media (width<=600px){.factor{grid-template-columns:52px 1fr;gap:12px;padding:12px}.fw{font-size:1.35rem}}.tiers{flex-wrap:wrap;gap:10px;margin-top:28px;font-size:.85rem;display:flex}.tiers span{border:1px solid var(--line);color:var(--body);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:6px 12px 6px 6px;display:inline-flex}.tiers .vs{width:34px;height:30px;box-shadow:none;border-radius:8px;font-style:normal}.tiers .vs b{font-size:.8rem}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=860px){.cards{grid-template-columns:1fr}}.card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px;transition:box-shadow .15s,transform .15s}.card:hover{transform:translateY(-2px);box-shadow:0 12px 30px -18px #11182759}.card h3{margin-bottom:10px}.card p{font-size:.95rem}.card a{min-height:44px;margin-top:14px;font-weight:600;line-height:44px;display:inline-block}.cities{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}@media (width<=900px){.cities{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.cities{grid-template-columns:repeat(2,1fr)}}.cities a{border:1px solid var(--line);min-height:48px;color:var(--ink);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:0 14px;font-weight:500;display:flex}.cities a:hover{border-color:var(--green);background:var(--green-bg)}.cities a small{color:var(--muted);font-weight:400}.guides{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}@media (width<=760px){.guides{grid-template-columns:1fr}}.guide{border:1px solid var(--line);background:#fff;border-radius:16px;padding:22px;display:block}.guide:hover{border-color:var(--green)}.guide .eyebrow{color:var(--muted);letter-spacing:.1em}.guide h3{color:var(--ink);margin:8px 0}.guide p{color:var(--body);font-size:.95rem}.faq{max-width:46rem}.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;color:var(--ink);justify-content:space-between;gap:16px;min-height:28px;font-size:1.02rem;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--green);flex:none;font-size:1.3rem;font-weight:700;line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{max-width:42rem;margin-top:12px}.band{background:var(--green);color:#fff;padding:56px 0}.band h2{color:#fff}.band p{color:#e7f6e4;max-width:36rem;margin-top:12px;font-size:1.02rem}.band .actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;display:flex}footer.site{border-top:1px solid var(--line);color:var(--muted);padding:36px 0;font-size:.875rem}footer.site .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}footer.site .brand{font-size:1rem}footer.site .brand img{width:28px;height:28px}footer.site nav{flex-wrap:wrap;gap:8px 20px;display:flex}footer.site nav a{color:var(--body);min-height:44px;line-height:44px}footer.site .legal{flex-basis:100%}.phone-wrap{flex-direction:column;align-items:center;gap:12px;display:flex}.phone{background:#111827;border-radius:22px;padding:7px;overflow:hidden;box-shadow:0 30px 60px -30px #11182780}.phone img{border-radius:16px;width:100%;height:auto;display:block}.phone-cap{color:var(--muted);text-align:center;max-width:300px;font-size:.8rem}@media (width<=900px){.phone{border-radius:20px;padding:6px}.phone img{border-radius:15px}}.two{max-width:56rem;display:block}.covlist{color:var(--body);max-width:56rem;font-size:1.02rem;line-height:2.1}.covlist a{font-weight:600}.covlabel{color:var(--muted)}.steps{gap:14px;margin:0;padding:0;list-style:none;display:grid}.hero-steps{border-top:1px solid var(--line);max-width:32rem;margin-top:36px;padding-top:28px}.steps li{grid-template-columns:44px 1fr;align-items:start;gap:14px;display:grid}.steps .n{background:var(--green);color:#fff;width:40px;height:40px;font-family:var(--display);border-radius:12px;place-items:center;font-size:1.1rem;font-weight:700;display:grid}.steps b{color:var(--ink);font-size:1.05rem;font-weight:600;display:block}.steps span:not(.n){margin-top:3px;font-size:.95rem;display:block}.hero-copy{max-width:44rem}.hero-row{grid-template-columns:1fr auto;align-items:center;gap:40px;margin-top:44px;display:grid}.hero-row .hero-steps{border-top:0;max-width:30rem;margin-top:0;padding-top:0}.hero-row .phone{width:320px}@media (width>=901px){.hero-row{grid-template-columns:minmax(0,30rem) 320px;justify-content:center;gap:64px}}@media (width<=640px){.hero-row{grid-template-columns:1fr;gap:28px;margin-top:32px}.hero-row .phone{width:min(260px,80vw);margin:0 auto}}#how{padding-bottom:32px}#coverage{padding-top:32px}@media (width<=700px){#how{padding-bottom:24px}#coverage{padding-top:24px}}.allcities{max-width:62rem;margin-top:18px}.allcities summary{cursor:pointer;color:var(--green-hover);align-items:center;gap:8px;min-height:44px;font-weight:600;list-style:none;display:inline-flex}.allcities summary::-webkit-details-marker{display:none}.allcities summary:after{content:"+";font-size:1.2rem;line-height:1}.allcities[open] summary:after{content:"–"}.citygrid{columns:4;column-gap:24px;margin:8px 0 0;padding:0;font-size:.95rem;line-height:2;list-style:none}@media (width<=900px){.citygrid{columns:3}}@media (width<=560px){.citygrid{columns:2}}.citygrid li{break-inside:avoid}.citygrid .ph{color:var(--muted);column-span:all;margin-top:8px;font-style:italic}@media (width<=640px){.hero{padding:28px 0 32px}.hero .eyebrow{display:none}h1{font-size:1.85rem}.hero p.lead{margin-top:12px;font-size:1rem}.hero .stores{margin-top:18px}.hero-row{gap:20px;margin-top:24px}.hero{padding-bottom:0}.hero-row{margin-bottom:0}.hero-row .phone{border-bottom-right-radius:0;border-bottom-left-radius:0;width:240px;height:330px;margin:0 auto;padding-bottom:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 62%,#0000 100%);mask-image:linear-gradient(#000 62%,#0000 100%)}.hero-row .phone img{object-fit:cover;object-position:top;border-bottom-right-radius:0;border-bottom-left-radius:0;height:100%}.hero-steps{gap:8px;max-width:none}.hero-steps li{grid-template-columns:32px 1fr;align-items:center;gap:10px}.hero-steps .n{border-radius:9px;width:30px;height:30px;font-size:.95rem}.hero-steps b{font-size:.98rem}.hero-steps span:not(.n){display:none}.strip div{padding:14px 12px}.strip b{font-size:1.25rem}.strip span{font-size:.78rem}section.section-block{padding:40px 0}.head{margin-bottom:22px}.head p{margin-top:8px;font-size:.98rem}h2{font-size:1.45rem}.cards{gap:12px}.card{padding:18px}.card h3{margin-bottom:6px;font-size:1.08rem}.card p{font-size:.92rem}.factors{grid-template-columns:1fr 1fr;gap:8px}.factor{grid-template-columns:1fr;gap:4px;padding:12px}.fw{font-size:1.3rem}.ft b{font-size:.95rem}.ft span{font-size:.82rem}.tiers{gap:8px;margin-top:20px;font-size:.8rem}.guides{gap:12px}.guide{padding:16px}.guide h3{font-size:1.05rem}.band{padding:40px 0}footer.site{padding:28px 0}}.phone-toggle{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.phone-hint{margin:0;display:none}@media (width<=640px){.phone-wrap{position:relative}.hero-row .phone{cursor:pointer;transition:height .25s;display:block}.phone-toggle:focus-visible+.phone{outline:2px solid var(--blue);outline-offset:3px}.phone-hint{text-align:center;color:var(--green-hover);cursor:pointer;min-height:44px;margin-top:10px;font-size:.85rem;font-weight:600;line-height:44px;display:block}.phone-hint .less{display:none}.phone-toggle:checked+.phone{border-bottom-right-radius:22px;border-bottom-left-radius:22px;height:auto;padding-bottom:7px;-webkit-mask-image:none;mask-image:none}.phone-toggle:checked+.phone img{object-fit:initial;border-bottom-right-radius:16px;border-bottom-left-radius:16px;height:auto}.phone-toggle:checked~.phone-hint .more{display:none}.phone-toggle:checked~.phone-hint .less{display:inline}}.topcta{flex:none;align-items:center;gap:14px;display:flex}@media (width<=640px){.topcta .btn{min-height:38px;padding:0 14px;font-size:.9rem}}.inline-cta{flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;display:flex}.stickybar{display:none}@media (width<=760px){.stickybar{z-index:20;padding:10px 16px calc(10px + env(safe-area-inset-bottom));backdrop-filter:blur(8px);border-top:1px solid var(--line);background:#fffffff5;display:block;position:fixed;bottom:0;left:0;right:0}.stickybar .btn{width:100%}body{padding-bottom:76px}.inline-cta{gap:12px;margin-top:22px}.inline-cta .btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
