/* Дэлгэрэнгүй аяллын маршрут — POI карт, зураг, үнэ, байршил */
.route-hero {
  padding: 20px 0 8px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}
.route-hero h1 { margin: 12px 0 8px; font-size: clamp(1.5rem, 4vw, 2rem); }
.route-hero .lead { color: #4b5563; max-width: 70ch; margin: 0; }
.route-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.route-note {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  color: #065f46;
  margin: 16px 0;
}
.day-block {
  margin: 28px 0;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e7eb;
}
.day-block:last-of-type { border-bottom: none; }
.day-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.day-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-header h2 { margin: 0 0 4px; font-size: 1.25rem; }
.day-sub { margin: 0; color: #6b7280; font-size: 14px; }
.poi-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.poi {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.poi img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #f3f4f6;
}
.poi-body { padding: 14px 16px 16px; }
.poi-body h3 { margin: 0 0 6px; font-size: 1rem; line-height: 1.35; }
.poi-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  margin-bottom: 8px;
}
.poi-type.museum { background: #ede9fe; color: #5b21b6; }
.poi-type.zoo { background: #fef3c7; color: #92400e; }
.poi-type.temple { background: #ffedd5; color: #9a3412; }
.poi-type.nature { background: #dcfce7; color: #166534; }
.poi-desc { margin: 0 0 10px; font-size: 14px; color: #4b5563; line-height: 1.55; }
.poi-price {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 10px 0;
}
.poi-price td {
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: top;
}
.poi-price td:last-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  color: #047857;
}
.poi-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 12px;
  font-size: 13px;
  align-items: center;
}
.poi-meta a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}
.poi-meta a:hover { text-decoration: underline; }
.poi-tip {
  font-size: 13px;
  color: #4b5563;
  margin: 10px 0 0;
  padding: 8px 10px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 3px solid #b91c1c;
}
.budget-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  margin: 24px 0;
}
.budget-box h2 { margin: 0 0 12px; font-size: 1.1rem; }
.budget-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.budget-table th, .budget-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f3f4f6;
  text-align: left;
}
.budget-table th { background: #f9fafb; font-weight: 700; }
.tips-list { padding-left: 20px; line-height: 1.7; }
.tips-list li { margin-bottom: 8px; }
.city-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.city-nav a {
  padding: 8px 12px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.city-nav a:hover { background: #e5e7eb; }
.city-section {
  margin: 40px 0;
  scroll-margin-top: 12px;
}
.city-section > h2 {
  font-size: 1.35rem;
  margin: 0 0 4px;
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
}
.city-section > .city-intro {
  color: #6b7280;
  font-size: 14px;
  margin: 8px 0 16px;
}
.transport-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin: 16px 0;
}
.transport-card {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 14px;
  background: #eff6ff;
}
.transport-card h4 { margin: 0 0 8px; font-size: 14px; }
.transport-card p { margin: 0; font-size: 13px; color: #374151; line-height: 1.5; }
.transport-card .price { font-weight: 800; color: #1d4ed8; margin-top: 8px; font-size: 13px; }
@media (max-width: 640px) {
  .poi-grid { grid-template-columns: 1fr; }
}

/* YouTube embed */
.video-section {
  margin: 24px 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.video-section h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}
.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 16px 0;
}
.poi img {
  background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
}
