  /* Competitor logo images — inherit size & radius from parent .lg span rules */
  img.lg {
    object-fit: cover; display: block;
    background: var(--panel-2, #f7f7f8);
  }

  .compare-disclaimer {
    background: var(--amber-bg, #fef7e8);
    border-top: 1px solid var(--border);
    padding: 16px 0;
  }
  .compare-disclaimer .container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 900px;
  }
  .compare-disclaimer-icon {
    width: 16px;
    height: 16px;
    color: var(--amber, #b45309);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .compare-disclaimer p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--text-2);
  }
  .compare-disclaimer strong {
    color: var(--text);
    font-weight: 600;
  }

  .vs-hero { padding: 72px 0 40px; text-align: center; }
  .vs-hero .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 4px 10px;
    border: 1px solid var(--border); background: var(--panel);
    border-radius: 999px;
    font-size: 12px; color: var(--text-2); font-weight: 500;
    margin-bottom: 20px; box-shadow: var(--shadow-sm);
  }
  .vs-hero .eyebrow .logos {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--mono); font-size: 10.5px; color: var(--muted);
  }
  .vs-hero .eyebrow .lg {
    width: 16px; height: 16px; border-radius: 4px;
    display: grid; place-items: center; color: #fff;
    font-size: 9px; font-weight: 700;
  }
  .vs-hero h1 {
    font-size: 52px; font-weight: 600; letter-spacing: -0.03em;
    line-height: 1.06; margin: 0 0 16px; color: var(--text);
    max-width: 860px; margin-left: auto; margin-right: auto;
  }
  .vs-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .vs-hero p.lead {
    font-size: 17px; color: var(--text-2);
    max-width: 680px; margin: 0 auto 28px; line-height: 1.55;
  }
  .vs-hero .hero-ctas { display: inline-flex; gap: 10px; align-items: center; }

  /* Quick verdict card */
  .verdict-wrap { padding: 24px 0 60px; }
  .verdict {
    max-width: 960px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr auto 1fr;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--panel);
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .verdict-col { padding: 28px 28px 22px; }
  .verdict-col.pl { background: linear-gradient(180deg, var(--brand-bg), var(--panel)); }
  .verdict-col .head {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 14px;
  }
  .verdict-col .head .lg {
    width: 30px; height: 30px; border-radius: 7px;
    display: grid; place-items: center; color: #fff;
    font-weight: 700; font-size: 12.5px;
  }
  .verdict-col .head .name {
    font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  }
  .verdict-col .head .badge {
    margin-left: auto;
    font-size: 9.5px; font-weight: 600;
    padding: 2px 8px; border-radius: 999px;
    letter-spacing: 0.04em; text-transform: uppercase;
  }
  .verdict-col.pl .head .badge { background: var(--brand); color: #fff; }
  .verdict-col.cn .head .badge { background: var(--panel-2); color: var(--muted); border: 1px solid var(--border); }
  .verdict-col h3 {
    font-size: 20px; font-weight: 600; margin: 0 0 10px;
    letter-spacing: -0.015em; line-height: 1.25;
  }
  .verdict-col p {
    font-size: 13.5px; color: var(--text-2); margin: 0 0 14px; line-height: 1.55;
  }
  .verdict-col ul { list-style: none; padding: 0; margin: 0; }
  .verdict-col li {
    display: flex; gap: 8px; padding: 4px 0;
    font-size: 13px; color: var(--text-2);
  }
  .verdict-col li svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }
  .verdict-col.pl li svg { color: var(--green); }
  .verdict-col.cn li svg { color: var(--muted-2); }
  .verdict-divider {
    display: flex; align-items: center; justify-content: center;
    width: 56px;
    background: var(--panel-2);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    font-family: var(--mono); font-size: 13px; color: var(--muted);
    font-weight: 600; letter-spacing: 0.08em;
  }

  /* Feature table */
  .ft-wrap { padding: 60px 0; background: var(--panel-2); }
  .ft-table {
    max-width: 1060px; margin: 0 auto;
    background: var(--panel);
    border: 1px solid var(--border); border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
  }
  .ft-head {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    background: var(--panel-2);
    border-bottom: 1px solid var(--border);
  }
  .ft-head .cell {
    padding: 18px 22px;
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--muted);
  }
  .ft-head .cell.pl, .ft-head .cell.cn {
    text-align: center; text-transform: none; letter-spacing: 0;
    font-size: 13.5px; color: var(--text);
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .ft-head .cell.pl { background: linear-gradient(180deg, var(--brand-bg), transparent); }
  .ft-head .cell .lg {
    width: 22px; height: 22px; border-radius: 5px;
    display: grid; place-items: center; color: #fff;
    font-weight: 700; font-size: 11px;
  }

  .ft-section {
    font-size: 11px; font-weight: 600;
    color: var(--brand); letter-spacing: 0.08em; text-transform: uppercase;
    padding: 14px 22px 10px;
    background: var(--panel);
    border-top: 1px solid var(--border);
  }
  .ft-section:first-of-type { border-top: 0; }
  .ft-row {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    border-top: 1px solid var(--border-soft);
  }
  .ft-row .cell { padding: 12px 22px; font-size: 13.5px; }
  .ft-row .cell:first-child { color: var(--text-2); }
  .ft-row .cell.pl, .ft-row .cell.cn {
    display: flex; align-items: center; justify-content: center;
    color: var(--text);
  }
  .ft-row .cell.pl { background: rgba(244, 245, 252, .35); font-weight: 500; }
  .ft-row .cell svg { width: 16px; height: 16px; }
  .ft-row .cell .tick { color: var(--green); }
  .ft-row .cell .cross { color: var(--muted-2); opacity: .75; }
  .ft-row .cell .partial {
    color: var(--amber);
    font-family: var(--mono); font-size: 11.5px;
    padding: 1px 7px; border-radius: 4px;
    background: var(--amber-bg); border: 1px solid #f5d990;
  }
  .ft-row .cell .val {
    font-family: var(--mono); font-size: 11.5px; color: var(--text);
  }
  .ft-row .cell .muted { color: var(--muted); font-size: 11.5px; }

  /* Pricing block */
  .px-wrap { padding: 72px 0 40px; }
  .px-grid {
    max-width: 860px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  }
  .px-card {
    padding: 28px 28px 22px;
    border: 1px solid var(--border); border-radius: 12px;
    background: var(--panel);
    position: relative;
  }
  .px-card.pl {
    border-color: transparent;
    background:
      linear-gradient(var(--panel), var(--panel)) padding-box,
      linear-gradient(180deg, var(--brand-2), var(--border)) border-box;
    border: 1px solid transparent;
    box-shadow: var(--shadow);
  }
  .px-card .name {
    font-size: 13px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.06em; color: var(--text-2);
    margin-bottom: 6px;
    display: flex; align-items: center; gap: 8px;
  }
  .px-card .name .lg {
    width: 20px; height: 20px; border-radius: 5px;
    display: grid; place-items: center; color: #fff;
    font-weight: 700; font-size: 10px;
  }
  .px-card .price {
    display: flex; align-items: baseline; gap: 4px;
    margin-bottom: 4px;
  }
  .px-card .price .amt {
    font-size: 40px; font-weight: 600; letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }
  .px-card .price .per { font-size: 13px; color: var(--muted); }
  .px-card .sub { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
  .px-card ul { list-style: none; padding: 0; margin: 0; }
  .px-card li {
    display: flex; gap: 8px; padding: 5px 0;
    font-size: 13px; color: var(--text-2);
  }
  .px-card li svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; color: var(--green); }
  .px-card li.limit svg { color: var(--amber); }
  .px-save {
    margin-top: 18px; padding: 12px 14px;
    background: var(--text); color: #fff;
    border-radius: 8px;
    font-size: 12.5px; font-weight: 500;
    display: flex; justify-content: space-between; align-items: center;
  }
  .px-save .amt { font-family: var(--mono); font-size: 15px; font-weight: 600; }

  /* Why switch */
  .ws-wrap { padding: 60px 0 40px; }
  .ws-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
    max-width: 1060px; margin: 0 auto;
  }
  .ws-tile {
    padding: 24px; background: var(--panel);
    border: 1px solid var(--border); border-radius: 10px;
  }
  .ws-tile .n {
    font-family: var(--mono); font-size: 11px;
    color: var(--brand); font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 10px;
  }
  .ws-tile h4 { font-size: 15px; font-weight: 600; margin: 0 0 8px; letter-spacing: -0.01em; }
  .ws-tile p { font-size: 13px; color: var(--text-2); line-height: 1.55; margin: 0; }

  /* Migration strip */
  .mig {
    max-width: 860px; margin: 40px auto 0;
    padding: 24px 28px;
    background: var(--brand-bg);
    border: 1px solid #dbe0fa;
    border-radius: 12px;
    display: grid; grid-template-columns: 40px 1fr auto; gap: 18px;
    align-items: center;
  }
  .mig .icon {
    width: 40px; height: 40px; border-radius: 8px;
    background: var(--brand); color: #fff;
    display: grid; place-items: center;
  }
  .mig .icon svg { width: 18px; height: 18px; }
  .mig h4 { font-size: 15px; font-weight: 600; margin: 0 0 4px; letter-spacing: -0.01em; }
  .mig p { font-size: 13px; color: var(--text-2); margin: 0; line-height: 1.5; }
  .mig .btn {
    padding: 8px 14px; border-radius: 6px;
    background: var(--text); color: #fff; border: 1px solid var(--text);
    font-size: 13px; font-weight: 500;
    display: inline-flex; align-items: center; gap: 6px;
  }

  @media (max-width: 960px) {
    .vs-hero h1 { font-size: 36px; }
    .verdict { grid-template-columns: 1fr; }
    .verdict-divider {
      width: auto; height: 44px;
      border-left: 0; border-right: 0;
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    }
    .ft-head, .ft-row { grid-template-columns: 1.2fr 1fr 1fr; }
    .ft-head .cell, .ft-row .cell { padding: 10px 12px; font-size: 12.5px; }
    .ft-section { padding: 12px 12px 8px; }
    .px-grid { grid-template-columns: 1fr; }
    .ws-grid { grid-template-columns: 1fr; }
    .mig { grid-template-columns: 1fr; text-align: center; }
    .mig .icon { margin: 0 auto; }
  }
