@layer components {
  /* ===== Landing SmartCheck (personal de campo; identidad corporativa: azul + dorado) =====
     Reusa por completo los componentes del sitio (hero, value, banda bridge, pill, cta). Aqui solo el tema. */
  .theme-smartcheck { --accent: var(--brand-gold); }

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