/* Viverea Landing v6 — premium wow, clean & laienfreundlich */

.landing-page {
  --lp-max: 1080px;
  --lp-nav-offset: 5.5rem;
  --lp-text: #f5f5f7;
  --lp-muted: #86868b;
  --lp-hairline: rgba(255, 255, 255, 0.1);
  --lp-blue: #2997ff;
  --lp-blue-glow: rgba(41, 151, 255, 0.45);
  --lp-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --lp-font: "Inter Tight", "Inter", system-ui, sans-serif;
  scroll-behavior: smooth;
}

.landing-page .lp-main {
  position: relative;
  background: #000;
  overflow: clip;
}

.landing-page .lp-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: lpOrbDrift 18s ease-in-out infinite alternate;
}

.landing-page .lp-orb--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: 8%;
  left: -12%;
  background: radial-gradient(circle, rgba(41, 151, 255, 0.22) 0%, transparent 70%);
}

.landing-page .lp-orb--2 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: 42%;
  right: -10%;
  background: radial-gradient(circle, rgba(100, 80, 255, 0.14) 0%, transparent 70%);
  animation-delay: -6s;
  animation-duration: 22s;
}

.landing-page .lp-orb--3 {
  width: min(360px, 50vw);
  height: min(360px, 50vw);
  bottom: 5%;
  left: 30%;
  background: radial-gradient(circle, rgba(41, 151, 255, 0.12) 0%, transparent 70%);
  animation-delay: -12s;
  animation-duration: 20s;
}

.landing-page .lp-main > section {
  position: relative;
  z-index: 1;
}

/* —— Nav: siehe marketing-nav.css —— */

/* —— Hero —— */
.landing-page .hero-section {
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 6.5rem 1.5rem 3.5rem;
  background-color: #000;
  background-image: url('../images/Wallpaper.jpg');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.landing-page .hero-section::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.5) 42%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

.landing-page .lp-hero-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(1.5rem, 3.5vw, 2.25rem);
}

.landing-page .hero-logo-large {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(340px, 62vw);
  margin: 0;
  animation: lpFadeUp 1s var(--lp-ease) both;
}

.landing-page .hero-logo-large-img {
  min-height: 0;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.5));
}

.landing-page .lp-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
}

/* —— Showcase (Produkt-Screenshot dramatisch schräg) —— */
.landing-page .lp-showcase {
  position: relative;
  z-index: 3;
  padding: clamp(4rem, 9vw, 7rem) 1.5rem clamp(4.5rem, 10vw, 8rem);
  background:
    radial-gradient(ellipse 70% 80% at 78% 50%, rgba(41, 151, 255, 0.12), transparent 60%),
    linear-gradient(180deg, #000 0%, #000 100%);
  overflow: hidden;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-showcase-inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

.landing-page .lp-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.landing-page .lp-showcase-copy {
  position: relative;
  z-index: 4;
  text-align: left;
}

.landing-page .lp-showcase-title {
  margin: 0.75rem 0 1.15rem;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--lp-text);
}

.landing-page .lp-showcase-lede {
  margin: 0 0 1.5rem;
  max-width: 30rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--lp-muted);
}

.landing-page .lp-showcase-list {
  margin: 0 0 1.85rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.landing-page .lp-showcase-list li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.landing-page .lp-showcase-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(41, 151, 255, 0.25), rgba(41, 151, 255, 0.1));
  border: 1px solid rgba(41, 151, 255, 0.4);
}

.landing-page .lp-showcase-list li::after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.32em;
  width: 0.3rem;
  height: 0.55rem;
  border-right: 2px solid var(--lp-blue);
  border-bottom: 2px solid var(--lp-blue);
  transform: rotate(45deg);
}

.landing-page .lp-showcase-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-page .lp-showcase-cta::after {
  content: '→';
  transition: transform 0.25s var(--lp-ease);
}

.landing-page .lp-showcase-cta:hover::after {
  transform: translateX(3px);
}

.landing-page .lp-showcase-stage {
  position: relative;
  perspective: 1800px;
}

.landing-page .lp-hero-visual {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  animation: lpFadeUp 1.1s var(--lp-ease) 0.18s both;
}

.landing-page .lp-hero-device {
  position: relative;
  z-index: 2;
  border-radius: clamp(12px, 1.4vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 18, 20, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 40px 120px rgba(0, 0, 0, 0.7),
    0 0 160px rgba(41, 151, 255, 0.1);
  transition: transform 0.7s var(--lp-ease), box-shadow 0.7s var(--lp-ease);
}

.landing-page .lp-showcase-stage .lp-hero-device {
  transform: rotateY(-18deg) rotateX(7deg) scale(1.08);
  transform-origin: left center;
  will-change: transform;
}

.landing-page .lp-showcase-stage:hover .lp-hero-device {
  transform: rotateY(-11deg) rotateX(4deg) scale(1.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07),
    0 56px 150px rgba(0, 0, 0, 0.78),
    0 0 220px rgba(41, 151, 255, 0.18);
}

.landing-page .lp-hero-device-chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .lp-hero-device-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.landing-page .lp-hero-device-dot:nth-child(1) { background: #ff5f57; opacity: 0.85; }
.landing-page .lp-hero-device-dot:nth-child(2) { background: #febc2e; opacity: 0.85; }
.landing-page .lp-hero-device-dot:nth-child(3) { background: #28c840; opacity: 0.85; }

.landing-page .lp-hero-device-url {
  margin-left: 0.5rem;
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-page .lp-hero-device-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0c;
}

.landing-page .lp-hero-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.landing-page .lp-hero-visual-glow {
  position: absolute;
  inset: 6% -6% -14% -6%;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(41, 151, 255, 0.28), transparent 66%);
  filter: blur(56px);
  pointer-events: none;
}

/* —— Unified band (showcase DNA) —— */
.landing-page .lp-band {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 9vw, 7rem) 1.5rem;
  background: #000;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-band-inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

.landing-page .lp-band-inner--center {
  text-align: center;
}

.landing-page .lp-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.landing-page .lp-band-copy {
  position: relative;
  z-index: 2;
  text-align: left;
}

.landing-page .lp-band-title {
  margin: 0.75rem 0 1.15rem;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--lp-text);
}

.landing-page .lp-band-title--center {
  text-align: center;
}

.landing-page .lp-band-lede {
  margin: 0 0 1.5rem;
  max-width: 30rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--lp-muted);
}

.landing-page .lp-band-lede--center {
  margin-left: auto;
  margin-right: auto;
}

.landing-page .lp-band-list {
  margin: 0 0 1.85rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.landing-page .lp-band-list li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.landing-page .lp-band-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(41, 151, 255, 0.25), rgba(41, 151, 255, 0.1));
  border: 1px solid rgba(41, 151, 255, 0.4);
}

