.site-footer {
  position: relative;
  margin-top: 4rem;
  background: linear-gradient(180deg, #f8faf9 0%, var(--sk-surface) 28%);
  border-top: 1px solid var(--sk-border);
}

.site-footer__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sk-primary) 0%, var(--sk-header-accent) 45%, var(--sk-setum) 100%);
}

.site-footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}

.site-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--sk-text);
  margin-bottom: 0.65rem;
}

.site-footer__brand-link:hover {
  color: var(--sk-link-hover);
}

.site-footer__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 11px;
  background: var(--sk-primary-soft);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.site-footer__brand-mark .sk-site-icon--brand {
  color: var(--sk-primary);
  font-size: 1.15rem;
}

.site-footer__brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-footer__tagline {
  max-width: 34rem;
  margin-bottom: 0.75rem !important;
}

.site-footer__blurb {
  margin: 0 0 1rem;
  max-width: 34rem;
  color: var(--sk-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.site-footer__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid var(--sk-border);
  background: var(--sk-surface);
  color: var(--sk-muted);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-btn:hover {
  color: var(--sk-link-hover);
  border-color: rgba(16, 185, 129, 0.45);
  background: var(--sk-primary-soft);
  transform: translateY(-1px);
}

.site-footer__company-note {
  margin: 0;
  font-size: 0.84rem;
  color: var(--sk-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.site-footer__heading {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sk-muted);
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.site-footer .footer-link {
  color: #475569;
  text-decoration: none;
  min-height: 36px;
  padding: 0.2rem 0;
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.site-footer .footer-link:hover {
  color: var(--sk-link-hover);
}

.site-footer__contact-note {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  color: var(--sk-muted);
  line-height: 1.55;
}

.site-footer__bar {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sk-border);
}

@media (min-width: 768px) {
  .site-footer__bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.site-footer__copyright,
.site-footer__domain {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
}

.site-footer__domain .footer-link {
  font-weight: 500;
}
