.lp-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(196, 122, 245, 0.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(63, 120, 255, 0.12), transparent 28%),
    var(--bg, #080a0f);
  color: var(--text, #e4deec);
  min-height: 100vh;
  padding: 112px 0 92px;
}

.lp-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  padding: 44px 0 34px;
}

.lp-hero-copy,
.lp-panel,
.lp-card,
.lp-final {
  background: linear-gradient(180deg, rgba(18, 23, 32, 0.94), rgba(10, 12, 18, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.28);
}

.lp-hero-copy {
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  overflow: hidden;
}

.lp-hero-copy::before {
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 32% 66%, rgba(196, 122, 245, 0.11)),
    radial-gradient(circle at 10% 18%, rgba(196, 122, 245, 0.14), transparent 34%);
  position: absolute;
  inset: 1px;
  border-radius: 23px;
}

.lp-hero-copy > * {
  position: relative;
  z-index: 1;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 122, 245, 0.34);
  background: rgba(196, 122, 245, 0.12);
  color: #eadcff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.72rem;
  font-weight: 850;
}

.lp-h1 {
  max-width: 12ch;
  margin: 18px 0 16px;
  color: #f7f3ff;
  font-family: var(--font-h, "Space Grotesk", sans-serif);
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 850;
}

.lp-subhead {
  max-width: 64ch;
  margin: 0;
  color: rgba(233, 224, 244, 0.78);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  line-height: 1.78;
}

.lp-trust-line {
  margin-top: 18px;
  color: #efe7ff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 16px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.22s var(--ease, ease), border-color 0.22s, background 0.22s, box-shadow 0.22s;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: linear-gradient(135deg, var(--accent, #c47af5), var(--accent2, #7b4fa8));
  border: 1px solid rgba(196, 122, 245, 0.42);
  color: #fbf7ff;
  box-shadow: 0 18px 34px rgba(18, 11, 35, 0.42), inset 0 1px rgba(255, 255, 255, 0.22);
}

.lp-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #efe7ff;
}

.lp-btn-secondary:hover {
  border-color: rgba(196, 122, 245, 0.38);
  background: rgba(255, 255, 255, 0.12);
}

.lp-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.lp-fact {
  min-height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 13px;
}

.lp-fact strong,
.lp-stat strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.3;
}

.lp-fact span,
.lp-stat span {
  display: block;
  margin-top: 5px;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.76rem;
  line-height: 1.45;
}

.lp-panel {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-panel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.lp-panel-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
}

.lp-panel-brand strong {
  display: block;
  color: #f7f3ff;
  font-size: 0.92rem;
  line-height: 1.2;
}

.lp-panel-brand span {
  display: block;
  margin-top: 3px;
  color: rgba(226, 232, 240, 0.64);
  font-size: 0.76rem;
  line-height: 1.35;
}

.lp-panel-title {
  color: rgba(215, 195, 255, 0.86);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.72rem;
  font-weight: 850;
}

.lp-status-list {
  display: grid;
  gap: 10px;
}

.lp-status-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 54px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-status-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 999px;
  background: #c47af5;
  box-shadow: 0 0 0 5px rgba(196, 122, 245, 0.13);
}

.lp-status-item strong {
  display: block;
  color: #f7f3ff;
  font-size: 0.88rem;
  line-height: 1.3;
}

.lp-status-item span {
  display: block;
  margin-top: 4px;
  color: rgba(226, 232, 240, 0.66);
  font-size: 0.78rem;
  line-height: 1.5;
}

.lp-section {
  padding: 28px 0;
}

.lp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}

.lp-section-kicker {
  color: var(--accent, #c47af5);
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-size: 0.72rem;
  font-weight: 850;
}

.lp-section-title {
  margin: 6px 0 0;
  color: #f7f3ff;
  font-family: var(--font-h, "Space Grotesk", sans-serif);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 850;
}

.lp-section-copy {
  max-width: 48ch;
  margin: 0;
  color: rgba(233, 224, 244, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.lp-grid {
  display: grid;
  gap: 16px;
}

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

.lp-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card {
  min-height: 190px;
  padding: 22px;
}

.lp-card h2,
.lp-card h3 {
  margin: 0 0 10px;
  color: #f7f3ff;
  font-family: var(--font-h, "Space Grotesk", sans-serif);
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.lp-card p,
.lp-card li {
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
  line-height: 1.68;
}

.lp-card p {
  margin: 0;
}

.lp-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-list li {
  position: relative;
  padding-left: 18px;
}

.lp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent, #c47af5);
}

.lp-model-row,
.lp-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.lp-model-row strong,
.lp-link-row strong {
  color: #f7f3ff;
  font-size: 0.9rem;
}

.lp-model-row span,
.lp-link-row span {
  color: rgba(226, 232, 240, 0.64);
  font-size: 0.78rem;
}

.lp-code {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(3, 6, 12, 0.54);
  overflow-x: auto;
}

.lp-code code {
  color: #f3e8ff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.83rem;
  line-height: 1.65;
  white-space: pre;
}

.lp-warning {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.09), rgba(251, 191, 36, 0.04));
}

.lp-warning strong {
  display: block;
  margin-bottom: 6px;
  color: #fde68a;
  font-size: 0.95rem;
}

.lp-warning p {
  margin: 0;
  color: rgba(253, 230, 138, 0.78);
  font-size: 0.9rem;
  line-height: 1.7;
}

.lp-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: clamp(24px, 4vw, 38px);
}

