/* ============================================
   Missouri City Water Damage Pros — Premium v3
   Modern design system inspired by Indy Drain Pros
   ============================================ */

:root {
  --navy: #0a1f3a;
  --navy-deep: #050f1f;
  --navy-soft: #15294a;
  --accent: #0891b2;
  --accent-deep: #0e7490;
  --accent-soft: #e0f7fb;
  --accent-glow: rgba(8, 145, 178, 0.32);
  --water: #2563eb;
  --water-soft: #dbeafe;
  --emergency: #e11d48;
  --emergency-deep: #be123c;
  --emergency-glow: rgba(225, 29, 72, 0.32);
  --cream: #fdfaf6;
  --warm: #f5f1ea;
  --text: #0d1828;
  --text-muted: #4a5668;
  --text-light: #8693a3;
  --bg: #ffffff;
  --bg-soft: #fafaf7;
  --bg-card: #ffffff;
  --border: #e4e8ee;
  --border-soft: #eef1f5;
  --success: #0ea25b;
  --gold: #f5b400;
  --shadow-sm: 0 1px 3px rgba(10, 31, 58, 0.06);
  --shadow-md: 0 6px 20px rgba(10, 31, 58, 0.08);
  --shadow-lg: 0 18px 50px rgba(10, 31, 58, 0.16);
  --shadow-xl: 0 28px 80px rgba(10, 31, 58, 0.24);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --max-w: 1200px;
  --font-display: 'Bricolage Grotesque', 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--accent-deep); }
