/*
  LegalPage.html page-specific styles.
*/

.legal-hero {
  background: radial-gradient(1000px 500px at 20% -10%, rgba(56, 198, 255, .08), transparent 60%), var(--bg);
  border-bottom: 1px solid var(--line2);
}

.legal-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 32px 44px;
}

.legal-hero__kicker {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.legal-hero__title {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0;
  max-width: 760px;
}

.legal-hero__intro {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink2);
  max-width: 640px;
  margin: 20px 0 0;
}

.legal-body {
  background: var(--bg);
}

.legal-body__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 32px 90px;
}

.legal-section {
  margin-bottom: 34px;
}

.legal-section__heading {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 14px;
}

.legal-section__para {
  font-size: 15.5px;
  line-height: 1.72;
  color: #c3ccd6;
  margin: 0 0 14px;
}

.legal-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 6px;
}

.legal-bullets__row {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.legal-bullets__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
  margin-top: 8px;
}

.legal-bullets__text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink2);
}

.legal-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-ink);
  background: var(--accent);
  padding: 15px 26px;
  border-radius: var(--radius-md);
}
