/* 海归导师团队样式 - 独特类名设计 */
.offer11 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 40px 20px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.offer11 .swiper-container {
    overflow: visible;
    position: relative;
    z-index: 1;
}

.offer11 .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
    transition: all 0.3s ease;
}

.offer11 .swiper-slide:hover {
    transform: translateY(-3px);
}

/* 导师卡片主体 */
.overseas-mentor-profile {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.overseas-mentor-profile:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* 导师头部信息 */
.overseas-mentor-header {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px 25px;
    text-align: center;
    color: white;
}

/* 行业标签 */
.overseas-mentor-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* 不同行业的标签颜色 - 使用data属性或特定类名 */
.overseas-mentor-badge.consulting {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
    color: #d63384;
}

.overseas-mentor-badge.government {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #2c5aa0;
}

.overseas-mentor-badge.fmcg {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    color: #e17055;
}

.overseas-mentor-badge.tech {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #00b894;
}

.overseas-mentor-badge.finance {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    color: #fdcb6e;
}

.overseas-mentor-badge.product {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
    color: #e84393;
}

.overseas-mentor-badge.accounting {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #0984e3;
}

/* 导师头像 */
.overseas-mentor-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.overseas-mentor-profile:hover .overseas-mentor-avatar {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
}

/* 导师姓名 */
.overseas-mentor-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 导师职位 */
.overseas-mentor-position {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

/* 导师详细信息 */
.overseas-mentor-details {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fafbfc;
    box-shadow: none;
    border: none;
    outline: none;
}

/* 导师亮点列表 */
.overseas-mentor-highlights {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    border: none;
}

.overseas-mentor-highlight-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
    font-size: 13px;
    transition: all 0.3s ease;
}

.overseas-mentor-highlight-item::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 0;
    color: #667eea;
    font-size: 14px;
    font-weight: bold;
}

.overseas-mentor-highlight-item:hover {
    color: #333;
    transform: translateX(3px);
}

/* 导航按钮样式 */
.offer11 .swiper-button-prev,
.offer11 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.offer11 .swiper-button-prev:hover,
.offer11 .swiper-button-next:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* 移除Swiper默认的::after伪元素 */
.offer11 .swiper-button-prev::after,
.offer11 .swiper-button-next::after {
    display: none;
}

.offer11 .swiper-button-prev {
    left: -25px;
}

.offer11 .swiper-button-next {
    right: -25px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .offer11 {
        padding: 30px 15px;
        border-radius: 20px;
    }
    
    .overseas-mentor-header {
        padding: 25px 20px 20px;
    }
    
    .overseas-mentor-avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    
    .overseas-mentor-name {
        font-size: 20px;
    }
    
    .overseas-mentor-position {
        font-size: 13px;
    }
    
    .overseas-mentor-details {
        padding: 20px;
        border: none;
        outline: none;
    }
    
    .overseas-mentor-highlight-item {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .offer11 .swiper-button-prev,
    .offer11 .swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .offer11 .swiper-button-prev {
        left: -20px;
    }
    
    .offer11 .swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .offer11 {
        padding: 20px 10px;
        border-radius: 15px;
    }
    
    .overseas-mentor-header {
        padding: 20px 15px 15px;
    }
    
    .overseas-mentor-avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    .overseas-mentor-name {
        font-size: 18px;
    }
    
    .overseas-mentor-position {
        font-size: 12px;
    }
    
    .overseas-mentor-details {
        padding: 15px;
        border: none;
        outline: none;
    }
    
    .overseas-mentor-highlight-item {
        font-size: 11px;
        margin-bottom: 8px;
    }
    
    .offer11 .swiper-button-prev,
    .offer11 .swiper-button-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .offer11 .swiper-button-prev {
        left: -17px;
    }
    
    .offer11 .swiper-button-next {
        right: -17px;
    }
}

/* 确保Swiper初始化后的样式 */
.offer11 .swiper-container.swiper-initialized {
    min-height: 400px;
}

/* 确保slide内容正确显示 */
.offer11 .swiper-slide {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 确保导师卡片有最小高度 */
.overseas-mentor-profile {
    min-height: 380px !important;
}