.landing-page .lp-band-list li::after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.32em;
  width: 0.3rem;
  height: 0.55rem;
  border-right: 2px solid var(--lp-blue);
  border-bottom: 2px solid var(--lp-blue);
  transform: rotate(45deg);
}

.landing-page .lp-band-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-page .lp-band-cta::after {
  content: '→';
  transition: transform 0.25s var(--lp-ease);
}

.landing-page .lp-band-cta:hover::after {
  transform: translateX(3px);
}

.landing-page .lp-band-stage {
  position: relative;
  perspective: 1800px;
}

.landing-page .lp-band-stage .lp-hero-device {
  transform: rotateY(18deg) rotateX(7deg) scale(1.08);
  transform-origin: right center;
  margin-left: auto;
}

.landing-page .lp-band-stage:hover .lp-hero-device {
  transform: rotateY(11deg) rotateX(4deg) scale(1.1);
}

.landing-page .lp-story {
  background:
    radial-gradient(ellipse 70% 80% at 22% 50%, rgba(41, 151, 255, 0.1), transparent 60%),
    #000;
}

/* ═══════════════════════════════════════════════
   STEPS SECTION — Apple vertical numbered rows
   ═══════════════════════════════════════════════ */
.landing-page .lp-steps-section {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) 1.5rem;
  background: #000;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-steps-inner {
  position: relative;
  z-index: 1;
  max-width: var(--lp-max);
  margin: 0 auto;
}

.landing-page .lp-steps-header {
  text-align: center;
  margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.landing-page .lp-steps-heading {
  margin: 0.5rem 0 0;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--lp-text);
}

/* Vertical list — each step is a full-width row */
.landing-page .lp-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.landing-page .lp-step-row {
  position: relative;
  display: grid;
  grid-template-columns: clamp(7rem, 14vw, 11rem) 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.3s var(--lp-ease);
}

.landing-page .lp-step-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-page .lp-step-row::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 100% at 8% 50%, rgba(41, 151, 255, 0.07), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s var(--lp-ease);
  pointer-events: none;
}

.landing-page .lp-step-row:hover::after {
  opacity: 1;
}

/* Left column: the big number */
.landing-page .lp-step-num-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.landing-page .lp-step-big-num {
  font-family: var(--lp-font);
  font-size: clamp(4.5rem, 9vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  background: linear-gradient(135deg, #ffffff 0%, #9cc8ff 45%, #2997ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: transform 0.5s var(--lp-ease);
}

.landing-page .lp-step-row:hover .lp-step-big-num {
  transform: scale(1.06);
}

/* Right column: content */
.landing-page .lp-step-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-page .lp-steps-kicker {
  margin: 0;
  font-family: var(--lp-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.landing-page .lp-step-title {
  display: block;
  font-family: var(--lp-font);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--lp-text);
}

.landing-page .lp-step-text {
  margin: 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--lp-muted);
}

.landing-page .lp-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
}

.landing-page .lp-step-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 980px;
  font-family: var(--lp-font);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .lp-step-tags li::before {
  content: '';
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 6px rgba(41, 151, 255, 0.6);
}

/* ═══════════════════════════════════════════════
   NINE-MODULE SECTION — cinematic full-bleed stage
   ═══════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════
   NINE-MODULE — Showcase-DNA: Text links, Screenshot rechts
   ═══════════════════════════════════════════════ */
.landing-page .lp-nine-section {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) 1.5rem;
  background:
    radial-gradient(ellipse 65% 75% at 82% 50%, rgba(41, 151, 255, 0.1), transparent 60%),
    #000;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-nine-inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

/* Two-column: text | screenshot */
.landing-page .lp-nine-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

/* Left: copy */
.landing-page .lp-nine-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.landing-page .lp-nine-heading {
  margin: 0.75rem 0 1.15rem;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--lp-text);
}

.landing-page .lp-nine-lede {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--lp-muted);
}

/* Pills — compact tag row in copy column */
.landing-page .lp-nine-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.landing-page .lp-nine-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 980px;
  font-family: var(--lp-font);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: color 0.25s var(--lp-ease), background 0.25s var(--lp-ease), border-color 0.25s var(--lp-ease);
}

