/* ─── VS TRADITIONAL SALES DESKS PAGE STYLES ─── */
/* Extends theme.css — uses the same CSS variables */

/* Hero */
.vs-hero {
  padding: 140px clamp(24px, 5vw, 80px) clamp(60px, 8vw, 100px);
  border-bottom: 1px solid var(--border);
}
.vs-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.vs-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.vs-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 20px;
}
.vs-headline em {
  font-style: italic;
  color: var(--accent);
}
.vs-sub {
  font-size: 18px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 640px;
}

/* Feature Matrix */
.vs-matrix-section {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}
.vs-matrix-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.vs-matrix-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 20px;
}
.vs-matrix-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 16px;
  max-width: 820px;
}
.vs-matrix-sub {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 40px;
}
.vs-matrix-wrap {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg);
}
.vs-matrix {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.vs-matrix thead th {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-3);
  padding: 18px 24px;
  background: var(--bg-3);
  border-bottom: 1px solid var(--border);
}
.vs-matrix-th-flowdesk {
  color: var(--accent) !important;
}
.vs-matrix-row {
  transition: background 0.15s;
}
.vs-matrix-row:not(:last-child) .vs-matrix-cell {
  border-bottom: 1px solid var(--border);
}
.vs-matrix-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.vs-matrix-cell {
  padding: 18px 24px;
  font-size: 14px;
  color: var(--fg-2);
  vertical-align: middle;
}
.vs-matrix-capability {
  font-weight: 600;
  color: var(--fg);
  width: 42%;
}
.vs-matrix-traditional {
  width: 29%;
  color: var(--fg-3);
}
.vs-matrix-flowdesk {
  width: 29%;
  background: rgba(143, 255, 0, 0.04);
}
.vs-matrix-check {
  display: inline-block;
  vertical-align: middle;
}
.vs-matrix-check--muted {
  opacity: 0.55;
}
.vs-matrix-dash {
  color: var(--fg-3);
  font-size: 13px;
}

/* Pricing */
.vs-pricing {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--border);
}
.vs-pricing-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.vs-pricing-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.vs-pricing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 16px;
  max-width: 820px;
}
.vs-pricing-sub {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 40px;
}
.vs-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.vs-pricing-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vs-pricing-card--flowdesk {
  border-color: rgba(143, 255, 0, 0.22);
  background: linear-gradient(180deg, rgba(143, 255, 0, 0.04) 0%, var(--bg-2) 80%);
}
.vs-pricing-card-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.vs-pricing-card-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 12px;
}
.vs-pricing-card-tag--accent {
  color: var(--accent);
}
.vs-pricing-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.vs-pricing-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.vs-pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.vs-pricing-row:last-child {
  border-bottom: none;
}
.vs-pricing-row-label {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.4;
}
.vs-pricing-row-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  text-align: right;
  white-space: nowrap;
}
.vs-pricing-row--total {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(240, 237, 230, 0.18);
  border-bottom: none;
}
.vs-pricing-row--total .vs-pricing-row-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg);
}
.vs-pricing-row--total .vs-pricing-row-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  color: var(--accent);
}
.vs-pricing-card--flowdesk .vs-pricing-row--total .vs-pricing-row-value {
  color: var(--accent);
}
.vs-pricing-footnote {
  font-size: 12px;
  color: var(--fg-3);
  line-height: 1.55;
  margin: 0;
}

/* Bottom CTA */
.vs-cta-section {
  padding: clamp(80px, 10vw, 120px) clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--border);
}
.vs-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.vs-cta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.vs-cta-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 16px;
}
.vs-cta-sub {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.6;
  margin-bottom: 36px;
}
.vs-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.vs-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 36px;
  background: var(--accent);
  color: #0e0e0e;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: opacity 0.15s, transform 0.15s;
}
.vs-cta-btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.vs-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  background: transparent;
  color: var(--fg-2);
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: color 0.2s, border-color 0.2s;
}
.vs-cta-btn-secondary:hover { color: var(--fg); border-color: rgba(240,237,230,0.2); }

/* Footer logo as link */
.footer-logo { text-decoration: none; }

/* Responsive */
@media (max-width: 900px) {
  .vs-pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .vs-matrix-wrap {
    background: transparent;
    border: none;
    border-radius: 0;
  }
  .vs-matrix thead { display: none; }
  .vs-matrix, .vs-matrix tbody, .vs-matrix-row, .vs-matrix-cell {
    display: block;
    width: 100%;
  }
  .vs-matrix-row {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 14px;
  }
  .vs-matrix-cell {
    padding: 6px 0;
    border-bottom: none !important;
    width: auto !important;
    background: transparent !important;
  }
  .vs-matrix-capability {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border) !important;
  }
  .vs-matrix-traditional::before {
    content: 'Traditional: ';
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fg-3);
  }
  .vs-matrix-flowdesk::before {
    content: 'FlowDesk: ';
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .vs-matrix-cell.vs-matrix-flowdesk {
    margin-top: 4px;
  }
}
