/* ====================.vlq-steps__connector {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    margin: 0 auto !important;
    flex: 0 0 52px !important;
}=====================================
           VERRALINQ HEADER — FULL CSS REPLACEMENT
           Vanilla CSS3 only
        ========================================================= */

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

/* =========================================================
                   HOW VERRALINQ WORKS — PREMIUM ANIMATED VERSION
                   Keeps your existing structure and sizing
                ========================================================= */
.vlq-step-card__vq-logo {
    width: 58px;
    height: auto;
    display: block;
    object-fit: contain;
    transform: translateY(1px);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

/* Keep the same premium hover feel */
.vlq-step-card:hover .vlq-step-card__vq-logo {
    transform: translateY(-1px) scale(1.07);
    filter: drop-shadow(0 5px 10px rgba(15, 23, 42, 0.14));
}

.vlq-works {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.045), transparent 28%), radial-gradient(circle at 84% 22%, rgba(8, 155, 83, 0.035), transparent 24%), #F8FAFC;
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vlq-works__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 24px 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 58px;
}

/* =========================================================
                   LEFT PROCESS SIDE
                ========================================================= */

.vlq-works__process {
    width: 59%;
    min-width: 0;
    padding-top: 18px;
}

.vlq-works__title {
    margin: 0 0 38px;
    color: #071633;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.038em;
    opacity: 0;
    transform: translateY(14px);
    animation: vlqWorksTitleIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

.vlq-steps {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* =========================================================
                   PROCESS STEP CARDS
                ========================================================= */

.vlq-step-card {
    width: 178px;
    flex: 0 0 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqStepRise 800ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    .vlq-step-card:nth-of-type(1) {
        animation-delay: 180ms;
    }

    .vlq-step-card:nth-of-type(2) {
        animation-delay: 520ms;
    }

    .vlq-step-card:nth-of-type(3) {
        animation-delay: 860ms;
    }

.vlq-step-card__icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vlq-step-card__icon {
    width: 92px;
    height: 92px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #E2E8F0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease, background-color 320ms ease;
}

    /* Soft halo behind each icon */
    .vlq-step-card__icon::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        opacity: 0;
        pointer-events: none;
        transition: opacity 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-step-card__icon svg {
        width: 52px;
        height: 52px;
        position: relative;
        z-index: 1;
        transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
    }

.vlq-step-card__icon--blue {
    color: #2563EB;
}

    .vlq-step-card__icon--blue::before {
        background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 70%);
    }

.vlq-step-card__icon--logo {
    color: #12326D;
}

    .vlq-step-card__icon--logo::before {
        background: radial-gradient(circle, rgba(18, 50, 109, 0.14), transparent 70%);
    }

.vlq-step-card__icon--green {
    color: #089B53;
}

    .vlq-step-card__icon--green::before {
        background: radial-gradient(circle, rgba(8, 155, 83, 0.16), transparent 70%);
    }

/* Icon hover */
.vlq-step-card:hover .vlq-step-card__icon {
    transform: translateY(-6px);
    background: #FFFFFF;
    border-color: #D6E1F0;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.10), 0 4px 12px rgba(15, 23, 42, 0.05);
}

    .vlq-step-card:hover .vlq-step-card__icon::before {
        opacity: 1;
        transform: scale(1.18);
    }

    .vlq-step-card:hover .vlq-step-card__icon svg {
        transform: scale(1.07);
        filter: drop-shadow(0 5px 10px rgba(15, 23, 42, 0.12));
    }

/* Number badge */
.vlq-step-card__number {
    width: 34px;
    height: 34px;
    margin-top: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0D56DC;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(13, 86, 220, 0.20);
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease, background-color 320ms ease;
}

    .vlq-step-card__number::before {
        content: "";
        position: absolute;
        inset: -5px;
        border-radius: 50%;
        border: 1px solid rgba(13, 86, 220, 0.18);
        opacity: 0;
        transform: scale(0.82);
        transition: opacity 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    }

.vlq-step-card:hover .vlq-step-card__number {
    transform: translateY(1px) scale(1.06);
    box-shadow: 0 12px 24px rgba(13, 86, 220, 0.30);
}

    .vlq-step-card:hover .vlq-step-card__number::before {
        opacity: 1;
        transform: scale(1);
    }

/* Gentle automatic sequential number emphasis */
.vlq-step-card:nth-of-type(1) .vlq-step-card__number {
    animation: vlqBadgePulse 4.8s ease-in-out 1.4s infinite;
}

.vlq-step-card:nth-of-type(2) .vlq-step-card__number {
    animation: vlqBadgePulse 4.8s ease-in-out 2.2s infinite;
}

.vlq-step-card:nth-of-type(3) .vlq-step-card__number {
    animation: vlqBadgePulse 4.8s ease-in-out 3s infinite;
}

.vlq-step-card__content {
    margin-top: 18px;
    max-width: 178px;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-step-card:hover .vlq-step-card__content {
    transform: translateY(-2px);
}

.vlq-step-card__content h3 {
    margin: 0 0 10px;
    color: #071633;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.28;
    letter-spacing: -0.018em;
    transition: color 260ms ease;
}

.vlq-step-card:hover .vlq-step-card__content h3 {
    color: #0147D1;
}

.vlq-step-card__content p {
    margin: 0;
    color: #596882;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.002em;
}

/* =========================================================
                   FLOW CONNECTORS
                ========================================================= */

.vlq-steps__connector {
    flex: 1;
    min-width: 36px;
    height: 2px;
    margin: 46px 8px 0;
    position: relative;
    overflow: hidden;
    background-image: repeating-linear-gradient( 90deg, #9AB7EA 0 8px, transparent 8px 14px );
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    animation: vlqConnectorDraw 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    .vlq-steps__connector:nth-child(2) {
        animation-delay: 380ms;
    }

    .vlq-steps__connector:nth-child(4) {
        animation-delay: 720ms;
    }

    /* Moving blue sweep that shows process direction */
    .vlq-steps__connector::after {
        content: "";
        position: absolute;
        top: 0;
        left: -44px;
        width: 44px;
        height: 2px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.18) 20%, rgba(1, 71, 209, 0.92) 52%, transparent 100% );
        animation: vlqConnectorFlow 3.4s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    }

    .vlq-steps__connector:nth-child(2)::after {
        animation-delay: 1.2s;
    }

    .vlq-steps__connector:nth-child(4)::after {
        animation-delay: 2.1s;
    }

/* =========================================================
                   CTA LINK
                ========================================================= */

.vlq-works__link {
    margin-top: 57px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    color: #0D56DC;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.012em;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    animation: vlqLinkIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 1.02s forwards;
    transition: color 220ms ease, transform 220ms ease;
}

    .vlq-works__link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: calc(100% - 28px);
        height: 1px;
        background: rgba(13, 86, 220, 0.36);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-works__link svg {
        width: 18px;
        height: 18px;
        transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-works__link:hover {
        color: #0147D1;
        transform: translateY(-1px);
    }

        .vlq-works__link:hover::after {
            transform: scaleX(1);
        }

        .vlq-works__link:hover svg {
            transform: translateX(4px);
        }

/* =========================================================
                   RIGHT CARD SIDE
                ========================================================= */

.vlq-works__preview {
    width: 41%;
    display: flex;
    justify-content: flex-end;
}

.vlq-record-card {
    width: 100%;
    max-width: 465px;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 10px 28px rgba(15, 23, 42, 0.06);
    opacity: 0;
    transform: translateX(18px) translateY(10px);
    animation: vlqCardIn 900ms cubic-bezier(0.22, 1, 0.36, 1) 320ms forwards;
    transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 480ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease;
}

    /* Subtle top shine */
    .vlq-record-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -35%;
        width: 36%;
        height: 100%;
        background: linear-gradient( 110deg, transparent 0%, rgba(255, 255, 255, 0.44) 50%, transparent 100% );
        opacity: 0;
        pointer-events: none;
        transition: left 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
    }

    .vlq-record-card:hover {
        transform: translateY(-4px);
        border-color: #CBD7E8;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 20px 42px rgba(15, 23, 42, 0.11);
    }

        .vlq-record-card:hover::before {
            left: 112%;
            opacity: 1;
        }

/* =========================================================
                   CARD HEADER
                ========================================================= */

.vlq-record-card__header {
    min-height: 74px !important;
    padding: 18px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    background: #FFFFFF !important;
}

.vlq-record-card__verified {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
}

.vlq-record-card__active {
    margin: 0 !important;
    flex-shrink: 0;
}

.vlq-record-card__verified svg {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0;
    color: #0E9F57 !important;
    fill: #0E9F57 !important;
}

.vlq-record-card__active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 1px 13px 0;
    border-radius: 7px;
    background: #D9F7E6;
    color: #078B42;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), background-color 260ms ease, box-shadow 320ms ease;
}

.vlq-record-card:hover .vlq-record-card__active {
    transform: translateY(-1px);
    background: #CFF3DF;
    box-shadow: 0 8px 18px rgba(8, 155, 83, 0.12);
}

/* =========================================================
                   CARD BODY
                ========================================================= */

.vlq-record-card__body {
    padding: 18px 28px 18px;
}

.vlq-record-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 21px;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-record-card:hover .vlq-record-profile {
    transform: translateY(-1px);
}

.vlq-record-profile__avatar {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EEF2F7;
    color: #20355B;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), background-color 320ms ease, box-shadow 380ms ease;
}

.vlq-record-card:hover .vlq-record-profile__avatar {
    transform: scale(1.04);
    background: #EAF0F8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.vlq-record-profile__identity {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .vlq-record-profile__identity strong {
        color: #071633;
        font-size: 16px;
        font-weight: 650;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .vlq-record-profile__identity span {
        color: #31456C;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }

/* Meta Rows */
.vlq-record-meta {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.vlq-record-meta__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
    transition: transform 260ms ease, color 260ms ease;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(1) {
    transition-delay: 20ms;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(2) {
    transition-delay: 40ms;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(3) {
    transition-delay: 60ms;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(4) {
    transition-delay: 80ms;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(5) {
    transition-delay: 100ms;
}

.vlq-record-card:hover .vlq-record-meta__row:nth-child(6) {
    transition-delay: 120ms;
}

.vlq-record-card:hover .vlq-record-meta__row {
    transform: translateX(1px);
}

.vlq-record-meta__row dt {
    color: #52617D;
    font-size: 13px;
    font-weight: 450;
    line-height: 1.4;
    letter-spacing: -0.004em;
}

.vlq-record-meta__row dd {
    margin: 0;
    color: #071633;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: -0.012em;
    text-align: right;
}

/* Confirmed Status */
.vlq-record-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.vlq-record-status__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #089B53;
    box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.12);
    animation: vlqConfirmedPulse 2.8s ease-in-out infinite;
}

.vlq-record-status strong {
    font-weight: 700;
}

/* =========================================================
                   DOWNLOAD BUTTON
                ========================================================= */

.vlq-record-download {
    width: 100%;
    height: 47px;
    margin-top: 21px;
    padding: 0 18px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1.5px solid #2B63E3;
    border-radius: 6px;
    background: #FFFFFF;
    color: #1655D8;
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.014em;
    cursor: pointer;
    transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

    .vlq-record-download::before {
        content: "";
        position: absolute;
        top: 0;
        left: -70%;
        width: 45%;
        height: 100%;
        background: linear-gradient( 90deg, transparent 0%, rgba(37, 99, 235, 0.12) 50%, transparent 100% );
        transform: skewX(-22deg);
        transition: left 760ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-record-download svg {
        width: 19px;
        height: 19px;
        flex-shrink: 0;
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-record-download:hover {
        background: #F1F6FF;
        border-color: #1E53D5;
        color: #0147D1;
        transform: translateY(-2px);
        box-shadow: 0 12px 22px rgba(37, 99, 235, 0.12);
    }

        .vlq-record-download:hover::before {
            left: 126%;
        }

        .vlq-record-download:hover svg {
            transform: translateY(1px);
        }

    .vlq-record-download:active {
        transform: translateY(0);
    }

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

@keyframes vlqWorksTitleIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

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

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

@keyframes vlqConnectorDraw {
    from {
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        opacity: 0.95;
        transform: scaleX(1);
    }
}

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

    12% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

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

@keyframes vlqBadgePulse {
    0%, 72%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 18px rgba(13, 86, 220, 0.20);
    }

    82% {
        transform: scale(1.08);
        box-shadow: 0 12px 26px rgba(13, 86, 220, 0.34);
    }
}

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

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

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

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

@keyframes vlqShieldSettle {
    0%, 80%, 100% {
        transform: scale(1);
    }

    88% {
        transform: scale(1.055);
    }
}

@keyframes vlqConfirmedPulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.12);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(8, 155, 83, 0.07);
    }
}

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

@media (max-width: 1120px) {
    .vlq-works__inner {
        gap: 40px;
    }

    .vlq-works__process {
        width: 55%;
    }

    .vlq-works__preview {
        width: 45%;
    }

    .vlq-step-card {
        width: 140px;
        flex-basis: 140px;
    }

    .vlq-step-card__content {
        max-width: 142px;
    }

    .vlq-steps__connector {
        min-width: 34px;
    }
}

@media (max-width: 980px) {
    .vlq-works__inner {
        padding: 54px 24px;
        flex-direction: column;
        gap: 44px;
    }

    .vlq-works__process,
    .vlq-works__preview {
        width: 100%;
    }

    .vlq-works__preview {
        justify-content: flex-start;
    }

    .vlq-record-card {
        max-width: 540px;
    }
}

@media (max-width: 740px) {
    .vlq-works__inner {
        padding: 48px 20px;
    }

    .vlq-works__title {
        font-size: 25px;
        margin-bottom: 34px;
    }

    .vlq-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .vlq-step-card {
        width: 100%;
        flex-basis: auto;
        flex-direction: row;
        align-items: center;
        gap: 18px;
        text-align: left;
    }

    .vlq-step-card__icon-wrap {
        flex-shrink: 0;
    }

    .vlq-step-card__content {
        max-width: none;
        margin-top: 0;
    }

    .vlq-steps__connector {
        width: 2px;
        height: 30px;
        min-width: 0;
        margin: -4px 0 -4px 45px;
        background-image: repeating-linear-gradient( 180deg, #9AB7EA 0 8px, transparent 8px 14px );
    }

        .vlq-steps__connector::after {
            top: -44px;
            left: 0;
            width: 2px;
            height: 44px;
            background: linear-gradient( 180deg, transparent 0%, rgba(1, 71, 209, 0.18) 20%, rgba(1, 71, 209, 0.92) 52%, transparent 100% );
            animation-name: vlqConnectorFlowVertical;
        }

    .vlq-works__link {
        margin-top: 34px;
        line-height: 1.35;
    }
}

@media (max-width: 560px) {
    .vlq-record-card__header {
        min-height: auto;
        padding: 16px 18px;
        align-items: flex-start;
        flex-direction: column;
    }

    .vlq-record-card__body {
        padding: 18px;
    }

    .vlq-record-profile {
        align-items: flex-start;
    }

    .vlq-record-meta__row {
        grid-template-columns: 1fr;
        gap: 3px;
    }

        .vlq-record-meta__row dd {
            text-align: left;
        }

    .vlq-record-status {
        justify-content: flex-start;
    }
}

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

    12% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

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

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

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

/* =========================================================
           NEXT-LEVEL GUIDED PROCESS FLOW
           Premium animated signal connectors + synchronized step pulses
        ========================================================= */

/* ---------- Connector Track ---------- */

.vlq-steps__connector {
    flex: 1;
    min-width: 36px;
    height: 16px;
    margin: 39px 10px 0;
    position: relative;
    overflow: visible;
    border-top: none;
    opacity: 1;
    transform: none;
    animation: none;
    /*
              Soft dotted premium rail.
              Much more refined than a plain dashed border.
            */
    background-image: radial-gradient(circle, rgba(128, 166, 232, 0.92) 0 1.55px, transparent 1.7px);
    background-size: 14px 3px;
    background-repeat: repeat-x;
    background-position: center center;
}

    /* Traveling illuminated energy trail */
    .vlq-steps__connector::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -92px;
        width: 92px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(59, 130, 246, 0.08) 12%, rgba(37, 99, 235, 0.42) 36%, rgba(1, 71, 209, 0.96) 60%, rgba(96, 165, 250, 0.55) 78%, transparent 100% );
        transform: translateY(-50%);
        filter: blur(0.15px);
        opacity: 0;
        pointer-events: none;
    }

    /* Traveling luminous node */
    .vlq-steps__connector::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -14px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: radial-gradient( circle, #FFFFFF 0 28%, #93C5FD 30%, #2563EB 72%, #0147D1 100% );
        transform: translateY(-50%);
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10), 0 0 18px rgba(37, 99, 235, 0.65), 0 0 34px rgba(1, 71, 209, 0.30);
        opacity: 0;
        pointer-events: none;
    }

    /* Connector 1 animation */
    .vlq-steps__connector:nth-child(2)::before {
        animation: vlqConnectorTrailOne 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }

    .vlq-steps__connector:nth-child(2)::after {
        animation: vlqConnectorOrbOne 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }

    /* Connector 2 animation */
    .vlq-steps__connector:nth-child(4)::before {
        animation: vlqConnectorTrailTwo 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }

    .vlq-steps__connector:nth-child(4)::after {
        animation: vlqConnectorOrbTwo 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }


/* =========================================================
           SYNCHRONIZED STEP ACTIVATION
        ========================================================= */

/*
          Stops the old independent badge pulse and replaces it
          with a synchronized, guidance-based animation.
        */

.vlq-step-card:nth-of-type(1) .vlq-step-card__number,
.vlq-step-card:nth-of-type(2) .vlq-step-card__number,
.vlq-step-card:nth-of-type(3) .vlq-step-card__number {
    animation: none;
}

/* Number badge auto guidance pulse */
.vlq-step-card:nth-of-type(1) .vlq-step-card__number {
    animation: vlqNumberPulse 6.8s ease-in-out 0s infinite;
}

.vlq-step-card:nth-of-type(2) .vlq-step-card__number {
    animation: vlqNumberPulse 6.8s ease-in-out 2.28s infinite;
}

.vlq-step-card:nth-of-type(3) .vlq-step-card__number {
    animation: vlqNumberPulse 6.8s ease-in-out 4.52s infinite;
}

/* Auto expanding pulse ring around the number badge */
.vlq-step-card__number::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1.5px solid rgba(13, 86, 220, 0.34);
    opacity: 0;
    transform: scale(0.82);
    pointer-events: none;
}

.vlq-step-card:nth-of-type(1) .vlq-step-card__number::after {
    animation: vlqNumberRing 6.8s ease-in-out 0s infinite;
}

.vlq-step-card:nth-of-type(2) .vlq-step-card__number::after {
    animation: vlqNumberRing 6.8s ease-in-out 2.28s infinite;
}

.vlq-step-card:nth-of-type(3) .vlq-step-card__number::after {
    animation: vlqNumberRing 6.8s ease-in-out 4.52s infinite;
}

/* Icon halo timing */
.vlq-step-card:nth-of-type(1) .vlq-step-card__icon {
    animation: vlqIconGuidanceBlue 6.8s ease-in-out 0s infinite;
}

.vlq-step-card:nth-of-type(2) .vlq-step-card__icon {
    animation: vlqIconGuidanceNavy 6.8s ease-in-out 2.28s infinite;
}

.vlq-step-card:nth-of-type(3) .vlq-step-card__icon {
    animation: vlqIconGuidanceGreen 6.8s ease-in-out 4.52s infinite;
}

/* Heading emphasis when that process step is active */
.vlq-step-card:nth-of-type(1) .vlq-step-card__content h3 {
    animation: vlqStepTextPulse 6.8s ease-in-out 0s infinite;
}

.vlq-step-card:nth-of-type(2) .vlq-step-card__content h3 {
    animation: vlqStepTextPulse 6.8s ease-in-out 2.28s infinite;
}

.vlq-step-card:nth-of-type(3) .vlq-step-card__content h3 {
    animation: vlqStepTextPulse 6.8s ease-in-out 4.52s infinite;
}


/* =========================================================
           CONNECTOR KEYFRAMES
        ========================================================= */

/* First signal: Step 1 → Step 2 */
@keyframes vlqConnectorTrailOne {
    0%, 10% {
        left: -92px;
        opacity: 0;
    }

    14% {
        opacity: 1;
    }

    30% {
        left: calc(100% - 22px);
        opacity: 1;
    }

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

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

@keyframes vlqConnectorOrbOne {
    0%, 10% {
        left: -14px;
        opacity: 0;
        transform: translateY(-50%) scale(0.72);
    }

    14% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    30% {
        left: calc(100% - 2px);
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    34% {
        left: calc(100% + 12px);
        opacity: 0;
        transform: translateY(-50%) scale(0.82);
    }

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

/* Second signal: Step 2 → Step 3 */
@keyframes vlqConnectorTrailTwo {
    0%, 42% {
        left: -92px;
        opacity: 0;
    }

    46% {
        opacity: 1;
    }

    62% {
        left: calc(100% - 22px);
        opacity: 1;
    }

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

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

@keyframes vlqConnectorOrbTwo {
    0%, 42% {
        left: -14px;
        opacity: 0;
        transform: translateY(-50%) scale(0.72);
    }

    46% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    62% {
        left: calc(100% - 2px);
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    66% {
        left: calc(100% + 12px);
        opacity: 0;
        transform: translateY(-50%) scale(0.82);
    }

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


/* =========================================================
           STEP RESPONSE KEYFRAMES
        ========================================================= */

@keyframes vlqNumberPulse {
    0%, 100% {
        transform: scale(1);
        background: #0D56DC;
        box-shadow: 0 8px 18px rgba(13, 86, 220, 0.20);
    }

    4% {
        transform: scale(1.08);
        background: #0458ED;
        box-shadow: 0 12px 28px rgba(13, 86, 220, 0.38), 0 0 0 6px rgba(13, 86, 220, 0.08);
    }

    10% {
        transform: scale(1);
        background: #0D56DC;
        box-shadow: 0 8px 18px rgba(13, 86, 220, 0.20);
    }
}

@keyframes vlqNumberRing {
    0%, 100% {
        opacity: 0;
        transform: scale(0.82);
    }

    2% {
        opacity: 0.68;
        transform: scale(0.92);
    }

    8% {
        opacity: 0;
        transform: scale(1.42);
    }
}

/* Step 1 blue guidance glow */
@keyframes vlqIconGuidanceBlue {
    0%, 100% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }

    4% {
        border-color: rgba(37, 99, 235, 0.30);
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.16), 0 0 0 7px rgba(37, 99, 235, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
    }

    10% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }
}

/* Step 2 navy guidance glow */
@keyframes vlqIconGuidanceNavy {
    0%, 100% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }

    4% {
        border-color: rgba(18, 50, 109, 0.28);
        box-shadow: 0 18px 40px rgba(18, 50, 109, 0.15), 0 0 0 7px rgba(18, 50, 109, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
    }

    10% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }
}

/* Step 3 verified green guidance glow */
@keyframes vlqIconGuidanceGreen {
    0%, 100% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }

    4% {
        border-color: rgba(8, 155, 83, 0.30);
        box-shadow: 0 18px 40px rgba(8, 155, 83, 0.17), 0 0 0 7px rgba(8, 155, 83, 0.07), 0 2px 8px rgba(15, 23, 42, 0.04);
    }

    10% {
        border-color: #E2E8F0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), 0 2px 8px rgba(15, 23, 42, 0.03);
    }
}

@keyframes vlqStepTextPulse {
    0%, 100% {
        color: #071633;
    }

    4% {
        color: #0147D1;
    }

    10% {
        color: #071633;
    }
}


/* =========================================================
           MOBILE VERSION — VERTICAL GUIDED FLOW
        ========================================================= */

@media (max-width: 740px) {
    .vlq-steps__connector {
        width: 16px;
        height: 34px;
        min-width: 16px;
        margin: -4px 0 -4px 38px;
        background-image: radial-gradient(circle, rgba(128, 166, 232, 0.92) 0 1.55px, transparent 1.7px);
        background-size: 3px 14px;
        background-repeat: repeat-y;
        background-position: center center;
    }

        .vlq-steps__connector::before {
            top: -92px;
            left: 50%;
            width: 3px;
            height: 92px;
            transform: translateX(-50%);
            background: linear-gradient( 180deg, transparent 0%, rgba(59, 130, 246, 0.08) 12%, rgba(37, 99, 235, 0.42) 36%, rgba(1, 71, 209, 0.96) 60%, rgba(96, 165, 250, 0.55) 78%, transparent 100% );
        }

        .vlq-steps__connector::after {
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
        }

        .vlq-steps__connector:nth-child(2)::before {
            animation: vlqConnectorTrailOneVertical 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
        }

        .vlq-steps__connector:nth-child(2)::after {
            animation: vlqConnectorOrbOneVertical 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
        }

        .vlq-steps__connector:nth-child(4)::before {
            animation: vlqConnectorTrailTwoVertical 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
        }

        .vlq-steps__connector:nth-child(4)::after {
            animation: vlqConnectorOrbTwoVertical 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
        }
}


/* Mobile vertical connector animations */

@keyframes vlqConnectorTrailOneVertical {
    0%, 10% {
        top: -92px;
        opacity: 0;
    }

    14% {
        opacity: 1;
    }

    30% {
        top: calc(100% - 22px);
        opacity: 1;
    }

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

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

@keyframes vlqConnectorOrbOneVertical {
    0%, 10% {
        top: -14px;
        opacity: 0;
        transform: translateX(-50%) scale(0.72);
    }

    14% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    30% {
        top: calc(100% - 2px);
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    34% {
        top: calc(100% + 12px);
        opacity: 0;
        transform: translateX(-50%) scale(0.82);
    }

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

@keyframes vlqConnectorTrailTwoVertical {
    0%, 42% {
        top: -92px;
        opacity: 0;
    }

    46% {
        opacity: 1;
    }

    62% {
        top: calc(100% - 22px);
        opacity: 1;
    }

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

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

@keyframes vlqConnectorOrbTwoVertical {
    0%, 42% {
        top: -14px;
        opacity: 0;
        transform: translateX(-50%) scale(0.72);
    }

    46% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    62% {
        top: calc(100% - 2px);
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    66% {
        top: calc(100% + 12px);
        opacity: 0;
        transform: translateX(-50%) scale(0.82);
    }

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






/* =========================================================
                           VERRALINQ HERO SECTION
                           Vanilla HTML5 + CSS3 only
                        ========================================================= */
:root {
    --vlq-blue: #0147D1;
    --vlq-blue-bright: #3B82F6;
    --vlq-navy: #020617;
    --vlq-navy-soft: #0F172A;
    --vlq-text-white: #FFFFFF;
    --vlq-text-soft: #D1D5DB;
    --vlq-text-muted: #9CA3AF;
    --vlq-border-soft: rgba(255, 255, 255, 0.14);
    --vlq-glow: rgba(59, 130, 246, 0.45);
    --vlq-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.18) 0%, transparent 34%), linear-gradient(135deg, #020617 0%, #081225 48%, #0F172A 100%);
    font-family: inherit;
    isolation: isolate;
}

/* =========================================================
           HERO REAL GLOBE IMAGE — BACKGROUND OVERLAY VERSION
           Keeps image behind hero content, never pushes layout down
        ========================================================= */

.vlq-hero__globe {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

    /* The image itself */
    .vlq-hero__globe img {
        position: absolute;
        top: 0;
        right: -40px;
        width: min(1180px, 72vw);
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
        opacity: 0.98;
        filter: saturate(1.08) contrast(1.04) brightness(0.92);
        pointer-events: none;
        user-select: none;
    }

    /* Strong left fade — protects text readability */
    .vlq-hero__globe::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient( 90deg, #020617 0%, rgba(2, 6, 23, 0.99) 23%, rgba(2, 6, 23, 0.92) 38%, rgba(2, 6, 23, 0.62) 55%, rgba(2, 6, 23, 0.18) 74%, transparent 100% );
    }

    /* Top and bottom atmospheric fade */
    .vlq-hero__globe::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: linear-gradient( 180deg, rgba(2, 6, 23, 0.18) 0%, transparent 20%, transparent 74%, rgba(2, 6, 23, 0.42) 100% );
    }

.vlq-hero__inner {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 66px 24px 58px;
}

.vlq-hero__content {
    width: min(900px, 74%);
}

/* =========================
                           TOP TRUST BADGE
                        ========================= */

/* =========================================================
   HERO TRUST LINE — NO PILL, THIN + ELEGANT
========================================================= */

.vlq-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.002em;

    transition:
        color 220ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-trust-badge__icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;

    color: rgba(147, 197, 253, 0.88);
    stroke-width: 1.7;
    filter: none;

    transition:
        color 220ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-trust-badge:hover {
    color: rgba(255, 255, 255, 0.88);
    transform: translateY(-1px);
}

.vlq-trust-badge:hover .vlq-trust-badge__icon {
    color: #bfdbfe;
    transform: scale(1.04);
}

/* =========================
                           HEADLINE + SUBHEADLINE
                        ========================= */

.vlq-hero__title {
    margin-top: 28px;
    max-width: 760px;
    font-size: clamp(44px, 5.2vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #FFFFFF;
}

    .vlq-hero__title span {
        display: block;
    }

        .vlq-hero__title span:last-child {
            color: var(--vlq-blue-bright);
        }

.vlq-hero__subtitle {
    margin-top: 22px;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.008em;
}

/* =========================
                           ACTION AREA
                        ========================= */

.vlq-hero__actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.vlq-search-box {
    width: 600px;
    max-width: 100%;
    padding: 8px 8px 8px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.30), 0 0 0 4px rgba(255, 255, 255, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.vlq-search-box__icon {
    width: 22px;
    height: 22px;
    color: #9CA3AF;
    flex-shrink: 0;
}

.vlq-search-box__input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

    .vlq-search-box__input::placeholder {
        color: #8B95A5;
    }

.vlq-search-box__button {
    flex-shrink: 0;
    border: 0;
    border-radius: 8px;
    padding: 12px 24px;
    background: var(--vlq-blue);
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(1, 71, 209, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: background-color 220ms ease, transform 220ms var(--vlq-ease), box-shadow 220ms var(--vlq-ease);
}

    .vlq-search-box__button:hover {
        background: #003FB9;
        transform: translateY(-1px);
        box-shadow: 0 16px 30px rgba(1, 71, 209, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    .vlq-search-box__button:active {
        transform: translateY(0);
    }

/* Divider with centered “or” */
.vlq-action-divider {
    position: relative;
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
}

    .vlq-action-divider span {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 0 8px;
        background: #071020;
        color: #9CA3AF;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        transform: translate(-50%, -50%);
    }

.vlq-qr-box {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 45px rgba(0, 0, 0, 0.18);
    transition: border-color 220ms ease, background 220ms ease, transform 220ms var(--vlq-ease);
}

    .vlq-qr-box:hover {
        transform: translateY(-1px);
        border-color: rgba(59, 130, 246, 0.40);
        background: rgba(255, 255, 255, 0.075);
    }

.vlq-qr-box__icon {
    width: 42px;
    height: 42px;
    color: #FFFFFF;
    flex-shrink: 0;
}

.vlq-qr-box__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .vlq-qr-box__text strong {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }

    .vlq-qr-box__text small {
        max-width: 150px;
        color: #9CA3AF;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.35;
    }

/* =========================================================
           HERO PREMIUM MOTION SYSTEM
           Entrance animations + subtle hover interactions
        ========================================================= */

/* -------------------------
           1. INITIAL ENTRANCE STATES
        ------------------------- */

.vlq-trust-badge,
.vlq-hero__title,
.vlq-hero__subtitle,
.vlq-hero__actions,
.vlq-feature-bar {
    opacity: 0;
    will-change: transform, opacity;
}

/* -------------------------
           2. STAGGERED HERO REVEAL
        ------------------------- */

.vlq-trust-badge {
    animation: vlqHeroBadgeReveal 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.vlq-hero__title {
    animation: vlqHeroTitleReveal 920ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
}

.vlq-hero__subtitle {
    animation: vlqHeroSubtitleReveal 860ms cubic-bezier(0.22, 1, 0.36, 1) 380ms forwards;
}

.vlq-hero__actions {
    animation: vlqHeroActionsReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) 540ms forwards;
}

.vlq-feature-bar {
    animation: vlqHeroFeaturesReveal 920ms cubic-bezier(0.22, 1, 0.36, 1) 760ms forwards;
}

/* -------------------------
           3. GLOBE CINEMATIC ARRIVAL
        ------------------------- */

.vlq-hero__globe img {
    transform: scale(1.045) translateX(22px);
    transform-origin: center right;
    animation: vlqGlobeReveal 1500ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards, vlqGlobeBreath 12s ease-in-out 1.6s infinite;
}

/* -------------------------
           4. TRUST BADGE HOVER
        ------------------------- */

.vlq-trust-badge {
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, background-color 280ms ease, box-shadow 320ms ease;
}

    .vlq-trust-badge:hover {
        transform: translateY(-2px);
        border-color: rgba(96, 165, 250, 0.42);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(59, 130, 246, 0.08);
    }

.vlq-trust-badge__icon {
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-trust-badge:hover .vlq-trust-badge__icon {
    transform: scale(1.08);
}

/* -------------------------
           5. HEADLINE MICRO GLOW
        ------------------------- */

.vlq-hero__title span:last-child {
    text-shadow: 0 0 28px rgba(59, 130, 246, 0.12);
    transition: text-shadow 420ms ease;
}

.vlq-hero:hover .vlq-hero__title span:last-child {
    text-shadow: 0 0 34px rgba(59, 130, 246, 0.22);
}

/* -------------------------
           6. SEARCH BOX HOVER / FOCUS
        ------------------------- */

.vlq-search-box {
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease;
}

    .vlq-search-box:hover,
    .vlq-search-box:focus-within {
        transform: translateY(-3px);
        border-color: rgba(147, 197, 253, 0.75);
        box-shadow: 0 30px 76px rgba(0, 0, 0, 0.38), 0 0 0 5px rgba(59, 130, 246, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }

.vlq-search-box__icon {
    transition: color 280ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-search-box:hover .vlq-search-box__icon,
.vlq-search-box:focus-within .vlq-search-box__icon {
    color: #3B82F6;
    transform: scale(1.08);
}

/* Slight button shine */
.vlq-search-box__button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

    .vlq-search-box__button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 56%;
        height: 100%;
        background: linear-gradient( 90deg, transparent 0%, rgba(255, 255, 255, 0.30) 50%, transparent 100% );
        transform: skewX(-20deg);
        transition: left 700ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vlq-search-box__button:hover::before {
        left: 128%;
    }

/* -------------------------
           7. DIVIDER SOFT PULSE
        ------------------------- */

.vlq-action-divider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    width: 1px;
    height: 48px;
    transform: translateX(-50%);
    background: linear-gradient( 180deg, transparent 0%, rgba(96, 165, 250, 0.44) 48%, transparent 100% );
    opacity: 0.75;
    animation: vlqDividerPulse 3.8s ease-in-out infinite;
}

/* -------------------------
           8. QR CARD PREMIUM HOVER
        ------------------------- */

.vlq-qr-box {
    position: relative;
    overflow: hidden;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, background-color 280ms ease, box-shadow 360ms ease;
}

    .vlq-qr-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 75% );
        transform: translateX(-120%);
        transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
    }

    .vlq-qr-box:hover {
        transform: translateY(-3px);
        border-color: rgba(96, 165, 250, 0.42);
        background: rgba(255, 255, 255, 0.075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(59, 130, 246, 0.08);
    }

        .vlq-qr-box:hover::before {
            transform: translateX(120%);
        }

.vlq-qr-box__icon {
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.vlq-qr-box:hover .vlq-qr-box__icon {
    transform: scale(1.06);
    filter: drop-shadow(0 0 12px rgba(96, 165, 250, 0.28));
}

/* -------------------------
           9. FEATURE BAR ITEM ENTRANCE
        ------------------------- */

.vlq-feature {
    opacity: 0;
    transform: translateY(12px);
    animation: vlqFeatureItemReveal 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

    .vlq-feature:nth-child(1) {
        animation-delay: 860ms;
    }

    .vlq-feature:nth-child(2) {
        animation-delay: 920ms;
    }

    .vlq-feature:nth-child(3) {
        animation-delay: 980ms;
    }

    .vlq-feature:nth-child(4) {
        animation-delay: 1040ms;
    }

    .vlq-feature:nth-child(5) {
        animation-delay: 1100ms;
    }

    .vlq-feature:nth-child(6) {
        animation-delay: 1160ms;
    }

    .vlq-feature:nth-child(7) {
        animation-delay: 1220ms;
    }

    .vlq-feature:nth-child(8) {
        animation-delay: 1280ms;
    }

/* More refined feature hover */
.vlq-feature {
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

    .vlq-feature:hover {
        transform: translateY(-4px);
    }

.vlq-feature__icon {
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), color 280ms ease, filter 320ms ease;
}

.vlq-feature:hover .vlq-feature__icon {
    transform: translateY(-2px) scale(1.075);
    color: #60A5FA;
    filter: drop-shadow(0 0 12px rgba(96, 165, 250, 0.34));
}

.vlq-feature span {
    transition: color 280ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-feature:hover span {
    color: #FFFFFF;
    transform: translateX(1px);
}

/* =========================================================
           KEYFRAMES
        ========================================================= */

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

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

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

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

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

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

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

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

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

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

@keyframes vlqFeatureItemReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

@keyframes vlqGlobeReveal {
    from {
        opacity: 0;
        transform: scale(1.095) translateX(48px);
    }

    to {
        opacity: 0.98;
        transform: scale(1.045) translateX(22px);
    }
}

@keyframes vlqGlobeBreath {
    0%, 100% {
        transform: scale(1.045) translateX(22px);
        filter: saturate(1.08) contrast(1.04) brightness(0.92);
    }

    50% {
        transform: scale(1.058) translateX(18px);
        filter: saturate(1.12) contrast(1.06) brightness(0.96);
    }
}

@keyframes vlqDividerPulse {
    0%, 100% {
        opacity: 0.38;
    }

    50% {
        opacity: 0.92;
    }
}

/* =========================================================
           ACCESSIBILITY: REDUCED MOTION
        ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .vlq-trust-badge,
    .vlq-hero__title,
    .vlq-hero__subtitle,
    .vlq-hero__actions,
    .vlq-feature-bar,
    .vlq-feature,
    .vlq-hero__globe img,
    .vlq-action-divider::before {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* =========================
           BOTTOM FEATURE TRUST GRID — 8 PREMIUM TRUST POINTS
        ========================= */

.vlq-feature-bar {
    margin-top: 58px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: center;
    gap: 14px;
}

/* Individual trust item */
.vlq-feature {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

/* Icons */
.vlq-feature__icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    color: #3B82F6;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.16));
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), color 260ms ease, filter 260ms ease;
}

.vlq-feature:hover .vlq-feature__icon {
    transform: translateY(-1px) scale(1.045);
    color: #60A5FA;
    filter: drop-shadow(0 0 12px rgba(96, 165, 250, 0.28));
}

/* Two-line label */
.vlq-feature span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

.vlq-feature strong {
    color: rgba(255, 255, 255, 0.96);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: -0.018em;
    white-space: nowrap;
}

.vlq-feature em {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.012em;
    white-space: nowrap;
}

.vlq-feature:hover strong {
    color: #FFFFFF;
}

.vlq-feature:hover em {
    color: rgba(255, 255, 255, 0.9);
}

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

@media (max-width: 1100px) {
    .vlq-hero__globe {
        right: -280px;
        opacity: 0.58;
    }

    .vlq-hero__content {
        width: min(760px, 78%);
    }

    .vlq-hero__actions {
        flex-wrap: wrap;
    }

    .vlq-feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 22px;
        margin-top: 54px;
    }

    .vlq-feature {
        justify-content: flex-start;
        gap: 12px;
        padding: 0;
    }

    .vlq-feature__icon {
        width: 34px;
        height: 34px;
    }

    .vlq-feature strong,
    .vlq-feature em {
        white-space: normal;
    }
}

justify-content: flex-start;
}
}

@media (max-width: 820px) {
    .vlq-hero__inner {
        padding: 64px 20px;
    }

    .vlq-hero__content {
        width: 100%;
    }

    .vlq-hero__globe {
        top: -110px;
        right: -360px;
        width: 680px;
        height: 680px;
        opacity: 0.35;
    }

    .vlq-hero__title {
        margin-top: 28px;
        font-size: clamp(40px, 10vw, 56px);
    }

    .vlq-hero__subtitle {
        font-size: 18px;
    }

    .vlq-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .vlq-search-box {
        width: 100%;
    }

    .vlq-action-divider {
        width: 100%;
        height: 1px;
        margin: 2px 0;
    }

        .vlq-action-divider span {
            background: #071020;
        }

    .vlq-qr-box {
        width: 100%;
        justify-content: flex-start;
    }

    .vlq-feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
        margin-top: 44px;
    }

    .vlq-feature {
        align-items: flex-start;
        gap: 10px;
    }

    .vlq-feature__icon {
        width: 30px;
        height: 30px;
        margin-top: 1px;
    }

    .vlq-feature strong {
        font-size: 12px;
        line-height: 1.2;
    }

    .vlq-feature em {
        font-size: 12px;
        line-height: 1.2;
    }
}

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

    .vlq-trust-badge {
        align-items: flex-start;
        border-radius: 18px;
        line-height: 1.35;
    }

    .vlq-hero__title {
        font-size: 40px;
        letter-spacing: -0.7px;
    }

    .vlq-hero__subtitle {
        margin-top: 18px;
        font-size: 16px;
    }

    .vlq-search-box {
        padding: 14px;
        flex-wrap: wrap;
        border-radius: 14px;
    }

    .vlq-search-box__input {
        flex-basis: calc(100% - 36px);
        font-size: 14px;
    }

    .vlq-search-box__button {
        width: 100%;
        margin-top: 4px;
        padding: 13px 18px;
    }

    .vlq-qr-box {
        padding: 15px 18px;
    }

    .vlq-feature-bar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vlq-feature {
        min-height: 64px;
        padding: 13px 15px;
    }

        .vlq-feature span {
            white-space: normal;
        }
}


/* =========================================================
   TRUSTED ACROSS INDUSTRIES — DARK PREMIUM CLEAN VERSION
========================================================= */

.vlq-industries-rail {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.20), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(56, 189, 248, 0.13), transparent 32%),
        linear-gradient(135deg, #020617 0%, #06142d 46%, #0b1f36 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-family: inherit;
    isolation: isolate;
}

.vlq-industries-rail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: 0.16;
}

.vlq-industries-rail::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.055), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 38%, rgba(0, 0, 0, 0.12));
}

.vlq-industries-rail__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 86px 24px 92px;
    position: relative;
    z-index: 2;
}

.vlq-industries-rail__header {
    max-width: 780px;
    margin: 0 auto 66px;
    text-align: center;
}

.vlq-industries-rail__title {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 760;
    letter-spacing: -0.04em;
    line-height: 1.08;
    
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.vlq-industries-rail__subtitle {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(226, 232, 240, 0.68) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.006em;
}

.vlq-industries-rail__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.vlq-industry-rail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff !important;
}

.vlq-industry-rail-item__icon {
    width: 86px;
    height: 86px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff !important;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055)) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow:
        0 24px 54px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 255, 255, 0.055) inset,
        0 0 36px rgba(255, 255, 255, 0.12),
        0 0 54px rgba(59, 130, 246, 0.18) !important;
    backdrop-filter: blur(16px);
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        background 260ms ease,
        box-shadow 360ms ease;
}

.vlq-industry-rail-item__icon::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
    opacity: 0;
    transform: scale(0.88);
    transition:
        opacity 360ms ease,
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-industry-rail-item__icon svg {
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    filter:
        drop-shadow(0 0 10px rgba(255, 255, 255, 0.42))
        drop-shadow(0 10px 24px rgba(59, 130, 246, 0.28));
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 280ms ease;
}

.vlq-industry-rail-item h3 {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 15px;
    font-weight: 560;
    line-height: 1.32;
    letter-spacing: -0.004em;
    text-wrap: balance;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition:
        color 240ms ease,
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.42) !important;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.36), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.20), rgba(96, 165, 250, 0.12)) !important;
    box-shadow:
        0 30px 68px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 0 42px rgba(255, 255, 255, 0.22),
        0 0 70px rgba(96, 165, 250, 0.30) !important;
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon::before {
    opacity: 1;
    transform: scale(1.04);
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon svg {
    transform: scale(1.07);
    filter:
        drop-shadow(0 0 14px rgba(255, 255, 255, 0.62))
        drop-shadow(0 12px 28px rgba(96, 165, 250, 0.38));
}

.vlq-industry-rail-item:hover h3 {
    color: #ffffff !important;
    transform: translateY(-1px);
}
/* =========================================================
           ANIMATIONS
        ========================================================= */

@keyframes vlqRailHeaderIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

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

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

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

@media (max-width: 1020px) {
    .vlq-industries-rail__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px 18px;
    }
}

@media (max-width: 768px) {
    .vlq-industries-rail__inner {
        padding: 48px 20px 52px;
    }

    .vlq-industries-rail__header {
        margin-bottom: 34px;
    }

    .vlq-industries-rail__title {
        font-size: 25px;
    }

    .vlq-industries-rail__subtitle {
        max-width: 520px;
        font-size: 14px;
    }

    .vlq-industries-rail__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 16px;
    }
}

