/* Love Play AI — LP shared theme (cinematic dark / editorial) */

:root {
  --lp-bg: #030206;
  --lp-bg-elevated: #0a0812;
  --lp-fg: #f4f0eb;
  --lp-muted: rgba(244, 240, 235, 0.58);
  --lp-coral: #ff8f66;
  --lp-violet: #c084fc;
  --lp-magenta: #e879f9;
  --lp-line: rgba(192, 132, 252, 0.22);
  --lp-glass: rgba(255, 255, 255, 0.04);
  --lp-radius: 1.125rem;
  --lp-font-display: "Fraunces", "Georgia", serif;
  --lp-font-body: "DM Sans", system-ui, sans-serif;
  --lp-max: 56rem;
  --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body.lp-page {
  margin: 0;
  min-height: 100vh;
  font-family: var(--lp-font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--lp-fg);
  background: var(--lp-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Atmospheric layers */
.lp-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 15% -10%, rgba(192, 132, 252, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(255, 143, 102, 0.12), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 120%, rgba(232, 121, 249, 0.08), transparent 45%);
}

.lp-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.lp-shell {
  position: relative;
  z-index: 1;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 1.75rem) clamp(3rem, 8vw, 5rem);
}

/* Top bar */
.lp-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1.5rem;
  border-bottom: 1px solid var(--lp-line);
  backdrop-filter: blur(12px);
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lp-brand img {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 20px rgba(255, 143, 102, 0.35));
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

/* Buttons — sized for thumb-tap, min 48px height per Material a11y */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  font-family: var(--lp-font-body);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease), filter 0.35s;
}

.lp-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #a855f7 0%, #c026d3 48%, #ea580c 160%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 12px 40px rgba(168, 85, 247, 0.4),
    0 4px 16px rgba(255, 143, 102, 0.2);
}

/* Extra-large hero CTA — full width on phones, hard to miss */
.lp-btn--xl {
  min-height: 64px;
  padding: 1.15rem 2rem;
  font-size: 1.12rem;
  width: 100%;
  max-width: 30rem;
}

.lp-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 18px 48px rgba(168, 85, 247, 0.45);
}

.lp-btn--ghost {
  color: var(--lp-fg);
  background: var(--lp-glass);
  border: 1px solid var(--lp-line);
  box-shadow: none;
}

.lp-btn--ghost:hover {
  border-color: rgba(255, 143, 102, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.lp-btn--block {
  width: 100%;
  max-width: 22rem;
}

/* Hero */
.lp-hero {
  padding: clamp(1.5rem, 5vw, 3rem) 0 0.5rem;
  animation: lp-fade-up 0.9s var(--lp-ease) both;
}

@keyframes lp-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lp-coral);
  margin-bottom: 0.75rem;
}

.lp-headline {
  font-family: var(--lp-font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 6vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}

.lp-headline .lp-gradient {
  background: linear-gradient(120deg, var(--lp-coral) 0%, var(--lp-magenta) 45%, var(--lp-violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-lead {
  font-size: 1.12rem;
  color: var(--lp-muted);
  max-width: 40rem;
  margin: 0 0 1.75rem;
}

.lp-lead strong {
  color: var(--lp-fg);
  font-weight: 600;
}

/* Sections */
.lp-section {
  margin: clamp(2.25rem, 5vw, 3.5rem) 0;
  animation: lp-fade-up 0.85s var(--lp-ease) both;
  animation-delay: 0.08s;
}

.lp-section-title {
  font-family: var(--lp-font-display);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 600;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.lp-kicker {
  font-size: 0.95rem;
  color: var(--lp-muted);
  margin: 0 0 1.25rem;
  max-width: 42rem;
}

.lp-kicker code {
  font-size: 0.82em;
  padding: 0.12rem 0.35rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--lp-line);
}

.lp-kicker--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Scenario tiles */
.lp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .lp-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.lp-sc-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--lp-radius);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--lp-line);
  background: var(--lp-bg-elevated);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.45s var(--lp-ease),
    border-color 0.35s,
    box-shadow 0.45s;
}

.lp-sc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 0 rgba(255, 143, 102, 0.35);
  transition: box-shadow 0.45s var(--lp-ease);
}

.lp-sc-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 143, 102, 0.4);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.55);
}

.lp-sc-card:hover::after {
  box-shadow: 0 0 0 1px rgba(255, 143, 102, 0.25);
}

.lp-sc-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.65s var(--lp-ease);
}

.lp-sc-card:hover img {
  transform: scale(1.07);
}

.lp-sc-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 0.75rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
  background: linear-gradient(to top, rgba(3, 2, 6, 0.96) 0%, rgba(3, 2, 6, 0.2) 55%, transparent 100%);
}

