@tailwind base;
@tailwind components;
@tailwind utilities;

.hero-bg {
  background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.9)), 
              url('/assets/logo-comb.png') center/cover no-repeat fixed;
  background-position: center;
}

.flow-bg {
  background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%);
}