/* =============================================================================
   SWISS CLINIC NOIR — Design v5
   Fonts   : Cormorant Garamond (luxury editorial) · Jost (precision geometric)
   Palette : Midnight #07090F · Off-white #EDE8DF · Mint #00D4B8 · Amber #E8A020
   Concept : Swiss medical precision × luxury editorial × vital signals
   ============================================================================= */

:root {
  --bg:        #07090F;
  --bg-2:      #0D1120;
  --bg-3:      #141926;
  --border:    rgba(255,255,255,0.07);
  --text-dk:   #EDE8DF;
  --muted-dk:  #5A6A7E;
  --bg-lt:     #F5F1EB;
  --bg-lt2:    #FFFFFF;
  --border-lt: rgba(0,0,0,0.07);
  --text-lt:   #1A1E2A;
  --muted-lt:  #6B7A8D;
  --mint:      #00D4B8;
  --mint-d:    #00B09A;
  --mint-pale: rgba(0,212,184,0.08);
  --amber:     #E8A020;
  --amber-d:   #C98A1A;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Jost', -apple-system, sans-serif;
  --max-w: 1180px;
  --r:     6px;
  --r-lg:  14px;
  --sh-sm: 0 2px 8px rgba(0,0,0,.18);
  --sh:    0 6px 28px rgba(0,0,0,.22);
  --sh-lg: 0 18px 56px rgba(0,0,0,.32);
  --ease:  cubic-bezier(.16,1,.3,1);
}

/* ── Reset ──────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sans); background: var(--bg-lt); color: var(--text-lt); line-height: 1.72; font-weight: 300; }
a { color: inherit; text-decoration: none; transition: color .2s; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

/* ── Noise texture overlay ───────────────────────────────────────────────────── */
.noise-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* ── Animations ──────────────────────────────────────────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:none; } }
@keyframes fadeIn   { from { opacity:0; } to { opacity:1; } }
@keyframes blinkDot { 0%,100% { opacity:1; } 50% { opacity:0; } }
@keyframes shimmer  { 0% { background-position:-300% center; } 100% { background-position:300% center; } }
@keyframes drawLine { from { transform:scaleX(0); } to { transform:scaleX(1); } }