.landing-page .lp-nine-pills li::before {
  content: '';
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 6px rgba(41, 151, 255, 0.65);
}

.landing-page .lp-nine-pills li:hover {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(41, 151, 255, 0.1);
  border-color: rgba(41, 151, 255, 0.35);
}

.landing-page .lp-nine-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-page .lp-nine-cta::after {
  content: '→';
  transition: transform 0.25s var(--lp-ease);
}

.landing-page .lp-nine-cta:hover::after {
  transform: translateX(3px);
}

/* Right: screenshot stage — identical to .lp-showcase-stage */
.landing-page .lp-nine-stage {
  position: relative;
  perspective: 1800px;
}

.landing-page .lp-nine-device {
  transform: rotateY(18deg) rotateX(7deg) scale(1.08);
  transform-origin: right center;
  will-change: transform;
}

.landing-page .lp-nine-stage:hover .lp-nine-device {
  transform: rotateY(11deg) rotateX(4deg) scale(1.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07),
    0 56px 150px rgba(0, 0, 0, 0.78),
    0 0 220px rgba(41, 151, 255, 0.18);
}

.landing-page .lp-nine-stage-glow {
  position: absolute;
  inset: 6% -6% -14% -6%;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(41, 151, 255, 0.25), transparent 66%);
  filter: blur(56px);
  pointer-events: none;
}

/* —— Reveal animations —— */
.landing-page .lp-steps-section .lp-step-row {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--lp-ease), transform 0.65s var(--lp-ease);
}

.landing-page .lp-steps-section.is-visible .lp-step-row {
  opacity: 1;
  transform: none;
}

.landing-page .lp-steps-section.is-visible .lp-step-row:nth-child(1) { transition-delay: 0.05s; }
.landing-page .lp-steps-section.is-visible .lp-step-row:nth-child(2) { transition-delay: 0.14s; }
.landing-page .lp-steps-section.is-visible .lp-step-row:nth-child(3) { transition-delay: 0.23s; }

.landing-page .lp-nine-section .lp-nine-grid {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--lp-ease), transform 0.8s var(--lp-ease);
}

.landing-page .lp-nine-section.is-visible .lp-nine-grid {
  opacity: 1;
  transform: none;
}

/* —— Finale panel — Showcase-Tiefe —— */
.landing-page .lp-finale {
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(41, 151, 255, 0.1), transparent 65%),
    #000;
}

.landing-page .lp-finale-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(2rem, 6vw, 4rem);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(22, 24, 30, 0.96) 0%, rgba(10, 11, 14, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03);
}

.landing-page .lp-finale-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(41, 151, 255, 0.22), transparent 60%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

.landing-page .lp-finale-panel > *:not(.lp-finale-glow) {
  position: relative;
  z-index: 1;
}

.landing-page .lp-finale-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  margin-top: 0.25rem;
}

.landing-page .lp-finale-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  font-size: 0.9375rem;
}

.landing-page .lp-finale-links a {
  color: var(--lp-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.landing-page .lp-finale-links a:hover {
  color: var(--lp-text);
}

.landing-page .lp-finale-links span {
  color: rgba(255, 255, 255, 0.2);
}

/* —— Contact band —— */
.landing-page .lp-band-grid--contact {
  align-items: start;
}

.landing-page .lp-contact-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.5rem;
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.landing-page .lp-contact-mail:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.landing-page .lp-contact-mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  color: var(--lp-blue);
  background: rgba(41, 151, 255, 0.12);
  border: 1px solid rgba(41, 151, 255, 0.2);
}

.landing-page .lp-contact-mail-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.landing-page .lp-contact-mail span strong {
  display: block;
  font-family: var(--lp-font);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--lp-text);
}

.landing-page .lp-contact-mail span span {
  display: block;
  font-size: 0.875rem;
  color: var(--lp-muted);
}

.landing-page .lp-contact-form-panel {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(22, 24, 30, 0.95) 0%, rgba(10, 11, 14, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 80px rgba(0, 0, 0, 0.45);
}

/* Contact section subtle background */
.landing-page .lp-contact {
  background:
    radial-gradient(ellipse 55% 65% at 70% 50%, rgba(41, 151, 255, 0.07), transparent 65%),
    #000;
}

.landing-page .hero-content {
  max-width: 640px;
  align-items: center;
  text-align: center;
  gap: 0;
}

.landing-page .hero-box {
  display: none;
}

.landing-page .lp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  padding: 0.42rem 0.95rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 980px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: lpFadeUp 1s var(--lp-ease) 0.08s both;
}

.landing-page .lp-hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 10px var(--lp-blue-glow);
  animation: lpDotPulse 2.6s ease-in-out infinite;
}

.landing-page .lp-hero-audience {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9375rem, 1.3vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
  animation: lpFadeUp 1s var(--lp-ease) 0.1s both;
}

.landing-page .lp-hero-example {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
  background: none;
  animation: lpFadeUp 1s var(--lp-ease) 0.24s both;
}

.landing-page .hero-actions {
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0;
  animation: lpFadeUp 1s var(--lp-ease) 0.3s both;
}

