html {
  scroll-behavior: smooth;
}
a[href],
button,
[role="button"],
[role="tab"],
summary,
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
label[for] {
	cursor: pointer !important;
}

button:disabled,
button[aria-disabled="true"],
[role="button"][aria-disabled="true"],
[role="tab"][aria-disabled="true"],
input:disabled,
select:disabled {
	cursor: not-allowed !important;
}

.get-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .5rem;
}

.modal {
	display: none;
	z-index: 20;
}

.modal.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#leronx-modal button.close-modal {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  opacity: 0.78;
  -webkit-transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

#leronx-modal button.close-modal:hover,
#leronx-modal button.close-modal:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

#leronx-modal .get-btn,
#leronx-modal .gitlink,
#leronx-modal .click-to-copy,
#leronx-modal a[href] {
  -webkit-transition: opacity .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: opacity .22s ease, background-color .22s ease, color .22s ease, transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, color .22s ease, transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, color .22s ease, transform .22s ease, border-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

#leronx-modal .get-btn:hover,
#leronx-modal .get-btn:focus-visible {
  opacity: 1;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 14px 30px rgba(255, 255, 255, 0.08);
          box-shadow: 0 14px 30px rgba(255, 255, 255, 0.08);
}

#leronx-modal .gitlink,
#leronx-modal .click-to-copy,
#leronx-modal a[href] {
  opacity: 0.86;
}

#leronx-modal .gitlink:hover,
#leronx-modal .gitlink:focus-visible,
#leronx-modal .click-to-copy:hover,
#leronx-modal .click-to-copy:focus-visible,
#leronx-modal a[href]:hover,
#leronx-modal a[href]:focus-visible {
  opacity: 1;
}

.lx-modal-platform {
  display: -ms-grid;
  display: grid;
}

.lx-modal-platform__meta {
  margin: 0 auto;
  max-width: 18rem;
  color: rgba(203, 213, 225, 0.62);
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: center;
}

.lx-faq-list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}

.lx-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.10), transparent 28%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.10), transparent 28%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.015)));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  -webkit-box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
          box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
  -webkit-transition: border-color .24s ease, background-color .24s ease, -webkit-transform .24s ease, -webkit-box-shadow .24s ease;
  transition: border-color .24s ease, background-color .24s ease, -webkit-transform .24s ease, -webkit-box-shadow .24s ease;
  -o-transition: border-color .24s ease, background-color .24s ease, transform .24s ease, box-shadow .24s ease;
  transition: border-color .24s ease, background-color .24s ease, transform .24s ease, box-shadow .24s ease;
  transition: border-color .24s ease, background-color .24s ease, transform .24s ease, box-shadow .24s ease, -webkit-transform .24s ease, -webkit-box-shadow .24s ease;
}

.lx-faq-item:hover {
  border-color: rgba(255, 255, 255, 0.14);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}

.lx-faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.14), transparent 30%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 30%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02)));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.lx-faq-trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  outline: none;
}

.lx-faq-title {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.lx-faq-icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.80);
  -webkit-transition: background-color .22s ease, border-color .22s ease, color .22s ease, -webkit-transform .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, -webkit-transform .22s ease;
  -o-transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, -webkit-transform .22s ease;
}

.lx-faq-icon svg {
  width: 18px;
  height: 18px;
}

.lx-faq-trigger:hover .lx-faq-icon,
.lx-faq-trigger:focus-visible .lx-faq-icon,
.lx-faq-item.is-open .lx-faq-icon {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.16);
}

.lx-faq-item.is-open .lx-faq-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lx-faq-panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height .28s ease, opacity .24s ease;
  -o-transition: height .28s ease, opacity .24s ease;
  transition: height .28s ease, opacity .24s ease;
}

.lx-faq-panel-inner {
  padding: 0 22px 22px;
}

.lx-faq-panel-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  .lx-faq-list {
    gap: 16px;
  }

  .lx-faq-trigger {
    padding: 24px 28px;
  }

  .lx-faq-title {
    font-size: 18px;
  }

  .lx-faq-panel-inner {
    padding: 0 28px 26px;
  }

  .lx-faq-panel-inner p {
    font-size: 15px;
  }
}

.click-to-copy {
	cursor: pointer;
}

.form-result {
	text-align: left;
	border-radius: .25rem;
	margin: auto;
	overflow-x: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-result p:not(:last-child),
.form-result h2 {
	margin-bottom: 10px;
	line-height: 1;
}

.form-result p:last-child {
	margin-bottom: 0 !important;
	line-height: 1;
}

.form-result__left {
	width: 40%;
}

.form-result__right {
	width: 60%;
	padding-left: 1rem;
	border-left: 1px solid rgba(255, 255, 255, .08);
}

.timer-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .3rem;
}

.form-view {
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.form-view--shown {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.form-view--hidden {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.captcha-wrap {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity .25s ease, max-height .25s ease;
	-o-transition: opacity .25s ease, max-height .25s ease;
	transition: opacity .25s ease, max-height .25s ease;
}

.captcha-wrap.show {
	opacity: 1;
	max-height: 260px;
}

.captcha-msg {
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	margin-top: .5rem;
}

.captcha-wrap.hidden {
	display: block;
}

@media (max-width: 767px) {
  .lx-modal-platform__meta {
    font-size: 0.69rem;
  }

	.form-result {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form-result p:not(:last-child),
	.form-result h2 {
		margin-bottom: 10px;
		line-height: 1;
	}

	.form-result p:last-child {
		margin-bottom: 0 !important;
		line-height: 1;
	}

	.form-result__left {
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
		padding-bottom: 1rem;
	}

	.form-result__right {
		width: 100%;
		padding-left: 0 !important;
		border-left: 0 !important;
	}
}

input {
	color: #fff;
}

input::-webkit-input-placeholder {
	color: var(--color-gray-400);
}

input::-moz-placeholder {
	color: var(--color-gray-400);
}

input:-ms-input-placeholder {
	color: var(--color-gray-400);
}

input::-ms-input-placeholder {
	color: var(--color-gray-400);
}

input::placeholder {
	color: var(--color-gray-400);
}

.input-error {
	border-color: rgba(248, 113, 113, 0.8) !important;
}

#form-msg.form-msg--error {
	color: rgb(248 113 113);
}

#form-msg.form-msg--ok {
	color: rgb(34 197 94);
}

.d-none {
	display: none;
}

.lx-footer {
  position: relative;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    -o-radial-gradient(top center, circle, rgba(34, 211, 238, 0.08), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.08), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.015)), to(rgba(255, 255, 255, 0)));
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.lx-footer-grid {
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding-top: 36px;
  padding-bottom: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* .lx-footer-brand-shell {
  max-width: 560px;
} */

.lx-footer-nav {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(8, 11, 18, 0.52);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.028)), to(rgba(255, 255, 255, 0.012))),
    rgba(8, 11, 18, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(8, 11, 18, 0.52);
  -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.10);
          box-shadow: 0 16px 34px rgba(0, 0, 0, 0.10);
}

.lx-footer-brand-card {
  width: 100%;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.14), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.035)), to(rgba(255, 255, 255, 0.015)));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.lx-footer-brand-top {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lx-footer-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.lx-footer-eyebrow {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.lx-footer-brand-title {
  display: block;
  line-height: 1.1;
}

.lx-footer-social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lx-footer-icon {
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.76);
  -webkit-transition: background-color .22s ease, border-color .22s ease, color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-footer-icon:hover,
.lx-footer-icon:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.lx-footer-copy {
  margin: 0;
  padding: 0;
  max-width: 75ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.lx-footer-column {
  min-width: 0;
  padding: 18px 20px 16px;
}

.lx-footer-column + .lx-footer-column {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lx-footer-heading {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.3;
}

.lx-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 9px;
}

.lx-footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -o-transition: color .2s ease, opacity .2s ease, transform .2s ease;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
  transition: color .2s ease, opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.lx-footer-link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease, transform .2s ease;
  transition: background-color .2s ease, transform .2s ease;
  transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.lx-footer-link:hover,
.lx-footer-link:focus-visible {
  color: #fff;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.lx-footer-link:hover::before,
.lx-footer-link:focus-visible::before {
  background: rgb(34, 211, 238);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.lx-footer-meta-wrap {
  border-color: rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  padding-bottom: 24px;
}

.lx-footer-meta {
  gap: 14px 24px;
}

.lx-footer-copyright {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.lx-footer-badges {
  gap: 8px 10px;
}

.lx-footer-badges a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: border-color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-footer-badges a:hover,
.lx-footer-badges a:focus-visible {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.lx-footer-badges img {
  height: 16px !important;
  width: auto;
  opacity: 0.94;
}

#business-workflows {
  scroll-margin-top: 128px;
}

.lx-contact-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}

.lx-contact-banner__toggle {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 16px;
  background:
    -o-radial-gradient(top, circle, rgba(34, 211, 238, 0.26), transparent 62%),
    -o-linear-gradient(top, rgba(11, 16, 28, 0.96), rgba(7, 10, 18, 0.96));
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.26), transparent 62%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(11, 16, 28, 0.96)), to(rgba(7, 10, 18, 0.96)));
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.26), transparent 62%),
    linear-gradient(180deg, rgba(11, 16, 28, 0.96), rgba(7, 10, 18, 0.96));
  color: rgb(244, 252, 255);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 18px 34px rgba(2, 6, 23, 0.42), 0 0 24px rgba(34, 211, 238, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 18px 34px rgba(2, 6, 23, 0.42), 0 0 24px rgba(34, 211, 238, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  -webkit-transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease, -webkit-box-shadow .22s ease;
  transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-contact-banner__toggle svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
  -webkit-filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.24));
          filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.24));
}

.lx-contact-banner__close svg,
.lx-contact-banner__primary svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lx-contact-banner__toggle:hover,
.lx-contact-banner__toggle:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.40);
  background:
    -o-radial-gradient(top, circle, rgba(34, 211, 238, 0.34), transparent 60%),
    -o-linear-gradient(top, rgba(13, 19, 32, 0.98), rgba(8, 12, 22, 0.98));
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.34), transparent 60%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(13, 19, 32, 0.98)), to(rgba(8, 12, 22, 0.98)));
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.34), transparent 60%),
    linear-gradient(180deg, rgba(13, 19, 32, 0.98), rgba(8, 12, 22, 0.98));
  -webkit-box-shadow: 0 20px 40px rgba(2, 6, 23, 0.48), 0 0 34px rgba(34, 211, 238, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 20px 40px rgba(2, 6, 23, 0.48), 0 0 34px rgba(34, 211, 238, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lx-contact-banner__toggle.is-hidden {
  display: none;
}

.lx-contact-banner__panel {
  position: relative;
  width: min(420px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 26px;
  background:
    -o-radial-gradient(top right, circle, rgba(34, 211, 238, 0.24), transparent 34%),
    -o-radial-gradient(top left, circle, rgba(168, 85, 247, 0.18), transparent 38%),
    -o-radial-gradient(bottom left, circle, rgba(59, 130, 246, 0.10), transparent 42%),
    -o-linear-gradient(top, rgba(11, 16, 28, 0.98), rgba(7, 10, 18, 0.98));
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.24), transparent 34%),
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 38%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.10), transparent 42%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(11, 16, 28, 0.98)), to(rgba(7, 10, 18, 0.98)));
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.24), transparent 34%),
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 38%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(11, 16, 28, 0.98), rgba(7, 10, 18, 0.98));
  -webkit-box-shadow: 0 28px 72px rgba(2, 6, 23, 0.62), 0 0 0 1px rgba(125, 211, 252, 0.10), 0 0 42px rgba(34, 211, 238, 0.10);
          box-shadow: 0 28px 72px rgba(2, 6, 23, 0.62), 0 0 0 1px rgba(125, 211, 252, 0.10), 0 0 42px rgba(34, 211, 238, 0.10);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.lx-contact-banner__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(34, 211, 238, 0.12);
  color: rgba(224, 252, 255, 0.96);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lx-contact-banner__title {
  margin: 14px 42px 10px 0;
  color: #f8fbff;
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.lx-contact-banner__copy {
  margin: 0;
  color: rgba(232, 240, 248, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.lx-contact-banner__platform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin-top: 14px;
  min-width: 0;
}

.lx-contact-banner__platform-logo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.015))),
    rgba(255, 255, 255, 0.02);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  color: rgba(245, 251, 255, 0.98);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lx-contact-banner__platform-logo svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}

