.site-footer {
  background-color: #191919;
  padding: 3rem 2rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #cecece;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 130px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.4rem;
}

.footer-brand .logo-icon-circle {
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: none;
}

.footer-brand .logo-icon-circle img {
  width: 26px;
  height: 26px;
}

.footer-logo .logo-text-header {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.footer-logo p {
  color: #cecece;
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.link-column {
  min-width: 150px;
}

.link-column h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.link-column a {
  display: block;
  color: #cecece !important;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  font-size: 0.95rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.link-column a:hover {
  color: #fff !important;
}

.link-column p {
  color: #cecece;
  font-size: 0.95rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.link-column p a {
  color: #cecece !important;
}

.link-column p a:hover {
  color: #fff !important;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 0.05px solid #616161;
}

.footer-bottom p {
  color: #cecece;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

.footer-bottom a {
  color: #cecece !important;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.footer-bottom span {
  color: #616161;
}


@media screen and (max-width: 480px) {

.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  
  
}

.link-column {
  min-width: 120px;
  flex-direction: row;
}

.link-column h4 {
 font-size: 1rem;
}

.link-column a {
  font-size: 0.92rem;
  margin-bottom: 3px;
}


  
}

.contact-whatsapp {
  margin-top: 0.5rem;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #cecece !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.whatsapp-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.85;
}

.whatsapp-link:hover {
  color: #fff !important;
}

.whatsapp-link:hover img {
  opacity: 1;
}