.bp-pricing-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}


.bp-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 280px;
    position: relative;
}


.bp-gold {
    border: 2px solid gold;
    transform: scale(1.05);
}


.bp-badge {
    position: absolute;
    top: -10px;
    right: 10px;
    background: green;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}


.bp-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}


.contact-blur {
    filter: blur(4px);
    pointer-events: none;
}
