.legal-page { max-width: 820px; margin: 0 auto; padding: 3.5rem 2rem 5rem; }
.legal-last-updated { font-size: 0.72rem; color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; margin-bottom: 2.5rem; display: block; }
.legal-section { margin-bottom: 2.5rem; }
.legal-section h2 {
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem;
  color: var(--navy); margin-bottom: 0.8rem;
  padding-bottom: 0.5rem; border-bottom: 2px solid var(--navy-light);
}
.legal-section p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 0.7rem; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; margin: 0.5rem 0 0.7rem 1rem; }
.legal-section ul li { font-size: 0.86rem; color: var(--text-mid); line-height: 1.7; position: relative; padding-left: 0.8rem; }
.legal-section ul li::before { content: '–'; position: absolute; left: -0.8rem; color: var(--teal); font-weight: 700; }
.legal-contact {
  background: var(--navy-light); border: 1px solid var(--border); border-left: 4px solid var(--blue);
  border-radius: 4px; padding: 1.4rem 1.8rem; margin-top: 3rem;
}
.legal-contact-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.5rem; }
.legal-contact p { font-size: 0.87rem; color: var(--text-mid); line-height: 1.75; }
.legal-contact a { color: var(--blue); font-weight: 600; text-decoration: none; }
.legal-meta { font-size: 0.73rem; color: var(--text-light); margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--border); line-height: 1.7; }

@media (max-width: 900px) { .legal-page { padding: 2.5rem 1.5rem 4rem; } }