p { margin-bottom: 1em; color: var(--text); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.4em; margin-bottom: 1em; }
li { margin-bottom: 0.4em; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.4rem, 6.5vw, 4.6rem); margin-bottom: 0.5em; font-weight: 600; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); margin-bottom: 0.55em; font-weight: 600; letter-spacing: -0.03em; }
h3 { font-size: clamp(1.18rem, 2vw, 1.4rem); margin-bottom: 0.4em; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
h4 { font-size: 1.05rem; margin-bottom: 0.3em; font-weight: 600; }

.ico { width: 18px; height: 18px; display: inline-block; flex-shrink: 0; vertical-align: middle; }
.ico-star { width: 16px; height: 16px; color: var(--gold); display: inline-block; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
section { padding: 100px 0; position: relative; }
section.tight { padding: 60px 0; }
section.bg-soft { background: var(--bg-soft); }
section.bg-cream { background: var(--cream); }
section.bg-navy { background: var(--navy); color: #d9e2ec; }
section.bg-navy h2, section.bg-navy h3, section.bg-navy h4 { color: #fff; }

/* ============== Alert / Skip ============== */
.skip-link { position: absolute; left: -9999px; top: 0; padding: 8px 16px; background: var(--navy); color: #fff; z-index: 1000; }
.skip-link:focus { left: 8px; top: 8px; }
.alert-bar {
  background: linear-gradient(90deg, var(--emergency) 0%, var(--emergency-deep) 100%);
  color: #fff; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 600;
}
.alert-bar a { color: #fff; text-decoration: underline; font-weight: 700; }
.alert-bar a:hover { color: #fef2f2; }

/* ============== Header ============== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.nav-wrap, .header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 24px; padding: 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 10px; background: var(--navy);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 1.4rem; font-weight: 800;
}
.brand-text {
  font-family: var(--font-display); font-weight: 700; font-size: 1.32rem;
  color: var(--navy); letter-spacing: -0.035em; line-height: 1;
  display: flex; flex-direction: column;
}
.brand-text em, .brand-text span { color: var(--accent); font-style: normal; font-weight: 700; }
.brand-text span { font-size: 0.62rem; margin-top: 4px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.brand:hover .brand-text { color: var(--navy); }

nav ul, .nav-links { display: flex; gap: 30px; list-style: none; padding: 0; margin: 0; align-items: center; }
nav ul li, .nav-links li { margin: 0; }
nav ul a, .nav-links a {
  color: var(--text); font-weight: 500; font-size: 0.95rem;
  padding: 6px 0; position: relative;
}
nav ul a::after, .nav-links a::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s ease;
}
nav ul a:hover, .nav-links a:hover { color: var(--accent); }
nav ul a:hover::after, .nav-links a:hover::after { transform: scaleX(1); }
nav a.btn-call, nav a.btn-call::after { background: var(--emergency); }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.5rem; color: var(--navy); cursor: pointer; }

.header-cta { display: inline-flex; align-items: center; gap: 16px; }
.tel-link {
  font-weight: 700; color: var(--navy); font-size: 1.02rem;
  display: inline-flex; align-items: center; gap: 8px;
  font-feature-settings: "tnum";
}
.tel-link .ico { color: var(--accent); width: 18px; height: 18px; }
.tel-link:hover { color: var(--accent); }

/* ============== Buttons ============== */
.btn, .btn-primary, .btn-secondary, .btn-call {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 28px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.98rem;
  letter-spacing: -0.005em; text-decoration: none; border: 0;
  cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
}
.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-call:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary, .btn-accent {
  background: var(--emergency); color: #fff;
  box-shadow: 0 6px 22px var(--emergency-glow);
}
.btn-primary:hover, .btn-accent:hover {
  background: var(--emergency-deep); color: #fff;
  box-shadow: 0 12px 30px rgba(225, 29, 72, 0.45);
}
.btn-navy {
  background: var(--navy); color: #fff;
  box-shadow: 0 6px 22px rgba(10, 31, 58, 0.32);
}
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-cyan {
  background: var(--accent); color: #fff;
  box-shadow: 0 6px 22px var(--accent-glow);
}
.btn-cyan:hover { background: var(--accent-deep); color: #fff; }
.btn-secondary {
  background: transparent; color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-call { background: var(--emergency); color: #fff !important; box-shadow: 0 6px 22px var(--emergency-glow); }
.btn-arrow {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex; align-items: center; justify-content: center;
}
.btn-arrow .ico { width: 12px; height: 12px; }

/* ============== Section Heads ============== */
.section-eyebrow, .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--accent); font-family: var(--font-body);
  font-weight: 600; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.section-eyebrow::before, .eyebrow::before {
  content: ""; width: 28px; height: 1.5px; background: var(--accent); display: inline-block;
}
.section-head { text-align: center; max-width: 740px; margin: 0 auto 56px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--text-muted); font-size: 1.1rem; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head.left .section-eyebrow { justify-content: flex-start; }

.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--success);
  animation: pulse-green 2s infinite; flex-shrink: 0; display: inline-block;
}
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(14, 162, 91, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(14, 162, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(14, 162, 91, 0); }
}

/* ============== Hero ============== */
/* 404 page card hover */
.card-404:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(10,31,58,0.10); }

.hero {
  padding: 70px 0 90px; position: relative; overflow: hidden;
  background: var(--cream);
}
.hero-bg-pattern {
  position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(8, 145, 178, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(37, 99, 235, 0.05) 0%, transparent 50%);
}
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
  background-image:
    linear-gradient(rgba(10, 31, 58, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 31, 58, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid, .hero-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--navy);
  font-family: var(--font-body); font-weight: 600; font-size: 0.82rem;
  padding: 10px 18px; border-radius: 999px;
  margin-bottom: 24px; letter-spacing: 0.04em; text-transform: uppercase;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}

.hero h1 { margin-bottom: 22px; color: var(--navy); }
.hero h1 .accent { color: var(--accent); font-style: italic; font-weight: 500; }
.hero h1 .underline { position: relative; display: inline-block; }
.hero h1 .underline::after {
  content: ""; position: absolute; bottom: 0.05em; left: -2%; right: -2%;
  height: 0.18em; background: var(--accent); opacity: 0.85;
  border-radius: 2px; z-index: -1;
}
.hero p.lead, .hero .lead {
  font-size: 1.2rem; color: var(--text-muted); margin-bottom: 32px;
  line-height: 1.55; max-width: 560px;
}
.hero-cta-row, .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  font-size: 0.92rem; color: var(--text-muted);
  padding-top: 26px; border-top: 1px solid var(--border);
}
.hero-trust div, .hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.hero-trust .ico { color: var(--success); width: 16px; height: 16px; }

/* Hero visual (image card) */
.hero-illustration, .hero-visual {
  position: relative; width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  /* overflow: visible so floating cards (positioned left:-28px, right:-20px) can extend outside */
  overflow: visible;
  box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
}
.hero-illustration > img, .hero-visual > img {
  border-radius: var(--radius-xl);
}
.hero-illustration::before, .hero-visual::before {
  content: ""; position: absolute; top: -30%; right: -20%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.25) 0%, transparent 65%);
  pointer-events: none; z-index: 1;
  border-radius: 50%;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0; border-radius: var(--radius-xl); }
.hero-floating-card, .hero-floating-badge {
  position: absolute; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 16px 18px;
  display: flex; align-items: center; gap: 12px; z-index: 2;
  font-size: 14px; color: var(--navy); font-weight: 600;
}
.hero-floating-badge { bottom: 20px; left: 20px; }
.hero-card-1 { top: 28px; left: -28px; animation: float 4s ease-in-out infinite; }
.hero-card-2 { bottom: 40px; right: -20px; animation: float 4s ease-in-out infinite 1s; }
.hero-card-3 { top: 50%; right: -36px; transform: translateY(-50%); animation: float-center 4s ease-in-out infinite 2s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes float-center { 0%, 100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 8px)); } }
.hero-card-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-card-icon.water { background: var(--water-soft); color: var(--water); }
.hero-card-icon.success-soft { background: #e6f7ee; color: var(--success); }
.hero-card-icon.emergency-soft { background: #ffe4e6; color: var(--emergency); }
.hero-card-icon svg { width: 20px; height: 20px; }
.hero-card-text strong { display: block; color: var(--navy); font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; line-height: 1.1; }
.hero-card-text small { display: block; color: var(--text-muted); font-size: 0.78rem; margin-top: 2px; }
.dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 0 4px rgba(16,185,129,0.25); animation: pulse-green 2s infinite;
  display: inline-block;
}

/* ============== Page Header (inner pages) ============== */
.page-header {
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--border-soft);
}
.page-header h1 { margin-bottom: 16px; }
.page-header h1 .accent { color: var(--accent); font-style: italic; font-weight: 500; }
.page-header .lead { font-size: 1.18rem; color: var(--text-muted); max-width: 780px; }

/* ============== Marquee Ticker ============== */
.ticker-band {
  background: var(--navy); color: #fff; padding: 22px 0; overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ticker-track {
  display: flex; gap: 60px; animation: ticker 36s linear infinite; white-space: nowrap;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-display); font-weight: 500; font-size: 1.4rem;
  letter-spacing: -0.02em; color: #fff; flex-shrink: 0;
}
.ticker-item .dot { background: var(--accent); animation: none; box-shadow: none; }
.ticker-item em { color: var(--accent); font-style: normal; font-weight: 600; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============== Stats Band ============== */
.stats-band, .trust-bar {
  padding: 80px 0; background: #fff;
  border-bottom: 1px solid var(--border-soft);
  position: relative; overflow: hidden;
}
.stats-band-inner, .trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.stat-card, .trust-item {
  text-align: left; padding: 0 32px; border-right: 1px solid var(--border-soft);
}
.stat-card:first-child, .trust-item:first-child { padding-left: 0; }
.stat-card:last-child, .trust-item:last-child { border-right: 0; padding-right: 0; }
.stat-num, .trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 600; color: var(--navy);
  letter-spacing: -0.045em; line-height: 0.95;
  margin-bottom: 12px; font-feature-settings: "tnum";
}
.stat-num span, .trust-item strong span { color: var(--accent); font-size: 0.55em; font-weight: 500; margin-left: 4px; }
.stat-num sub { color: var(--accent); font-size: 0.4em; font-weight: 500; vertical-align: baseline; margin-left: 4px; }
.stat-label, .trust-item span:not(strong span) { color: var(--text-muted); font-size: 0.92rem; line-height: 1.4; letter-spacing: 0.02em; }
.trust-item strong { display: block; }
.trust-item > span { display: block; color: var(--text-muted); font-size: 0.92rem; font-weight: 400; }

