.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.logo{display:inline-flex;align-items:center;gap:.6rem}.logo-text{font-size:1.1rem;letter-spacing:.04em}.logo-text strong{font-weight:800}.nav{display:flex;gap:1.75rem}.nav,.nav a{align-items:center}.nav a{font-size:.9rem;font-weight:500;color:var(--gray-700);display:inline-flex;gap:.25rem;transition:color .2s}.nav a.active,.nav a:hover{color:var(--blue)}.nav a.active{font-weight:600}.header-cta-group{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.header-cta{padding:.7rem 1.25rem;font-size:.875rem}.header-cta,.header-cta-cleaner{white-space:nowrap}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px}.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.hero-bg{background:url(https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80) 50%/cover no-repeat}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,hsla(0,0%,100%,.97),hsla(0,0%,100%,.88) 45%,hsla(0,0%,100%,.2))}.hero-content{position:relative;z-index:1;max-width:580px;padding:4rem 0}.hero h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:var(--navy);margin:0 0 1.25rem}.hero p{font-size:1.05rem;color:var(--gray-700);margin:0 0 2rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-actions .zip-search{width:min(100%,440px)}.hero-social-proof{display:flex;align-items:center;gap:1rem}.avatars{display:flex}.avatars img{width:36px;height:36px;border-radius:50%;border:2px solid var(--white);margin-left:-10px;object-fit:cover}.avatars img:first-child{margin-left:0}.stars{color:#f59e0b;font-size:.85rem;letter-spacing:1px}.hero-social-proof span{font-size:.875rem;color:var(--gray-700);font-weight:500}.features-bar{margin-top:-2.5rem;position:relative;z-index:2;padding-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.feature{display:flex;gap:1rem;padding:1.75rem 1.5rem;border-right:1px solid var(--gray-100)}.feature:last-child{border-right:none}.feature-icon{flex-shrink:0;color:var(--blue)}.feature h3{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:var(--navy)}.feature p{margin:0;font-size:.85rem;color:var(--gray-500);line-height:1.5}.services{padding:5rem 0;background:var(--gray-50)}.services-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.view-all{font-size:.875rem;padding:.7rem 1.25rem}.services-featured{margin-bottom:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{display:block;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;color:inherit;text-decoration:none;cursor:pointer}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card--featured{display:grid;grid-template-columns:minmax(240px,1.1fr) 1.2fr;align-items:stretch;border:2px solid rgba(29,111,212,.35);box-shadow:var(--shadow-lg)}.service-card--featured:hover{transform:translateY(-2px)}.service-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.service-card--featured .service-image-wrap{aspect-ratio:auto;min-height:240px;height:100%}.service-image{width:100%;height:100%;object-fit:cover}.service-icon{position:absolute;bottom:-18px;left:1.25rem;width:44px;height:44px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;border:3px solid var(--white);box-shadow:var(--shadow)}.service-card--featured .service-icon{bottom:1.25rem;left:1.25rem}.service-badge{position:absolute;top:1rem;left:1rem;background:var(--blue);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.4rem .7rem;border-radius:999px}.service-body{padding:2rem 1.25rem 1.5rem}.service-card--featured .service-body{display:flex;flex-direction:column;justify-content:center;padding:2rem 2.25rem}.service-eyebrow{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue)}.service-body h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--navy)}.service-card--featured .service-body h3{font-size:1.6rem}.service-body p{margin:0 0 .75rem;font-size:.875rem;color:var(--gray-500);line-height:1.55}.service-card--featured .service-body p{font-size:1rem;max-width:36rem}.service-price{display:block;font-size:.8rem;font-weight:600;color:var(--blue)}.service-card--featured .service-price{font-size:.95rem;margin-bottom:1rem}.service-cta{font-size:.9rem;font-weight:700;color:var(--navy)}.learn-more,.service-cta{display:inline-flex;align-items:center}.learn-more{gap:.35rem;font-size:.875rem;font-weight:600;color:var(--blue)}.learn-more:hover{text-decoration:underline}.why{padding:5rem 0}.why-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.why-text p{margin:1.25rem 0 0;color:var(--gray-500);font-size:1rem;line-height:1.75;max-width:440px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.stat{text-align:center}.stat-icon{color:var(--blue);margin-bottom:.75rem;display:flex;justify-content:center}.stat strong{display:block;font-size:1.75rem;font-weight:800;color:var(--navy);margin-bottom:.25rem}.stat span{font-size:.875rem;color:var(--gray-500);font-weight:500}.cta-banner{background:linear-gradient(135deg,var(--navy) 0,var(--navy-dark) 100%);padding:3rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 50%,rgba(29,111,212,.25) 0,transparent 60%);pointer-events:none}.cta-inner{display:flex;align-items:center;gap:2rem;position:relative}.cta-image{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid hsla(0,0%,100%,.2);flex-shrink:0}.cta-text{flex:1 1}.section-label.light{color:#7eb8ff}.cta-text h2{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--white)}.cta-text p{margin:0;color:hsla(0,0%,100%,.75);font-size:.95rem}.cta-zip-search{flex-shrink:0;width:min(100%,380px)}.footer{background:var(--navy-dark);color:hsla(0,0%,100%,.85);padding-top:4rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:3rem}.footer-brand p{margin:1.25rem 0;font-size:.875rem;line-height:1.7;color:hsla(0,0%,100%,.65);max-width:280px}.socials{display:flex;gap:.6rem}.social-link{width:36px;height:36px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--white);transition:background .2s}.social-link:hover{background:var(--blue-hover)}.footer h4{margin:0 0 1.25rem;font-size:1rem;font-weight:700;color:var(--white)}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin-bottom:.6rem}.footer a{font-size:.875rem;color:hsla(0,0%,100%,.65);transition:color .2s}.footer a:hover{color:var(--white)}.contact-list li{font-size:.875rem;color:hsla(0,0%,100%,.65)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1.25rem 0}.footer-bottom p{margin:0;font-size:.8rem;color:hsla(0,0%,100%,.45);text-align:center}@media (max-width:900px){.menu-toggle{display:flex}.nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--white);padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow)}.nav.open{display:flex}.header-cta{padding:.55rem .85rem;font-size:.8rem}.header-inner{position:relative;flex-wrap:wrap}.features-grid{grid-template-columns:1fr 1fr}.feature:nth-child(2){border-right:none}.feature{border-bottom:1px solid var(--gray-100)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:1000px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card--featured{grid-template-columns:1fr}.service-card--featured .service-image-wrap{min-height:200px}}@media (max-width:800px){.why-inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:700px){.cta-inner{flex-direction:column;text-align:center}.cta-image{width:100px;height:100px}.cta-zip-search{width:100%}.services-header{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width:520px){.features-grid,.footer-grid,.services-grid{grid-template-columns:1fr}.feature{border-right:none}}