    .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 â”€â”€ */
    .asa-pricing-banner-eligible {
        border-radius: 12px;
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        padding: 1.25rem;
    }
    .asa-pricing-banner-warning {
        border-radius: 12px;
        background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
        padding: 1.25rem;
    }
    .asa-pricing-banner-default {
        border-radius: 12px;
        background: linear-gradient(135deg, #063c98 0%, #0d2480 100%);
        padding: 1.25rem;
    }

    /* â”€â”€ Banner Inner Elements â”€â”€ */
    .asa-pricing-flex-shrink {
        flex-shrink: 0;
    }
    .asa-pricing-banner-title {
        font-size: 0.95rem;
    }
    .asa-pricing-banner-text {
        font-size: 0.9rem;
        margin: 0;
    }
    .asa-pricing-banner-btn {
        white-space: nowrap;
    }

    /* â”€â”€ Bundle Package Cards â”€â”€ */
    .asa-pricing-bundle-card {
        border: 2px solid #0f1f7a;
        border-radius: 20px;
    }
    .asa-pricing-psd-bundle-card {
        border: 2px solid #0f1f7a;
        border-radius: 20px;
        position: relative;
    }

    /* â”€â”€ Bundle Badges â”€â”€ */
    .asa-pricing-badge-sm {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    /* â”€â”€ Comparison Table â”€â”€ */
    .asa-pricing-compare-col {
        width: 25%;
    }
