/* ============================================================
   Las Vegas Water Heater Pros — Stylesheet v2 (Orange/Dark Theme)
   Domain: waterheaterreplacementlasvegas.com
   ============================================================ */

/* ── BACKWARD COMPAT: Old class aliases for inner pages ───────
   Maps old blue/red class names → new orange/dark equivalents  */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:#fff!important;padding:.85rem 2rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;border:none;cursor:pointer;white-space:nowrap;transition:background .2s}
.btn-primary:hover{background:var(--orange-dark)}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fff!important;padding:.85rem 2rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;border:2px solid rgba(255,255,255,.6);transition:background .2s;white-space:nowrap}
.btn-secondary:hover{background:rgba(255,255,255,.12)}
.btn-lg{padding:1rem 2.25rem;font-size:1rem}
/* Old hero overlay pattern (service pages use background-image on section) */
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(13,17,23,.96) 0%,rgba(13,17,23,.75) 60%,rgba(13,17,23,.25) 100%);display:flex;align-items:center}
.service-hero{position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;background:var(--navy);background-size:cover;background-position:center}
.hero-content{position:relative;z-index:2;padding:3rem 1.25rem;width:100%;max-width:var(--max-w);margin:0 auto}
.page-hero .hero-sub,.hero-sub{color:rgba(255,255,255,.85);margin:.75rem 0 1.25rem;max-width:640px;font-size:1.05rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;margin-top:.75rem;font-size:.82rem;color:rgba(255,255,255,.7)}
.hero-trust span{display:flex;align-items:center;gap:.3rem}
/* Old nav-cta class */
.nav-cta.btn-primary{margin-left:auto;flex-shrink:0;font-size:.82rem;padding:.6rem 1.2rem}
/* nav-logo text fallback for old inner pages */
.nav-logo{color:#fff!important;font-weight:800;font-size:.95rem;letter-spacing:-.01em;text-decoration:none!important}
.nav-logo span{color:var(--orange)}
/* ── INNER PAGE SECTION CLASSES ─────────────────────────── */
/* Services grid + cards */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s,box-shadow .2s}
.service-card:hover{border-color:var(--orange);box-shadow:0 4px 20px rgba(232,115,22,.1)}
.service-card .icon{font-size:2rem;margin-bottom:.75rem}
.service-card h3{margin-bottom:.5rem;font-size:1.05rem;color:var(--dark)}
.service-card p{font-size:.875rem;color:var(--mid);margin-bottom:.4rem;line-height:1.65}
.price-note{font-size:.8rem!important;font-weight:700;color:var(--orange)!important}
/* Process grid */
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.process-grid .process-step{text-align:left;background:var(--white);border-radius:var(--radius);padding:1.5rem;border-left:4px solid var(--orange);box-shadow:0 2px 12px rgba(0,0,0,.06)}
.process-grid .process-step:not(:last-child)::after{display:none}
.step-number{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--orange);color:#fff;border-radius:50%;font-weight:900;font-size:1.1rem;margin-bottom:.75rem;flex-shrink:0}
.process-grid .process-step h3{margin-bottom:.5rem;font-size:1rem;color:var(--dark)}
.process-grid .process-step p{font-size:.875rem;color:var(--mid);line-height:1.65}
/* CTA section (dark) */
.cta-section{background:var(--dark);color:#fff;padding:3.5rem 0;text-align:center;border-top:3px solid var(--orange)}
.cta-section .container{max-width:800px}
.cta-section h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,2rem)}
.cta-section p{color:rgba(255,255,255,.7);max-width:640px;margin:0 auto}
.cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}
/* FAQ section wrapper */
.faq-section{background:var(--dark2);padding:4rem 0}
.faq-section .section-header h2{color:#fff}
.faq-section .section-header p{color:rgba(255,255,255,.65)}
.faq-section .section-label{color:var(--orange)}
.faq-list{max-width:800px;margin:0 auto}
.faq-list .faq-item{border-bottom:1px solid rgba(255,255,255,.1)}
.faq-list .faq-question{color:rgba(255,255,255,.9)}
.faq-list .faq-answer{color:rgba(255,255,255,.65)}
/* Trust bar text-only items (old inner pages) */
.trust-bar .trust-item{font-size:.875rem;font-weight:600;color:var(--dark);display:flex;align-items:center;gap:.35rem}
/* Pricing note */
.pricing-note,.price-range{font-size:.8rem;color:var(--orange);font-weight:700}
/* ── END BACKWARD COMPAT ─────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --orange:#E87316;
  --orange-dark:#C5621A;
  --orange-light:#FEF3E2;
  --navy:#0D1117;
  --dark:#111827;
  --dark2:#1C2333;
  --mid:#6B7280;
  --light:#F9FAFB;
  --white:#FFFFFF;
  --border:#E5E7EB;
  --accent:#E87316;    /* alias for --orange — backward compat */
  --primary:#1A56DB;   /* blue — kept for any old references */
  --radius:6px;
  --shadow:0 4px 20px rgba(0,0,0,.10);
  --max-w:1200px;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;font-size:16px;line-height:1.65;color:var(--dark);background:var(--white)}
