/* ============================================================
   geo.css — Qlobal Geo səhifələri (Round-53/54)
   ============================================================ */
.geo-breadcrumbs{font-size:13px;margin:14px 0;padding:0 16px;max-width:1180px;margin-inline:auto}
.geo-breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}
.geo-breadcrumbs li{display:flex;align-items:center;gap:6px;color:#64748b}
.geo-breadcrumbs li+li::before{content:"›";color:#cbd5e1}
.geo-breadcrumbs a{color:#2563eb;text-decoration:none}
.geo-breadcrumbs a:hover{text-decoration:underline}

.geo-hub,.geo-entity,.geo-route{max-width:1180px;margin:0 auto;padding:24px 16px 56px}
.geo-hub h1,.geo-entity h1,.geo-route h1{font-size:clamp(24px,3.4vw,38px);line-height:1.15;margin:0 0 18px;color:#0f172a}
.geo-entity h2,.geo-route h2,.geo-hub h2{font-size:clamp(19px,2.2vw,26px);margin:34px 0 14px;color:#0f172a}

.geo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}
.geo-card{display:flex;flex-direction:column;gap:5px;padding:16px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:border-color .15s,box-shadow .15s}
.geo-card:hover{border-color:#f97316;box-shadow:0 4px 14px rgba(15,23,42,.08)}
.geo-card strong{color:#0f172a;font-size:15.5px;line-height:1.3}
.geo-card span{color:#64748b;font-size:13px}

.geo-prose{color:#334155;font-size:16px;line-height:1.75;max-width:820px}
.geo-prose p{margin:0 0 12px}

.geo-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#475569;font-size:14.5px;margin:0 0 18px}
.geo-chips{display:flex;flex-wrap:wrap;gap:10px}
.geo-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:13.5px;color:#0f172a}
.geo-chip em{font-style:normal;color:#94a3b8;font-size:12px}
.geo-list{margin:0;padding-left:20px;color:#334155;line-height:1.8}

/* Xəritə (OpenStreetMap + Leaflet) */
.geo-map-wrap{margin:22px 0}
#geoMap{width:100%;height:340px;border:1px solid #e2e8f0;border-radius:14px;background:#eef2f7;z-index:0}
@media(max-width:640px){#geoMap{height:260px}}

/* Route səhifə */
.geo-route .geo-cta{display:inline-block;margin:6px 0 8px;padding:14px 30px;font-size:16.5px;font-weight:700}
.geo-vehicles{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}
.geo-vehicle{display:flex;align-items:center;gap:14px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}
.geo-vehicle img{width:96px;height:64px;object-fit:cover;border-radius:8px;flex:none}
.geo-vehicle strong{display:block;color:#0f172a;font-size:15px}
.geo-vehicle span{color:#64748b;font-size:12.5px}
.geo-vehicle .geo-price{margin-left:auto;font-weight:700;color:#ea580c;white-space:nowrap;font-size:15px}
.geo-steps{color:#334155;line-height:1.9;max-width:720px}

/* AR (RTL) səhifələrdə geo bloklar üçün güzgü */
html[dir="rtl"] .geo-breadcrumbs ol{flex-direction:row-reverse}
html[dir="rtl"] .geo-breadcrumbs li+li::before{transform:scaleX(-1)}
html[dir="rtl"] .geo-vehicle img{order:2}
html[dir="rtl"] .geo-vehicle .geo-price{margin-left:0;margin-right:auto}
html[dir="rtl"] .geo-list{padding-left:0;padding-right:20px}
html[dir="rtl"] .geo-vehicle{flex-direction:row-reverse}
