/* ================================================
   VS Comparison Pages — Shared Styles
   Reuses layout.ejs design system: dark bg,
   cyan accent (#00F0FF), Bebas Neue + DM Sans
   ================================================ */

/* Hero */
.vs-hero { padding: 140px 48px 80px; max-width: 1100px; margin: 0 auto; }
.vs-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #00F0FF; margin-bottom: 20px; }
.vs-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #00F0FF; box-shadow: 0 0 10px #00F0FF; animation: vs-pulse 2s infinite; }
@keyframes vs-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.vs-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.0; letter-spacing: 2px; color: #E8F4F8; margin-bottom: 24px; }
.vs-headline em { font-style: normal; color: #00F0FF; }
.vs-sub { font-size: 17px; color: #7A9BAA; line-height: 1.7; max-width: 560px; font-weight: 300; margin-bottom: 40px; }
.vs-cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.vs-cta-primary { display: inline-block; padding: 16px 36px; background: #00F0FF; color: #050810; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; text-decoration: none; transition: all 0.2s; }
.vs-cta-primary:hover { background: #00d4e0; box-shadow: 0 0 24px rgba(0,240,255,0.35); }
.vs-cta-secondary { display: inline-block; padding: 16px 28px; background: transparent; border: 1px solid rgba(0,240,255,0.2); color: #7A9BAA; font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 2px; text-decoration: none; transition: all 0.2s; }
.vs-cta-secondary:hover { border-color: rgba(0,240,255,0.5); color: #E8F4F8; }
.vs-price-note { font-size: 12px; color: #3D5A6B; margin-top: 12px; }

/* Comparison table */
.vs-table-wrap { max-width: 1100px; margin: 0 auto; padding: 0 48px 80px; }
.vs-table-header { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 0; margin-bottom: 0; border-bottom: 1px solid rgba(0,240,255,0.12); padding-bottom: 0; }
.vs-col-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #3D5A6B; padding: 0 16px 16px; }
.vs-col-repilot { color: #00F0FF; }
.vs-col-comp { color: #7A9BAA; }
.vs-table { border-bottom: 1px solid rgba(0,240,255,0.12); }
.vs-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.vs-row:nth-child(even) { background: rgba(0,240,255,0.02); }
.vs-cell { padding: 18px 16px; font-size: 14px; line-height: 1.5; color: #7A9BAA; }
.vs-row-label { font-weight: 600; color: #E8F4F8; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.vs-cell-repilot { color: #E8F4F8; font-weight: 500; }
.vs-win { display: inline-block; width: 14px; height: 14px; background: rgba(0,240,255,0.15); border: 1px solid rgba(0,240,255,0.4); border-radius: 50%; margin-right: 6px; vertical-align: middle; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7l4 4 6-6' stroke='%2300F0FF' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.vs-comp-win { display: inline-block; width: 14px; height: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; margin-right: 6px; vertical-align: middle; }

/* Honest section */
.vs-honest { padding: 80px 48px; background: #080d1a; border-top: 1px solid rgba(0,240,255,0.12); }
.vs-honest-inner { max-width: 1100px; margin: 0 auto; }
.vs-honest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.vs-honest-card { background: #0d1628; border: 1px solid rgba(0,240,255,0.12); padding: 32px; position: relative; overflow: hidden; }
.vs-honest-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.vs-honest-card.positive::before { background: linear-gradient(90deg, #00F0FF, transparent); }
.vs-honest-card.negative::before { background: linear-gradient(90deg, #7A9BAA, transparent); }
.vs-honest-label { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }
.vs-honest-card.positive .vs-honest-label { color: #00F0FF; }
.vs-honest-card.negative .vs-honest-label { color: #7A9BAA; }
.vs-honest-title { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 1px; color: #E8F4F8; margin-bottom: 12px; }
.vs-honest-text { font-size: 14px; color: #7A9BAA; line-height: 1.7; font-weight: 300; }

/* Pick them section */
.vs-pick { max-width: 1100px; margin: 0 auto; padding: 80px 48px; }
.vs-pick-label { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #00F0FF; margin-bottom: 16px; }
.vs-pick-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 3vw, 44px); letter-spacing: 2px; color: #E8F4F8; margin-bottom: 20px; line-height: 1.1; }
.vs-pick-body { font-size: 16px; color: #7A9BAA; line-height: 1.8; font-weight: 300; max-width: 700px; }

/* Demo section (reuse from layout.ejs demo section) */
.vs-demo-section { padding: 80px 48px; background: #050810; border-top: 1px solid rgba(0,240,255,0.12); }
.vs-demo-inner { max-width: 900px; margin: 0 auto; }
.vs-demo-header { text-align: center; margin-bottom: 48px; }
.vs-demo-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,240,255,0.08); border: 1px solid rgba(0,240,255,0.3); padding: 6px 16px; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #00F0FF; margin-bottom: 20px; }
.vs-demo-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 48px); letter-spacing: 2px; line-height: 1; color: #E8F4F8; margin-bottom: 14px; }
.vs-demo-title em { font-style: normal; color: #00F0FF; }
.vs-demo-sub { font-size: 16px; color: #7A9BAA; font-weight: 300; max-width: 520px; margin: 0 auto; }
.vs-demo-form { background: #0d1628; border: 1px solid rgba(0,240,255,0.12); padding: 40px; position: relative; overflow: hidden; }
.vs-demo-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #00F0FF, #0066FF); }
.vs-demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.vs-demo-field { display: flex; flex-direction: column; gap: 6px; }
.vs-demo-field label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #7A9BAA; }
.vs-demo-field input, .vs-demo-field select { background: #050810; border: 1px solid rgba(0,240,255,0.12); color: #E8F4F8; padding: 12px 16px; font-size: 14px; font-family: 'DM Sans', sans-serif; outline: none; transition: border-color 0.2s; width: 100%; }
.vs-demo-field input:focus, .vs-demo-field select:focus { border-color: #00F0FF; }
.vs-demo-field input::placeholder { color: #3D5A6B; }
.vs-demo-field select option { background: #0d1628; color: #E8F4F8; }
.vs-demo-email-row { margin-bottom: 20px; }
.vs-demo-email-row .vs-demo-field { width: 100%; }
.vs-demo-submit { width: 100%; padding: 16px; background: #00F0FF; color: #050810; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; border: none; cursor: pointer; transition: all 0.2s; }
.vs-demo-submit:hover { background: #00d4e0; box-shadow: 0 0 24px rgba(0,240,255,0.35); }
.vs-demo-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.vs-demo-disclaimer { margin-top: 12px; font-size: 11px; color: #3D5A6B; text-align: center; }
.vs-demo-results { display: none; margin-top: 32px; }
.vs-demo-results.visible { display: block; }
.vs-demo-results-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1px; color: #E8F4F8; margin-bottom: 16px; }
.vs-demo-lead-card { background: #050810; border: 1px solid rgba(0,240,255,0.12); padding: 16px 20px; margin-bottom: 8px; display: grid; grid-template-columns: 2fr 2fr 3fr 3fr; gap: 12px; align-items: center; transition: border-color 0.2s; }
.vs-demo-lead-card:hover { border-color: rgba(0,240,255,0.2); }
.vs-demo-lead-name { font-size: 14px; font-weight: 600; color: #E8F4F8; }
.vs-demo-lead-title { font-size: 12px; color: #7A9BAA; }
.vs-demo-lead-company { font-size: 13px; color: #7A9BAA; }
.vs-demo-lead-email { font-size: 13px; color: #00F0FF; font-family: monospace; letter-spacing: 0.5px; }
.vs-demo-signal { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #00FF94; margin-top: 4px; }
.vs-demo-signal::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #00FF94; box-shadow: 0 0 6px #00FF94; }
.vs-demo-cta-row { margin-top: 20px; background: #0d1628; border: 1px solid #00F0FF; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.vs-demo-cta-text { font-size: 15px; color: #7A9BAA; font-weight: 300; }
.vs-demo-cta-text strong { color: #E8F4F8; font-weight: 600; }
.vs-demo-cta-btn { padding: 14px 28px; background: #00F0FF; color: #050810; font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 2px; text-decoration: none; white-space: nowrap; transition: all 0.2s; display: inline-block; }
.vs-demo-cta-btn:hover { background: #00d4e0; box-shadow: 0 0 20px rgba(0,240,255,0.3); }
.vs-demo-email-note { margin-top: 12px; font-size: 12px; color: #7A9BAA; text-align: center; }
.vs-demo-email-note em { color: #00F0FF; font-style: normal; }
.vs-demo-error { color: #ff6b6b; font-size: 13px; margin-top: 10px; display: none; }
.vs-demo-error.visible { display: block; }

/* Schema markup hint — visual only */
.vs-schema { display: none; }

/* Responsive */
@media (max-width: 768px) {
  .vs-hero { padding: 100px 24px 60px; }
  .vs-table-wrap { padding: 0 24px 60px; }
  .vs-honest { padding: 60px 24px; }
  .vs-pick { padding: 60px 24px; }
  .vs-demo-section { padding: 60px 24px; }
  .vs-honest-grid { grid-template-columns: 1fr; }
  .vs-demo-fields { grid-template-columns: 1fr; }
  .vs-demo-lead-card { grid-template-columns: 1fr 1fr; gap: 8px; }
  .vs-demo-cta-row { flex-direction: column; text-align: center; }
  .vs-cta-row { flex-direction: column; align-items: flex-start; }
  .vs-table-header, .vs-row { grid-template-columns: 1.5fr 1fr 1fr; }
  .vs-cell { padding: 14px 10px; font-size: 13px; }
}