/* ===== CollectAlert — Landing CSS externe =====
   Critical CSS inline dans index.html : reset, variables :root, body, grain,
   nav, hero (h1/sub/actions/btn), badge + pulse.
   Tout le reste (alert-card, mini-deal, proof-bar, section commons,
   how-it-works, examples, personas, features, teaser, steps, pricing,
   FAQ, CTA, footer, animations, mobile) est ici.
*/

/* ===== ALERT DEMO CARD (hero) ===== */
.alert-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 28px; position: relative; overflow: hidden; }
.alert-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--lime), var(--amber)); }
.alert-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.alert-card-live { display: flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 600; color: var(--lime); text-transform: uppercase; letter-spacing: 1px; }
.alert-card-time { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--text-muted); }
.alert-card-title { font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.alert-card-price { font-family: 'Sora', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--lime); margin-bottom: 12px; }
.alert-card-meta { display: flex; align-items: center; gap: 16px; font-size: 0.78rem; color: var(--text-muted); padding-top: 14px; border-top: 1px solid var(--border); }
.alert-card-meta span { display: flex; align-items: center; gap: 4px; }
.alert-card-cta { display: block; margin-top: 16px; padding: 10px; background: rgba(184,255,0,0.06); color: var(--lime); text-align: center; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.85rem; border: 1px solid rgba(184,255,0,0.12); transition: all 0.2s; }
.alert-card-cta:hover { background: rgba(184,255,0,0.1); }

.mini-deal { position: absolute; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px; font-size: 0.72rem; white-space: nowrap; animation: float 6s ease-in-out infinite; z-index: 2; }
.mini-deal-1 { top: -20px; right: -20px; animation-delay: 0s; }
.mini-deal-2 { bottom: 40px; left: -30px; animation-delay: 2s; }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } }
.mini-deal .mini-price { font-family: 'Sora', sans-serif; font-weight: 800; color: var(--lime); margin-right: 6px; }
.mini-deal .mini-name { color: var(--text-secondary); }

/* ===== SOCIAL PROOF ===== */
.proof-bar { padding: 0 0 20px; }
.proof-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; padding: 28px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-item { text-align: center; }
.proof-num { font-family: 'Sora', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--lime); letter-spacing: -1px; }
.proof-num.alt { color: var(--amber); }
.proof-label { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

/* ===== SECTION COMMONS ===== */
.section-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2.5px; color: var(--lime); margin-bottom: 12px; }
.section-title { font-family: 'Sora', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 14px; text-wrap: balance; }
.section-desc { color: var(--text-secondary); font-size: 1.05rem; max-width: 540px; margin-bottom: 48px; line-height: 1.7; }

/* ===== HOW IT WORKS (3 steps) ===== */
.how-section { padding: 100px 0 80px; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.how-step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 24px; position: relative; transition: border-color 0.3s, transform 0.3s; }
.how-step:hover { border-color: rgba(184,255,0,0.2); transform: translateY(-4px); }
.how-step-num { font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(184,255,0,0.08); position: absolute; top: 16px; right: 20px; line-height: 1; }
.how-step-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 20px; background: var(--lime-glow); border: 1px solid rgba(184,255,0,0.1); }
.how-step h3 { font-family: 'Sora', sans-serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.how-step p { color: var(--text-secondary); font-size: 0.88rem; line-height: 1.6; }

/* ===== EXAMPLES ===== */
.examples { padding: 60px 0 80px; }
.examples-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.example { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: border-color 0.3s, transform 0.3s; }
.example:hover { border-color: rgba(184,255,0,0.15); transform: translateY(-4px); }
.example-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.example-niche { font-size: 0.72rem; font-weight: 600; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.niche-cards { background: rgba(59,130,246,0.12); color: var(--blue); }
.niche-sneakers { background: rgba(255,184,0,0.12); color: var(--amber); }
.niche-vintage { background: rgba(16,185,129,0.12); color: var(--green); }
.example-time { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--text-muted); }
.example-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 10px; line-height: 1.3; }
.example-price { font-family: 'Sora', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--lime); margin-bottom: 12px; }
.example-footer { font-size: 0.75rem; color: var(--text-muted); padding-top: 12px; border-top: 1px solid var(--border); }

