.cms-page-container {
  max-width: 980px;
  padding-top: 28px;
  padding-bottom: 56px;
}
.cms-page-container > h1 {
  max-width: 820px;
  margin: 18px auto 24px;
  text-align: center;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.legal-content {
  margin-top: 20px;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 28px;
}
.legal-document {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.82;
}
.legal-document h2 {
  margin: 34px 0 12px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.24;
  letter-spacing: -.01em;
}
.legal-document h2:first-of-type { margin-top: 8px; }
.legal-document p { margin: 0 0 14px; color: rgba(31,26,22,.82); }
.legal-document ul { margin: 8px 0 18px; padding-left: 22px; color: rgba(31,26,22,.82); }
.legal-document li { margin: 7px 0; }
.legal-updated {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(193,160,120,.12);
  color: var(--accent-dark, #8d6440) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.legal-notice {
  margin: 18px 0 28px;
  padding: 18px 20px;
  border: 1px solid rgba(193,160,120,.24);
  border-left: 4px solid var(--accent, #c1a078);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,250,243,.96), rgba(255,255,255,.92));
  color: rgba(31,26,22,.82);
}
.legal-table {
  width: 100%;
  margin: 14px 0 24px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(193,160,120,.2);
  border-radius: 18px;
}
.legal-table th,
.legal-table td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(193,160,120,.16);
  text-align: left;
  vertical-align: top;
}
.legal-table tr:last-child th,
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table th {
  width: 190px;
  background: rgba(193,160,120,.09);
  color: var(--accent-dark, #8d6440);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.legal-table td { color: rgba(31,26,22,.8); }
.legal-content a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 768px) {
  .cms-page-container { padding-top: 20px; padding-bottom: 40px; }
  .cms-page-container > h1 { text-align: left; margin: 14px 0 18px; }
  .legal-content { padding: 20px 16px; border-radius: 22px; }
  .legal-document { font-size: 14.2px; line-height: 1.72; }
  .legal-document h2 { margin-top: 28px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table th { border-bottom: 0; padding-bottom: 6px; }
  .legal-table td { padding-top: 4px; }
}
