
.tvstar-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-left:auto;
  white-space:nowrap;
}
.tvstar-live-support{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 16px;
  border:1px solid rgba(148,163,184,.24);
  border-radius:999px;
  color:#f8fafc;
  font-weight:700;
  text-decoration:none;
  background:rgba(15,23,42,.45);
}
.tvstar-online-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 12px rgba(34,197,94,.9);
}
.tvstar-free-trial{
  color:#f8fafc;
  font-weight:800;
  text-decoration:none;
}
.tvstar-get-started{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  background:linear-gradient(135deg,#ff3344,#e11d2e);
  box-shadow:0 10px 24px rgba(225,29,46,.28);
}
.tvstar-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  background:#22c55e;
  box-shadow:0 0 22px rgba(34,197,94,.45);
}
.tvstar-whatsapp svg{
  width:24px;
  height:24px;
}
@media (max-width:1100px){
  .tvstar-header-actions{gap:8px}
  .tvstar-live-support{padding:0 12px}
  .tvstar-get-started{padding:0 14px}
}
@media (max-width:900px){
  .tvstar-header-actions{
    width:100%;
    margin:12px 0 0;
    justify-content:center;
    flex-wrap:wrap;
  }
}
