/* IPTV Abonné — unified Support WhatsApp CTA (light + dark headers) */
.ia-nav-support {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #25d366;
  color: #052e16 !important;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.2;
  border: none;
  box-shadow: none;
}
.ia-nav-support:hover {
  filter: brightness(1.05);
  color: #052e16 !important;
  text-decoration: none !important;
}
.ia-nav-support i {
  font-size: 1rem;
}

/* Active desktop link (optional highlight) */
.nav-links a.is-active,
.nav-links a.active,
.nav-links .nav-link.is-active,
.nav-links .nav-link.active {
  color: inherit;
  font-weight: 800;
}
header .nav-links a.is-active,
header .nav-links a.active {
  opacity: 1;
}

/* VIP / light sticky header: hide legacy duplicate CTAs if any remain */
.header-test-btn.ia-nav-legacy,
.header-cta-btn.ia-nav-legacy {
  display: none !important;
}

@media (max-width: 900px) {
  /* Desktop Support CTA can stay beside burger on mid widths; hide on small if crowded */
  .ia-nav-support.ia-nav-support--desktop-only {
    display: none;
  }
}
