
.deco-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.deco-shape {
  position: absolute;
  opacity: 0.42;
  animation: deco-drift 14s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.deco-shape--sq {
  border-radius: 22px;
}

.deco-shape--circle {
  border-radius: 50%;
}

.deco-shape--ring {
  border-radius: 50%;
  background: transparent !important;
  border: 2px solid rgba(200, 196, 196, 0.22);
}

.deco-shape--bar {
  height: 5px !important;
  border-radius: 100px;
}

.deco-shape--dot {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  opacity: 0.65;
}

.deco-shape--violet {
  background: linear-gradient(135deg, rgba(200, 196, 196, 0.2), transparent);
}

.deco-shape--coral {
  background: linear-gradient(135deg, rgba(180, 176, 176, 0.16), transparent);
}

.deco-shape--mint {
  background: linear-gradient(135deg, rgba(200, 196, 196, 0.14), transparent);
}

.deco-shape--ring.deco-shape--coral { border-color: rgba(180, 176, 176, 0.24); }
.deco-shape--ring.deco-shape--mint { border-color: rgba(200, 196, 196, 0.2); }

.deco-shapes--on-dark .deco-shape {
  opacity: 0.28;
}

.deco-shapes--on-dark .deco-shape--ring {
  border-color: rgba(255, 255, 255, 0.12);
}

.deco-shapes--on-dark .deco-shape--violet {
  background: linear-gradient(135deg, rgba(220, 216, 216, 0.2), transparent);
}

.deco-shapes--on-dark .deco-shape--coral {
  background: linear-gradient(135deg, rgba(200, 196, 196, 0.16), transparent);
}

.deco-shapes--on-dark .deco-shape--mint {
  background: linear-gradient(135deg, rgba(220, 216, 216, 0.16), transparent);
}

@keyframes deco-drift {
  0%, 100% { transform: translate(0, 0) rotate(var(--rot, 0deg)); }
  50% { transform: translate(14px, -18px) rotate(calc(var(--rot, 0deg) + 10deg)); }
}


.deco-shapes--hero .deco-shape:nth-child(1) {
  width: 110px;
  height: 110px;
  top: 18%;
  right: 6%;
  --rot: 18deg;
}
.deco-shapes--hero .deco-shape:nth-child(2) {
  width: 70px;
  height: 70px;
  bottom: 22%;
  left: 4%;
  --delay: -3s;
}
.deco-shapes--hero .deco-shape:nth-child(3) {
  width: 90px;
  height: 90px;
  top: 42%;
  left: 12%;
  --delay: -6s;
}
.deco-shapes--hero .deco-shape:nth-child(4) {
  width: 140px;
  height: 5px;
  top: 28%;
  left: 20%;
  --rot: 12deg;
  --delay: -1s;
}
.deco-shapes--hero .deco-shape:nth-child(5) {
  width: 48px;
  height: 48px;
  bottom: 35%;
  right: 18%;
  --delay: -5s;
}


.deco-shapes--courses .deco-shape:nth-child(1) {
  width: 90px;
  height: 90px;
  top: 8%;
  left: 5%;
  --rot: -12deg;
}
.deco-shapes--courses .deco-shape:nth-child(2) {
  width: 64px;
  height: 64px;
  top: 20%;
  right: 8%;
  --delay: -4s;
}
.deco-shapes--courses .deco-shape:nth-child(3) {
  width: 120px;
  height: 5px;
  bottom: 15%;
  right: 15%;
  --delay: -2s;
}
.deco-shapes--courses .deco-shape:nth-child(4) {
  width: 56px;
  height: 56px;
  bottom: 8%;
  left: 12%;
  --delay: -7s;
}


.deco-shapes--process .deco-shape:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 5%;
  right: 4%;
  --rot: 20deg;
}
.deco-shapes--process .deco-shape:nth-child(2) {
  width: 72px;
  height: 72px;
  bottom: 10%;
  left: 6%;
  --delay: -5s;
}
.deco-shapes--process .deco-shape:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 45%;
  left: 3%;
  --delay: -3s;
}


.deco-shapes--about .deco-shape:nth-child(1) {
  width: 85px;
  height: 85px;
  top: 10%;
  right: 3%;
  --delay: -2s;
}
.deco-shapes--about .deco-shape:nth-child(2) {
  width: 55px;
  height: 55px;
  bottom: 12%;
  right: 10%;
  --delay: -6s;
}
.deco-shapes--about .deco-shape:nth-child(3) {
  width: 110px;
  height: 5px;
  top: 55%;
  left: 8%;
  --rot: -6deg;
}


.deco-shapes--journey .deco-shape:nth-child(1) {
  width: 70px;
  height: 70px;
  top: 6%;
  left: 8%;
  --rot: 14deg;
}
.deco-shapes--journey .deco-shape:nth-child(2) {
  width: 95px;
  height: 95px;
  bottom: 8%;
  right: 5%;
  --delay: -4s;
}
.deco-shapes--journey .deco-shape:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 40%;
  right: 12%;
  --delay: -8s;
}


