:root {
  --lcx-black: #0b0d10;
  --lcx-black-2: #111519;
  --lcx-panel: #171c20;
  --lcx-paper: #f4f6f3;
  --lcx-white: #f8faf8;
  --lcx-ink: #101316;
  --lcx-muted: #a7b0b7;
  --lcx-muted-dark: #64717b;
  --lcx-green: #37d67a;
  --lcx-green-dark: #13854a;
  --lcx-autodeals: #174b31;
  --lcx-line: rgba(248, 250, 248, .16);
  --lcx-line-dark: rgba(16, 19, 22, .15);
  --lcx-red: #ff7168;
  --lcx-radius: 8px;
  --lcx-stage-min: 680px;
  --lcx-stage-max: 920px;
  --lcx-stage-width: min(90vw, 1728px);
  --lcx-stage-height: min(50.625vw, calc((100svh - 72px) * .9), 972px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--lcx-black);
  scroll-behavior: smooth;
}

body.lc-home-page {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--lcx-black);
  color: var(--lcx-white);
  font-family: Arial, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.lc-home-page.lc-menu-open {
  overflow: hidden;
}

body.lc-home-page img {
  display: block;
  max-width: 100%;
}

body.lc-home-page h1,
body.lc-home-page h2,
body.lc-home-page h3,
body.lc-home-page p,
body.lc-home-page figure,
body.lc-home-page ol {
  margin-top: 0;
}

body.lc-home-page h1,
body.lc-home-page h2,
body.lc-home-page h3 {
  font-family: Arial, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: wrap;
}

body.lc-home-page p {
  text-wrap: pretty;
}

.home-wrap {
  width: var(--lcx-stage-width);
  margin-inline: auto;
}

.lc-home-page .lc-shell-wrap {
  width: var(--lcx-stage-width);
}

.lc-home-page main > section {
  scroll-margin-top: 72px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 2200;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: var(--lcx-radius);
  background: var(--lcx-green);
  color: var(--lcx-ink);
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
}

#main-content:focus {
  outline: 0;
}

.lc-home-page .lc-shell-header {
  background: rgba(11, 13, 16, .95);
  border-bottom-color: rgba(255, 255, 255, .1);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.lc-home-page .lc-shell-nav {
  min-height: 72px;
  flex-wrap: nowrap;
}

.lc-home-page .lc-brand img {
  width: 168px;
  max-width: 34vw;
}

.lc-home-page .lc-shell-links {
  gap: 4px;
  color: rgba(248, 250, 248, .7);
  font-size: 12px;
  font-weight: 700;
}

.lc-home-page .lc-shell-link {
  min-height: 42px;
  padding-inline: 12px;
}

.lc-home-page .lc-shell-cta {
  border-radius: var(--lcx-radius);
  box-shadow: none;
}

.lc-mobile-menu,
.lc-cta-short {
  display: none;
}

.lcx-js [data-reveal] > .home-wrap,
.lcx-js [data-reveal] .home-wrap {
  opacity: 1;
  transform: none;
}

.lcx-slide-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: clamp(22px, 2vw, 30px);
  padding-bottom: clamp(18px, 1.6vw, 24px);
  border-bottom: 1px solid var(--lcx-line-dark);
}

.lcx-slide-head h2 {
  max-width: none;
  margin: 0;
  color: var(--lcx-ink);
  font-size: clamp(38px, 2.75vw, 52px);
}

.lcx-slide-head > p {
  max-width: 960px;
  margin: 0;
  color: var(--lcx-muted-dark);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 550;
  line-height: 1.5;
}

.lcx-slide-head--dark {
  border-color: var(--lcx-line);
}

.lcx-slide-head--dark h2 {
  color: var(--lcx-white);
}

.lcx-slide-head--dark > p {
  color: var(--lcx-muted);
}

.lcx-big-metric {
  min-width: 0;
}

.lcx-big-metric > strong {
  display: block;
  margin: 0 0 28px;
  color: var(--lcx-green-dark);
  font-size: clamp(86px, 9vw, 138px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .72;
}

.lcx-big-metric h3 {
  max-width: 250px;
  margin: 0 0 14px;
  color: var(--lcx-ink);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.02;
}

.lcx-big-metric p {
  max-width: 280px;
  margin: 0;
  color: var(--lcx-muted-dark);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.45;
}

/* Hero */
.lcx-hero {
  position: relative;
  isolation: isolate;
  min-height: var(--lcx-stage-height);
  overflow: hidden;
  background: var(--lcx-black);
}

.lcx-hero::before {
  position: absolute;
  z-index: 2;
  top: clamp(160px, 11.5vw, 220px);
  left: calc((100% - var(--lcx-stage-width)) / 2);
  width: calc(var(--lcx-stage-width) * .44);
  height: 2px;
  background:
    radial-gradient(circle at calc(100% - 3px) 50%, var(--lcx-green) 0 6px, transparent 7px),
    linear-gradient(90deg, rgba(55, 214, 122, .78), rgba(55, 214, 122, .78));
  content: "";
  pointer-events: none;
}

.lcx-hero__grid {
  display: grid;
  min-height: var(--lcx-stage-height);
  grid-template-columns: minmax(0, 1.2fr) minmax(440px, .8fr);
  gap: 0;
  align-items: stretch;
}

.lcx-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(112px, 14vh, 150px) clamp(42px, 5vw, 90px) 64px 0;
}

.lcx-kicker {
  display: none;
  margin: 0;
  color: var(--lcx-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lcx-kicker span {
  color: var(--lcx-green);
}

.lcx-copy--mobile {
  display: none;
}

.lcx-hero h1 {
  max-width: 800px;
  margin: 0 0 34px;
  color: var(--lcx-white);
  font-size: clamp(52px, 4vw, 73px);
  line-height: .98;
}

.lcx-hero__lead {
  max-width: 720px;
  margin: 0 0 24px;
  color: #d2d8dc;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 550;
  line-height: 1.42;
}

.lcx-hero__promise {
  position: relative;
  max-width: 700px;
  margin: 0 0 30px;
  padding: 4px 0 4px 24px;
  color: var(--lcx-white);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 750;
  line-height: 1.45;
}

.lcx-hero__promise::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 5px;
  background: var(--lcx-green);
  content: "";
}

.lcx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}

.lcx-hero .home-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--lcx-green);
  border-radius: var(--lcx-radius);
  background: var(--lcx-green);
  color: var(--lcx-ink);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.lcx-text-link {
  color: #dbe0e3;
  font-size: 14px;
  font-weight: 750;
  text-decoration-color: rgba(55, 214, 122, .75);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.lcx-text-link:hover {
  color: var(--lcx-green);
}

.lcx-hero__portrait {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #1b0708;
}

.lcx-hero__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.lcx-hero__rail {
  display: none;
}

/* The first PDF scene is a full browser canvas: only its content is aligned,
   while the portrait and background deliberately reach both screen edges. */
@media (min-width: 721px) {
  .lcx-hero {
    min-height: calc(100svh - 72px);
  }

  .lcx-hero__grid.home-wrap {
    width: 100%;
    min-height: calc(100svh - 72px);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 1fr);
  }

  .lcx-hero::before {
    top: clamp(148px, 11vw, 196px);
    left: clamp(48px, 4.45vw, 96px);
    width: min(37vw, 720px);
  }

  .lcx-hero__copy {
    padding:
      clamp(112px, 14vh, 150px)
      clamp(48px, 5vw, 96px)
      64px
      clamp(48px, 4.45vw, 96px);
  }
}

/* Loss map */
.lcx-losses,
.lcx-zones {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: clamp(44px, 4vw, 64px) 0;
  background: var(--lcx-paper);
  color: var(--lcx-ink);
}

.lcx-loss-layout,
.lcx-zone-layout,
.lcx-ai-system-layout {
  display: grid;
  grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr);
  gap: clamp(34px, 4.5vw, 78px);
  align-items: center;
}

.lcx-loss-orbit {
  position: relative;
  width: min(100%, calc(var(--lcx-stage-width) * .56));
  max-width: none;
  aspect-ratio: 1000 / 540;
  justify-self: start;
  margin-left: clamp(12px, 2.4vw, 46px);
}

.lcx-loss-orbit > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.lcx-loss-orbit__wide {
  display: none;
}

.lcx-loss-orbit circle,
.lcx-loss-orbit line {
  fill: none;
  stroke: #cbd5de;
  stroke-width: 2;
}

.lcx-loss-orbit circle:first-child {
  stroke: rgba(55, 214, 122, .5);
}

.lcx-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 18%;
  aspect-ratio: 1;
  place-content: center;
  border: 3px solid var(--lcx-green);
  border-radius: 50%;
  background: var(--lcx-black-2);
  color: var(--lcx-white);
  text-align: center;
  transform: translate(-50%, -50%);
}

.lcx-orbit__center strong {
  color: var(--lcx-green);
  font-size: clamp(14px, 1.25vw, 20px);
}

.lcx-orbit__center span {
  margin-top: 5px;
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 800;
}

.lcx-orbit__node {
  position: absolute;
  display: grid;
  min-height: 64px;
  align-content: center;
  transform: translateY(-50%);
}

.lcx-orbit__node i {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid var(--lcx-paper);
  border-radius: 50%;
  background: var(--lcx-green);
  transform: translateY(-50%);
}

.lcx-orbit__node strong {
  color: var(--lcx-ink);
  font-size: clamp(15px, 1.25vw, 21px);
}

.lcx-orbit__node > span {
  margin-top: 3px;
  color: var(--lcx-muted-dark);
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 550;
}

.lcx-orbit__node--tl { top: 15.4%; left: 0; width: 37%; padding-right: 28px; text-align: right; }
.lcx-orbit__node--tl i { right: -9px; }
.lcx-orbit__node--tr { top: 15.4%; left: 63.5%; width: 36.5%; padding-left: 28px; }
.lcx-orbit__node--tr i { left: -9px; }
.lcx-orbit__node--r { top: 63.3%; left: 72.1%; width: 27.9%; padding-left: 28px; }
.lcx-orbit__node--r i { left: -9px; }
.lcx-orbit__node--b { top: 92.87%; left: 35%; width: 30%; padding-top: 24px; text-align: center; transform: none; }
.lcx-orbit__node--b i { top: -9px; left: 50%; transform: translateX(-50%); }
.lcx-orbit__node--l { top: 63.3%; left: 0; width: 27.9%; padding-right: 28px; text-align: right; }
.lcx-orbit__node--l i { right: -9px; }

.lcx-funnel-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(52px, 4.5vw, 74px);
  padding: 14px clamp(10px, 1.35vw, 24px) 16px;
  overflow: hidden;
  border: 1px solid #2b3932;
  border-radius: 12px;
  background: var(--lcx-black-2);
  color: var(--lcx-white);
  counter-reset: lcx-funnel-step;
}

.lcx-funnel-line::before {
  position: absolute;
  top: 24px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, #1e7547 0%, var(--lcx-green) 50%, #1e7547 100%);
  content: "";
}

.lcx-funnel-line span {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 98px;
  align-content: start;
  justify-items: center;
  padding: 37px clamp(6px, 1vw, 18px) 0;
  counter-increment: lcx-funnel-step;
  justify-content: center;
  text-align: center;
}

.lcx-funnel-line span::before {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--lcx-green);
  border-radius: 50%;
  background: var(--lcx-black-2);
  content: "";
  transform: translateX(-50%);
}

.lcx-funnel-line span:first-child::before {
  background: var(--lcx-green);
}

.lcx-funnel-line span:last-child::before {
  background: var(--lcx-green);
  box-shadow: 0 0 0 7px rgba(55, 214, 122, .14);
}

.lcx-funnel-line span:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: -10px;
  color: var(--lcx-green);
  content: "→";
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
}

.lcx-funnel-line b {
  display: block;
  color: var(--lcx-white);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.15;
  text-transform: lowercase;
}

.lcx-funnel-line b::before {
  display: block;
  margin-bottom: 4px;
  color: var(--lcx-green);
  content: counter(lcx-funnel-step, decimal-leading-zero);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
}

.lcx-funnel-line small {
  display: block;
  margin-top: 5px;
  color: #a7b7ae;
  font-size: clamp(10px, .72vw, 12px);
  font-weight: 600;
  line-height: 1.22;
}

.lcx-funnel-line span:last-child b,
.lcx-funnel-line span:last-child small {
  color: #b6f4cf;
}

