.footer-capability-note,
.prt-about-footer p.footer-capability-note {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 24px;
}

.fixed-callout {
    bottom: 96px !important;
}

.copyright .footer-nav-menu .powered-by-subtle {
    color: var(--base-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
}

.powered-by-subtle .powered-by-name {
    color: var(--base-white);
    font-weight: 600;
}

.contact-global-presence {
    padding: 86px 0 72px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 48%, rgba(19, 115, 186, 0.34), transparent 28%),
        radial-gradient(circle at 10% 28%, rgba(19, 115, 186, 0.2), transparent 24%),
        radial-gradient(circle at 92% 76%, rgba(19, 115, 186, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(4, 11, 26, 0.58), rgba(19, 20, 35, 0.96)),
        var(--base-dark);
}

.contact-global-presence:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        radial-gradient(circle, rgba(19, 115, 186, 0.38) 1px, transparent 2px),
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 54px 54px, 86px 86px, 86px 86px;
}

.contact-global-presence:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 210px;
    opacity: 0.32;
    background:
        radial-gradient(ellipse at center bottom, rgba(19, 115, 186, 0.72), transparent 58%),
        linear-gradient(90deg, transparent, rgba(19, 115, 186, 0.18), transparent);
    pointer-events: none;
}

.contact-global-presence .container {
    position: relative;
    z-index: 1;
}

.contact-global-header {
    max-width: 930px;
    margin: 0 auto 22px;
    text-align: center;
}

.contact-global-header h2 {
    margin-bottom: 12px;
    color: var(--base-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.contact-global-header p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 30px;
}

.global-title-accent {
    width: 48px;
    height: 3px;
    display: block;
    margin: 16px auto 20px;
    border-radius: 99px;
    background: var(--base-skin);
    box-shadow: 0 0 18px rgba(19, 115, 186, 0.68);
}

.contact-global-header .global-presence-summary {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.84);
}

.global-presence-visual {
    min-height: 540px;
    position: relative;
    margin: 0 auto;
}

.global-network-globe {
    width: min(420px, 70vw);
    height: min(420px, 70vw);
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.22), transparent 10%),
        radial-gradient(circle at 62% 46%, rgba(76, 184, 255, 0.28), transparent 9%),
        radial-gradient(circle at center, rgba(19, 115, 186, 0.48), rgba(19, 115, 186, 0.12) 52%, rgba(3, 9, 24, 0.34) 72%),
        linear-gradient(135deg, rgba(19, 115, 186, 0.92), rgba(6, 14, 34, 0.86));
    border: 1px solid rgba(107, 190, 255, 0.36);
    box-shadow:
        0 0 34px rgba(19, 115, 186, 0.48),
        inset 0 0 55px rgba(123, 213, 255, 0.28),
        inset 0 0 95px rgba(2, 8, 23, 0.7);
    overflow: hidden;
}

.global-network-globe:before {
    content: "";
    position: absolute;
    inset: 13%;
    border-radius: 50%;
    opacity: 0.48;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
    background-size: 28px 28px;
    transform: rotate(-15deg);
}

.global-network-globe:after {
    content: "";
    position: absolute;
    inset: -18%;
    border-radius: 50%;
    background:
        repeating-radial-gradient(ellipse at center, transparent 0 29px, rgba(117, 206, 255, 0.26) 30px 31px),
        linear-gradient(110deg, transparent 44%, rgba(255, 255, 255, 0.32) 50%, transparent 56%);
    opacity: 0.72;
}

.globe-ring {
    position: absolute;
    inset: 18%;
    border: 1px solid rgba(91, 184, 255, 0.45);
    border-radius: 50%;
    z-index: 2;
}

.ring-one {
    transform: rotateX(68deg) rotateZ(-18deg);
}

.ring-two {
    transform: rotateX(68deg) rotateZ(36deg);
}

.ring-three {
    transform: rotateY(68deg) rotateZ(10deg);
}

.globe-pulse {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: var(--base-white);
    border: 5px solid var(--base-skin);
    box-shadow: 0 0 0 8px rgba(19, 115, 186, 0.24), 0 0 26px rgba(93, 201, 255, 0.9);
}

.pulse-one {
    top: 17%;
    left: 30%;
}

.pulse-two {
    top: 44%;
    right: 15%;
}

.pulse-three {
    left: 18%;
    top: 55%;
}

.pulse-four {
    left: 48%;
    bottom: 12%;
}

.pulse-five {
    right: 27%;
    bottom: 24%;
}

.presence-callout {
    width: 270px;
    min-height: 112px;
    padding: 20px 22px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: var(--base-border-radius-15);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.presence-callout:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 115, 186, 0.58);
    box-shadow: 0 0 25px rgba(19, 115, 186, 0.22), 0 24px 56px rgba(0, 0, 0, 0.24);
}

.presence-callout:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 96px;
    border-top: 2px dashed rgba(255, 255, 255, 0.68);
}

.presence-callout:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: calc(50% - 3px);
    border-radius: 50%;
    background: var(--base-skin);
    box-shadow: 0 0 16px rgba(19, 115, 186, 0.86);
}

.callout-uk {
    left: 2%;
    top: 18%;
}

.callout-usa {
    left: 0;
    top: 56%;
}

.callout-india {
    right: 2%;
    top: 28%;
}

.callout-netherlands {
    right: 1%;
    top: 61%;
}

.callout-australia {
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
}

.callout-uk:before,
.callout-usa:before {
    left: 100%;
}

.callout-uk:after,
.callout-usa:after {
    right: -101px;
}

.callout-india:before,
.callout-netherlands:before {
    right: 100%;
}

.callout-india:after,
.callout-netherlands:after {
    left: -101px;
}

.callout-australia:before {
    width: 2px;
    height: 86px;
    left: 50%;
    top: -86px;
    border-top: 0;
    border-left: 2px dashed rgba(255, 255, 255, 0.68);
}

.callout-australia:after {
    left: calc(50% - 3px);
    top: -91px;
}

.callout-australia:hover {
    transform: translateX(-50%) translateY(-6px);
}

.presence-callout .global-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a83d4, #135fb4);
    color: var(--base-white);
    font-size: 24px;
    box-shadow: 0 12px 30px rgba(19, 115, 186, 0.28);
}

.presence-callout h3 {
    margin: 0 0 5px;
    color: var(--base-white);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.presence-callout p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 23px;
}

.global-presence-metrics {
    max-width: 1120px;
    margin: 34px auto 0;
    padding-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.presence-metric {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--base-white);
}

.presence-metric i {
    flex: 0 0 auto;
    color: var(--base-skin);
    font-size: 42px;
    line-height: 1;
    text-shadow: 0 0 20px rgba(19, 115, 186, 0.48);
}

.presence-metric strong {
    display: block;
    color: var(--base-white);
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}

.presence-metric:first-child strong {
    color: var(--base-skin);
    font-size: 30px;
    line-height: 34px;
}

.presence-metric span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 24px;
}

