:root {
  --lb-bg: #0a0a0a;
  --lb-surface: #101010;
  --lb-surface-alt: #151515;
  --lb-border: rgba(255, 255, 255, 0.08);
  --lb-grid: rgba(232, 202, 56, 0.08);
  --lb-primary: #e8ca38;
  --lb-primary-soft: rgba(232, 202, 56, 0.18);
  --lb-secondary: #7a0000;
  --lb-text: #ffffff;
  --lb-text-secondary: #ffffff;
  --lb-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

body.home,
body.page-id-16 {
  background:
    linear-gradient(rgba(232, 202, 56, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 202, 56, 0.06) 1px, transparent 1px),
    radial-gradient(circle at top, rgba(122, 0, 0, 0.16), transparent 34%),
    var(--lb-bg);
  background-size: 48px 48px, 48px 48px, 100% 100%, auto;
}

body.home #main #content-wrap,
body.page-id-16 #main #content-wrap {
  padding-top: 88px;
  padding-bottom: 0;
}

body.home #scroll-top,
body.page-id-16 #scroll-top {
  display: none !important;
}

body.home #site-header,
body.page-id-16 #site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  transition: transform 0.25s ease;
}

body.home #site-header.lb-header-hidden,
body.page-id-16 #site-header.lb-header-hidden {
  transform: translateY(-100%);
}

.linkbox-landing {
  color: var(--lb-text);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 1));
}

.linkbox-landing,
.linkbox-landing p,
.linkbox-landing li,
.linkbox-landing h1,
.linkbox-landing h2,
.linkbox-landing h3,
.linkbox-landing label,
.linkbox-landing input,
.linkbox-landing textarea {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.lb-shell {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

.lb-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 96px;
  background:
    radial-gradient(circle at top center, rgba(232, 202, 56, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.72), rgba(10, 10, 10, 0.92)),
    linear-gradient(rgba(232, 202, 56, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 202, 56, 0.04) 1px, transparent 1px),
    #0a0a0a;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

.lb-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.lb-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

.lb-hero__video--mobile {
  display: none;
}

.lb-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 20%, rgba(232, 202, 56, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.46));
}

.lb-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  text-align: center;
}

.lb-hero__inner h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 6vw, 68px);
  color: #ffffff;
}

.lb-hero__brand {
  margin: 0 0 24px;
  color: #e8ca38;
  -webkit-text-stroke: 0 transparent;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(30px, 6vw, 74px);
}

.lb-hero__copy {
  max-width: 760px;
  margin: 0 auto;
}

.lb-hero__copy p {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.9;
}

.lb-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.lb-hero__actions .lb-button {
  min-width: 240px;
  padding: 0 28px;
  white-space: nowrap;
}

.lb-section {
  position: relative;
  padding: 88px 0;
}

.lb-kicker,
.lb-technical-label {
  display: none;
  margin: 0 0 16px;
  color: var(--lb-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.lb-intro,
.lb-copy p,
.lb-panel p,
.lb-feature-card p,
.lb-form-card p {
  color: var(--lb-text-secondary);
}

.lb-section h1,
.lb-section h2 {
  margin: 0 0 24px;
  color: var(--lb-text);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.lb-section h1 {
  font-size: clamp(34px, 5vw, 56px);
}

.lb-section h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.lb-section h3 {
  margin: 28px 0 14px;
  color: var(--lb-text);
  font-size: 18px;
}

.lb-section p,
.lb-section li,
.lb-form-card label {
  font-size: 17px;
  line-height: 1.85;
}

.lb-grid {
  display: grid;
  gap: 32px;
}

.lb-grid--about,
.lb-grid--problem,
.lb-grid--story,
.lb-grid--scenario,
.lb-grid--architecture,
.lb-grid--connectivity,
.lb-grid--preorder {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.lb-media-card,
.lb-panel,
.lb-feature-card,
.lb-use-card,
.lb-form-card,
.lb-video-card {
  position: relative;
  border: 1px solid var(--lb-border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(10, 10, 10, 0.96));
  box-shadow: var(--lb-shadow);
}

.lb-media-card {
  padding: 24px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lb-media-card--compact {
  margin-top: 24px;
}

.lb-media-card--glow::before,
.lb-form-card::before,
.lb-panel--accent::before {
  content: "";
  position: absolute;
  inset: auto -15% -25% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 202, 56, 0.18), transparent 68%);
  pointer-events: none;
}

.lb-media-card__image,
.lb-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: none;
}

.lb-panel,
.lb-feature-card,
.lb-use-card,
.lb-form-card,
.lb-video-card {
  padding: 30px;
}

.lb-section--video {
  padding-top: 72px;
}

.lb-video-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(10, 10, 10, 0.96)),
    linear-gradient(135deg, rgba(122, 0, 0, 0.14), rgba(232, 202, 56, 0.08));
}

