/* =========================================================
   VERRALINQ — PRICING PAGE
   Header + Pricing Hero
========================================================= */

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

/* =========================================================
   PRICING HERO
========================================================= */

.vlq-price-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 80% 18%, rgba(59, 130, 246, 0.20) 0%, transparent 32%), radial-gradient(circle at 12% 82%, rgba(8, 155, 83, 0.07) 0%, transparent 28%), linear-gradient(135deg, #020617 0%, #071225 48%, #0B162B 100%);
}

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

.vlq-price-hero__light {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(30px);
}

.vlq-price-hero__light--blue {
    top: -180px;
    right: -120px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, transparent 68%);
}

.vlq-price-hero__light--green {
    left: -180px;
    bottom: -240px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(8, 155, 83, 0.12) 0%, transparent 68%);
}

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


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

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

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

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

.vlq-price-hero__title {
    max-width: 700px;
    margin: 28px 0 0;
    color: #FFFFFF;
    font-size: clamp(44px, 4.35vw, 64px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.058em;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(24px);
    animation: vlqPriceTitleIn 960ms var(--ease-premium) 220ms forwards;
}

    .vlq-price-hero__title span {
        display: block;
        margin-top: 10px;
        color: #60A5FA;
        font-size: 0.94em;
        line-height: 1.05;
        letter-spacing: -0.055em;
        text-shadow: 0 0 34px rgba(96, 165, 250, 0.16);
    }

.vlq-price-hero__subtitle {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    font-weight: 420;
    line-height: 1.65;
    letter-spacing: -0.012em;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqPriceSubtitleIn 860ms var(--ease-premium) 390ms forwards;
}


/* =========================================================
   BILLING TOGGLE
========================================================= */

.vlq-price-hero__billing {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(18px);
    animation: vlqPriceBillingIn 860ms var(--ease-premium) 560ms forwards;
}

.vlq-price-hero__billing-toggle {
    min-height: 54px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 30px rgba(0, 0, 0, 0.16);
}

    .vlq-price-hero__billing-toggle button {
        min-width: 108px;
        height: 42px;
        padding: 0 18px;
        border-radius: 10px;
        background: transparent;
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        font-weight: 650;
        line-height: 1;
        cursor: pointer;
        transition: color 220ms ease, background-color 220ms ease, box-shadow 260ms ease;
    }

        .vlq-price-hero__billing-toggle button.is-active {
            background: #FFFFFF;
            color: #0147D1;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95);
        }

.vlq-price-hero__billing-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 540;
    line-height: 1.3;
}

    .vlq-price-hero__billing-note span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #089B53;
        box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.12);
    }


/* =========================================================
   HERO TRUST LINE
========================================================= */

.vlq-price-hero__trust {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 24px;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPriceTrustIn 840ms var(--ease-premium) 740ms forwards;
}

.vlq-price-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 520;
    line-height: 1.2;
    letter-spacing: -0.006em;
}

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


/* =========================================================
   HERO RIGHT VISUAL — PRICE MAP
========================================================= */

.vlq-price-hero__visual {
    position: relative;
    min-width: 0;
    opacity: 0;
    transform: translateX(26px) translateY(10px);
    animation: vlqPriceVisualIn 1100ms var(--ease-premium) 360ms forwards;
}

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

.vlq-price-map__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

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

    .vlq-price-map__header h2 {
        margin: 0;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 760;
        line-height: 1.2;
        letter-spacing: -0.04em;
    }

