/* Comparison Page Styles */
.comparison-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.comparison-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.comparison-hero p {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
}

/* Premium Table Styles */
.comparison-card {
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.comparison-card-header {
    padding: 2.5rem 2rem;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-card-header.bg-primary-gradient {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #ffffff;
}

.comparison-card-header.bg-success-gradient {
    background: linear-gradient(135deg, #10b981, #047857);
    color: #ffffff;
}

.comparison-card-header h3 {
    margin: 0;
    font-weight: 800;
    font-size: 1.75rem;
}

.comparison-table {
    margin-bottom: 0;
    width: 100%;
}

.comparison-table th {
    padding: 1.5rem 1rem;
    font-weight: 800;
    font-size: 1.05rem;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
    text-align: center;
}

.comparison-table th:first-child {
    text-align: left;
    padding-left: 2rem;
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.comparison-table td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    color: #334155;
    font-weight: 500;
}

.comparison-table td:first-child {
    text-align: left;
    padding-left: 2rem;
    font-weight: 700;
    color: #0f172a;
}

.comparison-table tbody tr:hover {
    background-color: #f8fafc;
}

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

.badge-comparison {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
}

.badge-comparison.bg-success {
    background-color: #dcfce7 !important;
    color: #166534 !important;
    border: 1px solid #bbf7d0;
}

.badge-comparison.bg-warning {
    background-color: #fef9c3 !important;
    color: #854d0e !important;
    border: 1px solid #fef08a;
}

.badge-comparison.bg-danger {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
    border: 1px solid #fecaca;
}

.feature-icon {
    font-size: 1.25rem;
}

.feature-icon.text-success {
    color: #10b981 !important;
}

.feature-icon.text-danger {
    color: #ef4444 !important;
}

.restrictions-box {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem;
    border: 1px solid #e2e8f0;
}

.restrictions-box h5 {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.restrictions-box ul {
    margin-bottom: 0;
    color: #475569;
}

.restrictions-box li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.restrictions-box li:last-child {
    margin-bottom: 0;
}

.comparison-actions {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.btn-comparison {
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.btn-comparison.btn-primary {
    background: #3b82f6;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.btn-comparison.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
}
