@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap');

.vlabplus-wave-shortcode {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.vlabplus-wave-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
  mix-blend-mode: difference;
}

.vlabplus-wave-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  color: #111111;
}

.vlabplus-wave-content {
  width: min(1200px, 94vw);
  text-align: center;
  user-select: text;
}

.vlabplus-wave-intro {
  font-size: clamp(22px, 2.1vw, 44px);
  font-weight: 200;
  line-height: 1.2;
}

.vlabplus-wave-divider {
  width: min(360px, 48vw);
  height: 2px;
  margin: 18px auto 20px;
  background: currentColor;
}

.vlabplus-wave-headline {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 86px);
  font-weight: 700;
  line-height: 1.07;
}

.vlabplus-wave-headline-line {
  display: block;
  white-space: nowrap;
}

.vlabplus-wave-outro {
  margin-top: clamp(50px, 5.2vw, 92px);
  font-size: clamp(20px, 1.7vw, 35px);
  font-weight: 200;
  color: #656565;
  line-height: 1.5;
}
