:root{--white:#fff;--off-white:#fafaf8;--warm-stone:#f3f0ea;--cool-stone:#edf0f4;--near-black:#111518;--charcoal:#1c2329;--ink:#1e2328;--steel:#4a5a68;--mist:#8899a8;--divider:#1e23281a;--red:#c41230;--red-hover:#a30f28;--red-dim:#c412301a;--serif:"Libre Baskerville", Georgia, "Times New Roman", serif;--sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--gutter:clamp(1.5rem, 5vw, 6.5rem);--section:clamp(5rem, 8vw, 9rem);--section-sm:clamp(3.5rem, 5vw, 5.5rem);--max:1360px;--radius-xs:2px;--radius-sm:4px;--radius:8px;--radius-lg:16px;--shadow-xs:0 1px 3px #0000000f;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 6px 24px #0000001a;--shadow-lg:0 16px 56px #00000024;--ease:cubic-bezier(.25,.46,.45,.94);--ease-out:cubic-bezier(0,.55,.45,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--off-white);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.inner{max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.section{padding:var(--section) var(--gutter)}.section-sm{padding:var(--section-sm) var(--gutter)}.s-white{background:var(--white)}.s-off{background:var(--off-white)}.s-stone{background:var(--warm-stone)}.s-cool{background:var(--cool-stone)}.s-dark,.s-charcoal{background:var(--charcoal)}.s-black{background:var(--near-black)}.eyebrow{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem;font-size:.68rem;font-weight:700;display:inline-block}.eyebrow--dark{color:var(--steel)}.eyebrow--light{color:#ffffff80}h1,h2,h3,h4{font-family:var(--serif);letter-spacing:-.01em;line-height:1.12}.display-xl{font-size:clamp(3rem,6.5vw,6rem);font-weight:700}.display-lg{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}.display-md{font-size:clamp(2rem,3.8vw,3.25rem);font-weight:700}.display-sm{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.lead{color:var(--steel);font-size:1.1rem;line-height:1.8}.lead--light{color:#ffffffa6}.pulse-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite pulseDot;display:inline-block}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(28px)}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.btn{border-radius:var(--radius-xs);font-family:var(--sans);letter-spacing:.03em;transition:all .22s var(--ease);white-space:nowrap;cursor:pointer;align-items:center;gap:.55rem;padding:.8rem 1.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-hover);transform:translateY(-1px);box-shadow:0 6px 20px #c412304d}.btn-dark{background:var(--near-black);color:#fff}.btn-dark:hover{background:var(--charcoal);transform:translateY(-1px)}.btn-outline{color:#fff;border:1.5px solid #ffffff59}.btn-outline:hover{background:#ffffff14;border-color:#fff}.btn-outline-ink{border:1.5px solid var(--ink);color:var(--ink)}.btn-outline-ink:hover{background:var(--ink);color:#fff}.btn-ghost{color:var(--red);border-bottom:1.5px solid var(--red);border-radius:0;gap:.4rem;padding:.4rem 0;font-size:.875rem;font-weight:600}.btn-ghost:hover{color:var(--red-hover);border-color:var(--red-hover)}.hdr{z-index:900;width:100%;padding:.85rem var(--gutter);-webkit-backdrop-filter:blur(18px)saturate(1.3);backdrop-filter:blur(18px)saturate(1.3);border-bottom:1px solid var(--divider);background:#fafaf8f0;justify-content:space-between;align-items:center;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0}.hdr.scrolled{box-shadow:var(--shadow-md)}.hdr-logo{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.hdr-logo em{color:var(--red);font-style:normal}.hdr-nav{align-items:center;gap:2.25rem;display:flex}.nav-item{position:relative}.nav-link{color:var(--steel);letter-spacing:.01em;align-items:center;gap:.3rem;padding:.3rem 0;font-size:.83rem;font-weight:600;transition:color .2s;display:flex}.nav-link:hover,.nav-link.active{color:var(--ink)}.nav-chevron{transition:transform .2s}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--divider);opacity:0;pointer-events:none;min-width:220px;transition:opacity .22s var(--ease), transform .22s var(--ease);margin-top:0;padding:1.5rem .6rem .6rem;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px)}.nav-dropdown:before{content:"";height:1.2rem;position:absolute;top:-1.2rem;left:0;right:0}.nav-dropdown.mega{grid-template-columns:repeat(3,1fr);gap:0;min-width:600px;padding:2.75rem 2rem 2rem;display:grid;left:0;transform:translate(0)translateY(4px)}.nav-item:hover .nav-dropdown{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}.nav-item:hover .nav-dropdown.mega{opacity:1;pointer-events:all;transform:translate(0)translateY(0)}.dd-col-title{letter-spacing:.18em;text-transform:uppercase;color:var(--red);border-bottom:1px solid var(--divider);margin-bottom:.5rem;padding:0 .5rem .75rem;font-size:.65rem;font-weight:700;display:block}.dd-link{color:var(--steel);border-radius:4px;padding:.5rem;font-size:.83rem;transition:background .15s,color .15s;display:block}.dd-link:hover{background:var(--warm-stone);color:var(--ink)}.hdr-right{align-items:center;gap:1rem;display:flex}.hdr-badge{color:var(--steel);align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;display:flex}.hdr-cta{background:var(--red);color:#fff;border-radius:var(--radius-xs);letter-spacing:.02em;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.83rem;font-weight:700;transition:background .2s,transform .2s;display:flex}.hdr-cta:hover{background:var(--red-hover);transform:translateY(-1px)}.hdr-cta-phone{font-family:var(--serif);font-size:.975rem}.hdr-burger{color:var(--ink);padding:.4rem;display:none}.mobile-nav{z-index:800;background:var(--near-black);padding:5.5rem var(--gutter) 3rem;transition:transform .35s var(--ease);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav-link{font-family:var(--serif);color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.85rem 0;font-size:1.5rem;font-weight:700;transition:color .2s;display:block}.mobile-nav-link:hover{color:var(--red)}.mobile-nav-sub{flex-direction:column;gap:.25rem;padding:.35rem 0 .35rem 1rem;display:flex}.mobile-nav-sub a{color:#ffffff80;padding:.3rem 0;font-size:.9rem;transition:color .2s}.mobile-nav-sub a:hover{color:#ffffffd9}.mobile-nav-cta{text-align:center;background:var(--red);color:#fff;border-radius:var(--radius-xs);margin-top:2.5rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;display:block}.hero{background:var(--near-black);align-items:center;min-height:100svh;padding-top:80px;display:grid;position:relative;overflow:hidden}.hero-bg{background:var(--near-black);opacity:1;position:absolute;inset:0}.hero-gradient{background:linear-gradient(105deg,#111518eb 0%,#111518d1 40%,#11151866 70%,#1c23294d 100%);position:absolute;inset:0}.hero-inner{z-index:1;padding:var(--section) var(--gutter);max-width:var(--max);grid-template-columns:1fr 360px;align-items:center;gap:4rem;width:100%;margin:0 auto;display:grid;position:relative}.hero-tag{font-family:var(--sans);letter-spacing:.15em;text-transform:uppercase;color:#ffffffd9;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.4rem 1.1rem;font-size:.68rem;font-weight:700;display:inline-flex}.hero h1{color:var(--white);letter-spacing:-.025em;margin-bottom:1.75rem;font-size:clamp(3rem,6vw,5.75rem);font-weight:700;line-height:1.04}.hero h1 .red{color:var(--red)}.hero-sub{color:#ffffffa6;max-width:540px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hero-sub strong{color:#ffffffe6;font-weight:600}.hero-actions{flex-wrap:wrap;gap:.875rem;margin-bottom:3rem;display:flex}.hero-trust{flex-wrap:wrap;gap:2rem;display:flex}.hero-trust-item{color:#ffffff73;font-size:.78rem}.hero-trust-item strong{color:#ffffffd9;font-weight:600}.hero-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;padding:2rem 1.75rem}.hero-card-title{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf;border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.72rem;font-weight:700}.hero-stats-grid{border-radius:var(--radius-sm);background:#ffffff0f;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:1.5rem;display:grid;overflow:hidden}.hero-stat{text-align:center;background:#ffffff08;padding:1.25rem 1rem}.hero-stat-num{font-family:var(--serif);color:var(--white);font-size:2rem;font-weight:700;line-height:1}.hero-stat-num sup{font-size:.85rem}.hero-stat-label{color:#fff6;letter-spacing:.06em;text-transform:uppercase;margin-top:.35rem;font-size:.65rem}.hero-card-cta{text-align:center;background:var(--red);color:#fff;border-radius:var(--radius-xs);letter-spacing:.02em;padding:.85rem;font-size:.875rem;font-weight:700;transition:background .2s;display:block}.hero-card-cta:hover{background:var(--red-hover)}.hero-card-note{text-align:center;color:#ffffff4d;margin-top:.65rem;font-size:.68rem}.trust-strip{background:var(--near-black);border-top:3px solid var(--red);flex-wrap:wrap;justify-content:center;display:flex}.trust-strip-item{letter-spacing:.04em;color:#ffffff8c;border-right:1px solid #ffffff0f;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:.75rem;font-weight:600;display:flex}.trust-strip-item:last-child{border-right:none}.trust-icon{color:var(--red)}.s-head{max-width:var(--max);padding:0 var(--gutter);margin:0 auto 3.5rem}.s-head h2{color:var(--ink)}.s-head p{max-width:580px;color:var(--steel);margin-top:1rem;font-size:.975rem;line-height:1.78}.s-head--center{text-align:center}.s-head--center p{margin-left:auto;margin-right:auto}.s-head--light h2{color:var(--white)}.s-head--light p{color:#ffffff8c}.definition-box{background:var(--warm-stone);border-left:4px solid var(--red);border-radius:var(--radius-sm);padding:2.5rem 2.75rem}.services-grid{background:var(--divider);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.service-card{background:var(--off-white);flex-direction:column;padding:3rem 2.5rem;transition:background .2s;display:flex;position:relative;overflow:hidden}.service-card:after{content:"";background:var(--red);width:0;height:3px;transition:width .4s var(--ease);position:absolute;bottom:0;left:0}.service-card:hover:after{width:100%}.service-card:hover{background:var(--warm-stone)}.service-num{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:2rem;font-size:.65rem;font-weight:700}.service-card h3{color:var(--ink);margin-bottom:1rem;font-size:1.55rem;font-weight:700;line-height:1.2}.service-card p{color:var(--steel);flex:1;margin-bottom:2rem;font-size:.9rem;line-height:1.78}.service-arrow{color:var(--red);letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;transition:gap .2s;display:inline-flex}.service-card:hover .service-arrow{gap:.8rem}.problems-grid{background:var(--divider);max-width:var(--max);padding:0 var(--gutter);grid-template-columns:repeat(4,1fr);gap:1px;margin:0 auto;display:grid}.problem-card{background:var(--white);cursor:pointer;flex-direction:column;gap:.7rem;padding:2rem 1.5rem;transition:background .2s;display:flex;position:relative}.problem-card:before{content:"";background:var(--red);height:3px;transition:transform .3s var(--ease);transform-origin:0;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.problem-card:hover:before{transform:scaleX(1)}.problem-card:hover{background:var(--warm-stone)}.problem-icon{font-size:1.75rem}.problem-card h3{color:var(--ink);font-size:.975rem;font-weight:700;line-height:1.3}.problem-card p{color:var(--steel);flex:1;font-size:.8rem;line-height:1.65}.problem-link{color:var(--red);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem;font-size:.75rem;font-weight:700}.climate-section{background:var(--charcoal);padding:var(--section) var(--gutter);position:relative;overflow:hidden}.climate-section:before{content:"";background:radial-gradient(circle,#c4123012 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-30%;right:-5%}.climate-inner{max-width:var(--max);margin:0 auto}.climate-grid{background:#ffffff0f;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;display:grid}.climate-card{background:var(--charcoal);padding:2.75rem 2.25rem;transition:background .25s}.climate-card:hover{background:#ffffff08}.climate-card-icon{margin-bottom:1.5rem;font-size:2rem;display:block}.climate-card h3{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:1.2rem;font-weight:700;line-height:1.3}.climate-card p{color:#ffffff80;font-size:.875rem;line-height:1.8}.climate-stat{font-family:var(--serif);color:var(--red);margin-top:1.5rem;font-size:2.25rem;font-weight:700;display:inline-block}.climate-stat span{font-size:1rem}.why-grid{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:repeat(4,1fr);gap:0;margin:0 auto;display:grid}.why-card{border-right:1px solid var(--divider);padding:2.5rem 1.5rem}.why-card:last-child{border-right:none}.why-card-icon{margin-bottom:1.25rem;font-size:1.5rem;display:block}.why-card h3{color:var(--ink);margin-bottom:.75rem;font-size:1rem;font-weight:700;line-height:1.3}.why-card p{color:var(--steel);font-size:.85rem;line-height:1.75}.process-grid{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:repeat(4,1fr);margin:4rem auto 0;display:grid;position:relative}.process-grid:before{content:"";top:2rem;left:calc(var(--gutter) + 88px);right:calc(var(--gutter) + 88px);background:#ffffff1a;height:1px;position:absolute}.process-step{text-align:center;padding:0 1.5rem}.step-circle{width:64px;height:64px;font-family:var(--serif);color:var(--red);background:var(--charcoal);z-index:1;border:1.5px solid #c4123080;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:1.25rem;font-style:italic;display:flex;position:relative}.process-step h3{color:var(--white);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.3}.process-step p{color:#ffffff80;font-size:.85rem;line-height:1.75}.split-wrap{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:1.1fr 1fr;align-items:center;gap:5.5rem;margin:0 auto;display:grid}.split-visual{border-radius:var(--radius);background:var(--cool-stone);height:560px;position:relative;overflow:hidden}.split-visual-overlay{background:linear-gradient(#0000 45%,#11151873 100%);position:absolute;inset:0}.split-visual-badge{background:var(--red);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:.45rem 1.1rem;font-size:.68rem;font-weight:700;position:absolute;bottom:1.75rem;left:1.75rem}.split-text h2{color:var(--ink);margin-bottom:1.5rem;font-size:clamp(1.9rem,3.5vw,3rem)}.split-text p{color:var(--steel);margin-bottom:1.1rem;font-size:.935rem;line-height:1.85}.testimonials-grid{max-width:var(--max);padding:0 var(--gutter);background:#ffffff0d;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 auto;display:grid}.testi-card{background:var(--charcoal);padding:2.5rem 2rem;transition:background .2s}.testi-card:hover{background:#ffffff08}.testi-stars{color:var(--red);letter-spacing:.06em;margin-bottom:1.5rem;font-size:.9rem}.testi-quote{font-family:var(--serif);color:#fffc;margin-bottom:1.75rem;font-size:1rem;font-style:italic;line-height:1.78}.testi-attr{border-top:1px solid #ffffff12;padding-top:1.1rem}.testi-name{color:var(--white);font-size:.85rem;font-weight:700}.testi-location{color:#ffffff59;margin-top:.2rem;font-size:.75rem}.creds-grid{max-width:var(--max);border:1px solid var(--divider);grid-template-columns:repeat(4,1fr);gap:0;margin:0 auto;display:grid}.cred-card{text-align:center;border-right:1px solid var(--divider);padding:3rem 2rem}.cred-card:last-child{border-right:none}.cred-num{font-family:var(--serif);color:var(--red);margin-bottom:.35rem;font-size:3rem;font-weight:700;line-height:1}.cred-num sup{font-size:1.1rem}.cred-label{letter-spacing:.16em;text-transform:uppercase;color:var(--steel);margin-bottom:.85rem;font-size:.65rem;font-weight:700}.cred-desc{color:var(--steel);font-size:.83rem;line-height:1.65}.models-flex{max-width:var(--max);padding:0 var(--gutter);flex-wrap:wrap;gap:.6rem;margin:0 auto;display:flex}.model-tag{border:1.5px solid var(--divider);background:var(--white);color:var(--steel);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.model-tag:hover{border-color:var(--red);background:var(--red);color:var(--white)}.model-tag-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:5px;height:5px}.model-tag:hover .model-tag-dot{background:var(--white)}.areas-grid{background:var(--divider);max-width:var(--max);padding:0 var(--gutter);grid-template-columns:repeat(4,1fr);gap:1px;margin:0 auto;display:grid}.area-card{background:var(--white);cursor:pointer;border-top:3px solid #0000;flex-direction:column;gap:.55rem;padding:2rem 1.5rem;transition:border-color .2s,background .2s;display:flex}.area-card:hover{background:var(--warm-stone);border-top-color:var(--red)}.area-name{font-family:var(--serif);color:var(--ink);font-size:1.15rem;font-weight:700}.area-zip{color:var(--mist);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.area-desc{color:var(--steel);flex:1;font-size:.8rem;line-height:1.65}.area-link{color:var(--red);text-transform:uppercase;letter-spacing:.07em;margin-top:.35rem;font-size:.72rem;font-weight:700}.areas-more{max-width:var(--max);padding:0 var(--gutter);color:var(--steel);margin:1.5rem auto 0;font-size:.875rem}.areas-more a{color:var(--red);font-weight:600}.pricing-layout{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin:0 auto;display:grid}.pricing-text h2{margin-bottom:1.25rem;font-size:clamp(1.9rem,3.5vw,3rem)}.pricing-text p{color:var(--steel);margin-bottom:1.75rem;font-size:.925rem;line-height:1.8}.pricing-actions{flex-wrap:wrap;gap:1rem;display:flex}.price-table{border:1px solid var(--divider);border-radius:var(--radius-sm);overflow:hidden}.price-row{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.875rem;display:flex}.price-row:last-child{border-bottom:none}.price-row:nth-child(2n){background:var(--warm-stone)}.price-label{color:var(--ink);font-weight:500}.price-value{color:var(--red);font-weight:700;font-family:var(--serif);white-space:nowrap;padding-left:1rem;font-size:.975rem}.codes-layout{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:1fr 1.6fr;align-items:start;gap:5rem;margin:0 auto;display:grid}.codes-intro h2{color:var(--white);margin-bottom:1.25rem;font-size:clamp(1.9rem,3.5vw,3rem)}.codes-intro p{color:#ffffff8c;line-height:1.8}.codes-intro em{font-style:italic;font-family:var(--serif);color:#ffffff59;margin-top:1.25rem;font-size:.9rem;display:block}.codes-list{flex-direction:column;gap:.25rem;display:flex}.code-row{border-radius:var(--radius-xs);background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:1.25rem;padding:.85rem 1.25rem;transition:background .18s,border-color .18s;display:flex}.code-row:hover{background:#c4123014;border-color:#c4123040}.code-id{font-family:var(--serif);color:var(--red);min-width:60px;font-size:1rem;font-weight:700}.code-desc{color:#ffffffa6;flex:1;font-size:.83rem}.code-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:var(--red);border-radius:var(--radius-xs);flex-shrink:0;padding:.2em .65em;font-size:.6rem;font-weight:700}.codes-all{color:var(--red);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #c4123066;align-items:center;gap:.5rem;margin-top:1.25rem;padding-bottom:.15rem;font-size:.83rem;font-weight:700;display:inline-flex}.faq-wrap{max-width:780px;padding:0 var(--gutter);margin:0 auto}.faq-item{border-bottom:1px solid var(--divider);padding:2rem 0}.faq-item:first-child{border-top:1px solid var(--divider)}.faq-question{align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.faq-q-mark{font-family:var(--serif);color:var(--red);flex-shrink:0;font-size:1.1rem;font-weight:700}.faq-answer{color:var(--steel);padding-left:1.85rem;font-size:.9rem;line-height:1.82}.final-cta{background:var(--near-black);padding:var(--section) var(--gutter);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";background:radial-gradient(70% 70% at 50% 110%,#c412301f 0%,#0000 65%);position:absolute;inset:0}.final-cta-inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.final-cta h2{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.75rem)}.final-cta p{color:#ffffff80;margin-bottom:2.75rem;font-size:.95rem;line-height:1.82}.final-cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.final-cta-meta{color:#ffffff4d;letter-spacing:.07em;font-size:.72rem}.footer-strip{background:var(--red);padding:4rem var(--gutter);text-align:center}.footer-strip-sub{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.85rem;font-size:.68rem;font-weight:700}.footer-strip h3{font-family:var(--serif);color:var(--white);margin-bottom:2rem;font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:700}.footer-strip-cta{background:var(--white);color:var(--red);border-radius:var(--radius-xs);align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.footer-strip-cta:hover{background:var(--near-black);color:var(--white)}.footer{background:var(--near-black);padding:5rem var(--gutter) 2.5rem}.footer-grid{max-width:var(--max);border-bottom:1px solid #ffffff0f;grid-template-columns:2.25fr 1fr 1fr 1fr;gap:3rem;margin:0 auto;padding-bottom:3.5rem;display:grid}.footer-brand-logo{font-family:var(--serif);color:var(--white);margin-bottom:1.1rem;font-size:1.1rem;font-weight:700}.footer-brand-logo em{color:var(--white);font-style:normal}.footer-tagline{color:#ffffffd9;max-width:280px;margin-bottom:1.75rem;font-size:.83rem;line-height:1.78}.footer-nap{color:#fffc;font-size:.78rem;line-height:2}.footer-col-title{letter-spacing:.18em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem;font-size:.65rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.55rem;display:flex}.footer-col ul a{color:#fffc;font-size:.83rem;transition:color .2s}.footer-col ul a:hover{color:var(--white)}.footer-phone{font-family:var(--serif);color:var(--white);margin-bottom:.65rem;font-size:1.4rem;font-weight:700;display:block}.footer-hours{color:#fffc;font-size:.75rem;line-height:1.85}.footer-bottom{max-width:var(--max);color:#ffffffa6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:2.25rem auto 0;font-size:.73rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffffbf;transition:color .2s}.footer-legal a:hover{color:var(--white)}@media (width<=1100px){.hero-inner{grid-template-columns:1fr}.hero-card{display:none}.services-grid{grid-template-columns:1fr}.climate-grid,.why-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr;gap:2rem}.process-grid:before{display:none}.testimonials-grid{grid-template-columns:1fr}.creds-grid{grid-template-columns:1fr 1fr}.pricing-layout,.codes-layout,.split-wrap{grid-template-columns:1fr;gap:3rem}.split-visual{height:380px}.footer-grid,.why-grid{grid-template-columns:1fr 1fr}.why-card{border-right:none;border-bottom:1px solid var(--divider)}}@media (width<=760px){.hdr-nav,.hdr-badge{display:none}.hdr-burger{display:flex}.problems-grid,.areas-grid{grid-template-columns:1fr 1fr}.climate-grid,.why-grid,.process-grid{grid-template-columns:1fr}.creds-grid{grid-template-columns:1fr 1fr}.trust-strip{flex-direction:column}.trust-strip-item{border-bottom:1px solid #ffffff0f;border-right:none;justify-content:center}.footer-grid{grid-template-columns:1fr}}@media (width<=480px){.problems-grid,.areas-grid,.creds-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.final-cta-btns{flex-direction:column;align-items:center}}
