:root {
  --lgx-bg: #000103;
  --lgx-bg-raised: #05090d;
  --lgx-bg-band: #080f16;
  --lgx-panel: rgba(8, 17, 25, 0.9);
  --lgx-line: rgba(155, 213, 244, 0.16);
  --lgx-line-soft: rgba(155, 213, 244, 0.08);
  --lgx-line-bright: rgba(155, 213, 244, 0.42);
  --lgx-text: #f4f7f9;
  --lgx-muted: #91a3b1;
  --lgx-dim: #536574;
  --lgx-blue: #76bce7;
  --lgx-blue-soft: rgba(74, 166, 223, 0.14);
  --lgx-magenta: #e11bdd;
  --lgx-magenta-soft: rgba(225, 27, 221, 0.16);
  --lgx-magenta-line: rgba(225, 27, 221, 0.36);
  --lgx-gold: #c7b88b;
  --lgx-card-radius: 24px;
  --lgx-content-max: 1272px;
  --lgx-card-pad: clamp(2rem, 2.25vw, 2.25rem);
  --lgx-card-title-size: clamp(1.24rem, 1.35vw, 1.3rem);
  --lgx-card-body-size: clamp(0.92rem, 1vw, 0.94rem);
  --lgx-card-icon-size: clamp(3rem, 4vw, 3.5rem);
  --lgx-icon-chip-background: linear-gradient(135deg, rgba(74, 166, 223, 0.18), rgba(74, 166, 223, 0.08));
  --lgx-icon-chip-border: rgba(155, 213, 244, 0.2);
  --lgx-icon-chip-shadow:
    inset 0 0 0 1px rgba(155, 213, 244, 0.1),
    0 18px 42px rgba(74, 166, 223, 0.08);
  --lgx-icon-chip-hover-shadow:
    inset 0 0 0 1px rgba(155, 213, 244, 0.18),
    0 20px 46px rgba(74, 166, 223, 0.13);
  --lgx-card-surface:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--lgx-panel);
  --lgx-section-quiet-background:
    radial-gradient(circle at 76% 8%, rgba(74, 166, 223, 0.055), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.008), transparent),
    var(--lgx-bg);
  --lgx-section-band-background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 0%, rgba(74, 166, 223, 0.095), transparent 32rem),
    var(--lgx-bg-band);
  --lgx-section-heading-size: clamp(2.4rem, 4.8vw, 4.75rem);
  --lgx-section-copy-size: clamp(1rem, 1.35vw, 1.25rem);
}

#root {
  --text-accent: var(--lgx-blue);
  --color-accent: var(--lgx-blue);
}

#root a:focus-visible,
#root button:focus-visible {
  outline: 2px solid rgba(225, 27, 221, 0.68) !important;
  outline-offset: 4px !important;
}

#root [style*="#4EC9A0"],
#root [style*="#2D8A6E"],
#root [style*="78,201,160"],
#root [style*="78, 201, 160"],
#root [style*="45,138,110"],
#root [style*="45, 138, 110"] {
  border-color: rgba(155, 213, 244, 0.3) !important;
  box-shadow: none !important;
  color: var(--lgx-blue) !important;
  outline-color: rgba(155, 213, 244, 0.4) !important;
}

#root [style*="backgroundColor: '#4EC9A0'"],
#root [style*="backgroundColor:\"#4EC9A0\""],
#root [style*="background-color:#4EC9A0"],
#root [style*="background-color: #4EC9A0"],
#root [style*="backgroundColor: '#2D8A6E'"],
#root [style*="backgroundColor:\"#2D8A6E\""],
#root [style*="background-color:#2D8A6E"],
#root [style*="background-color: #2D8A6E"],
#root [style*="background-color: rgb(78, 201, 160)"],
#root [style*="background-color:rgb(78, 201, 160)"],
#root [style*="background-color: rgba(78, 201, 160"],
#root [style*="background-color:rgba(78, 201, 160"] {
  background-color: var(--lgx-blue) !important;
}

#root form button[type="submit"] {
  color: #02070c !important;
}

#root [style*="rgba(78,201,160"] {
  background-color: rgba(74, 166, 223, 0.08) !important;
  border-color: rgba(155, 213, 244, 0.18) !important;
  color: rgba(155, 213, 244, 0.68) !important;
}

#root [style*="rgba(78, 201, 160"][style*="linear-gradient"],
#root [style*="rgba(78,201,160"][style*="linear-gradient"] {
  background: linear-gradient(135deg, rgba(74, 166, 223, 0.08), rgba(74, 166, 223, 0.02)) !important;
  border-color: rgba(155, 213, 244, 0.2) !important;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(74, 166, 223, 0.07),
    inset 0 1px 0 rgba(155, 213, 244, 0.1) !important;
}

#root [style*="rgba(78, 201, 160"][style*="radial-gradient"],
#root [style*="rgba(78,201,160"][style*="radial-gradient"] {
  background: radial-gradient(circle, rgba(74, 166, 223, 0.08), transparent 60%) !important;
}

#root .feature-card,
#root .comparison-card {
  overflow: hidden !important;
  border-color: var(--lgx-line) !important;
  border-radius: var(--lgx-card-radius) !important;
  background: var(--lgx-card-surface) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.24) !important;
}

#root .feature-card::before {
  background: linear-gradient(
    135deg,
    rgba(155, 213, 244, 0.24),
    rgba(74, 166, 223, 0.12),
    transparent 60%
  ) !important;
}

#root .feature-card::after {
  background: radial-gradient(circle, rgba(74, 166, 223, 0.08), transparent 50%) !important;
}

#root .feature-card:hover,
#root .comparison-card:hover {
  border-color: rgba(155, 213, 244, 0.34) !important;
  box-shadow:
    0 2px 8px rgba(74, 166, 223, 0.12),
    0 24px 64px rgba(0, 0, 0, 0.35) !important;
}

#root section.flex-col.justify-between:first-of-type {
  position: relative !important;
  z-index: 0 !important;
  background: #000103 !important;
}

#root section.flex-col.justify-between:first-of-type > .relative.z-10 {
  padding-bottom: clamp(2.25rem, 5vh, 3.25rem) !important;
}