/* Character cast */
.lp-cast {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem 0;
}

.lp-av {
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 82px;
  flex-shrink: 0;
  transition: transform 0.35s var(--lp-ease);
}

.lp-av:hover {
  transform: translateY(-3px);
}

.lp-av img {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border: 2px solid transparent;
  background:
    linear-gradient(var(--lp-bg-elevated), var(--lp-bg-elevated)) padding-box,
    linear-gradient(135deg, rgba(192, 132, 252, 0.7), rgba(255, 143, 102, 0.65)) border-box;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition:
    box-shadow 0.35s,
    transform 0.35s var(--lp-ease);
}

.lp-av:hover img {
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.25);
  transform: scale(1.05);
}

.lp-av span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--lp-muted);
  transition: color 0.25s;
}

.lp-av:hover span {
  color: var(--lp-coral);
}

/* Logo mark */
.lp-logo-mark {
  margin: 2rem auto;
  text-align: center;
}

.lp-logo-mark img {
  max-width: min(220px, 52vw);
  height: auto;
  border-radius: 1.25rem;
  border: 1px solid var(--lp-line);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

/* Feature grid */
.lp-features {
  display: grid;
  gap: 1rem;
  margin: 1.75rem 0;
}

@media (min-width: 640px) {
  .lp-features {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-feature-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(8px);
  transition: border-color 0.35s, transform 0.35s var(--lp-ease);
}

.lp-feature-card:hover {
  border-color: rgba(255, 143, 102, 0.28);
  transform: translateY(-2px);
}

.lp-feature-card img {
  width: 38px;
  height: 38px;
  margin-bottom: 0.85rem;
  opacity: 0.95;
}

.lp-feature-card h3 {
  font-family: var(--lp-font-display);
  font-size: 1.08rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--lp-coral);
}

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

/* Prose */
.lp-prose p {
  margin: 0 0 1rem;
  color: rgba(244, 240, 235, 0.88);
}

.lp-prose a {
  color: var(--lp-coral);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 143, 102, 0.35);
  transition: border-color 0.25s, color 0.25s;
}

.lp-prose a:hover {
  border-bottom-color: var(--lp-coral);
}

.lp-prose ol,
.lp-prose ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.lp-prose li {
  margin-bottom: 0.45rem;
}

.lp-prose h2 {
  font-family: var(--lp-font-display);
  font-size: 1.35rem;
  margin: 2rem 0 0.65rem;
  color: var(--lp-fg);
}

/* Blockquote (interactive stories) */
.lp-quote {
  margin: 1.75rem 0;
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--lp-magenta);
  border-radius: 0 var(--lp-radius) var(--lp-radius) 0;
  background: rgba(192, 132, 252, 0.06);
  font-style: italic;
  color: var(--lp-muted);
}

/* Compare table (free page) */
.lp-compare {
  margin: 1.75rem 0;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: var(--lp-bg-elevated);
}

.lp-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  font-size: 0.9rem;
}

.lp-compare-row > div {
  padding: 1rem 1.1rem;
}

.lp-compare-row:nth-child(odd):not(.lp-compare-head) {
  background: rgba(255, 255, 255, 0.03);
}

.lp-compare-head {
  font-weight: 700;
  font-family: var(--lp-font-display);
  background: rgba(168, 85, 247, 0.12);
  color: var(--lp-coral);
}

/* FAQ */
.lp-faq dt {
  font-weight: 700;
  margin-top: 1.1rem;
  color: var(--lp-fg);
}

.lp-faq dd {
  margin: 0.35rem 0 0;
  color: var(--lp-muted);
}

/* Lock callout */
.lp-lock {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.25rem;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: linear-gradient(135deg, rgba(255, 143, 102, 0.08), rgba(192, 132, 252, 0.06));
  margin: 1.5rem 0;
}

.lp-lock img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

/* Banner strip (immersive) */
.lp-banner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: rgba(255, 255, 255, 0.04);
  margin: 1.5rem 0;
}

.lp-banner img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

/* Steps */
.lp-steps {
  counter-reset: lpstep;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.lp-steps li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.15rem;
}

