.lg-page{
  --lg-text:#282934;
  --lg-muted:#697694;
  --lg-purple:#6650ff;
  --lg-pink:#df4cab;
  --lg-line:rgba(102,80,255,.16);
  --lg-soft:#f6f3ff;
  color:var(--lg-text);
  overflow:hidden;
}

.lg-container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.lg-eyebrow{
  margin:0 0 16px;
  color:var(--lg-purple);
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lg-hero{
  position:relative;
  padding:76px 0 80px;
  background:
    radial-gradient(circle at 82% 22%,rgba(108,80,255,.18),transparent 31%),
    radial-gradient(circle at 10% 88%,rgba(228,88,186,.12),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8f6ff 100%);
}

.lg-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);
  gap:64px;
  align-items:center;
}

.lg-hero h1{
  margin:0;
  font-size:clamp(52px,5.3vw,80px);
  line-height:.96;
  letter-spacing:-.055em;
}

.lg-hero__accent{
  margin:19px 0 0;
  font-size:clamp(25px,2.4vw,36px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.035em;
  background:linear-gradient(90deg,#6550ff,#e04da9);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.lg-hero__lead{
  max-width:700px;
  margin:25px 0 0;
  color:var(--lg-muted);
  font-size:19px;
  line-height:1.55;
}

.lg-hero__notice{
  max-width:690px;
  margin-top:19px;
  padding:15px 17px;
  border:1px solid var(--lg-line);
  border-radius:16px;
  background:rgba(255,255,255,.62);
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}

.lg-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:27px;
}

.lg-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border:1px solid transparent;
  border-radius:16px;
  font:inherit;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}

.lg-btn--primary{
  color:#fff;
  background:linear-gradient(100deg,#604cff,#e24ca6);
  box-shadow:0 12px 30px rgba(100,78,255,.18);
}

.lg-btn--secondary{
  color:var(--lg-text);
  border-color:var(--lg-line);
  background:rgba(255,255,255,.76);
}

.lg-hero__visual{
  position:relative;
}

.lg-flow{
  padding:22px;
  border:1px solid var(--lg-line);
  border-radius:30px;
  background:rgba(255,255,255,.68);
  box-shadow:0 32px 90px rgba(76,53,166,.13);
  backdrop-filter:blur(16px);
}

.lg-flow__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:4px 4px 18px;
}