.lx-contact-banner__platform-more {
  color: rgba(224, 252, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lx-contact-banner__actions {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.lx-contact-banner__primary,
.lx-contact-banner__secondary {
  text-decoration: none;
}

.lx-contact-banner__primary {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background:
    -o-linear-gradient(315deg, rgba(34, 211, 238, 0.20), rgba(59, 130, 246, 0.16)),
    rgba(255, 255, 255, 0.02);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.20), rgba(59, 130, 246, 0.16)),
    rgba(255, 255, 255, 0.02);
  color: #effbff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease;
  transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
}

.lx-contact-banner__primary svg {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform .22s ease;
  transition: -webkit-transform .22s ease;
  -o-transition: transform .22s ease;
  transition: transform .22s ease;
  transition: transform .22s ease, -webkit-transform .22s ease;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
}

.lx-contact-banner__secondary {
  color: rgba(217, 249, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.lx-contact-banner__primary:hover,
.lx-contact-banner__primary:focus-visible,
.lx-contact-banner__secondary:hover,
.lx-contact-banner__secondary:focus-visible,
.lx-contact-banner__resource:hover,
.lx-contact-banner__resource:focus-visible,
.lx-contact-banner__close:hover,
.lx-contact-banner__close:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-contact-banner__primary:hover,
.lx-contact-banner__primary:focus-visible {
  border-color: rgba(125, 211, 252, 0.36);
}

.lx-contact-banner__primary:hover svg,
.lx-contact-banner__primary:focus-visible svg {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.lx-contact-banner__secondary:hover,
.lx-contact-banner__secondary:focus-visible {
  color: #fff;
}

.lx-contact-banner__resources {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.lx-contact-banner__resource {
  padding: 12px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 22, 0.64);
  color: inherit;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 12px 1fr 12px 28px;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-box-shadow .22s ease, -webkit-transform .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-box-shadow .22s ease, -webkit-transform .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-box-shadow .22s ease, -webkit-transform .22s ease;
}

.lx-contact-banner__resource-logo {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
          box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.lx-contact-banner__resource-logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.lx-contact-banner__resource-body {
  min-width: 0;
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.lx-contact-banner__resource:hover,
.lx-contact-banner__resource:focus-visible {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(12, 16, 25, 0.82);
  -webkit-box-shadow: 0 12px 30px rgba(2, 6, 23, 0.22);
          box-shadow: 0 12px 30px rgba(2, 6, 23, 0.22);
}

.lx-contact-banner__resource-kicker {
  color: rgba(148, 163, 184, 0.82);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lx-contact-banner__resource-title {
  color: #f8fbff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.lx-contact-banner__resource-copy {
  color: rgba(226, 232, 240, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.lx-contact-banner__resource-arrow {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-column-align: end;
      justify-self: end;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(248, 251, 255, 0.76);
  -webkit-transition: border-color .22s ease, background-color .22s ease, color .22s ease, -webkit-transform .22s ease;
  transition: border-color .22s ease, background-color .22s ease, color .22s ease, -webkit-transform .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease, -webkit-transform .22s ease;
}

.lx-contact-banner__resource-arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}

.lx-contact-banner__resource:hover .lx-contact-banner__resource-arrow,
.lx-contact-banner__resource:focus-visible .lx-contact-banner__resource-arrow {
  border-color: rgba(125, 211, 252, 0.22);
  background: rgba(125, 211, 252, 0.08);
  color: #fff;
  -webkit-transform: translate(1px, -1px);
      -ms-transform: translate(1px, -1px);
          transform: translate(1px, -1px);
}
.lx-contact-banner__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 250, 252, 0.82);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease;
  transition: -webkit-transform .22s ease, border-color .22s ease, background-color .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease;
}

.lx-contact-banner__close:hover,
.lx-contact-banner__close:focus-visible {
  border-color: rgba(125, 211, 252, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 980px) {
  #business-workflows {
    scroll-margin-top: 96px;
  }
}

@media (min-width: 768px) {
  .lx-footer-grid {
    -ms-grid-columns: minmax(0, 1.08fr) clamp(18px, 2vw, 32px) minmax(320px, 400px);
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 400px);
    -webkit-column-gap: clamp(18px, 2vw, 32px);
       -moz-column-gap: clamp(18px, 2vw, 32px);
            column-gap: clamp(18px, 2vw, 32px);
    row-gap: 18px;
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .lx-footer-brand-card {
    padding: 20px 22px 18px;
  }

  .lx-footer-nav {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-row-align: start;
        align-self: start;
  }

  .lx-footer-column {
    padding: 18px 18px 16px;
  }

  .lx-footer-column + .lx-footer-column {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 767px) {
  .lx-contact-banner {
    right: 10px;
    bottom: 12px;
  }

  .lx-contact-banner__panel {
    width: min(100%, calc(100vw - 20px));
    padding: 16px;
    border-radius: 22px;
  }

  .lx-contact-banner__toggle {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .lx-contact-banner__title {
    font-size: 20px;
  }

  .lx-contact-banner__resource {
    -ms-grid-columns: 40px 10px 1fr 10px 26px;
    grid-template-columns: 40px minmax(0, 1fr) 26px;
    gap: 10px;
    padding: 11px;
  }

  .lx-contact-banner__resource-logo {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    padding: 5px;
    border-radius: 11px;
  }

  .lx-contact-banner__resource-copy {
    font-size: 11.5px;
  }

  .lx-contact-banner__resource-arrow {
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    border-radius: 9px;
  }

  .lx-footer-brand-top {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lx-footer-social {
    width: 100%;
  }

  .lx-footer-copy {
    max-width: none;
  }

  .lx-footer-nav {
    width: 100%;
  }

  .lx-footer-meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lx-contact-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(34, 197, 94, 0.12), transparent 24%),
    -o-radial-gradient(14% 18%, circle, rgba(14, 165, 233, 0.12), transparent 22%),
    -o-linear-gradient(top, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(34, 197, 94, 0.12), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(14, 165, 233, 0.12), transparent 22%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 18, 0.98)), color-stop(36%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(34, 197, 94, 0.12), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(14, 165, 233, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
}

.lx-contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 24%),
    -o-radial-gradient(84% 14%, circle, rgba(14, 165, 233, 0.10), transparent 24%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(24%, transparent)),
    radial-gradient(circle at 84% 14%, rgba(14, 165, 233, 0.10), transparent 24%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(14, 165, 233, 0.10), transparent 24%);
}

.lx-contact-hero,
.lx-contact-section {
  position: relative;
  z-index: 1;
}

.lx-contact-hero {
  padding: 116px 0 42px;
}

.lx-contact-glow {
  position: absolute;
  border-radius: 999px;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  opacity: 0.74;
  pointer-events: none;
}

.lx-contact-glow--one {
  top: 116px;
  right: 10%;
  width: 260px;
  height: 260px;
  background: -o-radial-gradient(circle, rgba(34, 197, 94, 0.18), transparent 70%);
  background: radial-gradient(circle, rgba(34, 197, 94, 0.18), transparent 70%);
}

.lx-contact-glow--two {
  top: 246px;
  left: 8%;
  width: 220px;
  height: 220px;
  background: -o-radial-gradient(circle, rgba(14, 165, 233, 0.18), transparent 70%);
  background: radial-gradient(circle, rgba(14, 165, 233, 0.18), transparent 70%);
}

.lx-contact-shell {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.06fr) clamp(24px, 4vw, 42px) minmax(300px, 0.94fr);
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: clamp(24px, 4vw, 42px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-contact-copy {
  max-width: 760px;
}

.lx-contact-title,
.lx-contact-form-title,
.lx-contact-channel-value {
  margin: 0;
  color: #fff;
  font-family: var(--font-bricolage-grotesque, inherit);
  letter-spacing: -0.03em;
}

.lx-contact-title {
  margin-top: 18px;
  max-width: 13ch;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  font-weight: 700;
}

.lx-contact-lead,
.lx-contact-form-copy,
.lx-contact-form-note,
.lx-contact-mini-list li,
.lx-contact-channel-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.lx-contact-lead {
  margin-top: 22px;
  max-width: 720px;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.78;
}

.lx-contact-chip-row,
.lx-contact-actions,
.lx-contact-channel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.lx-contact-chip-row {
  margin-top: 28px;
}

.lx-contact-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.lx-contact-section-kicker,
.lx-contact-mini-note-title,
.lx-contact-channel-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.lx-contact-section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: -o-linear-gradient(315deg, rgb(34, 197, 94), rgb(14, 165, 233));
  background: linear-gradient(135deg, rgb(34, 197, 94), rgb(14, 165, 233));
  -webkit-box-shadow: 0 0 18px rgba(34, 197, 94, 0.24);
          box-shadow: 0 0 18px rgba(34, 197, 94, 0.24);
}

.lx-contact-hero-card,
.lx-contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    -o-radial-gradient(top right, circle, rgba(14, 165, 233, 0.10), transparent 34%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 34%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
}

.lx-contact-hero-card::before,
.lx-contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.22)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.lx-contact-hero-card {
  padding: clamp(24px, 3.2vw, 30px);
}

.lx-contact-channel-list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lx-contact-channel {
  display: block;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  -webkit-transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
  transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
  -o-transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
}

.lx-contact-channel:hover,
.lx-contact-channel:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(14, 165, 233, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.lx-contact-channel-value {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.lx-contact-mini-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lx-contact-mini-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.lx-contact-mini-list li {
  font-size: 14px;
  line-height: 1.65;
}

.lx-contact-section {
  padding: 10px 0 92px;
}

.lx-contact-form-card {
  padding: clamp(22px, 3vw, 30px);
}

.lx-contact-form-title {
  margin-top: 16px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.06;
  font-weight: 650;
}

.lx-contact-form-copy {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.78;
}

.lx-contact-status {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.65;
}

.lx-contact-status.is-success {
  border-color: rgba(34, 197, 94, 0.24);
  background: rgba(34, 197, 94, 0.10);
  color: rgb(220, 252, 231);
}

.lx-contact-status.is-error {
  border-color: rgba(248, 113, 113, 0.28);
  background: rgba(248, 113, 113, 0.10);
  color: rgb(254, 226, 226);
}

.lx-contact-form {
  margin-top: 22px;
}

.lx-contact-grid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.lx-contact-grid + .lx-contact-grid {
  margin-top: 18px;
}

.lx-contact-grid--two {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lx-contact-field {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.lx-contact-label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.lx-contact-input,
.lx-contact-textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  outline: none;
  -webkit-transition: border-color .18s ease, background-color .18s ease, -webkit-box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.lx-contact-input {
  min-height: 54px;
  padding: 0 16px;
}

.lx-contact-textarea {
  min-height: 154px;
  padding: 14px 16px;
  resize: vertical;
}

.lx-contact-input::-webkit-input-placeholder, .lx-contact-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.lx-contact-input::-moz-placeholder, .lx-contact-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.lx-contact-input:-ms-input-placeholder, .lx-contact-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.lx-contact-input::-ms-input-placeholder, .lx-contact-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.lx-contact-input::placeholder,
.lx-contact-textarea::placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.lx-contact-input:focus,
.lx-contact-textarea:focus {
  border-color: rgba(14, 165, 233, 0.34);
  background: rgba(255, 255, 255, 0.045);
  -webkit-box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
          box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.lx-contact-field.is-error .lx-contact-input,
.lx-contact-field.is-error .lx-contact-textarea {
  border-color: rgba(248, 113, 113, 0.40);
  background: rgba(127, 29, 29, 0.12);
  -webkit-box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.10);
          box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.10);
}

.lx-contact-error {
  min-height: 18px;
  margin: 0;
  color: rgb(252, 165, 165);
  font-size: 13px;
  line-height: 1.45;
  opacity: 0;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: opacity .18s ease, -webkit-transform .18s ease;
  transition: opacity .18s ease, -webkit-transform .18s ease;
  -o-transition: opacity .18s ease, transform .18s ease;
  transition: opacity .18s ease, transform .18s ease;
  transition: opacity .18s ease, transform .18s ease, -webkit-transform .18s ease;
}

.lx-contact-field.is-error .lx-contact-error {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.lx-contact-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lx-contact-form-note {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.7;
}

.lx-contact-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  border: 0;
  background: -o-linear-gradient(315deg, rgb(34, 197, 94), rgb(14, 165, 233));
  background: linear-gradient(135deg, rgb(34, 197, 94), rgb(14, 165, 233));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: opacity .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  -webkit-box-shadow: 0 16px 36px rgba(14, 165, 233, 0.18);
          box-shadow: 0 16px 36px rgba(14, 165, 233, 0.18);
}

.lx-contact-submit:hover,
.lx-contact-submit:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-contact-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.lx-home-demo-card {
  padding: clamp(22px, 3vw, 30px);
}

.lx-home-demo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.9fr) clamp(24px, 3vw, 38px) minmax(320px, 1.1fr);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 3vw, 38px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-home-demo-copy {
  max-width: 520px;
}

.lx-home-demo-title {
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--font-bricolage-grotesque, inherit);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.lx-home-demo-lead,
.lx-home-demo-points li,
.lx-home-demo-agree-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.lx-home-demo-lead {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.78;
}

.lx-home-demo-chips {
  margin-top: 22px;
}

.lx-home-demo-points {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lx-home-demo-points li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.7;
}

.lx-home-demo-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  background: -o-linear-gradient(315deg, rgb(34, 197, 94), rgb(14, 165, 233));
  background: linear-gradient(135deg, rgb(34, 197, 94), rgb(14, 165, 233));
  -webkit-box-shadow: 0 0 14px rgba(14, 165, 233, 0.22);
          box-shadow: 0 0 14px rgba(14, 165, 233, 0.22);
}

.lx-home-demo-form-wrap {
  min-width: 0;
}

.lx-home-demo-form {
  margin-top: 0;
}

.lx-home-demo-card .lx-contact-status {
  margin-top: 0;
  margin-bottom: 22px;
}

.lx-home-demo-agree {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  -webkit-transition: border-color .18s ease, background-color .18s ease, -webkit-box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.lx-home-demo-agree-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.lx-home-demo-agree-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  accent-color: rgb(14, 165, 233);
}

.lx-home-demo-agree-copy {
  font-size: 14px;
  line-height: 1.6;
}

.lx-home-demo-agree.is-error {
  border-color: rgba(248, 113, 113, 0.40);
  background: rgba(127, 29, 29, 0.12);
  -webkit-box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.10);
          box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.10);
}

.lx-home-demo-agree.is-error .lx-contact-error {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.lx-home-demo-footer {
  margin-top: 18px;
}

#demo-request {
  scroll-margin-top: 112px;
}

@media (max-width: 980px) {
  .lx-contact-shell {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-home-demo-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lx-contact-hero {
    padding: 92px 0 26px;
  }

  .lx-contact-section {
    padding-top: 6px;
    padding-bottom: 72px;
  }

  .lx-contact-hero-card,
  .lx-contact-form-card {
    border-radius: 24px;
  }

  .lx-contact-grid--two,
  .lx-contact-form-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-contact-form-footer {
    display: -ms-grid;
    display: grid;
  }

  .lx-contact-submit {
    width: 100%;
  }

  .lx-home-demo-card {
    padding: 20px;
  }

  .lx-home-demo-agree {
    padding: 14px 15px;
    border-radius: 16px;
  }

  .lx-home-demo-footer {
    margin-top: 14px;
  }

  #demo-request {
    scroll-margin-top: 88px;
  }
}

.lx-api-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(34, 211, 238, 0.14), transparent 24%),
    -o-radial-gradient(14% 18%, circle, rgba(99, 102, 241, 0.14), transparent 22%),
    -o-linear-gradient(top, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.14), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.14), transparent 22%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 18, 0.98)), color-stop(36%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.14), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
}

