/* Page-specific overrides for Imagem Premium.
   Common LP styles live in ../shared/page.css */

/* Accent the H1 with the deep teal — premium-imagery vibe */
.hero__title em {
  background: linear-gradient(115deg, var(--cdc-teal-700), var(--cdc-teal-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