.lg-flow__top span{
  color:var(--lg-muted);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.lg-flow__top strong{
  color:var(--lg-purple);
  font-size:15px;
}

.lg-flow__line{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:7px;
}

.lg-flow-card{
  min-height:160px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:7px;
  padding:17px;
  border:1px solid var(--lg-line);
  border-radius:21px;
  background:
    radial-gradient(circle at 80% 15%,rgba(107,80,255,.14),transparent 29%),
    #fff;
}

.lg-flow-card--accent{
  background:
    radial-gradient(circle at 82% 16%,rgba(226,75,168,.15),transparent 32%),
    linear-gradient(180deg,#fff,#faf7ff);
}

.lg-flow-card__num{
  margin-bottom:auto;
  color:var(--lg-purple);
  font-size:14px;
  font-weight:900;
}

.lg-flow-card strong{
  font-size:17px;
}

.lg-flow-card small{
  color:var(--lg-muted);
  line-height:1.3;
}

.lg-flow-arrow{
  color:#9a8dce;
  font-size:23px;
  font-weight:900;
}

.lg-flow__metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:12px;
}

.lg-flow__metrics div{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:13px 14px;
  border-radius:16px;
  background:#f4f1ff;
}

.lg-flow__metrics span{
  color:var(--lg-purple);
  font-size:12px;
  font-weight:900;
}

.lg-flow__metrics strong{
  font-size:13px;
  line-height:1.25;
}

.lg-flow__quality{
  margin-top:10px;
  padding:16px;
  border-radius:17px;
  background:linear-gradient(90deg,#ece8ff,#fff0fa);
}

.lg-flow__quality span{
  display:block;
  margin-bottom:4px;
  color:var(--lg-purple);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.lg-flow__quality strong{
  font-size:15px;
  line-height:1.35;
}

.lg-section{
  padding:92px 0;
}

.lg-section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.lg-section-head--left{
  margin:0;
  text-align:left;
}

.lg-section-head h2{
  margin:0;
  font-size:clamp(38px,4vw,60px);
  line-height:1.01;
  letter-spacing:-.045em;
}

.lg-section-head > p:last-child{
  max-width:740px;
  margin:20px auto 0;
  color:var(--lg-muted);
  font-size:18px;
  line-height:1.55;
}

.lg-section-head--left > p:last-child{
  margin-left:0;
}

.lg-system{
  background:#fff;
}

.lg-system__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lg-system-card{
  min-height:285px;
  padding:26px;
  border:1px solid var(--lg-line);
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#faf9ff);
}

.lg-system-card > span{
  display:flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:var(--lg-purple);
  background:#f0edff;
  font-size:18px;
  font-weight:900;
}

.lg-system-card h3{
  margin:64px 0 10px;
  font-size:23px;
  line-height:1.08;
}

.lg-system-card p{
  margin:0;
  color:var(--lg-muted);
  line-height:1.5;
}

.lg-result{
  background:#f7f5ff;
}

.lg-result__grid{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(480px,1fr);
  gap:72px;
  align-items:center;
}

.lg-result__note{
  margin-top:28px;
  padding:17px;
  border:1px solid var(--lg-line);
  border-radius:17px;
  background:rgba(255,255,255,.7);
  color:var(--lg-muted);
  line-height:1.5;
}

.lg-result__list{
  display:grid;
  gap:11px;
}

.lg-result__list article{
  min-height:82px;
  display:grid;
  grid-template-columns:135px 1fr;
  align-items:center;
  gap:20px;
  padding:17px 20px;
  border:1px solid var(--lg-line);
  border-radius:20px;
  background:rgba(255,255,255,.78);
}

.lg-result__list span{
  color:var(--lg-purple);
  font-size:15px;
  font-weight:900;
}

.lg-result__list strong{
  font-size:17px;
  line-height:1.3;
}



















.lg-start{
  background:#f7f5ff;
}

.lg-start__steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.lg-start__steps article{
  padding:22px;
  border:1px solid var(--lg-line);
  border-radius:21px;
  background:rgba(255,255,255,.72);
}

.lg-start__steps span{
  color:var(--lg-purple);
  font-weight:900;
}

.lg-start__steps strong{
  display:block;
  margin:36px 0 9px;
  font-size:18px;
}

.lg-start__steps p{
  margin:0;
  color:var(--lg-muted);
  line-height:1.45;
}

.lg-start__options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:38px;
}

.lg-start__options > div{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:25px;
  border:1px solid var(--lg-line);
  border-radius:24px;
  background:#fff;
}

.lg-start__options > div > span{
  color:var(--lg-muted);
  font-size:14px;
}

.lg-start__options > div > strong{
  margin:10px 0 34px;
  font-size:25px;
  line-height:1.1;
}

.lg-start__options .lg-btn{
  margin-top:auto;
}

.lg-start__cases-link{
  margin-top:22px;
  text-align:center;
}

.lg-start__cases-link a{
  color:var(--lg-purple);
  font-weight:800;
  text-decoration:none;
}

@media (max-width:980px){

  .lg-hero{
    padding:54px 0 64px;
  }

  .lg-hero__grid,
  .lg-result__grid{
    grid-template-columns:1fr;
  }

  .lg-hero__grid{
    gap:46px;
  }

  .lg-hero__visual{
    width:min(100%,780px);
    margin:0 auto;
  }

  .lg-system__grid,
  .lg-start__steps{
    grid-template-columns:1fr 1fr;
  }





}

@media (max-width:620px){

  .lg-container{
    width:min(100% - 24px,1180px);
  }

  .lg-hero{
    padding-top:34px;
  }

  .lg-hero h1{
    font-size:clamp(42px,12vw,56px);
  }

  .lg-hero__accent{
    font-size:27px;
  }

  .lg-hero__lead{
    font-size:17px;
  }

  .lg-hero__actions{
    display:grid;
  }

  .lg-btn{
    width:100%;
  }

  .lg-flow__line{
    grid-template-columns:1fr;
  }

  .lg-flow-arrow{
    transform:rotate(90deg);
    text-align:center;
  }

  .lg-flow__metrics{
    grid-template-columns:1fr;
  }

  .lg-section{
    padding:68px 0;
  }

  .lg-section-head{
    margin-bottom:30px;
    text-align:left;
  }

  .lg-section-head h2{
    font-size:clamp(34px,10vw,47px);
  }

  .lg-section-head > p:last-child{
    margin-left:0;
    font-size:16px;
  }

  .lg-system__grid,
  .lg-start__steps,
  .lg-start__options{
    grid-template-columns:1fr;
  }

  .lg-system-card{
    min-height:0;
  }

  .lg-system-card h3{
    margin-top:36px;
  }

  .lg-result__list article{
    grid-template-columns:1fr;
    gap:6px;
  }

  .lg-start__options > div{
    min-height:0;
  }

}
