/* ========================================
   TERAVIAN DROPS — Legal Pages
   ======================================== */

.legal-page {
  padding-top: calc(var(--nav-height) + 80px);
  padding-bottom: 100px;
  min-height: 80vh;
}

.legal-page h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.legal-updated {
  font-size: 0.8rem;
  color: var(--gray-600);
  letter-spacing: 0.05em;
  margin-bottom: 56px;
}

.legal-page section {
  margin-bottom: 48px;
  max-width: var(--container-narrow);
}

.legal-page h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.legal-page p {
  font-size: 0.92rem;
  color: var(--gray-200);
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-page ul {
  margin: 12px 0 12px 20px;
}

.legal-page li {
  font-size: 0.92rem;
  color: var(--gray-200);
  line-height: 1.8;
  padding: 4px 0;
  list-style: disc;
}

.legal-page li::marker {
  color: var(--gold-dim);
}

.legal-page a {
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 161, 74, 0.3);
  transition: border-color 0.3s var(--ease-out);
}

.legal-page a:hover {
  border-color: var(--gold);
}

/* Refund highlight box */
.refund-highlight {
  padding: 40px;
  border: 1px solid var(--red);
  background: rgba(122, 12, 12, 0.1);
  text-align: center;
  margin-bottom: 48px;
}

.refund-highlight h2 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--white);
  margin-bottom: 16px;
}

.refund-highlight p {
  text-align: center;
}
