/* Bilesen: Kapanis CTA bandi
   Pattern: alien-road/final-cta-flywheel. Kose isik halesi dekoratiftir. */

.ar-flywheel-cta {
  position: relative;
}

.ar-flywheel-cta::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 224, 234, 0.25), transparent 70%);
  pointer-events: none;
}
