/* =========================================================
   GLOBAL PRESENCE PAGE
========================================================= */


/* =========================================================
   GLOBAL INTRO
========================================================= */

.global-intro-section {
    position: relative;
    padding: 115px 0;
    background:
        radial-gradient(circle at 0% 20%, rgba(0, 145, 220, .07), transparent 27%),
        #ffffff;
    overflow: hidden;
}


.global-intro-content h2,
.global-faq-intro h2 {
    margin-bottom: 24px;
    color: #071b38;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.7px;
}


.global-intro-content h2 span,
.global-faq-intro h2 span {
    display: block;
    color: #078bd4;
}


.global-lead {
    color: #253d59 !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
}


.global-intro-content > p {
    color: #6d7d91;
    font-size: 15px;
    line-height: 1.85;
}


.global-intro-feature {
    display: flex;
    gap: 17px;
    margin-top: 32px;
    padding: 22px;
    border: 1px solid #dfeaf4;
    border-radius: 17px;
    background: linear-gradient(135deg, #f8fcff, #f1f9ff);
}


.intro-feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    color: #fff;
    font-size: 21px;
    background: linear-gradient(135deg, #087cc4, #19afe9);
}


.global-intro-feature strong {
    display: block;
    margin-bottom: 6px;
    color: #0b2341;
    font-size: 15px;
}


.global-intro-feature span {
    display: block;
    color: #708096;
    font-size: 13px;
    line-height: 1.6;
}



/* =========================================================
   NETWORK VISUAL
========================================================= */

.global-network-visual {
    position: relative;
    min-height: 590px;
    border: 1px solid rgba(15, 130, 200, .14);
    border-radius: 32px;
    background:
        radial-gradient(circle at center, rgba(13, 141, 213, .12), transparent 40%),
        linear-gradient(145deg, #f7fcff, #eef7fd);
    box-shadow: 0 35px 80px rgba(18, 69, 108, .11);
    overflow: hidden;
}


.network-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(9, 112, 175, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 112, 175, .05) 1px, transparent 1px);

    background-size: 42px 42px;
}


.network-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(0, 157, 230, .12);
    filter: blur(75px);
    transform: translate(-50%, -50%);
}


.network-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    text-align: center;
    transform: translate(-50%, -50%);
}


.network-core {
    position: relative;
    z-index: 3;
    width: 105px;
    height: 105px;
    display: grid;
    place-items: center;
    margin: auto auto 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 41px;
    background: linear-gradient(145deg, #073f7c, #079bd9);
    box-shadow:
        0 0 0 12px rgba(8, 144, 210, .08),
        0 25px 50px rgba(0, 101, 166, .28);
}


.network-center strong {
    display: block;
    color: #09284b;
    font-size: 17px;
    letter-spacing: 2px;
}


.network-center > span {
    display: block;
    margin-top: 4px;
    color: #8292a5;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}


.network-center-ring {
    position: absolute;
    top: 52px;
    left: 50%;
    border: 1px solid rgba(0, 139, 211, .16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.ring-one {
    width: 180px;
    height: 180px;
    animation: networkPulse 3s infinite;
}


.ring-two {
    width: 260px;
    height: 260px;
    animation: networkPulse 3s .8s infinite;
}


@keyframes networkPulse {

    0%,
    100% {
        opacity: .35;
        transform: translate(-50%, -50%) scale(.94);
    }

    50% {
        opacity: .8;
        transform: translate(-50%, -50%) scale(1.04);
    }
}



/* POINTS */

.network-point {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 16px;
    border: 1px solid rgba(7, 135, 202, .14);
    border-radius: 13px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(17, 72, 110, .1);
    animation: networkFloat 5s ease-in-out infinite;
}


.network-point i {
    color: #0796d8;
    font-size: 18px;
}


.network-point strong,
.network-point span {
    display: block;
}


.network-point strong {
    color: #0b2747;
    font-size: 12px;
}


.network-point span {
    margin-top: 2px;
    color: #8391a1;
    font-size: 9px;
}


.point-1 {
    top: 15%;
    left: 8%;
}


.point-2 {
    top: 18%;
    right: 7%;
    animation-delay: .7s;
}


.point-3 {
    bottom: 19%;
    left: 7%;
    animation-delay: 1.3s;
}


.point-4 {
    right: 6%;
    bottom: 20%;
    animation-delay: 2s;
}


@keyframes networkFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


.network-stat {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 20px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #073e78, #087ebf);
    box-shadow: 0 15px 35px rgba(0, 80, 140, .22);
}


.network-stat strong {
    font-size: 28px;
}


.network-stat span,
.network-stat small {
    display: block;
}


.network-stat span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}


.network-stat small {
    margin-top: 2px;
    font-size: 9px;
    opacity: .7;
}



/* =========================================================
   REGIONS
========================================================= */

.regions-section {
    position: relative;
    padding: 115px 0;
    background: #07152e;
    overflow: hidden;
}


.region-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
}


.region-glow-left {
    width: 450px;
    height: 450px;
    top: -180px;
    left: -180px;
    background: rgba(0, 142, 230, .15);
}


.region-glow-right {
    width: 400px;
    height: 400px;
    right: -160px;
    bottom: -160px;
    background: rgba(0, 196, 255, .1);
}


.regions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 55px;
}


.region-card {
    position: relative;
    min-height: 405px;
    padding: 34px 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.018)
        );
    overflow: hidden;
    transition: .4s ease;
}