@media (max-width: 520px) {
    .vlq-industries-rail__inner {
        padding: 42px 18px 46px;
    }

    .vlq-industries-rail__title {
        font-size: 23px;
    }

    .vlq-industries-rail__subtitle {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .vlq-industries-rail__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 16px;
    }

    .vlq-industry-rail-item {
        min-height: 118px;
    }

    .vlq-industry-rail-item__icon {
        width: 58px;
        height: 58px;
    }

        .vlq-industry-rail-item__icon svg {
            width: 35px;
            height: 35px;
        }
}

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


/* =========================================================
                   PRE-FOOTER CTA BANNER
                   Vanilla HTML5 + CSS3 only
                ========================================================= */
.vlq-prefooter-cta {
    width: 100%;
    background: #FFFFFF;
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vlq-prefooter-cta__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 20px;
}

/* =========================================================
                   BANNER CARD
                ========================================================= */

.vlq-prefooter-cta__banner {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 16px;
    background: #0B1120;
    box-shadow: 0 18px 46px rgba(2, 6, 23, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
/* =========================================================
                   LEFT CONTENT
                ========================================================= */

.vlq-prefooter-cta__content {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.vlq-prefooter-cta__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(11, 91, 255, 0.30);
    background: rgba(11, 91, 255, 0.10);
    color: #0B5BFF;
    box-shadow: inset 0 0 20px rgba(11, 91, 255, 0.08), 0 0 0 6px rgba(11, 91, 255, 0.025);
}

    .vlq-prefooter-cta__icon svg {
        width: 28px;
        height: 32px;
        display: block;
    }

.vlq-prefooter-cta__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .vlq-prefooter-cta__copy h2 {
        margin: 0;
        color: #FFFFFF;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .vlq-prefooter-cta__copy p {
        margin: 0;
        color: #9CA3AF;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
    }
/* =========================================================
                   RIGHT ACTIONS
                ========================================================= */

.vlq-prefooter-cta__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.vlq-prefooter-cta__button {
    padding: 12px 24px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

    .vlq-prefooter-cta__button:hover {
        transform: translateY(-1px);
    }

.vlq-prefooter-cta__button--primary {
    border: none;
    background: #0B5BFF;
    color: #FFFFFF;
}

    .vlq-prefooter-cta__button--primary:hover {
        background: #004BDB;
    }

.vlq-prefooter-cta__button--secondary {
    border: 1px solid #374151;
    background: transparent;
    color: #FFFFFF;
}

    .vlq-prefooter-cta__button--secondary:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: #4B5563;
    }
/* =========================================================
                   RESPONSIVE
                ========================================================= */

@media (max-width: 900px) {
    .vlq-prefooter-cta__banner {
        padding: 40px 28px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }

    .vlq-prefooter-cta__content {
        flex-direction: column;
        gap: 18px;
    }

    .vlq-prefooter-cta__copy {
        align-items: center;
    }

    .vlq-prefooter-cta__actions {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .vlq-prefooter-cta__inner {
        padding: 0 18px 56px;
    }

    .vlq-prefooter-cta__banner {
        padding: 32px 20px;
        border-radius: 14px;
    }

    .vlq-prefooter-cta__icon {
        width: 58px;
        height: 58px;
    }

    .vlq-prefooter-cta__copy h2 {
        font-size: 21px;
    }

    .vlq-prefooter-cta__copy p {
        font-size: 15px;
    }

    .vlq-prefooter-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .vlq-prefooter-cta__button {
        width: 100%;
        justify-content: center;
    }
}
/* =========================================================
           GLOBAL PREMIUM APPLE-LIKE TYPOGRAPHY OVERRIDE
           Forces one coherent, high-end UI font across the site
        ========================================================= */

html,
body,
body *,
body *::before,
body *::after {
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-synthesis: none;
}

button,
input,
textarea,
select {
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
/* =========================================================
   HOMEPAGE HERO — PREMIUM MOBILE REBUILD
   Mobile-first refinement for VerraLinQ landing hero
========================================================= */

@media (max-width: 620px) {

    /* -----------------------------------------------------
       HERO SHELL
    ------------------------------------------------------ */

    .vlq-hero {
        background:
            radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.20) 0%, transparent 34%),
            radial-gradient(circle at 16% 92%, rgba(8, 155, 83, 0.06) 0%, transparent 28%),
            linear-gradient(145deg, #020617 0%, #071225 48%, #091326 100%);
    }

    .vlq-hero__inner {
        padding: 38px 20px 42px;
    }

    .vlq-hero__content {
        width: 100%;
    }


    /* -----------------------------------------------------
       GLOBE / ATMOSPHERE
       Keeps it cinematic, but stops it competing with copy
    ------------------------------------------------------ */

    .vlq-hero__globe {
        top: 0;
        right: -235px;
        width: 650px;
        height: 100%;
        opacity: 0.50;
    }

    .vlq-hero__globe img {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-position: 64% center;
        transform: scale(1.02);
        animation: none;
        filter: saturate(1.06) contrast(1.04) brightness(0.82);
    }

    .vlq-hero__globe::before {
        background:
            linear-gradient(
                90deg,
                #020617 0%,
                rgba(2, 6, 23, 0.98) 28%,
                rgba(2, 6, 23, 0.88) 54%,
                rgba(2, 6, 23, 0.44) 78%,
                rgba(2, 6, 23, 0.18) 100%
            );
    }

    .vlq-hero__globe::after {
        background:
            linear-gradient(
                180deg,
                rgba(2, 6, 23, 0.22) 0%,
                transparent 18%,
                transparent 72%,
                rgba(2, 6, 23, 0.62) 100%
            );
    }


    /* -----------------------------------------------------
       TRUST BADGE
    ------------------------------------------------------ */

    .vlq-trust-badge {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 13px 15px;
        border-radius: 18px;
        border: 1px solid rgba(147, 197, 253, 0.22);
        background: rgba(255, 255, 255, 0.055);
        color: rgba(255, 255, 255, 0.94);
        font-size: 13px;
        font-weight: 560;
        line-height: 1.42;
        letter-spacing: -0.01em;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 14px 34px rgba(0, 0, 0, 0.20);
    }

    .vlq-trust-badge__icon {
        width: 18px;
        height: 18px;
        margin-top: 1px;
        color: #BFDBFE;
    }


    /* -----------------------------------------------------
       HEADLINE
       Forces a premium two-line mobile rhythm
    ------------------------------------------------------ */

    .vlq-hero__title {
        margin-top: 26px;
        max-width: 100%;
        color: #FFFFFF;
        font-size: clamp(36px, 9.5vw, 42px);
        font-weight: 820;
        line-height: 1.06;
        letter-spacing: -0.048em;
        text-wrap: balance;
    }

    .vlq-hero__title span {
        display: block;
    }

    .vlq-hero__title span:first-child {
        white-space: nowrap;
    }

    .vlq-hero__title span:last-child {
        margin-top: 6px;
        color: #4F8CFF;
        text-shadow: 0 0 28px rgba(79, 140, 255, 0.16);
    }


    /* -----------------------------------------------------
       SUPPORTING COPY
    ------------------------------------------------------ */

    .vlq-hero__subtitle {
        max-width: 100%;
        margin-top: 20px;
        color: rgba(255, 255, 255, 0.88);
        font-size: 16px;
        font-weight: 420;
        line-height: 1.62;
        letter-spacing: -0.014em;
    }


    /* -----------------------------------------------------
       ACTION STACK
    ------------------------------------------------------ */

    .vlq-hero__actions {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }


    /* -----------------------------------------------------
       VERIFICATION SEARCH CARD
    ------------------------------------------------------ */

    .vlq-search-box {
        width: 100%;
        padding: 12px;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        grid-template-areas:
            "icon input"
            "button button";
        align-items: center;
        column-gap: 12px;
        row-gap: 12px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.82);
        background: rgba(255, 255, 255, 0.985);
        box-shadow:
            0 24px 56px rgba(0, 0, 0, 0.30),
            0 0 0 4px rgba(255, 255, 255, 0.035),
            inset 0 1px 0 rgba(255, 255, 255, 1);
    }

    .vlq-search-box__icon {
        grid-area: icon;
        width: 23px;
        height: 23px;
        color: #94A3B8;
        margin-left: 3px;
    }

    .vlq-search-box__input {
        grid-area: input;
        width: 100%;
        min-width: 0;
        height: 46px;
        flex: none;
        border: 0;
        outline: 0;
        background: transparent;
        color: #0F172A;
        font-size: 14px;
        font-weight: 520;
        line-height: 1;
        letter-spacing: -0.01em;
    }

    .vlq-search-box__input::placeholder {
        color: #7C8798;
        opacity: 1;
    }

    .vlq-search-box__button {
        grid-area: button;
        width: 100%;
        min-height: 54px;
        margin: 0;
        padding: 0 20px;
        border-radius: 16px;
        background: linear-gradient(180deg, #2B63EC 0%, #2457DB 52%, #1347CC 100%);
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 720;
        letter-spacing: -0.018em;
        box-shadow:
            0 14px 30px rgba(1, 71, 209, 0.30),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }


    /* -----------------------------------------------------
       DIVIDER — no more awkward detached 'or'
    ------------------------------------------------------ */

    .vlq-action-divider {
        width: 100%;
        height: 22px;
        margin: 1px 0 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
    }

    .vlq-action-divider::before,
    .vlq-action-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(148, 163, 184, 0.35) 100%
        );
    }

    .vlq-action-divider::after {
        background: linear-gradient(
            90deg,
            rgba(148, 163, 184, 0.35) 0%,
            transparent 100%
        );
    }

    .vlq-action-divider span {
        position: static;
        transform: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 22px;
        margin: 0 12px;
        padding: 0;
        background: transparent;
        color: rgba(203, 213, 225, 0.84);
        font-size: 12px;
        font-weight: 650;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }


    /* -----------------------------------------------------
       QR CARD — cleaner secondary action
    ------------------------------------------------------ */

    .vlq-qr-box {
        width: 100%;
        min-height: 94px;
        padding: 18px 18px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        border-radius: 20px;
        border: 1px solid rgba(148, 163, 184, 0.24);
        background:
            linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.075) 0%,
                rgba(255, 255, 255, 0.045) 100%
            );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.07),
            0 18px 38px rgba(0, 0, 0, 0.16);
    }

    .vlq-qr-box__icon {
        width: 42px;
        height: 42px;
        color: #FFFFFF;
    }

    .vlq-qr-box__text {
        gap: 6px;
    }

    .vlq-qr-box__text strong {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 680;
        line-height: 1.15;
        letter-spacing: -0.018em;
    }

    .vlq-qr-box__text small {
        max-width: 220px;
        color: rgba(226, 232, 240, 0.76);
        font-size: 14px;
        font-weight: 430;
        line-height: 1.42;
        letter-spacing: -0.01em;
    }


    /* -----------------------------------------------------
       FEATURE BAR — tighten space below hero content
       We will redesign this further after seeing updated screenshot
    ------------------------------------------------------ */

    .vlq-feature-bar {
        margin-top: 36px;
    }
}


