@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  color: #17232f;
  background: #f6f7f3;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f6f7f3; }
.page { min-height: 100vh; padding: 36px 48px; }
.page-header { max-width: 896px; margin: 0 auto 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; color: #17232f; font: 700 20px 'Space Grotesk', sans-serif; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #ef6a5b; color: white; font: 700 18px 'Space Grotesk', sans-serif; }
.back { color: #ef6a5b; font-size: 14px; font-weight: 700; text-decoration: none; }
.panel { max-width: 896px; margin: 0 auto; padding: 48px; border: 1px solid rgba(226, 232, 240, .8); border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(23, 35, 47, .08); }
.eyebrow { margin: 0; color: #ef6a5b; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 12px 0 0; color: #17232f; font: 700 40px/1.1 'Space Grotesk', sans-serif; letter-spacing: 0; }
.date { margin: 12px 0 0; color: #64748b; font-size: 14px; }
.legal-copy { margin-top: 40px; }
.legal-copy h2 { margin: 32px 0 10px; color: #17232f; font: 700 19px/1.2 'Space Grotesk', sans-serif; }
.legal-copy p { margin: 14px 0 0; color: #64748b; font-size: 15px; line-height: 1.75; }
.legal-copy strong { color: #64748b; }
.legal-copy a { color: #ef6a5b; font-weight: 700; }
code { color: #17232f; font-size: .9em; }
@media (max-width: 640px) {
  .page { padding: 20px; }
  .panel { padding: 28px 24px; }
  h1 { font-size: 34px; }
}