.region-card:hover {
    transform: translateY(-9px);
    border-color: rgba(55, 190, 255, .3);
    background:
        linear-gradient(
            145deg,
            rgba(0, 143, 220, .13),
            rgba(255,255,255,.025)
        );
}


.region-number {
    position: absolute;
    top: 19px;
    right: 23px;
    color: rgba(255,255,255,.045);
    font-size: 65px;
    font-weight: 800;
}


.region-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 45px;
    border: 1px solid rgba(49, 190, 255, .2);
    border-radius: 16px;
    color: #3ac8ff;
    font-size: 24px;
    background: rgba(0, 157, 230, .09);
}


.region-label {
    color: #3bc5ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}


.region-card h3 {
    margin: 12px 0 15px;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;
}


.region-card p {
    color: #99abc2;
    font-size: 13px;
    line-height: 1.75;
}


.region-tags {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}


.region-tags span {
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 7px;
    color: #9db3ca;
    font-size: 9px;
    background: rgba(255,255,255,.035);
}



/* =========================================================
   PROCESS
========================================================= */

.global-process-section {
    padding: 115px 0;
    background: #f7faff;
}


.global-process-title {
    margin: 0;
    color: #071b38;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -1.5px;
}


.global-process-title span {
    display: block;
    color: #078bd4;
}


.global-process-description {
    margin: 0;
    color: #718096;
    line-height: 1.8;
}


.global-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


.global-process-card {
    min-height: 310px;
    padding: 29px;
    border: 1px solid #e0e9f2;
    border-radius: 20px;
    background: #fff;
    transition: .4s ease;
}


.global-process-card:hover {
    transform: translateY(-8px);
    border-color: #b9e4fa;
    box-shadow: 0 25px 55px rgba(20, 65, 100, .1);
}


.process-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}


.process-top > span {
    color: #cbd8e4;
    font-size: 12px;
    font-weight: 800;
}


.process-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #078bd4;
    font-size: 21px;
    background: #edf8ff;
}


.global-process-card h4 {
    margin-bottom: 13px;
    color: #0b2341;
    font-size: 19px;
    font-weight: 700;
}


.global-process-card p {
    margin: 0;
    color: #728197;
    font-size: 13px;
    line-height: 1.75;
}



/* =========================================================
   CAPABILITY PANEL
========================================================= */

.global-capability-section {
    padding: 0 0 115px;
    background: #f7faff;
}


.global-capability-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: center;
    padding: 65px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 182, 255, .2), transparent 25%),
        linear-gradient(135deg, #071b39, #063d71);
    box-shadow: 0 35px 75px rgba(4, 45, 84, .22);
}


.capability-panel-content h2 {
    margin: 0 0 17px;
    font-size: clamp(31px, 3vw, 43px);
    line-height: 1.15;
    letter-spacing: -1px;
}


.capability-panel-content h2 span {
    display: block;
    color: #44c8ff;
}


.capability-panel-content p {
    margin: 0;
    color: #a8bad0;
    line-height: 1.75;
}


.global-specialties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}


