.lxp-page {
  --lxp-blue: #2457d6;
  --lxp-green: #35b98a;
  --lxp-ink: #17233b;
  --lxp-muted: #60718d;
  --lxp-line: #d8e2f1;
  --lxp-soft: #eef4fc;
  --lxp-dark: #101a2a;
}

.lxp-page button,
.lxp-page a {
  -webkit-tap-highlight-color: transparent;
}

.lxp-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.lxp-hero {
  min-height: calc(100svh - 73px);
  padding: 88px 0 0;
  overflow: hidden;
  background: #f2f6fc;
  border-bottom: 1px solid var(--lxp-line);
}

.lxp-hero-copy {
  max-width: 960px;
}

.lxp-hero h1 {
  max-width: 930px;
  margin: 18px 0 22px;
  color: var(--lxp-ink);
  font-size: 4.8rem;
  line-height: 1.05;
  letter-spacing: 0;
  word-break: keep-all;
}

.lxp-hero-copy > p {
  max-width: 820px;
  margin: 0;
  color: var(--lxp-muted);
  font-size: 1.16rem;
  line-height: 1.82;
  word-break: keep-all;
}

.lxp-proof {
  display: flex;
  margin: 24px 0 44px;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.lxp-proof li {
  padding: 9px 13px;
  color: #36506f;
  font-size: .88rem;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--lxp-line);
  border-radius: 999px;
}

.lxp-product {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cad7e9;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 30px 80px rgba(34, 64, 107, .16);
}

.lxp-product-bar {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(430px, 1.4fr) minmax(140px, .55fr);
  min-height: 72px;
  padding: 0 20px;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-bottom: 1px solid var(--lxp-line);
}

.lxp-product-title,
.lxp-product-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lxp-product-title > span,
.lxp-product-user > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: var(--lxp-blue);
  border-radius: 8px;
}

.lxp-product-title div {
  display: grid;
}

.lxp-product-title b,
.lxp-product-user b {
  color: var(--lxp-ink);
  font-size: .88rem;
}

.lxp-product-title small {
  color: #8190a5;
  font-size: .66rem;
}

.lxp-product-user {
  justify-self: end;
}

.lxp-product-user > span {
  color: #3e5470;
  background: #e8eff9;
  border-radius: 50%;
}

.lxp-product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  background: #edf2f8;
  border-radius: 8px;
}

