/* ===========================================================
   Bonita Springs Plumbing Guys — "Midnight Response" design system
   Imported design, v3.1 — navy/orange, Barlow / Barlow Condensed
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700&display=swap');

:root {
  --navy: #0B1B2B;
  --navy2: #122740;
  --orange: #FF6A13;
  --orange-d: #E55500;
  --ice: #EAF2F9;
  --steel: #8BA3B8;
  --line: #1E3A57;
  --bline: #D8E2EC;
  --white: #FFFFFF;
  --ink: #16232F;
  --radius: 10px;
  --maxw: 1200px;
  --shadow: 0 12px 30px rgba(11,27,43,0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
h1, h2, h3, h4 {
  font-family: 'Barlow Condensed', Arial Narrow, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1.1;
  margin: 0 0 0.5em;
}
h1 { font-weight: 800; font-size: clamp(2rem, 4.2vw, 3.1rem); }
h2 { font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-weight: 700; font-size: 1.25rem; }
h4 { font-weight: 600; font-size: 1.05rem; }
p { margin: 0 0 1em; }
a { color: var(--navy); text-decoration: none; }

/* Visible link styling for body/prose content specifically — nav, footer,
   buttons, and cards keep their own existing color/no-underline treatment. */
.content-main p a,
.content-main li a,
.section p a,
.section li a,
.faq-answer a,
.empathy-intro a,
.solution-list a,
.scenario-card a,
.risk-card a {
  color: var(--orange-d);
  text-decoration: underline;
  text-decoration-color: rgba(229, 85, 0, 0.35);
  text-underline-offset: 2px;
}
.content-main p a:hover,
.content-main li a:hover,
.section p a:hover,
.section li a:hover,
.faq-answer a:hover,
.empathy-intro a:hover,
.solution-list a:hover,
.scenario-card a:hover,
.risk-card a:hover {
  color: var(--orange);
  text-decoration-color: var(--orange);
}
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 10px; top: -60px; background: var(--orange);
  color: var(--white); padding: 10px 16px; border-radius: 6px; z-index: 1000;
  font-weight: 600; transition: top .2s ease;
}
.skip-link:focus { top: 10px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 8px; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase;
  letter-spacing: 0.03em; font-size: 1.05rem; min-height: 44px;
  border: 2px solid transparent; cursor: pointer;
}
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--orange-d); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--steel); }
.btn-outline:hover { border-color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy2); }

/* ===== Top bar ===== */
.top-bar { background: var(--navy); color: var(--ice); font-size: 0.9rem; }
.top-bar-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 8px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.top-bar-tagline { font-weight: 500; }
.top-bar-tagline strong { color: var(--orange); }
.top-bar-cta {
  display: inline-flex; align-items: center; gap: 6px; color: var(--white);
  font-weight: 700; white-space: nowrap; min-height: 44px;
}
.top-bar-cta-icon { color: var(--orange); font-size: 1.1rem; }
@media (max-width: 600px) {
  .top-bar-tagline { display: none; }
  .top-bar-inner { justify-content: center; }
}

/* ===== Header / Nav ===== */
.site-header {
  background: var(--white); border-bottom: 1px solid var(--bline);
  position: sticky; top: 0; z-index: 100;
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; }
.brand-logo { height: 42px; width: auto; display: block; }
@media (max-width: 480px) { .brand-logo { height: 34px; } }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.main-nav a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.02em; font-size: 0.95rem; color: var(--navy); padding: 8px 2px;
}
.main-nav a:hover { color: var(--orange); }
.has-dropdown { position: relative; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 0; background: var(--white);
  border: 1px solid var(--bline); border-radius: 8px; box-shadow: var(--shadow);
  min-width: 240px; padding: 8px; z-index: 50;
}
@media (min-width: 769px) {
  .has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: block; }
}
.dropdown li { list-style: none; }
.dropdown a { display: block; padding: 8px 10px; font-size: 0.9rem; text-transform: none; letter-spacing: 0; font-weight: 500; border-radius: 6px; }
.dropdown a:hover { background: var(--ice); color: var(--orange); }

.header-phone {
  display: inline-flex; align-items: center; gap: 8px; background: var(--navy);
  color: var(--white); padding: 10px 18px; border-radius: 8px; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; min-height: 44px;
}
.header-phone-icon { color: var(--orange); font-size: 1.1rem; }
.header-phone .call-text { display: inline; }
@media (max-width: 768px) {
  .main-nav > ul { display: none; }
  .header-phone .call-text { display: none; }
  .header-phone { padding: 10px; }
}

