:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: #0a0a0a; font-family: "Inter Tight", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #20406e; text-decoration: none; }
a:hover { color: #0a1628; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(10,22,40,.10); backdrop-filter: blur(16px); }
.nav-shell, .footer-shell, .footer-bottom { width: min(100% - 56px, 1240px); margin: 0 auto; }
.nav-shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 7px; color: #0a0a0a; }
.brand span { background: #0a1628; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: .02em; line-height: 1; padding: 4px 7px 5px; border-radius: 3px; }
.brand b { font-size: 16px; font-weight: 800; letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.nav-shell nav { display: flex; align-items: center; gap: 6px; }
.nav-shell nav a { border-radius: 999px; color: #3a3a3a; font-size: 13.5px; font-weight: 500; padding: 8px 13px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.back-link, .primary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 37px; border-radius: 999px; font-size: 13px; font-weight: 600; line-height: 1; padding: 0 16px; }
.back-link { color: #1a1a1a; border: 1px solid rgba(10,22,40,.10); }
.primary-link { color: #fff; background: #0a1628; }
.primary-link:hover { color: #fff; background: #1f3358; }
.legal-shell { width: min(100% - 56px, 860px); margin: 0 auto; }
.legal-hero { padding: 64px 0 30px; }
.eyebrow { color: #20406e; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1 { color: #0a1628; font-size: clamp(42px, 7vw, 58px); font-weight: 600; letter-spacing: -.035em; line-height: 1; margin: 18px 0 14px; }
.updated { color: #747474; font-size: 14px; margin: 0; }
.legal-tabs { display: inline-flex; align-items: center; gap: 4px; margin-top: 26px; background: rgba(10,22,40,.05); border: 1px solid rgba(10,22,40,.10); border-radius: 999px; padding: 4px; }
.legal-tabs a { border-radius: 999px; color: #3a3a3a; font-size: 13px; font-weight: 600; padding: 9px 18px; white-space: nowrap; }
.legal-tabs a.active { background: #fff; color: #0a0a0a; box-shadow: 0 4px 12px -6px rgba(10,22,40,.3); }
.legal-body { padding: 8px 0 90px; }
.legal-copy { border-top: 1px solid rgba(10,22,40,.10); padding-top: 38px; }
.legal-copy .intro { color: #1a1a1a; font-size: 17px; line-height: 1.7; }
.legal-copy h2 { color: #0a1628; font-size: 22px; font-weight: 600; letter-spacing: -.018em; margin: 38px 0 11px; }
.legal-copy p, .legal-copy li { color: #3a3a3a; font-size: 15.5px; line-height: 1.72; }
.legal-copy p { margin: 0 0 15px; }
.legal-copy ul { display: grid; gap: 10px; margin: 0 0 16px; padding-left: 22px; }
.legal-copy strong { color: #1a1a1a; font-weight: 650; }
.legal-copy a { text-decoration: underline; text-underline-offset: 3px; }
.site-footer { background: #0a1628; color: rgba(255,255,255,.7); }
.footer-shell { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-top: 72px; padding-bottom: 40px; }
.brand.inverse span { background: #fff; color: #0a1628; }
.brand.inverse b { color: rgba(255,255,255,.5); }
.footer-brand p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; margin: 16px 0 0; max-width: 280px; }
.footer-shell h2 { color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 16px; }
.footer-shell > div:not(.footer-brand) a { color: rgba(255,255,255,.62); display: block; font-size: 14px; padding: 6px 0; }
.footer-shell a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; padding-bottom: 56px; display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,.62); }
@media (max-width: 820px) {
  .nav-shell nav, .back-link { display: none; }
  .nav-shell { min-height: 62px; }
  .footer-shell { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .nav-shell, .footer-shell, .footer-bottom, .legal-shell { width: min(100% - 36px, 1240px); }
  .legal-hero { padding-top: 48px; }
  .legal-tabs { width: 100%; }
  .legal-tabs a { flex: 1; text-align: center; padding-inline: 10px; }
  .legal-copy { padding-top: 30px; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding-top: 54px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-bottom: 40px; }
}
