/* =========================================================
   VERRALINQ — COMPANY PAGE
   Header + Company Hero
========================================================= */

/* =========================================================
   PAGE-SPECIFIC STYLES
========================================================= */

/* =========================================================
   COMPANY HERO — PREMIUM DARK VERSION
   Aligned with Institutions / Pricing / API pages
========================================================= */

.vlq-company-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 82% 14%, rgba(59, 130, 246, 0.22) 0%, transparent 34%), radial-gradient(circle at 10% 82%, rgba(8, 155, 83, 0.09) 0%, transparent 28%), linear-gradient(135deg, #020617 0%, #071225 48%, #0B162B 100%);
}

.vlq-company-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent 94%);
    opacity: 0.58;
}

.vlq-company-hero__ambient {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(28px);
}

.vlq-company-hero__ambient--blue {
    top: -190px;
    right: -160px;
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.24), transparent 70%);
}

.vlq-company-hero__ambient--green {
    left: -190px;
    bottom: -250px;
    width: 590px;
    height: 590px;
    background: radial-gradient(circle, rgba(8, 155, 83, 0.14), transparent 70%);
}

.vlq-company-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 84px 24px 68px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(540px, 640px);
    align-items: center;
    gap: 64px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.vlq-company-hero__content {
    min-width: 0;
}

.vlq-company-hero__badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(147, 197, 253, 0.24);
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 38px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(-10px);
    animation: vlqCompanyBadgeReveal 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

    .vlq-company-hero__badge svg {
        width: 16px;
        height: 16px;
        color: #60A5FA;
        flex-shrink: 0;
    }

.vlq-company-hero__title {
    max-width: 790px;
    margin: 28px 0 0;
    color: #FFFFFF;
    font-size: clamp(46px, 4.9vw, 68px);
    font-weight: 820;
    line-height: 1.055;
    letter-spacing: -0.058em;
    opacity: 0;
    transform: translateY(24px);
    animation: vlqCompanyTitleReveal 960ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
}

    .vlq-company-hero__title span {
        display: block;
        margin-top: 7px;
        color: #60A5FA;
        text-shadow: 0 0 34px rgba(96, 165, 250, 0.16);
    }

.vlq-company-hero__subtitle {
    max-width: 730px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    font-weight: 420;
    line-height: 1.66;
    letter-spacing: -0.012em;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanySubtitleReveal 860ms cubic-bezier(0.22, 1, 0.36, 1) 390ms forwards;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.vlq-company-hero__actions {
    margin-top: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyActionsReveal 860ms cubic-bezier(0.22, 1, 0.36, 1) 560ms forwards;
}

.vlq-company-hero__button {
    min-height: 52px;
    padding: 0 24px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 680;
    line-height: 1;
    letter-spacing: -0.015em;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), border-color 240ms ease, box-shadow 300ms ease, background 260ms ease, color 240ms ease;
}

    .vlq-company-hero__button:hover {
        transform: translateY(-2px);
    }

    .vlq-company-hero__button:active {
        transform: translateY(0);
    }

.vlq-company-hero__button--primary {
    border: 1px solid rgba(1, 71, 209, 0.96);
    background: linear-gradient( 180deg, #1765F2 0%, #0954E4 42%, #0147D1 100% );
    color: #FFFFFF;
    box-shadow: 0 18px 34px rgba(1, 71, 209, 0.30), 0 3px 8px rgba(1, 71, 209, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

    .vlq-company-hero__button--primary::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 48%;
        height: 100%;
        z-index: -1;
        background: linear-gradient( 90deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100% );
        transform: skewX(-22deg);
        transition: left 760ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-company-hero__button--primary:hover {
        background: linear-gradient( 180deg, #2873FF 0%, #0C59EC 44%, #003FB9 100% );
        box-shadow: 0 24px 44px rgba(1, 71, 209, 0.38), 0 4px 12px rgba(1, 71, 209, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }

        .vlq-company-hero__button--primary:hover::before {
            left: 130%;
        }

.vlq-company-hero__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.07);
    color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.18);
}

    .vlq-company-hero__button--secondary:hover {
        border-color: rgba(147, 197, 253, 0.40);
        background: rgba(255, 255, 255, 0.10);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 34px rgba(0, 0, 0, 0.22);
    }


/* =========================================================
   FOCUS CHIPS
========================================================= */

.vlq-company-hero__focus {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 22px;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqCompanyFocusReveal 840ms cubic-bezier(0.22, 1, 0.36, 1) 740ms forwards;
}

.vlq-company-hero-focus {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 540;
    line-height: 1.2;
    letter-spacing: -0.006em;
}

    .vlq-company-hero-focus span {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #089B53;
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.12), 0 0 18px rgba(8, 155, 83, 0.24);
    }


/* =========================================================
   RIGHT VISUAL
========================================================= */

.vlq-company-hero__visual {
    min-width: 0;
    position: relative;
    opacity: 0;
    transform: translateX(26px) translateY(10px);
    animation: vlqCompanyVisualReveal 1100ms cubic-bezier(0.22, 1, 0.36, 1) 360ms forwards;
}

.vlq-company-thesis {
    width: 100%;
    min-height: 592px;
    position: relative;
    overflow: visible;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.08) 100% );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.34), 0 8px 24px rgba(1, 71, 209, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}


