/* ============================================================
   HESPERIA PLUMBING PRO — Production Stylesheet v1.0
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&display=swap');

:root {
  --navy: #0A1628; --navy-mid: #112240; --navy-light: #1A3257;
  --blue: #1565C0; --blue-dark: #0D47A1; --blue-light: #E3F2FD;
  --orange: #E84C18; --orange-hover: #C43E12; --orange-light: #FFF3EE;
  --white: #FFFFFF; --off-white: #F8FAFC;
  --gray-100: #F1F5F9; --gray-200: #E2E8F0; --gray-300: #CBD5E1;
  --gray-400: #94A3B8; --gray-500: #64748B; --gray-600: #475569;
  --gray-700: #334155; --gray-800: #1E293B;
  --green: #16A34A;
  --fh: 'Barlow Condensed', sans-serif;
  --fb: 'Barlow', sans-serif;
  --fs: 'Source Serif 4', serif;
  --r: 8px; --rl: 14px; --rxl: 20px;
  --sh: 0 2px 8px rgba(0,0,0,.07);
  --shm: 0 4px 16px rgba(0,0,0,.10);
  --shl: 0 10px 40px rgba(0,0,0,.13);
  --shxl: 0 20px 60px rgba(0,0,0,.16);
  --tr: 200ms cubic-bezier(.4,0,.2,1);
  --maxw: 1200px;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--fb); color: var(--gray-800); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--fb); border: none; outline: none; background: none; }
input, select, textarea { font-family: var(--fb); }
svg { display: inline-block; vertical-align: middle; }

/* LAYOUT */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-sm { width: 100%; max-width: 860px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 56px 0; }
.row { display: flex; gap: 2.5rem; align-items: flex-start; }
.col-main { flex: 1; min-width: 0; }
.col-side { flex: 0 0 310px; }
.text-center { text-align: center; }
.bg-gray { background: var(--off-white); }
.bg-navy { background: var(--navy); }
.bg-navy-mid { background: var(--navy-mid); }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-family: var(--fh); font-weight: 800; line-height: 1.15; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); text-transform: uppercase; letter-spacing: .01em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-transform: uppercase; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
h4 { font-size: 1rem; font-weight: 700; }
p { margin-bottom: 1rem; line-height: 1.7; }
p:last-child { margin-bottom: 0; }
.lead { font-size: 1.1rem; color: var(--gray-600); line-height: 1.8; }
.eyebrow { font-family: var(--fb); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); display: block; margin-bottom: .5rem; }
.sec-title { margin-bottom: .6rem; }
.sec-sub { font-size: 1rem; color: var(--gray-500); max-width: 580px; margin: 0 auto 2.5rem; line-height: 1.7; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.85rem; border-radius: var(--r); font-weight: 700; font-size: .93rem; transition: all var(--tr); letter-spacing: .02em; white-space: nowrap; cursor: pointer; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,76,24,.35); }
.btn-secondary { background: var(--white); color: var(--navy); border: 2px solid var(--gray-200); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-light); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1.05rem; }
.btn-sm { padding: .5rem 1.2rem; font-size: .84rem; }
.btn-full { width: 100%; justify-content: center; }