.landing-page .hero-welcome {
  font-family: var(--lp-font);
  font-size: clamp(2.35rem, 5vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 1rem;
  color: var(--lp-text);
  text-shadow: none;
  animation: lpFadeUp 1s var(--lp-ease) 0.14s both;
}

.landing-page .hero-tagline {
  font-size: clamp(1.0625rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  margin: 0 auto 0.75rem;
  max-width: 32rem;
  animation: lpFadeUp 1s var(--lp-ease) 0.2s both;
}

.landing-page .lp-hero-tags {
  display: none;
}

.landing-page .btn-hero,
.landing-page .lp-btn--primary {
  border-radius: 980px;
  padding: 0.78rem 1.65rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: var(--lp-font);
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f7 48%, #e8e8ed 100%);
  color: #000;
  border: none;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 1px 2px rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s var(--lp-ease), box-shadow 0.28s var(--lp-ease), background 0.2s ease;
}

.landing-page .btn-hero:hover,
.landing-page .lp-btn--primary:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 14px 38px rgba(0, 0, 0, 0.3);
  filter: none;
}

.landing-page .btn-hero:active,
.landing-page .lp-btn--primary:active {
  transform: translateY(0);
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.2);
}

.landing-page .btn-hero-secondary,
.landing-page .lp-btn--ghost {
  border-radius: 980px;
  padding: 0.72rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--lp-font);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.landing-page .btn-hero-secondary:hover,
.landing-page .lp-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  transform: none;
}

.landing-page .hero-trial-hint {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.32);
  animation: lpFadeUp 1s var(--lp-ease) 0.36s both;
}

.landing-page .lp-scroll-cue {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  animation: lpFadeUp 1s var(--lp-ease) 0.4s both, lpBounce 2.4s ease-in-out 1.2s infinite;
}

.landing-page .lp-scroll-cue svg {
  width: 1.25rem;
  height: 1.25rem;
}

.landing-page .lp-scroll-cue:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* —— Trust bar —— */
.landing-page .lp-trust {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem 1.5rem;
  background: #000;
  border-bottom: 1px solid var(--lp-hairline);
}

.landing-page .lp-trust-inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.landing-page .lp-trust-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-page .lp-trust-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  padding: 0.25rem 0.5rem;
}

.landing-page .lp-trust-stats strong {
  font-family: var(--lp-font);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--lp-text);
  line-height: 1;
}

.landing-page .lp-trust-stats span {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--lp-muted);
}

.landing-page #showcase,
.landing-page #so-gehts,
.landing-page #produkt,
.landing-page #features,
.landing-page #contact {
  scroll-margin-top: var(--lp-nav-offset);
}

/* —— Section labels —— */
.landing-page .lp-section-label {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.landing-page .lp-section-label--center {
  text-align: center;
}

/* —— Problem / Lösung —— */
.landing-page .lp-story {
  position: relative;
  padding: clamp(5rem, 11vw, 8rem) 1.5rem;
  overflow: hidden;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-story::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 22% 50%, rgba(255, 80, 80, 0.06), transparent 65%),
    radial-gradient(ellipse 55% 70% at 78% 45%, rgba(41, 151, 255, 0.14), transparent 65%);
  pointer-events: none;
}

.landing-page .lp-story-shell {
  --mx: 0.5;
  --my: 0.5;
  position: relative;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(41, 151, 255, 0.45) 45%,
    rgba(255, 255, 255, 0.1) 100%
  );
  box-shadow:
    0 0 120px rgba(41, 151, 255, 0.12),
    0 40px 100px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.landing-page .lp-story-shell::before {
  content: '';
  position: absolute;
  inset: -50%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgba(41, 151, 255, 0.35) 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 100%
  );
  animation: lpBorderSpin 8s linear infinite;
  opacity: 0.35;
  pointer-events: none;
}

.landing-page .lp-story-glow {
  position: absolute;
  inset: 0;
  border-radius: 27px;
  background: radial-gradient(
    circle at calc(var(--mx) * 100%) calc(var(--my) * 100%),
    rgba(41, 151, 255, 0.18) 0%,
    transparent 42%
  );
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.landing-page .lp-story-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  border-radius: 27px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.landing-page .lp-story-col {
  padding: clamp(2.5rem, 5vw, 3.75rem);
  background: transparent;
}

.landing-page .lp-story-col--problem {
  background: linear-gradient(160deg, rgba(255, 70, 70, 0.04) 0%, transparent 55%);
}

.landing-page .lp-story-col--problem h2 {
  color: rgba(255, 255, 255, 0.5);
}

.landing-page .lp-story-col--solution {
  background: linear-gradient(160deg, rgba(41, 151, 255, 0.14) 0%, rgba(0, 0, 0, 0.4) 60%);
}

.landing-page .lp-story-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-page .lp-story-arrow {
  display: block;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2997ff, #147ce5);
  box-shadow:
    0 0 32px rgba(41, 151, 255, 0.65),
    0 0 64px rgba(41, 151, 255, 0.25);
  position: relative;
  animation: lpArrowPulse 2.8s ease-in-out infinite;
}

.landing-page .lp-story-arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-1px, -1px);
}

.landing-page .lp-section-label--muted {
  color: rgba(255, 255, 255, 0.35);
}

.landing-page .lp-story-col h2 {
  margin: 0 0 1.25rem;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--lp-text);
}

.landing-page .lp-story-glow-title {
  background: linear-gradient(135deg, #ffffff 0%, #c8e4ff 40%, #2997ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: lpShimmer 6s ease-in-out infinite;
}

.landing-page .lp-story-col p {
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--lp-muted);
}

.landing-page .lp-story-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-page .lp-story-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.5s var(--lp-ease), transform 0.5s var(--lp-ease);
}

.landing-page .lp-story.is-visible .lp-story-list li {
  opacity: 1;
  transform: none;
}

