:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202033;
  background: #f6f4ff;
}
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 48px; }
.eyebrow { color: #7259d9; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 8px 0 16px; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.02; }
h2 { margin-top: 36px; font-size: 1.2rem; }
p, li { font-size: 1rem; line-height: 1.7; }
.lede { max-width: 620px; color: #5a5870; font-size: 1.15rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 36px 0; }
.cards a { display: grid; gap: 6px; padding: 20px; color: inherit; text-decoration: none; background: white; border: 1px solid #dfd9ff; border-radius: 18px; box-shadow: 0 10px 30px rgba(64, 45, 130, .08); }
.cards a:hover, .cards a:focus-visible { border-color: #836ce5; transform: translateY(-1px); }
.cards span, footer { color: #6b687d; }
a { color: #5b43c2; }
.policy { background: white; border: 1px solid #e2def4; border-radius: 22px; padding: clamp(22px, 5vw, 42px); box-shadow: 0 14px 40px rgba(64, 45, 130, .07); }
.back { display: inline-block; margin-bottom: 26px; text-decoration: none; }
footer { margin-top: 38px; font-size: .92rem; }
