/* LaranSys v6.0.19 - Parallax Bridge
   Insert a parallax section between the Hero and the next solution section.
*/

:root {
  --ls619-lime: #c7ed36;
  --ls619-teal: #18d7d0;
  --ls619-ink: #02070b;
  --ls619-panel: rgba(5, 13, 18, 0.76);
  --ls619-border: rgba(199, 237, 54, 0.16);
  --ls619-text: rgba(244, 250, 255, 0.92);
  --ls619-muted: rgba(207, 224, 232, 0.72);
  --ls619-shift: 0px;
}

.ls-parallax-v619 {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(72px, 9vw, 128px) 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(17, 184, 170, 0.12), transparent 28%),
    radial-gradient(circle at 88% 36%, rgba(199, 237, 54, 0.12), transparent 24%),
    linear-gradient(180deg, #02070b 0%, #041019 38%, #02111a 100%);
  border-top: 1px solid rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.ls-parallax-v619__bg,
.ls-parallax-v619__grid,
.ls-parallax-v619__orbits,
.ls-parallax-v619__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ls-parallax-v619__grid {
  opacity: .16;
  background-image:
    linear-gradient(rgba(199, 237, 54, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(199, 237, 54, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: translateY(calc(var(--ls619-shift) * 0.22));
}

.ls-parallax-v619__glow::before,
.ls-parallax-v619__glow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
}

.ls-parallax-v619__glow::before {
  width: 340px;
  height: 340px;
  left: -60px;
  top: 10%;
  background: radial-gradient(circle, rgba(24, 215, 208, 0.30), rgba(24, 215, 208, 0.0) 68%);
  transform: translateY(calc(var(--ls619-shift) * 0.38));
}

.ls-parallax-v619__glow::after {
  width: 380px;
  height: 380px;
  right: -40px;
  bottom: -20px;
  background: radial-gradient(circle, rgba(199, 237, 54, 0.22), rgba(199, 237, 54, 0.0) 72%);
  transform: translateY(calc(var(--ls619-shift) * -0.30));
}

.ls-parallax-v619__orbits::before,
.ls-parallax-v619__orbits::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(199, 237, 54, 0.10);
  border-radius: 50%;
}

.ls-parallax-v619__orbits::before {
  width: 460px;
  height: 460px;
  right: 9%;
  top: 50%;
  transform: translateY(calc(-50% + (var(--ls619-shift) * 0.18)));
  box-shadow: 0 0 60px rgba(199, 237, 54, 0.06) inset;
}

.ls-parallax-v619__orbits::after {
  width: 280px;
  height: 280px;
  right: 15%;
  top: 50%;
  transform: translateY(calc(-50% + (var(--ls619-shift) * 0.28)));
}

.ls-parallax-v619 .container {
  position: relative;
  z-index: 2;
}

.ls-parallax-v619__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.ls-parallax-v619__copy {
  max-width: 760px;
}

.ls-parallax-v619__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(199, 237, 54, 0.22);
  background: rgba(9, 19, 24, 0.58);
  color: rgba(240, 252, 255, 0.86);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(199, 237, 54, 0.06);
}

.ls-parallax-v619__kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ls619-lime), #6ef7c7);
  box-shadow: 0 0 14px rgba(199, 237, 54, 0.55);
}

.ls-parallax-v619__title {
  margin: 22px 0 16px;
  color: #f4fbff;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: .96;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.ls-parallax-v619__title strong {
  color: var(--ls619-lime);
  font-weight: 800;
}

.ls-parallax-v619__text {
  max-width: 680px;
  margin: 0;
  color: var(--ls619-muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.8;
}

.ls-parallax-v619__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ls-parallax-v619__chips span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(4, 12, 16, 0.62);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(241, 248, 252, 0.88);
  font-size: .94rem;
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
}

.ls-parallax-v619__chips span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ls619-lime), var(--ls619-teal));
  box-shadow: 0 0 12px rgba(24, 215, 208, 0.38);
}

.ls-parallax-v619__panel {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 28px;
  border: 1px solid var(--ls619-border);
  background:
    linear-gradient(180deg, rgba(9, 17, 23, 0.88), rgba(6, 12, 17, 0.76)),
    radial-gradient(circle at top right, rgba(199, 237, 54, 0.12), transparent 42%);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  backdrop-filter: blur(12px);
  transform: translateY(calc(var(--ls619-shift) * -0.16));
}

.ls-parallax-v619__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.ls-parallax-v619__panel-head strong {
  color: #f5fbfe;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ls-parallax-v619__panel-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 251, 255, 0.70);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ls-parallax-v619__panel-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ls619-lime);
  box-shadow: 0 0 18px rgba(199, 237, 54, 0.45);
}

.ls-parallax-v619__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ls-parallax-v619__stat {
  position: relative;
  padding: 16px;
  border-radius: 20px;
  background: rgba(6, 13, 18, 0.72);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.ls-parallax-v619__stat::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,215,208,.18), transparent 65%);
  filter: blur(4px);
}

.ls-parallax-v619__stat small {
  display: block;
  margin-bottom: 8px;
  color: rgba(224, 239, 245, .62);
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ls-parallax-v619__stat strong {
  display: block;
  color: #f3fbff;
  font-size: 1.45rem;
  font-weight: 800;
}

.ls-parallax-v619__stat p {
  margin: 6px 0 0;
  color: rgba(232, 244, 248, .72);
  font-size: .92rem;
  line-height: 1.55;
}

.ls-parallax-v619__bar {
  position: relative;
  height: 7px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.ls-parallax-v619__bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar, 72%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ls619-teal), var(--ls619-lime));
  box-shadow: 0 0 22px rgba(199, 237, 54, 0.28);
}

.ls-parallax-v619__line {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.ls-parallax-v619__line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(240, 249, 252, .85);
  font-size: .94rem;
}

.ls-parallax-v619__line-item span:last-child {
  color: var(--ls619-lime);
  font-weight: 700;
}

.ls-parallax-v619__reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.ls-parallax-v619__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .ls-parallax-v619__shell {
    grid-template-columns: 1fr;
  }

  .ls-parallax-v619__panel {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .ls-parallax-v619 {
    padding: 64px 0;
  }

  .ls-parallax-v619__stats {
    grid-template-columns: 1fr;
  }

  .ls-parallax-v619__orbits::before,
  .ls-parallax-v619__orbits::after {
    display: none;
  }

  .ls-parallax-v619__grid {
    background-size: 40px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-parallax-v619,
  .ls-parallax-v619 * {
    animation: none !important;
    transition: none !important;
  }

  .ls-parallax-v619__grid,
  .ls-parallax-v619__glow::before,
  .ls-parallax-v619__glow::after,
  .ls-parallax-v619__orbits::before,
  .ls-parallax-v619__orbits::after,
  .ls-parallax-v619__panel {
    transform: none !important;
  }
}
