/* ============================================================
   BREATHFLOW BRAND LOGO — einheitlicher Gradient überall
   ============================================================ */
.bf-logo {
  background: linear-gradient(135deg, #1a2540 0%, #4ab8d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}