.global-presence-card {
    height: 100%;
    padding: 30px;
    border-radius: var(--base-border-radius-15);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.global-presence-card:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 115, 186, 0.42);
    box-shadow: 0 0 28px rgba(19, 115, 186, 0.2), 0 22px 52px rgba(0, 0, 0, 0.22);
}

.global-presence-card .global-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--base-skin);
    color: var(--base-white);
    font-size: 24px;
}

.global-presence-card h3 {
    margin-bottom: 10px;
    color: var(--base-white);
    font-size: 24px;
    line-height: 32px;
}

.global-presence-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 27px;
}

.enterprise-contact-strip {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(19, 115, 186, 0.06), rgba(255, 255, 255, 0)), var(--base-white);
}

.enterprise-contact-card {
    height: 100%;
    padding: 30px;
    border-radius: var(--base-border-radius-15);
    background: var(--base-grey);
    border: 1px solid rgba(19, 115, 186, 0.12);
    box-shadow: 0 14px 40px rgba(19, 20, 35, 0.06);
}

.enterprise-contact-card h3,
.enterprise-contact-form h3 {
    margin-bottom: 14px;
    color: var(--base-headingfont-color);
}

.enterprise-contact-card p {
    margin-bottom: 8px;
}

.enterprise-contact-form {
    padding: 40px;
    border-radius: var(--base-border-radius-15);
    background: var(--base-grey);
    box-shadow: 0 14px 40px rgba(19, 20, 35, 0.06);
}

@media (max-width: 991px) {
    .contact-global-presence,
    .enterprise-contact-strip {
        padding: 64px 0;
    }

    .contact-global-header h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .global-presence-visual {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 34px;
    }

    .global-network-globe {
        width: min(360px, 78vw);
        height: min(360px, 78vw);
        position: relative;
        left: auto;
        top: auto;
        grid-column: 1 / -1;
        margin: 0 auto 12px;
        transform: none;
    }

    .presence-callout,
    .callout-uk,
    .callout-usa,
    .callout-india,
    .callout-netherlands,
    .callout-australia {
        width: auto;
        min-height: 118px;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .presence-callout:before,
    .presence-callout:after {
        display: none;
    }

    .callout-australia:hover {
        transform: translateY(-6px);
    }

    .global-presence-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .small-screen-call-to-action {
        bottom: 64px;
        box-shadow: 0 -8px 24px rgba(19, 20, 35, 0.14);
    }
}

@media (max-width: 575px) {
    .contact-global-header h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .contact-global-header p {
        font-size: 16px;
        line-height: 27px;
    }

    .global-presence-visual,
    .global-presence-metrics {
        grid-template-columns: 1fr;
    }

    .global-network-globe {
        width: min(300px, 82vw);
        height: min(300px, 82vw);
    }

    .presence-callout {
        padding: 18px;
    }

    .global-presence-metrics {
        gap: 12px;
    }
}

/* Refined Contact Global Presence */
.contact-global-presence {
    padding: 96px 0;
    background:
        radial-gradient(circle at 56% 48%, rgba(19, 115, 186, 0.4), transparent 24%),
        radial-gradient(circle at 8% 16%, rgba(19, 115, 186, 0.18), transparent 28%),
        radial-gradient(circle at 94% 84%, rgba(19, 115, 186, 0.24), transparent 30%),
        linear-gradient(120deg, #050b18 0%, #101525 46%, #071426 100%);
}

.contact-global-presence:before {
    opacity: 0.16;
    background-image:
        radial-gradient(circle, rgba(19, 115, 186, 0.36) 1px, transparent 2px),
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 70px 70px, 96px 96px, 96px 96px;
}

.global-presence-shell {
    min-height: 820px;
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(260px, 0.72fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: center;
    position: relative;
}

.global-presence-intro {
    position: relative;
    z-index: 3;
}

.global-eyebrow {
    width: fit-content;
    margin-bottom: 26px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(19, 115, 186, 0.46);
}

.global-eyebrow i {
    color: var(--base-skin);
    font-size: 17px;
}

.global-presence-intro h2 {
    margin-bottom: 18px;
    color: var(--base-white);
    font-size: 76px;
    line-height: 82px;
    font-weight: 700;
}

.global-presence-intro h2 span {
    display: block;
    color: var(--base-white);
}

.global-presence-intro h2 {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 40%, #258cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.global-presence-intro .global-title-accent {
    margin: 0 0 28px;
    width: 58px;
}

.global-presence-intro > p {
    max-width: 430px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 32px;
}

.global-presence-intro .global-presence-metrics {
    max-width: none;
    margin: 0 0 36px;
    padding: 24px 0 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.global-presence-intro .presence-metric {
    min-height: 105px;
    padding: 0 14px;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.global-presence-intro .presence-metric:first-child {
    padding-left: 0;
}

.global-presence-intro .presence-metric:last-child {
    border-right: 0;
    padding-right: 0;
}

.global-presence-intro .presence-metric i {
    display: block;
    margin-bottom: 8px;
    font-size: 34px;
}

.global-presence-intro .presence-metric strong,
.global-presence-intro .presence-metric:first-child strong {
    display: block;
    color: var(--base-white);
    font-size: 15px;
    line-height: 20px;
}

.global-presence-intro .presence-metric:first-child strong {
    color: var(--base-skin);
    font-size: 25px;
    line-height: 28px;
}

.global-presence-intro .presence-metric span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 20px;
}

.global-impact-card {
    max-width: 470px;
    padding: 22px;
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 22px;
    align-items: center;
    border-radius: var(--base-border-radius-15);
    background: linear-gradient(135deg, rgba(19, 115, 186, 0.18), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(19, 115, 186, 0.34);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
}

.global-impact-icon {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-skin);
    font-size: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.global-impact-card h3 {
    margin-bottom: 8px;
    color: var(--base-white);
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}

.global-impact-card h3 span {
    display: block;
    color: var(--base-skin);
}

.global-impact-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 25px;
}

.global-presence-center {
    min-height: 660px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-presence-center:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    bottom: -12px;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(19, 115, 186, 0.72), rgba(255, 255, 255, 0.65), rgba(19, 115, 186, 0.72), transparent);
    box-shadow: 0 0 24px rgba(19, 115, 186, 0.78);
}

.global-connection-axis {
    position: absolute;
    left: 50%;
    top: 7%;
    bottom: 7%;
    width: 20px;
    transform: translateX(-50%);
    z-index: 4;
}

.global-connection-axis span {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--base-white);
    border: 5px solid rgba(19, 115, 186, 0.92);
    box-shadow: 0 0 0 12px rgba(19, 115, 186, 0.16), 0 0 30px rgba(19, 115, 186, 0.9);
}

.global-connection-axis span:nth-child(1) {
    top: 4%;
}

.global-connection-axis span:nth-child(2) {
    top: 25%;
}

.global-connection-axis span:nth-child(3) {
    top: 47%;
}

.global-connection-axis span:nth-child(4) {
    top: 70%;
}

.global-connection-axis span:nth-child(5) {
    top: 92%;
}

.global-presence-center .global-network-globe {
    width: 310px;
    height: 310px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 3;
}

.global-location-list {
    display: grid;
    gap: 28px;
    position: relative;
    z-index: 3;
}

.global-location-card {
    min-height: 132px;
    padding: 22px 28px;
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 20px;
    align-items: center;
    border-radius: var(--base-border-radius-15);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(19, 115, 186, 0.09));
    border: 1px solid rgba(116, 188, 255, 0.28);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.global-location-card:before {
    content: "";
    width: 4px;
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--base-skin), #6d5cff);
    box-shadow: 0 0 18px rgba(19, 115, 186, 0.7);
}

.global-location-card:after {
    content: "";
    width: 74px;
    position: absolute;
    left: -74px;
    top: 50%;
    border-top: 2px dashed rgba(255, 255, 255, 0.62);
}

.global-location-card:hover {
    transform: translateX(-6px);
    border-color: rgba(19, 115, 186, 0.62);
    box-shadow: 0 0 28px rgba(19, 115, 186, 0.2), 0 24px 60px rgba(0, 0, 0, 0.26);
}

.global-location-card .global-icon {
    width: 74px;
    height: 74px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--base-white);
    font-size: 30px;
    background: rgba(19, 115, 186, 0.18);
    border: 2px solid var(--base-skin);
    box-shadow: 0 0 24px rgba(19, 115, 186, 0.62), inset 0 0 18px rgba(19, 115, 186, 0.28);
}

