/* Detailed regional network map */
.map-card{max-width:1120px;height:550px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(0,0,0,.09));background-size:auto}
.world-map{position:absolute;inset:0;width:100%;height:100%}
.continents path{fill:#254e47;stroke:#52766f;stroke-width:1.2}
.focus-regions path{fill:var(--lime);opacity:.78;filter:url(#map-glow)}
.connection-lines path{fill:none;stroke:var(--lime);stroke-width:1.7;stroke-dasharray:5 7;opacity:.75;animation:route-flow 18s linear infinite}
.map-points circle{fill:var(--lime);stroke:#123d35;stroke-width:3;filter:url(#map-glow)}
@keyframes route-flow{to{stroke-dashoffset:-120}}
.map-card .place{display:grid;grid-template-columns:15px auto;gap:1px 10px;background:rgba(9,42,36,.87);border:1px solid rgba(216,238,120,.25);padding:10px 13px 10px 11px;backdrop-filter:blur(8px)}
.map-card .place i{width:8px;height:8px;box-shadow:0 0 0 6px rgba(216,238,120,.12)}
.map-card .place strong{font-size:12px}.map-card .place small{font-size:10px}
.map-card .europe{left:39%;top:15%}.map-card .gulf{left:57%;top:46%}.map-card .asia{right:14%;top:46%}
.map-legend{position:absolute;right:24px;bottom:24px;display:flex;gap:22px;color:#9cb3ad;font-size:10px;text-transform:uppercase;letter-spacing:1px}
.map-legend span{display:flex;align-items:center;gap:8px}.map-legend i{width:8px;height:8px;border-radius:50%;background:var(--lime)}.map-legend b{width:24px;border-top:1px dashed var(--lime)}
.map-card>p{bottom:24px;left:24px;width:330px;margin:0;font-size:12px;background:rgba(9,42,36,.78);padding:14px 16px;border-left:2px solid var(--lime)}
@media(max-width:850px){.map-card{height:530px;margin-top:50px}.world-map{width:150%;left:-25%;height:76%;top:18px}.map-card .europe{left:23%;top:13%}.map-card .gulf{left:43%;top:37%}.map-card .asia{right:6%;top:40%}.map-card>p{left:16px;right:16px;bottom:55px;width:auto}.map-legend{left:16px;right:auto;bottom:18px;gap:14px}}
@media(prefers-reduced-motion:reduce){.connection-lines path{animation:none}}
