/* ── Landing Page — Afiliaplace ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow: #FEE603;
  --yellow-dark: #e6cf00;
  --black: #0a0a0a;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-600: #475569;
  --gray-900: #0f172a;
}

.lp-body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; background: #fff; color: var(--gray-900); -webkit-font-smoothing: antialiased; }
.lp-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ─────────────────────────────────────────────────────────────────── */
.lp-nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(254,230,3,.12); }
.lp-nav-inner { display: flex; align-items: center; height: 68px; }
.lp-nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.lp-nav-logo { height: 30px; width: auto; display: block; }
.lp-nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; }
.lp-nav-links a { color: rgba(255,255,255,.6); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: color .15s, background .15s; }
.lp-nav-links a:hover { color: var(--yellow); }
.lp-nav-ctas { display: flex; align-items: center; gap: 8px; margin-left: 24px; flex-shrink: 0; }

/* ── BUTTONS ──────────────────────────────────────────────────────────────── */
.lp-btn-primary { display: inline-flex; align-items: center; justify-content: center; background: var(--yellow); color: var(--black); font-weight: 800; font-size: 14px; padding: 10px 22px; border-radius: 10px; text-decoration: none; transition: all .15s; }
.lp-btn-primary:hover { background: var(--yellow-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(254,230,3,.4); }
.lp-btn-ghost { display: inline-flex; align-items: center; justify-content: center; background: transparent; color: rgba(255,255,255,.7); font-weight: 600; font-size: 14px; padding: 10px 20px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); text-decoration: none; transition: all .15s; }
.lp-btn-ghost:hover { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(254,230,3,.5); }
.lp-btn-lg { padding: 15px 32px; font-size: 16px; border-radius: 12px; }

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.lp-hero { background: var(--black); color: #fff; padding: 110px 0 100px; text-align: center; position: relative; overflow: hidden; }
.lp-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(254,230,3,.12) 0%, transparent 70%); pointer-events: none; }
.lp-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.lp-hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.lp-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(254,230,3,.12); border: 1px solid rgba(254,230,3,.35); color: var(--yellow); font-size: 13px; font-weight: 700; padding: 7px 18px; border-radius: 999px; }
.lp-hero-badge svg { flex-shrink: 0; }
.lp-hero-title { font-size: clamp(38px, 6vw, 72px); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; max-width: 820px; }
.lp-hero-title em { font-style: normal; color: var(--yellow); }
.lp-hero-sub { font-size: 18px; color: rgba(255,255,255,.6); max-width: 560px; line-height: 1.75; }
.lp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.lp-hero-stats { display: flex; align-items: center; gap: 0; margin-top: 24px; flex-wrap: wrap; justify-content: center; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 20px 16px; background: rgba(255,255,255,.03); }
.lp-stat { display: flex; flex-direction: column; align-items: center; padding: 0 32px; }
.lp-stat strong { font-size: 30px; font-weight: 900; color: var(--yellow); }
.lp-stat span { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 3px; }
.lp-stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,.12); }