#root section.flex-col.justify-between:first-of-type > .relative.z-10 > :nth-child(4) {
  margin-top: clamp(1.35rem, 2.2vh, 1.75rem) !important;
}

#root section.flex-col.justify-between:first-of-type > .relative.z-10 > :nth-child(5) {
  margin-top: clamp(0.9rem, 1.8vh, 1.25rem) !important;
}

#root section.flex-col.justify-between:first-of-type + section {
  position: relative;
  z-index: 2;
  margin-top: clamp(-16.5rem, -24vh, -12.5rem) !important;
  padding-top: clamp(0.65rem, 1.5vh, 1rem) !important;
  padding-bottom: clamp(2.25rem, 3.2vh, 3rem) !important;
  background: transparent !important;
}

#root section.flex-col.justify-between:first-of-type + section .stat-glass-card {
  min-height: clamp(9.25rem, 16vh, 10.5rem) !important;
  padding: clamp(1.1rem, 1.7vw, 1.45rem) clamp(1rem, 1.6vw, 1.35rem) !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: none !important;
}

#root section.flex-col.justify-between:first-of-type + section .stat-glass-card .icon-chip {
  width: clamp(2.85rem, 4vw, 3.15rem) !important;
  height: clamp(2.85rem, 4vw, 3.15rem) !important;
  margin-bottom: clamp(0.65rem, 1.2vh, 0.8rem) !important;
  border-radius: 14px !important;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem) !important;
}

#root section.flex-col.justify-between:first-of-type button + div .flex.items-center.gap-3 > div:first-child {
  position: relative !important;
  border-radius: 0.25rem !important;
}

#root section.flex-col.justify-between:first-of-type button + div .flex.items-center.gap-3 > div:first-child > svg {
  display: none !important;
}

#root section.flex-col.justify-between:first-of-type button + div .flex.items-center.gap-3 > div:first-child::before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: none !important;
  width: 0.54rem !important;
  height: 0.32rem !important;
  border-bottom: 2.4px solid #061017 !important;
  border-left: 2.4px solid #061017 !important;
  content: "" !important;
  transform: translate(-50%, -62%) rotate(-45deg) !important;
}

#root section.flex-col.justify-between:first-of-type button + div .flex.items-center.gap-3 > div:first-child:has(> svg)::before {
  display: block !important;
}

#root section.flex-col.justify-between:first-of-type:has(button + div[style*="max-height: 400px"]) {
  overflow: visible !important;
}

#root section.flex-col.justify-between:first-of-type:has(button + div[style*="max-height: 400px"]) + section {
  margin-top: 0 !important;
  padding-top: clamp(2rem, 4vh, 3rem) !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-split > .relative.z-10 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 27.5rem) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(2.25rem, 5.8vw, 5.75rem) !important;
  width: min(100% - clamp(3rem, 8vw, 7rem), 1220px) !important;
  margin: 0 auto !important;
  padding: clamp(7.25rem, 14vh, 9.5rem) 0 clamp(4.35rem, 8vh, 6rem) !important;
  text-align: left !important;
}

#root .lgx-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  transform: translateY(clamp(-2.6rem, -4vh, -1.9rem));
}

#root .lgx-hero-copy .bracket-label {
  justify-content: flex-start !important;
  margin-bottom: clamp(1rem, 1.8vh, 1.45rem) !important;
  text-align: left !important;
}

#root .lgx-hero-copy h1 {
  max-width: 780px !important;
  text-align: left !important;
  text-wrap: balance;
}

#root .lgx-hero-copy p {
  max-width: 600px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

#root .lgx-hero-copy > .flex {
  justify-content: flex-start !important;
}

#root .lgx-trust-crossed {
  position: relative;
  display: inline-block;
  color: #71777d !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

#root .lgx-trust-crossed::before,
#root .lgx-trust-crossed::after {
  position: absolute;
  right: -0.05em;
  left: -0.06em;
  height: 0.055em;
  border-radius: 999px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(199, 184, 139, 0.82) 14%, rgba(225, 27, 221, 0.72) 45%, #9bd5f4 66%, rgba(199, 184, 139, 0.68) 86%, transparent 100%);
  box-shadow:
    0 0 18px rgba(155, 213, 244, 0.2),
    0 0 22px rgba(225, 27, 221, 0.16);
  content: "";
  transform-origin: 50% 50%;
}

#root .lgx-trust-crossed::before {
  top: 55%;
  transform: rotate(-5deg);
}

#root .lgx-trust-crossed::after {
  top: 46%;
  opacity: 0.62;
  transform: rotate(4deg);
}

#root .lgx-hero-proof-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
  transform: translateY(clamp(-2.6rem, -4vh, -1.9rem));
}

#root .lgx-hero-proof-shell {
  width: 100%;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

#root .lgx-hero-proof-card {
  position: relative !important;
  overflow: hidden !important;
  width: min(100%, 27.5rem) !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid rgba(155, 213, 244, 0.24) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 22% 0%, rgba(155, 213, 244, 0.14), transparent 17rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.028) 42%, rgba(0, 1, 3, 0.34)),
    rgba(5, 9, 13, 0.86) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(155, 213, 244, 0.06),
    0 24px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(155, 213, 244, 0.08),
    0 0 72px rgba(74, 166, 223, 0.12) !important;
  font-family: "JetBrains Mono", monospace !important;
  isolation: isolate;
}

#root .lgx-hero-proof-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(155, 213, 244, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 213, 244, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

#root .lgx-hero-proof-card::after {
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 19px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 36%);
  content: "";
  opacity: 0.54;
}

#root .lgx-proof-panel-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 1.55vw, 1.25rem);
}

#root .lgx-proof-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
  border-bottom: 1px solid rgba(155, 213, 244, 0.14);
  padding-bottom: 0.9rem;
}

#root .lgx-proof-status,
#root .lgx-proof-count {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

#root .lgx-proof-status {
  gap: 0.58rem;
  color: #9bd5f4;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#root .lgx-proof-status-dot {
  position: relative;
  display: inline-block;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 999px;
  background: #9bd5f4;
  box-shadow: 0 0 16px rgba(155, 213, 244, 0.72);
}

