/* ================================================================
   Smart Care Service — Master Stylesheet v3.0.0
   Complete clean rebuild — no duplicates, :root first.
   ================================================================ */

/* ── VARIABLES ───────────────────────────────────────────────── */
:root {
  --navy:       #0B2545;
  --navy-light: #13345E;
  --orange:     #F07B22;
  --orange-dark:#D9650F;
  --bg:         #F7F8FA;
  --white:      #FFFFFF;
  --text:       #1C2B3A;
  --muted:      #5B6B7C;
  --border:     #E3E8EE;
  --radius:     10px;
  --maxw:       1180px;
}

/* ── RESET ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html  { scroll-behavior: smooth; overflow-x: hidden; }
body  { margin: 0; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
        color: var(--text); background: var(--bg); line-height: 1.65;
        overflow-x: hidden; }
img   { max-width: 100%; display: block; }
a     { color: var(--orange-dark); }
h1,h2,h3,h4 { line-height: 1.25; }
h2    { font-size: 1.75rem; margin: 0 0 12px; color: var(--navy); }
h3    { font-size: 1.1rem;  margin: 0 0 8px;  color: var(--navy); }
h4    { font-size: .95rem;  margin: 0 0 6px;  color: var(--navy); }
p     { margin: 0 0 14px; }
ul li { margin-bottom: 6px; font-size: .95rem; }

/* ── LAYOUT ──────────────────────────────────────────────────── */
.wrap     { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section  { padding: 64px 0; }
.section-alt { background: var(--white); }
.muted    { color: var(--muted); }
.eyebrow  { display: inline-block; font-size: .75rem; font-weight: 700;
            text-transform: uppercase; letter-spacing: .06em;
            color: var(--orange-dark); background: #FFF1E5;
            padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }
.section-head { max-width: 700px; margin: 0 0 36px; }
.section-head h2 { margin-bottom: 8px; }
.req { color: #D0021B; margin-left: 2px; font-weight: 700; }

/* ── BUTTONS ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: 8px; font-weight: 700;
  font-size: .95rem; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; transition: all .2s ease;
  font-family: inherit;
}
.btn-primary  { background: var(--orange); color: #fff;
                box-shadow: 0 4px 14px rgba(240,123,34,.35); }
.btn-primary:hover  { background: var(--orange-dark); }
.btn-outline  { background: transparent; border-color: var(--white); color: var(--white); }
.btn-outline:hover  { background: rgba(255,255,255,.12); }
.btn-navy     { background: var(--navy); color: #fff; }
.btn-navy:hover     { background: var(--navy-light); }
.btn-orange-outline { background: transparent; border-color: var(--orange); color: var(--orange-dark); }

/* ── ACCESSIBILITY ───────────────────────────────────────────── */
.skip-link { position: absolute; left: -999px; top: 0;
             background: #fff; padding: 10px; z-index: 100; }
.skip-link:focus { left: 10px; }

/* ── TOPBAR ──────────────────────────────────────────────────── */
.topbar { background: var(--navy); color: #cfd9e6; font-size: .85rem; padding: 8px 0; }
.topbar .wrap { display: flex; justify-content: space-between;
                align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a   { color: #fff; text-decoration: none; font-weight: 600; }
.topbar .gst { color: #9FB3C8; }
.call-pill  { background: var(--orange); color: #fff; padding: 4px 14px;
              border-radius: 999px; font-weight: 700; text-decoration: none; font-size: .85rem; }

/* ── NAV ─────────────────────────────────────────────────────── */
nav.main { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand   { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 9px; background: var(--navy);
              display: flex; align-items: center; justify-content: center;
              color: var(--orange); font-weight: 800; font-size: 1.1rem; }
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.15rem; line-height: 1.1; }
.brand-sub  { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .04em; }
.nav-links  { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--text); font-weight: 600; font-size: .95rem; }
.nav-links a:hover, .nav-links a.active { color: var(--orange-dark); }
.nav-cta    { display: flex; gap: 10px; align-items: center; }

/* ── COMPLIANCE BANNER ───────────────────────────────────────── */
.compliance-banner { background: #FFF8E7; border-bottom: 2px solid #F0C040; padding: 12px 0; }
.compliance-banner__inner { display: flex; align-items: flex-start; gap: 12px; }
.compliance-banner__icon  { font-size: 1.1rem; flex-shrink: 0; line-height: 1.5; }
.compliance-banner p      { margin: 0; font-size: .875rem; line-height: 1.55; color: #5A4500; }
.compliance-banner strong { color: #3A2D00; }

/* ── HERO ────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 64px 0; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -120px; top: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(240,123,34,.25), transparent 70%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: 48px; align-items: center; position: relative; z-index: 1;
}
.hero h1   { color: #fff; font-size: 2.6rem; margin-bottom: 16px; }
.hero .accent { color: var(--orange); }
.hero p.lead  { color: #C9D6E5; font-size: 1.08rem; max-width: 540px; }
.hero-trust-bar {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
  color: #C9D6E5; font-size: .82rem; font-weight: 700; letter-spacing: .03em;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.badge {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #C9D6E5; font-size: .8rem; padding: 6px 12px; border-radius: 6px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }

/* ── BOOKING FORM CARD ───────────────────────────────────────── */
.book-card {
  background: #fff; border-radius: var(--radius); padding: 28px 24px;
  box-shadow: 0 12px 40px rgba(11,37,69,.18);
}
.book-card h3  { font-size: 1.2rem; margin-bottom: 4px; }
.book-card .muted { font-size: .88rem; margin-bottom: 18px; }
.form-row      { margin-bottom: 14px; }
.form-row label { display: block; font-size: .82rem; font-weight: 700;
                  color: var(--navy); margin-bottom: 6px; }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%; padding: 11px 13px; border: 1.5px solid var(--border);
  border-radius: 8px; font-size: .95rem; font-family: inherit; background: #FBFCFD;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { outline: none; border-color: var(--orange); background: #fff; }
.book-card .btn-primary  { width: 100%; justify-content: center;
                            font-size: 1.02rem; padding: 14px; }
.form-fineprint { font-size: .76rem; color: var(--muted); margin-top: 10px; text-align: center; }

/* ── TRUST STRIP ─────────────────────────────────────────────── */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid  {
  display: grid; grid-template-columns: repeat(5, 1fr);
  padding: 26px 0; text-align: center;
}
.trust-item .num { font-size: 1.35rem; font-weight: 800; color: var(--navy); }
.trust-item .lbl { font-size: .76rem; font-weight: 600; color: var(--muted); margin-top: 2px; }

/* ── SERVICES GRID ───────────────────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 20px;
  transition: box-shadow .15s ease, transform .15s ease;
}
.svc-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.svc-icon {
  width: 48px; height: 48px; border-radius: 10px; background: #FFF1E5;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 14px;
}
.svc-card h3   { font-size: 1.05rem; margin-bottom: 6px; }
.svc-card p    { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.svc-link      { font-size: .86rem; font-weight: 700; color: var(--orange-dark); text-decoration: none; }

/* ── PROBLEM TABS ────────────────────────────────────────────── */
.problem-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ptab {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--border);
  background: #fff; font-weight: 700; font-size: .88rem;
  cursor: pointer; color: var(--text); transition: background .2s, color .2s;
}
.ptab.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.panel       { display: none; }
.panel.active { display: block; }
.problem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.problem-item {
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  padding: 16px 18px; display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
}
.ptxt  { font-weight: 600; font-size: .95rem; }
.pcall { font-size: .82rem; font-weight: 700; color: var(--orange-dark);
         text-decoration: none; white-space: nowrap; }

/* ── WHY CHOOSE US ───────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-item { display: flex; align-items: flex-start; gap: 14px; }
.why-ico  {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 10px;
  background: var(--navy); color: var(--orange);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.why-item > div:last-child { min-width: 0; flex: 1; }
.why-item h3 { font-size: 1rem; margin: 0 0 4px; color: var(--navy); }
.why-item p  { font-size: .88rem; color: var(--muted); margin: 0; word-break: break-word; }

/* ── SCOPE OF SERVICE ────────────────────────────────────────── */
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.scope-col  { border-radius: var(--radius); padding: 24px 26px; }
.scope-col h3 { font-size: 1rem; margin: 0 0 14px; }
.scope-col ul { margin: 0; padding-left: 18px; }
.scope-col li { font-size: .9rem; margin-bottom: 8px; line-height: 1.5; }
.scope-yes  { background: #F0FFF8; border: 1px solid #A8DFC4; }
.scope-yes h3 { color: #1E6B45; }
.scope-yes li { color: #1A4A30; }
.scope-no   { background: #FFF5F5; border: 1px solid #F5C0C0; }
.scope-no h3  { color: #8B1A1A; }
.scope-no li  { color: #5A1212; }

/* ── PRICING ─────────────────────────────────────────────────── */
.price-ranges {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 12px;
}
.pr-item { background: var(--white); border: 1px solid var(--border);
           border-radius: var(--radius); padding: 16px 12px; text-align: center; }
.pr-icon  { font-size: 1.4rem; margin-bottom: 6px; }
.pr-label { font-size: .78rem; color: var(--muted); font-weight: 600; margin-bottom: 6px; }
.pr-range { font-size: .9rem; font-weight: 800; color: var(--navy); }
.price-range-note {
  font-size: .84rem; color: var(--muted); margin-bottom: 20px;
  padding: 10px 14px; background: #F7F8FA;
  border-radius: 8px; border-left: 3px solid var(--orange);
}
.price-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch;
                    border-radius: var(--radius); margin-bottom: 16px;
                    max-width: 100%; }
/* Bare price-table used directly on service pages — make it scroll */
.problem-block .price-table,
section .price-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.price-table      { width: 100%; border-collapse: collapse; min-width: 480px;
                    background: #fff; border: 1px solid var(--border);
                    border-radius: var(--radius); overflow: hidden; }
.price-table th,
.price-table td   { padding: 14px 18px; text-align: left;
                    border-bottom: 1px solid var(--border); font-size: .92rem; }
.price-table th   { background: var(--navy); color: #fff;
                    font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.price-table tr:last-child td { border-bottom: none; }
.price-cards  { display: none; }
.price-card   {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 18px; border-left: 4px solid var(--orange);
}
.pc-top    { display: flex; justify-content: space-between;
             align-items: flex-start; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.pc-label  { font-weight: 700; font-size: .95rem; color: var(--navy); flex: 1; min-width: 0; }
.pc-amount { font-weight: 800; font-size: .95rem; color: var(--orange-dark);
             white-space: nowrap; background: #FFF1E5;
             padding: 4px 12px; border-radius: 999px; flex-shrink: 0; }
.pc-note   { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.55; }
.price-note { margin-top: 16px; padding: 14px 18px; background: #FFF8E7;
              border-left: 3px solid var(--orange); border-radius: 8px;
              font-size: .88rem; color: #5A4500; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list  { border-top: 1px solid var(--border); }
.faq-item  { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 18px 0; font-size: 1rem; font-weight: 700; color: var(--navy);
  cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 12px; font-family: inherit;
}
.faq-q:hover { color: var(--orange-dark); }
.plus { font-size: 1.3rem; font-weight: 300; flex-shrink: 0;
        transition: transform .25s ease; }
.faq-item.open .plus  { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
}
.faq-item.open .faq-a { max-height: 500px; }
.faq-a p { margin: 0; padding: 0 0 16px; font-size: .92rem;
           color: var(--muted); line-height: 1.65; }

/* ── REVIEWS ─────────────────────────────────────────────────── */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--border);
               border-radius: var(--radius); padding: 22px; }
.stars       { color: var(--orange); font-size: .95rem; margin-bottom: 10px; letter-spacing: 2px; }
.review-card p   { font-size: .92rem; color: var(--text); margin-bottom: 14px; }
.reviewer        { font-size: .85rem; font-weight: 700; color: var(--navy); }
.reviewer span   { font-weight: 500; color: var(--muted); }
.review-cta-block {
  display: flex; align-items: center; gap: 24px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 36px; max-width: 720px; margin: 0 auto;
}
.review-cta-icon  { font-size: 3rem; flex: 0 0 auto; line-height: 1; }
.review-cta-body h3 { font-size: 1.2rem; margin: 0 0 8px; color: var(--navy); }
.review-cta-body p  { font-size: .92rem; color: var(--muted); margin: 0 0 16px; }

/* ── SERVICE AREA CHIPS ──────────────────────────────────────── */
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip  {
  background: var(--white); border: 1px solid var(--border); color: var(--text);
  padding: 8px 16px; border-radius: 999px; font-size: .86rem; font-weight: 600;
}

/* ── CTA BAND ────────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: #fff; text-align: center; padding: 48px 0;
}
.cta-band h2    { color: #fff; margin-bottom: 10px; }
.cta-band p     { color: rgba(255,255,255,.9); margin-bottom: 24px; }
.cta-actions    { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-navy    { background: var(--navy); }
.cta-band .btn-outline { border-color: #fff; color: #fff; }

/* ── CONTACT ─────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-card { background: #fff; border: 1px solid var(--border);
                border-radius: var(--radius); padding: 26px; }
.contact-row  { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.contact-row .cico {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 8px; background: #FFF1E5;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange-dark); font-size: 1rem;
}
.contact-row h4 { margin: 0 0 2px; font-size: .92rem; }
.contact-row p  { margin: 0; font-size: .92rem; color: var(--muted); }
.map-embed  { border-radius: var(--radius); overflow: hidden;
              border: 1px solid var(--border); min-height: 280px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 280px; border: 0; }

/* ── BUSINESS IDENTITY CARD ──────────────────────────────────── */
.identity-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 28px; margin: 0 0 36px;
}
.identity-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 32px;
}
.identity-item { display: flex; flex-direction: column; gap: 4px; }
.id-label { font-size: .75rem; font-weight: 700; text-transform: uppercase;
            letter-spacing: .06em; color: var(--muted); }
.id-value { font-size: .92rem; font-weight: 600; color: var(--navy); word-break: break-word; }
.id-none  { color: #1E8E5A; }

/* ── BUSINESS VERIFICATION ───────────────────────────────────── */
.biz-verify     { background: var(--white); border: 1px solid var(--border);
                  border-radius: var(--radius); padding: 24px 28px; margin: 28px 0 0; }
.biz-verify h3  { margin: 0 0 18px; font-size: 1rem; color: var(--navy); }
.biz-verify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bv-item        { display: flex; align-items: flex-start; gap: 12px;
                  padding: 12px 14px; border-radius: 8px;
                  background: #F7F8FA; border: 1px solid var(--border); }
.bv-icon        { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.bv-item strong { display: block; font-size: .88rem; color: var(--navy); margin-bottom: 2px; }
.bv-item span   { font-size: .82rem; color: var(--muted); line-height: 1.4; }

/* ── GOOGLE BUSINESS TRUST BAR ───────────────────────────────── */
.gbp-trust-bar  {
  display: flex; align-items: center; gap: 16px; background: #EEF4FF;
  border: 1px solid #C5D8F8; border-radius: var(--radius);
  padding: 16px 20px; margin: 24px 0 32px; flex-wrap: wrap;
}
.gbp-icon      { font-size: 1.6rem; flex-shrink: 0; }
.gbp-trust-bar > div { flex: 1; min-width: 180px; }
.gbp-trust-bar strong { display: block; color: var(--navy); font-size: .95rem; }
.gbp-trust-bar span   { font-size: .86rem; color: var(--muted); }

/* ── DISCLAIMER ──────────────────────────────────────────────── */
.disclaimer-box { background: #F7F8FA; border: 1px solid var(--border);
                  border-radius: var(--radius); padding: 20px 24px; }
.disclaimer-box h4 { color: var(--navy); font-size: .92rem; margin-bottom: 8px; }
.disclaimer-box p  { font-size: .85rem; color: var(--muted); margin: 0; line-height: 1.65; }

/* ── FOOTER ──────────────────────────────────────────────────── */
footer.site { background: var(--navy); color: #B9C7D8; padding: 54px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
               gap: 36px; padding-bottom: 40px; }
.footer-brand p  { color: #9FB3C8; font-size: .86rem; }
footer.site h4   { color: #fff; font-size: .88rem; font-weight: 700;
                   text-transform: uppercase; letter-spacing: .04em; margin: 0 0 16px; }
footer.site ul   { list-style: none; margin: 0; padding: 0; }
footer.site li   { margin-bottom: 10px; }
footer.site a    { color: #B9C7D8; text-decoration: none; font-size: .88rem; }
footer.site a:hover { color: var(--orange); }
.footer-contact-sm { margin-top: 14px; font-size: .86rem; }
.footer-contact-sm p { margin: 0 0 6px; color: #9FB3C8; }
.footer-contact-sm a { color: #C9D6E5; text-decoration: none; }
.footer-contact-sm a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0;
                 display: flex; justify-content: space-between;
                 flex-wrap: wrap; gap: 10px; font-size: .8rem; color: #8CA0B6; }
.footer-bottom a { color: #8CA0B6; }

/* ── MOBILE CALL BAR ─────────────────────────────────────────── */
.mobile-call-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: var(--navy);
  padding: 10px 14px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  gap: 10px;
  align-items: stretch;
  box-shadow: 0 -4px 16px rgba(0,0,0,.2);
}
.mobile-call-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 12px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  min-width: 0;
  white-space: nowrap;
}
.mc-call { background: var(--orange); color: #fff; }
.mc-wa   { background: #25D366; color: #fff; }

/* ── PAGE HERO (inner pages) ─────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 48px 0; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -120px; top: -60px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(240,123,34,.2), transparent 70%);
}
.page-hero h1  { color: #fff; font-size: 2.2rem; margin-bottom: 10px;
                 position: relative; z-index: 1; }
.page-hero p   { color: #C9D6E5; max-width: 600px; margin: 0; position: relative; z-index: 1; }
.page-hero .meta { color: #9FB3C8; font-size: .85rem; margin-top: 10px;
                   position: relative; z-index: 1; }
.breadcrumb    { color: #9FB3C8; font-size: .85rem; margin-bottom: 12px;
                 position: relative; z-index: 1; }
.breadcrumb a  { color: #C9D6E5; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }

/* ── ABOUT US / STORY ────────────────────────────────────────── */
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.story-card { background: var(--white); border: 1px solid var(--border);
              border-radius: var(--radius); padding: 26px; }
.stat-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.stat-box   { background: #F7F8FA; border-radius: 8px; padding: 16px; text-align: center; }
.stat-box .num { font-size: 1.5rem; font-weight: 800; color: var(--navy); }
.stat-box .lbl { font-size: .78rem; color: var(--muted); font-weight: 600; }
.values-grid   { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.value-card    { background: var(--white); border: 1px solid var(--border);
                 border-radius: var(--radius); padding: 22px 20px; }
.value-icon    { width: 46px; height: 46px; border-radius: 10px; background: var(--navy);
                 color: var(--orange); display: flex; align-items: center;
                 justify-content: center; font-size: 1.3rem; margin-bottom: 14px; }
.value-card h3 { font-size: 1rem; margin-bottom: 6px; }
.value-card p  { font-size: .88rem; color: var(--muted); margin: 0; }

/* ── HOW WE WORK ─────────────────────────────────────────────── */
.process-list { counter-reset: step; }
.process-step {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 20px; position: relative; padding-bottom: 34px;
}
.process-step:last-child { padding-bottom: 0; }
.process-step:not(:last-child)::before {
  content: ""; position: absolute; left: 27px; top: 56px;
  bottom: 0; width: 2px; background: var(--border);
}
.step-num {
  counter-increment: step; width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy); color: var(--orange); font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto; z-index: 1;
}
.step-num::before { content: counter(step); }
.step-body          { padding-top: 8px; }
.step-body h3       { margin-bottom: 4px; }
.step-body p        { margin: 0; font-size: .92rem; color: var(--muted); }

/* ── OTHER / RELATED SERVICES ────────────────────────────────── */
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.related-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; text-decoration: none;
  display: block; text-align: center; transition: box-shadow .15s;
}
.related-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.ricon { font-size: 1.8rem; margin-bottom: 10px; }
.related-card h3 { font-size: .95rem; margin-bottom: 6px; color: var(--navy); }
.related-card p  { font-size: .82rem; color: var(--muted); margin: 0; }

/* ── LEGAL / POLICY PAGES ────────────────────────────────────── */
.policy-wrap  { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: start; padding: 48px 0; }
.policy-body  { background: var(--white); border: 1px solid var(--border);
                border-radius: var(--radius); padding: 36px 40px; }
.policy-body h2 { font-size: 1.3rem; margin: 32px 0 10px; color: var(--navy);
                   padding-top: 16px; border-top: 1px solid var(--border); }
.policy-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.policy-body h3 { font-size: 1.05rem; margin: 22px 0 8px; color: var(--navy); }
.policy-body p  { font-size: .93rem; color: var(--text); line-height: 1.7; margin-bottom: 14px; }
.policy-body ul { padding-left: 22px; margin-bottom: 16px; }
.policy-body li { font-size: .93rem; margin-bottom: 8px; line-height: 1.65; }
.toc-card    { background: var(--white); border: 1px solid var(--border);
               border-radius: var(--radius); padding: 20px; position: sticky; top: 90px; }
.toc-card h4 { font-size: .88rem; font-weight: 700; color: var(--navy);
               text-transform: uppercase; letter-spacing: .04em; margin: 0 0 14px; }
.toc-list    { list-style: none; margin: 0; padding: 0; }
.toc-list li { margin-bottom: 8px; }
.toc-list a  { font-size: .86rem; color: var(--muted); text-decoration: none; }
.toc-list a:hover { color: var(--orange-dark); }
.contact-card-sm { background: var(--white); border: 1px solid var(--border);
                   border-radius: var(--radius); padding: 18px; margin-top: 20px; }
.contact-card-sm h4 { font-size: .88rem; color: var(--navy); margin: 0 0 8px; }
.contact-card-sm p  { font-size: .84rem; color: var(--muted); margin-bottom: 12px; }
.clink { display: block; font-size: .86rem; font-weight: 700; color: var(--navy);
         text-decoration: none; margin-bottom: 6px; }
.clink:hover { color: var(--orange-dark); }
.highlight-box { background: #EEF4FF; border: 1px solid #C5D8F8; border-radius: 8px;
                 padding: 16px 20px; margin-bottom: 24px; }
.highlight-box p { margin: 0; font-size: .93rem; color: #1a3a6e; line-height: 1.65; }
.yes-box { background: #F0FFF8; border: 1px solid #A8DFC4; border-radius: 8px; padding: 16px 20px; margin-bottom: 16px; }
.no-box  { background: #FFF5F5; border: 1px solid #F5C0C0; border-radius: 8px; padding: 16px 20px; margin-bottom: 16px; }
.yes-box h4 { color: #1E6B45; margin: 0 0 10px; }
.no-box  h4 { color: #8B1A1A; margin: 0 0 10px; }
.summary-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.summary-table th, .summary-table td { padding: 12px 16px; text-align: left;
                                        border-bottom: 1px solid var(--border); font-size: .9rem; }
.summary-table th { background: var(--navy); color: #fff; font-size: .82rem; }
.warn-box { background: #FFF8E7; border-left: 4px solid var(--orange);
            padding: 14px 18px; border-radius: 4px; font-size: .9rem;
            color: #5A4500; margin-bottom: 16px; }

/* ── SERVICE PAGES SPECIFIC ──────────────────────────────────── */
.content-wrap  { display: grid; grid-template-columns: 1fr 300px; gap: 36px; align-items: start; padding: 48px 0; }
.sidebar       { position: sticky; top: 90px; }
.sidebar-card  { background: var(--white); border: 1px solid var(--border);
                 border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.sidebar-card h4 { font-size: .9rem; font-weight: 700; color: var(--navy); margin: 0 0 14px; }
/* ── Quick contact strip (contact-us.php) ────────────────── */
.quick-strip   { background: var(--navy); padding: 0; }
.quick-grid    { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item    {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 24px 16px;
  border-right: 1px solid rgba(255,255,255,.1);
  text-decoration: none; color: #fff;
  transition: background .2s;
}
.quick-item:last-child { border-right: none; }
.quick-item:hover { background: rgba(255,255,255,.08); }
.quick-ico     { font-size: 1.6rem; margin-bottom: 8px; }
.qlabel        { font-size: .75rem; font-weight: 700; text-transform: uppercase;
                 letter-spacing: .05em; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.qvalue        { font-size: .95rem; font-weight: 700; color: #fff; word-break: break-word; }
.hero-call-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
                  border-radius: var(--radius); padding: 22px; }
.brands-grid   { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.brand-chip    { background: var(--white); border: 1px solid var(--border);
                 padding: 7px 14px; border-radius: 6px; font-size: .86rem; font-weight: 600; }

/* ── PRICING PAGE SPECIFIC ───────────────────────────────────── */
.visit-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.visit-card  { background: var(--white); border: 1px solid var(--border);
               border-radius: var(--radius); padding: 22px; }
.pricesteps  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 32px 0; }
.pricestep   { text-align: center; padding: 20px 16px; background: var(--white);
               border: 1px solid var(--border); border-radius: var(--radius); }
.ps-num      { width: 36px; height: 36px; border-radius: 50%; background: var(--navy);
               color: var(--orange); font-weight: 800; display: flex; align-items: center;
               justify-content: center; margin: 0 auto 10px; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.incl-item   { display: flex; gap: 12px; align-items: flex-start; }
.incl-item h4 { font-size: .9rem; margin: 0 0 4px; }
.incl-item p  { font-size: .84rem; color: var(--muted); margin: 0; }
.faq-pricing .faq-q { font-size: .95rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; max-width: 100%; }

/* ── ======================================================= ── */
/* ── RESPONSIVE BREAKPOINTS                                   ── */
/* ── ======================================================= ── */


/* ── LEFT SIDEBAR SPECIFIC ───────────────────────────────────── */
.sidebar .sidebar-card {
  border-left: 3px solid var(--orange);
}
.sidebar .sidebar-card h4 {
  color: var(--navy);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}
.prob-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s;
  border-left: 3px solid transparent;
}
.prob-nav a:hover {
  background: #FFF1E5;
  color: var(--orange-dk, #D9650F);
  border-left-color: var(--orange);
  padding-left: 14px;
}
.sc-detail {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .85rem;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}
.sc-detail:last-child { border-bottom: none; }
.sc-detail .ico { flex-shrink: 0; width: 18px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .svc-grid  { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid  { grid-template-columns: 1fr 1fr; }
  .quick-item   { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  .hero-grid     { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .trust-grid    { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .why-grid      { grid-template-columns: 1fr 1fr; }
  .review-grid   { grid-template-columns: 1fr; }
  .contact-grid  { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .identity-grid { grid-template-columns: 1fr 1fr; }
  .biz-verify-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid    { grid-template-columns: 1fr; }
  .story-grid    { grid-template-columns: 1fr; }
  .visit-grid    { grid-template-columns: 1fr 1fr; }
  .price-ranges  { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .price-table-wrap { display: none; }
  .price-cards      { display: grid; gap: 12px; margin-bottom: 16px; }
}

@media (max-width: 700px) {
  .mobile-call-bar { display: flex; }
  body { padding-bottom: 80px; }
  .problem-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .biz-verify-grid { grid-template-columns: 1fr; }
  .review-cta-block { flex-direction: column; text-align: center; padding: 24px; }
}

@media (max-width: 600px) {
  .policy-body { padding: 28px 22px; }
}

@media (max-width: 560px) {
  .call-pill, .brand-sub { display: none; }
  nav.main { flex-wrap: wrap; gap: 10px; }
  .svc-grid      { grid-template-columns: 1fr; }
  .trust-grid    { grid-template-columns: 1fr 1fr; }
  .why-grid      { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .identity-grid { grid-template-columns: 1fr; }
  .price-ranges  { grid-template-columns: 1fr 1fr; }
  .hero h1       { font-size: 1.9rem; }
  .pricesteps    { grid-template-columns: 1fr 1fr; }
  .included-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .values-grid   { grid-template-columns: 1fr; }
  .quick-grid    { grid-template-columns: 1fr 1fr; }
  .stat-row      { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  /* Contact page: quick strip → single column on very small phones */
  .quick-grid   { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  /* Contact card map: ensure full width */
  .map-embed { min-height: 220px; }
  .map-embed iframe { min-height: 220px; }
}

@media (max-width: 480px) {
  .related-grid  { grid-template-columns: 1fr; }
  .pricesteps    { grid-template-columns: 1fr; }
  .trust-grid    { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .policy-wrap { grid-template-columns: 1fr; }
  .toc-card    { position: static; }
}

@media (max-width: 1020px) {
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar      { position: static; }
}

/* ── ======================================================= ── */
/* ── SERVICE PAGE RULES                                       ── */
/* ── ======================================================= ── */

/* ── Typography / utilities ──────────────────────────────── */
.lead   { font-size: 1.08rem; color: #C9D6E5; max-width: 580px; margin-bottom: 16px; }
.eyebrow {
  display: inline-block; font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--orange-dark); background: #FFF1E5;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 10px;
}
.section-head { max-width: 700px; margin: 0 0 36px; }

/* ── Nav / header ────────────────────────────────────────── */
.brand      { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 9px; background: var(--navy);
              display: flex; align-items: center; justify-content: center;
              color: var(--orange); font-weight: 800; font-size: 1.1rem; }
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.15rem; line-height: 1.1; }
.brand-sub  { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .04em; }
.nav-cta    { display: flex; gap: 10px; align-items: center; }
.call-pill  { background: var(--orange); color: #fff; padding: 4px 14px;
              border-radius: 999px; font-weight: 700; text-decoration: none; font-size: .85rem; }
.footer-brand p { color: #9FB3C8; font-size: .86rem; }

/* ── Hero inner (service page 2-col hero) ────────────────── */
.hero-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.hero-call-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius); padding: 28px 24px; text-align: center;
}
.hc-icon  { font-size: 2.5rem; margin-bottom: 10px; }
.hc-label { font-size: .88rem; color: #9FB3C8; margin-bottom: 8px; }
.hc-num   { display: block; font-size: 1.4rem; font-weight: 800; color: #fff;
             text-decoration: none; margin-bottom: 6px; }
.hc-sub   { font-size: .82rem; color: #9FB3C8; }

/* ── Trust strip ─────────────────────────────────────────── */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid  { display: grid; grid-template-columns: repeat(5, 1fr);
               padding: 26px 0; text-align: center; }
.trust-item .num { font-size: 1.35rem; font-weight: 800; color: var(--navy); }
.trust-item .lbl { font-size: .76rem; font-weight: 600; color: var(--muted); margin-top: 2px; }

/* ── Sidebar ──────────────────────────────────────────────── */
.sidebar      { position: sticky; top: 90px; }
.sidebar-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px; margin-bottom: 20px;
}
.sidebar-card h4 { font-size: .9rem; font-weight: 700; color: var(--navy);
                   margin: 0 0 14px; text-transform: uppercase; letter-spacing: .04em; }
.sidebar-card .btn { display: flex; width: 100%; justify-content: center;
                      margin-bottom: 10px; font-size: .92rem; padding: 11px; }
.sc-divider   { border: none; border-top: 1px solid var(--border); margin: 16px 0; }
.sc-detail    { display: flex; align-items: flex-start; gap: 10px;
                font-size: .86rem; color: var(--text); margin-bottom: 10px; }
.sc-detail .ico { flex-shrink: 0; }
.prob-nav     { list-style: none; margin: 0; padding: 0; }
.prob-nav li  { margin-bottom: 8px; }
.prob-nav a   { font-size: .88rem; color: var(--navy); text-decoration: none; font-weight: 600; }
.prob-nav a:hover { color: var(--orange-dark); }

/* ── Problem blocks ──────────────────────────────────────── */
.problem-block {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 26px 28px; margin-bottom: 24px;
}
.section-intro-h2 { margin-bottom: 28px; }
.problem-block h2 { display: flex; align-items: flex-start; gap: 10px;
                    font-size: 1.2rem; margin-bottom: 14px; color: var(--navy);
                    flex-wrap: wrap; word-break: break-word; }
.prob-icon  { font-size: 1.3rem; display: inline-flex; align-items: center; flex-shrink: 0; }
.causes     { background: #F7F8FA; border-radius: 8px; padding: 16px 20px; margin: 14px 0; }
.causes h4  { font-size: .88rem; font-weight: 700; color: var(--navy);
              text-transform: uppercase; letter-spacing: .04em; margin: 0 0 10px; }
.causes ul  { margin: 0; padding-left: 18px; }
.causes li  { font-size: .9rem; margin-bottom: 6px; }
.prob-cta   { display: flex; align-items: center; justify-content: space-between;
              gap: 16px; flex-wrap: wrap; margin-top: 18px;
              padding-top: 16px; border-top: 1px solid var(--border); }
.ptag       { font-size: .88rem; color: var(--muted); }
.ptag strong { color: var(--navy); }

/* ── Info block (brands / pricing wrappers) ──────────────── */
.info-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 24px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: hidden;
}

/* ── Brands grid ─────────────────────────────────────────── */
.brands-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.brand-chip  { background: var(--white); border: 1px solid var(--border);
               padding: 7px 14px; border-radius: 6px; font-size: .86rem; font-weight: 600; }

/* ── Price table ─────────────────────────────────────────── */
.price-table  { width: 100%; border-collapse: collapse;
                background: #fff; border: 1px solid var(--border);
                border-radius: var(--radius); overflow: hidden; }
.price-table th,
.price-table td { padding: 14px 18px; text-align: left;
                  border-bottom: 1px solid var(--border); font-size: .92rem; }
.price-table th  { background: var(--navy); color: #fff;
                   font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.price-table tr:last-child td { border-bottom: none; }
.price-note { margin-top: 12px; padding: 12px 16px; background: #FFF8E7;
              border-left: 3px solid var(--orange); border-radius: 6px;
              font-size: .86rem; color: #5A4500; }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }

/* ── CTA actions ─────────────────────────────────────────── */
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ── Info / alert boxes ──────────────────────────────────── */
.info-box {
  background: #EEF4FF; border: 1px solid #C5D8F8; border-radius: 8px;
  padding: 16px 20px; margin-bottom: 20px; font-size: .9rem;
}
.alert-box {
  background: #FFF8E7; border-left: 4px solid var(--orange);
  padding: 14px 18px; border-radius: 4px; font-size: .9rem;
  color: #5A4500; margin-bottom: 16px;
}

/* ── Service type grid (microwave / water purifier) ──────── */
.svc-type-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.svc-type-card  { background: var(--white); border: 1px solid var(--border);
                  border-radius: var(--radius); padding: 20px; text-align: center; }
.sticon         { font-size: 2rem; margin-bottom: 8px; }
.svc-type-card h3 { font-size: .95rem; margin-bottom: 4px; color: var(--navy); }
.svc-type-card p  { font-size: .82rem; color: var(--muted); margin: 0; }

/* ── Microwave types ─────────────────────────────────────── */
.mw-types     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.mw-type-card { background: var(--white); border: 1px solid var(--border);
                border-radius: var(--radius); padding: 20px; text-align: center; }
.mticon        { font-size: 2rem; margin-bottom: 8px; }

/* ── Filter / Water purifier grid ───────────────────────── */
.filter-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.filter-card  { background: var(--white); border: 1px solid var(--border);
                border-radius: var(--radius); padding: 18px; text-align: center; }
.ficon        { font-size: 1.8rem; margin-bottom: 8px; }


/* ── ======================================================= ── */
/* ── SERVICE PAGE RESPONSIVE                                  ── */
/* ── ======================================================= ── */
@media (max-width: 1020px) {
  .content-wrap { grid-template-columns: 1fr; max-width: 100%; overflow: hidden; }
  .sidebar      { position: static; }
}
@media (max-width: 880px) {
  .hero-inner   { grid-template-columns: 1fr; }
  .trust-grid   { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .svc-type-grid { grid-template-columns: 1fr 1fr; }
  .mw-types     { grid-template-columns: 1fr 1fr; }
  .filter-grid  { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .svc-type-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .mw-types     { grid-template-columns: 1fr; }
  .filter-grid  { grid-template-columns: 1fr; }
  .prob-cta     { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .trust-grid   { grid-template-columns: 1fr 1fr; }
  .svc-type-grid { grid-template-columns: 1fr; }
  .hero-inner   { grid-template-columns: 1fr; }
  .problem-block { padding: 18px 16px; }
}
@media (max-width: 480px) {
  .trust-grid   { grid-template-columns: 1fr; }
  .brands-grid  { gap: 6px; }
  .brand-chip   { padding: 6px 10px; font-size: .8rem; }
}

/* ── ======================================================= ── */
/* ── SERVICE PAGE MOBILE FIXES                                ── */
/* ── ======================================================= ── */

@media (max-width: 560px) {

  /* Content section padding */
  .content-wrap { padding-top: 32px; padding-bottom: 32px; gap: 24px; }

  /* Problem blocks — reduce horizontal padding */
  .problem-block { padding: 18px 16px; margin-bottom: 16px; }
  .section-intro-h2 { margin-bottom: 28px; }
.problem-block h2 { font-size: 1.1rem; gap: 8px; flex-wrap: wrap; }

  /* Causes box */
  .causes { padding: 12px 14px; }
  .causes li { font-size: .86rem; }

  /* Price tag + call button — full width stack */
  .prob-cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .prob-cta .btn { width: 100%; justify-content: center; }
  .ptag { font-size: .85rem; }

  /* Brands grid — smaller chips */
  .brand-chip { padding: 6px 10px; font-size: .82rem; }

  /* Price table — reduce cell padding */
  .price-table th,
  .price-table td { padding: 10px 12px; font-size: .85rem; }

  /* Sidebar cards */
  .sidebar-card { padding: 16px; }
  .sidebar-card h4 { font-size: .85rem; }

  /* Sidebar contact details — wrap long GSTIN */
  .sc-detail { flex-wrap: wrap; font-size: .83rem; }
  .sc-detail span:last-child { word-break: break-all; }

  /* FAQ */
  .faq-q { font-size: .92rem; padding: 14px 0; }
  .faq-a p { font-size: .88rem; }

  /* Buttons inside sidebar — full width */
  .sidebar-card .btn { font-size: .88rem; padding: 11px 14px; }

  /* Section heading */
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1rem; }

}

@media (max-width: 400px) {
  /* Extra small phones */
  .problem-block { padding: 14px 12px; }
  .hero-call-card { padding: 18px 16px; }
  .hc-num { font-size: 1.15rem; }
  .brand-chip { padding: 5px 8px; font-size: .78rem; }
  .price-table th,
  .price-table td { padding: 8px 10px; font-size: .8rem; }
}

/* ================================================================
   MOBILE RESPONSIVE FIXES — All 4 Issues
   ================================================================ */

/* ── FIX 1: HAMBURGER MENU ───────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 44px; height: 44px;
  padding: 10px 8px;
  background: none; border: none; cursor: pointer;
  border-radius: 8px; border: 1.5px solid var(--border);
}
.hamburger span {
  display: block; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: all .25s ease;
}
/* Open state — X icon */
.hamburger.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 768px) {

  /* Show hamburger, hide desktop elements */
  .hamburger   { display: flex; }
  .call-pill   { display: none; }
  .nav-cta .btn { display: none; }

  /* Mobile nav drawer */
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    border-top: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    flex-direction: column;
    padding: 12px 20px 20px;
    gap: 0;
    z-index: 200;
    margin: 0;
    list-style: none;
  }
  .nav-links.nav-open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--border); }
  .nav-links li:last-child { border-bottom: none; }
  .nav-links a {
    display: block;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    min-height: 44px;
    line-height: 16px;
  }

  /* Position header for absolute nav */
  header.site { position: relative; }

  /* Topbar — stack on mobile */
  .topbar .wrap { flex-direction: column; gap: 4px; font-size: .78rem; text-align: center; }
}

/* ── FIX 2: PRICING TABLE — scrollable on mobile ─────────────── */
@media (max-width: 640px) {
  /* Wrap any raw table in a scroll container */
  .problem-block .price-table,
  .section .price-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 100%;
    border-radius: var(--radius);
  }
  .price-table th,
  .price-table td {
    padding: 10px 14px;
    font-size: .85rem;
    white-space: normal;
    min-width: 100px;
  }
  .price-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }
}

/* ── FIX 3: PROB-CTA — stack on mobile, hide inline buttons ──── */
@media (max-width: 640px) {
  /* Stack price tag + button vertically */
  .prob-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 14px;
  }
  /* Hide the inline Call Now button — mobile bar handles calls */
  .prob-cta .btn {
    display: none;
  }
  /* Show price tag full width */
  .ptag {
    font-size: .9rem;
    line-height: 1.5;
  }
  /* Add a single compact call link under price tag */
  .prob-cta::after {
    content: "📞 Call to Book — " attr(data-phone);
    display: block;
    text-align: center;
    font-size: .88rem;
    font-weight: 700;
    color: var(--orange-dark);
    padding: 10px;
    border: 1.5px solid var(--orange);
    border-radius: 8px;
  }
}

/* ── FIX 4: BRAND GRID — responsive auto-fit ─────────────────── */
.brands-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
  width: 100%;
}
.brand-chip {
  text-align: center;
  padding: 10px 8px;
  font-size: .85rem;
  font-weight: 700;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  word-break: break-word;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── CONTENT-WRAP: mobile spacing ────────────────────────────── */
@media (max-width: 640px) {
  .content-wrap    { padding: 28px 0; gap: 20px; }
  .problem-block   { padding: 16px 14px; margin-bottom: 14px; }
  .section-intro-h2 { margin-bottom: 28px; }
.problem-block h2 { font-size: 1.1rem; flex-wrap: wrap; gap: 6px; }
  .causes          { padding: 12px 14px; }
  .causes li       { font-size: .87rem; }
  .section-head    { margin-bottom: 20px; }

  /* Sidebar full width */
  .sidebar-card    { padding: 16px; }
  .sidebar-card .btn { width: 100%; justify-content: center; }

  /* Section general */
  .section         { padding: 36px 0; }
  h2               { font-size: 1.35rem; }
  h3               { font-size: 1rem; }

  /* Hero on mobile */
  .page-hero       { padding: 28px 0; }
  .hero-inner      { grid-template-columns: 1fr; gap: 20px; }
  .hero-call-card  { padding: 16px; text-align: center; }
  .hero h1,
  .page-hero h1    { font-size: 1.65rem; }
  .hero-badges     { gap: 6px; }
  .badge           { font-size: .76rem; padding: 5px 10px; }
  .hero-actions    { gap: 10px; }
  .hero-actions .btn { flex: 1; justify-content: center; font-size: .9rem; padding: 11px 10px; }
}

@media (max-width: 400px) {
  .problem-block   { padding: 12px 10px; }
  .causes          { padding: 10px 12px; }
  .brand-chip      { font-size: .78rem; min-height: 38px; }
  .hero-actions    { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
}

/* ── Contact page extras ─────────────────────────────────── */
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 10px 12px; font-size: .9rem;
                  border-bottom: 1px solid var(--border); }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:last-child { font-weight: 600; color: var(--navy); text-align: right; }
.plain { color: inherit; text-decoration: none; }
.plain:hover { color: var(--orange-dark); }
.contact-card { background: var(--white); border: 1px solid var(--border);
                border-radius: var(--radius); padding: 22px 24px; margin-bottom: 20px; }

/* ── CRITICAL OVERFLOW PREVENTION ───────────────────────────── */
/* Ensure nothing inside .wrap can exceed viewport width */
.wrap > * { max-width: 100%; }

/* Section intro heading — wraps cleanly on mobile */
@media (max-width: 600px) {
  h1, h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  h2 { font-size: 1.4rem; }
  h1 { font-size: 1.7rem; }

  /* Force content-wrap single column at 600px too */
  .content-wrap {
    grid-template-columns: 1fr !important;
    max-width: 100%;
    overflow: hidden;
  }
  .sidebar { position: static !important; }

  /* Section heading max-width */
  .section-head { max-width: 100%; }

  /* Section intro h2 */
  .section-intro-h2 {
    font-size: 1.35rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
