/* Click Experience 2.3.4 — Footer contact contrast + icon-only social links */

/* WhatsApp: preserve official green, strengthen hierarchy and readability. */
.cxs-footer-pro__wa{
  color:#00155c!important;
  background:#25d366!important;
  border-color:#25d366!important;
}
.cxs-footer-pro__wa:hover{
  color:#00155c!important;
  background:#20c75d!important;
}
.cxs-footer-pro__wa-icon{
  background:rgba(0,21,92,.14)!important;
  box-shadow:inset 0 0 0 1px rgba(0,21,92,.08);
}
.cxs-footer-pro__wa-icon svg{fill:#fff!important}
.cxs-footer-pro__wa>span:nth-child(2) small{
  color:#00155c!important;
  opacity:.72!important;
  font-weight:800!important;
}
.cxs-footer-pro__wa>span:nth-child(2) strong{
  color:#fff!important;
  text-shadow:0 1px 1px rgba(0,21,92,.15);
}
.cxs-footer-pro__wa>i{
  color:#00155c!important;
  font-weight:800!important;
}

/* Social networks: icon-only, already linked, compact and immediately recognizable. */
.cxs-footer-pro__social{
  display:flex!important;
  flex-wrap:wrap;
  gap:10px!important;
}
.cxs-footer-pro__social a{
  width:42px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  display:grid!important;
  place-items:center;
  border-radius:13px!important;
  border:1px solid rgba(39,173,255,.18)!important;
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.cxs-footer-pro__social a svg{
  width:18px!important;
  height:18px!important;
  fill:#27adff!important;
  transition:transform .22s ease,fill .22s ease;
}
.cxs-footer-pro__social a:hover{
  transform:translateY(-3px)!important;
  background:#27adff!important;
  border-color:#27adff!important;
  box-shadow:0 12px 26px rgba(39,173,255,.18);
}
.cxs-footer-pro__social a:hover svg{
  fill:#00155c!important;
  transform:scale(1.06);
}
.cxs-footer-pro__social a:focus-visible{
  outline:2px solid #ffbd59!important;
  outline-offset:3px!important;
}

@media(max-width:700px){
  .cxs-footer-pro__social a{width:44px!important;height:44px!important;min-height:44px!important}
  .cxs-footer-pro__social a svg{width:19px!important;height:19px!important}
}
