/* Visual Take — Pricing page */
.vt-pricing-page {
    position: relative;
    background: #0b0b0b;
    color: #fff;
    padding-top: 168px;
    padding-bottom: 80px;
    min-height: 100vh;
    overflow-x: hidden;
}

/* —— Background: particles (mouse via global-section-reveal) + soft blur —— */
.vt-pricing-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.vt-pricing-bg .vt-particle-bg {
    z-index: 1;
    opacity: 0.7;
}

.vt-pricing-blur-layer {
    z-index: 2;
    will-change: transform;
}

.vt-pricing-blur-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.4;
    will-change: transform;
}

.vt-pricing-blur-spot-1 {
    width: min(50vw, 480px);
    height: min(50vw, 480px);
    top: -10%;
    left: -5%;
    background: radial-gradient(circle, rgba(96, 38, 198, 0.7) 0%, transparent 70%);
}

.vt-pricing-blur-spot-2 {
    width: min(42vw, 400px);
    height: min(42vw, 400px);
    top: 40%;
    right: -8%;
    background: radial-gradient(circle, rgba(141, 43, 232, 0.55) 0%, transparent 72%);
}

.vt-pricing-blur-spot-3 {
    width: min(48vw, 440px);
    height: min(48vw, 440px);
    bottom: -15%;
    left: 30%;
    background: radial-gradient(circle, rgba(50, 17, 81, 0.65) 0%, transparent 70%);
}

.vt-pricing-bg.is-billing-flash .vt-pricing-blur-spot {
    opacity: 0.55;
    transition: opacity 0.4s ease;
}

.vt-pricing-content {
    position: relative;
    z-index: 1;
}

