/* ==========================================================================
   Littleton Water Pros - Global Styles
   Palette: White/Light Gray (base) + Navy/Royal Blue (trust) + Orange/Red (CTA)
   ========================================================================== */

:root {
  --navy: #1B365D;
  --navy-dark: #12263F;
  --blue: #0052CC;
  --blue-light: #E7F0FF;
  --orange: #FF6B00;
  --orange-dark: #E85D00;
  --red: #E02020;
  --red-dark: #C41414;

  --white: #FFFFFF;
  --gray-bg: #F8F9FA;
  --gray-100: #F1F3F5;
  --gray-200: #E4E8EC;
  --gray-300: #CFD6DD;
  --text: #1A2733;
  --text-soft: #4A5764;
  --text-muted: #6B7885;

  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(27, 54, 93, 0.08);
  --shadow: 0 8px 28px rgba(27, 54, 93, 0.12);
  --shadow-lg: 0 18px 50px rgba(27, 54, 93, 0.18);
  --maxw: 1160px;
  --header-h: 72px;
  font-synthesis: none;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }

h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
p { margin-bottom: 1rem; color: var(--text-soft); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section.tight { padding: 48px 0; }
.section.gray { background: var(--gray-bg); }
.section.navy { background: var(--navy); }
.section.navy h1, .section.navy h2, .section.navy h3 { color: #fff; }
.section.navy p { color: #C9D6E8; }

.eyebrow {
  display: inline-block; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 12px;
}
.section.navy .eyebrow { color: var(--orange); }
.lead { font-size: 1.14rem; color: var(--text-soft); max-width: 720px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 1.02rem; padding: 15px 28px; border-radius: 50px;
  cursor: pointer; border: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center; line-height: 1.1;
}
.btn:hover { transform: translateY(-2px); }
.btn-call {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff; box-shadow: 0 8px 22px rgba(224, 32, 32, 0.35);
  font-size: 1.12rem;
}
.btn-call:hover { box-shadow: 0 12px 30px rgba(224, 32, 32, 0.5); background: linear-gradient(135deg, var(--orange-dark), var(--red-dark)); }
.btn-call .num { font-size: 1.15rem; letter-spacing: 0.3px; }
.btn-outline {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7);
}
.btn-outline:hover { background: #fff; color: var(--navy); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(0,82,204,.3); }
.btn-blue:hover { background: #0047B3; }
.btn-lg { padding: 18px 38px; font-size: 1.15rem; }
.btn-full { width: 100%; }

/* Force white text + icon on every call / action button */
.btn-call, .btn-call *, .btn-blue, .btn-blue *,
.nav-call, .nav-call *, .footer-call, .footer-call *,
.sticky-call a, .sticky-call * { color: #fff !important; }

/* ---------- Top emergency bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--red), var(--orange));
  color: #fff; font-size: 0.92rem; font-weight: 600;
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 8px 20px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 800; }
.topbar .pulse { display: inline-block; width: 9px; height: 9px; background: #fff; border-radius: 50%; margin-right: 7px; animation: pulse 1.4s infinite; vertical-align: middle; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.6);} 70%{box-shadow:0 0 0 8px rgba(255,255,255,0);} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0);} }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--navy); font-size: 1.18rem; }
.brand .logo {
  width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  display: grid; place-items: center; color: #fff; font-size: 1.35rem;
}
.brand small { display: block; font-size: 0.68rem; font-weight: 600; color: var(--text-muted); letter-spacing: .04em; }
/* Real logo image in header */
.brand-logo { height: 46px; width: auto; display: block; }
@media (max-width: 820px){ .brand-logo { height: 38px; } }
@media (max-width: 400px){ .brand-logo { height: 32px; } }
/* Logo tile holding an image (footer) */
.brand .logo.has-img { background: none; padding: 0; }
.brand .logo.has-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 11px; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a:not(.nav-call) { color: var(--navy); font-weight: 700; font-size: 0.97rem; padding: 10px 13px; border-radius: 8px; }
.nav-menu a:not(.nav-call):hover { background: var(--blue-light); color: var(--blue); }

.has-drop { position: relative; }
.dropdown {
  position: absolute; top: 100%; left: auto; right: 0; background: #fff; min-width: 270px;
  box-shadow: var(--shadow); border-radius: 12px; padding: 8px; display: none; z-index: 200;
  border: 1px solid var(--gray-200);
}
.has-drop:hover .dropdown { display: block; }
.dropdown a { display: block; padding: 9px 12px; font-size: 0.9rem; border-radius: 7px; }
.dropdown-cols { grid-template-columns: 1fr 1fr; min-width: 440px; }
.has-drop:hover .dropdown-cols { display: grid; }

.nav-call {
  display: inline-flex; align-items: center; gap: 9px; margin-left: 8px;
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff; font-weight: 800; font-size: 1.08rem; padding: 12px 24px; border-radius: 50px;
  box-shadow: 0 6px 16px rgba(224,32,32,.32); white-space: nowrap; letter-spacing: .3px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.nav-call:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(224,32,32,.55); background: linear-gradient(135deg, var(--orange-dark), var(--red-dark)); color:#fff; }
.nav-call .ph { font-size: 1.22rem; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger span { width: 26px; height: 3px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(150deg, rgba(18,38,63,.92) 0%, rgba(27,54,93,.88) 45%, rgba(0,82,204,.82) 130%),
    var(--hero-img, radial-gradient(circle at 70% 30%, #24507e 0, #12263F 70%));
  background-size: cover; background-position: center;
}
/* Water line texture overlay behind hero content */
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.2' opacity='0.5'%3E%3Cpath d='M0 30 Q30 15 60 30 T120 30'/%3E%3Cpath d='M0 60 Q30 45 60 60 T120 60'/%3E%3Cpath d='M0 90 Q30 75 60 90 T120 90'/%3E%3C/g%3E%3C/svg%3E");
}
.hero > .container { position: relative; z-index: 1; }
.hero .container { position: relative; padding-top: 64px; padding-bottom: 64px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero p.lead { color: #D6E2F2; margin-bottom: 26px; }
.hero .badge-live {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25); padding: 8px 16px; border-radius: 50px;
  font-weight: 700; font-size: 0.9rem; margin-bottom: 20px; color: #fff;
}
.hero .badge-live .pulse { background: #45E08A; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-phone { margin-top: 20px; }
.hero-phone .small { font-size: 0.85rem; color: #B9C9DE; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.hero-phone .num-big {
  display: inline-flex; align-items: center; gap: 12px; font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 900; color: #fff; letter-spacing: .5px; margin-top: 4px;
}
.hero-phone .num-big:hover { color: var(--orange); }

.hero-card {
  background: rgba(255,255,255,.97); border-radius: var(--radius-lg); padding: 26px;
  box-shadow: var(--shadow-lg); color: var(--text);
}
.hero-card h3 { margin-bottom: 6px; }
.hero-card .steps { list-style: none; margin-top: 14px; }
.hero-card .steps li { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--gray-200); align-items: flex-start; }
.hero-card .steps li:last-child { border-bottom: none; }
.hero-card .steps .n { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-weight: 800; display: grid; place-items: center; }
.hero-card .steps b { color: var(--navy); }
.hero-card .steps span { color: var(--text-muted); font-size: 0.9rem; }

/* ---------- Trust badges ---------- */
.trustbar { background: #fff; border-bottom: 1px solid var(--gray-200); }
.trustbar .container { display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: center; padding: 18px 20px; }
.trust-item { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.trust-item .ic { color: var(--blue); font-size: 1.15rem; }

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

/* ---------- Service cards ---------- */
.svc-card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column; height: 100%;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue); }
.svc-card .ic {
  width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue-light), #fff); font-size: 1.7rem; margin-bottom: 15px;
  border: 1px solid var(--gray-200);
}
.svc-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.svc-card p { font-size: 0.96rem; margin-bottom: 14px; }
.svc-card .go { margin-top: auto; font-weight: 800; color: var(--blue); font-size: 0.95rem; }
.svc-card:hover .go { color: var(--orange); }

/* ---------- Service cards v2 (image + badge + overlapping icon) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; }
@media (max-width: 900px){ .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .svc-grid { grid-template-columns: 1fr; } }
.svc-card2 { position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.svc-card2:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--blue); }
.svc-card2 .img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.svc-card2 .img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.svc-card2:hover .img img { transform: scale(1.05); }
.svc-card2 .badge2 { position: absolute; top: 14px; left: 14px; padding: 6px 14px; border-radius: 50px; font-size: .75rem; font-weight: 800; z-index: 2; letter-spacing: .02em; }
.svc-card2 .badge2.red { background: var(--red); color: #fff; }
.svc-card2 .badge2.navy { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.svc-card2 .body2 { padding: 0 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-card2 .ico2 { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--blue), var(--navy)); display: grid; place-items: center; margin-top: -26px; margin-bottom: 14px; position: relative; z-index: 3; box-shadow: 0 6px 16px rgba(0,82,204,.35); }
.svc-card2 .ico2 svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svc-card2 h3 { font-size: 1.2rem; margin-bottom: 8px; }
.svc-card2 p { font-size: .95rem; color: var(--text-soft); margin-bottom: 16px; }
.svc-card2 .go2 { margin-top: auto; font-weight: 800; color: var(--blue); font-size: .95rem; }
.svc-card2:hover .go2 { color: var(--orange); }

/* thumbnail image area inside cards / content */
.thumb {
  width: 100%; aspect-ratio: 16/10; border-radius: 10px; margin-bottom: 15px; overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: grid; place-items: center; color: rgba(255,255,255,.85); font-weight: 700; font-size: .8rem; text-align:center; padding: 8px;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }

/* service card top image */
.svc-card .card-img {
  width: calc(100% + 48px); margin: -26px -24px 16px; aspect-ratio: 16/9; overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: grid; place-items: center; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 700; text-align: center; padding: 6px;
  border-bottom: 3px solid var(--orange);
}
.svc-card .card-img img { width: 100%; height: 100%; object-fit: cover; }

/* image gallery (3 to 4 photos per page) */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.gallery .shot {
  aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; position: relative;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: grid; place-items: center; text-align: center; padding: 10px;
  color: rgba(255,255,255,.85); font-weight: 700; font-size: .82rem; border: 1px solid var(--gray-200);
}
.gallery .shot img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 620px){ .gallery { grid-template-columns: 1fr 1fr; } }
/* 8 image grid (4 columns) */
.gallery.cols4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 820px){ .gallery.cols4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px){ .gallery.cols4 { grid-template-columns: 1fr 1fr; } }

/* local info sections (landmarks / roads / streets) */
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.local-col { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; }
.local-col .hd { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy); font-size: 1.1rem; margin-bottom: 12px; }
.local-col .hd .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; font-size: 1.1rem; }
.local-col ul { list-style: none; }
.local-col li { position: relative; padding: 7px 0 7px 24px; color: var(--text-soft); font-size: .95rem; border-bottom: 1px solid var(--gray-100); }
.local-col li:last-child { border-bottom: none; }
.local-col li::before { content: "\1F4CD"; position: absolute; left: 0; top: 7px; font-size: .8rem; }
.section.gray .local-col { border-color: var(--gray-200); }
@media (max-width: 820px){ .local-grid { grid-template-columns: 1fr; } }

/* ---------- Process steps ---------- */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-box { text-align: center; padding: 28px 20px; background: #fff; border-radius: var(--radius); border: 1px solid var(--gray-200); }
.step-box .num { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; font-size: 1.5rem; font-weight: 900; display: grid; place-items: center; }
.step-box h3 { margin-bottom: 6px; }
.step-box p { font-size: 0.95rem; margin: 0; }

/* ---------- Feature / list ---------- */
.check-list { list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 34px; color: var(--text-soft); }
.check-list li::before { content: "\2714"; position: absolute; left: 0; top: 8px; width: 22px; height: 22px; background: var(--blue-light); color: var(--blue); border-radius: 50%; font-size: 0.75rem; display: grid; place-items: center; font-weight: 900; }
.check-list.on-navy li { color: #D6E2F2; }
.check-list.on-navy li::before { background: rgba(255,255,255,.15); color: #fff; }

.info-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; }
.info-card h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--navy); }
.info-card p { color: var(--text-soft); }
.info-card .badge-num { font-size: .8rem; font-weight: 800; color: var(--orange); letter-spacing: .1em; }
/* Keep white cards readable inside navy sections (was inheriting light text) */
.section.navy .info-card h3 { color: var(--navy); }
.section.navy .info-card p { color: var(--text-soft); }

/* ---------- Split content ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split.narrow { grid-template-columns: 1.2fr .8fr; }
.prose h2 { margin-bottom: 14px; }
.prose h3 { margin: 22px 0 8px; }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 0 0 16px 2px; list-style: none; }
.prose ul li { position: relative; padding: 6px 0 6px 28px; color: var(--text-soft); }
.prose ul li::before { content: "\2714"; position: absolute; left: 0; top: 6px; color: var(--blue); font-weight: 900; }

/* ---------- FAQ ---------- */
.faq-item { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 22px; font-size: 1.05rem; font-weight: 800; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .sign { flex: 0 0 auto; font-size: 1.4rem; color: var(--blue); transition: transform .25s; }
.faq-item.open .faq-q .sign { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 500px; padding-bottom: 18px; }
.faq-a p { margin: 0; color: var(--text-soft); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; }
.stat .big { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: var(--orange); line-height: 1; }
.stat .lbl { font-weight: 700; color: #fff; margin-top: 6px; font-size: 0.95rem; }
.section:not(.navy) .stat .lbl { color: var(--navy); }

/* ---------- CTA band (bottom of pages) ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff; border-radius: var(--radius-lg); padding: 44px 40px; text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: #D6E2F2; max-width: 620px; margin: 0 auto 22px; }
.cta-band .num-big {
  display: inline-flex; align-items: center; gap: 12px; font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900; color: #fff; margin-top: 8px;
}
.cta-band .num-big:hover { color: var(--orange); }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Get estimate strip */
.estimate-strip {
  background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff;
  text-align: center; padding: 40px 24px;
}
.estimate-strip h2 { color: #fff; }
.estimate-strip p { color: #FFE8D8; }
.estimate-strip .btn { background: var(--navy); color: #fff; }
.estimate-strip .btn:hover { background: var(--navy-dark); color: #fff; }

/* Map embeds */
.map-embed { margin-top: 24px; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--gray-200); }
.map-embed iframe { width: 100%; height: 400px; border: 0; display: block; }

/* Full width map band above the footer */
.footer-map-band { background: var(--navy-dark); }
.footer-map-band .cap { text-align: center; color: #fff; font-weight: 800; font-size: 1.3rem; padding: 26px 20px 16px; }
.footer-map { border-top: 3px solid var(--orange); }
.footer-map iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- Breadcrumb ---------- */
.crumb { background: var(--gray-bg); border-bottom: 1px solid var(--gray-200); font-size: 0.88rem; }
.crumb .container { padding: 12px 20px; }
.crumb a { color: var(--text-muted); font-weight: 600; }
.crumb a:hover { color: var(--blue); }
.crumb .sep { color: var(--gray-300); margin: 0 8px; }
.crumb .current { color: var(--navy); font-weight: 700; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    linear-gradient(150deg, rgba(18,38,63,.92), rgba(27,54,93,.88) 60%, rgba(0,82,204,.82)),
    var(--hero-img, radial-gradient(circle at 75% 25%, #24507e 0, #12263F 72%));
  background-size: cover; background-position: center;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.2' opacity='0.5'%3E%3Cpath d='M0 30 Q30 15 60 30 T120 30'/%3E%3Cpath d='M0 60 Q30 45 60 60 T120 60'/%3E%3Cpath d='M0 90 Q30 75 60 90 T120 90'/%3E%3C/g%3E%3C/svg%3E");
}
.page-hero .container { padding: 54px 20px; position: relative; z-index: 1; }
.page-hero h1 { color: #fff; max-width: 820px; }
.page-hero p { color: #D6E2F2; max-width: 720px; font-size: 1.12rem; margin-top: 14px; }
.page-hero .hero-cta { margin-top: 24px; }
.page-hero .num-big { display: inline-flex; align-items: center; gap: 10px; font-size: 1.7rem; font-weight: 900; color: #fff; }
.page-hero .num-big:hover { color: var(--orange); }

/* pill chips (zips / areas) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: #fff; border: 1px solid var(--gray-200); border-radius: 50px; padding: 8px 16px; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.section.navy .chip { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #fff; }

/* review cards */
.review { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; }
.review .stars { color: #FFB400; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.review p { font-style: italic; color: var(--text-soft); }
.review .who { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.review .av { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: grid; place-items: center; }
.review .who b { color: var(--navy); display: block; font-size: 0.95rem; }
.review .who span { color: var(--text-muted); font-size: 0.82rem; }

/* ---------- Reviews section v2 (Google badge + tags + verified) ---------- */
.reviews-head { display: grid; grid-template-columns: 1.5fr .9fr; gap: 30px; align-items: center; }
@media (max-width: 820px){ .reviews-head { grid-template-columns: 1fr; } }
.reviews-head h2 { margin-bottom: 10px; }
.reviews-head h2 .accent { color: var(--blue); }
.reviews-head .lead { margin: 0; }
.gbadge { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 18px 24px; box-shadow: var(--shadow-sm); justify-self: end; }
.gbadge .gnum { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; }
.gbadge .stars { color: #FFB400; letter-spacing: 2px; font-size: 1rem; }
.gbadge .gsub { color: var(--text-muted); font-size: .82rem; margin-top: 4px; }
.gword { font-weight: 800; }
.gword span:nth-child(1){color:#4285F4} .gword span:nth-child(2){color:#EA4335} .gword span:nth-child(3){color:#FBBC05} .gword span:nth-child(4){color:#4285F4} .gword span:nth-child(5){color:#34A853} .gword span:nth-child(6){color:#EA4335}

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
@media (max-width: 900px){ .reviews-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; } }
.review2 { position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; }
.review2 .rev-top { display: flex; justify-content: space-between; align-items: flex-start; }
.review2 .stars { color: #FFB400; letter-spacing: 2px; font-size: 1.05rem; }
.review2 .qmark { font-size: 3.2rem; line-height: .5; color: var(--gray-200); font-family: Georgia, "Times New Roman", serif; }
.review2 .rev-tag { align-self: flex-start; background: var(--blue-light); color: var(--blue); font-weight: 700; font-size: .76rem; padding: 5px 13px; border-radius: 50px; margin: 12px 0 14px; }
.review2 p { color: var(--text-soft); font-size: .95rem; margin-bottom: 18px; }
.review2 .rev-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--gray-200); }
.review2 .av { width: 40px; height: 40px; border-radius: 50%; color: #fff; font-weight: 800; display: grid; place-items: center; flex: 0 0 auto; font-size: .88rem; }
.review2 .av.b1 { background: var(--blue); } .review2 .av.b2 { background: var(--orange); } .review2 .av.b3 { background: #2E9E5B; }
.review2 .rev-who { flex: 1; min-width: 0; }
.review2 .rev-who b { color: var(--navy); display: block; font-size: .92rem; }
.review2 .rev-who span { color: var(--text-muted); font-size: .8rem; }
.review2 .rev-verified { color: #2E9E5B; font-weight: 700; font-size: .78rem; white-space: nowrap; }
.review2.mid { background: var(--navy); border-color: var(--navy); }
.review2.mid .qmark { color: rgba(255,255,255,.16); }
.review2.mid .rev-tag { background: rgba(255,255,255,.12); color: #fff; }
.review2.mid p { color: #D6E2F2; }
.review2.mid .rev-foot { border-top-color: rgba(255,255,255,.15); }
.review2.mid .rev-who b { color: #fff; }
.review2.mid .rev-who span { color: #9db8dc; }
.review2.mid .rev-verified { color: #45E08A; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-dark); color: #B9C9DE; padding: 56px 0 0; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; letter-spacing: .03em; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.5fr; gap: 34px; }
.site-footer a { color: #B9C9DE; font-size: 0.92rem; }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand .brand small { color: #8FA3BC; }
.footer-brand p { color: #93A6BF; font-size: 0.93rem; }
.footer-call {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 6px;
  background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; font-weight: 800;
  padding: 12px 20px; border-radius: 50px; font-size: 1.1rem;
}
.footer-call:hover { color: #fff; transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding: 20px 0; font-size: 0.85rem; color: #7E92AD; display: flex; justify-content: space-between; align-items: center; gap: 12px 22px; flex-wrap: wrap; }
.footer-bottom a { color: #93A6BF; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a:hover { color: #fff; }

/* Footer contact (Get in Touch) block */
.footer-contact { list-style: none; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; }
.footer-contact .fic { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; margin-top: 1px; }
.footer-contact .fic svg { width: 17px; height: 17px; stroke: #9db8dc; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact .ct { min-width: 0; }
.footer-contact .ct b, .footer-contact .ct a.strong { color: #fff; font-weight: 800; display: block; font-size: 1.02rem; }
.footer-contact .ct span, .footer-contact .ct a { color: #B9C9DE; font-size: 0.92rem; }
.footer-contact .ct small { color: #8FA3BC; font-size: 0.82rem; display: block; }
@media (max-width: 620px){ .footer-bottom { justify-content: center; text-align: center; } .footer-legal { justify-content: center; } }

/* ---------- Sticky mobile call bar ---------- */
.sticky-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; display: none;
  background: linear-gradient(90deg, var(--red), var(--orange));
  box-shadow: 0 -4px 18px rgba(0,0,0,.25);
}
.sticky-call a { display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-weight: 900; font-size: 1.15rem; padding: 15px; }
.sticky-call .ph { animation: shake 1.6s infinite; }
@keyframes shake { 0%,100%{transform:rotate(0);} 10%,30%{transform:rotate(-12deg);} 20%,40%{transform:rotate(12deg);} 50%{transform:rotate(0);} }

/* ---------- Contact form page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-info .row { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 22px; }
.contact-info .row .ic { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; background: var(--blue-light); color: var(--blue); font-size: 1.4rem; display: grid; place-items: center; }
.contact-info .row b { color: var(--navy); display: block; }
.contact-info .row a, .contact-info .row span { color: var(--text-soft); }
.form-wrap { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 10px; box-shadow: var(--shadow); }
.form-wrap iframe { width: 100%; border: none; border-radius: 12px; min-height: 560px; display: block; }

/* ---------- What Happens If You Wait (timeline) ---------- */
.wait-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.wait-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); border-top: 5px solid var(--c, var(--blue)); padding: 22px; }
.wait-card .time { font-weight: 900; color: var(--c, var(--blue)); font-size: 1.02rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.wait-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.wait-card p { font-size: 0.92rem; margin: 0; }
@media (max-width: 820px){ .wait-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .wait-grid { grid-template-columns: 1fr; } }

/* ---------- Before / After project slider ---------- */
.projects { max-width: 920px; margin: 34px auto 0; position: relative; }
.ba-item { display: none; }
.ba-item.active { display: block; }
.ba-slider { position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--gray-200); --pos: 50%; touch-action: none; cursor: ew-resize; }
.ba-img { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.9); font-weight: 800; }
.ba-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { background: linear-gradient(135deg, #5b6672, #333b45); }
.ba-after { background: linear-gradient(135deg, var(--blue), var(--navy)); clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba-tag { position: absolute; top: 12px; padding: 5px 12px; border-radius: 50px; font-size: .72rem; font-weight: 800; color: #fff; background: rgba(18,38,63,.78); z-index: 3; letter-spacing: .04em; }
.ba-tag.b { right: 12px; } .ba-tag.a { left: 12px; }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: #fff; transform: translateX(-50%); z-index: 4; pointer-events: none; }
.ba-divider::after { content: "\2194"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 42px; height: 42px; background: var(--orange); color: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; box-shadow: var(--shadow); }
.ba-cap { text-align: center; font-weight: 700; color: var(--navy); margin-top: 14px; }
.ba-nav { position: absolute; top: calc(50% - 34px); transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: none; background: #fff; box-shadow: var(--shadow); color: var(--navy); font-size: 1.5rem; font-weight: 900; cursor: pointer; z-index: 6; line-height: 1; }
.ba-nav:hover { background: var(--blue); color: #fff; }
.ba-nav.prev { left: 6px; } .ba-nav.next { right: 6px; }
.ba-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.ba-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--gray-300); border: none; cursor: pointer; padding: 0; }
.ba-dot.active { background: var(--orange); }

/* Numbered steps list (first steps / insurance) */
.numlist { max-width: 820px; margin: 30px auto 0; list-style: none; counter-reset: n; }
.numlist.left { margin-left: 0; }
.numlist li { position: relative; padding: 15px 18px 15px 66px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 12px; color: var(--text-soft); }
.numlist li::before { counter-increment: n; content: counter(n); position: absolute; left: 15px; top: 14px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; font-weight: 900; display: grid; place-items: center; }
.numlist li b { color: var(--navy); }

/* legal pages */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.4rem; margin: 30px 0 10px; }
.legal h3 { font-size: 1.1rem; margin: 20px 0 8px; }
.legal p, .legal li { color: var(--text-soft); }
.legal ul { margin: 0 0 14px 20px; }

/* utilities */
.mt0{margin-top:0}.mb0{margin-bottom:0}.mt-s{margin-top:14px}.mt-m{margin-top:26px}
.text-navy{color:var(--navy)}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .split, .split.narrow, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 820px) {
  .nav-menu { position: fixed; top: var(--header-h); left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; gap: 2px; box-shadow: var(--shadow); max-height: calc(100vh - var(--header-h)); overflow-y: auto; display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 13px 14px; border-radius: 8px; }
  .has-drop .dropdown { position: static; display: block; box-shadow: none; border: none; min-width: 0; padding: 4px 0 4px 14px; background: var(--gray-bg); }
  .dropdown-cols { grid-template-columns: 1fr; min-width: 0; }
  .nav-call { display: none; }
  .hamburger { display: flex; }
  .sticky-call { display: block; }
  body { padding-bottom: 56px; }
}
@media (max-width: 620px) {
  .grid-3, .grid-4, .grid-2, .steps-row { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .cta-band { padding: 34px 22px; }
  .topbar .container { gap: 10px; font-size: .82rem; }
  .hero .container { padding-top: 44px; padding-bottom: 44px; }
}