.landing-page .lp-story.is-visible .lp-story-list li:nth-child(1) { transition-delay: 0.15s; }
.landing-page .lp-story.is-visible .lp-story-list li:nth-child(2) { transition-delay: 0.25s; }
.landing-page .lp-story.is-visible .lp-story-list li:nth-child(3) { transition-delay: 0.35s; }
.landing-page .lp-story.is-visible .lp-story-list li:nth-child(4) { transition-delay: 0.45s; }

.landing-page .lp-story-list--pain li {
  color: rgba(255, 255, 255, 0.38);
}

.landing-page .lp-story-list--pain li::before {
  content: '×';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255, 100, 100, 0.45);
  line-height: 1.35;
}

.landing-page .lp-story-list--gain {
  margin-bottom: 1.75rem;
}

.landing-page .lp-story-list--gain li {
  color: rgba(255, 255, 255, 0.72);
}

.landing-page .lp-story-list--gain li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 8px rgba(41, 151, 255, 0.6);
}

.landing-page .lp-story-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.landing-page .lp-story-cta::after {
  content: '→';
}

.landing-page .lp-story-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

/* —— So funktioniert's —— */
.landing-page .lp-steps {
  padding: clamp(4.5rem, 9vw, 7rem) 1.5rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-steps h2 {
  margin: 0 0 2.75rem;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--lp-text);
}

.landing-page .lp-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  position: relative;
}

.landing-page .lp-steps-list::before {
  content: '';
  position: absolute;
  left: 1.65rem;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(41, 151, 255, 0.45) 20%, rgba(41, 151, 255, 0.45) 80%, transparent);
  pointer-events: none;
}

.landing-page .lp-step {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1rem 1.15rem;
  padding: 1.35rem 1.35rem 1.35rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.4s var(--lp-ease), border-color 0.4s var(--lp-ease), box-shadow 0.4s var(--lp-ease), background 0.4s var(--lp-ease);
}

.landing-page .lp-step:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(41, 151, 255, 0.35);
  background: rgba(41, 151, 255, 0.06);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(41, 151, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-page .lp-step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  font-family: var(--lp-font);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2997ff, #147ce5);
  box-shadow: 0 0 20px rgba(41, 151, 255, 0.45);
  z-index: 1;
}

.landing-page .lp-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  color: var(--lp-blue);
  background: rgba(41, 151, 255, 0.12);
  border: 1px solid rgba(41, 151, 255, 0.2);
}

.landing-page .lp-step-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.landing-page .lp-step-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.landing-page .lp-step-body strong {
  font-family: var(--lp-font);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.landing-page .lp-step-body span {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--lp-muted);
}

.landing-page .lp-steps.is-visible .lp-step {
  animation: lpFadeUp 0.7s var(--lp-ease) both;
}

.landing-page .lp-steps.is-visible .lp-step:nth-child(1) {
  animation-delay: 0.06s;
}

.landing-page .lp-steps.is-visible .lp-step:nth-child(2) {
  animation-delay: 0.14s;
}

.landing-page .lp-steps.is-visible .lp-step:nth-child(3) {
  animation-delay: 0.22s;
}

.landing-page .lp-steps.is-visible .lp-step:nth-child(4) {
  animation-delay: 0.3s;
}

/* —— Spec grid —— */
.landing-page .lp-spec {
  padding: clamp(5rem, 10vw, 7rem) 1.5rem;
  max-width: var(--lp-max);
  margin: 0 auto;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-spec h2 {
  margin: 0 0 0.65rem;
  text-align: center;
  font-family: var(--lp-font);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--lp-text);
}

.landing-page .lp-spec-lede {
  margin: 0 auto 2.25rem;
  max-width: 28rem;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--lp-muted);
}

.landing-page .lp-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.landing-page .lp-spec-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.85rem 1.65rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.058) 0%, rgba(255, 255, 255, 0.014) 100%);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 1px 2px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s var(--lp-ease), border-color 0.5s var(--lp-ease), box-shadow 0.5s var(--lp-ease), background 0.5s var(--lp-ease);
}

.landing-page .lp-spec-cell > * {
  position: relative;
  z-index: 1;
}

/* cursor-follow spotlight */
.landing-page .lp-spec-cell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    300px circle at calc(var(--mx, 0.5) * 100%) calc(var(--my, 0.5) * 100%),
    rgba(41, 151, 255, 0.22),
    transparent 58%
  );
  opacity: 0;
  transition: opacity 0.45s var(--lp-ease);
  pointer-events: none;
}

/* refined top hairline */
.landing-page .lp-spec-cell::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.65rem;
  right: 1.65rem;
  height: 1px;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  pointer-events: none;
}

