.comparison-table{border-collapse:collapse;border:2px solid var(--primary);border-radius:12px;width:100%;margin:2rem 0;font-size:.95rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.comparison-table thead{background:linear-gradient(135deg,var(--primary)0%,var(--primary-container)100%)}.comparison-table thead th{text-align:left;color:var(--on-primary);font-weight:700;font-family:var(--font-manrope);text-transform:uppercase;letter-spacing:.05em;border:none;padding:1.25rem 1.5rem;font-size:.9rem}.comparison-table thead th:first-child{text-align:left;border-top-left-radius:12px}.comparison-table thead th:not(:first-child){text-align:center}.comparison-table thead th:last-child{border-top-right-radius:12px}.comparison-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .2s}.comparison-table tbody tr:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.comparison-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.comparison-table td{vertical-align:middle;color:#374151;border:none;padding:1.25rem 1.5rem;font-weight:500}.comparison-table .feature-name{color:#1f2937;background-color:#f9fafb;border-right:2px solid #e5e7eb;font-size:.95rem;font-weight:600;line-height:1.5}.comparison-table .feature-value{text-align:center;font-size:1.2rem;font-weight:600}.comparison-table .check-icon{color:#10b981;font-size:1.3rem;font-weight:700;animation:.3s ease-in-out checkPulse;display:inline-block}.comparison-table .cross-icon{color:#ef4444;font-size:1.3rem;font-weight:700;animation:.3s ease-in-out crossShake;display:inline-block}@keyframes checkPulse{0%{opacity:.7;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes crossShake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@media (max-width:768px){.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:.875rem 1rem}.comparison-table thead th{padding:1rem .75rem;font-size:.8rem}.comparison-table .feature-name{font-size:.85rem}.comparison-table .feature-value{font-size:1rem}}