#root .lgx-proof-status-dot::after {
  position: absolute;
  inset: -0.3rem;
  border: 1px solid rgba(155, 213, 244, 0.28);
  border-radius: inherit;
  content: "";
}

#root .lgx-proof-count {
  color: rgba(244, 247, 249, 0.46);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#root .lgx-proof-ledger {
  display: grid;
  gap: 0.3rem;
}

#root .lgx-proof-row {
  display: grid;
  position: relative;
  overflow: hidden;
  grid-template-columns: 1.12rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  min-height: 2rem;
  border: 1px solid rgba(155, 213, 244, 0.075);
  border-radius: 9px;
  padding: 0.36rem 0.5rem;
  background: linear-gradient(90deg, rgba(155, 213, 244, 0.062), rgba(255, 255, 255, 0.018));
  isolation: isolate;
}

#root .lgx-proof-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.12rem;
  height: 1.12rem;
  border: 1px solid rgba(155, 213, 244, 0.48);
  border-radius: 5px;
  background: linear-gradient(135deg, #9bd5f4, #5faedb);
  box-shadow: 0 0 14px rgba(155, 213, 244, 0.22);
}

#root .lgx-proof-check svg {
  width: 0.78rem;
  height: 0.78rem;
  fill: none;
  stroke: #02070c;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#root .lgx-proof-label {
  overflow: hidden;
  color: rgba(244, 247, 249, 0.82);
  font-size: clamp(0.62rem, 0.78vw, 0.7rem);
  letter-spacing: 0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#root .lgx-proof-digest {
  color: rgba(155, 213, 244, 0.52);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.54rem, 0.66vw, 0.6rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-split + section {
  margin-top: clamp(-7.25rem, -11vh, -5.25rem) !important;
}

@media (min-width: 761px) and (min-height: 900px) {
  #root section.flex-col.justify-between:first-of-type + section {
    margin-top: -17.5rem !important;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  #root section.flex-col.justify-between:first-of-type + section {
    margin-top: -11rem !important;
    padding-bottom: 1.25rem !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card {
    min-height: 8.5rem !important;
    padding: 0.95rem 1rem !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card .icon-chip {
    width: 2.55rem !important;
    height: 2.55rem !important;
    margin-bottom: 0.55rem !important;
    font-size: 1.05rem !important;
  }
}

#root .icon-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--lgx-icon-chip-border) !important;
  background: var(--lgx-icon-chip-background) !important;
  box-shadow: var(--lgx-icon-chip-shadow) !important;
  color: var(--lgx-blue) !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.lgx-root {
  background: var(--lgx-bg);
  color: var(--lgx-text);
  font-family: "IBM Plex Sans", sans-serif;
  isolation: isolate;
}

.lgx-root * {
  box-sizing: border-box;
}

.lgx-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  background: var(--lgx-section-quiet-background);
  border-top: 1px solid var(--lgx-line-soft);
}

.lgx-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(155, 213, 244, 0.035), transparent),
    radial-gradient(circle at 50% 0%, rgba(199, 184, 139, 0.04), transparent 34rem);
  content: "";
}

.lgx-section-alt {
  background: var(--lgx-section-band-background);
}

#root section.lgx-gradient-band {
  position: relative;
  overflow: hidden;
  background: var(--lgx-section-band-background) !important;
  border-top: 1px solid var(--lgx-line-soft);
}

#root section.lgx-gradient-band > :not(.absolute) {
  position: relative;
  z-index: 1;
}

#root section.lgx-gradient-band::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(155, 213, 244, 0.035), transparent),
    radial-gradient(circle at 18% 10%, rgba(155, 213, 244, 0.045), transparent 18rem);
  content: "";
}

#root .lgx-why-now-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--lgx-line-soft);
  border-bottom: 1px solid var(--lgx-line-soft);
  padding: clamp(3.75rem, 6vw, 5.75rem) 0;
  background:
    radial-gradient(circle at 78% 0%, rgba(199, 184, 139, 0.07), transparent 24rem),
    radial-gradient(circle at 14% 18%, rgba(74, 166, 223, 0.08), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--lgx-bg-band);
}

#root .lgx-why-now-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(155, 213, 244, 0.04), transparent),
    linear-gradient(rgba(155, 213, 244, 0.026) 1px, transparent 1px);
  background-size: auto, 100% 32px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

#root .lgx-why-now-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 23.5rem);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

#root .lgx-why-now-copy .lgx-kicker {
  justify-content: flex-start;
}

#root .lgx-why-now-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--lgx-text);
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.65rem, 5.2vw, 5.15rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

#root .lgx-why-now-copy h2 span,
#root .lgx-why-now-copy h2 em {
  display: block;
}

#root .lgx-why-now-copy h2 em {
  color: var(--lgx-blue);
  font-style: italic;
}

#root .lgx-why-now-copy p {
  max-width: 640px;
  margin: 1.1rem 0 0;
  color: var(--lgx-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 300;
  line-height: 1.45;
}

#root .lgx-why-now-stat {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(155, 213, 244, 0.2);
  border-radius: 20px;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(5, 9, 13, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 28px 76px rgba(0, 0, 0, 0.26);
  isolation: isolate;
}

#root .lgx-why-now-stat strong {
  display: block;
  color: var(--lgx-blue);
  font-family: "Instrument Serif", serif;
  font-size: clamp(4rem, 8vw, 6.4rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

#root .lgx-why-now-stat p {
  margin: 1rem 0 0;
  color: rgba(244, 247, 249, 0.82);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-weight: 300;
  line-height: 1.45;
}

#root .lgx-why-now-stat cite {
  display: block;
  margin-top: 1.35rem;
  color: rgba(199, 184, 139, 0.82);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.lgx-shell {
  position: relative;
  z-index: 2;
  width: min(100% - clamp(3rem, 7vw, 6rem), var(--lgx-content-max));
  margin: 0 auto;
}

.lgx-centered-heading {
  max-width: 980px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.25rem);
  text-align: center;
}

.lgx-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.35rem;
  color: var(--lgx-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lgx-kicker span {
  width: clamp(2rem, 5vw, 4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 213, 244, 0.55), transparent);
}