/* =========================================================
   THESIS HEADER
========================================================= */

.vlq-company-thesis__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .vlq-company-thesis__header p {
        margin: 0 0 8px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 10px;
        font-weight: 780;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .vlq-company-thesis__header h2 {
        margin: 0;
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 780;
        line-height: 1.18;
        letter-spacing: -0.042em;
    }

    .vlq-company-thesis__header > span {
        min-height: 32px;
        padding: 0 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid rgba(147, 197, 253, 0.22);
        background: rgba(59, 130, 246, 0.14);
        color: #BFDBFE;
        font-size: 10px;
        font-weight: 780;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        white-space: nowrap;
    }


/* =========================================================
   CORE THESIS BLOCK
========================================================= */

.vlq-company-thesis__core {
    min-height: 186px;
    margin-top: 18px;
    padding: 22px;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: radial-gradient(circle at 82% 18%, rgba(96, 165, 250, 0.12), transparent 34%), rgba(2, 6, 23, 0.56);
}

.vlq-company-thesis__seal {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    color: #93C5FD;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(147, 197, 253, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.22);
}

    .vlq-company-thesis__seal svg {
        width: 58px;
        height: 58px;
    }

.vlq-company-thesis__statement strong {
    display: block;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 740;
    line-height: 1.32;
    letter-spacing: -0.036em;
}


/* =========================================================
   THESIS LAYERS
========================================================= */

.vlq-company-thesis__layers {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vlq-company-thesis-layer {
    min-height: 88px;
    padding: 16px 17px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(2, 6, 23, 0.46);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, background-color 260ms ease;
}

    .vlq-company-thesis-layer:hover {
        transform: translateY(-2px);
        border-color: rgba(147, 197, 253, 0.26);
        background: rgba(2, 6, 23, 0.58);
    }

.vlq-company-thesis-layer__index {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(147, 197, 253, 0.20);
    background: rgba(59, 130, 246, 0.12);
    color: #BFDBFE;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

.vlq-company-thesis-layer__body strong {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 740;
    line-height: 1.28;
    letter-spacing: -0.014em;
}

.vlq-company-thesis-layer__body p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12.7px;
    font-weight: 430;
    line-height: 1.46;
    letter-spacing: -0.004em;
}


/* =========================================================
   FLOATING BADGE
========================================================= */

.vlq-company-thesis__badge {
    width: 328px;
    min-height: 82px;
    padding: 16px 18px;
    position: absolute;
    right: -30px;
    bottom: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #DDE5EE;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.13), 0 4px 12px rgba(1, 71, 209, 0.06);
    animation: vlqCompanyFloatingBadge 5.8s ease-in-out infinite;
}

.vlq-company-thesis__badge-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #0147D1;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.16);
}

    .vlq-company-thesis__badge-icon svg {
        width: 22px;
        height: 22px;
    }

.vlq-company-thesis__badge strong {
    display: block;
    color: #071633;
    font-size: 13px;
    font-weight: 740;
    line-height: 1.25;
    letter-spacing: -0.014em;
}

.vlq-company-thesis__badge span {
    display: block;
    margin-top: 5px;
    color: #596882;
    font-size: 11.5px;
    font-weight: 430;
    line-height: 1.35;
    letter-spacing: -0.004em;
}


/* =========================================================
   BOTTOM STRIP
========================================================= */

.vlq-company-hero__strip {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyStripReveal 920ms cubic-bezier(0.22, 1, 0.36, 1) 860ms forwards;
}

.vlq-company-hero__strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 24px 28px;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 28px;
}

