@import url('style.css');

.legal-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.legal-page main {
  flex: 1;
}

.legal-header {
  padding: 40px 0 28px;
  border-bottom: 1px solid rgba(13,13,13,.08);
  margin-bottom: 32px;
}
.legal-header .legal-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(13,13,13,.40);
  margin-bottom: 10px;
}
.legal-header h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 10vw, 64px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.01em;
  color: var(--black, #0D0D0D);
  margin-bottom: 8px;
}
.legal-header .legal-date {
  font-size: 12px;
  color: rgba(13,13,13,.40);
  margin: 0;
}

.legal-body {
  max-width: 680px;
  padding-bottom: 64px;
}

.legal-body h2 {
  font-family: 'Inter', ui-sans-serif, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(13,13,13,.50);
  margin: 32px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(13,13,13,.08);
}
.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(13,13,13,.75);
  margin: 0 0 12px;
}

.legal-body ul {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: none;
}
.legal-body ul li {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(13,13,13,.75);
  margin-bottom: 6px;
  padding-left: 4px;
  position: relative;
}
.legal-body ul li::before {
  content: "—";
  position: absolute;
  left: -18px;
  color: rgba(13,13,13,.25);
  font-size: 12px;
}

.legal-body strong {
  font-weight: 700;
  color: rgba(13,13,13,.90);
}

.legal-body a {
  color: #6B3FA0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-body a:hover {
  color: #FF3CAC;
}

.fill {
  font-weight: 600;
  color: rgba(13,13,13,.88);
}
