/* AYATICKETS Events by city — premium flat */

.aya-city-events {
  --aya-brand: #c3073f;
  --aya-brand-hover: #a00635;
  --aya-ink: #111827;
  --aya-muted: #6b7280;
  --aya-border: #ebebeb;
  --aya-surface: #fafafa;
}

.aya-city-events .city-hero {
  background: var(--aya-brand);
  color: #fff;
  padding: 48px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aya-city-events .city-hero h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
}

.aya-city-events .city-hero .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.55;
}

.aya-city-events .city-stats .badge {
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.aya-city-events .badge-events {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

.aya-city-events .badge-no-events {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.aya-city-events .badge-location,
.aya-city-events .badge-strategic {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.aya-city-events .hero-actions .btn-light {
  background: #fff;
  border: none;
  color: var(--aya-brand);
  border-radius: 8px;
  font-weight: 600;
}

.aya-city-events .hero-actions .btn-light:hover {
  background: var(--aya-surface);
  color: var(--aya-brand-hover);
}

.aya-city-events .hero-actions .btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  background: transparent;
}

.aya-city-events .hero-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}

.aya-city-events .events-grid .card-event {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.aya-city-events .events-grid .col-xl-3,
.aya-city-events .events-grid .col-lg-4,
.aya-city-events .events-grid .col-md-6 {
  margin-bottom: 20px;
}

.aya-city-events .city-card {
  border: 1px solid var(--aya-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  color: inherit;
}

.aya-city-events .city-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  transform: none;
  text-decoration: none;
}

.aya-city-events .empty-state {
  text-align: center;
  padding: 60px 20px;
  background: var(--aya-surface);
  border: 1px solid var(--aya-border);
  border-radius: 12px;
}

.aya-city-events .breadcrumb-nav {
  background: var(--aya-surface);
  border-bottom: 1px solid var(--aya-border);
}

@media (max-width: 768px) {
  .aya-city-events .city-hero {
    padding: 32px 0;
    text-align: center;
  }

  .aya-city-events .city-hero h1 {
    font-size: 1.75rem !important;
    margin-bottom: 12px !important;
  }

  .aya-city-events .city-hero .lead {
    font-size: 1rem !important;
    margin-bottom: 18px !important;
  }

  .aya-city-events .city-stats .badge {
    font-size: 0.75rem !important;
    margin-bottom: 8px !important;
  }

  .aya-city-events .hero-actions .btn {
    font-size: 0.875rem !important;
    padding: 10px 18px !important;
    min-width: 140px;
  }

  .aya-city-events .hero-actions {
    text-align: center !important;
  }

  .aya-city-events .city-visual .fa-8x {
    font-size: 3rem !important;
  }
}

@media (max-width: 992px) {
  .aya-city-events .city-visual {
    margin-top: 24px;
    text-align: center;
  }

  .aya-city-events .city-visual .fa-8x {
    font-size: 4rem !important;
  }
}