.lxp-product-tabs button {
  min-height: 38px;
  padding: 0 12px;
  color: #66758b;
  font: inherit;
  font-size: .8rem;
  font-weight: 800;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.lxp-product-tabs button:hover,
.lxp-product-tabs button:focus-visible {
  color: var(--lxp-blue);
  outline: 0;
}

.lxp-product-tabs button.is-active {
  color: var(--lxp-blue);
  background: #fff;
  box-shadow: 0 4px 12px rgba(42, 67, 105, .1);
}

.lxp-demo {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  min-height: 578px;
  color: var(--lxp-ink);
  background: #f5f7fb;
  animation: lxp-panel-in 320ms ease both;
}

.lxp-demo[hidden] {
  display: none;
}

.lxp-demo-nav {
  padding: 28px 18px;
  background: var(--lxp-dark);
  border-right: 1px solid #25344a;
}

.lxp-demo-nav > b {
  display: block;
  margin: 0 12px 20px;
  color: #fff;
  font-size: .9rem;
}

.lxp-demo-nav > a {
  display: flex;
  min-height: 42px;
  padding: 0 12px;
  align-items: center;
  gap: 10px;
  color: #8ea0b8;
  font-size: .78rem;
  font-weight: 750;
  border-radius: 6px;
}

.lxp-demo-nav > a span {
  color: #60738f;
  font-size: .66rem;
}

.lxp-demo-nav > a:hover,
.lxp-demo-nav > a.is-active {
  color: #fff;
  background: #21314a;
}

.lxp-demo-nav > small {
  display: block;
  margin: 36px 12px 12px;
  color: #60738f;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.lxp-side-progress {
  margin: 0 12px;
  color: #fff;
}

.lxp-side-progress > b {
  display: block;
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.lxp-side-progress > span,
.lxp-course-list article div > span {
  display: block;
  height: 5px;
  overflow: hidden;
  background: #2a3a52;
  border-radius: 999px;
}

.lxp-side-progress i,
.lxp-course-list article div > span i {
  display: block;
  height: 100%;
  background: var(--lxp-green);
}

.lxp-side-progress em {
  display: block;
  margin-top: 10px;
  color: #8395ad;
  font-size: .65rem;
  font-style: normal;
  line-height: 1.55;
}

.lxp-dashboard,
.lxp-admin-screen {
  min-width: 0;
  padding: 28px;
}

.lxp-screen-heading {
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.lxp-screen-heading small {
  color: #7e8da2;
  font-size: .68rem;
  font-weight: 800;
}

.lxp-screen-heading h2 {
  margin: 4px 0 0;
  color: var(--lxp-ink);
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
}

.lxp-screen-heading button {
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  font: inherit;
  font-size: .72rem;
  font-weight: 850;
  background: var(--lxp-blue);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}

.lxp-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 14px;
}

.lxp-metrics article {
  position: relative;
  min-height: 106px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
}

.lxp-metrics small,
.lxp-admin-metrics small {
  display: block;
  color: #7c8aa0;
  font-size: .7rem;
  font-weight: 750;
}

.lxp-metrics b {
  display: block;
  margin-top: 8px;
  font-size: 1.45rem;
}

.lxp-ring,
.lxp-check {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--lxp-blue);
  font-size: .7rem;
  font-weight: 900;
  background: #edf3ff;
  border: 6px solid #b8cdfa;
  border-radius: 50%;
}

.lxp-check {
  color: #fff;
  font-size: 1rem;
  background: var(--lxp-green);
  border: 0;
}

.lxp-spark {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  height: 40px;
  align-items: end;
  gap: 4px;
}

.lxp-spark i {
  width: 6px;
  background: #7ca6ee;
  border-radius: 3px 3px 0 0;
}

.lxp-spark i:nth-child(1) { height: 35%; }
.lxp-spark i:nth-child(2) { height: 62%; }
.lxp-spark i:nth-child(3) { height: 46%; }
.lxp-spark i:nth-child(4) { height: 82%; }
.lxp-spark i:nth-child(5) { height: 68%; }

.lxp-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(230px, .72fr);
  gap: 14px;
}

.lxp-course-list,
.lxp-schedule,
.lxp-activity-chart,
.lxp-quick-admin,
.lxp-admin-table {
  padding: 18px;
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
}

.lxp-panel-head {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lxp-panel-head b {
  font-size: .82rem;
}

.lxp-panel-head span {
  color: #7b8ca4;
  font-size: .66rem;
}

.lxp-course-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 70px;
  padding: 10px 0;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #edf0f5;
}

.lxp-course-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  background: #6657ce;
  border-radius: 8px;
}

.lxp-course-mark.is-blue { background: #3d7bd0; }
.lxp-course-mark.is-mint { background: #309b84; }

.lxp-course-list article div {
  min-width: 0;
}

.lxp-course-list article small {
  display: block;
  color: #75869e;
  font-size: .56rem;
  font-weight: 850;
}

.lxp-course-list article b {
  display: block;
  overflow: hidden;
  margin: 3px 0 8px;
  font-size: .74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lxp-course-list article div > span {
  height: 4px;
  background: #e9edf3;
}

.lxp-course-list article em {
  color: var(--lxp-blue);
  font-size: .7rem;
  font-style: normal;
  font-weight: 850;
}

.lxp-schedule ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lxp-schedule li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 68px;
  padding: 10px 0;
  align-items: start;
  gap: 10px;
  border-top: 1px solid #edf0f5;
}

.lxp-schedule time {
  color: var(--lxp-blue);
  font-size: .66rem;
  font-weight: 900;
}

.lxp-schedule li div {
  display: grid;
  gap: 4px;
}

.lxp-schedule li b {
  font-size: .7rem;
}

.lxp-schedule li span {
  color: #7f8fa5;
  font-size: .6rem;
}

.lxp-studio {
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.5fr);
  background: #121b29;
}

.lxp-lesson-pane {
  padding: 24px;
  color: #d8e2ef;
  background: #182335;
  border-right: 1px solid #2b3a50;
}

.lxp-lesson-head {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid #304056;
}

.lxp-lesson-head small,
.lxp-lesson-head span {
  color: #7f93af;
  font-size: .66rem;
}

.lxp-lesson-head b {
  color: #fff;
  font-size: 1rem;
}

.lxp-video-frame {
  position: relative;
  display: flex;
  height: 132px;
  margin: 18px 0;
  padding: 18px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #0d1624;
  border: 1px solid #2f4058;
  border-radius: 7px;
}

.lxp-video-frame::before {
  content: "";
  position: absolute;
  inset: 18px 20px auto;
  height: 56px;
  background:
    linear-gradient(90deg, transparent 0 8%, #416c9f 8% 10%, transparent 10% 22%, #3f8f79 22% 25%, transparent 25% 39%, #416c9f 39% 42%, transparent 42% 58%, #3f8f79 58% 61%, transparent 61% 82%, #416c9f 82% 85%, transparent 85%),
    linear-gradient(#23344b 1px, transparent 1px);
  background-size: auto, 100% 14px;
  opacity: .7;
}

.lxp-video-frame span,
.lxp-video-frame b {
  position: relative;
  z-index: 1;
}

.lxp-video-frame span {
  color: #6bd4b2;
  font-size: .62rem;
  font-weight: 850;
}

.lxp-video-frame b {
  color: #fff;
  font-size: .8rem;
}

.lxp-video-frame i {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}

.lxp-video-frame i::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 13px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--lxp-blue);
}

.lxp-lesson-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: .82rem;
}