/* ===== PERSONAS ===== */
.personas { padding: 80px 0; }
.personas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 40px; }
.persona { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 20px; text-align: center; transition: all 0.3s; cursor: default; }
.persona:hover { border-color: rgba(184,255,0,0.15); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.persona-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.persona-name { font-family: 'Sora', sans-serif; font-size: 0.88rem; font-weight: 700; margin-bottom: 6px; }
.persona-hook { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

/* ===== FEATURES ===== */
.features { padding: 80px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; transition: transform 0.3s, border-color 0.3s; }
.feat:hover { border-color: rgba(184,255,0,0.15); transform: translateY(-4px); }
.feat-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; }
.feat-icon.lime { background: var(--lime-glow); border: 1px solid rgba(184,255,0,0.1); }
.feat-icon.amber { background: var(--amber-glow); border: 1px solid rgba(255,184,0,0.1); }
.feat-icon.blue { background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.1); }
.feat h3 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feat p { color: var(--text-secondary); font-size: 0.88rem; line-height: 1.6; }

/* ===== COMING SOON TEASER ===== */
.teaser { padding: 0 0 80px; }
.teaser-box { background: linear-gradient(135deg, rgba(184,255,0,0.04) 0%, rgba(255,184,0,0.04) 100%); border: 1px dashed rgba(184,255,0,0.2); border-radius: var(--radius); padding: 36px 40px; display: flex; align-items: center; gap: 24px; }
.teaser-icon { font-size: 2.2rem; flex-shrink: 0; }
.teaser-content { flex: 1; }
.teaser-title { font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.teaser-title .soon { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; font-weight: 600; background: rgba(184,255,0,0.12); color: var(--lime); padding: 2px 8px; border-radius: 4px; margin-left: 10px; text-transform: uppercase; letter-spacing: 1px; vertical-align: middle; }
.teaser-desc { color: var(--text-secondary); font-size: 0.88rem; }

/* ===== STEPS (with mockups) ===== */
.steps-section { padding: 80px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.step { text-align: center; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 28px; right: -16px; width: 32px; height: 2px; background: linear-gradient(90deg, rgba(184,255,0,0.3), transparent); }
.step-num { width: 56px; height: 56px; background: var(--surface); border: 2px solid rgba(184,255,0,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--lime); margin: 0 auto 16px; }
.step-img { width: 200px; height: auto; margin: 16px auto 0; border-radius: 16px; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4)); }
.step h3 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.step p { color: var(--text-secondary); font-size: 0.85rem; }

/* ===== PRICING ===== */
.pricing { padding: 80px 0; text-align: center; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.plan-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 24px; text-align: left; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; }
.plan-card:hover { border-color: rgba(184,255,0,0.15); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.plan-card.featured { border-color: rgba(184,255,0,0.3); background: linear-gradient(180deg, rgba(184,255,0,0.04) 0%, var(--surface) 40%); }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--lime); color: #070B14; padding: 3px 14px; border-radius: 100px; font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-family: 'Sora', sans-serif; }
.plan-name { font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.plan-desc { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 18px; }
.plan-price { font-family: 'Sora', sans-serif; font-size: 2.6rem; font-weight: 800; letter-spacing: -2px; margin-bottom: 4px; }
.plan-period { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 24px; }
.plan-features { list-style: none; margin-bottom: 24px; }
.plan-features li { padding: 7px 0; font-size: 0.85rem; color: var(--text-secondary); display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); }
.plan-features li:last-child { border-bottom: none; }
.plan-features .check { color: var(--lime); font-weight: 700; font-size: 0.82rem; flex-shrink: 0; }
.plan-btn { display: block; width: 100%; padding: 11px; text-align: center; border-radius: var(--radius-sm); text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.25s; border: none; cursor: pointer; font-family: inherit; }
.plan-btn-default { background: var(--surface2); color: var(--text-secondary); border: 1px solid var(--border); }
.plan-btn-default:hover { border-color: var(--border-hover); color: var(--text); }
.plan-btn-primary { background: var(--lime); color: #070B14; font-weight: 700; box-shadow: 0 4px 16px rgba(184,255,0,0.15); }
.plan-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(184,255,0,0.25); }

