.compare-page {
  padding: 8.5rem 1.25rem 4rem;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.compare-page h1 {
  font-size: 2.35rem;
  margin-bottom: 1rem;
  -webkit-text-fill-color: var(--text-white);
  background: none;
}

.compare-page h2 {
  font-size: 1.5rem;
  color: var(--primary-accent);
  margin-top: 2.4rem;
  margin-bottom: 0.85rem;
}

.compare-page p,
.compare-page li {
  color: var(--text-white-80);
  font-size: 1.05rem;
  line-height: 1.75;
}

.compare-lead {
  max-width: 68ch;
}

.compare-back {
  display: inline-block;
  margin-bottom: 1.75rem;
  color: var(--primary-accent);
  font-weight: 600;
}

.compare-wrap {
  margin: 2rem 0 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.compare-grid {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.compare-grid th,
.compare-grid td {
  padding: 0.85rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-white-80);
  font-size: 0.95rem;
}

.compare-grid th:first-child,
.compare-grid td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--text-white);
  min-width: 210px;
  position: sticky;
  left: 0;
  background: #16162c;
  z-index: 1;
}

.compare-grid thead th {
  background: rgba(15, 15, 35, 0.95);
  position: sticky;
  top: 0;
  z-index: 2;
}

.compare-grid thead th:first-child {
  z-index: 3;
}

.compare-grid .cmp-mf {
  background: rgba(241, 198, 113, 0.1);
  box-shadow: inset 0 0 0 1px rgba(241, 198, 113, 0.35);
}

.compare-grid thead .cmp-mf {
  background: rgba(241, 198, 113, 0.16);
}

.compare-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.compare-brand img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 0.3rem 0.45rem;
}

.compare-brand strong {
  color: var(--text-white);
  font-size: 0.95rem;
}

.compare-brand span {
  color: var(--text-white-60);
  font-size: 0.78rem;
  font-weight: 600;
}

.compare-yes {
  color: #7dcea0;
  font-weight: 800;
}

.compare-no {
  color: var(--text-white-60);
}

.compare-ai td:first-child {
  color: var(--primary-accent);
}

.compare-price {
  font-weight: 700;
  color: var(--text-white);
  white-space: nowrap;
}

.compare-note {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--text-white-60);
}

.compare-cta {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.compare-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1.25rem 0 0;
}

.compare-links a {
  color: var(--primary-accent);
  font-weight: 600;
}