@media(max-width:1023px){body{padding-bottom:62px}}
img{max-width:100%;height:auto;display:block}
a{color:var(--orange);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{line-height:1.2;font-weight:800;color:var(--dark)}
h1{font-size:clamp(1.9rem,4.5vw,3.2rem)}
h2{font-size:clamp(1.4rem,3vw,2.2rem)}
h3{font-size:clamp(1rem,2vw,1.25rem)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}
section{padding:4rem 0}
.section-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin-bottom:.5rem}
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{color:var(--dark)}
.section-header p{color:var(--mid);margin-top:.75rem;max-width:620px;margin-left:auto;margin-right:auto}
.section-header.light h2{color:var(--white)}
.section-header.light p{color:rgba(255,255,255,.75)}

/* BUTTONS */
.btn-orange{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:var(--white)!important;padding:.85rem 2rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;transition:background .2s,transform .1s;border:none;cursor:pointer;white-space:nowrap}
.btn-orange:hover{background:var(--orange-dark);transform:translateY(-1px);text-decoration:none!important}
.btn-outline-white{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white)!important;padding:.85rem 2rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;border:2px solid var(--white);transition:background .2s;white-space:nowrap}
.btn-outline-white:hover{background:rgba(255,255,255,.12)}
.btn-phone{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--dark)!important;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;border:2px solid var(--dark);transition:all .2s;white-space:nowrap}
.btn-phone:hover{background:var(--dark);color:var(--white)!important}
.btn-phone-white{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white)!important;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none!important;border:2px solid rgba(255,255,255,.5);transition:all .2s;white-space:nowrap}
.btn-phone-white:hover{border-color:var(--white)}
.btn-lg{padding:1rem 2.25rem;font-size:1rem}

/* NAVBAR — STICKY */
.navbar{position:relative;top:auto;z-index:99;background:var(--navy);box-shadow:0 2px 20px rgba(0,0,0,.4)}
.nav-container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;height:68px;gap:1rem}
.nav-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none}
.nav-logo-icon{width:36px;height:36px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.nav-logo-text{line-height:1.1}
.nav-logo-text strong{display:block;font-size:.95rem;font-weight:800;color:var(--white)}
.nav-logo-text span{font-size:.7rem;color:rgba(255,255,255,.6);font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.nav-links{display:none;list-style:none}
.nav-links li a{display:block;padding:0 .75rem;line-height:68px;color:rgba(255,255,255,.85);font-weight:600;font-size:.875rem;white-space:nowrap;text-decoration:none;transition:color .2s}
.nav-links li a:hover{color:var(--orange)}
.dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--navy);min-width:230px;border-top:2px solid var(--orange);z-index:999;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}
.dropdown-menu li a{line-height:1;padding:.9rem 1.25rem;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.85)}
.dropdown-menu li a:hover{background:rgba(255,255,255,.07);color:var(--orange)}
.nav-phone{display:none;margin-left:auto;flex-shrink:0;font-size:.8rem;text-align:right;color:rgba(255,255,255,.75)}
.nav-phone strong{display:block;color:var(--orange);font-size:1.05rem}
.nav-cta{margin-left:auto;flex-shrink:0;font-size:.82rem;padding:.6rem 1.2rem}
.hamburger{display:block;background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--white);padding:.25rem}
@media(min-width:1024px){.nav-links{display:flex;margin-left:2rem}.nav-phone{display:block;margin-left:auto}.nav-cta{margin-left:1rem}.hamburger{display:none}}
.nav-links.nav-open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--navy);z-index:998;padding-bottom:1rem}
.nav-links.nav-open li a{line-height:1;padding:.9rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.07)}
.nav-links.nav-open .dropdown-menu{display:block;position:static;box-shadow:none;border-top:none;background:rgba(255,255,255,.05)}

