    .pricing-hero {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        border-radius: 10px;
        padding: 4rem 2rem;
        margin-bottom: 3rem;
    }
    .alert.alert-success.border-0.shadow-sm.mb-4.fade-in.visible {
        margin-bottom: 5rem !important;
    }
    .pricing-card {
        transition: all 0.4s ease;
        border: 2px solid transparent;
        border-radius: 20px;
    }
    .pricing-card:hover {
        border-color: #0f1f7a;
        transform: scale(1.02);
    }
    .pricing-card.popular {
        border: 3px solid #0f1f7a;
        position: relative;
    }
    .popular-badge {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: white;
        padding: 5px 20px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        z-index: 1;
    }
    .pricing-price {
        font-size: 3.5rem;
        font-weight: 700;
        color: #0f1f7a;
    }
    .pricing-price span {
        font-size: 1rem;
        font-weight: 400;
        color: #6c757d;
    }
    .feature-check {
        color: #28a745;
    }
    .feature-x {
        color: #6c757d;
    }
    .guarantee-section {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border-radius: 20px;
        padding: 3rem;
    }
    .comparison-table th {
        background: #0f1f7a;
        color: white;
    }
    .comparison-table td, .comparison-table th {
        text-align: center;
        vertical-align: middle;
        padding: 1rem;
    }
    .btn-primary{
            background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
            border: none;
            border-radius: 10px;
            padding: 5px 21px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s 
        ease;
    }
    
    /* Minimal Clean Pricing Cards */
    .pricing-card {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    .pricing-card:hover {
        border-color: #0f1f7a;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }
    .pricing-card.popular {
        border: 2px solid #0f1f7a;
        box-shadow: 0 15px 35px rgba(15, 31, 122, 0.15);
    }
    .pricing-price {
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* â”€â”€ Pricing Banner Variants â”€â”€ */
    .nsp-pricing-banner-eligible {
        border-radius: 12px;
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        padding: 1.25rem;
    }
    .nsp-pricing-banner-warning {
        border-radius: 12px;
        background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
        padding: 1.25rem;
    }
    .nsp-pricing-banner-default {
        border-radius: 12px;
        background: linear-gradient(135deg, #063c98 0%, #0d2480 100%);
        padding: 1.25rem;
    }

    /* â”€â”€ Banner Inner Elements â”€â”€ */
    .nsp-pricing-flex-shrink {
        flex-shrink: 0;
    }
    .nsp-pricing-banner-title {
        font-size: 0.95rem;
    }
    .nsp-pricing-banner-text {
        font-size: 0.9rem;
        margin: 0;
    }
    .nsp-pricing-banner-btn {
        white-space: nowrap;
    }

    /* â”€â”€ Bundle Package Cards â”€â”€ */
    .nsp-pricing-bundle-card {
        border: 2px solid #0f1f7a;
        border-radius: 20px;
    }
    .nsp-pricing-psd-bundle-card {
        border: 2px solid #0f1f7a;
        border-radius: 20px;
        position: relative;
    }

    /* â”€â”€ Bundle Badges â”€â”€ */
    .nsp-pricing-badge-sm {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    /* â”€â”€ Comparison Table â”€â”€ */
    .nsp-pricing-compare-col {
        width: 25%;
    }


    /* --- Pricing page layout (promoted from design version 4) --- */
    .vp-eyebrow {
        display: inline-block;
        margin-bottom: 0.75rem;
        color: #0f1f7a;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .vp-panel {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 20px;
    }
    .vp-panel-soft {
        border: 1px solid #e9ecefa2;
        border-radius: 20px;
    }
    .vp-panel-gradient {
        background: rgb(15 31 122) !important;
        border-radius: 8px;
        color: #fff;
        position: relative;
        overflow: hidden;
    }
    .vp-panel-gradient::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(/static/images/pet-bg-pattern.png);
        background-repeat: repeat;
        background-size: 475px;
        filter: invert(1);
        opacity: 0.13;
        pointer-events: none;
        z-index: 0;
    }
    /* keep the copy and buttons above the pattern */
    .vp-panel-gradient > * { position: relative; z-index: 1; }
    .vp-price-sm {
        font-size: 2.25rem;
        font-weight: 700;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .vp-addon-icon {
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #f8f9fa;
        color: #0f1f7a;
        font-size: 1.5rem;
    }
    .vp-trust {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 15px;
        overflow: hidden;
    }
    .vp-trust > div {
        padding: 1.75rem 1.35rem;
        border-right: 1px solid #e9ecef;
        text-align: center;
    }
    .vp-trust > div:last-child {
        border-right: 0;
    }
    .vp-step {
        position: relative;
        padding: 2.75rem 1.75rem 2rem;
    }
    .vp-step-num {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 4px solid #fff;
        background: linear-gradient(135deg, #0f1f7a 0%, #0056b3 100%);
        color: #fff;
        font-size: 1.05rem;
        font-weight: 700;
        box-shadow: 0 5px 20px rgba(15, 31, 122, 0.3);
    }
    .vp-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        display: none;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.85rem 1.1rem;
        background: #fff;
        border-top: 1px solid #e9ecef;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 767.98px) {
        .vp-sticky { display: flex; }
    }
