/* UI v2 STEP 6A — footer component (loads after site.css) */

.site-footer {
  margin-top: 28px;
  background: linear-gradient(135deg, #0f4f4f, #0f766e);
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer-inner {
  width: min(1440px, 92%);
  margin: 0 auto;
  padding: 36px 20px 22px;
}

.site-footer-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.site-footer-bottom-grid {
  padding: 24px 0 8px;
}

.site-footer h3,
.site-footer h4,
.site-footer-col h3,
.site-footer-col h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 14px;
  letter-spacing: 0.01em;
}

.site-footer a,
.site-footer-col a {
  color: #e2e8f0;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer a:hover,
.site-footer-col a:hover {
  color: #fff;
}

.site-footer-brand {
  color: #fff;
}

.site-footer-brand strong {
  font-size: 18px;
  font-weight: 800;
}

.site-footer-tagline {
  color: #e2e8f0;
  font-size: 16px;
  line-height: 1.65;
}

.site-footer .legal-text,
.site-footer-meta.legal-text,
.site-footer-bct-note.legal-text,
.site-footer-copy.legal-text {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer-meta {
  margin: 0 0 6px;
}

.site-footer-contact-list li {
  color: #e2e8f0;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer-contact-list span {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-footer-copy {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}

.site-footer-bct-slot {
  color: #cbd5e1;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 42, 0.2);
}

@media (max-width: 960px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }
}