/* HERO */
.hero{background:var(--navy);position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background:linear-gradient(105deg,rgba(13,17,23,.96) 0%,rgba(13,17,23,.85) 50%,rgba(13,17,23,.4) 100%);z-index:1}
.hero-photo{position:absolute;right:0;top:0;bottom:0;width:55%;background-size:cover;background-position:center top;z-index:0}
.hero-content{position:relative;z-index:2;padding:3rem 1.25rem;max-width:var(--max-w);margin:0 auto;width:100%}
.hero-inner{max-width:600px}
.pre-badge{display:inline-block;background:var(--orange);color:var(--white);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:.35rem .9rem;border-radius:4px;margin-bottom:1rem}
.hero-h1{color:var(--white);margin-bottom:.75rem;line-height:1.15}
.hero-h1 .city{color:var(--orange)}
.hero-sub{color:rgba(255,255,255,.85);margin-bottom:1.25rem;font-size:1.05rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1.75rem}
.hero-badge{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:rgba(255,255,255,.8);font-weight:600}
.hero-badge::before{content:"✔";color:var(--orange);font-size:.75rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.hero-location{font-size:.82rem;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:.35rem}
.hero-location::before{content:"📍"}
.experience-badge{position:absolute;right:2rem;bottom:2rem;z-index:3;background:var(--orange);color:var(--white);width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 20px rgba(232,115,22,.5);border:3px solid rgba(255,255,255,.2)}
.experience-badge .num{font-size:2.2rem;font-weight:900;line-height:1}
.experience-badge .label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;line-height:1.2;margin-top:.2rem}
@media(max-width:768px){.hero-photo{opacity:.3;width:100%}.experience-badge{right:1rem;bottom:1rem;width:90px;height:90px}.experience-badge .num{font-size:1.7rem}}

/* STICKY MOBILE PHONE BAR */
.mobile-phone-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--orange);color:var(--white)!important;text-align:center;padding:.95rem 1rem;z-index:9999;font-weight:700;font-size:1rem;text-decoration:none!important;box-shadow:0 -2px 12px rgba(0,0,0,.3)}
.mobile-phone-bar:hover{background:var(--orange-dark);color:var(--white)!important;text-decoration:none!important}
@media(max-width:1023px){.mobile-phone-bar{display:block}}

/* TRUST BAR */
.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:1.5rem 0}
.trust-bar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 3rem}
.trust-item{text-align:center}
.trust-item .ti-icon{font-size:1.5rem;margin-bottom:.35rem}
.trust-item .ti-num{font-size:1.25rem;font-weight:800;color:var(--dark)}
.trust-item .ti-label{font-size:.75rem;color:var(--mid);font-weight:600}

/* PRODUCT SECTION */
.products-section{background:var(--white);padding:4rem 0}
.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media(min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.products-grid{grid-template-columns:repeat(5,1fr)}}
.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1rem;text-align:center;transition:border-color .2s,box-shadow .2s}
.product-card:hover{border-color:var(--orange);box-shadow:0 4px 20px rgba(232,115,22,.12)}
.product-img{height:110px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:4rem}
.product-card h3{font-size:.9rem;margin-bottom:.35rem;color:var(--dark)}
.product-card p{font-size:.78rem;color:var(--mid);margin-bottom:.75rem;line-height:1.4}
.product-learn{font-size:.8rem;color:var(--orange);font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}
.product-learn:hover{text-decoration:underline}