/* TOP BAR */
#topbar { background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.07); padding: .5rem 0; font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.72); font-weight: 500; }
.topbar-item svg { width: 12px; height: 12px; color: var(--orange); flex-shrink: 0; }
.topbar-item a, .topbar-item strong { color: var(--white); font-weight: 700; }
.topbar-item a:hover { color: var(--orange); }
.topbar-emg { font-weight: 700; color: var(--orange); }
.topbar-right { display: flex; align-items: center; gap: .75rem; }
.topbar-cta { background: var(--orange); color: var(--white); padding: .28rem .85rem; border-radius: 40px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.topbar-cta:hover { background: var(--orange-hover); }

/* HEADER */
#header { background: var(--white); position: sticky; top: 0; z-index: 900; box-shadow: 0 2px 16px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; }
.logo { display: flex; flex-direction: column; cursor: pointer; }
.logo-name { font-family: var(--fh); font-size: 1.55rem; font-weight: 900; text-transform: uppercase; line-height: 1; color: var(--navy); }
.logo-name span { color: var(--orange); }
.logo-tag { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-400); margin-top: .2rem; display: block; }
.main-nav { display: flex; align-items: center; gap: .15rem; }
.nav-item { position: relative; }
.nav-link { display: block; font-size: .88rem; font-weight: 600; color: var(--gray-600); padding: .5rem .85rem; border-radius: var(--r); transition: all var(--tr); white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--blue); background: var(--blue-light); }
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border-radius: var(--rl); box-shadow: var(--shxl); border: 1px solid var(--gray-200); padding: .75rem 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all var(--tr); z-index: 950; min-width: 220px; }
.dropdown-wide { min-width: 440px; }
.dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; }
.drop-col { padding: .5rem 0; }
.drop-head { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-400); padding: .5rem 1.25rem .2rem; display: block; }
.dropdown a { display: block; padding: .5rem 1.25rem; font-size: .86rem; font-weight: 600; color: var(--gray-600); transition: all var(--tr); }
.dropdown a:hover { color: var(--blue); background: var(--blue-light); }
.header-right { display: flex; align-items: center; gap: 1rem; }
.header-phone { display: flex; align-items: center; gap: .45rem; font-family: var(--fh); font-size: 1.2rem; font-weight: 900; color: var(--navy); white-space: nowrap; }
.header-phone svg { width: 17px; height: 17px; color: var(--orange); }
.header-phone:hover { color: var(--blue); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: .45rem; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: all var(--tr); }

/* MOBILE NAV */
#mob-nav { display: none; position: fixed; inset: 0; z-index: 9999; background: var(--navy); overflow-y: auto; padding: 1.25rem; flex-direction: column; }
#mob-nav.open { display: flex; }
.mob-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.mob-logo { color: var(--white); font-family: var(--fh); font-size: 1.4rem; font-weight: 900; text-transform: uppercase; }
.mob-logo span { color: var(--orange); }
.mob-close { width: 38px; height: 38px; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.3rem; cursor: pointer; }
.mob-section { margin-bottom: 1.75rem; }
.mob-sec-head { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: .6rem; padding: 0 .5rem; display: block; }
.mob-link { display: block; padding: .75rem .75rem; border-radius: var(--r); color: rgba(255,255,255,.75); font-weight: 600; font-size: .95rem; transition: all var(--tr); }
.mob-link:hover { background: rgba(255,255,255,.08); color: var(--white); }
.mob-ctas { margin-top: auto; display: flex; flex-direction: column; gap: .75rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); }
.mob-phone { display: flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--fh); font-size: 1.6rem; font-weight: 900; color: var(--white); margin-bottom: 1.25rem; text-align: center; }

