h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 4vw, 3rem);
    line-height: 1.22;
    letter-spacing: 0;
    text-align: center;
}

.lp-space-page {
  --lp-ink: #f8fbff;
  --lp-muted: rgba(232, 240, 255, 0.76);
  --lp-line: rgba(255, 255, 255, 0.2);
  --lp-panel: rgba(13, 20, 39, 0.72);
  --lp-panel-strong: rgba(9, 14, 29, 0.86);
  --lp-cyan: #7ce6ff;
  --lp-gold: #ffe17a;
  --lp-pink: #ff78ba;
  overflow-x: hidden;
  overflow-y: auto;
}

.lp-space-page .auth-space-overlay {
  background:
    linear-gradient(180deg, rgba(2, 5, 25, 0.1) 0%, rgba(3, 6, 26, 0.58) 58%, rgba(2, 5, 20, 0.82) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 92px);
}

.lp-page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 24px clamp(14px, 4vw, 52px) 44px;
  color: var(--lp-ink);
}

.lp-shell {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 64px;
}

.lp-section {
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 9%);
    border-right: 0;
    border-bottom: 0;
    border-radius: clamp(18px, 3vw, 28px);
    background: rgb(73 73 73 / 9%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
}

.lp-hero {
    min-height: clamp(560px, calc(100vh - 118px), 680px);
    background: none;
    border: none;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
}

.lp-hero-frame {
  position: relative;
  min-height: inherit;
  isolation: isolate;
}

.lp-hero-image {
  width: 100%;
  height: clamp(560px, calc(100vh - 118px), 680px);
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04) brightness(0.78);
}

.lp-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 7, 27, 0.88) 0%, rgba(5, 8, 31, 0.62) 42%, rgba(5, 8, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(2, 5, 20, 0.74) 0%, transparent 46%);
}

.lp-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 28px;
  padding: clamp(22px, 5vw, 58px);
}

.lp-hero-copy {
  align-self: center;
  max-width: 820px;
}

.lp-hero-title-row {
  display: flex;
  align-items: center;
    gap: 10px;
  min-width: 0;
}

.lp-hero-logo {
    flex: 0 0 auto;
    display: block;
    width: clamp(52px, 8vw, 186px);
    height: clamp(52px, 8vw, 186px);
    object-fit: contain;
    image-rendering: pixelated;
}

