.cel-page {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.cel-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.1rem);
}

.cel-section {
  margin: 2rem 0;
}

.cel-section h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.cel-steps,
.cel-checklist {
  padding-left: 1.25rem;
  line-height: 1.55;
}

.cel-steps li,
.cel-checklist li {
  margin-bottom: 0.5rem;
}

.cel-note {
  font-size: 0.9rem;
  color: var(--ink-muted);
  margin: 1rem 0;
}

.cel-cta {
  margin-top: 2.5rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  text-align: center;
}

.cel-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
