:root{--bg:#fafafa;--accent:#1a1a1a;--accent-hover:#333}.theme-plumber{--bg:#f0f5fa;--accent:#1a56a8;--accent-hover:#13407e}.theme-roofing{--bg:#faf3ee;--accent:#8b4513;--accent-hover:#6b340f}.theme-hvac{--bg:#f0f4f8;--accent:#3a6b8c;--accent-hover:#2c5269}.theme-electrical{--bg:#faf8f0;--accent:#5c4a10;--accent-hover:#44370c}.theme-tree{--bg:#f0f7f2;--accent:#2d6a3f;--accent-hover:#1f4e2d}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:system-ui,-apple-system,sans-serif;line-height:1.5}a,body{color:var(--accent)}a{text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.main-content{max-width:960px;margin:0 auto;padding:1rem 1rem calc(80px + env(safe-area-inset-bottom, 0px))}@media (min-width:641px){.main-content{padding:1.5rem 1.5rem 5rem}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--accent);color:var(--bg);padding:0 1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.15)}.header-inner{max-width:1200px;margin:0 auto;justify-content:space-between;gap:1.5rem;height:56px}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.5rem;color:var(--bg);font-weight:700;font-size:1.1rem;white-space:nowrap;flex-shrink:0}.logo:hover{color:var(--bg);text-decoration:none;opacity:.9}.logo-icon{width:32px;height:32px;background:var(--bg);color:var(--accent);font-size:1rem;font-weight:700}.logo-icon,.nav-center{display:flex;align-items:center;justify-content:center}.nav-center{gap:.25rem 1rem;flex-wrap:wrap;flex:1 1}.nav-link{color:var(--bg);font-size:.85rem;padding:.35rem .5rem;white-space:nowrap}.nav-link:hover{color:var(--bg);text-decoration:none;opacity:.85}.cta-call{flex-shrink:0;background:var(--bg);color:var(--accent);padding:.5rem 1rem;font-size:.9rem;font-weight:600;white-space:nowrap}.cta-call:hover{opacity:.9;text-decoration:none}.header-hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--bg);cursor:pointer;-webkit-tap-highlight-color:transparent}.header-hamburger-bar{display:block;width:22px;height:2px;background:currentColor;transition:transform .2s,opacity .2s}.header-hamburger[aria-expanded=true] .header-hamburger-bar:first-child{transform:translateY(7px) rotate(45deg)}.header-hamburger[aria-expanded=true] .header-hamburger-bar:nth-child(2){opacity:0}.header-hamburger[aria-expanded=true] .header-hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:767px){.header{padding:0 1rem}.header-inner{flex-wrap:wrap;height:auto;min-height:56px;padding-bottom:0;gap:0}.logo{order:1;font-size:1rem}.header-hamburger{display:flex;order:2}.cta-call-desktop{display:none}.header-mobile-nav{order:4;flex-basis:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.header-mobile-nav.header-mobile-nav-open{max-height:450px;opacity:1;border-top:1px solid hsla(0,0%,100%,.15);margin-top:.5rem;padding-top:.5rem}.nav-center{flex-direction:column;align-items:center;gap:0}.nav-link{padding:.75rem .5rem;min-height:44px}.cta-call-mobile,.nav-link{display:flex;align-items:center;justify-content:center;width:100%}.cta-call-mobile{margin-top:.5rem;text-align:center;padding:.75rem 1rem;min-height:48px;border-radius:6px;margin-bottom:.5rem}}@media (min-width:768px){.cta-call-mobile,.header-hamburger{display:none}}.phone-cta{position:fixed;z-index:40;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:var(--bg);font-weight:600;box-shadow:0 2px 12px rgba(0,0,0,.25);transition:opacity .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.phone-cta:hover{opacity:.9;box-shadow:0 4px 16px rgba(0,0,0,.3);color:var(--bg);text-decoration:none}.phone-cta-icon{width:22px;height:22px;flex-shrink:0}.phone-cta-content{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.phone-cta-text{font-size:.95rem;line-height:1.2}.phone-cta-hint{font-size:.7rem;font-weight:500;opacity:.9}@media (max-width:640px){.phone-cta{left:0;right:0;bottom:0;width:100%;min-height:56px;padding:.75rem 1rem max(.75rem,env(safe-area-inset-bottom));border-radius:0}.phone-cta-content{align-items:center;text-align:center}.phone-cta-hint{font-size:.75rem}}@media (min-width:641px){.phone-cta{bottom:1.5rem;right:1.5rem;min-height:48px;padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem}.phone-cta-content{flex-direction:row;align-items:center;gap:.35rem}.phone-cta-hint{font-size:.75rem;opacity:.85}}.home-hero{text-align:center;padding:4rem 1rem 5rem;max-width:640px;margin:0 auto}.home-hero-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:var(--accent);line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.home-hero-sub{font-size:1.1rem;color:#555;line-height:1.6;margin:0 0 2rem}.home-hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.btn,.home-hero-cta{justify-content:center}.btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;min-height:48px;font-size:1rem;font-weight:600;border-radius:6px;transition:opacity .2s,background .2s,border-color .2s;-webkit-tap-highlight-color:transparent}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{color:var(--bg);opacity:.9}.btn-secondary{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-secondary:hover{background:var(--accent);color:var(--bg)}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-outline:hover{background:var(--accent);color:var(--bg)}.home-section{padding:3.5rem 1rem;max-width:800px;margin:0 auto}.home-section:not(:last-child){border-bottom:1px solid #eee}.home-section-title{font-size:1.5rem;font-weight:600;color:var(--accent);margin:0 0 .5rem}.home-section-sub{font-size:1rem;color:#555;margin:0 0 1.5rem}.home-value-text{font-size:1.05rem;color:#444;line-height:1.65;margin:0 0 2rem}.home-value-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}@media (max-width:480px){.home-value-cards{grid-template-columns:1fr}}.value-card{padding:1.5rem;background:#fff;border:1px solid #eee;border-radius:8px}.value-card-num{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;background:var(--accent);color:var(--bg);font-size:.9rem;font-weight:600;border-radius:50%;margin-bottom:1rem}.value-card-title{font-size:1rem;font-weight:600;color:var(--accent);margin:0 0 .5rem}.value-card-desc{font-size:.9rem;color:#555;line-height:1.5;margin:0}.home-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem}@media (max-width:480px){.home-services-grid{grid-template-columns:1fr}}.service-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;min-height:52px;background:#fff;border:1px solid #eee;border-radius:8px;color:var(--accent);transition:border-color .2s,background .2s}.service-card:hover{border-color:var(--accent);background:#fff;text-decoration:none}.service-card-label{font-weight:500}.service-card-arrow{opacity:.5;font-size:1.1rem}.service-card:hover .service-card-arrow{opacity:1}.home-coverage{background:var(--accent);color:var(--bg);padding:3rem 1.5rem;border-radius:8px;border:none}.home-coverage-inner{max-width:600px;margin:0 auto;text-align:center}.home-coverage-title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.home-coverage-text{font-size:1rem;opacity:.9;line-height:1.6;margin:0}.home-states-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.state-link{padding:.6rem 1rem;min-height:44px;display:inline-flex;align-items:center;font-size:.9rem;background:#fff;border:1px solid #eee;border-radius:6px;color:var(--accent)}.state-link:hover{border-color:var(--accent);text-decoration:none}.home-states-all{font-size:.95rem;font-weight:500}.home-states-all:hover{text-decoration:underline}.home-cta{text-align:center;padding:4rem 1rem}.home-cta-title{font-size:1.5rem;font-weight:600;color:var(--accent);margin:0 0 .5rem}.home-cta-text{font-size:1rem;color:#555;margin:0 0 1.5rem}.home-cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:flex-start}.service-hub-hero{text-align:center;padding:2rem 1rem 3rem;max-width:640px;margin:0 auto}.service-hub-factors-title{font-size:1rem;font-weight:600;color:var(--accent);margin:1.5rem 0 .5rem}.service-hub-factors{margin:0;padding-left:1.25rem;color:#555;line-height:1.7}.service-hub-factors li{margin-bottom:.25rem}.service-hub-regional{display:flex;flex-direction:column;gap:1.25rem}.service-hub-regional-item strong{display:block;color:var(--accent);margin-bottom:.35rem}.service-hub-regional-item p{margin:0;color:#555;line-height:1.6}.service-hub-cost-factors{display:flex;flex-direction:column;gap:1rem}.service-hub-cost-factor{color:#444;line-height:1.6}.service-hub-cost-factor strong{color:var(--accent)}.service-hub-material-comparison{display:flex;flex-direction:column;gap:1rem}.service-hub-material-comparison-item{color:#444;line-height:1.6}.service-hub-material-comparison-item strong{color:var(--accent)}.service-hub-common-jobs{display:flex;flex-direction:column;gap:.5rem}.service-hub-common-jobs-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.5rem 0;border-bottom:1px solid #e5e5e5;color:#444;line-height:1.5}.service-hub-common-jobs-row:last-child{border-bottom:none}.service-hub-common-jobs-job{flex:1 1}.service-hub-common-jobs-price{flex-shrink:0;font-weight:600;color:var(--accent)}@media (max-width:480px){.service-hub-common-jobs-row{flex-direction:column;gap:.25rem}}.state-page-factors,.state-page-regional{margin:0;padding-left:1.25rem;color:#444;line-height:1.7}.state-page-factors li,.state-page-regional li{margin-bottom:.75rem}.state-page-factors strong,.state-page-regional strong{color:var(--accent)}.state-page-hero .home-hero-sub{margin-bottom:.5rem}.state-page-hero .home-hero-sub:last-of-type{margin-bottom:0}.state-specific-block .state-block-content p{margin:0 0 1rem}.state-specific-block .state-block-content p:last-child{margin-bottom:0}.city-page-hero .home-hero-sub{margin-bottom:.25rem}.city-page-bullets{margin:0 0 1rem;padding-left:1.25rem;color:#444;line-height:1.7}.city-page-bullets li{margin-bottom:.5rem}.city-table-wrap{overflow-x:auto;margin:1rem 0;border:1px solid #eee;border-radius:8px}.city-service-table{width:100%;border-collapse:collapse;font-size:.95rem}.city-service-table td,.city-service-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.city-service-table th{background:#f5f5f5;font-weight:600;color:var(--accent)}.city-service-table tbody tr:last-child td{border-bottom:none}.city-service-table td{color:#444}.cost-estimator-section{background:#f9f9f9;border-radius:8px;padding:2rem 1rem!important}.cost-estimator-form{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1.25rem;max-width:480px}.cost-estimator-field label{display:block;font-size:.9rem;font-weight:500;color:var(--accent);margin-bottom:.35rem}.cost-estimator-select{width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;background:#fff;color:var(--accent)}.cost-estimator-result{margin-top:.5rem;padding:1rem;background:var(--accent);color:var(--bg);border-radius:6px;display:flex;flex-direction:column;gap:.25rem}.cost-estimator-result-label{font-size:.9rem;opacity:.9}.cost-estimator-result-value{font-size:1.5rem;font-weight:700}.cost-estimator-disclaimer{font-size:.9rem;color:#666;line-height:1.6;margin:0}.cost-estimator-sub{margin-bottom:1rem}.cost-estimator-link-desc{display:block;margin-top:.35rem;font-size:.85rem}.cost-estimator-learn{color:var(--accent);text-decoration:underline}.cost-estimator-learn:hover{text-decoration:none}.cost-estimator-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:1rem}.cost-estimator-cta-btn{width:100%;max-width:320px;text-align:center;padding:.85rem 1.25rem;font-size:1.05rem;font-weight:600}.cost-estimator-cta-hint{font-size:.85rem;color:#666}@media (max-width:480px){.cost-estimator-section{padding:1.25rem .75rem!important}.cost-estimator-form{gap:1.25rem;max-width:none}.cost-estimator-field label{font-size:1rem;margin-bottom:.4rem}.cost-estimator-select{padding:.85rem .75rem;font-size:1rem;min-height:48px}.cost-estimator-result{padding:1.1rem;margin-top:.75rem}.cost-estimator-result-value{font-size:1.35rem}.cost-estimator-cta-btn{max-width:none;padding:1rem 1.25rem;min-height:48px;font-size:1.05rem}}.city-faq-section .home-section-title{margin-bottom:1rem}.city-faq-list{margin:0;padding:0;list-style:none}.city-faq-item{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #eee}.city-faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.city-faq-q{font-size:1.05rem;font-weight:600;color:var(--accent);margin:0 0 .5rem}.city-faq-a{font-size:.98rem;color:#444;line-height:1.65;margin:0;padding-left:0}.city-nearby-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.5rem;gap:.5rem}.city-nearby-list a{color:var(--accent)}.city-nearby-distance{color:#666;font-size:.9rem;margin-left:.25rem}.footer{background:var(--accent);color:var(--bg);margin-top:3rem}.footer-main{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:640px){.footer-main{grid-template-columns:1fr;text-align:center;padding:1.5rem 1rem}}.footer-section+.footer-section{margin-top:2rem}.footer-heading{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;opacity:.9}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 0;min-height:44px;color:var(--bg);font-size:.95rem}.footer-links a:hover{color:var(--bg);text-decoration:none;opacity:.85}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.6rem 1.25rem;font-size:1rem;font-weight:600;background:var(--bg);color:var(--accent)}.footer-cta-btn:hover{opacity:.9;color:var(--accent);text-decoration:none}.footer-disclaimer{border-top:1px solid hsla(0,0%,100%,.15);padding:1.5rem 1.5rem 2rem;max-width:960px;margin:0 auto}.footer-disclaimer p{margin:0;font-size:.75rem;line-height:1.6;opacity:.85}.breadcrumbs{margin-bottom:1rem;font-size:.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.breadcrumbs,.breadcrumbs a,.breadcrumbs span{word-break:break-word}.legal-page{max-width:680px}.legal-page h1{font-size:1.75rem;font-weight:600;color:var(--accent);margin-bottom:.25rem}.legal-updated{font-size:.9rem;color:#666;margin-bottom:2rem}.legal-page section{margin-bottom:1.5rem}.legal-page h2{font-size:1.1rem;font-weight:600;color:var(--accent);margin-bottom:.5rem}.legal-page p{font-size:.95rem;line-height:1.65;color:#444;margin:0}.contractors-section{padding-top:1.5rem}.contractors-subtitle{font-size:.9rem;color:#666;margin:0 0 .75rem}.contractors-map-wrap{position:relative;margin-bottom:1rem;border-radius:8px;overflow:hidden;border:1px solid #eee;z-index:0}.contractors-map{height:260px;width:100%;z-index:0}.contractors-map-overlay{position:absolute;bottom:0;left:0;right:0;z-index:1;padding:.5rem;background:linear-gradient(transparent,rgba(0,0,0,.45));display:flex;justify-content:center;pointer-events:none}.contractors-map-cta{pointer-events:auto;display:inline-block;padding:.5rem 1.25rem;background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;border-radius:6px;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.25)}.contractors-map-cta:hover{opacity:.9;color:#fff;text-decoration:none}.contractors-table-wrap{border:1px solid #eee;border-radius:8px;overflow:hidden}.contractors-table{width:100%;border-collapse:collapse;font-size:.85rem}.contractors-table td,.contractors-table th{padding:.5rem .6rem;text-align:left;border-bottom:1px solid #eee}.contractors-table th{background:#f5f5f5;font-weight:600;color:var(--accent);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.contractors-table tbody tr:last-child td{border-bottom:none}.contractors-name{font-weight:500;color:var(--accent);line-height:1.3}.contractors-stars{color:var(--accent);letter-spacing:.5px;white-space:nowrap}.contractors-reviews{color:#555;white-space:nowrap;font-size:.82rem}.contractors-table-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .6rem;background:var(--accent)}.contractors-cta-btn{color:#fff;font-weight:600;font-size:.95rem;text-decoration:none}.contractors-cta-btn:hover{color:#fff;text-decoration:none;opacity:.9}.contractors-cta-hint{color:hsla(0,0%,100%,.8);font-size:.78rem;display:none}.contractors-source{margin-top:.5rem;font-size:.75rem;color:#888}@media (max-width:640px){.contractors-map{height:220px}.contractors-table{font-size:.82rem}.contractors-table td,.contractors-table th{padding:.45rem .5rem}.contractors-table th{font-size:.72rem}.contractors-name{font-size:.82rem;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contractors-table-cta{flex-direction:column;gap:.15rem;padding:.65rem}.contractors-cta-hint{display:block}}@media (min-width:641px){.contractors-map{height:340px}.contractors-table{font-size:.9rem}.contractors-table td,.contractors-table th{padding:.6rem 1rem}.contractors-cta-hint{display:inline}.contractors-map-cta{font-size:.9rem;padding:.55rem 1.5rem}}