/* Common extracted styles for WebWatch landing */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.cyan-glow {
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.2);
}
.cyan-glow-hover:hover {
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}
.text-glow {
  text-shadow: 0 0 15px rgba(0, 242, 254, 0.5);
}
.box-glow {
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.2);
}
.box-glow-hover:hover {
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}
/* form selection styling used in contacto */
::selection {
  background: rgba(0, 242, 254, 0.15);
  color: inherit;
}

/* small helpers for consistent containers */
.max-w-container-max { max-width: 1440px; }

/* Responsive header - mobile/desktop visibility */
@media (max-width: 639px) {
  header #desktop-nav {
    display: none !important;
  }
  header #desktop-cta {
    display: none !important;
  }
}

@media (min-width: 640px) {
  header #mobile-menu-btn {
    display: none !important;
  }
}
