.cts-site-footer,
.cts-site-footer * {
    box-sizing: border-box;
}

.cts-site-footer {
    --cts-footer-navy: #151956;
    --cts-footer-blue: #2d62df;
    --cts-footer-green: #48c968;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0 clamp(19px, 5vw, 76px);
    background:
        radial-gradient(circle at 85% 24%, rgba(67,90,220,.24), transparent 27%),
        radial-gradient(circle at 9% 92%, rgba(43,85,208,.17), transparent 25%),
        linear-gradient(145deg, #191d61 0%, #11164d 55%, #0b1040 100%);
    color: #fff;
    font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cts-site-footer::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .24;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.cts-site-footer__cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: clamp(34px, 4vw, 52px) clamp(25px, 4vw, 56px);
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    border-left: 1px solid rgba(255,255,255,.18);
    border-radius: 0 0 30px 30px;
    background: linear-gradient(115deg, rgba(50,57,169,.82), rgba(37,92,220,.72));
    box-shadow: 0 26px 60px rgba(4,8,45,.25), inset 0 1px 0 rgba(255,255,255,.14);
    backdrop-filter: blur(12px);
}

.cts-site-footer__cta-copy {
    min-width: 0;
}

.cts-site-footer__cta-copy > span {
    display: block;
    margin-bottom: 10px;
    color: #b9ccff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.cts-site-footer__cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 44px);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.cts-site-footer__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-width: 260px;
    min-height: 57px;
    padding: 11px 12px 11px 19px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: linear-gradient(135deg, #44be62, var(--cts-footer-green));
    box-shadow: 0 17px 36px rgba(13,110,49,.25);
    color: #fff !important;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s, box-shadow .2s, filter .2s;
}

.cts-site-footer__cta-button b {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(255,255,255,.17);
    font-size: 16px;
    transition: transform .2s;
}

.cts-site-footer__cta-button:hover {
    box-shadow: 0 22px 45px rgba(13,110,49,.34);
    filter: brightness(1.06);
    transform: translateY(-3px);
}

.cts-site-footer__cta-button:hover b {
    transform: translateX(3px);
}

.cts-site-footer__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, .55fr) minmax(280px, .85fr);
    gap: clamp(45px, 7vw, 110px);
    width: min(100%, 1230px);
    margin: 0 auto;
    padding: clamp(70px, 8vw, 105px) 0 clamp(52px, 6vw, 78px);
}

.cts-site-footer__brand,
.cts-site-footer__nav,
.cts-site-footer__social {
    min-width: 0;
}

.cts-site-footer__brand > a {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none !important;
}

.cts-site-footer__brand img {
    display: block;
    width: min(100%, 260px);
    max-width: 260px;
    max-height: 92px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.cts-site-footer__brand a b {
    font-size: 61px;
    font-weight: 900;
    letter-spacing: -.07em;
    line-height: .8;
}

.cts-site-footer__brand a small {
    margin: 8px 0 0 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
}

.cts-site-footer__brand > p {
    max-width: 455px;
    margin: 27px 0 14px;
    color: rgba(255,255,255,.69);
    font-size: 14px;
    line-height: 1.7;
}

.cts-site-footer__brand > span {
    color: #a9c2ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
}

.cts-site-footer__main h3 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cts-site-footer__nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.cts-site-footer__nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.68) !important;
    font-size: 11px;
    font-weight: 650;
    text-decoration: none !important;
    transition: color .2s, padding-left .2s;
}

.cts-site-footer__nav a i {
    color: #8cafef;
    font-style: normal;
}

.cts-site-footer__nav a:hover {
    padding-left: 5px;
    color: #fff !important;
}

.cts-site-footer__social > p {
    margin: -7px 0 20px;
    color: rgba(255,255,255,.61);
    font-size: 12px;
    line-height: 1.6;
}

.cts-site-footer__instagram {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 13px;
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    background: rgba(255,255,255,.06);
    color: #fff !important;
    text-decoration: none !important;
    transition: background .2s, border-color .2s, transform .2s;
}

.cts-site-footer__instagram:hover {
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.1);
    transform: translateY(-3px);
}

.cts-site-footer__instagram > i {
    position: relative;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 13px;
}

.cts-site-footer__instagram > i::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.cts-site-footer__instagram > i::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}

.cts-site-footer__instagram span {
    min-width: 0;
    font-size: 12px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.cts-site-footer__instagram span small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.53);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cts-site-footer__instagram > b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255,255,255,.09);
    font-size: 13px;
}

.cts-site-footer__bottom {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    width: min(100%, 1230px);
    min-height: 69px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.44);
    font-size: 9px;
    line-height: 1.5;
}

.cts-site-footer__bottom > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.cts-site-footer__bottom > div:last-child {
    justify-self: end;
}

.cts-site-footer__bottom > div i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cts-footer-green);
    box-shadow: 0 0 0 4px rgba(72,201,104,.11);
}

.cts-site-footer__developer {
    justify-self: center;
}

.cts-site-footer__developer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.78) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .015em;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    transition: transform .2s, color .2s, border-color .2s, background .2s;
}

.cts-site-footer__developer strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.cts-site-footer__developer b {
    margin-left: 3px;
    color: #a9c1ff;
    font-size: 12px;
}

.cts-site-footer__developer a:hover {
    transform: translateY(-2px);
    border-color: rgba(169,193,255,.42);
    background: rgba(255,255,255,.12);
    color: #fff !important;
}

.cts-site-footer__glow {
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -70px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(53,79,204,.2);
    filter: blur(90px);
    pointer-events: none;
}

.cts-site-footer__route {
    position: absolute;
    z-index: -1;
    right: -280px;
    bottom: -400px;
    width: 620px;
    height: 620px;
    border: 2px dashed rgba(128,155,255,.13);
    border-radius: 50%;
    pointer-events: none;
}

@media (max-width: 920px) {
    .cts-site-footer__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .cts-site-footer__main {
        grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
    }

    .cts-site-footer__social {
        grid-column: 1 / -1;
        width: min(100%, 480px);
    }
}

@media (max-width: 600px) {
    .cts-site-footer {
        padding-inline: 15px;
    }

    .cts-site-footer__cta {
        gap: 28px;
        padding: 30px 21px;
        border-radius: 0 0 23px 23px;
    }

    .cts-site-footer__cta h2 {
        font-size: 28px;
    }

    .cts-site-footer__cta-button {
        width: 100%;
        min-width: 0;
    }

    .cts-site-footer__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
        padding: 65px 5px 50px;
    }

    .cts-site-footer__social {
        grid-column: auto;
        width: 100%;
    }

    .cts-site-footer__brand img {
        width: 215px;
    }

    .cts-site-footer__bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        padding: 22px 5px;
    }

    .cts-site-footer__developer {
        order: 3;
        align-self: stretch;
        justify-content: center;
        width: 100%;
        padding-top: 7px;
    }

    .cts-site-footer__developer a {
        width: 100%;
        max-width: 290px;
        padding-block: 11px;
        font-size: 12px;
    }

    .cts-site-footer__developer strong {
        font-size: 13px;
    }

    .cts-site-footer__bottom > div:last-child {
        justify-self: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cts-site-footer,
    .cts-site-footer * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