/* ── Scroll reveal ───────────────────────────────────────────────────────────── */
.reveal { opacity:0; transform:translateY(30px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay:.1s; }
.reveal-delay-2 { transition-delay:.2s; }
.reveal-delay-3 { transition-delay:.3s; }
.reveal-delay-4 { transition-delay:.4s; }

/* =============================================================================
   TOP BAR
   ============================================================================= */
.top-bar {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 7px 0;
}
.top-bar .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; overflow: hidden;
}
.top-bar .container > span {
  font-family: var(--sans); font-size: .72rem; font-weight: 300;
  color: rgba(237,232,223,.45);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.top-bar .container > span strong { color: rgba(237,232,223,.7); font-weight: 500; }
.top-bar-cta {
  color: var(--mint) !important; font-family: var(--sans); font-size: .72rem;
  font-weight: 500; letter-spacing: .5px; white-space: nowrap; flex-shrink: 0;
  border-bottom: 1px solid rgba(0,212,184,.3); padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.top-bar-cta:hover { color: #fff !important; border-color: rgba(255,255,255,.4); }

/* =============================================================================
   HEADER
   ============================================================================= */
.site-header {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 300;
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled {
  background: rgba(13,17,32,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 40px rgba(0,0,0,.55);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none !important; }
.logo-tooth { flex-shrink: 0; display: block; }
.logo-textblock { display: flex; flex-direction: column; gap: 1px; }
.logo-name {
  font-family: var(--serif); font-size: 1.12rem; font-weight: 400;
  color: var(--text-dk); letter-spacing: .1px; line-height: 1.2; white-space: nowrap;
}
.logo-tagline {
  font-family: var(--sans); font-size: .57rem; font-weight: 500;
  color: var(--mint); letter-spacing: 1.3px; text-transform: uppercase; line-height: 1;
}

/* Nav */
.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.main-nav a {
  font-family: var(--sans); font-size: .8rem; font-weight: 300;
  color: rgba(237,232,223,.45); padding: 6px 13px; border-radius: 4px;
  letter-spacing: .1px; white-space: nowrap;
  transition: color .2s, background .2s;
}
.main-nav a:hover { color: var(--text-dk); background: rgba(255,255,255,.05); }
.nav-sep { width: 1px; height: 14px; background: var(--border); margin: 0 6px; flex-shrink: 0; }
.nav-city { }
.nav-cta {
  display: inline-flex; align-items: center;
  background: transparent !important;
  color: var(--mint) !important;
  border: 1px solid rgba(0,212,184,.3) !important;
  font-family: var(--sans) !important; font-size: .78rem !important;
  font-weight: 500 !important; letter-spacing: .4px !important;
  padding: 8px 20px !important; border-radius: 40px !important;
  margin-left: 8px; flex-shrink: 0; white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s !important;
}
.nav-cta:hover {
  background: var(--mint) !important; color: var(--bg) !important;
  border-color: var(--mint) !important; box-shadow: 0 4px 20px rgba(0,212,184,.3) !important;
}
.nav-cta::after { display: none !important; }

/* Hamburger */
.menu-toggle {
  display: none; background: none; border: 1px solid var(--border);
  border-radius: 5px; width: 40px; height: 40px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex-shrink: 0;
}
.menu-toggle span {
  display: block; width: 18px; height: 1.5px;
  background: var(--text-dk); border-radius: 1px;
  transition: transform .25s, opacity .25s;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.nav-mobile { display: none; background: var(--bg-2); border-top: 1px solid var(--border); }
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: flex; align-items: center; padding: 13px 28px;
  color: rgba(237,232,223,.55); font-size: .88rem; font-weight: 300;
  border-bottom: 1px solid var(--border); transition: background .15s, color .15s;
}
.nav-mobile a:hover { background: rgba(255,255,255,.04); color: var(--text-dk); }
.nav-cta-mobile {
  margin: 16px 28px 20px; display: flex !important; justify-content: center;
  background: var(--mint) !important; color: var(--bg) !important;
  padding: 14px !important; border-radius: 40px; font-weight: 600;
  font-size: .88rem; border-bottom: none !important;
}

/* =============================================================================
   HERO — EDITORIAL NOIR
   ============================================================================= */
.hero-section {
  background: var(--bg); position: relative; overflow: hidden;
  padding: 40px 0 52px;
}
.hero-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 18% 60%, rgba(0,212,184,.07) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 82% 25%, rgba(232,160,32,.04) 0%, transparent 45%);
}
/* Giant ghost number — the unforgettable editorial element */
.hero__bg-text {
  position: absolute; right: -3%; top: 50%; transform: translateY(-50%);
  font-family: var(--serif);
  font-size: clamp(160px, 21vw, 300px);
  font-weight: 300; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.05);
  pointer-events: none; user-select: none;
  animation: fadeIn 1.4s var(--ease) .6s both;
  z-index: 0;
}
.hero-section .container { display: block; position: relative; z-index: 1; }

/* Hero grid */
.hero-grid {
  display: grid; grid-template-columns: 54% 42%; gap: 4%; align-items: center;
}
.hero-copy { }

/* Eyebrow */
.hero-badge, .hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: .68rem; font-weight: 500;
  color: var(--mint); letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 16px;
  animation: fadeUp .6s var(--ease) .15s both;
}
.hero-badge::before, .hero__eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--mint); flex-shrink: 0;
}

/* Headline */
.hero-headline {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  font-weight: 300; color: var(--text-dk);
  line-height: 1.1; letter-spacing: -.025em;
  margin-bottom: 18px;
  animation: fadeUp .7s var(--ease) .25s both;
}
.hero-headline em { font-style: italic; color: var(--mint); display: block; }
.hero-savings {
  display: inline-block; font-style: normal; color: var(--amber);
  font-family: var(--serif); font-weight: 300;
}