/* =========================================================
   EXTRA-SMALL PHONES
========================================================= */

@media (max-width: 380px) {
    .vlq-hero__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vlq-hero__title {
        font-size: 34px;
    }

    .vlq-hero__title span:first-child {
        white-space: normal;
    }

    .vlq-trust-badge {
        font-size: 12.5px;
    }

    .vlq-search-box__input {
        font-size: 13.5px;
    }

    .vlq-search-box__button {
        min-height: 52px;
        font-size: 15px;
    }
}/* =========================================================
   MOBILE HERO TITLE — TYPOGRAPHY REFINEMENT
   Opens the letter spacing so the headline feels premium,
   confident, and not visually crushed.
========================================================= */

@media (max-width: 620px) {
    .vlq-hero__title {
        letter-spacing: -0.022em !important;
        line-height: 1.08 !important;
        font-weight: 800 !important;
    }

    .vlq-hero__title span:last-child {
        letter-spacing: -0.018em !important;
    }
}

/* =========================================================
   MOBILE HERO SEARCH — PREMIUM CREDENTIAL LOOKUP REFINEMENT
========================================================= */

@media (max-width: 620px) {

    .vlq-search-box {
        position: relative;
        isolation: isolate;
        padding: 12px;
        grid-template-columns: 30px minmax(0, 1fr);
        grid-template-areas:
            "icon input"
            "button button";
        column-gap: 12px;
        row-gap: 12px;
        border-radius: 24px;
        border: 1px solid rgba(219, 229, 242, 0.95);
        background:
            linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
        box-shadow:
            0 22px 48px rgba(0, 0, 0, 0.26),
            0 0 0 4px rgba(255, 255, 255, 0.035),
            inset 0 1px 0 rgba(255, 255, 255, 1);
        transition:
            border-color 260ms ease,
            box-shadow 320ms ease,
            transform 320ms var(--ease-premium);
    }

    /* Inner premium input rail */
    .vlq-search-box::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 12px;
        left: 12px;
        right: 12px;
        height: 58px;
        border-radius: 17px;
        border: 1px solid rgba(217, 226, 240, 0.98);
        background:
            linear-gradient(180deg, #FBFDFF 0%, #F5F8FD 100%);
        box-shadow:
            inset 0 1px 2px rgba(15, 23, 42, 0.035),
            0 1px 0 rgba(255, 255, 255, 0.95);
        transition:
            border-color 260ms ease,
            background 260ms ease,
            box-shadow 300ms ease;
    }

    .vlq-search-box:focus-within {
        border-color: rgba(1, 71, 209, 0.24);
        box-shadow:
            0 24px 56px rgba(0, 0, 0, 0.28),
            0 0 0 4px rgba(59, 130, 246, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 1);
    }

    .vlq-search-box:focus-within::before {
        border-color: rgba(1, 71, 209, 0.30);
        background:
            linear-gradient(180deg, #FFFFFF 0%, #F7FAFF 100%);
        box-shadow:
            inset 0 1px 2px rgba(15, 23, 42, 0.03),
            0 0 0 3px rgba(1, 71, 209, 0.06);
    }

    .vlq-search-box__icon {
        width: 24px;
        height: 24px;
        margin-left: 6px;
        color: #2563EB;
        position: relative;
        z-index: 1;
    }

    .vlq-search-box__input {
        height: 58px;
        position: relative;
        z-index: 1;
        padding-right: 10px;
        color: #0F172A;
        background: transparent;
        font-size: 14.5px;
        font-weight: 560;
        letter-spacing: -0.018em;
    }

    .vlq-search-box__input::placeholder {
        color: #7A8799;
        font-weight: 540;
        opacity: 1;
    }

    .vlq-search-box__button {
        position: relative;
        overflow: hidden;
        min-height: 56px;
        border-radius: 17px;
        background:
            linear-gradient(180deg, #356EF3 0%, #245BE6 50%, #174BD0 100%);
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 760;
        letter-spacing: -0.022em;
        box-shadow:
            0 16px 30px rgba(1, 71, 209, 0.30),
            0 3px 8px rgba(1, 71, 209, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.26);
        transition:
            transform 260ms var(--ease-premium),
            box-shadow 260ms ease,
            filter 260ms ease;
    }

    .vlq-search-box__button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -72%;
        width: 46%;
        height: 100%;
        background:
            linear-gradient(
                90deg,
                transparent 0%,
                rgba(255, 255, 255, 0.24) 50%,
                transparent 100%
            );
        transform: skewX(-22deg);
        transition: left 760ms var(--ease-premium);
    }

    .vlq-search-box__button:hover::before,
    .vlq-search-box__button:focus-visible::before {
        left: 132%;
    }

    .vlq-search-box__button:active {
        transform: translateY(1px);
        box-shadow:
            0 10px 20px rgba(1, 71, 209, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }
}


/* =========================================================
   EXTRA SMALL PHONE SAFETY
========================================================= */

@media (max-width: 380px) {
    .vlq-search-box {
        grid-template-columns: 26px minmax(0, 1fr);
        column-gap: 10px;
    }

    .vlq-search-box__icon {
        width: 22px;
        height: 22px;
        margin-left: 4px;
    }

    .vlq-search-box__input {
        font-size: 13.5px;
    }

    .vlq-search-box__button {
        min-height: 54px;
        font-size: 15.5px;
    }
}

/* =========================================================
   HOMEPAGE HERO FEATURE GRID — PREMIUM MOBILE 2-COLUMN DESIGN
   Converts the long vertical trust list into a polished
   compact capability grid beneath the hero actions.
========================================================= */

@media (max-width: 620px) {

    .vlq-feature-bar {
        width: 100%;
        margin-top: 38px !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        align-items: stretch;
    }

    .vlq-feature {
        width: 100%;
        min-height: 132px !important;
        padding: 18px 16px 16px !important;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 14px !important;
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        border: 1px solid rgba(148, 163, 184, 0.20);
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.085) 0%,
                rgba(255, 255, 255, 0.042) 100%
            );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 18px 36px rgba(0, 0, 0, 0.14);
        transition:
            transform 320ms var(--ease-premium),
            border-color 260ms ease,
            background 260ms ease,
            box-shadow 320ms ease;
    }

    .vlq-feature::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0;
        background:
            radial-gradient(
                circle at 18% 16%,
                rgba(59, 130, 246, 0.18) 0%,
                transparent 46%
            );
        transition: opacity 320ms ease;
    }

    .vlq-feature:hover,
    .vlq-feature:active {
        transform: translateY(-2px);
        border-color: rgba(96, 165, 250, 0.30);
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.11) 0%,
                rgba(255, 255, 255, 0.052) 100%
            );
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.10),
            0 22px 42px rgba(0, 0, 0, 0.18);
    }

    .vlq-feature:hover::before,
    .vlq-feature:active::before {
        opacity: 1;
    }

    .vlq-feature__icon {
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        position: relative;
        z-index: 1;
        color: #4F8CFF;
        filter: drop-shadow(0 0 10px rgba(79, 140, 255, 0.20));
    }

    .vlq-feature span {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: relative;
        z-index: 1;
    }

    .vlq-feature strong {
        color: rgba(255, 255, 255, 0.98);
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.22 !important;
        letter-spacing: -0.022em;
        white-space: normal !important;
    }

    .vlq-feature em {
        color: rgba(226, 232, 240, 0.78);
        font-size: 13.5px !important;
        font-style: normal;
        font-weight: 480;
        line-height: 1.28 !important;
        letter-spacing: -0.014em;
        white-space: normal !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE REFINEMENT
========================================================= */

@media (max-width: 380px) {

    .vlq-feature-bar {
        gap: 12px !important;
    }

    .vlq-feature {
        min-height: 124px !important;
        padding: 16px 14px 14px !important;
        border-radius: 20px;
    }

    .vlq-feature__icon {
        width: 38px !important;
        height: 38px !important;
    }

    .vlq-feature strong {
        font-size: 13px !important;
    }

    .vlq-feature em {
        font-size: 12.5px !important;
    }
}

/* =========================================================
   HOW VERRALINQ WORKS — PREMIUM MOBILE PROCESS CARDS
   Turns the current mobile timeline into a clearer,
   more professional 3-step guided experience.
========================================================= */

@media (max-width: 620px) {

    /* -----------------------------------------------------
       SECTION SHELL
    ------------------------------------------------------ */

    .vlq-works {
        background:
            radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.07), transparent 28%),
            radial-gradient(circle at 90% 88%, rgba(8, 155, 83, 0.055), transparent 30%),
            linear-gradient(180deg, #F7FAFF 0%, #F2F7FD 100%);
    }

    .vlq-works__inner {
        padding: 52px 20px 58px !important;
        gap: 36px !important;
    }

    .vlq-works__title {
        margin: 0 0 28px !important;
        color: #071633;
        font-size: 31px !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
        letter-spacing: -0.045em !important;
    }


    /* -----------------------------------------------------
       PROCESS STACK
    ------------------------------------------------------ */

    .vlq-steps {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
    }


    /* -----------------------------------------------------
       PREMIUM STEP CARD
    ------------------------------------------------------ */

    .vlq-step-card {
        width: 100% !important;
        min-height: 176px;
        flex-basis: auto !important;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        padding: 22px 20px 20px !important;
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr);
        align-items: center !important;
        gap: 18px !important;
        text-align: left !important;
        border-radius: 28px;
        border: 1px solid rgba(214, 225, 239, 0.98);
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 251, 255, 0.98) 100%);
        box-shadow:
            0 22px 48px rgba(15, 23, 42, 0.075),
            0 3px 10px rgba(15, 23, 42, 0.035),
            inset 0 1px 0 rgba(255, 255, 255, 1);
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition:
            transform 320ms var(--ease-premium),
            border-color 260ms ease,
            box-shadow 320ms ease;
    }

    .vlq-step-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        opacity: 1;
        background:
            radial-gradient(circle at 13% 18%, rgba(37, 99, 235, 0.075), transparent 31%);
    }

    .vlq-step-card:nth-of-type(2)::before {
        background:
            radial-gradient(circle at 13% 18%, rgba(18, 50, 109, 0.075), transparent 31%);
    }

    .vlq-step-card:nth-of-type(3)::before {
        background:
            radial-gradient(circle at 13% 18%, rgba(8, 155, 83, 0.09), transparent 31%);
    }

    .vlq-step-card:active {
        transform: translateY(1px) !important;
    }


    /* -----------------------------------------------------
       ICON BLOCK
    ------------------------------------------------------ */

    .vlq-step-card__icon-wrap {
        width: 78px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0;
    }

    .vlq-step-card__icon {
        width: 78px !important;
        height: 78px !important;
        margin: 0 !important;
        border-radius: 24px !important;
        border: 1px solid rgba(220, 229, 241, 0.98) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow:
            0 16px 30px rgba(15, 23, 42, 0.075),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
        animation: none !important;
    }

    .vlq-step-card__icon svg {
        width: 46px !important;
        height: 46px !important;
    }

    .vlq-step-card__vq-logo {
        width: 52px !important;
    }


    /* -----------------------------------------------------
       NUMBER BADGE — TOP RIGHT
    ------------------------------------------------------ */

    .vlq-step-card__number {
        position: absolute !important;
        top: 18px;
        right: 18px;
        width: 36px !important;
        height: 36px !important;
        margin: 0 !important;
        z-index: 2;
        background: linear-gradient(180deg, #2B63EC 0%, #0D56DC 100%) !important;
        border: 3px solid #FFFFFF;
        color: #FFFFFF !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        box-shadow:
            0 12px 24px rgba(13, 86, 220, 0.26),
            0 0 0 1px rgba(13, 86, 220, 0.08);
        animation: none !important;
    }

    .vlq-step-card__number::before,
    .vlq-step-card__number::after {
        display: none !important;
    }

    .vlq-step-card:nth-of-type(3) .vlq-step-card__number {
        background: linear-gradient(180deg, #16A263 0%, #089B53 100%) !important;
        box-shadow:
            0 12px 24px rgba(8, 155, 83, 0.24),
            0 0 0 1px rgba(8, 155, 83, 0.08);
    }


    /* -----------------------------------------------------
       COPY
    ------------------------------------------------------ */

    .vlq-step-card__content {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
        padding-right: 28px;
        transform: none !important;
    }

    .vlq-step-card__content h3 {
        margin: 0 0 9px !important;
        color: #071633 !important;
        font-size: 18px !important;
        font-weight: 760 !important;
        line-height: 1.18 !important;
        letter-spacing: -0.032em !important;
        animation: none !important;
    }

    .vlq-step-card__content p {
        margin: 0 !important;
        color: #55657D !important;
        font-size: 15px !important;
        font-weight: 430 !important;
        line-height: 1.52 !important;
        letter-spacing: -0.012em !important;
    }

    .vlq-step-card__content p br {
        display: none;
    }


    /* -----------------------------------------------------
       LEARN MORE CTA
    ------------------------------------------------------ */

    .vlq-works__link {
        width: 100%;
        margin-top: 24px !important;
        min-height: 58px;
        padding: 0 18px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        border-radius: 20px;
        border: 1px solid rgba(1, 71, 209, 0.14);
        background:
            linear-gradient(135deg, rgba(238, 244, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
        color: #0147D1 !important;
        font-size: 15px !important;
        font-weight: 720 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.018em !important;
        box-shadow:
            0 16px 28px rgba(15, 23, 42, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 1);
    }

    .vlq-works__link svg {
        width: 20px !important;
        height: 20px !important;
        flex-shrink: 0;
    }


    /* -----------------------------------------------------
       SPACE BEFORE THE RECORD PREVIEW CARD
    ------------------------------------------------------ */

    .vlq-works__preview {
        margin-top: 8px;
    }
}


/* =========================================================
   EXTRA SMALL PHONE TUNING
========================================================= */

@media (max-width: 380px) {

    .vlq-works__inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .vlq-works__title {
        font-size: 28px !important;
    }

    .vlq-step-card {
        min-height: 168px;
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 15px !important;
        padding: 20px 16px !important;
    }

    .vlq-step-card__icon-wrap,
    .vlq-step-card__icon {
        width: 70px !important;
        height: 70px !important;
    }

    .vlq-step-card__icon svg {
        width: 42px !important;
        height: 42px !important;
    }

    .vlq-step-card__vq-logo {
        width: 46px !important;
    }

    .vlq-step-card__content {
        padding-right: 20px;
    }

    .vlq-step-card__content h3 {
        font-size: 17px !important;
    }

    .vlq-step-card__content p {
        font-size: 14px !important;
    }

    .vlq-steps__connector::before {
        left: 51px !important;
    }

    .vlq-steps__connector::after {
        left: 47px !important;
    }
}

/* =========================================================
   MOBILE PROCESS CONNECTOR — CENTRED POSITION ONLY
   Keeps the original live vertical animations intact.
========================================================= */

@media (max-width: 620px) {
.vlq-steps__connector {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    margin: 0 auto !important;
    flex: 0 0 52px !important;
}

    .vlq-steps__connector::before,
    .vlq-steps__connector::after {
        left: 50% !important;
    }

    .vlq-steps__connector::before {
        transform: translateX(-50%) !important;
    }

    .vlq-steps__connector::after {
        transform: translateX(-50%) !important;
    }
}

/* =========================================================
   VERIFIED CREDENTIAL CARD — CLEAN MOBILE DESKTOP-LIKE LAYOUT
   Keeps the desktop information structure:
   Label on left, value aligned opposite on right.
========================================================= */

@media (max-width: 620px) {

    .vlq-works__preview {
        margin-top: 10px !important;
    }

    .vlq-record-card {
        width: 100%;
        border-radius: 18px !important;
        overflow: hidden;
        border: 1px solid rgba(203, 213, 225, 0.95) !important;
        background: #FFFFFF !important;
        box-shadow:
            0 20px 42px rgba(15, 23, 42, 0.10),
            0 4px 12px rgba(15, 23, 42, 0.04) !important;
    }


    /* -----------------------------------------------------
       Header
    ------------------------------------------------------ */

    .vlq-record-card__header {
        min-height: 74px !important;
        padding: 18px 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
        background: #FFFFFF !important;
    }

    .vlq-record-card__verified {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .vlq-record-card__verified svg {
        width: 28px !important;
        height: 28px !important;
        flex-shrink: 0;
    }

    .vlq-record-card__verified span {
        color: #07883F !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        white-space: nowrap;
    }

    .vlq-record-card__active {
        min-height: 36px !important;
        padding: 0 14px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        background: #DDF8E7 !important;
        color: #07883F !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.01em !important;
        white-space: nowrap;
    }


    /* -----------------------------------------------------
       Body spacing
    ------------------------------------------------------ */

    .vlq-record-card__body {
        padding: 20px 18px 20px !important;
    }


    /* -----------------------------------------------------
       Candidate row
    ------------------------------------------------------ */

    .vlq-record-profile {
        margin-bottom: 22px !important;
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 16px !important;
    }

    .vlq-record-profile__avatar {
        width: 76px !important;
        height: 76px !important;
        font-size: 28px !important;
        flex-shrink: 0;
    }

    .vlq-record-profile__identity strong {
        display: block;
        color: #071633 !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.025em !important;
    }

    .vlq-record-profile__identity span {
        display: block;
        margin-top: 5px !important;
        color: #294677 !important;
        font-size: 13px !important;
        font-weight: 560 !important;
        line-height: 1.35 !important;
    }


    /* -----------------------------------------------------
       Meta information — desktop-like rows
    ------------------------------------------------------ */

    .vlq-record-meta {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    .vlq-record-meta__row {
        width: 100%;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 0 !important;
    }

    .vlq-record-meta__row dt {
        color: #5A6A87 !important;
        font-size: 13px !important;
        font-weight: 560 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.01em !important;
        white-space: nowrap !important;
    }

    .vlq-record-meta__row dd {
        margin: 0 !important;
        color: #071633 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.012em !important;
        text-align: right !important;
        white-space: nowrap !important;
    }


    /* -----------------------------------------------------
       Blockchain status
    ------------------------------------------------------ */

    .vlq-record-status {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
    }

    .vlq-record-status__dot {
        width: 10px !important;
        height: 10px !important;
        flex-shrink: 0;
    }

    .vlq-record-status strong {
        color: #071633 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }


    /* -----------------------------------------------------
       Download button
    ------------------------------------------------------ */

    .vlq-record-download {
        width: 100% !important;
        height: 60px !important;
        margin-top: 22px !important;
        border-radius: 8px !important;
        border: 1.5px solid #165DFF !important;
        background: #FFFFFF !important;
        color: #1655D8 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        letter-spacing: -0.015em !important;
    }

    .vlq-record-download svg {
        width: 20px !important;
        height: 20px !important;
    }
}


/* =========================================================
   EXTRA SMALL PHONE SAFETY
========================================================= */

@media (max-width: 380px) {

    .vlq-record-card__header {
        padding: 16px 14px !important;
    }

    .vlq-record-card__verified {
        gap: 9px !important;
    }

    .vlq-record-card__verified span {
        font-size: 11.5px !important;
    }

    .vlq-record-card__active {
        min-height: 32px !important;
        padding: 0 11px !important;
        font-size: 11px !important;
    }

    .vlq-record-card__body {
        padding: 18px 14px 18px !important;
    }

    .vlq-record-profile {
        grid-template-columns: 64px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .vlq-record-profile__avatar {
        width: 64px !important;
        height: 64px !important;
        font-size: 24px !important;
    }

    .vlq-record-profile__identity strong {
        font-size: 17px !important;
    }

    .vlq-record-meta__row dt,
    .vlq-record-meta__row dd,
    .vlq-record-status strong {
        font-size: 12.5px !important;
    }

    .vlq-record-download {
        height: 56px !important;
        font-size: 14px !important;
    }
}

/* =========================================================
   TRUSTED ACROSS INDUSTRIES — PREMIUM MOBILE CARD GRID
========================================================= */

@media (max-width: 620px) {

    .vlq-industries-rail__inner {
        padding: 48px 18px 58px !important;
    }

    .vlq-industries-rail__header {
        max-width: 100%;
        margin: 0 auto 32px !important;
    }

    .vlq-industries-rail__title {
        font-size: 27px !important;
        font-weight: 800 !important;
        line-height: 1.12 !important;
        letter-spacing: -0.045em !important;
    }

    .vlq-industries-rail__subtitle {
        max-width: 360px !important;
        margin-top: 14px !important;
        font-size: 15px !important;
        font-weight: 470 !important;
        line-height: 1.58 !important;
        letter-spacing: -0.012em !important;
    }

    .vlq-industries-rail__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    .vlq-industry-rail-item {
        min-height: 156px !important;
        padding: 20px 14px 18px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        border-radius: 24px !important;
        border: 1px solid rgba(215, 225, 238, 0.98) !important;
        background:
            linear-gradient(
                145deg,
                #FFFFFF 0%,
                #F8FBFF 100%
            ) !important;
        box-shadow:
            0 18px 36px rgba(15, 23, 42, 0.06),
            0 3px 10px rgba(15, 23, 42, 0.03),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
        transition:
            transform 300ms var(--ease-premium),
            border-color 260ms ease,
            box-shadow 300ms ease !important;
    }

    .vlq-industry-rail-item:active {
        transform: translateY(1px) !important;
    }

    .vlq-industry-rail-item__icon {
        width: 68px !important;
        height: 68px !important;
        margin: 0 !important;
        border-radius: 22px !important;
        background: #FFFFFF !important;
        border: 1px solid rgba(216, 226, 239, 0.98) !important;
        box-shadow:
            0 14px 28px rgba(15, 23, 42, 0.07),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    .vlq-industry-rail-item__icon svg {
        width: 38px !important;
        height: 38px !important;
    }

    .vlq-industry-rail-item h3 {
        margin: 16px 0 0 !important;
        color: #071633 !important;
        font-size: 15px !important;
        font-weight: 760 !important;
        line-height: 1.28 !important;
        letter-spacing: -0.022em !important;
    }

    /* Centre the final Government card */
    .vlq-industry-rail-item:nth-child(7) {
        grid-column: 1 / -1 !important;
        width: calc(50% - 7px) !important;
        justify-self: center !important;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE TUNING
========================================================= */

@media (max-width: 380px) {

    .vlq-industries-rail__inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .vlq-industries-rail__title {
        font-size: 25px !important;
    }

    .vlq-industries-rail__subtitle {
        font-size: 14px !important;
    }

    .vlq-industries-rail__grid {
        gap: 12px !important;
    }

    .vlq-industry-rail-item {
        min-height: 146px !important;
        padding: 18px 12px 16px !important;
        border-radius: 22px !important;
    }

    .vlq-industry-rail-item__icon {
        width: 62px !important;
        height: 62px !important;
    }

    .vlq-industry-rail-item__icon svg {
        width: 35px !important;
        height: 35px !important;
    }

    .vlq-industry-rail-item h3 {
        font-size: 14px !important;
    }
}
.vlq-pricing__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(32, 138, 239, 0.08);
    color: #1664c0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vlq-price-card__supporting {
    margin-top: 14px;
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.92rem;
    line-height: 1.55;
}

.vlq-price-card__allowance,
.vlq-price-card__overage {
    margin: 20px 0 18px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(32, 138, 239, 0.08), rgba(26, 196, 125, 0.08));
    border: 1px solid rgba(32, 138, 239, 0.14);
}

.vlq-price-card__allowance span,
.vlq-price-card__overage span {
    display: block;
    margin-bottom: 5px;
    color: rgba(15, 23, 42, 0.58);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vlq-price-card__allowance strong,
.vlq-price-card__overage strong {
    display: block;
    color: #0f172a;
    font-size: 1.08rem;
    line-height: 1.25;
}

.vlq-price-card__limits {
    margin-top: 18px;
    padding: 14px 15px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.86rem;
    line-height: 1.55;
}

.vlq-price-card__limits strong {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
}

.vlq-price-card__upgrade {
    margin-top: 12px;
    padding: 13px 15px;
    border-radius: 16px;
    background: rgba(26, 196, 125, 0.1);
    color: #0f5132;
    font-size: 0.86rem;
    line-height: 1.5;
}

.vlq-price-card--featured .vlq-price-card__allowance,
.vlq-price-card--featured .vlq-price-card__overage {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
}

.vlq-price-card--featured .vlq-price-card__allowance span,
.vlq-price-card--featured .vlq-price-card__overage span,
.vlq-price-card--featured .vlq-price-card__supporting {
    color: rgba(255, 255, 255, 0.72);
}

.vlq-price-card--featured .vlq-price-card__allowance strong,
.vlq-price-card--featured .vlq-price-card__overage strong {
    color: #ffffff;
}
/* ================================
   6th Pricing Card — Custom Enterprise
================================ */

.vlq-price-card--custom-enterprise {
    border-color: rgba(7, 22, 51, 0.18);
    background:
        radial-gradient(circle at top right, rgba(32, 138, 239, 0.10), transparent 38%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 24px 70px rgba(7, 22, 51, 0.08);
}

.vlq-price-card--custom-enterprise .vlq-price-card__eyebrow {
    color: #071633;
}

.vlq-price-card--custom-enterprise .vlq-price-card__price strong {
    color: #071633;
    font-size: clamp(2.2rem, 3vw, 2.75rem);
}

.vlq-price-card--custom-enterprise .vlq-price-card__features li:first-child {
    color: #071633;
    font-weight: 900;
}

.vlq-price-card--custom-enterprise .vlq-price-card__features li span:first-child {
    color: #0057d9;
}

.vlq-price-card--custom-enterprise .vlq-price-card__button {
    background: #071633;
    color: #ffffff;
    border-color: #071633;
    box-shadow: 0 16px 34px rgba(7, 22, 51, 0.18);
}

.vlq-price-card--custom-enterprise .vlq-price-card__button:hover {
    background: #0b2148;
    transform: translateY(-2px);
}/* ================================
   Custom Enterprise Horizontal Strip
================================ */

.vlq-price-card--custom-enterprise {
    margin-top: 26px;
    padding: 34px 36px;
    border-radius: 24px;
    border: 1px solid rgba(7, 22, 51, 0.14);
    background:
        radial-gradient(circle at top right, rgba(32, 138, 239, 0.12), transparent 42%),
        linear-gradient(135deg, #ffffff, #f5fbff);
    box-shadow: 0 24px 70px rgba(7, 22, 51, 0.08);
}

.vlq-custom-enterprise__content {
    display: grid;
    grid-template-columns: 260px 1fr 220px;
    gap: 34px;
    align-items: center;
}

.vlq-custom-enterprise__main {
    text-align: left;
}

.vlq-price-card--custom-enterprise .vlq-price-card__eyebrow {
    margin-bottom: 12px;
    color: #071633;
}

.vlq-price-card--custom-enterprise .vlq-price-card__price {
    justify-content: flex-start;
    margin-bottom: 0;
}

.vlq-price-card--custom-enterprise .vlq-price-card__price strong {
    color: #071633;
    font-size: clamp(2.3rem, 4vw, 3.2rem);
}

.vlq-custom-enterprise__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 0;
}

.vlq-custom-enterprise__features li:first-child {
    color: #071633;
    font-weight: 900;
}

.vlq-price-card--custom-enterprise .vlq-price-card__features li span:first-child {
    color: #0057d9;
}

.vlq-custom-enterprise__action {
    display: flex;
    justify-content: flex-end;
}

.vlq-price-card--custom-enterprise .vlq-price-card__button {
    width: 100%;
    background: #071633;
    color: #ffffff;
    border-color: #071633;
    box-shadow: 0 16px 34px rgba(7, 22, 51, 0.18);
}

.vlq-price-card--custom-enterprise .vlq-price-card__button:hover {
    background: #0b2148;
    transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1100px) {
    .vlq-custom-enterprise__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vlq-custom-enterprise__main {
        text-align: center;
    }

    .vlq-price-card--custom-enterprise .vlq-price-card__price {
        justify-content: center;
    }

    .vlq-custom-enterprise__action {
        justify-content: center;
    }

    .vlq-price-card--custom-enterprise .vlq-price-card__button {
        max-width: 320px;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .vlq-price-card--custom-enterprise {
        padding: 28px 22px;
    }

    .vlq-custom-enterprise__features {
        grid-template-columns: 1fr;
    }

    .vlq-price-card--custom-enterprise .vlq-price-card__button {
        max-width: none;
    }
}
/* ================================
   Custom Enterprise Horizontal Strip
================================ */

.vlq-custom-enterprise {
    display: grid;
    grid-template-columns: 260px 1fr 220px;
    gap: 34px;
    align-items: center;
    margin-top: 26px;
    padding: 34px 36px;
    border-radius: 24px;
    border: 1px solid rgba(7, 22, 51, 0.14);
    background:
        radial-gradient(circle at top right, rgba(32, 138, 239, 0.12), transparent 42%),
        linear-gradient(135deg, #ffffff, #f5fbff);
    box-shadow: 0 24px 70px rgba(7, 22, 51, 0.08);
}

.vlq-custom-enterprise__main {
    text-align: left;
}

.vlq-custom-enterprise__eyebrow {
    margin: 0 0 12px;
    color: #071633;
    font-size: 0.92rem;
    font-weight: 800;
}

.vlq-custom-enterprise__price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    color: #071633;
}

.vlq-custom-enterprise__price strong {
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.vlq-custom-enterprise__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vlq-custom-enterprise__features li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #314567;
    font-size: 0.94rem;
    line-height: 1.4;
}

.vlq-custom-enterprise__features li:first-child {
    color: #071633;
    font-weight: 900;
}

.vlq-custom-enterprise__features li span:first-child {
    color: #0057d9;
    font-weight: 900;
}

.vlq-custom-enterprise__action {
    display: flex;
    justify-content: flex-end;
}

.vlq-custom-enterprise__button {
    width: 100%;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 14px;
    border: 1px solid #071633;
    background: #071633;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(7, 22, 51, 0.18);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.vlq-custom-enterprise__button:hover {
    background: #0b2148;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(7, 22, 51, 0.22);
}

/* Tablet */
@media (max-width: 1100px) {
    .vlq-custom-enterprise {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .vlq-custom-enterprise__main {
        text-align: center;
    }

    .vlq-custom-enterprise__price {
        justify-content: center;
    }

    .vlq-custom-enterprise__action {
        justify-content: center;
    }

    .vlq-custom-enterprise__button {
        max-width: 320px;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .vlq-custom-enterprise {
        padding: 28px 22px;
    }

    .vlq-custom-enterprise__features {
        grid-template-columns: 1fr;
    }

    .vlq-custom-enterprise__button {
        max-width: none;
    }
}

/* =========================================================
   TRUSTED ACROSS INDUSTRIES — DARK MOBILE CLEAN OVERRIDE
   Keep this at the VERY BOTTOM of the CSS file.
========================================================= */

@media (max-width: 900px) {
    .vlq-industries-rail__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }
}

@media (max-width: 620px) {
    .vlq-industries-rail__inner {
        padding: 62px 18px 68px !important;
    }

    .vlq-industries-rail__header {
        margin-bottom: 42px !important;
    }

    .vlq-industries-rail__title {
        font-size: 32px !important;
        line-height: 1.1 !important;
        letter-spacing: -0.04em !important;
        color: #ffffff !important;
    }

    .vlq-industries-rail__subtitle {
        font-size: 15px !important;
        line-height: 1.65 !important;
        color: rgba(226, 232, 240, 0.76) !important;
    }

    .vlq-industries-rail__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .vlq-industry-rail-item {
        min-height: 168px;
        padding: 24px 14px 22px;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 22px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)) !important;
        box-shadow:
            0 18px 36px rgba(0, 0, 0, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    }

    .vlq-industry-rail-item__icon {
        width: 68px !important;
        height: 68px !important;
        color: #ffffff !important;
        background:
            radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.26), transparent 34%),
            linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)) !important;
        border: 1px solid rgba(255, 255, 255, 0.20) !important;
        box-shadow:
            0 14px 30px rgba(0, 0, 0, 0.26),
            0 0 30px rgba(255, 255, 255, 0.10),
            0 0 38px rgba(96, 165, 250, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    }

    .vlq-industry-rail-item__icon svg {
        width: 32px !important;
        height: 32px !important;
        color: #ffffff !important;
    }

.vlq-industry-rail-item h3 {
    margin-top: 14px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
    font-weight: 560 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.002em !important;
}
}

@media (max-width: 380px) {
    .vlq-industries-rail__grid {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   VERRALINQ FINAL MASTER OVERRIDES
   Typography discipline matched to the hero section.
   Keep this block at the very bottom of the file.
   ========================================================= */

:root {
    --vlq-font-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --vlq-type-heading-weight: 800;
    --vlq-type-section-weight: 760;
    --vlq-type-card-weight: 620;
    --vlq-type-body-weight: 400;
    --vlq-type-button-weight: 760;
    --vlq-track-heading: -0.045em;
    --vlq-track-section: -0.04em;
    --vlq-track-card: -0.012em;
    --vlq-track-body: -0.008em;
    --vlq-track-button: -0.022em;
    --vlq-ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

html,
body {
    font-family: var(--vlq-font-sans) !important;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---------- Hero: master reference ---------- */
.vlq-hero__title {
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
}

.vlq-hero__subtitle {
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: -0.008em !important;
}

.vlq-trust-badge {
    font-weight: 560 !important;
    letter-spacing: -0.006em !important;
}

.vlq-search-box__input {
    font-weight: 450 !important;
    letter-spacing: -0.006em !important;
}

.vlq-search-box__button,
.vlq-qr-box__text strong {
    font-weight: 680 !important;
    letter-spacing: -0.014em !important;
}

.vlq-qr-box__text small {
    font-weight: 400 !important;
    letter-spacing: -0.006em !important;
}

/* ---------- Header / navigation ---------- */
.vlq-header,
.vlq-header *,
.vlq-nav,
.vlq-nav * {
    font-family: var(--vlq-font-sans) !important;
}

.vlq-header a,
.vlq-header button,
.vlq-nav a,
.vlq-nav__link,
.vlq-header__login,
.vlq-header__cta {
    font-weight: 620 !important;
    letter-spacing: -0.012em !important;
}

/* ---------- Global section titles ---------- */
.vlq-works__title,
.vlq-industries-rail__title,
.vlq-pricing__title,
.vlq-section-title,
.vlq-api__title,
.vlq-resources__title,
.vlq-company__title,
.vlq-institutions__title,
.vlq-verification__title,
.vlq-card-showcase__title,
.vlq-final-cta__title {
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
}

/* ---------- Global subtitles / paragraph rhythm ---------- */
.vlq-hero__subtitle,
.vlq-industries-rail__subtitle,
.vlq-pricing__subtitle,
.vlq-section-subtitle,
.vlq-api__subtitle,
.vlq-resources__subtitle,
.vlq-company__subtitle,
.vlq-institutions__subtitle,
.vlq-verification__subtitle,
.vlq-card-showcase__subtitle,
.vlq-final-cta__subtitle {
    font-weight: 400 !important;
    line-height: 1.62 !important;
    letter-spacing: -0.008em !important;
}

/* ---------- Card headings and labels ---------- */
.vlq-step-card__content h3,
.vlq-price-card__eyebrow,
.vlq-custom-enterprise__eyebrow,
.vlq-record-profile__identity strong,
.vlq-feature span,
.vlq-card h3,
.vlq-card__title,
.vlq-resource-card h3,
.vlq-api-card h3,
.vlq-institution-card h3,
.vlq-verification-card h3 {
    font-weight: 620 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.012em !important;
}

/* ---------- Body / feature copy ---------- */
.vlq-step-card__content p,
.vlq-price-card__features li,
.vlq-custom-enterprise__features li,
.vlq-record-meta__row dt,
.vlq-record-meta__row dd,
.vlq-card p,
.vlq-resource-card p,
.vlq-api-card p,
.vlq-institution-card p,
.vlq-verification-card p {
    font-weight: 400 !important;
    letter-spacing: -0.006em !important;
}

/* ---------- Emphasised values ---------- */
.vlq-price-card__features li:first-child,
.vlq-custom-enterprise__features li:first-child,
.vlq-record-profile__identity strong,
.vlq-record-meta__row dd {
    font-weight: 680 !important;
    letter-spacing: -0.014em !important;
}

/* ---------- Pricing numbers ---------- */
.vlq-price-card__price strong,
.vlq-custom-enterprise__price strong {
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.055em !important;
}

/* ---------- Buttons ---------- */
.vlq-search-box__button,
.vlq-price-card__button,
.vlq-custom-enterprise__button,
.vlq-record-download,
.vlq-btn,
.vlq-button,
button[class*="vlq-"] {
    font-weight: 760 !important;
    letter-spacing: -0.022em !important;
}

/* ---------- Pills / badges ---------- */
.vlq-pricing__kicker,
.vlq-price-card__free-pill,
.vlq-price-card__recommendation,
.vlq-record-card__active {
    font-weight: 720 !important;
    letter-spacing: 0.055em !important;
}

/* =========================================================
   TRUSTED ACROSS INDUSTRIES — FINAL HERO-MATCHED VERSION
   Clean typography, white-glow icons, disciplined weights.
   ========================================================= */

.vlq-industries-rail {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.20), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(56, 189, 248, 0.13), transparent 32%),
        linear-gradient(135deg, #020617 0%, #06142d 46%, #0b1f36 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-family: var(--vlq-font-sans) !important;
    isolation: isolate;
}

.vlq-industries-rail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: 0.16;
}

.vlq-industries-rail::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.055), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 38%, rgba(0, 0, 0, 0.12));
}

.vlq-industries-rail__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 86px 24px 92px !important;
    position: relative;
    z-index: 2;
}

.vlq-industries-rail__header {
    max-width: 780px;
    margin: 0 auto 66px !important;
    text-align: center;
}

.vlq-industries-rail__title {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(34px, 3.2vw, 48px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.vlq-industries-rail__subtitle {
    max-width: 760px;
    margin: 20px auto 0 !important;
    color: rgba(226, 232, 240, 0.70) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;
    letter-spacing: -0.006em !important;
}

.vlq-industries-rail__grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: start !important;
}

.vlq-industry-rail-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.vlq-industry-rail-item__icon {
    width: 86px !important;
    height: 86px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055)) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow:
        0 24px 54px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(255, 255, 255, 0.055) inset,
        0 0 36px rgba(255, 255, 255, 0.12),
        0 0 54px rgba(59, 130, 246, 0.18) !important;
    backdrop-filter: blur(16px);
    transition:
        transform 360ms var(--vlq-ease-premium),
        border-color 260ms ease,
        background 260ms ease,
        box-shadow 360ms ease;
}

.vlq-industry-rail-item__icon::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
    opacity: 0;
    transform: scale(0.88);
    transition:
        opacity 360ms ease,
        transform 360ms var(--vlq-ease-premium);
}

.vlq-industry-rail-item__icon svg {
    width: 39px !important;
    height: 39px !important;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    filter:
        drop-shadow(0 0 10px rgba(255, 255, 255, 0.42))
        drop-shadow(0 10px 24px rgba(59, 130, 246, 0.28));
    transition:
        transform 360ms var(--vlq-ease-premium),
        filter 280ms ease;
}

.vlq-industry-rail-item h3 {
    margin: 18px 0 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.004em !important;
    text-wrap: balance;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition:
        color 240ms ease,
        transform 280ms var(--vlq-ease-premium);
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.42) !important;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.36), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.20), rgba(96, 165, 250, 0.12)) !important;
    box-shadow:
        0 30px 68px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 0 42px rgba(255, 255, 255, 0.22),
        0 0 70px rgba(96, 165, 250, 0.30) !important;
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon::before {
    opacity: 1;
    transform: scale(1.04);
}

.vlq-industry-rail-item:hover .vlq-industry-rail-item__icon svg {
    transform: scale(1.07);
    filter:
        drop-shadow(0 0 14px rgba(255, 255, 255, 0.62))
        drop-shadow(0 12px 28px rgba(96, 165, 250, 0.38));
}

.vlq-industry-rail-item:hover h3 {
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* =========================================================
   RESPONSIVE FINAL OVERRIDES
   ========================================================= */

@media (max-width: 1100px) {
    .vlq-industries-rail__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }
}

@media (max-width: 900px) {
    .vlq-industries-rail__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }
}

