.legal{ padding: 56px 0 96px; }
.legal-container{ max-width: 820px; }

.legal-back{ margin-bottom: 20px; }
.legal-back a{ color: var(--blue-dark); font-weight: 600; font-size: .9rem; }
.legal-back a:hover{ text-decoration: underline; }

.legal h1{ font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem); margin-bottom: .3em; }
.legal-updated{ color: var(--text-muted); font-size: .9rem; margin-bottom: 28px; }

.legal h2{
  font-size: 1.35rem;
  margin-top: 44px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.legal h2:first-of-type{ border-top: none; padding-top: 0; }
.legal h3{ font-size: 1.05rem; margin-top: 24px; color: var(--blue-dark); }

.legal p{ font-size: .98rem; line-height: 1.7; }
.legal a{ color: var(--blue-dark); text-decoration: underline; }

.legal-list{
  display: grid;
  gap: 10px;
  margin: 0 0 1.2em;
  padding-left: 0;
}
.legal-list li{
  list-style: none;
  padding-left: 24px;
  position: relative;
  font-size: .96rem;
  line-height: 1.6;
  color: var(--text-muted);
}
.legal-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.legal-list strong{ color: var(--text); }

.legal-table{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.6em;
  font-size: .92rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.legal-table th, .legal-table td{
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.legal-table tr:last-child th, .legal-table tr:last-child td{ border-bottom: none; }
.legal-table th{
  width: 34%;
  background: var(--bg-soft);
  color: var(--navy);
  font-weight: 600;
}
.legal-table td{ color: var(--text-muted); }

@media (max-width: 640px){
  .legal-table th, .legal-table td{ display: block; width: 100%; }
  .legal-table th{ border-bottom: none; padding-bottom: 4px; }
  .legal-table td{ padding-top: 0; }
}
