/* ═══════════════════════════════════════════════════════════
   landing.css — TopPopote landing premium
   Design system: Night Kitchen
   Dark par défaut, overrides light en bas
   ═══════════════════════════════════════════════════════════ */

/* ── SHELL ─────────────────────────────────────── */
.lp {
  --lp-max: 1200px;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.lp-section {
  position: relative;
  padding: 100px 24px;
  overflow: hidden;
}
.lp-wrap {
  max-width: var(--lp-max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── LABEL / KICKER ────────────────────────────── */
.lp-label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.22);
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px; font-weight: 800;
  color: var(--g, #34d399);
  text-transform: uppercase; letter-spacing: 3px;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lp-label svg { color: var(--g, #34d399); }

/* ── GRADIENT TEXT ─────────────────────────────── */
.lp-grad {
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-italic {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 700;
}

/* ── BUTTONS ───────────────────────────────────── */
.lp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; border-radius: 16px; border: none;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 800;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.22,.61,.36,1),
              box-shadow .25s ease, background .25s ease, color .25s ease;
  text-decoration: none; line-height: 1;
  position: relative; overflow: hidden;
}
.lp-btn-primary {
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  color: #03150a;
  box-shadow: 0 8px 26px -10px rgba(52,211,153,0.55);
}
.lp-btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.32) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.lp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px -10px rgba(52,211,153,0.65);
  color: #03150a;
}
.lp-btn-primary:hover::after { transform: translateX(120%); }

.lp-btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(52,211,153,0.35);
  color: var(--g, #34d399);
}
.lp-btn-ghost:hover {
  background: rgba(52,211,153,0.08);
  transform: translateY(-2px);
  border-color: rgba(52,211,153,0.55);
}

.lp-btn-huge {
  padding: 20px 52px; font-size: 17px; border-radius: 20px;
}

/* ── SCROLL REVEAL ─────────────────────────────── */
.lp-reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .75s cubic-bezier(.22,.61,.36,1),
              transform .75s cubic-bezier(.22,.61,.36,1);
}
.lp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.lp-reveal-d1 { transition-delay: 0.08s; }
.lp-reveal-d2 { transition-delay: 0.16s; }
.lp-reveal-d3 { transition-delay: 0.24s; }
.lp-reveal-d4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1; transform: none; transition: none; }
}


/* ═══════════════════════════════════════════════════════════
   1. HERO — Cinématique avec mesh + device stack
   ═══════════════════════════════════════════════════════════ */
.lp-hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 140px 24px 80px;
  position: relative;
  isolation: isolate;
}

.lp-hero-bg {
  position: absolute; inset: 0;
  pointer-events: none; z-index: -1;
  overflow: hidden;
}
.lp-hero-mesh {
  position: absolute; inset: -10%;
  background:
    radial-gradient(48% 38% at 18% 22%, rgba(52,211,153,0.22) 0%, transparent 60%),
    radial-gradient(42% 32% at 85% 18%, rgba(16,185,129,0.18) 0%, transparent 60%),
    radial-gradient(60% 50% at 50% 95%, rgba(251,191,36,0.12) 0%, transparent 65%),
    radial-gradient(38% 30% at 78% 78%, rgba(52,211,153,0.16) 0%, transparent 60%);
  filter: blur(30px) saturate(1.1);
  animation: lpMeshDrift 22s ease-in-out infinite alternate;
}
@keyframes lpMeshDrift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-2%, 1%, 0) scale(1.04); }
  100% { transform: translate3d(2%, -1%, 0) scale(1.02); }
}
.lp-hero-grain {
  position: absolute; inset: 0;
  opacity: 0.05;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}
.lp-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: lpOrbFloat 14s ease-in-out infinite;
}
.lp-hero-orb--a {
  width: 420px; height: 420px;
  top: 8%; left: -8%;
  background: radial-gradient(circle at 30% 30%, #34d399, transparent 70%);
}
.lp-hero-orb--b {
  width: 340px; height: 340px;
  bottom: 6%; right: -6%;
  background: radial-gradient(circle at 50% 50%, #10b981, transparent 70%);
  animation-delay: -5s;
}
.lp-hero-orb--c {
  width: 260px; height: 260px;
  top: 38%; right: 22%;
  background: radial-gradient(circle at 50% 50%, #fbbf24, transparent 70%);
  opacity: 0.28;
  animation-delay: -8s;
}
@keyframes lpOrbFloat {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(30px, -18px); }
  50%      { transform: translate(-10px, -30px); }
  75%      { transform: translate(-25px, 12px); }
}

.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(52,211,153,0.06);
  border: 1px solid rgba(52,211,153,0.20);
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px; font-weight: 700;
  color: var(--g, #34d399);
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: lpPulse 3s ease-in-out infinite;
}
.lp-hero-badge strong { font-weight: 900; color: var(--text-primary); }
.lp-hero-badge .lp-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--g, #34d399);
  box-shadow: 0 0 0 0 rgba(52,211,153,0.55);
  animation: lpDotPulse 2s ease-in-out infinite;
}
@keyframes lpPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.12); }
  50%      { box-shadow: 0 0 0 14px rgba(52,211,153,0); }
}
@keyframes lpDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 12px rgba(52,211,153,0.8); }
  50%      { opacity: 0.45; transform: scale(0.7); box-shadow: 0 0 4px rgba(52,211,153,0.3); }
}

.lp-hero h1 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(42px, 7.4vw, 82px); line-height: 1.02;
  color: var(--text-primary);
  margin: 0 0 28px;
  letter-spacing: -2px;
}
.lp-hero-sub {
  font-size: clamp(15.5px, 2vw, 19px); font-weight: 400;
  color: var(--text-secondary);
  max-width: 620px; margin: 0 auto 40px;
  line-height: 1.65;
}
.lp-hero-ctas {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 18px;
}
.lp-hero-micro {
  font-size: 12.5px; color: var(--text-muted); margin-bottom: 80px;
  display: inline-flex; align-items: center; gap: 8px;
}
.lp-hero-micro-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--g, #34d399); }

