@media (max-width: 1100px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.team-page .hero-copy-block h1 {
    max-width: 720px;
}

.team-page .section-heading.split {
    align-items: end;
}

.team-page .section-heading p {
    max-width: 430px;
}

.team-member-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.team-member-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(17, 38, 64, 0.06);
}

.team-member-card__image {
    position: relative;
    min-height: 320px;
    background: #dfe6e4;
    overflow: hidden;
}

.team-member-card__image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center top;
}

.team-member-card__role {
    position: absolute;
    top: 22px;
    right: 22px;
    max-width: calc(100% - 44px);
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(17, 38, 64, 0.10);
}

.team-member-card__content {
    padding: 28px 28px 32px;
}

.team-member-card__content h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.team-member-card__content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    font-size: 15px;
}

.team-member-card__points,
.team-proof-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.team-member-card__points li,
.team-proof-list li {
    position: relative;
    padding-left: 18px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.55;
}

.team-member-card__points li::before,
.team-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffb305;
}



.team-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 34px;
    align-items: stretch;
}

.team-proof-card {
    padding: 42px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.team-proof-card h2 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.team-proof-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.team-proof-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.team-proof-stat {
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--sky);
    border: 1px solid rgba(17, 38, 64, 0.08);
}

.team-proof-stat strong {
    display: block;
    color: var(--navy);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.team-proof-stat span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.team-proof-image {
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    min-height: 520px;
}

.team-proof-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .team-page .hero-grid,
    .team-proof-grid {
        grid-template-columns: 1fr;
    }

    .team-member-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-page .section-heading p {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .team-member-grid,
    .team-proof-stats {
        grid-template-columns: 1fr;
    }

    .team-proof-card,
    .team-member-card__content {
        padding: 24px;
    }

    .team-member-card__image,
    .team-member-card__image img,
    .team-proof-image {
        min-height: 360px;
    }
}



.reset-team-section {
    position: relative;
    padding: 110px 0;
    background: #eef4fa;
    overflow: hidden;
}

.reset-team-section::before,
.reset-team-section::after {
    content: "";
    position: absolute;
    background: rgba(120, 95, 255, 0.06);
    border-radius: 999px;
    z-index: 0;
}

.reset-team-section::before {
    width: 420px;
    height: 420px;
    top: -140px;
    left: -120px;
}

.reset-team-section::after {
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: -180px;
}

.reset-team-container {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 40px), 1220px);
    margin: 0 auto;
}

.reset-team-header {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.reset-team-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #36557a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.reset-team-header h2 {
    margin: 0 0 16px;
    color: #112640;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.reset-team-header p {
    margin: 0;
    color: #6d7b8b;
    font-size: 17px;
    line-height: 1.8;
}

.reset-team-grid {
    display: grid;
    gap: 34px;
    align-items: stretch;
}

.reset-team-card {
    background: #ffffff;
    border: 1px solid rgba(17, 38, 64, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(17, 38, 64, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reset-team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 44px rgba(17, 38, 64, 0.12);
}

.reset-team-card__image-wrap {
    position: relative;
    background: #ececf1;
    padding: 0px;
}

.reset-team-card__image-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.reset-team-card__badge {
    position: absolute;
    top: 26px;
    right: 26px;
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 22px;
    background: #ffffff;
    border-radius: 999px;
    color: #22243b;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(17, 38, 64, 0.10);
}

.reset-team-card__content {
    padding: 30px 34px 32px;
}

.reset-team-card__content h3 {
    margin: 0 0 14px;
    color: #202144;
    font-size: clamp(28px, 2.3vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.reset-team-card__content p {
    margin: 0;
    color: #6b7083;
    font-size: 16px;
    line-height: 1.7;
}

@media (min-width: 992px) {
.reset-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rst-employer-wellness-section .platform-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reset-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 767px) {
.reset-team-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

@media (max-width: 480px) {
    .reset-team-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .reset-team-card__image-wrap {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .reset-team-section {
        padding: 80px 0;
    }

    .reset-team-container {
        width: min(calc(100% - 24px), 1380px);
    }

    .reset-team-header {
        margin-bottom: 36px;
    }

    .reset-team-card__image-wrap {
        min-height: 340px;
        padding: 22px 22px 0;
    }

    .reset-team-card__badge {
        top: 18px;
        right: 18px;
        min-height: 44px;
        padding: 0 16px;
        font-size: 13px;
    }

    .reset-team-card__content {
        padding: 24px;
    }

    .reset-team-card__content h3 {
        font-size: 28px;
    }

    .reset-team-card__content p {
        font-size: 15px;
    }
}