/* HERO */
.hero { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #0D2545 100%); color: var(--white); padding: 90px 0 80px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; top: -40%; right: -15%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(21,101,192,.12) 0%, transparent 70%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3.5rem; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: .45rem; background: rgba(232,76,24,.15); border: 1px solid rgba(232,76,24,.3); color: var(--orange); padding: .38rem .9rem; border-radius: 40px; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.2rem; }
.hero h1 { color: var(--white); margin-bottom: 1.1rem; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-copy { font-size: 1.05rem; color: rgba(255,255,255,.75); line-height: 1.75; max-width: 520px; margin-bottom: 1.75rem; }
.hero-btns { display: flex; gap: .85rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .85rem; }
.h-trust-item { display: flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.65); }
.h-trust-dot { width: 18px; height: 18px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.h-trust-dot svg { width: 10px; height: 10px; color: var(--white); }
.hero-right { display: flex; flex-direction: column; gap: 1rem; }
.hero-img-box { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.hero-img-box svg { width: 72px; height: 72px; color: rgba(255,255,255,.15); }
.hero-img-caption { font-size: .73rem; color: rgba(255,255,255,.25); font-weight: 600; text-align: center; padding: 0 1.5rem; }
.hero-stats { display: flex; gap: .75rem; }
.stat-box { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: .9rem 1rem; flex: 1; text-align: center; }
.stat-num { font-family: var(--fh); font-size: 1.6rem; font-weight: 900; color: var(--orange); line-height: 1; }
.stat-label { font-size: .66rem; color: rgba(255,255,255,.4); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-top: .2rem; }

/* TRUST STRIP */
.trust-strip { background: var(--off-white); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); padding: 1rem 0; }
.ts-inner { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: .75rem; }
.ts-item { display: flex; align-items: center; gap: .5rem; font-size: .83rem; font-weight: 600; color: var(--gray-600); }
.ts-item svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }
.ts-divider { width: 1px; height: 20px; background: var(--gray-300); }

/* SERVICE CARDS */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.svc-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--rl); padding: 1.75rem 1.5rem; position: relative; overflow: hidden; cursor: pointer; transition: all var(--tr); }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform var(--tr); }
.svc-card:hover { box-shadow: var(--shl); transform: translateY(-3px); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card.emg::before { background: var(--orange); }
.svc-icon-wrap { width: 50px; height: 50px; border-radius: var(--r); background: var(--blue-light); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.svc-icon-wrap.orange { background: var(--orange-light); }
.svc-icon-wrap svg { width: 24px; height: 24px; color: var(--blue); }
.svc-icon-wrap.orange svg { color: var(--orange); }
.svc-title { font-family: var(--fh); font-size: 1.08rem; font-weight: 800; text-transform: uppercase; color: var(--navy); margin-bottom: .5rem; }
.svc-desc { font-size: .87rem; color: var(--gray-500); line-height: 1.6; margin-bottom: 1rem; }
.svc-link { font-size: .82rem; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: .35rem; }
.svc-card.emg .svc-link { color: var(--orange); }

/* VALUE CARDS */
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.val-card { display: flex; gap: 1rem; align-items: flex-start; }
.val-icon { width: 48px; height: 48px; background: rgba(255,255,255,.1); border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.val-icon svg { width: 22px; height: 22px; color: var(--orange); }
.val-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: .3rem; }
.val-desc { font-size: .86rem; color: rgba(255,255,255,.58); line-height: 1.65; }

/* STEPS */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; }
.steps-row::before { content: ''; position: absolute; top: 35px; left: calc(100%/6); right: calc(100%/6); height: 2px; background: var(--blue-light); }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 70px; height: 70px; background: var(--navy); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-size: 1.6rem; font-weight: 900; margin: 0 auto 1.25rem; border: 4px solid var(--white); box-shadow: 0 0 0 3px var(--navy), 0 6px 20px rgba(0,0,0,.15); }
.step-title { font-family: var(--fh); font-size: 1.08rem; font-weight: 800; text-transform: uppercase; color: var(--navy); margin-bottom: .5rem; }
.step-desc { font-size: .87rem; color: var(--gray-500); line-height: 1.65; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: .65rem; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--r); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: var(--white); padding: 1.1rem 1.25rem; font-weight: 700; font-size: .93rem; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; transition: background var(--tr); }
.faq-q:hover { background: var(--off-white); }
.faq-q.open { background: var(--navy); color: var(--white); }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform var(--tr); }
.faq-q.open .faq-chevron { transform: rotate(180deg); }
.faq-a { display: none; padding: 1rem 1.25rem 1.25rem; background: var(--off-white); font-size: .9rem; color: var(--gray-600); line-height: 1.75; border-top: 1px solid var(--gray-200); }
.faq-a.open { display: block; }

/* CTA BAND */
.cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-light) 100%); padding: 64px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-inner h2 { color: var(--white); margin-bottom: .5rem; }
.cta-inner p { color: rgba(255,255,255,.65); max-width: 480px; }
.cta-actions { display: flex; gap: .85rem; flex-wrap: wrap; }

/* EMERGENCY SECTION */
.emg-sec { background: linear-gradient(135deg, #B52E10 0%, #8B1E08 100%); padding: 72px 0; }
.emg-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.emg-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); color: var(--white); padding: .35rem .9rem; border-radius: 40px; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.emg-sec h2 { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 1rem; }
.emg-list { margin: 1rem 0 1.75rem; display: flex; flex-direction: column; gap: .5rem; }
.emg-list li { display: flex; align-items: center; gap: .65rem; font-size: .92rem; color: rgba(255,255,255,.82); font-weight: 600; }
.emg-list li svg { width: 14px; height: 14px; color: rgba(255,255,255,.45); flex-shrink: 0; }
.emg-phone { font-family: var(--fh); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; color: var(--white); display: flex; align-items: center; gap: .5rem; margin-bottom: .35rem; }
.emg-phone a { color: var(--white); }
.emg-phone svg { width: 28px; height: 28px; }
.emg-visual { background: rgba(0,0,0,.2); border-radius: var(--rl); height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.emg-visual svg { width: 64px; height: 64px; color: rgba(255,255,255,.15); }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); padding: 60px 0; }
.page-hero-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: center; }
.page-hero h1 { color: var(--white); font-size: clamp(1.75rem, 3.5vw, 2.75rem); margin-bottom: .85rem; }
.page-hero .eyebrow { color: var(--orange); }
.page-hero-copy { font-size: 1rem; color: rgba(255,255,255,.72); line-height: 1.75; margin-bottom: 1.5rem; }
.page-hero-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.page-hero-visual { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .85rem; }
.page-hero-visual svg { width: 64px; height: 64px; color: rgba(255,255,255,.18); }
.page-hero-visual span { font-size: .74rem; color: rgba(255,255,255,.25); font-weight: 600; text-align: center; padding: 0 1.25rem; }