.vlq-price-map__pill {
    min-height: 32px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(147, 197, 253, 0.22);
    background: rgba(59, 130, 246, 0.12);
    color: #BFDBFE;
    font-size: 11px;
    font-weight: 730;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.vlq-price-map__plans {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vlq-price-map-plan {
    min-height: 106px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(2, 6, 23, 0.52);
    transition: transform 340ms var(--ease-premium), border-color 260ms ease, background-color 260ms ease;
}

    .vlq-price-map-plan:hover {
        transform: translateY(-2px);
        border-color: rgba(147, 197, 253, 0.28);
        background: rgba(2, 6, 23, 0.62);
    }

.vlq-price-map-plan--featured {
    border-color: rgba(8, 155, 83, 0.34);
    background: linear-gradient( 180deg, rgba(8, 155, 83, 0.16) 0%, rgba(2, 6, 23, 0.62) 100% );
}

.vlq-price-map-plan__label {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vlq-price-map-plan--featured .vlq-price-map-plan__label {
    background: rgba(8, 155, 83, 0.18);
    color: #A7F3D0;
}

.vlq-price-map-plan strong {
    display: block;
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 730;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.vlq-price-map-plan small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 460;
    line-height: 1.42;
}

.vlq-price-map__value-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vlq-price-map-value {
    min-height: 72px;
    padding: 14px 15px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(2, 6, 23, 0.46);
}

    .vlq-price-map-value span {
        display: block;
        color: rgba(255, 255, 255, 0.56);
        font-size: 10px;
        font-weight: 720;
        line-height: 1;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .vlq-price-map-value strong {
        display: block;
        margin-top: 9px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 710;
        line-height: 1.25;
        letter-spacing: -0.014em;
    }

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

.vlq-price-map__floating-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #089B53;
    background: rgba(8, 155, 83, 0.10);
    border: 1px solid rgba(8, 155, 83, 0.16);
}

    .vlq-price-map__floating-icon svg {
        width: 22px;
        height: 22px;
    }

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

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


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

.vlq-price-hero__strip {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqPriceStripIn 920ms var(--ease-premium) 860ms forwards;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

@media (max-width: 1220px) {
    .site-header__inner {
        padding: 0 28px;
        gap: 34px;
    }

    .nav-list {
        gap: 26px;
    }

    .header-actions {
        margin-left: 28px;
        gap: 22px;
    }

    .nav-link,
    .login-link,
    .demo-button {
        font-size: 13px;
    }

    .demo-button {
        min-height: 40px;
        padding: 0 19px;
    }
}

@media (max-width: 1040px) {
    .site-header__inner {
        padding: 0 24px;
    }

    .nav-list {
        gap: 20px;
    }

    .header-actions {
        margin-left: 22px;
    }
}

@media (max-width: 920px) {
    .header-nav,
    .header-actions {
        display: none;
    }

    .site-header__inner {
        justify-content: flex-start;
    }
}


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

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

    .vlq-price-hero__content {
        max-width: 900px;
    }

    .vlq-price-hero__visual {
        max-width: 680px;
    }
}

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

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

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

    .vlq-price-map {
        min-height: auto;
    }

    .vlq-price-map__header {
        flex-direction: column;
    }

    .vlq-price-map__plans,
    .vlq-price-map__value-grid {
        grid-template-columns: 1fr;
    }

    .vlq-price-map__floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }

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

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

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

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

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

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

    .vlq-price-hero__billing {
        align-items: stretch;
        flex-direction: column;
    }

    .vlq-price-hero__billing-toggle {
        width: 100%;
    }

        .vlq-price-hero__billing-toggle button {
            flex: 1;
            min-width: 0;
        }

    .vlq-price-map {
        padding: 20px;
    }

    .vlq-price-map__header h2 {
        font-size: 22px;
    }

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


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

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}
/* =========================================================
   SECTION 2 — PRICING PLANS
   Full plan architecture for VerraLinQ pricing page
========================================================= */

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

.vlq-pricing-plans__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 24px 94px;
    position: relative;
    z-index: 1;
}


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

