/* =========================================================
   خزرینو — صفحه اختصاصی شهر
   ========================================================= */
.city-loading { padding: 70px; text-align: center; color: var(--text-3); }

/* هیرو شهر */
.city-hero { position: relative; min-height: 340px; display: flex; align-items: flex-end; overflow: hidden; }
.city-hero__bg { position: absolute; inset: 0; z-index: 0; }
.city-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.city-hero::after { content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,40,28,.15) 30%, rgba(8,40,28,.9)); }
.city-hero__in { position: relative; z-index: 2; width: 100%; padding-bottom: 26px; color: #fff; }
.city-crumb { font-size: 12px; color: rgba(255,255,255,.8); margin-bottom: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.city-crumb a { color: rgba(255,255,255,.9); }
.city-hero h1 { color: #fff; font-size: clamp(28px, 6vw, 46px); margin-bottom: 8px; }
.city-hero__sub { color: rgba(255,255,255,.9); font-size: 14px; max-width: 640px; line-height: 1.9; }
.city-quick { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.city-quick a { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700;
  background: rgba(255,255,255,.16); color: #fff; padding: 8px 14px; border-radius: var(--radius-pill);
  backdrop-filter: blur(6px); transition: background .18s; }
.city-quick a:hover { background: rgba(255,255,255,.28); }
.city-quick a b { color: var(--gold-light); }

/* اطلاعات شهر */
.city-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0; }
@media (min-width: 760px) { .city-facts { grid-template-columns: repeat(4, 1fr); } }
.city-fact { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 15px; box-shadow: var(--shadow-xs); }
.city-fact__label { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--text-3); margin-bottom: 5px; }
.city-fact__label svg { width: 15px; height: 15px; color: var(--green); }
.city-fact strong { font-size: 13.5px; color: var(--navy); line-height: 1.7; font-weight: 600; }

.city-section { padding-block: 20px; }
.city-prose { font-size: 15px; line-height: 2.1; color: var(--text); }
.city-prose h2 { font-size: 20px; margin: 24px 0 10px; }
.city-prose p { margin-bottom: 14px; }

/* ریل سرویس‌ها */
.city-rail { margin-top: 30px; }
.city-rail__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.city-rail__head h2 { font-size: 18px; display: flex; align-items: center; gap: 8px; }
.city-rail__head h2 svg { width: 20px; height: 20px; color: var(--green); }
.city-rail__head a { font-size: 13px; color: var(--green); font-weight: 700; white-space: nowrap; }

/* نقشه کوچک شهر */
#city-map { height: 320px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; margin-top: 14px; }

.city-cta { background: linear-gradient(135deg, var(--green-deep), var(--green)); color: #fff; border-radius: var(--radius-l); padding: 28px; text-align: center; margin: 34px 0; }
.city-cta h3 { color: #fff; font-size: 20px; margin-bottom: 6px; }
.city-cta p { color: rgba(255,255,255,.85); font-size: 13.5px; margin-bottom: 16px; }
.city-cta .btn { background: #fff; color: var(--green-deep); }
