/* ============================================================
   OmniResume — Landing page additions
   Shared layout polish for /resume-builder/ and /cv-builder/.
   ============================================================ */

.hero__title { text-wrap: balance; }

/* Small refinement: the landing pages reuse the home hero.
   Ensure the preview canvas fills correctly if it renders late. */
.hero__preview-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12%;
}

.hero__preview-canvas .tpl-preview {
  width: 100%;
  height: 100%;
}

/* Section chips reuse the homepage styles but benefit from a bit more
   breathing room on the landing pages. */
.section-chips {
  gap: var(--space-3);
}

/* Steps list on landing pages keeps 4-up on wide screens and stacks
   cleanly at smaller widths. Already handled in home.css; no change. */