/* BREADCRUMB */
.breadcrumb { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: .55rem 0; }
.bc-inner { display: flex; align-items: center; gap: .4rem; font-size: .78rem; color: var(--gray-500); flex-wrap: wrap; }
.bc-inner a { color: var(--blue); }
.bc-inner a:hover { text-decoration: underline; }
.bc-sep { color: var(--gray-300); }

/* INFO CARD (sidebar) */
.info-card { background: var(--navy); border-radius: var(--rl); padding: 1.85rem; margin-bottom: 1.25rem; }
.info-card h3 { color: var(--white); font-size: 1.05rem; margin-bottom: .65rem; }
.info-card-phone { display: block; font-family: var(--fh); font-size: 1.7rem; font-weight: 900; color: var(--orange); margin: .5rem 0 1.1rem; }
.info-card-phone:hover { color: #ff6540; }
.info-card p { font-size: .86rem; color: rgba(255,255,255,.55); margin-bottom: 1rem; }
.info-card .btn { margin-bottom: .6rem; }
.info-card-hours { font-size: .81rem; color: rgba(255,255,255,.45); line-height: 2; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); }
.info-card-hours strong { color: var(--orange); }

/* NAP BLOCK */
.nap-block { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--rl); padding: 1.5rem; margin-top: 1.25rem; }
.nap-block h4 { color: var(--navy); margin-bottom: .85rem; font-size: .9rem; }
.nap-row { display: flex; align-items: center; gap: .5rem; font-size: .87rem; color: var(--gray-600); margin-bottom: .4rem; }
.nap-row svg { width: 13px; height: 13px; color: var(--blue); flex-shrink: 0; }
.nap-row a { color: var(--blue); font-weight: 700; }

/* CONTENT LIST */
.check-list { display: flex; flex-direction: column; gap: .55rem; }
.check-list li { display: flex; align-items: flex-start; gap: .75rem; padding: .75rem 1rem; background: var(--off-white); border-radius: var(--r); border: 1px solid var(--gray-200); font-size: .89rem; color: var(--gray-700); line-height: 1.6; }
.check-list li svg { width: 15px; height: 15px; color: var(--blue); flex-shrink: 0; margin-top: .15rem; }
.check-list.orange li svg { color: var(--orange); }

/* PROCESS STEPS */
.process-list { display: flex; flex-direction: column; gap: .85rem; }
.process-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; background: var(--off-white); border-radius: var(--r); border: 1px solid var(--gray-200); }
.ps-num { width: 36px; height: 36px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .88rem; flex-shrink: 0; }
.ps-title { font-weight: 700; color: var(--navy); font-size: .93rem; margin-bottom: .25rem; }
.ps-desc { font-size: .86rem; color: var(--gray-500); line-height: 1.65; }

/* SERVICE INDEX GRID */
.svc-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.svc-index-item { display: flex; align-items: center; gap: .85rem; padding: .9rem 1.25rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--r); transition: all var(--tr); }
.svc-index-item:hover { border-color: var(--blue); background: var(--blue-light); }
.svc-index-item a { text-decoration: none; display: flex; gap: .85rem; align-items: center; width: 100%; }
.sii-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
.sii-title { font-weight: 700; font-size: .91rem; color: var(--navy); }
.sii-desc { font-size: .8rem; color: var(--gray-500); margin-top: .1rem; }