/* ============== Trust badges row ============== */
.trust-badges {
  background: var(--bg-soft); padding: 36px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.trust-badges-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px; align-items: center;
}
.tb-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  transition: transform 0.2s, box-shadow 0.2s;
}
.tb-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.tb-shield {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--accent-soft); color: var(--accent);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  flex-shrink: 0;
}
.tb-text { display: flex; flex-direction: column; line-height: 1.2; }
.tb-text strong { color: var(--navy); font-size: 14px; font-weight: 700; font-family: var(--font-display); }
.tb-text span { color: var(--text-muted); font-size: 12px; }

/* ============== Cards / Bento ============== */
.services-bento, .bento-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(280px, auto); gap: 18px;
}
.bento-card, .card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; display: flex; flex-direction: column; overflow: hidden;
}
.bento-card:hover, .card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  border-color: rgba(8, 145, 178, 0.4);
}
.bento-icon, .card-icon {
  width: 56px; height: 56px; background: var(--accent-soft); color: var(--accent);
  border-radius: 14px; display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px; position: relative; z-index: 1;
  font-size: 1.6rem;
}
.bento-icon svg { width: 30px; height: 30px; }
.bento-card h3, .card h3 { margin-bottom: 12px; font-size: 1.32rem; position: relative; z-index: 1; }
.bento-card h3 a, .card h3 a { color: var(--navy); }
.bento-card h3 a:hover, .card h3 a:hover { color: var(--accent); }
.bento-card p, .card p {
  color: var(--text-muted); font-size: 0.96rem; margin-bottom: 20px;
  flex-grow: 1; position: relative; z-index: 1;
}
.bento-link, .card a.more {
  color: var(--navy); font-weight: 600; font-size: 0.92rem;
  display: inline-flex; align-items: center; gap: 8px; margin-top: auto;
  position: relative; z-index: 1;
}
.bento-link .ico, .card a.more::after {
  color: var(--accent); transition: transform 0.2s;
}
.bento-card:hover .bento-link, .card:hover a.more { color: var(--accent); }

.bento-wide { grid-column: span 3; }
.bento-md { grid-column: span 2; }
.bento-tall { grid-column: span 2; grid-row: span 2; }
.bento-sm { grid-column: span 2; }
.bento-default { grid-column: span 2; }
.bento-featured, .card.featured {
  grid-column: span 3; grid-row: span 2;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: #fff; border: 0;
}
.bento-featured::before, .card.featured::before {
  content: ""; position: absolute; top: -30%; right: -20%;
  width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.3) 0%, transparent 60%);
}
.bento-featured h3, .bento-featured h3 a,
.card.featured h3, .card.featured h3 a { color: #fff; }
.bento-featured p, .card.featured p { color: rgba(255, 255, 255, 0.78); font-size: 1.02rem; }
.bento-featured .bento-icon, .card.featured .card-icon {
  background: var(--accent); color: #fff; width: 64px; height: 64px;
}
.bento-featured h3 { font-size: 1.85rem; }
.card.featured h3 { font-size: 1.5rem; }
.bento-featured .bento-link, .card.featured a.more { color: var(--accent); font-size: 1rem; }

/* Grid utilities */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ============== Signs / Symptoms ============== */
.signs-section {
  background: var(--cream); position: relative; overflow: hidden;
}
.signs-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.signs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.sign-card {
  padding: 28px 22px; background: #fff;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative; overflow: hidden;
}
.sign-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.sign-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-deep) 100%);
}
.sign-num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 600;
  color: var(--bg-soft); -webkit-text-stroke: 1.5px var(--accent);
  line-height: 1; margin-bottom: 10px; letter-spacing: -0.04em;
}
.sign-icon {
  width: 44px; height: 44px; background: var(--accent-soft); border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); margin-bottom: 16px; font-size: 1.3rem;
}
.sign-icon .ico { width: 22px; height: 22px; }
.sign-card h3 { color: var(--navy); font-size: 1.08rem; margin-bottom: 10px; letter-spacing: -0.015em; }
.sign-card p { color: var(--text-muted); font-size: 0.93rem; line-height: 1.55; }

