html { scroll-behavior: smooth; }
body { background: #F7F9F8; color: #1B1F1D; }

.bg-ink { background-color: #F7F9F8; }
.bg-ink-2 { background-color: #EEF2F0; }
.bg-ink\/90 { background-color: rgba(247, 249, 248, 0.92); }
.bg-ink\/50 { background-color: rgba(255, 255, 255, 0.72); }
.bg-panel { background-color: #FFFFFF; }
.bg-panel-2 { background-color: #EEF2F0; }
.border-line { border-color: #B8C9C2; }
.text-cream { color: #1B1F1D; }
.text-mute { color: #5C6862; }
.text-amber { color: #E85D04; }
.bg-amber { background-color: #E85D04; }
.text-ink { color: #FFFFFF; }
.text-ok { color: #2D6A4F; }
.text-info { color: #1B4332; }
.bg-ok { background-color: #2D6A4F; }
.bg-amber\/10 { background-color: rgba(232, 93, 4, 0.1); }
.bg-amber\/15 { background-color: rgba(232, 93, 4, 0.15); }
.bg-amber\/20 { background-color: rgba(232, 93, 4, 0.2); }
.hover\:bg-amber\/90:hover { background-color: rgba(232, 93, 4, 0.9); }
.hover\:border-amber\/40:hover { border-color: rgba(232, 93, 4, 0.4); }
.hover\:text-amber:hover { color: #E85D04; }
.border-amber\/30 { border-color: rgba(232, 93, 4, 0.3); }
.bg-ok\/10 { background-color: rgba(45, 106, 79, 0.1); }
.bg-ok\/15 { background-color: rgba(45, 106, 79, 0.15); }
.bg-info\/10 { background-color: rgba(27, 67, 50, 0.08); }
.bg-info\/15 { background-color: rgba(27, 67, 50, 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 {
  width: 280px;
  height: 608px;
  padding: 12px;
  border-radius: 2.75rem;
  background: linear-gradient(180deg, #FFFFFF, #EEF2F0);
  box-shadow: 0 30px 80px rgba(27, 67, 50, 0.14), 0 0 0 1px #B8C9C2;
  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: #F7F9F8;
  border: 1px solid #B8C9C2;
  position: relative;
}
.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 9px;
  border-radius: 999px;
  background: #1B1F1D;
  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% 48%;
}
.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;
  align-items: center;
  font-size: 10px;
  color: #F7F9F8;
  text-shadow: 0 1px 3px rgba(0,0,0,0.65);
  background: linear-gradient(180deg, rgba(0,0,0,0.45), transparent);
}
.mock-radar {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 72%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(232, 93, 4, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(232, 93, 4, 0.18), inset 0 0 40px rgba(45, 106, 79, 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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.mock-pin-green { background: #2D6A4F; }
.mock-pin-amber { background: #E85D04; }
.mock-card {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  background: rgba(255,255,255,0.94);
  border: 1px solid #B8C9C2;
  border-radius: 1rem;
  padding: 0.65rem 0.75rem;
  box-shadow: 0 8px 24px rgba(27,67,50,0.18);
}
.mock-gis-credit {
  position: absolute;
  right: 8px;
  bottom: 76px;
  z-index: 3;
  font-size: 8px;
  color: #F7F9F8;
  background: rgba(0,0,0,0.45);
  padding: 2px 6px;
  border-radius: 999px;
}

.desk-frame { background: #FFFFFF; border: 1px solid #B8C9C2; box-shadow: 0 20px 50px rgba(27,67,50,0.12); }
.desk-chrome { background: #F7F9F8; border-bottom: 1px solid #B8C9C2; }
.grid-dots {
  background-image: radial-gradient(rgba(45, 106, 79, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
}

.amber-ring { box-shadow: 0 0 0 1px rgba(232, 93, 4, 0.35), 0 12px 40px rgba(27, 67, 50, 0.08); }

.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: none;
}

footer { background-color: #F4F4F5; color: #52525B; }
footer a { color: #3F3F46; }
footer a:hover { color: #E85D04; }

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 42rem;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #B8C9C2;
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 16px 50px rgba(27, 31, 29, 0.1);
}
.cookie-bar p { color: #5C6862; font-size: 0.8125rem; line-height: 1.5; }
.cookie-bar a { color: #E85D04; text-decoration: underline; }

nav a.nav-link { color: #5C6862; }
nav a.nav-link:hover { color: #1B1F1D; }
nav a.nav-link.is-active { color: #2D6A4F; }

::selection { background: rgba(45, 106, 79, 0.22); color: #1B1F1D; }