@media (max-width: 620px) {
    .vlq-industries-rail__inner {
        padding: 62px 18px 68px !important;
    }

    .vlq-industries-rail__header {
        margin-bottom: 42px !important;
    }

    .vlq-industries-rail__title {
        font-size: 32px !important;
        line-height: 1.1 !important;
        letter-spacing: -0.04em !important;
    }

    .vlq-industries-rail__subtitle {
        font-size: 15px !important;
        line-height: 1.65 !important;
        font-weight: 400 !important;
        letter-spacing: -0.006em !important;
    }

    .vlq-industries-rail__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .vlq-industry-rail-item {
        min-height: 168px !important;
        padding: 24px 14px 22px !important;
        justify-content: center !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 22px !important;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)) !important;
        box-shadow:
            0 18px 36px rgba(0, 0, 0, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    }

    .vlq-industry-rail-item__icon {
        width: 68px !important;
        height: 68px !important;
    }

    .vlq-industry-rail-item__icon svg {
        width: 32px !important;
        height: 32px !important;
    }

    .vlq-industry-rail-item h3 {
        margin-top: 14px !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 14px !important;
        font-weight: 560 !important;
        line-height: 1.32 !important;
        letter-spacing: -0.002em !important;
    }
}

@media (max-width: 380px) {
    .vlq-industries-rail__grid {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* =========================================================
   FINAL MICRO LETTER-SPACING TUNE
   Slightly opens the whole page typography while preserving
   the hero-style premium hierarchy.
   ========================================================= */

.vlq-hero__title,
.vlq-works__title,
.vlq-industries-rail__title,
.vlq-pricing__title {
    letter-spacing: -0.038em !important;
}

.vlq-hero__subtitle,
.vlq-industries-rail__subtitle,
.vlq-pricing__subtitle,
.vlq-step-card__content p,
.vlq-feature span,
.vlq-qr-box__text small {
    letter-spacing: -0.004em !important;
}

.vlq-step-card__content h3,
.vlq-industry-rail-item h3,
.vlq-price-card__eyebrow,
.vlq-custom-enterprise__eyebrow,
.vlq-record-profile__identity strong,
.vlq-record-profile__identity span {
    letter-spacing: -0.006em !important;
}

.vlq-price-card__features li,
.vlq-custom-enterprise__features li,
.vlq-record-meta__row dt,
.vlq-record-meta__row dd,
.vlq-search-box__input {
    letter-spacing: -0.002em !important;
}

.vlq-price-card__features li:first-child,
.vlq-custom-enterprise__features li:first-child {
    letter-spacing: -0.008em !important;
}

.vlq-price-card__price strong,
.vlq-custom-enterprise__price strong {
    letter-spacing: -0.048em !important;
}

.vlq-search-box__button,
.vlq-price-card__button,
.vlq-custom-enterprise__button,
.vlq-record-download,
.vlq-header a,
.vlq-header button,
.vlq-nav a,
.vlq-nav__link,
.vlq-header__login,
.vlq-header__cta {
    letter-spacing: -0.010em !important;
}

.vlq-trust-badge,
.vlq-pricing__kicker,
.vlq-price-card__free-pill,
.vlq-price-card__recommendation,
.vlq-record-card__active {
    letter-spacing: 0.065em !important;
}

@media (max-width: 620px) {
    .vlq-industries-rail__title {
        letter-spacing: -0.034em !important;
    }

    .vlq-industries-rail__subtitle,
    .vlq-industry-rail-item h3 {
        letter-spacing: 0 !important;
    }
}


/* =========================================================
   FINAL POPPINS FONT OVERRIDE
   Poppins is rounder than Geist, so this keeps spacing open
   and weights controlled across the whole page.
   ========================================================= */

:root {
    --vlq-font-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html,
body,
button,
input,
textarea,
select {
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.vlq-hero,
.vlq-header,
.vlq-works,
.vlq-industries-rail,
.vlq-pricing,
.vlq-record-card {
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Poppins-specific polish */
.vlq-hero__title,
.vlq-works__title,
.vlq-industries-rail__title,
.vlq-pricing__title {
    font-weight: 800 !important;
    letter-spacing: -0.032em !important;
}

.vlq-hero__subtitle,
.vlq-industries-rail__subtitle,
.vlq-pricing__subtitle {
    font-weight: 400 !important;
    letter-spacing: -0.002em !important;
}

.vlq-step-card__content h3,
.vlq-industry-rail-item h3,
.vlq-price-card__eyebrow,
.vlq-custom-enterprise__eyebrow {
    font-weight: 560 !important;
    letter-spacing: 0 !important;
}

.vlq-price-card__features li,
.vlq-custom-enterprise__features li,
.vlq-step-card__content p,
.vlq-record-meta__row dt,
.vlq-record-meta__row dd {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.vlq-price-card__features li:first-child,
.vlq-custom-enterprise__features li:first-child {
    font-weight: 650 !important;
    letter-spacing: -0.004em !important;
}

.vlq-price-card__price strong,
.vlq-custom-enterprise__price strong {
    font-weight: 800 !important;
    letter-spacing: -0.040em !important;
}

.vlq-search-box__button,
.vlq-price-card__button,
.vlq-custom-enterprise__button,
.vlq-record-download,
.vlq-header__cta {
    font-weight: 650 !important;
    letter-spacing: -0.004em !important;
}
/* =========================================================
   INDUSTRIES STRIP — PREMIUM GLASS ELEVATED VERSION
   Clean horizontal rail with premium background + motion
========================================================= */

.vlq-industries-strip {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 16%, rgba(59, 130, 246, 0.22), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.12), transparent 28%),
        radial-gradient(circle at 50% 105%, rgba(59, 130, 246, 0.10), transparent 32%),
        linear-gradient(135deg, #020617 0%, #071633 48%, #0b1f36 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    isolation: isolate;
}

/* Fine star/grid texture */
.vlq-industries-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(255,255,255,0.42) 0 1px, transparent 1.4px),
        linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.024) 1px, transparent 1px);
    background-size:
        160px 160px,
        82px 82px,
        82px 82px;
    background-position:
        14px 22px,
        0 0,
        0 0;
    opacity: 0.16;
}

/* Soft wave / light sweep */
.vlq-industries-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(
            115deg,
            transparent 0%,
            transparent 36%,
            rgba(59, 130, 246, 0.08) 46%,
            rgba(255, 255, 255, 0.055) 50%,
            rgba(59, 130, 246, 0.08) 54%,
            transparent 66%,
            transparent 100%
        );
    transform: translateX(-28%);
    animation: vlqIndustriesSweep 11s ease-in-out infinite;
    opacity: 0.55;
}

