/* Ajustes finais de consistência visual — 2026-08-19.
   Mantém o posicionamento do header igual ao da Home, estabiliza o menu mobile
   e impede sobreposição entre texto e CTA circular no Hero da Home.
   Checkpoint pós-migração: workflow one-shot removido; validação permanente ativa. */

@media (min-width: 981px) {
  #usarias-global-header .usarias-shell-inner {
    width: 92% !important;
    max-width: none !important;
  }
}

@media (max-width: 980px) {
  #usarias-global-header .usarias-shell-menu {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #11120f !important;
    background-image: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

@media (min-width: 801px) {
  body.usarias-home .hero-bottom {
    width: min(980px, calc(100% - 21vw));
    max-width: none !important;
    gap: clamp(34px, 5vw, 80px);
  }

  body.usarias-home .hero-copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  body.usarias-home .round-link {
    flex: 0 0 145px;
  }
}

@media (max-width: 800px) {
  body.usarias-home .hero-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 115px !important;
    align-items: end !important;
    gap: 18px !important;
    margin-left: 0 !important;
    max-width: none !important;
  }

  body.usarias-home .hero-copy {
    max-width: none !important;
    min-width: 0 !important;
  }

  body.usarias-home .hero-bottom p {
    max-width: none !important;
  }

  body.usarias-home .round-link {
    position: static !important;
    width: 115px !important;
    height: 115px !important;
    justify-self: end !important;
    align-self: end !important;
  }
}
