/* Code Falcons Global Clients — Animated Canvas Globe V2 */
.cfm-global-clients-v2 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    padding: var(--cfm-gc2-pt) 24px var(--cfm-gc2-pb);
    background: var(--cfm-gc2-bg);
}

.cfm-global-clients-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.20) 59%, transparent 84%),
        radial-gradient(circle at 84% 48%, rgba(203,178,98,.07), transparent 46%);
}

.cfm-gc2__inner {
    width: min(100%, var(--cfm-gc2-max));
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, var(--cfm-gc2-content))
        minmax(360px, calc(100% - var(--cfm-gc2-content)));
    align-items: center;
    gap: clamp(28px, 3.4vw, 66px);
}

.cfm-gc2__content {
    position: relative;
    z-index: 3;
    min-width: 0;
}

.cfm-gc2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--cfm-gc2-eyebrow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cfm-gc2__eyebrow > span {
    width: 34px;
    height: 1px;
    background: currentColor;
}

.cfm-gc2__heading {
    margin: 0;
    color: var(--cfm-gc2-heading);
    font-size: var(--cfm-gc2-h-desktop);
    line-height: 1.11;
    letter-spacing: -.035em;
    font-weight: 760;
}

.cfm-gc2__heading > span {
    display: block;
}

.cfm-gc2__heading em {
    color: var(--cfm-gc2-accent);
    font-style: normal;
}

.cfm-gc2__lead,
.cfm-gc2__copy {
    max-width: 820px;
    margin: 0;
    color: var(--cfm-gc2-copy);
    font-size: var(--cfm-gc2-copy-desktop);
    line-height: 1.68;
}

.cfm-gc2__lead {
    margin-top: 23px;
    font-weight: 620;
}

.cfm-gc2__copy {
    margin-top: 12px;
}

.cfm-gc2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    margin-top: 27px;
    padding: 0 24px;
    border: 1px solid var(--cfm-gc2-button-bg);
    border-radius: 999px;
    background: var(--cfm-gc2-button-bg);
    color: var(--cfm-gc2-button-color) !important;
    font-size: 13px;
    font-weight: 760;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cfm-gc2__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cfm-gc2__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 32px rgba(31,33,34,.15);
}

.cfm-gc2__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.cfm-gc2__stat {
    position: relative;
    min-width: 0;
    padding-left: 14px;
}

.cfm-gc2__stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: var(--cfm-gc2-stat-divider-width);
    height: var(--cfm-gc2-stat-divider-height);
    border-radius: 2px;
    background: var(--cfm-gc2-stat-divider);
}

.cfm-gc2__stat strong {
    display: block;
    color: var(--cfm-gc2-stat-value);
    font-size: var(--cfm-gc2-stat-size);
    font-weight: var(--cfm-gc2-stat-weight);
    line-height: var(--cfm-gc2-stat-line-height);
    letter-spacing: var(--cfm-gc2-stat-letter-spacing);
    font-variant-numeric: tabular-nums lining-nums;
    white-space: nowrap;
}

.cfm-gc2__stat span {
    display: block;
    margin-top: 7px;
    color: var(--cfm-gc2-stat-label);
    font-size: var(--cfm-gc2-stat-label-size);
    font-weight: var(--cfm-gc2-stat-label-weight);
    line-height: var(--cfm-gc2-stat-label-line-height);
    letter-spacing: var(--cfm-gc2-stat-label-letter-spacing);
}

.cfm-gc2__countries {
    display: grid;
    grid-template-columns: repeat(var(--cfm-gc2-cols-desktop), minmax(0, 1fr));
    gap: var(--cfm-gc2-row-gap) var(--cfm-gc2-column-gap);
    margin-top: 31px;
    padding-top: 25px;
    border-top: 1px solid var(--cfm-gc2-country-divider);
}

.cfm-gc2__country {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: var(--cfm-gc2-country);
    font-size: var(--cfm-gc2-country-size);
    line-height: 1.35;
}

.cfm-gc2__flag {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: var(--flag-width);
    height: var(--flag-height);
    overflow: hidden;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(31,33,34,.10);
    background: rgba(255,255,255,.76);
    font-size: 9px;
    font-weight: 800;
}

.cfm-gc2__flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cfm-gc2__visual {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: var(--cfm-gc2-globe-w-desktop);
    height: var(--cfm-gc2-globe-h-desktop);
    max-width: none;
    margin-right: clamp(-270px, -10vw, -115px);
    overflow: visible;
}

.cfm-gc2__canvas {
    display: block;
    width: 100%;
    height: 100%;
    touch-action: none;
    cursor: grab;
}

.cfm-gc2__canvas:active {
    cursor: grabbing;
}

.cfm-gc2__fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.cfm-gc2__fallback img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cfm-gc2__fallback > span {
    font-size: min(42vw, 310px);
    line-height: 1;
    opacity: .22;
}

.cfm-gc2__config {
    display: none !important;
}

@media (max-width: 1199px) {
    .cfm-gc2__inner {
        grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
        gap: 28px;
    }

    .cfm-gc2__heading {
        font-size: var(--cfm-gc2-h-tablet);
    }

    .cfm-gc2__visual {
        width: var(--cfm-gc2-globe-w-tablet);
        height: var(--cfm-gc2-globe-h-tablet);
        margin-right: -135px;
    }

    .cfm-gc2__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .cfm-gc2__stat strong {
        font-size: var(--cfm-gc2-stat-size-tablet);
    }

    .cfm-gc2__stat > span {
        font-size: var(--cfm-gc2-stat-label-size-tablet);
    }

    .cfm-gc2__countries {
        grid-template-columns: repeat(var(--cfm-gc2-cols-tablet), minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .cfm-global-clients-v2 {
        padding-inline: 20px;
    }

    .cfm-gc2__inner {
        grid-template-columns: 1fr;
    }

    .cfm-gc2__content {
        max-width: 760px;
    }

    .cfm-gc2__visual {
        justify-self: center;
        width: min(100%, var(--cfm-gc2-globe-w-tablet));
        height: var(--cfm-gc2-globe-h-tablet);
        margin: -18px auto -26px;
    }
}

@media (max-width: 640px) {
    .cfm-global-clients-v2 {
        padding:
            var(--cfm-gc2-pt-mobile)
            16px
            var(--cfm-gc2-pb-mobile);
    }

    .cfm-gc2__heading {
        font-size: var(--cfm-gc2-h-mobile);
    }

    .cfm-gc2__lead,
    .cfm-gc2__copy {
        font-size: var(--cfm-gc2-copy-mobile);
    }

    .cfm-gc2__button {
        width: 100%;
        min-height: 50px;
    }

    .cfm-gc2__stats {
        margin-top: 34px;
    }

    .cfm-gc2__stat strong {
        font-size: var(--cfm-gc2-stat-size-mobile);
    }

    .cfm-gc2__stat > span {
        font-size: var(--cfm-gc2-stat-label-size-mobile);
    }

    .cfm-gc2__countries {
        grid-template-columns: repeat(var(--cfm-gc2-cols-mobile), minmax(0, 1fr));
        margin-top: 27px;
        padding-top: 22px;
    }

    .cfm-gc2__visual {
        width: min(100%, var(--cfm-gc2-globe-w-mobile));
        height: var(--cfm-gc2-globe-h-mobile);
        margin: -8px auto -18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfm-gc2__button {
        transition: none;
    }
}
