.world-visual {
  aspect-ratio: 1.12;
  border-radius: 28px;
  background: linear-gradient(145deg, #f0f8fb 0%, #dceff5 100%);
  border: 1px solid rgba(16, 44, 64, .08);
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(16, 44, 64, .10);
}
.world-map {position:absolute;inset:12% 4% 8%;width:92%;height:80%;object-fit:contain}
.map-overlay {position:absolute;inset:12% 4% 8%;width:92%;height:80%;overflow:visible}
.grid-lines path {fill:none;stroke:#b9d8e4;stroke-width:1;stroke-dasharray:3 7;opacity:.7}
.land {fill:#fff;stroke:#a9c9d7;stroke-width:1.5;stroke-linejoin:round}
.coverage {fill:#72b6dc;opacity:.82}
.route-lines path {fill:none;stroke:#267daf;stroke-width:1.6;stroke-dasharray:4 7;opacity:.66}
.map-points circle {fill:#102c40;stroke:#fff;stroke-width:5}
.node-leaders path {fill:none;stroke:#557b90;stroke-width:1.5}
.node-label rect {fill:#fff;stroke:#d4e1e7;stroke-width:1;filter:drop-shadow(0 5px 8px rgba(16,44,64,.12))}
.node-label text {fill:#102c40;font:800 16px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-anchor:middle}
.map-kicker {position:absolute;top:24px;left:28px;display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:850;color:#567486;z-index:2}
.map-kicker span {width:7px;height:7px;border-radius:50%;background:#5da7dc;box-shadow:0 0 0 5px rgba(93,167,220,.16)}
.map-strategy {position:absolute;left:50%;bottom:7%;transform:translateX(-50%);min-width:190px;padding:12px 20px;background:#102c40;color:#fff;text-align:center;box-shadow:0 14px 35px rgba(16,44,64,.22)}
.map-strategy span {display:block;font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#9fc9df}
.map-strategy strong {font:400 18px/1.1 Georgia,serif}
@media(max-width:520px){.world-visual{aspect-ratio:1.05;border-radius:20px}.map-kicker{top:17px;left:18px}.map-strategy{min-width:160px;padding:9px 14px}.map-strategy strong{font-size:15px}}

.partner-logo {height:104px;margin:42px 0 18px;display:flex;align-items:center;justify-content:center;padding:18px 22px;border:1px solid #e1e9ed;background:#fff}
.partner-logo img {display:block;max-width:100%;max-height:60px;object-fit:contain}
.partner-logo-dark {background:#17384d;border-color:#17384d}
.partner-logo-dark img {width:100%;max-height:48px}
.partner .partner-logo + p {margin-top:0}
