:root { --critical-header-height: 88px; color-scheme: light; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: Manrope, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, Arial, sans-serif;
  background: #ffffff;
  color: #003d7a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#root { min-height: 100vh; }
section[class*="min-h"], section[class*="h-[75vh]"] {
  min-height: 420px;
  background: linear-gradient(145deg, #03203f 0%, #0a4d68 48%, #1f2937 100%);
}
