:root {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  background: #f8fafc;
  top: 0 !important;
}

/* Subtle, tactile scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e2e8f0;
}

::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0f172a;
}

/* Keep Google Translate unobtrusive */
.goog-te-banner-frame {
  display: none !important;
}

.skiptranslate iframe {
  display: none !important;
}

#google_translate_element {
  font-size: 0;
  line-height: 0;
}

#google_translate_element select {
  font-size: 0.875rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

/* Soft gradient overlay utility */
.hero-ornament {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(251, 191, 36, 0.15), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.08), transparent 30%);
}
