:root {
    --rd-ink: #172033;
    --rd-muted: #59677d;
    --rd-blue: #2f65cf;
    --rd-sky: #35bfd2;
    --rd-light: #f4f8fc;
    --rd-line: #d8e3ef;
}

.rd-team-v2-page {
    background: #fff;
    color: var(--rd-ink);
    font-family: 'Ubuntu', 'Open Sans', Arial, sans-serif;
}

.rd-team-v2-page p,
.rd-team-v2-page li,
.rd-team-v2-page a,
.rd-team-v2-page label,
.rd-team-v2-page input,
.rd-team-v2-page textarea,
.rd-team-v2-page select {
    font-family: 'Open Sans', Arial, sans-serif;
}

.rd-team-v2-page h1,
.rd-team-v2-page h2,
.rd-team-v2-page h3,
.rd-team-v2-page h4 {
    letter-spacing: 0;
}

.rd-eyebrow {
    margin: 0 0 14px;
    color: #6fe2f6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.rd-eyebrow--muted {
    color: var(--rd-blue);
}

.rd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.rd-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.rd-button--primary {
    background: var(--rd-blue);
    color: #fff;
    box-shadow: 0 12px 28px rgba(47, 101, 207, 0.25);
}

.rd-button--primary:hover {
    color: #fff;
    background: #285bc1;
}

.rd-button--ghost,
.rd-button--phone {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.05);
}

.rd-button--ghost:hover,
.rd-button--phone:hover {
    color: #fff;
    border-color: rgba(111, 226, 246, 0.85);
    background: rgba(111, 226, 246, 0.12);
}

.rd-button--light {
    color: #10469a;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 56, 126, 0.18);
}

.rd-button--light:hover {
    color: #10469a;
    background: #f8fbff;
}

.rd-team-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 96px 0 84px;
    background:
        radial-gradient(circle at 82% 18%, rgba(54, 190, 211, 0.24) 0, transparent 30%),
        radial-gradient(circle at 70% 70%, rgba(47, 101, 207, 0.2) 0, transparent 32%),
        linear-gradient(135deg, #0a101c 0%, #0d1c31 50%, #07111f 100%);
}

.rd-team-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(111, 226, 246, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 226, 246, 0.08) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.rd-team-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: 72px;
    align-items: center;
}

.rd-team-hero h1 {
    max-width: 830px;
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.14;
}

.rd-team-hero__lead {
    max-width: 730px;
    margin: 24px 0 0;
    color: rgba(235, 245, 255, 0.86);
    font-size: 18px;
    line-height: 1.72;
}

.rd-team-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.rd-team-hero__visual {
    position: relative;
    min-height: 390px;
}

.rd-portrait-stack {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(111, 226, 246, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(6px);
}

.rd-portrait-stack img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.rd-section-heading {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.rd-section-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    gap: 56px;
    align-items: end;
    text-align: left;
}

.rd-section-heading h2 {
    margin: 0;
    color: var(--rd-ink);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
}

.rd-section-heading p:not(.rd-eyebrow) {
    margin: 16px 0 0;
    color: var(--rd-muted);
    font-size: 17px;
    line-height: 1.72;
}

.rd-section-heading .rd-org-chart__trust {
    max-width: 760px;
    margin: 18px auto 0;
    padding-top: 16px;
    border-top: 1px solid rgba(30, 86, 180, 0.14);
    color: #35465f;
    font-size: 15px;
    line-height: 1.7;
}

.rd-leader-section {
    padding: 92px 0 76px;
    background: #fff;
}

.rd-leader-card {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 72px;
    align-items: center;
}

.rd-leader-photo {
    position: relative;
    padding: 0 16px 16px 38px;
}

.rd-leader-photo img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 32, 55, 0.18);
}

.rd-leader-bracket {
    position: absolute;
    left: 0;
    top: 160px;
    width: 42px;
    height: 180px;
    border: 2px solid #dce4ee;
    border-right: 0;
    border-radius: 18px 0 0 18px;
}

.rd-presence-dot {
    position: absolute;
    z-index: 4;
    left: 24px;
    bottom: 88px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #6bb700;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
}

.rd-linkedin-badge {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: #0a66c2;
    text-decoration: none;
}

.rd-linkedin-badge:hover {
    color: #fff;
    text-decoration: none;
}

