/* ══════════════════════════════════════════════════
   GEO LANDING PAGES — Click or Media
   Complete styles for all 177 SEO landing pages
══════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────── */
.geo-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 60px) 0 80px;
}
.geo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.geo-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.28) saturate(1.2);
}
.geo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(8,8,8,0.98) 0%,
    rgba(8,8,8,0.82) 55%,
    rgba(212,175,55,0.08) 100%);
}
.geo-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 clamp(24px, 7vw, 100px);
}
.geo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.geo-breadcrumb a { color: var(--muted); transition: color 0.2s; }
.geo-breadcrumb a:hover { color: var(--gold); }
.geo-bc-sep { color: rgba(212,175,55,0.4); }
.geo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}
.geo-hero-badge i { font-size: 10px; }
.geo-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.geo-hero-rule {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 24px;
  border-radius: 2px;
}
.geo-hero-desc {
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(248,248,248,0.78);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 680px;
}
.geo-hero-kw-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.geo-kw-chip {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--muted);
  letter-spacing: 0.05em;
}
.geo-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.geo-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 4px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.3);
  color: #25d366;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}
.geo-wa-btn:hover { background: rgba(37,211,102,0.2); border-color: rgba(37,211,102,0.5); }
.geo-hero-trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.geo-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(248,248,248,0.7);
  font-family: var(--font-mono);
}
.geo-trust-item i { color: var(--gold); font-size: 12px; }

/* ── STATS BAR ────────────────────────────────── */
.geo-stats-bar {
  background: var(--surface);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 48px 40px;
}
.geo-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}
.geo-stat-num {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.geo-stat-label {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.geo-stat-ctx {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
}

/* ── INTRO ─────────────────────────────────────── */
.geo-intro {
  padding: 100px 40px;
  background: var(--bg);
}
.geo-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
}
.section-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.geo-intro-heading {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-intro-p {
  font-size: 15px;
  color: rgba(248,248,248,0.72);
  line-height: 1.8;
  margin-bottom: 16px;
}
.geo-intro-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  aspect-ratio: 4/3;
}
.geo-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── WHY US ────────────────────────────────────── */
.geo-why {
  padding: 100px 40px;
  background: var(--surface);
  border-top: 1px solid var(--hairline);
}
.geo-why-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-why-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 56px;
  letter-spacing: -0.02em;
  max-width: 640px;
  line-height: 1.2;
}
.geo-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.geo-why-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 32px;
  transition: border-color 0.3s, background 0.3s;
}
.geo-why-card:hover {
  border-color: rgba(212,175,55,0.35);
  background: rgba(212,175,55,0.04);
}
.geo-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 18px;
}
.geo-why-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.geo-why-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── SERVICES ──────────────────────────────────── */
.geo-services {
  padding: 100px 40px;
  background: var(--bg);
  border-top: 1px solid var(--hairline);
}
.geo-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-services-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 56px;
  letter-spacing: -0.02em;
  max-width: 640px;
  line-height: 1.2;
}
.geo-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.geo-svc-card {
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  background: rgba(15,15,15,0.8);
  transition: border-color 0.3s;
}
.geo-svc-card:hover { border-color: rgba(212,175,55,0.4); }
.geo-svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.geo-svc-card:hover::before { opacity: 1; }
.geo-svc-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 16px;
  opacity: 0.7;
}
.geo-svc-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.geo-svc-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.geo-svc-link {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.08em;
  transition: letter-spacing 0.2s;
}
.geo-svc-link:hover { letter-spacing: 0.15em; }