.lx-api-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 24%),
    -o-radial-gradient(84% 14%, circle, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(24%, transparent)),
    radial-gradient(circle at 84% 14%, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(59, 130, 246, 0.10), transparent 24%);
}

.lx-api-hero,
.lx-api-section,
.lx-api-cta-wrap {
  position: relative;
  z-index: 1;
}

.lx-api-hero {
  padding: 116px 0 42px;
}

.lx-api-glow {
  position: absolute;
  border-radius: 999px;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  opacity: 0.76;
  pointer-events: none;
}

.lx-api-glow--one {
  top: 120px;
  right: 10%;
  width: 280px;
  height: 280px;
  background: -o-radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 70%);
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 70%);
}

.lx-api-glow--two {
  top: 250px;
  left: 8%;
  width: 240px;
  height: 240px;
  background: -o-radial-gradient(circle, rgba(99, 102, 241, 0.18), transparent 70%);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18), transparent 70%);
}

.lx-api-shell,
.lx-api-explorer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.02fr) clamp(24px, 4vw, 42px) minmax(320px, 0.98fr);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(24px, 4vw, 42px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-api-copy {
  max-width: 760px;
}

.lx-api-title,
.lx-api-section-title,
.lx-api-card-title,
.lx-api-step-title,
.lx-api-detail-title,
.lx-api-pricing-title,
.lx-api-highlight-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-bricolage-grotesque, inherit);
  letter-spacing: -0.03em;
}

.lx-api-title {
  margin-top: 18px;
  max-width: 12ch;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: 0.98;
  font-weight: 700;
}

.lx-api-lead,
.lx-api-section-copy,
.lx-api-card-copy,
.lx-api-step-copy,
.lx-api-detail-summary,
.lx-api-highlight-copy,
.lx-api-pricing-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.lx-api-lead {
  margin-top: 22px;
  max-width: 720px;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.78;
}

.lx-api-chip-row,
.lx-api-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.lx-api-chip-row {
  margin-top: 28px;
}

.lx-api-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.lx-api-actions {
  margin-top: 30px;
  gap: 14px;
}

.lx-api-primary,
.lx-api-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background-color .18s ease, border-color .18s ease, color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
}

.lx-api-primary {
  color: #fff;
  background: -o-linear-gradient(315deg, rgb(14, 165, 233), rgb(99, 102, 241));
  background: linear-gradient(135deg, rgb(14, 165, 233), rgb(99, 102, 241));
  -webkit-box-shadow: 0 16px 36px rgba(14, 165, 233, 0.22);
          box-shadow: 0 16px 36px rgba(14, 165, 233, 0.22);
}

.lx-api-secondary {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.lx-api-primary:hover,
.lx-api-secondary:hover,
.lx-api-primary:focus-visible,
.lx-api-secondary:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-api-hero-card,
.lx-api-step-card,
.lx-api-capability-button,
.lx-api-detail,
.lx-api-highlight-card,
.lx-api-pricing-card,
.lx-api-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    -o-radial-gradient(top right, circle, rgba(99, 102, 241, 0.10), transparent 34%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.10), transparent 34%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
}

.lx-api-hero-card::before,
.lx-api-step-card::before,
.lx-api-capability-button::before,
.lx-api-detail::before,
.lx-api-highlight-card::before,
.lx-api-pricing-card::before,
.lx-api-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.22)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.lx-api-section-kicker,
.lx-api-capability-eyebrow,
.lx-api-detail-eyebrow,
.lx-api-code-label,
.lx-api-detail-meta-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.lx-api-section-kicker::before,
.lx-api-capability-eyebrow::before,
.lx-api-detail-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: -o-linear-gradient(315deg, rgb(14, 165, 233), rgb(99, 102, 241));
  background: linear-gradient(135deg, rgb(14, 165, 233), rgb(99, 102, 241));
  -webkit-box-shadow: 0 0 18px rgba(14, 165, 233, 0.35);
          box-shadow: 0 0 18px rgba(14, 165, 233, 0.35);
}

.lx-api-hero-card,
.lx-api-detail,
.lx-api-cta-card {
  padding: clamp(24px, 3.2vw, 30px);
}

.lx-api-card-title,
.lx-api-detail-title {
  margin-top: 16px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.08;
  font-weight: 600;
}

.lx-api-card-copy,
.lx-api-detail-summary {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.78;
}

.lx-api-stat-grid,
.lx-api-detail-meta,
.lx-api-step-grid,
.lx-api-pricing-highlights {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.lx-api-stat-grid,
.lx-api-detail-meta {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.lx-api-stat-tile,
.lx-api-detail-meta-tile {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lx-api-stat-value,
.lx-api-detail-meta-value {
  display: block;
  color: #fff;
}

.lx-api-stat-value {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.lx-api-stat-label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.lx-api-detail-meta-value {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.lx-api-section {
  padding: 34px 0;
}

.lx-api-section--pricing,
.lx-api-cta-wrap {
  padding-top: 46px;
}

.lx-api-section-intro {
  max-width: 780px;
  margin-bottom: 26px;
}

.lx-api-section-title {
  margin-top: 16px;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.08;
  font-weight: 650;
}

.lx-api-section-copy {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.78;
}

.lx-api-step-grid,
.lx-api-pricing-highlights {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lx-api-step-card,
.lx-api-highlight-card,
.lx-api-pricing-card {
  padding: clamp(22px, 3vw, 28px);
}

.lx-api-step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: -o-linear-gradient(315deg, rgba(14, 165, 233, 0.16), rgba(99, 102, 241, 0.14));
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(99, 102, 241, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lx-api-step-title,
.lx-api-highlight-title,
.lx-api-pricing-title {
  margin-top: 18px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.14;
  font-weight: 600;
}

.lx-api-step-copy,
.lx-api-highlight-copy,
.lx-api-pricing-copy {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.72;
}

.lx-api-capability-list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}

.lx-api-capability-button {
  width: 100%;
  padding: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
}

.lx-api-capability-button.is-active,
.lx-api-capability-button:hover,
.lx-api-capability-button:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(34, 211, 238, 0.24);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(34, 211, 238, 0.10);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(34, 211, 238, 0.10);
}

.lx-api-capability-title {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.lx-api-capability-copy {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.lx-api-detail {
  position: sticky;
  top: 118px;
  -webkit-transition: opacity .18s ease, -webkit-transform .18s ease;
  transition: opacity .18s ease, -webkit-transform .18s ease;
  -o-transition: opacity .18s ease, transform .18s ease;
  transition: opacity .18s ease, transform .18s ease;
  transition: opacity .18s ease, transform .18s ease, -webkit-transform .18s ease;
}

.lx-api-detail.is-switching {
  opacity: 0.62;
}

.lx-api-detail-grid,
.lx-api-code-grid,
.lx-api-pricing-stack {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.lx-api-detail-grid {
  -ms-grid-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 24px;
}

.lx-api-detail-list-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lx-api-detail-points {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lx-api-detail-points li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 12px minmax(0, 1fr);
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.72;
}

.lx-api-detail-check {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.16);
  color: rgb(125, 211, 252);
}

.lx-api-detail-check svg {
  width: 13px;
  height: 13px;
  display: block;
}

.lx-api-code-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.lx-api-code-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lx-api-code-card pre {
  margin: 14px 0 0;
  padding: 16px;
  overflow: auto;
  border-radius: 18px;
  background: rgba(4, 7, 13, 0.92);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.68;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--font-noto-sans-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
}

.lx-api-pricing-stack {
  margin-top: 22px;
}

.lx-api-pricing-head {
  margin-bottom: 16px;
}

.lx-api-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.lx-api-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.lx-api-table th,
.lx-api-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lx-api-table th {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}

.lx-api-table td {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.lx-api-table tbody tr:last-child td {
  border-bottom: 0;
}

.lx-api-inline-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lx-api-inline-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.72;
}

.lx-api-inline-note a {
  color: #fff;
}

.lx-api-cta-wrap {
  padding-bottom: 92px;
}

.lx-api-cta-copy {
  max-width: 860px;
}

@media (max-width: 1100px) {
  .lx-api-shell,
  .lx-api-explorer,
  .lx-api-detail-grid,
  .lx-api-step-grid,
  .lx-api-pricing-highlights {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-api-detail {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .lx-api-hero {
    padding: 92px 0 26px;
  }

  .lx-api-section,
  .lx-api-section--pricing,
  .lx-api-cta-wrap {
    padding-top: 28px;
  }

  .lx-api-hero-card,
  .lx-api-step-card,
  .lx-api-capability-button,
  .lx-api-detail,
  .lx-api-highlight-card,
  .lx-api-pricing-card,
  .lx-api-cta-card {
    border-radius: 24px;
  }

  .lx-api-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lx-api-primary,
  .lx-api-secondary {
    width: 100%;
  }

  .lx-api-stat-grid,
  .lx-api-detail-meta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-api-table {
    min-width: 560px;
  }
}

body.lx-mobile-nav-open {
  overflow: hidden;
}

body.lx-mobile-nav-open #site-header {
  z-index: 60 !important;
}

body.lx-header-overlay #site-header,
body.lx-header-lifted #site-header {
  height: 0;
  min-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible;
  background: transparent;
}

body.lx-header-overlay #site-header > .container,
body.lx-header-lifted #site-header > .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#site-header.lx-header-scrolled {
  background: transparent !important;
}

#site-header > .container {
  position: relative;
  z-index: 1;
}

#site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 76px;
  opacity: 0;
  pointer-events: none;
  background: rgba(7, 11, 19, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  -webkit-transition: opacity 0.22s ease;
  -o-transition: opacity 0.22s ease;
  transition: opacity 0.22s ease;
}

#site-header.lx-header-scrolled::before {
  opacity: 1;
}

@media (max-width: 1023px) {
  #site-header::before {
    height: 98px;
  }
}

.lx-hero-media-overlay {
  background:
    -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.48) 34%,
      rgba(0, 0, 0, 0.18) 58%,
      rgba(0, 0, 0, 0) 100%
    );
  background:
    -webkit-gradient(
      linear,
      left bottom, left top,
      from(rgba(0, 0, 0, 0.84)),
      color-stop(34%, rgba(0, 0, 0, 0.48)),
      color-stop(58%, rgba(0, 0, 0, 0.18)),
      to(rgba(0, 0, 0, 0))
    );
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.48) 34%,
      rgba(0, 0, 0, 0.18) 58%,
      rgba(0, 0, 0, 0) 100%
    );
}

