/*!
 * Business page (/business) — Spectre-theme styling.
 * Color values mirror themes.canvasThemes.Spectre / site-overrides.css.
 */

.business-container {
    max-width: 960px;
}

/* Comparison table: Agent DVR column carries the accent, the VSaaS column
   stays muted — the table argues the point at a glance */
.table-bordered td:nth-child(2) {
    color: var(--bs-primary-text-emphasis);
}

.table-bordered td:nth-child(3) {
    color: var(--bs-secondary-color);
}

/* Feature cards: raised Command cards with a gentle hover lift */
.card {
    background-color: var(--bs-secondary-bg);
    border: 1px solid rgba(var(--site-border-rgb), 0.14);
    transition: border-color .2s ease;
}

.card:hover {
    border-color: rgba(var(--bs-primary-rgb), 0.35);
}

/* Enquiry-form honeypot (moved from inline styles): hidden from humans,
   visible to autofill bots */
.enquiry-honeypot {
    position: absolute;
    left: -9999px;
}
