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

.cts-why {
    --cts-why-navy: #151d5d;
    --cts-why-blue: #2b63df;
    --cts-why-ink: #171d39;
    --cts-why-muted: #5b647d;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: clamp(78px, 8vw, 124px) clamp(18px, 5vw, 76px);
    background:
        radial-gradient(circle at 8% 15%, rgba(48,100,222,.08), transparent 28%),
        radial-gradient(circle at 92% 86%, rgba(65,126,237,.08), transparent 27%),
        linear-gradient(145deg, #ffffff, #f6f7fb 54%, #eef2f9);
    color: var(--cts-why-ink);
    font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cts-why::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .34;
    background-image: radial-gradient(rgba(28,52,132,.16) .8px, transparent .8px);
    background-size: 19px 19px;
    mask-image: linear-gradient(115deg, #000, transparent 34%, transparent 68%, #000);
}

.cts-why__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1320px);
    margin: 0 auto;
}

.cts-why__header {
    width: min(100%, 850px);
    margin: 0 auto clamp(44px, 5vw, 70px);
    text-align: center;
}

.cts-why__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 17px;
    color: var(--cts-why-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .23em;
    line-height: 1.4;
    text-transform: uppercase;
}

.cts-why__eyebrow::before,
.cts-why__eyebrow::after {
    content: "";
    width: 27px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--cts-why-blue));
}

.cts-why__eyebrow::after {
    background: linear-gradient(90deg, var(--cts-why-blue), transparent);
}

.cts-why__header h2 {
    margin: 0;
    color: var(--cts-why-navy);
    font-size: clamp(39px, 4.7vw, 68px);
    font-weight: 650;
    letter-spacing: -.052em;
    line-height: 1.03;
    text-wrap: balance;
}

.cts-why__header h2 span {
    font-weight: 850;
}

.cts-why__intro {
    margin: 20px auto 0;
    color: var(--cts-why-muted);
    font-size: 15px;
    line-height: 1.65;
}

.cts-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cts-why__card {
    position: relative;
    min-width: 0;
    min-height: 310px;
    overflow: hidden;
    padding: 33px 31px 31px;
    border: 1px solid rgba(27,52,132,.12);
    border-radius: 26px;
    background: rgba(255,255,255,.77);
    box-shadow: 0 20px 48px rgba(31,48,106,.08), inset 0 1px 0 rgba(255,255,255,.9);
    text-align: left;
    backdrop-filter: blur(13px);
    transition: transform .28s, box-shadow .28s, border-color .28s;
}

.cts-why__card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cts-why-navy), #397fe9, #7fb4ff);
    transform: scaleX(.32);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.22,1,.36,1);
}

.cts-why__card::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -75px;
    bottom: -85px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58,120,234,.11), transparent 70%);
}

.cts-why__card:hover {
    border-color: rgba(35,82,184,.23);
    box-shadow: 0 28px 64px rgba(31,48,106,.14), inset 0 1px 0 #fff;
    transform: translateY(-7px);
}

.cts-why__card:hover::before {
    transform: scaleX(1);
}

.cts-why__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    border: 1px solid rgba(52,103,219,.2);
    border-radius: 17px;
    background: linear-gradient(145deg, #edf3ff, #ffffff);
    box-shadow: 0 12px 28px rgba(38,78,167,.12);
}

.cts-why__icon::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 2px solid var(--cts-why-navy);
    border-radius: 50%;
}

.cts-why__icon i {
    position: relative;
    z-index: 1;
    width: 13px;
    height: 8px;
    margin-top: -3px;
    border-bottom: 3px solid var(--cts-why-blue);
    border-left: 3px solid var(--cts-why-blue);
    transform: rotate(-45deg);
}

.cts-why__index {
    position: absolute;
    top: 31px;
    right: 29px;
    color: rgba(22,35,100,.16);
    font-size: 26px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.cts-why__card h3 {
    margin: 0 0 14px;
    color: var(--cts-why-navy);
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.cts-why__card p {
    margin: 0;
    color: var(--cts-why-muted);
    font-size: 13.5px;
    line-height: 1.68;
}

.cts-why__closing {
    display: grid;
    grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 42px;
}

.cts-why__closing span {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(25,52,137,.23));
}

.cts-why__closing span:last-child {
    background: linear-gradient(90deg, rgba(25,52,137,.23), transparent);
}

.cts-why__closing p {
    max-width: 630px;
    margin: 0;
    color: var(--cts-why-navy);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.cts-why__route {
    position: absolute;
    z-index: 1;
    width: 660px;
    height: 660px;
    border: 3px dashed rgba(20,31,63,.14);
    border-radius: 50%;
    pointer-events: none;
}

.cts-why__route--top {
    top: -545px;
    right: -155px;
}

.cts-why__route--bottom {
    bottom: -570px;
    left: -185px;
}

.cts-why__plane-mark {
    position: absolute;
    z-index: 1;
    right: 7%;
    bottom: 13%;
    width: 13px;
    height: 13px;
    border: 3px solid rgba(32,74,181,.34);
    border-radius: 50%;
    box-shadow: 0 0 0 9px rgba(49,105,220,.07);
}

@media (max-width: 1020px) {
    .cts-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cts-why__card {
        min-height: 290px;
    }
}

@media (max-width: 650px) {
    .cts-why {
        padding: 70px 17px 76px;
    }

    .cts-why__header {
        margin-bottom: 39px;
    }

    .cts-why__eyebrow {
        font-size: 8.5px;
        letter-spacing: .18em;
    }

    .cts-why__header h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .cts-why__intro {
        font-size: 14px;
    }

    .cts-why__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
    }

    .cts-why__card {
        min-height: 0;
        padding: 25px 22px 26px;
        border-radius: 21px;
    }

    .cts-why__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 22px;
        border-radius: 15px;
    }

    .cts-why__index {
        top: 25px;
        right: 22px;
        font-size: 22px;
    }

    .cts-why__card h3 {
        font-size: 19px;
    }

    .cts-why__card p {
        font-size: 13px;
        line-height: 1.62;
    }

    .cts-why__closing {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 31px;
    }

    .cts-why__closing span {
        width: 80px;
        margin: 0 auto;
    }

    .cts-why__route {
        width: 400px;
        height: 400px;
    }

    .cts-why__route--top {
        top: -325px;
        right: -270px;
    }

    .cts-why__route--bottom {
        bottom: -340px;
        left: -285px;
    }
}

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