/* ============================================================
   Profile theme — «Энергия» (Pro) — bold / charged
   Gradient hero, big gradient stats, vivid CTAs, and a sticky
   bottom booking bar on scroll (theme-energia.js). Skin over the
   shared body; scoped under .pfx--theme-energia.
   ============================================================ */

/* Gradient identity hero (sits over the cover band). */
.pfx--theme-energia .pfx-card--hero{
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, var(--pfx-surface)) 0%, var(--pfx-surface) 60%);
  border-color: var(--pfx-accent-line);
}
.pfx--theme-energia .pfx-hero__name{ font-size: clamp(28px, 5.5vw, 48px); letter-spacing: -1.2px; }

/* Stats turned up — big gradient numbers. */
.pfx--theme-energia .pfx-stats{ gap: var(--pfx-s4); }
.pfx--theme-energia .pfx-stats b,
.pfx--theme-energia .pfx-rating{
  font-size: 22px;
  background: var(--accent-gradient, var(--pfx-accent)); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}

/* Vivid primary buttons. */
.pfx--theme-energia .pfx-btn--primary{ box-shadow: 0 6px 22px color-mix(in srgb, var(--accent) 32%, transparent); }

/* The mobile sticky «Записаться» CTA is shared across all themes (CSS-only,
   .pfx-book-mobcta in unified-styles) — Энергия needs no theme-specific JS. */

/* Trust strip — borderless, big gradient numbers. */
.pfx--theme-energia .pfx-trust{ border: 0; background: transparent; gap: var(--pfx-s2); }
.pfx--theme-energia .pfx-trust__cell{ border: 0; }
.pfx--theme-energia .pfx-trust__v{ font-size: 36px; background: var(--accent-gradient, var(--pfx-accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