.plan-card.founding { border-color: rgba(184,255,0,0.35); background: linear-gradient(180deg, rgba(184,255,0,0.05) 0%, var(--surface) 50%); }
.plan-card.founding:hover { border-color: rgba(184,255,0,0.5); box-shadow: 0 12px 40px rgba(184,255,0,0.12); }
.plan-card.founding .plan-badge { background: var(--lime); color: #070B14; animation: founding-pulse 2s ease-in-out infinite; }
@keyframes founding-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(184,255,0,0.4); } 50% { box-shadow: 0 0 12px 4px rgba(184,255,0,0.2); } }
.founding-old-price { font-size: 0.95rem; color: var(--text-muted); text-decoration: line-through; margin-bottom: 2px; }
.founding-spots { display: inline-flex; align-items: center; gap: 6px; background: rgba(184,255,0,0.08); color: var(--lime); font-size: 0.75rem; font-weight: 600; border-radius: var(--radius-xs); padding: 3px 10px; margin-top: 4px; margin-bottom: 6px; }
.founding-spots .spot-dot { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; animation: spot-blink 1.5s ease-in-out infinite; }
@keyframes spot-blink { 0%,100% { opacity:1; } 50% { opacity:0.4; } }
.plan-btn-founding { background: var(--lime); color: #070B14; font-weight: 700; box-shadow: 0 4px 16px rgba(184,255,0,0.2); }
.plan-btn-founding:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(184,255,0,0.3); }

.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 24px 0 0; }
.billing-toggle .toggle-label { font-size: 0.88rem; color: var(--text-secondary); font-weight: 500; transition: color 0.2s; }
.billing-toggle .toggle-label.active { color: var(--text); }
.toggle-switch { position: relative; width: 48px; height: 26px; cursor: pointer; }
.toggle-switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: var(--surface2); border: 1px solid var(--border-hover); border-radius: 26px; transition: background 0.3s, border-color 0.3s; }
.toggle-slider::before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background: var(--text-secondary); border-radius: 50%; transition: transform 0.3s, background 0.3s; }
.toggle-switch input:checked + .toggle-slider { background: var(--lime); border-color: var(--lime); }
.toggle-switch input:checked + .toggle-slider::before { transform: translateX(22px); background: #070B14; }
.annual-badge { background: rgba(184,255,0,0.1); color: var(--lime); border: 1px solid rgba(184,255,0,0.2); border-radius: 20px; font-size: 0.7rem; font-weight: 700; padding: 2px 8px; }
.annual-price { display: none; } .annual-period { display: none; }
.plan-saving { display: none; background: rgba(184,255,0,0.08); color: var(--lime-dim); font-size: 0.72rem; font-weight: 600; border-radius: var(--radius-xs); padding: 3px 8px; margin-top: 2px; margin-bottom: 6px; }
.billing-annual .monthly-price { display: none; } .billing-annual .annual-price { display: block; }
.billing-annual .monthly-period { display: none; } .billing-annual .annual-period { display: block; }
.billing-annual .plan-saving { display: inline-block; }
.trust-bar { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; margin: 16px 0 8px; font-size: 0.8rem; color: var(--text-secondary); }

/* ===== FAQ ===== */
.faq { padding: 80px 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; cursor: pointer; transition: border-color 0.2s, transform 0.2s; }
.faq-item:hover { border-color: var(--border-hover); transform: translateY(-2px); }
.faq-item h3 { font-family: 'Sora', sans-serif; font-size: 0.95rem; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.faq-item h3::after { content: '+'; font-size: 1.2rem; font-weight: 400; color: var(--text-muted); transition: transform 0.2s; flex-shrink: 0; margin-left: 12px; }
.faq-item.open h3::after { transform: rotate(45deg); }
.faq-item p { color: var(--text-secondary); font-size: 0.88rem; line-height: 1.65; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, margin 0.3s ease; }
.faq-item.open p { max-height: 200px; margin-top: 10px; }

/* ===== CTA ===== */
.cta-bottom { padding: 80px 0; }
.cta-box { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 60px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--lime), var(--amber), var(--lime)); }
.cta-box h2 { font-family: 'Sora', sans-serif; font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; letter-spacing: -1px; margin-bottom: 14px; }
.cta-box p { color: var(--text-secondary); margin-bottom: 28px; font-size: 1.02rem; }