/* Sub */
.hero-sub {
  font-family: var(--sans); font-size: .9rem; font-weight: 300;
  color: rgba(237,232,223,.5); line-height: 1.75; max-width: 460px;
  margin-bottom: 24px;
  animation: fadeUp .7s var(--ease) .3s both;
}

/* CTA wrap */
.hero-cta-wrap {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  margin-bottom: 24px;
  animation: fadeUp .7s var(--ease) .4s both;
}
.hero-cta-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--amber); color: #fff !important;
  font-family: var(--sans); font-size: .9rem; font-weight: 600; letter-spacing: .3px;
  padding: 16px 40px; border-radius: 4px;
  box-shadow: 0 8px 32px rgba(232,160,32,.38);
  transition: transform .22s var(--ease), box-shadow .22s, background .2s;
  position: relative; overflow: hidden;
}
.hero-cta-btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent);
  opacity: 0; transition: opacity .2s;
}
.hero-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 44px rgba(232,160,32,.52); background: var(--amber-d); }
.hero-cta-btn:hover::after { opacity: 1; }
.cta-arrow { transition: transform .2s var(--ease); }
.hero-cta-btn:hover .cta-arrow { transform: translateX(5px); }
.hero-price-note { font-family: var(--serif); font-style: italic; font-size: .78rem; color: rgba(237,232,223,.28); }

/* Trust checks */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  padding-top: 28px; border-top: 1px solid var(--border);
  animation: fadeUp .7s var(--ease) .5s both;
}
.hero-trust span, .hero-trust li {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--sans); font-size: .78rem; font-weight: 300;
  color: rgba(237,232,223,.45); letter-spacing: .1px;
}
.hero-trust li { list-style: none; }

/* Stats card */
.hero-stats-card {
  background: rgba(255,255,255,.03); border: 1px solid var(--border);
  border-radius: var(--r); padding: 32px 28px;
  animation: fadeIn .9s var(--ease) .4s both;
}
.hero-stat {
  padding: 16px 0; border-bottom: 1px solid var(--border);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 4px;
}
.hero-stat:first-child { padding-top: 0; }
.hero-stat:last-of-type { border-bottom: none; padding-bottom: 0; }
.hero-stat__num {
  font-family: var(--serif); font-size: 2.9rem; font-weight: 300;
  color: var(--mint); line-height: 1; letter-spacing: -.02em;
}
.hero-stat__unit {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 300;
  color: rgba(0,212,184,.55); line-height: 1;
}
.hero-stat__label {
  width: 100%; font-family: var(--sans); font-size: .7rem; font-weight: 400;
  color: rgba(237,232,223,.32); letter-spacing: .5px; text-transform: uppercase; margin-top: 5px;
}
.hero-stat-divider { display: none; }
.hero-stats-cta {
  display: flex; align-items: center; justify-content: center; margin-top: 22px;
  background: rgba(0,212,184,.09); border: 1px solid rgba(0,212,184,.22);
  color: var(--mint) !important; font-family: var(--sans);
  font-size: .8rem; font-weight: 500; letter-spacing: .3px;
  padding: 12px 20px; border-radius: 4px;
  transition: background .2s, box-shadow .2s;
}
.hero-stats-cta:hover { background: rgba(0,212,184,.16); box-shadow: 0 4px 18px rgba(0,212,184,.18); }

/* =============================================================================
   TRUST BAR
   ============================================================================= */