.vlq-industries-strip__inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 72px 24px 74px;
}

/* Header */
.vlq-industries-strip__header {
    max-width: 880px;
    margin: 0 auto 46px;
    text-align: center;
}

.vlq-industries-strip__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.15rem, 3.3vw, 3.2rem);
    font-weight: 780;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-wrap: balance;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.vlq-industries-strip__title span {
    color: #3B82F6;
    text-shadow:
        0 0 26px rgba(59, 130, 246, 0.22),
        0 18px 48px rgba(0, 0, 0, 0.18);
}

.vlq-industries-strip__subtitle {
    max-width: 760px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.96rem;
    font-weight: 350;
    line-height: 1.64;
    letter-spacing: 0.002em;
}

/* Glass rail container */
.vlq-industries-strip__rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(147, 197, 253, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.026));
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.035) inset,
        0 0 54px rgba(59, 130, 246, 0.08);
    backdrop-filter: blur(18px);
}

/* Top glass highlight line */
.vlq-industries-strip__rail::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.28),
        rgba(59, 130, 246, 0.24),
        transparent
    );
    pointer-events: none;
}

/* Bottom blue accent line */
.vlq-industries-strip__rail::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(59, 130, 246, 0.35),
        transparent
    );
    pointer-events: none;
}

.vlq-industries-strip__item {
    position: relative;
    min-height: 132px;
    padding: 24px 12px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    background: transparent;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqIndustryItemIn 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition:
        background 220ms ease,
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-industries-strip__item:nth-child(1) { animation-delay: 80ms; }
.vlq-industries-strip__item:nth-child(2) { animation-delay: 140ms; }
.vlq-industries-strip__item:nth-child(3) { animation-delay: 200ms; }
.vlq-industries-strip__item:nth-child(4) { animation-delay: 260ms; }
.vlq-industries-strip__item:nth-child(5) { animation-delay: 320ms; }
.vlq-industries-strip__item:nth-child(6) { animation-delay: 380ms; }
.vlq-industries-strip__item:nth-child(7) { animation-delay: 440ms; }

.vlq-industries-strip__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        transparent
    );
}

