.sppl-anchor {
  display: none !important;
}

.sppl-editor-note {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(38, 110, 67, 0.34);
  background: linear-gradient(180deg, rgba(242, 248, 244, 0.96), rgba(231, 241, 234, 0.96));
  color: #22452e;
  font-size: 13px;
  line-height: 1.6;
}

.sppl-lock-scroll {
  overflow: hidden !important;
}

.sppl-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 186, 146, 0.16), transparent 34%),
    radial-gradient(circle at 82% 26%, rgba(102, 167, 126, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(232, 241, 234, 0.98), rgba(220, 233, 223, 0.98));
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--sppl-fade-duration, 450ms) ease, visibility var(--sppl-fade-duration, 450ms) ease;
  overflow: hidden;
}

.sppl-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.sppl-overlay.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.sppl-grid,
.sppl-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sppl-grid-fine {
  background-image:
    linear-gradient(rgba(42, 91, 57, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 91, 57, 0.08) 1px, transparent 1px);
  background-size: 14px 14px;
}

.sppl-grid-major {
  background-image:
    linear-gradient(rgba(47, 103, 64, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 103, 64, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.36;
}

.sppl-glow-left {
  background: radial-gradient(circle at 20% 50%, rgba(97, 154, 114, 0.18), transparent 34%);
}

.sppl-glow-right {
  background: radial-gradient(circle at 80% 50%, rgba(102, 168, 126, 0.14), transparent 30%);
}

.sppl-stage {
  position: relative;
  width: min(92vw, 920px);
  min-height: min(72vh, 520px);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sppl-wind {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(69, 126, 84, 0.34), transparent);
  filter: blur(0.4px);
  opacity: 0.7;
  animation: spplWind 2.6s linear infinite;
}

.sppl-wind-1 { top: 36%; left: -12%; width: 42%; animation-delay: 0s; }
.sppl-wind-2 { top: 49%; left: -20%; width: 54%; animation-delay: 0.8s; }
.sppl-wind-3 { top: 60%; left: -10%; width: 36%; animation-delay: 1.4s; }

.sppl-drone-wrap {
  position: relative;
  width: 320px;
  height: 180px;
  margin-bottom: 26px;
  transform: scale(var(--sppl-drone-scale, 1));
}

.sppl-drone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 96px;
  transform: translate(-50%, -50%);
  animation: spplDroneFloat 3.4s ease-in-out infinite;
}

.sppl-arm,
.sppl-core,
.sppl-rotor {
  position: absolute;
  display: block;
}

.sppl-core {
  top: 50%;
  left: 50%;
  width: 54px;
  height: 28px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(54, 112, 71, 0.94), rgba(26, 72, 41, 0.96));
  box-shadow: 0 10px 18px rgba(30, 63, 40, 0.18), inset 0 1px 0 rgba(255,255,255,0.18);
}

.sppl-arm {
  top: 50%;
  left: 50%;
  width: 58px;
  height: 4px;
  margin-left: -29px;
  margin-top: -2px;
  background: linear-gradient(90deg, rgba(40, 86, 55, 0.96), rgba(67, 126, 82, 0.96));
  border-radius: 999px;
  transform-origin: center center;
}

.sppl-arm-a { transform: rotate(22deg) translateX(0); }
.sppl-arm-b { transform: rotate(-22deg) translateX(0); }
.sppl-arm-c { transform: rotate(158deg) translateX(0); }
.sppl-arm-d { transform: rotate(-158deg) translateX(0); }

.sppl-rotor {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(45, 96, 61, 0.46);
  background: radial-gradient(circle, rgba(125, 185, 147, 0.22), rgba(64, 119, 79, 0.08));
}

.sppl-rotor::before,
.sppl-rotor::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  margin-top: -1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(80, 140, 97, 0.52), rgba(255,255,255,0.08));
  animation: spplRotor 0.22s linear infinite;
}

.sppl-rotor::after {
  transform: rotate(90deg);
}

.sppl-rotor-a { top: 8px; left: 12px; }
.sppl-rotor-b { top: 8px; right: 12px; }
.sppl-rotor-c { bottom: 8px; left: 12px; }
.sppl-rotor-d { bottom: 8px; right: 12px; }

.sppl-copy {
  max-width: 520px;
}

.sppl-eyebrow {
  margin-bottom: 12px;
  color: rgba(34, 79, 49, 0.74);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sppl-title {
  color: #24452e;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
  font-weight: 700;
}

@keyframes spplWind {
  0% { transform: translateX(-8%) scaleX(0.86); opacity: 0; }
  20% { opacity: 0.7; }
  100% { transform: translateX(128%) scaleX(1.02); opacity: 0; }
}

@keyframes spplDroneFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0) rotate(-1deg); }
  50% { transform: translate(-50%, -50%) translateY(-12px) rotate(1deg); }
}

@keyframes spplRotor {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  .sppl-stage {
    min-height: 100svh;
    padding: 36px 18px;
  }

  .sppl-drone-wrap {
    width: 250px;
    height: 150px;
    margin-bottom: 20px;
  }

  .sppl-title {
    font-size: clamp(20px, 6vw, 28px);
  }

  .sppl-eyebrow {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
}