/* RELATED CARDS */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--r); padding: 1.1rem 1.25rem; transition: all var(--tr); }
.related-card a { text-decoration: none; }
.related-card:hover { background: var(--blue-light); border-color: var(--blue); }
.rc-title { font-weight: 700; font-size: .91rem; color: var(--navy); margin-bottom: .3rem; }
.rc-link { font-size: .8rem; color: var(--blue); font-weight: 600; display: flex; align-items: center; gap: .3rem; }

/* PROBLEMS GRID */
.problems-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.prob-item { display: flex; align-items: center; gap: .65rem; padding: .85rem .9rem; background: var(--off-white); border-radius: var(--r); border: 1px solid var(--gray-200); font-size: .86rem; color: var(--gray-700); font-weight: 600; }
.prob-dot { width: 28px; height: 28px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.prob-dot svg { width: 13px; height: 13px; color: var(--blue); }

/* AREAS */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.area-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: .8rem 1rem; text-align: center; font-size: .86rem; font-weight: 600; color: rgba(255,255,255,.78); cursor: pointer; transition: all var(--tr); }
.area-card:hover, .area-card a:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.area-card a { color: inherit; text-decoration: none; display: block; }
.area-card-light { background: var(--off-white); border-color: var(--gray-200); color: var(--navy); }
.area-card-light:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.nearby-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--r); padding: .65rem 1rem; text-align: center; font-size: .84rem; font-weight: 600; color: var(--navy); transition: all var(--tr); }
.nearby-card:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.nearby-card a { color: inherit; text-decoration: none; display: block; }
.area-svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.area-svc-item { display: flex; align-items: center; gap: .55rem; padding: .7rem 1rem; background: var(--off-white); border-radius: var(--r); border: 1px solid var(--gray-200); font-size: .86rem; font-weight: 600; color: var(--navy); transition: all var(--tr); }
.area-svc-item:hover { border-color: var(--blue); color: var(--blue); }
.area-svc-item a { color: inherit; text-decoration: none; display: flex; gap: .55rem; align-items: center; width: 100%; }
.area-svc-item svg { width: 13px; height: 13px; color: var(--blue); flex-shrink: 0; }

/* MAP PLACEHOLDER */
.map-ph { background: rgba(255,255,255,.04); border: 2px dashed rgba(255,255,255,.12); border-radius: var(--rl); height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.map-ph svg { width: 56px; height: 56px; color: rgba(255,255,255,.18); }
.map-ph span { font-size: .8rem; color: rgba(255,255,255,.3); font-weight: 600; }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--rl); overflow: hidden; transition: all var(--tr); cursor: pointer; }
.blog-card:hover { box-shadow: var(--shl); transform: translateY(-3px); }
.blog-card-img { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); height: 170px; display: flex; align-items: center; justify-content: center; }
.blog-card-img svg { width: 48px; height: 48px; color: rgba(255,255,255,.18); }
.blog-card-body { padding: 1.25rem; }
.blog-cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin-bottom: .5rem; }
.blog-title { font-family: var(--fh); font-size: 1.05rem; font-weight: 800; color: var(--navy); line-height: 1.3; margin-bottom: .55rem; text-transform: uppercase; }
.blog-excerpt { font-size: .83rem; color: var(--gray-500); line-height: 1.65; }
.blog-read { margin-top: .85rem; font-size: .81rem; color: var(--blue); font-weight: 700; display: flex; align-items: center; gap: .35rem; }

