.live-globe-section {
    padding: 4.5rem 0;
    background:
        radial-gradient(circle at 14% 24%, rgba(108, 99, 255, 0.09), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(72, 187, 148, 0.10), transparent 28%),
        #fbfbff;
    overflow: hidden;
}

.live-globe-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.05fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid rgba(28, 27, 58, 0.10);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 70px rgba(50, 46, 112, 0.10);
}

.live-globe-shell::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(108, 99, 255, 0.07);
    border-radius: 22px;
    pointer-events: none;
}

.live-globe-visual {
    position: relative;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 58%, rgba(238, 238, 255, 0.5) 70%, transparent 71%);
}

.live-globe-visual::after {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    box-shadow: 0 30px 70px rgba(52, 48, 118, 0.16);
    z-index: -1;
}

.live-globe-canvas {
    display: block;
    width: 100%;
    height: 100%;
    cursor: grab;
    touch-action: none;
}

.live-globe-canvas:active {
    cursor: grabbing;
}

.live-globe-canvas.is-over-marker {
    cursor: pointer;
}

.live-globe-labels {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
}

.live-globe-marker-label {
    position: absolute;
    display: block;
    padding: 0.32rem 0.5rem;
    color: #2f3d38;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(54, 179, 126, 0.22);
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(35, 75, 60, 0.12);
    font-size: 0.62rem;
    font-weight: 750;
    line-height: 1;
    opacity: 0;
    transform: translate(-50%, calc(-100% - 7px)) scale(0.92);
    transition: opacity 140ms ease, transform 140ms ease;
    will-change: left, top, transform;
    white-space: nowrap;
}

.live-globe-marker-label.is-visible {
    opacity: 1;
    transform: translate(-50%, calc(-100% - 7px)) scale(1);
}

.live-globe-marker-label.is-left-edge {
    transform: translate(0, calc(-100% - 7px)) scale(1);
}

.live-globe-marker-label.is-right-edge {
    transform: translate(-100%, calc(-100% - 7px)) scale(1);
}

.live-globe-marker-label.is-counter-zone {
    transform: translate(-100%, 8px) scale(1);
}

.live-globe-marker-label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 7px;
    height: 7px;
    background: inherit;
    border-right: 1px solid rgba(54, 179, 126, 0.22);
    border-bottom: 1px solid rgba(54, 179, 126, 0.22);
    transform: translateX(-50%) rotate(45deg);
}

.live-globe-marker-label.is-left-edge::after {
    left: 8px;
}

.live-globe-marker-label.is-right-edge::after {
    right: 8px;
    left: auto;
}

.live-globe-marker-label.is-counter-zone::after {
    top: -4px;
    right: 8px;
    bottom: auto;
    left: auto;
    border: 0;
    border-top: 1px solid rgba(54, 179, 126, 0.22);
    border-left: 1px solid rgba(54, 179, 126, 0.22);
}

.live-globe-tooltip {
    position: absolute;
    z-index: 3;
    max-width: 220px;
    padding: 0.55rem 0.75rem;
    color: #26243d;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(28, 27, 58, 0.12);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(50, 46, 112, 0.16);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
    pointer-events: none;
    transform: translate(-50%, calc(-100% - 12px));
    white-space: nowrap;
}

.live-globe-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 9px;
    height: 9px;
    background: inherit;
    border-right: 1px solid rgba(28, 27, 58, 0.12);
    border-bottom: 1px solid rgba(28, 27, 58, 0.12);
    transform: translateX(-50%) rotate(45deg);
}

.live-globe-privacy {
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: max-content;
    max-width: 88%;
    padding: 0.5rem 0.8rem;
    color: #5d5b72;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(28, 27, 58, 0.09);
    border-radius: 999px;
    box-shadow: 0 8px 25px rgba(50, 46, 112, 0.08);
    font-size: 0.73rem;
    font-weight: 600;
    line-height: 1.2;
    backdrop-filter: blur(8px);
}

.live-globe-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.live-globe-kicker {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    color: #55526c;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.live-globe-status-dot {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8b88a0;
}

.is-live .live-globe-status-dot {
    background: #36b37e;
    box-shadow: 0 0 0 5px rgba(54, 179, 126, 0.12);
}

