.whatsapp-section{
  background:linear-gradient(135deg,var(--navy),#001642);
  color:#fff;
  padding:31px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.whatsapp-section h2{
  margin:0 0 7px;
  font-size:20px;
}

.whatsapp-section p{
  margin:0;
  font-size:12px;
}

.whatsapp-btn{
  border-radius:13px;
}

.stats-section{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center;
  padding:28px 28px 34px;
  background:#fff;
}

.stats-section strong{
  display:block;
  font-size:19px;
  color:var(--navy);
}

.stats-section span{
  display:block;
  margin-top:5px;
  color:#475569;
  font-size:10px;
}

.site-footer{
  background:#001642;
  color:#fff;
  padding:35px 34px 18px;
}

.footer-inner{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:24px;
}

.site-footer h3,.site-footer h4{
  margin-top:0;
}

.site-footer p{
  color:#dbeafe;
  font-size:13px;
}

.site-footer a{
  display:block;
  color:#dbeafe;
  font-size:13px;
  margin:7px 0;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.16);
  margin-top:24px;
  padding-top:16px;
  display:flex;
  justify-content:center;
  gap:10px;
  font-size:12px;
}

.footer-socials{
  display:flex;
  gap:8px;
  margin-top:14px;
}

.footer-socials a{
  width:34px;
  height:34px;
  border-radius:999px;
  background:#eef7fa;
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:12px;
}

.site-footer p{
  line-height:1.6;
}

.footer-brand img{
  width:120px;
  height:auto;
  display:block;
}

.footer-brand{
  max-width:280px;
}

.footer-brand img{
  background:#fff;
  padding:16px;
  border-radius:16px;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  margin-bottom:20px;
}