* { box-sizing: border-box; }
body { margin: 0; background: #f5f7fa; color: #13233d; font-family: "Montserrat", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.65; }
main { width: min(760px, calc(100% - 36px)); margin: 60px auto; border: 1px solid #d8e0ea; border-radius: 8px; background: #ffffff; padding: clamp(28px, 6vw, 60px); }
.legal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.back { color: #1463d8; font-size: .85rem; font-weight: 600; text-decoration: none; }
.language-toggle { border: 1px solid #cfdceb; border-radius: 5px; background: #ffffff; color: #0f4eae; cursor: pointer; font: inherit; font-size: .82rem; font-weight: 600; padding: 8px 10px; }
.language-toggle:hover { background: #edf4ff; }
.eyebrow { margin: 42px 0 10px; color: #1463d8; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
h1 { margin: 0 0 28px; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; }
h2 { margin: 32px 0 8px; font-size: 1.15rem; font-weight: 700; }
p { color: #5e6d83; } a { color: #0f4eae; }
@media (max-width: 520px) { main { margin: 24px auto; } .legal-topbar { align-items: flex-start; } }
