/* ─── Site Footer ─────────────────────────────────────────────────────────── */

.site-footer {
  background: linear-gradient(160deg, #053d2f 0%, #064e3b 50%, #065f46 100%);
  color: #cbd5e1;
  padding-top: 3.5rem;
  margin-top: auto;
}

/* ── Brand & tagline ──────────────────────────────────────────────────────── */
.site-footer__tagline {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 0;
}

/* ── Column headings ─────────────────────────────────────────────────────── */
.site-footer__heading {
  color: #6ee7b7;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

/* ── Nav links ───────────────────────────────────────────────────────────── */
.site-footer__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.site-footer__nav li {
  margin-bottom: 0.55rem;
}

.site-footer a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.18s;
}

.site-footer a:hover {
  color: #6ee7b7;
}

/* ── Social icons ────────────────────────────────────────────────────────── */
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1 !important;
  font-size: 0.95rem;
  margin-right: 0.4rem;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.site-footer__social a:hover {
  background: #059669;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ── CTA button ──────────────────────────────────────────────────────────── */
.site-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  background: #059669;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.55rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.site-footer__cta-btn:hover {
  background: #047857;
  transform: translateY(-2px);
}

/* ── Bottom bar ──────────────────────────────────────────────────────────── */
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
  margin-top: 2.5rem;
  font-size: 0.8rem;
  color: #64748b;
}

.site-footer__bottom strong {
  color: #94a3b8;
}

.site-footer__music-note {
  color: rgba(110, 231, 183, 0.4);
  font-size: 1rem;
  letter-spacing: 0.2em;
}
