/* LaranSys v6.0.22 - Services Tech Redesign */

:root {
  --ls622-bg: #020705;
  --ls622-panel: #07110d;
  --ls622-panel-2: #09150f;
  --ls622-lime: #c7ed36;
  --ls622-green: #8cc63f;
  --ls622-cyan: #18d7d0;
  --ls622-white: #f4f8f5;
  --ls622-muted: rgba(219, 232, 222, .68);
  --ls622-border: rgba(199, 237, 54, .14);
}

.ls-services-v622 {
  position: relative;
  overflow: clip;
  background: var(--ls622-bg);
  color: var(--ls622-white);
}

.ls-services-v622__container {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

/* Hero */
.ls-services-v622__hero {
  position: relative;
  min-height: min(830px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 32%, rgba(24,215,208,.16), transparent 32%),
    radial-gradient(circle at 83% 28%, rgba(199,237,54,.12), transparent 28%),
    linear-gradient(135deg, #031412 0%, #07120b 48%, #0b160d 100%);
  border-bottom: 1px solid rgba(199,237,54,.11);
}

.ls-services-v622__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(199,237,54,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(199,237,54,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.ls-services-v622__ambient span {
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  pointer-events: none;
}

.ls-services-v622__ambient span:nth-child(1) {
  width: 360px; height: 360px; left: -120px; top: 20%;
  background: radial-gradient(circle, rgba(24,215,208,.16), transparent 67%);
}
.ls-services-v622__ambient span:nth-child(2) {
  width: 460px; height: 460px; right: -120px; top: 6%;
  background: radial-gradient(circle, rgba(199,237,54,.14), transparent 68%);
}
.ls-services-v622__ambient span:nth-child(3) {
  width: 300px; height: 300px; left: 44%; bottom: -160px;
  background: radial-gradient(circle, rgba(140,198,63,.10), transparent 68%);
}

.ls-services-v622__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(580px, 1.1fr);
  gap: clamp(44px, 5vw, 96px);
  align-items: center;
  padding: clamp(94px, 9vw, 144px) 0 80px;
}

.ls-services-v622__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(218, 234, 221, .68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.ls-services-v622__kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ls622-lime);
  box-shadow: 0 0 14px rgba(199,237,54,.64);
}

.ls-services-v622__hero h1 {
  margin: 24px 0 20px;
  max-width: 760px;
  font-size: clamp(3.2rem, 5.3vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.052em;
  font-weight: 650;
}

.ls-services-v622__hero h1 strong {
  display: block;
  color: var(--ls622-lime);
  font-weight: 820;
}

.ls-services-v622__hero-copy > p {
  max-width: 670px;
  margin: 0;
  color: var(--ls622-muted);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.ls-services-v622__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ls-services-v622__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  color: rgba(244,248,245,.92);
  background: rgba(7,15,11,.52);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 780;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ls-services-v622__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(199,237,54,.25);
  background: rgba(199,237,54,.06);
}

.ls-services-v622__btn--primary {
  color: #071008 !important;
  border-color: rgba(199,237,54,.45);
  background: linear-gradient(135deg, var(--ls622-lime), #94cc38);
  box-shadow: 0 14px 34px rgba(140,198,63,.15);
}

.ls-services-v622__btn--primary:hover {
  background: linear-gradient(135deg, #d2f34b, #a0d540);
  box-shadow: 0 18px 40px rgba(140,198,63,.22);
}

.ls-services-v622__hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.ls-services-v622__hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(228,238,230,.65);
  font-size: .82rem;
  font-weight: 720;
}

.ls-services-v622__hero-points span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ls622-lime);
  box-shadow: 0 0 9px rgba(199,237,54,.38);
}

/* Hero visual */
.ls-services-v622__hero-visual {
  --ls622-x: 50%;
  --ls622-y: 50%;
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(199,237,54,.18);
  border-radius: 34px;
  background:
    radial-gradient(520px circle at var(--ls622-x) var(--ls622-y), rgba(199,237,54,.065), transparent 58%),
    linear-gradient(145deg, rgba(6,14,10,.86), rgba(4,10,8,.78));
  box-shadow: 0 30px 80px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.025);
  overflow: hidden;
}

.ls-services-v622__visual-grid {
  position: absolute;
  inset: 0;
  opacity: .27;
  background-image:
    linear-gradient(rgba(199,237,54,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(199,237,54,.055) 1px, transparent 1px);
  background-size: 52px 52px;
}

.ls-services-v622__visual-core {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 170px;
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199,237,54,.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199,237,54,.12), rgba(5,14,9,.94) 58%);
  box-shadow: 0 0 0 22px rgba(199,237,54,.025), 0 0 0 44px rgba(24,215,208,.014), 0 0 40px rgba(199,237,54,.07);
  z-index: 3;
}