.trust-bar {
  background: var(--bg-2); border-bottom: 2px solid rgba(0,212,184,.18);
  padding: 0;
}
.trust-bar .container {
  display: flex; align-items: stretch; justify-content: space-around; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 11px;
  padding: 18px 16px; border-right: 1px solid var(--border);
  flex: 1; min-width: 110px;
}
.trust-item:last-child { border-right: none; }
.trust-item__icon {
  width: 36px; height: 36px;
  background: rgba(0,212,184,.07); border: 1px solid rgba(0,212,184,.14);
  border-radius: 5px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-item__icon svg { display: block; }
.trust-item__label {
  display: flex; flex-direction: column; gap: 1px;
  font-family: var(--sans); font-size: .78rem; font-weight: 400;
  color: rgba(237,232,223,.6); line-height: 1.3;
}

/* =============================================================================
   CONTENT SECTIONS (light — state/city/county SEO text)
   ============================================================================= */
.content-section { padding: 76px 0; background: var(--bg-lt); }
.content-section:nth-child(even) { background: var(--bg-lt2); }

h1 {
  font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 400; line-height: 1.14; color: var(--text-lt);
  letter-spacing: -.025em; margin-bottom: 22px;
}
h2 {
  font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 400; line-height: 1.2; color: var(--text-lt);
  letter-spacing: -.018em; margin-bottom: 18px;
}
h3 { font-family: var(--sans); font-size: 1rem; font-weight: 500; color: var(--text-lt); margin-bottom: 11px; }
h4 {
  font-family: var(--sans); font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.6px; color: var(--mint); margin-bottom: 16px;
}
p {
  font-family: var(--sans); font-size: .93rem; font-weight: 300;
  color: var(--muted-lt); line-height: 1.84; margin-bottom: 18px;
}
p:last-child { margin-bottom: 0; }

.section-header { margin-bottom: 48px; }
.section-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: .67rem; font-weight: 600;
  color: var(--mint); letter-spacing: 2.2px; text-transform: uppercase; margin-bottom: 14px;
}
.section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--mint); flex-shrink: 0; }
.section-title {
  font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 400;
  color: var(--text-lt); letter-spacing: -.018em; line-height: 1.2; margin-bottom: 14px;
}
.section-sub {
  font-family: var(--sans); font-size: .9rem; font-weight: 300;
  color: var(--muted-lt); max-width: 540px; line-height: 1.82;
}

/* Breadcrumb */
.breadcrumb {
  font-family: var(--sans); font-size: .73rem; color: var(--muted-lt); margin-bottom: 30px;
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
}
.breadcrumb a { color: var(--muted-lt); transition: color .2s; }
.breadcrumb a:hover { color: var(--mint); }
.breadcrumb span { opacity: .4; }

/* =============================================================================
   LINK GRIDS
   ============================================================================= */
.state-grid, .county-grid, .city-grid, .card-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.state-links, .county-links, .city-links, .neighborhood-list {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
}