/* ── SECTIONS ────────────────────────────────────────────────────────────── */
.lp-section { padding: 96px 0; }
.lp-section-label { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--black); background: var(--yellow); padding: 5px 14px; border-radius: 999px; margin-bottom: 16px; }
.lp-section-title { font-size: clamp(28px, 4vw, 46px); font-weight: 900; letter-spacing: -.025em; line-height: 1.12; margin-bottom: 16px; }
.lp-section-sub { color: #64748b; font-size: 17px; max-width: 560px; line-height: 1.7; margin-bottom: 48px; }

/* ── FEATURES ────────────────────────────────────────────────────────────── */
.lp-features { background: var(--gray-50); }
.lp-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.lp-feature-card { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 20px; padding: 28px 26px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.lp-feature-card:hover { border-color: var(--yellow); box-shadow: 0 8px 32px rgba(254,230,3,.2); transform: translateY(-3px); }
.lp-feature-icon { width: 48px; height: 48px; background: var(--yellow); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.lp-feature-icon svg { width: 22px; height: 22px; stroke: var(--black); }
.lp-feature-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.lp-feature-card p { color: #64748b; font-size: 14px; line-height: 1.7; }

/* ── HOW IT WORKS ────────────────────────────────────────────────────────── */
.lp-how { background: var(--yellow); }
.lp-how .lp-section-label { background: rgba(0,0,0,.1); color: var(--black); }
.lp-how .lp-section-title { color: var(--black); }
.lp-steps { display: flex; align-items: flex-start; gap: 0; margin-top: 56px; flex-wrap: wrap; }
.lp-step { flex: 1; min-width: 200px; text-align: center; padding: 0 24px; }
.lp-step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--black); color: var(--yellow); font-size: 22px; font-weight: 900; display: grid; place-items: center; margin: 0 auto 20px; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.lp-step h3 { font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
.lp-step p { color: rgba(0,0,0,.6); font-size: 14px; line-height: 1.7; }
.lp-step-arrow { color: rgba(0,0,0,.25); align-self: center; padding: 0 4px; margin-top: -52px; flex-shrink: 0; }
.lp-step-arrow svg { display: block; }

/* ── PRICING ─────────────────────────────────────────────────────────────── */
.lp-pricing { background: #fff; }
.lp-plans { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 48px; align-items: flex-start; }
.lp-plan { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 22px; padding: 32px 28px; width: 300px; position: relative; transition: box-shadow .2s, transform .2s; }
.lp-plan:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.lp-plan--popular { background: var(--black); color: #fff; border-color: var(--black); transform: scale(1.04); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.lp-plan--popular:hover { transform: scale(1.04) translateY(-3px); }
.lp-plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--black); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 2px 12px rgba(254,230,3,.5); }
.lp-plan--popular .lp-plan-badge { background: var(--yellow); color: var(--black); }
.lp-plan-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #64748b; margin-bottom: 16px; }
.lp-plan--popular .lp-plan-name { color: rgba(255,255,255,.5); }
.lp-plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.lp-price-currency { font-size: 20px; font-weight: 700; }
.lp-price-value { font-size: 52px; font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.lp-plan--popular .lp-price-value { color: var(--yellow); }
.lp-price-period { font-size: 14px; color: var(--gray-400); margin-left: 4px; }
.lp-plan--popular .lp-price-period { color: rgba(255,255,255,.45); }
.lp-plan-monthly { font-size: 13px; color: #64748b; margin-bottom: 8px; }
.lp-plan--popular .lp-plan-monthly { color: rgba(255,255,255,.55); }
.lp-plan-save { display: inline-block; background: #fef9c3; color: #a16207; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-bottom: 20px; border: 1px solid #fde68a; }
.lp-plan--popular .lp-plan-save { background: rgba(254,230,3,.15); color: var(--yellow); border-color: rgba(254,230,3,.3); }
.lp-plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; margin-top: 20px; }
.lp-plan-features li { font-size: 14px; color: #374151; display: flex; align-items: center; gap: 9px; }
.lp-plan--popular .lp-plan-features li { color: rgba(255,255,255,.8); }
.lp-check { width: 14px; height: 14px; flex-shrink: 0; }
.lp-plan-features li .lp-check { stroke: var(--yellow-dark); }
.lp-plan--popular .lp-plan-features li .lp-check { stroke: var(--yellow); }
.lp-plan-cta { display: block; text-align: center; padding: 14px; border-radius: 12px; font-size: 15px; font-weight: 800; text-decoration: none; background: var(--gray-100); color: var(--black); transition: all .15s; }
.lp-plan-cta:hover { background: var(--gray-200); }
.lp-plan-cta--highlight { background: var(--yellow); color: var(--black); box-shadow: 0 4px 16px rgba(254,230,3,.4); }
.lp-plan-cta--highlight:hover { background: var(--yellow-dark); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(254,230,3,.5); }
.lp-pricing-note { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; text-align: center; color: #64748b; font-size: 13px; margin-top: 40px; }

/* ── TESTIMONIALS ────────────────────────────────────────────────────────── */
.lp-testimonials { background: var(--gray-50); }
.lp-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 48px; }
.lp-testimonial { background: #fff; border: 1.5px solid var(--gray-200); border-radius: 20px; padding: 28px; transition: border-color .2s; }
.lp-testimonial:hover { border-color: var(--yellow); }
.lp-testimonial-stars { color: var(--yellow-dark); font-size: 18px; margin-bottom: 14px; }
.lp-testimonial p { color: #374151; font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.lp-testimonial-author { display: flex; align-items: center; gap: 12px; }
.lp-testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); color: var(--black); display: grid; place-items: center; font-weight: 900; font-size: 16px; flex-shrink: 0; }
.lp-testimonial-author strong { display: block; font-size: 14px; font-weight: 700; }
.lp-testimonial-author span { font-size: 12px; color: #64748b; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.lp-faq { background: #fff; }
.lp-faq-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.lp-faq-list { display: flex; flex-direction: column; gap: 12px; }
.lp-faq-item { background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: 14px; overflow: hidden; transition: border-color .2s; }
.lp-faq-item[open] { border-color: var(--yellow); }
.lp-faq-item summary { padding: 18px 20px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background .15s; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--gray-400); flex-shrink: 0; transition: transform .2s; }
.lp-faq-item[open] summary { background: #fefce8; }
.lp-faq-item[open] summary::after { content: '−'; color: var(--black); }
.lp-faq-item p { padding: 0 20px 18px; font-size: 14px; color: #64748b; line-height: 1.7; }

/* ── CTA BANNER ──────────────────────────────────────────────────────────── */
.lp-cta-banner { background: var(--yellow); color: var(--black); padding: 96px 0; text-align: center; position: relative; overflow: hidden; }
.lp-cta-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(0,0,0,.025) 40px, rgba(0,0,0,.025) 80px); pointer-events: none; }
.lp-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; position: relative; z-index: 1; }
.lp-cta-banner h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 900; letter-spacing: -.03em; color: var(--black); }
.lp-cta-banner p { color: rgba(0,0,0,.6); font-size: 17px; max-width: 500px; }
.lp-cta-banner .lp-btn-primary { background: var(--black); color: var(--yellow); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.lp-cta-banner .lp-btn-primary:hover { background: #111; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.lp-cta-banner .lp-btn-ghost { border-color: rgba(0,0,0,.25); color: rgba(0,0,0,.7); }
.lp-cta-banner .lp-btn-ghost:hover { background: rgba(0,0,0,.07); color: var(--black); }

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
.lp-footer { background: var(--black); border-top: 1px solid rgba(254,230,3,.1); padding: 40px 0; }
.lp-footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; justify-content: space-between; }
.lp-footer-logo { height: 28px; width: auto; }
.lp-footer-links { display: flex; gap: 24px; }
.lp-footer-links a { color: rgba(255,255,255,.4); font-size: 13px; text-decoration: none; transition: color .15s; }
.lp-footer-links a:hover { color: var(--yellow); }
.lp-footer-copy { color: rgba(255,255,255,.25); font-size: 12px; }

/* ── CHECKOUT (old layout kept for compat) ───────────────────────────────── */
.checkout-wrap { max-width: 900px; margin: 48px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: start; }
.checkout-summary { background: var(--black); color: #fff; border-radius: 20px; padding: 32px 28px; }
.checkout-plan-badge { display: inline-block; background: rgba(254,230,3,.15); color: var(--yellow); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }
.checkout-summary h2 { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.checkout-price { font-size: 42px; font-weight: 900; line-height: 1; margin-bottom: 6px; color: var(--yellow); }
.checkout-price span { font-size: 16px; font-weight: 500; color: rgba(255,255,255,.45); margin-left: 4px; }
.checkout-summary > p { color: rgba(255,255,255,.55); font-size: 13px; margin-bottom: 20px; }
.checkout-includes { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.checkout-includes li { font-size: 14px; color: rgba(255,255,255,.8); }
.checkout-guarantee { font-size: 12px; color: rgba(255,255,255,.4); }
.checkout-form { background: #fff; border-radius: 20px; padding: 32px 28px; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.checkout-form h3 { font-size: 18px; font-weight: 800; margin-bottom: 20px; }
.checkout-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.checkout-field label { font-size: 13px; font-weight: 700; color: #374151; }
.checkout-field input, .checkout-field select { height: 44px; border: 1.5px solid #e5e7eb; border-radius: 10px; padding: 0 14px; font-size: 14px; outline: none; transition: border-color .15s; }
.checkout-field input:focus, .checkout-field select:focus { border-color: var(--black); }
.checkout-row { display: grid; grid-template-columns: 1fr 1.5fr; gap: 12px; }
.checkout-submit { width: 100%; height: 50px; background: var(--yellow); color: var(--black); border: none; border-radius: 12px; font-size: 16px; font-weight: 800; cursor: pointer; transition: all .15s; }
.checkout-submit:hover { background: var(--yellow-dark); }
.checkout-error { background: #fee2e2; color: #991b1b; border-radius: 10px; padding: 12px 16px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.checkout-back { text-align: center; margin-top: 14px; font-size: 13px; }
.checkout-back a { color: #64748b; text-decoration: none; }

/* ── PIX Page ─────────────────────────────────────────────────────────────── */
.pix-wrap { max-width: 480px; margin: 56px auto; padding: 0 24px; }
.pix-card, .pix-paid-card { background: #fff; border-radius: 24px; padding: 36px 32px; box-shadow: 0 16px 48px rgba(0,0,0,.1); display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.pix-icon, .pix-paid-icon { font-size: 48px; }
.pix-card h2, .pix-paid-card h2 { font-size: 24px; font-weight: 900; }
.pix-amount { color: #374151; font-size: 15px; }
.pix-status { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #a16207; background: #fef9c3; padding: 6px 16px; border-radius: 999px; }
.pix-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #FEE603; animation: pix-pulse 1.4s ease-in-out infinite; }
@keyframes pix-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.pix-qr-wrap { padding: 12px; background: #fff; border: 2px solid #e5e7eb; border-radius: 16px; }
.pix-qr { width: 200px; height: 200px; display: block; }
.pix-copy-wrap { width: 100%; }
.pix-copy-label { font-size: 13px; color: #64748b; margin-bottom: 8px; }
.pix-copy-row { display: flex; gap: 8px; }
.pix-copy-input { flex: 1; height: 40px; border: 1.5px solid #e5e7eb; border-radius: 8px; padding: 0 12px; font-size: 12px; outline: none; }
.pix-copy-btn { height: 40px; padding: 0 16px; background: var(--yellow); color: var(--black); border: none; border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.pix-copy-hint { font-size: 12px; color: #16a34a; margin-top: 4px; min-height: 16px; }
.pix-steps { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.pix-step-item { background: #f8fafc; border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #374151; text-align: left; }
.pix-expiry { font-size: 12px; color: #94a3b8; }

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .lp-nav-inner { gap: 0; }
  .lp-nav-links { display: none; }
  .lp-nav-ctas { margin-left: auto; }
  .lp-hero { padding: 72px 0 64px; }
  .lp-hero-stats { padding: 16px; }
  .lp-stat-sep { display: none; }
  .lp-stat { padding: 8px 16px; }
  .lp-step-arrow { display: none; }
  .lp-steps { flex-direction: column; align-items: center; }
  .lp-features-grid { grid-template-columns: 1fr; }
  .lp-plan { width: 100%; max-width: 360px; }
  .lp-plan--popular { transform: none; }
  .lp-faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer-inner { flex-direction: column; text-align: center; }
  .checkout-wrap { grid-template-columns: 1fr; }
  .lp-problem-inner { flex-direction: column; }
  .lp-problem-vs { transform: rotate(90deg); }
  .lp-mockup-float-1, .lp-mockup-float-2 { display: none; }
  .lp-steps-4 { flex-wrap: wrap; }
}

/* ── Platform badges (hero) ──────────────────────────────────────────────── */
.lp-hero-platforms { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.lp-hero-platforms > span { color: rgba(255,255,255,.4); font-size: 13px; }
.lp-hero-plat-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.lp-plat-badge { display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 8px; letter-spacing: .01em; }
.lp-plat-ml      { background: #ffe600; color: #2d3277; }
.lp-plat-amazon  { background: #FF9900; color: #000; }
.lp-plat-shopee  { background: #ee4d2d; color: #fff; }
.lp-plat-tiktok  { background: #010101; color: #fe2c55; border: 1px solid #333; }
.lp-plat-soon    { background: #f1f5f9; color: #94a3b8; border: 1px dashed #cbd5e1; font-style: italic; }

/* ── Mockup / Dashboard preview ──────────────────────────────────────────── */
.lp-mockup-section { background: #f8fafc; padding: 80px 0; overflow: hidden; }
.lp-mockup-wrap { position: relative; max-width: 860px; margin: 0 auto; }
.lp-mockup-browser { background: #fff; border-radius: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.15); overflow: hidden; border: 1px solid #e2e8f0; }
.lp-mockup-bar { display: flex; align-items: center; gap: 12px; background: #f1f5f9; padding: 10px 16px; border-bottom: 1px solid #e2e8f0; }
.lp-mockup-dots { display: flex; gap: 5px; }
.lp-mockup-dots span { width: 11px; height: 11px; border-radius: 50%; background: #e2e8f0; }
.lp-mockup-dots span:first-child { background: #ff5f57; }
.lp-mockup-dots span:nth-child(2) { background: #febc2e; }
.lp-mockup-dots span:nth-child(3) { background: #28c840; }
.lp-mockup-url { flex: 1; background: #fff; border-radius: 6px; padding: 4px 12px; font-size: 12px; color: #64748b; text-align: center; border: 1px solid #e2e8f0; }
.lp-mockup-body { display: flex; min-height: 320px; }
.lp-mockup-sidebar { width: 160px; background: #0a0a0a; flex-shrink: 0; padding: 16px 0; }
.lp-mock-nav-item { padding: 10px 16px; font-size: 12px; color: rgba(255,255,255,.5); cursor: default; }
.lp-mock-active { color: #FEE603 !important; background: rgba(254,230,3,.08); border-left: 2px solid #FEE603; }
.lp-mockup-content { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 16px; overflow: hidden; }
.lp-mock-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.lp-mock-stat { background: #f8fafc; border-radius: 10px; padding: 12px 14px; border: 1px solid #e2e8f0; }
.lp-mock-stat-yellow { background: #fefce8; border-color: #fde68a; }
.lp-mock-stat-val { font-size: 18px; font-weight: 900; color: #0a0a0a; }
.lp-mock-stat-yellow .lp-mock-stat-val { color: #92400e; }
.lp-mock-stat-lbl { font-size: 10px; color: #94a3b8; margin-top: 2px; }
.lp-mock-products { background: #f8fafc; border-radius: 10px; border: 1px solid #e2e8f0; overflow: hidden; }
.lp-mock-prod-header { padding: 8px 14px; font-size: 11px; font-weight: 700; color: #475569; border-bottom: 1px solid #e2e8f0; background: #fff; }
.lp-mock-green { color: #16a34a; }
.lp-mock-prod-item { display: flex; align-items: center; gap: 10px; padding: 8px 14px; border-bottom: 1px solid #e2e8f0; background: #fff; }
.lp-mock-prod-item:last-child { border-bottom: none; }
.lp-mock-prod-plat { font-size: 9px; font-weight: 800; padding: 3px 6px; border-radius: 4px; flex-shrink: 0; }
.lp-plat-dot-ml     { background: #ffe600; color: #2d3277; }
.lp-plat-dot-amazon { background: #FF9900; color: #000; }
.lp-plat-dot-shopee { background: #ee4d2d; color: #fff; }
.lp-mock-prod-info { flex: 1; min-width: 0; }
.lp-mock-prod-title { font-size: 12px; font-weight: 600; color: #0f172a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-mock-prod-meta { font-size: 10px; color: #94a3b8; }
.lp-mock-prod-status { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 999px; flex-shrink: 0; }
.lp-mock-sent    { background: #dcfce7; color: #15803d; }
.lp-mock-sending { background: #fef9c3; color: #a16207; }
.lp-mock-queued  { background: #f1f5f9; color: #475569; }
.lp-mockup-floating { position: absolute; background: #fff; border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); border: 1px solid #e2e8f0; pointer-events: none; }
.lp-mockup-float-1 { bottom: -16px; left: -24px; animation: float-bob 3s ease-in-out infinite; }
.lp-mockup-float-2 { top: 24px; right: -24px; animation: float-bob 3s ease-in-out infinite .8s; }
@keyframes float-bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.lp-float-icon { font-size: 24px; flex-shrink: 0; }
.lp-float-text { display: flex; flex-direction: column; }
.lp-float-text strong { font-size: 14px; font-weight: 800; color: #0a0a0a; }
.lp-float-text span { font-size: 11px; color: #64748b; }

/* ── Before / After comparison ───────────────────────────────────────────── */
.lp-problem { background: #fff; padding: 80px 0; }
.lp-problem-inner { display: flex; align-items: stretch; gap: 0; }
.lp-problem-side { flex: 1; padding: 32px 28px; border-radius: 16px; }
.lp-problem-before { background: #fff5f5; border: 1.5px solid #fecaca; }
.lp-problem-after  { background: #f0fdf4; border: 1.5px solid #bbf7d0; }
.lp-problem-vs { display: flex; align-items: center; justify-content: center; padding: 0 24px; font-size: 28px; font-weight: 900; color: #94a3b8; flex-shrink: 0; }
.lp-problem-tag { display: inline-block; font-size: 14px; font-weight: 800; padding: 6px 14px; border-radius: 8px; margin-bottom: 16px; }
.lp-problem-tag-red   { background: #fee2e2; color: #991b1b; }
.lp-problem-tag-green { background: #dcfce7; color: #15803d; }
.lp-problem-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lp-problem-list li { font-size: 14px; color: #374151; padding-left: 20px; position: relative; line-height: 1.5; }
.lp-problem-list li::before { content: '✗'; position: absolute; left: 0; color: #ef4444; font-weight: 700; }
.lp-problem-list-ok li::before { content: '✓'; color: #16a34a; }

/* ── Feature highlight card ──────────────────────────────────────────────── */
.lp-feature-highlight { border-color: #FEE603 !important; background: #fefce8; position: relative; }
.lp-feature-tag-new { position: absolute; top: 16px; right: 16px; background: #FEE603; color: #000; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }

/* ── 4-step layout ───────────────────────────────────────────────────────── */
.lp-steps-4 .lp-step { background: rgba(255,255,255,.7); border-radius: 16px; padding: 24px 16px; }
.lp-steps-4 .lp-step-arrow { color: rgba(0,0,0,.4); }
.lp-steps-4 .lp-step h3 { color: #000; font-size: 15px; }
.lp-steps-4 .lp-step p { color: rgba(0,0,0,.65); font-size: 13px; }
