/* Shared typography for the BoostBarz Kiosk Terms & Conditions document.
   Used by the standalone /terms/ page and by the terms modal on the products page. */
.terms-doc {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75;
}
.terms-doc .terms-effective {
  margin: 0;
  color: #d9f99d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.terms-doc .terms-title {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.terms-doc h3 {
  margin: 34px 0 10px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.terms-doc p { margin: 0 0 14px; }
.terms-doc ul, .terms-doc ol { margin: 0 0 16px; padding-left: 22px; }
.terms-doc li { margin-bottom: 8px; }
.terms-doc strong { color: #fff; }
.terms-doc .terms-ack {
  margin-top: 34px;
  padding: 4px 24px 18px;
  border: 1px solid rgba(163,230,53,0.28);
  border-radius: 20px;
  background: rgba(163,230,53,0.07);
}
.terms-doc .terms-ack h3 { border-top: none; padding-top: 0; margin-top: 22px; }
.terms-doc .terms-ack ul { margin-bottom: 0; }

@media (max-width: 640px) {
  .terms-doc { font-size: 15px; }
  .terms-doc .terms-ack { padding: 4px 16px 14px; border-radius: 16px; }
}