.link-card {
  position: relative; background: var(--bg-lt2); border: 1px solid rgba(0,0,0,.07);
  border-radius: var(--r); padding: 16px 18px;
  transition: border-color .2s, box-shadow .2s, transform .22s var(--ease);
  overflow: hidden;
}
.link-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--mint); transform: scaleY(0); transform-origin: bottom;
  transition: transform .25s var(--ease);
}
.link-card:hover { border-color: rgba(0,212,184,.22); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.link-card:hover::before { transform: scaleY(1); }
.link-card a { font-family: var(--sans); font-size: .85rem; font-weight: 400; color: var(--text-lt); display: block; }
.link-card a:hover { color: var(--mint); }
.link-card .card-pop { font-size: .7rem; color: var(--muted-lt); margin-top: 4px; }

.state-links a, .county-links a, .city-links a, .neighborhood-list a {
  display: block; padding: 8px 14px;
  font-family: var(--sans); font-size: .82rem; font-weight: 300; color: var(--text-lt);
  background: var(--bg-lt2); border: 1px solid rgba(0,0,0,.06); border-radius: var(--r);
  transition: color .18s, border-color .18s, background .18s;
}
.state-links a:hover, .county-links a:hover, .city-links a:hover, .neighborhood-list a:hover {
  color: var(--mint); border-color: rgba(0,212,184,.22); background: rgba(0,212,184,.04);
}

/* =============================================================================
   SITE IMAGES GALLERY
   ============================================================================= */
.site-images {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px; border-radius: var(--r-lg); overflow: hidden;
  margin: 28px 0;
}
.site-images img {
  width: 100%; height: 260px; object-fit: cover; display: block;
  transition: transform .5s var(--ease);
}
.site-images:hover img { transform: scale(1.03); }

/* =============================================================================
   GMB CARDS
   ============================================================================= */
.gmb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gmb-card {
  background: var(--bg-lt2); border: 1px solid rgba(0,0,0,.07);
  border-radius: var(--r); padding: 22px;
  transition: box-shadow .25s, border-color .25s, transform .25s var(--ease);
  position: relative; overflow: hidden;
}
.gmb-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--mint); transform: scaleX(0); transition: transform .3s var(--ease);
}
.gmb-card:hover { box-shadow: var(--sh); border-color: rgba(0,212,184,.18); transform: translateY(-3px); }
.gmb-card:hover::after { transform: scaleX(1); }
.gmb-card h3 { font-family: var(--sans); font-size: .9rem; font-weight: 500; color: var(--text-lt); margin-bottom: 8px; }
.gmb-card .stars { color: var(--amber); font-size: .85rem; letter-spacing: .5px; margin-bottom: 8px; }
.gmb-card p { font-size: .78rem; margin-bottom: 12px; line-height: 1.6; }
.gmb-card .gmb-addr { font-size: .73rem; color: var(--muted-lt); font-style: normal; }

/* =============================================================================
   CTA BOX
   ============================================================================= */
.cta-box {
  background: var(--bg); border-radius: var(--r-lg);
  padding: 72px 60px; position: relative; overflow: hidden; text-align: center;
}
.cta-box::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 75% at 50% 50%, rgba(0,212,184,.07) 0%, transparent 60%);
}
.cta-box .section-eyebrow { justify-content: center; }
.cta-box h2, .cta-box .cta-title {
  font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3.1rem); font-weight: 300;
  color: var(--text-dk); letter-spacing: -.022em; line-height: 1.12;
  margin-bottom: 20px; position: relative;
}
.cta-box .cta-sub {
  font-family: var(--sans); font-size: .9rem; font-weight: 300;
  color: rgba(237,232,223,.42); max-width: 480px; margin: 0 auto 40px;
  line-height: 1.82; position: relative;
}
.cta-box .cta-btn, .cta-box a.cta-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--amber); color: #fff !important;
  font-family: var(--sans); font-size: .9rem; font-weight: 600; letter-spacing: .3px;
  padding: 18px 52px; border-radius: 4px; position: relative;
  box-shadow: 0 8px 32px rgba(232,160,32,.38);
  transition: transform .2s var(--ease), box-shadow .2s, background .2s;
}
.cta-box .cta-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(232,160,32,.52); background: var(--amber-d); }
.cta-box .cta-note { margin-top: 18px; font-size: .74rem; color: rgba(237,232,223,.22); font-style: italic; font-family: var(--serif); position: relative; }

/* =============================================================================
   NEARBY SECTION
   ============================================================================= */
.nearby-section { padding: 56px 0; }
.nearby-section h3 {
  font-family: var(--sans); font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.6px; color: var(--muted-lt); margin-bottom: 16px;
}
.nearby-section ul { display: flex; flex-wrap: wrap; gap: 8px; }
.nearby-section ul li a {
  display: block; padding: 7px 16px;
  border: 1px solid rgba(0,0,0,.08); border-radius: 40px;
  font-family: var(--sans); font-size: .8rem; color: var(--muted-lt);
  transition: color .2s, border-color .2s, background .2s;
}
.nearby-section ul li a:hover { color: var(--mint); border-color: rgba(0,212,184,.28); background: rgba(0,212,184,.04); }

/* =============================================================================
   STATIC PAGES
   ============================================================================= */