.lb-video-card__header {
  margin-bottom: 24px;
}

.lb-video-card__header h2 {
  margin-bottom: 0;
}

.lb-video-embed {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 202, 56, 0.16);
  border-radius: 22px;
  background: #000000;
  aspect-ratio: 16 / 9;
}

.lb-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lb-panel__bg-icon {
  position: absolute;
  inset: 18px 18px auto auto;
  width: 180px;
  height: 180px;
  color: rgba(110, 110, 110, 0.22);
  pointer-events: none;
  z-index: 0;
}

.lb-panel__bg-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lb-panel > * {
  position: relative;
  z-index: 1;
}

.lb-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border: 1px solid rgba(232, 202, 56, 0.22);
  border-radius: 16px;
  background: rgba(232, 202, 56, 0.08);
  color: var(--lb-primary);
}

.lb-feature-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lb-panel--accent {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(14, 14, 14, 1)),
    linear-gradient(135deg, rgba(122, 0, 0, 0.18), rgba(232, 202, 56, 0.06));
}

.lb-list,
.lb-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lb-list li,
.lb-checklist li {
  position: relative;
  padding-left: 22px;
}

.lb-list li + li,
.lb-checklist li + li {
  margin-top: 10px;
}

.lb-list li::before,
.lb-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--lb-primary), #f0d25c);
  box-shadow: 0 0 0 4px var(--lb-primary-soft);
}

.lb-list--inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.lb-signal {
  display: flex;
  gap: 12px;
  margin: 24px 0 30px;
}

.lb-signal__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lb-primary);
  box-shadow: 0 0 16px rgba(232, 202, 56, 0.45);
}

.lb-signal__dot--weak {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.lb-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  margin: 16px 0 32px;
}

.lb-solution__list h3 {
  margin-top: 0;
}

.lb-solution__flow--centered {
  display: flex;
  justify-content: center;
  margin: 24px auto 28px;
}

.lb-solution__flow--centered .lb-pipeline {
  width: min(100%, 760px);
}

.lb-pipeline {
  position: relative;
  padding: 12px 0;
}

.lb-pipeline__inputs {
  display: grid;
  gap: 14px;
}

.lb-pipeline__input {
  display: flex;
  align-items: center;
  padding-right: 56px;
}

.lb-pipeline__input::before {
  content: "";
  display: block;
  flex: 1 1 auto;
  min-width: 86px;
  height: 2px;
  margin-left: 0;
  background: linear-gradient(90deg, rgba(232, 202, 56, 0.55), rgba(232, 202, 56, 0.1));
  order: 2;
}

.lb-pipeline__input span,
.lb-pipeline__output span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 148px;
  padding: 0 18px;
  border: 1px solid rgba(232, 202, 56, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--lb-text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lb-pipeline__input span {
  order: 1;
}

.lb-pipeline__merge {
  position: absolute;
  top: 50%;
  right: 56px;
  width: 136px;
  height: calc(100% - 48px);
  transform: translateY(-50%);
  border: 2px solid rgba(232, 202, 56, 0.42);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  pointer-events: none;
}

.lb-pipeline__core {
  position: absolute;
  top: 50%;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 78px;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid rgba(232, 202, 56, 0.28);
  background: linear-gradient(135deg, rgba(232, 202, 56, 0.2), rgba(122, 0, 0, 0.2));
  color: var(--lb-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.lb-pipeline__output {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(100%, -50%);
  padding-left: 54px;
}

.lb-pipeline__output::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 202, 56, 0.8), rgba(232, 202, 56, 0.22));
}

.lb-pipeline__output span {
  background: linear-gradient(135deg, rgba(232, 202, 56, 0.18), rgba(122, 0, 0, 0.2));
}

.lb-card-grid {
  display: grid;
  gap: 20px;
}

