.mpc-card-0e06194c {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 40px 30px;
    border-radius: 4px;
    color: #fff;
    font-family: sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}
.mpc-card-popular-0e06194c {
    border: 2px solid #e53e3e;
    transform: scale(1.02);
    z-index: 1;
}
@media (max-width: 768px) {
    .mpc-card-popular-0e06194c {
        transform: scale(1);
    }
    .mpc-card-0e06194c {
        padding: 30px 20px;
    }
}
.mpc-badge-0e06194c {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a4a4a;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap;
}
.mpc-title-0e06194c {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #fff;
}
.mpc-price-wrap-0e06194c {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.mpc-price-0e06194c {
    font-size: 42px;
    font-weight: 700;
}
.mpc-original-price-0e06194c {
    font-size: 16px;
    color: #e53e3e;
    text-decoration: line-through;
}
.mpc-period-0e06194c {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.mpc-desc-0e06194c {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 25px;
}
.mpc-features-0e06194c {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    flex-grow: 1;
}
.mpc-features-0e06194c li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ddd;
}
.mpc-feature-icon-0e06194c {
    background: #333;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 12px;
}
.mpc-feature-icon-0e06194c svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.mpc-feature-text-0e06194c {
    flex-grow: 1;
}
.mpc-feature-check-0e06194c {
    color: #aaa;
}
.mpc-btn-0e06194c {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #444, #222);
    border: 1px solid #555;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.mpc-btn-0e06194c:hover {
    background: linear-gradient(to bottom, #555, #333);
    color: #fff;
}