﻿.hero-content .vc-hero-trial-note {
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 30px);
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px auto 20px !important;
    padding: 10px 20px 10px 24px;
    border: 1px solid rgba(79, 70, 229, .14);
    border-radius: 18px;
    color: #59647a;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 42px rgba(79, 70, 229, .12);
    backdrop-filter: blur(12px);
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 700;
}

.hero-content .vc-hero-trial-note::after {
    content: "";
    position: absolute;
    right: 22%;
    bottom: -1px;
    left: 22%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #4f46e5, #8b5cf6, transparent);
}

.hero-content .vc-hero-trial-note strong {
    color: #312e81;
    font-weight: 950;
}

.vc-trial-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 9px 22px rgba(99, 102, 241, .3);
}

.vc-plan-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 26px;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

.vc-pricing-stream {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 114, 0, .08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}

.vc-pricing-live {
    background:
        radial-gradient(circle at 88% 10%, rgba(109, 40, 217, .08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #faf8ff 100%);
}

.vc-plan-col {
    min-width: 0;
    display: flex;
}

.vc-plan-col--empty {
    grid-column: 1 / -1;
}

.vc-plan-card {
    --plan-accent: #6d28d9;
    --plan-soft: #f5f3ff;
    --plan-shadow: rgba(109, 40, 217, .2);
    --plan-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 58%, #a855f7 100%);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 27px 22px 23px;
    margin-top: 26px;
    border: 1px solid #e6e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(21, 28, 55, .08);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vc-plan-card--stream {
    --plan-accent: #ff7200;
    --plan-soft: #fff5eb;
    --plan-shadow: rgba(255, 103, 0, .24);
    --plan-gradient: linear-gradient(145deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
}

.vc-plan-card--live {
    --plan-accent: #6d28d9;
    --plan-soft: #f5f3ff;
    --plan-shadow: rgba(109, 40, 217, .22);
    --plan-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 58%, #a855f7 100%);
}

.vc-plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: var(--plan-gradient);
}

.vc-plan-card--stream::before,
.vc-plan-card--stream .vc-plan-capacity > i,
.vc-plan-card--stream .vc-plan-button {
    background: -webkit-linear-gradient(305deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
    background: linear-gradient(145deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
}

.vc-plan-card:hover {
    transform: translateY(-7px);
    border-color: var(--plan-accent);
    box-shadow: 0 24px 65px rgba(24, 22, 72, .14);
}

.vc-plan-card.recommended {
    --plan-accent: #d81b60;
    --plan-soft: #fff1f7;
    --plan-shadow: rgba(216, 27, 96, .25);
    --plan-gradient: linear-gradient(135deg, #f43f5e 0%, #d81b60 46%, #7c3aed 100%);
    border: 2px solid #e83e78;
    box-shadow: 0 25px 70px rgba(190, 24, 93, .2);
}

.vc-plan-card.recommended::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 22px;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .7);
}

.vc-plan-card.recommended .vc-plan-capacity > i,
.vc-plan-card.recommended .vc-plan-button {
    background: var(--plan-gradient);
}

.vc-plan-card.recommended h3 {
    color: #9d174d;
    font-size: 25px;
    font-weight: 1000;
}

.vc-plan-popular-ribbon {
    position: absolute;
    z-index: 3;
    top: 22px;
    left: -41px;
    width: 156px;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: rotate(-42deg);
    color: #4a2500;
    background: linear-gradient(135deg, #fde68a, #fbbf24 60%, #f59e0b);
    box-shadow: 0 7px 18px rgba(180, 83, 9, .25);
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: -.2px;
}

.vc-plan-badge {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--plan-gradient);
    font-size: 10px;
    font-weight: 950;
}

.vc-plan-card header {
    padding: 0 !important;
    background: none !important;
}

.vc-plan-kind {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    margin-bottom: 13px;
    border-radius: 999px;
    color: var(--plan-accent);
    background: var(--plan-soft);
    font-size: 11px;
    font-weight: 950;
}

.vc-plan-card h3 {
    margin: 0;
    color: #191b2f;
    font-size: 22px;
    font-weight: 950;
}

.vc-plan-card header p {
    min-height: 49px;
    margin: 7px 0 0;
    color: #758096;
    line-height: 1.85;
    font-size: 12px;
}

.vc-plan-price {
    min-height: 51px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px 11px;
    margin: 19px 0 11px;
}

.vc-plan-price strong {
    color: #17182b;
    font-size: 33px;
    font-weight: 1000;
}

.vc-plan-current-price {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}

.vc-plan-current-price > span {
    color: #657086;
    font-size: 12.5px;
    font-weight: 900;
}

.vc-plan-old-price {
    color: #98a1b2;
    font-size: 13px;
    font-weight: 800;
    text-decoration-thickness: 1.5px;
    text-decoration-color: #a8b0bd;
}

.vc-plan-facts {
    padding: 10px;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    background: #f8f9fc;
}

.vc-plan-capacity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #374151;
}

.vc-plan-capacity > i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: var(--plan-gradient);
    box-shadow: 0 7px 17px var(--plan-shadow);
}

.vc-plan-capacity > span {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
    font-size: 13.5px;
}

.vc-plan-capacity b {
    color: #17182b;
    font-size: 15px;
    font-weight: 1000;
}

.vc-plan-capacity em {
    color: #596579;
    font-style: normal;
    font-weight: 850;
}

.vc-plan-validity {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    padding: 7px 9px;
    border-radius: 10px;
    color: #526075;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.vc-plan-validity i {
    color: var(--plan-accent);
}

.vc-plan-card ul {
    flex: 1;
    margin: 17px 0 21px;
    padding: 0;
    list-style: none;
}

.vc-plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    color: #4c566b;
    font-size: 13.5px;
    line-height: 1.7;
}

.vc-plan-card li i {
    margin-top: 5px;
    color: var(--plan-accent);
    font-size: 10px;
}

.vc-plan-button {
    position: relative;
    z-index: 2;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px;
    color: #fff !important;
    background: var(--plan-gradient);
    font-weight: 1000;
    box-shadow: 0 11px 25px var(--plan-shadow);
}

.vc-plan-button:hover {
    color: #fff;
    filter: brightness(.96);
}

.vc-plan-empty {
    width: 100%;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px dashed #d8dce6;
    border-radius: 21px;
    color: #778196;
    background: #fafbfc;
    text-align: center;
}

.vc-plan-empty i {
    color: #7c3aed;
    font-size: 28px;
}

.vc-plan-empty strong {
    color: #30364b;
}

@media (max-width: 767px) {
    .hero-content .vc-hero-trial-note {
        width: 100%;
        margin-top: 24px !important;
        padding: 10px 14px;
        border-radius: 16px;
        font-size: 12px;
    }

    .vc-trial-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .vc-plan-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .vc-plan-card {
        margin-top: 12px;
    }

    .vc-plan-card header p {
        min-height: 0;
    }
}

@media (max-width: 360px) {
    .vc-plan-card {
        padding-right: 17px;
        padding-left: 17px;
    }

    .vc-plan-capacity > span {
        gap: 3px;
        font-size: 10.5px;
    }

    .vc-plan-capacity b {
        font-size: 12px;
    }
}