/* Device stack (mockups cinématiques) */
.lp-hero-devices {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  justify-content: center;
  gap: 16px;
  max-width: 1000px; margin: 0 auto;
  perspective: 1400px;
}
.lp-device {
  border-radius: 20px;
  background: var(--bg-card-solid, rgba(18,28,22,0.85));
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  box-shadow:
    0 40px 80px -30px rgba(0,0,0,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
  transition: transform .6s cubic-bezier(.22,.61,.36,1), box-shadow .5s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lp-device:nth-child(1) {
  transform: rotateY(14deg) rotateX(2deg) translateX(28px) translateZ(-40px);
  transform-origin: right center;
}
.lp-device:nth-child(2) {
  transform: translateZ(30px) scale(1.04);
  border-color: rgba(52,211,153,0.25);
  box-shadow:
    0 50px 100px -30px rgba(0,0,0,0.55),
    0 0 0 1px rgba(52,211,153,0.25),
    0 0 80px -20px rgba(52,211,153,0.35);
  z-index: 3;
}
.lp-device:nth-child(3) {
  transform: rotateY(-14deg) rotateX(2deg) translateX(-28px) translateZ(-40px);
  transform-origin: left center;
}
.lp-hero-devices:hover .lp-device:nth-child(1) {
  transform: rotateY(10deg) translateX(20px) translateZ(-20px);
}
.lp-hero-devices:hover .lp-device:nth-child(3) {
  transform: rotateY(-10deg) translateX(-20px) translateZ(-20px);
}

.lp-device-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent);
}
.lp-device-dots { display: flex; gap: 5px; }
.lp-device-dots i {
  width: 8px; height: 8px; border-radius: 50%;
  display: block;
}
.lp-device-dots i:nth-child(1) { background: #f87171; }
.lp-device-dots i:nth-child(2) { background: #fbbf24; }
.lp-device-dots i:nth-child(3) { background: #34d399; }
.lp-device-url {
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
}
.lp-device-body {
  padding: 16px;
  min-height: 220px;
}

/* Device A — Homepage preview */
.lp-dv-a .lp-device-body {
  display: flex; flex-direction: column; gap: 10px;
}
.lp-dv-hero {
  height: 72px; border-radius: 12px;
  background:
    radial-gradient(120% 120% at 20% 30%, rgba(52,211,153,0.2) 0%, transparent 55%),
    linear-gradient(135deg, rgba(251,191,36,0.08), rgba(16,185,129,0.08));
  display: flex; align-items: center; padding: 0 14px;
  gap: 8px;
  border: 1px solid rgba(52,211,153,0.15);
}
.lp-dv-pill {
  padding: 3px 8px; border-radius: 999px;
  font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 800;
  color: var(--g, #34d399);
  background: rgba(52,211,153,0.14);
  border: 1px solid rgba(52,211,153,0.25);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.lp-dv-txt {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  color: rgba(255,255,255,0.85); font-size: 11px;
}
.lp-dv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lp-dv-card {
  border-radius: 10px; padding: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  display: flex; flex-direction: column; gap: 5px;
}
.lp-dv-card-img {
  height: 38px; border-radius: 7px;
  background: linear-gradient(135deg, rgba(52,211,153,0.18), rgba(16,185,129,0.06));
}
.lp-dv-card:nth-child(2) .lp-dv-card-img {
  background: linear-gradient(135deg, rgba(251,191,36,0.18), rgba(245,158,11,0.06));
}
.lp-dv-card-line {
  height: 5px; border-radius: 3px;
  background: rgba(255,255,255,0.08);
  width: 75%;
}
.lp-dv-card-line.short { width: 45%; background: rgba(255,255,255,0.05); }

/* Device B — Recipe detail */
.lp-dv-b .lp-device-body { padding: 12px; }
.lp-dv-photo {
  position: relative;
  height: 100px; border-radius: 12px;
  background:
    radial-gradient(80% 100% at 70% 30%, rgba(251,191,36,0.22), transparent 60%),
    linear-gradient(135deg, rgba(52,211,153,0.18), rgba(16,185,129,0.08));
  margin-bottom: 10px;
  overflow: hidden;
}
.lp-dv-photo::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 70%, rgba(52,211,153,0.25), transparent 40%);
}
.lp-dv-photo-badge {
  position: absolute; top: 8px; right: 8px;
  padding: 3px 8px; border-radius: 999px;
  font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 800;
  color: #03150a;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  box-shadow: 0 4px 10px rgba(52,211,153,0.4);
}
.lp-dv-heart {
  position: absolute; bottom: 8px; right: 8px;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  color: #ef4444;
}
.lp-dv-heart svg { width: 12px; height: 12px; fill: #ef4444; }
.lp-dv-title {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 13px; color: var(--text-primary, #fff);
  margin-bottom: 6px;
}
.lp-dv-meta {
  display: flex; gap: 6px; margin-bottom: 8px;
}
.lp-dv-tag {
  padding: 3px 8px; border-radius: 999px;
  font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 700;
  background: rgba(52,211,153,0.1);
  border: 1px solid rgba(52,211,153,0.2);
  color: var(--g, #34d399);
}
.lp-dv-tag--amber {
  background: rgba(251,191,36,0.1);
  border-color: rgba(251,191,36,0.2);
  color: #fbbf24;
}
.lp-dv-stars {
  display: flex; align-items: center; gap: 3px;
  font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700;
  color: rgba(255,255,255,0.75);
}
.lp-dv-stars svg { color: #fbbf24; width: 11px; height: 11px; }

/* Device C — Planning */
.lp-dv-c .lp-device-body { padding: 14px; }
.lp-dv-c-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.lp-dv-c-head strong {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 12px; color: var(--text-primary, #fff);
}
.lp-dv-c-head span {
  font-family: 'DM Sans', sans-serif; font-size: 9px;
  color: rgba(255,255,255,0.45);
}
.lp-dv-cal {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.lp-dv-cal-day {
  font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 700;
  color: rgba(255,255,255,0.35);
  text-align: center; padding-bottom: 4px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.lp-dv-cal-cell {
  height: 22px; border-radius: 5px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
.lp-dv-cal-cell.is-on {
  background: linear-gradient(135deg, rgba(52,211,153,0.22), rgba(52,211,153,0.08));
  border-color: rgba(52,211,153,0.35);
}
.lp-dv-cal-cell.is-on::after {
  content: ''; position: absolute; top: 3px; right: 3px;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--g, #34d399);
  box-shadow: 0 0 4px rgba(52,211,153,0.8);
}

@media (max-width: 860px) {
  .lp-hero-devices { grid-template-columns: 1fr; gap: 24px; max-width: 320px; }
  .lp-device:nth-child(1),
  .lp-device:nth-child(2),
  .lp-device:nth-child(3) {
    transform: none;
  }
  .lp-device:nth-child(1), .lp-device:nth-child(3) { display: none; }
}


/* ═══════════════════════════════════════════════════════════
   2. TRUST — Marquee + counters
   ═══════════════════════════════════════════════════════════ */
.lp-trust {
  padding: 56px 0 50px;
  background:
    linear-gradient(180deg, transparent, rgba(52,211,153,0.03), transparent);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: var(--lp-max); margin: 0 auto;
  padding: 0 24px;
}
.lp-trust-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 14px;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
  text-align: center;
}
.lp-trust-item:last-child { border-right: none; }
.lp-trust-icon {
  width: 44px; height: 44px; border-radius: 13px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(52,211,153,0.14), rgba(52,211,153,0.02));
  border: 1px solid rgba(52,211,153,0.2);
  color: var(--g, #34d399);
  margin-bottom: 6px;
}
.lp-trust-num {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: 30px; line-height: 1;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-trust-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--text-secondary);
}
@media (max-width: 700px) {
  .lp-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-trust-item:nth-child(2) { border-right: none; }
  .lp-trust-item:nth-child(1), .lp-trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
}


/* ═══════════════════════════════════════════════════════════
   3. FEATURES — Mockups enrichis
   ═══════════════════════════════════════════════════════════ */
.lp-features { padding: 110px 24px; }

.lp-feature {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px 90px; align-items: center;
  max-width: var(--lp-max); margin: 0 auto 130px;
}
.lp-feature:last-child { margin-bottom: 0; }
.lp-feature.is-reversed .lp-feature-text { order: 2; }
.lp-feature.is-reversed .lp-feature-visual { order: 1; }

.lp-feature-text h3 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(30px, 3.8vw, 42px); line-height: 1.12;
  color: var(--text-primary); margin: 0 0 22px;
  letter-spacing: -0.8px;
}
.lp-feature-text p {
  font-size: 16px; line-height: 1.72;
  color: var(--text-secondary); margin: 0 0 26px;
}
.lp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-tag {
  padding: 7px 14px; border-radius: 999px;
  background: rgba(52,211,153,0.06);
  border: 1px solid rgba(52,211,153,0.20);
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700;
  color: var(--g, #34d399);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.lp-tag:hover {
  transform: translateY(-2px);
  background: rgba(52,211,153,0.12);
  border-color: rgba(52,211,153,0.35);
}

/* Mockup shell commun */
.lp-mock {
  position: relative;
  background: var(--bg-card, rgba(10,20,15,0.55));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px; padding: 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 40px 80px -30px rgba(0,0,0,0.4),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}
.lp-mock::before {
  content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52,211,153,0.4), transparent);
}
.lp-mock::after {
  content: ''; position: absolute;
  inset: -40px;
  background: radial-gradient(closest-side, rgba(52,211,153,0.12), transparent 70%);
  pointer-events: none; z-index: -1;
  filter: blur(20px);
}

/* FEATURE 1 — Recipe card live */
.lp-mock-recipe {
  display: flex; flex-direction: column; gap: 14px;
}
.lp-mock-img {
  position: relative;
  width: 100%; height: 180px; border-radius: 16px;
  background:
    radial-gradient(80% 100% at 70% 30%, rgba(251,191,36,0.22), transparent 60%),
    linear-gradient(135deg, rgba(52,211,153,0.18), rgba(16,185,129,0.08));
  overflow: hidden;
  display: grid; place-items: center;
}
.lp-mock-img::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 80%, rgba(52,211,153,0.3), transparent 45%);
}
.lp-mock-img svg { opacity: 0.25; position: relative; z-index: 1; }
.lp-mock-pin {
  position: absolute; top: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 800;
  color: #fff; z-index: 2;
}
.lp-mock-pin svg { color: var(--g, #34d399); width: 10px; height: 10px; }
.lp-mock-fav {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(8px);
  display: grid; place-items: center;
  z-index: 2;
  animation: lpFavPulse 2.4s ease-in-out infinite;
}
@keyframes lpFavPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.14); }
}
.lp-mock-fav svg { color: #ef4444; fill: #ef4444; width: 16px; height: 16px; }

.lp-mock-row {
  display: flex; align-items: center; justify-content: space-between;
}
.lp-mock-title {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 15px; color: var(--text-primary);
}
.lp-mock-rating {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700;
  color: var(--text-secondary);
}
.lp-mock-rating svg { color: #fbbf24; width: 13px; height: 13px; }

.lp-mock-author {
  display: flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 12px;
  color: var(--text-muted);
}
.lp-mock-author-av {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  display: grid; place-items: center;
  font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 800;
  color: #03150a;
}

.lp-mock-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.lp-mock-tag {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.2);
  font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700;
  color: var(--g, #34d399);
}
.lp-mock-tag--amber {
  background: rgba(251,191,36,0.08);
  border-color: rgba(251,191,36,0.22);
  color: #fbbf24;
}

/* FEATURE 2 — Carnet dual */
.lp-mock-carnet { display: flex; flex-direction: column; gap: 16px; }
.lp-mock-carnet-tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.lp-mock-ctab {
  padding: 16px 14px;
  border-radius: 14px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  transition: transform .3s ease, border-color .3s ease;
}
.lp-mock-ctab--pub {
  background: linear-gradient(135deg, rgba(52,211,153,0.14), rgba(52,211,153,0.04));
  border: 1px solid rgba(52,211,153,0.28);
}
.lp-mock-ctab--priv {
  background: linear-gradient(135deg, rgba(251,191,36,0.10), rgba(251,191,36,0.03));
  border: 1px solid rgba(251,191,36,0.25);
}
.lp-mock-ctab:hover { transform: translateY(-3px); }
.lp-mock-ctab svg { width: 26px; height: 26px; }
.lp-mock-ctab--pub svg { color: var(--g, #34d399); }
.lp-mock-ctab--priv svg { color: #fbbf24; }
.lp-mock-ctab-name {
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.lp-mock-ctab--pub .lp-mock-ctab-name { color: var(--g, #34d399); }
.lp-mock-ctab--priv .lp-mock-ctab-name { color: #fbbf24; }
.lp-mock-ctab-desc {
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  color: var(--text-muted);
}
.lp-mock-ctab-count {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 900;
  color: var(--text-primary);
  margin-top: 4px;
}
.lp-mock-ctab-count small {
  font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.lp-mock-carnet-list {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.lp-mock-carnet-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
}
.lp-mock-cli-img {
  width: 36px; height: 36px; border-radius: 8px;
  background: linear-gradient(135deg, rgba(52,211,153,0.2), rgba(16,185,129,0.08));
  flex-shrink: 0;
}
.lp-mock-cli-img.amber {
  background: linear-gradient(135deg, rgba(251,191,36,0.22), rgba(245,158,11,0.08));
}
.lp-mock-cli-body { flex: 1; min-width: 0; }
.lp-mock-cli-title {
  font-family: 'Poppins', sans-serif; font-size: 11.5px; font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-mock-cli-meta {
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* FEATURE 3 — Planning grid live */
.lp-mock-planning { display: flex; flex-direction: column; gap: 14px; }
.lp-mock-plan-head {
  display: flex; justify-content: space-between; align-items: center;
}
.lp-mock-plan-title {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 14px; color: var(--text-primary);
}
.lp-mock-plan-title svg { color: var(--g, #34d399); width: 16px; height: 16px; }
.lp-mock-plan-nav {
  display: flex; gap: 6px;
}
.lp-mock-plan-nav span {
  width: 22px; height: 22px; border-radius: 6px;
  background: rgba(255,255,255,0.05);
  display: grid; place-items: center;
  font-size: 10px; color: var(--text-muted);
}
.lp-mock-plan-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px;
}
.lp-mock-plan-day {
  font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 800;
  color: var(--text-muted); text-align: center;
  padding-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.lp-mock-plan-slot {
  height: 38px; border-radius: 9px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  transition: background .4s ease, border-color .4s ease;
}
.lp-mock-plan-slot.is-filled {
  background: linear-gradient(135deg, rgba(52,211,153,0.18), rgba(52,211,153,0.05));
  border-color: rgba(52,211,153,0.35);
  box-shadow: 0 4px 14px -6px rgba(52,211,153,0.35);
}
.lp-mock-plan-slot.is-filled::after {
  content: ''; position: absolute; top: 4px; left: 4px; right: 4px; height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--g, #34d399), var(--g2, #10b981));
}
.lp-mock-plan-slot.is-filled.amber {
  background: linear-gradient(135deg, rgba(251,191,36,0.18), rgba(251,191,36,0.05));
  border-color: rgba(251,191,36,0.35);
}
.lp-mock-plan-slot.is-filled.amber::after {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
}

.lp-mock-plan-stat {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(52,211,153,0.08), rgba(52,211,153,0.02));
  border: 1px solid rgba(52,211,153,0.2);
}
.lp-mock-plan-stat-left {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--text-secondary);
}
.lp-mock-plan-stat-left svg { color: var(--g, #34d399); }
.lp-mock-plan-stat-right {
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 12px;
  color: var(--g, #34d399);
}

/* FEATURE 4 — AI chat */
.lp-mock-ai { position: relative; text-align: center; padding: 36px 28px; }
.lp-mock-ai-glow {
  position: absolute; top: 20%; left: 50%;
  width: 360px; height: 360px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(52,211,153,0.18) 0%, transparent 70%);
  pointer-events: none;
  animation: lpAiGlow 4s ease-in-out infinite;
  z-index: 0;
}
@keyframes lpAiGlow {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(0.9); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.1); }
}
.lp-mock-ai-icon {
  width: 70px; height: 70px; border-radius: 22px; margin: 0 auto 22px;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  display: grid; place-items: center;
  position: relative; z-index: 2;
  box-shadow: 0 14px 36px -8px rgba(52,211,153,0.55);
}
.lp-mock-ai-icon::before {
  content: ''; position: absolute; inset: -4px;
  border-radius: 26px;
  border: 1.5px solid rgba(52,211,153,0.4);
  animation: lpAiRing 2.4s ease-out infinite;
}
@keyframes lpAiRing {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}
.lp-mock-ai-bubbles {
  display: flex; flex-direction: column; gap: 10px;
  position: relative; z-index: 2;
  text-align: left;
}
.lp-mock-ai-bubble {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 15px; border-radius: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; font-weight: 500;
  max-width: 90%;
  line-height: 1.4;
}
.lp-mock-ai-bubble.is-user {
  background: linear-gradient(135deg, rgba(52,211,153,0.14), rgba(52,211,153,0.06));
  border: 1px solid rgba(52,211,153,0.3);
  color: var(--text-primary);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.lp-mock-ai-bubble.is-ai {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text-secondary);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.lp-mock-ai-bubble svg { flex-shrink: 0; opacity: 0.8; }
.lp-mock-ai-typing {
  display: inline-flex; gap: 3px; align-items: center;
  padding: 0 4px;
}
.lp-mock-ai-typing i {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--g, #34d399);
  animation: lpTyping 1.2s infinite;
}
.lp-mock-ai-typing i:nth-child(2) { animation-delay: 0.2s; }
.lp-mock-ai-typing i:nth-child(3) { animation-delay: 0.4s; }
@keyframes lpTyping {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30%           { opacity: 1;   transform: translateY(-3px); }
}

/* FEATURE 5 — Gamification */
.lp-mock-gam { text-align: center; }
.lp-mock-gam-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
}
.lp-mock-gam-lvl {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 13px; color: var(--text-primary);
}
.lp-mock-gam-xp {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: 12px; color: var(--g, #34d399);
}
.lp-xp-bar-wrap {
  width: 100%; height: 12px; border-radius: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  position: relative;
}
.lp-xp-bar-fill {
  height: 100%; border-radius: 6px;
  background: linear-gradient(90deg, var(--g, #34d399), var(--g2, #10b981), #fbbf24);
  width: 0%;
  transition: width 1.8s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 0 18px rgba(52,211,153,0.6);
  position: relative;
}
.lp-xp-bar-fill::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: lpXpShine 2.4s ease-in-out infinite;
}
@keyframes lpXpShine {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.lp-mock-gam-subinfo {
  display: flex; justify-content: space-between;
  margin-top: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  color: var(--text-muted);
}
.lp-mock-gam-grades {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin-top: 22px;
}
.lp-grade-badge {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 8px; border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
  position: relative;
  overflow: hidden;
}
.lp-grade-badge::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(52,211,153,0.08), transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
}
.lp-grade-badge:hover {
  transform: translateY(-3px);
  border-color: rgba(52,211,153,0.3);
  background: rgba(52,211,153,0.04);
}
.lp-grade-badge:hover::before { opacity: 1; }
.lp-grade-badge .medal { flex-shrink: 0; position: relative; z-index: 1; }
.lp-grade-name {
  font-family: 'Poppins', sans-serif;
  font-size: 9px; font-weight: 800;
  color: var(--text-secondary);
  text-align: center; text-transform: uppercase; letter-spacing: 0.5px;
  position: relative; z-index: 1;
}

@media (max-width: 860px) {
  .lp-feature { grid-template-columns: 1fr; gap: 40px; }
  .lp-feature.is-reversed .lp-feature-text { order: 1; }
  .lp-feature.is-reversed .lp-feature-visual { order: 2; }
}


/* ═══════════════════════════════════════════════════════════
   4. PRICING — Conic border + spotlight
   ═══════════════════════════════════════════════════════════ */
.lp-pricing { padding: 110px 24px; position: relative; }
.lp-pricing::before {
  content: ''; position: absolute; top: 30%; left: 50%;
  width: 900px; height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(52,211,153,0.06) 0%, transparent 55%);
  pointer-events: none;
}
.lp-pricing-header {
  text-align: center; margin-bottom: 44px;
  position: relative; z-index: 2;
}
.lp-pricing-header h2 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(36px, 5.2vw, 58px); line-height: 1.08;
  color: var(--text-primary); margin: 16px 0 14px;
  letter-spacing: -1.2px;
}
.lp-pricing-header p {
  font-size: 17px; color: var(--text-secondary);
  max-width: 560px; margin: 0 auto;
  line-height: 1.6;
}

/* Toggle */
.lp-toggle-wrap {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-bottom: 48px;
  flex-wrap: wrap;
}
.lp-toggle-label {
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--text-muted); cursor: pointer;
  transition: color .2s ease;
  user-select: none;
}
.lp-toggle-label.is-active { color: var(--text-primary); }
.lp-toggle {
  width: 54px; height: 30px; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(52,211,153,0.35);
  position: relative; transition: all .3s ease;
}
.lp-toggle-knob {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  position: absolute; top: 3px; left: 3px;
  transition: transform .35s cubic-bezier(.34,1.45,.64,1);
  box-shadow: 0 4px 14px rgba(52,211,153,0.45);
}
.lp-toggle.is-annual .lp-toggle-knob { transform: translateX(24px); }
.lp-savings-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(251,191,36,0.14);
  border: 1px solid rgba(251,191,36,0.34);
  font-family: 'Poppins', sans-serif; font-size: 10.5px; font-weight: 800;
  color: #fbbf24;
  opacity: 0; transform: scale(0.85);
  transition: all .35s cubic-bezier(.34,1.45,.64,1);
}
.lp-savings-badge.is-visible { opacity: 1; transform: scale(1); }

/* Pricing cards grid */
.lp-pricing-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px; max-width: 920px; margin: 0 auto 36px;
  position: relative; z-index: 2;
}
@media (max-width: 768px) {
  .lp-pricing-cards { grid-template-columns: 1fr; max-width: 440px; }
}

.lp-price-card {
  position: relative;
  background: var(--bg-card, rgba(10,20,15,0.55));
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px; padding: 36px 30px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.lp-price-card::before {
  content: ''; position: absolute; top: 0; left: 16px; right: 16px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52,211,153,0.4), transparent);
}
.lp-price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45);
  border-color: rgba(52,211,153,0.2);
}

.lp-price-card.is-premium {
  border: 1px solid transparent;
  background:
    linear-gradient(var(--bg-card, rgba(10,20,15,0.85)), var(--bg-card, rgba(10,20,15,0.85))) padding-box,
    conic-gradient(from 0deg, rgba(52,211,153,0.6), rgba(16,185,129,0.2), rgba(251,191,36,0.4), rgba(52,211,153,0.6)) border-box;
  box-shadow: 0 20px 60px -20px rgba(52,211,153,0.25);
}
.lp-price-card.is-premium::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 200%; height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(52,211,153,0.05) 50%, transparent 100%);
  animation: lpShimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes lpShimmer {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(50%); }
}
.lp-popular-badge {
  position: absolute; top: -12px; right: 20px;
  padding: 5px 12px; border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  font-family: 'Poppins', sans-serif; font-size: 9.5px; font-weight: 900;
  color: #2a1a00;
  text-transform: uppercase; letter-spacing: 1.5px;
  box-shadow: 0 8px 20px -6px rgba(251,191,36,0.5);
}

.lp-price-tier {
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 2.4px; margin-bottom: 16px;
}
.lp-price-tier.is-free { color: var(--text-muted); }
.lp-price-tier.is-pro {
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-price-amount {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: 52px; color: var(--text-primary); line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
.lp-price-period {
  font-size: 14.5px; font-weight: 500; color: var(--text-muted);
  margin-bottom: 4px;
}
.lp-price-note { font-size: 12px; color: var(--text-muted); }

.lp-price-sep {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  margin: 26px 0;
}

.lp-price-features { list-style: none; padding: 0; margin: 0 0 28px; }
.lp-price-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 500; padding: 7px 0;
  color: var(--text-secondary);
}
.lp-price-features li.is-disabled { color: var(--text-muted); }
.lp-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
}
.lp-check.is-yes {
  background: linear-gradient(135deg, rgba(52,211,153,0.25), rgba(52,211,153,0.1));
  border: 1px solid rgba(52,211,153,0.4);
  color: var(--g, #34d399);
}
.lp-check.is-no {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text-muted);
}
.lp-price-card .lp-btn { width: 100%; justify-content: center; }

/* Trial + trust */
.lp-trial-banner {
  max-width: 920px; margin: 0 auto 28px;
  padding: 14px 24px; border-radius: 14px;
  background: rgba(251,191,36,0.06);
  border: 1px solid rgba(251,191,36,0.2);
  text-align: center;
  font-size: 13.5px; font-weight: 600; color: var(--text-secondary);
  position: relative; z-index: 2;
}
.lp-trial-banner svg {
  vertical-align: middle; margin-right: 6px; color: #fbbf24;
}
.lp-trust-signals {
  text-align: center; font-size: 12px; font-weight: 600;
  color: var(--text-muted);
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 22px; max-width: 920px; margin: 0 auto;
  position: relative; z-index: 2;
}
.lp-trust-signal { display: inline-flex; align-items: center; gap: 7px; }
.lp-trust-signal svg { color: var(--g, #34d399); }


/* ═══════════════════════════════════════════════════════════
   5. PODIUM 3D
   ═══════════════════════════════════════════════════════════ */
.lp-ranking { padding: 110px 24px; }
.lp-ranking-header {
  text-align: center; margin-bottom: 64px;
}
.lp-ranking-header h2 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(32px, 4.4vw, 48px); line-height: 1.15;
  color: var(--text-primary); margin: 16px 0 12px;
  letter-spacing: -1px;
}
.lp-ranking-header p {
  font-size: 16px; color: var(--text-secondary);
  max-width: 520px; margin: 0 auto;
  line-height: 1.6;
}

.lp-podium {
  display: flex; justify-content: center; align-items: flex-end;
  gap: 18px; margin-bottom: 46px;
  perspective: 1200px;
}
.lp-podium-item {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 24px 22px 20px;
  border-radius: 22px;
  background: var(--bg-card, rgba(10,20,15,0.55));
  border: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  min-width: 150px;
  position: relative;
  transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease;
}
.lp-podium-item:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
}

.lp-podium-avatar {
  position: relative;
  width: 60px; height: 60px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
.lp-podium-avatar img { width: 100%; height: 100%; object-fit: cover; }

.lp-podium-rank {
  position: absolute; bottom: -4px; right: -4px;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 900;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.lp-podium-item.is-first {
  order: 2; padding-bottom: 40px;
  border-color: rgba(251,191,36,0.4);
  box-shadow:
    0 0 0 1px rgba(251,191,36,0.22),
    0 30px 60px -20px rgba(251,191,36,0.25);
}
.lp-podium-item.is-first .lp-podium-avatar {
  border-color: #fbbf24;
  width: 76px; height: 76px;
  box-shadow: 0 10px 30px -8px rgba(251,191,36,0.55);
}
.lp-podium-item.is-first .lp-podium-rank {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
  color: #2a1a00;
}
.lp-podium-item.is-first::before {
  content: '';
  position: absolute; top: -24px; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 40px;
  background:
    conic-gradient(from 180deg, transparent 0deg, #fbbf24 90deg, transparent 180deg, #fbbf24 270deg, transparent 360deg);
  opacity: 0.4;
  animation: lpCrownSpin 5s linear infinite;
  border-radius: 50%;
  filter: blur(4px);
}
@keyframes lpCrownSpin {
  0%   { transform: translateX(-50%) rotate(0); }
  100% { transform: translateX(-50%) rotate(360deg); }
}
.lp-podium-crown {
  position: absolute; top: -18px; left: 50%;
  transform: translateX(-50%);
  font-size: 22px; z-index: 2;
  color: #fbbf24;
  filter: drop-shadow(0 4px 10px rgba(251,191,36,0.5));
}

.lp-podium-item.is-second { order: 1; }
.lp-podium-item.is-second .lp-podium-avatar { border-color: #d1d5db; }
.lp-podium-item.is-second .lp-podium-rank {
  background: linear-gradient(135deg, #f3f4f6, #9ca3af);
  color: #1f2937;
}

.lp-podium-item.is-third { order: 3; }
.lp-podium-item.is-third .lp-podium-avatar { border-color: #cd7f32; }
.lp-podium-item.is-third .lp-podium-rank {
  background: linear-gradient(135deg, #e1a971, #8b4513);
  color: #fff;
}

.lp-podium-name {
  font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 800;
  color: var(--text-primary);
  text-align: center;
}
.lp-podium-grade {
  font-size: 11px; font-weight: 600; color: var(--text-muted);
}
.lp-podium-xp {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800;
  color: var(--g, #34d399);
}

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

@media (max-width: 500px) {
  .lp-podium-item { min-width: 104px; padding: 18px 12px 16px; }
  .lp-podium-item.is-first { padding-bottom: 28px; }
  .lp-podium-item.is-first .lp-podium-avatar { width: 64px; height: 64px; }
}


/* ═══════════════════════════════════════════════════════════
   6. TESTIMONIALS — Marquee
   ═══════════════════════════════════════════════════════════ */
.lp-testimonials { padding: 90px 0; }
.lp-testimonials-head {
  text-align: center; margin-bottom: 50px;
  padding: 0 24px;
}
.lp-testimonials-head h2 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(30px, 4vw, 42px);
  color: var(--text-primary); margin: 16px 0 0;
  letter-spacing: -0.8px;
}

.lp-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.lp-marquee-track {
  display: flex; gap: 20px;
  width: max-content;
  animation: lpMarquee 40s linear infinite;
}
.lp-marquee:hover .lp-marquee-track { animation-play-state: paused; }
@keyframes lpMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-marquee-track { animation: none; }
}

.lp-testi-card {
  flex-shrink: 0;
  width: 380px;
  background: var(--bg-card, rgba(10,20,15,0.55));
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .3s ease, border-color .3s ease;
  position: relative;
}
.lp-testi-card::before {
  content: ''; display: block;
  width: 32px; height: 24px; margin-bottom: 14px;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'%3E%3Cpath d='M0 24V14.4C0 6.08 4.48 1.12 13.44 0l1.28 3.2C9.6 4.48 7.36 7.68 7.04 12H12.8v12H0zm18.56 0V14.4C18.56 6.08 23.04 1.12 32 0l1.28 3.2c-5.12 1.28-7.36 4.48-7.68 8.8h5.76v12H18.56z'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'%3E%3Cpath d='M0 24V14.4C0 6.08 4.48 1.12 13.44 0l1.28 3.2C9.6 4.48 7.36 7.68 7.04 12H12.8v12H0zm18.56 0V14.4C18.56 6.08 23.04 1.12 32 0l1.28 3.2c-5.12 1.28-7.36 4.48-7.68 8.8h5.76v12H18.56z'/%3E%3C/svg%3E") no-repeat;
  mask-size: contain; -webkit-mask-size: contain;
  opacity: 0.6;
}
.lp-testi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52,211,153,0.25);
}
.lp-testi-stars {
  display: flex; gap: 2px; margin-bottom: 12px;
  color: #fbbf24;
}
.lp-testi-quote {
  font-family: 'DM Sans', sans-serif; font-style: italic;
  font-size: 15px; line-height: 1.65;
  color: var(--text-secondary); margin-bottom: 22px;
}
.lp-testi-author { display: flex; align-items: center; gap: 12px; }
.lp-testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g, #34d399), var(--g2, #10b981));
  display: grid; place-items: center;
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 900;
  color: #03150a;
  box-shadow: 0 6px 18px -6px rgba(52,211,153,0.4);
}
.lp-testi-name {
  font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 800;
  color: var(--text-primary);
}
.lp-testi-grade {
  font-size: 11px; font-weight: 600; color: var(--text-muted);
  display: inline-flex; align-items: center; gap: 4px;
}
.lp-testi-grade::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--g, #34d399);
}


/* ═══════════════════════════════════════════════════════════
   7. FAQ
   ═══════════════════════════════════════════════════════════ */
.lp-faq { padding: 90px 24px; }
.lp-faq-head {
  text-align: center; margin-bottom: 48px;
}
.lp-faq-head h2 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(30px, 4vw, 42px);
  color: var(--text-primary); margin: 16px 0 0;
  letter-spacing: -0.8px;
}
.lp-faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}
.lp-faq-item {
  background: var(--bg-card-subtle, rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease;
}
.lp-faq-item:hover { border-color: rgba(52,211,153,0.22); }
.lp-faq-item[open] {
  background: var(--bg-card, rgba(10,20,15,0.4));
  border-color: rgba(52,211,153,0.3);
}
.lp-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--text-primary);
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(52,211,153,0.1);
  border: 1px solid rgba(52,211,153,0.25);
  display: grid; place-items: center;
  color: var(--g, #34d399);
  flex-shrink: 0; margin-left: 14px;
  transition: transform .3s ease, background .3s ease;
}
.lp-faq-item[open] .lp-faq-icon {
  transform: rotate(45deg);
  background: rgba(52,211,153,0.25);
}
.lp-faq-a {
  padding: 0 24px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; line-height: 1.65;
  color: var(--text-secondary);
}


/* ═══════════════════════════════════════════════════════════
   8. CTA FINAL — Rings + particles
   ═══════════════════════════════════════════════════════════ */
.lp-cta-final {
  padding: 130px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lp-cta-final::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 960px; height: 960px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(52,211,153,0.1) 0%, transparent 58%);
  pointer-events: none;
}

.lp-particles {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden;
}
.lp-particle {
  position: absolute; width: 5px; height: 5px; border-radius: 50%;
  background: var(--g, #34d399);
  opacity: 0;
  box-shadow: 0 0 8px rgba(52,211,153,0.8);
  animation: lpFloat 7s ease-in-out infinite;
}
.lp-particle:nth-child(1)  { left: 8%;  top: 20%; animation-delay: 0s;   animation-duration: 7s; }
.lp-particle:nth-child(2)  { left: 22%; top: 72%; animation-delay: 1s;   animation-duration: 5.5s; }
.lp-particle:nth-child(3)  { left: 44%; top: 14%; animation-delay: 2s;   animation-duration: 8s; }
.lp-particle:nth-child(4)  { left: 62%; top: 62%; animation-delay: 0.5s; animation-duration: 6s; }
.lp-particle:nth-child(5)  { left: 80%; top: 30%; animation-delay: 1.5s; animation-duration: 7s; }
.lp-particle:nth-child(6)  { left: 92%; top: 80%; animation-delay: 3s;   animation-duration: 5.5s; }
.lp-particle:nth-child(7)  { left: 14%; top: 52%; animation-delay: 2.5s; animation-duration: 6.5s; }
.lp-particle:nth-child(8)  { left: 56%; top: 88%; animation-delay: 4s;   animation-duration: 8s; }
.lp-particle:nth-child(9)  { left: 36%; top: 36%; animation-delay: 1.2s; animation-duration: 7.5s; }
.lp-particle:nth-child(10) { left: 72%; top: 46%; animation-delay: 3.4s; animation-duration: 6s; }
@keyframes lpFloat {
  0%, 100% { opacity: 0; transform: translateY(0) scale(1); }
  18%      { opacity: 0.9; }
  50%      { opacity: 0.5; transform: translateY(-70px) scale(1.5); }
  80%      { opacity: 0.2; }
}

.lp-cta-rings {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.lp-cta-ring {
  position: absolute; top: 50%; left: 50%;
  border: 1px solid rgba(52,211,153,0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.lp-cta-ring:nth-child(1) { width: 180px; height: 180px; animation: lpRingPulse 4s ease-in-out infinite; }
.lp-cta-ring:nth-child(2) { width: 300px; height: 300px; animation: lpRingPulse 4s ease-in-out infinite .8s; }
.lp-cta-ring:nth-child(3) { width: 440px; height: 440px; animation: lpRingPulse 4s ease-in-out infinite 1.6s; }
@keyframes lpRingPulse {
  0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(0.95); }
  50%      { opacity: 0.6; transform: translate(-50%, -50%) scale(1.05); }
}

.lp-cta-logo {
  width: 86px; height: 86px; margin: 0 auto 28px;
  border-radius: 26px;
  background:
    radial-gradient(closest-side, rgba(251,191,36,0.2), transparent 70%),
    linear-gradient(135deg, rgba(52,211,153,0.2), rgba(52,211,153,0.06));
  border: 1px solid rgba(52,211,153,0.3);
  display: grid; place-items: center;
  box-shadow:
    0 0 50px rgba(52,211,153,0.25),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  position: relative; z-index: 2;
}
.lp-cta-logo img { width: 52px; height: 52px; }

.lp-cta-final h2 {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: clamp(38px, 5.3vw, 56px); line-height: 1.12;
  color: var(--text-primary); margin: 0 0 18px;
  letter-spacing: -1.4px;
  position: relative; z-index: 2;
}
.lp-cta-final .lp-hero-sub { margin-bottom: 36px; position: relative; z-index: 2; }
.lp-cta-final > .lp-wrap > div { position: relative; z-index: 2; }
.lp-cta-micro {
  font-size: 13px; color: var(--text-muted); margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  justify-content: center;
}
.lp-cta-micro-sep {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--text-muted); opacity: 0.5;
}


/* ═══════════════════════════════════════════════════════════
   LIGHT MODE OVERRIDES
   ═══════════════════════════════════════════════════════════ */
[data-theme="light"] .lp-hero-mesh {
  background:
    radial-gradient(48% 38% at 18% 22%, rgba(16,185,129,0.18) 0%, transparent 60%),
    radial-gradient(42% 32% at 85% 18%, rgba(16,185,129,0.12) 0%, transparent 60%),
    radial-gradient(60% 50% at 50% 95%, rgba(251,191,36,0.10) 0%, transparent 65%),
    radial-gradient(38% 30% at 78% 78%, rgba(52,211,153,0.14) 0%, transparent 60%);
  opacity: 0.9;
}
[data-theme="light"] .lp-hero-grain { opacity: 0.03; }

[data-theme="light"] .lp-trust {
  background: linear-gradient(180deg, transparent, rgba(16,185,129,0.04), transparent);
  border-color: rgba(10,42,24,0.08);
}
[data-theme="light"] .lp-trust-item { border-color: rgba(10,42,24,0.08); }

[data-theme="light"] .lp-device,
[data-theme="light"] .lp-mock,
[data-theme="light"] .lp-price-card,
[data-theme="light"] .lp-podium-item,
[data-theme="light"] .lp-testi-card {
  background: rgba(255,255,255,0.85);
  border-color: rgba(10,42,24,0.08);
  box-shadow:
    0 20px 40px -20px rgba(10,42,24,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.6);
}
[data-theme="light"] .lp-mock::before,
[data-theme="light"] .lp-price-card::before {
  background: linear-gradient(90deg, transparent, rgba(16,185,129,0.4), transparent);
}

[data-theme="light"] .lp-price-card.is-premium {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    conic-gradient(from 0deg, rgba(16,185,129,0.6), rgba(52,211,153,0.25), rgba(251,191,36,0.45), rgba(16,185,129,0.6)) border-box;
}

[data-theme="light"] .lp-btn-primary { color: #ffffff; }
[data-theme="light"] .lp-btn-primary:hover { color: #ffffff; }
[data-theme="light"] .lp-popular-badge { color: #3a2600; }
[data-theme="light"] .lp-mock-pin { background: rgba(10,42,24,0.85); color: #fff; }
[data-theme="light"] .lp-device-dots i:nth-child(1) { background: #ef4444; }
[data-theme="light"] .lp-device-url { color: rgba(10,42,24,0.4); }

[data-theme="light"] .lp-faq-item {
  background: rgba(10,42,24,0.02);
  border-color: rgba(10,42,24,0.08);
}
[data-theme="light"] .lp-faq-item[open] { background: rgba(255,255,255,0.9); }

[data-theme="light"] .lp-marquee {
  mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}


/* ═══════════════════════════════════════════════════════════
   UTILITAIRES DE LAYOUT
   ═══════════════════════════════════════════════════════════ */
.lp-center { text-align: center; }
.lp-ranking-cta, .lp-cta-final .lp-wrap { position: relative; z-index: 2; }
