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

.cts-about {
    --cts-about-navy: #111c59;
    --cts-about-blue: #173fca;
    --cts-about-cobalt: #2367ec;
    --cts-about-ink: #10162c;
    --cts-about-muted: #4f5972;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: clamp(74px, 8vw, 126px) clamp(20px, 5vw, 76px);
    background:
        radial-gradient(circle at 82% 12%, rgba(39, 104, 239, .10), transparent 27%),
        radial-gradient(circle at 10% 92%, rgba(31, 61, 186, .07), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f8f9fd 48%, #f2f5fc 100%);
    color: var(--cts-about-ink);
    font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cts-about__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(54px, 7vw, 112px);
    width: min(100%, 1320px);
    margin: 0 auto;
}

.cts-about__copy,
.cts-about__visual {
    min-width: 0;
    max-width: 100%;
}

.cts-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 22px;
    color: var(--cts-about-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .32em;
    line-height: 1.4;
    text-transform: uppercase;
}

.cts-about__eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cts-about-blue), #55a4ff);
}

.cts-about__title {
    max-width: 640px;
    margin: 0 0 28px;
    color: var(--cts-about-navy);
    font-size: clamp(34px, 3.15vw, 56px);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.cts-about__title span {
    color: var(--cts-about-cobalt);
}

.cts-about__text {
    max-width: 640px;
    color: var(--cts-about-muted);
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.72;
}

.cts-about__text p {
    margin: 0 0 14px;
}

.cts-about__text p:last-child {
    margin-bottom: 0;
}

.cts-about__text strong {
    color: var(--cts-about-ink);
    font-weight: 750;
}

.cts-about__principles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.cts-about__principles span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid rgba(25, 61, 177, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 25px rgba(20, 42, 112, .06);
    color: var(--cts-about-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cts-about__principles span::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--cts-about-cobalt);
    box-shadow: 0 0 0 4px rgba(35, 103, 236, .11);
}

.cts-about__visual {
    position: relative;
    margin: 0;
    padding: 14px 14px 0;
}

.cts-about__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -24px 9% 58px -24px;
    border-radius: 38px;
    background: linear-gradient(135deg, rgba(22, 66, 207, .14), rgba(91, 157, 255, .03));
    transform: rotate(-2.2deg);
}

.cts-about__image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: clamp(24px, 2.1vw, 34px);
    background: #1262e8;
    box-shadow: 0 34px 80px rgba(19, 48, 137, .20), 0 10px 28px rgba(14, 32, 88, .12);
}

.cts-about__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), transparent 28%, transparent 70%, rgba(4, 27, 97, .13));
}

.cts-about__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.cts-about__caption {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100% - 58px);
    max-width: 480px;
    min-height: 72px;
    margin: -36px auto 0;
    padding: 17px 22px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 18px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 18px 45px rgba(18, 38, 101, .14);
    color: var(--cts-about-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    backdrop-filter: blur(13px);
}

.cts-about__caption-mark {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border: 2px solid white;
    border-radius: 50%;
    background: var(--cts-about-cobalt);
    box-shadow: 0 0 0 5px rgba(35, 103, 236, .12);
}

.cts-about__route {
    position: absolute;
    z-index: 1;
    width: 580px;
    height: 580px;
    border: 3px dashed rgba(24, 40, 91, .13);
    border-radius: 50%;
    pointer-events: none;
}

.cts-about__route::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid rgba(24, 61, 184, .62);
    border-radius: 50%;
    background: #f7f9fd;
    box-shadow: 0 0 0 8px rgba(29, 82, 214, .08);
}

.cts-about__route--top {
    top: -435px;
    right: -138px;
}

.cts-about__route--top::after {
    bottom: 45px;
    left: 72px;
}

.cts-about__route--bottom {
    bottom: -455px;
    left: -184px;
}

.cts-about__route--bottom::after {
    top: 47px;
    right: 80px;
}

@media (max-width: 980px) {
    .cts-about__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .cts-about__copy {
        width: min(100%, 720px);
    }

    .cts-about__visual {
        width: min(100%, 720px);
        margin-inline: auto;
    }
}

@media (max-width: 600px) {
    .cts-about {
        padding: 64px 18px 72px;
    }

    .cts-about__eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
        letter-spacing: .25em;
    }

    .cts-about__title {
        margin-bottom: 24px;
        font-size: clamp(31px, 9.5vw, 42px);
        line-height: 1.1;
    }

    .cts-about__text {
        font-size: 15.5px;
        line-height: 1.68;
    }

    .cts-about__principles {
        gap: 8px;
        margin-top: 25px;
    }

    .cts-about__principles span {
        min-height: 34px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .cts-about__visual {
        width: 100%;
        padding: 7px 2px 0;
    }

    .cts-about__visual::before {
        inset: -13px 9% 44px -9px;
        border-radius: 26px;
    }

    .cts-about__image-wrap {
        border-radius: 23px;
        box-shadow: 0 24px 50px rgba(19, 48, 137, .19);
    }

    .cts-about__caption {
        width: calc(100% - 28px);
        min-height: 64px;
        margin-top: -24px;
        padding: 14px 17px;
        font-size: 11.5px;
    }

    .cts-about__route {
        width: 360px;
        height: 360px;
    }

    .cts-about__route--top {
        top: -290px;
        right: -210px;
    }

    .cts-about__route--bottom {
        bottom: -305px;
        left: -245px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cts-about *,
    .cts-about *::before,
    .cts-about *::after {
        scroll-behavior: auto !important;
    }
}
