.revoker-pro-features-wrap {
    max-width: 1000px;
    margin: 20px 0;
}
.revoker-pro-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}
.revoker-pro-header h2 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 15px;
}
.revoker-pro-header p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0 0 25px;
}
.revoker-pro-header .button-pro {
    background: #fff;
    color: #667eea;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
}
.revoker-pro-header .button-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #667eea;
}
.revoker-pro-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.revoker-pro-feature {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.revoker-pro-feature:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.revoker-pro-feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.revoker-pro-feature-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.revoker-pro-feature h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}
.revoker-pro-feature p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}
.revoker-pro-feature ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.revoker-pro-feature ul li {
    padding: 5px 0 5px 25px;
    position: relative;
    color: #555;
}
.revoker-pro-feature ul li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}
.revoker-pro-comparison {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}
.revoker-pro-comparison table {
    width: 100%;
    border-collapse: collapse;
}
.revoker-pro-comparison th,
.revoker-pro-comparison td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}
.revoker-pro-comparison th {
    background: #f8f9fa;
    font-weight: 600;
}
.revoker-pro-comparison th:nth-child(2),
.revoker-pro-comparison td:nth-child(2) {
    text-align: center;
    width: 120px;
}
.revoker-pro-comparison th:nth-child(3),
.revoker-pro-comparison td:nth-child(3) {
    text-align: center;
    width: 120px;
    background: #f0f4ff;
}
.revoker-pro-comparison .check {
    color: #22c55e;
    font-size: 20px;
}
.revoker-pro-comparison .cross {
    color: #ccc;
    font-size: 20px;
}
.revoker-pro-cta {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}
.revoker-pro-cta h3 {
    margin: 0 0 15px;
    font-size: 24px;
}
.revoker-pro-cta p {
    color: #666;
    margin: 0 0 25px;
    font-size: 16px;
}
.revoker-pro-cta .button-pro {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
}
.revoker-pro-cta .button-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102,126,234,0.4);
    color: #fff;
}