.lp-steps li::before {
  counter-increment: lpstep;
  content: counter(lpstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #ea580c);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.35);
}

/* Age badge */
.lp-age {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

/* Pill */
.lp-pill {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 143, 102, 0.12);
  color: var(--lp-coral);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Fantasy tagline */
.lp-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: #e9d5ff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

/* Try-now preview block */
.lp-preview {
  max-width: 38rem;
  margin: 0 auto 2.5rem;
}

.lp-preview .lp-section-title {
  text-align: center;
}

.lp-preview .lp-kicker {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lp-preview .lp-grid {
  margin-top: 0.5rem;
}

.lp-preview .lp-cast {
  justify-content: center;
}

/* Center header variant */
.lp-header--center {
  text-align: center;
  border-bottom: 1px solid var(--lp-line);
  padding-bottom: 2rem;
}

.lp-header--center .lp-logo-hero {
  width: min(200px, 48vw);
  height: auto;
  margin: 0 auto 1rem;
  display: block;
  filter: drop-shadow(0 20px 48px rgba(168, 85, 247, 0.25));
}

.lp-kicker--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Gradient headline (interactive) */
.lp-hl {
  background: linear-gradient(120deg, var(--lp-violet), var(--lp-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Character grid cards (creator page) */
.lp-char-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 560px) {
  .lp-char-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-char-card {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: var(--lp-bg-elevated);
  transition: transform 0.35s var(--lp-ease), border-color 0.35s;
}

.lp-char-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 143, 102, 0.35);
}

.lp-char-card img {
  width: 100%;
  /* 头像是竖版人像；固定 128px 太矮只露头顶。用竖版比例让整张脸露出。 */
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.lp-char-card div {
  padding: 0.75rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lp-muted);
}

/* Persona grid */
.lp-persona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0 2rem;
}

@media (max-width: 520px) {
  .lp-persona-grid {
    grid-template-columns: 1fr;
  }
}

.lp-persona-grid figure {
  margin: 0;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.lp-persona-grid img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.lp-persona-grid figcaption {
  padding: 0.75rem;
  font-size: 0.86rem;
  color: var(--lp-muted);
}

/* Links grid try-now */
.lp-links {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

@media (min-width: 560px) {
  .lp-links {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-links a {
  display: block;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  text-decoration: none;
  color: var(--lp-fg);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s, transform 0.3s;
}

.lp-links a:hover {
  border-color: rgba(255, 143, 102, 0.45);
  transform: translateY(-2px);
}

.lp-links a strong {
  display: block;
  font-family: var(--lp-font-display);
  color: var(--lp-coral);
  margin-bottom: 0.25rem;
}

.lp-links a > span {
  display: block;
  font-size: 0.9rem;
  color: var(--lp-muted);
  font-weight: 400;
}

/* CTA row */
.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  justify-content: center;
}

/* Sticky mobile bottom CTA — survives scroll, hard to miss, reduces dropoff.
 * Hidden on wider screens where the inline CTAs are already visible. */
.lp-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  z-index: 100;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.lp-sticky-cta .lp-btn {
  pointer-events: auto;
  width: 100%;
  max-width: 30rem;
  min-height: 60px;
  font-size: 1.08rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 16px 48px rgba(168, 85, 247, 0.55),
    0 6px 20px rgba(0, 0, 0, 0.4);
}
@media (min-width: 900px) {
  .lp-sticky-cta {
    display: none;
  }
  /* On desktop we have room — add bottom padding to body so footer doesn't
   * crowd the last CTA. */
}
/* Always leave room below content so the sticky bar doesn't cover the last paragraph */
.lp-page {
  padding-bottom: 96px;
}
@media (min-width: 900px) {
  .lp-page {
    padding-bottom: 0;
  }
}

/* Hero video click affordance: wrap video in .lp-video-link to turn it into
 * a giant tap target straight to the tool. Hover/focus shows a glow. */
.lp-video-link {
  display: block;
  position: relative;
  cursor: pointer;
  transition: transform 0.25s var(--lp-ease), box-shadow 0.25s var(--lp-ease);
}
.lp-video-link:hover,
.lp-video-link:focus-visible {
  transform: translateY(-3px);
  outline: none;
}
.lp-video-link::after {
  content: "▶ Tap to try";
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  pointer-events: none;
  letter-spacing: 0.01em;
}

/* Footer */
.lp-footer {
  margin-top: clamp(3rem, 8vw, 4.5rem);
  padding-top: 2rem;
  border-top: 1px solid var(--lp-line);
  font-size: 0.86rem;
  color: var(--lp-muted);
}

.lp-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.lp-footer a {
  color: var(--lp-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}

.lp-footer a:hover {
  color: var(--lp-coral);
  border-bottom-color: rgba(255, 143, 102, 0.4);
}

.lp-footer--center {
  text-align: center;
}

.lp-footer--center nav {
  justify-content: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Stagger children */
.lp-stagger > *:nth-child(1) {
  animation-delay: 0.05s;
}
.lp-stagger > *:nth-child(2) {
  animation-delay: 0.1s;
}
.lp-stagger > *:nth-child(3) {
  animation-delay: 0.15s;
}
.lp-stagger > *:nth-child(4) {
  animation-delay: 0.2s;
}
.lp-stagger > *:nth-child(5) {
  animation-delay: 0.25s;
}
