.vf-hero-platform-wrapper-b71c9d {
    background-color: #FFFFFF;
    padding: 88px 24px 80px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.vf-hero-platform-container-b71c9d {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.vf-hero-platform-content-b71c9d {
    max-width: 620px;
    width: 100%;
    box-sizing: border-box;
}

.vf-hero-platform-eyebrow-b71c9d {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2647FF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.vf-hero-platform-eyebrow-dot-b71c9d {
    width: 8px;
    height: 8px;
    background-color: #4358FF;
    border-radius: 999px;
    display: inline-block;
}

.vf-hero-platform-title-b71c9d {
    color: #07122F;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.07em;
    margin: 0 0 24px 0;
}

.vf-hero-platform-highlight-b71c9d {
    display: inline;
}

.vf-hero-platform-subtitle-b71c9d {
    color: #53607F;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 580px;
    margin: 0 0 34px 0;
}

.vf-hero-platform-actions-b71c9d {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.vf-hero-platform-btn-primary-b71c9d {
    background: linear-gradient(135deg, #5265FF 0%, #2636D9 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 999px;
    padding: 18px 34px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 18px 38px rgba(82, 101, 255, 0.24);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
    box-sizing: border-box;
}

.vf-hero-platform-btn-primary-b71c9d:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(82, 101, 255, 0.32);
}

.vf-hero-platform-btn-primary-b71c9d svg {
    transition: transform 0.28s ease;
}

.vf-hero-platform-btn-primary-b71c9d:hover svg {
    transform: translateX(3px);
}

.vf-hero-platform-btn-secondary-b71c9d {
    background: #FFFFFF;
    color: #07122F;
    border: 1px solid #4358FF;
    border-radius: 999px;
    padding: 18px 34px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
    box-sizing: border-box;
}

.vf-hero-platform-btn-secondary-b71c9d:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #5265FF 0%, #2636D9 100%);
    color: #FFFFFF;
    border-color: transparent;
}

.vf-hero-platform-visual-b71c9d {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.vf-hero-platform-image-b71c9d {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.vf-hero-platform-glow-b71c9d {
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    filter: blur(48px);
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .vf-hero-platform-container-b71c9d {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .vf-hero-platform-content-b71c9d {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vf-hero-platform-eyebrow-b71c9d {
        justify-content: center;
    }

    .vf-hero-platform-title-b71c9d {
        font-size: clamp(42px, 7vw, 62px);
    }

    .vf-hero-platform-subtitle-b71c9d {
        margin: 0 auto 34px;
    }

    .vf-hero-platform-actions-b71c9d {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .vf-hero-platform-wrapper-b71c9d {
        padding: 58px 18px 50px;
    }

    .vf-hero-platform-title-b71c9d {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.04;
    }

    .vf-hero-platform-subtitle-b71c9d {
        font-size: 16px;
    }

    .vf-hero-platform-actions-b71c9d {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .vf-hero-platform-btn-primary-b71c9d,
    .vf-hero-platform-btn-secondary-b71c9d {
        width: 100%;
        justify-content: center;
    }

    .vf-hero-platform-image-b71c9d {
        max-width: 100%;
    }

    .vf-hero-platform-glow-b71c9d {
        width: 320px;
        height: 320px;
    }
}