.vt-pricing-assisted-inner,
.vt-pricing-table-wrap,
.vt-pricing-cta {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vt-pricing-page .vt-pricing-hero.vt-crew-hero {
    padding-top: 52px;
    padding-bottom: 32px;
}

.vt-pricing-page .vt-pricing-hero .vt-crew-hero-content {
    text-align: center;
}

.vt-pricing-page .vt-pricing-page-title {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    background: var(--gradient-hero, linear-gradient(135deg, #ffffff 0%, #c4a8f0 45%, #8d2be8 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.vt-pricing-hero .vt-pricing-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    line-height: 1.85;
    color: #d7d9e0;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.vt-pricing-hero .vt-pricing-tagline {
    font-family: 'Satoshi', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #8d2be8;
    margin: 12px auto 0;
    letter-spacing: 0.02em;
    text-align: center;
}

/* Billing toggle */
.vt-pricing-billing-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px;
    padding: 0 24px;
}

.vt-pricing-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.vt-pricing-billing-btn {
    font-family: 'Satoshi', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(204, 204, 204, 0.85);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 108px;
}

.vt-pricing-billing-btn-label {
    line-height: 1.2;
}

.vt-pricing-billing-btn-save {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(196, 168, 240, 0.85);
}

.vt-pricing-billing-btn:hover {
    color: #fff;
}

.vt-pricing-billing-btn:hover .vt-pricing-billing-btn-save {
    color: #e8dff5;
}

.vt-pricing-billing-btn.is-active {
    background: linear-gradient(135deg, #6026c6 0%, #8d2be8 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(96, 38, 198, 0.35);
}

.vt-pricing-billing-btn.is-active .vt-pricing-billing-btn-save {
    color: rgba(255, 255, 255, 0.95);
}

.vt-pricing-billing-note {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: rgba(204, 204, 204, 0.7);
}

.vt-pricing-billing-note strong {
    color: #c4a8f0;
    font-weight: 600;
}

/* Plan cards */
.vt-pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 24px;
}

.vt-pricing-card-shell {
    position: relative;
    height: 100%;
    z-index: 1;
}

.vt-pricing-card-shell.is-featured {
    z-index: 3;
}

.vt-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #141414;
    background-image: linear-gradient(158deg, #141414 0%, #1a1520 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 28px 36px;
    opacity: 1;
    filter: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}

.vt-pricing-card-shell.is-featured .vt-pricing-card {
    background-color: #151218;
    background-image: linear-gradient(158deg, #151218 0%, #1c1526 100%);
    border: 2px solid rgba(141, 43, 232, 0.55);
    box-shadow:
        0 0 0 1px rgba(141, 43, 232, 0.15),
        0 16px 48px rgba(96, 38, 198, 0.22);
}

.vt-pricing-card:hover:not(.is-flip-out):not(.is-flip-in) {
    border-color: rgba(141, 43, 232, 0.35);
    box-shadow: 0 12px 40px rgba(96, 38, 198, 0.15);
}

/* Card flip — perspective on shell only, sharp text when idle */
.vt-pricing-card-shell.is-flipping {
    perspective: 1000px;
}

.vt-pricing-card-shell.is-flipping .vt-pricing-card {
    transform-style: preserve-3d;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.vt-pricing-card-shell.is-flipping .vt-pricing-card.is-flip-out {
    transform: rotateY(-90deg) translateZ(0);
    pointer-events: none;
}

.vt-pricing-card-shell.is-flipping .vt-pricing-card.is-flip-in {
    animation: vtPricingCardFlipIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    pointer-events: none;
}

@keyframes vtPricingCardFlipIn {
    from {
        transform: rotateY(90deg) translateZ(0);
    }
    to {
        transform: rotateY(0deg) translateZ(0);
    }
}

.vt-pricing-card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    font-family: 'Satoshi', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 14px;
    background: linear-gradient(135deg, #6026c6, #8d2be8);
    border-radius: 999px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: visible;
    isolation: isolate;
}

.vt-pricing-card h3 {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 8px;
    color: #fff;
}

.vt-pricing-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(204, 204, 204, 0.8);
    margin-bottom: 24px;
    min-height: 2.6em;
}

.vt-pricing-card-price {
    margin-bottom: 8px;
}

.vt-pricing-price-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 10px;
}

.vt-pricing-discount-pill {
    display: inline-flex;
    align-items: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, rgba(96, 38, 198, 0.9) 0%, rgba(141, 43, 232, 0.85) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 12px rgba(96, 38, 198, 0.35);
}

.vt-pricing-price-was {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(204, 204, 204, 0.5);
    text-decoration: line-through;
    text-decoration-color: rgba(196, 168, 240, 0.55);
    letter-spacing: -0.02em;
}

.vt-pricing-price-was .currency {
    font-size: 1.05rem;
    margin-right: 1px;
}

.vt-pricing-card-price .amount {
    display: inline-block;
    font-family: 'Satoshi', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.vt-pricing-card-price .period,
.vt-pricing-billing-note {
    transition: opacity 0.2s ease;
}

.vt-pricing-billing-note.is-price-meta-fade {
    opacity: 0.4;
}

.vt-pricing-billing-toggle.is-switching {
    box-shadow: 0 0 0 2px rgba(141, 43, 232, 0.25);
}

@media (prefers-reduced-motion: reduce) {
    .vt-pricing-card-shell.is-flipping .vt-pricing-card.is-flip-out,
    .vt-pricing-card-shell.is-flipping .vt-pricing-card.is-flip-in {
        transform: none !important;
        animation: none !important;
    }

    .vt-pricing-billing-note {
        transition: none;
    }
}

.vt-pricing-card-price .currency {
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: super;
    margin-right: 2px;
}

.vt-pricing-card-price .period {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: rgba(204, 204, 204, 0.65);
    display: block;
    margin-top: 4px;
}

.vt-pricing-card-price .gst {
    font-size: 0.75rem;
    color: rgba(204, 204, 204, 0.5);
}

.vt-pricing-card-limits {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    flex-grow: 1;
}

.vt-pricing-card-limits li {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: rgba(204, 204, 204, 0.9);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.vt-pricing-card-limits li span:last-child {
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.vt-pricing-card-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    width: 100%;
}

.vt-pricing-card-actions .vt-btn-primary {
    width: 100%;
    text-align: center;
}

.vt-pricing-more-details {
    font-family: 'Satoshi', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 16px;
    border: 1px solid rgba(141, 43, 232, 0.45);
    border-radius: 8px;
    background: transparent;
    color: #c4a8f0;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    width: 100%;
}

.vt-pricing-more-details:hover {
    background: rgba(96, 38, 198, 0.15);
    border-color: rgba(141, 43, 232, 0.7);
    color: #fff;
}

/* Assisted plan — custom pricing */
.vt-pricing-assisted {
    max-width: 920px;
    margin: 0 auto 56px;
    padding: 0 24px;
}

.vt-pricing-assisted-inner {
    text-align: center;
    padding: 40px 32px;
    background: linear-gradient(158deg, #141414 0%, #1a1520 100%);
    border: 1px solid rgba(141, 43, 232, 0.2);
    border-radius: 20px;
}

.vt-pricing-assisted-inner h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.vt-pricing-assisted-inner p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(204, 204, 204, 0.9);
    max-width: 640px;
    margin: 0 auto 24px;
}

/* Legend */
.vt-pricing-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 0 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: rgba(204, 204, 204, 0.85);
}

.vt-pricing-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-pricing-icon-yes,
.vt-pricing-icon-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
}

.vt-pricing-icon-yes {
    background: rgba(96, 38, 198, 0.25);
    color: #c4a8f0;
}

.vt-pricing-icon-no {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(204, 204, 204, 0.35);
}

/* Comparison */
.vt-pricing-compare {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    scroll-margin-top: 120px;
}

.vt-pricing-compare > h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

.vt-pricing-compare > p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.vt-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: #111;
    -webkit-overflow-scrolling: touch;
}

.vt-pricing-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

.vt-pricing-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #1a1520;
    padding: 16px 20px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vt-pricing-table thead th:first-child {
    text-align: left;
    min-width: 280px;
}

.vt-pricing-module-row td {
    background: linear-gradient(90deg, rgba(96, 38, 198, 0.12) 0%, transparent 100%);
    padding: 14px 20px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #e8dff5;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-pricing-module-row .module-desc {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgba(204, 204, 204, 0.65);
    margin-top: 4px;
}

.vt-pricing-table tbody tr:not(.vt-pricing-module-row) td {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    vertical-align: middle;
}

.vt-pricing-table tbody tr:not(.vt-pricing-module-row):hover td {
    background: rgba(255, 255, 255, 0.02);
}

.vt-pricing-table tbody tr:not(.vt-pricing-module-row) td:first-child {
    color: rgba(204, 204, 204, 0.95);
    text-align: left;
}

.vt-pricing-table tbody tr:not(.vt-pricing-module-row) td:not(:first-child) {
    text-align: center;
}

.vt-pricing-table .vt-pricing-limits-row td {
    background: rgba(96, 38, 198, 0.08);
    font-weight: 500;
}

.vt-pricing-table .vt-pricing-limits-row td:first-child {
    color: #fff;
}

/* CTA */
.vt-pricing-cta:not(.vt-about-section-full) {
    text-align: center;
    max-width: 720px;
    margin: 64px auto 0;
    padding: 48px 32px;
    background: linear-gradient(158deg, #141414 0%, #220c37 100%);
    border: 1px solid rgba(141, 43, 232, 0.25);
    border-radius: 20px;
}

.vt-pricing-cta:not(.vt-about-section-full) h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.vt-pricing-cta:not(.vt-about-section-full) p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: rgba(204, 204, 204, 0.9);
    line-height: 1.6;
    margin-bottom: 24px;
}

.vt-pricing-cta:not(.vt-about-section-full) .d-flex {
    justify-content: center;
}

/* Pricing page: use full-overlay CTA style (same as feature pages) */
.vt-about-section-full.vt-pricing-cta {
    margin-top: 64px;
}

@media (max-width: 991px) {
    .vt-pricing-cards {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .vt-pricing-card-shell.is-featured {
        order: -1;
    }
}

@media (max-width: 1100px) {
    .vt-pricing-bg .vt-particle-bg {
        opacity: 0.45;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-pricing-blur-layer,
    .vt-pricing-blur-spot {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .vt-pricing-page {
        padding-top: 128px;
    }

    .vt-pricing-page .vt-pricing-hero.vt-crew-hero {
        padding-top: 28px;
    }

    .vt-pricing-compare {
        scroll-margin-top: 96px;
    }

    .vt-pricing-assisted-inner {
        padding: 32px 20px;
    }

    .vt-pricing-billing-toggle {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 16px;
    }

    .vt-pricing-billing-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}
