/* === GEO SEO LANDING PAGE STYLES ===
   Owns: /phoenix-hvac-marketing, /scottsdale-roofing-leads, etc. — city+service SEO pages.
   Extends: vertical.css (hero, transcript, why, pricing, CTA styles).
   Does NOT own: /hvac, /roofing, /plumbing generic verticals. */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap');

/* ===== LOCAL CREDIBILITY BAND ===== */
.geo-credibility-band {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 16px 22px;
  margin-top: 32px;
  max-width: 720px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.55;
}
.geo-credibility-band strong {
  color: var(--text);
  font-weight: 700;
}
.geo-credibility-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ===== TRADE-AREA LEADERBOARD BANNER =====
   Top-of-page proof-of-standing pill ("You're #N of M in [zip]" /
   "You're the only Axiom client in [zip]"). Visually distinct from the
   green credibility band above the hero — blue gradient + uppercase Syne
   to read as a leaderboard surface rather than a marketing badge. */
.geo-rank-banner {
  width: 100%;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(29, 78, 216, 0.04));
  border-bottom: 1px solid rgba(37, 99, 235, 0.18);
  padding: 14px 0;
}
.geo-rank-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.geo-rank-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.geo-rank-pill-excl {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.geo-rank-icon {
  font-size: 14px;
  line-height: 1;
}
.geo-rank-sublabel {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-2);
  letter-spacing: 0;
  text-transform: none;
}

/* ===== VALUE PROPS ===== */
.geo-value-section {
  padding: 80px 32px;
}
.geo-value-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 900px) {
  .geo-value-grid { grid-template-columns: 1fr; }
}
.geo-value-card {
  background: var(--bg-2);
  border: 1px solid var(--border-dim);
  border-radius: 16px;
  padding: 28px 32px;
}
.geo-value-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.geo-value-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}
.geo-value-card p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 16px;
}
.geo-value-tag {
  display: inline-block;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-2);
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 4px 10px;
  border-radius: 6px;
}
.geo-value-link {
  display: inline-block;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-2);
  text-decoration: none;
  margin-top: 4px;
}
.geo-value-link:hover { text-decoration: underline; }

/* ===== FAQ ===== */
.geo-faq-section {
  padding: 80px 32px;
  background: var(--bg-2);
}
.geo-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}
.geo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  border: 1px solid var(--border-dim);
  border-radius: 16px;
  overflow: hidden;
}
.geo-faq-item {
  padding: 28px 32px;
  border-bottom: 1px solid var(--border-dim);
  background: var(--bg-3);
}
.geo-faq-item:last-child { border-bottom: none; }
.geo-faq-q {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.35;
}
.geo-faq-a {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.65;
}

/* ===== DUAL CTA ===== */
.geo-dual-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

/* ===== FOOTER SERVICE AREAS ===== */
.footer-links-heading {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 12px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 13px;
  color: var(--text-3);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--text-2); }

/* ===== SECTION UTILITIES (match vertical.css) ===== */
.section-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 12px;
  display: block;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--accent-2); transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-2);
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid var(--border-dim);
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: var(--accent-2); color: var(--accent-2); }

/* ===== MOBILE BREAKPOINTS ===== */
@media (max-width: 768px) {
  .geo-value-section { padding: 60px 20px; }
  .geo-faq-section { padding: 60px 20px; }
  .geo-faq-item { padding: 24px 20px; }
  .geo-dual-cta { flex-direction: column; align-items: center; }
}

@media (max-width: 700px) {
  .geo-rank-banner-inner { justify-content: flex-start; padding: 0 20px; }
  .geo-rank-pill { font-size: 11px; padding: 7px 12px; }
  .geo-rank-sublabel { display: none; }
}

@media (max-width: 480px) {
  .geo-credibility-band { padding: 14px 18px; }
}