/* Etna Transfer — footer */

.site-footer {
  background: var(--color-deep, #113028);
  color: rgba(255,255,255,0.75);
  padding: 72px 0 0;
  margin-top: 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.site-footer__brand p { margin-top: 16px; font-size: 0.92rem; line-height: 1.6; }

.site-footer__col h3 {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}

.site-footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 0.92rem; }
.site-footer__col a:hover { color: #fff; }

.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  font-size: 0.82rem;
}

.site-footer__bottom-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