.ls-services-v622__visual-core small {
  color: rgba(222,236,224,.48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}
.ls-services-v622__visual-core strong {
  margin: 6px 0 2px;
  color: #f4f8f5;
  font-size: 1.3rem;
}
.ls-services-v622__visual-core span {
  color: var(--ls622-lime);
  font-size: .72rem;
  font-weight: 720;
}

.ls-services-v622__visual-node {
  position: absolute;
  z-index: 3;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid rgba(199,237,54,.11);
  border-radius: 16px;
  background: rgba(5,13,9,.82);
  box-shadow: 0 14px 30px rgba(0,0,0,.20);
}

.ls-services-v622__visual-node i {
  position: absolute;
  right: 12px; top: 12px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(199,237,54,.48);
  box-shadow: 0 0 10px rgba(199,237,54,.20);
}
.ls-services-v622__visual-node strong {
  display: block;
  color: #eff6f0;
  font-size: .9rem;
}
.ls-services-v622__visual-node small {
  display: block;
  margin-top: 3px;
  color: rgba(212,227,215,.44);
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ls-services-v622__visual-node.n1 { left: 7%; top: 10%; }
.ls-services-v622__visual-node.n2 { right: 7%; top: 10%; }
.ls-services-v622__visual-node.n3 { left: 4%; top: 44%; }
.ls-services-v622__visual-node.n4 { right: 4%; top: 44%; }
.ls-services-v622__visual-node.n5 { left: 14%; bottom: 10%; }
.ls-services-v622__visual-node.n6 { right: 14%; bottom: 10%; }

.ls-services-v622__visual-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ls-services-v622__visual-lines path {
  fill: none;
  stroke: rgba(199,237,54,.17);
  stroke-width: 1.4;
  stroke-dasharray: 6 10;
  animation: ls622-lines 15s linear infinite;
}
@keyframes ls622-lines {
  to { stroke-dashoffset: -160; }
}

.ls-services-v622__visual-status {
  position: absolute;
  z-index: 4;
  left: 24px; right: 24px; bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-top: 1px solid rgba(199,237,54,.08);
  color: rgba(222,235,224,.58);
  font-size: .76rem;
}
.ls-services-v622__visual-status span { display:flex; align-items:center; gap:8px; }
.ls-services-v622__visual-status i {
  width: 7px; height:7px; border-radius:50%; background:var(--ls622-lime);
  box-shadow:0 0 10px rgba(199,237,54,.50);
}
.ls-services-v622__visual-status strong { color:var(--ls622-lime); }

/* Summary */
.ls-services-v622__summary {
  position: relative;
  border-bottom: 1px solid rgba(199,237,54,.08);
  background: #030906;
}
.ls-services-v622__summary-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.ls-services-v622__summary-grid > div {
  min-height: 126px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding: 24px 32px;
  border-right: 1px solid rgba(255,255,255,.055);
}
.ls-services-v622__summary-grid > div:last-child { border-right:0; }
.ls-services-v622__summary strong {
  color: var(--ls622-lime);
  font-size: 1.6rem;
  font-weight: 780;
}
.ls-services-v622__summary span {
  margin-top: 4px;
  color: rgba(222,234,224,.56);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Catalog */
.ls-services-v622__catalog {
  position: relative;
  padding: clamp(92px, 8vw, 138px) 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(199,237,54,.055), transparent 30%),
    linear-gradient(180deg,#050a07,#030705 60%,#06100b);
}
.ls-services-v622__catalog::before,
.ls-services-v622__strategy::before {
  content:"";
  position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(199,237,54,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.025) 1px,transparent 1px);
  background-size:64px 64px;
}

.ls-services-v622__section-head {
  position:relative;
  z-index:1;
  max-width: 950px;
}
.ls-services-v622__section-head h2 {
  margin: 20px 0 14px;
  color:#f5f8f5;
  font-size:clamp(2.5rem,4.5vw,5.3rem);
  line-height:1.0;
  letter-spacing:-.045em;
  font-weight:620;
}
.ls-services-v622__section-head h2 strong {
  color:var(--ls622-lime);
  font-weight:800;
}
.ls-services-v622__section-head p {
  max-width:720px;
  margin:0;
  color:var(--ls622-muted);
  line-height:1.7;
}

.ls-services-v622__filters {
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:34px 0;
}
.ls-services-v622__filters button {
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(199,237,54,.10);
  border-radius:999px;
  background:rgba(7,15,11,.64);
  color:rgba(226,238,228,.62);
  font-size:.78rem;
  font-weight:760;
  cursor:pointer;
}
.ls-services-v622__filters button:hover,
.ls-services-v622__filters button.is-active {
  color:#071008;
  border-color:rgba(199,237,54,.40);
  background:var(--ls622-lime);
}

.ls-services-v622__grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.ls-services-v622__card {
  position:relative;
  min-height:280px;
  display:grid;
  grid-template-columns:42% 58%;
  overflow:hidden;
  border:1px solid rgba(199,237,54,.11);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199,237,54,.055), transparent 34%),
    linear-gradient(145deg,rgba(8,18,12,.92),rgba(4,10,7,.94));
  box-shadow:0 22px 54px rgba(0,0,0,.22);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.ls-services-v622__card:hover {
  transform:translateY(-5px);
  border-color:rgba(199,237,54,.24);
  box-shadow:0 28px 70px rgba(0,0,0,.30),0 0 34px rgba(199,237,54,.035);
}
.ls-services-v622__card.is-hidden {
  display:none;
}
.ls-services-v622__card-visual {
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#05100c;
  border-right:1px solid rgba(255,255,255,.05);
}
.ls-services-v622__card-visual::after {
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg,transparent 70%,rgba(5,12,8,.60));
  pointer-events:none;
}
.ls-services-v622__card-visual img {
  width:100%; height:100%;
  object-fit:cover;
  opacity:.88;
  transition:transform .5s ease,opacity .35s ease;
}
.ls-services-v622__card:hover img {
  transform:scale(1.035);
  opacity:1;
}
.ls-services-v622__card-body {
  padding:24px 26px;
  display:flex;
  flex-direction:column;
}
.ls-services-v622__card-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:24px;
}
.ls-services-v622__card-top span {
  color:var(--ls622-lime);
  font-size:1.55rem;
  font-weight:780;
}
.ls-services-v622__card-top small {
  padding:6px 9px;
  border:1px solid rgba(199,237,54,.12);
  border-radius:999px;
  color:rgba(211,228,214,.52);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
.ls-services-v622__card h3 {
  margin:0 0 10px;
  color:#f0f5f1;
  font-size:1.38rem;
  font-weight:710;
}
.ls-services-v622__card p {
  margin:0;
  color:rgba(213,228,216,.60);
  line-height:1.66;
  font-size:.91rem;
}
.ls-services-v622__tags {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:18px;
}
.ls-services-v622__tags span {
  padding:6px 9px;
  border-radius:999px;
  background:rgba(199,237,54,.045);
  border:1px solid rgba(199,237,54,.10);
  color:rgba(224,238,226,.65);
  font-size:.68rem;
  font-weight:720;
}

/* Strategy */
.ls-services-v622__strategy {
  position:relative;
  padding:clamp(96px,8vw,142px) 0;
  background:
    radial-gradient(circle at 85% 20%,rgba(24,215,208,.075),transparent 28%),
    linear-gradient(180deg,#06100b,#04100d 56%,#030806);
  border-top:1px solid rgba(199,237,54,.075);
}
.ls-services-v622__section-head--center {
  margin:0 auto 48px;
  text-align:center;
}
.ls-services-v622__section-head--center p { margin-inline:auto; }

.ls-services-v622__choice {
  position:relative;
  z-index:2;
  display:grid !important;
  grid-template-columns:minmax(300px,.85fr) minmax(0,1.55fr);
  gap:18px;
  align-items:stretch;
  max-width:1220px;
  margin:0 auto;
}
.ls-services-v622__choice-list {
  display:grid !important;
  gap:10px;
}
.ls-services-v622__choice-list button {
  width:100%;
  min-height:76px;
  padding:16px 18px !important;
  text-align:left !important;
  border:1px solid rgba(199,237,54,.10) !important;
  border-radius:16px !important;
  background:rgba(5,13,9,.72) !important;
  color:#edf4ee !important;
  font-weight:740 !important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease !important;
}
.ls-services-v622__choice-list button:hover,
.ls-services-v622__choice-list button[aria-pressed="true"],
.ls-services-v622__choice-list button.active {
  transform:translateX(5px);
  border-color:rgba(199,237,54,.32) !important;
  background:linear-gradient(90deg,rgba(199,237,54,.09),rgba(24,215,208,.025)) !important;
}
.ls-services-v622__choice-list button small {
  display:block;
  margin-top:4px;
  color:rgba(217,230,219,.48);
  font-size:.72rem;
  font-weight:540;
}

.ls-services-v622__choice-panel {
  min-height:510px;
  display:grid !important;
  grid-template-columns:1fr .9fr;
  gap:20px;
  align-items:center;
  padding:34px !important;
  border:1px solid rgba(199,237,54,.16) !important;
  border-radius:26px !important;
  background:
    radial-gradient(circle at 85% 20%,rgba(199,237,54,.07),transparent 28%),
    linear-gradient(145deg,rgba(8,19,13,.92),rgba(4,11,8,.94)) !important;
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}
.ls-services-v622__choice-label {
  color:var(--ls622-lime);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.ls-services-v622__choice-panel h3 {
  margin:12px 0 12px;
  color:#f3f7f4 !important;
  font-size:clamp(2rem,3vw,3.7rem) !important;
  line-height:1.02;
  letter-spacing:-.035em;
}
.ls-services-v622__choice-panel p {
  color:rgba(217,231,219,.62) !important;
  line-height:1.7;
}
.ls-services-v622__choice-panel img {
  width:100%;
  max-height:340px;
  object-fit:cover;
  border-radius:20px;
  border:1px solid rgba(199,237,54,.12);
  box-shadow:0 24px 55px rgba(0,0,0,.32);
}
.ls-services-v622__choice-points {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px;
}
.ls-services-v622__choice-points span {
  border-color:rgba(199,237,54,.10) !important;
  background:rgba(199,237,54,.04) !important;
  color:rgba(223,236,225,.64) !important;
}

/* CTA */
.ls-services-v622__cta {
  padding:80px 0 110px;
  background:#030806;
}
.ls-services-v622__cta-box {
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  padding:42px 46px;
  border:1px solid rgba(199,237,54,.15);
  border-radius:26px;
  background:
    radial-gradient(circle at 80% 20%,rgba(199,237,54,.08),transparent 30%),
    linear-gradient(145deg,rgba(7,17,11,.92),rgba(4,10,8,.94));
}
.ls-services-v622__cta h2 {
  margin:16px 0 8px;
  color:#f4f8f5;
  font-size:clamp(2rem,3.4vw,3.8rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.ls-services-v622__cta h2 strong { color:var(--ls622-lime); }
.ls-services-v622__cta p { margin:0; color:var(--ls622-muted); }

/* Reveal */
.ls-services-v622 [data-ls622-reveal] {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}
.ls-services-v622 [data-ls622-reveal].is-visible {
  opacity:1;
  transform:translateY(0);
}

/* Responsive */
@media (max-width:1180px) {
  .ls-services-v622__hero-grid {
    grid-template-columns:1fr;
  }
  .ls-services-v622__hero-visual {
    min-height:560px;
  }
  .ls-services-v622__grid {
    grid-template-columns:1fr;
  }
}

@media (max-width:900px) {
  .ls-services-v622__container {
    width:min(100% - 32px,1420px);
  }
  .ls-services-v622__summary-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .ls-services-v622__summary-grid > div:nth-child(2) { border-right:0; }
  .ls-services-v622__choice {
    grid-template-columns:1fr;
  }
  .ls-services-v622__choice-panel {
    grid-template-columns:1fr;
  }
  .ls-services-v622__cta-box {
    grid-template-columns:1fr;
  }
}

@media (max-width:720px) {
  .ls-services-v622__hero {
    min-height:auto;
  }
  .ls-services-v622__hero-grid {
    padding:78px 0 58px;
  }
  .ls-services-v622__hero h1 {
    font-size:clamp(2.7rem,13vw,4.5rem);
  }
  .ls-services-v622__hero-visual {
    min-height:510px;
    border-radius:24px;
  }
  .ls-services-v622__visual-node {
    min-width:116px;
    padding:11px 12px;
  }
  .ls-services-v622__visual-node.n1 { left:4%; }
  .ls-services-v622__visual-node.n2 { right:4%; }
  .ls-services-v622__visual-node.n5 { left:5%; }
  .ls-services-v622__visual-node.n6 { right:5%; }
  .ls-services-v622__summary-grid {
    grid-template-columns:1fr 1fr;
  }
  .ls-services-v622__summary-grid > div {
    min-height:96px;
    padding:18px 16px;
  }
  .ls-services-v622__card {
    grid-template-columns:1fr;
  }
  .ls-services-v622__card-visual {
    min-height:210px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.05);
  }
  .ls-services-v622__choice-panel {
    min-height:0;
    padding:22px !important;
  }
  .ls-services-v622__cta-box {
    padding:28px 24px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .ls-services-v622 *,
  .ls-services-v622 *::before,
  .ls-services-v622 *::after {
    animation:none !important;
    transition:none !important;
  }
  .ls-services-v622 [data-ls622-reveal] {
    opacity:1 !important;
    transform:none !important;
  }
}
