.evo-article {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 48px 96px;
}

.evo-header { margin-bottom: 56px; }
.evo-header h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 16px 0 20px;
}
.evo-deck {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 720px;
}

.evo-section {
  margin-top: 56px;
}

.evo-narrative h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 2.5vw, 28px);
  color: var(--fg);
  margin: 48px 0 16px;
  line-height: 1.2;
}
.evo-narrative p {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.75;
  margin-bottom: 20px;
}
.evo-narrative strong { color: var(--fg); font-weight: 600; }

/* Comparison table */
.table-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 8px;
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
}
.compare-table th,
.compare-table td {
  text-align: left;
  padding: 18px 20px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-muted);
  border-bottom: 1px solid var(--border);
}
.compare-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg);
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 22px;
}
.compare-table tbody tr:last-child td,
.compare-table tbody tr:last-child th { border-bottom: none; }
.compare-row-label {
  font-weight: 600;
  color: var(--fg);
  width: 28%;
  white-space: normal;
}
.compare-col-feature { width: 28%; }
.compare-col-ga { width: 36%; }
.compare-col-mention { width: 36%; }
.compare-col-echo {
  width: 36%;
  background: rgba(0, 212, 255, 0.04);
  border-left: 2px solid var(--accent);
  color: var(--fg);
}
.compare-table thead .compare-col-echo {
  color: var(--accent);
  border-left: 2px solid var(--accent);
  background: rgba(0, 212, 255, 0.06);
}

@media (max-width: 640px) {
  .evo-article { padding: 56px 20px 72px; }
  .evo-header { margin-bottom: 40px; }
  .table-wrap { padding: 0; background: transparent; border: none; }
  .compare-table thead { display: none; }
  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table td,
  .compare-table th { display: block; width: 100%; }
  .compare-table tr {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
  }
  .compare-row-label {
    width: auto;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
  }
  .compare-table td {
    border-bottom: none;
    padding: 6px 0;
    width: auto;
  }
  .compare-col-echo {
    background: transparent;
    border-left: none;
    color: var(--fg);
  }
  /* On mobile, prepend "Echo:" / "Google Alerts:" so columns are still distinguishable */
  .compare-table td:nth-child(2)::before {
    content: 'Google Alerts — ';
    color: var(--fg);
    font-weight: 600;
  }
  .compare-table td.compare-col-echo::before {
    content: 'Echo — ';
    color: var(--accent);
    font-weight: 600;
  }
}