/* ===== Mobile hamburger menu ===== */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--bline);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.dropdown-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--navy);
  font-size: 1rem;
  cursor: pointer;
  padding: 4px 10px;
  line-height: 1;
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }

  .main-nav {
    display: block;
    width: 100%;
  }
  .main-nav > ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-width: 320px;
    background: var(--white);
    box-shadow: -4px 0 24px rgba(11,27,43,0.18);
    padding: 84px 0 24px;
    overflow-y: auto;
    z-index: 99;
  }
  .main-nav.nav-open > ul { display: flex; }
  .main-nav > ul > li {
    width: 100%;
    border-bottom: 1px solid var(--bline);
  }
  .main-nav > ul > li > a {
    display: block;
    padding: 16px 24px;
    font-size: 1rem;
  }
  .has-dropdown { position: relative; display: flex; align-items: center; flex-wrap: wrap; }
  .has-dropdown > a { flex: 1; }
  .dropdown-toggle { display: block; }
  .dropdown-toggle[aria-expanded="true"] { transform: rotate(180deg); }
  .dropdown {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: var(--ice);
    padding: 8px 12px;
    min-width: 0;
  }
  .has-dropdown.dropdown-open .dropdown { display: block; }
  .dropdown a { padding: 12px 16px; }

  /* Dim page content behind the open mobile menu */
  .main-nav.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(11,27,43,0.45);
    z-index: 98;
  }
}

