/* ========================================
   FOOTER
   ======================================== */

.site-footer {
  background: linear-gradient(135deg, #0e3f5f 0%, #093857 100%);
  color: #fff;
  padding-top: 26px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
  align-items: start;
  padding-bottom: 24px;
}

.footer-brand {
  width: 220px;
  min-width: 220px;
}

.footer-brand img {
  width: 100%;
  height: auto;
  max-width: 220px;
  display: block;
}

.footer-brand h4 {
  font-family: var(--font-primary);
  margin: 8px 0 16px;
  width: fit-content;
}

.socials {
  display: flex;
  gap: 14px;
  width: fit-content;
}

.social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0a0a0a;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.footer-col {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-col h5 {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: var(--font-primary);
}

.footer-col a,
.footer-col span {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  font-family: var(--font-primary);
  font-weight: 600;
  color: white;
}

.footer-bottom {
  background: #111;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  font-family: var(--font-primary);
}