/* WHY CHOOSE US */
.why-section{background:var(--dark2);padding:4rem 0}
.why-inner{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.why-inner{grid-template-columns:1fr 1fr};gap:4rem}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.why-item{display:flex;gap:.75rem;align-items:flex-start}
.why-icon-wrap{width:44px;height:44px;background:rgba(232,115,22,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.why-item h4,.why-item h3{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.2rem}
.why-item p{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.5}
.before-after{position:relative;border-radius:var(--radius);overflow:hidden}
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.ba-panel{position:relative}
.ba-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.ba-img-placeholder{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:3rem}
.ba-label{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);background:var(--dark);color:var(--white);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.35rem 1rem;border-radius:4px}
.ba-label.after{background:var(--orange)}

/* SIGNS SECTION */
.signs-section{background:var(--white);padding:4rem 0}
.signs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:640px){.signs-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.signs-grid{grid-template-columns:repeat(6,1fr)}}
.sign-item{text-align:center;padding:1.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}
.sign-item:hover{border-color:var(--orange)}
.sign-icon{font-size:2rem;margin-bottom:.5rem}
.sign-item p{font-size:.82rem;color:var(--dark);font-weight:600;line-height:1.3}

/* PROCESS SECTION */
.process-section{background:var(--light);padding:4rem 0}
.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:640px){.process-steps{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.process-steps{grid-template-columns:repeat(6,1fr)};gap:0}
.process-step{text-align:center;position:relative;padding:1rem}
.process-step:not(:last-child)::after{display:none}
@media(min-width:1024px){.process-step:not(:last-child)::after{content:"→";position:absolute;right:-8px;top:24px;font-size:1.5rem;color:var(--orange);display:block}}
.step-num{width:52px;height:52px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2rem;margin:0 auto 1rem}.process-step h4,.process-step h3{font-size:.85rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}
.process-step p{font-size:.78rem;color:var(--mid);line-height:1.5}

/* BRANDS */
.brands-section{background:var(--white);padding:3rem 0}
.brands-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3.5rem}
.brand-item{font-size:1.2rem;font-weight:800;color:var(--mid);letter-spacing:-.02em;transition:color .2s}
.brand-item:hover{color:var(--orange)}
.brand-item.bw{color:#003087}
.brand-item.aos{color:#0055A5}
.brand-item.rheem{color:#C8102E}
.brand-item.state{color:#004FA3}
.brand-item.navien{color:#1A1A2E}
.brand-item.rinnai{color:#003087}

/* AREAS + FAQ */
.areas-faq-section{background:var(--dark2);padding:4rem 0}
.areas-faq-inner{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.areas-faq-inner{grid-template-columns:1fr 1fr}}
.areas-box h3,.faq-box h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}
.areas-cols{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem}
.area-link{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:rgba(255,255,255,.75);text-decoration:none;padding:.3rem 0;transition:color .2s}
.area-link::before{content:"📍";font-size:.75rem}
.area-link:hover{color:var(--orange)}
.areas-map{background:rgba(255,255,255,.07);border-radius:var(--radius);height:200px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);font-size:.85rem;margin-top:1rem;border:1px dashed rgba(255,255,255,.15)}

/* FAQ */
.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}
.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.9rem;font-weight:600;gap:1rem;user-select:none;padding:1rem 0;color:rgba(255,255,255,.9)}
.faq-question .faq-icon{font-size:1.1rem;flex-shrink:0;transition:transform .2s;color:var(--orange)}
.faq-answer{display:none;padding-bottom:1rem;color:rgba(255,255,255,.65);font-size:.875rem;line-height:1.7}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-icon{transform:rotate(45deg)}

/* BOTTOM CTA */
.bottom-cta{background:var(--dark);padding:3rem 0;border-top:1px solid rgba(255,255,255,.07)}
.bottom-cta-inner{display:flex;flex-direction:column;gap:2rem}
@media(min-width:1024px){.bottom-cta-inner{flex-direction:row;align-items:center;justify-content:space-between}}
.bottom-cta h2{color:var(--white);margin-bottom:.5rem;font-size:1.6rem}
.bottom-cta p{color:rgba(255,255,255,.65);font-size:.9rem}
.bottom-cta-badges{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.75rem}
.bottom-cta-badge{font-size:.78rem;color:rgba(255,255,255,.6);font-weight:600;display:flex;align-items:center;gap:.3rem}
.bottom-cta-badge::before{content:"✔";color:var(--orange)}
.bottom-cta-actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;min-width:260px}

/* FOOTER */
footer{background:var(--navy);color:rgba(255,255,255,.7);padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-brand h3{color:var(--white);margin-bottom:.75rem;font-size:1rem}
.footer-brand p{font-size:.875rem;line-height:1.7;margin-bottom:.75rem}
.footer-phone a{color:var(--orange);font-weight:700;font-size:1.05rem;text-decoration:none}
.footer-license{font-size:.78rem;margin-top:.5rem;opacity:.55}.footer-col h4,.footer-col h3{color:var(--white);font-size:.78rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{color:rgba(255,255,255,.6);font-size:.875rem;text-decoration:none;transition:color .2s}
.footer-col ul li a:hover{color:var(--orange)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.82rem;color:rgba(255,255,255,.45)}
.footer-bottom a{color:rgba(255,255,255,.45);text-decoration:none}
.footer-bottom a:hover{color:var(--orange)}

/* PAGE HERO (inner pages) */
.page-hero{background:var(--navy);padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.07)}
.page-hero h1{color:var(--white);font-size:clamp(1.6rem,3.5vw,2.5rem)}
.page-hero .hero-sub{color:rgba(255,255,255,.8);margin:.75rem 0 1.25rem;max-width:640px}
.breadcrumb{font-size:.82rem;color:rgba(255,255,255,.55);margin-bottom:.75rem}
.breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none}
.breadcrumb a:hover{color:var(--orange)}
.breadcrumb span{margin:0 .4rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;margin-top:.75rem;font-size:.82rem;color:rgba(255,255,255,.7)}
.hero-trust span{display:flex;align-items:center;gap:.3rem}

/* SERVICE HERO (inner pages) */
.service-hero{position:relative;overflow:hidden;min-height:380px;display:flex;align-items:center;background:var(--navy)}
.service-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.service-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(13,17,23,.95) 0%,rgba(13,17,23,.7) 100%);z-index:1}
.service-hero-content{position:relative;z-index:2;padding:3rem 1.25rem;max-width:var(--max-w);margin:0 auto;width:100%}

