.pricing-hero[data-astro-cid-lmkygsfs] {
    padding: 5rem 0 3rem;
    background: linear-gradient(180deg, var(--vf-primary-light) 0%, var(--vf-white) 100%)
}

.pricing-hero-sub[data-astro-cid-lmkygsfs] {
    font-size: 1.125rem;
    color: var(--vf-gray-700);
    max-width: 500px;
    margin: 1rem auto 0;
    line-height: 1.7
}

.bg-conv[data-astro-cid-lmkygsfs] {
    background: var(--vf-gray-50)
}

.section-subtitle[data-astro-cid-lmkygsfs] {
    font-size: 1.0625rem;
    color: var(--vf-gray-500);
    max-width: 560px;
    margin: .75rem auto 0;
    line-height: 1.7
}

.conv-table-wrap[data-astro-cid-lmkygsfs] {
    max-width: 100%;
    margin: 0 auto
}

.conv-table[data-astro-cid-lmkygsfs] {
    background: #fff;
    border-radius: var(--vf-radius-lg);
    overflow: hidden;
    box-shadow: var(--vf-shadow-md);
    border: none
}

.conv-table[data-astro-cid-lmkygsfs] thead[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs] {
    background: var(--vf-primary)
}

.conv-table[data-astro-cid-lmkygsfs] thead[data-astro-cid-lmkygsfs] th[data-astro-cid-lmkygsfs] {
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    padding: 1rem 1.25rem;
    border: none
}

.conv-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs] {
    border-bottom: 1px solid var(--vf-gray-100);
    transition: background .15s
}

.conv-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs]:last-child {
    border-bottom: none
}

.conv-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs]:hover {
    background: var(--vf-gray-50)
}

.conv-table[data-astro-cid-lmkygsfs] td[data-astro-cid-lmkygsfs] {
    padding: 1rem 1.25rem;
    vertical-align: middle;
    border: none
}

.conv-badge[data-astro-cid-lmkygsfs] {
    display: inline-block;
    padding: .25rem .75rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600
}

.conv-badge[data-astro-cid-lmkygsfs].marketing {
    background: #fef3c7;
    color: #d97706
}

.conv-badge[data-astro-cid-lmkygsfs].utility {
    background: #dbeafe;
    color: #2563eb
}

.conv-badge[data-astro-cid-lmkygsfs].auth {
    background: #f3e8ff;
    color: #7c3aed
}

.conv-badge[data-astro-cid-lmkygsfs].service {
    background: #d1fae5;
    color: #059669
}

.conv-rate[data-astro-cid-lmkygsfs] {
    font-weight: 700;
    font-size: 1.0625rem;
    color: var(--vf-gray-900);
    font-family: var(--vf-font-display)
}

.conv-rate[data-astro-cid-lmkygsfs].free {
    color: var(--vf-success)
}

.conv-desc[data-astro-cid-lmkygsfs] {
    font-size: .875rem;
    color: var(--vf-gray-500)
}

.conv-note[data-astro-cid-lmkygsfs] {
    display: flex;
    align-items: flex-start;
    gap: .625rem;
    background: var(--vf-primary-light);
    border-radius: var(--vf-radius-md);
    padding: 1rem 1.25rem;
    margin-top: 1rem;
    font-size: .875rem;
    color: var(--vf-primary);
    line-height: 1.5
}

.conv-note[data-astro-cid-lmkygsfs] svg[data-astro-cid-lmkygsfs] {
    flex-shrink: 0;
    margin-top: 1px
}

.compare-wrap[data-astro-cid-lmkygsfs] {
    border-radius: var(--vf-radius-lg);
    overflow: hidden;
    box-shadow: var(--vf-shadow-md);
    border: 1px solid var(--vf-gray-100)
}

.compare-table[data-astro-cid-lmkygsfs] {
    margin: 0;
    border: none
}

.compare-table[data-astro-cid-lmkygsfs] thead[data-astro-cid-lmkygsfs] th[data-astro-cid-lmkygsfs] {
    background: var(--vf-gray-50);
    font-weight: 700;
    font-size: .9375rem;
    padding: 1.125rem 1.25rem;
    border-bottom: 2px solid var(--vf-gray-100);
    color: var(--vf-gray-900);
    vertical-align: middle
}

.compare-table[data-astro-cid-lmkygsfs] thead[data-astro-cid-lmkygsfs] th[data-astro-cid-lmkygsfs].popular-col {
    background: var(--vf-primary-light);
    color: var(--vf-primary);
    position: relative
}

