/* === COMPETITOR COMPARISON TABLE ===
   Replaces the fake value stack in the ultimate section
   ================================================== */

.competitor-table {
    margin-top: 24px;
}

.comp-header {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    font-family: 'JetBrains Mono', monospace;
}

.comp-table {
    width: 100%;
    border-collapse: collapse;
}

.comp-table th {
    padding: 8px 12px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--border);
    font-family: 'JetBrains Mono', monospace;
}

.comp-table th:first-child {
    text-align: left;
}

.comp-table td {
    padding: 10px 12px;
    text-align: center;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-subtle);
    font-size: 13px;
    vertical-align: middle;
}

.comp-table td:first-child {
    text-align: left;
    color: var(--text);
    font-weight: 500;
}

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

/* Highlighted YouTubeSFX column */
.comp-table th.comp-ours {
    color: var(--primary);
    background: rgba(255, 0, 82, 0.06);
    border-bottom-color: rgba(255, 0, 82, 0.2);
}

.comp-table td.comp-ours {
    background: rgba(255, 0, 82, 0.04);
    font-weight: 600;
    color: var(--text);
}

/* Price row */
.comp-price-row td {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 14px;
}

.comp-price-row td.comp-ours {
    color: var(--accent) !important;
}

/* Icons */
.comp-yes { color: var(--accent); font-weight: 700; font-size: 15px; }
.comp-no  { color: var(--text-tertiary); font-size: 15px; }

/* Footer note */
.comp-footnote {
    font-size: 11px;
    color: var(--text-tertiary);
    margin-top: 8px;
    font-style: italic;
    line-height: 1.5;
}
