/* Snap X — Landing FLASH (Y2K light) — identité maximale */

.lp-flash {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px 100px;
  position: relative;
  z-index: 1;
}

.lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 8px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: transparent;
  margin: 0 -4px;
  padding-left: 4px;
  padding-right: 4px;
}

.lp-nav-btn {
  font-size: 13px !important;
  padding: 10px 18px !important;
}

/* Hero */
.lp-hero-flash {
  text-align: center;
  padding: 28px 0 40px;
  position: relative;
}

.lp-hero-flash::before {
  content: "";
  position: absolute;
  inset: -40px -60px 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 15% 0%, rgba(255, 62, 181, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 95% 5%, rgba(43, 92, 255, 0.28) 0%, transparent 50%);
  pointer-events: none;
  animation: heroGlowPulse 6s ease-in-out infinite;
}

@keyframes heroGlowPulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}

.lp-hero-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.lp-hero-mark .flash-chrome-x {
  width: 56px;
  height: 56px;
  font-size: 32px;
  transform: rotate(-12deg);
  box-shadow: var(--shadow-chrome), 0 0 32px var(--flash-pink-glow);
}

.lp-shimmer {
  width: min(280px, 80%);
  margin: 16px auto 8px;
}

.lp-stickers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.lp-tagline {
  margin: 8px 0 18px;
}

.lp-pink {
  color: var(--flash-pink);
  text-shadow: 0 0 24px var(--flash-pink-glow);
}

.lp-blue {
  color: var(--flash-blue);
  text-shadow: 0 0 20px var(--flash-blue-glow);
}

.lp-lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--flash-muted);
  margin-bottom: 28px;
}

.lp-cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.lp-btn-wide {
  width: 100%;
  max-width: 300px;
}

.lp-btn-lg {
  max-width: 320px;
  padding: 18px 32px !important;
  font-size: 17px !important;
}

.lp-micro {
  font-size: 11px;
  color: #4a4a58;
  margin-top: 14px;
  line-height: 1.45;
}

/* Sections */
.lp-section-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--flash-ink);
  margin-bottom: 16px;
  font-weight: 700;
}

.lp-section-label::before {
  content: "✦ ";
  color: var(--flash-pink);
}

.lp-proof {
  padding: 28px 20px;
  margin-bottom: 8px;
}

.lp-quotes {
  display: grid;
  gap: 10px;
}

.lp-quote {
  margin: 0;
  padding: 14px 16px;
  text-align: left;
  background: var(--flash-surface);
  border: 2px solid var(--flash-ink);
  border-radius: var(--flash-radius);
  box-shadow: 0 3px 0 var(--flash-ink);
  transform: rotate(-0.5deg);
}

.lp-quote:nth-child(even) {
  transform: rotate(0.5deg);
}

.lp-quote p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--flash-text);
  margin-bottom: 6px;
}

.lp-quote footer {
  font-size: 11px;
  color: var(--flash-pink);
  font-weight: 700;
}

/* Steps */
.lp-steps { padding: 28px 0; }

.lp-steps-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}

.lp-steps-grid li {
  text-align: center;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-step-num {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  background: var(--flash-blue);
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF;
  box-shadow: 0 3px 0 #1e45cc, var(--shadow-blue);
  border: 2px solid var(--flash-ink);
}

.lp-steps-grid strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--flash-ink);
}

.lp-steps-grid .flash-mono {
  font-size: 12px;
  color: #4a4a58;
}

/* Scarcity */
.lp-scarcity {
  padding: 32px 22px;
  text-align: center;
  margin: 8px 0;
}

.lp-scarcity::after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--flash-pink), var(--flash-blue));
  box-shadow: 0 0 20px var(--flash-pink-glow);
}

.lp-scarcity h2 {
  font-size: clamp(24px, 6.5vw, 32px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.lp-scarcity p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--flash-muted-2);
}

/* Trust */
.lp-trust { padding: 24px 0; }

.lp-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.lp-trust-list li {
  font-size: 13px;
  color: var(--flash-muted);
  padding: 14px 16px;
}