.landing-page .lp-spec-cell:hover {
  transform: translateY(-6px);
  border-color: rgba(41, 151, 255, 0.4);
  background: linear-gradient(180deg, rgba(41, 151, 255, 0.08) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 44px rgba(41, 151, 255, 0.16);
}

.landing-page .lp-spec-cell:hover::before {
  opacity: 1;
}

.landing-page .lp-spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.7rem;
  border-radius: 14px;
  color: #6cb6ff;
  background: linear-gradient(160deg, rgba(41, 151, 255, 0.24) 0%, rgba(41, 151, 255, 0.06) 100%);
  border: 1px solid rgba(41, 151, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 6px 18px rgba(41, 151, 255, 0.14);
  transition: transform 0.5s var(--lp-ease), box-shadow 0.5s var(--lp-ease), color 0.5s var(--lp-ease);
}

.landing-page .lp-spec-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.landing-page .lp-spec-cell:hover .lp-spec-icon {
  transform: translateY(-2px) scale(1.06);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 30px rgba(41, 151, 255, 0.42);
}

.landing-page .lp-spec-cell strong {
  font-family: var(--lp-font);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.landing-page .lp-spec-cell span {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--lp-muted);
}

.landing-page .lp-spec-cta {
  margin-top: 2.25rem;
  text-align: center;
}

/* —— Finale CTA —— */
.landing-page .lp-finale {
  padding: clamp(5rem, 11vw, 8rem) 1.5rem;
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-cta-shell {
  --mx: 0.5;
  --my: 0.5;
  position: relative;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 1px;
  border-radius: 32px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(41, 151, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.12) 100%
  );
  box-shadow:
    0 0 140px rgba(41, 151, 255, 0.15),
    0 48px 100px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.landing-page .lp-cta-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    135deg,
    rgba(41, 151, 255, 0.22) 0%,
    transparent 45%,
    transparent 60%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0.7;
  pointer-events: none;
}

.landing-page .lp-cta-glow {
  position: absolute;
  inset: 0;
  border-radius: 31px;
  background: radial-gradient(
    circle at calc(var(--mx) * 100%) calc(var(--my) * 100%),
    rgba(41, 151, 255, 0.22) 0%,
    transparent 45%
  );
  pointer-events: none;
  z-index: 1;
}

.landing-page .lp-cta-inner {
  position: relative;
  z-index: 2;
  padding: clamp(3rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 3rem);
  border-radius: 31px;
  text-align: center;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.landing-page .lp-cta-badge {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: 980px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-blue);
  background: rgba(41, 151, 255, 0.12);
  border: 1px solid rgba(41, 151, 255, 0.28);
  box-shadow: 0 0 24px rgba(41, 151, 255, 0.15);
}

.landing-page .lp-cta-inner h2 {
  margin: 0 0 0.85rem;
  font-family: var(--lp-font);
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--lp-text);
}

.landing-page .lp-cta-glow-title {
  background: linear-gradient(135deg, #ffffff 0%, #b8d9ff 45%, #2997ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: lpShimmer 6s ease-in-out infinite;
}

.landing-page .lp-cta-lede {
  margin: 0 auto 2rem;
  max-width: 26rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--lp-muted);
}

.landing-page .lp-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
}

.landing-page .lp-btn--xl {
  padding: 0.9rem 2rem;
  font-size: 1.0625rem;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.12);
  transition: transform 0.25s var(--lp-ease), box-shadow 0.25s var(--lp-ease), background 0.2s ease;
}

.landing-page .lp-btn--xl:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.18);
}

.landing-page .lp-cta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.65rem;
  font-size: 0.9375rem;
}

.landing-page .lp-cta-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.landing-page .lp-cta-links a:hover {
  color: var(--lp-blue);
  text-decoration: none;
}

.landing-page .lp-cta-links span {
  color: rgba(255, 255, 255, 0.2);
}

.landing-page .lp-finale.is-visible .lp-cta-shell {
  animation: lpShellIn 1s var(--lp-ease) both;
}

/* —— Contact —— */
.landing-page .lp-contact {
  padding: clamp(4rem, 8vw, 6rem) 1.5rem clamp(5rem, 10vw, 7rem);
  border-top: 1px solid var(--lp-hairline);
}

.landing-page .lp-contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  max-width: var(--lp-max);
  margin: 0 auto;
}

.landing-page .lp-contact-side h2 {
  margin: 0 0 0.75rem;
  font-family: var(--lp-font);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--lp-text);
}

.landing-page .lp-contact-lede {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--lp-muted);
}

.landing-page .lp-contact-perks {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.landing-page .lp-contact-perks li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.landing-page .lp-contact-perks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-blue);
  box-shadow: 0 0 8px var(--lp-blue-glow);
}

.landing-page .lp-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-page .lp-contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.35s var(--lp-ease), border-color 0.35s var(--lp-ease), background 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease);
}

.landing-page .lp-contact-card:hover {
  transform: translateX(4px);
  border-color: rgba(41, 151, 255, 0.35);
  background: rgba(41, 151, 255, 0.06);
  box-shadow: 0 8px 32px rgba(41, 151, 255, 0.1);
  text-decoration: none;
}

.landing-page .lp-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  color: var(--lp-blue);
  background: rgba(41, 151, 255, 0.12);
  border: 1px solid rgba(41, 151, 255, 0.2);
}

.landing-page .lp-contact-card-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.landing-page .lp-contact-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.landing-page .lp-contact-card-body strong {
  font-family: var(--lp-font);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.landing-page .lp-contact-card-body span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--lp-text);
}