.lcx-funnel-line span > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 901px) {
  /* Keep the first and second scenes on one presentation grid. */
  .lcx-hero::before {
    left: clamp(64px, 5vw, 96px);
  }

  .lcx-hero__copy {
    padding-left: clamp(64px, 5vw, 96px);
  }

  .lcx-losses {
    padding: clamp(30px, 1.8vw, 34px) 0 clamp(25px, 1.5vw, 30px);
  }

  /* This scene follows the presentation canvas, not the height-limited stage width. */
  .lcx-losses > .home-wrap {
    width: calc(100% - clamp(128px, 10vw, 192px));
  }

  .lcx-loss-layout > .lcx-big-metric {
    transform: translateX(clamp(48px, 5vw, 96px));
  }

  /* The first proof screen continues the same outer canvas. */
  .lcx-dashboard-slide--dark > .home-wrap {
    width: calc(100% - clamp(128px, 10vw, 192px));
  }

  .lcx-dashboard-slide--dark .lcx-dashboard-slide__body {
    grid-template-columns: minmax(0, 2.95fr) minmax(332px, .65fr);
    gap: clamp(42px, 5vw, 96px);
  }

  .lcx-dashboard-slide--dark .lcx-slide-head {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .3fr);
    gap: clamp(32px, 4vw, 72px);
    margin-bottom: clamp(18px, 1.5vw, 24px);
    padding-bottom: clamp(16px, 1.2vw, 20px);
  }

  .lcx-dashboard-slide--dark .lcx-slide-head > p {
    max-width: 390px;
    justify-self: end;
    padding-top: 4px;
    font-size: clamp(15px, 1.1vw, 19px);
    line-height: 1.45;
  }

  .lcx-dashboard-slide--dark .lcx-dashboard-facts p {
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 14px;
  }

  .lcx-dashboard-slide--dark .lcx-dashboard-facts span {
    font-size: clamp(15px, 1.05vw, 18px);
  }

  .lcx-dashboard-slide--dark .lcx-dashboard-facts p:nth-child(3) span {
    font-size: 15px;
  }

  .lcx-losses .lcx-slide-head {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .3fr);
    gap: clamp(32px, 4vw, 72px);
    margin-bottom: clamp(18px, 1.5vw, 24px);
    padding-bottom: clamp(16px, 1.2vw, 20px);
  }

  .lcx-losses .lcx-slide-head h2 {
    font-size: clamp(38px, 2.3vw, 44px);
  }

  .lcx-losses .lcx-slide-head > p {
    max-width: 390px;
    justify-self: end;
    padding-top: 4px;
    font-size: clamp(15px, 1.1vw, 19px);
    line-height: 1.45;
  }

  .lcx-loss-layout {
    grid-template-columns: minmax(270px, .38fr) minmax(0, 1.62fr);
    gap: clamp(18px, 2.2vw, 42px);
  }

  .lcx-loss-orbit {
    width: min(100%, calc(var(--lcx-stage-width) * .75));
    aspect-ratio: 1000 / 320;
    justify-self: end;
    margin-left: 0;
  }

  .lcx-loss-orbit .lcx-orbit__center {
    width: 21%;
  }

  .lcx-loss-orbit circle,
  .lcx-loss-orbit line {
    stroke-width: 2.5;
  }

  .lcx-loss-orbit circle:first-child {
    stroke: rgba(55, 214, 122, .68);
  }

  .lcx-loss-orbit__standard {
    display: none;
  }

  .lcx-loss-orbit__wide {
    display: block;
  }

  .lcx-loss-orbit .lcx-orbit__node--tr {
    width: 36.5%;
  }

  .lcx-loss-orbit .lcx-orbit__node--r {
    width: 27.9%;
  }

  .lcx-loss-orbit .lcx-orbit__node--l {
    left: 0;
    width: 27.9%;
  }

  .lcx-orbit__node--tr span,
  .lcx-orbit__node--r strong,
  .lcx-orbit__node--l strong,
  .lcx-orbit__node--l span {
    white-space: nowrap;
  }

  .lcx-funnel-line {
    margin-top: clamp(50px, 3.4vw, 64px);
    padding: 9px 0 10px;
    border: 0;
    border-top: 1px solid #23342c;
    border-bottom: 1px solid #23342c;
    border-radius: 0;
    background: var(--lcx-black);
  }

  .lcx-funnel-line::before {
    top: 16px;
  }

  .lcx-funnel-line span {
    min-height: 58px;
    padding-top: 24px;
  }

  .lcx-funnel-line span::before {
    top: 9px;
  }

  .lcx-funnel-line span:not(:last-child)::after {
    top: 6px;
  }

  .lcx-funnel-line b::before {
    margin-bottom: 2px;
  }

  .lcx-funnel-line small {
    margin-top: 3px;
  }
}

@media (min-width: 901px) and (max-width: 1600px) {
  .lcx-orbit__node--b {
    left: 32%;
    width: 36%;
  }
}

@media (min-width: 1161px) and (max-width: 1600px) {
  .lcx-funnel-line {
    margin-top: 64px;
  }
}

/* CPA / CPS */
.lcx-economics {
  background: var(--lcx-black);
}

.lcx-dashboard-slide,
.lcx-ai-slide,
.lcx-autodeals__stage {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: clamp(44px, 4vw, 64px) 0;
}

.lcx-dashboard-slide--dark {
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-dashboard-slide--light,
.lcx-ai-slide--light {
  background: var(--lcx-paper);
  color: var(--lcx-ink);
}

.lcx-dashboard-slide__body {
  display: grid;
  grid-template-columns: minmax(0, 2.12fr) minmax(340px, 1fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: stretch;
}

.lcx-dashboard-screen {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 4px solid #cfd7d3;
  border-radius: 16px;
  background: #071b12;
}

.lcx-dashboard-screen::after {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(7, 16, 13, .88);
  color: var(--lcx-green);
  content: "ДЕМО-ИНТЕРФЕЙС";
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
}

.lcx-dashboard-screen img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.lcx-dashboard-facts {
  display: grid;
  grid-template-rows: .72fr 1fr 1.16fr;
  align-content: stretch;
  border-top: 1px solid var(--lcx-line);
}

.lcx-dashboard-facts p {
  display: grid;
  min-height: 0;
  grid-template-columns: clamp(78px, 7vw, 108px) minmax(0, 1fr);
  grid-template-areas:
    "metric title"
    "metric detail";
  gap: 8px clamp(14px, 1.35vw, 20px);
  align-items: center;
  margin: 0;
  padding: clamp(16px, 2vw, 28px) 0;
  border-bottom: 1px solid var(--lcx-line);
}

.lcx-dashboard-facts p:first-child {
  grid-template-areas: "metric title";
}

.lcx-dashboard-facts p:first-child span {
  align-self: center;
  transform: translateY(1px);
}

.lcx-dashboard-facts p:nth-child(3) {
  column-gap: clamp(24px, 2vw, 30px);
}

.lcx-dashboard-facts strong {
  grid-area: metric;
  align-self: center;
  color: var(--lcx-green);
  font-size: clamp(30px, 3vw, 52px);
  letter-spacing: -.045em;
  line-height: 1;
}

.lcx-dashboard-facts p:first-child strong {
  font-size: clamp(42px, 4.2vw, 64px);
}

.lcx-dashboard-facts p:nth-child(2) strong {
  font-size: clamp(36px, 3.5vw, 56px);
}

.lcx-dashboard-facts p:nth-child(3) strong {
  font-size: clamp(30px, 3.1vw, 48px);
}

.lcx-dashboard-facts span {
  grid-area: title;
  align-self: end;
  color: var(--lcx-white);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.14;
}

.lcx-dashboard-facts p:nth-child(3) span {
  font-size: clamp(16px, 1.32vw, 18px);
  letter-spacing: -.01em;
}

.lcx-dashboard-facts small {
  grid-area: detail;
  align-self: start;
  max-width: 30ch;
  color: var(--lcx-muted);
  font-size: clamp(12px, .95vw, 15px);
  line-height: 1.34;
}

@media (min-width: 901px) {
  .lcx-dashboard-facts span {
    white-space: nowrap;
  }
}

.lcx-dashboard-formulas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(24px, 3vw, 38px);
  border-top: 1px solid var(--lcx-line-dark);
  border-bottom: 1px solid var(--lcx-line-dark);
}

.lcx-dashboard-formulas p {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: clamp(22px, 2.7vw, 34px) 0;
}

.lcx-dashboard-formulas p + p {
  padding-left: clamp(28px, 4vw, 64px);
  border-left: 1px solid var(--lcx-line-dark);
  text-align: right;
}

.lcx-dashboard-formulas strong {
  font-size: clamp(20px, 2vw, 30px);
}

.lcx-dashboard-formulas span {
  color: var(--lcx-muted-dark);
  font-size: 14px;
}

.lcx-table-wrap {
  overflow-x: auto;
}

.lcx-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--lcx-ink);
}

.lcx-table-wrap caption {
  caption-side: bottom;
  padding-top: 14px;
  color: var(--lcx-muted-dark);
  font-size: 11px;
  text-align: left;
}

.lcx-table-wrap th,
.lcx-table-wrap td {
  padding: clamp(14px, 1.5vw, 22px);
  border: 1px solid #d5ddd8;
  text-align: center;
}

.lcx-table-wrap thead th {
  border-color: var(--lcx-black-2);
  background: var(--lcx-black-2);
  color: var(--lcx-white);
  font-size: 13px;
}

.lcx-table-wrap tbody th {
  font-size: 18px;
}

.lcx-table-good {
  background: rgba(55, 214, 122, .13);
  color: var(--lcx-green-dark);
  font-weight: 850;
}

.lcx-table-bad {
  background: rgba(255, 113, 104, .1);
  color: #bd332b;
  font-weight: 850;
}

.lcx-dashboard-conclusion {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: clamp(22px, 2.6vw, 34px);
  font-size: clamp(18px, 1.7vw, 26px);
}

.lcx-dashboard-conclusion > span {
  color: var(--lcx-green-dark);
  font-size: 30px;
}

.lcx-dashboard-conclusion strong:first-child {
  color: var(--lcx-green-dark);
}

.lcx-dashboard-conclusion strong:last-child {
  text-align: right;
}

.lcx-dashboard-note {
  margin: 18px 0 0;
  color: var(--lcx-muted-dark);
  font-size: 15px;
  font-weight: 750;
  text-align: center;
}

/* Compact CPS dashboard: the complete comparison stays visible without a tall empty frame. */
@media (min-width: 901px) {
  .lcx-dashboard-slide--light {
    padding-block: clamp(36px, 3vw, 48px);
  }

  .lcx-dashboard-slide--light .lcx-slide-head {
    margin-bottom: clamp(16px, 1.4vw, 20px);
    padding-bottom: clamp(14px, 1.2vw, 18px);
  }

  .lcx-dashboard-slide--light .lcx-dashboard-formulas {
    margin-bottom: clamp(18px, 2vw, 26px);
  }

  .lcx-dashboard-slide--light .lcx-dashboard-formulas p {
    padding-block: clamp(16px, 1.8vw, 24px);
  }

  .lcx-dashboard-slide--light .lcx-table-wrap th,
  .lcx-dashboard-slide--light .lcx-table-wrap td {
    padding: clamp(13px, 1.25vw, 18px);
  }

  .lcx-dashboard-slide--light .lcx-dashboard-conclusion {
    margin-top: clamp(16px, 1.7vw, 22px);
  }
}

/* Audit */
.lcx-audit {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: clamp(44px, 4vw, 64px) 0;
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-audit__grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(46px, 6vw, 100px);
  align-items: stretch;
}

.lcx-audit__price {
  padding: 22px 34px 22px 0;
  border-right: 1px solid var(--lcx-line);
}

.lcx-audit__zero {
  margin: 0;
  color: var(--lcx-green);
  font-size: clamp(70px, 7vw, 110px);
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: .84;
}

.lcx-audit__zero span {
  font-size: .45em;
  letter-spacing: -.02em;
}

.lcx-audit__price-amount > strong {
  display: block;
  margin-top: 24px;
  font-size: 22px;
}

.lcx-audit__price-note {
  max-width: 280px;
  margin: 14px 0 0;
  color: var(--lcx-muted);
}

.lcx-list-title {
  margin: 0 0 12px;
  color: #b6f4cf;
  font-size: clamp(20px, 2vw, 30px);
}

.lcx-audit-results {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--lcx-line);
  counter-reset: audit;
}

.lcx-audit-results li {
  display: grid;
  grid-template-columns: 38px minmax(150px, .35fr) 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid var(--lcx-line);
  counter-increment: audit;
}

.lcx-audit-results li::before {
  color: var(--lcx-green);
  content: "0" counter(audit);
  font-size: 12px;
  font-weight: 850;
}

.lcx-audit-results strong {
  font-size: clamp(17px, 1.4vw, 22px);
}

.lcx-audit-results p {
  margin: 0;
  color: var(--lcx-muted);
  font-size: 14px;
}

.lcx-route-strip {
  display: flex;
  margin-top: clamp(34px, 4vw, 54px);
  border-top: 2px solid rgba(55, 214, 122, .38);
  border-bottom: 1px solid var(--lcx-line);
}

.lcx-route-strip > * {
  position: relative;
  flex: 1 1 0;
  padding: 18px 12px;
  color: #b6f4cf;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.lcx-route-strip > *:not(:last-child)::after {
  position: absolute;
  right: -3px;
  color: var(--lcx-green);
  content: "/";
}

.lcx-route-strip strong {
  color: var(--lcx-green);
  text-align: left;
}

/* Solution zones */
.lcx-zone-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--lcx-line-dark);
}

.lcx-zone-list li {
  display: grid;
  grid-template-columns: 20px minmax(180px, .9fr) 64px minmax(240px, 1.1fr);
  gap: 20px;
  align-items: center;
  min-height: 82px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--lcx-line-dark);
}

.lcx-zone-list li::before {
  width: 14px;
  height: 14px;
  border: 4px solid var(--lcx-paper);
  border-radius: 50%;
  background: #20382c;
  box-shadow: 0 0 0 2px #20382c;
  content: "";
}

.lcx-zone-list li.is-accent {
  background: transparent;
}

.lcx-zone-list li.is-accent::before {
  background: var(--lcx-green);
  box-shadow: 0 0 0 2px var(--lcx-green);
}

.lcx-zone-list span {
  color: var(--lcx-muted-dark);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600;
}

.lcx-zone-list i {
  color: var(--lcx-green-dark);
  font-size: 26px;
  font-style: normal;
  text-align: center;
}

.lcx-zone-list strong {
  font-size: clamp(19px, 1.8vw, 28px);
}

.lcx-zone-list .is-accent span,
.lcx-zone-list .is-accent i,
.lcx-zone-list .is-accent strong {
  color: var(--lcx-green-dark);
}

.lcx-route-strip--dark {
  border-color: var(--lcx-line-dark);
  border-top-width: 1px;
  border-radius: 12px;
  background: var(--lcx-black-2);
}

.lcx-route-strip--dark > * {
  color: var(--lcx-white);
}

/* AI */
.lcx-ai {
  background: var(--lcx-black);
}

