* { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; font-family: 'Manrope', system-ui, sans-serif; color: #0C1526; background: #ffffff; -webkit-font-smoothing: antialiased; }
  h1,h2,h3,h4 { font-family: 'Sora', system-ui, sans-serif; margin: 0; letter-spacing: -0.02em; line-height: 1.15; }
  p { margin: 0; }
  a { color: #2F80F0; text-decoration: none; }
  a:hover { color: #1E5FCC; }
  @media (hover:hover) {
    [data-hov="cta"]:hover { transform: translateY(-2px); filter: brightness(1.08); }
    [data-hov="flink"]:hover { color: #fff !important; transform: translateX(3px); }
    [data-hov="nav"]:hover { color: #fff !important; }
    [data-hov="ghost"]:hover { background: rgba(255,255,255,0.14) !important; border-color: rgba(255,255,255,0.38) !important; }
  }
  [data-hov="cta"], [data-hov="flink"], [data-hov="nav"], [data-hov="ghost"] { transition: transform .22s ease, filter .22s ease, color .2s ease, background .22s ease, border-color .22s ease; }
