@layer components {
  /* ===== Landing OmniMark (control de asistencia sin biometría; identidad corporativa: azul + dorado) =====
     Reusa por completo los componentes del sitio (hero, banda bridge, value, pill, cta). Aqui solo el tema. */
  .theme-omnimark { --accent: var(--brand-gold); }

  /* El wordmark del switch a KunanSoft se vuelve blanco en oscuro (header adaptable al tema). */
  :root[data-theme="dark"] .theme-omnimark .nav__switch img { filter: brightness(0) invert(1); }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .theme-omnimark .nav__switch img { filter: brightness(0) invert(1); }
  }
}