.lcx-ai-slide--dark {
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-ai-role-map {
  position: relative;
  width: min(100%, calc(var(--lcx-stage-width) * .889));
  aspect-ratio: 1152 / 400;
  margin-inline: auto;
}

.lcx-ai-role-map > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.lcx-ai-role-map circle,
.lcx-ai-role-map line {
  fill: none;
  stroke: #303b42;
  stroke-width: 2;
}

.lcx-ai-role-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 16.667%;
  aspect-ratio: 1;
  place-content: center;
  border: 3px solid var(--lcx-green);
  border-radius: 50%;
  background: var(--lcx-panel);
  text-align: center;
  transform: translate(-50%, -50%);
}

.lcx-ai-role-map__center strong {
  color: var(--lcx-green);
  font-size: clamp(16px, 1.45vw, 24px);
}

.lcx-ai-role-map__center span {
  margin-top: 8px;
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.02;
}

.lcx-ai-role {
  position: absolute;
  display: grid;
  width: 20.5%;
  min-height: 74px;
  align-content: center;
  transform: translateY(-50%);
}

.lcx-ai-role i {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid var(--lcx-black);
  border-radius: 50%;
  background: var(--lcx-green);
  transform: translateY(-50%);
}

.lcx-ai-role strong {
  color: var(--lcx-white);
  font-size: clamp(17px, 1.45vw, 24px);
}

.lcx-ai-role span {
  margin-top: 5px;
  color: var(--lcx-muted);
  font-size: clamp(12px, .92vw, 15px);
  font-weight: 550;
}

.lcx-ai-role--tl { top: 28%; left: 0; padding-right: 30px; text-align: right; }
.lcx-ai-role--tl i { right: -10px; }
.lcx-ai-role--tr { top: 28%; left: 79.5%; padding-left: 30px; }
.lcx-ai-role--tr i { left: -10px; }
.lcx-ai-role--bl { top: 72%; left: 0; padding-right: 30px; text-align: right; }
.lcx-ai-role--bl i { right: -10px; }
.lcx-ai-role--br { top: 72%; left: 79.5%; padding-left: 30px; }
.lcx-ai-role--br i { left: -10px; }

.lcx-ai-rule {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
  padding: 18px 0;
  border-top: 2px solid rgba(55, 214, 122, .34);
  border-bottom: 1px solid var(--lcx-line);
}

.lcx-ai-rule strong {
  color: #b6f4cf;
}

.lcx-ai-rule span {
  color: var(--lcx-muted);
}

.lcx-ai-system-layout {
  grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr);
}

.lcx-system-orbit {
  position: relative;
  width: min(100%, calc(var(--lcx-stage-width) * .469));
  aspect-ratio: 600 / 480;
  margin-inline: auto;
}

.lcx-system-orbit > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lcx-system-orbit circle,
.lcx-system-orbit line {
  fill: none;
  stroke: #cbd5de;
  stroke-width: 2;
}

.lcx-system-orbit circle:first-child {
  stroke: rgba(55, 214, 122, .52);
}

.lcx-system-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 32%;
  aspect-ratio: 1;
  place-content: center;
  border: 3px solid var(--lcx-green);
  border-radius: 50%;
  background: var(--lcx-black-2);
  color: var(--lcx-white);
  text-align: center;
  transform: translate(-50%, -50%);
}

.lcx-system-orbit__center strong {
  color: var(--lcx-green);
  font-size: clamp(13px, 1.3vw, 19px);
}

.lcx-system-orbit__center span {
  margin-top: 8px;
  font-size: clamp(17px, 1.65vw, 24px);
  font-weight: 800;
  line-height: 1.02;
}

.lcx-system-node {
  position: absolute;
  width: min(190px, 30%);
  padding-top: 24px;
  color: var(--lcx-ink);
  font-size: clamp(11px, .95vw, 14px);
  font-weight: 800;
  text-align: center;
  transform: translateX(-50%);
}

.lcx-system-node__label {
  display: block;
}

.lcx-system-node::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid var(--lcx-paper);
  border-radius: 50%;
  background: var(--lcx-green);
  box-shadow: 0 0 0 1px rgba(19, 133, 74, .15);
  content: "";
  transform: translate(-50%, -50%);
}

.lcx-system-node--1 { top: 21.875%; left: 33%; }
.lcx-system-node--2 { top: 14.167%; left: 50%; }
.lcx-system-node--3 { top: 26.667%; left: 73%; }
.lcx-system-node--4 { top: 73.333%; left: 73%; }
.lcx-system-node--5 { top: 85.833%; left: 50%; }
.lcx-system-node--6 { top: 73.333%; left: 27%; }