.rd-leader-photo__caption {
    position: absolute;
    z-index: 3;
    left: 60px;
    right: 34px;
    bottom: 34px;
    padding-top: 72px;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 16, 28, 0.86) 72%);
}

.rd-leader-photo__caption strong,
.rd-leader-photo__caption span {
    display: block;
}

.rd-leader-photo__caption strong {
    font-size: 24px;
    line-height: 1.15;
}

.rd-leader-photo__caption span {
    margin-top: 5px;
    color: #7bdff0;
    font-size: 13px;
    font-weight: 700;
}

.rd-blue-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 66px;
    height: 58px;
    border-radius: 8px;
    background: #2b9ee0;
}

.rd-leader-copy {
    max-width: 680px;
}

.rd-profile-kicker {
    margin: 0 0 10px;
    color: var(--rd-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rd-leader-copy h3 {
    margin: 0 0 22px;
    color: var(--rd-ink);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.rd-leader-copy p:not(.rd-profile-kicker) {
    margin: 0 0 18px;
    color: var(--rd-muted);
    font-size: 16px;
    line-height: 1.78;
}

.rd-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.rd-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #10469a;
    background: #eef7ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.rd-capability-band {
    padding: 56px 0;
    background: linear-gradient(135deg, #f5faff, #eff7fb);
}

.rd-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.rd-capability-grid article {
    min-height: 220px;
    padding: 26px;
    border: 1px solid var(--rd-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 45, 76, 0.07);
}

.rd-capability-grid i,
.rd-org-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--rd-blue), var(--rd-sky));
}

.rd-capability-grid h2 {
    margin: 0 0 10px;
    color: var(--rd-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.rd-capability-grid p {
    margin: 0;
    color: var(--rd-muted);
    font-size: 14px;
    line-height: 1.66;
}

.rd-profiles-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at 90% 6%, rgba(53, 191, 210, 0.12) 0, transparent 28%),
        #fff;
}

.rd-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rd-profile-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--rd-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(23, 32, 51, 0.07);
}

.rd-profile-photo {
    position: relative;
    height: 300px;
    background: #eaf1f8;
    overflow: hidden;
}

.rd-profile-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.rd-profile-photo a {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #fff;
    background: #0a66c2;
    text-decoration: none;
}

.rd-profile-card--initials {
    padding-top: 24px;
}

.rd-profile-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin: 0 24px;
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 30%),
        linear-gradient(135deg, var(--rd-blue), var(--rd-sky));
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 14px 34px rgba(47, 101, 207, 0.22);
}

.rd-profile-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.rd-profile-body h3 {
    margin: 0 0 12px;
    color: var(--rd-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.rd-profile-body p:not(.rd-profile-kicker) {
    margin: 0 0 16px;
    color: var(--rd-muted);
    font-size: 14px;
    line-height: 1.7;
}

.rd-profile-body ul {
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
}

.rd-profile-body li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    color: #2d3a50;
    font-size: 13px;
    line-height: 1.55;
}

.rd-profile-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--rd-sky);
}

.rd-profile-body .rd-chip-row {
    margin-top: auto;
    padding-top: 16px;
}

.rd-org-section {
    padding: 88px 0;
    background: var(--rd-light);
}

.rd-org-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.rd-org-card {
    min-height: 235px;
    padding: 24px;
    border: 1px solid var(--rd-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 45, 76, 0.06);
}