.lgx-centered-heading h2 {
  margin: 0;
  color: var(--lgx-text);
  font-family: "Instrument Serif", serif;
  font-size: var(--lgx-section-heading-size);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.lgx-centered-heading p {
  max-width: 680px;
  margin: 1.1rem auto 0;
  color: var(--lgx-muted);
  font-size: var(--lgx-section-copy-size);
  font-weight: 300;
  line-height: 1.5;
}

#root .lgx-live-heading {
  grid-column: 1 / -1 !important;
  width: min(100%, 1080px) !important;
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

#root .lgx-live-heading .bracket-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.1rem !important;
  color: var(--lgx-blue) !important;
  text-align: center !important;
  letter-spacing: 0.18em !important;
}

#root .lgx-live-heading .bracket-label::before,
#root .lgx-live-heading .bracket-label::after {
  display: block;
  width: clamp(2rem, 5vw, 4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 213, 244, 0.5), transparent);
  content: "";
}

#root .lgx-live-heading h2 {
  width: min(100%, 980px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--lgx-text) !important;
  font-family: "Instrument Serif", serif !important;
  font-size: var(--lgx-section-heading-size) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance;
}

#root .lgx-live-heading h2,
#root .lgx-live-heading p,
#root .lgx-live-heading > div:not(.bracket-label),
#root .lgx-live-heading > div:not(.bracket-label) * {
  clip-path: none !important;
  opacity: 1 !important;
  transform: none !important;
}

#root .lgx-live-heading h2[style*="italic"] {
  color: var(--lgx-blue) !important;
  font-style: italic !important;
}

#root .lgx-live-heading p {
  max-width: 680px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--lgx-muted) !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: var(--lgx-section-copy-size) !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  text-wrap: balance;
}

#root .lgx-live-heading p[style*="italic"] {
  color: var(--lgx-blue) !important;
  font-family: "Instrument Serif", serif !important;
  font-style: italic !important;
}

#root .lgx-live-what-we-do .lgx-live-heading > div:not(.bracket-label) {
  width: min(100%, 760px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

#root .lgx-live-what-we-do .lgx-live-heading > div:not(.bracket-label) p {
  max-width: 760px !important;
  text-align: center !important;
}

#root .lgx-live-privacy .lg\:col-span-7.flex.items-center {
  grid-column: 1 / -1 !important;
  justify-content: center !important;
  width: 100% !important;
}

#root .lgx-live-privacy .comparison-card {
  border-color: var(--lgx-line) !important;
  background: var(--lgx-card-surface) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.24) !important;
  width: min(100%, 430px) !important;
}

#root .lgx-live-privacy .comparison-card:first-child {
  justify-self: end !important;
}

#root .lgx-live-privacy .comparison-card:last-child {
  justify-self: start !important;
}

#root .lgx-live-privacy .lgx-privacy-positioning {
  grid-column: 1 / -1 !important;
  width: min(100%, 980px);
  margin: clamp(2rem, 4vw, 3.25rem) auto clamp(1.35rem, 3vw, 2.25rem) !important;
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

#root .lgx-privacy-levels-section {
  padding: clamp(2.25rem, 4vw, 3.4rem) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0)),
    var(--lgx-bg);
}

#root .lgx-tier-band {
  display: grid;
  gap: 0.85rem;
  width: min(100%, 980px);
  margin: 0 auto;
  border-top: 1px solid rgba(155, 213, 244, 0.14);
  border-bottom: 1px solid rgba(155, 213, 244, 0.14);
  padding: clamp(1rem, 1.8vw, 1.35rem) 0;
}

#root .lgx-tier-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

#root .lgx-tier-card {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  border: 1px solid rgba(155, 213, 244, 0.18);
  border-radius: 10px;
  padding: 0.52rem 0.68rem;
  color: rgba(244, 247, 249, 0.82);
  background: rgba(155, 213, 244, 0.045);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.66rem, 0.78vw, 0.76rem);
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
  isolation: isolate;
}

#root .lgx-tier-card.is-restricted {
  border-color: rgba(199, 184, 139, 0.32);
  color: rgba(199, 184, 139, 0.9);
  background:
    linear-gradient(135deg, rgba(199, 184, 139, 0.1), rgba(155, 213, 244, 0.035)),
    rgba(0, 1, 3, 0.34);
}

#root .lgx-product-surface {
  max-width: none !important;
  margin: 0 !important;
  color: var(--lgx-dim) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.07em !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

#root .lgx-product-surface {
  color: rgba(155, 213, 244, 0.76) !important;
}

#root .lgx-product-surface span {
  color: rgba(199, 184, 139, 0.78);
}

#root .lgx-centered-heading .lgx-agent-product-kicker {
  margin: 1rem auto 0 !important;
}

#root .lgx-live-platform .lgx-live-heading + .relative {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#root .lgx-live-platform .lgx-live-heading + .relative .feature-card {
  opacity: 1 !important;
  transform: translateX(0) !important;
  width: 100% !important;
}

#root .lgx-live-platform .lgx-live-heading + .relative .feature-card:hover {
  transform: translateY(-4px) scale(1.01) !important;
}

#root #architecture > div {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  grid-auto-rows: 1fr !important;
  gap: clamp(1rem, 1.6vw, 1.35rem) !important;
}

#root #architecture > div > .lgx-live-heading {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  margin-bottom: clamp(1.65rem, 3vw, 2.5rem) !important;
}

#root #architecture > div > .prop-card {
  grid-column: auto !important;
  margin-bottom: 0 !important;
}

#root #architecture > div > .grid {
  display: contents !important;
}

#root #architecture .prop-card {
  display: flex !important;
  align-items: stretch !important;
  flex-direction: column !important;
  min-height: clamp(17.5rem, 22vw, 20rem) !important;
  padding: var(--lgx-card-pad) !important;
}

#root #architecture .prop-card > .grid {
  display: flex !important;
  flex: 1 1 auto !important;
  height: 100% !important;
}

#root #architecture .prop-card > .grid > :first-child {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

#root #architecture .prop-card > .grid > :last-child,
#root #architecture .attestation-receipt {
  display: none !important;
}

#root #architecture .prop-card .icon-chip {
  width: var(--lgx-card-icon-size) !important;
  height: var(--lgx-card-icon-size) !important;
  margin-bottom: 1.35rem !important;
  border-radius: 16px !important;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem) !important;
}

