/* ================================================================
   ANXIETYMANAGEMENTTEST.COM — Footer Only Styles
   (Safe to load on any page without resetting global styles)
   ================================================================ */

.site-footer {
  background: #eef0eb;
  border-top: 1px solid #d4d8ce;
  padding: 48px 24px 0;
  font-family: 'Inter', sans-serif;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 36px;
}
@media (max-width: 900px) {
  .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 767px) {
  .footer-columns { grid-template-columns: 1fr; gap: 24px; }
  .footer-col { text-align: center; }
  .footer-col h3 { text-align: center; }
  .footer-col ul li { text-align: center; }
}

.footer-col h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.footer-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
  color: #374151;
}
.footer-col ul li a {
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col ul li a:hover {
  color: #1f2937;
  text-decoration: underline;
}

.footer-disclaimer {
  border-top: 1px solid #c8ccbf;
  border-bottom: 1px solid #c8ccbf;
  padding: 20px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-bottom-links a {
  font-size: 0.875rem;
  color: #374151;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0 14px;
  transition: color 0.15s;
}
.footer-bottom-links a:hover { color: #1f2937; }
.footer-bottom-links .sep {
  color: #9ca3af;
  font-size: 0.875rem;
}

.footer-copy {
  font-size: 0.8125rem;
  color: #6b7280;
  text-align: center;
  margin: 0;
}