/* UTILITY */
.bg-light{background:var(--light)}
.bg-dark{background:var(--dark2)}
.text-orange{color:var(--orange)}
.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}

/* PRICING CARDS */
.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}
.pricing-card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s}
.pricing-card.featured{border-color:var(--orange);box-shadow:0 0 0 4px rgba(232,115,22,.1)}
.pricing-type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mid);margin-bottom:.4rem}
.pricing-price{font-size:2rem;font-weight:800;color:var(--orange);margin:.5rem 0}
.pricing-desc{font-size:.85rem;color:var(--mid);margin-bottom:.75rem}
.pricing-includes{list-style:none;font-size:.85rem;margin-bottom:.75rem}
.pricing-includes li{padding:.3rem 0;color:var(--mid)}
.pricing-includes li::before{content:"✓ ";color:var(--orange);font-weight:700}
.rebate-note{font-size:.78rem;background:var(--orange-light);color:var(--orange-dark);padding:.45rem .7rem;border-radius:4px;font-weight:600}

/* DECISION BOXES */
.decision-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}
@media(min-width:640px){.decision-grid{grid-template-columns:1fr 1fr}}
.decision-box{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.decision-box.replace{border-top:4px solid var(--orange)}
.decision-box.repair{border-top:4px solid #10B981}.decision-box h4,.decision-box h3{margin-bottom:.75rem;font-size:1rem}
.decision-box ul{list-style:none;font-size:.9rem}
.decision-box ul li{padding:.35rem 0;color:var(--mid)}
.decision-box.replace ul li::before{content:"✗ ";color:var(--orange);font-weight:700}
.decision-box.repair ul li::before{content:"✓ ";color:#10B981;font-weight:700}

/* TESTIMONIALS */
.testimonials-section{background:var(--white);padding:4rem 0}
.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}
.testimonial-card{background:var(--light);padding:1.75rem;border-radius:var(--radius);border-left:4px solid var(--orange)}
.testimonial-stars{color:#F59E0B;font-size:1rem;margin-bottom:.75rem}
.testimonial-text{color:var(--dark);font-size:.93rem;margin-bottom:1rem;line-height:1.7}
.testimonial-author{font-weight:700;font-size:.875rem;color:var(--dark)}
.testimonial-detail{color:var(--mid);font-weight:400;font-size:.78rem;margin-top:.2rem}

/* STAT GRID */
.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:2rem 0}
@media(min-width:768px){.stat-grid{grid-template-columns:repeat(4,1fr)}}
.stat-item{text-align:center;background:var(--light);border-radius:var(--radius);padding:1.5rem 1rem}
.stat-number{font-size:2rem;font-weight:800;color:var(--orange)}
.stat-label{font-size:.82rem;color:var(--mid);margin-top:.25rem;font-weight:600}

/* NEIGHBORHOODS */
.neighborhood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media(min-width:640px){.neighborhood-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.neighborhood-grid{grid-template-columns:repeat(5,1fr)}}
.neighborhood-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;transition:border-color .2s}
.neighborhood-card:hover{border-color:var(--orange)}
.neighborhood-card h3{font-size:.93rem;margin-bottom:.2rem;font-weight:700}
.neighborhood-card .zip{font-size:.78rem;color:var(--orange);font-weight:600}
.neighborhood-card .sub-areas{font-size:.76rem;color:var(--mid);margin-top:.2rem}

/* REBATES */
.rebates-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.rebates-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.rebates-grid{grid-template-columns:repeat(3,1fr)}}
.rebate-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;border-top:3px solid var(--orange);box-shadow:var(--shadow)}
.rebate-amount{font-size:2rem;font-weight:800;color:var(--orange);margin:.5rem 0}
.rebate-source{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--mid);margin-bottom:.3rem}.rebate-card h4,.rebate-card h3{font-size:1rem;margin-bottom:.5rem}
.rebate-card p{font-size:.875rem;color:var(--mid)}
.deadline{font-size:.8rem;color:var(--orange);font-weight:700;margin-top:.5rem}

