/* ── VS SECTION ── */
.vs-section-wrap {
  background: #F4F4F5;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.vs-section-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.vs-section {
  padding: clamp(5rem, 8vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.vs-section-wrap .section-eyebrow { color: var(--amber-dim); }
.vs-section .section-heading { color: var(--ink); text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.vs-section .section-body { color: var(--ink-3); text-align: center; max-width: 580px; margin-left: auto; margin-right: auto; }

.section-eyebrow {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--amber-dim);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: var(--amber);
  border-radius: 1px;
  flex-shrink: 0;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 1.5rem;
  max-width: 700px;
}

.section-heading em {
  font-style: normal;
  color: var(--amber);
}

.section-body {
  font-size: 17px;
  font-weight: 300;
  color: var(--ink-3);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.vs-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: start;
}

.vs-col {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.vs-col.ours {
  background: #000;
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -1px 0 rgba(0,0,0,0.2),
    inset 0 0 24px 4px rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}
.vs-col.ours::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  pointer-events: none;
  z-index: 2;
}
.vs-col.ours::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 1px; height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.5), transparent, rgba(255,255,255,0.15));
  pointer-events: none;
  z-index: 2;
}
.vs-col.ours > * { position: relative; z-index: 1; }

.vs-col-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.vs-col.ours .vs-col-header {
  background: var(--amber);
  border-bottom-color: var(--amber-dim);
}

.vs-brand {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

.vs-col.ours .vs-brand { color: white; }

.vs-price {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-3);
  margin-top: 3px;
}

.vs-col.ours .vs-price { color: oklch(100% 0 0 / 0.75); }

.vs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 0.5px solid var(--border);
  font-size: 13px;
  color: var(--ink-3);
}
.vs-col.ours .vs-row { border-bottom-color: oklch(100% 0 0 / 0.08); }
.vs-row:last-child { border-bottom: none; }

.vs-row-label { font-weight: 400; }
.vs-col.ours .vs-row-label { color: oklch(100% 0 0 / 0.65); }

.vs-check {
  width: 20px; height: 20px;
  background: oklch(94% 0.08 155);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vs-check svg {
  width: 11px; height: 11px;
  stroke: oklch(38% 0.16 155);
  fill: none; stroke-width: 2.5;
  stroke-linecap: round; stroke-linejoin: round;
}

.vs-x {
  width: 20px; height: 20px;
  background: oklch(95% 0.04 20);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vs-x svg {
  width: 10px; height: 10px;
  stroke: oklch(55% 0.12 20);
  fill: none; stroke-width: 2.5;
  stroke-linecap: round;
}

.vs-ours-check {
  width: 20px; height: 20px;
  background: oklch(30% 0 0 / 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vs-ours-check svg {
  width: 11px; height: 11px;
  stroke: var(--amber-bright);
  fill: none; stroke-width: 2.5;
  stroke-linecap: round; stroke-linejoin: round;
}

.vs-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.vs-vs {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--border-strong);
  letter-spacing: 0.05em;
}
