.site-footer.nex-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    background: #071426;
    color: #9ca9bc;
}

.nex-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.nex-footer .container {
    position: relative;
    z-index: 2;
}

.nex-footer-glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.nex-footer-glow.glow-one {
    width: 520px;
    height: 520px;
    top: -260px;
    right: -140px;
    background: rgba(98, 74, 235, .34);
}

.nex-footer-glow.glow-two {
    width: 380px;
    height: 380px;
    bottom: -220px;
    left: 12%;
    background: rgba(11, 181, 173, .14);
}

.nex-footer-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    gap: 70px;
    margin-bottom: 78px;
    padding: 55px 62px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: 0;
    border-radius: 0 0 34px 34px;
    background:
        radial-gradient(circle at 90% 10%, rgba(122, 98, 255, .3), transparent 28%),
        linear-gradient(120deg, rgba(25, 76, 134, .36), rgba(92, 62, 190, .17));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16);
}

.cta-orbit {
    position: absolute;
    top: -27px;
    right: 60px;
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border: 5px solid #071426;
    border-radius: 50%;
    background: #69e5d2;
    color: #071426;
    font-size: 1.15rem;
    transform: rotate(45deg);
}

.cta-label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #70e2d1;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cta-label i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #70e2d1;
    box-shadow: 0 0 0 5px rgba(112, 226, 209, .1);
}

.nex-footer-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.85rem, 3.2vw, 3.15rem);
    letter-spacing: -.04em;
    line-height: 1.18;
}

.nex-footer-cta h2 em {
    color: #a89aff;
    font-style: normal;
}

.cta-action {
    align-self: end;
}

.cta-action p {
    margin: 0 0 17px;
    color: #aeb9ca;
    font-size: .92rem;
}

.cta-action > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 9px 10px 9px 19px;
    border-radius: 14px;
    background: #fff;
    color: #0d1b30;
    font-weight: 700;
}

.cta-action > a span {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 10px;
    background: #6350e8;
    color: #fff;
    transition: transform .25s ease;
}

.cta-action > a:hover span {
    transform: translateX(3px);
}

.nex-footer-body {
    padding: 78px 0 65px;
}

.nex-footer-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 13px;
    margin: 0 !important;
    color: #fff !important;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    border-radius: 15px;
    background: linear-gradient(145deg, #276dff, #7250eb);
    box-shadow: 0 12px 25px rgba(70, 78, 224, .3);
    font-size: 1.4rem;
    font-weight: 800;
}

.nex-footer-brand > span:last-child {
    display: flex;
    flex-direction: column;
}

.nex-footer-brand strong {
    font-size: 1.3rem;
}

.nex-footer-brand small {
    color: #738198;
    font-size: .62rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nex-brand-block > p {
    max-width: 520px;
    margin: 23px 0 25px;
    color: #9ca9bc;
    font-size: 1rem;
    line-height: 1.85;
}

.nex-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.nex-proof-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;
    color: #8997ab;
    font-size: .69rem;
}

.nex-proof-row i {
    margin-right: 2px;
    color: #67ddcd;
}

.nex-proof-row b {
    color: #dfe6f0;
}

.column-number {
    display: block;
    margin-bottom: 12px;
    color: #526078;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.nex-link-column h3,
.nex-contact-column h3 {
    margin-bottom: 19px;
    color: #fff;
    font-size: .95rem;
}

.nex-link-column a {
    position: relative;
    width: max-content;
    margin: 10px 0;
    padding-left: 0;
    color: #94a2b6;
    transition: .22s ease;
}

.nex-link-column a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    margin-right: 0;
    background: #69e5d2;
    vertical-align: middle;
    transition: .22s ease;
}

.nex-link-column a:hover {
    color: #fff;
}

.nex-link-column a:hover::before {
    width: 15px;
    margin-right: 7px;
}

.nex-contact-column > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 12px;
    color: #d4dce8;
    background: rgba(255, 255, 255, .025);
    transition: .22s ease;
}

.nex-contact-column > a:hover {
    border-color: rgba(105, 229, 210, .3);
    background: rgba(105, 229, 210, .06);
}

.nex-contact-column > a > i {
    color: #69e5d2;
}

.nex-contact-column > a span {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: .72rem;
}

.nex-contact-column > a small {
    color: #6f7e94;
    font-size: .6rem;
}

.nex-footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #718097;
    font-size: .76rem;
}

.nex-footer-bottom p {
    margin: 0;
}

.nex-footer-bottom p span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 8px;
    border-radius: 50%;
    background: #69e5d2;
    vertical-align: middle;
}

.nex-footer-bottom > div {
    display: flex;
    gap: 9px;
}

.nex-footer-bottom > div span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px;
}

.nex-footer-bottom b {
    color: #f27892;
}

.nex-watermark {
    position: absolute;
    right: -25px;
    bottom: -65px;
    z-index: -1;
    color: rgba(255, 255, 255, .018);
    font-family: Arial, sans-serif;
    font-size: clamp(7rem, 17vw, 18rem);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .nex-footer-cta {
        grid-template-columns: 1fr;
        gap: 27px;
        margin-bottom: 58px;
        padding: 45px 38px;
    }

    .cta-action {
        max-width: 430px;
    }

    .nex-footer-body {
        padding: 58px 0 48px;
    }
}

@media (max-width: 575.98px) {
    .nex-footer-cta {
        margin-inline: -2px;
        padding: 38px 23px 28px;
        border-radius: 0 0 24px 24px;
    }

    .cta-orbit {
        right: 22px;
        width: 49px;
        height: 49px;
    }

    .nex-footer-cta h2 br {
        display: none;
    }

    .nex-brand-block > p {
        font-size: .9rem;
    }

    .nex-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .nex-footer-bottom > div {
        flex-wrap: wrap;
    }
}
