* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #F8F7FB;
  color: #14111B;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.6;
}
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.legal h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0 0 4px;
  line-height: 1.15;
}
.legal .meta {
  font-size: 14px;
  color: rgba(20, 17, 27, 0.55);
  margin: 0 0 32px;
}
.legal h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.1px;
}
.legal h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 8px;
  color: rgba(20, 17, 27, 0.85);
}
.legal section {
  margin-bottom: 2rem;
}
.legal p {
  margin: 0 0 12px;
  color: rgba(20, 17, 27, 0.85);
}
.legal ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: rgba(20, 17, 27, 0.85);
}
.legal ul li {
  margin-bottom: 8px;
}
.legal a {
  color: #5538D4;
  text-decoration: underline;
}
.legal a:hover, .legal a:focus {
  color: #4128B0;
}
.legal strong { font-weight: 700; }
table.privacy-data {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 14px;
}
table.privacy-data th,
table.privacy-data td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(20, 17, 27, 0.10);
  vertical-align: top;
}
table.privacy-data th {
  background: rgba(118, 87, 255, 0.08);
  font-weight: 600;
  color: #14111B;
}
table.privacy-data tbody tr:nth-child(even) td {
  background: rgba(20, 17, 27, 0.025);
}
.legal-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 17, 27, 0.10);
  font-size: 14px;
  color: rgba(20, 17, 27, 0.55);
  text-align: center;
}
.legal-footer a {
  color: rgba(20, 17, 27, 0.75);
  text-decoration: none;
  margin: 0 8px;
}
.legal-footer a:hover, .legal-footer a:focus {
  color: #5538D4;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .legal { padding: 32px 20px 64px; }
  .legal h1 { font-size: 28px; }
  table.privacy-data { font-size: 13px; }
  table.privacy-data th, table.privacy-data td { padding: 6px 8px; }
}