.specialty-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    transition: .3s ease;
}


.specialty-item:hover {
    background: rgba(255,255,255,.09);
    transform: translateX(4px);
}


.specialty-item i {
    color: #3bc6ff;
    font-size: 18px;
}


.specialty-item span {
    color: #d9e7f3;
    font-size: 12px;
    font-weight: 600;
}



/* =========================================================
   FAQ
========================================================= */

.global-faq-section {
    padding: 115px 0;
    background: #fff;
}


.global-faq-intro {
    position: sticky;
    top: 115px;
}


.global-faq-intro > p {
    color: #718096;
    line-height: 1.8;
}


.global-faq-support {
    margin-top: 32px;
    padding: 23px;
    border: 1px solid #dfe9f3;
    border-radius: 18px;
    background: #f6fbff;
}


.faq-support-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    border-radius: 13px;
    color: #fff;
    font-size: 19px;
    background: linear-gradient(135deg, #087bc3, #19aeea);
}


.global-faq-support strong,
.global-faq-support span {
    display: block;
}


.global-faq-support strong {
    color: #0a213f;
}


.global-faq-support span {
    margin-top: 5px;
    color: #718096;
    font-size: 13px;
    line-height: 1.6;
}


.global-faq-support a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    color: #087bc3;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}



/* =========================================================
   FINAL CTA
========================================================= */

.global-final-cta {
    position: relative;
    padding: 115px 0;
    text-align: center;
    background:
        linear-gradient(135deg, #05244a, #0876bd);
    overflow: hidden;
}


.global-cta-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);

    background-size: 45px 45px;
}


.global-cta-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    top: -300px;
    left: 50%;
    border-radius: 50%;
    background: rgba(0, 204, 255, .22);
    filter: blur(100px);
    transform: translateX(-50%);
}


.global-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
}


.global-cta-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    color: #fff;
    font-size: 29px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
}


.global-cta-label {
    color: #6bd7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
}


.global-cta-inner h2 {
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.7px;
}


.global-cta-inner h2 span {
    display: block;
    color: #55ceff;
}


.global-cta-inner p {
    max-width: 650px;
    margin: auto;
    color: rgba(255,255,255,.73);
    line-height: 1.8;
}


.global-cta-actions {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: 32px;
}


.global-cta-primary,
.global-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}


.global-cta-primary {
    color: #07315c;
    background: #fff;
}


.global-cta-primary:hover {
    color: #07315c;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}


.global-cta-secondary {
    border: 1px solid rgba(255,255,255,.24);
    color: #fff;
    background: rgba(255,255,255,.07);
}


.global-cta-secondary:hover {
    color: #fff;
    background: rgba(255,255,255,.13);
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .regions-grid,
    .global-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 991px) {

    .global-intro-section,
    .regions-section,
    .global-process-section,
    .global-faq-section,
    .global-final-cta {
        padding: 80px 0;
    }


    .global-network-visual {
        min-height: 550px;
    }


    .global-capability-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 45px;
    }


    .global-faq-intro {
        position: static;
    }

}


@media (max-width: 767px) {

    .regions-grid,
    .global-process-grid {
        grid-template-columns: 1fr;
    }


    .global-specialties {
        grid-template-columns: 1fr;
    }


    .global-network-visual {
        min-height: 650px;
    }


    .network-center {
        top: 48%;
    }


    .point-1 {
        top: 7%;
        left: 5%;
    }


    .point-2 {
        top: 20%;
        right: 4%;
    }


    .point-3 {
        bottom: 23%;
        left: 4%;
    }


    .point-4 {
        right: 4%;
        bottom: 9%;
    }


    .network-stat {
        display: none;
    }


    .global-capability-panel {
        padding: 32px 24px;
    }


    .global-cta-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

}


@media (max-width: 575px) {

    .global-intro-content h2,
    .global-faq-intro h2,
    .global-process-title {
        font-size: 34px;
    }


    .global-network-visual {
        min-height: 600px;
        border-radius: 22px;
    }


    .network-core {
        width: 85px;
        height: 85px;
        font-size: 33px;
    }


    .network-point {
        max-width: 145px;
        padding: 10px 11px;
    }


    .region-card {
        min-height: 365px;
    }


    .global-cta-inner h2 {
        font-size: 37px;
    }

}