.lx-landing-hero-stack {
  padding-top: 5.25rem;
}

@media (min-width: 640px) {
  .lx-landing-hero-stack {
    padding-top: 5.75rem;
  }
}

@media (min-width: 1024px) {
  .lx-landing-hero-stack {
    padding-top: 6.5rem;
  }
}

.lx-home-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.lx-home-hero .lx-landing-hero-stack {
  min-height: 100vh;
  min-height: 100svh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          justify-content: safe center;
}

.lx-home-hero-copy-link {
  color: #7dd3fc;
  font-weight: 800;
  text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(125, 211, 252, 0.72);
          text-decoration-color: rgba(125, 211, 252, 0.72);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.22em;
  -webkit-transition: color 180ms ease, -webkit-text-decoration-color 180ms ease;
  transition: color 180ms ease, -webkit-text-decoration-color 180ms ease;
  transition: color 180ms ease, text-decoration-color 180ms ease;
  transition: color 180ms ease, text-decoration-color 180ms ease, -webkit-text-decoration-color 180ms ease;
}

.lx-home-hero-copy-link:hover,
.lx-home-hero-copy-link:focus-visible {
  color: #f9a8d4;
  -webkit-text-decoration-color: rgba(249, 168, 212, 0.9);
          text-decoration-color: rgba(249, 168, 212, 0.9);
}

@media (max-width: 767px) {
  .lx-home-hero,
  .lx-home-hero .lx-landing-hero-stack {
    min-height: 0;
  }

  .lx-home-hero .lx-landing-hero-stack {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lx-home-hero-badge {
    margin-bottom: 1rem;
  }

  .lx-home-hero-title {
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .lx-home-hero-copy {
    padding-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .lx-home-hero-panel {
    padding-top: 1.375rem;
  }

  .lx-home-hero-panel [data-prompt-editor] {
    min-height: 112px;
  }
}

.lx-start-cta-stack {
  gap: 0.55rem;
}

.lx-start-cta--hero {
  min-height: 2.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.lx-start-cta-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.lx-start-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.lx-start-meta--panel {
  color: rgba(203, 213, 225, 0.78);
}

.lx-start-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.lx-start-meta span::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

@media (min-width: 640px) {
  .lx-start-cta-wrap {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .lx-start-cta--hero {
    min-height: 3rem;
    padding-inline: 1.4rem;
  }
}

/* Workflow showcase */
.lx-workflow-showcase {
  --lx-workflow-surface: rgba(5, 9, 20, 0.9);
  --lx-workflow-surface-soft: rgba(9, 15, 30, 0.78);
  --lx-workflow-line: rgba(148, 163, 184, 0.18);
  --lx-workflow-line-strong: rgba(203, 213, 225, 0.28);
  --lx-workflow-text: rgba(248, 250, 252, 0.94);
  --lx-workflow-muted: rgba(203, 213, 225, 0.7);
  --lx-workflow-accent: 139, 92, 246;
  --lx-workflow-accent-2: 6, 182, 212;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.25rem) 0;
}

.lx-workflow-showcase--reference {
  --lx-workflow-accent: 236, 72, 153;
  --lx-workflow-accent-2: 14, 165, 233;
}

.lx-workflow-showcase--extension {
  --lx-workflow-accent: 14, 165, 233;
  --lx-workflow-accent-2: 245, 158, 11;
}

.lx-workflow-showcase--editing {
  --lx-workflow-accent: 168, 85, 247;
  --lx-workflow-accent-2: 34, 197, 94;
}

.lx-workflow-showcase--beat {
  --lx-workflow-accent: 244, 63, 94;
  --lx-workflow-accent-2: 45, 212, 191;
}

.lx-workflow-showcase__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 30%, rgba(255, 255, 255, 0.018));
  opacity: 0.58;
}

.lx-workflow-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.6vw, 2rem);
}

.lx-workflow-header {
  display: flex;
  max-width: 860px;
  margin: 0 auto clamp(2rem, 4vw, 3.25rem);
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.lx-workflow-header h2,
.lx-workflow-header p {
  margin: 0;
  letter-spacing: 0;
}

.lx-workflow-header p {
  max-width: 760px;
  line-height: 1.68;
}

.lx-workflow-cta {
  margin-top: 0.5rem;
  box-shadow:
    0 18px 44px rgba(var(--lx-workflow-accent-2), 0.16),
    0 10px 26px rgba(var(--lx-workflow-accent), 0.16);
}

.lx-workflow-board {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) 56px minmax(520px, 1.22fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: stretch;
}

.lx-workflow-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid var(--lx-workflow-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.024)),
    linear-gradient(145deg, rgba(10, 16, 32, 0.96), var(--lx-workflow-surface));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.34),
    0 12px 30px rgba(2, 6, 23, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(1rem, 1.6vw, 1.35rem);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.lx-workflow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 36%, transparent 70%, rgba(var(--lx-workflow-accent-2), 0.1)),
    linear-gradient(180deg, rgba(var(--lx-workflow-accent), 0.085), transparent 44%);
  opacity: 0.78;
}

.lx-workflow-card > * {
  position: relative;
  z-index: 1;
}

.lx-workflow-card--result {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028)),
    linear-gradient(145deg, rgba(12, 19, 38, 0.98), rgba(4, 9, 20, 0.92));
}

.lx-workflow-card--result::before {
  background:
    linear-gradient(100deg, rgba(var(--lx-workflow-accent-2), 0.16), transparent 34%, transparent 68%, rgba(var(--lx-workflow-accent), 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.lx-workflow-card__head {
  display: flex;
  min-height: 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  padding-bottom: 0.75rem;
}

.lx-workflow-card__head span,
.lx-workflow-media-tile > span,
.lx-workflow-prompt > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.lx-workflow-card__head span {
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lx-workflow-card__head strong {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--lx-workflow-accent-2), 0.28);
  border-radius: 999px;
  background: rgba(var(--lx-workflow-accent-2), 0.1);
  color: rgb(224, 242, 254);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.lx-workflow-media {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(2, 6, 23, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.2);
}

.lx-workflow-media img,
.lx-workflow-media video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #020617;
  object-fit: contain;
}

.lx-workflow-media--square {
  aspect-ratio: 1 / 1;
}

.lx-workflow-media--portrait,
.lx-workflow-media--poster {
  aspect-ratio: 3 / 4;
}

.lx-workflow-media--wide,
.lx-workflow-media--source-video {
  aspect-ratio: 16 / 9;
}

.lx-workflow-media--video {
  aspect-ratio: 16 / 10;
  min-height: clamp(320px, 31vw, 430px);
  flex: 1 1 auto;
}

.lx-workflow-media--source-video {
  min-height: 170px;
}

.lx-workflow-media-grid {
  display: grid;
  min-width: 0;
  gap: 0.75rem;
}

.lx-workflow-media-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lx-workflow-media-grid--fashion {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.lx-workflow-media-grid--compact {
  gap: 0.65rem;
}

.lx-workflow-media-tile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.55rem;
}

.lx-workflow-prompt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 0.95rem;
}

.lx-workflow-prompt p {
  margin: 0;
  color: var(--lx-workflow-muted);
  font-size: 0.94rem;
  line-height: 1.62;
  letter-spacing: 0;
}

.lx-workflow-prompt button {
  align-self: flex-start;
  border: 0;
  background: transparent;
  color: rgb(125, 211, 252);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
}

.lx-workflow-prompt button:hover {
  color: rgb(186, 230, 253);
}

.lx-workflow-bridge {
  display: grid;
  width: 56px;
  height: 56px;
  align-self: center;
  justify-self: center;
  place-items: center;
  border: 1px solid rgba(var(--lx-workflow-accent-2), 0.26);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.88));
  box-shadow:
    0 18px 40px rgba(2, 6, 23, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lx-workflow-bridge svg {
  width: 22px;
  height: 22px;
  color: rgb(191, 219, 254);
}

@media (hover: hover) {
  .lx-workflow-card:hover {
    border-color: var(--lx-workflow-line-strong);
    box-shadow:
      0 34px 86px rgba(0, 0, 0, 0.4),
      0 14px 34px rgba(2, 6, 23, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }
}

@media (max-width: 1180px) {
  .lx-workflow-board {
    grid-template-columns: minmax(280px, 0.94fr) 52px minmax(430px, 1.06fr);
  }

  .lx-workflow-bridge {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .lx-workflow-showcase {
    padding-block: clamp(3.75rem, 11vw, 5rem);
  }

  .lx-workflow-board {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .lx-workflow-card {
    border-radius: 22px;
  }

  .lx-workflow-bridge {
    width: 44px;
    height: 44px;
    transform: rotate(90deg);
  }

  .lx-workflow-media--video {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .lx-workflow-shell {
    padding-inline: 1rem;
  }

  .lx-workflow-header {
    gap: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .lx-workflow-header p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .lx-workflow-cta {
    width: 100%;
    min-height: 3.25rem;
    padding-inline: 1.25rem;
    font-size: 0.98rem;
  }

  .lx-workflow-card {
    gap: 0.875rem;
    border-radius: 20px;
    padding: 0.875rem;
  }

  .lx-workflow-media {
    border-radius: 15px;
  }

  .lx-workflow-media-grid {
    gap: 0.625rem;
  }

  .lx-workflow-media-grid--fashion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lx-workflow-media--source-video {
    min-height: 0;
  }

  .lx-workflow-prompt p {
    font-size: 0.9rem;
  }
}

@media (max-width: 380px) {
  .lx-workflow-media-grid--two {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lx-workflow-card {
    transition: none;
  }

  .lx-workflow-card:hover {
    transform: none;
  }
}

html.lx-js:not(.lx-fx-ready) #hero > .relative.z-10 > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 18px, 0);
          transform: translate3d(0, 18px, 0);
}

.lx-mobile-nav-bar {
  min-height: 58px;
}

.lx-mobile-nav-brand {
  min-width: 0;
  text-decoration: none;
}

.lx-mobile-nav-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.lx-mobile-nav-toggle,
.lx-mobile-nav-close {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  opacity: 0.86;
  -webkit-transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-mobile-nav-toggle:hover,
.lx-mobile-nav-toggle:focus-visible,
.lx-mobile-nav-close:hover,
.lx-mobile-nav-close:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.lx-mobile-nav-toggle-bars {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}

.lx-mobile-nav-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  -webkit-transition: opacity .22s ease, -webkit-transform .22s ease;
  transition: opacity .22s ease, -webkit-transform .22s ease;
  -o-transition: opacity .22s ease, transform .22s ease;
  transition: opacity .22s ease, transform .22s ease;
  transition: opacity .22s ease, transform .22s ease, -webkit-transform .22s ease;
}

.lx-mobile-nav-toggle[aria-expanded="true"] .lx-mobile-nav-toggle-line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.lx-mobile-nav-toggle[aria-expanded="true"] .lx-mobile-nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.lx-mobile-nav-toggle[aria-expanded="true"] .lx-mobile-nav-toggle-line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.lx-mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 54;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .22s ease;
  -o-transition: opacity .22s ease;
  transition: opacity .22s ease;
}

.lx-mobile-nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lx-mobile-nav-panel {
  position: fixed;
  inset: 12px 12px auto;
  z-index: 55;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-14px) scale(0.985);
          -ms-transform: translateY(-14px) scale(0.985);
      transform: translateY(-14px) scale(0.985);
  -webkit-transition: opacity .24s ease, -webkit-transform .24s ease;
  transition: opacity .24s ease, -webkit-transform .24s ease;
  -o-transition: opacity .24s ease, transform .24s ease;
  transition: opacity .24s ease, transform .24s ease;
  transition: opacity .24s ease, transform .24s ease, -webkit-transform .24s ease;
}

.lx-mobile-nav-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
          -ms-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
}

.lx-mobile-nav-shell {
  width: min(100%, 560px);
  max-height: calc(100vh - 24px);
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    -o-radial-gradient(top center, circle, rgba(34, 211, 238, 0.09), transparent 38%),
    -o-linear-gradient(top, rgba(14, 15, 22, 0.95), rgba(8, 10, 16, 0.94));
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.09), transparent 38%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 22, 0.95)), to(rgba(8, 10, 16, 0.94)));
  background:
    radial-gradient(circle at top center, rgba(34, 211, 238, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(14, 15, 22, 0.95), rgba(8, 10, 16, 0.94));
  -webkit-box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
          box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.lx-mobile-nav-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 16px;
  background: -o-linear-gradient(top, rgba(11, 13, 18, 0.94), rgba(11, 13, 18, 0.72) 82%, rgba(11, 13, 18, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 13, 18, 0.94)), color-stop(82%, rgba(11, 13, 18, 0.72)), to(rgba(11, 13, 18, 0)));
  background: linear-gradient(180deg, rgba(11, 13, 18, 0.94), rgba(11, 13, 18, 0.72) 82%, rgba(11, 13, 18, 0));
}