.lxp-lesson-copy p,
.lxp-lesson-copy li {
  color: #90a2ba;
  font-size: .68rem;
  line-height: 1.65;
}

.lxp-lesson-copy ol {
  margin: 10px 0 0;
  padding-left: 18px;
}

.lxp-complete-button {
  width: 100%;
  min-height: 40px;
  margin-top: 18px;
  color: #fff;
  font: inherit;
  font-size: .72rem;
  font-weight: 850;
  background: var(--lxp-blue);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.lxp-workbench {
  display: grid;
  min-width: 0;
  grid-template-rows: 44px minmax(0, 1fr) 42px;
  color: #d9e2ee;
  background: #101925;
}

.lxp-workbench-tabs {
  display: flex;
  padding: 0 14px;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #2c3b4f;
}

.lxp-workbench-tabs button {
  height: 30px;
  padding: 0 12px;
  color: #8294ab;
  font: inherit;
  font-size: .65rem;
  background: transparent;
  border: 0;
  border-radius: 5px;
}

.lxp-workbench-tabs button.is-active {
  color: #fff;
  background: #26354a;
}

.lxp-workbench-tabs > span {
  margin-left: auto;
  color: #65d2ae;
  font-size: .62rem;
}

.lxp-workbench-body {
  display: grid;
  min-height: 0;
  grid-template-columns: 148px minmax(0, 1fr);
}

.lxp-file-tree {
  padding: 16px 12px;
  background: #151f2e;
  border-right: 1px solid #2c3b4f;
}

.lxp-file-tree b {
  display: block;
  margin-bottom: 12px;
  color: #6f829d;
  font-size: .58rem;
  letter-spacing: .08em;
}

.lxp-file-tree > span {
  display: block;
  padding: 5px 4px;
  color: #a7b5c8;
  font-size: .62rem;
}

.lxp-file-tree .is-file {
  padding-left: 16px;
}

.lxp-file-tree button {
  width: 100%;
  min-height: 34px;
  margin-top: 18px;
  color: #b8c9e1;
  font: inherit;
  font-size: .6rem;
  font-weight: 800;
  background: #233249;
  border: 1px solid #344661;
  border-radius: 5px;
}

.lxp-notebook {
  min-width: 0;
  padding: 16px;
  overflow: hidden;
}

.lxp-notebook-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}

.lxp-notebook-head div {
  display: grid;
}

.lxp-notebook-head b {
  color: #fff;
  font-size: .8rem;
}

.lxp-notebook-head span {
  color: #72859e;
  font-size: .58rem;
}

.lxp-notebook-head button,
.lxp-code-cell button {
  min-height: 30px;
  padding: 0 10px;
  color: #fff;
  font: inherit;
  font-size: .58rem;
  background: var(--lxp-blue);
  border: 0;
  border-radius: 5px;
}

