/* Global Presence exact-style */
.global-presence {
    padding: 74px 0 86px;
    background:
        radial-gradient(circle at 12% 0%,rgba(255,102,0,.08),transparent 20%),
        radial-gradient(circle at 88% 12%,rgba(100,107,255,.12),transparent 22%);
    position: relative;
    overflow: hidden;
}

.global-presence h2 {
    font-size: clamp(38px, 4.4vw, 58px);
    line-height: .98;
    letter-spacing: -.06em;
    margin: 0;
}

.global-presence::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255, 102, 0, .7) 1px, transparent 2px),
        radial-gradient(circle, rgba(99, 169, 255, .65) 1px, transparent 2px);
    background-size: 340px 260px, 420px 300px;
    opacity: .32;
}

.gp-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 335px;
    gap: 20px;
    align-items: stretch
}

.gp-map {
    min-height: 545px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .12);
    background:
        linear-gradient(180deg, rgba(7, 13, 28, .18), rgba(7, 13, 28, .28)),
        url('https://static-maps.yandex.ru/1.x/?lang=en_US&ll=29.0271,40.9913&z=16&l=sat&size=650,450') center/cover no-repeat,
        radial-gradient(circle at 45% 40%, #45506f, #10162c);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

.gp-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: min(445px, calc(100% - 48px));
    border-radius: 28px;
    padding: 34px;
    background: rgba(8, 15, 31, .76);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .45);
}

.gp-card .label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffddd0
}

.gp-card .label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 16px rgba(255, 102, 0, .9)
}

.gp-card h3 {
    font-size: 34px;
    line-height: 1;
    margin: 18px 0 14px;
    letter-spacing: -.05em
}

.gp-card p {
    color: var(--muted);
    font-weight: 600
}

.gp-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.gp-marker {
    position: absolute;
    left: 73%;
    top: 47%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: var(--orange);
    box-shadow: 0 0 0 8px rgba(255, 102, 0, .18), 0 0 30px rgba(255, 102, 0, .85);
}

.gp-side {
    display: grid;
    grid-template-rows: 174px 1fr;
    gap: 20px
}

.gp-info {
    border-radius: 28px;
    padding: 28px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
}

.gp-info .big {
    font-size: 28px;
    letter-spacing: -.04em;
    color: #cfd5ec;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px
}

.gp-info h4 {
    font-size: 24px;
    letter-spacing: -.04em;
    margin: 0 0 8px
}

.gp-info p {
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
    font-size: 14px
}

.office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.office {
    min-height: 108px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58)), url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=600&q=80') center/cover;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 12px;
}

.office.active {
    border-color: var(--orange);
    box-shadow: 0 0 0 1px rgba(255, 102, 0, .2)
}

.office.us {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=600&q=80')
}

.office.ng {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58)), url('https://images.unsplash.com/photo-1577948000111-9c970dfe3743?auto=format&fit=crop&w=600&q=80')
}

.office.ke {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58)), url('https://images.unsplash.com/photo-1498855926480-d98e83099315?auto=format&fit=crop&w=600&q=80')
}

.office .office-label {
    width: 100%;
    border-radius: 18px;
    background: rgba(10, 16, 30, .86);
    padding: 14px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .08);
}

.office strong {
    display: block;
    font-size: 14px
}

.office span {
    font-size: 10px;
    color: #c6ccdc;
    text-transform: uppercase;
    letter-spacing: .08em
}

.office i {
    position: absolute;
    right: 34px;
    top: 54px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 12px currentColor
}

.office.us i,
.office.ng i {
    background: var(--blue)
}

.office.ke i,
.office.ee i {
    background: var(--purple)
}


