/* ===============================================================
   Relay Me — legal/policy page styles
   Loaded after site.css. Plain long-form text: the job here is to
   be readable, not designed.
   =============================================================== */

.policy { padding: 56px 0 80px; }

.policy-body { max-width: 760px; }

.policy-body h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.policy-body h2 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 36px 0 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.policy-body h1 + p { color: #6b7585; font-size: 0.9rem; }

.policy-body p,
.policy-body li {
  color: #aab3c2;
  font-size: 0.96rem;
  line-height: 1.7;
}
.policy-body p { margin-bottom: 14px; }

.policy-body ul { margin: 0 0 16px 20px; }
.policy-body li { margin-bottom: 8px; }

.policy-body strong { color: #e6eaf2; font-weight: 600; }
.policy-body a { color: #8eb1ff; text-decoration: underline; }
.policy-body code {
  font-family: var(--mono);
  font-size: 0.86em;
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #c4d6ff;
}

/* Retention and cookie tables. Scroll inside their own box on a phone
   rather than widening the page. */
.table-wrap { overflow-x: auto; margin-bottom: 20px; }
.policy-table { width: 100%; border-collapse: collapse; }
.policy-table th {
  text-align: left;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7585;
  padding: 0 14px 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}
.policy-table td {
  padding: 12px 14px 12px 0;
  font-size: 0.92rem;
  color: #aab3c2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: top;
}
.policy-table tr:last-child td { border-bottom: none; }

/* Withdrawal has to be as easy as consent was, so it lives on the page
   itself rather than behind an email request. */
.policy-withdraw {
  margin-top: 44px;
  padding: 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.policy-withdraw p { margin-bottom: 14px; }
.policy-withdraw .btn { min-height: 44px; }

@media (max-width: 600px) {
  .policy { padding: 36px 0 56px; }
  .policy-body h2 { margin-top: 28px; padding-top: 20px; }
}