.lxp-cell {
  position: relative;
  margin-top: 8px;
  padding: 12px 14px;
  background: #182333;
  border: 1px solid #2b3b51;
  border-radius: 6px;
}

.lxp-cell > small {
  display: block;
  margin-bottom: 8px;
  color: #647894;
  font-size: .54rem;
  font-weight: 850;
}

.lxp-cell h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: .76rem;
}

.lxp-cell p {
  margin: 0;
  color: #91a2b8;
  font-size: .62rem;
}

.lxp-code-cell pre {
  margin: 0;
  overflow: hidden;
  color: #9fdac8;
  font-size: .65rem;
  line-height: 1.65;
}

.lxp-code-cell button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  padding: 0;
}

.lxp-mini-chart {
  display: flex;
  height: 54px;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid #3b4b61;
}

.lxp-mini-chart i {
  width: 12%;
  background: #4a85d7;
  border-radius: 3px 3px 0 0;
}

.lxp-terminal {
  display: flex;
  padding: 0 14px;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #2c3b4f;
  background: #0a121d;
}

.lxp-terminal span {
  color: #6e829d;
  font-size: .55rem;
  font-weight: 900;
}

.lxp-terminal code {
  color: #6dd6b4;
  font-size: .62rem;
}

.lxp-admin-nav {
  background: #19243a;
}

.lxp-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #60718a;
  font-size: .66rem;
  font-weight: 800;
}

.lxp-live i {
  width: 7px;
  height: 7px;
  background: var(--lxp-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(53, 185, 138, .12);
}

.lxp-admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 14px;
}

.lxp-admin-metrics article {
  min-height: 92px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
}

.lxp-admin-metrics b {
  display: block;
  margin: 7px 0 3px;
  font-size: 1.25rem;
}

.lxp-admin-metrics em {
  color: #2d9a78;
  font-size: .58rem;
  font-style: normal;
  font-weight: 800;
}

.lxp-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 14px;
}

.lxp-bars {
  display: flex;
  height: 126px;
  padding: 10px 10px 0;
  align-items: end;
  justify-content: space-around;
  gap: 10px;
  background: repeating-linear-gradient(to bottom, #edf1f6 0 1px, transparent 1px 30px);
  border-bottom: 1px solid #d9e1ec;
}

.lxp-bars i {
  width: 9%;
  background: var(--lxp-blue);
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  animation: lxp-bar-grow 720ms ease both;
}

.lxp-chart-labels {
  display: flex;
  padding: 6px 10px 0;
  justify-content: space-around;
  color: #8493a7;
  font-size: .56rem;
}

.lxp-quick-admin > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lxp-quick-admin button {
  min-height: 70px;
  padding: 10px;
  text-align: left;
  font: inherit;
  background: #f5f7fb;
  border: 1px solid #e3e8f0;
  border-radius: 6px;
}

.lxp-quick-admin button > span {
  display: grid;
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  place-items: center;
  color: var(--lxp-blue);
  background: #e7efff;
  border-radius: 5px;
}

.lxp-quick-admin button b,
.lxp-quick-admin button small {
  display: block;
}

.lxp-quick-admin button b {
  font-size: .62rem;
}

.lxp-quick-admin button small {
  margin-top: 2px;
  color: #8190a5;
  font-size: .52rem;
}

.lxp-admin-table {
  margin-top: 14px;
}

.lxp-table-row {
  display: grid;
  grid-template-columns: .8fr 1.5fr 1fr .6fr;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  color: #65758b;
  font-size: .62rem;
  border-top: 1px solid #edf0f5;
}

.lxp-table-row.is-head {
  min-height: 30px;
  color: #8b98aa;
  font-size: .54rem;
  font-weight: 850;
}

.lxp-table-row b {
  color: var(--lxp-ink);
}

.lxp-section {
  padding: 110px 0;
  color: var(--lxp-ink);
  background: #fff;
  border-bottom: 1px solid var(--lxp-line);
}

.lxp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  margin-bottom: 58px;
  align-items: end;
  gap: 72px;
}