#root #architecture .prop-card .prop-num {
  margin-top: 0 !important;
  margin-bottom: 0.85rem !important;
  color: var(--lgx-blue) !important;
  font-size: clamp(0.72rem, 0.85vw, 0.8rem) !important;
}

#root #architecture .prop-card h3 {
  margin-bottom: 0.85rem !important;
  color: var(--lgx-text) !important;
  font-size: var(--lgx-card-title-size) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

#root #architecture .prop-card p {
  max-width: none !important;
  color: var(--lgx-muted) !important;
  font-size: var(--lgx-card-body-size) !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
}

#root .lgx-live-private-beta {
  min-height: auto !important;
  padding: clamp(4.75rem, 8vw, 7rem) 0 !important;
}

#root .lgx-live-private-beta .lgx-live-heading {
  max-width: 820px !important;
}

#root .lgx-live-private-beta .lgx-live-heading a {
  opacity: 1 !important;
  transform: none !important;
  border: 1px solid rgba(155, 213, 244, 0.42) !important;
  border-radius: 4px !important;
  background: var(--lgx-blue) !important;
  box-shadow:
    inset 0 0 0 1px rgba(225, 27, 221, 0.12),
    0 16px 44px rgba(74, 166, 223, 0.16) !important;
  color: #02070c !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#root .lgx-live-private-beta .lgx-live-heading a:hover {
  background: #9bd5f4 !important;
  box-shadow:
    inset 0 0 0 1px rgba(225, 27, 221, 0.2),
    0 18px 52px rgba(225, 27, 221, 0.16),
    0 14px 42px rgba(74, 166, 223, 0.16) !important;
}

#root .lgx-brand-link {
  border-radius: 6px;
}

#root nav .lgx-brand-link {
  gap: 0.72rem !important;
  padding-inline: 0.5rem !important;
}

#root .lgx-brand-mark-image {
  width: 1.875rem !important;
  height: 1.875rem !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  transform: translateY(-0.5px);
}

#root nav .lgx-brand-link:hover .lgx-brand-mark-image,
#root nav .lgx-brand-link:focus-visible .lgx-brand-mark-image {
  box-shadow: 0 0 0 1px rgba(225, 27, 221, 0.22) !important;
}

.lgx-vertical-grid,
.lgx-agent-grid,
.lgx-model-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.lgx-vertical-grid,
.lgx-agent-grid,
.lgx-model-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lgx-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--lgx-line);
  border-radius: var(--lgx-card-radius);
  background: var(--lgx-card-surface);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.24);
}

#root .lgx-cipher-ready {
  position: relative !important;
}

#root .lgx-cipher-ready > :not(.lgx-card-cipher-canvas),
.lgx-card.lgx-cipher-ready > :not(.lgx-card-cipher-canvas) {
  position: relative;
  z-index: 1;
}

#root .lgx-card-cipher-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms cubic-bezier(0.22, 1, 0.36, 1);
  mix-blend-mode: screen;
}

#root .lgx-cipher-ready:hover .lgx-card-cipher-canvas,
#root .lgx-cipher-ready:focus-within .lgx-card-cipher-canvas {
  opacity: 0.52;
}

@media (prefers-reduced-motion: reduce) {
  #root .lgx-card-cipher-canvas {
    transition: none;
  }
}

.lgx-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  opacity: 0;
  box-shadow: 0 0 0 1px rgba(155, 213, 244, 0.38), 0 0 58px rgba(74, 166, 223, 0.14);
  transition: opacity 220ms ease;
}

.lgx-card:hover::before,
.lgx-card.is-featured::before {
  opacity: 1;
}

.lgx-card-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.35rem;
  margin-bottom: 1.25rem;
}

.lgx-card h3 {
  margin: 0;
  color: var(--lgx-text);
  font-size: var(--lgx-card-title-size);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.lgx-card p {
  margin: 0;
  color: var(--lgx-muted);
  font-size: var(--lgx-card-body-size);
  font-weight: 300;
  line-height: 1.5;
}

.lgx-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--lgx-card-icon-size);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 1px solid var(--lgx-icon-chip-border);
  border-radius: 16px;
  background: var(--lgx-icon-chip-background);
  box-shadow: var(--lgx-icon-chip-shadow);
  transform: translate3d(0, 0, 0);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lgx-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: var(--lgx-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lgx-brand-icon {
  overflow: hidden;
  box-shadow: var(--lgx-icon-chip-shadow);
}

.lgx-brand-icon img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.lgx-emoji-icon span {
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1;
  filter: drop-shadow(0 0 18px rgba(155, 213, 244, 0.26));
}

.lgx-icon-large {
  width: var(--lgx-card-icon-size);
  margin: 0 0 1.35rem;
}

.lgx-icon-large svg {
  width: 62%;
  height: 62%;
}

.lgx-icon-small {
  width: var(--lgx-card-icon-size);
}

.lgx-icon-model {
  width: var(--lgx-card-icon-size);
}

.lgx-icon-model img {
  width: 64%;
  height: 64%;
}

#root .feature-card:hover .icon-chip,
#root .comparison-card:hover .icon-chip,
#root .prop-card:hover .icon-chip,
#root .stat-glass-card:hover .icon-chip,
.lgx-card:hover .lgx-icon {
  border-color: rgba(155, 213, 244, 0.34) !important;
  background: linear-gradient(135deg, rgba(74, 166, 223, 0.22), rgba(74, 166, 223, 0.1)) !important;
  box-shadow: var(--lgx-icon-chip-hover-shadow) !important;
  transform: translate3d(0, -3px, 0) scale(1.035) !important;
}

@media (prefers-reduced-motion: reduce) {
  #root .icon-chip,
  .lgx-icon,
  .lgx-card-media img {
    transition: none !important;
  }

  #root .feature-card:hover .icon-chip,
  #root .comparison-card:hover .icon-chip,
  #root .prop-card:hover .icon-chip,
  #root .stat-glass-card:hover .icon-chip,
  .lgx-card:hover .lgx-icon,
  .lgx-vertical-card:hover .lgx-card-media img {
    transform: none !important;
  }
}

.lgx-vertical-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(560px, 42vw, 650px);
  padding: 0;
}

