/* Conversion LP — Hackverse dark + neon green, mobile-first */
:root {
  --lp-bg: #050607;
  --lp-bg-2: #0a0e12;
  --lp-panel: rgba(12, 16, 20, 0.92);
  --lp-neon: #00ff88;
  --lp-neon-dim: rgba(0, 255, 136, 0.14);
  --lp-neon-line: rgba(0, 255, 136, 0.32);
  --lp-text: #e8f5ee;
  --lp-muted: #9bb0a3;
  --lp-warn: #ffd666;
  --lp-danger: #ff6b6b;
  --lp-radius: 14px;
  --lp-max: 720px;
  --lp-sticky-h: 72px;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --text: #e8f5ee;
  --text-muted: #9bb0a3;
  --neon: #00ff88;
  --neon-dim: #00cc6a;
  --danger: #ff6b6b;
  --yellow-hot: #fff200;
  --tap-min: 48px;
  --shadow-glow-strong: 0 8px 28px rgba(0, 255, 136, 0.32);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.lp-convert {
  margin: 0;
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(0, 255, 136, 0.08), transparent 55%),
    linear-gradient(180deg, #050607 0%, #070b0e 40%, #050607 100%);
  color: var(--lp-text);
  font-family: Outfit, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: calc(var(--lp-sticky-h) + env(safe-area-inset-bottom, 0px) + 8px);
  overflow-x: hidden;
}

.lp-convert img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-wrap {
  width: min(100% - 2.25rem, var(--lp-max));
  margin-inline: auto;
}

.lp-section {
  padding: 2.25rem 0;
}

.lp-section--tight {
  padding: 1.5rem 0;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--lp-neon-line);
  background: var(--lp-neon-dim);
  color: var(--lp-neon);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 7vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lp-h1 span {
  color: var(--lp-neon);
}

.lp-h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 5.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
}

.lp-lead {
  margin: 0 0 1.1rem;
  color: var(--lp-muted);
  font-size: 1rem;
}

.lp-sub {
  margin: 0 0 1rem;
  color: var(--lp-muted);
  font-size: 0.95rem;
}

.lp-panel {
  background: var(--lp-panel);
  border: 1px solid var(--lp-neon-line);
  border-radius: var(--lp-radius);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* Buttons */
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.1rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #1aff99 0%, #00e676 55%, #00c853 100%);
  color: #04140c;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 255, 136, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.lp-cta:active {
  transform: translateY(1px);
}

.lp-cta-note {
  margin: 0.55rem 0 0;
  text-align: center;
  color: var(--lp-muted);
  font-size: 0.86rem;
}

.lp-mid-cta {
  margin-top: 1.25rem;
}

/* Hero */
.lp-hero {
  padding: 1rem 0 1.25rem;
}

/* Below-fold paint deferral without changing layout */
.lp-section,
.lp-section--tight {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.lp-hero,
#pillars,
#inside {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

.lp-hero__offer {
  margin: 0 0 0.75rem;
  color: var(--lp-warn);
  font-weight: 700;
  font-size: 0.95rem;
}

.lp-topics {
  margin: 0 0 0.85rem;
  color: var(--lp-neon);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  font-weight: 600;
}

.lp-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.15rem;
}

.lp-pill {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--lp-text);
  font-size: 0.78rem;
  font-weight: 600;
}

.lp-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 0 1rem;
}

.lp-price-old {
  color: var(--lp-muted);
  text-decoration: line-through;
  font-size: 1.05rem;
}

.lp-price-now {
  color: var(--lp-warn);
  font-size: clamp(1.85rem, 7vw, 2.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.lp-hero-cta-urgency {
  margin: 0.65rem 0 0;
  text-align: center;
  color: #ffc9c9;
  font-size: 0.86rem;
  font-weight: 600;
}

.lp-hero-media {
  margin-top: 1.35rem;
  overflow: hidden;
}

.lp-hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  max-height: 240px;
}

@media (min-width: 768px) {
  .lp-hero-media img {
    max-height: 360px;
  }
}

.lp-hero-media__cap {
  margin: 0;
  padding: 0.65rem 0.85rem;
  color: var(--lp-muted);
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Trust bar */
.lp-trustbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.85rem;
}

.lp-trustbar span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 42px;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(0, 255, 136, 0.06);
  border: 1px solid rgba(0, 255, 136, 0.16);
  color: var(--lp-text);
  font-size: 0.78rem;
  font-weight: 600;
}