.landing-page .lp-contact-form-shell {
  position: relative;
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(41, 151, 255, 0.28) 38%,
    rgba(255, 255, 255, 0.05) 68%,
    rgba(41, 151, 255, 0.18) 100%
  );
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.landing-page .lp-contact-form-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(41, 151, 255, 0.12), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.landing-page .lp-contact-form-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.35rem;
  padding-bottom: 1.35rem;
  font-family: var(--lp-font);
  font-size: clamp(1.2rem, 2vw, 1.375rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--lp-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-page .lp-contact-form-shell .lp-contact-form {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3.5vw, 2.35rem);
  border-radius: 27px;
  background: rgba(18, 18, 20, 0.62);
  backdrop-filter: blur(48px) saturate(160%);
  -webkit-backdrop-filter: blur(48px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-font-smoothing: antialiased;
}

.landing-page .lp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.landing-page .lp-form-row {
  display: grid;
  gap: 1rem;
}

.landing-page .lp-form-row--2 {
  grid-template-columns: 1fr 1fr;
}

.landing-page .lp-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.landing-page .lp-contact-form .lp-field label {
  font-family: var(--lp-font);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.landing-page .lp-label-hint {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.28);
}

.landing-page .lp-contact-form .lp-field input,
.landing-page .lp-contact-form .lp-field textarea,
.landing-page .lp-contact-form .lp-select-wrap select {
  width: 100%;
  padding: 0.95rem 1.1rem;
  font-size: 1rem;
  font-family: var(--lp-font);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--lp-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.025) 100%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    border-color 0.28s var(--lp-ease),
    box-shadow 0.28s var(--lp-ease),
    background 0.28s var(--lp-ease),
    transform 0.2s var(--lp-ease);
}

.landing-page .lp-select-wrap {
  position: relative;
  display: block;
}

.landing-page .lp-select-wrap::after {
  content: "";
  position: absolute;
  right: 1.05rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: -0.15rem;
  border-right: 1.5px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.42);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: border-color 0.2s ease;
}

.landing-page .lp-contact-form .lp-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.75rem;
  cursor: pointer;
  background-image: none;
  color-scheme: dark;
}

.landing-page .lp-contact-form .lp-field input::placeholder,
.landing-page .lp-contact-form .lp-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.26);
  font-weight: 400;
}

.landing-page .lp-contact-form .lp-field input:hover,
.landing-page .lp-contact-form .lp-field textarea:hover,
.landing-page .lp-contact-form .lp-select-wrap select:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.035) 100%);
}

.landing-page .lp-contact-form .lp-field input:focus,
.landing-page .lp-contact-form .lp-field textarea:focus,
.landing-page .lp-contact-form .lp-select-wrap select:focus {
  outline: none;
  border-color: rgba(41, 151, 255, 0.65);
  background: linear-gradient(180deg, rgba(41, 151, 255, 0.1) 0%, rgba(41, 151, 255, 0.04) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 3px rgba(41, 151, 255, 0.16);
}

.landing-page .lp-contact-form .lp-select-wrap:focus-within::after {
  border-color: var(--lp-blue);
}

.landing-page .lp-contact-form .lp-field option {
  color: #f5f5f7;
  background: #1c1c1e;
}

.landing-page .lp-contact-form .lp-field textarea {
  resize: vertical;
  min-height: 128px;
  line-height: 1.55;
}

.landing-page .lp-contact-form .lp-btn--full {
  width: 100%;
  margin-top: 0.65rem;
}

.landing-page .lp-contact-form .lp-btn--contact {
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 980px;
  border: none;
  color: #000;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f7 48%, #e8e8ed 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 1px 2px rgba(0, 0, 0, 0.12),
    0 8px 28px rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.32s var(--lp-ease),
    box-shadow 0.32s var(--lp-ease),
    background 0.32s var(--lp-ease);
}

.landing-page .lp-contact-form .lp-btn--contact:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 12px 36px rgba(255, 255, 255, 0.12),
    0 20px 48px rgba(0, 0, 0, 0.32);
}

.landing-page .lp-contact-form .lp-btn--contact:active {
  transform: translateY(0);
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.2);
}

.landing-page .lp-contact-form .lp-form-note {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.32);
}

.landing-page .lp-contact-form .lp-form-message {
  min-height: 1.35rem;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}

.landing-page .lp-form-message,
.landing-page .contact-form-message {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
  min-height: 1.25rem;
}

.landing-page .lp-form-message.success,
.landing-page .contact-form-message.success {
  color: #4ade80;
}

.landing-page .lp-form-message.error,
.landing-page .contact-form-message.error {
  color: #f87171;
}

.landing-page .legal-footer {
  background: #000;
  border-top: 1px solid var(--lp-hairline);
}

/* —— Reveal —— */
.landing-page .lp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.85s var(--lp-ease), transform 0.85s var(--lp-ease);
}

.landing-page .lp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.landing-page .lp-reveal.is-visible .lp-story-shell {
  animation: lpShellIn 1s var(--lp-ease) both;
}

.landing-page .lp-steps.is-visible .lp-steps-card {
  animation: lpFadeUp 0.65s var(--lp-ease) both;
}

.landing-page .lp-steps.is-visible .lp-steps-card:nth-child(1) { animation-delay: 0.06s; }
.landing-page .lp-steps.is-visible .lp-steps-card:nth-child(2) { animation-delay: 0.12s; }
.landing-page .lp-steps.is-visible .lp-steps-card:nth-child(3) { animation-delay: 0.18s; }

.landing-page .lp-spec.is-visible .lp-spec-cell {
  animation: lpFadeUp 0.65s var(--lp-ease) both;
}