.lgx-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(155, 213, 244, 0.13);
  background:
    radial-gradient(circle at 50% 30%, rgba(118, 188, 231, 0.1), transparent 58%),
    #02070c;
  isolation: isolate;
}

.lgx-card-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 1, 3, 0.66) 100%),
    radial-gradient(circle at 50% 50%, transparent 52%, rgba(0, 1, 3, 0.48) 100%);
  content: "";
}

.lgx-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.04) contrast(1.04);
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lgx-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(1.65rem, 2.05vw, 2.15rem);
  background:
    linear-gradient(180deg, rgba(0, 1, 3, 0.08), rgba(0, 1, 3, 0.22)),
    rgba(5, 9, 13, 0.36);
}

.lgx-vertical-card:hover .lgx-card-media img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.08) brightness(1.04);
}

.lgx-vertical-card ul {
  display: grid;
  gap: 0.72rem;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.lgx-vertical-card li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--lgx-muted);
  font-size: var(--lgx-card-body-size);
  font-weight: 300;
  line-height: 1.45;
}

.lgx-vertical-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--lgx-blue);
  box-shadow: 0 0 14px rgba(155, 213, 244, 0.5);
  content: "";
}

.lgx-vertical-card .lgx-card-head {
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.lgx-vertical-card .lgx-icon {
  width: clamp(2.75rem, 3.3vw, 3.25rem);
  border-radius: 999px;
}

.lgx-vertical-card h3 {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 2.75vw, 2.55rem);
  font-weight: 400;
  line-height: 1.02;
}

.lgx-vertical-card p {
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.55;
}

.lgx-agent-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: clamp(320px, 24vw, 350px);
  padding: var(--lgx-card-pad);
  text-align: left;
}

.lgx-agent-card h3 {
  margin-bottom: 0.75rem;
  font-size: var(--lgx-card-title-size);
}

.lgx-agent-card p {
  max-width: 440px;
  margin: 0;
}

.lgx-agent-list {
  display: grid;
  gap: 0.68rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.lgx-agent-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--lgx-muted);
  font-size: var(--lgx-card-body-size);
  font-weight: 300;
  line-height: 1.45;
}

.lgx-agent-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--lgx-blue);
  box-shadow: 0 0 14px rgba(155, 213, 244, 0.5);
  content: "";
}

.lgx-model-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: start;
  min-height: 300px;
  padding: var(--lgx-card-pad);
}

.lgx-model-copy {
  min-width: 0;
}

.lgx-model-card h3 {
  margin-bottom: 0.4rem;
  font-size: var(--lgx-card-title-size);
}

.lgx-model-card p {
  color: var(--lgx-dim);
  font-size: var(--lgx-card-body-size);
}

.lgx-model-spec {
  display: inline-flex;
  margin-top: 1.15rem;
  border: 1px solid rgba(155, 213, 244, 0.36);
  border-radius: 8px;
  padding: 0.52rem 0.78rem;
  color: var(--lgx-blue);
  background: rgba(74, 166, 223, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.66rem, 0.76vw, 0.78rem);
  letter-spacing: 0.04em;
}

.lgx-model-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.25rem 0 0;
}

.lgx-model-card dl div {
  min-width: 0;
  border-top: 1px solid rgba(155, 213, 244, 0.11);
  padding-top: 0.65rem;
}

.lgx-model-card dt {
  overflow: hidden;
  color: var(--lgx-dim);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lgx-model-card dd {
  margin: 0.25rem 0 0;
  color: var(--lgx-text);
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  font-weight: 500;
}

.lgx-model-note {
  max-width: 820px;
  margin: clamp(1.8rem, 3vw, 2.6rem) auto 0;
  color: var(--lgx-dim);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: no-preference) {
  .lgx-card {
    transition: transform 240ms ease, border-color 240ms ease;
  }

  .lgx-card:hover {
    transform: translateY(-4px);
    border-color: rgba(155, 213, 244, 0.28);
  }
}

@media (max-width: 1180px) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-split > .relative.z-10 {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 25rem) !important;
    gap: clamp(1.6rem, 4vw, 3rem) !important;
    width: min(100% - 2.5rem, 1040px) !important;
  }

  #root #architecture > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lgx-vertical-grid,
  .lgx-agent-grid,
  .lgx-model-grid {
    grid-template-columns: 1fr;
  }

  .lgx-vertical-card,
  .lgx-agent-card {
    min-height: auto;
  }

  .lgx-card-media {
    max-height: 360px;
  }

  .lgx-model-card {
    min-height: auto;
  }
}

@media (max-width: 1059px) {
  #root nav {
    background-color: rgba(0, 1, 3, 0.88) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  #root nav > div:first-child > div[class*="md:flex"],
  #root nav > div:first-child > a[class*="md:inline-flex"] {
    display: none !important;
  }

  #root nav > div:first-child > button[class*="md:hidden"] {
    display: flex !important;
  }

  #root nav > div.fixed.inset-0 {
    top: 72px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    height: calc(100svh - 72px) !important;
    min-height: calc(100svh - 72px) !important;
    padding: clamp(2.2rem, 7svh, 4rem) 1.5rem calc(2rem + env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    background:
      linear-gradient(180deg, #05090d, #000103),
      radial-gradient(circle at 18% 0%, rgba(225, 27, 221, 0.08), transparent 17rem),
      radial-gradient(circle at 50% 0%, rgba(155, 213, 244, 0.11), transparent 20rem) !important;
    border-top: 1px solid rgba(155, 213, 244, 0.14) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  #root nav > div.fixed.inset-0 > a,
  #root nav > div.fixed.inset-0 > button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 21rem) !important;
    min-height: 3.35rem !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(155, 213, 244, 0.12) !important;
    color: rgba(244, 247, 249, 0.72) !important;
    font-size: 0.84rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1 !important;
  }

  #root nav > div.fixed.inset-0 > a:last-child {
    width: min(100%, 18rem) !important;
    min-height: 3rem !important;
    margin-top: 1.35rem !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f4f7f9 !important;
    color: #02070c !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
  }
}