/* ============== Process Timeline ============== */
.process-section { background: #fff; }
.process-timeline { position: relative; padding: 40px 0; }
.process-steps, .process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  position: relative; z-index: 1;
}
.process-step { text-align: center; padding: 0 14px; }
.process-step-circle {
  width: 110px; height: 110px; border-radius: 50%;
  background: #fff; display: inline-flex; align-items: center; justify-content: center;
  position: relative; margin: 0 auto 22px;
  border: 2px solid var(--border); transition: all 0.3s;
}
.process-step:hover .process-step-circle {
  transform: scale(1.05); border-color: var(--accent);
  box-shadow: 0 10px 30px var(--accent-glow);
}
.process-step-num, .process-step .num {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600;
  background: var(--accent); color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px var(--accent-glow);
  border-radius: 50%;
}
.process-step-num {
  position: absolute; top: -8px; right: -4px;
  width: 36px; height: 36px; font-size: 1.1rem;
}
.process-step .num { width: 56px; height: 56px; font-size: 1.4rem; margin-bottom: 16px; }
.process-step-svg { width: 48px; height: 48px; color: var(--navy); }
.process-step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.process-step p { color: var(--text-muted); font-size: 0.94rem; }

/* ============== Cost / Pricing ============== */
.cost-bands { display: grid; gap: 10px; margin: 24px 0; }
.cost-band {
  display: grid; grid-template-columns: 1fr auto; gap: 16px;
  padding: 16px 22px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  align-items: center; transition: border-color 0.2s, transform 0.2s;
}
.cost-band:hover { border-color: var(--accent); transform: translateX(4px); }
.cost-band-title { font-weight: 600; color: var(--navy); font-size: 14px; font-family: var(--font-display); }
.cost-band-range {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: var(--accent); background: var(--accent-soft);
  padding: 6px 16px; border-radius: 999px; letter-spacing: -0.02em;
}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 24px; }
.price-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px 26px; transition: all 0.25s; position: relative;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.price-card.featured {
  background: linear-gradient(180deg, #fff 0%, var(--accent-soft) 100%);
  border-color: var(--accent); border-width: 2px;
}
.price-tag-corner {
  position: absolute; top: -12px; right: 20px;
  background: var(--accent); color: #fff;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 6px 14px; border-radius: 999px;
}
.price-card-label { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; font-weight: 600; }
.price-card-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.02em; }
.price-card-price { font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; color: var(--accent); letter-spacing: -0.04em; line-height: 1; margin-bottom: 6px; }
.price-card-price small { font-size: 0.55em; color: var(--text-muted); font-weight: 500; }

/* ============== Comparison ============== */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.compare-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 36px;
  position: relative; overflow: hidden;
}
.compare-card.highlight {
  border-color: var(--accent); border-width: 2px;
  background: linear-gradient(180deg, #fff 0%, var(--accent-soft) 100%);
}
.compare-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.compare-card h3 {
  color: var(--navy); margin: 0; font-size: 1.6rem;
  display: inline-flex; align-items: center; gap: 12px;
}
.badge, .pill {
  font-size: 0.68rem; background: var(--accent); color: #fff;
  padding: 4px 12px; border-radius: 999px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  display: inline-flex; align-items: center; gap: 6px;
}
.pill { background: var(--accent-soft); color: var(--accent); font-weight: 600; font-size: 0.78rem; text-transform: none; letter-spacing: 0; padding: 5px 12px; }
.pill.green { background: rgba(14,162,91,0.12); color: var(--success); }
.pill.amber { background: rgba(245,180,0,0.15); color: #b8810b; }
.pill.red { background: rgba(225,29,72,0.1); color: var(--emergency); }
.badge-mute { background: var(--bg-soft); color: var(--text-muted); border: 1px solid var(--border); }
.compare-card > p { color: var(--text-muted); font-size: 1rem; margin-bottom: 18px; }
.compare-card ul { list-style: none; padding: 0; margin: 0; }
.compare-card ul li {
  padding: 12px 0 12px 30px; border-bottom: 1px solid var(--border-soft);
  font-size: 0.96rem; color: var(--text); position: relative;
}
.compare-card ul li::before {
  content: ""; position: absolute; left: 0; top: 16px;
  width: 18px; height: 18px; background: var(--success); border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 12px 12px; background-position: center; background-repeat: no-repeat;
}
.compare-card ul li:last-child { border-bottom: 0; }

/* Plain table for service comparisons */
.compare {
  width: 100%; border-collapse: collapse;
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.compare th, .compare td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--border-soft); font-size: 14px; }
.compare th { background: var(--navy); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; font-family: var(--font-display); }
.compare tr:last-child td { border-bottom: 0; }
.compare td.yes { color: var(--success); font-weight: 700; }
.compare td.no { color: var(--emergency); font-weight: 700; }

/* ============== Areas Section ============== */
.areas-section { background: var(--cream); }
.areas-layout {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 50px; align-items: start;
}
.areas-map {
  background: var(--navy); border-radius: var(--radius-xl);
  padding: 36px 30px; position: relative; overflow: hidden;
  min-height: 460px; box-shadow: var(--shadow-lg);
}
.areas-map::before {
  content: ""; position: absolute; top: -20%; right: -20%;
  width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.18) 0%, transparent 60%);
}
.areas-map-title { font-family: var(--font-display); color: #fff; font-size: 1.1rem; font-weight: 500; margin-bottom: 4px; position: relative; letter-spacing: -0.02em; }
.areas-map-sub { color: rgba(255, 255, 255, 0.6); font-size: 0.88rem; margin-bottom: 24px; position: relative; }

.areas-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px;
}
.area-pill, .area-link {
  display: block; padding: 14px 18px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--navy); font-weight: 600; font-size: 0.92rem;
  transition: all 0.2s;
}
.area-pill:hover, .area-link:hover {
  background: var(--accent); color: #fff; border-color: var(--accent);
  transform: translateY(-2px); box-shadow: 0 6px 16px var(--accent-glow);
  text-decoration: none;
}
.area-pill small { display: block; font-size: 0.74rem; color: var(--text-light); font-weight: 400; margin-top: 2px; }
.area-pill:hover small { color: rgba(255, 255, 255, 0.8); }