/* Products */
.lcx-products {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: clamp(44px, 4vw, 64px) 0;
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-product-showcase {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: clamp(34px, 4.5vw, 74px);
}

.lcx-product-proof {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 1.6;
  overflow: hidden;
  border: 1px solid #39454c;
  border-radius: 16px;
  background: #09100d;
}

.lcx-product-proof--dashboard {
  aspect-ratio: 1.8;
  border: 3px solid rgba(55, 214, 122, .55);
}

.lcx-product-proof > span {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  min-width: 220px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(7, 16, 13, .9);
  color: var(--lcx-green);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.lcx-product-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.lcx-product-proof:hover img {
  transform: scale(1.012);
}

.lcx-parser-line {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(90px, .28fr) minmax(180px, .7fr) minmax(90px, .28fr) minmax(260px, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 58px;
  margin-top: clamp(26px, 3vw, 40px);
  padding: 0 24px;
  border: 1px solid #39454c;
  border-radius: 12px;
  background: var(--lcx-panel);
  color: var(--lcx-white);
  text-decoration: none;
}

.lcx-parser-line strong {
  color: var(--lcx-green);
  font-size: 13px;
}

.lcx-parser-line span {
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.lcx-parser-line span:last-child {
  color: #b6f4cf;
  text-align: right;
}

.lcx-parser-line i {
  position: relative;
  height: 4px;
  background: #17633e;
}

.lcx-parser-line i::after {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #17633e;
  border-right: 4px solid #17633e;
  content: "";
  transform: rotate(45deg);
}

/* Autodeals */
.lcx-autodeals {
  background: var(--lcx-black);
}

.lcx-autodeals__stage--flow {
  background: var(--lcx-autodeals);
  color: var(--lcx-white);
}

.lcx-autodeals__stage--flow .lcx-slide-head {
  grid-template-columns: minmax(0, 1fr);
  border-color: rgba(255, 255, 255, .22);
}

.lcx-autodeals__stage--flow .lcx-slide-head h2,
.lcx-autodeals__stage--flow .lcx-slide-head > p,
.lcx-autodeals__stage--flow .lcx-slide-head > strong {
  color: var(--lcx-white);
}

.lcx-autodeals__stage--flow .lcx-slide-head h2 {
  font-size: clamp(48px, 3.9vw, 70px);
}

.lcx-autodeals__stage--flow .lcx-slide-head > strong {
  grid-column: 1;
  margin-top: 8px;
  font-size: clamp(22px, 2vw, 30px);
}

.lcx-autodeals__flow {
  position: relative;
  display: grid;
  grid-template-columns: .76fr 1.2fr .76fr;
  align-items: stretch;
}

.lcx-autodeals__flow::before {
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 6px;
  background: #278a58;
  content: "";
  transform: translateY(-50%);
}

.lcx-autodeals__flow article {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 240px;
  align-content: center;
  padding: 34px;
}

.lcx-autodeals__flow span {
  margin-bottom: 12px;
  color: #b6f4cf;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}

.lcx-autodeals__flow h3 {
  margin: 0 0 8px;
  color: var(--lcx-white);
  font-size: clamp(30px, 3vw, 46px);
}

.lcx-autodeals__flow p {
  margin: 0;
  color: #b6f4cf;
  font-size: 14px;
  font-weight: 650;
}

.lcx-autodeals__core {
  overflow: visible;
  border: 2px solid var(--lcx-green);
  border-radius: 16px;
  background: var(--lcx-black-2);
  text-align: center;
}

.lcx-autodeals__core h3 {
  font-size: clamp(24px, 2.1vw, 32px);
  white-space: nowrap;
}

.lcx-autodeals__steps {
  position: relative;
  display: grid;
  width: 78%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px auto 0;
  padding: 34px 0 0;
  color: #b6f4cf;
  font-size: 10px;
  font-weight: 750;
  list-style: none;
}

.lcx-autodeals__steps::before {
  position: absolute;
  top: 10px;
  right: 12.5%;
  left: 12.5%;
  height: 4px;
  background: #344048;
  content: "";
}

.lcx-autodeals__steps li {
  position: relative;
  text-align: center;
}

.lcx-autodeals__steps li::before {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 4px solid #263239;
  border-radius: 50%;
  background: #b6f4cf;
  content: "";
  transform: translateX(-50%);
}

.lcx-autodeals__steps li:last-child::before {
  width: 20px;
  height: 20px;
  border-color: var(--lcx-green);
  background: var(--lcx-green);
}

.lcx-autodeals__flow article:last-child {
  width: min(100%, 240px);
  min-height: 230px;
  justify-self: end;
  border-radius: 16px;
  background: var(--lcx-paper);
  color: var(--lcx-ink);
}

.lcx-autodeals__flow article:last-child span,
.lcx-autodeals__flow article:last-child p {
  color: var(--lcx-autodeals);
}

.lcx-autodeals__flow article:last-child h3 {
  color: var(--lcx-ink);
}

.lcx-autodeals__formula {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(28px, 3vw, 42px);
  padding: 18px 0;
  border-top: 2px solid rgba(55, 214, 122, .45);
  color: var(--lcx-white);
}

.lcx-autodeals__formula span {
  color: #b6f4cf;
}

.lcx-autodeals__stage--conditions {
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-autodeals__conditions-layout {
  display: grid;
  grid-template-columns: minmax(260px, .56fr) minmax(0, 1.44fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: stretch;
}

.lcx-autodeals__stage--conditions .lcx-big-metric {
  padding: 20px 34px 20px 0;
  border-right: 1px solid var(--lcx-line);
}

.lcx-autodeals__stage--conditions .lcx-big-metric > strong {
  color: var(--lcx-green);
}

.lcx-autodeals__stage--conditions .lcx-big-metric h3 {
  color: var(--lcx-white);
}

.lcx-autodeals__stage--conditions .lcx-big-metric p {
  color: var(--lcx-muted);
}

.lcx-autodeals__conditions-panel > h3 {
  margin: 0 0 18px;
  color: #b6f4cf;
  font-size: clamp(24px, 2vw, 32px);
}

.lcx-autodeals__conditions {
  counter-reset: condition;
  border-top: 1px solid var(--lcx-line);
}

.lcx-autodeals__conditions p {
  display: grid;
  grid-template-columns: 44px minmax(220px, .7fr) 1fr;
  gap: 24px;
  align-items: center;
  margin: 0;
  counter-increment: condition;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid var(--lcx-line);
}

.lcx-autodeals__conditions p::before {
  color: var(--lcx-green);
  content: "0" counter(condition);
  font-size: 11px;
  font-weight: 850;
}

.lcx-autodeals__conditions strong {
  font-size: clamp(19px, 1.6vw, 25px);
}

.lcx-autodeals__conditions small {
  color: var(--lcx-muted);
  font-size: 14px;
}

.lcx-autodeals__boundary-strip {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: clamp(32px, 4vw, 52px);
  padding: 18px 0;
  border-top: 2px solid rgba(55, 214, 122, .38);
  border-bottom: 1px solid var(--lcx-line);
}

.lcx-autodeals__boundary-strip strong {
  margin-right: auto;
  color: var(--lcx-green);
}

.lcx-autodeals__boundary-strip span {
  position: relative;
  color: #b6f4cf;
  font-weight: 750;
}

.lcx-autodeals__boundary-strip span + span::before {
  margin-right: 22px;
  color: var(--lcx-green);
  content: "/";
}

.lcx-autodeals__boundary {
  margin: 12px 0 0;
  color: var(--lcx-muted);
  font-size: 12px;
  font-weight: 700;
}

/* Contact */
.lcx-contact {
  position: relative;
  background: var(--lcx-black);
  color: var(--lcx-white);
}

.lcx-contact__intro {
  position: relative;
  display: grid;
  width: var(--lcx-stage-width);
  max-width: none;
  min-height: var(--lcx-stage-height);
  grid-template-columns: minmax(0, 1.52fr) minmax(420px, .68fr);
  align-items: stretch;
  padding-left: 0;
}

.lcx-contact__intro::before {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
  width: 52%;
  height: 2px;
  background:
    radial-gradient(circle at calc(100% - 3px) 50%, var(--lcx-green) 0 6px, transparent 7px),
    linear-gradient(90deg, rgba(55, 214, 122, .55), rgba(55, 214, 122, .55));
  content: "";
  pointer-events: none;
}

.lcx-contact .contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  max-width: 1020px;
  padding: clamp(52px, 5vw, 72px) 40px clamp(52px, 5vw, 72px) 0;
}

.lcx-contact .contact-copy h2 {
  margin: 0 0 28px;
  color: var(--lcx-white);
  font-size: clamp(44px, 3.6vw, 66px);
}

.lcx-contact .home-lead {
  max-width: 760px;
  margin: 0 0 38px;
  color: var(--lcx-muted);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.45;
}

.lcx-contact__name {
  margin: 0 0 22px;
  color: var(--lcx-white);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 800;
}

.lcx-contact__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lcx-line);
}

.lcx-contact__links a {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px 22px 18px 0;
  border-bottom: 1px solid var(--lcx-line);
  color: var(--lcx-white);
  text-decoration: none;
}

.lcx-contact__links a + a {
  padding-left: 22px;
  border-left: 1px solid var(--lcx-line);
}

.lcx-contact__links span {
  color: var(--lcx-muted);
  font-size: 11px;
  font-weight: 650;
}

.lcx-contact__links strong {
  overflow-wrap: anywhere;
  font-size: clamp(14px, 1.2vw, 18px);
}

.lcx-contact__links a:last-child strong {
  color: var(--lcx-green);
}

.lcx-contact__portrait {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #1b0708;
}

.lcx-contact__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.lcx-contact__form-band {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(52px, 6vw, 84px) 24px;
  background: var(--lcx-paper);
}

.lcx-contact__form-band .lc-lead-anchor {
  top: -92px;
}

.lcx-contact__form-band .lc-lead-form {
  max-width: 920px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid #d9e0dc;
  border-radius: 12px;
  box-shadow: none;
}

.lcx-contact__form-band .lc-lead-form__title {
  font-size: clamp(30px, 3vw, 44px);
}

.lcx-contact__form-band .lc-field input,
.lcx-contact__form-band .lc-field textarea {
  font: inherit;
}

.lcx-contact__form-band .lc-field input::placeholder,
.lcx-contact__form-band .lc-field textarea::placeholder {
  color: #66737c;
  opacity: 1;
}

.lc-trap-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lc-field-error {
  display: block;
  min-height: 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
}

.lc-field-error:not(:empty) {
  min-height: 16px;
}

.lc-home-page [aria-invalid="true"] {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .12) !important;
}

.lc-telegram-fallback {
  color: var(--lcx-green-dark);
  font-size: 13px;
  font-weight: 750;
}

/* Cookie controls */
.lc-cookie-settings {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--lcx-radius);
  background: rgba(255, 255, 255, .04);
  color: rgba(248, 250, 252, .82);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.lc-cookie-settings:hover {
  color: #fff;
}

.lc-cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1800;
  display: grid;
  width: min(520px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(248, 250, 252, .18);
  border-radius: var(--lcx-radius);
  background: #15191c;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .28);
}

.lc-cookie-consent[hidden] {
  display: none;
}

.lc-cookie-consent p {
  margin: 0;
  color: #b8c0c7;
  font-size: 13px;
}

.lc-cookie-consent p:first-child {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}

.lc-cookie-consent__actions {
  display: flex;
  gap: 8px;
}

.lc-cookie-consent__actions button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(248, 250, 252, .24);
  border-radius: var(--lcx-radius);
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.lc-cookie-consent__actions button:last-child {
  border-color: var(--lcx-green);
  background: var(--lcx-green);
  color: var(--lcx-ink);
}

.mobile-sticky-cta {
  display: none;
}

body.lc-home-page a:focus-visible,
body.lc-home-page button:focus-visible,
body.lc-home-page input:focus-visible,
body.lc-home-page textarea:focus-visible,
body.lc-home-page summary:focus-visible,
body.lc-home-page main:focus-visible {
  outline: 3px solid var(--lcx-green);
  outline-offset: 3px;
}

.lcx-hero__rail-scale {
  display: none !important;
}

@media (min-width: 1161px) {
  .lcx-system-orbit::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: clamp(-39px, -2.25vw, -17px);
    width: 1px;
    background: var(--lcx-line-dark);
    content: "";
  }
}

@media (max-width: 1160px) {
  .home-wrap,
  .lc-home-page .lc-shell-wrap {
    width: min(100% - 48px, 1080px);
  }

  .lc-home-page .lc-shell-links {
    display: none;
  }

  .lc-mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .lc-mobile-menu[open]::before {
    position: fixed;
    z-index: 29;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(5, 7, 8, .72);
    content: "";
  }

  .lc-mobile-menu summary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--lcx-radius);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
  }

  .lc-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .lc-mobile-menu__links {
    position: fixed;
    top: 72px;
    right: 12px;
    z-index: 30;
    display: grid;
    width: min(340px, calc(100vw - 24px));
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--lcx-radius);
    background: var(--lcx-black-2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .28);
  }

  .lc-mobile-menu__links a {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 10px;
    border-radius: var(--lcx-radius);
    color: #edf0f2;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .lc-mobile-menu__links a:hover {
    background: rgba(55, 214, 122, .12);
  }

  .lc-mobile-menu__links .lc-mobile-menu__cta {
    display: none;
  }

  .lcx-slide-head h2 {
    font-size: clamp(36px, 4.3vw, 48px);
  }

  .lcx-hero__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  }

  .lcx-hero h1 {
    font-size: clamp(54px, 6.6vw, 72px);
  }

  .lcx-hero::before {
    top: 84px;
  }

  .lcx-loss-layout,
  .lcx-zone-layout,
  .lcx-ai-system-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
  }

  .lcx-ai-role-map {
    width: min(100%, calc(var(--lcx-stage-width) * .889));
  }

  .lcx-system-orbit {
    width: min(100%, 600px);
  }

  .lcx-system-node--1,
  .lcx-system-node--2,
  .lcx-system-node--3 {
    min-height: 24px;
    padding-top: 24px;
    padding-bottom: 0;
    color: transparent;
    font-size: 0;
    transform: translateX(-50%);
  }

  .lcx-system-node--1::before,
  .lcx-system-node--2::before,
  .lcx-system-node--3::before {
    top: 0;
  }

  .lcx-system-node--1::after,
  .lcx-system-node--2::after,
  .lcx-system-node--3::after {
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 100%;
    color: var(--lcx-ink);
    font-size: clamp(11px, .95vw, 14px);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    transform: translateX(-50%);
  }

  .lcx-system-node--1::after {
    content: "Реклама";
  }

  .lcx-system-node--2::after {
    content: "Отчёты";
  }

  .lcx-system-node--3::after {
    content: "CRM и продажи";
  }

  .lcx-system-node--1 { width: 18%; }
  .lcx-system-node--2 { width: 18%; }
  .lcx-system-node--3 { width: 27%; }
  .lcx-system-node--4 { width: 27%; }
  .lcx-system-node--5 { width: 21%; }
  .lcx-system-node--6 { width: 18%; }

  .lcx-funnel-line {
    margin-top: 92px;
  }

  .lcx-product-showcase {
    gap: 30px;
  }

  .lcx-contact__intro {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
    padding-left: 24px;
  }

  .lcx-contact .contact-copy {
    padding-right: 42px;
  }

  .lcx-contact__links {
    grid-template-columns: 1fr;
  }

  .lcx-contact__links a {
    padding-block: 12px;
  }

  .lcx-contact__links a + a {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .lcx-slide-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lcx-slide-head > p {
    max-width: 720px;
  }

  .lcx-dashboard-slide,
  .lcx-ai-slide,
  .lcx-autodeals__stage,
  .lcx-losses,
  .lcx-zones,
  .lcx-audit,
  .lcx-products {
    min-height: auto;
    padding-block: 64px;
  }

  .lcx-dashboard-slide--light {
    padding-block: 48px;
  }

  .lcx-dashboard-slide__body {
    grid-template-columns: 1fr;
  }

  .lcx-table-wrap table {
    width: 100%;
    min-width: 0;
  }

  .lcx-dashboard-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .lcx-dashboard-facts p {
    grid-template-columns: 1fr;
    grid-template-areas:
      "metric"
      "title"
      "detail";
    gap: 6px;
    padding-inline: 16px;
    border-top: 1px solid var(--lcx-line);
  }

  .lcx-dashboard-facts p:first-child {
    grid-template-areas:
      "metric"
      "title";
  }

  .lcx-dashboard-facts strong {
    grid-row: auto;
  }

  .lcx-ai-role-map {
    width: min(100%, calc(var(--lcx-stage-width) * .889));
  }

  .lcx-ai-system-layout {
    grid-template-columns: 1fr;
  }

  .lcx-system-orbit {
    width: min(100%, 560px);
  }

  .lcx-zone-layout {
    grid-template-columns: 1fr;
  }

  .lcx-product-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .lcx-parser-line {
    grid-template-columns: minmax(180px, 1fr) 70px 1fr;
  }

  .lcx-parser-line i:last-of-type,
  .lcx-parser-line span:last-child {
    display: none;
  }

  .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    grid-column: 1;
  }

  .lcx-autodeals__flow article {
    min-height: 210px;
    padding: 24px;
  }

  .lcx-autodeals__conditions-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 36px;
  }

  .lcx-autodeals__conditions p {
    grid-template-columns: 36px 1fr;
    gap: 7px;
  }

  .lcx-autodeals__conditions p small {
    grid-column: 2;
  }

  .lcx-autodeals__boundary-strip {
    flex-wrap: wrap;
  }

  .lcx-autodeals__boundary-strip strong {
    flex-basis: 100%;
  }

  .lcx-contact__intro {
    min-height: 680px;
    grid-template-columns: minmax(0, 1fr) minmax(290px, .58fr);
    padding-left: 0;
  }

  .lcx-contact .contact-copy h2 {
    font-size: clamp(42px, 6.2vw, 56px);
  }

  .lcx-funnel-line {
    margin-top: 92px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .lcx-loss-layout {
    padding-bottom: 16px;
  }

  .lcx-ai-role-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    aspect-ratio: auto;
    border-top: 1px solid var(--lcx-line);
  }

  .lcx-ai-role-map > svg {
    display: none;
  }

  .lcx-ai-role-map__center {
    position: static;
    width: 100%;
    aspect-ratio: auto;
    min-height: 64px;
    grid-column: 1 / -1;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid var(--lcx-line);
    border-radius: 0;
    background: transparent;
    text-align: left;
    transform: none;
  }

  .lcx-ai-role-map__center span {
    margin-top: 3px;
    font-size: 24px;
  }

  .lcx-ai-role-map__center br {
    display: none;
  }

  .lcx-ai-role {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 96px;
    padding: 12px 12px 12px 34px;
    border-bottom: 1px solid var(--lcx-line);
    text-align: left;
    transform: none;
  }

  .lcx-ai-role--tl,
  .lcx-ai-role--bl {
    border-right: 1px solid var(--lcx-line);
  }

  .lcx-ai-role strong {
    font-size: 17px;
  }

  .lcx-ai-role span {
    font-size: 12px;
    line-height: 1.3;
  }

  .lcx-ai-role i,
  .lcx-ai-role--tl i,
  .lcx-ai-role--tr i,
  .lcx-ai-role--bl i,
  .lcx-ai-role--br i {
    top: 20px;
    right: auto;
    left: 7px;
    width: 17px;
    height: 17px;
    border-width: 3px;
    transform: none;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 64px;
  }

  .lc-home-page main > section {
    scroll-margin-top: 64px;
  }

  .home-wrap,
  .lc-home-page .lc-shell-wrap {
    width: min(100% - 28px, 620px);
  }

  .lc-home-page .lc-shell-nav {
    min-height: 64px;
    padding: 0;
  }

  .lc-home-page .lc-brand img {
    width: 140px;
  }

  .lc-home-page .lc-shell-cta {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .lc-mobile-menu[open]::before,
  .lc-mobile-menu__links {
    top: 64px;
  }

  .lcx-slide-head {
    gap: 9px;
    margin-bottom: 22px;
    padding-bottom: 17px;
  }

  .lcx-slide-head h2 {
    font-size: clamp(29px, 8vw, 36px);
  }

  .lcx-slide-head > p {
    font-size: 14px;
  }

  .lcx-hero {
    min-height: auto;
  }

  .lcx-hero::before {
    top: 34px;
    left: 14px;
    width: calc(100% - 56px);
  }

  .lcx-hero__grid {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding-top: 56px;
  }

  .lcx-hero__copy {
    display: contents;
  }

  .lcx-kicker {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .lcx-hero h1 {
    width: 100%;
    margin: 0 0 14px;
    font-size: clamp(38px, 10.5vw, 44px);
  }

  .lcx-hero__lead {
    width: 100%;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.35;
    text-wrap: balance;
  }

  .lcx-hero__promise {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.35;
    text-wrap: balance;
  }

  .lcx-copy--desktop {
    display: none;
  }

  .lcx-copy--mobile {
    display: inline;
  }

  .lcx-hero__actions {
    order: 2;
    width: 100%;
    min-height: 93.2px;
    margin: 0;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
  }

  .lcx-hero .home-button {
    width: 100%;
    min-height: 58px;
  }

  .lcx-text-link {
    min-height: 44px;
    align-content: center;
  }

  .lcx-hero__portrait {
    order: 1;
    width: calc(100% + 28px);
    height: clamp(230px, 62vw, 280px);
    margin-left: -14px;
  }

  .lcx-hero__portrait img {
    object-position: center 14%;
  }

  .lcx-dashboard-slide,
  .lcx-ai-slide,
  .lcx-autodeals__stage,
  .lcx-losses,
  .lcx-zones,
  .lcx-audit,
  .lcx-products {
    padding-block: 42px 46px;
  }

  .lcx-dashboard-slide--light {
    padding-block: 32px 36px;
  }

  .lcx-loss-layout,
  .lcx-zone-layout,
  .lcx-ai-system-layout,
  .lcx-audit__grid,
  .lcx-autodeals__conditions-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lcx-big-metric {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 4px 16px;
    align-items: end;
    padding-bottom: 8px;
  }

  .lcx-big-metric > strong {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 64px;
  }

  .lcx-big-metric h3 {
    margin: 0;
    font-size: 20px;
  }

  .lcx-big-metric p {
    grid-column: 1 / -1;
    margin-top: 6px;
  }

  .lcx-loss-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    aspect-ratio: auto;
    border-top: 1px solid var(--lcx-line-dark);
  }

  .lcx-loss-orbit > svg {
    display: none;
  }

  .lcx-loss-orbit .lcx-orbit__center {
    position: static;
    width: 100%;
    grid-column: 1 / -1;
    aspect-ratio: auto;
    min-height: 52px;
    justify-content: start;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid var(--lcx-line-dark);
    border-radius: 0;
    background: transparent;
    color: var(--lcx-ink);
    text-align: left;
    transform: none;
  }

  .lcx-loss-orbit .lcx-orbit__center span {
    margin-top: 1px;
    font-size: 20px;
  }

  .lcx-loss-orbit .lcx-orbit__node {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 68px;
    padding: 8px 0 8px 30px;
    border-bottom: 1px solid var(--lcx-line-dark);
    text-align: left;
    transform: none;
  }

  .lcx-loss-orbit .lcx-orbit__node--tl,
  .lcx-loss-orbit .lcx-orbit__node--r {
    border-right: 1px solid var(--lcx-line-dark);
  }

  .lcx-loss-orbit .lcx-orbit__node--l {
    min-height: 52px;
    grid-column: 1 / -1;
  }

  .lcx-loss-orbit .lcx-orbit__node i,
  .lcx-loss-orbit .lcx-orbit__node--tl i,
  .lcx-loss-orbit .lcx-orbit__node--tr i,
  .lcx-loss-orbit .lcx-orbit__node--r i,
  .lcx-loss-orbit .lcx-orbit__node--b i,
  .lcx-loss-orbit .lcx-orbit__node--l i {
    top: 19px;
    right: auto;
    left: 0;
    width: 15px;
    height: 15px;
    border-width: 3px;
    transform: none;
  }

  .lcx-funnel-line {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding: 8px 14px;
    border-radius: 10px;
  }

  .lcx-funnel-line::before {
    top: 21px;
    bottom: 21px;
    left: 24px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #1e7547 0%, var(--lcx-green) 50%, #1e7547 100%);
  }

  .lcx-funnel-line span {
    min-height: 70px;
    justify-items: start;
    align-content: center;
    padding: 9px 8px 9px 34px;
    text-align: left;
  }

  .lcx-funnel-line span::before {
    top: 50%;
    left: 3px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
  }

  .lcx-funnel-line span:not(:last-child)::after {
    display: none;
  }

  .lcx-funnel-line b {
    font-size: 14px;
  }

  .lcx-funnel-line b::before {
    display: inline;
    margin-right: 7px;
    font-size: 9px;
  }

  .lcx-funnel-line small {
    margin-top: 3px;
    font-size: 10px;
  }

  .lcx-dashboard-screen img {
    min-height: 0;
    aspect-ratio: 1.65;
  }

  .lcx-dashboard-facts {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .lcx-dashboard-facts p {
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-areas:
      "metric title"
      "metric detail";
    gap: 5px 14px;
    padding: 16px 0;
    border-top: 0;
    text-align: left;
  }

  .lcx-dashboard-facts p:first-child {
    grid-template-areas: "metric title";
  }

  .lcx-dashboard-facts p:nth-child(3) {
    column-gap: 14px;
  }

  .lcx-dashboard-facts strong {
    grid-area: metric;
    grid-row: auto;
    font-size: 30px;
  }

  .lcx-dashboard-facts p:first-child strong {
    font-size: 42px;
  }

  .lcx-dashboard-facts p:nth-child(2) strong {
    font-size: 36px;
  }

  .lcx-dashboard-facts span {
    grid-area: title;
    align-self: end;
    font-size: 15px;
    white-space: normal;
  }

  .lcx-dashboard-facts p:nth-child(3) span {
    font-size: 15px;
  }

  .lcx-dashboard-facts small {
    display: block;
    grid-area: detail;
    align-self: start;
    font-size: 12px;
  }

  .lcx-dashboard-formulas {
    grid-template-columns: 1fr;
  }

  .lcx-dashboard-formulas p {
    gap: 4px;
    padding: 10px 0;
  }

  .lcx-dashboard-formulas strong {
    font-size: 17px;
  }

  .lcx-dashboard-formulas span {
    font-size: 11px;
  }

  .lcx-dashboard-formulas p + p {
    padding-left: 0;
    border-top: 1px solid var(--lcx-line-dark);
    border-left: 0;
    text-align: left;
  }

  .lcx-table-wrap {
    overflow: visible;
  }

  .lcx-table-wrap table,
  .lcx-table-wrap tbody,
  .lcx-table-wrap tr,
  .lcx-table-wrap th,
  .lcx-table-wrap td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .lcx-table-wrap caption {
    display: block;
    width: 100%;
    padding-top: 8px;
    font-size: 10px;
  }

  .lcx-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .lcx-table-wrap tbody {
    display: grid;
    gap: 10px;
  }

  .lcx-table-wrap tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #d5ddd8;
    background: #fff;
  }

  .lcx-table-wrap tbody th {
    grid-column: 1 / -1;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #d5ddd8;
    background: #e8ece9;
  }

  .lcx-table-wrap td {
    position: relative;
    min-height: 44px;
    padding: 23px 5px 5px;
    font-size: 12px;
    border: 0;
    border-right: 1px solid #d5ddd8;
    border-bottom: 1px solid #d5ddd8;
  }

  .lcx-table-wrap td:nth-of-type(3n),
  .lcx-table-wrap tr > td:last-child {
    border-right: 0;
  }

  .lcx-table-wrap tr > td:last-child {
    border-bottom: 0;
  }

  .lcx-table-wrap tr > td:nth-of-type(n + 4) {
    border-bottom: 0;
  }

  .lcx-table-wrap td::before {
    position: absolute;
    top: 8px;
    left: 10px;
    color: var(--lcx-muted-dark);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .lcx-dashboard-conclusion {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    margin-top: 14px;
    font-size: 14px;
  }

  .lcx-dashboard-conclusion > span {
    font-size: 20px;
    text-align: center;
    transform: none;
  }

  .lcx-dashboard-conclusion strong:last-child {
    text-align: right;
  }

  .lcx-dashboard-note {
    margin-top: 10px;
    font-size: 12px;
  }

  .lcx-audit__price,
  .lcx-autodeals__stage--conditions .lcx-big-metric {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--lcx-line);
  }

  .lcx-audit__price-amount {
    display: flex;
    align-items: flex-end;
    gap: 24px;
  }

  .lcx-audit__price-amount > strong {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
  }

  body.lc-home-page .lcx-audit__price-note {
    margin-top: 18px;
  }

  .lcx-audit .lcx-route-strip {
    display: none;
  }

  .lcx-audit-results li {
    grid-template-columns: 34px 1fr;
    gap: 8px 12px;
    padding: 10px 0;
  }

  .lcx-audit-results p {
    grid-column: 2;
  }

  .lcx-route-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .lcx-route-strip > * {
    padding: 10px 5px;
    font-size: 10px;
  }

  .lcx-route-strip strong {
    grid-column: 1 / -1;
    text-align: center;
  }

  .lcx-route-strip--dark {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lcx-zone-list li {
    grid-template-columns: 18px 1fr auto;
    gap: 7px 14px;
    min-height: 70px;
    padding: 10px 0;
  }

  .lcx-zone-list i {
    grid-row: 1 / 3;
    grid-column: 3;
    transform: rotate(90deg);
  }

  .lcx-zone-list strong {
    grid-column: 2;
  }

  .lcx-zone-list span {
    grid-column: 2;
  }

  .lcx-zone-list li::before {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .lcx-zone-list li.is-accent {
    margin-inline: 0;
    padding-inline: 0;
  }

  .lcx-ai-role-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    aspect-ratio: auto;
    border-top: 0;
  }

  .lcx-ai-role-map > svg {
    display: none;
  }

  .lcx-ai-role-map__center {
    position: static;
    width: 100%;
    aspect-ratio: auto;
    min-height: 54px;
    grid-column: 1 / -1;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid var(--lcx-line);
    border-radius: 0;
    background: transparent;
    text-align: left;
    transform: none;
  }

  .lcx-ai-role-map__center span {
    margin-top: 3px;
    font-size: 22px;
    white-space: nowrap;
  }

  .lcx-ai-role-map__center br,
  .lcx-system-orbit__center br {
    display: none;
  }

  .lcx-ai-role {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 88px;
    padding: 10px 8px 10px 28px;
    border-bottom: 1px solid var(--lcx-line);
    text-align: left;
    transform: none;
  }

  .lcx-ai-role--tl,
  .lcx-ai-role--bl {
    border-right: 1px solid var(--lcx-line);
  }

  .lcx-ai-role strong {
    font-size: 15px;
  }

  .lcx-ai-role span {
    font-size: 11px;
    line-height: 1.3;
  }

  .lcx-ai-role i,
  .lcx-ai-role--tl i,
  .lcx-ai-role--tr i,
  .lcx-ai-role--bl i,
  .lcx-ai-role--br i {
    top: 18px;
    right: auto;
    left: 4px;
    width: 15px;
    height: 15px;
    border-width: 3px;
    transform: none;
  }

  .lcx-ai-rule {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding: 12px 0;
  }

  .lcx-ai-slide--dark .lcx-slide-head > p,
  .lcx-ai-slide--light .lcx-slide-head > p,
  .lcx-ai-rule,
  .lcx-ai-slide--light .lcx-ai-system-layout > .lcx-big-metric {
    display: none;
  }

  .lcx-system-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    aspect-ratio: auto;
    padding-left: 0;
    border-top: 0;
    border-left: 0;
  }

  .lcx-system-orbit > svg {
    display: none;
  }

  .lcx-system-orbit__center,
  .lcx-system-node {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    min-height: 54px;
    place-content: center start;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid var(--lcx-line-dark);
    border-radius: 0;
    background: transparent;
    color: var(--lcx-ink);
    text-align: left;
    transform: none;
  }

  .lcx-system-orbit__center {
    order: -1;
    grid-column: 1 / -1;
  }

  .lcx-system-orbit__center span {
    color: var(--lcx-ink);
    font-size: 20px;
  }

  .lcx-system-node::before {
    top: 18px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-width: 3px;
    transform: none;
  }

  .lcx-system-node {
    min-height: 58px;
    padding: 8px 6px 8px 26px;
    color: var(--lcx-ink);
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .lcx-system-node--1::after,
  .lcx-system-node--2::after,
  .lcx-system-node--3::after {
    display: none;
  }

  .lcx-system-node:nth-of-type(odd) {
    border-right: 1px solid var(--lcx-line-dark);
  }

  .lcx-product-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lcx-product-proof {
    aspect-ratio: 1.62;
    border-radius: 12px;
  }

  .lcx-product-proof--dashboard {
    aspect-ratio: 1.62;
  }

  .lcx-product-proof > span {
    top: 10px;
    left: 10px;
    min-width: 0;
    padding: 6px 10px;
    font-size: 9px;
  }

  .lcx-parser-line {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 0;
    padding: 14px;
    text-align: left;
  }

  .lcx-parser-line i {
    display: none;
  }

  .lcx-parser-line span,
  .lcx-parser-line span:last-child {
    display: block;
    text-align: left;
  }

  .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    margin-top: 4px;
    font-size: 20px;
  }

  .lcx-autodeals__stage--flow .lcx-slide-head h2 {
    font-size: clamp(38px, 10vw, 44px);
  }

  .lcx-autodeals__flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lcx-autodeals__flow::before {
    display: none;
  }

  .lcx-autodeals__flow article,
  .lcx-autodeals__flow article:last-child {
    width: 100%;
    min-height: 108px;
    justify-self: stretch;
    padding: 16px;
    border-radius: 10px;
  }

  .lcx-autodeals__core {
    grid-row: 2;
    grid-column: 1;
    min-height: 178px !important;
    padding: 22px !important;
    text-align: left;
  }

  .lcx-autodeals__flow article:last-child {
    grid-row: 3;
    grid-column: 1;
  }

  .lcx-autodeals__core h3 {
    font-size: 24px;
    white-space: normal;
  }

  .lcx-autodeals__steps {
    width: 100%;
    margin-top: 16px;
    font-size: 9px;
  }

  .lcx-autodeals__core::after {
    display: none;
  }

  .lcx-autodeals__flow h3 {
    font-size: 28px;
  }

  .lcx-autodeals__formula {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 0;
  }

  .lcx-autodeals__conditions-panel > h3 {
    margin-bottom: 10px;
  }

  .lcx-autodeals__conditions p {
    padding: 12px 0;
  }

  .lcx-autodeals__boundary-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
    padding: 12px 0;
  }

  .lcx-autodeals__boundary-strip strong {
    grid-column: 1 / -1;
    margin-bottom: 7px;
  }

  .lcx-autodeals__boundary-strip span + span::before {
    display: none;
  }

  .lcx-contact__intro {
    display: flex;
    width: 100%;
    min-height: auto;
    flex-direction: column;
    padding-left: 0;
  }

  .lcx-contact__intro::before {
    top: 30px;
    left: 14px;
    width: calc(100% - 56px);
  }

  .lcx-contact .contact-copy {
    width: min(100% - 28px, 620px);
    max-width: none;
    margin-inline: auto;
    padding: 44px 0 34px;
  }

  .lcx-contact .contact-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 8.2vw, 34px);
  }

  .lcx-contact .home-lead {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .lcx-contact__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcx-contact__links a {
    padding-block: 10px;
  }

  .lcx-contact__links a:first-child {
    padding-right: 10px;
    border-right: 1px solid var(--lcx-line);
  }

  .lcx-contact__links a:nth-child(2) {
    padding-left: 10px;
  }

  .lcx-contact__links a:last-child {
    grid-column: 1 / -1;
  }

  .lcx-contact__portrait {
    width: 100%;
    height: 132px;
  }

  .lcx-contact__portrait img {
    object-position: center 16%;
  }

  .lcx-contact__form-band {
    padding: 36px 14px;
  }

  .lcx-contact__form-band .lc-lead-form {
    gap: 10px;
    padding: 18px;
  }

  .lcx-contact__form-band .lc-lead-form__title {
    font-size: 27px;
  }

  .lcx-contact__form-band .lc-lead-form__head {
    gap: 5px;
  }

  .lcx-contact__form-band .lc-lead-form__text {
    font-size: 14px;
  }

  .lcx-contact__form-band .lc-lead-form__grid {
    gap: 8px;
  }

  .lcx-contact__form-band .lc-field input {
    min-height: 44px;
  }

  .lcx-contact__form-band .lc-field textarea {
    min-height: 82px;
  }

  .lc-cookie-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }

  .lc-cookie-consent__actions button {
    flex: 1;
  }

  .lc-home-page .lc-shell-footer {
    padding: 28px 0;
  }

  .lc-home-page .lc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .lc-home-page .lc-footer-brand {
    grid-column: 1 / -1;
    gap: 8px;
  }

  .lc-home-page .lc-footer-brand img {
    width: 142px;
  }

  .lc-home-page .lc-footer-brand p,
  .lc-home-page .lc-footer-meta p {
    font-size: 12px;
    line-height: 1.4;
  }

  .lc-home-page .lc-footer-meta {
    gap: 5px;
  }

  .lc-home-page .lc-footer-title {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .lc-home-page .lc-footer-links {
    display: grid;
    gap: 4px;
  }

  .lc-home-page .lc-footer-links a,
  .lc-home-page .lc-cookie-settings {
    min-height: 32px;
    padding: 0 7px;
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .lc-cta-full {
    display: none;
  }

  .lc-cta-short {
    display: inline;
  }

  .lcx-hero h1 {
    font-size: clamp(38px, 10.5vw, 44px);
  }

  .lcx-slide-head h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .lcx-product-proof {
    aspect-ratio: 1.72;
  }

  .lcx-product-proof--dashboard {
    aspect-ratio: 1.72;
  }

  .lcx-contact__form-band .lc-lead-form__grid {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 14px;
    z-index: 950;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(16, 17, 20, .16);
    border-radius: var(--lcx-radius);
    background: var(--lcx-green);
    color: var(--lcx-ink) !important;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: translateY(140%);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
  }

  .lc-show-mobile-cta .mobile-sticky-cta {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .lc-menu-open .mobile-sticky-cta {
    display: none;
  }
}

/* Keep the full-bleed composition, but compact the copy enough to retain a
   complete first screen on notebook and tablet-height desktop viewports. */
@media (min-width: 721px) and (max-width: 1160px) {
  .lcx-hero__copy {
    padding:
      clamp(72px, 10vh, 88px)
      clamp(36px, 4.5vw, 56px)
      40px
      clamp(40px, 4.5vw, 56px);
  }

  .lcx-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(44px, 5.25vw, 58px);
  }

  .lcx-hero__lead {
    margin-bottom: 16px;
    font-size: clamp(18px, 1.9vw, 22px);
    line-height: 1.35;
  }

  .lcx-hero__promise {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
  }

  .lcx-hero__actions {
    gap: 12px 18px;
  }
}

/* Desktop fold: one complete visible browser viewport = 10% header + 70% hero +
   20% solution rail. The scene follows the real viewport height instead of a
   single 1900 × 840 QA frame. Variant classes remain available for comparison. */
@media (min-width: 1161px) {
  html.lcx-fold-solution-preview .lc-shell-header {
    min-height: 10vh;
    height: 10vh;
    min-height: 10svh;
    height: 10svh;
  }

  html.lcx-fold-solution-preview .lc-shell-nav {
    min-height: 100%;
    height: 100%;
  }

  html.lcx-fold-solution-preview .lcx-hero {
    min-height: 90vh;
    height: 90vh;
    min-height: 90svh;
    height: 90svh;
  }

  html.lcx-fold-solution-preview .lcx-hero__grid.home-wrap {
    min-height: 70vh;
    height: 70vh;
    min-height: 70svh;
    height: 70svh;
    grid-template-columns: minmax(0, 1fr) clamp(600px, 81.52svh, 46vw);
  }

  html.lcx-fold-solution-preview .lcx-hero::before {
    top: clamp(64px, 5.9vw, 112px);
    width: min(35vw, 660px);
  }

  html.lcx-fold-solution-preview .lcx-hero__copy {
    padding: clamp(68px, 10.48svh, 88px) 64px clamp(30px, 4.76svh, 40px) clamp(64px, 5vw, 96px);
  }

  html.lcx-fold-solution-preview .lcx-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(52px, 3.2vw, 61px);
  }

  html.lcx-fold-solution-preview .lcx-hero__lead {
    max-width: 720px;
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.35;
  }

  html.lcx-fold-solution-preview .lcx-hero__promise {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.4;
  }

  html.lcx-fold-solution-preview .lcx-hero__actions {
    gap: 12px 22px;
  }

  html.lcx-fold-solution-preview .lcx-hero .home-button {
    min-height: 48px;
  }

  html.lcx-fold-solution-preview .lcx-hero__portrait img {
    object-fit: cover;
    object-position: center top;
  }

  html.lcx-fold-solution-preview .lcx-hero__rail.home-wrap {
    display: grid;
    width: 100%;
    height: 20vh;
    height: 20svh;
    margin: 0;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, .78fr) minmax(0, .9fr) minmax(0, 1.05fr);
    align-items: stretch;
    border-top: 1px solid var(--lcx-line);
    border-bottom: 1px solid var(--lcx-line);
    background: var(--lcx-black-2);
    color: var(--lcx-white);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-intro,
  html.lcx-fold-solution-preview .lcx-hero__rail p {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: clamp(18px, 3svh, 28px) clamp(28px, 2.5vw, 48px);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-intro {
    padding-left: clamp(64px, 5vw, 96px);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail p {
    position: relative;
    border-left: 1px solid var(--lcx-line);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail p::before {
    position: absolute;
    top: 50%;
    left: -14px;
    display: grid;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(55, 214, 122, .55);
    border-radius: 50%;
    place-items: center;
    background: var(--lcx-black-2);
    color: var(--lcx-green);
    content: "→";
    font-size: 16px;
    font-weight: 800;
    transform: translateY(-50%);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail strong {
    display: block;
    font-size: clamp(20px, 1.55vw, 29px);
    font-weight: 850;
    line-height: 1.05;
  }

  html.lcx-fold-solution-preview .lcx-hero__rail small {
    display: block;
    margin-top: 9px;
    color: var(--lcx-muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-result {
    background: transparent;
    color: var(--lcx-white);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-result::before {
    border-color: var(--lcx-green);
    background: var(--lcx-black-2);
    color: var(--lcx-green);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-result strong {
    color: var(--lcx-green);
    font-size: clamp(24px, 1.75vw, 33px);
  }

  html.lcx-fold-solution-preview .lcx-hero__rail-result small {
    color: rgba(248, 250, 248, .8);
  }

  /* Variant 1: a dark route that ends on a light, concrete outcome. */
  html.lcx-fold-variant-1 .lcx-hero__rail {
    box-shadow: inset 0 2px 0 rgba(55, 214, 122, .62);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail strong:not(.lcx-hero__rail-result strong) {
    color: var(--lcx-white);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail > p:not(.lcx-hero__rail-result) strong {
    color: var(--lcx-green);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail-result {
    background: var(--lcx-paper);
    color: var(--lcx-ink);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail-result::before {
    background: var(--lcx-paper);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail-result strong {
    color: var(--lcx-ink);
  }

  html.lcx-fold-variant-1 .lcx-hero__rail-result small {
    color: var(--lcx-muted-dark);
  }

  /* Variant 2: a light/dark acceptance check for the repaired lead path. */
  html.lcx-fold-variant-2 .lcx-hero__rail.home-wrap {
    grid-template-columns: minmax(560px, 1.55fr) minmax(280px, .82fr) minmax(280px, .82fr) minmax(320px, .9fr);
    border-color: var(--lcx-line-dark);
    background: var(--lcx-paper);
    color: var(--lcx-ink);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail p {
    padding-left: clamp(64px, 4vw, 78px);
    border-color: rgba(248, 250, 248, .14);
    background: var(--lcx-black-2);
    color: var(--lcx-white);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail p::before {
    left: 30px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--lcx-green);
    content: "✓";
    font-size: 22px;
  }

  html.lcx-fold-variant-2 .lcx-hero__rail-intro strong {
    color: var(--lcx-ink);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail-intro small {
    color: var(--lcx-muted-dark);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail p.lcx-hero__rail-result {
    border-left-color: var(--lcx-line-dark);
    background: var(--lcx-paper);
    color: var(--lcx-ink);
    box-shadow: inset 0 -3px 0 var(--lcx-green);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail p.lcx-hero__rail-result::before {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(16, 19, 22, .28);
    border-radius: 50%;
    place-items: center;
    background: transparent;
    color: var(--lcx-green);
    font-size: 16px;
  }

  html.lcx-fold-variant-2 .lcx-hero__rail-result strong {
    color: var(--lcx-ink);
    font-size: clamp(24px, 1.75vw, 33px);
  }

  html.lcx-fold-variant-2 .lcx-hero__rail-result small {
    color: var(--lcx-muted-dark);
  }

  /* Variant 3: a compact equation. Green marks only the operators and answer. */
  html.lcx-fold-variant-3 .lcx-hero__rail.home-wrap {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .72fr) minmax(0, 1.08fr) minmax(0, 1.08fr);
    background: var(--lcx-panel);
  }

  html.lcx-fold-variant-3 .lcx-hero__rail-intro strong {
    font-size: clamp(28px, 2vw, 38px);
  }

  html.lcx-fold-variant-3 .lcx-hero__rail p {
    padding-left: clamp(66px, 4vw, 84px);
  }

  html.lcx-fold-variant-3 .lcx-hero__rail p::before {
    left: 26px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    content: "−";
    font-size: 42px;
    line-height: 1;
  }

  html.lcx-fold-variant-3 .lcx-hero__rail p:nth-of-type(2)::before {
    content: "+";
  }

  html.lcx-fold-variant-3 .lcx-hero__rail p:nth-of-type(3)::before {
    content: "=";
  }

  html.lcx-fold-variant-3 .lcx-hero__rail-result {
    background: rgba(11, 13, 16, .38);
    box-shadow: inset 0 -3px 0 var(--lcx-green);
  }

  html.lcx-fold-variant-3 .lcx-hero__rail-result strong {
    color: var(--lcx-green);
  }

  /* Five-cell business equation. The fifth cell shows the action unlocked by
     measuring and fixing the path to a sale. */
  html.lcx-rail-five .lcx-hero__rail.home-wrap {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .62fr) minmax(0, .95fr) minmax(0, .9fr) minmax(0, 1.35fr);
  }

  html.lcx-rail-five .lcx-hero__rail .lcx-hero__rail-scale {
    display: flex !important;
  }

  html.lcx-rail-five .lcx-hero__rail-intro {
    padding-right: clamp(24px, 2vw, 38px);
    padding-left: clamp(58px, 4vw, 76px);
  }

  html.lcx-rail-five .lcx-hero__rail-intro strong {
    font-size: clamp(26px, 1.72vw, 33px);
  }

  html.lcx-rail-five .lcx-hero__rail p {
    padding-right: clamp(18px, 1.4vw, 28px);
    padding-left: clamp(50px, 3.25vw, 66px);
  }

  html.lcx-rail-five .lcx-hero__rail p::before {
    left: 20px;
    font-size: 36px;
  }

  html.lcx-rail-five .lcx-hero__rail p:nth-of-type(4)::before {
    content: "→";
    font-size: 34px;
  }

  html.lcx-rail-five .lcx-hero__rail strong,
  html.lcx-rail-five .lcx-hero__rail-result strong,
  html.lcx-rail-five .lcx-hero__rail-scale strong {
    font-size: clamp(19px, 1.28vw, 25px);
  }

  html.lcx-rail-five .lcx-hero__rail small {
    max-width: 31ch;
    font-size: clamp(12px, .78vw, 14px);
  }

  html.lcx-rail-five .lcx-hero__rail-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--lcx-green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
  }

  /* Study 1: a direct fifth step, equal in status to the current result. */
  html.lcx-rail-five-variant-1 .lcx-hero__rail-scale {
    background: rgba(11, 13, 16, .58);
    box-shadow: inset 0 -3px 0 var(--lcx-green);
  }

  html.lcx-rail-five-variant-1 .lcx-hero__rail-scale strong {
    color: var(--lcx-green);
  }

  /* Study 2: a separate permission gate after the four-cell equation. */
  html.lcx-rail-five-variant-2 .lcx-hero__rail.home-wrap {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .59fr) minmax(0, .88fr) minmax(0, .86fr) minmax(0, 1.5fr);
  }

  html.lcx-rail-five-variant-2 .lcx-hero__rail-scale {
    border-left-color: rgba(55, 214, 122, .72);
    background: rgba(248, 250, 248, .035);
    box-shadow: inset 2px 0 0 rgba(55, 214, 122, .3), inset 0 -3px 0 var(--lcx-green);
  }

  html.lcx-rail-five-variant-2 .lcx-hero__rail-scale strong {
    color: var(--lcx-white);
    font-size: clamp(22px, 1.5vw, 29px);
  }

  html.lcx-rail-five-variant-2 .lcx-hero__rail p:nth-of-type(4)::before {
    content: "→";
  }

  /* Study 3: the fifth cell is the dominant business action, not another result. */
  html.lcx-rail-five-variant-3 .lcx-hero__rail.home-wrap {
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .55fr) minmax(0, .82fr) minmax(0, .8fr) minmax(0, 1.65fr);
  }

  html.lcx-rail-five-variant-3 .lcx-hero__rail-scale {
    background: rgba(55, 214, 122, .035);
    box-shadow: inset 0 3px 0 rgba(55, 214, 122, .85);
  }

  html.lcx-rail-five-variant-3 .lcx-hero__rail-scale strong {
    color: var(--lcx-green);
    font-size: clamp(23px, 1.55vw, 30px);
  }

  html.lcx-rail-five-variant-3 .lcx-hero__rail p:nth-of-type(4)::before {
    content: "↗";
    font-size: 32px;
  }

  /* Chosen fold rhythm follows every desktop viewport: losses = .8 screen,
     dashboard = 1 screen. */
  html.lcx-fold-variant-3 .lcx-losses {
    box-sizing: border-box;
    min-height: 80vh;
    height: 80vh;
    min-height: 80svh;
    height: 80svh;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--dark {
    box-sizing: border-box;
    min-height: 100vh;
    height: 100vh;
    min-height: 100svh;
    height: 100svh;
    padding-block: 16px;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--dark .lcx-slide-head {
    margin-bottom: 18px;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--dark .lcx-slide-head h2 {
    font-size: 48px;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--dark .lcx-dashboard-slide__body {
    grid-template-columns: minmax(0, 2.82fr) minmax(400px, 1fr);
    gap: 145px;
  }

  /* Blocks 4–6 share one deliberate rhythm on regular desktop screens. */
  html.lcx-fold-variant-3 .lcx-dashboard-slide--light,
  html.lcx-fold-variant-3 .lcx-audit,
  html.lcx-fold-variant-3 .lcx-zones {
    box-sizing: border-box;
    min-height: 70vh;
    height: 70vh;
    min-height: 70svh;
    height: 70svh;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--light {
    padding-block: 30px;
  }

  html.lcx-fold-variant-3 .lcx-audit {
    padding-block: 46px;
  }

  /* Blocks 7 and 9 keep the longer desktop rhythm. */
  html.lcx-fold-variant-3 .lcx-ai-slide--dark,
  html.lcx-fold-variant-3 .lcx-products {
    box-sizing: border-box;
    min-height: 80vh;
    height: 80vh;
    min-height: 80svh;
    height: 80svh;
  }

  /* Block 8 uses a compact presentation header so the process orbit stays
     expressive at .7 screen instead of being mechanically shrunk. */
  html.lcx-fold-variant-3 .lcx-ai-slide--light {
    box-sizing: border-box;
    min-height: 70vh;
    height: 70vh;
    min-height: 70svh;
    height: 70svh;
  }

  /* The two Autodeals stages form one deliberate .75-screen pair. */
  html.lcx-fold-variant-3 .lcx-autodeals__stage--conditions {
    box-sizing: border-box;
    min-height: 75vh;
    height: 75vh;
    min-height: 75svh;
    height: 75svh;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-slide-head {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .3fr);
    gap: clamp(32px, 4vw, 72px);
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-slide-head h2 {
    font-size: clamp(38px, 2.5vw, 48px);
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-slide-head > p {
    max-width: 390px;
    justify-self: end;
    padding-top: 4px;
    font-size: clamp(15px, 1.1vw, 19px);
    line-height: 1.45;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-orbit {
    width: min(100%, calc(var(--lcx-stage-width) * .425));
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-ai-system-layout > .lcx-big-metric {
    transform: translateX(clamp(48px, 5vw, 96px));
  }

  /* Keep every dot on its SVG endpoint, then let its caption follow the
     direction of the spoke instead of forcing all captions underneath. */
  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node {
    width: 1px;
    min-height: 1px;
    padding: 0;
    transform: none;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node__label {
    position: absolute;
    width: 190px;
    line-height: 1.22;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--1 .lcx-system-node__label,
  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--6 .lcx-system-node__label {
    top: 0;
    right: 22px;
    text-align: right;
    transform: translateY(-50%);
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--3 .lcx-system-node__label,
  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--4 .lcx-system-node__label {
    top: 0;
    left: 22px;
    text-align: left;
    transform: translateY(-50%);
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--2 .lcx-system-node__label {
    bottom: 22px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light .lcx-system-node--5 .lcx-system-node__label {
    top: 22px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }

  /* Autodeals preview studies. All three keep the same .75-screen rhythm and
     replace the green field with neutral surfaces plus precise green signals. */
  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow {
    box-sizing: border-box;
    min-height: 75vh;
    height: 75vh;
    min-height: 75svh;
    height: 75svh;
    padding-block: clamp(36px, 3.2vw, 48px);
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow .lcx-slide-head {
    grid-template-areas:
      "title copy"
      "claim copy";
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, .48fr);
    gap: 10px clamp(48px, 5vw, 88px);
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow .lcx-slide-head h2 {
    grid-area: title;
    font-size: clamp(46px, 3.35vw, 60px);
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow .lcx-slide-head > p {
    grid-area: copy;
    max-width: 430px;
    justify-self: end;
    padding-top: 4px;
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.45;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    grid-area: claim;
    margin-top: 0;
    font-size: clamp(20px, 1.55vw, 26px);
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__flow {
    grid-template-columns: minmax(210px, .68fr) minmax(500px, 1.38fr) minmax(210px, .68fr);
    gap: clamp(28px, 3vw, 52px);
    align-items: center;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__flow::before {
    right: 8%;
    left: 8%;
    height: 3px;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__flow article {
    min-height: 190px;
    padding: 28px 32px;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__core {
    min-height: 220px;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__flow article:last-child {
    width: 100%;
    min-height: 190px;
    justify-self: stretch;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__flow article:last-child > span {
    position: absolute;
    top: 34px;
    margin: 0;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__formula {
    margin-top: 24px;
    padding: 14px 0;
  }

  /* Variant 1: a full light interval between the two dark neighbouring blocks. */
  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow {
    background: var(--lcx-paper);
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head {
    border-color: var(--lcx-line-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head h2,
  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head > p {
    color: var(--lcx-muted-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow::before {
    background: rgba(19, 133, 74, .55);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child {
    background: var(--lcx-paper);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child h3,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child h3 {
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child p,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child span,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child p,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child span {
    color: var(--lcx-green-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__core {
    border-color: var(--lcx-green);
    background: var(--lcx-black-2);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__core h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child {
    border: 1px solid rgba(16, 19, 22, .18);
    background: #fff;
    text-align: center;
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child > span {
    left: 50%;
    transform: translateX(-50%);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__formula {
    border-color: rgba(19, 133, 74, .38);
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__formula span {
    color: var(--lcx-muted-dark);
  }

  /* Variant 2: a continuous dark technical section with no boxed result. */
  html.lcx-autodeals-variant-2 .lcx-autodeals__stage--flow {
    background: var(--lcx-panel);
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__stage--flow .lcx-slide-head {
    border-color: var(--lcx-line);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__stage--flow .lcx-slide-head h2,
  html.lcx-autodeals-variant-2 .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__stage--flow .lcx-slide-head > p {
    color: var(--lcx-muted);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow {
    border-top: 1px solid var(--lcx-line);
    border-bottom: 1px solid var(--lcx-line);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow::before {
    background: rgba(55, 214, 122, .48);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:first-child,
  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child {
    border: 0;
    border-radius: 0;
    background: var(--lcx-panel);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child {
    text-align: right;
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child > span {
    right: 32px;
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow p {
    color: var(--lcx-muted);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow span {
    color: var(--lcx-green);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child > span {
    color: var(--lcx-green);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__flow article:last-child p {
    color: var(--lcx-muted);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__core {
    border: 1px solid #39454c;
    border-top-color: var(--lcx-green);
    background: var(--lcx-black);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__formula {
    border-color: rgba(55, 214, 122, .32);
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-2 .lcx-autodeals__formula span {
    color: var(--lcx-muted);
  }

  /* Variant 3: a hard 70/30 surface split turns the result into the light side
     of the same route instead of a detached card. */
  html.lcx-autodeals-variant-3 .lcx-autodeals__stage--flow {
    background: linear-gradient(90deg, var(--lcx-black) 0 70%, var(--lcx-paper) 70% 100%);
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__stage--flow .lcx-slide-head {
    border-color: rgba(100, 113, 123, .38);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__stage--flow .lcx-slide-head h2,
  html.lcx-autodeals-variant-3 .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__stage--flow .lcx-slide-head > p {
    padding-left: clamp(24px, 2vw, 36px);
    color: var(--lcx-muted-dark);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow {
    overflow: visible;
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow::before {
    background: rgba(19, 133, 74, .62);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:first-child {
    background: var(--lcx-black);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:first-child h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:first-child p,
  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:first-child span {
    color: var(--lcx-muted);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:last-child p,
  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:last-child span {
    color: var(--lcx-green-dark);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__core {
    border-color: var(--lcx-green);
    background: var(--lcx-black-2);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__core h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:last-child {
    padding-left: clamp(44px, 3vw, 64px);
    border: 0;
    border-radius: 0;
    background: var(--lcx-paper);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:last-child > span {
    left: clamp(44px, 3vw, 64px);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__flow article:last-child h3 {
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__formula {
    border-color: rgba(55, 214, 122, .4);
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-3 .lcx-autodeals__formula span {
    color: var(--lcx-muted-dark);
  }
}

/* On short desktop windows content wins over a forced crop. Each sequence keeps
   its selected viewport floor, then grows only as much as the content requires. */
@media (min-width: 1161px) and (max-height: 899px) {
  html.lcx-fold-variant-3 .lcx-dashboard-slide--light,
  html.lcx-fold-variant-3 .lcx-audit,
  html.lcx-fold-variant-3 .lcx-zones {
    height: auto;
    min-height: 70vh;
    min-height: 70svh;
  }

  html.lcx-fold-variant-3 .lcx-dashboard-slide--light {
    padding-block: 28px;
  }

  html.lcx-fold-variant-3 .lcx-audit {
    padding-block: 40px;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--dark,
  html.lcx-fold-variant-3 .lcx-products {
    height: auto;
    min-height: 80vh;
    min-height: 80svh;
  }

  html.lcx-fold-variant-3 .lcx-ai-slide--light {
    height: auto;
    min-height: 70vh;
    min-height: 70svh;
  }

  html[class*="lcx-autodeals-variant-"] .lcx-autodeals__stage--flow {
    height: auto;
    min-height: 75vh;
    min-height: 75svh;
  }

  html.lcx-fold-variant-3 .lcx-autodeals__stage--conditions {
    height: auto;
    min-height: 75vh;
    min-height: 75svh;
  }
}

/* The selected light Autodeals treatment remains neutral on tablet/mobile.
   Green is reserved for labels, borders and process points instead of a field. */
@media (max-width: 1160px) {
  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow {
    background: var(--lcx-paper);
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head {
    border-color: var(--lcx-line-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head h2,
  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head > p {
    color: var(--lcx-muted-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child {
    border-top: 1px solid var(--lcx-line-dark);
    border-bottom: 1px solid var(--lcx-line-dark);
    border-radius: 0;
    background: transparent;
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child h3,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child h3 {
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:first-child p,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child p,
  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child span {
    color: var(--lcx-green-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__core {
    border-color: var(--lcx-green);
    background: var(--lcx-black-2);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__core h3 {
    color: var(--lcx-white);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__flow article:last-child {
    border: 1px solid rgba(16, 19, 22, .18);
    background: #fff;
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__formula {
    border-color: rgba(19, 133, 74, .38);
    color: var(--lcx-ink);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__formula span {
    color: var(--lcx-muted-dark);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final CTA. The last screen repeats the first screen's hierarchy, but on a
   light field: proposition, compact form, then the five-part business rail. */
.lcx-contact--final {
  background: var(--lcx-paper);
  color: var(--lcx-ink);
}

.lc-home-page main > section.lcx-contact--final {
  scroll-margin-top: 0;
}

.lcx-contact--final .lcx-contact__rail {
  color: var(--lcx-ink);
  background: #edf1ee;
}

@media (min-width: 1161px) {
  html.lcx-fold-solution-preview .lcx-contact--final {
    display: grid;
    height: 75vh;
    min-height: 75vh;
    height: 75svh;
    min-height: 75svh;
    grid-template-rows: 60vh 15vh;
    grid-template-rows: 60svh 15svh;
    padding: 0;
    overflow: hidden;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__intro {
    display: grid;
    width: var(--lcx-stage-width);
    height: 60vh;
    min-height: 60vh;
    height: 60svh;
    min-height: 60svh;
    grid-template-columns: minmax(0, 1.03fr) minmax(510px, .97fr);
    gap: clamp(52px, 6vw, 104px);
    align-items: stretch;
    padding: 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__intro::before {
    top: 86px;
    left: 0;
    width: 48%;
    height: 2px;
    background: var(--lcx-green);
  }

  html.lcx-fold-solution-preview .lcx-contact--final .contact-copy {
    align-self: stretch;
    max-width: 670px;
    padding: 0 0 20px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .contact-copy h2 {
    margin: 0;
    color: var(--lcx-ink);
    font-size: clamp(46px, 4.05vw, 62px);
    line-height: .98;
    letter-spacing: -.038em;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .contact-copy .home-lead {
    max-width: 640px;
    margin: 40px 0 0;
    color: var(--lcx-muted-dark);
    font-size: 18px;
    font-weight: 550;
    line-height: 1.42;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__form-band {
    align-self: center;
    justify-self: end;
    width: 100%;
    padding: 0;
    background: transparent;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__form-band .lc-lead-anchor {
    top: -90px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__form-band .lc-lead-form {
    width: 100%;
    max-width: 572px;
    margin: 0;
    padding: 30px 34px 28px;
    gap: 14px;
    border: 1px solid #d7dfda;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-lead-form__head {
    margin: 0;
    gap: 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-lead-form__title {
    white-space: nowrap;
    color: var(--lcx-ink);
    font-size: 25px;
    line-height: 1;
    letter-spacing: -.035em;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-lead-form__grid {
    gap: 14px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-field {
    gap: 7px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-field label {
    font-size: 12px;
    line-height: 1;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-field input {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-field textarea {
    min-height: 55px;
    height: 55px;
    padding: 10px 13px;
    font-size: 13px;
    resize: none;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-form-actions {
    gap: 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-consent {
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 8px;
    margin: 0 0 14px;
    font-size: 11px;
    line-height: 1.3;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-consent input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: 17px;
    margin: 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-lead-form button[type="submit"] {
    min-height: 45px;
    font-size: 14px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lc-form-note {
    min-height: 0;
    margin: 18px 0 0;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail {
    display: grid;
    width: var(--lcx-stage-width);
    height: 15vh;
    height: 15svh;
    grid-template-columns: 1.15fr .72fr 1fr .95fr 1.32fr;
    border-top: 1px solid #cfd8d3;
    border-bottom: 1px solid #cfd8d3;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-intro,
  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail > p {
    min-width: 0;
    margin: 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 18px 15px 18px 0;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail > p {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 7px;
    align-content: center;
    padding: 18px 15px;
    border-left: 1px solid #c9d2cd;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail > p > span {
    display: grid;
    gap: 7px;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail strong {
    display: block;
    font-size: clamp(15px, 1.23vw, 19px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -.025em;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail small {
    display: block;
    color: #5c6e78;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.2;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail b {
    align-self: start;
    margin-top: -3px;
    color: var(--lcx-green-dark);
    font-size: 29px;
    font-weight: 850;
    line-height: 1;
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-result strong,
  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-scale strong,
  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-scale em {
    color: var(--lcx-green-dark);
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-scale {
    background: rgba(55, 214, 122, .09);
    box-shadow: inset 0 -3px 0 var(--lcx-green);
  }

  html.lcx-fold-solution-preview .lcx-contact--final .lcx-contact__rail-scale em {
    display: block;
    margin-bottom: 1px;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  html.lcx-fold-solution-preview .lcx-final-footer {
    height: 15vh;
    min-height: 15vh;
    height: 15svh;
    min-height: 15svh;
    padding: 0;
    border-top: 1px solid rgba(214, 232, 222, .16);
    background: #0e1214;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__inner {
    display: grid;
    height: 100%;
    grid-template-rows: minmax(0, 1fr) 33px;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__top {
    display: grid;
    grid-template-columns: 1.35fr .92fr .82fr 2.18fr;
    gap: 26px;
    align-items: center;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__brand,
  html.lcx-fold-solution-preview .lcx-final-footer__contact {
    display: grid;
    gap: 7px;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__brand img {
    display: block;
    width: 118px;
    height: auto;
  }

  html.lcx-fold-solution-preview .lcx-final-footer p,
  html.lcx-fold-solution-preview .lcx-final-footer b,
  html.lcx-fold-solution-preview .lcx-final-footer a,
  html.lcx-fold-solution-preview .lcx-final-footer span,
  html.lcx-fold-solution-preview .lcx-final-footer button {
    margin: 0;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__contact b {
    color: rgba(245, 250, 247, .5);
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__contact a {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    gap: 8px 18px;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__nav a {
    color: rgba(245, 250, 247, .75);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(214, 232, 222, .15);
  }

  html.lcx-fold-solution-preview .lcx-final-footer__bottom a,
  html.lcx-fold-solution-preview .lcx-final-footer__bottom button {
    color: rgba(245, 250, 247, .72);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__bottom button {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  html.lcx-fold-solution-preview .lcx-final-footer__bottom i {
    padding: 0 8px;
    color: rgba(245, 250, 247, .3);
    font-style: normal;
  }
}

@media (max-width: 1160px) {
  .lcx-contact--final {
    padding: 0;
  }

  .lcx-contact--final .lcx-contact__intro {
    display: grid;
    width: min(100% - 28px, 620px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 54px 0 42px;
  }

  .lcx-contact--final .lcx-contact__intro::before {
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--lcx-green);
  }

  .lcx-contact--final .contact-copy {
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 0;
  }

  .lcx-contact--final .contact-copy h2 {
    margin: 0;
    color: var(--lcx-ink);
    font-size: clamp(34px, 8vw, 54px);
    line-height: .99;
    letter-spacing: -.035em;
  }

  .lcx-contact--final .contact-copy .home-lead {
    margin: 32px 0 0;
    color: var(--lcx-muted-dark);
    font-size: 16px;
    line-height: 1.45;
  }

  .lcx-contact--final .lcx-contact__form-band {
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .lcx-contact--final .lcx-contact__form-band .lc-lead-form {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px;
    border-color: #d7dfda;
    box-shadow: none;
  }

  .lcx-contact--final .lc-lead-form__head {
    gap: 0;
    margin: 0;
  }

  .lcx-contact--final .lc-lead-form__title {
    white-space: nowrap;
    font-size: clamp(18px, 4.6vw, 25px);
    letter-spacing: -.035em;
  }

  .lcx-contact--final .lc-field textarea {
    min-height: 72px;
    resize: vertical;
  }

  .lcx-contact--final .lc-form-note {
    margin-top: 16px;
  }

  .lcx-contact--final .lcx-contact__rail {
    display: grid;
    width: min(100% - 28px, 620px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 42px;
    border-top: 1px solid #cfd8d3;
    border-bottom: 1px solid #cfd8d3;
  }

  .lcx-contact--final .lcx-contact__rail-intro,
  .lcx-contact--final .lcx-contact__rail > p {
    min-width: 0;
    margin: 0;
    padding: 18px 14px;
  }

  .lcx-contact--final .lcx-contact__rail-intro {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
  }

  .lcx-contact--final .lcx-contact__rail > p {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    column-gap: 6px;
    align-content: center;
    min-height: 94px;
    border-top: 1px solid #c9d2cd;
  }

  .lcx-contact--final .lcx-contact__rail > p:nth-of-type(odd) {
    border-left: 1px solid #c9d2cd;
  }

  .lcx-contact--final .lcx-contact__rail > p > span {
    display: grid;
    gap: 6px;
  }

  .lcx-contact--final .lcx-contact__rail strong {
    font-size: 16px;
    line-height: 1.04;
  }

  .lcx-contact--final .lcx-contact__rail small {
    color: #5c6e78;
    font-size: 11px;
    line-height: 1.2;
  }

  .lcx-contact--final .lcx-contact__rail b {
    color: var(--lcx-green-dark);
    font-size: 23px;
    line-height: 1;
  }

  .lcx-contact--final .lcx-contact__rail-result strong,
  .lcx-contact--final .lcx-contact__rail-scale strong,
  .lcx-contact--final .lcx-contact__rail-scale em {
    color: var(--lcx-green-dark);
  }

  .lcx-contact--final .lcx-contact__rail-scale {
    background: rgba(55, 214, 122, .07);
  }

  .lcx-contact--final .lcx-contact__rail-scale em {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .lcx-final-footer {
    padding: 28px 0;
    background: #0e1214;
  }

  .lcx-final-footer__inner {
    display: grid;
    gap: 24px;
  }

  .lcx-final-footer__top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .lcx-final-footer__brand {
    grid-column: 1 / -1;
    display: grid;
    gap: 9px;
  }

  .lcx-final-footer__brand img {
    width: 132px;
    height: auto;
  }

  .lcx-final-footer__brand p,
  .lcx-final-footer__contact b,
  .lcx-final-footer__bottom,
  .lcx-final-footer__nav a {
    color: rgba(245, 250, 247, .7);
    font-size: 12px;
    line-height: 1.35;
  }

  .lcx-final-footer__contact {
    display: grid;
    gap: 6px;
  }

  .lcx-final-footer__contact b {
    color: rgba(245, 250, 247, .5);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .lcx-final-footer__contact a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .lcx-final-footer__nav {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
    gap: 10px 20px;
  }

  .lcx-final-footer__nav a {
    text-decoration: none;
  }

  .lcx-final-footer__bottom {
    display: grid;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(214, 232, 222, .15);
  }

  .lcx-final-footer__bottom a,
  .lcx-final-footer__bottom button {
    color: rgba(245, 250, 247, .72);
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .lcx-final-footer__bottom button {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  .lcx-final-footer__bottom i {
    padding: 0 8px;
    color: rgba(245, 250, 247, .3);
    font-style: normal;
  }
}

@media (max-width: 430px) {
  .lcx-contact--final .lcx-contact__intro,
  .lcx-contact--final .lcx-contact__rail {
    width: min(100% - 24px, 620px);
  }

  .lcx-contact--final .lcx-contact__form-band .lc-lead-form {
    padding: 18px;
  }

  .lcx-contact--final .lc-lead-form__title {
    font-size: clamp(16px, 5vw, 20px);
  }

  .lcx-contact--final .lc-lead-form__grid {
    grid-template-columns: 1fr;
  }

  .lcx-contact--final .lc-field--wide {
    grid-column: auto;
  }

  .lcx-contact--final .lcx-contact__rail strong {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .lcx-contact--final .lcx-contact__rail {
    grid-template-columns: 1fr;
  }

  .lcx-contact--final .lcx-contact__rail > p:nth-of-type(odd) {
    border-left: 0;
  }

  .lcx-contact--final .lcx-contact__rail > p {
    min-height: 0;
  }
}

/* Mobile-only polish. The desktop composition and the presentation order stay
   untouched; a separate mobile asset supplies the full dashboard overview. */
.lcx-dashboard-screen__mobile-crop,
.lcx-dashboard-screen__action {
  display: none;
}

@media (max-width: 720px) {
  .lc-home-page main > section {
    scroll-margin-top: 0;
  }

  .lc-home-page .lc-brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .lc-home-page .lc-shell-cta {
    min-height: 44px;
  }

  .lcx-dashboard-slide--dark .lcx-slide-head {
    margin-bottom: 18px;
  }

  .lcx-dashboard-slide--dark .lcx-slide-head h2 {
    font-size: clamp(22px, 5.8vw, 24px);
    letter-spacing: -.038em;
    line-height: 1.1;
  }

  .lcx-dashboard-screen {
    width: min(100%, 375px);
    justify-self: center;
    aspect-ratio: auto;
    border-width: 3px;
    border-radius: 12px;
  }

  .lcx-dashboard-screen::after {
    display: none;
  }

  .lcx-dashboard-screen > .lcx-dashboard-screen__image--desktop {
    display: none;
  }

  .lcx-dashboard-screen__mobile-crop {
    display: block;
    overflow: hidden;
    aspect-ratio: 1169 / 1041;
  }

  .lcx-dashboard-screen .lcx-dashboard-screen__image--mobile {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .lcx-dashboard-screen__action {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-top: 1px solid rgba(207, 215, 211, .45);
    color: var(--lcx-white);
    font-size: 12px;
    font-weight: 800;
  }

  .lcx-dashboard-screen__action::after {
    color: var(--lcx-green);
    content: "↗";
    font-size: 18px;
  }

  .lcx-dashboard-slide--dark .lcx-dashboard-facts {
    display: none;
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head {
    border-bottom-width: 2px;
    border-bottom-color: var(--lcx-green-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__stage--flow .lcx-slide-head > strong {
    color: var(--lcx-green-dark);
  }

  html.lcx-autodeals-variant-1 .lcx-autodeals__core {
    min-height: 190px !important;
  }

  .lcx-dashboard-formulas p:first-child {
    padding: 11px 0;
    color: var(--lcx-muted-dark);
  }

  .lcx-dashboard-formulas p:first-child strong {
    color: var(--lcx-muted-dark);
    font-size: 15px;
  }

  .lcx-dashboard-formulas p:nth-child(2) {
    padding: 13px 0;
    border-top: 2px solid var(--lcx-green-dark);
    border-left: 0;
  }

  .lcx-dashboard-formulas p:nth-child(2) strong {
    color: var(--lcx-green-dark);
    font-size: 20px;
  }

  .lcx-dashboard-formulas p:nth-child(2) span {
    color: var(--lcx-ink);
    font-size: 12px;
  }

  .lcx-table-wrap td[data-label="CPS"] {
    box-shadow: inset 0 2px 0 var(--lcx-green-dark);
    font-size: 14px;
    font-weight: 900;
  }

  .lcx-table-wrap td[data-label="CPS"]::before {
    color: var(--lcx-green-dark);
  }

  .lcx-dashboard-conclusion strong:first-child {
    color: var(--lcx-muted-dark);
  }

  .lcx-dashboard-conclusion strong:last-child {
    color: var(--lcx-green-dark);
  }

  .lcx-dashboard-note {
    color: var(--lcx-green-dark);
    font-size: 14px;
  }

  .lcx-final-footer__contact a,
  .lcx-final-footer__nav a,
  .lcx-final-footer__bottom a,
  .lcx-final-footer__bottom .lc-cookie-settings {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .lc-cookie-open .mobile-sticky-cta {
    display: none !important;
  }

  /* Mobile keeps one readable five-step route: the light loss-map cards carry
     the business path, while the duplicated dark funnel stays desktop-only. */
  .lcx-loss-layout {
    gap: 20px;
  }

  .lcx-big-metric {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: minmax(58px, auto) auto;
    gap: 6px 4px;
    align-items: center;
    padding-bottom: 0;
  }

  .lcx-big-metric > strong {
    grid-row: 1;
    align-self: center;
  }

  .lcx-big-metric h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .lcx-big-metric p {
    grid-row: 2;
    margin-top: 0;
  }

  .lcx-loss-orbit .lcx-orbit__center {
    display: none;
  }

  .lcx-loss-orbit .lcx-orbit__node,
  .lcx-loss-orbit .lcx-orbit__node--l {
    min-height: 76px;
    padding: 13px 9px 12px 29px;
  }

  .lcx-loss-orbit .lcx-orbit__node i,
  .lcx-loss-orbit .lcx-orbit__node--tl i,
  .lcx-loss-orbit .lcx-orbit__node--tr i,
  .lcx-loss-orbit .lcx-orbit__node--r i,
  .lcx-loss-orbit .lcx-orbit__node--b i,
  .lcx-loss-orbit .lcx-orbit__node--l i {
    top: 22px;
  }

  .lcx-loss-orbit .lcx-orbit__node strong {
    font-size: 16px;
    line-height: 1.15;
  }

  .lcx-loss-orbit .lcx-orbit__node strong .lcx-copy--mobile b {
    margin-right: 5px;
    color: var(--lcx-green-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    vertical-align: 1px;
  }

  .lcx-loss-orbit .lcx-orbit__node > span {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.25;
  }

  .lcx-losses .lcx-funnel-line {
    display: none;
  }
}
