/*
Theme Name: Fort Lauderdale Pool Service
Theme URI: https://fortlauderdalepoolservice.us
Author: AI Software Labs
Author URI: https://aisoftwarelabs.ai
Description: Custom theme for fortlauderdalepoolservice.us — same structure as psfl-pool, FLPS-angle copy throughout. Hero, AEO answer, services, testimonials, FAQ, service areas, CTA, footer.
Version: 1.0.0
License: Proprietary
Text Domain: flps-pool
*/

:root {
  --pool-blue: #0077B6;
  --pool-light: #00B4D8;
  --pool-dark: #023E8A;
  --surface: #F8FAFC;
  --white: #ffffff;
  --text: #1a2332;
  --text-light: #4a5568;
  --border: #e2e8f0;
  --gold: #C9A84C;
  --success: #2D6A4F;
}

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

body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

/* NAV */
nav.psfl-nav {
  background: var(--pool-dark);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.nav-brand {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-brand span { color: var(--pool-light); }

.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--pool-light); }

.nav-cta {
  background: var(--gold);
  color: var(--pool-dark) !important;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  font-weight: 600 !important;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, rgba(2,62,138,0.55) 0%, rgba(0,119,182,0.45) 60%, rgba(0,180,216,0.35) 100%), url('images/hero-pool.webp') center/cover no-repeat;
  padding: 80px 5% 100px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  background: rgba(0,0,0,0.45);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.35rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--white);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  max-width: 700px;
}

.hero-tagline {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.85);
  max-width: 580px;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-primary {
  background: var(--gold);
  color: var(--pool-dark);
  padding: 0.9rem 2rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201,168,76,0.4);
}

.btn-secondary {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.9rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-secondary:hover { background: rgba(255,255,255,0.2); }

.trust-bar {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-item svg { flex-shrink: 0; }

/* AEO ANSWER BOX */
.aeo-section {
  background: var(--surface);
  border-top: 4px solid var(--pool-blue);
  padding: 40px 5%;
}

.aeo-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
}

.aeo-icon {
  width: 56px;
  height: 56px;
  background: var(--pool-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aeo-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pool-blue);
  margin-bottom: 0.5rem;
}

.aeo-answer {
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 400;
  line-height: 1.6;
}

/* SECTIONS */
section { padding: 80px 5%; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pool-blue);
  margin-bottom: 0.75rem;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-intro {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 640px;
  margin-bottom: 3rem;
}

/* SERVICES GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.service-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--white);
}

.service-card:hover {
  border-color: var(--pool-blue);
  box-shadow: 0 4px 20px rgba(0,119,182,0.1);
}

.service-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--pool-blue), var(--pool-light));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text);
}

.service-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* WHY US */
.why-section { background: var(--pool-dark); color: var(--white); }
.why-section h2 { color: var(--white); }
.why-section .section-label { color: var(--pool-light); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.why-item { text-align: center; }

.why-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--pool-light);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.why-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.why-item p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

/* FAQ */
.faq-section { background: var(--surface); }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 1.5rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.75rem;
}

.faq-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.faq-q {
  background: var(--pool-blue);
  color: var(--white);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-item p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.65;
  padding-left: 2rem;
}

/* SERVICE AREAS — pill chips (homepage Coverage section) */
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

/* Pool-blue pill button. Active = anchor; inactive = grayed span. */
.area-chip {
  background: var(--pool-blue);
  color: var(--white);
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,119,182,0.25);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  border: none;
  line-height: 1.2;
}

a.area-chip:hover,
a.area-chip:focus {
  background: var(--gold);
  color: var(--pool-dark);
  box-shadow: 0 4px 14px rgba(201,168,76,0.4);
  transform: translateY(-1px);
}

.area-chip.inactive,
span.area-chip {
  background: rgba(0,119,182,0.18);
  color: var(--text-light);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

/* Kill the legacy pin emoji so older browsers cannot paint it. */
.area-chip::before { content: none; }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, var(--pool-blue), var(--pool-dark));
  padding: 70px 5%;
  text-align: center;
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.cta-band p {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-phone {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

/* FOOTER */
footer.psfl-footer {
  background: #0a1628;
  color: rgba(255,255,255,0.6);
  padding: 40px 5%;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-brand span { color: var(--pool-light); }

.footer-tagline {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin: 0 0 0.75rem;
}

.footer-nap {
  font-size: 0.85rem;
  line-height: 1.8;
}

.footer-nap a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: right;
  font-size: 0.85rem;
}

.footer-links a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--pool-light); }

.footer-bottom {
  max-width: 1100px;
  margin: 1.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  text-align: center;
}


/* PROCESS STEPS */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  position: relative;
  margin-top: 3rem;
}

.step {
  padding: 2rem;
  position: relative;
  border-right: 1px solid var(--border);
}

.step:last-child { border-right: none; }

.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--border);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}


/* TESTIMONIAL */
.testimonial-section { background: var(--pool-dark); }
.testimonial-section h2 { color: var(--white); }
.testimonial-section .section-label { color: var(--pool-light); }

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.testimonial {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 2rem;
}

