/* Big Lou's Dent Repair — custom build. Mobile-first. No frameworks. */

:root {
  --blue: #003594;
  --blue-bright: #0b4fbd;
  --blue-dark: #002263;
  --navy: #07152f;
  --navy-2: #0a214d;
  --gold: #ffd100;
  --gold-deep: #d79f00;
  --ink: #0f172a;
  --body: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 4px 14px rgba(10, 24, 56, .06);
  --shadow: 0 14px 36px rgba(10, 24, 56, .10);
  --shadow-lg: 0 30px 70px rgba(10, 24, 56, .20);
  --container: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Montserrat", var(--font);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
.hero-grid > *, .split > *, .grid > *, .footer-grid > *, .trustbar .container > * { min-width: 0; }

body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
svg { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
.mobile-only { display: none; }

h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.3rem, 8vw, 3.7rem); }
h2 { font-size: clamp(1.85rem, 5.5vw, 2.7rem); }
h3 { font-size: 1.22rem; }
p { margin-bottom: 1rem; }
strong { color: inherit; font-weight: 700; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-soft { background: var(--bg-soft); }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--display); font-weight: 800; font-size: .8rem;
  letter-spacing: .15em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 13px;
}
.on-dark .eyebrow { color: var(--gold); }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; }
.center .lead { margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 40px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 800; font-size: 1.04rem;
  padding: 16px 26px; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
  line-height: 1.15; text-align: center;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-gold { background: var(--gold); color: #1a1300; box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: #ffce3a; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.on-dark .btn-outline { color: #fff; border-color: rgba(255,255,255,.32); }
.on-dark .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-lg { padding: 18px 30px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* Reassurance line under CTAs */
.reassure { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .9rem; font-weight: 600; color: var(--muted); margin-top: 16px; }
.reassure span { display: inline-flex; align-items: center; gap: 6px; }
.reassure svg { width: 16px; height: 16px; color: #1fa463; flex: none; }
.on-dark .reassure { color: #bcd0ff; }
.on-dark .reassure svg { color: var(--gold); }
.center .reassure { justify-content: center; }

/* Top utility bar (familiar automotive trust cue) */
.topbar { background: #060c1a; color: #c8d4ef; font-size: .82rem; letter-spacing: .01em; border-bottom: 1px solid rgba(255,255,255,.05); }
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 8px 22px; flex-wrap: wrap; padding: 9px 20px; text-align: center; }
.topbar .ti { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar svg { width: 15px; height: 15px; color: var(--gold); flex: none; }
.topbar a { color: #fff; font-weight: 700; }
.topbar .sep { opacity: .3; }
.topbar .hide-sm { display: none; }
.topbar .show-sm { display: inline-flex; align-items: center; gap: 7px; }
.topbar a.ti { color: #fff; font-weight: 600; }

/* Google rating badge */
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px 8px 12px; box-shadow: var(--shadow-sm); }
.google-badge .g { width: 22px; height: 22px; flex: none; }
.google-badge .rate { font-family: var(--display); font-weight: 800; color: var(--ink); font-size: 1rem; line-height: 1; }
.google-badge .stars { color: #fbbc04; font-size: .8rem; letter-spacing: 1px; line-height: 1; }
.google-badge .txt { display: flex; flex-direction: column; gap: 3px; }
.google-badge .sub { font-size: .72rem; color: var(--muted); }
.on-dark .google-badge { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); box-shadow: none; }
.on-dark .google-badge .rate { color: #fff; }
.on-dark .google-badge .sub { color: #c4d2f2; }

/* Value strip with icons (Same-Day, Insurance, etc.) */
.usp { background: var(--navy); }
.usp .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 16px; padding: 22px 20px; }
.usp-item { display: flex; align-items: center; gap: 12px; }
.usp-item .ic { width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center; background: rgba(255,194,14,.14); color: var(--gold); }
.usp-item .ic svg { width: 21px; height: 21px; }
.usp-item b { font-family: var(--display); color: #fff; font-size: .92rem; display: block; line-height: 1.15; }
.usp-item span { font-size: .78rem; color: #aebbd9; }

/* "Works with your insurance" strip */
.insurer { text-align: center; }
.insurer .label { font-family: var(--display); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.insurer .names { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; }
.insurer .names span { font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: #9aa6bf; letter-spacing: .01em; }

/* Hero action panel */
.hero-panel { background: #fff; border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow-lg); margin-top: 22px; }
.hero-panel .ph { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.hero-panel .ph .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--blue); color: #fff; display: grid; place-items: center; flex: none; }
.hero-panel .ph .ic svg { width: 22px; height: 22px; }
.hero-panel .ph .lbl { font-size: .78rem; color: var(--muted); }
.hero-panel .ph .no { font-family: var(--display); font-weight: 800; font-size: 1.45rem; color: var(--ink); line-height: 1; }
.hero-panel .ph .no a { color: var(--ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.site-header::after { content: ""; display: block; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 72px; }
.nav .logo img { height: 44px; width: auto; }
.nav-links { display: none; align-items: center; gap: 22px; list-style: none; }
.nav-links a { font-family: var(--display); font-weight: 700; font-size: .95rem; color: var(--ink); white-space: nowrap; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-text-m { display: none; }
.nav-phone { display: none; font-family: var(--display); font-weight: 800; color: var(--blue); white-space: nowrap; }
.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: .25s; }

/* Hero */
.hero { position: relative; background: linear-gradient(165deg, #0b1c40 0%, #14306e 55%, #1a3f9c 100%); color: #fff; overflow: hidden; }
/* faint blueprint grid for texture, not a glow */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 38px 38px; mask-image: radial-gradient(120% 90% at 70% 10%, #000 30%, transparent 75%);
}
/* gold speed swoosh in a corner */
.hero::after { content: ""; position: absolute; right: -90px; bottom: -40px; width: 320px; height: 80px; background: var(--gold); transform: skewX(-22deg) rotate(-8deg); opacity: .12; border-radius: 80px; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; padding: 44px 0 56px; }
.hero h1 { color: #fff; }
.hero h1 .hl { color: var(--gold); }
.hero .lead { color: #cdd9f5; max-width: 540px; margin: 16px 0 0; }
.hero-copy .google-badge { margin: 24px 0; }
.hero-copy .hero-actions { margin-top: 4px; }
.hero-copy .reassure { margin-top: 20px; }
.est-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--display); font-weight: 700; font-size: .9rem; color: var(--blue); background: rgba(28,84,224,.07); border: 1.5px solid rgba(28,84,224,.28); border-radius: 100px; padding: 9px 18px; transition: .15s; }
.est-pill svg { width: 17px; height: 17px; flex: none; }
.est-pill:hover { background: rgba(28,84,224,.12); border-color: var(--blue); }
.est-pill.on-dark { color: #eaf1ff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.24); }
.est-pill.on-dark:hover { background: rgba(255,255,255,.15); border-color: var(--gold); color: #fff; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 8px 14px; border-radius: 100px; font-size: .86rem; font-weight: 600; color: #eaf0ff; }
.hero-badge svg { width: 15px; height: 15px; color: var(--gold); }
.hero-actions { display: flex; flex-direction: column; gap: 12px; }
.hero-proof { margin-top: 30px; }
.hero-proof figure { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 3px solid rgba(255,255,255,.12); }
.hero-proof img { width: 100%; }
.hero-tag { position: absolute; bottom: 14px; left: 14px; background: rgba(10,24,56,.9); backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,.1); color: #fff; border-radius: 14px; padding: 11px 16px 11px 12px; display: flex; align-items: center; gap: 11px; box-shadow: 0 10px 26px rgba(8,16,34,.3); }
.hero-tag-ic { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; background: rgba(255,194,14,.16); color: var(--gold); }
.hero-tag-ic svg { width: 20px; height: 20px; }
.hero-tag-txt { display: flex; flex-direction: column; gap: 2px; }
.hero-tag-txt b { font-family: var(--display); color: var(--gold); font-weight: 800; font-size: 1.02rem; line-height: 1.1; letter-spacing: -.01em; }
.hero-tag-txt span { font-family: var(--display); font-weight: 700; color: #dbe6ff; font-size: .76rem; letter-spacing: .03em; text-transform: uppercase; line-height: 1; }

/* Trust bar */
.trustbar { background: var(--navy); }
.trustbar .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 12px; padding: 26px 20px; text-align: center; }
.trust-item .n { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--gold); line-height: 1; }
.trust-item .t { display: block; margin-top: 5px; font-size: .8rem; color: #aebbd9; letter-spacing: .02em; }

/* Sections on dark */
.section-blue { background: radial-gradient(circle at 20% 20%, var(--blue) 0%, var(--blue-dark) 72%); color: #cdd9f5; }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-blue .lead { color: #b9c8ec; }

/* Live-site social video section */
.bl-section { padding: 84px 0; }
.bl-social-section { position: relative; padding: 54px 0 60px; overflow: visible; background: var(--bg-soft); }
.bl-social-container {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  background: radial-gradient(circle at 80% 20%, var(--blue) 0%, var(--blue-dark) 100%);
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 5;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.25);
  padding: 100px 60px;
  box-shadow: 0 32px 64px -16px rgba(0,0,0,.12), 0 16px 32px -8px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.1);
}
.bl-social-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.bl-social-text { text-align: left; position: relative; z-index: 2; }
.bl-social-text h2 { color: white; }
.bl-social-text p { color: #cbd5e1; }
.bl-bg-icon {
  position: absolute;
  color: #fff;
  opacity: .04;
  pointer-events: none;
  z-index: 1;
  user-select: none;
}
.bl-bg-icon svg { width: 100%; height: 100%; display: block; }
.bl-bg-icon.tiktok { width: 320px; height: 320px; top: -60px; left: -40px; transform: rotate(-15deg); }
.bl-bg-icon.fb { width: 380px; height: 380px; bottom: -80px; right: -60px; transform: rotate(15deg); }
.bl-bg-icon.ig { width: 220px; height: 220px; top: 40px; right: 25%; transform: rotate(10deg); }
.bl-bg-icon.yt { width: 200px; height: 200px; bottom: 30px; left: 35%; transform: rotate(-10deg); }
.bl-eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.bl-section-title {
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.bl-social-text h2.bl-section-title { color: white; }
.bl-social-text p.social-p {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255,255,255,.9);
  max-width: 95%;
}
.bl-btn-cta {
  background: var(--gold);
  color: #1a1300;
  border: 2px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 10px 20px -5px rgba(255,209,0,.4);
  font-family: var(--display);
  font-weight: 800;
  text-align: center;
}
.bl-btn-cta.social-cta {
  display: inline-block;
  font-size: 1.1rem;
  padding: 18px 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bl-phone-frame {
  border-radius: 36px;
  border: 12px solid #0f172a;
  box-shadow: 0 40px 80px rgba(0,0,0,.6), 0 15px 35px rgba(0,0,0,.4), inset 0 0 0 2px rgba(255,255,255,.05);
  background: #000;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  height: auto;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}
.bl-phone-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* Grids */
.grid { display: grid; gap: 18px; }
.g-2 { grid-template-columns: 1fr; }
.g-3 { grid-template-columns: 1fr; }
.g-4 { grid-template-columns: 1fr; }

/* Feature cards */
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d4ddf0; }
.icon-tile { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(160deg, #e8f0ff, #d8e6ff); color: var(--blue); margin-bottom: 16px; }
.icon-tile svg { width: 27px; height: 27px; }
.card h3 { margin-bottom: 7px; }
.card p { color: var(--muted); margin-bottom: 0; font-size: .97rem; }
.card .more { display: inline-block; margin-top: 12px; font-family: var(--display); font-weight: 700; font-size: .92rem; color: var(--blue); }

/* Steps */
.step { display: flex; gap: 16px; align-items: flex-start; }
.step .num { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: #1a1300; font-family: var(--display); font-weight: 800; font-size: 1.25rem; display: grid; place-items: center; }
.step h3 { margin-bottom: 5px; }
.section-blue .step p { color: #b9c8ec; }

/* Split */
.split { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.split-media img { border-radius: var(--radius-xl); box-shadow: var(--shadow); width: 100%; }

/* Checklist */
.checklist { list-style: none; display: grid; gap: 11px; margin: 18px 0; }
.checklist li { position: relative; padding-left: 34px; color: var(--body); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: rgba(31,164,99,.14); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231fa463' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; }
.section-blue .checklist li { color: #d7e2fb; }
.section-blue .checklist li::before { background-color: rgba(255,194,14,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc20e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }

/* Before/after gallery */
.gallery { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ba { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; }
.ba img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.ba figcaption { padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; }
.ba figcaption b { font-family: var(--display); color: var(--ink); font-size: .98rem; }
.ba figcaption span { font-size: .78rem; color: var(--gold-deep); font-weight: 700; }

/* Reviews */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.review .stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.review p { color: var(--body); margin-bottom: 10px; }
.review .who { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: .92rem; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 19px 22px; font-family: var(--display); font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 16px; height: 16px; flex: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c54e0' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .ans { padding: 0 22px 20px; color: var(--muted); }

/* Service area pills */
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.area-pill { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 11px 18px; font-family: var(--display); font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm); font-size: .95rem; }
.area-pill svg { width: 15px; height: 15px; color: var(--blue); }
a.area-pill:hover { border-color: var(--blue); color: var(--blue); }

/* CTA band */
.ctaband { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%, var(--blue) 0%, var(--blue-dark) 74%); color: #fff; border-radius: var(--radius-xl); padding: 40px 26px; text-align: center; box-shadow: var(--shadow); }
.ctaband::after { content: ""; position: absolute; right: -80px; top: -40px; width: 280px; height: 70px; background: var(--gold); opacity: .16; transform: skewX(-22deg) rotate(-10deg); border-radius: 80px; }
.ctaband h2 { color: #fff; position: relative; }
.ctaband p { color: #d7e2fb; max-width: 520px; margin: 12px auto 22px; position: relative; }
.ctaband .hero-actions { position: relative; max-width: 380px; margin: 0 auto; }

/* Interior page hero */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%, var(--blue) 0%, var(--blue-dark) 74%); color: #fff; padding: 50px 0 56px; text-align: center; }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -40px; width: 300px; height: 74px; background: var(--gold); opacity: .12; transform: skewX(-22deg) rotate(-8deg); border-radius: 80px; }
.page-hero h1 { color: #fff; position: relative; }
.page-hero p { color: #cdd9f5; max-width: 600px; margin: 12px auto 0; position: relative; }
.page-hero .hero-actions { position: relative; max-width: 380px; margin: 24px auto 0; }
.breadcrumb { font-size: .82rem; color: #93a7d6; margin-bottom: 14px; }
.breadcrumb a { color: #c4d2f2; }

/* Footer */
.site-footer { background: #081226; color: #9fadcb; padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.site-footer .flogo { height: 46px; margin-bottom: 14px; }
.site-footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.site-footer a { color: #9fadcb; display: block; margin-bottom: 9px; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px; font-size: .82rem; display: flex; flex-direction: column; gap: 8px; }

/* Sticky mobile call/text bar */
.mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: flex; gap: 9px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(10,24,56,.12); padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); }
.mobile-cta .btn { flex: 1; padding: 14px 8px; font-size: .98rem; }

.mt-l { margin-top: 36px; }

/* ---------------- Tablet+ ---------------- */
@media (min-width: 720px) {
  .section { padding: 84px 0; }
  .container { padding: 0 28px; }
  .g-2 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .g-3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .g-4 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .trustbar .container { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: 1fr 1fr; gap: 50px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-actions .btn { flex: 1 1 auto; min-width: 180px; }
  .hero-copy .hero-actions .btn { font-size: 1rem; padding: 16px 18px; white-space: nowrap; }
  .hero-copy .hero-actions .btn-gold { flex: 1.9; }
  .hero-copy .hero-actions .btn-outline { flex: 1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .mobile-cta { display: none; }
  body { padding-bottom: 0 !important; }
  .usp .container { grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 24px 20px; }
  .topbar .hide-sm { display: inline-flex; }
  .topbar .show-sm { display: none; }
  .insurer .names span { font-size: 1.25rem; }
  .hero-panel { display: none; }
}

/* desktop nav + hero split */
@media (min-width: 940px) {
  .nav-links { display: flex; }
  .nav-phone { display: inline; }
  .nav-toggle { display: none; }
  .hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 76px 0 84px; }
  .hero-proof { margin-top: 0; }
  .g-4 { grid-template-columns: repeat(4, 1fr); }
  h1 { font-size: clamp(2.8rem, 4vw, 3.7rem); }
  .bl-social-wrapper { flex-direction: row; justify-content: space-between; align-items: center; gap: 80px; padding: 20px 0; }
  .bl-social-text { flex: 1 1 auto; padding-right: 30px; }
  .bl-phone-frame { flex: 0 0 auto; max-width: 360px; transform: scale(1.1); transform-origin: center right; }
}

/* Narrow-desktop / tablet-landscape: relieve nav crowding before it wraps.
   The phone number is also in the top bar, so it's safe to drop it here. */
@media (min-width: 940px) and (max-width: 1129px) {
  .nav-phone { display: none; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: .9rem; }
}

/* Mobile nav open state */
@media (max-width: 939px) {
  .nav-cta .btn-gold { display: none; }
  .nav-cta .nav-text-m { display: inline-flex; align-items: center; justify-content: center; padding: 8px; background: none; border: 0; color: #fff; }
  .nav-cta .nav-text-m svg { width: 26px; height: 26px; }
  .nav-cta .nav-text-m:hover { color: var(--gold); }
  .nav.open .nav-links { display: flex; position: absolute; left: 0; right: 0; top: 75px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 8px 20px 18px; box-shadow: var(--shadow); border-bottom: 1px solid var(--line); }
  .nav.open .nav-links a { padding: 14px 2px; border-bottom: 1px solid var(--line); }
}

/* ============================================================
   THEME: BRAND HERO
   Dark blue masthead and hero using the live blue/gold palette.
   Scoped to .theme-light because all generated pages use that body class.
   ============================================================ */
.theme-light .site-header { background: var(--blue-dark); border-bottom-color: rgba(255,255,255,.08); box-shadow: 0 6px 22px rgba(8,18,40,.18); }
.theme-light .nav-links a { color: #e7eefc; }
.theme-light .nav-links a:hover { color: var(--gold); }
.theme-light .nav-phone { color: #fff; }
.theme-light .nav-toggle span { background: #fff; }

/* brand hero surface */
.theme-light .hero { background: radial-gradient(circle at 78% 22%, var(--blue) 0%, var(--blue-dark) 68%); color: #fff; }
.theme-light .hero::before {
  opacity: .45;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  mask-image: radial-gradient(120% 90% at 75% 0%, #000 25%, transparent 72%);
}
.theme-light .hero::after { opacity: .14; }
.theme-light .hero h1 { color: #fff; }
.theme-light .hero h1 .hl { color: var(--gold); background: none; }
.theme-light .hero .lead { color: #dbe7ff; }
.theme-light .hero .eyebrow { color: var(--gold); }

/* hero elements back to light-surface styling */
.theme-light .hero .google-badge { background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.theme-light .hero .google-badge .rate { color: var(--ink); }
.theme-light .hero .google-badge .sub { color: var(--muted); }
.theme-light .hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.34); }
.theme-light .hero .btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.theme-light .hero .reassure { color: #cbd5e1; }
.theme-light .hero .reassure svg { color: var(--gold); }
.theme-light .hero-proof figure { border-color: rgba(255,255,255,.16); box-shadow: var(--shadow-lg); }

/* compact header CTA so it never feels clunky or wraps to two rows */
.nav-cta .btn-gold { padding: 10px 18px; font-size: .9rem; border-radius: 10px; white-space: nowrap; }

/* light stats band (relocated so two 4-col grids aren't stacked) */
.trustbar.light { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar.light .n { color: var(--blue); }
.trustbar.light .t { color: var(--muted); }

/* Hero CTAs: let buttons size to their text with comfortable padding and wrap
   when space runs out, instead of being stretched/crammed onto one row. */
@media (min-width: 720px) {
  .hero-copy .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 12px; align-items: stretch; }
  .hero-copy .hero-actions .btn { flex: 0 1 auto; width: auto; min-width: 0; padding: 17px 26px; font-size: 1.02rem; white-space: nowrap; }
}

/* Hero reassurance line: keep all three on one row, even on small phones */
.hero-copy .reassure { gap: 6px 12px; font-size: .82rem; flex-wrap: nowrap; }
.hero-copy .reassure span { gap: 5px; white-space: nowrap; }
.hero-copy .reassure svg { width: 13px; height: 13px; }

/* Phones: keep the hero buttons to one line each */
@media (max-width: 719px) {
  h1 { font-size: clamp(2.1rem, 11vw, 2.7rem); }
  .mobile-only { display: block; }
  .hero-inner { padding: 42px 0 52px; }
  .hero .lead { max-width: 100%; }
  .hero-copy .hero-actions .btn { white-space: nowrap; font-size: .96rem; padding: 16px 16px; }
  .hero-copy .reassure { font-size: .8rem; gap: 6px 10px; }
  .hero-proof figure { border-radius: 22px; }
  .hero-tag { max-width: calc(100% - 28px); }
  .usp .container { grid-template-columns: 1fr; gap: 14px; }
  .usp-item b { font-size: .88rem; }
  .insurer .label { max-width: 300px; margin-left: auto; margin-right: auto; line-height: 1.4; }
  .insurer .names { gap: 10px 18px; }
  .insurer .names span { font-size: .98rem; }
  .bl-social-section { padding: 34px 0 42px; }
  .bl-social-container { border-radius: 24px; padding: 60px 20px; width: calc(100% - 32px); }
  .bl-social-text { text-align: center; }
  .bl-social-text p.social-p { max-width: 100%; }
  .bl-bg-icon.tiktok { width: 180px; height: 180px; top: -30px; left: -20px; }
  .bl-bg-icon.fb { width: 200px; height: 200px; bottom: -40px; right: -20px; }
  .bl-bg-icon.ig { width: 120px; height: 120px; top: 10px; right: 5%; }
  .bl-bg-icon.yt { display: none; }
}

/* Shop locator (real physical location + map) in the Service Area section */
.locate { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
.locate-card .eyebrow { margin-bottom: 14px; }
.locate-card .addr { display: flex; align-items: center; gap: 13px; font-family: var(--display); font-weight: 800; color: var(--ink); font-size: 1.38rem; line-height: 1.25; margin: 0 0 16px; }
.addr-pin { width: 44px; height: 44px; flex: none; border-radius: 12px; background: #eaf1ff; color: var(--blue); display: grid; place-items: center; }
.addr-pin svg { width: 23px; height: 23px; }
.locate-card .addr i { display: block; font-style: normal; font-weight: 600; color: var(--body); font-size: 1.02rem; margin-top: 3px; }
.locate-card p { color: var(--muted); max-width: 440px; margin: 0; }
.locate-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.locate-map iframe { width: 100%; height: 300px; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: block; }
.area-label { font-family: var(--display); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
/* On mobile the locator stacks, so center it to match the rest of the section */
@media (max-width: 819px) {
  .locate-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 32px 22px; text-align: center; }
  .locate-card .addr { flex-direction: column; align-items: center; gap: 12px; margin-bottom: 18px; }
  .locate-card p { margin-left: auto; margin-right: auto; }
  .locate-actions { justify-content: center; }
}
@media (min-width: 820px) {
  .locate { grid-template-columns: 1fr 1.12fr; gap: 48px; align-items: center; }
  .locate-map iframe { height: 340px; }
}

@media (max-width: 939px) {
  .theme-light .nav.open .nav-links { background: var(--navy); border-bottom-color: rgba(255,255,255,.08); }
  .theme-light .nav.open .nav-links a { color: #e7eefc; border-bottom-color: rgba(255,255,255,.08); }
}