.static-page { max-width: 740px; margin: 0 auto; padding: 64px 28px 100px; }
.static-page h1 { margin-bottom: 6px; }
.static-page .static-date { font-size: .78rem; color: var(--muted-lt); margin-bottom: 48px; font-style: italic; }
.static-page h2 { font-size: 1.28rem; margin-top: 40px; margin-bottom: 14px; }
.static-page p { margin-bottom: 16px; }
.static-page ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.static-page ul li { font-family: var(--sans); font-size: .92rem; color: var(--muted-lt); margin-bottom: 7px; line-height: 1.72; }

/* =============================================================================
   FOOTER
   ============================================================================= */
.footer-accent {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,184,.35), transparent);
}
.site-footer {
  background: var(--bg); color: var(--muted-dk);
  border-top: 1px solid var(--border); font-family: var(--sans);
}
.footer-top {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr;
  gap: 60px; padding: 68px 0 52px; border-bottom: 1px solid var(--border);
}
.footer-brand { }
.footer-logo {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  text-decoration: none !important; color: var(--text-dk) !important;
}
.footer-logo span {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--text-dk);
}
.footer-tagline {
  font-family: var(--serif); font-style: italic;
  color: rgba(237,232,223,.4) !important; font-size: .9rem; margin-bottom: 12px !important;
}
.footer-brand p {
  font-size: .82rem; font-weight: 300; color: rgba(237,232,223,.26);
  line-height: 1.9; max-width: 280px; margin-bottom: 18px;
}
.footer-address { font-size: .74rem; line-height: 2.1; color: rgba(237,232,223,.16); font-style: normal; }
.footer-logo-name { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--text-dk); }
.footer-col h4 {
  font-family: var(--sans); font-size: .63rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.6px; color: var(--mint);
  margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: .8rem; font-weight: 300; color: rgba(237,232,223,.28); transition: color .18s;
}
.footer-col ul li a:hover { color: var(--mint); }
.disclaimer {
  padding: 24px 0; border-bottom: 1px solid var(--border);
  font-size: .73rem; line-height: 1.9; color: rgba(237,232,223,.16);
}
.disclaimer strong { color: rgba(237,232,223,.26); }
.footer-bottom {
  padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { font-size: .72rem; color: rgba(237,232,223,.18); transition: color .18s; }
.footer-links a:hover { color: rgba(237,232,223,.55); }
.copyright { font-size: .72rem; color: rgba(237,232,223,.14); }

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width: 1024px) {
  .state-grid, .county-grid, .city-grid, .card-grid,
  .state-links, .county-links, .city-links, .neighborhood-list { grid-template-columns: repeat(3, 1fr); }
  .gmb-cards { grid-template-columns: repeat(2, 1fr); }
  .main-nav .nav-city { display: none; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-stats-card { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-images img { height: 220px; }
}
@media (max-width: 768px) {
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .trust-item { border-right: none; flex: none; width: 48%; }
  .state-grid, .county-grid, .city-grid, .card-grid,
  .state-links, .county-links, .city-links, .neighborhood-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .gmb-cards { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 24px; }
  .site-images { grid-template-columns: 1fr 1fr; }
  .site-images img { height: 190px; }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .state-grid, .county-grid, .city-grid, .card-grid,
  .state-links, .county-links, .city-links, .neighborhood-list { grid-template-columns: 1fr; }
  .site-header .container { height: 58px; }
  .hero-section { padding: 60px 0 72px; }
  .hero-headline { font-size: 2.1rem; }
  .trust-item { width: 100%; }
  .site-images { grid-template-columns: 1fr; border-radius: 8px; }
  .site-images img { height: 200px; }
}

/* =============================================================================
   CTA BLOCKS
   ============================================================================= */

/* ── CTA #1 — Inline Strip ─────────────────────────────────────────────────── */
.cta-strip {
  background: var(--bg-2);
  border-left: 3px solid var(--mint);
  border-radius: var(--r);
  margin: 32px 0;
  overflow: hidden;
}
.cta-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
}
.cta-strip__copy {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.cta-strip__tag {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mint);
  background: var(--mint-pale);
  border: 1px solid rgba(0,212,184,.2);
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.cta-strip__copy p {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--text-dk);
  line-height: 1.4;
  font-weight: 300;
}
.cta-strip__copy p strong { color: var(--mint); font-weight: 600; }
.cta-strip__btn {
  display: inline-block;
  background: var(--mint);
  color: var(--bg);
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 10px 22px;
  border-radius: var(--r);
  white-space: nowrap;
  transition: background .2s, transform .15s;
}
.cta-strip__btn:hover { background: var(--mint-d); transform: translateY(-1px); }

/* ── CTA #2 — Split Card ────────────────────────────────────────────────────── */
.cta-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--mint);
  border-radius: var(--r-lg);
  margin: 44px 0;
  overflow: hidden;
}
.cta-card__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.cta-card__left {
  padding: 40px 36px;
  border-right: 1px solid var(--border);
}
.cta-card__eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-dk);
  margin-bottom: 12px;
}
.cta-card__headline {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--text-dk);
  line-height: 1.25;
  margin-bottom: 14px;
}
.cta-card__headline em {
  color: var(--mint);
  font-style: italic;
}
.cta-card__sub {
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--muted-dk);
  margin-bottom: 24px;
  font-weight: 300;
}
.cta-card__btn {
  display: inline-block;
  background: transparent;
  color: var(--mint);
  border: 1.5px solid var(--mint);
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 11px 26px;
  border-radius: var(--r);
  transition: background .2s, color .2s, transform .15s;
}
.cta-card__btn:hover {
  background: var(--mint);
  color: var(--bg);
  transform: translateY(-1px);
}
.cta-card__right {
  padding: 40px 36px;
  display: flex;
  align-items: center;
}
.cta-card__checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.cta-card__checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--text-dk);
  font-weight: 300;
}
.cta-card__checks li svg { flex-shrink: 0; }

