/**
 * Landing básica — shell canónico (navbar, sidebar nav, logo PNG, búsqueda SVG).
 * Anula hex clip-path / FA legacy en el menú lateral cuando ya hay .jkhive-hex-svg-btn.
 * El contenido (galerías, strips, cards) sigue en hex-item hasta migración futura.
 */

body.jkfw-landing-basic-body #jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex,
body.jkfw-landing-basic-body .jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex,
body.jkfw-landing-basic-body #jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-content,
body.jkfw-landing-basic-body .jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-content,
body.jkfw-landing-basic-body #jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-icon,
body.jkfw-landing-basic-body .jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-icon,
body.jkfw-landing-basic-body #jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-text,
body.jkfw-landing-basic-body .jkhive-sidebar .jkhive-nav-item:has(.jkhive-hex-svg-btn) .jkhive-hex-text {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip-path: none !important;
  animation: none !important;
  filter: none !important;
  transform: none !important;
}

/* Footer mínimo: créditos centrados horizontal y verticalmente en la franja del pie */
body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
}

body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .jkhive-footer-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  text-align: center;
}

body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .footer-right,
body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .footer-corporate {
  width: 100%;
  max-width: 100%;
  flex: 0 1 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 auto;
  border-top: none !important;
  box-shadow: none !important;
}

body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .footer-corporate p,
body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .footer-corporate p.small,
body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .footer-corporate .small {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 769px) {
  body.jkfw-landing-basic-body .jkhive-footer.jkhive-footer--minimal .jkhive-footer-inner {
    flex-direction: column !important;
    align-items: center !important;
  }
}
