/* Stiluri extra (fără build) */
html { scroll-behavior: smooth; }
.section-decor { position: relative; }
.section-decor::before {
  content: "";
  position: absolute;
  inset: -1rem;
  background: radial-gradient(600px 240px at 15% 0%, rgba(15,23,42,0.06), transparent);
  z-index: -1;
}