.lxp-section-head small,
.lxp-build-copy > small {
  display: block;
  margin-bottom: 12px;
  color: var(--lxp-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.lxp-section-head h2,
.lxp-build-copy h2 {
  margin: 0;
  color: var(--lxp-ink);
  font-size: 3.25rem !important;
  line-height: 1.15 !important;
  letter-spacing: 0;
  word-break: keep-all;
}

.lxp-section-head > p,
.lxp-build-copy > p {
  margin: 0;
  color: var(--lxp-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  word-break: keep-all;
}

.lxp-feature-section {
  background: #fff;
}

.lxp-feature-lines {
  border-top: 1px solid var(--lxp-line);
}

.lxp-feature-lines article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  min-height: 142px;
  padding: 26px 0;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--lxp-line);
  transition: padding .2s ease, background .2s ease;
}

.lxp-feature-lines article:hover {
  padding-right: 22px;
  padding-left: 22px;
  background: #f6f9fd;
}

.lxp-feature-lines article > span {
  color: var(--lxp-green);
  font-size: .76rem;
  font-weight: 900;
}

.lxp-feature-lines h3 {
  margin: 0 0 6px;
  font-size: 1.42rem;
}

.lxp-feature-lines p {
  margin: 0;
  color: var(--lxp-muted);
  font-size: .94rem;
}

.lxp-feature-lines article > b {
  color: #c2ccda;
  font-size: 2.15rem;
  font-weight: 800;
}

.lxp-flow-section {
  background: #f3f7fc;
}

.lxp-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cad6e7;
  border-bottom: 1px solid #cad6e7;
}

.lxp-flow-step {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid #cad6e7;
  transition: color .24s ease, background .24s ease;
}

.lxp-flow-step:last-child {
  border-right: 0;
}

.lxp-flow-step > span {
  display: block;
  margin-bottom: 68px;
  color: var(--lxp-green);
  font-size: .74rem;
  font-weight: 900;
}

.lxp-flow-step b {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.lxp-flow-step p {
  margin: 0;
  color: var(--lxp-muted);
  font-size: .86rem;
  line-height: 1.65;
}

.lxp-flow-step.is-active {
  color: #fff;
  background: var(--lxp-blue);
}

.lxp-flow-step.is-active > span,
.lxp-flow-step.is-active p {
  color: #dce8ff;
}

.lxp-usecase-section {
  background: #fff;
}

.lxp-usecases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--lxp-line);
  border-left: 1px solid var(--lxp-line);
}

.lxp-usecases article {
  min-height: 260px;
  padding: 32px;
  background: #fff;
  border-right: 1px solid var(--lxp-line);
  border-bottom: 1px solid var(--lxp-line);
  transition: background .2s ease;
}

.lxp-usecases article:hover {
  background: #f6f9fd;
}

.lxp-usecases small {
  color: var(--lxp-blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.lxp-usecases h3 {
  margin: 48px 0 10px;
  font-size: 1.6rem;
}

.lxp-usecases p {
  max-width: 480px;
  margin: 0 0 22px;
  color: var(--lxp-muted);
  font-size: .95rem;
  line-height: 1.72;
}

.lxp-usecases span {
  color: #2c8f70;
  font-size: .78rem;
  font-weight: 850;
}

.lxp-build-section {
  color: #fff;
  background: var(--lxp-dark) !important;
}

.lxp-build-section .lxp-shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 90px;
  align-items: start;
}

.lxp-build-copy {
  position: sticky;
  top: 118px;
}

.lxp-build-copy h2 {
  margin-bottom: 20px;
  color: #fff !important;
}

.lxp-build-copy > p {
  margin-bottom: 28px;
  color: #bdc9d8 !important;
}

.lxp-build-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lxp-build-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 138px;
  margin-bottom: 12px;
  padding: 28px 30px;
  gap: 20px;
  background: #18263b;
  border: 1px solid #30445f;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(3, 10, 20, .16);
}

.lxp-build-list li > span {
  color: #72e0bd;
  font-size: .72rem;
  font-weight: 900;
}

.lxp-build-list b {
  display: block;
  margin-bottom: 8px;
  color: #f8fbff;
  font-size: 1.18rem;
}

.lxp-build-list p {
  margin: 0;
  color: #cbd6e4 !important;
  font-size: .9rem;
  line-height: 1.7;
}

@keyframes lxp-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lxp-bar-grow {
  from { transform: scaleY(.06); }
  to { transform: scaleY(1); }
}

