.guarantee {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: rgba(108,214,63,0.07);
  border: 1px solid rgba(108,214,63,0.25);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-top: 2.5rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.guarantee__icon { font-size: 2rem; flex-shrink: 0; }
.guarantee strong { display: block; font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 0.3rem; color: var(--green); }
.guarantee p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

.compare-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  margin-top: 2rem;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  min-width: 540px;
}
.compare-table thead th {
  padding: 1rem 1.2rem;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--card-border);
  background: rgba(255,255,255,0.03);
}
.compare-table thead th:first-child { text-align: left; }
.compare-table tbody td {
  padding: 0.85rem 1.2rem;
  text-align: center;
  border-bottom: 1px solid var(--card-border);
  color: var(--text-muted);
}
.compare-table tbody td:first-child { text-align: left; color: var(--text); font-weight: 500; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover td { background: rgba(255,255,255,0.02); }
.featured-col { background: rgba(0,201,167,0.05); border-left: 1px solid rgba(0,201,167,0.15); border-right: 1px solid rgba(0,201,167,0.15); }
thead .featured-col { color: var(--teal) !important; }
.yes-cell { color: var(--teal) !important; font-weight: 700; }
.no-cell  { color: rgba(255,255,255,0.2) !important; }
