.global-network-page {
    background: #f8fafc;
    color: #0f172a;
}

.section-gap {
    padding: 2.5rem 0;
}

.global-network-hero {
    background: linear-gradient(145deg, #1565c0 0%, var(--primary-color) 38%, #2563eb 72%, #1d4ed8 100%);
    color: #ffffff;
    padding: 5.2rem 0 6rem;
}

.global-network-hero__inner {
    max-width: 980px;
}

.global-network-hero__eyebrow {
    display: inline-block;
    padding: 0.42rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #e0ecff;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.35rem;
}

.global-network-hero h1 {
    color: #ffffff;
    font-size: clamp(2.8rem, 6.1vw, 3.5rem);
    line-height: 1.08;
    margin: 0 0 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 960px;
}

.global-network-hero p {
    color: rgba(235, 245, 255, 0.92);
    font-size: 1.12rem;
    max-width: 900px;
    line-height: 1.62;
    margin: 0;
}

.global-network-hero__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.global-network-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 0.65rem;
    padding: 0.62rem 1.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.96rem;
}

.global-network-btn--primary {
    background: #ffffff;
    color: #1e40af;
    box-shadow: 0 10px 24px -14px rgba(8, 26, 74, 0.72);
}

.global-network-btn--primary:hover {
    background: #eaf1ff;
    color: #1e3a8a;
}

.global-network-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #ffffff;
    background: transparent;
}

.global-network-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff;
}

.section-kicker {
    color: #2563eb;
    font-size: 0.78rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.55rem;
}

.section-title {
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    font-weight: 800;
}

.section-desc {
    color: #475569;
    line-height: 1.7;
    margin: 0.85rem 0 0;
}

.global-network-approach {
    background: #ffffff;
    border-top: 1px solid #e9eef7;
}

.global-network-approach__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 2.25rem;
    align-items: start;
}

.global-network-approach__title-block .section-title {
    max-width: 380px;
}

.global-network-approach__underline {
    display: inline-block;
    margin-top: 0.85rem;
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: #2563eb;
}

.global-network-approach__content p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
    font-size: 1.02rem;
}

.global-network-approach__content p + p {
    margin-top: 0.85rem;
}