@media (min-width: 1060px) {
  #root nav {
    z-index: 1000 !important;
    pointer-events: auto !important;
  }

  #root nav a,
  #root nav button {
    pointer-events: auto !important;
  }

  #root nav > div:first-child > div[class*="md:flex"] {
    display: flex !important;
  }

  #root nav > div:first-child > div[class*="md:flex"] > a,
  #root nav > div:first-child > div[class*="md:flex"] > button,
  #root nav > div:first-child > a:first-child {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 2.75rem !important;
    padding-inline: 0.55rem !important;
    cursor: pointer !important;
    touch-action: manipulation;
  }

  #root nav > div:first-child > a[class*="md:inline-flex"] {
    display: inline-flex !important;
  }

  #root nav > div:first-child > button[class*="md:hidden"] {
    display: none !important;
  }

  #root nav > div:first-child > a.lgx-brand-link:first-child {
    padding-inline: 0.5rem !important;
  }
}

@media (max-width: 980px) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-split {
    min-height: auto !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-split > .relative.z-10 {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(2rem, 5vw, 2.75rem) !important;
    width: min(100% - 2rem, 44rem) !important;
    padding-top: clamp(11.6rem, 23vh, 13.75rem) !important;
    padding-bottom: clamp(2.2rem, 5.5vh, 3.2rem) !important;
  }

  #root .lgx-hero-copy {
    align-items: center;
    text-align: center;
    transform: translateY(clamp(-1.35rem, -2.8vh, -0.85rem));
  }

  #root .lgx-hero-copy .bracket-label,
  #root .lgx-hero-copy h1,
  #root .lgx-hero-copy p {
    text-align: center !important;
  }

  #root .lgx-hero-copy .bracket-label,
  #root .lgx-hero-copy > .flex {
    justify-content: center !important;
  }

  #root .lgx-hero-proof-column {
    justify-content: center;
    transform: translateY(clamp(-1.35rem, -2.8vh, -0.85rem));
  }

  #root .lgx-hero-proof-card {
    width: min(100%, 27.5rem) !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-split + section {
    margin-top: clamp(-0.6rem, -1.4vh, -0.2rem) !important;
  }
}

@media (max-width: 760px) {
  #root section.flex-col.justify-between:first-of-type {
    min-height: clamp(42rem, 80svh, 46rem) !important;
    overflow: hidden !important;
  }

  #root section.flex-col.justify-between:first-of-type > .absolute {
    top: clamp(4.4rem, 10svh, 5.6rem) !important;
    bottom: auto !important;
    height: clamp(9.5rem, 22svh, 12rem) !important;
  }

  #root #architecture > div {
    grid-template-columns: 1fr !important;
  }

  #root #architecture .prop-card {
    min-height: auto !important;
  }

  #root section.flex-col.justify-between:first-of-type > .relative.z-10 {
    flex: none !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    padding-top: clamp(13.25rem, 30svh, 15.5rem) !important;
    padding-bottom: clamp(2.25rem, 5svh, 3rem) !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-split {
    min-height: auto !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-split > .relative.z-10 {
    display: grid !important;
    padding-top: clamp(11.45rem, 26svh, 13.5rem) !important;
    padding-bottom: 2rem !important;
  }

  #root .lgx-proof-panel-inner {
    padding: 0.95rem;
  }

  #root .lgx-proof-panel-top {
    margin-bottom: 0.78rem;
    padding-bottom: 0.72rem;
  }

  #root .lgx-proof-row {
    grid-template-columns: 1.05rem minmax(0, 1fr) auto;
    gap: 0.52rem;
    min-height: 1.88rem;
    padding: 0.32rem 0.44rem;
  }

  #root .lgx-proof-check {
    width: 1.05rem;
    height: 1.05rem;
  }

  #root .lgx-proof-label {
    font-size: 0.59rem;
  }

  #root .lgx-proof-digest {
    font-size: 0.5rem;
  }

  #root section.flex-col.justify-between:first-of-type + section {
    margin-top: 0 !important;
    padding-top: clamp(2rem, 5svh, 2.75rem) !important;
    padding-bottom: clamp(2.25rem, 6vh, 3.25rem) !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .grid {
    gap: clamp(0.85rem, 3vw, 1rem) !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card {
    min-height: 8.25rem !important;
    padding: 0.85rem 0.65rem !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card .icon-chip {
    width: 2.35rem !important;
    height: 2.35rem !important;
    margin-bottom: 0.5rem !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card > div:nth-of-type(2) {
    margin-bottom: 0.42rem !important;
    font-size: clamp(1.36rem, 7vw, 1.62rem) !important;
    line-height: 1.05 !important;
  }

  #root section.flex-col.justify-between:first-of-type + section .stat-glass-card > div:nth-of-type(3) {
    font-size: 0.54rem !important;
    letter-spacing: 0.08em !important;
  }

  .lgx-section {
    padding: 4.5rem 0;
  }

  .lgx-shell {
    width: min(100% - 3rem, var(--lgx-content-max));
  }

  .lgx-centered-heading {
    text-align: center;
  }

  .lgx-kicker {
    justify-content: center;
    gap: 0.85rem;
    letter-spacing: 0.14em;
  }

  .lgx-kicker span {
    width: 2rem;
  }

  #root .lgx-why-now-grid {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  #root .lgx-why-now-copy .lgx-kicker {
    justify-content: center;
  }

  #root .lgx-why-now-copy h2,
  #root .lgx-why-now-copy p {
    text-align: center;
  }

  #root .lgx-tier-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgx-card-head,
  .lgx-model-card {
    grid-template-columns: 1fr;
  }

  .lgx-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .lgx-agent-card {
    text-align: left;
  }

  .lgx-card-body {
    padding: 1.35rem;
  }

  .lgx-icon-large {
    margin-right: 0;
    margin-left: 0;
  }

  .lgx-model-card dl {
    grid-template-columns: 1fr;
  }

  .lgx-model-note {
    text-align: center;
  }
}

