/* ==========================================================================
   Psique Gnosis Viagens — CSS principal
   Ordem: tokens → base → utilities → components → sections
   ========================================================================== */

@import url('tokens.css');
@import url('base.css');
@import url('utilities.css');

/* Componentes */
@import url('components/btn.css');
@import url('components/nav.css');
@import url('components/form.css');
@import url('components/faq.css');

/* Seções */
@import url('sections/hero.css');
@import url('sections/destinos.css');
@import url('sections/cuidado.css');
@import url('sections/contato.css');
@import url('sections/footer.css');

/* ==========================================================================
   Utilitários h5bp preservados
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

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

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  .site-header,
  .hero__actions,
  .btn--whatsapp,
  .footer__whatsapp {
    display: none !important;
  }
}
