/**
 * THERA — Trust, safety & legal page styling
 * Used with .thera-trust-strip, .chat-trust-foot, .thera-legal-doc
 */

/* ── Compact disclaimers (login, signup, etc.) ── */
.thera-trust-strip {
  max-width: 420px;
  margin: 0 auto;
  padding: 1rem 1.25rem 1.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--neutral-600, #5c6b78);
  text-align: center;
  border-top: 1px solid var(--neutral-100, #e8eef2);
}

.thera-trust-strip p {
  margin: 0 0 0.5rem;
}

.thera-trust-strip a {
  color: var(--teal-600, #2a8fa8);
  font-weight: 600;
  text-decoration: none;
}

.thera-trust-strip a:hover {
  text-decoration: underline;
}

.thera-trust-links {
  margin: 0 !important;
  font-size: 0.76rem;
  opacity: 0.95;
}

/* Reserve space so fixed trust bar does not cover chat input */
body:has(.chat-trust-foot) .chat-app {
  padding-bottom: 52px;
}

/* ── Chat page fixed foot ── */
.chat-trust-foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 8px 14px 10px;
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
  color: var(--neutral-600, #5a6a72);
  background: linear-gradient(180deg, rgba(250, 252, 254, 0) 0%, rgba(248, 251, 253, 0.97) 28%, #f4f9fb 100%);
  border-top: 1px solid rgba(30, 80, 100, 0.08);
}

.chat-trust-foot p {
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.chat-trust-foot a {
  color: var(--teal-600, #2a8fa8);
  font-weight: 600;
  text-decoration: none;
}

.chat-trust-foot a:hover {
  text-decoration: underline;
}

@media (max-width: 520px) {
  .chat-trust-foot {
    font-size: 0.68rem;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
}

/* ── Home footer disclaimer ── */
.footer-disclaimer {
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--neutral-500, #7a8a99);
  max-width: 720px;
  margin: 0 auto 1rem;
  text-align: center;
}

/* ── Standalone legal documents ── */
.thera-legal-page {
  min-height: 100vh;
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--soft-white, #fafcfd);
  color: var(--neutral-900, #1a2530);
}

.thera-legal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  background: rgba(250, 252, 254, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--neutral-100, #e8eef2);
}

.thera-legal-header a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal-600, #2a8fa8);
  text-decoration: none;
}

.thera-legal-header a:hover {
  text-decoration: underline;
}

.thera-legal-brand {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.thera-legal-doc {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 22px 80px;
  font-size: 0.94rem;
  line-height: 1.65;
}

.thera-legal-doc h1 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.03em;
}

.thera-legal-doc .legal-updated {
  font-size: 0.82rem;
  color: var(--neutral-500, #7a8a99);
  margin-bottom: 2rem;
}

.thera-legal-doc h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2rem 0 0.65rem;
}

.thera-legal-doc p {
  margin: 0 0 1rem;
}

.thera-legal-doc ul {
  margin: 0 0 1rem 1.1rem;
  padding: 0;
}

.thera-legal-doc li {
  margin-bottom: 0.4rem;
}

.thera-legal-doc a {
  color: var(--teal-600, #2a8fa8);
  font-weight: 600;
}

/* Hub pages: slim bottom bar */
.hub-trust-foot {
  padding: 12px 16px 24px;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
  color: var(--neutral-500, #7a8a99);
  border-top: 1px solid var(--neutral-100, #e8eef2);
  background: var(--soft-white, #fafcfd);
}

.hub-trust-foot a {
  color: var(--teal-600, #2a8fa8);
  font-weight: 600;
  text-decoration: none;
}

.hub-trust-foot a:hover {
  text-decoration: underline;
}
