html { scroll-behavior: smooth; }
body { background: #0C0C0C; color: #F4F4F5; }

.bg-ink { background-color: #0C0C0C; }
.bg-ink-2 { background-color: #111111; }
.bg-ink\/90 { background-color: rgba(12, 12, 12, 0.92); }
.bg-ink\/50 { background-color: rgba(12, 12, 12, 0.5); }
.bg-panel { background-color: #141414; }
.bg-panel-2 { background-color: #1A1A1A; }
.border-line { border-color: rgba(249, 115, 22, 0.18); }
.text-cream { color: #F4F4F5; }
.text-mute { color: #A1A1AA; }
.text-amber { color: #F97316; }
.bg-amber { background-color: #F97316; }
.text-ink { color: #0C0C0C; }
.text-ok { color: #34D399; }
.text-info { color: #F97316; }
.bg-ok { background-color: #34D399; }
.bg-amber\/10 { background-color: rgba(249, 115, 22, 0.1); }
.bg-amber\/15 { background-color: rgba(249, 115, 22, 0.15); }
.bg-amber\/20 { background-color: rgba(249, 115, 22, 0.2); }
.hover\:bg-amber\/90:hover { background-color: rgba(249, 115, 22, 0.9); }
.hover\:border-amber\/40:hover { border-color: rgba(249, 115, 22, 0.4); }
.hover\:text-amber:hover { color: #F97316; }
.border-amber\/30 { border-color: rgba(249, 115, 22, 0.3); }
.bg-ok\/10 { background-color: rgba(52, 211, 153, 0.1); }
.bg-ok\/15 { background-color: rgba(52, 211, 153, 0.15); }
.bg-info\/10 { background-color: rgba(249, 115, 22, 0.08); }
.bg-info\/15 { background-color: rgba(249, 115, 22, 0.12); }

.float-slow { animation: float 7s ease-in-out infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  .float-slow { animation: none !important; }
}

.phone-frame {
  background: linear-gradient(180deg, #1A1A1A, #0C0C0C);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(249, 115, 22, 0.25);
}
.phone-screen {
  background: #0C0C0C;
  border: 1px solid rgba(249, 115, 22, 0.22);
}
.mock-gis {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.mock-gis-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: brightness(0.72) contrast(1.08) saturate(0.85);
}
.mock-gis-status {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 3;
  padding: 1.35rem 0.9rem 0.4rem;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #F4F4F5;
  background: linear-gradient(180deg, rgba(0,0,0,0.55), transparent);
}
.mock-radar {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 68%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(249, 115, 22, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(249, 115, 22, 0.12);
  pointer-events: none;
  z-index: 1;
}
.mock-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -90%) rotate(-45deg);
  border: 2px solid #fff;
  background: #F97316;
  box-shadow: 0 2px 5px rgba(0,0,0,0.45);
  z-index: 2;
}
.mock-card {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  z-index: 3;
  background: rgba(20,20,20,0.94);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 1rem;
  padding: 0.65rem 0.75rem;
}
.mock-gis-credit {
  position: absolute;
  right: 8px;
  bottom: 88px;
  z-index: 3;
  font-size: 8px;
  color: #F4F4F5;
  background: rgba(0,0,0,0.5);
  padding: 2px 6px;
  border-radius: 999px;
}
.desk-frame { background: #141414; border-color: rgba(249,115,22,0.22); box-shadow: 0 20px 50px rgba(0,0,0,0.45); }
.desk-chrome { background: #111; border-bottom: 1px solid rgba(249,115,22,0.18); }

.grid-dots {
  background-image: radial-gradient(rgba(249, 115, 22, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
}

.amber-ring { box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.45), 0 12px 40px rgba(249, 115, 22, 0.12); }

.logo-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 12px;
  background: #000;
  flex-shrink: 0;
}
.logo-geotactics {
  height: 40px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  filter: brightness(1.7) grayscale(0.15);
}

footer { background-color: #171717; color: #B8B8B8; }
footer a { color: #C8C8C8; }
footer a:hover { color: #F97316; }

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 42rem;
  margin: 0 auto;
  background: #141414;
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
}
.cookie-bar p { color: #A1A1AA; font-size: 0.8125rem; line-height: 1.5; }
.cookie-bar a { color: #F97316; text-decoration: underline; }

nav a.nav-link { color: #A1A1AA; }
nav a.nav-link:hover { color: #F4F4F5; }
nav a.nav-link.is-active { color: #F97316; }

::selection { background: rgba(249, 115, 22, 0.35); color: #F4F4F5; }
