/* Shared footer styles — loaded via <link rel="stylesheet" href="/shared/footer.css"> */
.site-footer {
  background: #F7F9FC;
  border-top: 1px solid #E5EAF2;
  padding: 56px 0 48px;
  margin-top: 96px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #4A5A75;
}
.site-footer .footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-footer .footer-note {
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 24px 28px;
  background: #FFFFFF;
  border: 1px solid #E5EAF2;
  border-left: 3px solid #0E7C7B;
  border-radius: 12px;
  text-align: center;
}
.site-footer .footer-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4A5A75;
}
.site-footer .footer-note strong {
  color: #0B1F3A;
  font-weight: 600;
}
.site-footer .footer-note a {
  color: #0E7C7B;
  font-weight: 600;
  text-decoration: none;
}
.site-footer .footer-note a:hover {
  text-decoration: underline;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1fr 1fr 1fr;
  gap: 32px;
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 16px;
}
.site-footer .footer-mark {
  width: 32px;
  height: 32px;
}
.site-footer .footer-wordmark {
  font-size: 20px;
  font-weight: 700;
  color: #0B1F3A;
}
.site-footer .footer-tagline {
  color: #4A5A75;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 24px;
  max-width: 280px;
}
.site-footer .footer-copy {
  color: #4A5A75;
  font-size: 13px;
  margin: 0;
}
.site-footer .footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0B1F3A;
  margin: 0 0 16px;
}
.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col li {
  margin-bottom: 10px;
}
.site-footer .footer-col a {
  color: #4A5A75;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.15s;
}
.site-footer .footer-col a:hover {
  color: #0E7C7B;
}
@media (max-width: 880px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (max-width: 520px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer { padding: 48px 0 32px; }
  .site-footer .footer-note {
    padding: 20px;
    margin-bottom: 40px;
    text-align: left;
  }
  .site-footer .footer-note p { font-size: 14px; }
}
