/* 世界地图模块样式 */
.world-map-section {
    background: linear-gradient(135deg, #0a2b30 0%, #0d3538 50%, #0a2830 100%);
    color: white;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.world-map-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.07;
    pointer-events: none;
}

.map-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.map-title {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.map-title::after {
    display: none;
}

.stats-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding-right: 20px;
}

.title-area {
    margin-bottom: 15px;
    position: relative;
}

.title-area::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, rgba(72, 176, 228, 0.5), transparent);
    bottom: -8px;
    left: 0;
}

.subtitle {
    display: inline-flex;
    align-items: center;
    color: #8cddff;
    font-size: 0.9rem;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
}

.subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background: linear-gradient(to bottom, #48b0e4, #3b7fc4);
    border-radius: 2px;
}

.subtitle i {
    margin-right: 8px;
    font-size: 1rem;
    color: #48b0e4;
}

.map-desc {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 95%;
}

.stat-item {
    margin-bottom: 3px;
    padding: 10px 12px;
    border-radius: 6px;
    position: relative;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #48b0e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: bold;
    background: linear-gradient(to right, #48b0e4, #8cddff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(72, 176, 228, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.stat-icon i {
    color: #48b0e4;
    font-size: 16px;
}

#worldMap {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 0 40px rgba(72, 176, 228, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

#worldMap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 8px;
    box-shadow: inset 0 0 80px rgba(72, 176, 228, 0.05);
    z-index: 10;
}

.office-box {
    background: rgba(72, 176, 228, 0.07);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 15px;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.office-box:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.office-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.office-title-icon {
    width: 24px;
    height: 24px;
    background: rgba(72, 176, 228, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.office-title-icon i {
    color: #48b0e4;
    font-size: 12px;
}

.office-box h3 {
    font-size: 1.1rem;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.office-box p {
    font-size: 0.85rem;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.office-box i {
    margin-right: 8px;
    color: rgba(72, 176, 228, 0.8);
    font-size: 0.9rem;
}

.custom-info-window {
    background: linear-gradient(135deg, #0d3538 0%, #0a2830 100%);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    min-width: 280px;
    padding: 20px;
    position: relative;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-badge {
    width: 6px;
    height: 40px;
    background: linear-gradient(to bottom, #48b0e4, #3b7fc4);
    border-radius: 3px;
    margin-right: 15px;
}

.info-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.info-subtitle {
    color: #8cddff;
    font-size: 13px;
    margin-top: 4px;
    opacity: 0.9;
}

.info-content {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 14px;
}

.info-content p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.info-content strong {
    color: #8cddff;
    margin-right: 5px;
}

/* 地图点标记脉冲动画 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 176, 228, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(72, 176, 228, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(72, 176, 228, 0);
    }
}

/* 响应式样式 */
@media (max-width: 991px) {
    .world-map-section {
        padding: 50px 0;
    }

    .map-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .stats-container {
        padding-right: 0;
        margin-bottom: 25px;
        gap: 12px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 0.95rem;
    }

    .map-desc {
        max-width: 100%;
        margin-top: 8px;
    }

    #worldMap {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .world-map-section {
        padding: 40px 0;
    }

    .map-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .title-area {
        margin-bottom: 15px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-item {
        padding: 8px 12px;
        margin-bottom: 5px;
    }

    #worldMap {
        height: 300px;
        margin-top: 15px;
    }

    .office-box {
        padding: 15px;
        margin-top: 10px;
    }

    .office-box h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
} 