/* ── CTA #3 — Full Banner ────────────────────────────────────────────────────── */
.cta-banner {
  position: relative;
  background: var(--bg);
  border-radius: var(--r-lg);
  margin: 52px 0;
  overflow: hidden;
  text-align: center;
  padding: 56px 28px;
}
.cta-banner__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0,212,184,.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 100%, rgba(232,160,32,.06) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner__inner {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.cta-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  background: rgba(232,160,32,.1);
  border: 1px solid rgba(232,160,32,.25);
  border-radius: 30px;
  padding: 5px 14px;
  margin-bottom: 24px;
}
.cta-banner__headline {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--text-dk);
  line-height: 1.2;
  margin-bottom: 16px;
}
.cta-banner__sub {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--muted-dk);
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 32px;
}
.cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mint);
  color: var(--bg);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 15px 36px;
  border-radius: var(--r);
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 8px 28px rgba(0,212,184,.25);
}
.cta-banner__btn:hover {
  background: var(--mint-d);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0,212,184,.35);
}
.cta-banner__arrow {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  background: rgba(7,9,15,.2);
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
}
.cta-banner__disclaimer {
  font-family: var(--sans);
  font-size: .75rem;
  color: var(--muted-dk);
  margin-top: 16px;
  font-weight: 300;
}

/* ── CTA responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .cta-strip__inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cta-strip__btn { width: 100%; text-align: center; }
  .cta-card__inner { grid-template-columns: 1fr; }
  .cta-card__left { border-right: none; border-bottom: 1px solid var(--border); padding: 28px 24px; }
  .cta-card__right { padding: 28px 24px; }
}
@media (max-width: 480px) {
  .cta-banner { padding: 40px 20px; }
  .cta-banner__headline { font-size: 1.7rem; }
  .cta-banner__btn { width: 100%; justify-content: center; }
}