.vlq-industries-strip__item:hover {
    transform: translateY(-3px);
    background:
        radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.12), transparent 48%),
        rgba(255, 255, 255, 0.038);
}

/* Icon */
.vlq-industries-strip__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 16px;
    background:
        radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.25), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 28px rgba(0, 0, 0, 0.22),
        0 0 26px rgba(59, 130, 246, 0.12);
    transition:
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 260ms ease;
}

.vlq-industries-strip__icon svg {
    width: 27px;
    height: 27px;
    color: currentColor;
    filter:
        drop-shadow(0 0 8px rgba(255, 255, 255, 0.28))
        drop-shadow(0 8px 18px rgba(59, 130, 246, 0.20));
}

.vlq-industries-strip__item h3 {
    max-width: 135px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
    font-weight: 470;
    line-height: 1.27;
    letter-spacing: 0.004em;
    text-wrap: balance;
    transition:
        color 220ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-industries-strip__item:hover .vlq-industries-strip__icon {
    transform: translateY(-2px) scale(1.035);
    background:
        radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.32), transparent 36%),
        linear-gradient(145deg, rgba(59, 130, 246, 0.18), rgba(255, 255, 255, 0.055));
    border-color: rgba(147, 197, 253, 0.36);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        0 16px 34px rgba(0, 0, 0, 0.26),
        0 0 32px rgba(255, 255, 255, 0.10),
        0 0 46px rgba(59, 130, 246, 0.24);
}

