:root {
  color: #0b1d63;
  background: #f7f8ff;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 15% 5%, #e7efff 0, transparent 32%), #f9f8f4; }
a { color: inherit; }
.legal-header { width: min(1040px, calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-brand { display: inline-flex; align-items: center; gap: 11px; color: #0b1d63; font-size: 22px; font-weight: 900; text-decoration: none; }
.legal-brand img { width: 43px; height: 43px; }
.back-link { padding: 11px 16px; color: #0f4eea; background: white; border: 1px solid #dce4ff; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; }
.legal-main { width: min(900px, calc(100% - 32px)); margin: 24px auto 80px; padding: clamp(30px, 6vw, 68px); background: rgba(255,255,255,.94); border: 1px solid rgba(11,29,99,.1); border-radius: 42px; box-shadow: 0 24px 70px rgba(23,39,99,.12); }
.eyebrow { margin: 0 0 13px; color: #0f4eea; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.lead { max-width: 720px; margin: 22px 0 42px; color: #59647f; font-size: 19px; line-height: 1.7; }
h2 { margin: 38px 0 10px; font-size: 25px; letter-spacing: -.025em; }
h3 { margin: 24px 0 8px; font-size: 18px; }
p, li { color: #414d6d; font-size: 16px; line-height: 1.75; }
ul { padding-left: 22px; }
.note { margin-top: 32px; padding: 18px 20px; background: #eef3ff; border-radius: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.feature-grid article { padding: 22px; background: #f6f8ff; border: 1px solid #e4e9ff; border-radius: 24px; }
.feature-grid h2 { margin: 0 0 8px; font-size: 19px; }
.feature-grid p { margin: 0; font-size: 14px; }
.legal-footer { width: min(900px, calc(100% - 32px)); margin: -50px auto 40px; display: flex; flex-wrap: wrap; gap: 16px; color: #65708d; font-size: 13px; }
.legal-footer a { color: #0f4eea; font-weight: 800; }
@media (max-width: 620px) { .legal-header { width: calc(100% - 24px); } .legal-brand { font-size: 18px; } .legal-main { padding: 28px 20px; border-radius: 30px; } .feature-grid { grid-template-columns: 1fr; } }