/* BLOG POST */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; align-items: start; }
.post-img { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); border-radius: var(--rl); height: 320px; display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; }
.post-img svg { width: 80px; height: 80px; color: rgba(255,255,255,.12); }
.post-meta { display: flex; align-items: center; gap: 1rem; font-size: .8rem; color: var(--gray-400); margin-bottom: 1.75rem; flex-wrap: wrap; }
.post-body h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); margin: 2rem 0 .85rem; }
.post-body h3 { font-size: 1.15rem; margin: 1.5rem 0 .65rem; }
.post-body p { color: var(--gray-600); line-height: 1.8; }
.post-body ul, .post-body ol { margin: 0 0 1.25rem 1.5rem; color: var(--gray-600); }
.post-body li { margin-bottom: .5rem; line-height: 1.7; font-size: .94rem; }
.post-cta-box { background: var(--orange-light); border: 1px solid rgba(232,76,24,.25); border-radius: var(--rl); padding: 1.5rem 2rem; margin-top: 2.5rem; }
.post-cta-box h4 { color: var(--navy); margin-bottom: .5rem; }
.post-cta-box p { font-size: .9rem; color: var(--gray-600); margin-bottom: 1rem; }
.sidebar-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--rl); padding: 1.5rem; margin-bottom: 1.25rem; }
.sidebar-card h4 { margin-bottom: 1rem; color: var(--navy); }
.sidebar-links { display: flex; flex-direction: column; gap: .45rem; }
.sidebar-links a { font-size: .86rem; color: var(--blue); font-weight: 600; }
.sidebar-links a:hover { text-decoration: underline; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.form-group { margin-bottom: 1.1rem; }
.form-label { display: block; font-size: .84rem; font-weight: 700; color: var(--navy); margin-bottom: .4rem; }
.form-input { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--gray-200); border-radius: var(--r); font-size: .92rem; color: var(--gray-800); background: var(--white); transition: border-color var(--tr); }
.form-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,192,.1); }
textarea.form-input { resize: vertical; min-height: 130px; }
select.form-input { cursor: pointer; }
.contact-info-card { background: var(--navy); color: var(--white); border-radius: var(--rl); padding: 2rem; margin-bottom: 1.25rem; }
.contact-info-card h3 { color: var(--white); margin-bottom: 1rem; }
.cic-phone { display: block; font-family: var(--fh); font-size: 1.9rem; font-weight: 900; color: var(--orange); margin-bottom: .3rem; }
.cic-row { display: flex; align-items: center; gap: .5rem; font-size: .87rem; color: rgba(255,255,255,.6); margin-bottom: .45rem; }
.cic-row svg { width: 14px; height: 14px; color: var(--orange); flex-shrink: 0; }

/* ABOUT */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.values-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--rl); padding: 1.5rem; text-align: center; }
.vc-icon { width: 50px; height: 50px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto .85rem; }
.vc-icon svg { width: 22px; height: 22px; color: var(--blue); }
.vc-title { font-weight: 700; font-size: .93rem; color: var(--navy); margin-bottom: .4rem; }
.vc-desc { font-size: .83rem; color: var(--gray-500); line-height: 1.65; }

/* 404 */
.page-404 { text-align: center; padding: 100px 0; }
.page-404-icon { font-size: 5rem; margin-bottom: 1.5rem; display: block; }

/* MOBILE FAB */
#call-fab { display: none; position: fixed; bottom: 22px; right: 22px; z-index: 800; background: var(--orange); color: var(--white); border-radius: 50px; padding: .9rem 1.5rem; font-weight: 700; font-size: .93rem; box-shadow: 0 6px 24px rgba(232,76,24,.5); align-items: center; gap: .5rem; animation: fabpulse 2.2s infinite; }
#call-fab svg { width: 20px; height: 20px; }
@keyframes fabpulse { 0%, 100% { box-shadow: 0 6px 24px rgba(232,76,24,.5); } 50% { box-shadow: 0 6px 32px rgba(232,76,24,.75), 0 0 0 8px rgba(232,76,24,.12); } }

/* FOOTER */
#footer { background: var(--navy); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer-brand-name { font-family: var(--fh); font-size: 1.4rem; font-weight: 900; color: var(--white); text-transform: uppercase; margin-bottom: .65rem; }
.footer-brand-name span { color: var(--orange); }
.footer-tagline { font-size: .84rem; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 1.25rem; }
.footer-tel { display: flex; align-items: center; gap: .45rem; font-family: var(--fh); font-size: 1.45rem; font-weight: 900; color: var(--white); margin-bottom: .35rem; }
.footer-tel:hover { color: var(--orange); }
.footer-tel svg { width: 20px; height: 20px; color: var(--orange); }
.footer-hours-sm { font-size: .81rem; color: rgba(255,255,255,.4); line-height: 1.9; }
.footer-col-head { font-family: var(--fh); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--white); margin-bottom: .9rem; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-links { display: flex; flex-direction: column; gap: .38rem; }
.footer-links a { font-size: .83rem; color: rgba(255,255,255,.52); transition: color var(--tr); }
.footer-links a:hover { color: var(--orange); }
.footer-emg { border-top: 1px solid rgba(255,255,255,.07); padding: 1.5rem 0; }
.footer-emg-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-emg-text { font-size: .87rem; color: rgba(255,255,255,.55); }
.footer-emg-text strong { color: var(--white); }
.footer-seo { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.05); display: flex; flex-wrap: wrap; gap: .65rem; }
.footer-seo a { font-size: .73rem; color: rgba(255,255,255,.25); }
.footer-seo a:hover { color: rgba(255,255,255,.5); }
.footer-bottom { background: rgba(0,0,0,.3); padding: 1rem 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; font-size: .77rem; color: rgba(255,255,255,.32); flex-wrap: wrap; gap: .5rem; }

