/* HR Effect — ortak site footer */
footer.footer {
  background: #111218;
  color: rgba(255, 255, 255, 0.52);
  padding: 4rem 2rem 2.5rem;
  font-family: "Nunito Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

footer.footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

footer.footer .footer-top {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr !important;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 760px) {
  footer.footer .footer-top {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
}

footer.footer .footer-logo {
  line-height: 0;
}

footer.footer .footer-logo img {
  display: block;
  height: 30px !important;
  width: auto !important;
  max-width: 140px !important;
  max-height: 32px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  margin-bottom: 1rem;
}

footer.footer .footer-desc {
  display: block;
  font-size: 0.85rem;
  line-height: 1.7;
  max-width: 22rem;
}

footer.footer .footer-col h5 {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.125rem;
}

footer.footer .footer-col a {
  display: block !important;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.5rem;
  text-decoration: none;
  line-height: 1.45;
}

footer.footer .footer-col a:hover {
  color: #8e7cc3;
}

footer.footer .footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  font-size: 0.78rem;
  flex-wrap: wrap;
  gap: 1rem;
}

footer.footer .footer-bot > span {
  display: block;
  max-width: 36rem;
  line-height: 1.55;
}

footer.footer .footer-social {
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
}

footer.footer .footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
}

footer.footer .footer-social a:hover {
  border-color: rgba(142, 124, 195, 0.45);
  color: #8e7cc3;
}

footer.footer .footer-license-note,
footer.footer .footer-license {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.74rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
  max-width: 52rem;
}

body.dark footer.footer {
  background: #060810 !important;
}

.hreffect-whatsapp-float,
.whatsapp-float.hreffect-whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1150;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #1ebe5d 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hreffect-whatsapp-float img,
.whatsapp-float.hreffect-whatsapp-float img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
}

@media (max-width: 560px) {
  footer.footer {
    padding: 2.5rem 1rem 1.8rem;
  }

  .hreffect-whatsapp-float {
    width: 48px;
    height: 48px;
    right: 1rem;
    bottom: 1rem;
  }
}