.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(1) { animation-delay: 0.04s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(2) { animation-delay: 0.08s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(3) { animation-delay: 0.12s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(4) { animation-delay: 0.16s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(5) { animation-delay: 0.2s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(6) { animation-delay: 0.24s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(7) { animation-delay: 0.28s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(8) { animation-delay: 0.32s; }
.landing-page .lp-spec.is-visible .lp-spec-cell:nth-child(9) { animation-delay: 0.36s; }

@keyframes lpShellIn {
  from {
    opacity: 0.6;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes lpFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@keyframes lpBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@keyframes lpOrbDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(3%, 4%) scale(1.08); }
}

@keyframes lpBorderSpin {
  to { transform: rotate(360deg); }
}

@keyframes lpArrowPulse {
  0%, 100% {
    box-shadow: 0 0 32px rgba(41, 151, 255, 0.65), 0 0 64px rgba(41, 151, 255, 0.25);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 48px rgba(41, 151, 255, 0.85), 0 0 80px rgba(41, 151, 255, 0.35);
    transform: scale(1.06);
  }
}

@keyframes lpShimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

@keyframes lpDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.82); }
}

/* —— Responsive —— */
@media (max-width: 768px) {
  .landing-page .hero-section {
    min-height: 100svh !important;
    padding-top: 6.5rem;
  }
}

@media (max-width: 900px) {
  .landing-page .hero-logo-large {
    max-width: min(280px, 70vw);
  }

  .landing-page .lp-showcase-grid {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 7vw, 3.5rem);
    text-align: center;
  }

  .landing-page .lp-showcase-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landing-page .lp-showcase-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .lp-showcase-list {
    text-align: left;
  }

  .landing-page .lp-showcase-stage {
    perspective: none;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .landing-page .lp-showcase-stage .lp-hero-device {
    transform: rotateY(-6deg) rotateX(3deg) scale(1);
    transform-origin: center;
  }

  .landing-page .lp-showcase-stage:hover .lp-hero-device {
    transform: translateY(-4px);
  }

  .landing-page .lp-band-grid {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 7vw, 3.5rem);
    text-align: center;
  }

  .landing-page .lp-band-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landing-page .lp-band-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .lp-band-list {
    text-align: left;
  }

  .landing-page .lp-band-stage {
    perspective: none;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .landing-page .lp-band-stage .lp-hero-device {
    transform: rotateY(6deg) rotateX(3deg) scale(1);
    transform-origin: center;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .lp-band-stage:hover .lp-hero-device {
    transform: translateY(-4px);
  }

  /* Steps section — vertical rows go single-column on mobile */
  .landing-page .lp-step-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: clamp(2rem, 6vw, 2.75rem) 0;
  }

  .landing-page .lp-step-num-col {
    justify-content: flex-start;
  }

  .landing-page .lp-step-big-num {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  /* Nine section — stack on mobile */
  .landing-page .lp-nine-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .landing-page .lp-nine-copy {
    align-items: center;
    text-align: center;
  }

  .landing-page .lp-nine-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .lp-nine-pills {
    justify-content: center;
  }

  .landing-page .lp-nine-cta {
    align-self: center;
  }

  .landing-page .lp-nine-device {
    transform: none;
    transform-origin: center;
  }

  .landing-page .lp-nine-stage:hover .lp-nine-device {
    transform: translateY(-4px);
  }

  .landing-page .lp-steps-row::before,
  .landing-page .lp-steps-row::after {
    display: none;
  }

  .landing-page .lp-modules-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-page .lp-modules-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landing-page .lp-modules-head .lp-band-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .lp-band-grid--contact {
    gap: 2rem;
  }

  .landing-page .lp-trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.75rem;
  }

  .landing-page .lp-story-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .lp-story-bridge {
    width: 100%;
    height: 3rem;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .landing-page .lp-story-arrow {
    transform: rotate(90deg);
  }

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

  .landing-page .lp-spec-grid .lp-spec-cell:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .landing-page .lp-steps-list::before {
    display: none;
  }

  .landing-page .lp-contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .landing-page .hero-section {
    padding-top: 6.5rem;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .landing-page .lp-trust-stats {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page .lp-trust-inner {
    padding: 1.15rem 1rem;
  }

  .landing-page .lp-showcase-stage .lp-hero-device {
    transform: none;
  }

  .landing-page .lp-spec-grid {
    grid-template-columns: 1fr;
  }

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

  .landing-page .lp-modules-ghost {
    font-size: 12rem;
    bottom: -3rem;
  }

  .landing-page .lp-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
  }

  .landing-page .lp-step-body {
    flex: 1 1 100%;
    min-width: 0;
  }

  .landing-page .lp-form-row--2 {
    grid-template-columns: 1fr;
  }

  .landing-page .lp-scroll-cue {
    display: none;
  }
}

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

  .landing-page .lp-reveal.is-visible .lp-step,
  .landing-page .lp-reveal.is-visible .lp-spec-cell,
  .landing-page .lp-steps.is-visible .lp-steps-card {
    animation: none;
  }

  .landing-page .lp-steps-row::after {
    animation: none;
  }

  .landing-page .lp-story.is-visible .lp-story-list li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .landing-page .hero-logo-large,
  .landing-page .lp-hero-visual,
  .landing-page .lp-hero-device,
  .landing-page .lp-showcase-stage .lp-hero-device {
    animation: none;
    transform: none;
  }

  .landing-page .lp-orb,
  .landing-page .lp-story-shell::before,
  .landing-page .lp-cta-shell::before,
  .landing-page .lp-story-arrow,
  .landing-page .lp-story-glow-title,
  .landing-page .lp-cta-glow-title,
  .landing-page .lp-hero-eyebrow::before {
    animation: none;
  }

  .landing-page .lp-reveal,
  .landing-page .hero-logo-large,
  .landing-page .lp-hero-audience,
  .landing-page .lp-hero-example,
  .landing-page .hero-welcome,
  .landing-page .lp-hero-eyebrow,
  .landing-page .hero-tagline,
  .landing-page .lp-hero-tags,
  .landing-page .hero-actions,
  .landing-page .hero-trial-hint,
  .landing-page .lp-scroll-cue {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