.lb-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(150, 150, 150, 0.32);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.42), rgba(18, 18, 18, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lb-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.lb-compare-table th,
.lb-compare-table td {
  padding: 20px 22px;
  border-right: 1px solid rgba(140, 140, 140, 0.22);
  border-bottom: 1px solid rgba(140, 140, 140, 0.22);
  text-align: left;
  vertical-align: top;
  color: var(--lb-text);
}

.lb-compare-table thead th {
  background: linear-gradient(180deg, rgba(110, 110, 110, 0.24), rgba(60, 60, 60, 0.2));
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lb-compare-table tbody th {
  background: rgba(255, 255, 255, 0.03);
}

.lb-compare-table tbody tr:nth-child(even) td,
.lb-compare-table tbody tr:nth-child(even) th {
  background: rgba(255, 255, 255, 0.02);
}

.lb-compare-table tr > *:last-child {
  border-right: 0;
}

.lb-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  color: var(--lb-primary);
  font-size: 16px;
  line-height: 1;
}

.lb-compare-table tbody tr:last-child th,
.lb-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.lb-highlight,
.lb-scenario {
  margin-top: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(232, 202, 56, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(232, 202, 56, 0.08), rgba(122, 0, 0, 0.12));
  color: var(--lb-text);
}

.lb-highlight {
  font-size: 18px;
  line-height: 1.7;
}

.lb-scenario__content {
  max-width: 840px;
}

.lb-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lb-card-grid--use-cases {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lb-feature-card,
.lb-use-card {
  min-height: 100%;
  justify-content: flex-start;
}

.lb-use-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 180px;
  background:
    linear-gradient(180deg, rgba(232, 202, 56, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(10, 10, 10, 0.96));
}

.lb-use-card h3 {
  margin-top: 0;
}

.lb-blueprint {
  position: relative;
  min-height: 640px;
  padding: 28px;
  border: 1px solid rgba(232, 202, 56, 0.15);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.02);
  background-size: 22px 22px, 22px 22px, auto;
}

.lb-blueprint__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(232, 202, 56, 0.24), rgba(122, 0, 0, 0.24));
  border: 1px solid rgba(232, 202, 56, 0.25);
  border-radius: 50%;
  text-align: center;
  color: var(--lb-text);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lb-blueprint__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-origin: center;
}

.lb-blueprint__orbit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 82px;
  width: 88px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(232, 202, 56, 0.45), rgba(232, 202, 56, 0.04));
}

.lb-blueprint__node {
  position: absolute;
  top: 0;
  left: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 72px;
  padding: 12px 16px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  color: var(--lb-text);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lb-blueprint__orbit--1 { transform: translate(-50%, -50%) rotate(-90deg); }
.lb-blueprint__orbit--2 { transform: translate(-50%, -50%) rotate(-50deg); }
.lb-blueprint__orbit--3 { transform: translate(-50%, -50%) rotate(-10deg); }
.lb-blueprint__orbit--4 { transform: translate(-50%, -50%) rotate(30deg); }
.lb-blueprint__orbit--5 { transform: translate(-50%, -50%) rotate(70deg); }
.lb-blueprint__orbit--6 { transform: translate(-50%, -50%) rotate(110deg); }
.lb-blueprint__orbit--7 { transform: translate(-50%, -50%) rotate(150deg); }
.lb-blueprint__orbit--8 { transform: translate(-50%, -50%) rotate(190deg); }
.lb-blueprint__orbit--9 { transform: translate(-50%, -50%) rotate(230deg); }

.lb-blueprint__orbit .lb-blueprint__node {
  transform: translate(-50%, -50%) rotate(calc(-1 * var(--lb-rotation, 0deg)));
}

.lb-blueprint__orbit--1 .lb-blueprint__node { --lb-rotation: -90deg; }
.lb-blueprint__orbit--2 .lb-blueprint__node { --lb-rotation: -50deg; }
.lb-blueprint__orbit--3 .lb-blueprint__node { --lb-rotation: -10deg; }
.lb-blueprint__orbit--4 .lb-blueprint__node { --lb-rotation: 30deg; }
.lb-blueprint__orbit--5 .lb-blueprint__node { --lb-rotation: 70deg; }
.lb-blueprint__orbit--6 .lb-blueprint__node { --lb-rotation: 110deg; }
.lb-blueprint__orbit--7 .lb-blueprint__node { --lb-rotation: 150deg; }
.lb-blueprint__orbit--8 .lb-blueprint__node { --lb-rotation: 190deg; }
.lb-blueprint__orbit--9 .lb-blueprint__node { --lb-rotation: 230deg; }

.lb-gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
}

.lb-gallery__item {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--lb-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.lb-gallery__item--large {
  grid-row: span 2;
}

.lb-form-card {
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(10, 10, 10, 0.96)),
    linear-gradient(135deg, rgba(122, 0, 0, 0.14), rgba(232, 202, 56, 0.06));
}

.lb-form-card .wpcf7 {
  position: relative;
  z-index: 1;
}

.lb-form-card label {
  display: block;
  margin-bottom: 18px;
  color: var(--lb-text);
}

.lb-form-card input[type="text"],
.lb-form-card input[type="email"],
.lb-form-card input[type="tel"],
.lb-form-card textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(232, 202, 56, 0.42);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--lb-text);
  padding: 16px 18px;
}

.lb-form-card textarea {
  min-height: 160px;
}

.lb-form-card input:focus,
.lb-form-card textarea:focus {
  border-color: rgba(232, 202, 56, 0.9);
  box-shadow: 0 0 0 3px rgba(232, 202, 56, 0.14);
  outline: none;
}