.popular-col-badge[data-astro-cid-lmkygsfs] {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    background: var(--vf-primary);
    color: #fff;
    padding: .15rem .5rem;
    border-radius: 999px;
    margin-top: .25rem;
    text-transform: uppercase;
    letter-spacing: .04em
}

.compare-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs] {
    border-bottom: 1px solid var(--vf-gray-100);
    transition: background .1s
}

.compare-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs]:last-child {
    border-bottom: none
}

.compare-table[data-astro-cid-lmkygsfs] tbody[data-astro-cid-lmkygsfs] tr[data-astro-cid-lmkygsfs]:hover {
    background: var(--vf-gray-50)
}

.compare-table[data-astro-cid-lmkygsfs] td[data-astro-cid-lmkygsfs] {
    padding: .875rem 1.25rem;
    vertical-align: middle;
    border: none
}

.compare-table[data-astro-cid-lmkygsfs] td[data-astro-cid-lmkygsfs].popular-col {
    background: #0c6b4f08
}

.feature-name[data-astro-cid-lmkygsfs] {
    font-weight: 500;
    font-size: .9rem;
    color: var(--vf-gray-700)
}

.check-yes[data-astro-cid-lmkygsfs] {
    color: var(--vf-success);
    display: inline-flex;
    justify-content: center
}

.check-no[data-astro-cid-lmkygsfs] {
    color: var(--vf-gray-300);
    display: inline-flex;
    justify-content: center
}

.cell-text[data-astro-cid-lmkygsfs] {
    font-size: .875rem;
    font-weight: 500;
    color: var(--vf-gray-700)
}

.faq-wrap[data-astro-cid-lmkygsfs] {
    max-width: 720px;
    margin: 0 auto
}

.accordion-item[data-astro-cid-lmkygsfs] {
    border: 1px solid var(--vf-gray-100);
    border-radius: var(--vf-radius-md) !important;
    margin-bottom: .75rem;
    overflow: hidden;
    background: #fff
}

.accordion-button[data-astro-cid-lmkygsfs] {
    font-weight: 600;
    font-size: .9375rem;
    color: var(--vf-gray-900);
    background: #fff;
    padding: 1.25rem 1.5rem
}

.accordion-button[data-astro-cid-lmkygsfs]:not(.collapsed) {
    color: var(--vf-primary);
    background: var(--vf-primary-light);
    box-shadow: none
}

.accordion-button[data-astro-cid-lmkygsfs]:after {
    filter: none
}

.accordion-button[data-astro-cid-lmkygsfs]:not(.collapsed):after {
    filter: none
}

.accordion-button[data-astro-cid-lmkygsfs]:focus {
    box-shadow: 0 0 0 3px #0c6b4f33
}

.accordion-body[data-astro-cid-lmkygsfs] {
    font-size: .9375rem;
    color: var(--vf-gray-700);
    line-height: 1.7;
    padding: 1rem 1.5rem 1.25rem;
    background: #fff
}

.cta-band[data-astro-cid-lmkygsfs] {
    background: linear-gradient(135deg, var(--vf-primary) 0%, #0a5c42 60%, #128C7E 100%);
    padding: var(--vf-space-2xl) 0;
    position: relative;
    overflow: hidden
}

.cta-band[data-astro-cid-lmkygsfs]:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #ffffff0a;
    pointer-events: none
}

.cta-inner[data-astro-cid-lmkygsfs] {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto
}

.cta-icon[data-astro-cid-lmkygsfs] {
    width: 72px;
    height: 72px;
    border-radius: var(--vf-radius-lg);
    background: #ffffff26;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem
}

.cta-heading[data-astro-cid-lmkygsfs] {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem
}

.cta-subtitle[data-astro-cid-lmkygsfs] {
    color: #ffffffd9;
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0
}

.btn-vf-white[data-astro-cid-lmkygsfs] {
    background: #fff;
    color: var(--vf-primary);
    padding: 1rem 2rem;
    border-radius: var(--vf-radius-md);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    font-size: 1rem
}

.btn-vf-white[data-astro-cid-lmkygsfs]:hover {
    background: var(--vf-gray-100);
    color: var(--vf-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #0003
}

.btn-vf-outline-white[data-astro-cid-lmkygsfs] {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    padding: .875rem 2rem;
    border-radius: var(--vf-radius-md);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    font-size: 1rem
}

.btn-vf-outline-white[data-astro-cid-lmkygsfs]:hover {
    background: #ffffff1a;
    border-color: #fff;
    color: #fff
}