.global-network-stats {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.global-network-stats-section {
    background: #ffffff;
}

.global-network-stats article {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 0.95rem;
    padding: 1.2rem 1rem 1.1rem;
    text-align: center;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.global-network-stats strong {
    display: block;
    font-size: 2.2rem;
    line-height: 1.05;
    font-weight: 800;
    color: #1d4ed8;
}

.global-network-stats span {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.96rem;
    font-weight: 500;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.section-link {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.member-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.member-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.member-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    padding: 1rem;
}

.member-card--partner {
    padding: 0;
    overflow: hidden;
}

.member-card--partner .member-card__top {
    min-height: 92px;
    background: #e9eef7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dde5f0;
}

.member-card--partner .member-card__body {
    padding: 1rem 1rem 1.05rem;
}

.member-card__badge {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
}

.member-card--partner .member-card__badge {
    width: 3.45rem;
    height: 3.45rem;
    background: #ffffff;
    border: 1px solid #dbe3f1;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.08);
}

.member-card__meta {
    margin: 0.75rem 0 0.3rem;
    color: #94a3b8;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.member-card h3 {
    font-size: 1.08rem;
    margin: 0 0 0.45rem;
}

.member-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.member-card--partner .member-card__meta {
    margin-top: 0;
}

.member-card--partner .member-card__location {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
}

.member-card--partner .member-card__summary {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.55;
}

.global-network-centers-section {
    background: #ffffff;
}

.member-card--center {
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    padding: 1.35rem 1.35rem 1.45rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.member-card--center .member-card__badge {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: #eef3fb;
    color: #1d4ed8;
    border: 1px solid #e1e8f4;
    margin-bottom: 1rem;
}

.member-card--center h3 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
}

.member-card--center .member-card__tag {
    margin-bottom: 0.55rem !important;
}

.member-card--center p:last-child {
    color: #475569;
}

.member-card__tag {
    color: #2563eb !important;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.45rem !important;
}

.member-card a {
    margin-top: 0.85rem;
    display: inline-block;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.86rem;
}

.global-network-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
}

.directory-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.65fr;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.directory-intro {
    padding: 0.2rem 0;
}

.directory-intro .section-title {
    max-width: 460px;
}

.directory-intro .section-desc {
    max-width: 520px;
}

.directory-note {
    margin-top: 0.9rem;
    font-size: 0.83rem;
    color: #b45309;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 0.6rem;
    padding: 0.7rem 0.8rem;
    line-height: 1.55;
}

.directory-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.directory-categories article {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem 1rem 1.05rem;
}

.directory-categories article h3 {
    margin: 0 0 0.45rem;
    font-size: 1.32rem;
    line-height: 1.35;
    color: #0f172a;
}

.directory-categories article p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.96rem;
}

.directory-table-wrap {
    overflow: hidden;
}

.directory-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.directory-table th,
.directory-table td {
    padding: 0.78rem 1rem;
    border-bottom: 1px solid #eef2f7;
}

.directory-table th {
    color: #334155;
    font-weight: 700;
    background: #f8fafc;
    text-align: left;
}

.directory-table td {
    color: #475569;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.directory-table tbody tr {
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.directory-table tbody tr:hover td {
    background: #f5f9ff;
}

.directory-table tbody tr:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px #dbeafe;
}

.section-focus {
    background: #ffffff;
}

.section-focus .section-kicker {
    text-align: center;
    margin-bottom: 0.55rem;
}

.section-focus .section-title {
    max-width: 920px;
    margin: 0 auto;
    line-height: 1.25;
}

.section-focus .section-desc {
    max-width: 760px;
    margin: 0.75rem auto 0;
    font-size: 1rem;
    color: #64748b;
}

.text-center {
    text-align: center;
}

.focus-tags {
    margin-top: 1.45rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.focus-tags span {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    min-height: 3.25rem;
    padding: 0.8rem 0.9rem;
    text-align: center;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.pathway-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
}

.pathway-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    padding: 1.2rem 1.2rem 1.25rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.pathway-card__index {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #1d4ed8;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.pathway-card h3 {
    margin: 0.8rem 0 0.5rem;
    font-size: 1.45rem;
    line-height: 1.32;
    color: #111827;
}

.pathway-card p {
    margin: 0;
    color: #475569;
    line-height: 1.68;
    font-size: 0.97rem;
}

.pathway-card a {
    display: inline-block;
    margin-top: 0.95rem;
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.pathway-card a::after {
    content: " \2192";
}

.pathway-card a:hover {
    color: #1e40af;
}

.global-network-cta {
    background: #1e40af;
    color: #fff;
    text-align: center;
    padding: 4.3rem 0 4.1rem;
}

.global-network-cta h2 {
    margin: 0 auto 0.95rem;
    max-width: 900px;
    font-size: clamp(1.9rem, 3.1vw, 2.9rem);
    line-height: 1.2;
    color: #ffffff;
}

.global-network-cta p {
    margin: 0 auto 1.8rem;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1.07rem;
}

.global-network-btn--light {
    background: #fff;
    color: #1e40af;
    min-height: 52px;
    min-width: 330px;
    border-radius: 0.6rem;
    box-shadow: 0 8px 20px -12px rgba(15, 23, 42, 0.35);
}

.global-network-cta .global-network-btn--light::after {
    content: " \2192";
}

.global-network-cta .global-network-btn--light:hover {
    background: #edf3ff;
    color: #1e3a8a;
}

@media (max-width: 991.98px) {
    .global-network-approach__grid,
    .directory-layout {
        grid-template-columns: 1fr;
    }

    .member-card-grid,
    .member-card-grid--three,
    .pathway-grid,
    .global-network-stats,
    .focus-tags {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .global-network-hero {
        padding: 3.2rem 0 3.6rem;
    }

    .global-network-hero h1 {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.12;
    }

    .global-network-hero p {
        font-size: 1rem;
    }

    .section-gap {
        padding: 2rem 0;
    }

    .member-card-grid,
    .member-card-grid--three,
    .pathway-grid,
    .global-network-stats,
    .focus-tags {
        grid-template-columns: 1fr;
    }

    .section-header-row {
        flex-direction: column;
    }

    .directory-table {
        font-size: 0.82rem;
    }
}
