:root {
  --geo-bg: #080807;
  --geo-surface: rgba(24, 24, 21, .86);
  --geo-surface-strong: #171713;
  --geo-line: rgba(255, 250, 240, .16);
  --geo-text: #fffaf0;
  --geo-muted: #c7c0ad;
  --geo-teal: #38f8d4;
  --geo-amber: #ffb84d;
}

html { scroll-behavior: smooth; }
body.geo-page {
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(145deg, #080807, #17140f) !important;
  background-size: 56px 56px, 56px 56px, auto !important;
  color: var(--geo-text);
}
.geo-page main { overflow: hidden; }
.geo-page .navbar { background: rgba(8,8,7,.88) !important; border-bottom: 1px solid var(--geo-line); }
.geo-shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.geo-hero { position: relative; padding: clamp(5rem, 10vw, 8rem) 0 4rem; }
.geo-hero::before {
  content: ""; position: absolute; width: 38rem; height: 38rem; right: -14rem; top: -15rem;
  border-radius: 50%; background: rgba(56,248,212,.12); filter: blur(60px); pointer-events: none;
}
.geo-breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 0 0 2rem; list-style: none; color: var(--geo-muted); font-size: .9rem; }
.geo-breadcrumb li + li::before { content: "/"; margin-right: .55rem; color: #736d61; }
.geo-eyebrow { display: inline-flex; padding: .45rem .8rem; border: 1px solid rgba(56,248,212,.35); border-radius: 999px; color: var(--geo-teal); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.geo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.geo-page h1 { max-width: 850px; margin: 1.2rem 0; font-size: clamp(2.6rem, 7vw, 5.7rem); line-height: .94 !important; }
.geo-intro { max-width: 760px; color: var(--geo-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.geo-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.geo-proof { border: 1px solid var(--geo-line); border-radius: 18px; padding: 1.35rem; background: var(--geo-surface); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.geo-proof strong { display: block; margin-bottom: .35rem; color: var(--geo-text); font-size: 1.05rem; }
.geo-proof p { margin: 0; color: var(--geo-muted); }
.geo-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--geo-line); border-radius: 18px; overflow: hidden; background: var(--geo-surface); }
.geo-fact { min-width: 0; padding: 1.25rem; border-right: 1px solid var(--geo-line); }
.geo-fact:last-child { border-right: 0; }
.geo-fact span { display: block; color: var(--geo-muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.geo-fact strong { display: block; overflow-wrap: anywhere; margin-top: .3rem; color: var(--geo-text); font-size: 1.05rem; }
.geo-section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.geo-section--soft { border-block: 1px solid var(--geo-line); background: rgba(8,8,7,.55); }
.geo-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; margin-bottom: 2.2rem; align-items: start; }
.geo-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.geo-heading p { max-width: 680px; margin: 0; color: var(--geo-muted); font-size: 1.05rem; }
.geo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.geo-card { height: 100%; padding: 1.45rem; border: 1px solid var(--geo-line); border-radius: 16px; background: var(--geo-surface); }
.geo-card__number { color: var(--geo-teal); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.geo-card h3 { margin: 1rem 0 .65rem; font-size: 1.3rem; }
.geo-card p { margin: 0; color: var(--geo-muted); }
.geo-card a { display: inline-block; margin-top: 1rem; font-weight: 800; }
.geo-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: steps; }
.geo-step { position: relative; padding: 1.4rem 1.4rem 1.4rem 4rem; border-top: 1px solid var(--geo-line); }
.geo-step::before { counter-increment: steps; content: "0" counter(steps); position: absolute; left: 0; color: var(--geo-amber); font-weight: 900; }
.geo-step h3 { margin: 0 0 .5rem; font-size: 1.1rem; }
.geo-step p { margin: 0; color: var(--geo-muted); }
.geo-local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.geo-map { min-height: 390px; border: 1px solid var(--geo-line); border-radius: 18px; overflow: hidden; background: var(--geo-surface); }
.geo-map iframe { display: block; width: 100%; height: 100%; min-height: 390px; border: 0; filter: grayscale(.15) contrast(1.05); }
.geo-local-copy { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--geo-line); border-radius: 18px; background: var(--geo-surface); }
.geo-local-copy h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.geo-local-copy p, .geo-source { color: var(--geo-muted); }
.geo-zone-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.geo-zone-links a { padding: .55rem .8rem; border: 1px solid var(--geo-line); border-radius: 999px; color: var(--geo-text) !important; text-decoration: none; }
.geo-zone-links a:hover { border-color: var(--geo-teal); }
.geo-faq details { border-top: 1px solid var(--geo-line); padding: 1.2rem 0; }
.geo-faq details:last-child { border-bottom: 1px solid var(--geo-line); }
.geo-faq summary { cursor: pointer; color: var(--geo-text); font-size: 1.08rem; font-weight: 800; }
.geo-faq details p { max-width: 800px; margin: .8rem 0 0; color: var(--geo-muted); }
.geo-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(56,248,212,.3); border-radius: 22px; background: linear-gradient(135deg, rgba(56,248,212,.13), rgba(255,184,77,.08)); }
.geo-cta h2 { margin: 0 0 .65rem; font-size: clamp(2rem, 4vw, 3.3rem); }
.geo-cta p { margin: 0; color: var(--geo-muted); }
.geo-cta .geo-actions { justify-content: flex-end; margin: 0; }
.geo-page footer { border-top: 1px solid var(--geo-line); background: #080807; }
@media (max-width: 900px) {
  .geo-hero-grid, .geo-heading, .geo-local-grid, .geo-cta { grid-template-columns: 1fr; }
  .geo-grid, .geo-process { grid-template-columns: 1fr 1fr; }
  .geo-cta .geo-actions { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .geo-facts, .geo-grid, .geo-process { grid-template-columns: 1fr; }
  .geo-fact { border-right: 0; border-bottom: 1px solid var(--geo-line); }
  .geo-fact:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
