/* People Network page */

.program-portfolio-label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: var(--aou-light);
    color: var(--aou-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.program-portfolio-intro {
    max-width: 46rem;
    margin-bottom: 0;
}

.program-format-card {
    padding: 1.45rem 1.35rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-format-card__head {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-bottom: 1rem;
}

.program-format-card__num {
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border-radius: .65rem;
    background: rgba(230, 204, 131, .35);
    color: #7a5a12;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

.program-format-card h3 {
    margin: 0;
    padding-top: .2rem;
    color: var(--aou-navy);
    font-size: 1.08rem;
    line-height: 1.28;
    letter-spacing: -.015em;
}

.program-format-card p {
    color: var(--aou-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.program-cooperation-card {
    padding: 1.75rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-cooperation-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.22rem, 1.5vw, 1.42rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1.15rem;
}

.program-direction-card__action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: .85rem 1rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.program-direction-card__action:hover {
    color: var(--aou-gold);
    border-color: rgba(199, 164, 90, .55);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.program-cooperation-note {
    margin-top: 1rem;
    padding: 1.15rem 2.15rem 1.25rem;
    border-radius: 1.35rem;
    background: var(--aou-cream);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    color: #7a6a4a;
    font-size: .88rem;
    line-height: 1.65;
}

.program-cooperation-note strong {
    color: #5c4e32;
}

.program-cooperation-cta-wrap {
    padding-top: 0;
}

.program-cooperation-cta {
    padding: 2rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.program-cooperation-cta__title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: -.025em;
    margin-bottom: .85rem;
}

.program-cooperation-cta__text {
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.7;
    max-width: 42rem;
}

.people-network-page-anchor {
    display: block;
    position: relative;
    top: calc(-1 * var(--aou-page-hero-pt, 6.75rem));
    visibility: hidden;
    pointer-events: none;
}

.people-network-join-cta-wrap {
    padding-top: 0;
}

.people-network-join-cta__actions .btn {
    white-space: nowrap;
}

.youth-pathway-card {
    padding: 1.5rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.youth-pathway-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.15rem, 1.3vw, 1.35rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.youth-pathway-card p {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.youth-pathway-card h3:first-child {
    margin-top: 0;
}

.people-network-fellow-card {
    padding: 1.5rem 1.4rem 1.45rem;
    border: 1px solid var(--aou-border);
    border-top: 3px solid var(--aou-gold);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.people-network-fellow-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.08rem, 1.2vw, 1.22rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.people-network-fellow-card p {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.people-network-contribution-card .program-format-card__num {
    border-radius: 50%;
}

.people-network-voices-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.75rem 1.65rem 1.5rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.people-network-voices-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.18rem, 1.35vw, 1.42rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .85rem;
}

.people-network-voices-card p {
    flex: 1 1 auto;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
    margin-bottom: 1.5rem;
}

.people-network-voices-card .program-direction-card__action {
    margin-top: auto;
}

.people-network-vision-panel {
    padding: 2rem 2.15rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
    color: #fff;
}

.people-network-vision-panel__label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .88);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.people-network-vision-panel__title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.22;
    letter-spacing: -.025em;
    margin-bottom: .85rem;
}

.people-network-vision-panel__text {
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.7;
    max-width: 46rem;
}

.people-network-africa-map-wrap {
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .04);
}

.people-network-africa-map {
    display: block;
    width: 100%;
    height: auto;
}

.people-network-africa-map__outline path {
    fill: none;
    stroke: rgba(255, 255, 255, .22);
    stroke-width: 2;
    stroke-linejoin: round;
}

.people-network-africa-map__region {
    text-decoration: none;
    cursor: pointer;
}

.people-network-africa-map__region path {
    fill-rule: evenodd;
    stroke: rgba(255, 255, 255, .18);
    stroke-width: 1.2;
    stroke-linejoin: round;
    transition: opacity .2s ease, filter .2s ease;
}

.people-network-africa-map__overlay {
    fill-rule: evenodd;
    stroke: rgba(255, 255, 255, .18);
    stroke-width: 1.2;
    stroke-linejoin: round;
    pointer-events: none;
}

.people-network-africa-map__overlay--north {
    fill: #4f8fd9;
}

.people-network-africa-map__overlay--west {
    fill: #d4a843;
}

.people-network-africa-map__overlay--central {
    fill: #d9534f;
}

.people-network-africa-map__overlay--east {
    fill: #3fa86b;
}

.people-network-africa-map__overlay--south {
    fill: #8b6bd6;
}

.people-network-africa-map__region:hover path,
.people-network-africa-map__region:focus-visible path {
    opacity: .88;
    filter: brightness(1.08);
}

.people-network-africa-map__region--north path {
    fill: #4f8fd9;
}

.people-network-africa-map__region--west path {
    fill: #d4a843;
}

.people-network-africa-map__region--central path {
    fill: #d9534f;
}

.people-network-africa-map__region--east path {
    fill: #3fa86b;
}

.people-network-africa-map__region--south path {
    fill: #8b6bd6;
}

.people-network-africa-map text {
    fill: #fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .05em;
    pointer-events: none;
    paint-order: stroke;
    stroke: rgba(15, 23, 42, .45);
    stroke-width: 2.5px;
}

.people-network-region-list__item {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .08);
}

.people-network-region-list__item + .people-network-region-list__item {
    margin-top: .75rem;
}

.people-network-region-list__item strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

.people-network-region-list__item span {
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
    line-height: 1.6;
}

.people-network-outreach-panel {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding: 2rem 2.15rem 2.15rem;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.people-network-country-tag {
    display: inline-flex;
    padding: .55rem 1rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1;
}

.people-network-directory-preview-card {
    max-width: 52rem;
    margin: 0 auto;
    padding: clamp(2.25rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
    border: 1px solid var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.people-network-directory-preview-card__title {
    color: var(--aou-navy);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}

.people-network-directory-preview-card__text {
    max-width: 40rem;
    margin: 0 auto 1.75rem;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.people-network-directory-preview-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.people-network-directory-preview-card__action:hover {
    color: var(--aou-gold);
    border-color: rgba(199, 164, 90, .55);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.fellows-directory-status {
    padding: clamp(2.25rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
    border: 1px dashed var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.fellows-directory-status__title {
    color: var(--aou-navy);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}

.fellows-directory-status__text {
    max-width: 46rem;
    margin: 0 auto;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.fellow-join-app {
    min-height: 16rem;
}

.fellow-join-consent-follow {
    margin-top: -.35rem;
}

.fellow-join-consent-follow .el-form-item__label {
    display: none;
}

.contact-el-form .fellow-join-consent-follow .el-checkbox,
.contact-el-form .fellow-join-consent-item .el-checkbox {
    align-items: flex-start;
    height: auto;
    white-space: normal;
}

.contact-el-form .fellow-join-consent-follow .el-checkbox__label,
.contact-el-form .fellow-join-consent-item .el-checkbox__label {
    line-height: 1.55;
    white-space: normal;
}

.contact-el-form .fellow-join-consent-checkbox--error .el-checkbox__inner {
    border-color: var(--el-color-danger) !important;
}

.contact-el-form .fellow-join-consent-checkbox--error .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: var(--el-color-danger) !important;
}
