/* --- Compare Plans Table --- */
.compare-table-wrap {
    overflow-x: auto;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.compare-table thead th {
    padding: 24px 16px;
    text-align: center;
    border-bottom: 2px solid #E5E7EB;
    vertical-align: bottom;
    background: #FAFBFF;
}

.compare-feature-col {
    text-align: left !important;
    min-width: 180px;
    font-weight: 600;
    color: #1E1B4B;
}

.compare-plan-col {
    min-width: 140px;
}

.compare-category-row td {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4F46E5;
    background: #F9FAFB;
    border-top: 1px solid #E5E7EB;
}

.compare-feature-name {
    padding: 10px 16px;
    color: #374151;
    border-bottom: 1px solid #F3F4F6;
}

.compare-cell {
    padding: 10px 16px;
    text-align: center;
    border-bottom: 1px solid #F3F4F6;
    color: #1E1B4B;
}

.compare-table tfoot td {
    border-top: 2px solid #E5E7EB;
}

@media (max-width: 768px) {
    .compare-table {
        font-size: 0.8rem;
    }

    .compare-feature-col {
        min-width: 120px;
    }

    .compare-plan-col {
        min-width: 100px;
    }
}
