html { scroll-behavior: smooth; }
body { background: #12201C; color: #F4F7F6; }

.bg-ink { background-color: #12201C; }
.bg-ink-2 { background-color: #1A2C28; }
.bg-ink\/90 { background-color: rgba(18, 32, 28, 0.92); }
.bg-ink\/50 { background-color: rgba(18, 32, 28, 0.55); }
.bg-panel { background-color: #1E332E; }
.bg-panel-2 { background-color: #243C36; }
.border-line { border-color: #2F4A43; }
.text-cream { color: #F4F7F6; }
.text-mute { color: #A8C4BB; }
.text-amber { color: #FFC107; }
.bg-amber { background-color: #FFC107; }
.text-ink { color: #12201C; }
.text-ok { color: #5A9685; }
.text-info { color: #7EB8A8; }
.bg-ok { background-color: #5A9685; }
.bg-amber\/10 { background-color: rgba(255, 193, 7, 0.1); }
.bg-amber\/15 { background-color: rgba(255, 193, 7, 0.15); }
.bg-amber\/20 { background-color: rgba(255, 193, 7, 0.2); }
.hover\:bg-amber\/90:hover { background-color: rgba(255, 193, 7, 0.9); }
.hover\:border-amber\/40:hover { border-color: rgba(255, 193, 7, 0.4); }
.hover\:text-amber:hover { color: #FFC107; }
.border-amber\/30 { border-color: rgba(255, 193, 7, 0.3); }
.border-amber\/40 { border-color: rgba(255, 193, 7, 0.4); }
.bg-ok\/10 { background-color: rgba(90, 150, 133, 0.12); }
.bg-ok\/15 { background-color: rgba(90, 150, 133, 0.18); }
.bg-info\/10 { background-color: rgba(126, 184, 168, 0.1); }
.bg-info\/15 { background-color: rgba(126, 184, 168, 0.16); }

.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 {
  width: 280px;
  height: 608px;
  padding: 12px;
  border-radius: 2.75rem;
  background: linear-gradient(180deg, #2A443E, #12201C);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px #2F4A43;
  overflow: hidden;
  display: flex;
  flex: none;
  flex-shrink: 0;
  align-self: center;
}
@media (min-width: 1024px) {
  .phone-frame {
    width: 310px;
    height: 672px;
  }
}
.phone-screen {
  flex: 1;
  min-height: 0;
  width: 100%;
  border-radius: 2.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #12201C;
  border: 1px solid #2F4A43;
  position: relative;
}
.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 9px;
  border-radius: 999px;
  background: #0E1816;
  z-index: 4;
}
.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% 45%;
}
.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: #F4F7F6;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
  background: linear-gradient(180deg, rgba(18,32,28,0.72), transparent);
}
.mock-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -90%) rotate(-45deg);
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.mock-pin-fire { background: #E53E3E; }
.mock-pin-flood { background: #3182CE; }
.mock-pin-road { background: #D69E2E; }
.mock-pin-crime { background: #DD6B20; }
.mock-card {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  background: rgba(30, 51, 46, 0.94);
  border: 1px solid #2F4A43;
  border-radius: 1rem;
  padding: 0.65rem 0.75rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
}
.mock-gis-credit {
  position: absolute;
  right: 8px;
  bottom: 92px;
  z-index: 3;
  font-size: 8px;
  color: #F4F7F6;
  background: rgba(18,32,28,0.65);
  padding: 2px 6px;
  border-radius: 999px;
}
.phone-tabs {
  min-height: 48px;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.desk-frame { background: #1A2E29; border: 1px solid #2F4A43; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.desk-chrome { background: #12201C; border-bottom: 1px solid #2F4A43; }
.grid-dots {
  background-image: radial-gradient(rgba(90, 150, 133, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
}

.amber-ring { box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.35), 0 12px 40px rgba(0, 0, 0, 0.28); }

.logo-mark {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.logo-geotactics {
  height: 40px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  filter: brightness(1.65) grayscale(0.2);
}

footer { background-color: #0E1816; color: #A8C4BB; }
footer a { color: #C5D9D2; }
footer a:hover { color: #FFC107; }

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 42rem;
  margin: 0 auto;
  background: #1E332E;
  border: 1px solid #2F4A43;
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
}
.cookie-bar p { color: #A8C4BB; font-size: 0.8125rem; line-height: 1.5; }
.cookie-bar a { color: #FFC107; text-decoration: underline; }

nav a.nav-link { color: #A8C4BB; }
nav a.nav-link:hover { color: #F4F7F6; }
nav a.nav-link.is-active { color: #FFC107; }

::selection { background: rgba(90, 150, 133, 0.4); color: #F4F7F6; }