/* RESPONSIVE */
@media(max-width:1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .val-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:900px) {
  .blog-layout { grid-template-columns: 1fr; }
  .col-side { flex: none; width: 100%; }
}
@media(max-width:768px) {
  .main-nav, .header-right { display: none; }
  .hamburger { display: flex; }
  #call-fab { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .emg-inner { grid-template-columns: 1fr; }
  .emg-visual { display: none; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-visual { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .val-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .steps-row::before { display: none; }
  .problems-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-emg-inner { flex-direction: column; text-align: center; }
  .svc-index-grid { grid-template-columns: 1fr; }
  .area-svc-grid { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .ts-divider { display: none; }
  .ts-inner { justify-content: flex-start; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
@media(max-width:480px) {
  .problems-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-trust { gap: .65rem; }
}

/* ── NEW HOMEPAGE SECTIONS ─────────────────────────────── */

/* Problem Solver */
.problem-solver { background: var(--navy-mid); padding: 80px 0; }
.ps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.ps-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); padding: 1.5rem 1.25rem; text-decoration: none; transition: all var(--tr); display: block; }
.ps-card:hover { background: rgba(232,76,24,.12); border-color: rgba(232,76,24,.4); transform: translateY(-3px); }
.ps-card-icon { width: 46px; height: 46px; background: rgba(255,255,255,.07); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.ps-card-icon svg { width: 22px; height: 22px; color: var(--orange); }
.ps-card-title { font-family: var(--fh); font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: .45rem; }
.ps-card-desc { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.6; margin-bottom: .85rem; }
.ps-card-link { font-size: .8rem; font-weight: 700; color: var(--orange); display: flex; align-items: center; gap: .35rem; }
.ps-footer { margin-top: 2rem; text-align: center; padding: 1.25rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); }
.ps-footer p { color: rgba(255,255,255,.55); font-size: .88rem; }
.ps-footer a { color: var(--orange); font-weight: 700; }

/* Hero image */
.hero-img-real { border-radius: var(--rl); overflow: hidden; height: 300px; position: relative; }
.hero-img-real img { width: 100%; height: 100%; object-fit: cover; }

/* Team Section */
.team-section { background: var(--off-white); }
.team-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.team-img { border-radius: var(--rl); overflow: hidden; aspect-ratio: 4/3; position: relative; }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-img-placeholder { width: 100%; height: 100%; min-height: 340px; background: var(--navy-mid); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.team-img-placeholder svg { width: 72px; height: 72px; color: rgba(255,255,255,.12); }
.team-promise { margin-top: 2rem; }
.promise-list { display: flex; flex-direction: column; gap: .55rem; margin-top: 1rem; }
.promise-item { display: flex; align-items: center; gap: .65rem; font-size: .9rem; font-weight: 600; color: var(--navy); }
.promise-item svg { flex-shrink: 0; color: var(--orange); width: 15px; height: 15px; }

/* Hard Water Section */
.hard-water { background: linear-gradient(135deg, var(--navy) 0%, #0D2545 100%); color: #fff; }
.hard-water-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hw-problems { margin-top: 1.5rem; }
.hw-list { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin: 1rem 0 1.5rem; }
.hw-list li { display: flex; align-items: center; gap: .65rem; font-size: .9rem; color: rgba(255,255,255,.8); }
.hw-list li svg { flex-shrink: 0; color: var(--orange); width: 14px; height: 14px; }
.hw-solutions { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--rl); padding: 1.5rem; margin-top: 1.5rem; }
.hw-solutions h4 { color: #fff; font-size: .93rem; margin-bottom: .85rem; }
.hw-sol-list { display: flex; flex-direction: column; gap: .5rem; }
.hw-sol-item { display: flex; align-items: center; gap: .6rem; font-size: .85rem; color: rgba(255,255,255,.7); }
.hw-sol-item svg { color: var(--orange); flex-shrink: 0; width: 13px; height: 13px; }
.hw-img { border-radius: var(--rl); overflow: hidden; }
.hw-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--rl); }
.hw-img-placeholder { min-height: 400px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.hw-img-placeholder svg { width: 72px; height: 72px; color: rgba(255,255,255,.12); }

/* Case Studies */
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2rem; }
.case-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--rl); padding: 1.75rem; position: relative; overflow: hidden; }
.case-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.case-number { font-family: var(--fh); font-size: 3rem; font-weight: 900; color: var(--off-white); position: absolute; top: 1rem; right: 1.25rem; line-height: 1; }
.case-tag { display: inline-block; background: var(--orange-light); color: var(--orange); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .65rem; border-radius: 40px; margin-bottom: .85rem; }
.case-title { font-family: var(--fh); font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: .65rem; }
.case-desc { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

/* Problems grid (what we fix) */
.fix-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.fix-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--r); padding: 1.25rem 1rem; text-align: center; transition: box-shadow var(--tr), border-color var(--tr); }
.fix-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue); }
.fix-icon { width: 42px; height: 42px; background: var(--blue-light); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin: 0 auto .75rem; }
.fix-icon svg { width: 20px; height: 20px; color: var(--blue); }
.fix-title { font-family: var(--fh); font-size: .92rem; font-weight: 800; color: var(--navy); margin-bottom: .35rem; }
.fix-desc { font-size: .78rem; color: var(--gray-500); line-height: 1.5; }

