.legal-main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px clamp(28px, 5vw, 72px) 96px;
}

.legal-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  min-width: 0;
  padding-bottom: 42px;
}

.legal-hero > * {
  min-width: 0;
}

.legal-hero h1 {
  color: #f8fbfa;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  max-width: 900px;
  overflow-wrap: anywhere;
}

.legal-hero h1 span,
.legal-kicker,
.legal-content a {
  color: var(--lime);
}

.legal-hero > p:last-child {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
  max-width: 760px;
}

.legal-kicker {
  font-size: 12px;
  font-weight: 850;
  margin: 0;
  text-transform: uppercase;
}

.legal-content {
  color: #dbe2e1;
  display: grid;
  gap: 42px;
  margin-top: 52px;
  max-width: 860px;
  min-width: 0;
  width: 100%;
}

.legal-content section {
  border-left: 1px solid rgba(183, 255, 0, 0.42);
  min-width: 0;
  padding-left: clamp(20px, 3vw, 34px);
}

.legal-content h2 {
  color: #f8fbfa;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.legal-content p,
.legal-content li {
  color: #b7c1c0;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p + p,
.legal-content ul + p {
  margin-top: 14px;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.legal-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.legal-table th,
.legal-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #b7c1c0;
  font-size: 13px;
  line-height: 1.5;
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: #f8fbfa;
  font-weight: 800;
}

.legal-meta {
  color: var(--muted);
  font-size: 12px;
  margin-top: 26px;
}

.site-footer .footer-privacy-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .legal-main {
    padding-bottom: 72px;
    padding-top: 48px;
  }

  .legal-page .site-header {
    grid-template-columns: 1fr auto;
  }

  .legal-page .site-header .main-nav,
  .legal-page .site-header > .language-switcher,
  .legal-page .site-header > .nav-contact {
    display: none;
  }

  .legal-page .mobile-menu-toggle {
    display: inline-flex;
  }
}
