/* Site footer */
.site-footer,
footer.bg-gray-950[role="contentinfo"] {
  background: linear-gradient(180deg, #030712 0%, #0a0f1a 100%);
  color: #cbd5e1;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.site-footer a,
footer.bg-gray-950[role="contentinfo"] a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover,
footer.bg-gray-950[role="contentinfo"] a:hover {
  color: #ffffff;
}

.site-footer .text-sky-400,
.site-footer .text-sky-500,
footer.bg-gray-950 .text-sky-400,
footer.bg-gray-950 .text-sky-500 {
  color: #7dd3fc !important;
}

.site-footer .text-gray-400,
.site-footer .text-gray-300,
footer.bg-gray-950 .text-gray-400,
footer.bg-gray-950 .text-gray-300 {
  color: #cbd5e1 !important;
}

.site-footer .text-xs,
footer.bg-gray-950 .text-xs {
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
}

.site-footer .text-sm,
footer.bg-gray-950 .text-sm {
  font-size: 1rem !important;
}

/* Legal disclosures */
.footer-disclosures {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 2.5rem;
  margin: 2rem 0 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

@media (min-width: 768px) {
  .footer-disclosures {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
  }
}

.footer-disclosure {
  margin: 0;
  padding: 0 0 0 1rem;
  border-left: 3px solid #38bdf8;
}

.footer-disclosure--medical {
  border-left-color: #2dd4bf;
}

.footer-disclosure__label {
  margin: 0 0 0.4rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

.footer-disclosure__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.footer-disclosures--compact {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.footer-disclosures--compact .footer-disclosure__text {
  font-size: 0.75rem;
}

/* Copyright bar */
.footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 0.8125rem;
  color: #94a3b8;
}

.footer-bar p {
  margin: 0;
}

.footer-bar__tagline {
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

/* Legacy boxed disclaimers (if any page not migrated) */
.site-footer .bg-gray-900 {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
