/* Small additions for SEO/AI structure — does not replace style.css */
.compare-modes {
  max-width: 900px;
  margin: 0 auto;
}
.compare-modes table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
}
.compare-modes th,
.compare-modes td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  color: #333;
  line-height: 1.55;
}
.compare-modes th {
  background: #f4f7fb;
  font-size: 1.05rem;
}
.compare-modes tr:last-child td {
  border-bottom: none;
}
.trust-rating-line {
  font-size: 1rem;
  color: #00b67a;
  font-weight: 600;
}
.footer__widgets .widget-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin-bottom: 12px;
}
.page-404 {
  padding: 140px 0 80px;
  text-align: center;
}
.page-404 h1 {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  margin-bottom: 12px;
}
.page-404 img {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 24px auto;
  display: block;
}
