.comparison-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.comparison-intro {
    text-align: center;
    margin-bottom: 50px;
}

.comparison-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border:1px solid #ddd;
    
}

.comparison-table th {
    background: #fff;
    color:#000;
    padding: 20px;
    font-weight: 500;
    text-align: left;
}

.comparison-table th:first-child {
    border-top-left-radius: 15px;
}

.comparison-table th:last-child {
    border-top-right-radius: 15px;
}

.comparison-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover {
    
}

.comparison-table td:first-child {
    font-weight: 500;
    color: #333;
}

.key-advantage {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 40px rgba(0,0,0,0.03);
}

.key-advantage h3 {
    color: #6c5ce7;
    margin-bottom: 15px;
}