.lp-final h2 {
  margin: 0 0 8px;
  color: #f7f3ff;
  font-family: var(--font-h, "Space Grotesk", sans-serif);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.lp-final p {
  max-width: 66ch;
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.93rem;
  line-height: 1.7;
}

:root[data-theme="light"] .lp-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 79, 168, 0.18), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.12), transparent 26%),
    linear-gradient(180deg, #f8f3ea 0%, #f1ebe2 52%, #eee8de 100%);
  color: #221d17;
}

:root[data-theme="light"] .lp-hero-copy,
:root[data-theme="light"] .lp-panel,
:root[data-theme="light"] .lp-card,
:root[data-theme="light"] .lp-final {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 239, 229, 0.96));
  border-color: rgba(60, 52, 42, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.85), 0 20px 48px rgba(60, 52, 42, 0.12);
}

:root[data-theme="light"] .lp-hero-copy::before {
  background:
    linear-gradient(135deg, rgba(123, 79, 168, 0.08), transparent 34% 66%, rgba(37, 99, 235, 0.08)),
    radial-gradient(circle at 12% 18%, rgba(123, 79, 168, 0.12), transparent 34%);
}

:root[data-theme="light"] .lp-eyebrow {
  background: rgba(123, 79, 168, 0.1);
  border-color: rgba(123, 79, 168, 0.22);
  color: #5e367f;
}

:root[data-theme="light"] .lp-h1,
:root[data-theme="light"] .lp-section-title,
:root[data-theme="light"] .lp-card h2,
:root[data-theme="light"] .lp-card h3,
:root[data-theme="light"] .lp-final h2,
:root[data-theme="light"] .lp-fact strong,
:root[data-theme="light"] .lp-stat strong,
:root[data-theme="light"] .lp-status-item strong,
:root[data-theme="light"] .lp-model-row strong,
:root[data-theme="light"] .lp-link-row strong {
  color: #171411;
}

:root[data-theme="light"] .lp-subhead,
:root[data-theme="light"] .lp-section-copy,
:root[data-theme="light"] .lp-card p,
:root[data-theme="light"] .lp-card li,
:root[data-theme="light"] .lp-final p {
  color: #5f564d;
}

:root[data-theme="light"] .lp-trust-line {
  color: #2c241d;
}

:root[data-theme="light"] .lp-fact,
:root[data-theme="light"] .lp-panel-brand,
:root[data-theme="light"] .lp-status-item,
:root[data-theme="light"] .lp-model-row,
:root[data-theme="light"] .lp-link-row {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(60, 52, 42, 0.14);
}

:root[data-theme="light"] .lp-fact span,
:root[data-theme="light"] .lp-stat span,
:root[data-theme="light"] .lp-panel-brand span,
:root[data-theme="light"] .lp-status-item span,
:root[data-theme="light"] .lp-model-row span,
:root[data-theme="light"] .lp-link-row span {
  color: #736b62;
}

:root[data-theme="light"] .lp-btn-secondary {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(60, 52, 42, 0.16);
  color: #2c241d;
}

:root[data-theme="light"] .lp-code {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(60, 52, 42, 0.14);
}

:root[data-theme="light"] .lp-code code {
  color: #33293b;
}

:root[data-theme="light"] .lp-warning {
  background: linear-gradient(180deg, rgba(180, 83, 9, 0.08), rgba(180, 83, 9, 0.04));
  border-color: rgba(180, 83, 9, 0.24);
}

:root[data-theme="light"] .lp-warning strong {
  color: #8a3e07;
}

:root[data-theme="light"] .lp-warning p {
  color: #6f4316;
}

:root[data-theme="light"] .lp-panel-brand strong {
  color: #171411;
}

@media (max-width: 980px) {
  .lp-hero,
  .lp-final {
    grid-template-columns: 1fr;
  }

  .lp-panel {
    order: 2;
  }

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

@media (max-width: 760px) {
  .lp-page {
    padding-top: 96px;
  }

  .lp-wrap {
    width: min(100% - 28px, 1160px);
  }

  .lp-hero {
    padding-top: 28px;
  }

  .lp-quick-facts,
  .lp-grid-2,
  .lp-grid-3 {
    grid-template-columns: 1fr;
  }

  .lp-section-head {
    display: grid;
    gap: 10px;
  }

  .lp-actions,
  .lp-final .lp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lp-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .lp-hero-copy,
  .lp-panel,
  .lp-card,
  .lp-final {
    border-radius: 20px;
  }

  .lp-hero-copy {
    padding: 24px 20px;
  }

  .lp-panel,
  .lp-card {
    padding: 18px;
  }

  .lp-h1 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 13vw, 3.2rem);
  }
}
