/* Arjona Medellin 2026 - ajustes visuales */
.tm-arjona-page {
  background: #fff;
}

.tm-arjona-page .tm-event-detail-hero-img--mobile {
  display: none;
}
@media (max-width: 768px) {
  .tm-arjona-page .tm-event-detail-hero-img--desktop {
    display: none;
  }
  .tm-arjona-page .tm-event-detail-hero-img--mobile {
    display: block;
  }
}

.tm-arjona-main {
  padding-top: 2.25rem;
  padding-bottom: 3.5rem;
}

.tm-arjona-narrow {
  max-width: 980px;
  padding: 0.75rem 0 2rem;
}

.tm-arjona-section-title {
  margin: 0 0 1.1rem;
  text-align: center;
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #024ddf;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}

.tm-arjona-sale-phases .tm-arjona-narrow {
  padding-top: 0;
}

.tm-arjona-phase-grid {
  display: grid;
  gap: 0.95rem;
  margin: 0.25rem 0 0.35rem;
}
@media (min-width: 700px) {
  .tm-arjona-phase-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tm-arjona-phase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  border: 0;
  color: #fff;
  background: #0f63d9;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  transition: transform 0.08s ease, filter 0.16s ease;
}
.tm-arjona-phase-btn:hover {
  filter: brightness(1.06);
}
.tm-arjona-phase-btn:active {
  transform: translateY(1px);
}
.tm-arjona-phase-btn--primary {
  background: #024ddf;
}

.tm-arjona-dates {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tm-arjona-dates li {
  margin-bottom: 0.7rem;
  font-size: 1.04rem;
  font-weight: 700;
}

.tm-arjona-main p {
  text-align: center;
  line-height: 1.6;
}

.tm-arjona-tyc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.7rem 1.4rem;
  border-radius: 12px;
  background: #0f63d9;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.tm-arjona-tyc-link:hover {
  filter: brightness(1.06);
}

.tm-arjona-map-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.tm-arjona-map-img--mobile {
  display: none;
}
@media (max-width: 768px) {
  .tm-arjona-map-img--desktop {
    display: none;
  }
  .tm-arjona-map-img--mobile {
    display: block;
  }
}

.tm-arjona-legal {
  text-align: center;
  color: #1f2937;
}
.tm-arjona-legal p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.tm-arjona-main .tm-event-detail-section + .tm-event-detail-section {
  border-top: 1px solid #edf2f7;
}