.is-live .live-globe-status-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(54, 179, 126, 0.45);
    border-radius: 50%;
    animation: live-globe-pulse 2.2s ease-out infinite;
}

.live-globe-title {
    max-width: 560px;
    margin: 0;
    color: #17162f;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.live-globe-title span {
    color: #6c63ff;
}

.live-globe-metric {
    position: absolute;
    top: 50%;
    right: -7%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
    max-width: 160px;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(28, 27, 58, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(50, 46, 112, 0.14);
    backdrop-filter: blur(8px);
    transform: translateY(-50%);
}

.live-globe-count {
    color: #17162f;
    font-size: clamp(2.1rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.is-live .live-globe-count {
    color: #36b37e;
}

.live-globe-metric-label {
    color: #56536b;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.3;
}

.live-globe-countries {
    margin-top: 1.25rem;
}

.live-globe-countries-title {
    margin: 0 0 0.75rem;
    color: #77748b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.live-globe-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.live-globe-list li {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.48rem 0.7rem;
    color: #343249;
    border: 1px solid rgba(28, 27, 58, 0.09);
    border-radius: 999px;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 620;
}

.live-globe-list .live-globe-row-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-globe-list .live-globe-row-count {
    margin-left: 0.45rem;
    padding-left: 0.45rem;
    border-left: 1px solid rgba(28, 27, 58, 0.10);
    color: #858297;
    font-variant-numeric: tabular-nums;
}

.live-globe-flag {
    width: 1.35rem;
    flex: 0 0 1.35rem;
    font-size: 0.9rem;
}

.live-globe-fallback-row {
    color: #77748b !important;
    border-style: dashed !important;
    font-weight: 500 !important;
    line-height: 1.45;
}

.live-globe-cta {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.live-globe-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    color: #fff;
    background: #6c63ff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(108, 99, 255, 0.22);
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.live-globe-cta-link:hover,
.live-globe-cta-link:focus-visible {
    color: #fff;
    background: #5b52f2;
    box-shadow: 0 13px 28px rgba(108, 99, 255, 0.28);
    text-decoration: none;
    transform: translateY(-1px);
}

@keyframes live-globe-pulse {
    0% { transform: scale(0.65); opacity: 1; }
    75%, 100% { transform: scale(1.8); opacity: 0; }
}

@media (max-width: 991.98px) {
    .live-globe-section {
        padding: 3.5rem 0;
    }

    .live-globe-shell {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .live-globe-visual {
        max-width: 470px;
    }

    .live-globe-copy {
        text-align: center;
    }

    .live-globe-kicker {
        justify-content: center;
    }

    .live-globe-list {
        justify-content: center;
    }

    .live-globe-cta {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .live-globe-section {
        padding: 2.4rem 0;
    }

    .live-globe-shell {
        margin: 0 0.25rem;
        padding: 1rem;
        border-radius: 22px;
    }

    .live-globe-shell::before {
        display: none;
    }

    .live-globe-privacy {
        bottom: 1%;
        font-size: 0.65rem;
    }

    .live-globe-canvas {
        touch-action: pan-y;
    }

    .live-globe-marker-label {
        padding: 0.28rem 0.42rem;
        font-size: 0.57rem;
    }

    .live-globe-metric {
        top: auto;
        right: 50%;
        bottom: 16%;
        align-items: center;
        flex-direction: row;
        gap: 0.45rem;
        width: max-content;
        max-width: 88%;
        padding: 0.48rem 0.7rem;
        border-radius: 999px;
        transform: translateX(50%);
    }

    .live-globe-count {
        font-size: 1.55rem;
        letter-spacing: -0.04em;
    }

    .live-globe-metric-label {
        max-width: none;
        font-size: 0.6rem;
        line-height: 1.15;
        white-space: nowrap;
    }

    .live-globe-title {
        font-size: 2.15rem;
    }

    .live-globe-countries {
        text-align: left;
    }

    .live-globe-list {
        justify-content: flex-start;
    }

}

@media (prefers-reduced-motion: reduce) {
    .is-live .live-globe-status-dot::after {
        animation: none;
    }
}