/* ── GEO LOCAL SECTION ────────────────────────── */
.geo-local {
  padding: 100px 40px;
  background: var(--surface);
  border-top: 1px solid var(--hairline);
}
.geo-local-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: center;
}
.geo-local-map-placeholder {
  background: rgba(212,175,55,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: 320px;
  justify-content: center;
}
.geo-map-pin-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.geo-map-pin {
  font-size: 56px;
  color: var(--gold);
  filter: drop-shadow(0 0 24px rgba(212,175,55,0.4));
  animation: pinPulse 2.5s ease-in-out infinite;
}
@keyframes pinPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.05); }
}
.geo-map-city {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.geo-map-subtext {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.geo-local-text h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-local-text p {
  font-size: 15px;
  color: rgba(248,248,248,0.72);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* ── PROCESS ────────────────────────────────────── */
.geo-process {
  padding: 100px 40px;
  background: var(--bg);
  border-top: 1px solid var(--hairline);
}
.geo-process-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.geo-process-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 64px;
  letter-spacing: -0.02em;
}
.geo-process-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.geo-process-timeline::before {
  content: '';
  position: absolute;
  left: 72px;
  top: 0; bottom: 0;
  width: 1px;
  background: var(--hairline);
}
.geo-process-step {
  display: grid;
  grid-template-columns: 100px 24px 1fr;
  gap: 0 24px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--hairline-white);
}
.geo-process-step:last-child { border-bottom: none; }
.geo-step-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
  padding-top: 4px;
  text-align: right;
  padding-right: 24px;
}
.geo-step-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.2);
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.geo-step-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.geo-step-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── TOOLS MARQUEE ────────────────────────────── */
.tools-marquee-section {
  padding: 24px 0;
  background: var(--surface);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
}
.tools-marquee-inner {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: toolsScroll 30s linear infinite;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding: 0 20px;
}
.tools-marquee-inner:hover { animation-play-state: paused; }
.tool-sep { color: var(--gold); opacity: 0.5; }
@keyframes toolsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── TESTIMONIALS ──────────────────────────────── */
.geo-testimonials {
  padding: 100px 40px;
  background: var(--bg);
  border-top: 1px solid var(--hairline);
}
.geo-testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-test-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 56px;
  letter-spacing: -0.02em;
}
.geo-test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.geo-test-card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 32px;
  transition: border-color 0.3s;
}
.geo-test-card:hover { border-color: rgba(212,175,55,0.3); }
.geo-test-stars {
  display: flex;
  gap: 4px;
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 16px;
}
.geo-test-text {
  font-size: 14px;
  color: rgba(248,248,248,0.78);
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.geo-test-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.geo-test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold);
  font-size: 17px;
  flex-shrink: 0;
}
.geo-test-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
}
.geo-test-role {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
}

/* ── FAQ ────────────────────────────────────────── */
.geo-faq {
  padding: 100px 40px;
  background: var(--surface);
  border-top: 1px solid var(--hairline);
}
.geo-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.geo-faq-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 56px;
  letter-spacing: -0.02em;
}
.geo-faq-list { display: flex; flex-direction: column; gap: 12px; }
.geo-faq-item {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.geo-faq-item.open { border-color: rgba(212,175,55,0.3); }
.geo-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 24px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  user-select: none;
  line-height: 1.4;
}
.geo-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  transition: transform 0.3s, background 0.3s;
  line-height: 1;
}
.geo-faq-item.open .geo-faq-icon {
  transform: rotate(45deg);
  background: rgba(212,175,55,0.1);
  border-color: rgba(212,175,55,0.3);
}
.geo-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16,1,0.3,1);
}
.geo-faq-item.open .geo-faq-a { max-height: 600px; }
.geo-faq-a-inner {
  padding: 0 24px 24px;
  font-size: 14px;
  color: rgba(248,248,248,0.7);
  line-height: 1.8;
}

/* ── RELATED PAGES ─────────────────────────────── */
.geo-related {
  padding: 80px 40px;
  background: var(--bg);
  border-top: 1px solid var(--hairline);
}
.geo-related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-related-heading {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 36px;
  letter-spacing: -0.02em;
}
.geo-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}
.geo-related-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  font-size: 13px;
  color: rgba(248,248,248,0.78);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  font-family: var(--font-display);
}
.geo-related-card:hover {
  border-color: rgba(212,175,55,0.35);
  background: rgba(212,175,55,0.05);
  color: var(--gold);
}
.geo-related-arr { color: var(--gold); font-size: 14px; }

