/* Main titles on public pages — same “voice” as the landing page headline */
h1.page-hero-title,
.page-hero-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 2.6vw + 0.85rem, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 8px 0 18px;
  color: #f4f7ff;
}
.page-hero-title .line-white { color: #f8fafc; }
.page-hero-title .line-accent { color: #22d3ee; }
.page-hero-title .line-gold { color: #f59e0b; }

/* Pricing page hero uses the same idea with .accent / .gold on the title */
.hero-title .accent,
.hero-title .line-accent { color: #22d3ee; }
.hero-title .gold,
.hero-title .line-gold { color: #f59e0b; }