/* 4 marketing pillars — visible in first 5–10s */
.lp-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  padding: 0.65rem;
}

.lp-pillars__item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.55rem 0.6rem;
  border-radius: 11px;
  border: 1px solid rgba(0, 255, 136, 0.28);
  background: linear-gradient(180deg, rgba(0, 255, 136, 0.1), rgba(0, 255, 136, 0.04));
  color: var(--lp-text);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.lp-pillars__ico {
  flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
}

.lp-career {
  padding: 1.15rem;
}

.lp-career .lp-list {
  margin-top: 0.75rem;
}

/* Video */
.lp-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--lp-neon-line);
}

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

.lp-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #0b1210;
  color: var(--lp-text);
  cursor: pointer;
  overflow: hidden;
}

.lp-video__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.lp-video__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0.62) 100%
  );
}

.lp-video--main .lp-video__thumb {
  object-position: center center;
  filter: contrast(1.08) saturate(1.05);
}

.lp-video__badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  padding: 0.28rem 0.55rem;
  border-radius: 7px;
  background: rgba(0, 255, 136, 0.16);
  border: 1px solid rgba(0, 255, 136, 0.45);
  color: var(--lp-neon);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lp-video__play-btn {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--lp-neon);
  color: #04140c;
  font-size: 1.4rem;
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.35);
}

.lp-video__play-label {
  position: absolute;
  z-index: 2;
  bottom: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.lp-video--main {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 255, 136, 0.2);
}

.lp-press {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}

.lp-press figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  opacity: 0.92;
}

.lp-press img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(0.15);
}

.lp-session__headline {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.lp-session__big {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.lp-session__big div {
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--lp-neon-line);
  background: rgba(0, 255, 136, 0.06);
  text-align: left;
}

.lp-session__big span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--lp-muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lp-session__big strong {
  color: var(--lp-text);
  font-size: 1.15rem;
  font-weight: 800;
}

.lp-mentor-tag {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 136, 0.28);
  background: rgba(0, 255, 136, 0.08);
  color: var(--lp-neon);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lp-video-note {
  margin: 0.75rem 0 0;
  color: var(--lp-muted);
  font-size: 0.9rem;
  text-align: center;
}

/* Cards */
.lp-grid {
  display: grid;
  gap: 0.75rem;
}

.lp-card {
  padding: 1rem 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 18, 0.9);
}

.lp-card__num {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--lp-neon);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.lp-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

/* Proof gallery */
.lp-gallery {
  display: grid;
  gap: 0.75rem;
}

.lp-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.lp-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lp-gallery figcaption {
  padding: 0.55rem 0.75rem;
  color: var(--lp-muted);
  font-size: 0.8rem;
}

/* Testimonials */
.lp-quote {
  padding: 1rem;
}

.lp-quote p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
}

.lp-quote footer {
  color: var(--lp-muted);
  font-size: 0.85rem;
}

.lp-quote strong {
  color: var(--lp-text);
}

.lp-reels {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

/* Who for */
.lp-split {
  display: grid;
  gap: 0.75rem;
}

.lp-list {
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.lp-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  font-size: 0.95rem;
}

.lp-list--yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-neon);
  font-weight: 800;
}

.lp-list--no li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: var(--lp-danger);
  font-weight: 800;
}

.lp-list h3 {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1rem;
}

/* Offer stack */
.lp-offer {
  padding: 1.15rem;
}

.lp-offer ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.lp-offer li {
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  font-size: 0.98rem;
}

.lp-offer li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-neon);
  font-weight: 800;
}

.lp-offer__price {
  margin: 0 0 0.85rem;
  text-align: center;
  color: var(--lp-warn);
  font-size: 2rem;
  font-weight: 800;
}