.vlq-company-strip-item {
    min-width: 0;
}

    .vlq-company-strip-item span {
        display: block;
        margin-bottom: 8px;
        color: #60A5FA;
        font-size: 12px;
        font-weight: 760;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .vlq-company-strip-item strong {
        display: block;
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 720;
        line-height: 1.2;
        letter-spacing: -0.026em;
    }

    .vlq-company-strip-item p {
        margin: 7px 0 0;
        max-width: 340px;
        color: rgba(255, 255, 255, 0.68);
        font-size: 13px;
        font-weight: 450;
        line-height: 1.5;
        letter-spacing: -0.006em;
    }

.vlq-company-strip-divider {
    width: 1px;
    height: 56px;
    background: linear-gradient( 180deg, transparent 0%, rgba(255, 255, 255, 0.24) 50%, transparent 100% );
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes vlqCompanyBadgeReveal {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyTitleReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanySubtitleReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyActionsReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyFocusReveal {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyVisualReveal {
    from {
        opacity: 0;
        transform: translateX(26px) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes vlqCompanyFloatingBadge {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes vlqCompanyStripReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
    .vlq-company-hero__inner {
        grid-template-columns: 1fr;
        gap: 54px;
        padding-top: 74px;
    }

    .vlq-company-hero__content {
        max-width: 920px;
    }

    .vlq-company-hero__visual {
        max-width: 740px;
    }
}

@media (max-width: 860px) {
    .vlq-company-hero__inner {
        padding: 62px 20px 56px;
    }

    .vlq-company-hero__title {
        font-size: clamp(40px, 8vw, 56px);
    }

    .vlq-company-hero__subtitle {
        font-size: 16px;
    }

    .vlq-company-thesis {
        min-height: auto;
    }

    .vlq-company-thesis__header {
        flex-direction: column;
    }

    .vlq-company-thesis__core {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vlq-company-thesis__badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }

    .vlq-company-hero__strip-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .vlq-company-strip-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient( 90deg, transparent 0%, rgba(255, 255, 255, 0.20) 50%, transparent 100% );
    }
}

@media (max-width: 620px) {
    .vlq-company-hero__inner {
        padding: 52px 18px 48px;
    }

    .vlq-company-hero__badge {
        align-items: flex-start;
        line-height: 1.35;
    }

    .vlq-company-hero__title {
        margin-top: 24px;
        font-size: 38px;
        letter-spacing: -0.048em;
    }

    .vlq-company-hero__subtitle {
        margin-top: 20px;
        font-size: 15.5px;
        line-height: 1.62;
    }

    .vlq-company-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vlq-company-hero__button {
        width: 100%;
    }

    .vlq-company-thesis {
        padding: 20px;
    }

    .vlq-company-thesis__header h2 {
        font-size: 23px;
    }

    .vlq-company-thesis__core {
        padding: 19px;
    }

    .vlq-company-thesis__seal {
        width: 78px;
        height: 78px;
    }

        .vlq-company-thesis__seal svg {
            width: 50px;
            height: 50px;
        }

    .vlq-company-thesis__statement strong {
        font-size: 21px;
    }

    .vlq-company-thesis-layer {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: flex-start;
    }

    .vlq-company-hero__strip-inner {
        padding: 24px 18px 26px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .vlq-company-hero *,
    .vlq-company-hero *::before,
    .vlq-company-hero *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
/* =========================================================
   MISSING HEADER ANIMATIONS — REQUIRED FOR NAV TO APPEAR
========================================================= */

@keyframes headerDrop {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes brandReveal {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes navReveal {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes navItemIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes actionsReveal {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* =========================================================
   SECTION 2 — COMPANY ORIGIN
   Why VerraLinQ Exists
========================================================= */

.vlq-company-origin {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(1, 71, 209, 0.045), transparent 28%), radial-gradient(circle at 88% 82%, rgba(8, 155, 83, 0.035), transparent 24%), #F8FAFC;
    border-top: 1px solid #E8EDF5;
    font-family: inherit;
}

.vlq-company-origin__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 92px 24px 96px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 570px);
    align-items: start;
    gap: 68px;
}


/* =========================================================
   LEFT: ORIGIN STORY
========================================================= */

.vlq-company-origin__content {
    min-width: 0;
    padding-top: 12px;
}

.vlq-company-origin__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 35px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 71, 209, 0.16);
    background: rgba(255, 255, 255, 0.96);
    color: #0147D1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 22px rgba(15, 23, 42, 0.045);
    opacity: 0;
    transform: translateY(-10px);
    animation: vlqCompanyOriginEyebrowIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

    .vlq-company-origin__eyebrow span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #089B53;
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.10);
    }

    .vlq-company-origin__eyebrow strong {
        font-size: 11px;
        font-weight: 760;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

.vlq-company-origin__title {
    max-width: 760px;
    margin: 28px 0 0;
    color: #071633;
    font-size: clamp(38px, 4.25vw, 56px);
    font-weight: 820;
    line-height: 1.07;
    letter-spacing: -0.055em;
    opacity: 0;
    transform: translateY(22px);
    animation: vlqCompanyOriginTitleIn 940ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

    .vlq-company-origin__title span {
        display: block;
        margin-top: 5px;
        color: #0147D1;
    }

.vlq-company-origin__lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: #42526C;
    font-size: 17px;
    font-weight: 430;
    line-height: 1.72;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyOriginLeadIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 340ms forwards;
}

.vlq-company-origin__support {
    max-width: 760px;
    margin: 18px 0 0;
    color: #596882;
    font-size: 16px;
    font-weight: 430;
    line-height: 1.7;
    letter-spacing: -0.008em;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyOriginSupportIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 480ms forwards;
}


/* =========================================================
   ORIGIN STATEMENT
========================================================= */

.vlq-company-origin__statement {
    max-width: 790px;
    min-height: 122px;
    margin-top: 34px;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border-radius: 18px;
    border: 1px solid rgba(1, 71, 209, 0.22);
    background: linear-gradient( 135deg, rgba(238, 244, 255, 0.88) 0%, rgba(255, 255, 255, 1) 74% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 18px 42px rgba(1, 71, 209, 0.08);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyOriginStatementIn 880ms cubic-bezier(0.22, 1, 0.36, 1) 620ms forwards;
}

    .vlq-company-origin__statement::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -100px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.075), transparent 72%);
        pointer-events: none;
    }

.vlq-company-origin__statement-mark {
    width: 58px;
    height: 58px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #0147D1;
    background: #FFFFFF;
    border: 1px solid rgba(1, 71, 209, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 12px 24px rgba(1, 71, 209, 0.10);
}

    .vlq-company-origin__statement-mark svg {
        width: 30px;
        height: 30px;
    }

.vlq-company-origin__statement p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #071633;
    font-size: 18px;
    font-weight: 690;
    line-height: 1.48;
    letter-spacing: -0.024em;
}


/* =========================================================
   RIGHT: TRUST GAP TIMELINE
========================================================= */

.vlq-company-origin__timeline {
    min-width: 0;
    opacity: 0;
    transform: translateX(22px) translateY(12px);
    animation: vlqCompanyOriginTimelineIn 980ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}

.vlq-company-origin-timeline {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 28px 28px 26px;
    border-radius: 24px;
    border: 1px solid #DDE5EE;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 255, 1) 100% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 22px 52px rgba(15, 23, 42, 0.09);
}

    .vlq-company-origin-timeline::before {
        content: "";
        position: absolute;
        top: -130px;
        right: -110px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.065), transparent 72%);
        pointer-events: none;
    }


/* =========================================================
   TIMELINE HEADER
========================================================= */

.vlq-company-origin-timeline__header {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E7EDF5;
}

    .vlq-company-origin-timeline__header p {
        margin: 0 0 9px;
        color: #60708C;
        font-size: 10px;
        font-weight: 780;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .vlq-company-origin-timeline__header h3 {
        margin: 0;
        color: #071633;
        font-size: 28px;
        font-weight: 780;
        line-height: 1.18;
        letter-spacing: -0.043em;
    }


/* =========================================================
   TIMELINE STEPS
========================================================= */

.vlq-company-origin-timeline__steps {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vlq-company-origin-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: stretch;
    gap: 16px;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqCompanyOriginStepIn 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    .vlq-company-origin-step:nth-child(1) {
        animation-delay: 380ms;
    }

    .vlq-company-origin-step:nth-child(2) {
        animation-delay: 480ms;
    }

    .vlq-company-origin-step:nth-child(3) {
        animation-delay: 580ms;
    }

    .vlq-company-origin-step:nth-child(4) {
        animation-delay: 680ms;
    }


/* =========================================================
   STEP RAIL
========================================================= */

.vlq-company-origin-step__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vlq-company-origin-step__number {
    width: 58px;
    height: 58px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(1, 71, 209, 0.18);
    background: #EEF4FF;
    color: #0147D1;
    font-size: 12px;
    font-weight: 820;
    line-height: 1;
    letter-spacing: 0.08em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 12px 24px rgba(1, 71, 209, 0.09);
}

.vlq-company-origin-step__rail i {
    width: 2px;
    flex: 1;
    min-height: 52px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(1, 71, 209, 0.22) 0%, rgba(1, 71, 209, 0.09) 58%, rgba(1, 71, 209, 0.02) 100% );
}

    .vlq-company-origin-step__rail i::after {
        content: "";
        position: absolute;
        top: -44px;
        left: 0;
        width: 2px;
        height: 44px;
        border-radius: 999px;
        background: linear-gradient( 180deg, transparent 0%, rgba(96, 165, 250, 0.24) 18%, rgba(1, 71, 209, 0.88) 60%, transparent 100% );
        animation: vlqCompanyOriginFlow 4.8s ease-in-out infinite;
    }

.vlq-company-origin-step:nth-child(1) .vlq-company-origin-step__rail i::after {
    animation-delay: 0.6s;
}

.vlq-company-origin-step:nth-child(2) .vlq-company-origin-step__rail i::after {
    animation-delay: 1.4s;
}

.vlq-company-origin-step:nth-child(3) .vlq-company-origin-step__rail i::after {
    animation-delay: 2.2s;
}


/* =========================================================
   STEP BODY
========================================================= */

.vlq-company-origin-step__body {
    min-height: 146px;
    position: relative;
    overflow: hidden;
    padding: 20px 20px 19px;
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.025), 0 10px 24px rgba(15, 23, 42, 0.045);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 360ms ease;
}

    .vlq-company-origin-step__body::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -78px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.04), transparent 72%);
        pointer-events: none;
    }