.lx-mobile-nav-body {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  padding: 12px 16px 16px;
}

.lx-mobile-nav-brand-card {
  gap: 14px;
}

.lx-mobile-nav-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.7;
}

.lx-mobile-nav-badges a {
  min-height: 36px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  text-decoration: none;
}

.lx-mobile-nav-sections {
  width: 100%;
}

.lx-mobile-nav-sections .lx-footer-column {
  padding: 18px 18px 16px;
}

.lx-mobile-nav-sections .lx-footer-link {
  width: 100%;
}

.lx-mobile-nav-cta {
  min-height: 52px;
  text-decoration: none;
}

.lx-legal-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(139, 92, 246, 0.10), transparent 26%),
    -o-radial-gradient(12% 18%, circle, rgba(34, 211, 238, 0.10), transparent 24%),
    -o-linear-gradient(top, rgba(7, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 28%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(139, 92, 246, 0.10), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.10), transparent 24%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(7, 10, 18, 0.98)), color-stop(28%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(139, 92, 246, 0.10), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(7, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 28%, rgba(8, 10, 16, 1) 100%);
}

.lx-legal-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 24%),
    -o-radial-gradient(80% 12%, circle, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(24%, transparent)),
    radial-gradient(circle at 80% 12%, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    radial-gradient(circle at 80% 12%, rgba(59, 130, 246, 0.10), transparent 24%);
}

.lx-legal-hero,
.lx-legal-layout {
  position: relative;
  z-index: 1;
}

.lx-legal-hero {
  padding: clamp(54px, 9vw, 112px) 0 34px;
}

.lx-legal-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-radial-gradient(top center, circle, rgba(255, 255, 255, 0.05), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0)));
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.lx-legal-hero-shell {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-legal-hero-copy {
  max-width: 760px;
}

.lx-legal-kicker,
.lx-legal-card-eyebrow,
.lx-legal-section-kicker,
.lx-legal-sidebar-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lx-legal-kicker {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lx-legal-title {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(38px, 8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.lx-legal-lead {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.75;
}

.lx-legal-chip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lx-legal-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.45;
}

.lx-legal-layout {
  padding: 10px 0 86px;
}

.lx-legal-shell {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-legal-sidebar {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.lx-legal-sidebar-card,
.lx-legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.90);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 22px 44px rgba(0, 0, 0, 0.22);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 22px 44px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.lx-legal-sidebar-card {
  padding: 20px;
}

.lx-legal-card {
  padding: clamp(22px, 3vw, 30px);
}

.lx-legal-card::before,
.lx-legal-sidebar-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.lx-legal-card--accent {
  background:
    -o-radial-gradient(top right, circle, rgba(34, 211, 238, 0.14), transparent 38%),
    -o-radial-gradient(bottom left, circle, rgba(139, 92, 246, 0.14), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 38%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.14), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 38%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-legal-card--contact {
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.16), transparent 36%),
    -o-radial-gradient(bottom left, circle, rgba(34, 211, 238, 0.12), transparent 30%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(34, 211, 238, 0.12), transparent 30%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(34, 211, 238, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-legal-card-eyebrow,
.lx-legal-section-kicker,
.lx-legal-sidebar-title {
  color: rgba(255, 255, 255, 0.52);
}

.lx-legal-card-eyebrow,
.lx-legal-section-kicker {
  margin-bottom: 14px;
}

.lx-legal-summary-list {
  margin: 0;
  padding-left: 1.2rem;
  display: -ms-grid;
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.lx-legal-toc {
  display: -ms-grid;
  display: grid;
  gap: 6px;
  margin-top: 16px;
}

.lx-legal-toc-link,
.lx-legal-contact-link {
  text-decoration: none;
  -webkit-transition: color .2s ease, border-color .2s ease, background-color .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, -webkit-transform .2s ease;
  -o-transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.lx-legal-toc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.02);
}

.lx-legal-toc-link:hover,
.lx-legal-toc-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.lx-legal-sidebar-copy {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.lx-legal-sidebar-actions {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.lx-legal-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.84);
}

.lx-legal-contact-link:hover,
.lx-legal-contact-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-legal-content {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.lx-legal-prose {
  scroll-margin-top: 132px;
}

.lx-legal-prose h2,
.lx-legal-prose h3,
.lx-legal-prose p,
.lx-legal-prose ul {
  margin-top: 0;
}

.lx-legal-prose h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(24px, 3.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.lx-legal-prose h3 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.lx-legal-prose h3:not(:first-child) {
  margin-top: 24px;
}

.lx-legal-prose p,
.lx-legal-prose li {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.8;
}

.lx-legal-prose p + p,
.lx-legal-prose p + ul,
.lx-legal-prose ul + p,
.lx-legal-prose ul + h3 {
  margin-top: 14px;
}

.lx-legal-prose ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.lx-legal-prose li + li {
  margin-top: 10px;
}

.lx-legal-prose strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

.lx-legal-prose a {
  color: rgb(125, 211, 252);
  text-decoration: none;
}

.lx-legal-prose a:hover,
.lx-legal-prose a:focus-visible {
  color: rgb(186, 230, 253);
}

.lx-legal-contact-grid {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.lx-legal-contact-tile {
  display: block;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-legal-contact-tile:hover,
.lx-legal-contact-tile:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.20);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.20);
}

.lx-legal-contact-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lx-legal-contact-value {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  word-break: break-word;
}

@media (min-width: 960px) {
  .lx-legal-hero-shell {
    -ms-grid-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  }

  .lx-legal-shell {
    -ms-grid-columns: minmax(250px, 290px) 22px minmax(0, 1fr);
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 22px;
  }

  .lx-legal-sidebar {
    position: sticky;
    top: 112px;
    z-index: 3;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .lx-legal-contact-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .lx-legal-hero {
    padding-top: 42px;
  }

  .lx-legal-layout {
    padding-bottom: 72px;
  }
}

@media (max-width: 639px) {
  .lx-legal-card,
  .lx-legal-sidebar-card {
    border-radius: 22px;
  }

  .lx-legal-sidebar-card,
  .lx-legal-card {
    padding: 18px;
  }

  .lx-legal-title {
    font-size: clamp(34px, 12vw, 48px);
  }

  .lx-legal-chip {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .lx-legal-prose {
    scroll-margin-top: 110px;
  }
}

.lx-pricing-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(14, 165, 233, 0.12), transparent 24%),
    -o-radial-gradient(14% 20%, circle, rgba(139, 92, 246, 0.12), transparent 24%),
    -o-linear-gradient(top, rgba(7, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 34%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.12), transparent 24%),
    radial-gradient(circle at 14% 20%, rgba(139, 92, 246, 0.12), transparent 24%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(7, 10, 18, 0.98)), color-stop(34%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.12), transparent 24%),
    radial-gradient(circle at 14% 20%, rgba(139, 92, 246, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(7, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 34%, rgba(8, 10, 16, 1) 100%);
}

.lx-pricing-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 26%),
    -o-radial-gradient(84% 14%, circle, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(26%, transparent)),
    radial-gradient(circle at 84% 14%, rgba(59, 130, 246, 0.10), transparent 24%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(59, 130, 246, 0.10), transparent 24%);
}

.lx-pricing-hero,
.lx-pricing-section {
  position: relative;
  z-index: 1;
}

.lx-pricing-hero {
  padding: clamp(56px, 9vw, 116px) 0 34px;
}

.lx-pricing-glow {
  position: absolute;
  border-radius: 999px;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  opacity: 0.88;
  pointer-events: none;
}

.lx-pricing-glow--one {
  top: 96px;
  left: max(12px, calc(50% - 640px));
  width: 180px;
  height: 180px;
  background: -o-radial-gradient(circle, rgba(34, 211, 238, 0.20), rgba(34, 211, 238, 0));
  background: radial-gradient(circle, rgba(34, 211, 238, 0.20), rgba(34, 211, 238, 0));
}

.lx-pricing-glow--two {
  top: 132px;
  right: max(12px, calc(50% - 650px));
  width: 220px;
  height: 220px;
  background: -o-radial-gradient(circle, rgba(139, 92, 246, 0.20), rgba(139, 92, 246, 0));
  background: radial-gradient(circle, rgba(139, 92, 246, 0.20), rgba(139, 92, 246, 0));
}

.lx-pricing-shell {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-pricing-copy {
  max-width: 760px;
}

.lx-pricing-kicker,
.lx-pricing-card-tag,
.lx-pricing-insight-kicker,
.lx-pricing-hero-card-kicker,
.lx-pricing-hero-point-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lx-pricing-kicker {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lx-pricing-title {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(40px, 8vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-wrap: balance;
}

.lx-pricing-lead {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.78;
}

.lx-pricing-chip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lx-pricing-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.45;
}

.lx-pricing-toggle-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -6px auto 24px;
}

.lx-pricing-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(10, 12, 19, 0.86);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.035)), to(rgba(255, 255, 255, 0.015))),
    rgba(10, 12, 19, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(10, 12, 19, 0.86);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 44px rgba(3, 7, 18, 0.24);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 44px rgba(3, 7, 18, 0.24);
}

.lx-pricing-toggle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease;
  transition: color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-pricing-toggle-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.14);
  color: rgb(165, 243, 252);
  font-size: 11px;
  line-height: 1;
}

.lx-pricing-toggle-btn:hover,
.lx-pricing-toggle-btn:focus-visible {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-pricing-toggle-btn.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.lx-pricing-hero-card,
.lx-pricing-card,
.lx-pricing-insight-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.90);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 54px rgba(0, 0, 0, 0.22);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 54px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.lx-pricing-hero-card::before,
.lx-pricing-card::before,
.lx-pricing-insight-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.lx-pricing-hero-card {
  padding: clamp(22px, 3vw, 30px);
  background:
    -o-radial-gradient(top right, circle, rgba(34, 211, 238, 0.16), transparent 36%),
    -o-radial-gradient(bottom left, circle, rgba(139, 92, 246, 0.16), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.16), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-hero-card-kicker {
  color: rgba(255, 255, 255, 0.52);
}

.lx-pricing-hero-card-copy,
.lx-pricing-hero-card-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.78;
}

.lx-pricing-hero-card-copy {
  margin-top: 14px;
}

.lx-pricing-hero-card-note {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.lx-pricing-hero-card-points {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.lx-pricing-hero-point {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lx-pricing-hero-point-label {
  color: rgba(255, 255, 255, 0.48);
}

.lx-pricing-hero-point-value {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}

.lx-pricing-hero-point-value a {
  color: rgb(125, 211, 252);
  text-decoration: none;
}

.lx-pricing-section {
  padding: 8px 0 86px;
}

.lx-pricing-section--tight {
  padding-top: 0;
  padding-bottom: 36px;
}

.lx-pricing-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.lx-pricing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 3vw, 28px);
  -webkit-transition: border-color .22s ease, background-color .22s ease, opacity .2s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, opacity .2s ease, -webkit-box-shadow .22s ease;
  -o-transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, opacity .2s ease;
  transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, opacity .2s ease;
  transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, opacity .2s ease, -webkit-box-shadow .22s ease;
}

.lx-pricing-card.is-switching {
  opacity: 0.58;
}

.lx-pricing-card[data-pricing-featured="true"] {
  border-color: rgba(34, 211, 238, 0.26);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 26px 56px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(34, 211, 238, 0.10);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 26px 56px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(34, 211, 238, 0.10);
}

.lx-pricing-card[data-pricing-theme="featured"] {
  background:
    -o-radial-gradient(top right, circle, rgba(34, 211, 238, 0.14), transparent 34%),
    -o-radial-gradient(bottom left, circle, rgba(99, 102, 241, 0.12), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.12), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-card[data-pricing-theme="free"] {
  background:
    -o-radial-gradient(top right, circle, rgba(34, 197, 94, 0.14), transparent 36%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.14), transparent 36%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-card[data-pricing-theme="team"] {
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.14), transparent 36%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 36%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-card[data-pricing-theme="spotlight"] {
  background:
    -o-radial-gradient(top right, circle, rgba(245, 158, 11, 0.16), transparent 34%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 34%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-card[data-pricing-theme="custom"] {
  background:
    -o-radial-gradient(top right, circle, rgba(168, 85, 247, 0.14), transparent 36%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.14), transparent 36%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-pricing-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.lx-pricing-card-tag,
.lx-pricing-insight-kicker {
  color: rgba(255, 255, 255, 0.50);
}

.lx-pricing-card-title {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(26px, 3.8vw, 34px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.lx-pricing-card-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.lx-pricing-card[data-pricing-theme="free"] .lx-pricing-card-badge {
  background: rgba(34, 197, 94, 0.16);
  color: rgb(187, 247, 208);
}

.lx-pricing-card[data-pricing-theme="featured"] .lx-pricing-card-badge {
  background: rgba(34, 211, 238, 0.16);
  color: rgb(165, 243, 252);
}

.lx-pricing-card[data-pricing-theme="spotlight"] .lx-pricing-card-badge {
  background: rgba(245, 158, 11, 0.16);
  color: rgb(253, 230, 138);
}

.lx-pricing-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  margin-top: 22px;
}

.lx-pricing-price {
  color: #fff;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.lx-pricing-cadence {
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.3;
}

.lx-pricing-summary,
.lx-pricing-note {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
}

.lx-pricing-summary {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
}

.lx-pricing-note {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
}

.lx-pricing-model-row {
  margin-top: 16px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.lx-pricing-model-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.lx-pricing-model-copy {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.lx-pricing-cta,
.lx-pricing-secondary-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: border-color .22s ease, background-color .22s ease, color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, color .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-pricing-cta {
  width: 100%;
  margin-top: 22px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.lx-pricing-card[data-pricing-theme="featured"] .lx-pricing-cta {
  background: -o-linear-gradient(315deg, rgb(99, 102, 241), rgb(34, 211, 238));
  background: linear-gradient(135deg, rgb(99, 102, 241), rgb(34, 211, 238));
  border-color: transparent;
}

.lx-pricing-card[data-pricing-theme="free"] .lx-pricing-cta {
  background: -o-linear-gradient(315deg, rgb(34, 197, 94), rgb(16, 185, 129));
  background: linear-gradient(135deg, rgb(34, 197, 94), rgb(16, 185, 129));
  border-color: transparent;
}

.lx-pricing-card[data-pricing-theme="team"] .lx-pricing-cta {
  background: -o-linear-gradient(315deg, rgb(37, 99, 235), rgb(14, 165, 233));
  background: linear-gradient(135deg, rgb(37, 99, 235), rgb(14, 165, 233));
  border-color: transparent;
}

.lx-pricing-card[data-pricing-theme="custom"] .lx-pricing-cta {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.lx-pricing-cta:hover,
.lx-pricing-cta:focus-visible,
.lx-pricing-secondary-cta:hover,
.lx-pricing-secondary-cta:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.lx-pricing-divider {
  height: 1px;
  margin: 22px 0 18px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.10)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
}

.lx-pricing-list-title {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.lx-pricing-list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lx-pricing-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 12px minmax(0, 1fr);
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.72;
}

.lx-pricing-check {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
}

.lx-pricing-check svg {
  width: 12px;
  height: 12px;
}

.lx-pricing-insights {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.lx-pricing-insight-card {
  padding: clamp(22px, 3vw, 28px);
}

.lx-pricing-insight-title,
.lx-pricing-faq-title {
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.lx-pricing-insight-copy,
.lx-pricing-faq-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.78;
}

.lx-pricing-faq-section {
  padding-top: 10px;
}

.lx-pricing-faq-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.lx-pricing-faq-section .lx-faq-item {
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.08), transparent 30%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 30%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.015)));
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.lx-pricing-secondary-cta {
  min-width: 176px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.90);
}

@media (min-width: 960px) {
  .lx-pricing-shell {
    -ms-grid-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  }

  .lx-pricing-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lx-pricing-insights {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .lx-pricing-hero {
    padding-top: 42px;
  }

  .lx-pricing-section {
    padding-bottom: 72px;
  }
}

@media (max-width: 639px) {
  .lx-pricing-title {
    font-size: clamp(36px, 13vw, 52px);
  }

  .lx-pricing-chip,
  .lx-pricing-toggle {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .lx-pricing-toggle-wrap {
    width: 100%;
    margin: 0 0 18px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .lx-pricing-toggle {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
    background:
      -o-radial-gradient(top center, circle, rgba(34, 211, 238, 0.08), transparent 46%),
      -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
      rgba(10, 12, 19, 0.90);
    background:
      radial-gradient(circle at top center, rgba(34, 211, 238, 0.08), transparent 46%),
      -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.02))),
      rgba(10, 12, 19, 0.90);
    background:
      radial-gradient(circle at top center, rgba(34, 211, 238, 0.08), transparent 46%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
      rgba(10, 12, 19, 0.90);
    -webkit-box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 34px rgba(0, 0, 0, 0.18);
            box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 34px rgba(0, 0, 0, 0.18);
  }

  .lx-pricing-toggle-btn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.78);
    text-align: left;
  }

  .lx-pricing-toggle-btn span {
    margin-left: auto;
    padding: 4px 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .lx-pricing-toggle-btn:hover,
  .lx-pricing-toggle-btn:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .lx-pricing-toggle-btn.is-active {
    background: -o-linear-gradient(315deg, rgba(99, 102, 241, 0.26), rgba(34, 211, 238, 0.18));
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.26), rgba(34, 211, 238, 0.18));
    color: #fff;
    -webkit-box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 24px rgba(0, 0, 0, 0.16);
            box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 24px rgba(0, 0, 0, 0.16);
  }

  .lx-pricing-card,
  .lx-pricing-hero-card,
  .lx-pricing-insight-card {
    border-radius: 24px;
  }

  .lx-pricing-toggle {
    display: -ms-grid;
    display: grid;
  }
}

.lx-about-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(14, 165, 233, 0.14), transparent 24%),
    -o-radial-gradient(14% 18%, circle, rgba(99, 102, 241, 0.14), transparent 22%),
    -o-linear-gradient(top, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.14), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.14), transparent 22%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 18, 0.98)), color-stop(36%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.14), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
}

.lx-about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 24%),
    -o-radial-gradient(84% 14%, circle, rgba(34, 211, 238, 0.10), transparent 24%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(24%, transparent)),
    radial-gradient(circle at 84% 14%, rgba(34, 211, 238, 0.10), transparent 24%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(34, 211, 238, 0.10), transparent 24%);
}