/* Diff table */
.lp-diff {
  display: grid;
  gap: 0.75rem;
}

.lp-diff__col {
  padding: 1rem;
}

.lp-diff__col h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.lp-diff__col--good {
  border-color: var(--lp-neon-line);
  background: rgba(0, 255, 136, 0.06);
}

.lp-diff ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-diff li {
  padding: 0.3rem 0;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.lp-close-line {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--lp-neon);
  background: rgba(0, 255, 136, 0.06);
  font-weight: 600;
}

/* FAQ */
.lp-faq details {
  margin-bottom: 0.55rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 18, 0.9);
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.98rem;
  list-style: none;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary::after {
  content: "+";
  float: right;
  color: var(--lp-neon);
  font-weight: 800;
}

.lp-faq details[open] summary::after {
  content: "–";
}

.lp-faq details p {
  margin: 0.65rem 0 0;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

/* Urgency / session */
.lp-session {
  padding: 1.15rem;
  text-align: center;
}

.lp-session__meta {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0;
  text-align: left;
}

.lp-session__meta div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
}

.lp-session__meta strong {
  color: var(--lp-neon);
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.lp-session__warn {
  margin: 0 0 1rem;
  color: #ffc9c9;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Final */
.lp-final {
  padding: 1.35rem 1.1rem;
  text-align: center;
}

.lp-final .lp-price-now {
  display: block;
  margin: 0.5rem 0 1rem;
}

/* Sticky mobile CTA */
.lp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: #05080a;
  border-top: 1px solid var(--lp-neon-line);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-sticky.lp-sticky--soft-hide,
.lp-sticky.lp-sticky--modal-hide,
.lp-sticky.lp-sticky--video-hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

.lp-sticky__copy {
  flex: 1;
  min-width: 0;
}

.lp-sticky__copy strong {
  display: block;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-sticky__copy span {
  color: var(--lp-warn);
  font-size: 0.95rem;
  font-weight: 800;
}

.lp-sticky .lp-cta {
  width: auto;
  min-width: 132px;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
  font-size: 0.92rem;
}

.lp-sticky-float__hint {
  /* alias for lp-urgency.js sync */
}

@media (min-width: 768px) {
  body.lp-convert {
    font-size: 17px;
    padding-bottom: 1.5rem;
  }

  .lp-wrap {
    width: min(100% - 2rem, 980px);
  }

  .lp-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: center;
  }

  .lp-trustbar,
  .lp-pillars {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-pillars__item {
    font-size: 0.9rem;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 0.3rem;
    min-height: 72px;
  }

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

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

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

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

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

  .lp-cta {
    width: auto;
    min-width: 280px;
  }

  .lp-cta-wrap {
    text-align: center;
  }

  .lp-sticky {
    display: none;
  }

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

@media (max-width: 480px) {
  .lp-press {
    gap: 0.35rem;
  }

  .lp-h1 {
    font-size: clamp(1.75rem, 8.2vw, 2.1rem);
  }

  .lp-cta {
    font-size: 1rem;
  }
}

/* Instant urgency bar */
.lp-urge {
  position: sticky;
  top: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding: 0.55rem 0.85rem;
  background: linear-gradient(90deg, #1a0505 0%, #3b0a0a 45%, #1a0505 100%);
  border-bottom: 1px solid rgba(255, 80, 80, 0.45);
  color: #ffe8e8;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.lp-urge__pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff4d4d;
  flex-shrink: 0;
}

.lp-urge__clock {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  padding: 0.15rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 200, 80, 0.55);
  color: #ffd666;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.lp-urge__clock--urgent {
  color: #ff6b6b;
  border-color: rgba(255, 107, 107, 0.7);
}

.lp-urge__seats {
  color: #ffc9c9;
  font-weight: 500;
  font-size: 0.8rem;
}

.lp-urge.lp-urge--modal-hide {
  visibility: hidden;
  pointer-events: none;
}

.lp-hero-timer {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.05rem 0.4rem;
  border-radius: 4px;
  background: rgba(255, 70, 70, 0.18);
  border: 1px solid rgba(255, 100, 100, 0.4);
  color: #ffd666;
  font-family: var(--font-mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 480px) {
  .lp-urge {
    gap: 0.4rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.78rem;
  }

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

/* Checkout modal — slim, no leftover SPA CSS */
.mc-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0.75rem;
  background: rgba(2, 4, 6, 0.82);
}

.mc-overlay.is-open {
  display: flex;
}

@media (min-width: 520px) {
  .mc-overlay {
    align-items: center;
    padding: 1.25rem;
  }
}

.mc-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  max-height: min(94vh, 720px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.85rem 1rem 0.65rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 136, 0.35);
  background: #0c0e12;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
  -webkit-overflow-scrolling: touch;
}

.mc-scan {
  display: none;
}

.mc-head,
.mc-form {
  position: relative;
  z-index: 1;
}

.mc-head {
  position: relative;
}

.mc-term-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.55rem;
}

.mc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mc-dot--r {
  background: #ff5f57;
}

.mc-dot--y {
  background: #febc2e;
}

.mc-dot--g {
  background: #28c840;
}

.mc-term-title {
  margin-left: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.mc-title {
  margin: 0.35rem 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mc-sub {
  margin: 0 0 0.85rem;
  color: var(--lp-muted);
  font-size: 0.88rem;
}

.mc-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 0.75rem;
}

.mc-field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.mc-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--neon-dim);
  text-transform: uppercase;
}

.mc-input {
  width: 100%;
  min-height: 48px;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 136, 0.28);
  background: #05080a;
  color: var(--text);
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.mc-input:focus {
  border-color: rgba(0, 255, 136, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.12);
}

.mc-trust {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.65rem;
  justify-content: center;
}

.mc-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mc-pay-sticky {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: auto;
  padding: 0.65rem 0 0.15rem;
  background: #0c0e12;
}

.mc-submit {
  margin-top: 0;
  width: 100%;
  min-height: 54px;
  font-size: 1.05rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  touch-action: manipulation;
}

.mc-pay-sticky .mc-cancel {
  margin-top: 0.35rem;
}

.mc-legal {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.68rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.mc-legal a {
  color: var(--lp-neon);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hv-footer {
  margin-top: 0.5rem;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050607;
}

.hv-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  flex-wrap: wrap;
}

.hv-footer__name {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hv-footer__slash {
  color: var(--lp-neon);
  font-weight: 700;
}

.hv-footer__lms {
  color: var(--lp-neon);
  font-weight: 600;
}

.hv-footer__copy {
  margin: 0.35rem 0 0;
  color: var(--lp-muted);
  font-size: 0.72rem;
}

.hv-footer__contact {
  margin: 0.55rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.hv-footer__contact a {
  color: #b7c4bc;
  font-size: 0.8rem;
  text-decoration: none;
}

.hv-footer__contact a:hover,
.hv-footer__contact a:focus-visible {
  color: var(--lp-neon);
}

.hv-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem 1.05rem;
}

.hv-footer__nav a {
  color: #b7c4bc;
  font-size: 0.8rem;
  text-decoration: none;
}

.hv-footer__nav a:hover,
.hv-footer__nav a:focus-visible {
  color: var(--lp-neon);
}

@media (max-width: 720px) {
  .hv-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hv-footer__nav {
    justify-content: flex-start;
  }
}

.mc-cancel {
  align-self: center;
  background: none;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0.35rem;
  touch-action: manipulation;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.02rem;
  min-height: var(--tap-min);
  padding: 0.95rem 1.35rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.22;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.btn--primary {
  background: linear-gradient(135deg, #19e88c 0%, var(--neon) 45%, var(--neon-dim) 100%);
  color: #041208;
  box-shadow: var(--shadow-glow-strong);
  width: 100%;
}

.btn--lg {
  font-size: 1.06rem;
  padding: 1.05rem 1.45rem;
  min-height: 52px;
}

.btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (hover: hover) {
  .lp-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 32px rgba(0, 255, 136, 0.38);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-cta,
  .btn {
    transition: none;
  }
}
