:root {
  --lp-bg0: #05070a;
  --lp-bg1: #05070a;
  --lp-card: rgba(14, 18, 23, 0.92);
  --lp-card2: rgba(14, 18, 23, 0.82);
  --lp-text: #ffffff;
  --lp-muted: #a0a5ad;
  --lp-accent: #00f0ff;
  --lp-accent2: #9d00ff;
  --lp-stroke: rgba(28, 33, 40, 0.9);
  --lp-stroke2: rgba(28, 33, 40, 0.75);
  --lp-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
  --lp-shadow2: 0 14px 50px rgba(0, 0, 0, 0.42);
  --lp-radius: 18px;
  --lp-radius2: 22px;
  --lp-max: 1100px;
}

.lp-wrap {
  background: var(--lp-bg0);
  color: var(--lp-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
  padding: 26px 16px 64px;
  position: relative;
  overflow-x: hidden;
}

.lp-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 720px;
  background:
    radial-gradient(900px 450px at 50% 0%, rgba(0, 240, 255, 0.2), transparent 60%),
    radial-gradient(900px 520px at 15% 10%, rgba(157, 0, 255, 0.16), transparent 65%),
    radial-gradient(900px 520px at 85% 12%, rgba(0, 240, 255, 0.14), transparent 65%),
    linear-gradient(180deg, var(--lp-bg1) 0%, var(--lp-bg0) 60%, var(--lp-bg0) 100%);
  pointer-events: none;
  z-index: 0;
}

.lp-container {
  width: min(var(--lp-max), 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lp-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--lp-stroke);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.lp-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lp-accent);
  box-shadow: 0 0 0 4px rgba(0, 240, 255, 0.18);
}

.lp-h1 {
  margin: 18px 0 10px;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.9px;
  color: var(--lp-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif ;
}

.lp-accent {
  color: var(--lp-accent2);
  text-shadow: 0 0 28px rgba(157, 0, 255, 0.22);
}

.lp-sub {
  max-width: 820px;
  color: var(--lp-muted);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.62;
  margin: 8px 0 26px;
}

.lp-sub b {
  color: rgba(255, 255, 255, 0.92);
}

.lp-cards {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.lp-card {
  background: linear-gradient(180deg, rgba(14, 18, 23, 0.95), rgba(14, 18, 23, 0.86));
  border: 1px solid var(--lp-stroke2);
  border-radius: var(--lp-radius);
  padding: 18px 18px 16px;
  box-shadow: var(--lp-shadow2);
  text-align: center;
  min-height: 148px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lp-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: radial-gradient(520px 150px at 50% 0%, rgba(0, 240, 255, 0.12), transparent 62%);
  pointer-events: none;
  opacity: 0.9;
}

.lp-card-icon {
  width: 46px;
  height: 46px;
  margin: 2px auto 10px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(157, 0, 255, 0.28);
}

.lp-card-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--lp-accent2);
}

.lp-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: var(--lp-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
}

.lp-card p {
  margin: 0;
  font-size: 16px;
  color: var(--lp-muted);
  line-height: 1.42;
}

.lp-cta-row {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 14px;
  border: 1px solid rgba(28, 33, 40, 0.95);
  background: linear-gradient(90deg, var(--lp-accent) 0%, var(--lp-accent2) 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 60px rgba(0, 240, 255, 0.2);
  min-width: 240px;
}

.lp-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(157, 0, 255, 0.3);
  background: rgba(157, 0, 255, 0.1);
  color: rgba(157, 0, 255, 0.96);
  font-weight: 900;
  font-size: 13px;
}

.lp-footnote {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11.7px;
  line-height: 1.45;
  text-align: center;
  max-width: 920px;
}

.lp-divider {
  width: min(860px, 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  margin: 12px 0 0;
}

.lp-fineprint {
  margin-top: 10px;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.lp-features {
  width: min(var(--lp-max), 100%);
  margin-top: 26px;
}

.lp-features-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.4px;
  color: var(--lp-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
}

.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--lp-stroke2);
  border-radius: var(--lp-radius2);
  background: rgba(14, 18, 23, 0.98);
  overflow: hidden;
  box-shadow: var(--lp-shadow2);
}

.lp-feature-item {
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 170px;
  gap: 10px;
}

.lp-feature-item:not(:last-child) {
  border-right: 1px solid rgba(28, 33, 40, 0.75);
}

.lp-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(157, 0, 255, 0.28);
}

.lp-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--lp-accent2);
}

.lp-feature-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: var(--lp-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
}

.lp-feature-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: var(--lp-muted);
  max-width: 36ch;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
}

@media (max-width: 860px) {
  .lp-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-features-grid {
    grid-template-columns: 1fr;
  }

  .lp-feature-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(28, 33, 40, 0.75);
  }
}