/* Embed map */
.map-card {
  background: #fff; padding: 8px; border: 1px solid var(--border);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-md);
}
.map-embed {
  width: 100%; height: 420px; border: 0; border-radius: var(--radius-lg);
  display: block; overflow: hidden;
}

/* ============== Why Section ============== */
.why-section {
  background: var(--navy); color: #d9e2ec;
  position: relative; overflow: hidden;
}
.why-section::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px; pointer-events: none;
}
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.why-card {
  padding: 32px 28px; background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg);
  transition: all 0.25s; position: relative; overflow: hidden;
}
.why-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(8, 145, 178, 0.4); transform: translateY(-4px);
}
.why-card::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
  opacity: 0; transition: opacity 0.3s;
}
.why-card:hover::before { opacity: 1; }
.why-num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 600;
  color: transparent; -webkit-text-stroke: 1.5px rgba(8, 145, 178, 0.6);
  letter-spacing: -0.04em; line-height: 1; margin-bottom: 14px;
}
.why-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(8, 145, 178, 0.15); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
  font-size: 1.4rem;
}
.why-card-icon .ico { width: 24px; height: 24px; }
.why-card h3 { color: #fff; font-size: 1.18rem; margin-bottom: 10px; }
.why-card p { color: rgba(255, 255, 255, 0.7); font-size: 0.96rem; }

/* ============== Trust Strip ============== */
.trust-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px; margin-bottom: 44px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 28px 30px;
  box-shadow: var(--shadow-sm);
}
.trust-badge { display: flex; align-items: center; gap: 16px; }
.trust-badge strong { display: block; color: var(--navy); font-size: 1rem; font-weight: 700; font-family: var(--font-display); }
.trust-badge small { display: block; color: var(--text-muted); font-size: 0.82rem; margin-top: 2px; }
.trust-badge-num, .trust-badge-letter, .trust-badge-icon {
  width: 58px; height: 58px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.03em;
}
.trust-badge-num { background: var(--navy); color: #fff; font-size: 1.5rem; }
.trust-badge-letter { background: var(--gold); color: var(--navy); font-size: 1.55rem; font-weight: 700; }
.trust-badge-icon { background: var(--accent-soft); color: var(--accent); font-size: 1.3rem; }
.trust-badge-icon .ico { width: 26px; height: 26px; }
.trust-stars { display: flex; gap: 2px; margin-bottom: 2px; }

/* ============== Testimonials ============== */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px;
}
.testimonial {
  background: #fff; padding: 30px; padding-top: 36px;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  position: relative; transition: all 0.25s;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial::before {
  content: '\201C'; position: absolute; top: -10px; right: 22px;
  font-size: 5rem; line-height: 1; color: var(--accent-soft);
  font-family: Georgia, serif;
}
.testimonial-stars, .stars { display: flex; gap: 2px; margin-bottom: 16px; color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.testimonial blockquote, .testimonial-text {
  font-size: 1rem; color: var(--text); line-height: 1.65;
  margin-bottom: 20px; flex-grow: 1;
}
.testimonial cite, .testimonial-author {
  font-style: normal; font-weight: 700; color: var(--navy);
  font-size: 1rem; display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
}
.testimonial-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; flex-shrink: 0;
}
.testimonial cite div, .testimonial-author div { display: flex; flex-direction: column; }
.testimonial cite small, .testimonial-meta {
  display: block; font-weight: 500; color: var(--accent);
  font-size: 0.78rem; margin-top: 2px;
  text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-body);
}
.testimonial-name { font-weight: 700; color: var(--navy); font-size: 14px; }