@media (max-width: 980px) {
  .lxp-hero h1 { font-size: 3.9rem; }
  .lxp-product-bar { grid-template-columns: 1fr auto; }
  .lxp-product-tabs { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
  .lxp-product-user { grid-column: 2; grid-row: 1; }
  .lxp-demo { grid-template-columns: 174px minmax(0, 1fr); }
  .lxp-dashboard-grid,
  .lxp-admin-grid { grid-template-columns: 1fr; }
  .lxp-schedule,
  .lxp-quick-admin { display: none; }
  .lxp-section-head,
  .lxp-build-section .lxp-shell { grid-template-columns: 1fr; gap: 34px; }
  .lxp-build-copy { position: static; }
  .lxp-section-head h2,
  .lxp-build-copy h2 { font-size: 2.75rem !important; }
  .lxp-feature-lines article > b { font-size: 1.45rem; }
}

@media (max-width: 760px) {
  .lxp-shell { width: min(100% - 32px, 1240px); }
  .lxp-hero { min-height: auto; padding-top: 64px; }
  .lxp-hero h1 { font-size: 3rem; }
  .lxp-hero-copy > p { font-size: 1rem; }
  .lxp-proof { margin-bottom: 30px; }
  .lxp-product { min-height: 600px; margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; border-radius: 0; }
  .lxp-product-bar { padding: 12px 14px; }
  .lxp-product-user { display: none; }
  .lxp-product-tabs { grid-column: 1 / -1; }
  .lxp-product-tabs button { padding: 0 8px; font-size: .72rem; }
  .lxp-demo,
  .lxp-studio { grid-template-columns: 1fr; }
  .lxp-demo-nav { display: none; }
  .lxp-dashboard,
  .lxp-admin-screen { padding: 20px 14px; }
  .lxp-metrics { grid-template-columns: 1fr 1fr; }
  .lxp-metrics article:nth-child(3) { display: none; }
  .lxp-course-list article:nth-child(3) { display: none; }
  .lxp-studio { min-height: 580px; }
  .lxp-lesson-pane { display: none; }
  .lxp-workbench-body { grid-template-columns: 108px minmax(0, 1fr); }
  .lxp-file-tree { padding: 14px 8px; }
  .lxp-file-tree button { display: none; }
  .lxp-code-cell pre { font-size: .56rem; }
  .lxp-admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lxp-admin-table { display: none; }
  .lxp-section { padding: 76px 0; }
  .lxp-section-head { margin-bottom: 38px; }
  .lxp-section-head h2,
  .lxp-build-copy h2 { font-size: 2.35rem !important; }
  .lxp-section-head > p,
  .lxp-build-copy > p { font-size: .98rem; }
  .lxp-feature-lines article { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .lxp-feature-lines article > b { display: none; }
  .lxp-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lxp-flow-step { min-height: 200px; border-bottom: 1px solid #cad6e7; }
  .lxp-flow-step:nth-child(2) { border-right: 0; }
  .lxp-flow-step > span { margin-bottom: 38px; }
  .lxp-usecases { grid-template-columns: 1fr; }
  .lxp-usecases article { min-height: 230px; padding: 26px; }
  .lxp-usecases h3 { margin-top: 34px; }
}

@media (max-width: 460px) {
  .lxp-hero h1 { font-size: 2.5rem; }
  .lxp-product-title small { display: none; }
  .lxp-product-tabs button { min-height: 42px; font-size: .66rem; }
  .lxp-screen-heading h2 { font-size: 1.25rem !important; }
  .lxp-screen-heading button { display: none; }
  .lxp-metrics { gap: 8px; }
  .lxp-metrics article { min-height: 96px; padding: 14px; }
  .lxp-ring,
  .lxp-check,
  .lxp-spark { transform: scale(.8); transform-origin: right bottom; }
  .lxp-workbench-body { grid-template-columns: 1fr; }
  .lxp-file-tree { display: none; }
  .lxp-terminal code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .lxp-feature-lines h3 { font-size: 1.2rem; }
  .lxp-flow { grid-template-columns: 1fr; }
  .lxp-flow-step,
  .lxp-flow-step:nth-child(2) { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lxp-demo,
  .lxp-bars i { animation: none; }
  .lxp-feature-lines article,
  .lxp-usecases article,
  .lxp-flow-step { transition: none; }
}