/* ===== Hero ===== */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); color: var(--white); padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-eyebrow {
  color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem; margin-bottom: 12px;
}
.hero h1 { color: var(--white); margin-bottom: 16px; }
.hero-sub { color: var(--steel); font-size: 1.1rem; max-width: 54ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-trust-mini { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--steel); font-size: 0.9rem; }
.hero-trust-mini span { display: flex; align-items: center; gap: 6px; }
.hero-trust-mini .check { color: var(--orange); font-weight: 800; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* ===== Gauge widget (signature component) ===== */
.gauge-card {
  background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 14px;
  padding: 24px; backdrop-filter: blur(2px);
}
.gauge-title {
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; font-weight: 700;
  letter-spacing: 0.04em; color: var(--white); font-size: 1.05rem; margin-bottom: 4px;
}
.gauge-sub { color: var(--steel); font-size: 0.85rem; margin-bottom: 18px; }
.gauge-meter { display: flex; height: 14px; border-radius: 7px; overflow: hidden; margin-bottom: 6px; }
.gauge-seg { flex: 1; }
.gauge-seg[data-level="0"] { background: #3E7A5C; }
.gauge-seg[data-level="1"] { background: #7FA84A; }
.gauge-seg[data-level="2"] { background: #E8C547; }
.gauge-seg[data-level="3"] { background: #F08A24; }
.gauge-seg[data-level="4"] { background: #E5432E; }
.gauge-labels { display: flex; justify-content: space-between; font-size: 0.65rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 16px; }
.gauge-needle-row { display: flex; align-items: center; gap: 10px; background: var(--navy); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; margin-bottom: 18px; }
.gauge-needle-icon { color: var(--orange); font-size: 1.3rem; }
.gauge-needle-text { color: var(--white); font-size: 0.92rem; font-weight: 600; }
.gauge-needle-text strong { color: var(--orange); text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.03em; }
.gauge-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gauge-stat { text-align: center; border-left: 1px solid var(--line); padding-left: 10px; }
.gauge-stat:first-child { border-left: none; padding-left: 0; }
.gauge-stat b { display: block; font-family: 'Barlow Condensed', sans-serif; color: var(--orange); font-size: 1.3rem; font-weight: 800; }
.gauge-stat span { display: block; color: var(--steel); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.03em; }

/* ===== Trust strip ===== */
.trust-strip { background: var(--ice); padding: 22px 0; border-bottom: 1px solid var(--bline); }
.trust-strip-inner { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); font-size: 0.95rem; flex: 1 1 220px; }
.trust-item .check-badge {
  width: 26px; height: 26px; border-radius: 50%; background: var(--orange); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 800; flex-shrink: 0;
}

/* ===== Sections general ===== */
.section { padding: 64px 0; }
.section-alt { background: var(--ice); }
.section-head { max-width: 700px; margin: 0 auto 40px; text-align: center; }
.section-head .eyebrow {
  color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.85rem; margin-bottom: 8px; display: block;
}
.section-head p { color: #4A5A68; }

/* ===== Service cards ===== */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--white); border: 1px solid var(--bline); border-radius: var(--radius);
  padding: 26px; transition: box-shadow .2s ease, transform .2s ease;
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-icon {
  width: 50px; height: 50px; border-radius: 10px; background: var(--ice); color: var(--orange);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 14px;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { color: #4A5A68; font-size: 0.95rem; margin-bottom: 12px; }
.service-card .card-link { color: var(--orange); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.02em; }
.view-all-wrap { text-align: center; margin-top: 32px; }

@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .service-grid { grid-template-columns: 1fr; }
}

/* ===== Stats band ===== */
.stats-band { background: var(--navy); color: var(--white); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat b { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; color: var(--orange); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.stat span { display: block; color: var(--steel); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; margin-top: 4px; }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } }

/* ===== How it works ===== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step-card { position: relative; padding: 26px 20px 20px; background: var(--white); border: 1px solid var(--bline); border-radius: var(--radius); }
.step-num {
  width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--orange);
  display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 1.1rem; margin-bottom: 14px;
}
.step-card h4 { margin-bottom: 8px; }
.step-card p { color: #4A5A68; font-size: 0.92rem; margin: 0; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps-grid { grid-template-columns: 1fr; } }

/* ===== Service areas ===== */
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-chip {
  display: block; background: var(--white); border: 1px solid var(--bline); border-radius: 8px;
  padding: 14px 16px; font-weight: 600; color: var(--navy); font-size: 0.95rem; text-align: center;
}
.area-chip:hover { border-color: var(--orange); color: var(--orange); }
@media (max-width: 900px) { .areas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== CTA band ===== */
.cta-band {
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-d) 100%);
  color: var(--white); padding: 52px 0; text-align: center;
}
.cta-band h2 { color: var(--white); margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.92); max-width: 60ch; margin: 0 auto 22px; }
.cta-band .btn-navy { background: var(--navy); }
.cta-band .btn-navy:hover { background: var(--navy2); }

/* ===== Image slots (gradient placeholders) ===== */
.img-slot {
  background: linear-gradient(135deg, var(--navy) 0%, #24425f 45%, var(--orange) 150%);
  border-radius: var(--radius); display: flex; align-items: flex-end; justify-content: flex-start;
  position: relative; overflow: hidden; width: 100%;
}
.img-slot-label {
  background: rgba(11,27,43,0.72); color: var(--white); font-size: 0.78rem; font-weight: 600;
  padding: 8px 12px; margin: 12px; border-radius: 6px; max-width: 85%;
}
.img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }

/* ===== Footer ===== */
.site-footer { background: var(--navy2); color: var(--ice); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-col h3 {
  color: var(--white); font-size: 0.95rem; letter-spacing: 0.04em; margin-bottom: 16px;
  border-bottom: 2px solid var(--orange); display: inline-block; padding-bottom: 6px;
}
.footer-logo { height: 44px; width: auto; display: block; margin-bottom: 16px; }
.footer-col p, .footer-col a { color: var(--steel); font-size: 0.92rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a:hover { color: var(--orange); }
.footer-phone { color: var(--orange); font-weight: 700; font-size: 1.05rem; }
.footer-bottom { padding: 20px 0; text-align: center; color: var(--steel); font-size: 0.82rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== Inner-page header (About/Contact/Services index/Service/Location pages) ===== */
.page-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); color: var(--white); padding: 36px 0 44px; }
.breadcrumb { font-size: 0.82rem; color: var(--steel); margin-bottom: 14px; }
.breadcrumb a { color: var(--steel); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span[aria-current] { color: var(--white); }
.page-header h1 { color: var(--white); margin-bottom: 12px; }
.page-header-intro { color: var(--steel); max-width: 70ch; font-size: 1.05rem; }
.page-header-grid { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 40px; align-items: start; }
@media (max-width: 860px) { .page-header-grid { grid-template-columns: 1fr; } }

/* Sticky sidebar CTA card (inner pages) */
.sidebar-cta {
  background: var(--navy); color: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; position: sticky; top: 90px;
}
.sidebar-cta h3, .sidebar-cta-title {
  color: var(--white); font-size: 1.1rem; margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}
.sidebar-cta .btn { width: 100%; justify-content: center; margin-bottom: 14px; }
.sidebar-cta ul { list-style: none; padding: 0; margin: 0 0 14px; }
.sidebar-cta li { padding: 6px 0 6px 22px; position: relative; color: var(--steel); font-size: 0.92rem; }
.sidebar-cta li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.sidebar-status { background: var(--navy2); border-radius: 8px; padding: 10px 12px; font-size: 0.82rem; color: var(--steel); }
.sidebar-status strong { color: var(--orange); }

/* Two-column body for service/location/about pages */
.two-col-body { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 40px; align-items: start; padding: 56px 0; }
@media (max-width: 860px) { .two-col-body { grid-template-columns: 1fr; } }
.content-main h2 { margin-top: 40px; }
.content-main h2:first-child { margin-top: 0; }
.content-main p { color: var(--ink); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--white); border: 1px solid var(--bline); border-radius: var(--radius); padding: 28px; }
.contact-card h3 { margin-bottom: 14px; }
.contact-row { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--bline); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ico { color: var(--orange); font-size: 1.2rem; flex-shrink: 0; width: 24px; }
.contact-row a { font-weight: 700; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.hours-table td { padding: 6px 0; border-bottom: 1px solid var(--bline); }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--navy); }

/* Services index groupings */
.tier-label {
  display: inline-block; background: var(--orange); color: var(--white); font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; font-size: 0.8rem; padding: 4px 12px;
  border-radius: 20px; margin-bottom: 18px;
}
.tier-label.alt { background: var(--navy); }

/* Cost factor / comparison table (visual content requirement) */
.data-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin: 20px 0; }
.data-table th { background: var(--navy); color: var(--white); text-align: left; padding: 12px 14px; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.82rem; }
.data-table td { padding: 12px 14px; border-bottom: 1px solid var(--bline); color: #3A4A58; font-size: 0.94rem; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: var(--ice); }

/* FAQ accordion (native details/summary) */
.faq-item { border: 1px solid var(--bline); border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-item summary { padding: 14px 18px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--orange); font-size: 1.3rem; font-weight: 800; }
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-answer { padding: 0 18px 16px; color: #4A5A68; }

/* FAQ index page (standard FAQ list without accordion, plain) */
.plain-faq { margin: 20px 0; }
.plain-faq h4 { margin-bottom: 6px; }
.plain-faq p { color: #4A5A68; margin-bottom: 20px; }

.mobile-sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--orange); padding: 12px 16px; text-align: center;
}
.mobile-sticky-cta a { color: var(--white); font-weight: 800; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 0.03em; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; }
@media (max-width: 768px) {
  .mobile-sticky-cta { display: block; }
  body { padding-bottom: 58px; }
}

/* ===========================================================
   v4 CRO/content additions — trust bar, signs grid, process
   steps, decision helper, why-us grid, service menu grid,
   local logistics strip. Purely additive, no existing rules touched.
   =========================================================== */
.trust-bar { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; }
.trust-bar-item { display: flex; align-items: center; gap: 8px; color: var(--steel); font-size: 0.88rem; font-weight: 600; }
.trust-bar-item .tb-icon { color: var(--orange); font-size: 1rem; }

.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 20px 0 8px; }
.sign-card { background: var(--ice); border-radius: var(--radius); padding: 18px 20px; border-left: 3px solid var(--orange); }
.sign-card h4 { margin-bottom: 6px; font-size: 1rem; }
.sign-card p { color: #4A5A68; font-size: 0.9rem; margin-bottom: 0; }
@media (max-width: 860px) { .signs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .signs-grid { grid-template-columns: 1fr; } }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 20px 0 8px; counter-reset: step; }
.process-step { position: relative; padding: 24px 18px 18px; background: var(--white); border: 1px solid var(--bline); border-radius: var(--radius); }
.process-step::before { counter-increment: step; content: counter(step); position: absolute; top: -14px; left: 18px; width: 28px; height: 28px; background: var(--orange); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1rem; }
.process-step h4 { margin: 8px 0 6px; font-size: 0.98rem; }
.process-step p { color: #4A5A68; font-size: 0.88rem; margin-bottom: 0; }
@media (max-width: 860px) { .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .process-steps { grid-template-columns: 1fr; } }

.decision-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0 8px; }
.decision-card { border-radius: var(--radius); padding: 22px 24px; border: 1px solid var(--bline); }
.decision-card.repair { border-top: 4px solid var(--steel); }
.decision-card.replace { border-top: 4px solid var(--orange); background: var(--ice); }
.decision-card h4 { margin-bottom: 10px; }
.decision-card ul { margin: 0; padding-left: 20px; color: #4A5A68; font-size: 0.92rem; }
.decision-card li { margin-bottom: 6px; }
@media (max-width: 700px) { .decision-wrap { grid-template-columns: 1fr; } }

.why-us-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; margin: 18px 0 8px; }
.why-us-item { display: flex; gap: 12px; align-items: flex-start; }
.why-us-item .wu-check { color: var(--orange); font-weight: 800; font-size: 1.1rem; line-height: 1.5; flex-shrink: 0; }
.why-us-item p { margin: 0; color: #4A5A68; font-size: 0.94rem; }
.why-us-item strong { color: var(--navy); display: block; margin-bottom: 2px; }
@media (max-width: 700px) { .why-us-grid { grid-template-columns: 1fr; } }

.service-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 8px; }
.service-menu-item { display: block; padding: 12px 16px; background: var(--white); border: 1px solid var(--bline); border-radius: 8px; font-weight: 600; font-size: 0.92rem; color: var(--navy); transition: border-color .15s, background .15s; }
.service-menu-item:hover { border-color: var(--orange); background: var(--ice); color: var(--orange-d); }
@media (max-width: 860px) { .service-menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .service-menu-grid { grid-template-columns: 1fr; } }

.logistics-strip { display: flex; flex-wrap: wrap; gap: 20px; margin: 18px 0 8px; padding: 20px 24px; background: var(--navy); border-radius: var(--radius); }
.logistics-item { flex: 1; min-width: 180px; color: var(--white); }
.logistics-item .lg-label { color: var(--steel); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; margin-bottom: 4px; }
.logistics-item .lg-value { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.15rem; }

/* ===========================================================
   v4.1 additions — empathy intro, risk cards, solution
   explainer, scenario/pattern cards. Purely additive.
   =========================================================== */
:root { --danger: #B3401F; --danger-bg: #FBEDE7; }

.empathy-intro { max-width: 800px; font-size: 1.08rem; line-height: 1.65; color: var(--ink); margin: 10px 0 24px; padding-left: 20px; border-left: 3px solid var(--orange); }
.empathy-intro strong { color: var(--navy); }

.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 20px 0 8px; }
.risk-card { background: var(--danger-bg); border-radius: var(--radius); padding: 18px 20px; border-left: 3px solid var(--danger); }
.risk-card h4 { margin-bottom: 6px; font-size: 1rem; color: var(--danger); }
.risk-card p { color: #4A3128; font-size: 0.9rem; margin-bottom: 0; }
@media (max-width: 860px) { .risk-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .risk-grid { grid-template-columns: 1fr; } }

.solution-block { background: var(--ice); border-radius: var(--radius); padding: 26px 28px; margin: 20px 0 8px; }
.solution-block p:last-child { margin-bottom: 0; }
.solution-list { list-style: none; padding: 0; margin: 14px 0 0; }
.solution-list li { padding: 8px 0 8px 30px; position: relative; font-size: 0.95rem; color: #33424F; }
.solution-list li::before { content: "→"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

.scenario-card { border: 1px solid var(--bline); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 16px; position: relative; }
.scenario-tag { display: inline-block; background: var(--navy); color: var(--white); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 4px; margin-bottom: 10px; }
.scenario-card p { color: #4A5A68; font-size: 0.95rem; margin-bottom: 0; }

/* ===========================================================
   v4.2 additions — before/after image comparison section
   =========================================================== */
.ba-section { margin: 20px 0 8px; }
.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 18px; }
.ba-pair { background: var(--white); border: 1px solid var(--bline); border-radius: var(--radius); overflow: hidden; }
.ba-images { display: grid; grid-template-columns: 1fr 1fr; }
.ba-image { position: relative; aspect-ratio: 4/3; background: var(--ice); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ba-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-image .img-slot-label { font-size: 0.72rem; padding: 0 12px; text-align: center; }
.ba-tag { position: absolute; top: 8px; left: 8px; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 10px; border-radius: 4px; color: var(--white); }
.ba-tag.before { background: var(--steel); }
.ba-tag.after { background: var(--orange); }
.ba-caption { padding: 14px 18px; }
.ba-caption h4 { font-size: 0.98rem; margin-bottom: 4px; }
.ba-caption p { font-size: 0.88rem; color: #4A5A68; margin-bottom: 0; }
@media (max-width: 700px) { .ba-grid { grid-template-columns: 1fr; } }