.vlq-industries-strip__item:hover h3 {
    color: #ffffff;
    transform: translateY(-1px);
}

/* Animations */
@keyframes vlqIndustryItemIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

@keyframes vlqIndustriesSweep {
    0%, 100% {
        transform: translateX(-32%);
        opacity: 0.30;
    }

    50% {
        transform: translateX(32%);
        opacity: 0.62;
    }
}

/* Tablet */
@media (max-width: 1040px) {
    .vlq-industries-strip__rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vlq-industries-strip__item:not(:last-child)::after {
        display: none;
    }

    .vlq-industries-strip__item {
        border-right: 1px solid rgba(255, 255, 255, 0.075);
        border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    }

    .vlq-industries-strip__item:nth-child(4n) {
        border-right: 0;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .vlq-industries-strip__inner {
        padding: 58px 18px 62px;
    }

    .vlq-industries-strip__header {
        margin-bottom: 34px;
    }

    .vlq-industries-strip__title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
        letter-spacing: -0.018em;
    }

    .vlq-industries-strip__subtitle {
        font-size: 0.9rem;
        line-height: 1.58;
        color: rgba(255, 255, 255, 0.88);
    }

    .vlq-industries-strip__rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 22px;
    }

    .vlq-industries-strip__item {
        min-height: 122px;
        padding: 20px 10px 18px;
    }

    .vlq-industries-strip__item:nth-child(4n) {
        border-right: 1px solid rgba(255, 255, 255, 0.075);
    }

    .vlq-industries-strip__item:nth-child(2n) {
        border-right: 0;
    }

    .vlq-industries-strip__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .vlq-industries-strip__icon svg {
        width: 24px;
        height: 24px;
    }

    .vlq-industries-strip__item h3 {
        font-size: 0.8rem;
    }
}