.vlq-company-origin-step:hover .vlq-company-origin-step__body {
    transform: translateY(-3px);
    border-color: #CBD7E8;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 18px 38px rgba(15, 23, 42, 0.085);
}

.vlq-company-origin-step__label {
    position: relative;
    z-index: 1;
    width: fit-content;
    min-height: 28px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(1, 71, 209, 0.14);
    background: #EEF4FF;
}

    .vlq-company-origin-step__label span {
        color: #0147D1;
        font-size: 10px;
        font-weight: 780;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.vlq-company-origin-step__body h4 {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: #071633;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.028em;
}

.vlq-company-origin-step__body p {
    position: relative;
    z-index: 1;
    margin: 9px 0 0;
    color: #596882;
    font-size: 13.5px;
    font-weight: 430;
    line-height: 1.58;
    letter-spacing: -0.004em;
}


/* =========================================================
   HIGHLIGHTED FINAL STEP
========================================================= */

.vlq-company-origin-step--highlight .vlq-company-origin-step__number {
    background: linear-gradient( 180deg, #1765F2 0%, #0954E4 42%, #0147D1 100% );
    border-color: rgba(1, 71, 209, 0.96);
    color: #FFFFFF;
    box-shadow: 0 16px 30px rgba(1, 71, 209, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.vlq-company-origin-step--highlight .vlq-company-origin-step__body {
    border-color: rgba(1, 71, 209, 0.26);
    background: linear-gradient( 135deg, rgba(238, 244, 255, 0.96) 0%, rgba(255, 255, 255, 1) 72% );
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 18px 40px rgba(1, 71, 209, 0.09);
}

.vlq-company-origin-step--highlight .vlq-company-origin-step__label {
    border-color: rgba(8, 155, 83, 0.18);
    background: rgba(239, 250, 245, 1);
}

    .vlq-company-origin-step--highlight .vlq-company-origin-step__label span {
        color: #089B53;
    }


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes vlqCompanyOriginEyebrowIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginTitleIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginLeadIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginSupportIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginStatementIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginTimelineIn {
    from {
        opacity: 0;
        transform: translateX(22px) translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes vlqCompanyOriginStepIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyOriginFlow {
    0% {
        top: -44px;
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    72% {
        opacity: 1;
    }

    100% {
        top: calc(100% + 44px);
        opacity: 0;
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1120px) {
    .vlq-company-origin__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .vlq-company-origin__content {
        max-width: 920px;
    }

    .vlq-company-origin__timeline {
        max-width: 760px;
    }
}

@media (max-width: 820px) {
    .vlq-company-origin__inner {
        padding: 74px 20px 78px;
    }

    .vlq-company-origin__title {
        font-size: clamp(34px, 7vw, 46px);
    }

    .vlq-company-origin__lead {
        font-size: 16px;
    }

    .vlq-company-origin__support {
        font-size: 15.5px;
    }

    .vlq-company-origin__statement p {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .vlq-company-origin__inner {
        padding: 62px 18px 66px;
    }

    .vlq-company-origin__title {
        margin-top: 24px;
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .vlq-company-origin__lead {
        margin-top: 20px;
        font-size: 15.5px;
        line-height: 1.66;
    }

    .vlq-company-origin__support {
        font-size: 15px;
        line-height: 1.62;
    }

    .vlq-company-origin__statement {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }

        .vlq-company-origin__statement p {
            font-size: 16px;
            line-height: 1.52;
        }

    .vlq-company-origin-timeline {
        padding: 22px 20px 20px;
    }

    .vlq-company-origin-timeline__header h3 {
        font-size: 24px;
    }

    .vlq-company-origin-step {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vlq-company-origin-step__rail {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px;
    }

        .vlq-company-origin-step__rail i {
            width: 100%;
            height: 2px;
            min-height: 2px;
            margin-top: 28px;
            background: linear-gradient( 90deg, rgba(1, 71, 209, 0.22) 0%, rgba(1, 71, 209, 0.09) 58%, rgba(1, 71, 209, 0.02) 100% );
        }

            .vlq-company-origin-step__rail i::after {
                top: 0;
                left: -44px;
                width: 44px;
                height: 2px;
                background: linear-gradient( 90deg, transparent 0%, rgba(96, 165, 250, 0.24) 18%, rgba(1, 71, 209, 0.88) 60%, transparent 100% );
                animation-name: vlqCompanyOriginFlowHorizontal;
            }

    .vlq-company-origin-step__body {
        min-height: auto;
        padding: 18px;
    }
}


/* =========================================================
   MOBILE FLOW ANIMATION
========================================================= */

@keyframes vlqCompanyOriginFlowHorizontal {
    0% {
        left: -44px;
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    72% {
        opacity: 1;
    }

    100% {
        left: calc(100% + 44px);
        opacity: 0;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .vlq-company-origin *,
    .vlq-company-origin *::before,
    .vlq-company-origin *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
/* =========================================================
   SECTION 3 — COMPANY NETWORK
   What We’re Building
========================================================= */

.vlq-company-network {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 88% 16%, rgba(1, 71, 209, 0.055), transparent 28%), radial-gradient(circle at 10% 86%, rgba(8, 155, 83, 0.038), transparent 24%), #FFFFFF;
    border-top: 1px solid #E8EDF5;
    font-family: inherit;
}

.vlq-company-network__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 92px 24px 96px;
    position: relative;
    z-index: 1;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.vlq-company-network__header {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqCompanyNetworkHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

.vlq-company-network__eyebrow {
    width: fit-content;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 35px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 71, 209, 0.16);
    background: rgba(255, 255, 255, 0.96);
    color: #0147D1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 22px rgba(15, 23, 42, 0.045);
}

    .vlq-company-network__eyebrow span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #089B53;
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.10);
    }

    .vlq-company-network__eyebrow strong {
        font-size: 11px;
        font-weight: 760;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

.vlq-company-network__title {
    margin: 0;
    color: #071633;
    font-size: clamp(38px, 4.35vw, 58px);
    font-weight: 820;
    line-height: 1.075;
    letter-spacing: -0.056em;
    text-wrap: balance;
}

    .vlq-company-network__title span {
        display: block;
        margin-top: 6px;
        color: #0147D1;
    }

.vlq-company-network__subtitle {
    max-width: 900px;
    margin: 21px auto 0;
    color: #596882;
    font-size: 16.5px;
    font-weight: 430;
    line-height: 1.68;
    letter-spacing: -0.009em;
}


/* =========================================================
   MAIN STAGE
========================================================= */

.vlq-company-network__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 600px);
    align-items: start;
    gap: 34px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.vlq-company-network__content {
    min-width: 0;
}


/* =========================================================
   STATEMENT CARD
========================================================= */

.vlq-company-network__statement {
    min-height: 214px;
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-radius: 22px;
    background: linear-gradient( 135deg, rgba(238, 244, 255, 0.92) 0%, rgba(255, 255, 255, 1) 68% );
    border: 1px solid rgba(1, 71, 209, 0.24);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 20px 44px rgba(1, 71, 209, 0.09);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyNetworkStatementIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

    .vlq-company-network__statement::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 310px;
        height: 310px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.08), transparent 72%);
        pointer-events: none;
    }

    .vlq-company-network__statement::after {
        content: "";
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.74) 50%, transparent 100% );
    }

.vlq-company-network__statement-mark {
    width: 82px;
    height: 82px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #0147D1;
    background: #FFFFFF;
    border: 1px solid rgba(1, 71, 209, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 16px 32px rgba(1, 71, 209, 0.12);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 340ms ease;
}

    .vlq-company-network__statement-mark svg {
        width: 44px;
        height: 44px;
        transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

.vlq-company-network__statement:hover .vlq-company-network__statement-mark {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(1, 71, 209, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 20px 38px rgba(1, 71, 209, 0.17);
}

    .vlq-company-network__statement:hover .vlq-company-network__statement-mark svg {
        transform: scale(1.06);
    }

.vlq-company-network__statement-copy {
    position: relative;
    z-index: 1;
}

    .vlq-company-network__statement-copy h3 {
        margin: 0;
        color: #071633;
        font-size: 25px;
        font-weight: 780;
        line-height: 1.24;
        letter-spacing: -0.042em;
    }

    .vlq-company-network__statement-copy p {
        max-width: 760px;
        margin: 14px 0 0;
        color: #596882;
        font-size: 14.8px;
        font-weight: 430;
        line-height: 1.68;
        letter-spacing: -0.006em;
    }


/* =========================================================
   FOUR BUILDING BLOCKS
========================================================= */

.vlq-company-network__pillars {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vlq-company-network-pillar {
    min-height: 190px;
    position: relative;
    overflow: hidden;
    padding: 22px 22px 20px;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 12px 28px rgba(15, 23, 42, 0.052);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqCompanyNetworkPillarIn 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 360ms ease;
}

    .vlq-company-network-pillar:nth-child(1) {
        animation-delay: 280ms;
    }

    .vlq-company-network-pillar:nth-child(2) {
        animation-delay: 360ms;
    }

    .vlq-company-network-pillar:nth-child(3) {
        animation-delay: 440ms;
    }

    .vlq-company-network-pillar:nth-child(4) {
        animation-delay: 520ms;
    }

    .vlq-company-network-pillar::before {
        content: "";
        position: absolute;
        top: -84px;
        right: -88px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.045), transparent 72%);
        pointer-events: none;
    }

    .vlq-company-network-pillar:hover {
        transform: translateY(-5px);
        border-color: #C8D5E7;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 20px 42px rgba(15, 23, 42, 0.09);
    }

    .vlq-company-network-pillar span {
        width: 46px;
        height: 46px;
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        border: 1px solid rgba(1, 71, 209, 0.16);
        background: #EEF4FF;
        color: #0147D1;
        font-size: 11px;
        font-weight: 820;
        line-height: 1;
        letter-spacing: 0.08em;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 10px 20px rgba(1, 71, 209, 0.08);
    }

    .vlq-company-network-pillar h4 {
        position: relative;
        z-index: 1;
        margin: 18px 0 0;
        color: #071633;
        font-size: 18px;
        font-weight: 760;
        line-height: 1.3;
        letter-spacing: -0.028em;
    }

    .vlq-company-network-pillar p {
        position: relative;
        z-index: 1;
        margin: 10px 0 0;
        color: #596882;
        font-size: 13.8px;
        font-weight: 430;
        line-height: 1.6;
        letter-spacing: -0.004em;
    }


/* =========================================================
   RIGHT ECOSYSTEM MAP
========================================================= */

.vlq-company-network__map {
    min-width: 0;
    opacity: 0;
    transform: translateX(22px) translateY(12px);
    animation: vlqCompanyNetworkMapIn 980ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}

.vlq-company-network-map {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 28px 28px 26px;
    border-radius: 24px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 255, 1) 100% );
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 22px 54px rgba(15, 23, 42, 0.09);
}

    .vlq-company-network-map::before {
        content: "";
        position: absolute;
        top: -130px;
        right: -120px;
        width: 330px;
        height: 330px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.07), transparent 72%);
        pointer-events: none;
    }


/* =========================================================
   MAP HEADER
========================================================= */

.vlq-company-network-map__header {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E7EDF5;
}

    .vlq-company-network-map__header p {
        margin: 0 0 9px;
        color: #60708C;
        font-size: 10px;
        font-weight: 780;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .vlq-company-network-map__header h3 {
        margin: 0;
        color: #071633;
        font-size: 28px;
        font-weight: 780;
        line-height: 1.18;
        letter-spacing: -0.043em;
    }


/* =========================================================
   MAP CANVAS
========================================================= */

.vlq-company-network-map__canvas {
    position: relative;
    z-index: 1;
    min-height: 560px;
}


/* =========================================================
   CORE TRUST LAYER
========================================================= */

.vlq-company-network-map__core {
    width: 220px;
    min-height: 220px;
    position: absolute;
    top: 170px;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(1, 71, 209, 0.32);
    background: radial-gradient(circle at 74% 20%, rgba(96, 165, 250, 0.18), transparent 35%), linear-gradient( 180deg, #071225 0%, #0B162B 100% );
    box-shadow: 0 28px 62px rgba(2, 6, 23, 0.22), 0 0 0 10px rgba(1, 71, 209, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    animation: vlqCompanyNetworkCoreFloat 6.6s ease-in-out infinite;
}

.vlq-company-network-map__core-mark {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #93C5FD;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(147, 197, 253, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 30px rgba(0, 0, 0, 0.22);
}

    .vlq-company-network-map__core-mark svg {
        width: 44px;
        height: 44px;
    }

.vlq-company-network-map__core span {
    display: block;
    margin-top: 18px;
    color: rgba(191, 219, 254, 0.90);
    font-size: 10px;
    font-weight: 820;
    line-height: 1;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.vlq-company-network-map__core strong {
    display: block;
    margin-top: 9px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 770;
    line-height: 1.12;
    letter-spacing: -0.036em;
}


/* =========================================================
   NETWORK NODES
========================================================= */

.vlq-company-network-node {
    width: 198px;
    min-height: 118px;
    position: absolute;
    z-index: 3;
    padding: 18px 17px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 14px 30px rgba(15, 23, 42, 0.065);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 360ms ease;
}

    .vlq-company-network-node:hover {
        transform: translateY(-4px);
        border-color: #C8D5E7;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 20px 42px rgba(15, 23, 42, 0.10);
    }

.vlq-company-network-node__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.16);
    color: #0147D1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 10px 20px rgba(1, 71, 209, 0.08);
}

    .vlq-company-network-node__icon svg {
        width: 27px;
        height: 27px;
    }

.vlq-company-network-node strong {
    color: #071633;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.018em;
}

.vlq-company-network-node span {
    margin-top: 5px;
    color: #596882;
    font-size: 12.5px;
    font-weight: 430;
    line-height: 1.45;
    letter-spacing: -0.004em;
}


/* Positions */

.vlq-company-network-node--issuer {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.vlq-company-network-node--credential {
    top: 218px;
    left: 0;
}

.vlq-company-network-node--holder {
    top: 218px;
    right: 0;
}

.vlq-company-network-node--verifier {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


/* Prevent hover from overwriting translateX positioning */

.vlq-company-network-node--issuer:hover {
    transform: translateX(-50%) translateY(-4px);
}

.vlq-company-network-node--verifier:hover {
    transform: translateX(-50%) translateY(-4px);
}


/* =========================================================
   CONNECTING LINES
========================================================= */

.vlq-company-network-map__line {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    background: linear-gradient( 90deg, rgba(1, 71, 209, 0.06) 0%, rgba(1, 71, 209, 0.30) 50%, rgba(1, 71, 209, 0.06) 100% );
}

    .vlq-company-network-map__line::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(96, 165, 250, 0.18) 18%, rgba(1, 71, 209, 0.95) 54%, transparent 100% );
        opacity: 0;
    }

/* Top */
.vlq-company-network-map__line--top {
    top: 118px;
    left: 50%;
    width: 2px;
    height: 68px;
    transform: translateX(-50%);
    background: linear-gradient( 180deg, rgba(1, 71, 209, 0.06) 0%, rgba(1, 71, 209, 0.30) 50%, rgba(1, 71, 209, 0.06) 100% );
}

    .vlq-company-network-map__line--top::after {
        top: -42px;
        left: 0;
        width: 2px;
        height: 42px;
        background: linear-gradient( 180deg, transparent 0%, rgba(96, 165, 250, 0.18) 18%, rgba(1, 71, 209, 0.95) 54%, transparent 100% );
        animation: vlqCompanyNetworkFlowVertical 4.6s ease-in-out 0.6s infinite;
    }

/* Bottom */
.vlq-company-network-map__line--bottom {
    bottom: 118px;
    left: 50%;
    width: 2px;
    height: 68px;
    transform: translateX(-50%);
    background: linear-gradient( 180deg, rgba(1, 71, 209, 0.06) 0%, rgba(1, 71, 209, 0.30) 50%, rgba(1, 71, 209, 0.06) 100% );
}

    .vlq-company-network-map__line--bottom::after {
        top: -42px;
        left: 0;
        width: 2px;
        height: 42px;
        background: linear-gradient( 180deg, transparent 0%, rgba(96, 165, 250, 0.18) 18%, rgba(1, 71, 209, 0.95) 54%, transparent 100% );
        animation: vlqCompanyNetworkFlowVertical 4.6s ease-in-out 2.1s infinite;
    }

/* Left */
.vlq-company-network-map__line--left {
    top: 278px;
    left: 192px;
    width: 100px;
    height: 2px;
}

    .vlq-company-network-map__line--left::after {
        top: 0;
        left: -50px;
        width: 50px;
        height: 2px;
        animation: vlqCompanyNetworkFlowHorizontal 4.6s ease-in-out 1.1s infinite;
    }

/* Right */
.vlq-company-network-map__line--right {
    top: 278px;
    right: 192px;
    width: 100px;
    height: 2px;
}

    .vlq-company-network-map__line--right::after {
        top: 0;
        left: -50px;
        width: 50px;
        height: 2px;
        animation: vlqCompanyNetworkFlowHorizontal 4.6s ease-in-out 2.7s infinite;
    }


/* =========================================================
   MAP FOOTER
========================================================= */

.vlq-company-network-map__footer {
    min-height: 76px;
    margin-top: 22px;
    padding: 17px 18px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid rgba(8, 155, 83, 0.20);
    background: linear-gradient( 135deg, rgba(239, 250, 245, 1) 0%, rgba(255, 255, 255, 1) 78% );
    color: #315066;
    font-size: 13.5px;
    font-weight: 560;
    line-height: 1.54;
    letter-spacing: -0.006em;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.022), 0 10px 22px rgba(8, 155, 83, 0.07);
}

    .vlq-company-network-map__footer span {
        width: 8px;
        height: 8px;
        flex-shrink: 0;
        border-radius: 50%;
        background: #089B53;
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.10);
    }


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes vlqCompanyNetworkHeaderIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyNetworkStatementIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyNetworkPillarIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlqCompanyNetworkMapIn {
    from {
        opacity: 0;
        transform: translateX(22px) translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes vlqCompanyNetworkCoreFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-6px);
    }
}

@keyframes vlqCompanyNetworkFlowVertical {
    0% {
        top: -42px;
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    72% {
        opacity: 1;
    }

    100% {
        top: calc(100% + 42px);
        opacity: 0;
    }
}

@keyframes vlqCompanyNetworkFlowHorizontal {
    0% {
        left: -50px;
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    72% {
        opacity: 1;
    }

    100% {
        left: calc(100% + 50px);
        opacity: 0;
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1160px) {
    .vlq-company-network__stage {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vlq-company-network__content {
        max-width: 980px;
    }

    .vlq-company-network__map {
        max-width: 760px;
    }
}

@media (max-width: 860px) {
    .vlq-company-network__inner {
        padding: 74px 20px 78px;
    }

    .vlq-company-network__header {
        margin-bottom: 44px;
    }

    .vlq-company-network__title {
        font-size: clamp(34px, 7vw, 46px);
    }

    .vlq-company-network__subtitle {
        font-size: 15.8px;
    }

    .vlq-company-network__statement {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 25px 24px;
    }

    .vlq-company-network__pillars {
        grid-template-columns: 1fr;
    }

    .vlq-company-network-map__canvas {
        min-height: 760px;
    }

    .vlq-company-network-map__core {
        top: 270px;
    }

    .vlq-company-network-node--issuer {
        top: 0;
    }

    .vlq-company-network-node--credential {
        top: 198px;
        left: 0;
    }

    .vlq-company-network-node--holder {
        top: 198px;
        right: 0;
    }

    .vlq-company-network-node--verifier {
        bottom: 0;
    }

    .vlq-company-network-map__line--top {
        top: 118px;
        height: 160px;
    }

    .vlq-company-network-map__line--bottom {
        bottom: 118px;
        height: 168px;
    }

    .vlq-company-network-map__line--left {
        top: 336px;
        left: 194px;
        width: 80px;
    }

    .vlq-company-network-map__line--right {
        top: 336px;
        right: 194px;
        width: 80px;
    }
}

@media (max-width: 680px) {
    .vlq-company-network__inner {
        padding: 62px 18px 66px;
    }

    .vlq-company-network__title {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .vlq-company-network__subtitle {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.62;
    }

    .vlq-company-network__statement-copy h3 {
        font-size: 22px;
    }

    .vlq-company-network__statement-copy p {
        font-size: 14px;
    }

    .vlq-company-network-pillar {
        min-height: auto;
        padding: 20px;
    }

    .vlq-company-network-map {
        padding: 22px 20px 20px;
    }

    .vlq-company-network-map__header h3 {
        font-size: 24px;
    }

    .vlq-company-network-map__canvas {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .vlq-company-network-map__core,
    .vlq-company-network-node {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        width: 100%;
    }

    .vlq-company-network-map__core {
        min-height: 220px;
        border-radius: 24px;
        order: 3;
        animation: none;
    }

    .vlq-company-network-node--issuer {
        order: 1;
    }

    .vlq-company-network-node--credential {
        order: 2;
    }

    .vlq-company-network-node--holder {
        order: 4;
    }

    .vlq-company-network-node--verifier {
        order: 5;
    }

        .vlq-company-network-node--issuer:hover,
        .vlq-company-network-node--verifier:hover {
            transform: translateY(-4px);
        }

    .vlq-company-network-map__line {
        display: none;
    }

    .vlq-company-network-map__footer {
        align-items: flex-start;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .vlq-company-network *,
    .vlq-company-network *::before,
    .vlq-company-network *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
