.jdc-globe-section {
    position: relative;
    padding: 56px 0 40px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 55%, #f3f6f9 100%);
    overflow: hidden;
}

.jdc-globe-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 42%, rgba(140, 199, 255, 0.18), transparent 34%),
        radial-gradient(circle at 18% 68%, rgba(0, 79, 155, 0.06), transparent 28%);
    pointer-events: none;
}

.jdc-globe-section .j-w {
    position: relative;
    z-index: 1;
}

.jdc-globe-hd {
    text-align: center;
    margin-bottom: 36px;
}

.jdc-globe-hd .jdc-main-title {
    margin-bottom: 12px;
    color: #262626;
    font-size: 32px;
    line-height: 1.35;
}

.jdc-globe-hd .jdc-main-des {
    max-width: 760px;
    margin: 0 auto;
    color: #595959;
    font-size: 16px;
    line-height: 1.8;
}

.jdc-globe-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 500px;
}

.jdc-globe-copy {
    flex: 0 0 360px;
    max-width: 360px;
}

.jdc-globe-stat + .jdc-globe-stat {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 79, 155, 0.08);
}

.jdc-globe-stat h4 {
    margin: 0 0 10px;
    color: #262626;
    font-size: 20px;
    line-height: 1.4;
}

.jdc-globe-stat p {
    margin: 0;
    color: #595959;
    font-size: 14px;
    line-height: 1.85;
}

.jdc-globe-stage {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 420px;
}

.jdc-globe-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    touch-action: none;
    overflow: hidden;
}

.jdc-globe-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background: linear-gradient(180deg, rgba(247, 249, 252, 0), rgba(247, 249, 252, 1));
    pointer-events: none;
    z-index: 2;
}

.jdc-globe-container canvas {
    display: block;
    outline: none;
}

.jdc-globe-container .jdc-globe-label-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jdc-globe-container:active {
    cursor: grabbing;
}

.jdc-globe-label-layer {
    pointer-events: none;
}

.jdc-globe-marker-label {
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    border: none;
    box-shadow: 0 2px 8px rgba(0, 79, 155, 0.1);
    color: #004f9b;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    transform: translate(-50%, -155%);
}

.jdc-globe-marker-label.is-domestic,
.jdc-globe-marker-label.is-global {
    color: #004f9b;
}

.jdc-globe-hint {
    position: absolute;
    right: 12px;
    bottom: 8px;
    margin: 0;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}

@media (max-width: 992px) {
    .jdc-globe-body {
        flex-direction: column;
        min-height: auto;
    }

    .jdc-globe-copy {
        flex: none;
        max-width: none;
        width: 100%;
    }

    .jdc-globe-stage {
        width: 100%;
        height: 320px;
    }

    .jdc-globe-hint {
        right: 0;
        bottom: 4px;
    }
}

@media (max-width: 768px) {
    .jdc-globe-section {
        padding: 40px 0 28px;
    }

    .jdc-globe-hd .jdc-main-title {
        font-size: 24px;
    }
}