.rd-org-card--blue { background: linear-gradient(180deg, #eef6ff, #fff); }
.rd-org-card--cyan { background: linear-gradient(180deg, #eafcff, #fff); }
.rd-org-card--amber { background: linear-gradient(180deg, #fff8e7, #fff); }
.rd-org-card--violet { background: linear-gradient(180deg, #f4efff, #fff); }
.rd-org-card--rose { background: linear-gradient(180deg, #fff0f6, #fff); }

.rd-org-card h3 {
    margin: 0 0 10px;
    color: var(--rd-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.rd-org-card p {
    margin: 0;
    color: var(--rd-muted);
    font-size: 14px;
    line-height: 1.65;
}

.rd-team-cta {
    padding: 0 0 74px;
    background: var(--rd-light);
}

.rd-team-cta__inner {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    padding: 44px 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #43c4d9 0%, #2f65cf 100%);
    color: #fff;
}

.rd-team-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.rd-team-cta p:not(.rd-eyebrow) {
    max-width: 740px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    .rd-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rd-org-grid,
    .rd-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .rd-team-hero {
        min-height: auto;
        padding: 76px 0;
    }

    .rd-team-hero__grid,
    .rd-section-heading--split,
    .rd-leader-card {
        grid-template-columns: 1fr;
    }

    .rd-team-hero__grid,
    .rd-leader-card {
        gap: 46px;
    }

    .rd-team-hero h1 {
        font-size: 38px;
    }

    .rd-team-hero__visual {
        max-width: 560px;
        min-height: auto;
    }
.rd-section-heading--split {
        text-align: center;
    }

    .rd-leader-photo {
        max-width: 430px;
        margin: 0 auto;
    }

    .rd-leader-copy {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .rd-team-hero h1,
    .rd-section-heading h2,
    .rd-leader-copy h3 {
        font-size: 31px;
    }

    .rd-team-hero__lead,
    .rd-section-heading p:not(.rd-eyebrow) {
        font-size: 15px;
    }

    .rd-team-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .rd-portrait-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rd-capability-grid,
    .rd-profile-grid,
    .rd-org-grid {
        grid-template-columns: 1fr;
    }

    .rd-leader-section,
    .rd-profiles-section,
    .rd-org-section {
        padding: 62px 0;
    }

    .rd-leader-photo {
        padding-left: 0;
        padding-right: 0;
    }

    .rd-leader-photo img {
        height: 420px;
    }

    .rd-leader-bracket,
    .rd-blue-corner,
    .rd-presence-dot {
        display: none;
    }

    .rd-linkedin-badge {
        right: 18px;
    }

    .rd-leader-photo__caption {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .rd-team-cta__inner {
        display: block;
        padding: 34px 26px;
    }

    .rd-team-cta .rd-button {
        width: 100%;
        margin-top: 24px;
    }
}


.rd-leader-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 13px 30px;
    border: 1.5px solid #172033;
    border-radius: 28px;
    color: #172033;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rd-leader-readmore:hover {
    color: #fff;
    background: #172033;
    text-decoration: none;
    transform: translateY(-1px);
}

.rd-leader-readmore i {
    font-size: 12px;
}

.rd-team-intro {
    padding: 78px 0 62px;
    text-align: center;
    background: #fff;
}

.rd-team-intro h1 {
    margin: 0 0 24px;
    color: #111a2d;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}

.rd-team-intro h1 span {
    color: #2b9ee0;
}

.rd-team-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: #59677d;
    font-size: 15px;
    line-height: 1.8;
}

.rd-team-intro + .rd-leader-section {
    padding-top: 22px;
}

.rd-org-headshots-section {
    position: relative;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.rd-org-headshots-section .rd-profile-grid {
    position: relative;
}

.rd-org-headshots-section .rd-profile-grid::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    width: 2px;
    height: 28px;
    background: linear-gradient(180deg, #2b9ee0, rgba(43, 158, 224, 0));
}

.rd-org-headshots-section .rd-profile-card {
    border-top: 4px solid #2b9ee0;
}

.rd-org-headshots-section .rd-profile-photo {
    height: 280px;
}

.rd-org-headshots-section .rd-profile-photo img {
    object-position: top center;
}

@media (max-width: 767.98px) {
    .rd-team-intro {
        padding: 54px 0 38px;
    }

    .rd-team-intro h1 {
        font-size: 31px;
    }

    .rd-team-intro p {
        font-size: 14px;
    }
}

.rd-org-chart-section {
    position: relative;
    padding: 84px 0 92px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.rd-org-chart {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 8px 0 0;
}

.rd-org-level {
    position: relative;
    margin-top: 68px;
    text-align: center;
}

.rd-org-level:first-child {
    margin-top: 0;
}

.rd-org-level:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -54px;
    left: 50%;
    width: 2px;
    height: 38px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(47, 101, 207, 0.55), rgba(53, 191, 210, 0.25));
}

.rd-org-level__label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0 auto 28px;
    padding: 9px 18px;
    border: 1px solid #cde0f5;
    border-radius: 999px;
    color: #1557b8;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.06);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.15;
    text-transform: uppercase;
}

.rd-org-people {
    position: relative;
    display: grid;
    gap: 22px;
    justify-content: center;
    align-items: stretch;
}

.rd-org-people::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: min(72%, 720px);
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(47, 101, 207, 0.42), rgba(53, 191, 210, 0.42), transparent);
}

.rd-org-people--three {
    grid-template-columns: repeat(3, minmax(0, 300px));
}

.rd-org-people--two {
    grid-template-columns: repeat(2, minmax(0, 300px));
}

.rd-org-people--one {
    grid-template-columns: minmax(0, 300px);
}

.rd-org-people--four {
    grid-template-columns: repeat(4, minmax(0, 270px));
}

.rd-org-person {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8e3ef;
    border-top: 4px solid #2b9ee0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
    text-align: left;
}

.rd-org-person::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 2px;
    height: 18px;
    transform: translateX(-50%);
    background: rgba(47, 101, 207, 0.38);
}

.rd-org-person--lead {
    border-top-color: #1557b8;
}

.rd-org-person__photo {
    height: clamp(292px, 23.5vw, 322px);
    background: #eaf1f8;
    overflow: hidden;
}

.rd-org-person__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.rd-org-person__image--chetan {
    transform: translateY(-18%) scale(1.22);
    transform-origin: 50% 0%;
    object-position: top center;
}

.rd-org-person__image--manoj {
    transform: scale(1.08) translateY(-6%);
    transform-origin: 50% 0%;
    object-position: top center;
}

.rd-org-person__photo--avatar {
    background: linear-gradient(145deg, #eaf4fb 0%, #f7fbff 52%, #e7f7fb 100%);
}

.rd-org-avatar {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rd-org-avatar::before,
.rd-org-avatar::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0.6;
}

.rd-org-avatar::before {
    inset: 34px;
    border: 1px solid rgba(43, 158, 224, 0.22);
}

.rd-org-avatar::after {
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(53, 191, 210, 0.22), transparent 68%);
}

.rd-org-avatar span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 112px;
    height: 112px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 999px;
    background: linear-gradient(135deg, #1557b8, #35bfd2);
    box-shadow: 0 18px 42px rgba(17, 66, 118, 0.22);
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
}

.rd-org-avatar--teal span {
    background: linear-gradient(135deg, #0f8ca8, #35bfd2);
}

.rd-org-avatar--blue span {
    background: linear-gradient(135deg, #1557b8, #2b9ee0);
}

.rd-org-avatar--violet span {
    background: linear-gradient(135deg, #3156c9, #8a7cf4);
}


.rd-org-person__body {
    padding: 20px 22px 22px;
}

.rd-org-person__body h3 {
    margin: 0 0 6px;
    color: #172033;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.rd-org-person__role {
    margin: 0 0 12px;
    color: #1557b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rd-org-person__body p:not(.rd-org-person__role) {
    margin: 0;
    color: #59677d;
    font-size: 14px;
    line-height: 1.62;
}

.rd-org-chart-section + .rd-capability-band {
    padding-top: 70px;
}

@media (max-width: 991.98px) {
    .rd-org-people--three,
    .rd-org-people--two,
    .rd-org-people--one,
    .rd-org-people--four {
        grid-template-columns: minmax(0, 340px);
    }

    .rd-org-people::before,
    .rd-org-person::before {
        display: none;
    }

    .rd-org-level:not(:first-child)::before {
        height: 42px;
        top: -56px;
    }
}

@media (max-width: 767.98px) {
    .rd-org-chart-section {
        padding: 58px 0 66px;
    }

    .rd-org-level {
        margin-top: 54px;
    }

    .rd-org-person__photo {
        height: 330px;
    }
}

.rd-org-linkedin {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #fff;
    background: #0a66c2;
    box-shadow: 0 10px 24px rgba(10, 102, 194, 0.26);
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease;
}

.rd-org-linkedin:hover {
    color: #fff;
    background: #084f96;
    text-decoration: none;
    transform: translateY(-1px);
}

.rd-org-person__photo {
    position: relative;
}
/* Live /team hero and leadership block parity. Keep this area matched to the current public team page. */
.rd-team-v2-page .team-hero {
    text-align: center;
    padding: 80px 0 60px;
    background: #fff;
}

.rd-team-v2-page .team-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 24px;
}

.rd-team-v2-page .team-hero h1 span {
    color: #2B9EE0;
}

.rd-team-v2-page .team-hero .hero-sub {
    max-width: 680px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
}

.rd-team-v2-page .leader-section {
    padding: 20px 0 90px;
    overflow: visible;
    background: #fff;
}

.rd-team-v2-page .leader-section .container {
    overflow: visible;
}

.rd-team-v2-page .leader-row {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    padding-left: 50px;
}

.rd-team-v2-page .leader-bracket {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 180px;
    border: 2px solid #e2e4ea;
    border-right: none;
    border-radius: 20px 0 0 20px;
    pointer-events: none;
}

.rd-team-v2-page .leader-photo-col {
    flex: 0 0 380px;
    max-width: 380px;
    position: relative;
    padding-bottom: 14px;
    padding-right: 14px;
}

.rd-team-v2-page .leader-photo-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.rd-team-v2-page .leader-photo-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.rd-team-v2-page .leader-photo-card .photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 28px 28px;
    background: linear-gradient(0deg, rgba(20,25,40,0.88) 0%, rgba(20,25,40,0.5) 55%, transparent 100%);
}

.rd-team-v2-page .leader-photo-card .photo-overlay h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
    line-height: 1.2;
}

.rd-team-v2-page .leader-photo-card .photo-overlay .role {
    font-size: 0.85rem;
    color: #7ec8f0;
    font-weight: 400;
}

.rd-team-v2-page .leader-photo-card .linkedin-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    background: #0A66C2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.2s;
}

.rd-team-v2-page .leader-photo-card .linkedin-badge:hover {
    transform: scale(1.08);
}

.rd-team-v2-page .leader-photo-card .linkedin-badge i {
    color: #fff;
    font-size: 1.15rem;
}

.rd-team-v2-page .leader-photo-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 55px;
    background: #2B9EE0;
    border-radius: 12px;
    z-index: 0;
}

.rd-team-v2-page .leader-dot-accent {
    position: absolute;
    bottom: 70px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #6bb700;
    border: 0 solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.rd-team-v2-page .leader-bio-col {
    flex: 1;
    padding: 10px 0;
}

.rd-team-v2-page .leader-bio-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2B9EE0;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.rd-team-v2-page .leader-bio-col h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.25;
    margin-bottom: 28px;
}

.rd-team-v2-page .leader-quote-block {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
}

.rd-team-v2-page .leader-quote-block .quote-mark {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4.5rem;
    line-height: 1;
    color: #d0d8e8;
    font-weight: 700;
    display: block;
    margin-bottom: -10px;
    margin-left: -4px;
}

.rd-team-v2-page .leader-quote-block p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    padding-left: 4px;
}

.rd-team-v2-page .leader-quote-block p:last-of-type {
    margin-bottom: 0;
}

.rd-team-v2-page .leader-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 13px 30px;
    border: 1.5px solid #1a1a2e;
    border-radius: 28px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.25s;
    letter-spacing: 0.2px;
}

.rd-team-v2-page .leader-readmore:hover {
    background: #1a1a2e;
    color: #fff;
    text-decoration: none;
}

.rd-team-v2-page .leader-readmore i {
    font-size: 0.75rem;
    transition: transform 0.25s;
}

.rd-team-v2-page .leader-readmore:hover i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .rd-team-v2-page .leader-row {
        flex-direction: column;
        gap: 40px;
        padding-left: 0;
    }

    .rd-team-v2-page .leader-bracket {
        display: none;
    }

    .rd-team-v2-page .leader-photo-col {
        flex: none;
        max-width: 420px;
        width: 100%;
    }

    .rd-team-v2-page .leader-photo-card img {
        height: 400px;
    }

    .rd-team-v2-page .leader-bio-col h3 {
        font-size: 1.8rem;
    }

    .rd-team-v2-page .team-hero h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 575.98px) {
    .rd-team-v2-page .team-hero {
        padding: 50px 0 40px;
    }

    .rd-team-v2-page .team-hero h1 {
        font-size: 1.8rem;
    }

    .rd-team-v2-page .leader-photo-col {
        padding-bottom: 0;
        padding-right: 0;
    }

    .rd-team-v2-page .leader-photo-card img {
        height: 320px;
    }

    .rd-team-v2-page .leader-photo-accent,
    .rd-team-v2-page .leader-dot-accent {
        display: none;
    }

    .rd-team-v2-page .leader-bio-col h3 {
        font-size: 1.5rem;
    }

    .rd-team-v2-page .leader-quote-block .quote-mark {
        font-size: 3.5rem;
    }
}
