:root{
  --bp-primary:#0d6efd;     /* Bootstrap primary */
  --bp-dark:#0b1220;
}

body{
  scroll-behavior: smooth;
}

.navbar-brand img{
  height: 38px;
  width: auto;
}

.hero{
  background: linear-gradient(135deg, rgba(13,110,253,.20), rgba(32,201,151,.12));
}

.badge-soft{
  background: rgba(13,110,253,.12);
  color: #0d6efd;
  border: 1px solid rgba(13,110,253,.20);
}

.card-hover{
  transition: transform .15s ease, box-shadow .15s ease;
}
.card-hover:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.icon-circle{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
}

.footer{
  background: #0b1220;
  color: rgba(255,255,255,.80);
}
.footer a{ color: rgba(255,255,255,.80); }
.footer a:hover{ color:#fff; }

.whatsapp-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 800;
}