.lx-about-hero,
.lx-about-section,
.lx-about-cta-wrap {
  position: relative;
  z-index: 1;
  scroll-margin-top: 132px;
}

.lx-about-hero {
  padding: 116px 0 42px;
}

.lx-about-glow {
  position: absolute;
  border-radius: 999px;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  opacity: 0.72;
  pointer-events: none;
}

.lx-about-glow--one {
  top: 112px;
  right: 10%;
  width: 280px;
  height: 280px;
  background: -o-radial-gradient(circle, rgba(59, 130, 246, 0.24), transparent 70%);
  background: radial-gradient(circle, rgba(59, 130, 246, 0.24), transparent 70%);
}

.lx-about-glow--two {
  top: 240px;
  left: 8%;
  width: 240px;
  height: 240px;
  background: -o-radial-gradient(circle, rgba(139, 92, 246, 0.20), transparent 70%);
  background: radial-gradient(circle, rgba(139, 92, 246, 0.20), transparent 70%);
}

.lx-about-hero-shell {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.08fr) clamp(24px, 4vw, 42px) minmax(300px, 0.92fr);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(24px, 4vw, 42px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-about-flow-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-about-kicker,
.lx-about-section-kicker,
.lx-about-card-kicker,
.lx-about-support-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.lx-pricing-kicker,
.lx-api-kicker,
.lx-contact-kicker,
.lx-about-kicker,
.lx-legal-kicker,
.lx-notfound-kicker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lx-about-section-kicker::before,
.lx-about-card-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: -o-linear-gradient(315deg, rgb(99, 102, 241), rgb(34, 211, 238));
  background: linear-gradient(135deg, rgb(99, 102, 241), rgb(34, 211, 238));
  -webkit-box-shadow: 0 0 18px rgba(59, 130, 246, 0.35);
          box-shadow: 0 0 18px rgba(59, 130, 246, 0.35);
}

.lx-about-title,
.lx-about-section-title,
.lx-about-card-title,
.lx-about-block-title,
.lx-about-step-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-bricolage-grotesque, inherit);
  letter-spacing: -0.03em;
}

.lx-about-title {
  margin-top: 18px;
  max-width: 13ch;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: 0.98;
  font-weight: 700;
}

.lx-about-lead,
.lx-about-section-copy,
.lx-about-card-copy,
.lx-about-block-copy,
.lx-about-step-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.lx-about-lead {
  margin-top: 22px;
  max-width: 720px;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.78;
}

.lx-about-chip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lx-about-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.lx-about-actions,
.lx-about-cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lx-about-primary,
.lx-about-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background-color .18s ease, border-color .18s ease, color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  -o-transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
}

.lx-about-primary {
  color: #fff;
  background: -o-linear-gradient(315deg, rgb(99, 102, 241), rgb(34, 211, 238));
  background: linear-gradient(135deg, rgb(99, 102, 241), rgb(34, 211, 238));
  -webkit-box-shadow: 0 16px 36px rgba(14, 165, 233, 0.22);
          box-shadow: 0 16px 36px rgba(14, 165, 233, 0.22);
}

.lx-about-secondary {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.lx-about-primary:hover,
.lx-about-secondary:hover,
.lx-about-primary:focus-visible,
.lx-about-secondary:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lx-about-card,
.lx-about-hero-card,
.lx-about-cta-card,
.lx-about-flow-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    -o-radial-gradient(top right, circle, rgba(99, 102, 241, 0.10), transparent 34%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.10), transparent 34%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.22);
}

.lx-about-card::before,
.lx-about-hero-card::before,
.lx-about-cta-card::before,
.lx-about-flow-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.22)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.lx-about-hero-card {
  padding: clamp(24px, 3.2vw, 30px);
}

.lx-about-card-title {
  margin-top: 16px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.08;
  font-weight: 600;
}

.lx-about-card-copy {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.78;
}