.vlq-pricing-plans__header {
    max-width: 920px;
    margin: 0 auto 54px;
    text-align: center;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPricingPlansHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

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

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

    .vlq-pricing-plans__eyebrow strong {
        font-size: 11px;
        font-weight: 750;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

.vlq-pricing-plans__title {
    margin: 0;
    color: #071633;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

    .vlq-pricing-plans__title span {
        display: block;
        margin-top: 4px;
        color: #0147D1;
    }

.vlq-pricing-plans__subtitle {
    max-width: 840px;
    margin: 20px auto 0;
    color: #596882;
    font-size: 16px;
    font-weight: 430;
    line-height: 1.65;
    letter-spacing: -0.008em;
}


/* =========================================================
   PRICING PLAN GRID
========================================================= */

.vlq-pricing-plans__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}


/* =========================================================
   PLAN CARD
========================================================= */

.vlq-plan-card {
    min-height: 680px;
    position: relative;
    overflow: hidden;
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 12px 32px rgba(15, 23, 42, 0.055);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqPlanCardIn 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

    .vlq-plan-card:nth-child(1) {
        animation-delay: 160ms;
    }

    .vlq-plan-card:nth-child(2) {
        animation-delay: 240ms;
    }

    .vlq-plan-card:nth-child(3) {
        animation-delay: 320ms;
    }

    .vlq-plan-card:nth-child(4) {
        animation-delay: 400ms;
    }

    .vlq-plan-card:nth-child(5) {
        animation-delay: 480ms;
    }

    .vlq-plan-card::before {
        content: "";
        position: absolute;
        top: -96px;
        right: -96px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.052), transparent 72%);
        pointer-events: none;
    }

    .vlq-plan-card:hover {
        transform: translateY(-6px);
        border-color: #CBD7E8;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 24px 54px rgba(15, 23, 42, 0.10);
    }


/* =========================================================
   FREE PLAN
========================================================= */

.vlq-plan-card--free {
    border-color: rgba(1, 71, 209, 0.28);
    background: linear-gradient( 180deg, rgba(238, 244, 255, 0.68) 0%, rgba(255, 255, 255, 1) 24% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 16px 38px rgba(1, 71, 209, 0.075);
}

    .vlq-plan-card--free:hover {
        border-color: rgba(1, 71, 209, 0.56);
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 26px 58px rgba(1, 71, 209, 0.14);
    }

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


/* =========================================================
   FEATURED GROWTH PLAN
========================================================= */

.vlq-plan-card--featured {
    border-color: rgba(8, 155, 83, 0.42);
    background: linear-gradient( 180deg, rgba(239, 250, 245, 0.86) 0%, rgba(255, 255, 255, 1) 27% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 20px 48px rgba(8, 155, 83, 0.12);
}

    .vlq-plan-card--featured:hover {
        border-color: rgba(8, 155, 83, 0.68);
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 28px 64px rgba(8, 155, 83, 0.18);
    }

    .vlq-plan-card--featured::after {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        right: 24px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(8, 155, 83, 0.76) 50%, transparent 100% );
    }


/* =========================================================
   RECOMMENDED PILL
========================================================= */

.vlq-plan-card__recommendation {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 7px 12px 6px;
    position: relative;
    z-index: 1;
    border-radius: 999px;
    background: linear-gradient( 180deg, #17B978 0%, #089B53 100% );
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 780;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(8, 155, 83, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}


/* =========================================================
   PLAN TOP
========================================================= */

.vlq-plan-card__top {
    position: relative;
    z-index: 1;
}

.vlq-plan-card__badge-row {
    min-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.vlq-plan-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(1, 71, 209, 0.14);
    background: #F3F7FF;
    color: #0147D1;
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.vlq-plan-card__badge--free {
    color: #0147D1;
    border-color: rgba(1, 71, 209, 0.18);
    background: #EEF4FF;
}

.vlq-plan-card__badge--growth {
    color: #078B42;
    border-color: rgba(8, 155, 83, 0.18);
    background: rgba(8, 155, 83, 0.10);
}

.vlq-plan-card__audience {
    margin: 0 0 12px;
    color: #0147D1;
    font-size: 12px;
    font-weight: 740;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vlq-plan-card--featured .vlq-plan-card__audience {
    color: #078B42;
}

.vlq-plan-card__name {
    min-height: 54px;
    margin: 0;
    color: #071633;
    font-size: 21px;
    font-weight: 760;
    line-height: 1.23;
    letter-spacing: -0.036em;
}

.vlq-plan-card__price {
    min-height: 56px;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

    .vlq-plan-card__price strong {
        color: #071633;
        font-size: 39px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.058em;
    }

.vlq-plan-card--featured .vlq-plan-card__price strong {
    color: #063A2B;
}

.vlq-plan-card__price span {
    color: #60708C;
    font-size: 14px;
    font-weight: 520;
    line-height: 1;
}

.vlq-plan-card__description {
    min-height: 94px;
    margin: 18px 0 0;
    color: #596882;
    font-size: 13.5px;
    font-weight: 430;
    line-height: 1.62;
    letter-spacing: -0.006em;
}


/* =========================================================
   CARD DIVIDER
========================================================= */

.vlq-plan-card__divider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin: 22px 0 22px;
    background: linear-gradient( 90deg, transparent 0%, rgba(203, 213, 225, 0.92) 18%, rgba(203, 213, 225, 0.92) 82%, transparent 100% );
}


/* =========================================================
   FEATURE LIST
========================================================= */

.vlq-plan-card__features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .vlq-plan-card__features li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #435472;
        font-size: 13px;
        font-weight: 470;
        line-height: 1.45;
        letter-spacing: -0.006em;
    }

    .vlq-plan-card__features svg {
        width: 17px;
        height: 17px;
        margin-top: 1px;
        flex-shrink: 0;
        color: #0147D1;
    }

.vlq-plan-card--featured .vlq-plan-card__features svg {
    color: #089B53;
}


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

.vlq-plan-card__button {
    width: 100%;
    min-height: 50px;
    margin-top: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.016em;
    cursor: pointer;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease, border-color 240ms ease, background 240ms ease, color 240ms ease;
}

    .vlq-plan-card__button:hover {
        transform: translateY(-2px);
    }

    .vlq-plan-card__button:active {
        transform: translateY(0);
    }


/* Outline Button */

.vlq-plan-card__button--outline {
    border: 1.5px solid rgba(1, 71, 209, 0.62);
    background: linear-gradient( 180deg, #FFFFFF 0%, #F4F8FF 100% );
    color: #0147D1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 12px 24px rgba(1, 71, 209, 0.08);
}

    .vlq-plan-card__button--outline:hover {
        border-color: #0147D1;
        background: linear-gradient( 180deg, #F3F7FF 0%, #EAF1FF 100% );
        color: #003FB9;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 18px 34px rgba(1, 71, 209, 0.15);
    }


/* Solid Button */

.vlq-plan-card__button--solid {
    border: 1px solid rgba(1, 71, 209, 0.96);
    background: linear-gradient( 180deg, #1765F2 0%, #0954E4 42%, #0147D1 100% );
    color: #FFFFFF;
    box-shadow: 0 16px 30px rgba(1, 71, 209, 0.24), 0 3px 8px rgba(1, 71, 209, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

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

    .vlq-plan-card__button--solid:hover {
        background: linear-gradient( 180deg, #2873FF 0%, #0C59EC 44%, #003FB9 100% );
        box-shadow: 0 22px 40px rgba(1, 71, 209, 0.33), 0 4px 12px rgba(1, 71, 209, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }

        .vlq-plan-card__button--solid:hover::before,
        .vlq-plan-card__button--growth:hover::before {
            left: 130%;
        }


/* Growth Button */

.vlq-plan-card__button--growth {
    border: 1px solid rgba(8, 155, 83, 0.96);
    background: linear-gradient( 180deg, #18B978 0%, #089B53 48%, #078B42 100% );
    color: #FFFFFF;
    box-shadow: 0 16px 30px rgba(8, 155, 83, 0.25), 0 3px 8px rgba(8, 155, 83, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

    .vlq-plan-card__button--growth:hover {
        background: linear-gradient( 180deg, #22C982 0%, #089B53 44%, #04743A 100% );
        box-shadow: 0 22px 40px rgba(8, 155, 83, 0.34), 0 4px 12px rgba(8, 155, 83, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }


/* =========================================================
   BOTTOM PRICING NOTE
========================================================= */

.vlq-pricing-plans__note {
    min-height: 112px;
    margin-top: 28px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: radial-gradient(circle at 92% 50%, rgba(1, 71, 209, 0.07), transparent 28%), linear-gradient(135deg, #FFFFFF 0%, #FAFCFF 100%);
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 12px 30px rgba(15, 23, 42, 0.06);
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPricingPlansNoteIn 840ms cubic-bezier(0.22, 1, 0.36, 1) 620ms forwards;
}

    .vlq-pricing-plans__note::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 1px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.26) 50%, transparent 100% );
    }

.vlq-pricing-plans__note-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #0147D1;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 22px rgba(1, 71, 209, 0.08);
}

    .vlq-pricing-plans__note-icon svg {
        width: 30px;
        height: 30px;
    }

.vlq-pricing-plans__note-copy {
    position: relative;
    z-index: 1;
}

    .vlq-pricing-plans__note-copy strong {
        display: block;
        color: #071633;
        font-size: 18px;
        font-weight: 750;
        line-height: 1.28;
        letter-spacing: -0.024em;
    }

    .vlq-pricing-plans__note-copy p {
        max-width: 960px;
        margin: 7px 0 0;
        color: #52617D;
        font-size: 14px;
        font-weight: 430;
        line-height: 1.58;
        letter-spacing: -0.006em;
    }


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

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

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

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

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

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

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


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

@media (max-width: 1240px) {
    .vlq-pricing-plans__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vlq-plan-card {
        min-height: 660px;
    }
}

@media (max-width: 920px) {
    .vlq-pricing-plans__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .vlq-pricing-plans__inner {
        padding: 72px 20px 76px;
    }

    .vlq-pricing-plans__header {
        margin-bottom: 42px;
    }

    .vlq-pricing-plans__title {
        font-size: clamp(32px, 7vw, 44px);
    }

    .vlq-pricing-plans__subtitle {
        font-size: 15.5px;
    }

    .vlq-pricing-plans__note {
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .vlq-pricing-plans__grid {
        grid-template-columns: 1fr;
    }

    .vlq-plan-card {
        min-height: auto;
    }

    .vlq-plan-card__name,
    .vlq-plan-card__description {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .vlq-pricing-plans__inner {
        padding: 62px 18px 66px;
    }

    .vlq-pricing-plans__eyebrow {
        max-width: 100%;
    }

        .vlq-pricing-plans__eyebrow strong {
            font-size: 10.5px;
        }

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

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

    .vlq-plan-card {
        padding: 22px 20px 20px;
    }

    .vlq-plan-card__name {
        font-size: 20px;
    }

    .vlq-plan-card__price strong {
        font-size: 36px;
    }

    .vlq-plan-card__description {
        font-size: 13.5px;
    }

    .vlq-pricing-plans__note {
        flex-direction: column;
        gap: 16px;
        padding: 22px 20px;
    }

    .vlq-pricing-plans__note-copy strong {
        font-size: 17px;
    }

    .vlq-pricing-plans__note-copy p {
        font-size: 14px;
    }
}


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

@media (prefers-reduced-motion: reduce) {
    .vlq-pricing-plans *,
    .vlq-pricing-plans *::before,
    .vlq-pricing-plans *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
/* =========================================================
   SECTION 3 — PLAN SELECTION GUIDE
   Find the plan that matches your role
========================================================= */

.vlq-plan-guide {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 84% 16%, rgba(37, 99, 235, 0.045), transparent 28%), radial-gradient(circle at 12% 84%, rgba(8, 155, 83, 0.035), transparent 24%), #FFFFFF;
    border-top: 1px solid #E8EDF5;
    font-family: inherit;
}

.vlq-plan-guide__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 88px 24px 92px;
    position: relative;
    z-index: 1;
}


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

.vlq-plan-guide__header {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPlanGuideHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

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

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

    .vlq-plan-guide__eyebrow strong {
        font-size: 11px;
        font-weight: 750;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

.vlq-plan-guide__title {
    margin: 0;
    color: #071633;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

    .vlq-plan-guide__title span {
        display: block;
        margin-top: 4px;
        color: #0147D1;
    }

.vlq-plan-guide__subtitle {
    max-width: 840px;
    margin: 20px auto 0;
    color: #596882;
    font-size: 16px;
    font-weight: 430;
    line-height: 1.65;
    letter-spacing: -0.008em;
}


/* =========================================================
   MAIN PATH GRID
========================================================= */

.vlq-plan-guide__path {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}


/* =========================================================
   PLAN GUIDE CARD
========================================================= */

.vlq-plan-guide-card {
    min-height: 572px;
    position: relative;
    overflow: hidden;
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 12px 32px rgba(15, 23, 42, 0.055);
    opacity: 0;
    transform: translateY(18px);
    animation: vlqPlanGuideCardIn 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

    .vlq-plan-guide-card:nth-child(1) {
        animation-delay: 160ms;
    }

    .vlq-plan-guide-card:nth-child(2) {
        animation-delay: 240ms;
    }

    .vlq-plan-guide-card:nth-child(3) {
        animation-delay: 320ms;
    }

    .vlq-plan-guide-card:nth-child(4) {
        animation-delay: 400ms;
    }

    .vlq-plan-guide-card:nth-child(5) {
        animation-delay: 480ms;
    }

    .vlq-plan-guide-card::before {
        content: "";
        position: absolute;
        top: -96px;
        right: -96px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.052), transparent 72%);
        pointer-events: none;
    }

    .vlq-plan-guide-card:hover {
        transform: translateY(-6px);
        border-color: #CBD7E8;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 24px 54px rgba(15, 23, 42, 0.10);
    }


/* =========================================================
   FREE CARD
========================================================= */

.vlq-plan-guide-card--free {
    border-color: rgba(1, 71, 209, 0.28);
    background: linear-gradient( 180deg, rgba(238, 244, 255, 0.68) 0%, rgba(255, 255, 255, 1) 24% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 16px 38px rgba(1, 71, 209, 0.075);
}

    .vlq-plan-guide-card--free:hover {
        border-color: rgba(1, 71, 209, 0.56);
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 26px 58px rgba(1, 71, 209, 0.14);
    }

    .vlq-plan-guide-card--free::after {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        right: 24px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.68) 50%, transparent 100% );
    }


/* =========================================================
   FEATURED GROWTH CARD
========================================================= */

.vlq-plan-guide-card--featured {
    border-color: rgba(8, 155, 83, 0.42);
    background: linear-gradient( 180deg, rgba(239, 250, 245, 0.86) 0%, rgba(255, 255, 255, 1) 27% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 20px 48px rgba(8, 155, 83, 0.12);
}

    .vlq-plan-guide-card--featured:hover {
        border-color: rgba(8, 155, 83, 0.68);
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 28px 64px rgba(8, 155, 83, 0.18);
    }

    .vlq-plan-guide-card--featured::after {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        right: 24px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent 0%, rgba(8, 155, 83, 0.76) 50%, transparent 100% );
    }


/* =========================================================
   RECOMMENDED PILL
========================================================= */

.vlq-plan-guide-card__recommended {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 7px 12px 6px;
    position: relative;
    z-index: 1;
    border-radius: 999px;
    background: linear-gradient( 180deg, #17B978 0%, #089B53 100% );
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 780;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(8, 155, 83, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}


/* =========================================================
   CARD TOP: STEP + ICON
========================================================= */

.vlq-plan-guide-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vlq-plan-guide-card__step {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(1, 71, 209, 0.14);
    background: #F3F7FF;
    color: #0147D1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 18px rgba(1, 71, 209, 0.06);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 320ms ease;
}

.vlq-plan-guide-card--featured .vlq-plan-guide-card__step {
    color: #078B42;
    border-color: rgba(8, 155, 83, 0.16);
    background: rgba(8, 155, 83, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 18px rgba(8, 155, 83, 0.08);
}

.vlq-plan-guide-card__icon {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #0147D1;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 22px rgba(1, 71, 209, 0.08);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 320ms ease;
}

.vlq-plan-guide-card--featured .vlq-plan-guide-card__icon {
    color: #089B53;
    background: rgba(8, 155, 83, 0.10);
    border-color: rgba(8, 155, 83, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 22px rgba(8, 155, 83, 0.10);
}

.vlq-plan-guide-card__icon svg {
    width: 34px;
    height: 34px;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vlq-plan-guide-card:hover .vlq-plan-guide-card__step {
    transform: translateY(-1px) scale(1.035);
    border-color: rgba(1, 71, 209, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 12px 24px rgba(1, 71, 209, 0.11);
}

.vlq-plan-guide-card--featured:hover .vlq-plan-guide-card__step {
    border-color: rgba(8, 155, 83, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 12px 24px rgba(8, 155, 83, 0.12);
}

.vlq-plan-guide-card:hover .vlq-plan-guide-card__icon {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(1, 71, 209, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 14px 28px rgba(1, 71, 209, 0.13);
}

.vlq-plan-guide-card--featured:hover .vlq-plan-guide-card__icon {
    border-color: rgba(8, 155, 83, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 14px 28px rgba(8, 155, 83, 0.14);
}

.vlq-plan-guide-card:hover .vlq-plan-guide-card__icon svg {
    transform: scale(1.06);
}


/* =========================================================
   PLAN NAME AREA
========================================================= */

.vlq-plan-guide-card__plan {
    position: relative;
    z-index: 1;
    margin-top: 24px;
}

    .vlq-plan-guide-card__plan span {
        display: block;
        margin-bottom: 10px;
        color: #0147D1;
        font-size: 12px;
        font-weight: 740;
        line-height: 1;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

.vlq-plan-guide-card--featured .vlq-plan-guide-card__plan span {
    color: #078B42;
}

.vlq-plan-guide-card__plan strong {
    display: block;
    min-height: 54px;
    color: #071633;
    font-size: 20px;
    font-weight: 760;
    line-height: 1.28;
    letter-spacing: -0.032em;
}


/* =========================================================
   CARD COPY
========================================================= */

.vlq-plan-guide-card__copy {
    position: relative;
    z-index: 1;
    min-height: 116px;
    margin: 16px 0 0;
    color: #596882;
    font-size: 13.5px;
    font-weight: 430;
    line-height: 1.66;
    letter-spacing: -0.006em;
}


/* =========================================================
   BEST FIT LIST
========================================================= */

.vlq-plan-guide-card__fits {
    list-style: none;
    margin: 22px 0 24px;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
    border-top: 1px solid #EEF2F7;
}

    .vlq-plan-guide-card__fits li {
        position: relative;
        padding-left: 20px;
        color: #435472;
        font-size: 13px;
        font-weight: 470;
        line-height: 1.45;
        letter-spacing: -0.006em;
    }

        .vlq-plan-guide-card__fits li::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #0147D1;
            box-shadow: 0 0 0 4px rgba(1, 71, 209, 0.10);
        }

.vlq-plan-guide-card--featured .vlq-plan-guide-card__fits li::before {
    background: #089B53;
    box-shadow: 0 0 0 4px rgba(8, 155, 83, 0.10);
}


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

.vlq-plan-guide-card__link {
    width: fit-content;
    margin-top: auto;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0147D1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.014em;
    text-decoration: none;
    transition: color 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

    .vlq-plan-guide-card__link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: calc(100% - 26px);
        height: 1px;
        background: rgba(1, 71, 209, 0.32);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

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

    .vlq-plan-guide-card__link:hover {
        color: #003FB9;
        transform: translateY(-1px);
    }

        .vlq-plan-guide-card__link:hover::after {
            transform: scaleX(1);
        }

        .vlq-plan-guide-card__link:hover svg {
            transform: translateX(4px);
        }

.vlq-plan-guide-card__link--featured {
    color: #078B42;
}

    .vlq-plan-guide-card__link--featured::after {
        background: rgba(8, 155, 83, 0.32);
    }

    .vlq-plan-guide-card__link--featured:hover {
        color: #04743A;
    }


/* =========================================================
   BOTTOM DECISION BAR
========================================================= */

.vlq-plan-guide__decision {
    min-height: 132px;
    margin-top: 28px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: radial-gradient(circle at 92% 50%, rgba(1, 71, 209, 0.07), transparent 28%), linear-gradient(135deg, #FFFFFF 0%, #FAFCFF 100%);
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 12px 30px rgba(15, 23, 42, 0.06);
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPlanGuideDecisionIn 840ms cubic-bezier(0.22, 1, 0.36, 1) 620ms forwards;
}

    .vlq-plan-guide__decision::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 1px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.26) 50%, transparent 100% );
    }

.vlq-plan-guide__decision-copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

    .vlq-plan-guide__decision-copy h3 {
        margin: 0;
        color: #071633;
        font-size: 22px;
        font-weight: 750;
        line-height: 1.26;
        letter-spacing: -0.035em;
    }

    .vlq-plan-guide__decision-copy p {
        margin: 10px 0 0;
        color: #596882;
        font-size: 14.5px;
        font-weight: 430;
        line-height: 1.6;
        letter-spacing: -0.006em;
    }

    .vlq-plan-guide__decision-copy strong {
        color: #071633;
        font-weight: 720;
    }

.vlq-plan-guide__decision-track {
    position: relative;
    z-index: 1;
    min-width: 420px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.vlq-plan-guide-decision-item {
    min-height: 82px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.022), 0 8px 18px rgba(15, 23, 42, 0.034);
}

    .vlq-plan-guide-decision-item span {
        display: block;
        color: #0147D1;
        font-size: 11px;
        font-weight: 760;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .vlq-plan-guide-decision-item strong {
        display: block;
        margin-top: 8px;
        color: #071633;
        font-size: 14px;
        font-weight: 720;
        line-height: 1.4;
        letter-spacing: -0.012em;
    }

.vlq-plan-guide-decision-divider {
    width: 1px;
    height: 56px;
    background: linear-gradient( 180deg, transparent 0%, rgba(1, 71, 209, 0.22) 50%, transparent 100% );
}


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

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

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

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

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

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

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


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

@media (max-width: 1240px) {
    .vlq-plan-guide__path {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vlq-plan-guide-card {
        min-height: 548px;
    }
}

@media (max-width: 980px) {
    .vlq-plan-guide__path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vlq-plan-guide__decision {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .vlq-plan-guide__decision-track {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 820px) {
    .vlq-plan-guide__inner {
        padding: 72px 20px 76px;
    }

    .vlq-plan-guide__header {
        margin-bottom: 42px;
    }

    .vlq-plan-guide__title {
        font-size: clamp(32px, 7vw, 44px);
    }

    .vlq-plan-guide__subtitle {
        font-size: 15.5px;
    }
}

@media (max-width: 680px) {
    .vlq-plan-guide__path {
        grid-template-columns: 1fr;
    }

    .vlq-plan-guide-card {
        min-height: auto;
    }

    .vlq-plan-guide-card__plan strong,
    .vlq-plan-guide-card__copy {
        min-height: auto;
    }

    .vlq-plan-guide__decision-track {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vlq-plan-guide-decision-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient( 90deg, transparent 0%, rgba(1, 71, 209, 0.22) 50%, transparent 100% );
    }
}

@media (max-width: 620px) {
    .vlq-plan-guide__inner {
        padding: 62px 18px 66px;
    }

    .vlq-plan-guide__eyebrow {
        max-width: 100%;
    }

        .vlq-plan-guide__eyebrow strong {
            font-size: 10.5px;
        }

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

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

    .vlq-plan-guide-card {
        padding: 22px 20px 20px;
    }

    .vlq-plan-guide-card__top {
        align-items: flex-start;
    }

    .vlq-plan-guide-card__step {
        width: 40px;
        height: 40px;
    }

    .vlq-plan-guide-card__icon {
        width: 58px;
        height: 58px;
    }

    .vlq-plan-guide-card__plan {
        margin-top: 22px;
    }

        .vlq-plan-guide-card__plan strong {
            font-size: 19px;
        }

    .vlq-plan-guide-card__copy {
        font-size: 13.5px;
    }

    .vlq-plan-guide__decision {
        padding: 22px 20px;
    }

    .vlq-plan-guide__decision-copy h3 {
        font-size: 19px;
    }

    .vlq-plan-guide__decision-copy p {
        font-size: 14px;
    }
}


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

@media (prefers-reduced-motion: reduce) {
    .vlq-plan-guide *,
    .vlq-plan-guide *::before,
    .vlq-plan-guide *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
/* =========================================================
   SECTION 4 — PRICING FAQs
   Clear answers before you choose a plan
========================================================= */

.vlq-pricing-faq {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 14% 14%, rgba(37, 99, 235, 0.045), transparent 28%), radial-gradient(circle at 88% 82%, rgba(8, 155, 83, 0.035), transparent 24%), #F8FAFC;
    border-top: 1px solid #E8EDF5;
    font-family: inherit;
}

.vlq-pricing-faq__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 88px 24px 92px;
    position: relative;
    z-index: 1;
}


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

.vlq-pricing-faq__header {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPricingFaqHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

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

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

    .vlq-pricing-faq__eyebrow strong {
        font-size: 11px;
        font-weight: 750;
        line-height: 1;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

.vlq-pricing-faq__title {
    margin: 0;
    color: #071633;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

    .vlq-pricing-faq__title span {
        display: block;
        margin-top: 4px;
        color: #0147D1;
    }

.vlq-pricing-faq__subtitle {
    max-width: 820px;
    margin: 20px auto 0;
    color: #596882;
    font-size: 16px;
    font-weight: 430;
    line-height: 1.65;
    letter-spacing: -0.008em;
}


/* =========================================================
   FAQ GRID
========================================================= */

.vlq-pricing-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
    align-items: start;
    gap: 24px;
}


/* =========================================================
   FAQ LIST
========================================================= */

.vlq-pricing-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.vlq-pricing-faq-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 10px 28px rgba(15, 23, 42, 0.055);
    opacity: 0;
    transform: translateY(16px);
    animation: vlqPricingFaqItemIn 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

    .vlq-pricing-faq-item:nth-child(1) {
        animation-delay: 180ms;
    }

    .vlq-pricing-faq-item:nth-child(2) {
        animation-delay: 250ms;
    }

    .vlq-pricing-faq-item:nth-child(3) {
        animation-delay: 320ms;
    }

    .vlq-pricing-faq-item:nth-child(4) {
        animation-delay: 390ms;
    }

    .vlq-pricing-faq-item:nth-child(5) {
        animation-delay: 460ms;
    }

    .vlq-pricing-faq-item:nth-child(6) {
        animation-delay: 530ms;
    }

    .vlq-pricing-faq-item:nth-child(7) {
        animation-delay: 600ms;
    }

    .vlq-pricing-faq-item::before {
        content: "";
        position: absolute;
        top: -92px;
        right: -92px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.045), transparent 72%);
        pointer-events: none;
    }

    .vlq-pricing-faq-item:hover {
        transform: translateY(-3px);
        border-color: #CBD7E8;
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 18px 40px rgba(15, 23, 42, 0.09);
    }

    .vlq-pricing-faq-item[open] {
        border-color: rgba(1, 71, 209, 0.26);
        box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04), 0 18px 40px rgba(1, 71, 209, 0.09);
    }


/* =========================================================
   FAQ QUESTION
========================================================= */

.vlq-pricing-faq-item__question {
    list-style: none;
    cursor: pointer;
    min-height: 84px;
    padding: 22px 22px 22px 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: #071633;
    font-size: 17px;
    font-weight: 720;
    line-height: 1.35;
    letter-spacing: -0.022em;
}

    .vlq-pricing-faq-item__question::-webkit-details-marker {
        display: none;
    }

    .vlq-pricing-faq-item__question::marker {
        display: none;
    }

.vlq-pricing-faq-item__toggle {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #0147D1;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 18px rgba(1, 71, 209, 0.08);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, background-color 260ms ease, box-shadow 320ms ease;
}

    .vlq-pricing-faq-item__toggle svg {
        width: 20px;
        height: 20px;
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

.vlq-pricing-faq-item:hover .vlq-pricing-faq-item__toggle {
    transform: translateY(-1px);
    border-color: rgba(1, 71, 209, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 12px 24px rgba(1, 71, 209, 0.12);
}

.vlq-pricing-faq-item[open] .vlq-pricing-faq-item__toggle {
    color: #FFFFFF;
    background: linear-gradient( 180deg, #1765F2 0%, #0954E4 42%, #0147D1 100% );
    border-color: rgba(1, 71, 209, 0.96);
    box-shadow: 0 12px 24px rgba(1, 71, 209, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

    .vlq-pricing-faq-item[open] .vlq-pricing-faq-item__toggle svg {
        transform: rotate(45deg);
    }


/* =========================================================
   FAQ ANSWER
========================================================= */

.vlq-pricing-faq-item__answer {
    position: relative;
    z-index: 1;
    padding: 0 24px 24px;
    max-width: 920px;
}

    .vlq-pricing-faq-item__answer p {
        margin: 0;
        padding-top: 18px;
        border-top: 1px solid #EEF2F7;
        color: #596882;
        font-size: 14.5px;
        font-weight: 430;
        line-height: 1.68;
        letter-spacing: -0.006em;
    }


/* =========================================================
   RIGHT SUPPORT / GUIDANCE PANEL
========================================================= */

.vlq-pricing-faq__aside {
    position: sticky;
    top: 104px;
    overflow: hidden;
    padding: 30px 28px 28px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #DDE5EE;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 14px 36px rgba(15, 23, 42, 0.075);
    opacity: 0;
    transform: translateX(18px) translateY(14px);
    animation: vlqPricingFaqAsideIn 920ms cubic-bezier(0.22, 1, 0.36, 1) 300ms forwards;
}

    .vlq-pricing-faq__aside::before {
        content: "";
        position: absolute;
        top: -110px;
        right: -110px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(1, 71, 209, 0.06), transparent 72%);
        pointer-events: none;
    }

.vlq-pricing-faq-aside__badge {
    width: fit-content;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 31px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(1, 71, 209, 0.16);
    background: #F3F7FF;
    color: #0147D1;
    font-size: 10.5px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

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

.vlq-pricing-faq__aside h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #071633;
    font-size: 28px;
    font-weight: 780;
    line-height: 1.16;
    letter-spacing: -0.045em;
}

.vlq-pricing-faq__aside > p {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    color: #596882;
    font-size: 14.5px;
    font-weight: 430;
    line-height: 1.68;
    letter-spacing: -0.006em;
}

    .vlq-pricing-faq__aside > p strong {
        color: #071633;
        font-weight: 720;
    }


/* =========================================================
   ASIDE ROUTES
========================================================= */

.vlq-pricing-faq-aside__routes {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vlq-pricing-faq-route {
    min-height: 92px;
    padding: 16px 16px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border-radius: 14px;
    border: 1px solid #E2E8F0;
    background: linear-gradient( 180deg, #FFFFFF 0%, #FAFCFF 100% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.022), 0 8px 18px rgba(15, 23, 42, 0.034);
    transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 340ms ease;
}

    .vlq-pricing-faq-route:hover {
        transform: translateY(-2px);
        border-color: #CBD7E8;
        box-shadow: 0 2px 4px rgba(15, 23, 42, 0.035), 0 14px 28px rgba(15, 23, 42, 0.07);
    }

.vlq-pricing-faq-route__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #0147D1;
    background: #EEF4FF;
    border: 1px solid rgba(1, 71, 209, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 18px rgba(1, 71, 209, 0.08);
}

    .vlq-pricing-faq-route__icon svg {
        width: 25px;
        height: 25px;
    }

.vlq-pricing-faq-route span {
    display: block;
    color: #0147D1;
    font-size: 11px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vlq-pricing-faq-route strong {
    display: block;
    margin-top: 8px;
    color: #071633;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.45;
    letter-spacing: -0.014em;
}


/* =========================================================
   ASIDE SUPPORT STRIP
========================================================= */

.vlq-pricing-faq-aside__support {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    min-height: 92px;
    padding: 17px 17px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border-radius: 14px;
    border: 1px solid rgba(8, 155, 83, 0.20);
    background: linear-gradient( 135deg, rgba(239, 250, 245, 1) 0%, rgba(255, 255, 255, 1) 78% );
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.022), 0 10px 22px rgba(8, 155, 83, 0.07);
}

.vlq-pricing-faq-aside__support-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #089B53;
    background: rgba(8, 155, 83, 0.10);
    border: 1px solid rgba(8, 155, 83, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 18px rgba(8, 155, 83, 0.08);
}

    .vlq-pricing-faq-aside__support-icon svg {
        width: 25px;
        height: 25px;
    }

.vlq-pricing-faq-aside__support strong {
    display: block;
    color: #071633;
    font-size: 14px;
    font-weight: 730;
    line-height: 1.35;
    letter-spacing: -0.014em;
}

.vlq-pricing-faq-aside__support span {
    display: block;
    margin-top: 5px;
    color: #52617D;
    font-size: 12.5px;
    font-weight: 430;
    line-height: 1.48;
    letter-spacing: -0.004em;
}


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

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

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

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

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

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

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


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

@media (max-width: 1080px) {
    .vlq-pricing-faq__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vlq-pricing-faq__aside {
        position: relative;
        top: auto;
    }
}

@media (max-width: 820px) {
    .vlq-pricing-faq__inner {
        padding: 72px 20px 76px;
    }

    .vlq-pricing-faq__header {
        margin-bottom: 42px;
    }

    .vlq-pricing-faq__title {
        font-size: clamp(32px, 7vw, 44px);
    }

    .vlq-pricing-faq__subtitle {
        font-size: 15.5px;
    }

    .vlq-pricing-faq__aside h3 {
        font-size: 25px;
    }
}

@media (max-width: 620px) {
    .vlq-pricing-faq__inner {
        padding: 62px 18px 66px;
    }

    .vlq-pricing-faq__eyebrow {
        max-width: 100%;
    }

        .vlq-pricing-faq__eyebrow strong {
            font-size: 10.5px;
        }

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

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

    .vlq-pricing-faq-item__question {
        min-height: auto;
        padding: 20px 18px;
        align-items: flex-start;
        font-size: 16px;
        gap: 16px;
    }

    .vlq-pricing-faq-item__toggle {
        width: 40px;
        height: 40px;
    }

    .vlq-pricing-faq-item__answer {
        padding: 0 18px 20px;
    }

        .vlq-pricing-faq-item__answer p {
            font-size: 14px;
        }

    .vlq-pricing-faq__aside {
        padding: 24px 20px 22px;
    }

        .vlq-pricing-faq__aside h3 {
            font-size: 23px;
            line-height: 1.2;
        }

        .vlq-pricing-faq__aside > p {
            font-size: 14px;
        }

    .vlq-pricing-faq-route,
    .vlq-pricing-faq-aside__support {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: flex-start;
    }
}


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

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