.landing-hero {
  padding: 72px 0 48px;
}

.landing-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.landing-hero .lead {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 42em;
  margin: 0 0 24px;
}

.landing-section {
  padding: 48px 0;
  border-top: 1px solid var(--border);
}

.landing-section h2 {
  font-size: 1.5rem;
  margin: 0 0 12px;
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.faq-list details {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.waitlist-panel {
  max-width: 480px;
  margin: 0 auto;
  padding: 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.waitlist-form label {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 6px;
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
}

.waitlist-form [data-kind="ok"] {
  color: #43d9a0;
}

.waitlist-form [data-kind="error"] {
  color: #ff8a8a;
}

.waitlist-form [data-kind="pending"] {
  color: var(--muted);
}

.trust-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.trust-grid li {
  list-style: none;
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.price-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.price-card .save {
  font-size: 0.85rem;
  color: #43d9a0;
  margin-top: 8px;
}

.compare-meta {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 20px;
}