@media (max-width: 380px) {
    .vlq-industries-strip__rail {
        grid-template-columns: 1fr;
    }

    .vlq-industries-strip__item {
        border-right: 0 !important;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .vlq-industries-strip::after,
    .vlq-industries-strip__item {
        animation: none !important;
    }

    .vlq-industries-strip__item {
        opacity: 1;
        transform: none;
    }
}
/* =========================================================


/* =========================================================
   VERRALINQ PRICING — FINAL LOCKED GRID SYSTEM
   Equal card height, aligned billing box, aligned content.
   No carousel. No duplicate patches.
========================================================= */

.vlq-pricing-carousel,
.vlq-pricing-carousel__viewport,
.vlq-pricing-carousel__track,
.vlq-pricing-carousel__dots,
.vlq-pricing-carousel__top,
.vlq-custom-enterprise {
    display: none !important;
}

/* Section */
.vlq-pricing {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: clamp(54px, 5vw, 76px) 0 34px !important;
    background:
        radial-gradient(circle at 16% 12%, rgba(1, 71, 209, 0.08), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(14, 165, 233, 0.055), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f8fbff 100%) !important;
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    isolation: isolate !important;
}

.vlq-pricing::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(1, 71, 209, 0.024) 1px, transparent 1px),
        linear-gradient(180deg, rgba(1, 71, 209, 0.020) 1px, transparent 1px) !important;
    background-size: 82px 82px !important;
    opacity: 0.16 !important;
}

/* Existing page width */
.vlq-pricing__inner {
    position: relative !important;
    z-index: 1 !important;
    width: min(1280px, calc(100% - 48px)) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.vlq-pricing__header {
    max-width: 800px !important;
    margin: 0 auto clamp(28px, 3vw, 38px) !important;
    text-align: center !important;
}

.vlq-pricing__title {
    margin: 0 !important;
    color: #071633 !important;
    font-size: clamp(2rem, 3.1vw, 3.25rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.028em !important;
    text-wrap: balance !important;
}

.vlq-pricing__subtitle {
    max-width: 720px !important;
    margin: 14px auto 0 !important;
    color: rgba(49, 69, 103, 0.76) !important;
    font-size: clamp(0.92rem, 1.05vw, 1rem) !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
}

/* 5-card locked grid */
.vlq-pricing__grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
}

/* Card */
.vlq-price-card {
    position: relative !important;
    min-width: 0 !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    padding: 24px 20px 22px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.965)) !important;
    border: 1px solid rgba(148, 163, 184, 0.34) !important;
    box-shadow:
        0 22px 58px rgba(15, 23, 42, 0.065),
        inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
    transition:
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 240ms ease,
        box-shadow 260ms ease !important;
}

.vlq-price-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(1, 71, 209, 0.22) !important;
    box-shadow:
        0 28px 70px rgba(15, 23, 42, 0.095),
        inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

/* Featured */
.vlq-price-card--featured {
    border-color: rgba(24, 199, 129, 0.50) !important;
    background:
        linear-gradient(180deg, rgba(220, 252, 241, 0.68), rgba(255, 255, 255, 0.97) 42%),
        #ffffff !important;
    box-shadow:
        0 26px 68px rgba(16, 185, 129, 0.13),
        0 18px 50px rgba(15, 23, 42, 0.065) !important;
}

.vlq-price-card--featured:hover {
    border-color: rgba(16, 185, 129, 0.66) !important;
    box-shadow:
        0 30px 72px rgba(16, 185, 129, 0.18),
        0 20px 54px rgba(15, 23, 42, 0.08) !important;
}

/* Top zone */
.vlq-price-card__top {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    margin: 0 0 20px !important;
}

.vlq-price-card__badge-slot {
    height: 26px !important;
    min-height: 26px !important;
    margin: 0 0 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vlq-price-card__badge,
.vlq-price-card__badge-placeholder,
.vlq-price-card__free-pill,
.vlq-price-card__recommendation {
    height: 24px !important;
    min-width: 94px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.66rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.vlq-price-card__badge-placeholder {
    opacity: 0 !important;
    visibility: hidden !important;
}

.vlq-price-card__badge--blue,
.vlq-price-card__free-pill {
    background: linear-gradient(135deg, #075ee8, #0047bd) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(0, 87, 217, 0.20) !important;
}

.vlq-price-card__badge--green,
.vlq-price-card__recommendation {
    background: linear-gradient(135deg, #18c781, #0ca66b) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(24, 199, 129, 0.20) !important;
}

/* Plan name */
.vlq-price-card__eyebrow {
    margin: 0 0 6px !important;
    color: #0057d9 !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.006em !important;
    text-align: center !important;
}

.vlq-price-card--featured .vlq-price-card__eyebrow {
    color: #059669 !important;
}

/* Price */
.vlq-price-card__price {
    margin: 0 !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 4px !important;
    color: #071633 !important;
    white-space: nowrap !important;
}

.vlq-price-card__price strong {
    color: #071633 !important;
    font-size: clamp(2rem, 2.35vw, 2.72rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.032em !important;
}

.vlq-price-card--featured .vlq-price-card__price strong {
    color: #062f25 !important;
}

.vlq-price-card__price span {
    color: rgba(7, 22, 51, 0.62) !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* Billing box — fixed height for perfect alignment */
.vlq-price-card__billing {
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    margin: 14px 0 0 !important;
    padding: 10px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 14px !important;
    background: rgba(1, 71, 209, 0.050) !important;
    border: 1px solid rgba(1, 71, 209, 0.090) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.vlq-price-card__billing span {
    display: block !important;
    color: #8b95aa !important;
    font-size: 0.74rem !important;
    font-weight: 500 !important;
    line-height: 1.24 !important;
    letter-spacing: -0.003em !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

/* If billing only has one span, keep it perfectly centered */
.vlq-price-card__billing span:only-child {
    margin: auto 0 !important;
}

.vlq-price-card--featured .vlq-price-card__billing {
    background: rgba(16, 185, 129, 0.078) !important;
    border-color: rgba(16, 185, 129, 0.17) !important;
}

.vlq-price-card--featured .vlq-price-card__billing span {
    color: #062f25 !important;
}

/* Features */
.vlq-price-card__features {
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: visible !important;
}

.vlq-price-card__features li {
    display: grid !important;
    grid-template-columns: 14px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    color: #405473 !important;
    font-size: 0.78rem !important;
    font-weight: 440 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    min-width: 0 !important;
}

.vlq-price-card__features li:first-child {
    color: #071633 !important;
    font-weight: 700 !important;
}

.vlq-price-card--featured .vlq-price-card__features li:first-child {
    color: #062f25 !important;
}

.vlq-price-card__features li span:first-child {
    color: #0057d9 !important;
    font-size: 0.82em !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

.vlq-price-card--featured .vlq-price-card__features li span:first-child {
    color: #059669 !important;
}

/* CTA */
.vlq-price-card__button {
    align-self: stretch !important;
    margin-top: auto !important;
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 13px !important;
    font-size: 0.84rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: -0.006em !important;
    cursor: pointer !important;
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 220ms ease,
        background 220ms ease,
        border-color 220ms ease !important;
}

.vlq-price-card__button:hover {
    transform: translateY(-1px) !important;
}

.vlq-price-card__button--outline {
    border: 1.4px solid rgba(1, 71, 209, 0.76) !important;
    background: rgba(255, 255, 255, 0.88) !important;
    color: #0147d1 !important;
}

.vlq-price-card__button--outline:hover {
    background: #f3f7ff !important;
    border-color: #003fb9 !important;
    color: #003fb9 !important;
    box-shadow: 0 12px 22px rgba(1, 71, 209, 0.10) !important;
}

.vlq-price-card__button--solid {
    border: 1px solid #0147d1 !important;
    background: linear-gradient(180deg, #0a58e8 0%, #0147d1 55%, #003fb9 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 26px rgba(1, 71, 209, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

.vlq-price-card__button--solid:hover {
    background: linear-gradient(180deg, #1763f1 0%, #0147d1 55%, #00349a 100%) !important;
    box-shadow:
        0 18px 30px rgba(1, 71, 209, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

.vlq-price-card--featured .vlq-price-card__button--solid {
    border-color: #0ca66b !important;
    background: linear-gradient(135deg, #18c781, #0ca66b) !important;
    box-shadow:
        0 14px 28px rgba(24, 199, 129, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

.vlq-price-card--featured .vlq-price-card__button--solid:hover {
    background: linear-gradient(135deg, #20d58d, #0a9560) !important;
    box-shadow:
        0 18px 34px rgba(24, 199, 129, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

/* Smaller desktop/laptop: still 5 cards */
@media (max-width: 1320px) {
    .vlq-pricing__inner {
        width: min(100% - 28px, 1280px) !important;
    }

    .vlq-pricing__grid {
        gap: 12px !important;
    }

    .vlq-price-card {
        padding: 20px 14px 18px !important;
        border-radius: 20px !important;
    }

    .vlq-price-card__price strong {
        font-size: clamp(1.72rem, 2.35vw, 2.35rem) !important;
    }

    .vlq-price-card__billing span,
    .vlq-price-card__features li {
        font-size: clamp(0.64rem, 0.80vw, 0.74rem) !important;
    }
}

/* Tablet: 5 visible but compact */
@media (max-width: 980px) {
    .vlq-pricing__inner {
        width: calc(100% - 14px) !important;
    }

    .vlq-pricing__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .vlq-price-card {
        padding: 14px 8px !important;
        border-radius: 16px !important;
    }

    .vlq-price-card__badge,
    .vlq-price-card__badge-placeholder,
    .vlq-price-card__free-pill,
    .vlq-price-card__recommendation {
        min-width: 0 !important;
        height: 21px !important;
        padding: 0 8px !important;
        font-size: 0.50rem !important;
    }

    .vlq-price-card__eyebrow {
        font-size: 0.64rem !important;
    }

    .vlq-price-card__price strong {
        font-size: clamp(1.22rem, 3vw, 1.75rem) !important;
    }

    .vlq-price-card__price span {
        font-size: 0.58rem !important;
    }

    .vlq-price-card__billing {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        margin-top: 9px !important;
        padding: 7px 6px !important;
        gap: 4px !important;
        border-radius: 10px !important;
    }

    .vlq-price-card__billing span,
    .vlq-price-card__features li {
        font-size: clamp(0.48rem, 1.18vw, 0.64rem) !important;
        line-height: 1.22 !important;
    }

    .vlq-price-card__features {
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .vlq-price-card__features li {
        grid-template-columns: 10px minmax(0, 1fr) !important;
        gap: 5px !important;
    }

    .vlq-price-card__button {
        min-height: 34px !important;
        border-radius: 10px !important;
        font-size: 0.58rem !important;
    }
}

/* Phone: readable stacked layout */
@media (max-width: 700px) {
    .vlq-pricing {
        padding: 52px 0 34px !important;
    }

    .vlq-pricing__inner {
        width: min(100% - 28px, 520px) !important;
    }

    .vlq-pricing__grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .vlq-price-card {
        padding: 24px 22px 22px !important;
        border-radius: 20px !important;
    }

    .vlq-price-card__badge,
    .vlq-price-card__badge-placeholder,
    .vlq-price-card__free-pill,
    .vlq-price-card__recommendation {
        height: 24px !important;
        min-width: 94px !important;
        padding: 0 13px !important;
        font-size: 0.66rem !important;
    }

    .vlq-price-card__eyebrow {
        font-size: 0.9rem !important;
    }

    .vlq-price-card__price strong {
        font-size: 2.55rem !important;
    }

    .vlq-price-card__price span {
        font-size: 0.86rem !important;
    }

    .vlq-price-card__billing {
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        margin-top: 14px !important;
        padding: 12px !important;
        gap: 6px !important;
        border-radius: 14px !important;
    }

    .vlq-price-card__billing span {
        font-size: 0.78rem !important;
    }

    .vlq-price-card__features {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .vlq-price-card__features li {
        grid-template-columns: 16px minmax(0, 1fr) !important;
        gap: 9px !important;
        font-size: 0.88rem !important;
        line-height: 1.35 !important;
    }

    .vlq-price-card__button {
        min-height: 46px !important;
        font-size: 0.88rem !important;
    }
}