/* JBoat — CSS base compartilhado (vitrines públicas, Bloco 4)
   Tokens oficiais do site cliente. Páginas mantêm CSS próprio por cima. */

:root {
  --void: #050a18;
  --abyss: #0a0f1e;
  --surface: #141d33;
  --surface2: #1a2540;
  --border: rgba(255, 255, 255, 0.07);
  --border2: rgba(6, 182, 212, 0.2);
  --cyan: #06b6d4;
  --emerald: #10b981;
  --amber: #f59e0b;
  --rose: #f43f5e;
  --orange: #FF7A00;
  --text: #e2e8f0;
  --muted: #64748b;
  --muted2: #94a3b8;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

img[loading="lazy"] {
  content-visibility: auto;
}

.nav-logo img,
a.nav-logo img {
  height: 56px !important;
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
