/* Footer site-wide - xem custom/functions.php (caia_add_content_footer) */

.site-footer {
  background: transparent !important;
  padding: 20px 4rem 40px !important;
}

.site-footer > .wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-footer__wrap {
  max-width: 1920px !important;
  margin: 0 auto !important;
  background: #000229 !important;
  border-radius: 30px !important;
  padding: 4rem 4rem 3rem !important;
}

.site-footer__top {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
}

@media (min-width: 1024px) {
  .site-footer__top {
    grid-template-columns: 1.4fr 1.3fr 0.8fr 1fr !important;
    gap: 40px !important;
    align-items: start !important;
  }
}

.site-footer__col--brand .custom-logo,
.site-footer__col--brand img {
  max-width: 180px !important;
  height: auto !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.site-footer__col--brand .site-footer__logo-text {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
  letter-spacing: -0.5px !important;
}

.site-footer__desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 380px !important;
}

.site-footer__title {
  margin: 0 0 22px 0 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #58AD40 !important;
}

.site-footer__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.site-footer__list a {
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.site-footer__list a:hover {
  color: #58AD40 !important;
  text-decoration: none !important;
}

.site-footer__contact {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.site-footer__contact li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.site-footer__contact svg {
  flex-shrink: 0 !important;
  color: #58AD40 !important;
  margin-top: 3px !important;
}

.site-footer__bottom {
  position: relative !important;
  margin-top: 48px !important;
  padding-top: 28px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.site-footer__bottom::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

.site-footer__copyright {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

.site-footer__social {
  display: flex !important;
  gap: 14px !important;
}

.site-footer__social a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000229 !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
}

.site-footer__social a svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.site-footer__social a:hover {
  background: #58AD40 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
}

@media (max-width: 1023px) {
  .site-footer { padding: 20px 16px 30px !important; }
  .site-footer__wrap { padding: 36px 20px 24px !important; border-radius: 24px !important; }
  .site-footer__bottom { flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .site-footer__social { justify-content: center !important; }
}
