.btn-ice{
  background: linear-gradient(90deg, var(--ice-blue), var(--ice-accent));
  border: none;
  color: white;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.btn-ice:hover{
  filter: brightness(1.05);
  color: white;
}

.btn-ice-secondary{
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: white;
  border-radius: 999px;
  padding: 10px 18px;
}

.btn-ice-outline{
  background: #fff;
  border: 1px solid #e6eef7;
  border-radius: 999px;
  padding: 10px 14px;
}
.brand-logo{
  height: 80px;   /* جرّب 48-60 */
  width: auto;
  object-fit: inherit;
}

@media (max-width: 992px){
  .brand-logo{
    height: 44px;
  }
}
.whatsapp-float{
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 15px 40px rgba(0,0,0,.25);
  z-index: 9999;
  text-decoration: none;
  font-size: 26px;
}
.whatsapp-float:hover{ filter: brightness(1.05); }