/* ============== Damage timeline / risk ============== */
.risk-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-radius: var(--radius-lg); overflow: hidden;
  margin: 24px 0; box-shadow: var(--shadow-md);
}
.risk-block { padding: 24px 22px; color: #fff; }
.risk-block:nth-child(1) { background: linear-gradient(135deg, var(--success), #059669); }
.risk-block:nth-child(2) { background: linear-gradient(135deg, #f59e0b, #d97706); }
.risk-block:nth-child(3) { background: linear-gradient(135deg, #f97316, #ea580c); }
.risk-block:nth-child(4) { background: linear-gradient(135deg, var(--emergency), var(--emergency-deep)); }
.risk-block strong { display: block; font-family: var(--font-display); font-size: 14px; opacity: 0.9; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.risk-block span { display: block; font-size: 14px; line-height: 1.5; }

.act-strip {
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
  border: 1px solid #fde68a; border-radius: var(--radius-lg);
  padding: 28px 32px; margin: 24px 0;
}
.act-strip h3 { color: #d97706; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; font-size: 1.2rem; }
.act-strip ol { padding-left: 26px; margin: 0; color: var(--text); }
.act-strip li { margin-bottom: 8px; }

/* ============== Shield Grid ============== */
.shield-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;
}
.shield {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px; text-align: center; transition: transform 0.2s, box-shadow 0.2s;
}
.shield:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.shield-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  font-size: 1.6rem; margin-bottom: 14px;
}
.shield strong { display: block; color: var(--navy); font-size: 15px; margin-bottom: 4px; font-family: var(--font-display); }
.shield span { display: block; color: var(--text-muted); font-size: 13px; }

/* ============== FAQ ============== */
.faq-section { background: var(--cream); }
.faq-layout {
  display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; align-items: start;
}
.faq-side { position: sticky; top: 100px; }
.faq-side .section-eyebrow { display: inline-flex; }
.faq-side h2 { text-align: left; margin-bottom: 20px; }
.faq-side p { color: var(--text-muted); margin-bottom: 24px; }
.faq-list { counter-reset: faq-counter; }
.faq-item, .faq details {
  border: 1px solid var(--border); background: #fff;
  border-radius: var(--radius); padding: 24px 28px;
  margin-bottom: 12px; transition: all 0.25s;
}
.faq-item:hover, .faq details:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.faq-item h3 {
  color: var(--navy); font-size: 1.08rem; margin-bottom: 10px;
  display: flex; align-items: flex-start; gap: 14px; letter-spacing: -0.015em;
}
.faq-item h3::before {
  content: counter(faq-counter, decimal-leading-zero);
  counter-increment: faq-counter;
  font-family: var(--font-display);
  color: var(--accent); font-weight: 600; font-size: 0.92rem;
  flex-shrink: 0; margin-top: 4px; letter-spacing: 0.02em;
}
.faq-item p { color: var(--text-muted); font-size: 0.98rem; padding-left: 36px; }

/* Native details fallback */
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--navy);
  font-size: 1.05rem; list-style: none; position: relative;
  padding-right: 36px; font-family: var(--font-display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 0; top: -2px;
  font-size: 1.5rem; color: var(--accent); font-weight: 400;
  width: 30px; height: 30px; border-radius: 50%; background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center; line-height: 1;
  transition: transform 0.15s, background 0.15s;
}
.faq details[open] summary::after { content: '−'; background: var(--accent); color: #fff; }
.faq details[open] summary { margin-bottom: 14px; }
.faq details[open] { border-color: var(--accent); box-shadow: var(--shadow-sm); }

/* ============== Final CTA ============== */
.final-cta, .cta-strip {
  background: var(--navy); color: #fff;
  padding: 90px 0; position: relative; overflow: hidden;
  text-align: left;
}
.cta-strip { text-align: center; padding: 70px 0; }
.final-cta::before, .cta-strip::before {
  content: ""; position: absolute; top: -50%; left: -10%;
  width: 50%; height: 200%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.22) 0%, transparent 70%);
}
.final-cta::after, .cta-strip::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px; pointer-events: none;
}
.final-cta-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px;
  align-items: center; position: relative; z-index: 1;
}
.cta-strip > * { position: relative; z-index: 1; }
.final-cta h2, .cta-strip h2 {
  color: #fff; font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 18px; letter-spacing: -0.035em;
}
.final-cta p, .cta-strip p { color: rgba(255, 255, 255, 0.78); font-size: 1.12rem; margin-bottom: 32px; max-width: 620px; }
.cta-strip p { margin-left: auto; margin-right: auto; }
.final-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.final-cta-side {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.cta-mini-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius); padding: 22px 18px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-mini-stat::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  opacity: 0.5;
}
.cta-mini-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 600;
  color: #fff; letter-spacing: -0.03em; line-height: 1;
}
.cta-mini-num sup { font-size: 0.5em; color: var(--accent); margin-left: 2px; font-weight: 500; top: -0.6em; }
.cta-mini-num span { color: var(--accent); }
.cta-mini-lbl { font-size: 0.78rem; color: rgba(255, 255, 255, 0.65); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.06em; }

/* ============== Footer ============== */
.site-footer, footer.site-footer {
  background: #050f1f; color: #8a94a3;
  padding: 80px 0 32px; position: relative; overflow: hidden;
}
.site-footer::before, footer.site-footer::before {
  content: ""; position: absolute; top: 0; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 48px; position: relative;
}
.footer-col h4, footer.site-footer h4 {
  color: #fff; font-size: 0.88rem; text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 18px; font-family: var(--font-body); font-weight: 700;
}
.footer-col p, .footer-col li, .footer-col a,
footer.site-footer p, footer.site-footer li, footer.site-footer a { color: #8a94a3; font-size: 0.92rem; line-height: 1.7; }
.footer-col ul, footer.site-footer ul { list-style: none; padding: 0; }
.footer-col ul li, footer.site-footer li { margin-bottom: 8px; }
.footer-col a:hover, footer.site-footer a:hover { color: var(--accent); }
.footer-col .brand { margin-bottom: 16px; }
.footer-meta, .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 26px; display: flex; justify-content: space-between;
  font-size: 0.85rem; flex-wrap: wrap; gap: 12px; position: relative; color: #94a3b8;
}
.footer-bottom { justify-content: center; text-align: center; }
.tel-inline { font-weight: 700; color: var(--accent); white-space: nowrap; font-feature-settings: "tnum"; }

/* ============== Breadcrumbs ============== */
.breadcrumbs {
  font-size: 0.88rem; color: var(--text-muted);
  padding: 20px 0; background: var(--bg-soft);
  border-bottom: 1px solid var(--border-soft);
}
.breadcrumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.breadcrumbs li { display: inline; margin: 0; }
.breadcrumbs li + li::before { content: "›"; color: var(--text-light); margin-right: 8px; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs li:last-child { color: var(--navy); font-weight: 500; }
.breadcrumbs > .container > span { margin: 0 8px; color: var(--text-light); }

/* ============== Article body ============== */
.article { max-width: 820px; margin: 0 auto; }
.article h2 { margin-top: 2.8rem; }
.article h3 { margin-top: 2rem; }
.article ul, .article ol { padding-left: 1.5rem; margin-bottom: 1rem; color: var(--text); }
.article li { margin-bottom: 0.5rem; }
.article .lead { font-size: 1.18rem; color: var(--text-muted); }

/* ============== Forms ============== */
.form-grid { display: grid; gap: 16px; max-width: 540px; }
.form-grid label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 6px; font-size: 14px; font-family: var(--font-display); }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--border);
  border-radius: var(--radius); font-size: 15px; font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.form-grid textarea { min-height: 120px; resize: vertical; }
