/* OVP Premium - Public Cards CSS */

/* Badge pentru "Plan Activ" și "Best Value" */
.ovp-current-plan {
    position: relative;
    border: 2px solid #4CAF50;
}

.ovp-current-plan::before {
    content: "✓ Plan Activ";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4CAF50;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.ovp-badge-extended {
    background: linear-gradient(135deg, #FF9800 0%, #FF5722 100%);
    color: #fff !important;
}

.ovp-pricing-savings {
    text-align: center;
    background: #FFF3E0;
    color: #FF9800;
    padding: 8px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Button disabled pentru plan activ */
.ovp-plan-active {
    background: #4CAF50 !important;
    cursor: not-allowed !important;
    opacity: 0.8;
}

.ovp-plan-active:hover {
    background: #4CAF50 !important;
}

/* Animație hover pentru carduri premium */
.ovp-home-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Featured card (Popular) */
.ovp-home-pricing-featured {
    border: 3px solid #2196F3;
    position: relative;
    transform: scale(1.05);
}

.ovp-home-pricing-featured .ovp-home-pricing-badge {
    background: #2196F3;
}
