/* MHG Industrial — Utilities */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--container-padding);
  z-index: 300;
  padding: 0.75rem 1rem;
  background: var(--color-navy);
  color: var(--color-white);
  font-weight: 600;
  border-radius: var(--card-radius);
}
.skip-link:focus {
  top: 1rem;
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}

:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}

.text-center { text-align: center; }
.text-muted { color: var(--color-gray-400); }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-lg { margin-bottom: 2rem; }

.hidden { display: none !important; }

/* Ocultar até lançamento — remover .launch-hidden para publicar */
.launch-hidden { display: none !important; }

@media (max-width: 767px) {
  .hide-mobile { display: none !important; }
}
