/* Global Presence — Our Global Footprint (D3 regional map) */
.global-presence-page .gp-mapsection {
    background: radial-gradient(ellipse 90% 90% at 50% 0%, #2b1770 0%, #1a1252 55%, #100b33 100%);
    padding: 80px 40px 100px;
    text-align: center;
}

.global-presence-page .gp-mapsection .gp-mapsection-title {
    color: #fff !important;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 16px;
    max-width: 760px;
    line-height: 1.2;
}

.global-presence-page .gp-mapsection .gp-mapsection-sub {
    color: #c7cdf0;
    font-size: 20px;
    max-width: 850px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.global-presence-page .gp-mapsection .gp-mapsection-line {
    display: block;
    white-space: nowrap;
}

.global-presence-page .gp-map-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
}

.global-presence-page .gp-map-pill {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #dfe3f7;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.global-presence-page .gp-map-pill:hover {
    border-color: #7c8aef;
}

.global-presence-page .gp-map-pill.active {
    background: #2e3192;
    border-color: #2e3192;
    color: #fff;
}

.global-presence-page .gp-mapwrap {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 280px;
}

.global-presence-page #gp-regional-map {
    width: 100%;
    height: auto;
    display: block;
    cursor: default;
}

/* Homepage Our Global Footprint — reuse exact GP regional globe */
.home-presence-visual .home-presence-gp-globe {
    width: min(100%, 720px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    overflow: visible;
    color: inherit;
}

/* Home only — hide continent filters (still used on Global Presence) */
.home-presence-visual .home-presence-gp-globe .gp-map-pills {
    display: none !important;
}

.home-presence-visual .home-presence-gp-globe .gp-mapwrap {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow: visible;
}

.home-presence-visual .home-presence-gp-globe #gp-regional-map {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

@media (max-width: 991px) {
    .home-presence-visual .home-presence-gp-globe {
        width: min(100%, 580px);
    }

}

@media (max-width: 575px) {
    .home-presence-visual .home-presence-gp-globe {
        width: min(100%, 440px);
    }
}

.global-presence-page .gp-maptip {
    position: absolute;
    pointer-events: none;
    background: #fff;
    color: #2e3192;
    border: 1px solid #d8dcf5;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.35;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: opacity 0.12s;
    z-index: 5;
    text-align: left;
    white-space: nowrap;
    transform: translateZ(0);
}

.global-presence-page .gp-maptip .name {
    font-weight: 700;
    margin-bottom: 3px;
    color: #2e3192;
}

.global-presence-page .gp-maptip .count {
    color: #6b74b0;
    font-size: 12px;
}

.global-presence-page .gp-maptip .arrow {
    display: none !important;
}

.global-presence-page .gp-presencesection {
    background: #0e1442;
    padding: 90px 40px;
}

.global-presence-page .gp-presencewrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.global-presence-page .gp-presencewrap > h2 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    max-width: none;
    margin: 0 auto 56px;
    line-height: 1.5;
}

.global-presence-page .gp-presenceregions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    text-align: left;
}

.global-presence-page .gp-presenceregion .rname {
    color: #7c8aef;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.global-presence-page .gp-presencecountries {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.global-presence-page .gp-presencecountry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 76px;
}

.global-presence-page .gp-presencecountry .flag {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.global-presence-page .gp-presencecountry .cname {
    color: #dfe3f7;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    .global-presence-page .gp-mapsection {
        padding: 56px 20px 72px;
    }

    .global-presence-page .gp-mapsection .gp-mapsection-title {
        font-size: 26px;
    }

    .global-presence-page .gp-mapsection .gp-mapsection-sub {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .global-presence-page .gp-mapsection .gp-mapsection-line {
        display: inline;
        white-space: normal;
    }

    .global-presence-page .gp-mapsection .gp-mapsection-line::after {
        content: ' ';
    }

    .global-presence-page .gp-map-pill {
        padding: 10px 18px;
        font-size: 13px;
    }

    .global-presence-page .gp-presencesection {
        padding: 56px 20px;
    }

    .global-presence-page .gp-presencewrap > h2 {
        white-space: normal;
        margin-bottom: 36px;
    }
}

/* Global Recognition section */
.global-presence-page .gp-recognition {
    background: #f7f8fb;
    padding: clamp(72px, 9vw, 110px) 0;
    overflow: hidden;
}

.global-presence-page .gp-recognition-container {
    max-width: 1240px;
}

.global-presence-page .gp-recognition-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: clamp(36px, 4vw, 56px);
    align-items: center;
}

.global-presence-page .gp-recognition-heading {
    margin: 0 0 18px;
    font-family: var(--heading-font, 'Poppins', sans-serif);
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #000F9F !important;
}

.global-presence-page .gp-recognition-lead {
    margin: 0 0 clamp(28px, 4vw, 40px);
    max-width: none;
    font-size: clamp(0.98rem, 1.15vw, 1.0625rem);
    line-height: 1.7;
    color: #4b5563;
}