.deco-shapes--features .deco-shape:nth-child(1) {
  width: 130px;
  height: 130px;
  top: 5%;
  right: 6%;
  --rot: 16deg;
}
.deco-shapes--features .deco-shape:nth-child(2) {
  width: 60px;
  height: 60px;
  bottom: 15%;
  left: 8%;
  --delay: -3s;
}
.deco-shapes--features .deco-shape:nth-child(3) {
  width: 90px;
  height: 5px;
  top: 50%;
  left: 15%;
  --delay: -6s;
}


.deco-shapes--mentors .deco-shape:nth-child(1) {
  width: 88px;
  height: 88px;
  top: 8%;
  right: 7%;
  --delay: -1s;
}
.deco-shapes--mentors .deco-shape:nth-child(2) {
  width: 52px;
  height: 52px;
  bottom: 10%;
  left: 5%;
  --delay: -5s;
}
.deco-shapes--mentors .deco-shape:nth-child(3) {
  width: 76px;
  height: 76px;
  top: 35%;
  left: 10%;
  --rot: -10deg;
  --delay: -7s;
}
.deco-shapes--mentors .deco-shape:nth-child(4) {
  width: 100px;
  height: 5px;
  bottom: 25%;
  right: 12%;
  --delay: -3s;
}


.deco-shapes--events .deco-shape:nth-child(1) {
  width: 95px;
  height: 95px;
  top: 12%;
  left: 4%;
  --rot: 8deg;
}
.deco-shapes--events .deco-shape:nth-child(2) {
  width: 68px;
  height: 68px;
  bottom: 6%;
  right: 6%;
  --delay: -4s;
}
.deco-shapes--events .deco-shape:nth-child(3) {
  width: 44px;
  height: 44px;
  top: 50%;
  right: 15%;
  --delay: -9s;
}


.deco-shapes--statement .deco-shape:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 15%;
  right: 10%;
  --rot: 22deg;
}
.deco-shapes--statement .deco-shape:nth-child(2) {
  width: 65px;
  height: 65px;
  bottom: 20%;
  left: 8%;
  --delay: -5s;
}
.deco-shapes--statement .deco-shape:nth-child(3) {
  width: 120px;
  height: 5px;
  top: 60%;
  right: 20%;
  --delay: -2s;
}


.deco-shapes--faq .deco-shape:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 5%;
  right: 5%;
  --delay: -3s;
}
.deco-shapes--faq .deco-shape:nth-child(2) {
  width: 58px;
  height: 58px;
  bottom: 8%;
  left: 6%;
  --delay: -6s;
}
.deco-shapes--faq .deco-shape:nth-child(3) {
  width: 90px;
  height: 5px;
  top: 30%;
  left: 10%;
  --rot: 5deg;
}


.deco-shapes--partners .deco-shape:nth-child(1) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 12%;
  --rot: -14deg;
}
.deco-shapes--partners .deco-shape:nth-child(2) {
  width: 50px;
  height: 50px;
  bottom: 15%;
  right: 10%;
  --delay: -4s;
}


.deco-shapes--testimonials .deco-shape:nth-child(1) {
  width: 92px;
  height: 92px;
  top: 6%;
  left: 5%;
  --rot: 10deg;
}
.deco-shapes--testimonials .deco-shape:nth-child(2) {
  width: 64px;
  height: 64px;
  bottom: 5%;
  right: 8%;
  --delay: -5s;
}
.deco-shapes--testimonials .deco-shape:nth-child(3) {
  width: 105px;
  height: 5px;
  top: 40%;
  right: 6%;
  --delay: -2s;
}


.deco-shapes--cta .deco-shape:nth-child(1) {
  width: 75px;
  height: 75px;
  top: 10%;
  right: 8%;
  --delay: -2s;
}
.deco-shapes--cta .deco-shape:nth-child(2) {
  width: 100px;
  height: 100px;
  bottom: 5%;
  left: 5%;
  --rot: 15deg;
  --delay: -6s;
}
.deco-shapes--cta .deco-shape:nth-child(3) {
  width: 55px;
  height: 55px;
  top: 50%;
  left: 15%;
  --delay: -4s;
}


.deco-shapes--footer .deco-shape:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 18%;
  left: 6%;
  --delay: -3s;
}
.deco-shapes--footer .deco-shape:nth-child(2) {
  width: 72px;
  height: 72px;
  bottom: 28%;
  right: 8%;
  --rot: 14deg;
  --delay: -6s;
}
.deco-shapes--footer .deco-shape:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 55%;
  right: 22%;
  --delay: -2s;
}

@media (prefers-reduced-motion: reduce) {
  .deco-shape,
  .footer__ribbon-dot {
    animation: none;
  }
}

@media (max-width: 768px) {
  .deco-shape {
    opacity: 0.25;
  }
}
