/* HERO SECTION */
.bubble-canvas {
  background: radial-gradient(circle at center, #22495c, #183140);
  height: 100vh;
  margin: 0;
  padding-top: 5rem;
  position: relative;

  h1 {
    line-height: 106%;
    font-weight: 600;
    margin: unset !important;
    position: absolute;
    z-index: 999;
  }
  .info {
    width: 50%;
    position: absolute;
    z-index: 999;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: var(--spacer-xs);
  }
}

/* WRAPPER: handles scroll + fixed position */
.bubble-wrapper {
  position: absolute;
  will-change: transform;
}

/* BUBBLE: handles blur, color, drift animation */
.bubble {
  position: relative;
  border-radius: 50%;
  opacity: 0.75;
  pointer-events: none;
  filter: blur(9px);
  mix-blend-mode: screen;
  will-change: transform;
}

.bubble.sharp {
  filter: blur(2.5px) !important;
}
.bubble.sharper {
  filter: blur(1px) !important;
}

/* Match bubble size to wrapper */
.bubble {
  width: 100%;
  height: 100%;
}

/* COLORS */
.bubble.red {
  background: #eb694d;
}
.bubble.yellow {
  background: #f4d139;
}
.bubble.blue {
  background: #21657b;
}
.bubble.beige {
  background: #ccc1a5;
}
.bubble.grey {
  background: #dddbdb;
}

/* INDIVIDUAL POSITIONS AND SIZES (APPLIED TO WRAPPERS NOW) */
.bubble-wrapper:nth-child(1) {
  top: -10%;
  left: -10%;
  width: 350px;
  height: 350px;
}
.bubble-wrapper:nth-child(2) {
  top: 55%;
  left: 75%;
  width: 200px;
  height: 200px;
}
.bubble-wrapper:nth-child(3) {
  top: 25%;
  left: 20%;
  width: 150px;
  height: 150px;
}
.bubble-wrapper:nth-child(4) {
  top: 40%;
  left: 5%;
  width: 125px;
  height: 125px;
}
.bubble-wrapper:nth-child(5) {
  top: 15%;
  left: 80%;
  width: 250px;
  height: 250px;
}
.bubble-wrapper:nth-child(6) {
  top: 65%;
  left: 72%;
  width: 300px;
  height: 300px;
}
.bubble-wrapper:nth-child(7) {
  top: 15%;
  left: 74%;
  width: 170px;
  height: 170px;
}
.bubble-wrapper:nth-child(8) {
  top: 75%;
  left: 5%;
  width: 220px;
  height: 220px;
}
.bubble-wrapper:nth-child(9) {
  top: 40%;
  left: 15%;
  width: 180px;
  height: 180px;
}
.bubble-wrapper:nth-child(10) {
  top: 25%;
  left: 35%;
  width: 225px;
  height: 225px;
}
.bubble-wrapper:nth-child(11) {
  top: 80%;
  left: 35%;
  width: 170px;
  height: 170px;
}
.bubble-wrapper:nth-child(12) {
  top: 77%;
  left: 34%;
  width: 100px;
  height: 100px;
}
.bubble-wrapper:nth-child(13) {
  top: 3%;
  left: 55%;
  width: 200px;
  height: 200px;
}
.bubble-wrapper:nth-child(14) {
  top: -3%;
  left: 30%;
  width: 100px;
  height: 100px;
}
.bubble-wrapper:nth-child(15) {
  top: -2.5%;
  left: 90%;
  width: 100px;
  height: 100px;
}
.bubble-wrapper:nth-child(16) {
  top: 35%;
  left: 65%;
  width: 80px;
  height: 80px;
}
.bubble-wrapper:nth-child(17) {
  top: 40%;
  left: 65%;
  width: 110px;
  height: 110px;
}
.bubble-wrapper:nth-child(18) {
  top: 65%;
  left: 22%;
  width: 80px;
  height: 80px;
}
.bubble-wrapper:nth-child(19) {
  top: 65%;
  left: 25%;
  width: 105px;
  height: 105px;
}

@media (max-width: 768px) {
  .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content > * {
    position: static !important;
    max-width: 100% !important;
  }
  .info {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .bubble-canvas {
    height: unset;
    padding-bottom: var(--spacer-xs);
  }

  .bubble-wrapper {
    transform: scale(0.5);
    transform-origin: center;
  }
  .bubble {
    filter: blur(6px);
  }

  .bubble-wrapper:nth-child(1) {
    top: -20%;
    left: -30%;
  }
  .bubble-wrapper:nth-child(2) {
    top: 55%;
    left: 60%;
  }
  .bubble-wrapper:nth-child(3) {
    top: 25%;
    left: 5%;
    display: none;
  }
  .bubble-wrapper:nth-child(4) {
    top: 30%;
    left: 2.5%;
    display: none;
  }
  .bubble-wrapper:nth-child(5) {
    top: 80%;
    left: 50%;
  }
  .bubble-wrapper:nth-child(6) {
    top: 20%;
    left: 60%;
  }
  .bubble-wrapper:nth-child(7) {
    top: 60%;
    left: 82%;
  }
  .bubble-wrapper:nth-child(8) {
    top: 80%;
    left: 5%;
  }
  .bubble-wrapper:nth-child(9) {
    top: 40%;
    left: 15%;
  }
  .bubble-wrapper:nth-child(10) {
    top: 80%;
    left: 5%;
    display: none;
  }
  .bubble-wrapper:nth-child(11) {
    top: 10%;
    left: 35%;
  }
  .bubble-wrapper:nth-child(12) {
    top: 77%;
    left: 34%;
    display: none;
  }
  .bubble-wrapper:nth-child(13) {
    top: 2.5%;
    left: 65%;
    display: none;
  }
  .bubble-wrapper:nth-child(14) {
    top: 85%;
    left: 30%;
    transform: scale(0.7);
  }
  .bubble-wrapper:nth-child(15) {
    top: -2.5%;
    left: 70%;
    display: none;
  }
  .bubble-wrapper:nth-child(16) {
    top: 55%;
    left: 50%;
    transform: scale(0.7);
    display: none;
  }
  .bubble-wrapper:nth-child(17) {
    top: 40%;
    left: 65%;
  }
  .bubble-wrapper:nth-child(18) {
    top: 65%;
    left: 22%;
    transform: scale(1.2);
  }
  .bubble-wrapper:nth-child(19) {
    top: 65%;
    left: 30%;
    transform: scale(0.7);
    display: none;
  }
}

.bubble-canvas .content {
  max-width: 1400px !important;
}
