html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #050505;
  overflow-x: hidden;
}

#inicio,
#servicios,
#portfolio,
#trabaja {
  scroll-margin-top: 6rem;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
}

.paint {
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.6;
}

.stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  color: transparent;
}

.card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

.gradient {
  background: linear-gradient(90deg, #00d1ff, #ff00aa, #ffe600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-main {
  background: linear-gradient(90deg, #00d1ff, #ff00aa, #ffe600);
  color: black;
}

.mockup-shadow {
  box-shadow:
    0 0 100px rgba(255, 0, 170, 0.25),
    0 0 120px rgba(0, 209, 255, 0.15);
}
