.vp-fintech-security {
    background:
        radial-gradient(circle at 50% 10%, rgba(124, 196, 255, 0.12), transparent 34%),
        radial-gradient(circle at 14% 78%, rgba(27, 198, 171, 0.08), transparent 30%),
        linear-gradient(180deg, #05070d 0%, #07111f 52%, #05070d 100%);
    border-top: 1px solid rgba(124, 196, 255, 0.08);
}

.vp-fintech-security__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    margin-bottom: 120px;
}

.vp-fintech-security__eyebrow {
    margin: 0;
}

.vp-fintech-security__title {
    max-width: 1040px;
    margin: 0;
}

.vp-fintech-security__text {
    max-width: 720px;
    margin: 0;
}

.vp-fintech-security__flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(124, 196, 255, 0.14);
}

.vp-fintech-security__flow::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 38%;
    height: 1px;
    background: linear-gradient(90deg, #7cc4ff, #1bc6ab, transparent);
    box-shadow: 0 0 28px rgba(124, 196, 255, 0.55);
}

.vp-fintech-security__item {
    position: relative;
    min-height: 560px;
    padding: 42px 30px 46px;
    border-right: 1px solid rgba(124, 196, 255, 0.12);
    overflow: hidden;
}

.vp-fintech-security__item:last-child {
    border-right: none;
}

.vp-fintech-security__item::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(124, 196, 255, 0.10), transparent 68%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.vp-fintech-security__item:hover::before {
    opacity: 1;
}

.vp-fintech-security__number {
    display: block;
    color: rgba(124, 196, 255, 0.26);
    font-size: clamp(54px, 5vw, 96px);
    line-height: 0.9;
    letter-spacing: -0.07em;
    font-weight: 800;
}

.vp-fintech-security__item-title {
    margin: 190px 0 0;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 58px);
    line-height: 0.92;
    letter-spacing: -0.07em;
    font-weight: 700;
}

.vp-fintech-security__item-text {
    max-width: 320px;
    margin: 26px 0 0;
    color: rgba(226, 241, 255, 0.66);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

@media (max-width: 1100px) {
    .vp-fintech-security__head {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 74px;
    }

    .vp-fintech-security__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vp-fintech-security__item:nth-child(2) {
        border-right: none;
    }

    .vp-fintech-security__item {
        min-height: 430px;
        border-bottom: 1px solid rgba(124, 196, 255, 0.12);
    }
}

@media (max-width: 720px) {
    .vp-fintech-security__flow {
        grid-template-columns: 1fr;
    }

    .vp-fintech-security__item,
    .vp-fintech-security__item:nth-child(2) {
        min-height: auto;
        padding: 34px 0 52px;
        border-right: none;
        border-bottom: 1px solid rgba(124, 196, 255, 0.12);
    }

    .vp-fintech-security__item-title {
        margin-top: 70px;
    }

    .vp-fintech-security__item-text {
        max-width: 100%;
    }
}

/* =========================================================
   SECURITY FLOW — ADVANCED VISUAL LAYER
========================================================= */

.vp-fintech-security {
    position: relative;
}

.vp-fintech-security::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px);

    background-size: 88px 88px;

    opacity: .42;

    mask-image:
        linear-gradient(to bottom, transparent, #000 16%, transparent 92%);
}

.vp-fintech-security__flow {
    overflow: hidden;
}

.vp-fintech-security__flow::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -30%;
    width: 28%;
    height: 1px;

    background:
        linear-gradient(90deg,
            transparent,
            rgba(124, 196, 255, .95),
            rgba(27, 198, 171, .9),
            transparent);

    box-shadow: 0 0 34px rgba(124, 196, 255, .65);

    animation: fintechSecurityLine 6s linear infinite;
}

.vp-fintech-security__item {
    transition:
        transform .65s cubic-bezier(.16, 1, .3, 1),
        border-color .65s ease,
        background .65s ease,
        opacity .65s ease,
        box-shadow .65s ease;
}

.vp-fintech-security__item::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 26px;
    height: 1px;

    background:
        linear-gradient(90deg,
            rgba(124, 196, 255, .55),
            rgba(27, 198, 171, .25),
            transparent);

    opacity: .26;
}

.vp-fintech-security__item.is-active {
    background:
        linear-gradient(180deg,
            rgba(124, 196, 255, .06),
            rgba(27, 198, 171, .03));

    border-color: rgba(124, 196, 255, .22);

    transform: translateY(-10px);

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .03),
        0 34px 90px rgba(0, 0, 0, .36),
        0 0 46px rgba(124, 196, 255, .10);
}

.vp-fintech-security__item.is-active::before {
    opacity: 1;
}

.vp-fintech-security__item.is-dimmed {
    opacity: .52;
}

.vp-fintech-security__item.is-active .vp-fintech-security__number {
    color: rgba(124, 196, 255, .92);
    text-shadow:
        0 0 34px rgba(124, 196, 255, .34);
}

.vp-fintech-security__item.is-active .vp-fintech-security__item-title {
    transform: translateX(8px);
}

.vp-fintech-security__item-title {
    transition:
        transform .65s cubic-bezier(.16, 1, .3, 1),
        color .65s ease;
}

@keyframes fintechSecurityLine {
    0% {
        left: -30%;
    }

    100% {
        left: 120%;
    }
}

@media (max-width: 720px) {

    .vp-fintech-security__item.is-active,
    .vp-fintech-security__item.is-dimmed {
        transform: none;
    }

    .vp-fintech-security__item.is-active .vp-fintech-security__item-title {
        transform: none;
    }
}

.vp-fintech-security__item.is-pulse {
    animation: fintechSecurityPulse .7s ease;
}

@keyframes fintechSecurityPulse {

    0% {
        transform: translateY(-10px) scale(1);
    }

    45% {
        transform: translateY(-12px) scale(1.02);
    }

    100% {
        transform: translateY(-10px) scale(1);
    }
}

.vp-fintech-security::before {
    content: "";
    position: absolute;
    inset: -20%;
    pointer-events: none;
    opacity: 0;
    z-index: 0;

    background:
        radial-gradient(circle at center,
            rgba(124, 196, 255, .18),
            transparent 62%);

    filter: blur(90px);

    transition:
        opacity .9s ease,
        background .9s ease;
}

.vp-fintech-security.is-security-pulse::before {
    opacity: 1;
}