/* Applied only after JavaScript has prepared an eligible Elementor section. */
.ask-growth-section.ask-candle-reveal-ready {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.ask-candle-reveal-overlay {
  --ask-light-x: 50%;
  --ask-light-y: 55%;
  --ask-light-radius: 0px;
  position: absolute;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle var(--ask-light-radius) at var(--ask-light-x) var(--ask-light-y),
    rgba(23, 13, 5, 0) 0%,
    rgba(23, 13, 5, 0.18) 55%,
    rgba(8, 4, 1, 0.91) 100%
  );
  will-change: background, opacity;
}

.ask-candle-reveal-candle {
  position: absolute;
  z-index: 51;
  width: 26px;
  height: 70px;
  pointer-events: none;
  filter: drop-shadow(0 0 12px rgba(255, 130, 35, 0.82));
  will-change: transform, left, top;
}

.ask-candle-reveal-wax {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 22px;
  height: 47px;
  border-radius: 5px 5px 3px 3px;
  background: linear-gradient(90deg, #9e6940, #f6d49b 48%, #a46738);
  box-shadow: inset 3px 0 rgba(255, 255, 255, 0.25), inset -3px 0 rgba(72, 30, 10, 0.24);
}

.ask-candle-reveal-wick {
  position: absolute;
  bottom: 45px;
  left: 12px;
  width: 2px;
  height: 10px;
  background: #2b1608;
  transform: rotate(-7deg);
  transform-origin: bottom center;
}

.ask-candle-reveal-flame {
  position: absolute;
  bottom: 53px;
  left: 5px;
  width: 17px;
  height: 27px;
  border-radius: 55% 45% 60% 40% / 65% 50% 50% 35%;
  background: radial-gradient(ellipse at 48% 72%, #fff8c9 0 13%, #ffd45f 25%, #ff8a19 57%, rgba(218, 45, 0, 0.25) 74%, transparent 75%);
  box-shadow: 0 0 12px 4px rgba(255, 139, 30, 0.75), 0 0 30px 10px rgba(255, 93, 10, 0.25);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .ask-candle-reveal-candle,
  .ask-candle-reveal-overlay {
    display: none !important;
  }
}
