/* IPTVTOUCAN premium theme override */
:root{
  --primary:#a855f7;
  --secondary:#ec4899;
  --accent:#c084fc;
}
body{
  font-family:'Manrope',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
}
.grad-text{
  background:linear-gradient(135deg,#a855f7,#ec4899);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.btn-primary{
  background:linear-gradient(135deg,#a855f7,#ec4899) !important;
}
.btn-wa{
  background:linear-gradient(135deg,#a855f7,#ec4899) !important;
}
.kicker{color:#c084fc;}
.card:hover{
  border-color:#a855f7 !important;
  box-shadow:0 14px 40px rgba(168,85,247,.20);
}
.cta-band{
  border-color:rgba(236,72,153,.45) !important;
}