.lp-kicker-hero{
    margin: 0px 0 10px 12px;
    color: #ba58e9;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lp-kicker,
.lp-section-head p,
.lp-feature-copy p {
    margin: 0 0 10px 8px;
    color: var(--lp-cyan);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lp-hero-copy h1 {
  margin: 0;
  min-width: 0;
  color: #fff;
  font-size: clamp(3.2rem, 10vw, 8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.lp-hero-copy > p:last-child {
  margin: 18px 0 0;
  color: rgba(250, 252, 255, 0.9);
  font-size: clamp(1rem, 2.2vw, 1.34rem);
  font-weight: 700;
  line-height: 1.75;
}

.lp-hero-actions,
.lp-pricing-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    padding: 100px 0;
}

.lp-button {
    min-width: 320px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 12px 18px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    backdrop-filter: blur(10px);
    transition: 0.5s;
}

.lp-button:hover {
	transform: translateY(-1px);
    font-weight: bold;
    text-shadow: 0 0 23px rgba(255, 255, 255, 1);
}

.lp-button-primary {
    border: 1px solid rgb(255 225 122 / 68%);
    box-shadow: 0 0px 32px rgb(215 71 152 / 83%);
    background: rgb(215 71 152 / 30%);
}

.lp-button-secondary {
    border: 1px solid rgb(124 246 255 / 68%);
    background: rgba(124, 230, 255, 0.30);
    box-shadow: 0 0px 32px rgb(100 183 209 / 30%);
}

.lp-feature-section,
.lp-pricing-section {
  padding: clamp(22px, 5vw, 46px);
}

.lp-section-head {
    max-width: 100%;
    margin-bottom: clamp(18px, 4vw, 34px);
}

.lp-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.lp-section-head span{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
}

.lp-feature-list {
  display: grid;
  gap: clamp(28px, 6vw, 54px);
}

.lp-feature-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 3vw, 22px);
  align-items: start;
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-feature-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.lp-capture {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.lp-capture img {
  width: 100%;
  aspect-ratio: 1265 / 720;
  display: block;
  object-fit: cover;
}

.lp-feature-copy {
  min-width: 0;
}

.lp-feature-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.lp-feature-copy span {
    display: block;
    margin-top: 14px;
    color: var(--lp-muted);
    font-size: 1.4rem;
  line-height: 1.8;
}

.lp-plan-grid {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.lp-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: clamp(18px, 3vw, 24px);
    background: var(--lp-panel-strong);
    text-align: center;
    min-width: 400px;
}

.lp-plan h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 2.4vw, 1.6rem);
  line-height: 1.3;
}

.lp-plan strong {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	flex-wrap: wrap;
    margin: 30px auto;
	color: var(--lp-gold);
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	line-height: 1;
}

.lp-plan-price-symbol,
.lp-plan-price-interval {
  font-size: 0.58em;
  font-weight: 800;
  line-height: 1;
}

.lp-plan-price-tax {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.lp-plan-price-tax-included {
  display: block;
  flex-basis: 100%;
  margin-top: 8px;
  color: #d8f2a1;
  font-size: 0.42em;
  font-weight: 900;
  line-height: 1.15;
}

.lp-plan-price-amount {
  line-height: 0.92;
}

.lp-plan p {
  margin: 12px 0 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

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

.lp-plan li {
    position: relative;
    min-height: 24px;
    padding-left: 18px;
    color: rgba(246, 249, 255, 0.88);
    line-height: 1.55;
    text-align: left;
}

.lp-plan li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--lp-cyan);
  box-shadow: 0 0 12px rgba(124, 230, 255, 0.7);
}

.lp-pricing-actions {
  margin-top: 22px;
}

.lp-contact-section {
  padding: clamp(22px, 5vw, 46px);
}

.lp-contact-form {
  width: min(880px, 100%);
  margin: 0 auto;
}

.lp-contact-fields {
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.lp-contact-row {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: clamp(12px, 3vw, 26px);
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-contact-row:first-child {
  border-top: 0;
}

.lp-contact-row-textarea {
  align-items: start;
}

.lp-contact-label {
  color: rgba(250, 252, 255, 0.9);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.lp-contact-row input,
.lp-contact-row textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(124, 230, 255, 0.32);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(4, 8, 24, 0.62);
  color: #fff;
  font: inherit;
  line-height: 1.55;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lp-contact-row textarea {
  resize: vertical;
  min-height: 180px;
}

.lp-contact-row input:focus,
.lp-contact-row textarea:focus {
  border-color: rgba(255, 225, 122, 0.78);
  background: rgba(7, 12, 32, 0.82);
  box-shadow: 0 0 0 3px rgba(255, 225, 122, 0.16);
}

.lp-contact-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.lp-contact-alert {
  width: min(880px, 100%);
  margin: 0 auto 18px;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 700;
  line-height: 1.6;
}

.lp-contact-alert p {
  margin: 0;
}

.lp-contact-alert-error {
  border: 1px solid rgba(255, 120, 186, 0.42);
  background: rgba(80, 12, 42, 0.42);
  color: #ffd8e9;
}

.lp-contact-alert-success {
  border: 1px solid rgba(124, 230, 255, 0.38);
  background: rgba(9, 52, 68, 0.36);
  color: #d8f8ff;
}

.lp-contact-complete-modal[hidden] {
  display: none;
}

.lp-contact-complete-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(1, 4, 18, 0.72);
  backdrop-filter: blur(8px);
}

.contact-modal-open {
  overflow: hidden;
}

.lp-contact-complete-panel {
  width: min(540px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: clamp(24px, 5vw, 38px);
  background: rgba(8, 13, 32, 0.94);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), 0 0 48px rgba(124, 230, 255, 0.12);
  text-align: center;
}

.lp-contact-complete-panel .lp-kicker {
  margin-left: 0;
}

.lp-contact-complete-panel h2 {
  font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.lp-contact-complete-message {
  margin: 18px 0 24px;
  color: var(--lp-muted);
  line-height: 1.8;
}

.lp-contact-complete-panel .lp-button {
  min-width: min(260px, 100%);
}

@media (max-width: 860px) {
  .lp-page {
    padding: 14px 12px 32px;
  }

  .lp-hero,
  .lp-hero-frame {
    min-height: 560px;
  }

  .lp-hero-image {
    height: 560px;
    min-height: 0;
    object-position: 58% center;
  }

  .lp-hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 7, 27, 0.88) 0%, rgba(5, 8, 31, 0.58) 55%, rgba(2, 5, 20, 0.82) 100%);
  }

  .lp-hero-content {
    padding: 22px;
  }

  .lp-hero-copy {
    align-self: end;
  }

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

  .lp-contact-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .lp-hero,
  .lp-hero-frame {
    min-height: 550px;
  }

  .lp-hero-image {
    height: 550px;
    min-height: 0;
  }

  .lp-button,
  .lp-hero-actions,
  .lp-pricing-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-button {
    transition: none;
  }

  .lp-button:hover {
    transform: none;
  }
}