.lx-about-stat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.lx-about-stat-tile {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lx-about-stat-value {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.lx-about-stat-label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.lx-about-section {
  padding: 34px 0;
}

.lx-about-section--stack,
.lx-about-section--audience,
.lx-about-cta-wrap {
  padding-top: 46px;
}

.lx-about-section-intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.lx-about-section-title {
  margin-top: 16px;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.08;
  font-weight: 650;
}

.lx-about-section-copy {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.78;
}

.lx-about-story-grid,
.lx-about-stack-grid,
.lx-about-audience-grid,
.lx-about-principles-grid,
.lx-about-support-grid {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

.lx-about-story-grid,
.lx-about-audience-grid {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lx-about-stack-grid,
.lx-about-support-grid {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lx-about-principles-grid {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lx-about-card {
  padding: clamp(22px, 3vw, 28px);
  min-height: 100%;
}

.lx-about-block-title {
  margin-top: 14px;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.12;
  font-weight: 600;
}

.lx-about-block-copy {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.78;
}

.lx-about-model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lx-about-model-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  min-height: 36px;
  padding: 8px 15px 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.35;
}

.lx-about-model-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lx-about-model-icon img,
.lx-about-model-icon svg {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.lx-about-model-name {
  display: block;
}

.lx-about-flow-panel {
  padding: clamp(24px, 3.2vw, 30px);
}

.lx-about-step-list {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.lx-about-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 16px minmax(0, 1fr);
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-about-step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: -o-linear-gradient(315deg, rgba(99, 102, 241, 0.16), rgba(34, 211, 238, 0.14));
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.16), rgba(34, 211, 238, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lx-about-step-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
}

.lx-about-step-copy {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.72;
}

.lx-about-cta-wrap {
  padding-bottom: 92px;
}

.lx-about-cta-card {
  padding: clamp(24px, 4vw, 34px);
}

.lx-about-cta-copy {
  max-width: 860px;
}

.lx-about-support-grid {
  margin-top: 24px;
}

.lx-about-support-tile {
  display: block;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  -webkit-transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
  transition: border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
  -o-transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, -webkit-transform .18s ease;
}

.lx-about-support-tile:hover,
.lx-about-support-tile:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(34, 211, 238, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.lx-about-support-value {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .lx-about-hero-shell,
  .lx-about-flow-grid,
  .lx-about-story-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-about-stack-grid,
  .lx-about-principles-grid,
  .lx-about-support-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lx-about-hero {
    padding: 92px 0 26px;
  }

  .lx-about-section,
  .lx-about-section--stack,
  .lx-about-section--audience,
  .lx-about-cta-wrap {
    padding-top: 28px;
  }

  .lx-about-card,
  .lx-about-hero-card,
  .lx-about-flow-panel,
  .lx-about-cta-card {
    border-radius: 24px;
  }

  .lx-about-actions,
  .lx-about-cta-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lx-about-primary,
  .lx-about-secondary {
    width: 100%;
  }

  .lx-about-stat-grid,
  .lx-about-stack-grid,
  .lx-about-audience-grid,
  .lx-about-principles-grid,
  .lx-about-support-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lx-about-step {
    -ms-grid-columns: 48px 14px minmax(0, 1fr);
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .lx-about-step-number {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}

.lx-notfound-page {
  position: relative;
  background:
    -o-radial-gradient(top center, circle, rgba(14, 165, 233, 0.14), transparent 24%),
    -o-radial-gradient(14% 22%, circle, rgba(139, 92, 246, 0.12), transparent 24%),
    -o-linear-gradient(top, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.14), transparent 24%),
    radial-gradient(circle at 14% 22%, rgba(139, 92, 246, 0.12), transparent 24%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 18, 0.98)), color-stop(36%, rgba(7, 10, 18, 0.96)), to(rgba(8, 10, 16, 1)));
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.14), transparent 24%),
    radial-gradient(circle at 14% 22%, rgba(139, 92, 246, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.98) 0%, rgba(7, 10, 18, 0.96) 36%, rgba(8, 10, 16, 1) 100%);
}

.lx-notfound-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.02), transparent 26%),
    -o-radial-gradient(84% 16%, circle, rgba(59, 130, 246, 0.10), transparent 22%);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), color-stop(26%, transparent)),
    radial-gradient(circle at 84% 16%, rgba(59, 130, 246, 0.10), transparent 22%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(59, 130, 246, 0.10), transparent 22%);
}

.lx-notfound-hero,
.lx-notfound-grid-wrap {
  position: relative;
  z-index: 1;
}

.lx-notfound-hero {
  padding: clamp(56px, 9vw, 120px) 0 42px;
}

.lx-notfound-glow {
  position: absolute;
  border-radius: 999px;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  opacity: 0.88;
  pointer-events: none;
}

.lx-notfound-glow--one {
  top: 88px;
  left: max(12px, calc(50% - 620px));
  width: 180px;
  height: 180px;
  background: -o-radial-gradient(circle, rgba(34, 211, 238, 0.22), rgba(34, 211, 238, 0));
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), rgba(34, 211, 238, 0));
}

.lx-notfound-glow--two {
  right: max(12px, calc(50% - 640px));
  top: 118px;
  width: 220px;
  height: 220px;
  background: -o-radial-gradient(circle, rgba(139, 92, 246, 0.22), rgba(139, 92, 246, 0));
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22), rgba(139, 92, 246, 0));
}

.lx-notfound-shell {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lx-notfound-copy {
  max-width: 760px;
}

.lx-notfound-kicker,
.lx-notfound-card-kicker,
.lx-notfound-support-label,
.lx-notfound-visual-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lx-notfound-kicker {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.90);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lx-notfound-title {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(42px, 8vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-wrap: balance;
}

.lx-notfound-lead {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.78;
}

.lx-notfound-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.lx-notfound-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-notfound-secondary:hover,
.lx-notfound-secondary:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.lx-notfound-chip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lx-notfound-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  line-height: 1.45;
}

.lx-notfound-visual-card,
.lx-notfound-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  background:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.90);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.90);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 54px rgba(0, 0, 0, 0.24);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 54px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.lx-notfound-visual-card::before,
.lx-notfound-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.18)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.lx-notfound-visual-card {
  padding: clamp(22px, 3vw, 30px);
  background:
    -o-radial-gradient(top right, circle, rgba(34, 211, 238, 0.16), transparent 34%),
    -o-radial-gradient(bottom left, circle, rgba(139, 92, 246, 0.16), transparent 32%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.16), transparent 32%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(139, 92, 246, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-notfound-visual-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.lx-notfound-visual-label {
  color: rgba(255, 255, 255, 0.52);
}

.lx-notfound-visual-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.2;
}

.lx-notfound-code {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(88px, 15vw, 164px);
  line-height: 0.88;
  letter-spacing: -0.08em;
  font-weight: 700;
}

.lx-notfound-visual-copy,
.lx-notfound-card-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.78;
}

.lx-notfound-visual-links {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.lx-notfound-visual-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  -webkit-transition: background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease;
  transition: background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease;
  -o-transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, -webkit-transform .22s ease;
}

.lx-notfound-visual-links a:hover,
.lx-notfound-visual-links a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.lx-notfound-grid-wrap {
  padding: 8px 0 88px;
}

.lx-notfound-grid {
  display: -ms-grid;
  display: grid;
  gap: 22px;
}

.lx-notfound-card {
  padding: clamp(22px, 3vw, 30px);
}

.lx-notfound-card--support {
  background:
    -o-radial-gradient(top right, circle, rgba(59, 130, 246, 0.16), transparent 34%),
    -o-radial-gradient(bottom left, circle, rgba(34, 211, 238, 0.12), transparent 30%),
    -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(34, 211, 238, 0.12), transparent 30%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.02))),
    rgba(10, 12, 19, 0.92);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(34, 211, 238, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 19, 0.92);
}

.lx-notfound-card-kicker {
  color: rgba(255, 255, 255, 0.52);
}

.lx-notfound-card-title {
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.lx-notfound-link-grid,
.lx-notfound-support-grid {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.lx-notfound-link-card,
.lx-notfound-support-tile {
  display: block;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  -webkit-transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  transition: border-color .22s ease, background-color .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
  -o-transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, -webkit-transform .22s ease, -webkit-box-shadow .22s ease;
}

.lx-notfound-link-card:hover,
.lx-notfound-link-card:focus-visible,
.lx-notfound-support-tile:hover,
.lx-notfound-support-tile:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.lx-notfound-link-title,
.lx-notfound-support-value {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.lx-notfound-link-copy {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.lx-notfound-support-label {
  color: rgba(255, 255, 255, 0.52);
}

.lx-notfound-support-value {
  margin-top: 10px;
  word-break: break-word;
}

@media (min-width: 960px) {
  .lx-notfound-shell {
    -ms-grid-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  }

  .lx-notfound-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lx-notfound-link-grid,
  .lx-notfound-support-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .lx-notfound-title {
    font-size: clamp(36px, 13vw, 52px);
  }

  .lx-notfound-actions {
    display: -ms-grid;
    display: grid;
  }

  .lx-notfound-chip {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .lx-notfound-visual-card,
  .lx-notfound-card,
  .lx-notfound-link-card,
  .lx-notfound-support-tile {
    border-radius: 22px;
  }
}

@media (min-width: 1024px) {
  .lx-mobile-nav-bar,
  .lx-mobile-nav-overlay,
  .lx-mobile-nav-panel {
    display: none !important;
  }
}

.lx-fx-ready .lx-fx {
  --lx-fx-delay: 0ms;
  --lx-fx-duration: 420ms;
  --lx-fx-x: 0px;
  --lx-fx-y: 18px;
  --lx-fx-scale: 1;
  opacity: 0;
  -webkit-transform: translate3d(var(--lx-fx-x), var(--lx-fx-y), 0) scale(var(--lx-fx-scale));
          transform: translate3d(var(--lx-fx-x), var(--lx-fx-y), 0) scale(var(--lx-fx-scale));
  -webkit-transition:
    opacity var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    -webkit-transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay);
  transition:
    opacity var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    -webkit-transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay);
  -o-transition:
    opacity var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay);
  transition:
    opacity var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay);
  transition:
    opacity var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay),
    -webkit-transform var(--lx-fx-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--lx-fx-delay);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lx-fx-ready .lx-fx--soft {
  --lx-fx-y: 10px;
  --lx-fx-scale: 0.996;
}

.lx-fx-ready .lx-fx--left {
  --lx-fx-x: -22px;
  --lx-fx-y: 0px;
}

.lx-fx-ready .lx-fx--right {
  --lx-fx-x: 22px;
  --lx-fx-y: 0px;
}

.lx-fx-ready .lx-fx--scale {
  --lx-fx-y: 14px;
  --lx-fx-scale: 0.98;
}

.lx-fx-ready .lx-fx.lx-fx-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@media (max-width: 767px) {
  .lx-fx-ready .lx-fx {
    --lx-fx-y: 16px;
  }

  .lx-fx-ready .lx-fx--left,
  .lx-fx-ready .lx-fx--right {
    --lx-fx-x: 0px;
    --lx-fx-y: 16px;
  }
}

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

  .lx-fx-ready .lx-fx {
    opacity: 1 !important;
    -webkit-transform: none !important;
            -ms-transform: none !important;
        transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

/* ===== Internal Page Hero Title Unification ===== */

.lx-contact-title,
.lx-api-title,
.lx-legal-title,
.lx-pricing-title,
.lx-about-title,
.lx-notfound-title {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.02;
}

@media (max-width: 767px) {
  .lx-contact-title,
  .lx-api-title,
  .lx-legal-title,
  .lx-pricing-title,
  .lx-about-title,
  .lx-notfound-title {
    font-size: clamp(28px, 8.8vw, 40px);
  }
}

/* ===== Floating Header Polish ===== */

#site-header .lx-nav-trigger {
  -webkit-transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    -webkit-transform 0.18s ease;
  -webkit-transition:
    color 0.18s ease,
    background-color 0.18s ease,
    -webkit-box-shadow 0.18s ease,
    -webkit-transform 0.18s ease;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    -webkit-box-shadow 0.18s ease,
    -webkit-transform 0.18s ease;
  -o-transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    -webkit-box-shadow 0.18s ease,
    -webkit-transform 0.18s ease;
}

#site-header .lx-nav-trigger:hover,
#site-header .lx-nav-trigger:focus-visible,
#site-header .lx-nav-trigger[data-state="open"] {
  color: rgba(255, 255, 255, 0.98);
  background: rgba(15, 23, 42, 0.52);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.lx-header-lifted .lx-contact-hero,
body.lx-header-lifted .lx-api-hero,
body.lx-header-lifted .lx-about-hero,
body.lx-header-lifted .lx-legal-hero,
body.lx-header-lifted .lx-pricing-hero,
body.lx-header-lifted .lx-notfound-hero {
  padding-top: 110px;
}

@media (max-width: 1023px) {
  body.lx-header-lifted .lx-contact-hero,
  body.lx-header-lifted .lx-api-hero,
  body.lx-header-lifted .lx-about-hero,
  body.lx-header-lifted .lx-legal-hero,
  body.lx-header-lifted .lx-pricing-hero,
  body.lx-header-lifted .lx-notfound-hero {
    padding-top: 98px;
  }
}

/* ===== Mobile Header & Promo Tightening ===== */

@media (max-width: 1023px) {
  #site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.lx-header-overlay #site-header > .container,
  body.lx-header-lifted #site-header > .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #site-header::before {
    height: 52px;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  }

  .lx-mobile-nav-bar {
    min-height: 42px;
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lx-mobile-nav-logo {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .lx-mobile-nav-brand {
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lx-mobile-nav-bar .lx-mobile-nav-brand > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 24px;
  }

  .lx-mobile-nav-bar .lx-mobile-nav-brand > div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 1;
  }

  .lx-mobile-nav-toggle,
  .lx-mobile-nav-close {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    border-radius: 9px;
  }

  .lx-mobile-nav-toggle-bars {
    gap: 2px;
    place-items: center;
  }

  .lx-mobile-nav-toggle-line {
    width: 13px;
  }

  .lx-mobile-nav-toggle[aria-expanded="true"] .lx-mobile-nav-toggle-line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }

  .lx-mobile-nav-toggle[aria-expanded="true"] .lx-mobile-nav-toggle-line:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
            transform: translateY(-4px) rotate(-45deg);
  }
}