/* ── CONTACT SECTION ───────────────────────────── */
.geo-contact {
  padding: 100px 40px;
  background: var(--surface);
  border-top: 1px solid var(--hairline);
}
.geo-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 80px;
  align-items: start;
}
.geo-contact-left h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-contact-left p {
  font-size: 15px;
  color: rgba(248,248,248,0.68);
  line-height: 1.8;
  margin-bottom: 32px;
}
.geo-contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.geo-contact-phone,
.geo-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  transition: color 0.2s;
}
.geo-contact-phone i,
.geo-contact-email i { color: var(--gold); }
.geo-contact-phone:hover,
.geo-contact-email:hover { color: var(--gold); }
.geo-interlinks { margin-top: 0; }
.geo-interlinks p {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.geo-interlink-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.geo-interlink-chip {
  padding: 6px 14px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 4px;
  font-size: 12px;
  color: var(--gold);
  font-family: var(--font-mono);
  transition: background 0.2s, border-color 0.2s;
}
.geo-interlink-chip:hover { background: rgba(212,175,55,0.15); border-color: rgba(212,175,55,0.4); }

/* ── CONTACT FORM ─────────────────────────────── */
.geo-contact-form {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 48px 40px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 14px;
  color: var(--white);
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus { border-color: rgba(212,175,55,0.5); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.geo-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.btn-submit {
  width: 100%;
  padding: 16px 24px;
  background: var(--gold);
  color: #000;
  border: none;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-bottom: 12px;
}
.btn-submit:hover { background: #c49a2e; transform: translateY(-1px); }
.geo-form-note {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.05em;
}
.form-toast {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 12px;
  display: none;
}
.form-toast.success { display: block; background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.3); color: #25d366; }
.form-toast.error { display: block; background: rgba(255,80,80,0.1); border: 1px solid rgba(255,80,80,0.3); color: #ff6060; }

/* ── FOOTER DROPDOWN (Locations) ──────────────── */
.footer-locations-dropdown {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
}
.footer-locations-title {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
.footer-locations-title i { transition: transform 0.3s; font-size: 11px; }
.footer-locations-title.open i { transform: rotate(180deg); }
.footer-locations-body {
  display: none;
}
.footer-locations-body.open { display: block; }
.footer-locations-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-city-link {
  padding: 5px 12px;
  background: rgba(212,175,55,0.06);
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: 4px;
  font-size: 11px;
  color: var(--muted);
  font-family: var(--font-mono);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.footer-city-link:hover {
  color: var(--gold);
  border-color: rgba(212,175,55,0.35);
  background: rgba(212,175,55,0.1);
}
.footer-locations-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-svc-loc-link {
  font-size: 10px;
  color: rgba(153,153,153,0.7);
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: 3px;
  transition: color 0.2s;
}
.footer-svc-loc-link:hover { color: var(--gold); }

/* ── FOOTER LOCATIONS (compact tab design) ───────── */
.floc-wrap {
  border-top: 1px solid rgba(212,175,55,0.1);
  padding: 28px 60px 32px;
}
.floc-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.floc-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.floc-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.floc-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  white-space: nowrap;
}
.floc-count {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  color: rgba(153,153,153,0.5);
  margin-left: auto;
  white-space: nowrap;
}
/* city pills */
.floc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.floc-pill {
  padding: 5px 13px;
  background: transparent;
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.floc-pill:hover {
  color: var(--white);
  border-color: rgba(212,175,55,0.4);
  background: rgba(212,175,55,0.06);
}
.floc-pill.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
  font-weight: 700;
}
/* services panel */
.floc-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(212,175,55,0.04);
  border: 1px solid rgba(212,175,55,0.1);
  border-radius: 8px;
}
.floc-svc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 11px;
  color: rgba(153,153,153,0.85);
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.floc-svc i {
  font-size: 10px;
  color: rgba(212,175,55,0.55);
  flex-shrink: 0;
  transition: color 0.2s;
}
.floc-svc:hover {
  color: var(--white);
  background: rgba(212,175,55,0.08);
}
.floc-svc:hover i { color: var(--gold); }

/* ── HERO PARTICLE CANVAS ─────────────────────────── */
.geo-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

/* ── HERO H1 CITY HIGHLIGHT ───────────────────────── */
.geo-h1-city {
  color: var(--gold);
  position: relative;
  display: inline-block;
}
.geo-h1-city::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(212,175,55,0.2));
  border-radius: 2px;
}

/* ── PROCESS SECTION REDESIGN ─────────────────────── */
.geo-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.geo-process-hdr {
  max-width: 680px;
  margin-bottom: 64px;
}
.geo-process-heading {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-process-city {
  color: var(--gold);
}
.geo-process-sub {
  font-size: 15px;
  color: rgba(248,248,248,0.6);
  line-height: 1.7;
  max-width: 560px;
}
.geo-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.geo-process-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 36px 28px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.geo-process-card:hover {
  border-color: rgba(212,175,55,0.45);
  background: rgba(212,175,55,0.04);
  transform: translateY(-5px);
}
.geo-process-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.geo-process-card:hover::before { opacity: 1; }
.geo-pcard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.geo-pcard-step {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.2);
  padding: 4px 10px;
  border-radius: 100px;
}
.geo-pcard-ghost {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  color: rgba(212,175,55,0.05);
  line-height: 1;
  letter-spacing: -0.04em;
  user-select: none;
  position: absolute;
  top: 8px;
  right: 20px;
}
.geo-process-card .geo-step-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.geo-pcard-rule {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
  margin-bottom: 14px;
}
.geo-process-card .geo-step-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
  position: relative;
  z-index: 1;
}
.geo-pcard-arrow {
  margin-top: 20px;
  color: rgba(212,175,55,0.25);
  font-size: 14px;
  transition: color 0.3s, transform 0.3s;
}
.geo-process-card:hover .geo-pcard-arrow {
  color: var(--gold);
  transform: translateX(4px);
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1100px) {
  .geo-intro-inner { grid-template-columns: 1fr; gap: 48px; }
  .geo-intro-img { display: none; }
  .geo-local-inner { grid-template-columns: 1fr; gap: 48px; }
  .geo-contact-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 900px) {
  .floc-wrap { padding: 24px 24px 28px; }
  .floc-count { display: none; }
}
@media (max-width: 768px) {
  .floc-wrap { padding: 20px 16px 24px; }
  .floc-head { gap: 10px; }
  .floc-svc { font-size: 10px; }
  .geo-hero { min-height: 80vh; padding-top: calc(var(--header-height) + 40px); }
  .geo-hero-content { padding: 0 20px; }
  .geo-hero-actions { flex-direction: column; }
  .geo-hero-actions .btn-primary,
  .geo-hero-actions .geo-wa-btn { width: 100%; text-align: center; justify-content: center; }
  .geo-hero-trust { gap: 16px; }
  .geo-hero-kw-chips { display: none; }
  .geo-stats-bar { padding: 40px 20px; }
  .geo-intro { padding: 60px 20px; }
  .geo-why { padding: 60px 20px; }
  .geo-services { padding: 60px 20px; }
  .geo-local { padding: 60px 20px; }
  .geo-process { padding: 60px 20px; }
  .geo-process-hdr { margin-bottom: 36px; }
  .geo-process-grid { grid-template-columns: 1fr; gap: 16px; }
  .geo-pcard-ghost { font-size: 52px; }
  .geo-testimonials { padding: 60px 20px; }
  .geo-faq { padding: 60px 20px; }
  .geo-related { padding: 60px 20px; }
  .geo-contact { padding: 60px 20px; }
  .geo-contact-form { padding: 28px 20px; }
  .geo-form-grid { grid-template-columns: 1fr; }
  .geo-process-timeline::before { display: none; }
  .geo-process-step { grid-template-columns: 1fr; gap: 4px; }
  .geo-step-num { text-align: left; padding-right: 0; }
  .geo-step-dot { display: none; }
  .geo-services-grid { grid-template-columns: 1fr; }
  .geo-why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .geo-hero-h1 { font-size: 26px; }
  .geo-stat-num { font-size: 28px; }
  .geo-stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
}