/* ===== FOOTER ===== */
footer { padding: 36px 24px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-left { font-size: 0.82rem; color: var(--text-muted); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.82rem; padding: 8px 4px; transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.how-step:nth-child(1) { transition-delay: 0s; } .how-step:nth-child(2) { transition-delay: 0.1s; } .how-step:nth-child(3) { transition-delay: 0.2s; }
.example:nth-child(1) { transition-delay: 0s; } .example:nth-child(2) { transition-delay: 0.1s; } .example:nth-child(3) { transition-delay: 0.2s; }
.persona:nth-child(1) { transition-delay: 0s; } .persona:nth-child(2) { transition-delay: 0.06s; } .persona:nth-child(3) { transition-delay: 0.12s; } .persona:nth-child(4) { transition-delay: 0.18s; } .persona:nth-child(5) { transition-delay: 0.24s; }
.feat:nth-child(1) { transition-delay: 0s; } .feat:nth-child(2) { transition-delay: 0.08s; } .feat:nth-child(3) { transition-delay: 0.16s; } .feat:nth-child(4) { transition-delay: 0.24s; } .feat:nth-child(5) { transition-delay: 0.32s; } .feat:nth-child(6) { transition-delay: 0.4s; }
.plan-card:nth-child(1) { transition-delay: 0s; } .plan-card:nth-child(2) { transition-delay: 0.08s; } .plan-card:nth-child(3) { transition-delay: 0.16s; } .plan-card:nth-child(4) { transition-delay: 0.24s; } .plan-card:nth-child(5) { transition-delay: 0.32s; }
.faq-item:nth-child(1) { transition-delay: 0s; } .faq-item:nth-child(2) { transition-delay: 0.06s; } .faq-item:nth-child(3) { transition-delay: 0.12s; } .faq-item:nth-child(4) { transition-delay: 0.18s; } .faq-item:nth-child(5) { transition-delay: 0.24s; } .faq-item:nth-child(6) { transition-delay: 0.3s; } .faq-item:nth-child(7) { transition-delay: 0.36s; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; z-index: 99; background: rgba(7,11,20,0.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); padding: 24px; gap: 16px; border-bottom: 1px solid var(--border); }
  .mobile-menu-btn { display: block; }
  .nav-inner { flex-wrap: wrap; gap: 8px; }
  .nav-middle { order: 3; flex-basis: 100%; flex-direction: column; gap: 12px; }
  .lang-selector { flex-wrap: wrap; justify-content: center; gap: 4px; }
  .lang-btn { padding: 4px 8px; font-size: 0.65rem; }
  .hero { padding: 110px 0 50px; }
  .hero .wrap { flex-direction: column; text-align: center; }
  .hero-content { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 320px; justify-content: center; }
  .hero-visual { flex: 0 0 auto; width: 100%; max-width: 360px; }
  .mini-deal { display: none; }
  .proof-inner { gap: 24px; } .proof-num { font-size: 1.4rem; }
  .how-steps { grid-template-columns: 1fr; }
  .examples-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .personas-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .teaser-box { flex-direction: column; text-align: center; }
  .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .plans { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 20px; }
  .footer-inner { flex-direction: column; text-align: center; }
  section { overflow-x: hidden; }
}
/* ── Bandeau stats live (sous hero) ──
   Discret, inspiration Stripe/Linear. Data = vert #00E5A0. Blanc chaud #E8E6E3. */
.live-stats-bar {
  border-top: 1px solid rgba(232, 230, 227, 0.06);
  border-bottom: 1px solid rgba(232, 230, 227, 0.06);
  background: rgba(232, 230, 227, 0.015);
  padding: 14px 0;
}
.live-stats-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(232, 230, 227, 0.7);
}
.live-stats-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.01em;
}
.live-stats-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E5A0;
  box-shadow: 0 0 6px rgba(0, 229, 160, 0.6);
  flex-shrink: 0;
}
.live-stats-num {
  color: #00E5A0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.live-stats-label {
  color: rgba(232, 230, 227, 0.6);
}
.live-stats-sep {
  color: rgba(232, 230, 227, 0.2);
  font-family: var(--font-mono, monospace);
}
@media (max-width: 640px) {
  .live-stats-inner { gap: 16px; font-size: 0.78rem; }
  .live-stats-sep { display: none; }
}

@media (max-width: 480px) {
  .hero { padding: 95px 0 36px; }
  .hero h1 { font-size: 2rem; letter-spacing: -1px; }
  .section-title { font-size: 1.5rem; }
  .plan-price { font-size: 2.2rem; }
  .wrap { padding: 0 16px; }
  .personas-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .persona { padding: 18px 14px; }
  .persona-icon { font-size: 1.6rem; }
  .step-img { width: 160px; }
}
