/* Live full-bleed wrapper printed by node--page.twig around the cta paragraph */
.pt-page__cta_blocks {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}

/* text */
.pt-page__cta_blocks .field--name-f-shrd-pt-body p {
  margin: 0;
}

/* --------- SISSA --------- */

/* layout */
.cta-container {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  background-color: #000;
}

/* WebGL blob canvas — fills the container as background */
.cta-container .gl-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

/* Noise overlay canvas (created by cta-banner.js) — sits above WebGL, below content */
.cta-container .noise-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

/* Content must sit above both canvases */
.cta-container > .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 1400px) {
  .cta-container {
    padding: 6rem;
  }
}

/* testo */
.cta-container .banner-title > div *,
.cta-container .banner-title > div {
  color: #ffffff;
}

.cta-container .banner-title > div *,
.cta-container .banner-title > div {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.875rem;
}

@media (min-width: 1400px) {
  .cta-container .banner-title > div *,
  .cta-container .banner-title > div {
    font-size: 5rem;
    line-height: 5.375rem;
  }
}

/* button */
.cta-container a.btn {
  background-color: #fff;
  transition: 0.2s ease;

  span {
    color: #000;
  }

  &:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1400px) {
  .cta-container a.btn {
    padding: 16px 24px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