/* CASE STUDIES */
.case-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.case-grid{grid-template-columns:repeat(3,1fr)}}
.case-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);border-left:4px solid var(--orange)}
.case-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:.5rem;display:block}
.case-card h3{font-size:1rem;margin-bottom:1rem;color:var(--dark)}
.case-detail{display:flex;gap:.5rem;margin-bottom:.45rem;font-size:.875rem}
.case-detail-label{font-weight:700;color:var(--dark);min-width:85px;flex-shrink:0}
.case-detail-value{color:var(--mid)}
.case-lesson{margin-top:1rem;padding:.75rem;background:var(--light);border-radius:4px;font-size:.85rem;color:var(--mid);font-style:italic}

/* ARTICLE */
.article-body{max-width:800px;margin:0 auto}
.article-body h2{margin-top:2.5rem;margin-bottom:1rem;color:var(--dark)}
.article-body h3{margin-top:1.75rem;margin-bottom:.75rem;color:var(--dark)}
.article-body p{color:var(--mid);margin-bottom:1rem}
.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1rem}
.article-body li{color:var(--mid);padding:.25rem 0}
.article-body strong{color:var(--dark)}
.article-body a{color:var(--orange)}
.article-meta{display:flex;flex-wrap:wrap;gap:1rem;color:var(--mid);font-size:.875rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}
.article-callout{background:var(--orange-light);border-left:4px solid var(--orange);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}
.article-callout p{color:var(--dark);margin:0;font-size:.95rem}
.data-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
.data-table th{background:var(--orange);color:var(--white);padding:.75rem 1rem;text-align:left;font-weight:700}
.data-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:var(--mid)}
.data-table tr:nth-child(even) td{background:var(--light)}
.data-table td strong{color:var(--dark)}

/* RELATED LINKS */
.related-services{background:var(--light);padding:1.25rem 0;border-top:1px solid var(--border)}
.related-services .container{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
.related-link{display:inline-block;padding:.4rem 1rem;background:var(--white);border:1px solid var(--border);border-radius:20px;font-size:.875rem;color:var(--orange)!important;text-decoration:none;transition:all .2s}
.related-link:hover{border-color:var(--orange);background:var(--orange);color:var(--white)!important;text-decoration:none}

/* HARD WATER STATS */
.hard-water-stats{background:var(--white);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);align-self:start}.hard-water-stats h4,.hard-water-stats h3{color:var(--dark);margin-bottom:1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.water-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--border)}
.water-stat-row:last-child{border-bottom:none}
.water-stat-label{font-size:.875rem;color:var(--mid)}
.water-stat-value{font-weight:800;color:var(--orange);font-size:1.05rem}

/* CHECK LIST */
.check-list{list-style:none;margin:1rem 0 1.5rem;padding:0}
.check-list li{padding:.35rem 0;font-size:.95rem;color:var(--mid)}
.check-list li::before{content:"✓ ";color:var(--orange);font-weight:700}