.lb-form-card .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.lb-form-card input[type="submit"],
.lb-button,
.lb-floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(232, 202, 56, 0.4);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lb-primary), #8f7a09);
  color: var(--lb-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.lb-form-card input[type="submit"] {
  width: 100%;
  margin-top: 8px;
}

.lb-button--ghost {
  min-width: 220px;
  background: transparent;
}

.lb-hero__actions .lb-button--ghost:hover {
  color: var(--lb-primary);
}

.lb-form-card input[type="submit"]:hover,
.lb-button:hover,
.lb-floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(232, 202, 56, 0.18);
}

.lb-floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99;
  min-width: 240px;
  padding: 0 26px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.lb-floating-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.lb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lb-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .lb-card-grid--four,
  .lb-card-grid--use-cases,
  .lb-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lb-gallery__item--large {
    grid-row: auto;
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .lb-grid--about,
  .lb-grid--problem,
  .lb-grid--story,
  .lb-grid--scenario,
  .lb-grid--architecture,
  .lb-grid--connectivity,
  .lb-grid--preorder,
  .lb-solution,
  .lb-list--inline {
    grid-template-columns: 1fr;
  }

  .lb-pipeline {
    padding-bottom: 180px;
  }

  .lb-pipeline__merge {
    top: auto;
    bottom: 54px;
    right: 50%;
    width: 220px;
    height: 84px;
    transform: translateX(50%);
    border-left: 2px solid rgba(232, 202, 56, 0.42);
    border-top: 0;
    border-radius: 0 0 999px 999px;
  }

  .lb-pipeline__core {
    top: auto;
    bottom: -34px;
    right: 50%;
    width: 220px;
    transform: translateX(50%);
  }

  .lb-pipeline__output {
    top: auto;
    bottom: -128px;
    right: 50%;
    transform: translateX(50%);
    padding-left: 0;
    padding-top: 62px;
  }

  .lb-pipeline__output::before {
    top: 0;
    left: 50%;
    width: 10px;
    height: 56px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(232, 202, 56, 0.8), rgba(232, 202, 56, 0.22));
  }

  .lb-blueprint {
    min-height: 560px;
  }

  .lb-blueprint__core {
    width: 136px;
    height: 136px;
    font-size: 14px;
  }

  .lb-blueprint__orbit::before {
    left: 68px;
    width: 62px;
  }

  .lb-blueprint__node {
    left: 130px;
    min-width: 108px;
    min-height: 58px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

}

@media (max-width: 680px) {
  .lb-shell {
    width: min(100vw - 24px, 1200px);
  }

  .lb-hero {
    padding: 88px 0 72px;
  }

  .lb-hero__video--desktop {
    display: none;
  }

  .lb-hero__video--mobile {
    display: block;
  }

  .lb-section {
    padding: 64px 0;
  }

  .lb-section--video {
    padding-top: 56px;
  }

  .lb-section--video .lb-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .lb-video-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .lb-video-card__header {
    padding: 0 12px;
  }

  .lb-video-embed {
    border: 0;
    border-radius: 0;
  }

  .lb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lb-form-card {
    padding: 24px 18px;
  }

  .lb-form-card input[type="text"],
  .lb-form-card input[type="email"],
  .lb-form-card input[type="tel"],
  .lb-form-card textarea {
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
  }

  .lb-card-grid--four,
  .lb-card-grid--use-cases,
  .lb-gallery {
    grid-template-columns: 1fr;
  }

  .lb-solution {
    gap: 20px;
    margin-bottom: 24px;
  }

  .lb-solution__flow--centered {
    margin: 20px auto 24px;
  }

  .lb-pipeline {
    padding: 0;
  }

  .lb-pipeline__inputs {
    gap: 10px;
  }

  .lb-pipeline__input {
    padding-right: 0;
  }

  .lb-pipeline__input::before {
    display: none;
  }

  .lb-pipeline__input span,
  .lb-pipeline__output span {
    width: 100%;
    min-width: 0;
  }

  .lb-pipeline__merge {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 14px 0;
    transform: none;
    border: 0;
    border-radius: 0;
  }

  .lb-pipeline__core {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 64px;
    transform: none;
    font-size: 11px;
  }

  .lb-pipeline__output {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    padding: 18px 0 0;
  }

  .lb-pipeline__output::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 16px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(232, 202, 56, 0.8), rgba(232, 202, 56, 0.22));
  }

  .lb-blueprint {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 18px;
  }

  .lb-blueprint__core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 88px;
    transform: none;
    grid-column: 1 / -1;
    order: -1;
  }

  .lb-blueprint__orbit {
    position: static;
    width: auto;
    height: auto;
    transform: none !important;
  }

  .lb-blueprint__orbit::before {
    display: none;
  }

  .lb-blueprint__node {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 10px 12px;
    transform: none !important;
    font-size: 10px;
  }

  .lb-gallery__item--large {
    grid-column: auto;
  }

  .lb-floating-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    min-width: auto;
  }
}