/* All Services expanded grid */
.svc-full-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.svc-full-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--r); padding: 1.25rem; transition: all var(--tr); text-decoration: none; display: block; }
.svc-full-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.svc-full-title { font-family: var(--fh); font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: .4rem; }
.svc-full-desc { font-size: .8rem; color: var(--gray-500); line-height: 1.55; }
.svc-full-link { font-size: .78rem; font-weight: 700; color: var(--orange); margin-top: .65rem; display: flex; align-items: center; gap: .3rem; }

/* Why us section with image */
.why-us-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-us-img { border-radius: var(--rl); overflow: hidden; }
.why-us-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--rl); min-height: 380px; }
.why-list { display: flex; flex-direction: column; gap: 1.35rem; margin-top: 1.5rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-item-icon { width: 44px; height: 44px; background: var(--blue-light); border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: .1rem; }
.why-item-icon svg { width: 20px; height: 20px; color: var(--blue); }
.why-item-title { font-family: var(--fh); font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: .25rem; }
.why-item-desc { font-size: .87rem; color: var(--gray-500); line-height: 1.65; }

/* Emergency section enhanced */
.emg-section { background: linear-gradient(135deg, #c0210e 0%, var(--orange) 100%); padding: 80px 0; }
.emg-inner-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.emg-list { list-style: none; display: flex; flex-direction: column; gap: .65rem; margin: 1.25rem 0 2rem; }
.emg-list li { display: flex; align-items: center; gap: .75rem; font-size: .93rem; color: rgba(255,255,255,.9); font-weight: 600; }
.emg-list li svg { flex-shrink: 0; color: rgba(255,255,255,.9); width: 14px; height: 14px; }
.emg-img-box { border-radius: var(--rl); overflow: hidden; position: relative; }
.emg-img-box img { width: 100%; border-radius: var(--rl); }
.emg-img-box-placeholder { min-height: 320px; background: rgba(0,0,0,.15); border-radius: var(--rl); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.emg-24-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .38rem .9rem; border-radius: 40px; margin-bottom: 1rem; }

/* Responsive additions */
@media(max-width:1100px) {
  .ps-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-full-grid { grid-template-columns: repeat(3, 1fr); }
  .fix-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:900px) {
  .team-inner { grid-template-columns: 1fr; }
  .hard-water-inner { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .why-us-inner { grid-template-columns: 1fr; }
  .emg-inner-v2 { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .ps-grid { grid-template-columns: repeat(2, 1fr); }
  .fix-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-full-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:480px) {
  .ps-grid { grid-template-columns: 1fr; }
  .fix-grid { grid-template-columns: 1fr; }
  .svc-full-grid { grid-template-columns: 1fr; }
}
