/* Comparison page (Thinote vs Notion vs Obsidian) — reuses design tokens. */

.compare-hero {
  padding: 3.5rem 0 2rem;
  text-align: center;
}

.compare-hero h1 {
  font-family: var(--font-mono);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.compare-hero__tagline {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--fg);
  max-width: 560px;
  margin: 0 auto 1.25rem;
}

.compare-hero__lead {
  color: var(--fg-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

.compare__section {
  padding: 3rem 0;
}

.compare__subtitle {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.compare__prose {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: var(--fg);
  line-height: 1.7;
}

.compare__prose p {
  margin-bottom: 1rem;
}

.compare__prose p:last-child {
  margin-bottom: 0;
}

.compare__prose strong {
  color: var(--fg);
}

.compare-table {
  max-width: 720px;
  margin: 0 auto;
}

.compare-note {
  text-align: center;
  color: var(--fg-muted);
  font-size: 0.85rem;
  line-height: 1.6;
  max-width: 560px;
  margin: 2rem auto 0;
}

.compare-verdict {
  max-width: 720px;
  margin: 2rem auto 0;
  padding: 1.25rem 1.5rem;
  border: var(--border-thin);
  border-left: 3px solid var(--accent-dark);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--fg);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.compare-verdict strong {
  font-family: var(--font-mono);
}

.compare__section .why-grid {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .compare-hero {
    padding: 2.5rem 0 1.5rem;
  }

  .compare__section {
    padding: 2.5rem 0;
  }
}
