/* =========================================================
   DESTINATION HERO
========================================================= */

.dest-title {
  font-size: 28px;
  font-weight: 800;
}

.dest-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}

.dest-subtitle {
  font-size: 15px;
  color: #4b5563;
}

/* =========================================================
   DESTINATION SECTIONS
========================================================= */

.dest-section h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

/* =========================================================
   INFO PANELS
========================================================= */

.info-item {
  background: #f8fafb;
  border-radius: var(--radius);
  padding: 12px;
}

.info-label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-value {
  font-size: 14px;
  color: #374151;
}

/* =========================================================
   STATS (GENERIC)
========================================================= */

.big-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
}

/* =========================================================
   QUICK STATS (DESTINATION CONTEXT)
========================================================= */

.quick-stat {
  text-align: left;
}

.quick-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}