@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;900&family=Nunito+Sans:wght@400;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--bg: #f0f2f5;--text: #183b5b;--text-dark: #1b1b1b;--muted: #5f6b76;--hero: #184d78;--hero-dark: #0f3254;--white: #ffffff;--red: #e8392e;--red-dark: #c52e24;--blue: #4f8df7;--green: #19c37d;--orange: #ff8a1f;--card: #ffffff;--border: #e2e6ea;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow: 0 4px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 30px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.08);--radius: 12px;--radius-sm: 8px}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:Nunito Sans,Arial,sans-serif;background:var(--bg);color:var(--text-dark);line-height:1.6}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:Barlow Condensed,Arial,sans-serif;margin:0 0 .75rem;line-height:1.15;color:var(--text-dark)}h2{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:900}h3{font-size:1.25rem;font-weight:700}p{margin:0 0 .75rem}ul{margin:0;padding:0}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.section-pad{padding:5rem 0}.section-sub{color:var(--muted);font-size:1.05rem;margin-bottom:2.5rem;margin-top:-.25rem}.bg-light{background:var(--bg)}.bg-hero{background:var(--hero)}.text-white{color:var(--white)}.text-green{color:var(--green)}.btn{display:inline-block;padding:.7rem 1.4rem;border-radius:var(--radius);font-family:Nunito Sans,sans-serif;font-weight:800;font-size:.92rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;letter-spacing:.01em}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-red{background:var(--red);color:var(--white);border-color:var(--red)}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn-hero{background:var(--hero);color:var(--white);border-color:var(--hero)}.btn-white{background:var(--white);color:var(--hero);border-color:var(--white)}.btn-outline{background:transparent;color:var(--white);border-color:#ffffffb3}.btn-outline:hover{background:#ffffff1f;border-color:var(--white)}.btn-lg{padding:.9rem 1.9rem;font-size:1rem}.btn-full{width:100%;text-align:center}.service-tag,.faq-tag{display:inline-block;font-size:.68rem;font-weight:800;padding:.18rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.07em}.tag-red{background:var(--red);color:var(--white)}.tag-blue{background:var(--blue);color:var(--white)}.tag-orange{background:var(--orange);color:var(--white)}.tag-green{background:var(--green);color:var(--white)}.tag-hero{background:var(--hero);color:var(--white)}.tag-dark{background:var(--text-dark);color:var(--white)}.tag-muted{background:#d0d7de;color:var(--text-dark)}.link-arrow{color:var(--hero);font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s}.link-arrow:hover{border-color:var(--hero)}.emergency-bar{background:#1a0a0a;color:#ffffffeb;text-align:center;padding:.5rem 1rem;font-size:.82rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.emergency-bar a{color:#ff6b6b;font-weight:800;text-decoration:none}.emergency-bar a:hover{text-decoration:underline}.bar-sep{opacity:.4}.pulse-dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.site-nav{background:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--border),0 2px 12px #00000012}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:90px}.nav-logo{text-decoration:none;display:flex;align-items:center;flex-shrink:0}.nav-logo-img{height:90px;width:auto;display:block}.nav-links{list-style:none;display:flex;align-items:center;gap:.25rem;margin:0;padding:0}.nav-links li a{color:var(--text);text-decoration:none;font-size:.88rem;font-weight:700;padding:.4rem .7rem;border-radius:var(--radius-sm);transition:background .15s,color .15s}.nav-links li a:hover{background:var(--bg);color:var(--hero)}.nav-links li a.active{color:var(--hero);font-weight:800;border-bottom:2px solid var(--hero);border-radius:0}.nav-cta{background:var(--red)!important;color:var(--white)!important;padding:.5rem 1.1rem!important;border-radius:var(--radius-sm)!important;font-weight:800!important;margin-left:.5rem}.nav-cta:hover{background:var(--red-dark)!important;opacity:1!important}.nav-dropdown{position:relative}.nav-dropdown-btn{background:none;border:none;cursor:pointer;color:var(--text);font-size:.88rem;font-weight:700;font-family:Nunito Sans,sans-serif;padding:.4rem .7rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:.3rem;transition:background .15s,color .15s}.nav-dropdown-btn:hover{background:var(--bg);color:var(--hero)}.nav-dropdown-btn.active{color:var(--hero);font-weight:800;border-bottom:2px solid var(--hero);border-radius:0}.nav-chevron{font-size:.7rem;transition:transform .2s;display:inline-block}.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 32px #00000024;padding:.5rem 0;list-style:none;min-width:220px;z-index:200}.nav-dropdown.open .nav-dropdown-menu{display:block}.nav-dropdown-menu li a{display:block;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap;border-radius:0;transition:background .12s,color .12s}.nav-dropdown-menu li a:hover{background:var(--bg);color:var(--hero)}.nav-dropdown-menu li a.active{color:var(--hero);font-weight:800;background:#eef3f8}.nav-dropdown-group{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.6rem 1.1rem .2rem}.nav-dropdown-divider{border-top:1px solid var(--border);margin:.35rem 0}@media(max-width:768px){.nav-dropdown-btn{display:block;width:100%;text-align:left;padding:.8rem 1.5rem;border-radius:0;border-bottom:1px solid var(--border);font-size:.95rem}.nav-dropdown-menu{position:static;transform:none;box-shadow:none;border:none;border-radius:0;border-top:1px solid var(--border);padding:0;min-width:0;width:100%;background:var(--bg)}.nav-dropdown-menu li a{padding:.7rem 2rem;border-bottom:1px solid var(--border);font-size:.88rem}.nav-dropdown-group{padding:.6rem 2rem .2rem}.nav-dropdown-divider{display:none}}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--hero);border-radius:2px;transition:transform .25s,opacity .25s}.hero{background:var(--hero);padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.04) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none}.hero-inner{position:relative;z-index:1;padding-bottom:4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fffffff2;padding:.35rem 1rem;border-radius:50px;font-size:.82rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.03em}.badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;flex-shrink:0}.hero h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(2.4rem,6vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.01em}.hero-accent{color:#f9c74f;display:block}.hero-sub{color:#ffffffc7;font-size:1.1rem;margin-bottom:2.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.25rem}.hero-trust{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 2rem;color:#ffffffe0;font-size:.88rem;font-weight:700}.trust-check{color:var(--green);margin-right:.2rem}.services{background:var(--bg)}.services-title{margin-bottom:.25rem}.services-sub{margin-bottom:2rem}.services-row{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr auto;gap:1.25rem;margin-bottom:1.25rem}.services-row:last-child{margin-bottom:0}.service-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm);display:grid;grid-row:span 3;grid-template-rows:subgrid;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card--emergency{border-top:4px solid var(--red)}.service-card--featured{border-top:4px solid var(--blue)}.service-card--green{border-top:4px solid var(--green)}.service-card--orange{border-top:4px solid var(--orange)}.service-card-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.service-icon{font-size:2rem;line-height:1}.service-tag{display:inline-block;font-size:.68rem;font-weight:800;padding:.18rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.07em}.service-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:900;color:var(--text-dark);margin:0;line-height:1.2}.service-card>p{font-size:.87rem;color:var(--muted);margin:0;line-height:1.6;align-self:start}.service-card .btn{margin-top:0;text-align:center;width:100%;align-self:end}.reviews{background:var(--white)}.reviews-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.reviews-header h2{margin-bottom:.25rem}.reviews-score{display:flex;align-items:center;gap:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.25rem}.score-number{font-family:Barlow Condensed,sans-serif;font-size:2.75rem;font-weight:900;color:var(--hero);line-height:1}.stars{color:#f9a825;font-size:1.1rem;letter-spacing:.05em}.score-label{font-size:.78rem;color:var(--muted);margin-top:.1rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.review-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.review-quote{font-family:Georgia,serif;font-size:2.5rem;color:var(--hero);opacity:.2;line-height:1;margin-bottom:.25rem;display:block;position:static;user-select:none;pointer-events:none}.review-card>p{font-size:.88rem;color:var(--text-dark);line-height:1.6;margin-bottom:1.25rem;position:relative;z-index:1}.review-footer{display:flex;align-items:center;gap:.65rem;border-top:1px solid var(--border);padding-top:.85rem}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--hero);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0}.reviewer-info{flex:1}.reviewer-info strong{display:block;font-size:.88rem;color:var(--text-dark);line-height:1.2}.review-location{font-size:.75rem;color:var(--muted)}.review-meta-right{text-align:right}.review-stars{color:#f9a825;font-size:.85rem}.review-time{font-size:.72rem;color:var(--muted);display:block}.reviews-cta{margin-top:2rem;text-align:center}.why-choose{background:var(--hero)}.why-header{text-align:center;margin-bottom:2.5rem}.why-header h2{color:var(--white);margin-bottom:.25rem}.why-header p{color:#ffffffb3;font-size:1rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2.5rem}.stat-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.5rem 1rem;text-align:center;color:var(--white);transition:background .2s}.stat-card:hover{background:#ffffff24}.stat-num{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:#f9c74f;line-height:1;margin-bottom:.25rem}.stat-num span{font-size:1.4rem}.stat-label{font-size:.8rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.stat-card p{font-size:.76rem;color:#fff9;margin:0;line-height:1.4}.why-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2.5rem;margin-bottom:2.5rem}.trust-item{color:#ffffffeb;font-weight:700;font-size:.92rem;display:flex;align-items:center;gap:.5rem}.trust-item span{color:var(--green);font-size:1rem}.why-cta{text-align:center}.why-cta>p{color:#ffffffb3;font-size:.9rem;margin-bottom:.75rem}.pricing{background:var(--bg)}.pricing h2{margin-bottom:.25rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;align-items:start}.price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;transition:transform .2s,box-shadow .2s}.price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e2e}.price-card--featured:hover{box-shadow:0 12px 32px #e8392e3d}.price-popular{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.7rem;font-weight:800;padding:.22rem 1rem;border-radius:50px;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.price-label{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dark)}.price-days{font-size:.95rem;color:var(--muted);font-weight:600}.price-amount{line-height:1;padding:.5rem 0}.price-amount span{font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:900;color:var(--hero)}.price-amount small{font-size:.9rem;color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:0 0 1rem;font-size:.86rem;color:var(--text);display:flex;flex-direction:column;gap:.35rem;text-align:center;width:100%}.pricing-promise{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:2.5rem;text-align:center}.pricing-promise h3{font-family:Barlow Condensed,sans-serif;margin-bottom:1.25rem}.promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.promise-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem 1rem;font-size:.88rem;font-weight:700;color:var(--text-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.4rem}.promise-icon{font-size:1.6rem;line-height:1}.job-examples h3{font-family:Barlow Condensed,sans-serif;margin-bottom:1rem}.jobs-table{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.job-row{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.88rem;color:var(--text-dark);transition:box-shadow .15s,transform .15s}.job-row:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.job-price{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--hero);white-space:nowrap;flex-shrink:0}.about-copy{background:var(--bg)}.copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;margin-bottom:2.5rem}.copy-block h2{font-size:1.2rem;font-weight:900;color:var(--hero);margin-bottom:.75rem;line-height:1.3}.copy-block p{font-size:.92rem;color:var(--text);line-height:1.8;margin-bottom:.75rem}.copy-block p:last-child{margin-bottom:0}.copy-link{color:var(--hero);font-weight:700;text-decoration:none;border-bottom:1px solid var(--hero)}.copy-areas{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;border-left:4px solid var(--hero)}.copy-areas h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--hero);margin-bottom:.5rem}.copy-areas p{font-size:.88rem;color:var(--text);line-height:1.8;margin:0}@media(max-width:768px){.copy-grid{grid-template-columns:1fr;gap:1.75rem}.copy-block h2{font-size:1.1rem}.copy-block p{font-size:.9rem}}.faq{background:var(--white)}.faq h2{margin-bottom:.25rem}.faq-list{display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.faq-item[open]{box-shadow:var(--shadow-sm)}.faq-item summary{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;cursor:pointer;font-weight:700;font-size:.93rem;color:var(--text-dark);list-style:none;user-select:none;transition:background .15s}.faq-item summary:hover{background:var(--card)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";margin-left:auto;font-size:1.4rem;font-weight:300;color:var(--muted);line-height:1;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-tag{flex-shrink:0}.faq-body{border-top:1px solid var(--border);background:var(--white)}.faq-body p{padding:1rem 1.25rem;margin:0;font-size:.9rem;color:var(--muted);line-height:1.7}.final-cta{background:var(--hero)}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-left h2{font-family:Barlow Condensed,sans-serif;color:var(--white);font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.5rem}.cta-left>p{color:#ffffffc7;margin-bottom:1.75rem;font-size:1.05rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.emergency-note{color:#ffffffa6;font-size:.84rem;margin:0}.quote-form-wrapper{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-lg)}.quote-form-wrapper h3{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;color:var(--hero);margin-bottom:1.25rem;text-align:center}.quote-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.8rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.92rem;font-family:Nunito Sans,sans-serif;color:var(--text-dark);background:var(--bg);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--hero);box-shadow:0 0 0 3px #184d781f;background:var(--white)}.form-group textarea{resize:vertical}.site-footer{background:var(--hero);color:#ffffffc7;padding:4rem 0 1.5rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.footer-logo-bolt{font-size:1.8rem;line-height:1}.footer-logo-name{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--white);letter-spacing:.05em;line-height:1.1}.footer-logo-sub{font-family:Barlow Condensed,sans-serif;font-size:.75rem;font-weight:700;color:#ffffff8c;letter-spacing:.15em}.footer-brand p{font-size:.84rem;margin-bottom:.85rem}.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap}.footer-badges span{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);font-size:.72rem;padding:.2rem .65rem;border-radius:4px;font-weight:700;letter-spacing:.04em}.footer-contact h4,.footer-hours h4,.footer-services h4{color:var(--white);font-family:Barlow Condensed,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.contact-item{margin-bottom:.85rem}.contact-item strong{display:block;font-size:.84rem;color:#ffffffe6}.contact-item small{font-size:.76rem;color:#ffffff80}.contact-item a{text-decoration:none}.contact-item a:hover{color:var(--white);text-decoration:underline}.hours-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.hours-row:last-child{border-bottom:none}.hours-row strong{color:#ffffffe6}.emergency-hours strong.text-green{color:var(--green)!important}.footer-services ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.footer-services a{color:#ffffffa6;text-decoration:none;font-size:.84rem;transition:color .15s}.footer-services a:hover{color:var(--white)}.footer-areas{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-areas h4{font-family:Barlow Condensed,sans-serif;color:var(--white);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.footer-areas p{font-size:.82rem}.footer-rating{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);margin-bottom:2rem;width:fit-content}.stars-gold{color:#f9a825;font-size:1.5rem;letter-spacing:.05em}.footer-rating strong{color:var(--white);display:block;font-size:.95rem}.footer-rating p{font-size:.78rem;margin:0}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:#fff6}.footer-legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-legal a{color:#ffffff73;text-decoration:none;transition:color .15s}.footer-legal a:hover{color:var(--white)}.footer-bottom p{margin:0}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:1024px){.services-row{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.section-pad{padding:3rem 0}.nav-toggle{display:flex}.nav-cta{display:none!important}.nav-links{display:none;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:72px;left:0;right:0;background:var(--white);padding:.5rem 0;box-shadow:0 4px 12px #0000001f;border-top:1px solid var(--border)}.nav-links.open{display:flex}.nav-links li a{display:block;padding:.8rem 1.5rem;border-radius:0;border-bottom:1px solid var(--border);color:var(--text)}.nav-cta{margin-left:0!important;border-radius:0!important}.hero{padding:3.5rem 0 0}.hero-inner{padding-bottom:3rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px;text-align:center}.services-row{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto}.jobs-table{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.cta-grid{grid-template-columns:1fr;gap:2rem}.cta-buttons .btn{flex:1;text-align:center}.footer-top{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center}.reviews-header{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.services-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr}.emergency-bar{font-size:.75rem}.promise-grid,.pricing-grid{grid-template-columns:1fr}}.services-row,.eicr-pricing-grid,.rewire-pricing-grid,.eicr-why-grid,.who-needs-grid,.reviews-grid,.stats-grid,.check-grid,.warning-grid,.included-grid,.disruption-grid,.kitchen-grid,.rewire-why-grid,.materials-grid,.safety-grid,.emerg-jobs-grid,.emerg-process-grid,.quals-grid,.legal-grid,.copy-grid,.coverage-grid{align-items:stretch}.page-hero{background:var(--hero);padding:3.5rem 0;text-align:center}.page-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;padding:.3rem .9rem;border-radius:50px;font-size:.78rem;font-weight:700;margin-bottom:1rem;letter-spacing:.03em}.page-hero h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(2.4rem,6vw,3.8rem);font-weight:900;color:var(--white);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.01em;line-height:1.1}.page-hero-sub{color:#ffffffd1;font-size:1.05rem;margin-bottom:1.75rem;line-height:1.6}.page-hero-sub strong{color:#f9c74f}.eicr-price-pills{display:flex;justify-content:center;gap:.75rem;margin-bottom:.6rem;flex-wrap:wrap}.price-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);padding:.6rem 1.25rem;text-align:center;min-width:90px}.price-pill--mid{background:#f9c74f2e;border-color:#f9c74f}.pill-label{display:block;font-size:.72rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.pill-price{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:900;color:var(--white)}.price-pill--mid .pill-price{color:#f9c74f}.price-pill-sub{font-size:.78rem;color:#fff9;margin-bottom:1.5rem}.eicr-trust-row{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.eicr-trust-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:.6rem 1rem;text-align:center;min-width:70px}.eicr-trust-item strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;color:#f9c74f;line-height:1}.eicr-trust-item span{font-size:.72rem;color:#ffffffb3;font-weight:600}.eicr-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.eicr-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;box-shadow:var(--shadow-sm);position:relative;text-align:center;display:flex;flex-direction:column;gap:.4rem;transition:transform .2s,box-shadow .2s}.eicr-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.eicr-price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e26}.eicr-popular-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.eicr-tier-label{font-family:Barlow Condensed,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.eicr-tier-name{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark)}.eicr-tier-sub{font-size:.82rem;color:var(--muted)}.eicr-tier-price{font-size:1rem;color:var(--muted);padding:.5rem 0}.eicr-tier-price span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.eicr-tier-price small{font-size:.9rem}.eicr-tier-fixed{font-size:.78rem;font-weight:700;color:var(--green)}.eicr-price-card ul{list-style:none;padding:0;margin:.5rem 0 1rem;font-size:.85rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left}.eicr-why-section{background:var(--white)}.eicr-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.eicr-why-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.eicr-why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.eicr-why-icon{font-size:2rem;margin-bottom:.75rem}.eicr-why-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--hero);margin-bottom:.5rem}.eicr-why-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.who-needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.who-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-sm)}.who-card--required{border-top:4px solid var(--red)}.who-card--recommended{border-top:4px solid var(--green)}.who-status{display:inline-block;font-size:.68rem;font-weight:800;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;width:fit-content}.who-status.required{background:var(--red);color:var(--white)}.who-status.recommended{background:var(--green);color:var(--white)}.who-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin:0}.who-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.eicr-process-section{background:var(--hero)}.eicr-process-section h2{color:var(--white)}.eicr-process-section .section-sub{color:#ffffffb3}.process-steps{display:flex;flex-direction:column;gap:1rem}.process-step{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1.25rem}.step-number{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:#f9c74f;line-height:1;min-width:2rem;text-align:center}.step-content h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--white);margin-bottom:.35rem}.step-content p{font-size:.88rem;color:#ffffffbf;margin:0 0 .4rem;line-height:1.6}.step-note{display:inline-block;font-size:.74rem;font-weight:700;color:#f9c74f;background:#f9c74f1f;border:1px solid rgba(249,199,79,.25);padding:.15rem .6rem;border-radius:4px}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.check-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;align-items:flex-start;gap:.85rem;transition:transform .2s,box-shadow .2s}.check-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.check-icon{font-size:1.5rem;flex-shrink:0;line-height:1;margin-top:.1rem}.check-item strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.check-item p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}.eicr-legal-section{background:var(--white)}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.legal-required,.legal-penalties{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column}.legal-required{border-left:4px solid var(--hero)}.legal-penalties{border-left:4px solid var(--red)}.legal-required h3,.legal-penalties h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.legal-item{display:flex;flex-direction:column;padding:.75rem 0;border-bottom:1px solid var(--border);flex:1}.legal-item:last-child{border-bottom:none;padding-bottom:0}.legal-item:first-of-type{padding-top:0}.legal-item strong{font-size:.9rem;color:var(--hero);font-weight:800;margin-bottom:.2rem;display:block}.legal-item span{font-size:.82rem;color:var(--muted)}.penalty-item{display:flex;flex-direction:column;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.penalty-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.penalty-item strong{font-size:.95rem;color:var(--red);font-weight:800}.penalty-item span{font-size:.82rem;color:var(--muted)}.legal-cta-bar{background:var(--hero);border-radius:var(--radius);padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.legal-cta-bar p{color:#ffffffe6;margin:0;font-weight:600;font-size:.95rem}.legal-cta-bar .btn{min-width:220px}.fault-codes{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.fault-code{display:flex;align-items:flex-start;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.fault-label{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;width:42px;height:42px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.fault-c1 .fault-label{background:#c0392b}.fault-c2 .fault-label{background:var(--orange)}.fault-c3 .fault-label{background:var(--blue)}.fault-fi .fault-label{background:var(--muted)}.fault-content strong{display:block;font-size:.95rem;font-weight:800;color:var(--text-dark);margin-bottom:.3rem}.fault-content p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.common-repairs{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.common-repairs h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.repair-grid{display:flex;flex-direction:column}.repair-item{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.88rem;gap:1rem}.repair-item:last-child{border-bottom:none}.repair-price{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero);white-space:nowrap}.related-services{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.related-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .18s,box-shadow .18s}.related-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.related-icon{font-size:1.4rem;flex-shrink:0}.related-card>div{flex:1}.related-card strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark)}.related-card span{font-size:.8rem;color:var(--muted)}.related-arrow{font-size:1rem;color:var(--hero);font-weight:700}@media(max-width:1024px){.eicr-why-grid,.who-needs-grid,.check-grid,.related-services{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-hero{padding:2.5rem 0}.page-hero h1{font-size:2.2rem}.eicr-price-pills{gap:.5rem}.price-pill{min-width:80px;padding:.5rem .75rem}.eicr-trust-row{gap:.5rem}.eicr-trust-item{min-width:60px;padding:.5rem .6rem}.eicr-pricing-grid{grid-template-columns:1fr}.eicr-why-grid{grid-template-columns:1fr 1fr}.who-needs-grid,.check-grid,.legal-grid,.related-services{grid-template-columns:1fr}.legal-cta-bar{flex-direction:column;text-align:center}.legal-cta-bar .btn{width:100%;text-align:center}}@media(max-width:480px){.eicr-why-grid{grid-template-columns:1fr}.eicr-trust-row{gap:.4rem}.eicr-trust-item{flex:1;min-width:0}}.areas-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);border-left:4px solid var(--hero);padding:2rem;margin-top:2rem}.areas-section h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--hero);margin-bottom:.35rem}.areas-intro{font-size:.88rem;color:var(--muted);margin-bottom:1.25rem}.areas-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.area-tag{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .85rem;font-size:.85rem;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:.4rem}.area-tag span{font-size:.75rem;font-weight:600;color:var(--white);background:var(--hero);padding:.1rem .4rem;border-radius:3px}.nearby-areas{border-top:1px solid var(--border);padding-top:1.25rem}.nearby-areas p{font-size:.88rem;color:var(--text-dark);margin-bottom:.75rem}.nearby-grid{display:flex;flex-wrap:wrap;gap:.5rem}.nearby-tag{background:var(--hero);color:var(--white);border-radius:var(--radius-sm);padding:.4rem .9rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .15s}.nearby-tag:hover{opacity:.85}@media(max-width:768px){.areas-section{padding:1.25rem}.area-tag{font-size:.8rem;padding:.35rem .7rem}}.emerg-hero{background:#a83232;padding:3.5rem 0 3rem;text-align:center}.emerg-live-badge{display:inline-flex;align-items:center;gap:.5rem;background:#00000059;border:1px solid rgba(255,255,255,.15);color:#ffffffe6;padding:.35rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:.03em}.live-dot{width:8px;height:8px;background:#f9c74f;border-radius:50%;flex-shrink:0}.emerg-hero h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;color:var(--white);margin:0 0 .75rem;text-transform:none;line-height:1.15}.emerg-hero-sub{color:#ffffffd9;font-size:1rem;margin-bottom:1.75rem}.emerg-response-badge{display:inline-flex;flex-direction:column;align-items:center;background:var(--white);padding:1.5rem 4rem;border-radius:var(--radius);margin-bottom:1.5rem;box-shadow:0 8px 32px #00000040;width:100%;max-width:420px}.response-num{font-family:Barlow Condensed,sans-serif;font-size:5.5rem;font-weight:900;line-height:1;color:#a83232}.response-num small{font-size:2.5rem;color:#a83232;font-weight:900}.response-label{font-size:.88rem;font-weight:700;color:var(--muted);letter-spacing:.04em;margin-bottom:.75rem}.response-divider{width:100%;height:1px;background:var(--border);margin:.5rem 0 .75rem}.emerg-price-line{color:var(--text-dark);font-size:.88rem;margin:0}.emerg-price-line strong{color:#a83232;font-weight:800}.emerg-hero-actions{display:flex;flex-direction:column;gap:.65rem;justify-content:center;align-items:center;margin-bottom:2rem;width:100%;max-width:420px;margin-left:auto;margin-right:auto}.btn-yellow{background:#f9c74f;color:#a83232;border-color:#f9c74f;font-size:1rem;font-weight:900;letter-spacing:.04em;width:100%;text-align:center;padding:1rem}.btn-yellow:hover{background:#f4b922;border-color:#f4b922}.btn-white-outline{background:var(--white);color:#a83232;border:2px solid var(--white);font-size:1rem;font-weight:900;letter-spacing:.04em;width:100%;text-align:center;padding:1rem}.btn-white-outline:hover{background:#ffffffe6}.emerg-hero-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);max-width:420px;margin:0 auto}.emerg-stat{background:none;border:none;border-radius:0;padding:0;text-align:center;min-width:0}.emerg-stat strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.6rem;font-weight:900;color:var(--white);line-height:1;margin-bottom:.15rem}.emerg-stat span{font-size:.72rem;color:#ffffffb3;font-weight:600}.emerg-levels-section{background:var(--white)}.emerg-levels{display:flex;flex-direction:column;gap:1rem}.emerg-level{border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border)}.emerg-level--danger{background:#fff5f5;border-left:4px solid var(--red)}.emerg-level--urgent{background:#fffbf0;border-left:4px solid var(--orange)}.emerg-level--routine{background:#f0fff7;border-left:4px solid var(--green)}.level-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.level-icon{font-size:1.4rem;flex-shrink:0}.level-header strong{display:block;font-size:1rem;font-weight:800;color:var(--text-dark)}.level-header span{font-size:.8rem;color:var(--muted)}.emerg-level ul{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.4rem}.emerg-level ul li{font-size:.88rem;color:var(--text-dark);padding-left:1rem;position:relative}.emerg-level--danger ul li:before{content:"⚠";position:absolute;left:0;font-size:.7rem;top:2px}.emerg-level--urgent ul li:before{content:"!";position:absolute;left:0;font-weight:900;color:var(--orange)}.emerg-level--routine ul li:before{content:"→";position:absolute;left:0;color:var(--green)}.btn-outline-dark{background:transparent;color:var(--text-dark);border:2px solid var(--border);font-weight:700}.btn-outline-dark:hover{background:var(--bg)}.emerg-unsure{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-top:1rem;text-align:center;font-size:.9rem;color:var(--text)}.emerg-jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.emerg-job-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.emerg-job-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.emerg-job-card--warning{border-top:3px solid var(--red)}.emerg-job-icon{font-size:1.8rem;margin-bottom:.5rem}.emerg-job-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin-bottom:.35rem}.emerg-job-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.25rem}.emerg-job-price{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero)}.emerg-job-time{font-size:.78rem;color:var(--muted);font-weight:600}.emerg-job-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6}.emerg-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.emerg-why-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:1.1rem;text-align:center}.emerg-why-item strong{display:block;color:var(--white);font-size:.92rem;font-weight:800;margin-bottom:.2rem}.emerg-why-item span{font-size:.8rem;color:#ffffffa6}.emerg-mid-cta{background:#a83232;padding:3rem 0;text-align:center}.emerg-mid-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.emerg-mid-response{display:flex;align-items:center;gap:.75rem;background:#00000026;border-radius:var(--radius);padding:.5rem 1.25rem;color:#ffffffe6;font-size:.85rem;font-weight:600}.response-num-sm{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:900;color:var(--white);line-height:1}.response-num-sm small{font-size:.9rem}.emerg-mid-cta h2{font-family:Barlow Condensed,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:var(--white);margin:0;text-transform:uppercase}.emerg-mid-cta p{color:#ffffffd9;margin:0;font-size:1rem}.book-link{color:#ffffffbf;font-size:.9rem;text-decoration:none;font-weight:600}.book-link:hover{color:var(--white)}.selfhelp-wrapper{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;border-top:4px solid var(--hero)}.selfhelp-header{margin-bottom:1.5rem}.selfhelp-header h2{margin-bottom:.25rem;font-size:1.4rem}.selfhelp-header p{color:var(--muted);font-size:.9rem;margin:0}.selfhelp-steps{display:flex;flex-direction:column;gap:0;margin-bottom:1.25rem}.selfhelp-step{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.selfhelp-step:last-child{border-bottom:none}.selfhelp-num{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:900;color:var(--white);background:var(--hero);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.selfhelp-step strong{display:block;font-size:.95rem;font-weight:800;color:var(--text-dark);margin-bottom:.25rem}.selfhelp-step p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.selfhelp-warning{background:#fff5f5;border:1px solid rgba(232,57,46,.25);border-radius:var(--radius-sm);padding:.85rem 1rem;display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text-dark)}.selfhelp-warning span{font-size:1.1rem;flex-shrink:0}.selfhelp-warning p{margin:0}.emerg-safety-section{background:var(--hero)}.emerg-safety-section h2{color:var(--white)}.emerg-safety-section .section-sub{color:#ffffffb3}.safety-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.safety-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem}.safety-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--white);margin-bottom:.85rem}.safety-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.safety-card ul li{font-size:.85rem;color:#ffffffd9;padding-left:1rem;position:relative;line-height:1.5}.safety-card ul li:before{content:"✓";position:absolute;left:0;color:#f9c74f;font-weight:700}.safety-card--never ul li:before{content:"✗";color:#ff6b6b}.emerg-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.emerg-process-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.emerg-process-num{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--hero);opacity:.3;line-height:1;margin-bottom:.5rem}.emerg-process-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;margin-bottom:.5rem}.emerg-process-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6}.fault-frequency{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.fault-frequency h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem}.freq-table{display:flex;flex-direction:column;gap:.75rem}.freq-row{display:flex;align-items:center;gap:.75rem;font-size:.86rem}.freq-row>span:first-child{min-width:200px;color:var(--text-dark);font-weight:600;flex-shrink:0}.freq-bar-wrap{flex:1;display:flex;align-items:center;gap:.5rem}.freq-bar{height:8px;background:var(--hero);border-radius:4px;transition:width .5s}.freq-bar-wrap>span{font-size:.8rem;font-weight:700;color:var(--muted);white-space:nowrap}.emerg-powerout-section{background:var(--white)}.powerout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.powerout-table-wrap h3,.powerout-street h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.powerout-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.powerout-row{display:grid;grid-template-columns:1fr 1fr;padding:.65rem .85rem;font-size:.85rem;border-bottom:1px solid var(--border)}.powerout-row:last-child{border-bottom:none}.powerout-row--head{background:var(--hero);color:var(--white);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.powerout-row--alert{background:#fff5f5;color:var(--red);font-weight:700}.powerout-street p{font-size:.88rem;color:var(--muted);margin-bottom:1rem;line-height:1.6}.powerout-tip{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem 1rem;margin-bottom:.5rem;display:flex;flex-direction:column}.powerout-tip strong{font-size:.9rem;color:var(--hero);font-weight:800}.powerout-tip span{font-size:.8rem;color:var(--muted)}.powerout-note{font-size:.82rem;color:var(--text);margin-top:.75rem;font-weight:600;border-left:3px solid var(--hero);padding-left:.6rem}.quals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.qual-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;box-shadow:var(--shadow-sm)}.qual-num{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--hero);opacity:.2;line-height:1;margin-bottom:.25rem}.qual-card strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.qual-card span{font-size:.78rem;color:var(--muted)}.insurance-bar{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center;gap:.5rem 1.5rem;font-size:.88rem}.insurance-bar strong{color:var(--text-dark);font-weight:800}.insurance-bar span{color:var(--text)}.emerg-commercial-section{background:var(--bg)}.commercial-content{display:flex;flex-direction:column;gap:1.5rem}.commercial-text p{font-size:.9rem;color:var(--text);line-height:1.7;margin-bottom:.75rem}.commercial-types{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.commercial-types span{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem .8rem;font-size:.82rem;font-weight:700;color:var(--text-dark)}.commercial-cta-card{background:var(--hero);border-radius:var(--radius);padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.commercial-cta-card strong{display:block;font-size:1rem;font-weight:800;color:var(--white);margin-bottom:.25rem}.commercial-cta-card p{font-size:.85rem;color:#fffc;margin:0;line-height:1.6}.coverage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.coverage-area h3{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.emerg-final{background:#a83232;text-align:center}@media(max-width:1024px){.emerg-jobs-grid,.emerg-why-grid,.emerg-process-grid,.quals-grid,.coverage-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.emerg-hero-actions{flex-direction:column;align-items:center}.emerg-call-btn{width:100%;max-width:300px;text-align:center}.emerg-hero-stats{gap:.5rem}.emerg-stat{flex:1;min-width:0;padding:.5rem}.emerg-jobs-grid{grid-template-columns:1fr}.emerg-why-grid{grid-template-columns:1fr 1fr}.emerg-process-grid,.safety-grid,.powerout-grid{grid-template-columns:1fr}.quals-grid{grid-template-columns:repeat(2,1fr)}.coverage-grid{grid-template-columns:1fr 1fr}.freq-row>span:first-child{min-width:130px;font-size:.8rem}}@media(max-width:480px){.emerg-why-grid,.coverage-grid{grid-template-columns:1fr}.quals-grid{grid-template-columns:1fr 1fr}}.rewire-price-pills{display:flex;justify-content:center;gap:.75rem;margin-bottom:.6rem;flex-wrap:wrap}.rewire-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;align-items:stretch}.rewire-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;transition:transform .2s,box-shadow .2s}.rewire-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.rewire-price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e26}.rp-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.rp-tier{font-family:Barlow Condensed,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.rp-name{font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:900;color:var(--text-dark)}.rp-desc{font-size:.82rem;color:var(--muted)}.rp-price{font-size:1rem;color:var(--muted);padding:.4rem 0 0}.rp-price span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.rp-from{font-size:.75rem;color:var(--muted);font-weight:600;margin-bottom:.5rem}.rewire-price-card ul{list-style:none;padding:0;margin:0 0 1rem;font-size:.86rem;color:var(--text);display:flex;flex-direction:column;gap:.35rem;text-align:left;width:100%}.rewire-price-notes{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.price-note{border-radius:var(--radius);padding:1.25rem 1.5rem;border:1px solid var(--border)}.price-note--info{background:#eef3f8;border-left:4px solid var(--hero)}.price-note--savings{background:#eefaf5;border-left:4px solid var(--green)}.price-note h4{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--text-dark);margin-bottom:.4rem}.price-note p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.7}.rewire-warning-section{background:var(--white)}.warning-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.warning-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;transition:transform .2s,box-shadow .2s}.warning-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.warning-card--red{border-top:3px solid var(--red)}.warning-card strong{font-size:.9rem;font-weight:800;color:var(--text-dark)}.warning-card p{font-size:.8rem;color:var(--muted);margin:0;line-height:1.4}.warning-cta{text-align:center}.warning-cta p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.included-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.included-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.included-card strong{font-size:.92rem;font-weight:800;color:var(--text-dark)}.included-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}.circuits-section{background:var(--bg);border-radius:var(--radius);padding:2rem}.circuits-section h3{font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;margin-bottom:.25rem}.circuits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:1.5rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--card)}.circuit-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border)}.circuit-item:nth-child(odd){border-right:1px solid var(--border)}.circuit-item:nth-last-child(-n+2){border-bottom:none}.circuit-num{font-family:Barlow Condensed,sans-serif;font-weight:900;color:#fff!important;background:var(--hero);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;line-height:1}.circuit-item strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark)}.circuit-item span{font-size:.78rem;color:var(--muted)}.not-included-bar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;font-size:.84rem}.not-included-bar strong{color:var(--text-dark);font-weight:800;font-size:.95rem}.not-included-items{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.not-included-bar span{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.2rem .65rem;font-size:.8rem;color:var(--muted);font-weight:600}.not-included-bar p{margin:0;font-size:.82rem;color:var(--muted)}.rewire-disruption-section{background:var(--hero)}.rewire-disruption-section h2{color:var(--white)}.rewire-disruption-section .section-sub{color:#ffffffb3}.disruption-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.disruption-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem}.disruption-during{border-top:3px solid var(--red)}.disruption-evening{border-top:3px solid var(--green)}.disruption-advice{border-top:3px solid #f9c74f}.disruption-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--white);margin-bottom:.85rem}.disruption-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.disruption-card li{font-size:.86rem;color:#ffffffd9;padding-left:1rem;position:relative;line-height:1.5}.disruption-card li:before{content:"✓";position:absolute;left:0;color:#f9c74f;font-weight:700}.kitchen-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.kitchen-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm)}.kitchen-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--hero);margin-bottom:1rem}.kitchen-list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.kitchen-list li{font-size:.88rem;color:var(--text);padding-left:1.25rem;position:relative;line-height:1.5}.kitchen-list li:before{content:"?";position:absolute;left:0;color:var(--hero);font-weight:800;font-size:.8rem;top:1px}.kitchen-note{background:var(--bg);border-radius:var(--radius-sm);padding:.9rem 1rem;border-left:3px solid var(--hero)}.kitchen-note strong{display:block;font-size:.85rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.kitchen-note p{font-size:.82rem;color:var(--muted);margin:0}.rewire-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.rewire-why-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.rewire-why-card strong{color:var(--white);font-size:.95rem;font-weight:800}.rewire-why-card p{font-size:.82rem;color:#ffffffb3;margin:0;line-height:1.6}.rewire-materials-section{background:var(--white)}.materials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}.material-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.material-brand{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--hero);letter-spacing:.05em}.material-card strong{font-size:.92rem;font-weight:800;color:var(--text-dark)}.material-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.6}.materials-quote{background:var(--hero);border-radius:var(--radius);padding:1.5rem 2rem;text-align:center}.materials-quote p{color:#ffffffe6;font-style:italic;font-size:.92rem;line-height:1.7;margin-bottom:.5rem}.materials-quote span{color:#fff9;font-size:.78rem;font-weight:600}@media(max-width:1024px){.warning-grid,.included-grid{grid-template-columns:repeat(4,1fr)}.rewire-why-grid{grid-template-columns:repeat(2,1fr)}.materials-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.rewire-pricing-grid,.rewire-price-notes{grid-template-columns:1fr}.warning-grid,.included-grid{grid-template-columns:repeat(2,1fr)}.circuits-grid{grid-template-columns:1fr}.circuit-item:nth-child(odd){border-right:none}.circuit-item:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.circuit-item:last-child{border-bottom:none}.disruption-grid,.kitchen-grid{grid-template-columns:1fr}.rewire-why-grid{grid-template-columns:repeat(2,1fr)}.materials-grid{grid-template-columns:1fr}}@media(max-width:480px){.warning-grid,.included-grid{grid-template-columns:repeat(2,1fr)}.rewire-why-grid{grid-template-columns:1fr}}.fa-hero{background:var(--hero)}.fa-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;align-items:stretch}.fa-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.fa-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.fa-price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e26}.fa-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.fa-tier{font-family:Barlow Condensed,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.fa-name{font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:900;color:var(--text-dark)}.fa-price{font-size:1rem;color:var(--muted);padding:.25rem 0}.fa-price span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.fa-price-poa{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero);padding:.25rem 0}.fa-includes{font-size:.78rem;color:var(--muted);margin-bottom:.25rem}.fa-price-card ul{list-style:none;padding:0;margin:0 0 1rem;font-size:.86rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left;width:100%}.fa-component-title{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;margin:2.5rem 0 .25rem;color:var(--text-dark)}.fa-component-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;align-items:stretch}.fa-component-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.fa-comp-name{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark)}.fa-comp-price{font-size:1rem;color:var(--muted)}.fa-comp-price span{font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:900;color:var(--hero)}.fa-comp-price small{font-size:.8rem}.fa-component-card ul{list-style:none;padding:0;margin:.25rem 0 0;font-size:.84rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left;width:100%}.fa-assessment-section{background:var(--white)}.fa-assessment-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.fa-assessment-list{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);border-left:4px solid var(--hero);padding:1.75rem;display:flex;flex-direction:column;gap:.6rem}.fa-assessment-item{font-size:.88rem;color:var(--text);padding-bottom:.6rem;border-bottom:1px solid var(--border);line-height:1.5}.fa-assessment-item:last-child{border-bottom:none;padding-bottom:0}.fa-assessment-cta{background:var(--hero);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.fa-assessment-cta h3{font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;color:var(--white);margin:0}.fa-assessment-cta p{font-size:.88rem;color:#fffc;margin:0;line-height:1.7}.fa-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.fa-why-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .2s,box-shadow .2s}.fa-why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.fa-why-card strong{font-size:.95rem;font-weight:800;color:var(--hero)}.fa-why-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}.fa-who-section{background:var(--bg)}.fa-who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.fa-who-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-sm)}.fa-who-required{border-top:4px solid var(--red)}.fa-who-recommended{border-top:4px solid var(--green)}.fa-who-status{display:inline-block;font-size:.68rem;font-weight:800;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;width:fit-content}.fa-who-status.required{background:var(--red);color:var(--white)}.fa-who-status.recommended{background:var(--green);color:var(--white)}.fa-who-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin:0}.fa-who-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.fa-systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.fa-system-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.75rem;position:relative}.fa-system-card--featured{border:2px solid var(--hero)}.fa-system-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--hero);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.fa-system-type{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--hero)}.fa-system-card>p{font-size:.87rem;color:var(--muted);margin:0;line-height:1.6}.fa-system-best{background:var(--bg);border-radius:var(--radius-sm);padding:.75rem;font-size:.84rem}.fa-system-best strong{display:block;color:var(--text-dark);font-weight:800;margin-bottom:.2rem}.fa-system-best span{color:var(--muted)}.fa-system-benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem;font-size:.84rem;color:var(--text)}.fa-system-benefits strong{display:block;font-size:.82rem;font-weight:800;color:var(--text-dark);margin-bottom:.3rem}.fa-ld-section{background:var(--hero)}.fa-ld-section h2{color:var(--white)}.fa-ld-section .section-sub{color:#ffffffb3}.fa-ld-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.fa-ld-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.6rem}.fa-ld-ld1{border-top:4px solid #f9c74f}.fa-ld-ld2{border-top:4px solid var(--green)}.fa-ld-ld3{border-top:4px solid rgba(255,255,255,.4)}.fa-ld-label{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:#f9c74f;line-height:1}.fa-ld-level{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--white)}.fa-ld-card p{font-size:.86rem;color:#fffc;margin:0;line-height:1.6;flex:1}.fa-ld-note{font-size:.8rem;color:#fff9;font-style:italic;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.15)}.fa-brands-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;align-items:stretch}.fa-brand-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.fa-brand-name{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--hero);letter-spacing:.05em}.fa-brand-sub{font-size:.88rem;font-weight:700;color:var(--text-dark)}.fa-brand-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.fa-brand-reasons{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.fa-brand-reasons h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;margin-bottom:1.25rem;text-align:center}.fa-reasons-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.fa-reason-item{font-size:.87rem;color:var(--text);padding:.6rem .75rem;background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border)}.fa-components-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.fa-comp-detail{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;border-left:3px solid var(--hero)}.fa-comp-detail strong{display:block;font-size:.95rem;font-weight:800;color:var(--hero);margin-bottom:.4rem}.fa-comp-detail p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.fa-legal-section{background:var(--white)}.fa-legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.fa-legal-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;border-left:4px solid var(--hero)}.fa-legal-label{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero);margin-bottom:.6rem}.fa-legal-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.fa-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.fa-service-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem}.fa-service-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--hero);margin:0}.fa-service-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.fa-service-price{font-size:.82rem;font-weight:700;color:var(--text-dark);background:var(--bg);border-radius:var(--radius-sm);padding:.5rem .75rem;text-align:center}@media(max-width:1024px){.fa-pricing-grid,.fa-why-grid,.fa-who-grid{grid-template-columns:1fr 1fr}.fa-systems-grid,.fa-components-list{grid-template-columns:1fr}}@media(max-width:768px){.fa-pricing-grid,.fa-component-grid,.fa-assessment-grid{grid-template-columns:1fr}.fa-why-grid{grid-template-columns:1fr 1fr}.fa-who-grid,.fa-ld-grid,.fa-brands-grid,.fa-reasons-grid,.fa-legal-grid,.fa-service-grid{grid-template-columns:1fr}}@media(max-width:480px){.fa-why-grid{grid-template-columns:1fr}}.fb-price-pills{display:flex;justify-content:center;gap:.75rem;margin-bottom:.6rem;flex-wrap:wrap}.fb-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);padding:.6rem 1.25rem;text-align:center;min-width:90px}.fb-pill--mid{background:#f9c74f2e;border-color:#f9c74f}.fb-pill-label{display:block;font-size:.72rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em}.fb-pill-price{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:900;color:var(--white)}.fb-pill--mid .fb-pill-price{color:#f9c74f}.fb-intro-section{background:var(--white)}.fb-intro-grid{display:flex;flex-direction:column;gap:1.5rem}.fb-intro-text h2{margin-bottom:.75rem}.fb-intro-text p{font-size:.92rem;color:var(--muted);line-height:1.8;margin-bottom:.75rem}.fb-intro-cta{background:var(--hero);border-radius:var(--radius);padding:1.75rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem}.fb-intro-cta h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--white);margin:0}.fb-intro-cta p{font-size:.88rem;color:#fffc;margin:0}.fb-intro-note{font-size:.78rem;color:#ffffff8c;text-align:center}.fb-protection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.fb-protect-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;box-shadow:var(--shadow-sm);position:relative;transition:transform .2s,box-shadow .2s}.fb-protect-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.fb-protect-card--standard{border-top:4px solid var(--muted)}.fb-protect-card--premium{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e26}.fb-protect-card--ultimate{border-top:4px solid #f9c74f}.fb-protect-label{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.fb-protect-level{font-family:Barlow Condensed,sans-serif;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.fb-protect-price{font-size:1rem;color:var(--muted)}.fb-protect-price span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.fb-protect-price small{font-size:1.2rem}.fb-protect-name{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark)}.fb-protect-sub{font-size:.78rem;color:var(--muted)}.fb-protect-divider{width:100%;height:1px;background:var(--border);margin:.5rem 0}.fb-protect-list{list-style:none;padding:0;margin:0 0 1rem;font-size:.85rem;display:flex;flex-direction:column;gap:.35rem;text-align:left;width:100%}.fb-protect-list li{padding-left:1.25rem;position:relative;line-height:1.4}.fb-protect-list li.pro:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.fb-protect-list li.pro-best:before{content:"✓";position:absolute;left:0;color:#f9c74f;font-weight:700}.fb-protect-list li.con:before{content:"✗";position:absolute;left:0;color:var(--red);font-weight:700}.fb-protect-list li.pro{color:var(--text)}.fb-protect-list li.pro-best{color:var(--text-dark);font-weight:700}.fb-protect-list li.con{color:var(--muted)}.fb-trips-section{background:var(--white)}.fb-trips-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;align-items:stretch}.fb-trip-scenario{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.fb-trip-cause{background:var(--hero);padding:.9rem 1.25rem;display:flex;flex-direction:column}.fb-trip-cause strong{color:var(--white);font-size:.9rem;font-weight:800}.fb-trip-cause span{color:#ffffffbf;font-size:.82rem}.fb-trip-results{display:flex;flex-direction:column}.fb-trip-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);font-size:.84rem}.fb-trip-row:last-child{border-bottom:none}.fb-trip-bad{background:#fff5f5}.fb-trip-good,.fb-trip-best{background:#f0fff7}.fb-trip-board{font-weight:800;color:var(--text-dark);min-width:65px;flex-shrink:0;font-size:.8rem}.fb-trip-outcome{flex:1;color:var(--text);line-height:1.4}.fb-trip-mark{font-weight:900;font-size:1.1rem;flex-shrink:0}.fb-trip-mark.pass{color:var(--green)}.fb-trip-mark.fail{color:var(--red)}.fb-recommendation{background:var(--hero);border-radius:var(--radius);padding:1.75rem 2rem;text-align:center}.fb-recommendation h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--white);margin-bottom:1rem}.fb-rec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fb-rec-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:1rem;display:flex;flex-direction:column;gap:.35rem;align-items:center;text-align:center}.fb-rec-item--highlight{background:#f9c74f33;border-color:#f9c74f}.fb-rec-item strong{color:var(--white);font-size:.92rem;font-weight:800}.fb-rec-item span{color:#ffffffb3;font-size:.8rem;line-height:1.5}.fb-board-section{display:flex;flex-direction:column;gap:1.75rem}.fb-board-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;background:var(--bg);border-radius:var(--radius);padding:2rem;border-left:4px solid var(--hero)}.fb-board-header--rcd{border-left-color:var(--muted)}.fb-board-header--rcbo{border-left-color:var(--red)}.fb-board-header--afdd{border-left-color:#f9c74f}.fb-board-tag{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.35rem}.fb-board-tag--popular{color:var(--red)}.fb-board-tag--ultimate{color:#c49a00}.fb-board-title-block h2{margin-bottom:.5rem;font-size:1.5rem}.fb-board-title-block p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.7}.fb-board-price-block{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.fb-board-price{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:var(--hero);white-space:nowrap}.fb-board-price--rcbo{color:var(--red)}.fb-board-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.fb-wiring-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.fb-wiring-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.fb-wiring-layout{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.fb-rcd-group{background:var(--bg);border-radius:var(--radius-sm);overflow:hidden}.fb-rcd-label{background:var(--hero);color:var(--white);font-size:.78rem;font-weight:800;padding:.4rem .75rem;text-align:center;text-transform:uppercase;letter-spacing:.06em}.fb-rcd-circuits{display:flex;flex-direction:column}.fb-rcd-circuits span{font-size:.8rem;color:var(--text);padding:.4rem .75rem;border-bottom:1px solid var(--border)}.fb-rcd-circuits span:last-child{border-bottom:none}.fb-rcbo-layout{display:flex;flex-direction:column;gap:.25rem}.fb-rcbo-row{display:flex;align-items:center;gap:.75rem;padding:.35rem .5rem;background:var(--bg);border-radius:4px;font-size:.82rem}.fb-rcbo-num{background:var(--hero);color:var(--white);font-size:.72rem;font-weight:800;padding:.15rem .5rem;border-radius:3px;white-space:nowrap;flex-shrink:0}.fb-rcbo-row span:last-child{color:var(--text)}.fb-pros-cons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.fb-pros,.fb-cons,.fb-best-for{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.fb-pros{border-top:3px solid var(--green)}.fb-cons{border-top:3px solid var(--red)}.fb-best-for{border-top:3px solid var(--hero)}.fb-pros h3,.fb-cons h3,.fb-best-for h3{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;margin-bottom:.75rem;color:var(--text-dark)}.fb-pros ul,.fb-cons ul,.fb-best-for ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem;font-size:.84rem;color:var(--text)}.fb-pros li:before{content:"✓ ";color:var(--green);font-weight:700}.fb-cons li:before{content:"✗ ";color:var(--red);font-weight:700}.fb-best-for li:before{content:"✓ ";color:var(--hero);font-weight:700}.fb-rcbo-bg{background:var(--bg)}.fb-rcbo-why{background:var(--hero);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.fb-rcbo-why strong{color:var(--white);font-weight:800;font-size:.92rem;flex-shrink:0}.fb-rcbo-why p{color:#ffffffd9;font-size:.88rem;margin:0;line-height:1.6}.fb-afdd-formula{display:flex;align-items:center;justify-content:center;gap:1rem;background:var(--hero);border-radius:var(--radius);padding:1.5rem 2rem;margin-bottom:1.75rem;flex-wrap:wrap}.fb-formula-item{text-align:center}.fb-formula-item strong{display:block;color:var(--white);font-size:.95rem;font-weight:800}.fb-formula-item span{color:#ffffffa6;font-size:.8rem}.fb-formula-result strong{color:#f9c74f;font-size:1.1rem}.fb-formula-plus{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:#fff6}.fb-arc-causes{margin-bottom:1.75rem}.fb-arc-causes h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;margin-bottom:.25rem}.fb-arc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem;align-items:stretch}.fb-arc-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}.fb-arc-item strong{display:block;font-size:.92rem;font-weight:800;color:var(--text-dark);margin-bottom:.4rem}.fb-arc-item p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}.fb-afdd-pricing h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:.75rem}.fb-afdd-breakdown{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.75rem}.fb-afdd-line{display:flex;justify-content:space-between;padding:.65rem 1rem;font-size:.86rem;border-bottom:1px solid var(--border)}.fb-afdd-line:last-child{border-bottom:none}.fb-afdd-line span:last-child{font-weight:700;color:var(--hero)}.fb-afdd-total{background:var(--hero)}.fb-afdd-total span{color:var(--white)!important;font-weight:800!important}.fb-afdd-note{font-size:.82rem;color:var(--muted)}.fb-surge-section{background:var(--white)}.fb-surge-grid{display:flex;flex-direction:column;gap:1.5rem}.fb-surge-text h2{margin-bottom:.75rem}.fb-surge-text p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:.75rem}.fb-surge-includes{background:var(--bg);border-left:3px solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1rem}.fb-surge-includes strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.fb-surge-includes p{font-size:.84rem;color:var(--muted);margin:0}.fb-surge-risk{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.fb-surge-risk h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.fb-surge-items{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.fb-surge-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .85rem;font-size:.84rem;font-weight:700;color:var(--text-dark);text-align:center}.fb-inspect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}.fb-inspect-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;border-left:3px solid var(--hero)}.fb-inspect-item strong{display:block;font-size:.9rem;font-weight:800;color:var(--hero);margin-bottom:.3rem}.fb-inspect-item span{font-size:.83rem;color:var(--muted);line-height:1.5}.fb-old-section{background:var(--bg)}.fb-old-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.fb-old-banner{background:#fff8e1;border:1px solid #f9c74f;border-left:4px solid #f9a825;border-radius:var(--radius);padding:1rem 1.25rem;font-size:.88rem;color:var(--text-dark);line-height:1.7;margin-bottom:1.25rem}.fb-old-warning h3,.fb-old-issues h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:.75rem}.fb-old-warning p{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:.75rem}.fb-old-good-news{background:#f0fff7;border:1px solid var(--green);border-left:4px solid var(--green);border-radius:var(--radius);padding:1rem 1.25rem}.fb-old-good-news strong{display:block;font-size:.9rem;font-weight:800;color:var(--green);margin-bottom:.3rem}.fb-old-good-news p{font-size:.86rem;color:var(--text);margin:0;line-height:1.7}.fb-old-issue-list{display:flex;flex-direction:column;gap:.75rem}.fb-old-issue{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.fb-old-issue strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.25rem}.fb-old-issue p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.5}.fb-signs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;align-items:stretch}.fb-sign-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.fb-sign-danger{border-top:3px solid var(--red)}.fb-sign-card strong{font-size:.92rem;font-weight:800;color:var(--text-dark)}.fb-sign-card p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.5}.fb-cta-prices{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.75rem;color:#ffffffb3;font-size:.9rem}.fb-cta-prices strong{color:#f9c74f;font-family:Barlow Condensed,sans-serif;font-size:1.2rem}@media(max-width:1024px){.fb-protection-grid,.fb-arc-grid{grid-template-columns:1fr 1fr}.fb-pros-cons,.fb-board-content{grid-template-columns:1fr}.fb-inspect-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.fb-intro-grid,.fb-protection-grid,.fb-trips-grid,.fb-rec-grid{grid-template-columns:1fr}.fb-board-header{flex-direction:column}.fb-board-content,.fb-wiring-layout,.fb-surge-grid,.fb-surge-items,.fb-inspect-grid,.fb-old-grid{grid-template-columns:1fr}.fb-signs-grid{grid-template-columns:1fr 1fr}.fb-afdd-formula{flex-direction:column;gap:.5rem}.fb-formula-plus{display:none}.fb-arc-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.fb-signs-grid,.fb-arc-grid{grid-template-columns:1fr}}.shower-price-pills{display:flex;justify-content:center;gap:1rem;margin-bottom:.6rem}.shower-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);padding:.75rem 2rem;text-align:center}.shower-pill--highlight{background:#f9c74f2e;border-color:#f9c74f}.shower-pill-label{display:block;font-size:.72rem;font-weight:700;color:#ffffffa6;text-transform:uppercase;letter-spacing:.06em}.shower-pill-price{display:block;font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--white)}.shower-pill--highlight .shower-pill-price{color:#f9c74f}.shower-need-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.shower-need-card{border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm)}.shower-need-replacement{background:#eef3f8;border:1px solid #c5d8eb;border-top:4px solid var(--hero)}.shower-need-new{background:#eefaf5;border:1px solid #b3e6d0;border-top:4px solid var(--green)}.shower-need-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.shower-need-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark);margin:0}.shower-need-price{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:900;color:var(--hero)}.shower-need-card p{font-size:.88rem;color:var(--muted);margin:0;line-height:1.6}.shower-need-card ul{list-style:none;padding:0;margin:0;font-size:.86rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;flex:1}.shower-need-card ul li{padding-left:1.25rem;position:relative}.shower-need-card ul li:before{content:"✓";position:absolute;left:0;color:var(--hero);font-weight:700}.shower-need-new ul li:before{color:var(--green)}.shower-pricing-section{background:var(--bg)}.shower-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.shower-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;position:relative;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.shower-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.shower-price-card--mid{border-top:3px solid var(--hero)}.shower-price-card--premium{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e1f}.shower-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.shower-tier{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.shower-tier-name{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark)}.shower-tier-price{font-size:1rem;color:var(--muted)}.shower-tier-price span{font-family:Barlow Condensed,sans-serif;font-size:2.8rem;font-weight:900;color:var(--hero)}.shower-tier-price small{font-size:.9rem}.shower-tier-example{font-size:.78rem;color:var(--muted);font-style:italic;margin-bottom:.25rem}.shower-price-card ul{list-style:none;padding:0;margin:0 0 1rem;font-size:.86rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left;width:100%;flex:1}.cable-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.25rem;align-items:stretch}.cable-card{border-radius:var(--radius);padding:1.75rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center}.cable-6mm{background:#eef3f8;border:1px solid #c5d8eb;border-top:4px solid var(--hero)}.cable-10mm{background:#eefaf5;border:1px solid #b3e6d0;border-top:4px solid var(--green)}.cable-size{font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:900;color:var(--hero);line-height:1}.cable-10mm .cable-size{color:#0d7a55}.cable-label{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark)}.cable-max{font-size:.88rem;font-weight:800;color:var(--muted);background:#0000000f;padding:.3rem .75rem;border-radius:20px}.cable-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.cable-showers{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.cable-showers strong{width:100%;font-size:.8rem;font-weight:800;color:var(--text-dark)}.cable-showers span{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:700;color:var(--text-dark)}.cable-warning{background:#fff8e1;border:1px solid #f9c74f;border-left:4px solid #f9a825;border-radius:var(--radius);padding:1rem 1.25rem;display:flex;gap:.5rem;font-size:.88rem;color:var(--text-dark);line-height:1.7}.cable-warning strong{flex-shrink:0;font-weight:800}.shower-power-section{background:var(--hero)}.shower-power-section h2{color:var(--white)}.shower-power-section .section-sub{color:#ffffffb3}.shower-power-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.shower-power-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.6rem}.shower-power-card--tip{background:#f9c74f1f;border-color:#f9c74f4d}.shower-power-num{font-family:Barlow Condensed,sans-serif;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80}.shower-power-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--white);margin:0}.shower-power-card p{font-size:.87rem;color:#fffc;margin:0;line-height:1.6;flex:1}.shower-power-cost{font-size:.82rem;font-weight:700;background:#0003;border-radius:var(--radius-sm);padding:.5rem .75rem;text-align:center;color:var(--white)}.shower-power-cost--free{background:#19c37d40;color:#a8f0d4}.shower-install-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.shower-install-stack{display:flex;flex-direction:column;gap:2rem}.shower-install-included h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;margin-bottom:.5rem}.shower-install-included p{font-size:.88rem;color:var(--muted);margin-bottom:1rem;line-height:1.6}.shower-install-list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;color:var(--text)}.shower-install-list li{padding-left:1.25rem;position:relative}.shower-install-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.shower-install-prices h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;margin-bottom:1rem}.shower-install-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}.shower-install-row{display:grid;grid-template-columns:1fr auto;padding:.75rem 1rem;font-size:.88rem;border-bottom:1px solid var(--border);align-items:center}.shower-install-row--last{border-bottom:none}.shower-install-head{background:var(--hero);color:var(--white);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.shower-install-row span:last-child{font-weight:700;color:var(--hero)}.shower-install-head span:last-child{color:var(--white)}.shower-install-note{background:var(--bg);border-radius:var(--radius);padding:.9rem 1.1rem;font-size:.84rem;color:var(--muted);line-height:1.7}.shower-trouble-section{background:var(--white)}.shower-trouble-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;align-items:stretch}.shower-trouble-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.shower-trouble-card--danger{border-top:3px solid var(--red);background:#fff5f5}.shower-trouble-problem{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--text-dark)}.shower-trouble-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.shower-trouble-action{font-size:.8rem;font-weight:700;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;text-align:center;color:var(--text-dark)}.shower-trouble-action.danger{background:var(--red);color:var(--white);border-color:var(--red)}.shower-trouble-cta{text-align:center}.shower-trouble-cta p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.shower-brands-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.shower-brand-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.6rem;align-items:center;text-align:center}.shower-brand-card--premium{background:var(--card);border-top:3px solid #f9c74f;box-shadow:var(--shadow-sm)}.shower-brand-name{font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:900;color:var(--hero);letter-spacing:.05em}.shower-brand-tag{font-size:.82rem;font-weight:700;color:var(--text-dark)}.shower-brand-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7;flex:1}.shower-brand-models{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.shower-brand-models strong{width:100%;font-size:.8rem;font-weight:800;color:var(--text-dark)}.shower-brand-models span{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:700;color:var(--text-dark)}.shower-cta-prices{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.75rem;color:#ffffffb3;font-size:.9rem}.shower-cta-prices strong{color:#f9c74f;font-family:Barlow Condensed,sans-serif;font-size:1.3rem}@media(max-width:1024px){.shower-trouble-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.shower-price-pills{flex-direction:column;align-items:center}.shower-need-grid,.shower-price-grid,.cable-grid,.shower-power-grid,.shower-install-grid{grid-template-columns:1fr}.shower-trouble-grid{grid-template-columns:1fr 1fr}.shower-brands-grid{grid-template-columns:1fr}}@media(max-width:480px){.shower-trouble-grid{grid-template-columns:1fr}}.pat-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch;margin-bottom:1rem}.pat-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.25rem}.pat-price-card--onsite{border-top:4px solid var(--hero)}.pat-price-card--dropoff{border-top:4px solid var(--green);background:var(--bg)}.pat-price-type{font-family:Barlow Condensed,sans-serif;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.pat-price-tagline{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark);margin-top:-.75rem}.pat-price-rows{display:flex;flex-direction:column;gap:0;flex:1;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.pat-price-row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);gap:1rem}.pat-price-row:last-child{border-bottom:none}.pat-price-row--bulk{background:var(--bg)}.pat-price-row-label strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.15rem}.pat-price-row-label span{font-size:.78rem;color:var(--muted);line-height:1.4}.pat-price-row-price{font-family:Barlow Condensed,sans-serif;text-align:right;white-space:nowrap;flex-shrink:0}.pat-price-row-price span{font-size:2rem;font-weight:900;color:var(--hero)}.pat-price-row-price small{font-size:.8rem;color:var(--muted)}.pat-dropoff-note{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}.pat-dropoff-note strong{display:block;font-size:.82rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.pat-dropoff-tags{display:flex;flex-wrap:wrap;gap:.4rem}.pat-dropoff-tags span{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.2rem .65rem;font-size:.78rem;font-weight:700;color:var(--text-dark)}.pat-price-footer{text-align:center;font-size:.85rem;color:var(--muted);padding:.75rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border)}.pat-who-section{background:var(--bg)}.pat-who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem;align-items:stretch}.pat-who-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);text-align:center;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s,box-shadow .2s}.pat-who-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.pat-who-card strong{font-size:.95rem;font-weight:800;color:var(--hero)}.pat-who-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6}.pat-who-unsure{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--hero);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem;font-size:.88rem;color:var(--text);line-height:1.7}.pat-what-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.pat-what-text h2{margin-bottom:.75rem}.pat-what-text p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:1.25rem}.pat-prevents h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:.75rem;color:var(--text-dark)}.pat-prevents-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pat-prevent-item{border-radius:var(--radius-sm);padding:.6rem .85rem;font-size:.84rem;font-weight:700;text-align:center}.pat-prevent-item--danger{background:#fff5f5;border:1px solid rgba(232,57,46,.2);color:var(--red)}.pat-prevent-item--warning{background:#fffbf0;border:1px solid rgba(255,138,31,.25);color:var(--orange)}.pat-what-needs h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:.4rem;color:var(--text-dark)}.pat-what-needs>p{font-size:.86rem;color:var(--muted);margin-bottom:.75rem}.pat-items-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:1rem}.pat-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.82rem;font-weight:700;color:var(--text-dark);text-align:center}.pat-also-test{background:var(--bg);border-left:3px solid var(--hero);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.8rem 1rem}.pat-also-test strong{display:block;font-size:.85rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.pat-also-test p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.6}.pat-involved-section{background:var(--hero)}.pat-involved-section h2{color:var(--white)}.pat-involved-section .section-sub{color:#ffffffb3}.pat-involved-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.pat-involved-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.pat-involved-num{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:#ffffff40;line-height:1}.pat-involved-card strong{color:var(--white);font-size:.92rem;font-weight:800}.pat-involved-card p{color:#ffffffbf;font-size:.84rem;margin:0;line-height:1.6}.pat-involved-note{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1rem 1.5rem;font-size:.88rem;color:#fffc;text-align:center;line-height:1.7}.pat-freq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.pat-freq-card h2,.pat-records-card h2{font-size:1.3rem;margin-bottom:.5rem}.pat-freq-card>p,.pat-records-card>p{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.pat-freq-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.75rem}.pat-freq-row{display:grid;grid-template-columns:1fr auto;padding:.7rem 1rem;font-size:.86rem;border-bottom:1px solid var(--border);align-items:center;gap:1rem}.pat-freq-row:last-child{border-bottom:none}.pat-freq-head{background:var(--hero);color:var(--white);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.pat-freq-head span:last-child{color:var(--white)}.pat-freq-row span:last-child{font-weight:700;color:var(--hero);white-space:nowrap}.pat-freq-note{font-size:.82rem;color:var(--muted);font-style:italic}.pat-records-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.pat-record-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.pat-record-icon{font-size:1rem;color:var(--green);font-weight:900;flex-shrink:0;margin-top:2px}.pat-record-item strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.15rem}.pat-record-item span{font-size:.82rem;color:var(--muted)}.pat-records-note{background:var(--bg);border-left:3px solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1rem;font-size:.84rem;color:var(--text);line-height:1.7}.pat-legal-section{background:var(--bg)}.pat-legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.pat-legal-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.pat-legal-label{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero);margin-bottom:.6rem}.pat-legal-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.pat-legal-links{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.pat-legal-links p{font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.75rem}.pat-links-row{display:flex;flex-wrap:wrap;gap:.65rem}.pat-ext-link{font-size:.84rem;color:var(--hero);font-weight:700;text-decoration:none;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .85rem;transition:background .2s}.pat-ext-link:hover{background:var(--white)}@media(max-width:1024px){.pat-who-grid,.pat-involved-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.pat-price-grid{grid-template-columns:1fr}.pat-who-grid{grid-template-columns:1fr 1fr}.pat-what-grid,.pat-involved-grid,.pat-freq-grid,.pat-legal-grid,.pat-prevents-list{grid-template-columns:1fr}.pat-items-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.pat-who-grid,.pat-items-grid{grid-template-columns:1fr}}.services-row--compliance{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:0}.service-card--compliance{background:var(--bg);border:1px solid var(--border);border-top:3px solid var(--hero)}@media(max-width:768px){.services-row--compliance{grid-template-columns:1fr 1fr}}.light-bought-section{background:var(--white)}.light-bought-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:.5rem}.light-bought-header{margin-bottom:2rem}.light-bought-header h2{margin-bottom:.5rem}.light-bought-header p{font-size:.92rem;color:var(--muted);line-height:1.8;max-width:700px}.light-pricing-section{background:var(--bg)}.light-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.light-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.25rem 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;box-shadow:var(--shadow-sm);position:relative;transition:transform .2s,box-shadow .2s}.light-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.light-price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e1f}.light-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.light-price-tier{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.light-price-name{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--text-dark)}.light-price-num{font-size:1rem;color:var(--muted)}.light-price-num span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.light-price-num small{font-size:.8rem}.light-price-sub{font-size:.75rem;color:var(--muted);margin-bottom:.25rem}.light-price-card ul{list-style:none;padding:0;margin:0 0 1rem;font-size:.84rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left;width:100%;flex:1}.light-price-card ul li{padding-left:1.1rem;position:relative}.light-price-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:.8rem}.light-price-summary{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;text-align:center}.light-price-summary strong{font-size:.88rem;font-weight:800;color:var(--text-dark);display:block;margin-bottom:.6rem}.light-summary-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:.65rem}.light-summary-pills span{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.25rem .75rem;font-size:.82rem;font-weight:700;color:var(--text-dark)}.light-price-summary p{font-size:.82rem;color:var(--muted);margin:0}.light-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;align-items:stretch}.light-why-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem}.light-why-num{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--hero);opacity:.25;line-height:1}.light-why-card strong{font-size:1rem;font-weight:800;color:var(--hero)}.light-why-card p{font-size:.87rem;color:var(--muted);margin:0;line-height:1.7}.light-types-section{background:var(--bg)}.light-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:stretch}.light-type-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:.4rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.light-type-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.light-type-card strong{font-size:.92rem;font-weight:800;color:var(--hero)}.light-type-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.6}.light-benefits-section{background:var(--hero)}.light-benefits-section h2{color:var(--white)}.light-benefits-section .section-sub{color:#ffffffb3}.light-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;align-items:stretch}.light-benefit-stat{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.light-benefit-number{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:#f9c74f;line-height:1}.light-benefit-stat strong{color:var(--white);font-size:.9rem;font-weight:800}.light-benefit-stat p{color:#ffffffb3;font-size:.82rem;margin:0;line-height:1.5}.light-benefits-detail{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.75rem}.light-benefits-col h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--white);margin-bottom:.85rem}.light-benefits-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.light-benefits-list li{font-size:.86rem;color:#ffffffd1;padding-left:1.2rem;position:relative;line-height:1.5}.light-benefits-list li:before{content:"✓";position:absolute;left:0;color:#f9c74f;font-weight:700}.light-legal-section{background:var(--white)}.light-legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.light-legal-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.6rem}.light-legal-card--2023{border-top:4px solid var(--orange)}.light-legal-card--2024{border-top:4px solid var(--red)}.light-legal-card--action{border-top:4px solid var(--hero);background:var(--card);box-shadow:var(--shadow-sm)}.light-legal-date{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.light-legal-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin:0}.light-legal-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7;flex:1}.light-supply-banner{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 2.5rem;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;border-left:4px solid var(--hero)}.light-supply-text h2{margin-bottom:.5rem;font-size:1.3rem}.light-supply-text p{font-size:.88rem;color:var(--muted);margin-bottom:.6rem;line-height:1.7}.light-supply-text p:last-child{margin-bottom:0}.light-supply-cta{min-width:220px;display:flex;flex-direction:column;gap:.6rem;align-items:stretch}.light-supply-cta strong{font-size:.92rem;font-weight:800;color:var(--text-dark);text-align:center}.light-supply-cta p{font-size:.82rem;color:var(--muted);text-align:center;margin:0}@media(max-width:1024px){.light-price-grid{grid-template-columns:1fr 1fr}.light-types-grid{grid-template-columns:repeat(4,1fr)}.light-benefits-grid{grid-template-columns:1fr 1fr}.light-supply-banner{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.light-price-grid{grid-template-columns:1fr 1fr}.light-why-grid{grid-template-columns:1fr}.light-types-grid,.light-benefits-grid{grid-template-columns:1fr 1fr}.light-benefits-detail,.light-legal-grid{grid-template-columns:1fr}}@media(max-width:480px){.light-price-grid{grid-template-columns:1fr}.light-types-grid{grid-template-columns:1fr 1fr}.light-benefits-grid{grid-template-columns:1fr}}.light-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.light-step{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.light-step:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.light-step-num{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:#fff!important;background:var(--hero);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.light-step-body strong{display:block;font-size:.95rem;font-weight:800;color:var(--text-dark);margin-bottom:.4rem}.light-step-body p{font-size:.85rem;color:var(--muted);margin:0 0 .6rem;line-height:1.6;flex:1}.light-step-note{display:inline-block;font-size:.75rem;font-weight:700;color:var(--hero);background:#eef3f8;border:1px solid #c5d8eb;padding:.25rem .7rem;border-radius:4px}@media(max-width:1024px){.light-steps{grid-template-columns:1fr 1fr}}@media(max-width:480px){.light-steps{grid-template-columns:1fr}}.light-steps-strip{display:flex;align-items:flex-start;gap:0;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.light-strip-step{flex:1;display:flex;align-items:flex-start;gap:.85rem;padding:1.5rem}.light-strip-step:not(:last-of-type){border-right:1px solid var(--border)}.light-strip-num{font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:900;color:#fff!important;background:var(--hero);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.light-strip-content strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.3rem}.light-strip-content p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.55}.light-strip-arrow{font-size:1.2rem;color:var(--border);align-self:center;padding:0 .25rem;flex-shrink:0;display:none}@media(max-width:768px){.light-steps-strip{flex-direction:column}.light-strip-step{border-right:none!important;border-bottom:1px solid var(--border)}.light-strip-step:last-child{border-bottom:none}}.sock-price-strip{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.sock-price-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:.6rem 1.25rem;text-align:center;display:flex;flex-direction:column}.sock-price-pill--mid{background:#f9c74f26;border-color:#f9c74f66}.sock-price-pill span{font-size:.72rem;color:#ffffffa6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sock-price-pill strong{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--white)}.sock-price-pill--mid strong{color:#f9c74f}.sock-problem-section{background:var(--white)}.sock-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.sock-problem-text h2{margin-bottom:.75rem}.sock-problem-text p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:.75rem}.sock-problem-risks h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.sock-risk-item{border-radius:var(--radius-sm);padding:.9rem 1rem;margin-bottom:.6rem;border-left:3px solid}.sock-risk-item--danger{background:#fff5f5;border-left-color:var(--red)}.sock-risk-item--warning{background:#fffbf0;border-left-color:var(--orange)}.sock-risk-item strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.sock-risk-item p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.5}.sock-risk-cta{margin-top:1rem}.sock-risk-cta p{font-size:.85rem;color:var(--text);font-weight:600;margin-bottom:.6rem}.sock-pricing-section{background:var(--bg)}.sock-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;align-items:stretch}.sock-service-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-sm);position:relative;transition:transform .2s,box-shadow .2s}.sock-service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.sock-service-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e1f}.sock-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.sock-service-name{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark)}.sock-service-price{font-size:1rem;color:var(--muted)}.sock-service-price span{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:var(--hero)}.sock-service-price small{font-size:.8rem}.sock-service-sub{font-size:.75rem;color:var(--muted);font-style:italic;margin-bottom:.25rem}.sock-service-card>p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6;flex:0}.sock-service-card ul{list-style:none;padding:0;margin:0 0 .75rem;font-size:.83rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;flex:1}.sock-service-card ul li{padding-left:1.1rem;position:relative}.sock-service-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:.8rem}.sock-extra-services{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem}.sock-extra-services h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.sock-extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:.75rem}.sock-extra-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .9rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sock-extra-item strong{font-size:.85rem;font-weight:800;color:var(--text-dark)}.sock-extra-item span{font-size:.8rem;color:var(--hero);font-weight:700;white-space:nowrap}.sock-extra-note{font-size:.8rem;color:var(--muted)}.sock-specialist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.sock-spec-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem;transition:transform .2s,box-shadow .2s}.sock-spec-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.sock-spec-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.sock-spec-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--hero);margin:0}.sock-spec-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.sock-spec-price{font-size:.82rem;font-weight:700;color:var(--text-dark);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .85rem;text-align:center;margin-top:auto}.sock-finishes-section{background:var(--bg)}.sock-finishes-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:stretch}.sock-finish-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.sock-finish-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.sock-finish-swatch{width:48px;height:48px;border-radius:50%;border:3px solid var(--border);flex-shrink:0;box-shadow:inset 0 2px 4px #0000001a}.sock-swatch-white{background:#f8f8f8;border-color:#ddd}.sock-swatch-chrome{background:linear-gradient(135deg,#e8e8e8,silver,#e8e8e8);border-color:#b0b0b0}.sock-swatch-brushed{background:linear-gradient(135deg,#a0a0a0,gray,#a0a0a0);border-color:#707070}.sock-swatch-brass{background:linear-gradient(135deg,#c8a84b,#a07830,#c8a84b);border-color:#907028}.sock-swatch-black{background:linear-gradient(135deg,#404040,#1a1a1a,#404040);border-color:#111}.sock-finish-card strong{font-size:.9rem;font-weight:800;color:var(--text-dark)}.sock-finish-card p{font-size:.8rem;color:var(--muted);margin:0;line-height:1.5}@media(max-width:1024px){.sock-service-grid{grid-template-columns:1fr 1fr}.sock-finishes-grid{grid-template-columns:repeat(3,1fr)}.sock-extra-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.sock-problem-grid{grid-template-columns:1fr}.sock-service-grid{grid-template-columns:1fr 1fr}.sock-specialist-grid{grid-template-columns:1fr}.sock-finishes-grid{grid-template-columns:1fr 1fr}.sock-extra-grid{grid-template-columns:1fr}}@media(max-width:480px){.sock-service-grid{grid-template-columns:1fr}.sock-finishes-grid{grid-template-columns:1fr 1fr}}.cooker-price-strip{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cooker-hero-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:.6rem 1.25rem;text-align:center;display:flex;flex-direction:column}.cooker-hero-pill--mid{background:#f9c74f26;border-color:#f9c74f66}.cooker-hero-pill span{font-size:.72rem;color:#ffffffa6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cooker-hero-pill strong{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--white)}.cooker-hero-pill--mid strong{color:#f9c74f}.cooker-need-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.cooker-need-card{border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-sm)}.cooker-need-swap{background:#eef3f8;border:1px solid #c5d8eb;border-top:4px solid var(--hero)}.cooker-need-circuit{background:#eefaf5;border:1px solid #b3e6d0;border-top:4px solid var(--green)}.cooker-need-both{background:var(--card);border:1px solid var(--border);border-top:4px solid #f9c74f}.cooker-need-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.cooker-need-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--text-dark);margin:0}.cooker-need-price{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:900;color:var(--hero);line-height:1}.cooker-need-card p{font-size:.87rem;color:var(--muted);margin:0;line-height:1.6}.cooker-need-card ul{list-style:none;padding:0;margin:0;font-size:.84rem;color:var(--text);display:flex;flex-direction:column;gap:.35rem;flex:1}.cooker-need-card ul li{padding-left:1.1rem;position:relative}.cooker-need-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:.8rem}.cooker-need-note{font-size:.78rem;color:var(--muted);font-style:italic;background:#0000000d;padding:.4rem .75rem;border-radius:4px;text-align:center}.cooker-circuit-section{background:var(--bg)}.cooker-circuit-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.cooker-circuit-check h3,.cooker-circuit-includes h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;margin-bottom:.75rem;color:var(--text-dark)}.cooker-circuit-check p{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:.75rem}.cooker-check-result{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.cooker-check-item{border-radius:var(--radius);padding:.9rem 1.1rem;border-left:4px solid}.cooker-check-yes{background:#eefaf5;border-left-color:var(--green)}.cooker-check-no{background:#fff8e1;border-left-color:var(--orange)}.cooker-check-item strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.cooker-check-item p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.5}.cooker-circuit-unsure{font-size:.84rem;color:var(--text)}.cooker-includes-list{display:flex;flex-direction:column;gap:.65rem}.cooker-include-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.cooker-include-tick{color:var(--green);font-weight:900;font-size:1rem;flex-shrink:0;margin-top:2px}.cooker-include-cross{color:var(--red);font-weight:900;font-size:1rem;flex-shrink:0;margin-top:2px}.cooker-include-notincluded{background:#fff5f5;border-color:#e8392e33}.cooker-include-item strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.15rem}.cooker-include-item span{font-size:.8rem;color:var(--muted)}.cooker-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.cooker-tech-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.6rem;transition:transform .2s,box-shadow .2s}.cooker-tech-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.cooker-tech-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.cooker-tech-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--hero);margin:0}.cooker-tech-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.cooker-tech-spec{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-top:.5rem}.cooker-tech-spec-row{display:flex;justify-content:space-between;padding:.55rem .85rem;font-size:.82rem;border-bottom:1px solid var(--border)}.cooker-tech-spec-row:last-child{border-bottom:none}.cooker-tech-spec-row span:first-child{font-weight:700;color:var(--text-dark)}.cooker-tech-spec-row span:last-child{color:var(--hero);font-weight:600}.cooker-hoods-section{background:var(--bg)}.cooker-hoods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.cooker-hood-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem;text-align:center;align-items:center}.cooker-hood-type{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.cooker-hood-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--hero);margin:0}.cooker-hood-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7;flex:1}.cooker-hood-note{font-size:.8rem;font-weight:700;color:var(--text-dark);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .85rem}.cooker-why-section{background:var(--hero)}.cooker-why-section h2{color:var(--white)}.cooker-why-section .section-sub{color:#ffffffb3}.cooker-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.cooker-why-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.cooker-why-card--danger{background:#e8392e26;border-color:#e8392e40}.cooker-why-card strong{color:var(--white);font-size:.95rem;font-weight:800}.cooker-why-card p{color:#fffc;font-size:.86rem;margin:0;line-height:1.6}@media(max-width:1024px){.cooker-need-grid{grid-template-columns:1fr 1fr}.cooker-tech-grid{grid-template-columns:1fr}.cooker-hoods-grid,.cooker-why-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.cooker-need-grid,.cooker-circuit-grid,.cooker-hoods-grid,.cooker-why-grid{grid-template-columns:1fr}}.alarm-hero{background:var(--hero)}.alarm-hero-stat{display:flex;align-items:center;justify-content:center;gap:0;background:#0003;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);overflow:hidden;margin-bottom:1.75rem;flex-wrap:wrap}.alarm-hero-stat-item{padding:.9rem 2rem;text-align:center;flex:1;min-width:150px}.alarm-hero-stat-item strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:#f9c74f;line-height:1}.alarm-hero-stat-item span{font-size:.78rem;color:#ffffffbf;line-height:1.4;display:block}.alarm-hero-stat-divider{width:1px;background:#ffffff26;align-self:stretch;flex-shrink:0}.alarm-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.alarm-price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;box-shadow:var(--shadow-sm);position:relative;transition:transform .2s,box-shadow .2s}.alarm-price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.alarm-price-card--featured{border:2px solid var(--red);box-shadow:0 8px 24px #e8392e1f}.alarm-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.alarm-price-tier{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.alarm-price-brand{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;letter-spacing:.05em;padding:.2rem .75rem;border-radius:4px}.alarm-brand-ajax{background:#e8f4ff;color:#1464a0}.alarm-brand-texecom{background:#fff0e8;color:#c04a00}.alarm-price-name{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark)}.alarm-price-num{font-size:1rem;color:var(--muted)}.alarm-price-num span{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero)}.alarm-price-num small{font-size:.8rem}.alarm-price-card ul{list-style:none;padding:0;margin:.25rem 0 .5rem;font-size:.84rem;color:var(--text);display:flex;flex-direction:column;gap:.3rem;text-align:left;width:100%;flex:1}.alarm-price-card ul li{padding-left:1.1rem;position:relative}.alarm-price-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700;font-size:.8rem}.alarm-best-for{background:var(--bg);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.82rem;text-align:center;width:100%}.alarm-best-for strong{display:block;font-weight:800;color:var(--text-dark);margin-bottom:.2rem;font-size:.8rem}.alarm-best-for span{color:var(--muted)}.alarm-extras{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.alarm-extras-col strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.6rem}.alarm-extras-col ul{list-style:none;padding:0;margin:0;font-size:.84rem;color:var(--muted);display:flex;flex-direction:column;gap:.35rem}.alarm-extras-col ul li{padding-left:1rem;position:relative}.alarm-extras-col ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.alarm-stats-section{background:var(--hero)}.alarm-stats-section h2{color:var(--white)}.alarm-stats-section .section-sub{color:#ffffffb3}.alarm-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.alarm-stat-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.alarm-stat-card--highlight{background:#f9c74f26;border-color:#f9c74f4d}.alarm-stat-number{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:#f9c74f;line-height:1}.alarm-stat-card strong{color:var(--white);font-size:.88rem;font-weight:800}.alarm-stat-card span{color:#ffffff8c;font-size:.75rem}.alarm-stats-insight{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1rem;font-size:.88rem;color:#ffffffd9;line-height:1.7;text-align:center}.alarm-insurance-note{background:#f9c74f26;border:1px solid rgba(249,199,79,.3);border-radius:var(--radius);padding:1rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start;font-size:.86rem}.alarm-insurance-note strong{color:#f9c74f;font-weight:800;flex-shrink:0}.alarm-insurance-note p{color:#ffffffd1;margin:0;line-height:1.6}.alarm-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.25rem;align-items:stretch}.alarm-compare-card{border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.75rem}.alarm-compare-ajax{background:#e8f4ff;border:1px solid #b8d8f5;border-top:4px solid #1464a0}.alarm-compare-texecom{background:#fff0e8;border:1px solid #f5c8a8;border-top:4px solid #c04a00}.alarm-compare-brand{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:900;color:var(--text-dark)}.alarm-compare-tagline{font-size:.85rem;color:var(--muted);font-style:italic;margin-top:-.5rem}.alarm-compare-section strong{display:block;font-size:.85rem;font-weight:800;color:var(--text-dark);margin-bottom:.4rem}.alarm-compare-pros{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem;font-size:.84rem}.alarm-compare-cons{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem;font-size:.84rem;color:var(--muted)}.alarm-compare-pros li{padding-left:1.1rem;position:relative;color:var(--text-dark)}.alarm-compare-pros li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.alarm-compare-cons li{padding-left:1.1rem;position:relative}.alarm-compare-cons li:before{content:"!";position:absolute;left:0;color:var(--orange);font-weight:800}.alarm-compare-footer{background:#0000000f;border-radius:var(--radius-sm);padding:.75rem 1rem;margin-top:auto}.alarm-compare-footer strong{display:block;font-size:.84rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.alarm-compare-footer span{font-size:.8rem;color:var(--muted)}.alarm-recommendation{background:var(--hero);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start}.alarm-recommendation strong{color:#f9c74f;font-weight:800;flex-shrink:0;font-size:.9rem}.alarm-recommendation p{color:#ffffffd9;font-size:.87rem;margin:0;line-height:1.6}.alarm-wifi-section{background:var(--bg)}.alarm-wifi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.alarm-wifi-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm)}.alarm-wifi-num{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--hero);opacity:.3;line-height:1}.alarm-wifi-card strong{font-size:.92rem;font-weight:800;color:var(--hero)}.alarm-wifi-card p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.6}.alarm-wifi-summary{background:var(--hero);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start}.alarm-wifi-summary strong{color:#f9c74f;font-weight:800;flex-shrink:0;font-size:.9rem}.alarm-wifi-summary p{color:#ffffffd9;font-size:.87rem;margin:0;line-height:1.6}.alarm-hate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.alarm-hate-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.alarm-hate-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.alarm-hate-rank{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:var(--red);line-height:1}.alarm-hate-card strong{font-size:.92rem;font-weight:800;color:var(--text-dark)}.alarm-hate-card p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.6}.alarm-properties-section{background:var(--bg)}.alarm-prop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.alarm-prop-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem}.alarm-prop-card--warning{border-left:4px solid var(--orange);background:#fffbf0}.alarm-prop-type{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--text-dark)}.alarm-prop-areas{font-size:.75rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.alarm-prop-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.alarm-prop-rec{background:var(--bg);border-radius:var(--radius-sm);padding:.75rem .9rem;font-size:.82rem}.alarm-prop-rec strong{display:block;font-weight:800;color:var(--hero);margin-bottom:.2rem}.alarm-prop-rec span{color:var(--muted);line-height:1.5;display:block}@media(max-width:1024px){.alarm-stats-grid,.alarm-wifi-grid,.alarm-hate-grid,.alarm-prop-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.alarm-price-grid{grid-template-columns:1fr}.alarm-extras{grid-template-columns:1fr;gap:1rem}.alarm-stats-grid{grid-template-columns:1fr 1fr}.alarm-compare-grid{grid-template-columns:1fr}.alarm-wifi-grid,.alarm-hate-grid{grid-template-columns:1fr 1fr}.alarm-prop-grid{grid-template-columns:1fr}.alarm-hero-stat{flex-direction:column}.alarm-hero-stat-divider{width:100%;height:1px}}@media(max-width:480px){.alarm-stats-grid,.alarm-wifi-grid,.alarm-hate-grid{grid-template-columns:1fr}}.ev-price-strip{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.ev-hero-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:.6rem 1.25rem;text-align:center;display:flex;flex-direction:column}.ev-hero-pill--mid{background:#19c37d26;border-color:#19c37d66}.ev-hero-pill span{font-size:.72rem;color:#ffffffa6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ev-hero-pill strong{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--white)}.ev-hero-pill--mid strong{color:#a8f0d4}.ev-package-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;align-items:stretch}.ev-charger-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.75rem;text-align:center;align-items:center}.ev-charger-brand{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;letter-spacing:.1em;color:var(--muted)}.ev-charger-model{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--text-dark)}.ev-charger-price{font-size:1rem;color:var(--muted)}.ev-charger-price span{font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:900;color:var(--hero)}.ev-charger-price small{font-size:.85rem}.ev-charger-tag{font-size:.78rem;color:var(--muted);background:var(--bg);border:1px solid var(--border);padding:.3rem .75rem;border-radius:4px}.ev-charger-specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;width:100%}.ev-spec-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .75rem;text-align:center}.ev-spec-item strong{display:block;font-size:.92rem;font-weight:900;color:var(--hero);font-family:Barlow Condensed,sans-serif}.ev-spec-item span{font-size:.75rem;color:var(--muted)}.ev-included-card{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--green);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem}.ev-included-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark);margin:0}.ev-included-list{display:flex;flex-direction:column;gap:.6rem;flex:1}.ev-included-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.ev-included-tick{color:var(--green);font-weight:900;font-size:1rem;flex-shrink:0;margin-top:2px}.ev-included-item strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.15rem}.ev-included-item span{font-size:.8rem;color:var(--muted)}.ev-costs-section{background:var(--bg)}.ev-costs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.ev-cost-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem}.ev-cost-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;flex-shrink:0;color:var(--white)}.ev-cost-icon--orange{background:var(--orange)}.ev-cost-icon--red{background:var(--red)}.ev-cost-card strong{font-size:.92rem;font-weight:800;color:var(--text-dark)}.ev-cost-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.ev-cost-extra{background:var(--bg);border-radius:var(--radius-sm);padding:.6rem .85rem;font-size:.8rem;border:1px solid var(--border)}.ev-cost-extra strong{display:block;font-weight:800;color:var(--text-dark);margin-bottom:.15rem}.ev-cost-extra span{color:var(--muted)}.ev-costs-reassurance{background:var(--hero);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start}.ev-costs-reassurance strong{color:#f9c74f;font-weight:800;flex-shrink:0;font-size:.9rem}.ev-costs-reassurance p{color:#ffffffd9;font-size:.87rem;margin:0;line-height:1.6}.ev-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem;align-items:stretch}.ev-compare-card{border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.75rem;background:var(--bg);border:1px solid var(--border);position:relative}.ev-compare-card--featured{background:#eefaf5;border:2px solid var(--green)}.ev-compare-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--green);color:var(--white);font-size:.68rem;font-weight:800;padding:.2rem .9rem;border-radius:50px;text-transform:uppercase;white-space:nowrap}.ev-compare-type{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.ev-compare-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin:0}.ev-compare-card>p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.6}.ev-compare-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ev-cp-pros,.ev-cp-cons{font-size:.82rem}.ev-cp-pros strong,.ev-cp-cons strong{display:block;font-weight:800;color:var(--text-dark);margin-bottom:.4rem}.ev-cp-pros ul,.ev-cp-cons ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.ev-cp-pros li{padding-left:1rem;position:relative;color:var(--text-dark)}.ev-cp-pros li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.ev-cp-cons li{padding-left:1rem;position:relative;color:var(--muted)}.ev-cp-cons li:before{content:"!";position:absolute;left:0;color:var(--orange);font-weight:800}.ev-compare-note{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;font-size:.86rem;color:var(--muted);line-height:1.7}.ev-threepin-section{background:var(--hero)}.ev-threepin-section h2{color:var(--white)}.ev-threepin-section .section-sub{color:#ffffffb3}.ev-threepin-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.ev-threepin-card{border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.ev-threepin-card--danger{background:#e8392e33;border:1px solid rgba(232,57,46,.3)}.ev-threepin-card--warning{background:#ff8a1f26;border:1px solid rgba(255,138,31,.3)}.ev-threepin-card strong{color:var(--white);font-size:.95rem;font-weight:800}.ev-threepin-card p{color:#fffc;font-size:.86rem;margin:0;line-height:1.6}.ev-smart-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.ev-smart-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem;transition:transform .2s,box-shadow .2s}.ev-smart-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.ev-smart-card strong{font-size:.92rem;font-weight:800;color:var(--hero)}.ev-smart-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.ev-smart-saving{font-size:.78rem;font-weight:700;color:var(--green);background:#eefaf5;border:1px solid #b3e6d0;border-radius:4px;padding:.3rem .65rem;text-align:center}.ev-liverpool-section{background:var(--bg)}.ev-prop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.ev-prop-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem}.ev-prop-type{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:900;color:var(--hero)}.ev-prop-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}@media(max-width:1024px){.ev-package-grid{grid-template-columns:1fr}.ev-costs-grid,.ev-smart-grid,.ev-prop-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ev-costs-grid,.ev-compare-grid,.ev-threepin-grid{grid-template-columns:1fr}.ev-smart-grid,.ev-prop-grid{grid-template-columns:1fr 1fr}.ev-compare-pros-cons{grid-template-columns:1fr}.ev-charger-specs{grid-template-columns:1fr 1fr 1fr}}@media(max-width:480px){.ev-smart-grid,.ev-prop-grid{grid-template-columns:1fr}}.ev-hero-package{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1.5rem 2rem;display:flex;align-items:center;gap:2rem;margin-bottom:1.75rem;flex-wrap:wrap;justify-content:center;text-align:left}.ev-hero-price{text-align:center;flex-shrink:0}.ev-hero-from{font-size:.78rem;color:#ffffffa6;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:block}.ev-hero-num{font-family:Barlow Condensed,sans-serif;font-size:4rem;font-weight:900;color:#f9c74f;line-height:1}.ev-hero-num span{font-size:4rem}.ev-hero-label{font-size:.78rem;color:#fff9;display:block}.ev-hero-divider{width:1px;background:#fff3;align-self:stretch;flex-shrink:0}.ev-hero-includes strong{display:block;font-size:.85rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.ev-hero-includes ul{list-style:none;padding:0;margin:0;font-size:.84rem;color:#fffc;display:flex;flex-direction:column;gap:.3rem}.ev-hero-includes ul li:before{content:"✓ ";color:#f9c74f;font-weight:700}.ev-why-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.ev-why-home-text h2{margin-bottom:.75rem}.ev-why-home-text p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:.75rem}.ev-compare-grid{display:flex;flex-direction:column;gap:1rem}.ev-compare-card{border-radius:var(--radius);padding:1.25rem 1.5rem}.ev-compare-home{background:#eefaf5;border:1px solid #b3e6d0;border-left:4px solid var(--green)}.ev-compare-public{background:#fff5f5;border:1px solid rgba(232,57,46,.2);border-left:4px solid var(--red)}.ev-compare-label{font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ev-compare-home .ev-compare-label{color:#0d7a55}.ev-compare-public .ev-compare-label{color:var(--red)}.ev-compare-stat{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem}.ev-compare-stat small{font-size:.9rem;font-weight:700}.ev-compare-card ul{list-style:none;padding:0;margin:0;font-size:.84rem;display:flex;flex-direction:column;gap:.3rem}.ev-compare-home ul li{color:var(--text-dark);padding-left:1rem;position:relative}.ev-compare-public ul li{color:var(--muted);padding-left:1rem;position:relative}.ev-compare-home ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.ev-compare-public ul li:before{content:"✗";position:absolute;left:0;color:var(--red);font-weight:700}.ev-package-section{background:var(--bg)}.ev-package-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.ev-charger-badge{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:.4rem}.ev-charger-detail h3{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;margin-bottom:.5rem;color:var(--text-dark)}.ev-charger-detail p{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.ev-charger-specs{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ev-spec-row{display:flex;justify-content:space-between;padding:.6rem 1rem;font-size:.84rem;border-bottom:1px solid var(--border)}.ev-spec-row:last-child{border-bottom:none}.ev-spec-row span:first-child{color:var(--muted)}.ev-spec-row span:last-child{font-weight:700;color:var(--text-dark)}.ev-installation-includes h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;margin-bottom:.75rem;color:var(--text-dark)}.ev-includes-list{display:flex;flex-direction:column;gap:.65rem}.ev-include-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.ev-include-tick{color:var(--green);font-weight:900;font-size:1rem;flex-shrink:0;margin-top:2px}.ev-include-item strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.2rem}.ev-include-item span{font-size:.81rem;color:var(--muted);line-height:1.5}.ev-extras-section{background:var(--white)}.ev-extras-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}.ev-extra-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.ev-extra-label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .7rem;border-radius:4px;display:inline-block;width:fit-content}.ev-extra-common{background:#fff0e8;color:#c04a00}.ev-extra-sometimes{background:#fffbf0;color:#8a6000}.ev-extra-rare{background:#eef3f8;color:var(--hero)}.ev-extra-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--text-dark);margin:0}.ev-extra-card p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.7;flex:1}.ev-extra-typical{font-size:.8rem;font-weight:700;color:var(--hero);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .75rem;text-align:center}.ev-extras-reassurance{background:var(--hero);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start}.ev-extras-reassurance strong{color:#f9c74f;font-weight:800;flex-shrink:0;font-size:.9rem}.ev-extras-reassurance p{color:#ffffffd9;font-size:.87rem;margin:0;line-height:1.6}.ev-speed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.ev-speed-card{border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.6rem;text-align:center;align-items:center}.ev-speed-threpin{background:#fff5f5;border:1px solid rgba(232,57,46,.15)}.ev-speed-7kw{background:#eefaf5;border:2px solid var(--green);box-shadow:0 4px 16px #19c37d1f}.ev-speed-22kw{background:var(--bg);border:1px solid var(--border)}.ev-speed-type{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.ev-speed-rate{font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:900;color:var(--hero);line-height:1}.ev-speed-rate small{font-size:1rem;color:var(--muted)}.ev-speed-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.ev-speed-verdict{font-size:.78rem;font-weight:700;padding:.35rem .85rem;border-radius:20px}.ev-speed-verdict--yes{background:var(--green);color:var(--white)}.ev-speed-verdict--no{background:var(--bg);border:1px solid var(--border);color:var(--muted)}.ev-grant-section{background:var(--bg)}.ev-grant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.ev-grant-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-sm)}.ev-grant-status{display:inline-block;font-size:.7rem;font-weight:800;padding:.2rem .75rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;width:fit-content}.ev-grant-status.eligible{background:#eefaf5;color:#0d7a55}.ev-grant-status.noteligible{background:#fff5f5;color:var(--red)}.ev-grant-status.savings{background:#eef3f8;color:var(--hero)}.ev-grant-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--text-dark);margin:0}.ev-grant-card ul{list-style:none;padding:0;margin:0;font-size:.84rem;color:var(--text);display:flex;flex-direction:column;gap:.35rem}.ev-grant-card ul li{padding-left:1rem;position:relative}.ev-grant-eligible ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.ev-grant-noteligible ul li:before{content:"✗";position:absolute;left:0;color:var(--red);font-weight:700}.ev-grant-savings ul li:before{content:"→";position:absolute;left:0;color:var(--hero);font-weight:700}.ev-grant-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}.ev-liverpool-section{background:var(--white)}.ev-prop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem;align-items:stretch}.ev-prop-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.ev-prop-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:900;color:var(--hero)}.ev-prop-card p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.7}.ev-no-permission{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--hero);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem;font-size:.87rem;color:var(--text);line-height:1.7}.ev-no-permission strong{display:block;font-weight:800;color:var(--hero);margin-bottom:.3rem}@media(max-width:1024px){.ev-extras-grid,.ev-prop-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ev-hero-package{flex-direction:column;text-align:center}.ev-hero-divider{width:100%;height:1px}.ev-why-home-grid,.ev-package-grid,.ev-extras-grid,.ev-speed-grid,.ev-grant-grid,.ev-prop-grid{grid-template-columns:1fr}}.ev-hero-badge-price{display:inline-flex;flex-direction:column;align-items:center;background:var(--white);border-radius:var(--radius);padding:1rem 3rem;margin-bottom:1rem;box-shadow:0 8px 24px #0003}.ev-badge-price-num{font-family:Barlow Condensed,sans-serif;font-size:4.5rem;font-weight:900;color:var(--hero);line-height:1}.ev-badge-price-num span{font-size:4.5rem}.ev-badge-price-label{font-size:.82rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.ev-hero-includes-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.ev-include-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:var(--white);font-size:.82rem;font-weight:700;padding:.3rem .85rem;border-radius:20px}.ev-home-vs-public{width:100%}.ev-hvp-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ev-hvp-head{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--hero);padding:.75rem 1rem;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ev-hvp-head>div{text-align:center}.ev-hvp-head>div:first-child{text-align:left}.ev-hvp-home{color:#a8f0d4}.ev-hvp-public{color:#ffffff80}.ev-hvp-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.7rem 1rem;font-size:.86rem;border-bottom:1px solid var(--border);align-items:center}.ev-hvp-row:last-child{border-bottom:none}.ev-hvp-row span:first-child{color:var(--text-dark);font-weight:600}.ev-hvp-win{color:#0d7a55;font-weight:700;text-align:center;background:#eefaf5}.ev-hvp-lose{color:var(--red);font-weight:700;text-align:center;background:#fff5f5}.ev-hvp-neutral{color:var(--hero);font-weight:700;text-align:center;background:#eef3f8}.ev-prop-grid--three{grid-template-columns:repeat(3,1fr)!important}.more-services-strip{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;text-align:center}.more-services-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.more-services-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.more-service-pill{display:inline-block;font-size:.84rem;font-weight:700;color:var(--hero);background:var(--white);border:1px solid #c5d8eb;border-radius:6px;padding:.35rem .9rem;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.more-service-pill:hover{background:var(--hero);border-color:var(--hero);color:var(--white)}.copy-areas h3{font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;color:var(--text-dark);margin-bottom:.4rem}.copy-areas>p{font-size:.88rem;color:var(--muted);margin-bottom:1rem}.areas-grid{display:flex;flex-wrap:wrap;gap:.5rem}.area-pill{background:var(--white);border:1px solid #c5d8eb;border-radius:6px;padding:.4rem .9rem;font-size:.84rem;font-weight:700;color:var(--hero);transition:background .15s,color .15s}.area-pill:hover{background:var(--hero);color:var(--white);cursor:default}.contact-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1.5rem}.contact-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#ffffffd9;font-weight:600}.contact-trust-check{color:#a8f0d4;font-weight:900;font-size:1rem}.contact-main-section{background:var(--bg)}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.contact-how-it-works{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.25rem;box-shadow:var(--shadow-sm)}.contact-how-it-works h2{font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:900;color:var(--text-dark);margin-bottom:1.25rem}.contact-step{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.contact-step:last-child{margin-bottom:0}.contact-step-num{font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:900;color:var(--white);background:var(--hero);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.contact-step-body strong{display:block;font-size:.92rem;font-weight:800;color:var(--text-dark);margin-bottom:.25rem}.contact-step-body p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}.contact-call-card{background:var(--hero);border-radius:var(--radius);padding:1.75rem;text-align:center;margin-bottom:1.25rem;box-shadow:var(--shadow)}.contact-call-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa6;margin-bottom:.4rem}.contact-call-number{display:block;font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:900;color:#f9c74f;text-decoration:none;margin-bottom:.75rem;line-height:1}.contact-call-number:hover{color:var(--white)}.contact-call-card p{font-size:.84rem;color:#ffffffbf;margin-bottom:1rem;line-height:1.6}.contact-details-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.contact-details-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;margin-bottom:1rem;color:var(--text-dark)}.contact-detail-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-size:.86rem}.contact-detail-icon{font-size:1rem;flex-shrink:0;margin-top:2px}.contact-detail-row strong{display:block;font-weight:800;color:var(--text-dark);margin-bottom:.1rem}.contact-detail-row span{color:var(--muted)}.contact-hours{border-top:1px solid var(--border);padding-top:.85rem;margin-top:.25rem;display:flex;flex-direction:column;gap:.5rem}.contact-hours-row{display:flex;justify-content:space-between;font-size:.84rem}.contact-hours-row span{color:var(--muted)}.contact-hours-row strong{font-weight:700;color:var(--text-dark)}.contact-hours-emergency strong{color:var(--green)}.contact-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.contact-form-header{background:var(--hero);padding:1.5rem 2rem;text-align:center}.contact-form-header h2{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--white);margin:0 0 .25rem}.contact-form-header p{font-size:.82rem;color:#ffffffb3;margin:0}.contact-form{padding:2rem;display:flex;flex-direction:column;gap:1.1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.35rem}.contact-field label{font-size:.82rem;font-weight:700;color:var(--text-dark)}.field-required{color:var(--red)}.contact-field input,.contact-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.9rem;color:var(--text-dark);background:var(--white);font-family:Nunito Sans,sans-serif;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--hero);box-shadow:0 0 0 3px #184d781a}.contact-select-wrap{position:relative}.contact-select-wrap:after{content:"▾";position:absolute;right:.85rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted);font-size:.9rem}.contact-field select{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem 2.25rem .65rem .85rem;font-size:.9rem;color:var(--text-dark);background:var(--white);font-family:Nunito Sans,sans-serif;width:100%;appearance:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.contact-field select:focus{outline:none;border-color:var(--hero);box-shadow:0 0 0 3px #184d781a}.contact-submit{font-size:1rem;padding:.85rem}.contact-form-reassurance{font-size:.75rem;color:var(--muted);text-align:center;margin:0;line-height:1.5}.contact-trust-section{background:var(--white)}.contact-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}.contact-trust-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;box-shadow:var(--shadow-sm)}.contact-trust-num{font-family:Barlow Condensed,sans-serif;font-size:2.5rem;font-weight:900;color:var(--hero);line-height:1}.contact-trust-card strong{font-size:.9rem;font-weight:800;color:var(--text-dark)}.contact-trust-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5;flex:1}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}.contact-left{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-how-it-works,.contact-call-card{margin-bottom:0}.contact-details-card{grid-column:1 / -1}.contact-trust-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.contact-left,.contact-form-row{grid-template-columns:1fr}.contact-trust-grid{grid-template-columns:1fr 1fr}.contact-hero-trust{flex-direction:column;align-items:flex-start;padding:0 1rem}}@media(max-width:480px){.contact-trust-grid{grid-template-columns:1fr}.contact-form{padding:1.25rem}}.blog-featured-section{background:var(--bg)}.blog-featured-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.blog-featured-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem}.blog-featured-content{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start}.blog-featured-title{font-size:clamp(1.3rem,3vw,1.75rem);line-height:1.3;margin:.5rem 0 .75rem;color:var(--text-dark)}.blog-featured-text p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}.blog-featured-meta{display:flex;gap:.5rem;align-items:center;font-size:.8rem;color:var(--muted);margin-bottom:1.25rem}.blog-dot{color:var(--border)}.blog-read-time{font-weight:700}.blog-featured-aside{min-width:220px;display:flex;flex-direction:column;gap:.85rem}.blog-featured-stat{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}.blog-featured-stat strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--hero);margin-bottom:.15rem}.blog-featured-stat span{font-size:.78rem;color:var(--muted);line-height:1.4}.blog-cat{display:inline-block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .7rem;border-radius:4px;margin-bottom:.5rem}.blog-cat--blue{background:#dbeafe;color:#1e40af}.blog-cat--orange{background:#ffedd5;color:#c2410c}.blog-cat--green{background:#dcfce7;color:#15803d}.blog-cat--red{background:#fee2e2;color:#b91c1c}.blog-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.blog-filter-btn{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.35rem .85rem;font-size:.82rem;font-weight:700;color:var(--muted);cursor:pointer;transition:all .15s;font-family:Nunito Sans,sans-serif}.blog-filter-btn:hover{background:var(--white);color:var(--hero);border-color:#c5d8eb}.blog-filter-active{background:var(--hero)!important;color:var(--white)!important;border-color:var(--hero)!important}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.blog-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;display:flex;flex-direction:column;gap:0;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c5d8eb}.blog-card-body{flex:1}.blog-card h3{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);margin:0 0 .6rem;line-height:1.3}.blog-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--border)}.blog-card .blog-read-time{font-size:.78rem;color:var(--muted)}.blog-arrow{font-size:1rem;color:var(--hero);font-weight:900;transition:transform .15s}.blog-card:hover .blog-arrow{transform:translate(4px)}.blog-breadcrumb{background:var(--bg);border-bottom:1px solid var(--border);padding:.65rem 0;font-size:.8rem;color:var(--muted)}.blog-breadcrumb .container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.blog-breadcrumb a{color:var(--hero);text-decoration:none;font-weight:600}.blog-breadcrumb a:hover{text-decoration:underline}.blog-breadcrumb span{color:var(--muted)}.blog-article-hero{background:var(--hero);padding:3rem 0 2.5rem}.blog-article-title{font-size:clamp(1.6rem,4vw,2.2rem);color:var(--white);margin:.5rem 0 1rem;line-height:1.25}.blog-article-meta{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:#ffffffa6;flex-wrap:wrap}.blog-article-layout{display:grid;grid-template-columns:1fr 280px;gap:2.5rem;align-items:start}.blog-article-content{min-width:0}.blog-article-content h2{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:900;color:var(--text-dark);margin:2rem 0 .75rem}.blog-article-content h3{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:900;color:var(--text-dark);margin:1.5rem 0 .5rem}.blog-article-content p{font-size:.92rem;color:var(--text);line-height:1.85;margin-bottom:1rem}.blog-intro{font-size:1rem!important;color:var(--text-dark)!important;font-weight:600!important;line-height:1.7!important;border-left:4px solid var(--hero);padding-left:1rem;margin-bottom:2rem!important}.blog-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.4rem}.blog-list li{padding-left:1.25rem;position:relative;font-size:.9rem;color:var(--text);line-height:1.6}.blog-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.blog-callout{border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0}.blog-callout strong{display:block;font-size:.9rem;font-weight:800;margin-bottom:.4rem}.blog-callout p{font-size:.86rem;margin:0;line-height:1.7}.blog-callout--blue{background:#dbeafe;border-left:4px solid #1e40af}.blog-callout--blue strong{color:#1e40af}.blog-callout--green{background:#dcfce7;border-left:4px solid #15803d}.blog-callout--green strong{color:#15803d}.blog-callout--warning{background:#fff8e1;border-left:4px solid var(--orange)}.blog-callout--warning strong{color:#c2410c}.blog-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1.25rem 0}.blog-table-head{display:grid;grid-template-columns:1fr 1fr;background:var(--hero);padding:.65rem 1rem;font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--white);letter-spacing:.05em}.blog-table-row{display:grid;grid-template-columns:1fr 1fr;padding:.65rem 1rem;font-size:.86rem;border-bottom:1px solid var(--border);align-items:center}.blog-table-row:last-child{border-bottom:none}.blog-table-row span:first-child{color:var(--text-dark);font-weight:600}.blog-table-row span:last-child{color:var(--hero);font-weight:700}.blog-codes{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0}.blog-code{display:flex;gap:1rem;align-items:flex-start;border-radius:var(--radius);padding:1rem 1.25rem}.blog-code--danger{background:#fee2e2}.blog-code--warning{background:#ffedd5}.blog-code--info{background:#dbeafe}.blog-code--neutral{background:var(--bg);border:1px solid var(--border)}.blog-code-label{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;min-width:36px;text-align:center}.blog-code--danger .blog-code-label{color:#b91c1c}.blog-code--warning .blog-code-label{color:#c2410c}.blog-code--info .blog-code-label{color:#1e40af}.blog-code--neutral .blog-code-label{color:var(--muted)}.blog-code strong{display:block;font-size:.9rem;font-weight:800;color:var(--text-dark);margin-bottom:.25rem}.blog-code p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6}.blog-cta-inline{background:var(--hero);border-radius:var(--radius);padding:1.5rem;margin:2rem 0;text-align:center}.blog-cta-inline strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;color:var(--white);margin-bottom:.4rem}.blog-cta-inline p{font-size:.86rem;color:#ffffffbf;margin-bottom:1rem}.blog-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.blog-article-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:90px}.blog-sidebar-cta{background:var(--hero);border-radius:var(--radius);padding:1.5rem;text-align:center}.blog-sidebar-cta strong{display:block;font-size:.95rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.blog-sidebar-cta p{font-size:.84rem;color:#ffffffbf;margin-bottom:1rem;line-height:1.6}.blog-sidebar-links{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.blog-sidebar-links strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.75rem}.blog-sidebar-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.blog-sidebar-links ul li a{font-size:.84rem;color:var(--hero);text-decoration:none;font-weight:600}.blog-sidebar-links ul li a:hover{text-decoration:underline}.blog-sidebar-back{font-size:.84rem}@media(max-width:1024px){.blog-article-layout{grid-template-columns:1fr}.blog-article-sidebar{position:static}.blog-featured-content{grid-template-columns:1fr}.blog-featured-aside{flex-direction:row;flex-wrap:wrap;min-width:0}.blog-featured-stat{flex:1;min-width:150px}}@media(max-width:768px){.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.blog-grid{grid-template-columns:1fr}.blog-featured-aside{flex-direction:column}}.blg-featured{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border-top:4px solid var(--hero)}.blg-featured-eyebrow{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1.25rem}.blg-featured-inner{display:grid;grid-template-columns:1fr 240px;gap:2.5rem;align-items:start}.blg-featured-title{font-family:Barlow Condensed,sans-serif;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:900;color:var(--text-dark);line-height:1.25;margin:.5rem 0 .75rem}.blg-featured-desc{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}.blg-featured-meta{display:flex;gap:.5rem;align-items:center;font-size:.8rem;color:var(--muted);margin-bottom:1.25rem;font-weight:600}.blg-featured-right{display:flex;flex-direction:column;gap:.75rem}.blg-stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.blg-stat-card strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:1.3rem;font-weight:900;color:var(--hero);line-height:1;margin-bottom:.2rem}.blg-stat-card span{font-size:.78rem;color:var(--muted);line-height:1.4}.blg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.blg-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;gap:1rem;transition:transform .2s,box-shadow .2s}.blg-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blg-card-top{display:flex;flex-direction:column;gap:.6rem}.blg-card-title{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:900;color:var(--text-dark);line-height:1.3;margin:0}.blg-card-desc{font-size:.84rem;color:var(--muted);line-height:1.6;margin:0}.blg-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.85rem;border-top:1px solid var(--border)}.blg-card-time{font-size:.78rem;font-weight:600;color:var(--muted)}.blg-card-link{font-size:.82rem;font-weight:800;color:var(--hero);text-decoration:none;transition:color .15s}.blg-card-link:hover{color:var(--hero-dark);text-decoration:underline}@media(max-width:1024px){.blg-featured-inner{grid-template-columns:1fr}.blg-featured-right{flex-direction:row;flex-wrap:wrap}.blg-stat-card{flex:1;min-width:140px}.blg-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.blg-grid{grid-template-columns:1fr}}@media(max-width:600px){.blog-table-head,.blog-table-row{grid-template-columns:1fr}.blog-table-head span:last-child{display:none}.blog-table-row span:last-child{color:var(--hero);font-weight:800;font-size:.9rem;display:block;margin-top:.15rem}.blog-table-row span:first-child{font-weight:700;color:var(--text-dark)}.blog-code{flex-direction:column;gap:.4rem}.blog-code-label{text-align:left}.blog-cta-btns{flex-direction:column}.blog-cta-btns .btn{width:100%;text-align:center}.blog-article-hero{padding:2rem 0 1.5rem}.blog-article-title{font-size:1.4rem}.blog-intro{font-size:.92rem!important}.blog-callout{padding:1rem}.blog-breadcrumb .container{gap:.35rem;font-size:.75rem}}a.area-pill-link{text-decoration:none;cursor:pointer;border-color:var(--hero);position:relative}a.area-pill-link:after{content:" →";font-size:.75em;opacity:.6}a.area-pill-link:hover{background:var(--hero);color:var(--white);border-color:var(--hero)}.area-local-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.75rem;align-items:stretch}.area-local-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;border-top:3px solid var(--hero)}.area-local-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--hero)}.area-local-card strong{font-size:.95rem;font-weight:800;color:var(--hero)}.area-local-card p{font-size:.84rem;color:var(--muted);margin:0;line-height:1.6;flex:1}.area-local-arrow{font-size:.9rem;font-weight:900;color:var(--hero);margin-top:auto}.area-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.area-intro-grid h2{margin-bottom:.75rem}.area-intro-grid p{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:.85rem}.area-intro-grid .btn{margin-top:.25rem}.area-why-cards{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.area-why-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow-sm)}.area-why-card strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-dark);margin-bottom:.35rem}.area-why-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.55}@media(max-width:1024px){.area-local-grid{grid-template-columns:1fr 1fr}.area-intro-grid{grid-template-columns:1fr}}@media(max-width:768px){.area-local-grid,.area-why-cards{grid-template-columns:1fr 1fr}}@media(max-width:480px){.area-local-grid{grid-template-columns:1fr}}.footer-trust-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:.5rem}.footer-trust-links a{font-size:.78rem;color:#ffffff80;text-decoration:none;font-weight:600;transition:color .15s}.footer-trust-links a:hover{color:#ffffffd9}.section-label-row{margin-bottom:.5rem}.section-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red);background:#e8392e14;padding:.2rem .6rem;border-radius:4px}.landlord-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}@media(max-width:860px){.landlord-grid{grid-template-columns:1fr}}.landlord-checklist{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.landlord-check{display:flex;gap:1rem}.lc-icon{flex-shrink:0;width:1.75rem;height:1.75rem;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;margin-top:.1rem}.landlord-check strong{display:block;color:var(--text);margin-bottom:.2rem}.landlord-check p{font-size:.9rem;color:var(--muted);margin:0}.landlord-check a{color:var(--hero)}.landlord-warning{background:#e8392e0f;border:2px solid var(--red);border-radius:var(--radius-sm);padding:1rem 1.25rem;text-align:center}.landlord-warning strong{color:var(--red);display:block;margin-bottom:.4rem}.landlord-warning p{font-size:.9rem;color:var(--text);margin:0}.landlord-partners h3{color:var(--text);margin-bottom:.5rem}.landlord-partners>p{font-size:.92rem;color:var(--muted);margin-bottom:1.25rem}.partner-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.partner-card{display:flex;align-items:center;justify-content:space-between;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem 1.1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s}.partner-card:hover{border-color:var(--hero);box-shadow:0 2px 8px #184d7814}.partner-name{font-weight:700;color:var(--text);font-size:.95rem}.partner-desc{font-size:.8rem;color:var(--muted);margin-top:.1rem}.partner-arrow{color:var(--hero);font-size:1.1rem;flex-shrink:0}.partner-note{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem}.partner-note p{font-size:.88rem;color:var(--muted);margin:0}.commercial-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}@media(max-width:860px){.commercial-grid{grid-template-columns:1fr}}.commercial-service-list{display:flex;flex-direction:column;gap:1.1rem}.commercial-service-item{display:flex;gap:.9rem;align-items:flex-start}.csi-icon{font-size:1.3rem;flex-shrink:0;margin-top:.05rem}.commercial-service-item strong{display:block;color:var(--text);margin-bottom:.2rem;font-size:.95rem}.commercial-service-item p{font-size:.88rem;color:var(--muted);margin:0}.commercial-service-item a{color:var(--hero)}.compliance-card{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border);padding:1rem 1.1rem;margin-bottom:.75rem}.compliance-authority strong{color:var(--text);display:block;margin-bottom:.3rem;font-size:.9rem}.compliance-authority p{font-size:.84rem;color:var(--muted);margin:0 0 .4rem}.compliance-link{font-size:.8rem;font-weight:700;color:var(--hero);text-decoration:none;transition:color .15s}.compliance-link:hover{color:var(--red)}.commercial-types-wrap{margin:1rem 0;text-align:center}.commercial-types-wrap strong{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.commercial-types{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.commercial-types span{font-size:.8rem;font-weight:600;background:var(--bg);border:1px solid var(--border);padding:.2rem .65rem;border-radius:20px;color:var(--text)}.authority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}@media(max-width:900px){.authority-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.authority-grid{grid-template-columns:1fr}}.authority-card{display:flex;gap:1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;align-items:flex-start}.authority-card:hover{border-color:var(--hero);box-shadow:0 4px 14px #184d7817}.authority-badge{flex-shrink:0;background:var(--hero);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.05em;padding:.35rem .5rem;border-radius:6px;text-align:center;min-width:44px;line-height:1.2}.authority-content strong{display:block;color:var(--text);font-size:.9rem;margin-bottom:.3rem}.authority-content p{font-size:.82rem;color:var(--muted);margin:0 0 .5rem}.authority-link{font-size:.78rem;font-weight:700;color:var(--hero)}.commercial-services-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}@media(max-width:900px){.commercial-services-full-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.commercial-services-full-grid{grid-template-columns:1fr}}.csf-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.csf-icon{font-size:1.75rem}.csf-card h3{font-size:1rem;color:var(--text);margin:0}.csf-card p{font-size:.88rem;color:var(--muted);margin:0;flex:1}.csf-card a{color:var(--hero)}.csf-detail{font-size:.78rem;color:var(--muted);background:var(--bg);padding:.4rem .65rem;border-radius:var(--radius-sm);font-style:italic}.business-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}@media(max-width:900px){.business-types-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.business-types-grid{grid-template-columns:1fr}}.business-type-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.business-type-card h3{font-size:.95rem;color:var(--text);margin-bottom:.4rem}.business-type-card p{font-size:.87rem;color:var(--muted);margin:0}.business-type-card a{color:var(--hero)}.form-success-msg{text-align:center;padding:2.5rem 1.5rem}.form-success-icon{width:3.5rem;height:3.5rem;background:var(--green);color:#fff;border-radius:50%;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.form-success-msg h3{font-size:1.3rem;color:var(--text);margin-bottom:.5rem}.form-success-msg p{color:var(--muted);font-size:.95rem}.form-success-msg a{color:var(--hero);font-weight:700}.form-error-msg{background:#e8392e12;border:1px solid var(--red);border-radius:var(--radius-sm);padding:.9rem 1.1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text)}.form-error-msg a{color:var(--red);font-weight:700}