/* Editorial hero preview: full-bleed privacy boundary with proof in the hero. */
#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial {
  position: relative !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  isolation: isolate;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 1, 3, 0.42) 0%, rgba(0, 1, 3, 0.2) 42%, rgba(0, 1, 3, 0.02) 72%),
    linear-gradient(180deg, rgba(0, 1, 3, 0.02) 0%, rgba(0, 1, 3, 0.05) 44%, rgba(0, 1, 3, 0.62) 78%, #000103 100%);
  content: "";
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 31% !important;
  filter: saturate(0.76) contrast(1.2) brightness(1.55);
  transform: scale(1.08);
  transform-origin: 56% 30%;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .relative.z-10 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(32rem, 0.96fr) !important;
  align-items: center !important;
  gap: clamp(3rem, 5vw, 5rem) !important;
  width: min(100% - clamp(3rem, 8vw, 7rem), var(--lgx-content-max)) !important;
  min-height: 100dvh !important;
  margin: 0 auto !important;
  padding: clamp(16rem, 28vh, 18rem) 0 clamp(4.5rem, 8vh, 6rem) !important;
  text-align: left !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy {
  align-items: flex-start;
  width: 100%;
  transform: none;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy .bracket-label {
  justify-content: flex-start !important;
  margin-bottom: clamp(1.25rem, 2.4vh, 1.7rem) !important;
  text-align: left !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy h1 {
  max-width: 44rem !important;
  font-size: clamp(4.25rem, 6.2vw, 5.8rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
  text-wrap: balance;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy p {
  max-width: 42rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: rgba(244, 247, 249, 0.66) !important;
  font-size: clamp(1rem, 1.18vw, 1.12rem) !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > .flex {
  justify-content: flex-start !important;
  margin-top: clamp(2.1rem, 4vh, 2.75rem) !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-trust-crossed {
  color: rgba(160, 166, 172, 0.58) !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-trust-crossed::before,
#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-trust-crossed::after {
  height: 0.045em;
  box-shadow:
    0 0 14px rgba(155, 213, 244, 0.16),
    0 0 18px rgba(225, 27, 221, 0.12);
}

#root nav > div:first-child > a.lgx-brand-link:first-child {
  transform: scale(1.08);
  transform-origin: left center;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial + section {
  margin-top: 0 !important;
  padding-top: clamp(3rem, 5vh, 4rem) !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
  transform: none;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-shell {
  width: 100%;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid rgba(155, 213, 244, 0.3) !important;
  border-radius: 2px !important;
  background:
    linear-gradient(135deg, rgba(155, 213, 244, 0.055), transparent 42%),
    rgba(4, 9, 13, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-card::after {
  border-radius: 1px;
  opacity: 0.22;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-panel-inner {
  padding: clamp(1.15rem, 1.7vw, 1.45rem);
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-panel-top {
  margin-bottom: 0;
  border-color: rgba(155, 213, 244, 0.2);
  padding-bottom: 1rem;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-status {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-count {
  font-size: 0.68rem;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-ledger {
  gap: 0;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-row {
  min-height: 2.78rem;
  border: 0;
  border-bottom: 1px solid rgba(155, 213, 244, 0.12);
  border-radius: 0;
  padding: 0.58rem 0.18rem;
  background: transparent;
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-label {
  font-size: clamp(0.65rem, 0.75vw, 0.72rem);
}

#root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-digest {
  font-size: clamp(0.54rem, 0.62vw, 0.61rem);
}

@media (prefers-reduced-motion: no-preference) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute video {
    animation: lgx-wave-reveal 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > * {
    animation: lgx-hero-copy-reveal 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > :nth-child(2) {
    animation-delay: 80ms;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > :nth-child(3) {
    animation-delay: 150ms;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > :nth-child(4) {
    animation-delay: 220ms;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-card {
    animation: lgx-proof-console-reveal 820ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes lgx-wave-reveal {
  from {
    opacity: 0;
    transform: scale(1.22);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes lgx-hero-copy-reveal {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lgx-proof-console-reveal {
  from {
    opacity: 0;
    transform: translateX(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1180px) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .relative.z-10 {
    grid-template-columns: minmax(0, 0.9fr) minmax(27rem, 0.86fr) !important;
    gap: clamp(2rem, 4vw, 3.5rem) !important;
    width: min(100% - 3rem, 68rem) !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy h1 {
    font-size: clamp(4rem, 6.5vw, 5.2rem) !important;
  }
}

@media (max-width: 980px) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial {
    min-height: auto !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .relative.z-10 {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 3.5rem !important;
    width: min(100% - 3rem, 44rem) !important;
    min-height: auto !important;
    padding: clamp(15rem, 28vh, 18rem) 0 5rem !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy {
    align-items: center;
    text-align: center;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy .bracket-label,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy h1,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy p {
    text-align: center !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy .bracket-label,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > .flex {
    justify-content: center !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-proof-column {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial {
    min-height: auto !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial::after {
    background:
      linear-gradient(180deg, rgba(0, 1, 3, 0.06) 0%, rgba(0, 1, 3, 0.12) 38%, rgba(0, 1, 3, 0.72) 68%, #000103 82%),
      linear-gradient(90deg, rgba(0, 1, 3, 0.16), rgba(0, 1, 3, 0.02));
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute {
    top: 5rem !important;
    bottom: auto !important;
    height: 17rem !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute video {
    object-position: 58% 16% !important;
    transform: scale(1.22);
    transform-origin: 60% 20%;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .relative.z-10 {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 2.75rem !important;
    width: min(100% - 2rem, 36rem) !important;
    min-height: auto !important;
    padding: 14.5rem 0 4rem !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy .bracket-label,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy h1,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy p {
    text-align: center !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy .bracket-label,
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy > .flex {
    justify-content: center !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy h1 {
    max-width: 22rem !important;
    font-size: clamp(3.15rem, 14vw, 4rem) !important;
    line-height: 0.96 !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-hero-copy p {
    max-width: 22rem !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-panel-inner {
    padding: 0.95rem;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-row {
    min-height: 2.7rem;
    padding: 0.52rem 0.08rem;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-label {
    font-size: 0.59rem;
  }

  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial .lgx-proof-digest {
    font-size: 0.5rem;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  #root section.flex-col.justify-between:first-of-type.lgx-hero-editorial > .absolute video {
    animation-name: lgx-wave-reveal-mobile;
  }
}

@keyframes lgx-wave-reveal-mobile {
  from {
    opacity: 0;
    transform: scale(1.34);
  }

  to {
    opacity: 1;
    transform: scale(1.22);
  }
}