.stars {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.testimonial p {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.testimonial-author {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--pool-light);
}

.testimonial-location {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* INNER PAGE */
.psfl-inner-page { padding: 60px 5%; }
.psfl-inner-page .section-inner { max-width: 900px; }
.psfl-inner-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.psfl-inner-page .entry-content { font-size: 1.05rem; }
.psfl-inner-page .entry-content p { margin-bottom: 1.25rem; }
.psfl-inner-page .entry-content h2 { margin-top: 2.5rem; }
.psfl-inner-page .entry-content h3 { margin-top: 2rem; margin-bottom: 0.75rem; font-size: 1.25rem; }
.psfl-inner-page .entry-content a { color: var(--pool-blue); font-weight: 600; }

/* GEO PAGE — STATS BAR */
.geo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--pool-dark);
  border-radius: 12px;
  margin: 2.5rem 0 3rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(2,62,138,0.18);
}
.geo-stat {
  padding: 1.75rem 1rem;
  text-align: center;
  color: var(--white);
  border-right: 1px solid rgba(255,255,255,0.1);
}
.geo-stat:last-child { border-right: none; }
.geo-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.geo-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 0.5rem;
  font-weight: 600;
}

/* GEO PAGE — HERO IMAGE
   No fixed height / no object-fit so the GPT banner displays at full
   natural aspect (~2:1) and the bottom service-icons row is never cropped. */
.geo-hero-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,119,182,0.18);
  display: block;
}

/* GEO PAGE — INTRO
   Hero already provides the page H1, so the intro section uses an H2 sized
   like an H1 for visual hierarchy without duplicating H1 tags. */
.geo-intro h1,
.geo-intro .geo-h2-as-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.geo-intro p {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

/* GEO PAGE — LOCAL KNOWLEDGE */
.geo-local {
  background: var(--surface);
  border-left: 4px solid var(--pool-blue);
  padding: 2.5rem 2rem;
  border-radius: 8px;
  margin: 1rem 0 2rem;
}
.geo-local p {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.7;
}

/* GEO PAGE — DUAL CTA CARDS */
.geo-dual-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1rem 0 0;
}
.geo-cta-card {
  border-radius: 12px;
  padding: 2.5rem 2rem;
  color: var(--white);
  text-align: center;
}
.geo-cta-card.primary { background: linear-gradient(135deg, var(--pool-dark), #051f4d); }
.geo-cta-card.secondary { background: linear-gradient(135deg, var(--pool-blue), var(--pool-light)); }
.geo-cta-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--white);
}
.geo-cta-card p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.geo-cta-card .btn-primary { background: var(--gold); color: var(--pool-dark); }
.geo-cta-card.secondary .btn-primary { background: var(--white); color: var(--pool-dark); }

/* GEO PAGE — NEARBY PILLS */
.geo-nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.geo-nearby a, .geo-nearby span.geo-nearby-pill {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.geo-nearby a:hover { border-color: var(--pool-blue); color: var(--pool-blue); background: var(--surface); }

/* GEO PAGE — PERSISTENT CTA BAR */
.geo-persistent-cta {
  position: sticky;
  bottom: 0;
  background: linear-gradient(135deg, var(--pool-dark), var(--pool-blue));
  color: var(--white);
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 -4px 30px rgba(2,62,138,0.3);
  border-top: 2px solid var(--gold);
  z-index: 50;
}
.geo-persistent-cta strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--white);
}
.geo-persistent-cta .btn-primary { background: var(--gold); color: var(--pool-dark); white-space: nowrap; }

/* SERVICE AREAS HUB — hero + city grid */
.sa-hub-hero {
  background: linear-gradient(135deg, var(--pool-dark), var(--pool-blue));
  color: var(--white);
  padding: 80px 5% 70px;
}
.sa-hub-hero .section-label { color: var(--pool-light); }
.sa-hub-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.sa-hub-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  font-weight: 300;
  line-height: 1.6;
}

.sa-hub-grid-section { padding: 80px 5%; }
.sa-hub-grid-section h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.75rem;
}

.sa-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.sa-city-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--pool-blue);
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.4rem;
  text-decoration: none;
  color: var(--text);
  display: block;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s;
}
a.sa-city-card:hover,
a.sa-city-card:focus {
  background: var(--pool-dark);
  color: var(--white);
  border-color: var(--gold);
  border-left-color: var(--gold);
  box-shadow: 0 8px 24px rgba(2,62,138,0.25);
  transform: translateY(-2px);
}
a.sa-city-card:hover .sa-city-name,
a.sa-city-card:focus .sa-city-name { color: var(--white); }
a.sa-city-card:hover .sa-city-sub,
a.sa-city-card:focus .sa-city-sub { color: var(--gold); }
a.sa-city-card:hover .sa-city-arrow,
a.sa-city-card:focus .sa-city-arrow { color: var(--gold); }

.sa-city-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.sa-city-sub {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pool-blue);
  font-weight: 700;
}
.sa-city-arrow {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pool-blue);
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s, color 0.2s;
}
a.sa-city-card:hover .sa-city-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.sa-city-card--inactive {
  background: var(--surface);
  border-color: var(--border);
  border-left-color: rgba(0,119,182,0.25);
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.sa-city-card--inactive .sa-city-name { color: var(--text-light); }
.sa-city-card--inactive .sa-city-sub  { color: var(--text-light); letter-spacing: 0.12em; }

.sa-hub-extra { padding: 60px 5% 80px; }
.sa-hub-extra .section-inner { max-width: 900px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .aeo-inner { grid-template-columns: 1fr; }
  .aeo-icon { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
  .faq-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); }
  .geo-stats { grid-template-columns: repeat(2, 1fr); }
  .geo-stat:nth-child(2n) { border-right: none; }
  .geo-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .geo-dual-cta { grid-template-columns: 1fr; }
  .geo-persistent-cta { flex-direction: column; gap: 0.5rem; padding: 0.75rem 1rem; text-align: center; }
}
