.b2b-reach-globe{width:100%;}
.b2b-reach-globe .brg-wrap{position:relative;width:100%;max-width:520px;margin:0 auto;aspect-ratio:1/1;}
.b2b-reach-globe svg.brg-globe{width:100%;height:100%;overflow:visible;display:block;cursor:grab;}
.b2b-reach-globe svg.brg-globe:active{cursor:grabbing;}
.b2b-reach-globe .brg-sphere{fill:url(#brgOcean);stroke:rgba(120,160,210,.30);stroke-width:1;}
.b2b-reach-globe .brg-grat{fill:none;stroke:rgba(255,255,255,.13);stroke-width:.6;}
.b2b-reach-globe .brg-land{fill:#33527d;stroke:rgba(255,255,255,.18);stroke-width:.5;}
.b2b-reach-globe .brg-arc{fill:none;stroke:url(#brgArc);stroke-width:1.5;stroke-dasharray:3 5;opacity:.85;animation:brgDash 12s linear infinite;}
@keyframes brgDash{to{stroke-dashoffset:-160;}}
.b2b-reach-globe .brg-pins{position:absolute;inset:0;pointer-events:none;}
.b2b-reach-globe .brg-pin{position:absolute;transform:translate(-50%,-50%);cursor:pointer;width:22px;height:22px;pointer-events:auto;}
.b2b-reach-globe .brg-pin .dot{position:absolute;inset:0;margin:auto;width:11px;height:11px;border-radius:50%;background:#025ab4;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.45);z-index:2;}
.b2b-reach-globe .brg-pin .ring{position:absolute;inset:0;margin:auto;width:11px;height:11px;border-radius:50%;background:#025ab4;opacity:.55;animation:brgPulse 2.4s ease-out infinite;}
.b2b-reach-globe .brg-pin.hq .dot{width:13px;height:13px;background:#fff;border-color:#025ab4;}
@keyframes brgPulse{0%{transform:scale(1);opacity:.55;}70%{transform:scale(3.4);opacity:0;}100%{opacity:0;}}
.b2b-reach-globe .brg-pin .tip{position:absolute;left:50%;bottom:150%;transform:translate(-50%,8px);background:#0D1B2A;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:11px 15px;min-width:150px;white-space:nowrap;box-shadow:0 16px 40px rgba(5,12,25,.45);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;z-index:5;}
.b2b-reach-globe .brg-pin:hover .tip,.b2b-reach-globe .brg-pin:focus-visible .tip,.b2b-reach-globe .brg-pin.active .tip{opacity:1;transform:translate(-50%,0);}
.b2b-reach-globe .brg-pin .tip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:7px solid transparent;border-top-color:#0D1B2A;}
.b2b-reach-globe .brg-pin .tip .city{font-family:'Playfair Display',serif;font-weight:700;font-size:16px;line-height:1;}
.b2b-reach-globe .brg-pin .tip .country{font-size:12px;color:#AAB7C6;margin-top:4px;}
.b2b-reach-globe .brg-pin .tip .tag{display:inline-block;margin-top:8px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#025ab4;padding:3px 8px;border-radius:4px;}
.b2b-reach-globe .brg-pin .tip .tag.sub{background:rgba(255,255,255,.12);color:#cdd8e4;}
.b2b-reach-globe .brg-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;}
.b2b-reach-globe .brg-legend button{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#5B6B7F;font-family:'IBM Plex Mono',monospace;letter-spacing:.04em;background:transparent;border:1px solid #dfe4ea;padding:7px 13px;border-radius:999px;cursor:pointer;transition:.2s;}
.b2b-reach-globe .brg-legend button:hover{border-color:#025ab4;color:#0D1B2A;}
.b2b-reach-globe .brg-legend i{width:9px;height:9px;border-radius:50%;background:#025ab4;box-shadow:0 0 0 4px rgba(2, 90, 180,.15);}
.b2b-reach-globe .brg-hint{margin-top:14px;text-align:center;font-size:12.5px;color:#9AA7B4;font-style:italic;}
