.pt-1950-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pt-1950-container:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.pt-1950-popular {
    border-top: 5px solid #6EC1E4;
}

.pt-1950-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #6EC1E4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pt-1950-title {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333;
}

.pt-1950-subtitle {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.pt-1950-pricing {
    margin: 30px 0;
}

.pt-1950-currency {
    font-size: 20px;
    vertical-align: top;
    margin-right: 2px;
    color: #333;
}

.pt-1950-price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.pt-1950-period {
    color: #777;
    font-size: 14px;
}

.pt-1950-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.pt-1950-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.pt-1950-features li:last-child {
    border-bottom: none;
}

.pt-1950-included::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #61CE70;
    font-weight: bold;
}

.pt-1950-excluded {
    color: #aaa !important;
    text-decoration: line-through;
}

.pt-1950-excluded::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: #aaa;
}

.pt-1950-button {
    display: inline-block;
    padding: 12px 30px;
    background: #6EC1E4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: opacity 0.3s;
    width: 100%;
}

.pt-1950-button:hover {
    opacity: 0.9;
    color: #fff;
}