/*
 * @kanway-css-index
 * 文件: css/about/about-team-shared.css
 * 层级: 关于我们
 * 引用页面: About_Company/Culture 等
 * 依赖: contact.css
 * 修改指引: .team-merge-nav 团队页内导航
 * 索引: css/00-样式文件索引.css
 */
/* Shared — Team pages (capabilities + members variants) */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.team-merge-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, #1d5198 0%, #2a6bb5 100%);
    color: #fff;
    box-shadow: 0 2px 12px rgba(29, 81, 152, 0.25);
}

.team-merge-nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    padding: 10px 15px;
    font-size: 14px;
}

.team-merge-nav__label {
    font-weight: 700;
    margin-right: 4px;
}

.team-merge-nav__link {
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.team-merge-nav__link:hover {
    background: rgba(255, 255, 255, 0.15);
}

.team-merge-nav__hint {
    margin-left: auto;
    font-size: 12px;
    opacity: 0.85;
}

@media (max-width: 640px) {
    .team-merge-nav__hint {
        margin-left: 0;
        width: 100%;
    }
}

.about-team-block {
    padding: 8px 0 16px;
}

.about-team-block__head {
    text-align: left;
    max-width: none;
    margin: 0 0 32px;
    width: 100%;
    box-sizing: border-box;
}

.about-team-block__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #1d5198;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.about-team-block__tag--b {
    background: #2d6a4f;
}

.about-team-block__head h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.about-team-block__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
}

.about-team-block-divider {
    height: 4px;
    margin: 48px 0;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #1d5198 20%, #2d6a4f 80%, transparent);
}

.about-team-block-divider--sub {
    height: 2px;
    margin: 40px 0 36px;
    background: linear-gradient(90deg, transparent, #c5d5eb 30%, #2d6a4f 70%, transparent);
}

.about-team-combined .about-team-block--members {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.about-team-block--members .about-team-block__head {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.about-team-combined .about-team-org__title,
.about-team-combined .about-team-matrix__title {
    font-size: 20px;
}

.about-team-combined .about-team-section__head h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.team-variant-banner {
    background: linear-gradient(90deg, #e8f0fa 0%, #f4f7fb 100%);
    border-bottom: 1px solid #c5d5eb;
}

.team-variant-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
    padding: 12px 15px;
    font-size: 14px;
    color: #334155;
}

.team-variant-banner__text {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-variant-banner__text i {
    font-size: 20px;
    color: #1d5198;
}

.team-variant-banner__link {
    font-weight: 600;
    color: #1d5198;
    text-decoration: none;
    white-space: nowrap;
}

.team-variant-banner__link:hover {
    text-decoration: underline;
}

.about-team-page {
    padding: 0 0 72px;
}

.about-team-intro {
    text-align: center;
    max-width: 760px;
    margin: 40px auto 32px;
}

.about-team-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.about-team-intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #6c757d;
}

.about-team-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.about-team-stat {
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-team-stat:hover {
    box-shadow: 0 8px 24px rgba(29, 81, 152, 0.1);
    transform: translateY(-2px);
}

.about-team-stat__icon {
    font-size: 32px;
    color: #1d5198;
    margin-bottom: 8px;
}

.about-team-stat__num {
    font-size: 32px;
    font-weight: 700;
    color: #1d5198;
    line-height: 1.2;
}

.about-team-stat__num span {
    font-size: 18px;
    font-weight: 600;
}

.about-team-stat__label {
    margin-top: 6px;
    font-size: 14px;
    color: #6c757d;
}

.about-team-cta {
    margin-top: 48px;
    padding: 36px 24px;
    text-align: center;
    background: linear-gradient(135deg, #1d5198 0%, #2a6bb5 100%);
    border-radius: 12px;
    color: #fff;
}

.about-team-cta h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
}

.about-team-cta p {
    margin: 0 0 20px;
    opacity: 0.92;
    font-size: 15px;
}

.about-team-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.about-team-cta__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
}

.about-team-cta__btn--primary {
    background: #fff;
    color: #1d5198;
}

.about-team-cta__btn--primary:hover {
    background: #f0f4fa;
}

.about-team-cta__btn--ghost {
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
}

.about-team-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
    .about-team-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .about-team-stats {
        grid-template-columns: 1fr;
    }

    .about-team-intro h2 {
        font-size: 24px;
    }
}
