/**
 * Hero MPI multi-slide (tema-02): alturas, transição e cromo acima do conteúdo.
 * Não depende de utilitários Tailwind que possam faltar em style.min.css.
 */

/* Home hero — alturas, overlay e padding (single + carrossel). */
.home-hero.mpi-home-hero {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.home-hero__bg {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh !important;
  flex-direction: column;
  justify-content: center;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  min-height: 480px;
  max-height: 520px;
  overflow: hidden;
}

.home-hero__bg--carousel,
.mpi-hero-carousel .home-hero__bg {
  flex: 1 1 auto;
  align-self: stretch;
  min-height: 100vh;
  height: 100vh;
  max-height: none;
}

@media (min-width: 769px) {
  .home-hero__bg,
  .home-hero__bg--single {
    min-height: 600px !important;
  }

  .home-hero__bg--carousel,
  .mpi-hero-carousel .home-hero__bg {
    min-height: 100vh !important;
    max-height: none !important;
    height: 100vh !important;
  }
}

.home-hero__overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.25)
  );
}

.home-hero__slide-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
}

.home-hero__slide-inner {
  width: 100%;
}

.banner_conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  max-width: 708px;
  text-align: left;
}

.home-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.home-hero__slide-wrap--single {
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .home-hero__slide-wrap--single {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }
}

.home-hero__slide-wrap--carousel {
  padding-top: 5.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .home-hero__slide-wrap--carousel {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }
}

.hero-scroll-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border: 2px solid var(--neutral-static-white, var(--color-static-white, #fff));
  border-radius: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  padding: 0;
  appearance: none;
  color: #fff;
}

.hero-scroll-btn:focus-visible {
  outline: 2px solid var(--color-static-white, #fff);
  outline-offset: 2px;
}

.mpi-hero-carousel {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.mpi-hero-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  max-height: none;
  height: 100vh;
}

.mpi-hero-carousel__track {
  display: flex;
  width: 100%;
  min-height: 100vh;
  max-height: none;
  height: 100vh;
  will-change: transform;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .mpi-hero-carousel__track {
    transition-duration: 0.2s;
    transition-timing-function: linear;
  }
}

.mpi-hero-carousel__pane {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  max-height: none;
  height: 100vh;
  min-width: 0;
  flex-shrink: 0;
}

.mpi-hero-carousel__sides {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .mpi-hero-carousel__sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.mpi-hero-carousel__side-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.15s ease;
}

.mpi-hero-carousel__side-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}

.mpi-hero-carousel__side-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.mpi-hero-carousel__side-btn .material-symbols-rounded {
  font-size: 1.75rem;
  line-height: 1;
}

.mpi-hero-carousel__chrome {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.mpi-hero-carousel__slide-inner {
  position: relative;
  z-index: 30;
}

.mpi-hero-carousel__cta {
  position: relative;
  z-index: 40;
}

.mpi-hero-carousel__nav-row {
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.mpi-hero-carousel__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease;
}

.mpi-hero-carousel__nav-btn:hover {
  background: rgba(0, 0, 0, 0.68);
}

.mpi-hero-carousel__nav-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.mpi-hero-carousel__nav-btn .material-symbols-rounded {
  font-size: 1.25rem;
  line-height: 1;
}

.mpi-hero-carousel__dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
}

.mpi-hero-carousel__dot {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background-color: #fff;
  opacity: 0.45;
  cursor: pointer;
  transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}

.mpi-hero-carousel__dot:hover {
  opacity: 0.85;
}

.mpi-hero-carousel__dot[aria-current="true"] {
  width: 10px;
  height: 10px;
  opacity: 1;
}