.global-location-card h3 {
    margin: 0 0 4px;
    color: var(--base-white);
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

.global-location-card h4 {
    margin: 0 0 8px;
    color: var(--base-skin);
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.global-location-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .global-presence-shell {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: 0;
    }

    .global-presence-intro {
        text-align: center;
    }

    .global-eyebrow,
    .global-presence-intro .global-title-accent,
    .global-impact-card {
        margin-left: auto;
        margin-right: auto;
    }

    .global-presence-intro > p {
        margin-left: auto;
        margin-right: auto;
    }

    .global-presence-center {
        min-height: 380px;
    }

    .global-location-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .global-location-card:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .contact-global-presence {
        padding: 70px 0;
    }

    .global-presence-intro h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .global-presence-intro .global-presence-metrics,
    .global-location-list {
        grid-template-columns: 1fr;
    }

    .global-presence-intro .presence-metric {
        min-height: auto;
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .global-presence-intro .presence-metric:last-child {
        border-bottom: 0;
    }

    .global-impact-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .global-impact-icon {
        height: auto;
        padding-bottom: 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .global-presence-center {
        min-height: 310px;
    }

    .global-presence-center .global-network-globe {
        width: 250px;
        height: 250px;
    }

    .global-location-card {
        grid-template-columns: 74px 1fr;
        padding: 20px;
    }
}

/* Light Global Presence layout */
.contact-global-presence {
    padding: 96px 0 92px;
    background:
        radial-gradient(circle at 62% 47%, rgba(255, 94, 98, 0.12), transparent 24%),
        radial-gradient(circle at 72% 57%, rgba(19, 115, 186, 0.13), transparent 28%),
        radial-gradient(circle at 10% 92%, rgba(184, 72, 230, 0.1), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.contact-global-presence:before {
    opacity: 0.42;
    background-image:
        radial-gradient(circle, rgba(19, 115, 186, 0.13) 1px, transparent 2px),
        linear-gradient(rgba(19, 20, 35, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 20, 35, 0.035) 1px, transparent 1px);
    background-size: 18px 18px, 96px 96px, 96px 96px;
    mask-image: radial-gradient(ellipse at 68% 48%, #000 0%, #000 45%, transparent 74%);
}

.contact-global-presence:after {
    opacity: 0.2;
    background:
        radial-gradient(ellipse at 55% 102%, rgba(19, 115, 186, 0.18), transparent 62%),
        linear-gradient(90deg, transparent, rgba(255, 97, 88, 0.14), rgba(19, 115, 186, 0.12), transparent);
}

.global-presence-shell {
    min-height: 740px;
    display: grid;
    grid-template-columns: minmax(280px, 350px) minmax(780px, 1fr);
    gap: 42px;
    align-items: center;
}

.global-presence-intro {
    align-self: center;
}

.global-eyebrow {
    color: #2d4a72;
    background: linear-gradient(90deg, rgba(216, 54, 181, 0.12), rgba(19, 115, 186, 0.1));
    border: 1px solid rgba(19, 115, 186, 0.08);
    box-shadow: 0 10px 30px rgba(19, 20, 35, 0.05);
}

.global-eyebrow i {
    color: #cf32c5;
}

.global-presence-intro h2 {
    margin-bottom: 22px;
    font-size: 70px;
    line-height: 78px;
    background: linear-gradient(135deg, #d62fc0 0%, #ff6b31 48%, #2379ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.global-presence-intro h2 span {
    color: transparent;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
}

.global-presence-intro .global-title-accent {
    width: 62px;
    height: 3px;
    margin-bottom: 28px;
    background: linear-gradient(90deg, #d62fc0, #ff6b31);
    box-shadow: none;
}

.global-presence-intro > p {
    max-width: 330px;
    color: #2d3f63;
    font-size: 19px;
    line-height: 32px;
}

.global-presence-intro .global-presence-metrics {
    max-width: 320px;
    margin-top: 34px;
    margin-bottom: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 0;
    border-bottom: 1px solid rgba(19, 20, 35, 0.08);
}

.global-presence-intro .presence-metric {
    min-height: 150px;
    padding: 22px 10px;
    border-right: 0;
    border-top: 1px solid rgba(19, 20, 35, 0.08);
}

.global-presence-intro .presence-metric:nth-child(odd) {
    border-right: 1px solid rgba(19, 20, 35, 0.08);
}

.global-presence-intro .presence-metric i {
    margin-bottom: 13px;
    font-size: 40px;
    color: #d62fc0;
    text-shadow: none;
}

.global-presence-intro .presence-metric:nth-child(2) i,
.global-presence-intro .presence-metric:nth-child(2) strong {
    color: #ff6b31;
}

.global-presence-intro .presence-metric:nth-child(3) i,
.global-presence-intro .presence-metric:nth-child(3) strong {
    color: #b145dc;
}

.global-presence-intro .presence-metric:nth-child(4) i,
.global-presence-intro .presence-metric:nth-child(4) strong {
    color: #2379ff;
}

.global-presence-intro .presence-metric strong,
.global-presence-intro .presence-metric:first-child strong {
    color: #d62fc0;
    font-size: 18px;
    line-height: 24px;
}

.global-presence-intro .presence-metric:first-child strong {
    font-size: 22px;
}

.global-presence-intro .presence-metric span {
    color: #2d3f63;
    font-size: 15px;
    line-height: 22px;
}

.global-impact-card {
    display: none;
}

.global-presence-center {
    min-height: 720px;
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
}

.global-presence-center:before,
.global-connection-axis {
    display: none;
}

.global-presence-center .global-network-globe {
    width: 455px;
    height: 455px;
    background:
        radial-gradient(circle at 64% 44%, rgba(255, 103, 49, 0.34), transparent 18%),
        radial-gradient(circle at 34% 52%, rgba(35, 121, 255, 0.34), transparent 20%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.96), rgba(226, 236, 255, 0.9) 48%, rgba(210, 224, 255, 0.72) 68%, rgba(255, 255, 255, 0.2) 72%),
        linear-gradient(135deg, rgba(35, 121, 255, 0.34), rgba(214, 47, 192, 0.22));
    border: 1px solid rgba(35, 121, 255, 0.28);
    box-shadow:
        0 30px 90px rgba(35, 121, 255, 0.18),
        inset 0 0 55px rgba(35, 121, 255, 0.2),
        inset 0 0 95px rgba(255, 107, 49, 0.12);
}

.global-presence-center .global-network-globe:before {
    opacity: 0.64;
    background-image:
        radial-gradient(ellipse at 34% 48%, rgba(35, 121, 255, 0.22) 0 26%, transparent 27%),
        radial-gradient(ellipse at 58% 42%, rgba(214, 47, 192, 0.16) 0 31%, transparent 32%),
        radial-gradient(ellipse at 66% 62%, rgba(255, 107, 49, 0.14) 0 20%, transparent 21%),
        linear-gradient(rgba(35, 121, 255, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(35, 121, 255, 0.22) 1px, transparent 1px);
}

.global-presence-center .global-network-globe:after {
    opacity: 0.95;
    background:
        repeating-radial-gradient(ellipse at center, transparent 0 40px, rgba(214, 47, 192, 0.25) 41px 42px),
        repeating-radial-gradient(ellipse at center, transparent 0 62px, rgba(35, 121, 255, 0.2) 63px 64px),
        linear-gradient(110deg, transparent 45%, rgba(255, 255, 255, 0.55) 50%, transparent 56%);
}

.global-presence-center .globe-ring {
    border-color: rgba(35, 121, 255, 0.38);
}

.global-presence-center .globe-pulse {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 6px solid #ff6b31;
    box-shadow: 0 0 0 10px rgba(255, 107, 49, 0.14), 0 14px 28px rgba(255, 107, 49, 0.18);
}

.global-presence-center .pulse-one {
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
    border-color: #ec3aa9;
}

.global-presence-center .pulse-two {
    top: 43%;
    right: -5%;
}

.global-presence-center .pulse-three {
    left: -5%;
    top: 43%;
}

.global-presence-center .pulse-four {
    left: 18%;
    bottom: 6%;
    border-color: #8d4cf6;
}

.global-location-list {
    grid-column: 2;
    grid-row: 1;
    height: 720px;
    position: relative;
    z-index: 3;
    display: block;
}

.global-location-card {
    width: 255px;
    min-height: 142px;
    padding: 18px;
    position: absolute;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(19, 20, 35, 0.05);
    box-shadow: 0 22px 56px rgba(19, 20, 35, 0.1);
    overflow: visible;
    backdrop-filter: blur(10px);
}

.global-location-card:nth-child(1) {
    right: 42px;
    bottom: 34px;
}

.global-location-card:nth-child(2) {
    right: 0;
    top: 306px;
}

.global-location-card:nth-child(3) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.global-location-card:nth-child(4) {
    left: 0;
    top: 306px;
}

.global-location-card:nth-child(5) {
    left: 96px;
    bottom: 44px;
}

.global-location-card:before {
    display: none;
}

.global-location-card:after {
    width: 72px;
    display: block;
    border-top: 2px dashed rgba(19, 20, 35, 0.18);
}

.global-location-card:nth-child(1):after {
    left: -72px;
    top: 28px;
    transform: rotate(-36deg);
    transform-origin: right center;
}

.global-location-card:nth-child(2):after {
    left: -72px;
    top: 50%;
}

.global-location-card:nth-child(3):after {
    left: 50%;
    top: 100%;
    width: 2px;
    height: 58px;
    border-top: 0;
    border-left: 2px dashed rgba(19, 20, 35, 0.18);
}

.global-location-card:nth-child(4):after {
    left: 100%;
    top: 50%;
}

.global-location-card:nth-child(5):after {
    left: 100%;
    top: 12px;
    transform: rotate(-42deg);
    transform-origin: left center;
}

.global-location-card:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 115, 186, 0.16);
    box-shadow: 0 28px 72px rgba(19, 20, 35, 0.13);
}

.global-location-card:nth-child(3):hover {
    transform: translateX(-50%) translateY(-6px);
}

.global-location-card .global-icon {
    width: 58px;
    height: 58px;
    color: #d62fc0;
    font-size: 25px;
    background: #fff;
    border: 1px solid currentColor;
    box-shadow: 0 16px 34px rgba(214, 47, 192, 0.1);
}

.global-location-card:nth-child(1) .global-icon,
.global-location-card:nth-child(1) h4 {
    color: #2379ff;
}

.global-location-card:nth-child(2) .global-icon,
.global-location-card:nth-child(2) h4 {
    color: #ff6b31;
}

.global-location-card:nth-child(3) .global-icon,
.global-location-card:nth-child(3) h4 {
    color: #ec3aa9;
}

.global-location-card:nth-child(4) .global-icon,
.global-location-card:nth-child(4) h4 {
    color: #ff6b31;
}

.global-location-card:nth-child(5) .global-icon,
.global-location-card:nth-child(5) h4 {
    color: #8d4cf6;
}

.global-location-card h3 {
    color: #111b35;
    font-size: 20px;
    line-height: 26px;
}

.global-location-card h4 {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.global-location-card p {
    color: #2d3f63;
    font-size: 12.5px;
    line-height: 20px;
}

@media (max-width: 1399px) {
    .global-presence-shell {
        grid-template-columns: 310px minmax(700px, 1fr);
        gap: 22px;
    }

    .global-location-card {
        width: 235px;
    }

    .global-presence-center .global-network-globe {
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 1199px) {
    .global-presence-shell {
        grid-template-columns: 1fr;
    }

    .global-presence-intro {
        text-align: center;
    }

    .global-presence-intro > p,
    .global-presence-intro .global-presence-metrics {
        margin-left: auto;
        margin-right: auto;
    }

    .global-presence-center,
    .global-location-list {
        grid-column: 1;
        grid-row: auto;
    }

    .global-location-list {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .global-location-card,
    .global-location-card:nth-child(1),
    .global-location-card:nth-child(2),
    .global-location-card:nth-child(3),
    .global-location-card:nth-child(4),
    .global-location-card:nth-child(5) {
        width: auto;
        position: relative;
        inset: auto;
    }

    .global-location-card:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .global-presence-intro h2 {
        font-size: 50px;
        line-height: 58px;
    }

    .global-presence-intro .global-presence-metrics,
    .global-location-list {
        grid-template-columns: 1fr;
    }

    .global-presence-intro .presence-metric:nth-child(odd) {
        border-right: 0;
    }

    .global-presence-center {
        min-height: 320px;
    }

    .global-presence-center .global-network-globe {
        width: 270px;
        height: 270px;
    }
}

/* Contact page: cinematic global map redesign */
.contact-global-presence {
    position: relative;
    padding: 46px 0 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 37%, rgba(25, 143, 255, 0.26), transparent 25%),
        radial-gradient(circle at 28% 50%, rgba(0, 135, 255, 0.2), transparent 22%),
        radial-gradient(circle at 73% 54%, rgba(0, 198, 255, 0.16), transparent 23%),
        linear-gradient(180deg, #061839 0%, #031025 48%, #061225 100%);
    isolation: isolate;
}

.contact-global-presence:before {
    content: "";
    position: absolute;
    inset: 92px 5% 80px;
    opacity: 0.5;
    background:
        radial-gradient(circle, rgba(26, 135, 255, 0.54) 1px, transparent 2px) 0 0 / 8px 8px,
        radial-gradient(ellipse at 18% 44%, rgba(28, 129, 255, 0.72) 0 10%, transparent 10.5%),
        radial-gradient(ellipse at 31% 48%, rgba(28, 129, 255, 0.56) 0 7%, transparent 7.5%),
        radial-gradient(ellipse at 49% 40%, rgba(28, 129, 255, 0.66) 0 13%, transparent 13.5%),
        radial-gradient(ellipse at 64% 48%, rgba(28, 129, 255, 0.6) 0 15%, transparent 15.5%),
        radial-gradient(ellipse at 81% 45%, rgba(28, 129, 255, 0.5) 0 11%, transparent 11.5%),
        radial-gradient(ellipse at 73% 67%, rgba(28, 129, 255, 0.55) 0 8%, transparent 8.5%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    filter: drop-shadow(0 0 12px rgba(20, 132, 255, 0.45));
    z-index: -2;
}

.contact-global-presence:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 14%, rgba(20, 132, 255, 0.18) 14.2%, transparent 14.6% 100%),
        linear-gradient(66deg, transparent 0 72%, rgba(20, 132, 255, 0.16) 72.2%, transparent 72.7% 100%),
        radial-gradient(ellipse at 50% 100%, rgba(0, 115, 255, 0.22), transparent 52%);
    pointer-events: none;
    z-index: -1;
}

.contact-global-presence .container {
    max-width: 1480px;
}

.global-presence-shell {
    min-height: 820px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
}

.global-presence-intro {
    position: relative;
    z-index: 5;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    align-self: start;
}

.global-eyebrow {
    display: none;
}

.global-presence-intro h2 {
    margin: 0 0 12px;
    font-size: clamp(48px, 4.4vw, 82px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    color: transparent;
    background: linear-gradient(180deg, #ffffff 8%, #d8ebff 38%, #1e8eff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 10px 32px rgba(0, 105, 255, 0.36);
}

.global-presence-intro h2 span {
    display: inline;
    color: inherit;
}

.global-presence-intro .global-title-accent {
    width: 72px;
    height: 4px;
    margin: 0 auto 18px;
    display: block;
    border-radius: 999px;
    background: #168cff;
    box-shadow: 0 0 22px rgba(22, 140, 255, 0.95);
}

.global-presence-intro > p {
    max-width: 880px;
    margin: 0 auto;
    color: rgba(237, 246, 255, 0.86);
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
}

.global-impact-card {
    display: none;
}

.global-presence-intro .global-presence-metrics {
    width: min(760px, 100%) !important;
    max-width: none !important;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 700px;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 0;
}

.global-presence-intro .presence-metric {
    min-height: 72px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 10px;
    align-items: center;
    text-align: left;
    border: 0;
    border-right: 1px solid rgba(122, 182, 255, 0.26);
}

.global-presence-intro .presence-metric:last-child {
    border-right: 0;
}

.global-presence-intro .presence-metric i {
    grid-row: span 2;
    margin: 0;
    color: #1ea1ff;
    font-size: 38px;
    line-height: 1;
    text-shadow: 0 0 22px rgba(30, 161, 255, 0.74);
}

.global-presence-intro .presence-metric strong,
.global-presence-intro .presence-metric:first-child strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 800;
}

.global-presence-intro .presence-metric span {
    display: block;
    color: rgba(235, 244, 255, 0.82);
    font-size: 15px;
    line-height: 22px;
}

.global-presence-center {
    min-height: 500px;
    position: absolute;
    inset: 178px 0 92px;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.global-presence-center:before {
    content: "";
    position: absolute;
    width: min(1050px, 90vw);
    height: 340px;
    border: 1px solid rgba(38, 154, 255, 0.42);
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(-7deg);
    box-shadow: 0 0 34px rgba(24, 127, 255, 0.28);
}

.global-connection-axis {
    display: block;
    position: absolute;
    inset: 0;
}

.global-connection-axis span {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #73e7ff;
    box-shadow: 0 0 0 12px rgba(28, 137, 255, 0.22), 0 0 30px rgba(99, 225, 255, 0.95);
}

.global-connection-axis span:nth-child(1) {
    left: 20%;
    top: 38%;
}

.global-connection-axis span:nth-child(2) {
    left: 31%;
    top: 54%;
}

.global-connection-axis span:nth-child(3) {
    left: 48%;
    top: 24%;
}

.global-connection-axis span:nth-child(4) {
    right: 26%;
    top: 48%;
}

.global-connection-axis span:nth-child(5) {
    right: 18%;
    top: 60%;
}

.global-presence-center .global-network-globe {
    width: clamp(360px, 30vw, 515px);
    height: clamp(360px, 30vw, 515px);
    flex: 0 0 clamp(360px, 30vw, 515px);
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 36% 28%, rgba(118, 232, 255, 0.9) 0 2.2%, transparent 2.5%),
        radial-gradient(circle at 64% 58%, rgba(46, 165, 255, 0.7) 0 2.1%, transparent 2.4%),
        radial-gradient(circle at 68% 84%, rgba(112, 236, 255, 0.85) 0 2.8%, transparent 3%),
        radial-gradient(circle at 38% 30%, rgba(90, 220, 255, 0.28), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(9, 72, 156, 0.98) 0%, rgba(4, 39, 100, 0.94) 46%, rgba(1, 18, 54, 0.98) 75%);
    border: 2px solid rgba(76, 180, 255, 0.92);
    box-shadow:
        0 0 28px rgba(25, 144, 255, 0.82),
        0 0 90px rgba(10, 116, 255, 0.48),
        inset 0 0 42px rgba(84, 193, 255, 0.66),
        inset -34px -22px 80px rgba(0, 7, 28, 0.72);
}

.global-presence-center .global-network-globe:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        linear-gradient(rgba(116, 206, 255, 0.15) 1px, transparent 1px) 0 0 / 100% 9%,
        linear-gradient(90deg, rgba(116, 206, 255, 0.15) 1px, transparent 1px) 0 0 / 9% 100%,
        repeating-radial-gradient(ellipse at center, transparent 0 47px, rgba(126, 210, 255, 0.24) 48px 49px),
        linear-gradient(115deg, transparent 45%, rgba(255, 255, 255, 0.3) 48%, transparent 55%);
    mix-blend-mode: screen;
}

.global-presence-center .global-network-globe:after {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(19, 143, 255, 0.62) 1px, transparent 2px) 0 0 / 7px 7px;
    opacity: 0.7;
    -webkit-mask-image: radial-gradient(circle, #000 0 64%, transparent 65%);
    mask-image: radial-gradient(circle, #000 0 64%, transparent 65%);
}

.global-presence-center .world-map {
    display: none;
}

.global-presence-center .globe-world-map {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 118%;
    height: 92%;
    transform: translate(-50%, -50%);
    opacity: 0.96;
    filter: drop-shadow(0 0 12px rgba(87, 214, 255, 0.72));
}

.global-presence-center .map-sphere {
    transform-origin: 260px 260px;
}

.global-presence-center .map-land {
    fill: rgba(49, 181, 255, 0.72);
    stroke: rgba(173, 245, 255, 0.78);
    stroke-width: 1.7;
    stroke-linejoin: round;
}

.global-presence-center .map-island {
    fill: rgba(83, 205, 255, 0.64);
}

.global-presence-center .map-coast {
    fill: none;
    stroke: rgba(176, 248, 255, 0.84);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.86;
}

.global-presence-center .globe-ring {
    position: absolute;
    inset: auto;
    left: 50%;
    top: 50%;
    width: 128%;
    height: 48%;
    border: 1px solid rgba(61, 176, 255, 0.72);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    box-shadow: 0 0 20px rgba(41, 153, 255, 0.34);
}

.global-presence-center .ring-two {
    width: 118%;
    height: 42%;
    transform: translate(-50%, -50%) rotate(24deg);
}

.global-presence-center .ring-three {
    width: 106%;
    height: 34%;
    transform: translate(-50%, -50%) rotate(84deg);
}

.global-presence-center .globe-pulse {
    position: absolute;
    z-index: 4;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #dffbff;
    border: 5px solid #18caff;
    box-shadow: 0 0 0 12px rgba(31, 148, 255, 0.26), 0 0 28px rgba(107, 237, 255, 0.95);
}

.global-presence-center .pulse-one {
    left: 36%;
    top: 20%;
}

.global-presence-center .pulse-two {
    right: 28%;
    top: 56%;
}

.global-presence-center .pulse-three {
    left: 24%;
    top: 48%;
}

.global-presence-center .pulse-four {
    right: 20%;
    bottom: 16%;
}

.global-location-list {
    position: absolute;
    inset: 198px 0 104px;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    z-index: 6;
    display: block;
    pointer-events: none;
}

.global-location-card {
    width: 278px;
    min-height: 108px;
    padding: 20px 22px;
    position: absolute;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px;
    align-items: center;
    overflow: hidden;
    pointer-events: auto;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(28, 56, 102, 0.88), rgba(10, 31, 70, 0.76));
    border: 1px solid rgba(72, 172, 255, 0.3);
    box-shadow: 0 24px 54px rgba(0, 7, 26, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    inset: auto;
}

.global-location-card:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #1fc7ff, transparent);
    box-shadow: 0 0 18px rgba(31, 199, 255, 0.86);
}

.global-location-card:after {
    display: none;
}

.global-location-card:nth-child(1) {
    left: 52%;
    top: 355px;
    right: auto;
    bottom: auto;
    border-color: rgba(34, 219, 255, 0.92);
    transform: translateX(-7%);
}

.global-location-card:nth-child(2) {
    right: 7%;
    top: 315px;
    bottom: auto;
    left: auto;
}

.global-location-card:nth-child(3) {
    left: 7%;
    top: 80px;
    right: auto;
    bottom: auto;
    transform: none;
}

.global-location-card:nth-child(4) {
    left: 6%;
    top: 335px;
    right: auto;
    bottom: auto;
}

.global-location-card:nth-child(5) {
    right: 12%;
    top: 58px;
    bottom: auto;
    left: auto;
}

.global-location-card:hover,
.global-location-card:nth-child(3):hover {
    transform: translateY(-5px);
    border-color: rgba(87, 202, 255, 0.8);
    box-shadow: 0 0 28px rgba(32, 159, 255, 0.32), 0 28px 64px rgba(0, 7, 26, 0.46);
}

.global-location-card:nth-child(1):hover {
    transform: translateX(-7%) translateY(-5px);
}

.global-location-card .global-icon {
    width: 62px;
    height: 62px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    background: radial-gradient(circle at 35% 25%, #46d9ff, #167bff 62%, #0e37a8 100%);
    border: 0;
    box-shadow: 0 0 24px rgba(27, 133, 255, 0.8), inset 0 1px 12px rgba(255, 255, 255, 0.18);
}

.global-location-card h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 800;
}

.global-location-card h4 {
    margin: 0;
    color: rgba(239, 247, 255, 0.86);
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.global-location-card p {
    display: none;
}

@media (max-width: 1199px) {
    .contact-global-presence {
        padding: 56px 0 64px;
    }

    .global-presence-shell {
        min-height: 0;
        gap: 34px;
    }

    .global-presence-intro .global-presence-metrics,
    .global-presence-center,
    .global-location-list {
        position: relative;
        inset: auto;
    }

    .global-presence-intro .global-presence-metrics {
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: 34px;
        width: 100% !important;
    }

    .global-presence-center {
        min-height: 430px;
    }

    .global-location-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .global-location-card,
    .global-location-card:nth-child(1),
    .global-location-card:nth-child(2),
    .global-location-card:nth-child(3),
    .global-location-card:nth-child(4),
    .global-location-card:nth-child(5) {
        width: auto;
        min-height: 118px;
        position: relative;
        inset: auto;
        transform: none;
    }

    .global-location-card:hover,
    .global-location-card:nth-child(1):hover,
    .global-location-card:nth-child(3):hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 767px) {
    .contact-global-presence {
        padding: 48px 0 54px;
    }

    .global-presence-intro > p {
        font-size: 17px;
        line-height: 27px;
    }

    .global-presence-intro .global-presence-metrics,
    .global-location-list {
        grid-template-columns: 1fr;
    }

    .global-presence-intro .presence-metric {
        min-height: 74px;
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(122, 182, 255, 0.22);
    }

    .global-presence-intro .presence-metric:last-child {
        border-bottom: 0;
    }

    .global-presence-center {
        min-height: 330px;
    }

    .global-presence-center:before {
        width: 94vw;
        height: 220px;
    }

    .global-location-card {
        grid-template-columns: 66px 1fr;
        padding: 18px;
    }

    .global-location-card .global-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .global-location-card h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

/* Contact page: cloud logo global presence */
.contact-global-presence {
    padding: 60px 0 76px;
    background:
        radial-gradient(circle at 50% 47%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.7) 24%, transparent 42%),
        radial-gradient(circle at 17% 18%, rgba(236, 44, 144, 0.1), transparent 24%),
        radial-gradient(circle at 86% 26%, rgba(255, 107, 28, 0.1), transparent 24%),
        radial-gradient(circle at 72% 85%, rgba(18, 153, 238, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-global-presence:before {
    inset: 110px 6% 96px;
    opacity: 0.22;
    background:
        radial-gradient(circle, rgba(18, 153, 238, 0.22) 1px, transparent 2px) 0 0 / 13px 13px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0 46%, transparent 74%);
    mask-image: radial-gradient(ellipse at center, #000 0 46%, transparent 74%);
    filter: none;
}

.contact-global-presence:after {
    background:
        radial-gradient(ellipse at 50% 88%, rgba(108, 80, 238, 0.12), transparent 38%),
        linear-gradient(90deg, transparent, rgba(236, 44, 144, 0.06), rgba(255, 107, 28, 0.05), rgba(18, 153, 238, 0.06), transparent);
}

.contact-global-presence .container {
    max-width: 1420px;
}

.global-presence-shell {
    min-height: 820px;
}

.global-presence-intro h2 {
    color: transparent;
    background: linear-gradient(90deg, #ec2c90 0%, #ff6a1c 48%, #1299ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
}

.global-presence-intro .global-title-accent {
    background: linear-gradient(90deg, #ec2c90, #ff6a1c, #1299ee);
    box-shadow: 0 8px 24px rgba(236, 44, 144, 0.22);
}

.global-presence-intro > p {
    color: #32415c;
}

.global-presence-center {
    inset: 164px 0 112px;
}

.global-presence-center:before {
    width: min(980px, 84vw);
    height: 520px;
    border: 8px solid transparent;
    border-top-color: #ec2c90;
    border-right-color: #ff8b24;
    border-bottom-color: #1a96f2;
    border-left-color: #8b43e9;
    border-radius: 50%;
    transform: rotate(-8deg);
    box-shadow:
        0 26px 48px rgba(43, 68, 128, 0.08),
        0 0 26px rgba(236, 44, 144, 0.12),
        0 0 30px rgba(18, 153, 238, 0.1);
}

.global-presence-center .global-network-globe {
    width: clamp(430px, 42vw, 640px);
    height: clamp(430px, 42vw, 640px);
    flex-basis: clamp(430px, 42vw, 640px);
    overflow: visible;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82) 54%, rgba(255, 255, 255, 0.24) 68%, transparent 69%);
    border: 0;
    box-shadow: 0 32px 58px rgba(71, 88, 146, 0.14);
}

.global-presence-center .global-network-globe:before {
    inset: 6%;
    background:
        radial-gradient(circle, rgba(255, 107, 28, 0.26) 1px, transparent 2px) 0 0 / 8px 8px;
    border-radius: 50%;
    opacity: 0.42;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(circle, #000 0 68%, transparent 69%);
    mask-image: radial-gradient(circle, #000 0 68%, transparent 69%);
}

.global-presence-center .global-network-globe:after {
    inset: 13%;
    background:
        linear-gradient(90deg, rgba(236, 44, 144, 0.14), rgba(255, 107, 28, 0.12), rgba(18, 153, 238, 0.14));
    opacity: 0.18;
    -webkit-mask-image: radial-gradient(circle, #000 0 70%, transparent 71%);
    mask-image: radial-gradient(circle, #000 0 70%, transparent 71%);
}

.global-presence-center .globe-world-map {
    width: 102%;
    height: 78%;
    opacity: 1;
    filter: drop-shadow(0 6px 10px rgba(236, 44, 144, 0.08));
}

.global-presence-center .map-land {
    fill: url(#cloudMapDots);
    stroke: none;
}

.global-presence-center .map-island {
    fill: url(#cloudMapDots);
}

.global-presence-center .map-coast {
    display: none;
}

.global-presence-center .globe-ring {
    z-index: 3;
    width: 118%;
    height: 58%;
    border: 2px solid transparent;
    border-top-color: rgba(236, 44, 144, 0.72);
    border-bottom-color: rgba(18, 153, 238, 0.5);
    border-left-color: rgba(139, 67, 233, 0.36);
    border-right-color: rgba(255, 107, 28, 0.36);
    box-shadow: none;
}

.global-presence-center .ring-one {
    transform: translate(-50%, -50%) rotate(-17deg);
}

.global-presence-center .ring-two {
    width: 112%;
    height: 44%;
    border-top-color: rgba(255, 107, 28, 0.72);
    border-bottom-color: rgba(139, 67, 233, 0.35);
    transform: translate(-50%, -50%) rotate(28deg);
}

.global-presence-center .ring-three {
    width: 104%;
    height: 34%;
    border-top-color: rgba(236, 44, 144, 0.46);
    border-bottom-color: rgba(18, 153, 238, 0.68);
    transform: translate(-50%, -50%) rotate(92deg);
}

.global-presence-center .globe-pulse {
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #ffffff;
    border: 8px solid #ec2c90;
    box-shadow: 0 0 0 8px rgba(236, 44, 144, 0.14), 0 8px 26px rgba(236, 44, 144, 0.28);
}

.global-presence-center .pulse-one {
    left: 13%;
    top: 18%;
    border-color: #ec2c90;
}

.global-presence-center .pulse-two {
    right: 12%;
    top: 17%;
    border-color: #ff8b24;
    box-shadow: 0 0 0 8px rgba(255, 139, 36, 0.14), 0 8px 26px rgba(255, 139, 36, 0.25);
}

.global-presence-center .pulse-three {
    left: 8%;
    top: 52%;
    border-color: #8b43e9;
    box-shadow: 0 0 0 8px rgba(139, 67, 233, 0.14), 0 8px 26px rgba(139, 67, 233, 0.25);
}

.global-presence-center .pulse-four {
    right: 21%;
    bottom: 15%;
    border-color: #1299ee;
    box-shadow: 0 0 0 8px rgba(18, 153, 238, 0.14), 0 8px 26px rgba(18, 153, 238, 0.25);
}

.global-connection-axis span {
    display: none;
}

.global-location-list {
    inset: 235px 0 126px;
}

.global-location-card {
    width: 268px;
    min-height: 104px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(205, 215, 235, 0.9);
    box-shadow: 0 22px 48px rgba(64, 75, 112, 0.13);
    backdrop-filter: blur(14px);
}

.global-location-card:before {
    background: linear-gradient(90deg, transparent, #ec2c90, #ff6a1c, #1299ee, transparent);
    box-shadow: none;
}

.global-location-card .global-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #ec2c90 0%, #8b43e9 46%, #1299ee 100%);
    box-shadow: 0 14px 34px rgba(139, 67, 233, 0.2);
}

.global-location-card h3 {
    color: #14223f;
}

.global-location-card h4 {
    color: #ec2c90;
}

.global-location-card:nth-child(2) h4,
.global-location-card:nth-child(4) h4 {
    color: #ff6a1c;
}

.global-location-card:nth-child(1) h4,
.global-location-card:nth-child(5) h4 {
    color: #1299ee;
}

.global-location-card:nth-child(1) {
    left: 54%;
    top: 355px;
}

.global-location-card:nth-child(2) {
    right: 4%;
    top: 325px;
}

.global-location-card:nth-child(3) {
    left: 4%;
    top: 110px;
}

.global-location-card:nth-child(4) {
    left: 5%;
    top: 370px;
}

.global-location-card:nth-child(5) {
    right: 8%;
    top: 84px;
}

.global-presence-intro .global-presence-metrics {
    top: 735px;
}

.global-presence-intro .presence-metric {
    border-right-color: rgba(64, 75, 112, 0.12);
}

.global-presence-intro .presence-metric i {
    color: #1299ee;
    text-shadow: none;
}

.global-presence-intro .presence-metric:nth-child(2) i,
.global-presence-intro .presence-metric:nth-child(2) strong {
    color: #ff6a1c;
}

.global-presence-intro .presence-metric:nth-child(3) i,
.global-presence-intro .presence-metric:nth-child(3) strong {
    color: #b942df;
}

.global-presence-intro .presence-metric strong,
.global-presence-intro .presence-metric:first-child strong {
    color: #14223f;
}

.global-presence-intro .presence-metric span {
    color: #43516c;
}

@media (max-width: 1199px) {
    .global-presence-shell {
        min-height: 0;
    }

    .global-presence-center .global-network-globe {
        width: min(620px, 88vw);
        height: min(620px, 88vw);
        flex-basis: min(620px, 88vw);
    }

    .global-presence-center:before {
        width: min(760px, 96vw);
        height: min(430px, 54vw);
    }

    .global-presence-intro .global-presence-metrics {
        top: auto;
    }
}

@media (max-width: 767px) {
    .contact-global-presence {
        padding: 48px 0 54px;
    }

    .global-presence-center .global-network-globe {
        width: min(360px, 92vw);
        height: min(360px, 92vw);
        flex-basis: min(360px, 92vw);
    }

    .global-presence-center:before {
        border-width: 5px;
    }
}

/* Contact page redo: cloud artwork global presence */
.contact-global-presence {
    padding: 70px 0 78px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(236, 47, 140, 0.09), transparent 30%),
        radial-gradient(circle at 83% 20%, rgba(255, 116, 36, 0.08), transparent 28%),
        radial-gradient(circle at 72% 78%, rgba(21, 151, 238, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.contact-global-presence:before,
.contact-global-presence:after {
    display: none;
}

.cloud-presence-shell {
    max-width: 1260px;
    margin: 0 auto;
}

.cloud-presence-header {
    margin: 0 auto 22px;
    text-align: center;
}

.cloud-presence-header h2 {
    margin: 0;
    font-size: clamp(44px, 5vw, 78px);
    line-height: 1.08;
    font-weight: 800;
    color: transparent;
    background: linear-gradient(90deg, #ec2f8c 0%, #ff7424 48%, #1597ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.cloud-presence-header > span {
    width: 72px;
    height: 4px;
    margin: 16px auto 18px;
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #ec2f8c, #ff7424, #1597ee);
}

.cloud-presence-header p {
    max-width: 880px;
    margin: 0 auto;
    color: #33415d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.cloud-presence-stage {
    min-height: 610px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-presence-stage > img {
    width: min(690px, 74vw);
    max-width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 24px 36px rgba(72, 92, 150, 0.12));
}

.cloud-location {
    width: 235px;
    min-height: 98px;
    padding: 18px 20px;
    position: absolute;
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 14px;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(202, 214, 236, 0.9);
    box-shadow: 0 22px 46px rgba(54, 67, 106, 0.12);
    backdrop-filter: blur(14px);
}

.cloud-location i {
    grid-row: span 2;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    background: linear-gradient(135deg, #ec2f8c 0%, #8d46e8 48%, #1597ee 100%);
    box-shadow: 0 14px 30px rgba(141, 70, 232, 0.22);
}

.cloud-location strong {
    display: block;
    color: #14223f;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
}

.cloud-location span {
    display: block;
    color: #0e8ee5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.cloud-location-us span,
.cloud-location-in span {
    color: #ff6328;
}

.cloud-location-uk span {
    color: #ec2f8c;
}

.cloud-location-uk {
    left: 7%;
    top: 160px;
}

.cloud-location-us {
    left: 9%;
    bottom: 118px;
}

.cloud-location-nl {
    right: 8%;
    top: 145px;
}

.cloud-location-in {
    right: 4%;
    bottom: 136px;
}

.cloud-location-au {
    right: 26%;
    bottom: 76px;
    border-color: rgba(21, 151, 238, 0.42);
}

.cloud-presence-metrics {
    max-width: 760px;
    margin: -8px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 12px;
}

.cloud-presence-metrics > div {
    min-height: 70px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    align-items: center;
    border-right: 1px solid rgba(75, 91, 125, 0.13);
}

.cloud-presence-metrics > div:last-child {
    border-right: 0;
}

.cloud-presence-metrics i {
    grid-row: span 2;
    color: #1597ee;
    font-size: 36px;
}

.cloud-presence-metrics div:nth-child(2) i,
.cloud-presence-metrics div:nth-child(2) strong {
    color: #ff6328;
}

.cloud-presence-metrics div:nth-child(3) i,
.cloud-presence-metrics div:nth-child(3) strong {
    color: #b944df;
}

.cloud-presence-metrics strong {
    color: #14223f;
    font-size: 17px;
    line-height: 22px;
    font-weight: 800;
}

.cloud-presence-metrics span {
    color: #43516c;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .cloud-presence-stage {
        min-height: 0;
        padding-top: 24px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .cloud-presence-stage > img {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(620px, 92vw);
    }

    .cloud-location,
    .cloud-location-uk,
    .cloud-location-us,
    .cloud-location-nl,
    .cloud-location-in,
    .cloud-location-au {
        width: auto;
        position: relative;
        inset: auto;
    }

    .cloud-location-au {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(460px, 100%);
    }

    .cloud-presence-metrics {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .contact-global-presence {
        padding: 48px 0 56px;
    }

    .cloud-presence-header p {
        font-size: 17px;
        line-height: 26px;
    }

    .cloud-presence-stage,
    .cloud-presence-metrics {
        grid-template-columns: 1fr;
    }

    .cloud-location-au {
        width: auto;
    }

    .cloud-presence-metrics > div {
        border-right: 0;
        border-bottom: 1px solid rgba(75, 91, 125, 0.13);
        padding: 12px 0;
    }

    .cloud-presence-metrics > div:last-child {
        border-bottom: 0;
    }
}
