/*
 * BL Auto Glass, blautoglass.com flagship stylesheet
 * Palette sampled from logo.png: deep teal #004b54, mid #30686e, muted #587e84.
 * CTA accent amber #ffb703, reserved exclusively for conversion elements.
 */
:root {
  --teal-950: #06333b;
  --teal: #004b54;
  --teal-mid: #30686e;
  --teal-soft: #587e84;
  --ink: #0d2226;
  --bg: #f6fafb;
  --card: #ffffff;
  --amber: #ffb703;
  --amber-dark: #e6a400;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(0, 75, 84, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
h1, h2, h3 { font-family: 'Archivo', 'Inter', sans-serif; line-height: 1.15; }
img { max-width: 100%; display: block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-book { background: var(--amber); color: var(--teal-950); box-shadow: 0 6px 20px rgba(255, 183, 3, .45); }
.btn-book:hover { background: var(--amber-dark); }
.btn-call { background: var(--teal); color: #fff; box-shadow: 0 6px 20px rgba(0, 75, 84, .35); }
.btn-call:hover { background: var(--teal-mid); }
.btn-call-outline { background: rgba(255,255,255,.08); color: #fff; border: 2px solid rgba(255,255,255,.75); backdrop-filter: blur(4px); }
.btn-call-outline:hover { background: rgba(255,255,255,.18); }
.btn-dark { background: var(--teal-950); color: #fff; }
.btn-dark-outline { background: transparent; color: var(--teal-950); border: 2px solid var(--teal-950); }

/* Attention pulse, fires roughly every 8s */
@keyframes ctaPulse {
  0%, 86%, 100% { box-shadow: 0 6px 20px rgba(255, 183, 3, .45); transform: scale(1); }
  90% { box-shadow: 0 0 0 12px rgba(255, 183, 3, 0); transform: scale(1.04); }
  94% { transform: scale(1); }
}
.pulse { animation: ctaPulse 8s ease-in-out infinite; }
.btn-call.pulse { animation-name: ctaPulseTeal; }
@keyframes ctaPulseTeal {
  0%, 86%, 100% { box-shadow: 0 6px 20px rgba(0, 75, 84, .35); transform: scale(1); }
  90% { box-shadow: 0 0 0 12px rgba(0, 75, 84, 0); transform: scale(1.04); }
  94% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .pulse { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 24px;
  padding: 10px 24px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 14px rgba(0, 75, 84, .12);
}
.brand img { height: 46px; }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { color: var(--teal); text-decoration: none; font-weight: 600; font-size: .98rem; }
.main-nav a:hover { color: var(--teal-mid); }
.header-call { padding: 11px 20px; font-size: .98rem; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--teal); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  background:
    linear-gradient(115deg, rgba(4, 42, 50, .93) 0%, rgba(0, 75, 84, .82) 45%, rgba(6, 51, 59, .55) 100%),
    url('../assets/hero-smashed-windshield.webp') center / cover no-repeat;
  color: #fff;
  padding: 80px 24px;
}
.hero-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.hero-badge {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 24px;
}
.hb-google {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: #202124;
  border-radius: 999px; padding: 8px 18px;
  font-weight: 700; font-size: .98rem; text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
}
.hb-g { width: 20px; height: 20px; flex: none; }
.hb-stars { color: #fbbc05; letter-spacing: 2px; font-size: 1rem; }
.hb-rate { color: #202124; }
.hb-rate b { font-weight: 800; }
.hb-meta {
  display: inline-flex; flex-direction: column; align-items: center; line-height: 1.3;
  color: var(--amber); font-weight: 700; font-size: .95rem;
  background: rgba(255, 183, 3, .14); border: 1px solid rgba(255, 183, 3, .5);
  border-radius: 16px; padding: 8px 18px;
}
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 900; letter-spacing: -.5px; }
.hero .accent, .section-title .accent { color: var(--amber); }
.hero-sub { font-size: clamp(1.3rem, 3vw, 1.9rem); margin-top: 14px; font-weight: 500; }
.hero-line { margin-top: 16px; font-size: 1.05rem; opacity: .92; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-response { margin-top: 22px; font-size: .92rem; opacity: .8; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--teal-950); padding: 18px 12px; }
.trust-strip ul {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px;
  max-width: 1200px; margin: 0 auto;
}
.trust-strip li { color: #cfe6ea; font-weight: 600; font-size: .95rem; white-space: nowrap; }

/* ---------- Sections ---------- */
.section { padding: 84px 24px; max-width: 1240px; margin: 0 auto; }
.section.dark { max-width: none; background: linear-gradient(160deg, var(--teal-950), var(--teal)); color: #fff; }
.section-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; text-align: center;
  color: var(--teal); margin-bottom: 48px; letter-spacing: -.5px;
}
.section-title.left { text-align: left; }
.light-title { color: #fff; }
/* "100% FREE" big on one line, "With Insurance" smaller directly under */
.free-head { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin-bottom: 20px; }
.free-head .free-big { font-size: clamp(2.4rem, 8vw, 3.8rem); font-weight: 900; line-height: 1.02; white-space: nowrap; letter-spacing: -1px; }
.free-head .free-small { font-size: clamp(1.2rem, 3.6vw, 1.8rem); font-weight: 800; color: var(--teal); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.card {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0, 75, 84, .22); }
.card img { height: 200px; width: 100%; object-fit: cover; }
.card-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card h3 { color: var(--teal); font-size: 1.3rem; }
.card p { font-size: .95rem; color: #33484d; flex: 1; }
.card-cta { color: var(--amber-dark); font-weight: 800; text-decoration: none; }
.card-cta:hover { text-decoration: underline; }

/* ---------- CTA bands ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--teal), var(--teal-mid));
  color: #fff; text-align: center; padding: 56px 24px;
}
.cta-band h2 { font-size: clamp(1.5rem, 3.4vw, 2.3rem); margin-bottom: 26px; font-weight: 900; }
.cta-band .accent { color: var(--amber); }
.band-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.amber-band { background: var(--amber); color: var(--teal-950); }

/* ---------- Free windshield split ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.big-line { font-size: 1.25rem; margin-bottom: 22px; }
.check-list { list-style: none; margin-bottom: 30px; }
.check-list li { padding: 7px 0; font-weight: 600; color: var(--teal); }
.split-img img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Guarantee ---------- */
.guarantee { text-align: center; padding: 84px 24px; }
.guarantee-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 22px;
  max-width: 1100px; margin: 0 auto 44px;
}
.g-item {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 28px 26px; min-width: 185px;
  backdrop-filter: blur(6px);
}
.g-item span { font-size: 2rem; display: block; margin-bottom: 10px; }
.g-item p { font-weight: 700; }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.why-grid div {
  background: var(--card); border-left: 5px solid var(--amber);
  border-radius: 10px; padding: 18px 22px;
  font-weight: 600; color: var(--teal);
  box-shadow: 0 3px 12px rgba(0, 75, 84, .08);
}

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.gallery-grid img {
  width: 100%; height: 210px; object-fit: cover;
  border-radius: 10px; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-grid img:hover { transform: scale(1.03); box-shadow: var(--shadow); }

/* ---------- Reviews ---------- */
.reviews { padding: 84px 0 64px; }
.reviews .section-title { padding: 0 24px; }
.reviews-track {
  display: flex; gap: 22px; overflow-x: auto; padding: 6px 24px 26px;
  scroll-snap-type: x mandatory;
}
.reviews-track blockquote {
  min-width: 330px; max-width: 330px; scroll-snap-align: start;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius); padding: 26px;
  font-size: .98rem;
}
.reviews-track cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; color: var(--amber); }
.reviews .band-ctas { margin-top: 18px; }

/* ---------- Booking ---------- */
.booking { display: flex; justify-content: center; }
.booking-box {
  background: var(--card); border-radius: 20px; box-shadow: var(--shadow);
  padding: 48px; width: 100%; max-width: 780px;
  border-top: 8px solid var(--amber);
}
.booking-sub { text-align: center; margin: -30px 0 30px; color: var(--teal-soft); font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.booking label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; color: var(--teal); font-size: .92rem; }
.booking input, .booking select {
  padding: 13px 14px; border: 2px solid #d5e3e6; border-radius: 10px;
  font-size: 1rem; font-family: inherit; background: #fff; color: var(--ink);
}
.booking input:focus, .booking select:focus { outline: none; border-color: var(--teal-mid); }
.btn-submit { width: 100%; font-size: 1.15rem; padding: 17px; margin-top: 6px; }
.form-note { text-align: center; font-size: .85rem; color: var(--teal-soft); margin-top: 14px; }
.form-status { text-align: center; font-weight: 700; margin-top: 12px; min-height: 1.4em; }
.form-status.ok { color: #157347; }
.form-status.err { color: #b02a37; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto 34px; }
.faq-list details {
  background: var(--card); border: 1px solid #d5e3e6; border-radius: 12px;
  margin-bottom: 14px; padding: 2px 22px; box-shadow: 0 3px 12px rgba(0, 75, 84, .06);
}
.faq-list summary {
  cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 1.08rem; color: var(--teal); padding: 18px 30px 18px 0;
  list-style: none; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 14px; font-size: 1.5rem; color: var(--amber-dark); }
.faq-list details[open] summary::after { content: '\2013'; }
.faq-list details p { padding: 0 0 18px; color: #33484d; }
.faq-list a { color: var(--amber-dark); font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-950); color: #cfe6ea; text-align: center; padding: 56px 24px 110px; }
.footer-areas { font-size: .9rem; margin-top: 10px; opacity: .85; }
.footer-areas span { color: var(--amber); font-weight: 700; }
.footer-areas a { color: #cfe6ea; text-decoration: none; }

/* ---------- Blog + article pages ---------- */
.blog-body { background: var(--bg); }
.blog-header { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 24px; background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 2px 14px rgba(0,75,84,.12); }
.blog-brand img { height: 42px; }
.blog-header .btn-call { padding: 10px 18px; font-size: .95rem; }
.post-wrap { max-width: 760px; margin: 0 auto; padding: 32px 22px 90px; }
.breadcrumb { font-size: .85rem; color: var(--teal-soft); margin-bottom: 22px; }
.breadcrumb a { color: var(--teal); text-decoration: none; }
.post h1 { font-size: clamp(1.9rem, 4.5vw, 2.6rem); color: var(--teal); line-height: 1.15; }
.post-meta { color: var(--teal-soft); font-size: .9rem; margin: 10px 0 18px; }
.post-dek { font-size: 1.2rem; color: #33484d; margin-bottom: 26px; font-weight: 600; }
.post h2 { font-size: 1.4rem; color: var(--teal); margin: 30px 0 12px; }
.post p { margin-bottom: 14px; }
.post ul { margin: 0 0 16px 22px; }
.post li { margin-bottom: 7px; }
.post a { color: var(--amber-dark); font-weight: 600; }
.post-cta { background: linear-gradient(120deg, var(--teal), var(--teal-mid)); color: #fff; border-radius: 16px; padding: 28px; text-align: center; margin: 34px 0; }
.post-cta p { font-size: 1.15rem; font-weight: 700; margin-bottom: 16px; }
.post-cta .btn { margin: 6px; }
.post-faq { margin-top: 36px; }
.post-faq h2 { margin-bottom: 14px; }
.post-faq details { background: var(--card); border: 1px solid #d5e3e6; border-radius: 12px; margin-bottom: 12px; padding: 2px 20px; }
.post-faq summary { cursor: pointer; font-weight: 700; color: var(--teal); padding: 15px 0; }
.post-faq details p { padding: 0 0 15px; color: #33484d; }
.related { margin-top: 40px; border-top: 2px solid #d5e3e6; padding-top: 22px; }
.related h3 { color: var(--teal); margin-bottom: 12px; }
.related a { display: block; color: var(--amber-dark); font-weight: 700; padding: 7px 0; text-decoration: none; }
.blog-footer { background: var(--teal-950); color: #cfe6ea; text-align: center; padding: 34px 24px 100px; font-size: .9rem; }
.blog-footer a { color: var(--amber); text-decoration: none; font-weight: 700; }
.post-disclaimer { opacity: .6; font-size: .8rem; margin-top: 10px; }
.blog-title { font-size: clamp(2rem,5vw,2.8rem); color: var(--teal); text-align: center; margin-bottom: 12px; }
.blog-intro { text-align: center; max-width: 640px; margin: 0 auto 34px; color: #33484d; }
.blog-intro a { color: var(--amber-dark); font-weight: 700; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 18px; }
.post-card { background: var(--card); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); text-decoration: none; border-top: 4px solid var(--amber); transition: transform .15s ease; }
.post-card:hover { transform: translateY(-4px); }
.post-card h2 { color: var(--teal); font-size: 1.2rem; margin-bottom: 8px; }
.post-card p { color: #33484d; font-size: .95rem; margin-bottom: 12px; }
.read-more { color: var(--amber-dark); font-weight: 800; }
.footer-logo { height: 52px; margin: 0 auto 18px; background: #fff; border-radius: 10px; padding: 6px 12px; }
.footer-phone a { color: var(--amber); font-weight: 800; text-decoration: none; font-size: 1.15rem; }
.site-footer nav { margin: 16px 0; }
.site-footer nav a { color: #cfe6ea; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.footer-legal { font-size: .85rem; opacity: .7; }

/* ---------- Sticky mobile bar ---------- */
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  display: none; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -4px 18px rgba(0,0,0,.25);
}
.mobile-bar a { padding: 16px; text-align: center; font-weight: 800; font-size: 1.05rem; text-decoration: none; }
.mb-call { background: var(--teal); color: #fff; }
.mb-book { background: var(--amber); color: var(--teal-950); }

/* ---------- Timed popup (big centered modal) ---------- */
.bl-callout {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(4, 26, 31, .72);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; transition: opacity .3s ease;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}
.bl-callout.show { display: flex; opacity: 1; }
.bl-callout-card {
  position: relative;
  background: #fff; border-radius: 22px;
  border: 3px solid var(--teal);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
  padding: 46px 42px 34px; text-align: center;
  width: 100%; max-width: 500px;
  transform: scale(.88); transition: transform .38s cubic-bezier(.2, .9, .3, 1.35);
}
.bl-callout.show .bl-callout-card { transform: scale(1); }
.bl-callout-card img { height: 68px; margin: 0 auto 18px; }
.bl-callout-head { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 2.1rem; color: var(--teal); }
.bl-callout-sub { font-size: 1.12rem; color: #33484d; margin: 12px 0 26px; }
.bl-callout-ctas { display: grid; gap: 14px; }
.bl-callout-ctas .btn { padding: 17px; font-size: 1.15rem; }
.bl-callout-foot { font-size: .88rem; color: var(--teal-soft); margin-top: 18px; }
.bl-callout-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: 0; font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--teal-soft);
}
.bl-callout-close:hover { color: var(--teal); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(2, 26, 31, .92);
  display: none; align-items: center; justify-content: center;
}
.lightbox.show { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; }
.lightbox button {
  position: absolute; top: 18px; right: 24px;
  background: none; border: 0; color: #fff; font-size: 1.8rem; cursor: pointer;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  /* free-windshield checklist: fit each item on one line, use full width */
  .free-windshield.section { padding-left: 15px; padding-right: 15px; }
  .free-windshield .check-list li { font-size: .78rem; padding: 6px 0; }
}
@media (max-width: 760px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 18px 24px; gap: 16px;
    box-shadow: 0 12px 24px rgba(0, 75, 84, .18);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-call { margin-left: 0; padding: 9px 14px; font-size: .9rem; }
  .brand img { height: 38px; }
  .mobile-bar { display: grid; }
  .hero { min-height: 76vh; padding: 60px 20px; }
  .section { padding: 60px 18px; }
  .booking-box { padding: 30px 22px; }
  .bl-callout-card { padding: 38px 24px 26px; }
  .bl-callout-head { font-size: 1.65rem; }
  .bl-callout-sub { font-size: 1rem; }
  /* Trust badges: one per line on mobile (no two items sharing a row) */
  .trust-strip ul { flex-direction: column; gap: 9px; }
}


/* ---------- Google Reviews carousel ---------- */
.reviews-google { background: linear-gradient(160deg, var(--teal-950), var(--teal)); color:#fff; padding:76px 20px; }
.gr { max-width:720px; margin:0 auto; }
.gr-head { display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:28px; }
.gr-g { width:42px; height:42px; flex:0 0 auto; }
.gr-head-info { text-align:left; }
.gr-h-title { display:block; font-family:'Archivo',sans-serif; font-weight:900; font-size:1.4rem; line-height:1.1; }
.gr-h-rating { display:flex; align-items:center; gap:8px; margin-top:2px; }
.gr-h-rating b { font-size:1.25rem; }
.gr-h-stars { color:#fbbc05; letter-spacing:2px; font-size:1.05rem; }
.gr-carousel { display:flex; align-items:center; gap:8px; }
.gr-viewport { overflow:hidden; flex:1; border-radius:16px; }
.gr-track { display:flex; transition:transform .5s ease; }
.gr-card { min-width:100%; box-sizing:border-box; background:#fff; color:#1a2e32; border-radius:16px; padding:26px 28px; text-align:left; box-shadow:0 10px 30px rgba(0,0,0,.25); }
.gr-card-head { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.gr-avatar { width:46px; height:46px; border-radius:50%; color:#fff; font-weight:700; font-size:1.25rem; display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.gr-card-meta { flex:1; min-width:0; }
.gr-name { display:block; font-weight:700; color:#202124; }
.gr-sub { font-size:.78rem; color:#70757a; }
.gr-card-g { width:22px; height:22px; flex:0 0 auto; }
.gr-stars { color:#fbbc05; letter-spacing:2px; font-size:1.15rem; margin-bottom:9px; }
.gr-text { color:#3c4043; font-size:1.02rem; line-height:1.6; }
.gr-arrow { background:rgba(255,255,255,.16); color:#fff; border:0; width:40px; height:40px; border-radius:50%; font-size:1.6rem; cursor:pointer; flex:0 0 auto; line-height:1; display:flex; align-items:center; justify-content:center; }
.gr-arrow:hover { background:rgba(255,255,255,.32); }
.gr-dots { display:flex; justify-content:center; gap:8px; margin:24px 0 4px; flex-wrap:wrap; }
.gr-dot { width:9px; height:9px; border-radius:50%; border:0; background:rgba(255,255,255,.35); cursor:pointer; padding:0; transition:transform .15s, background .15s; }
.gr-dot.on { background:var(--amber); transform:scale(1.3); }
.gr-actions { display:flex; flex-direction:column; align-items:center; gap:14px; margin-top:20px; }
.gr-more { color:#cfe6ea; text-decoration:underline; font-size:.95rem; }
.gr-more:hover { color:#fff; }
@media (max-width:600px){ .reviews-google{ padding:56px 14px; } .gr-card{ padding:22px 20px; } .gr-text{ font-size:.98rem; } .gr-arrow{ width:34px; height:34px; font-size:1.3rem; } .gr-head{ gap:10px; } }

.footer-counties { font-size: .85rem; opacity: .75; margin-top: 4px; }

.gr-h-count { color:#cfe6ea; font-size:.9rem; }

a.gr-head { text-decoration:none; color:inherit; cursor:pointer; }

/* "We file your claim" (Google Ads message match) */
.claim-com-lead {
  max-width: 780px; margin: 0 auto 40px; text-align: center;
  font-size: 1.1rem; color: #33484d;
}
.claim-com-steps {
  list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px; max-width: 1100px; margin: 0 auto 36px;
}
.claim-com-steps li {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 26px; display: flex; gap: 16px; text-align: left;
}
.cc-n {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: var(--amber); color: var(--teal-950); font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.claim-com-steps strong { display: block; color: var(--teal); font-size: 1.05rem; margin-bottom: 6px; }
.claim-com-steps p { font-size: .95rem; color: #33484d; }
.low-cash-com { margin: 4px 0 22px; color: var(--teal); font-weight: 700; }

/* Florida statute credibility screenshot (100% FREE section) */
.statute-figure {
  display: block; margin: 18px 0 22px; max-width: 560px;
  border: 1px solid rgba(0, 0, 0, .14); border-radius: 12px; overflow: hidden;
  background: #fff; box-shadow: 0 8px 24px rgba(6, 51, 59, .14);
  text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
}
.statute-figure:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(6, 51, 59, .2); }
.statute-figure img { display: block; width: 100%; height: auto; }
.statute-cap {
  display: block; padding: 9px 14px; font-size: .82rem; font-weight: 600;
  color: var(--teal); background: #f2f6f7; border-top: 1px solid rgba(0, 0, 0, .08);
}