@media (max-width: 639px) {
  #promo {
    min-height: 32px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    padding: 4px 34px 4px 8px;
  }

  #promo > span {
    margin-right: 0 !important;
    padding: 2px 5px;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  #promo [data-promo-countdown] {
    font-size: 9px;
  }

  #promo > div {
    min-width: 0;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #promo > div > span.sm\:hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  #promo > div > a {
    padding: 3px 7px;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

  #promo > button[data-promo-dismiss] {
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 3px;
  }

  #promo > button[data-promo-dismiss] svg {
    width: 11px;
    height: 11px;
  }
}

.lx-careers-section {
  position: relative;
}

.lx-careers-hero-card {
  gap: 1.25rem;
}

.lx-careers-overview-list,
.lx-careers-role-list,
.lx-careers-values-list,
.lx-careers-read-list,
.lx-careers-perks-list {
  display: -ms-grid;
  display: grid;
  gap: 0.85rem;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
}

.lx-careers-overview-list li,
.lx-careers-role-list li,
.lx-careers-values-list li,
.lx-careers-read-list li,
.lx-careers-perks-list li {
  line-height: 1.65;
}

.lx-careers-overview-list li::marker,
.lx-careers-role-list li::marker,
.lx-careers-values-list li::marker,
.lx-careers-read-list li::marker,
.lx-careers-perks-list li::marker {
  color: rgba(167, 139, 250, 0.95);
}

.lx-careers-values-list strong {
  color: #fff;
}

.lx-careers-group-stack {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.lx-careers-group {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.lx-careers-group-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.lx-careers-group-head::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.lx-careers-group-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.lx-careers-role-card,
.lx-careers-culture-card,
.lx-careers-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.lx-careers-role-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.lx-careers-role-footer {
  margin-top: auto;
}

.lx-careers-apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  background: -o-linear-gradient(315deg, rgba(139, 92, 246, 0.92), rgba(34, 211, 238, 0.92));
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.92), rgba(34, 211, 238, 0.92));
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  -o-transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
}

.lx-careers-apply:hover,
.lx-careers-apply:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  -webkit-box-shadow: 0 18px 40px rgba(45, 212, 191, 0.18);
          box-shadow: 0 18px 40px rgba(45, 212, 191, 0.18);
}

.lx-careers-contact-card {
  margin-top: 2rem;
}

.lx-careers-contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.lx-careers-read-link {
  color: #93c5fd;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  -o-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.lx-careers-read-link:hover,
.lx-careers-read-link:focus-visible {
  color: #f0abfc;
  text-decoration: underline;
}

.lx-careers-field-note {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.56);
}

#careers-modal .field.is-error .lx-contact-error {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.lx-careers-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.5;
}

.lx-careers-check input,
.lx-careers-radio-option input {
  margin-top: 0.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lx-careers-radio-group {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.lx-careers-radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.lx-careers-radio-option:hover,
.lx-careers-radio-option:focus-within {
  border-color: rgba(167, 139, 250, 0.38);
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

#careers-modal {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-top: 24px;
  padding-bottom: 24px;
}

#careers-modal .lx-careers-modal-shell {
  width: min(100%, 42rem);
  max-height: calc(100dvh - 250px);
  margin: auto;
}

#careers-modal .lx-careers-modal-body,
#careers-modal .lx-careers-modal-result.form-view--shown {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

#careers-modal .lx-careers-modal-body {
  padding-right: max(1.25rem, env(safe-area-inset-right));
}

#careers-modal .lx-careers-modal-result {
  padding: 3rem 2.75rem 2.75rem;
}

#careers-modal .lx-careers-modal-result h2 {
  line-height: 1.2;
}

#careers-modal .lx-careers-modal-result p {
  line-height: 1.55;
}

#careers-modal button.close-modal {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

#careers-modal button.close-modal:hover,
#careers-modal button.close-modal:focus-visible {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.vacancy-highlight {
  border-color: rgba(139, 92, 246, 0.62) !important;
  -webkit-box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 20px 48px rgba(45, 212, 191, 0.14);
          box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 20px 48px rgba(45, 212, 191, 0.14);
  -webkit-animation: lx-careers-highlight 1.6s ease;
          animation: lx-careers-highlight 1.6s ease;
}

@-webkit-keyframes lx-careers-highlight {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
            box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
  }
  35% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 24px 56px rgba(45, 212, 191, 0.18);
            box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 24px 56px rgba(45, 212, 191, 0.18);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.14), 0 20px 48px rgba(45, 212, 191, 0.14);
            box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.14), 0 20px 48px rgba(45, 212, 191, 0.14);
  }
}

@keyframes lx-careers-highlight {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
            box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
  }
  35% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 24px 56px rgba(45, 212, 191, 0.18);
            box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.22), 0 24px 56px rgba(45, 212, 191, 0.18);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.14), 0 20px 48px rgba(45, 212, 191, 0.14);
            box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.14), 0 20px 48px rgba(45, 212, 191, 0.14);
  }
}

@media (max-width: 767px) {
  #careers-modal {
    padding: 12px;
  }

  #careers-modal .lx-careers-modal-shell {
    max-height: calc(100dvh - 124px);
    border-radius: 22px;
  }

  #careers-modal .lx-careers-modal-body,
  #careers-modal .lx-careers-modal-result.form-view--shown {
    padding: 1rem;
    padding-top: 1.25rem;
  }

  #careers-modal .lx-careers-modal-result {
    padding: 1.5rem 1.25rem 1.35rem;
  }

  .lx-careers-group-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lx-careers-group-head::after {
    width: 100%;
  }

  .lx-careers-apply,
  .lx-careers-contact-actions .lx-about-primary {
    width: 100%;
  }
}

/* Post-hero ambient wave background */
.lx-post-hero-ambient {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 12%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 82% 34%, rgba(37, 99, 235, 0.12), transparent 24%),
    -webkit-gradient(linear, left top, left bottom, from(#030712), color-stop(34%, #071120), color-stop(68%, #050c18), to(#030712));
  background:
    -o-radial-gradient(50% 12%, circle, rgba(56, 189, 248, 0.12), transparent 28%),
    -o-radial-gradient(82% 34%, circle, rgba(37, 99, 235, 0.12), transparent 24%),
    -o-linear-gradient(top, #030712 0%, #071120 34%, #050c18 68%, #030712 100%);
  background:
    radial-gradient(circle at 50% 12%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 82% 34%, rgba(37, 99, 235, 0.12), transparent 24%),
    linear-gradient(180deg, #030712 0%, #071120 34%, #050c18 68%, #030712 100%);
}

.lx-post-hero-wave {
  position: fixed;
  inset: 0;
  z-index: 0;
  height: 100vh;
  height: 100svh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.lx-post-hero-ambient.is-wave-active .lx-post-hero-wave {
  opacity: 0.98;
  visibility: visible;
}

.lx-post-hero-wave::before,
.lx-post-hero-wave::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lx-post-hero-wave::before {
  z-index: 0;
  background:
    -o-radial-gradient(50% 50%, circle, rgba(56, 189, 248, 0.16), transparent 34%),
    -o-linear-gradient(top, rgba(3, 7, 18, 0.94) 0%, rgba(4, 12, 26, 0.56) 40%, rgba(3, 7, 18, 0.92) 100%),
    -o-linear-gradient(338deg, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 42%, rgba(37, 99, 235, 0.1) 100%);
  background:
    radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(3, 7, 18, 0.94) 0%, rgba(4, 12, 26, 0.56) 40%, rgba(3, 7, 18, 0.92) 100%),
    linear-gradient(112deg, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 42%, rgba(37, 99, 235, 0.1) 100%);
}

.lx-post-hero-wave::after {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 58%, rgba(125, 211, 252, 0.12), transparent 30%),
    -webkit-gradient(linear, left top, right top, from(rgba(3, 7, 18, 0.96)), color-stop(12%, rgba(3, 7, 18, 0)), color-stop(88%, rgba(3, 7, 18, 0)), to(rgba(3, 7, 18, 0.96))),
    -webkit-gradient(linear, left top, left bottom, from(rgba(3, 7, 18, 0.78)), color-stop(22%, rgba(3, 7, 18, 0)), to(rgba(3, 7, 18, 0.64)));
  background:
    -o-radial-gradient(50% 58%, circle, rgba(125, 211, 252, 0.12), transparent 30%),
    -o-linear-gradient(left, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0) 12%, rgba(3, 7, 18, 0) 88%, rgba(3, 7, 18, 0.96) 100%),
    -o-linear-gradient(top, rgba(3, 7, 18, 0.78) 0%, rgba(3, 7, 18, 0) 22%, rgba(3, 7, 18, 0.64) 100%);
  background:
    radial-gradient(circle at 50% 58%, rgba(125, 211, 252, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0) 12%, rgba(3, 7, 18, 0) 88%, rgba(3, 7, 18, 0.96) 100%),
    linear-gradient(180deg, rgba(3, 7, 18, 0.78) 0%, rgba(3, 7, 18, 0) 22%, rgba(3, 7, 18, 0.64) 100%);
}

.lx-post-hero-wave__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  -webkit-filter: saturate(1.36) contrast(1.14) brightness(1.05);
          filter: saturate(1.36) contrast(1.14) brightness(1.05);
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, opacity;
}

.lx-post-hero-content {
  position: relative;
  z-index: 1;
}

.lx-post-hero-content > section {
  position: relative;
}

.lx-post-hero-content > section > .absolute:first-child {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .lx-post-hero-wave {
    opacity: 0;
  }

  .lx-post-hero-wave__canvas {
    opacity: 0.84;
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lx-post-hero-ambient.is-wave-active .lx-post-hero-wave {
    opacity: 0.78;
  }
}
/* ===== LeronX Header & Theme Toggle Responsive Fixes v2 ===== */

/* Fix 1: Move theme toggle to bottom-right on ALL screens to prevent overlap with nav actions */
.lx-theme-toggle {
  top: auto !important;
  bottom: 96px !important;
  right: 24px !important;
  z-index: 99998 !important;
}

/* Fix 2: Tighten desktop nav spacing at intermediate sizes (1024-1180px) */
@media (min-width: 1024px) and (max-width: 1180px) {
  .lx-desktop-header {
    grid-template-columns: auto 1fr auto !important;
    column-gap: 0.5rem !important;
  }
  
  .lx-desktop-header__nav {
    gap: 0 !important;
  }
  
  #site-header .lx-nav-trigger,
  .lx-desktop-header__nav a {
    padding-inline: 6px !important;
    font-size: 13px !important;
  }
  
  .lx-desktop-header__actions {
    gap: 0.4rem !important;
  }
  
  .lx-desktop-header__actions a {
    font-size: 13px !important;
    padding-inline: 10px !important;
  }
}

/* Fix 3: Ensure no overflow on desktop */
@media (min-width: 1024px) {
  #site-header > .container {
    overflow: visible;
  }
  
  .lx-desktop-header__nav {
    overflow: hidden;
    min-width: 0;
  }
}
