/* Arena B3 v2 — Secoes Como Chegar / FAQ (/contato) */

.ab3-v2-sections {
  display: block;
  width: 100%;
}

.ab3-v2-section {
  width: 100%;
  padding: 3rem 1.25rem;
  font-family: Mulish, sans-serif;
  scroll-margin-top: 96px;
}

.ab3-v2-section--alt {
  background: #f8f9fa;
  border-top: 4px solid #1818B7;
}

.ab3-v2-section__inner {
  /* Largura alinhada ao .container do Bootstrap usado no resto do site
     (pedido do cliente: "justificar mais a esquerda" — com 960px o bloco
     ficava centralizado com folgas grandes demais nas laterais em telas
     largas, parecendo desalinhado com o header/demais secoes). */
  max-width: 1140px;
  margin: 0 auto;
}

.ab3-v2-section__title {
  margin: 0 0 1.5rem;
  color: #1818B7;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ab3-v2-section__text {
  margin: 0 0 1rem;
  color: #212529;
  font-size: 1rem;
  line-height: 1.7;
}

.ab3-v2-section__text--muted {
  color: #6c757d;
  font-size: 0.9375rem;
}

/* Como Chegar */
.ab3-v2-como-chegar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.ab3-v2-como-chegar__address {
  font-style: normal;
  font-weight: 700;
  color: #1818B7;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.ab3-v2-como-chegar__list dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  color: #1818B7;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}

.ab3-v2-como-chegar__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #1818B7;
}

.ab3-v2-como-chegar__list dd {
  margin: 0.25rem 0 0 1.75rem;
  color: #212529;
  line-height: 1.6;
}

.ab3-v2-como-chegar__map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

/* FAQ */
.ab3-v2-faq__item {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0;
  overflow: hidden;
}

.ab3-v2-faq__question {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: #1818B7;
  list-style-position: inside;
}

.ab3-v2-faq__question:hover {
  background: #eef2f7;
}

.ab3-v2-faq__item[open] .ab3-v2-faq__question {
  border-bottom: 1px solid #dee2e6;
}

.ab3-v2-faq__answer {
  margin: 0;
  padding: 1rem 1.25rem;
  color: #212529;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .ab3-v2-section {
    padding: 4rem 2rem;
  }

  .ab3-v2-como-chegar__grid {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }

  .ab3-v2-como-chegar__map iframe {
    height: 400px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab3-v2-section {
    scroll-margin-top: 0;
  }
}