.lp-trust-list strong {
  color: var(--flash-pink);
  display: inline-block;
  margin-right: 4px;
}

/* Final */
.lp-final {
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
}

.lp-final::before {
  content: "";
  position: absolute;
  inset: 0 -40px;
  z-index: -1;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255, 62, 181, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.lp-final h2 {
  font-size: clamp(28px, 7.5vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* Footer */
.lp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 11px;
  color: var(--flash-muted);
  border-top: 2px solid var(--flash-ink);
}

.lp-footer a {
  color: var(--flash-blue);
  text-decoration: none;
  font-weight: 700;
}

.lp-footer a:hover { color: var(--flash-pink); }

/* Sticky CTA */
.lp-sticky-cta {
  display: none;
  position: fixed;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  font-size: 14px !important;
  box-shadow: 0 8px 32px rgba(255, 62, 181, 0.55), 0 0 60px rgba(255, 62, 181, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.lp-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}

.lp-counter {
  margin-top: 12px;
  font-size: 12px;
  color: var(--flash-muted);
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid var(--flash-ink);
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 2px 0 var(--flash-ink);
}

.lp-counter strong {
  color: var(--flash-pink);
  font-weight: 700;
}

/* Demo — photobooth phone */
.lp-demo {
  padding: 28px 20px;
  text-align: center;
  margin: 8px 0 16px;
}

.lp-demo-phone {
  width: 190px;
  height: 340px;
  margin: 20px auto;
  border-radius: 28px;
  border: 4px solid var(--flash-ink);
  background: var(--flash-ink);
  padding: 12px;
  box-shadow:
    0 0 0 2px var(--flash-pink),
    0 6px 0 var(--flash-ink),
    0 24px 60px rgba(255, 62, 181, 0.25),
    0 0 80px rgba(43, 92, 255, 0.15);
  position: relative;
}

.lp-demo-phone::before {
  content: "SNAPX ✦";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  background: var(--flash-pink);
  color: var(--flash-ink);
  padding: 4px 10px;
  border-radius: 999px;
  border: 2px solid var(--flash-ink);
  white-space: nowrap;
}

.lp-demo-screen {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #2a2a35, #101014);
  border: 2px solid rgba(255, 62, 181, 0.3);
}

.lp-demo-phase {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lp-demo-phase.is-active { opacity: 1; }

.lp-demo-teaser {
  background: radial-gradient(circle at 50% 40%, rgba(255, 62, 181, 0.4), transparent 60%);
}

.lp-demo-live {
  background: linear-gradient(180deg, #3a3a50, #101014);
}

.lp-demo-timer {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 3px solid var(--flash-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--flash-text-inv);
  box-shadow: 0 0 24px var(--flash-blue-glow), inset 0 0 12px rgba(255, 62, 181, 0.2);
  animation: demoTimer 1s ease infinite;
}

@keyframes demoTimer {
  0%, 100% { transform: scale(1); border-color: var(--flash-blue); box-shadow: 0 0 24px var(--flash-blue-glow); }
  50% { transform: scale(1.1); border-color: var(--flash-pink); box-shadow: 0 0 32px var(--flash-pink-glow); }
}

.lp-demo-gone .flash-display {
  font-size: 32px;
  color: var(--flash-pink);
  text-shadow: 0 0 30px var(--flash-pink-glow);
  animation: demoGone 0.6s ease;
}

@keyframes demoGone {
  0% { opacity: 0; transform: scale(1.3); }
  100% { opacity: 1; transform: scale(1); }
}

.lp-demo-caption {
  font-size: 12px;
  color: var(--flash-muted-2);
}

body:has(.lp-flash) .admin-quick-link { display: none; }

@media (max-width: 480px) {
  .lp-sticky-cta { display: inline-flex; }
  .lp-steps-grid { gap: 8px; }
  .lp-steps-grid li { padding: 14px 6px; }
}

@media (min-width: 640px) {
  .lp-flash { max-width: 580px; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-flash::before { animation: none; }
}