.global-presence-page .gp-recognition-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.global-presence-page .gp-recognition-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    background: #eef3fb;
    border: 1px solid rgba(0, 15, 159, 0.06);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.global-presence-page .gp-recognition-feature:hover {
    border-color: rgba(46, 49, 146, 0.14);
    box-shadow: 0 10px 28px rgba(0, 15, 159, 0.06);
}

.global-presence-page .gp-recognition-feature-body {
    min-width: 0;
}

.global-presence-page .gp-recognition-feature-title {
    margin: 0 0 8px;
    font-family: var(--heading-font, 'Poppins', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000F9F;
}

.global-presence-page .gp-recognition-feature-copy {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5b6472;
}

.global-presence-page .gp-recognition-feature-arrow {
    display: none !important;
}

.global-presence-page .gp-recognition-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    height: clamp(520px, 58vw, 640px);
    position: relative;
}

.global-presence-page .gp-recognition-gallery::before,
.global-presence-page .gp-recognition-gallery::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 2;
    pointer-events: none;
}

.global-presence-page .gp-recognition-gallery::before {
    top: 0;
    background: linear-gradient(180deg, #f7f8fb 0%, rgba(247, 248, 251, 0) 100%);
}

.global-presence-page .gp-recognition-gallery::after {
    bottom: 0;
    background: linear-gradient(0deg, #f7f8fb 0%, rgba(247, 248, 251, 0) 100%);
}

.global-presence-page .gp-recognition-certs-col {
    overflow: hidden;
    position: relative;
}

.global-presence-page .gp-recognition-certs-track {
    display: flex;
    flex-direction: column;
    gap: 18px;
    will-change: transform;
}

.global-presence-page .gp-recognition-certs-col--up .gp-recognition-certs-track {
    animation: gp-recognition-scroll-up 34s linear infinite;
}

.global-presence-page .gp-recognition-certs-col--down .gp-recognition-certs-track {
    animation: gp-recognition-scroll-down 38s linear infinite;
}

.global-presence-page .gp-recognition-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 22px 24px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 15, 159, 0.06);
    box-shadow: 0 14px 36px rgba(0, 15, 159, 0.08);
}

.global-presence-page .gp-recognition-cert-logo {
    width: 108px;
    height: 108px;
    object-fit: contain;
    margin-bottom: 18px;
}

.global-presence-page .gp-recognition-cert-name {
    margin: 0 0 6px;
    font-family: var(--heading-font, 'Poppins', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #000F9F;
}

.global-presence-page .gp-recognition-cert-country {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6b7280;
}

@keyframes gp-recognition-scroll-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes gp-recognition-scroll-down {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

@media (max-width: 991px) {
    .global-presence-page .gp-recognition-layout {
        grid-template-columns: 1fr;
    }

    .global-presence-page .gp-recognition-lead {
        max-width: none;
    }

    .global-presence-page .gp-recognition-gallery {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .global-presence-page .gp-recognition {
        padding: 56px 0;
    }

    .global-presence-page .gp-recognition-feature {
        padding: 18px 18px;
    }

    .global-presence-page .gp-recognition-gallery {
        height: 420px;
        gap: 14px;
    }

    .global-presence-page .gp-recognition-cert {
        padding: 22px 16px 20px;
    }

    .global-presence-page .gp-recognition-cert-logo {
        width: 88px;
        height: 88px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .global-presence-page .gp-recognition-certs-col--up .gp-recognition-certs-track,
    .global-presence-page .gp-recognition-certs-col--down .gp-recognition-certs-track {
        animation: none;
    }
}

/* Spotlight section */
.global-presence-page .gp-spotlight {
    background: #f7f8fb;
    padding: clamp(72px, 9vw, 110px) 0;
}

.global-presence-page .gp-spotlight-container {
    max-width: 1240px;
}

.global-presence-page .gp-spotlight-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(40px, 5vw, 56px);
}

.global-presence-page .gp-spotlight-heading {
    margin: 0 0 16px;
    font-family: var(--heading-font, 'Poppins', sans-serif);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #000F9F !important;
}

.global-presence-page .gp-spotlight-lead {
    margin: 0 auto;
    max-width: 62ch;
    font-size: clamp(0.98rem, 1.15vw, 1.0625rem);
    line-height: 1.7;
    color: #4b5563;
}

.global-presence-page .gp-spotlight-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(18px, 2.2vw, 28px);
}

.global-presence-page .gp-spotlight-card {
    flex: 0 1 calc(25% - 21px);
    width: calc(25% - 21px);
    max-width: 280px;
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #0a1440;
    box-shadow: 0 18px 44px rgba(0, 15, 159, 0.14);
}

.global-presence-page .gp-spotlight-card-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 1199px) {
    .global-presence-page .gp-spotlight-card {
        flex: 0 1 calc(33.333% - 19px);
        width: calc(33.333% - 19px);
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    .global-presence-page .gp-spotlight-card {
        flex: 0 1 calc(50% - 14px);
        width: calc(50% - 14px);
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .global-presence-page .gp-spotlight {
        padding: 56px 0;
    }

    .global-presence-page .gp-spotlight-card {
        flex: 0 1 100%;
        width: 100%;
        max-width: 300px;
    }
}
