/* 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;
}

/* Ambient mesh */
.landing-page .lp-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.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;
  align-items: center;
  justify-content: center;
  padding: 6.5rem 1.5rem 4.5rem;
  background-size: cover;
  background-position: center 40%;
  background-attachment: scroll;
}

.landing-page .hero-section::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.58) 45%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.landing-page .hero-content {
  max-width: 640px;
  align-items: center;
  text-align: center;
  gap: 0;
}

.landing-page .hero-logo-large {
  display: flex;
  max-width: min(340px, 58vw);
  margin: 0 0 2.25rem;
  animation: lpFadeUp 1s var(--lp-ease) both;
}

.landing-page .hero-logo-large-img {
  min-height: 0;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.45));
}

.landing-page .hero-box {
  display: none;
}

.landing-page .lp-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-blue);
  animation: lpFadeUp 1s var(--lp-ease) 0.08s both;
}

.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 2rem;
  max-width: 26rem;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  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-welcome {
  font-family: var(--lp-font);
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 0.85rem;
  color: var(--lp-text);
  text-shadow: none;
  animation: lpFadeUp 1s var(--lp-ease) 0.14s both;
}

.landing-page .hero-tagline {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 auto 0.65rem;
  max-width: 28rem;
  animation: lpFadeUp 1s var(--lp-ease) 0.2s both;
}

.landing-page .lp-hero-tags {
  display: none;
}

.landing-page .hero-actions {
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
  animation: lpFadeUp 1s var(--lp-ease) 0.3s both;
}

.landing-page .btn-hero,
.landing-page .lp-btn--primary {
  border-radius: 980px;
  padding: 0.72rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--lp-font);
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.landing-page .btn-hero:hover,
.landing-page .lp-btn--primary:hover {
  background: #e8e8ed;
  transform: none;
  filter: none;
}

.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);
}

.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.65rem, 3.2vw, 2.5rem);
  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.75rem, 3.5vw, 2.5rem);
  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: rgba(255, 255, 255, 0.03);
  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;
}

/* —— 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.75rem, 3vw, 2.5rem);
  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(4, minmax(0, 1fr));
  gap: 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.landing-page .lp-spec-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.65rem 1.1rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  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-spec-cell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(41, 151, 255, 0.2), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s var(--lp-ease);
  pointer-events: none;
}

.landing-page .lp-spec-cell:hover {
  transform: translateY(-5px);
  border-color: rgba(41, 151, 255, 0.35);
  background: rgba(41, 151, 255, 0.06);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(41, 151, 255, 0.12);
}

.landing-page .lp-spec-cell:hover::before {
  opacity: 1;
}

.landing-page .lp-spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
  border-radius: 12px;
  color: var(--lp-blue);
  background: rgba(41, 151, 255, 0.1);
  border: 1px solid rgba(41, 151, 255, 0.18);
  transition: transform 0.4s var(--lp-ease), box-shadow 0.4s var(--lp-ease);
}

.landing-page .lp-spec-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.landing-page .lp-spec-cell:hover .lp-spec-icon {
  transform: scale(1.1);
  box-shadow: 0 0 24px rgba(41, 151, 255, 0.3);
}

.landing-page .lp-spec-cell strong {
  font-family: var(--lp-font);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.landing-page .lp-spec-cell span {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--lp-muted);
}

/* —— 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: -50%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgba(41, 151, 255, 0.4) 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 100%
  );
  animation: lpBorderSpin 10s linear infinite;
  opacity: 0.4;
  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.25rem, 5.5vw, 3.75rem);
  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 {
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(41, 151, 255, 0.35) 50%,
    rgba(255, 255, 255, 0.08) 100%
  );
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.landing-page .lp-contact-form-title {
  margin: 0 0 1.25rem;
  font-family: var(--lp-font);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.landing-page .lp-contact-form-shell .lp-contact-form {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.landing-page .lp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.landing-page .lp-form-row {
  display: grid;
  gap: 0.85rem;
}

.landing-page .lp-form-row--2 {
  grid-template-columns: 1fr 1fr;
}

.landing-page .lp-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.landing-page .lp-field label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.landing-page .lp-field input,
.landing-page .lp-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--lp-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--lp-hairline);
  border-radius: 10px;
  transition: border-color 0.2s ease;
}

.landing-page .lp-field input:focus,
.landing-page .lp-field textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.25);
}

.landing-page .lp-field textarea {
  resize: vertical;
  min-height: 112px;
}

.landing-page .lp-btn--full {
  width: 100%;
  margin-top: 0.35rem;
}

.landing-page .lp-form-note {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

.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-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; }

@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; }
}

/* —— Responsive —— */
@media (max-width: 768px) {
  .landing-page .hero-section {
    min-height: 100svh !important;
    padding-top: 6.5rem;
  }
}

@media (max-width: 900px) {
  .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-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;
  }

  .landing-page .lp-spec-grid {
    grid-template-columns: 1fr;
  }

  .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 {
    animation: none;
  }

  .landing-page .lp-story.is-visible .lp-story-list li {
    opacity: 1;
    transform: none;
    transition: 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 {
    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;
  }
}
