.text-balance {
  text-wrap: balance;
}

/* =========================
   Hero
========================= */
.campaign-hero {
  min-height: 420px;
}
.campaign-hero__media {
  z-index: 0;
}
.campaign-hero__media img {
  object-fit: cover;
}
.campaign-hero .container {
  z-index: 2;
}

/* =========================
   Map Section
========================= */
.map-module {
  border-radius: 0.75rem;
  overflow: hidden;
}

.map-module__canvas {
  min-height: 400px;
  background-color: #e9ecef;
}

@media (min-width: 768px) {
  .map-module__canvas {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .map-module__canvas {
    min-height: 600px;
  }
}
.map-module__placeholder {
  min-height: inherit;
}

/* --- World Cup Map Markers & Popups --- */
#matchMap {
  height: 520px;
}

.wc-marker {
  cursor: pointer;
}
.wc-marker__pin {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  transition: transform 0.15s;
  display: block;
}
.wc-marker:hover .wc-marker__pin {
  transform: scale(1.2);
}

.wc-map-reset {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
}
.wc-map-reset:hover {
  background: #f5f5f5;
}

.wc-popup-card {
  font-size: 13px;
  line-height: 1.4;
}
.wc-popup-card__img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
  border-radius: 4px 4px 0 0;
  margin-bottom: 8px;
}
.wc-popup-card__body {
  padding: 0 2px 2px;
}
.wc-popup-card__title {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}
.wc-popup-card__location {
  display: block;
  color: #666;
  margin-bottom: 6px;
}
.wc-popup-card__link {
  display: inline-block;
  font-weight: 600;
  color: #198754;
  text-decoration: none;
}
.wc-popup-card__link:hover {
  text-decoration: underline;
}

.wc-view-map-link {
  font-weight: 600;
  color: #198754;
  text-decoration: none;
  font-size: 14px;
  gap: 2px;
}
.wc-view-map-link:hover {
  text-decoration: underline;
}
.wc-view-map-link .map-marker-icon {
  position: relative;
  top: -2px;
}

/* =========================
   Stadiums Section
========================= */
.section-stadiums {
  /* ---------------------
     Stadium Nav
     Mobile First (Horizontal Scroll)
  --------------------- */
}
.section-stadiums .tab-pane,
.section-stadiums .card,
.section-stadiums .stadium-content {
  overflow: visible;
}
.section-stadiums .stadium-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-stadiums .stadium-nav::-webkit-scrollbar {
  display: none;
}
.section-stadiums .stadium-nav .nav-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 0;
  background-color: #f1f3f5;
  color: #212529;
  text-align: left;
  position: relative;
}
.section-stadiums .stadium-nav .nav-link .stadium-name {
  font-size: 0.95rem;
  text-wrap: auto;
}
.section-stadiums .stadium-nav .nav-link span.d-block {
  font-size: 0.75rem;
  opacity: 0.75;
}
.section-stadiums .stadium-nav .nav-link:hover {
  background-color: #e9ecef;
}
.section-stadiums .stadium-nav .nav-link.active {
  background-color: #198754;
  color: #fff;
}
.section-stadiums .stadium-nav .nav-link.active .stadium-name {
  color: #fff;
}
.section-stadiums {
  /* ---------------------
     Desktop Nav (Vertical + Left Bar)
  --------------------- */
}
@media (min-width: 992px) {
  .section-stadiums .stadium-nav {
    flex-direction: column;
    overflow: visible;
    gap: 0;
    padding-bottom: 0;
  }
  .section-stadiums .stadium-nav .nav-link {
    border-radius: 0;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    background: none;
  }
  .section-stadiums .stadium-nav .nav-link .stadium-name {
    font-size: 23px;
  }
  .section-stadiums .stadium-nav .nav-link span.d-block {
    font-size: inherit;
    opacity: 1;
  }
  .section-stadiums .stadium-nav .nav-link:hover {
    background: none;
  }
  .section-stadiums .stadium-nav .nav-link.active {
    background: none;
    color: inherit;
  }
  .section-stadiums .stadium-nav .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #198754;
    border-radius: 2px;
  }
  .section-stadiums .stadium-nav .nav-link.active .stadium-name {
    color: #0d6b55;
  }
}
.section-stadiums {
  /* ---------------------
     Stadium Links
  --------------------- */
}
.section-stadiums .stadium-link {
  text-decoration: none;
  color: inherit;
}
.section-stadiums .stadium-link .bold {
  text-decoration: underline;
  padding-right: 0.5em;
}
.section-stadiums {
  /* ---------------------
     Stadium Image
  --------------------- */
}
.section-stadiums .stadium-image {
  position: relative;
  border-radius: 0.75rem;
  overflow: visible;
}
.section-stadiums .stadium-image img {
  border-radius: 0.75rem;
  display: block;
  height: 500px;
  width: auto;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .section-stadiums .stadium-image img {
    height: 400px;
  }
}
@media (max-width: 567.98px) {
  .section-stadiums .stadium-image img {
    height: 330px;
  }
}
.section-stadiums .stadium-image__label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.section-stadiums {
  /* ---------------------
     Shared Slider Arrows
  --------------------- */
}
.section-stadiums .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.2s ease, transform 0.15s ease, color 0.2s ease;
}
.section-stadiums .slider-arrow svg {
  width: 1rem;
  height: 1rem;
}
.section-stadiums .slider-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}
.section-stadiums .slider-arrow:focus-visible {
  outline: 2px solid #198754;
  outline-offset: 2px;
}
.section-stadiums .slider-arrow--left {
  left: -1rem;
}
.section-stadiums .slider-arrow--right {
  right: -1rem;
}

/* =========================
   CTA Band
========================= */
.section-cta-band {
  background-color: #1f6f4a;
  background: url(../images/bg-topo-ttgreen.png) repeat center center #0d6b55;
  background-repeat: repeat;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-cta-band__title {
  font-weight: 700;
  color: #fff;
}
.section-cta-band__btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Slightly larger spacing on desktop */
@media (min-width: 992px) {
  .section-cta-band {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* =========================
   FAQ Section
========================= */
/* =========================
   FAQ Section
========================= */
.section-faq {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .section-faq {
    padding: 5rem 0;
  }
}
.section-faq .faq-accordion .accordion-item {
  border: 0;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #dcd9d3;
}
.section-faq .faq-accordion {
  /* Collapsed state */
}
.section-faq .faq-accordion .accordion-button {
  background-color: transparent;
  font-weight: 600;
  box-shadow: none;
  padding: 1.25rem;
}
.section-faq .faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.section-faq .faq-accordion .accordion-button {
  /* Chevron color */
}
.section-faq .faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23198754' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 1.25rem;
}
.section-faq .faq-accordion {
  /* Expanded state */
}
.section-faq .faq-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0d6b55;
  box-shadow: none;
}
.section-faq .faq-accordion .accordion-body {
  background-color: #fff;
  padding: 0 1.25rem 1.25rem;
}