
:root{
  --font-geist-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
html{scroll-behavior:smooth;}
body{font-family:var(--font-geist-sans);}
section[id], footer, header {scroll-margin-top: 88px;}
.mobile-menu{position:fixed; inset:64px 0 auto 0; z-index:49;}
.mobile-link{
  display:block; border-radius:0.85rem; padding:0.9rem 1rem;
  color:#e2e8f0; font-size:0.95rem; font-weight:600;
}
.mobile-link:hover{background:rgba(255,255,255,.06); color:white;}
.header-scrolled{
  border-color: rgba(255,255,255,.10) !important;
  background: rgba(6,11,24,.86) !important;
  backdrop-filter: blur(16px);
}
.reveal-visible{opacity:1 !important; transform:none !important;}
#contact-form [type="submit"]{cursor:pointer;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation:none !important; transition:none !important;}
}
