:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #131a30;
  background: #f6f8fc;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 12% 0%, rgba(104, 190, 255, .14), transparent 28%), #f6f8fc; }
a { color: #665de6; }
.legal-shell { width: min(920px, calc(100% - 32px)); margin: 32px auto; }
.legal-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #131a30; font-size: 20px; font-weight: 850; letter-spacing: .09em; text-decoration: none; }
.brand img { width: 34px; height: 24px; }
.brand small { padding: 5px 9px; border: 1px solid #dcdafc; border-radius: 999px; color: #756ce8; font-size: 10px; letter-spacing: .14em; }
.legal-nav nav { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-nav nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-card { padding: clamp(28px, 6vw, 64px); border: 1px solid #e1e5f0; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(27, 35, 65, .08); }
.eyebrow { color: #756ce8; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 10px 0 12px; font-size: clamp(38px, 7vw, 64px); line-height: 1; letter-spacing: -.055em; }
.effective { margin: 0 0 30px; color: #71788a; font-size: 14px; }
.lead { max-width: 760px; color: #3d4559; font-size: 18px; line-height: 1.65; }
h2 { margin: 34px 0 10px; font-size: 22px; letter-spacing: -.02em; }
h3 { margin: 22px 0 8px; font-size: 16px; }
p, li { color: #555e72; font-size: 15px; line-height: 1.72; }
ul { padding-left: 22px; }
li + li { margin-top: 7px; }
.notice { margin: 28px 0; padding: 18px 20px; border-left: 4px solid #68beff; border-radius: 10px; background: #f3f8ff; }
.notice p { margin: 0; color: #33415d; }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin: 22px 0 50px; color: #71788a; font-size: 13px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 640px) {
  .legal-shell { margin-top: 18px; }
  .legal-nav { align-items: flex-start; flex-direction: column; }
  .legal-card { border-radius: 18px; }
}