.form-grid button {
  padding: 16px 28px;
  background: var(--emergency); color: #fff;
  border: 0; border-radius: 999px; font-weight: 700; font-size: 1rem;
  cursor: pointer; font-family: var(--font-body);
  box-shadow: 0 6px 22px var(--emergency-glow);
  transition: all 0.2s;
}
.form-grid button:hover { background: var(--emergency-deep); transform: translateY(-2px); }

/* ============== Floating mobile call ============== */
.float-call {
  position: fixed; bottom: 18px; right: 18px; z-index: 99;
  display: none; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--emergency), var(--emergency-deep));
  color: #fff; padding: 14px 22px; border-radius: 999px;
  font-weight: 700; text-decoration: none; font-size: 15px;
  box-shadow: 0 10px 28px var(--emergency-glow); font-family: var(--font-display);
}
.float-call::before {
  content: ''; width: 10px; height: 10px; border-radius: 50%;
  background: #fff; animation: pulse-w 1.6s infinite;
}
@keyframes pulse-w { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ============== Responsive ============== */
@media (max-width: 1040px) {
  .services-bento { grid-template-columns: repeat(4, 1fr); }
  .bento-featured { grid-column: span 4; grid-row: span 1; }
  .bento-wide, .bento-md, .bento-tall, .bento-sm, .bento-default { grid-column: span 2; grid-row: auto; }
  .signs-grid { grid-template-columns: repeat(3, 1fr); }
  .areas-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-side { position: static; }
  .stats-band-inner, .trust-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stat-card, .trust-item { border-right: 0; padding: 0; }
}
@media (max-width: 900px) {
  .hero-grid, .hero-split { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { order: -1; aspect-ratio: 16/10; }
  .compare-grid { grid-template-columns: 1fr; }
  .process-steps, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .signs-grid { grid-template-columns: repeat(2, 1fr); }
  .risk-timeline { grid-template-columns: 1fr 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
/* ============================================================
   Header dropdown nav (mega-menu)
   - Desktop: hover-reveal multi-column dropdowns under Services / Service Areas
   - Mobile: accordion-style (click-toggle) inside hamburger panel
   ============================================================ */
.nav-links .has-dropdown { position: relative; }
.nav-links .nav-parent { display: inline-flex; align-items: center; cursor: pointer; }
.nav-links .nav-parent .caret {
  transition: transform 0.22s ease;
  transform: rotate(90deg);
  opacity: 0.55;
}
.nav-links .has-dropdown:hover > .nav-parent .caret,
.nav-links .has-dropdown:focus-within > .nav-parent .caret { opacity: 1; transform: rotate(-90deg); }

.nav-links .dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: -16px;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(10, 31, 58, 0.14), 0 4px 12px rgba(10, 31, 58, 0.06);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 200;
}
/* Invisible bridge so the hover doesn't drop when crossing the gap */
.nav-links .dropdown::before {
  content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px;
}
.nav-links .has-dropdown:hover > .dropdown,
.nav-links .has-dropdown:focus-within > .dropdown,
.nav-links .has-dropdown.open > .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}

/* Override the global `nav ul` flex-row — submenu items must stack vertically */
.nav-links .dropdown-list,
.dropdown-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.nav-links .dropdown-list > li,
.dropdown-list > li {
  margin: 0;
  width: 100%;
  display: block;
}
.nav-links .dropdown-list > li > a,
.dropdown-list > li > a {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--navy);
  font-size: 0.93rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-links .dropdown-list > li > a:hover,
.dropdown-list > li > a:hover { background: var(--bg-soft); color: var(--accent); }
.nav-links .dropdown-list > li > a::after,
.dropdown-list > li > a::after { display: none; }

/* ============================================================
   Hamburger menu toggle — base (hidden) state. MUST come before
   the @media (max-width:720px) block so the media query wins.
   ============================================================ */
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: 4px;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 720px) {
  /* Header: hamburger nav + icon-only tel + hidden CTA button to fit 375px */
  .alert-bar { font-size: 0.8rem; padding: 8px 12px; line-height: 1.35; }
  .alert-bar a { white-space: nowrap; }
  .site-header { position: relative; }
  nav[aria-label="Primary"] { position: static; }
  nav ul, .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 20px;
    border-bottom: 1px solid var(--border); border-top: 1px solid var(--border);
    gap: 14px; box-shadow: 0 8px 24px rgba(10, 31, 58, 0.08); z-index: 100;
  }
  nav ul.open, .nav-links.open { display: flex; }
  nav ul.open li, .nav-links.open li { width: 100%; }
  nav ul.open a, .nav-links.open a { display: block; padding: 12px 4px; font-size: 1.05rem; border-bottom: 1px solid #f0f3f8; }
  nav ul.open li:last-child a, .nav-links.open li:last-child a { border-bottom: 0; }

  /* Mobile dropdown: collapse into accordion-style nested list inside the open menu */
  .nav-links .has-dropdown .nav-parent { justify-content: space-between; width: 100%; }
  .nav-links .has-dropdown .nav-parent .caret { opacity: 1; transform: rotate(90deg); margin-left: auto; }
  .nav-links .has-dropdown.open > .nav-parent .caret { transform: rotate(-90deg); }
  .nav-links .dropdown {
    position: static; opacity: 1; visibility: hidden; transform: none;
    min-width: 0; box-shadow: none; border: 0; border-radius: 0; padding: 0;
    margin: 0; max-height: 0; overflow: hidden;
    transition: max-height 0.28s ease;
  }
  .nav-links .has-dropdown.open > .dropdown {
    visibility: visible; max-height: 600px; padding: 6px 0 10px;
  }
  .nav-links .dropdown::before { display: none; }
  .nav-links .dropdown-list > li > a { padding: 11px 18px; border-bottom: 1px solid #f0f3f8; border-radius: 0; font-size: 0.98rem; }
  .nav-links .dropdown-list > li:last-child > a { border-bottom: 0; }

  .menu-toggle { display: inline-flex; }

  .header-inner { gap: 8px; height: 64px; }
  .brand { gap: 8px; min-width: 0; }
  .brand-mark { width: 34px; height: 34px; flex-shrink: 0; }
  .brand-text { font-size: 0.98rem; line-height: 1.06; max-width: 140px; }

  .header-cta { gap: 4px; flex-wrap: nowrap; align-items: center; flex-shrink: 0; }
  .header-cta .tel-link {
    display: inline-flex; padding: 8px 10px; gap: 0; font-size: 0;
    color: transparent; min-width: 44px; min-height: 44px;
    align-items: center; justify-content: center;
  }
  .header-cta .tel-link .ico { width: 22px; height: 22px; color: var(--accent); }
  .header-cta .tel-link span { display: none; }
  .header-cta .btn { display: none; }

  /* Body sections */
  section { padding: 64px 0; }
  .hero { padding: 50px 0 110px; }
  .ticker-item { font-size: 1.1rem; }
  .services-bento { grid-template-columns: 1fr; }
  .services-bento > * { grid-column: span 1 !important; grid-row: span 1 !important; }
  .signs-grid, .process-steps, .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-meta { flex-direction: column; }
  .btn { padding: 13px 24px; font-size: 0.95rem; }
  .final-cta-side { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .stats-band-inner, .trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .trust-strip { padding: 20px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .risk-timeline { grid-template-columns: 1fr; }
  .float-call { display: inline-flex; }
  .compare { font-size: 13px; }
  .compare th, .compare td { padding: 12px 14px; }

  /* Float-call: shrink + position so it doesn't overlap hero CTA */
  .float-call {
    bottom: 14px; right: 14px;
    padding: 11px 16px; font-size: 0.88rem;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(225, 29, 72, 0.35);
  }

  /* Hero floating cards: pull them inside the image bounds on mobile so they don't clip the viewport */
  .hero-card-1 { top: 12px; left: 12px; }
  .hero-card-2 { bottom: 12px; right: 12px; }
  .hero-card-3 { top: 50%; right: 12px; transform: translateY(-50%); }
  .hero-floating-card { padding: 10px 12px; font-size: 13px; gap: 10px; }
  .hero-card-icon { width: 32px; height: 32px; }
  .hero-card-text strong { font-size: 0.86rem; }
  .hero-card-text small { font-size: 0.7rem; }

  /* ===== Final CTA section (above footer) ===== */
  .final-cta, .cta-strip {
    padding: 56px 0 80px;
    text-align: left;
  }
  .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .final-cta h2, .cta-strip h2 {
    font-size: clamp(1.6rem, 7vw, 2rem);
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .final-cta p, .cta-strip p {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 100%;
  }
  .final-cta-row {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .final-cta-row .btn,
  .final-cta-row .btn-lg {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 14px 18px;
    font-size: 1rem;
  }
  .final-cta-side {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cta-mini-stat {
    padding: 16px 12px;
  }
  .cta-mini-num {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  .cta-mini-num sup { font-size: 0.45em; }
  .cta-mini-lbl {
    font-size: 0.66rem;
    margin-top: 6px;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }

  /* Center cta-strip variant (smaller padding too) */
  .cta-strip {
    text-align: center;
    padding: 56px 0;
  }
  .cta-strip p { margin-left: auto; margin-right: auto; }
}

@media (max-width: 380px) {
  .alert-bar { font-size: 0.74rem; padding: 7px 10px; }
  .brand-text { font-size: 0.92rem; max-width: 120px; }
  .brand-mark { width: 30px; height: 30px; }
  .header-inner { padding: 0 14px; gap: 6px; height: 60px; }
  .container { padding: 0 16px; }
}

@media print {
  .site-header, .final-cta, .cta-strip, .site-footer, .ticker-band, .float-call, .alert-bar { display: none; }
  body { font-size: 11pt; }
}
