/* ═══════════════════════════════════════════════
   Landing v2 — CatalogoCode (WhatsApp Native)
   Standalone CSS (no depende de styles.css).
   Adaptado desde "CatalogoCode Landing v2.html".
   ═══════════════════════════════════════════════ */

.lv2 {
  --ease: cubic-bezier(.2,.7,.2,1);
  --wa: #25D366;
  --wa-dark: #128C7E;
  --wa-darker: #075E54;
  --bg: #FAFAF7;
  --bg-soft: #F3F2EC;
  --ink: #0B1F1A;
  --ink-soft: #1C2E28;
  --muted: #4A5C58;
  --muted-soft: #7E8F8A;
  --line: #E5E2DA;
  --line-soft: #EFEDE6;
  --card: #FFFFFF;
  --accent: var(--wa);
  --accent-dark: var(--wa-dark);
  --danger: #DC2626;

  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}
.lv2 *, .lv2 *::before, .lv2 *::after { box-sizing: border-box; }
.lv2 button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.lv2 a { color: inherit; text-decoration: none; }
.lv2 img, .lv2 svg { display: block; max-width: 100%; }
.lv2 h1, .lv2 h2, .lv2 h3, .lv2 h4 { letter-spacing: -0.025em; line-height: 1.1; text-wrap: balance; font-weight: 800; margin: 0; }
.lv2 p { text-wrap: pretty; margin: 0; }

.lv2 .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.lv2 .eyebrow {
  display: inline-block;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-dark); font-weight: 700;
  margin-bottom: 16px;
  white-space: nowrap;
  line-height: 1.2;
}

/* ========= NAV ========= */
.lv2-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 250, 247, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.lv2-nav .nav-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.lv2 .logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 18px; letter-spacing: -0.02em;
}
.lv2 .logo .mark {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--accent);
  display: grid; place-items: center;
  color: white; font-size: 14px; font-weight: 800;
  box-shadow: 0 4px 12px -2px rgba(37, 211, 102, 0.4);
}
.lv2 .nav-center { display: flex; gap: 28px; font-size: 14px; color: var(--muted); font-weight: 500; }
.lv2 .nav-center a { transition: color .15s; }
.lv2 .nav-center a:hover { color: var(--ink); }
.lv2 .nav-right { display: flex; gap: 8px; align-items: center; }
.lv2 .nav-login { padding: 9px 16px; font-size: 14px; font-weight: 500; color: var(--muted); transition: color .15s; }
.lv2 .nav-login:hover { color: var(--ink); }
.lv2 .nav-cta {
  padding: 10px 18px;
  background: var(--ink); color: white;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all .2s;
}
.lv2 .nav-cta:hover { background: var(--accent-dark); }
.lv2 .burger {
  display: none;
  width: 40px; height: 40px; border-radius: 8px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
}
.lv2 .burger span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .2s; }
.lv2 .nav-mobile {
  display: none;
  padding: 16px 20px;
  background: var(--bg);
  border-top: 1px solid var(--line);
  flex-direction: column; gap: 8px;
}
.lv2 .nav-mobile.open { display: flex; }
.lv2 .nav-mobile a { padding: 10px 12px; border-radius: 10px; font-size: 15px; }
.lv2 .nav-mobile a:hover { background: white; }
.lv2 .nav-mobile hr { border: 0; border-top: 1px solid var(--line); margin: 4px 0; }

/* ========= HERO ========= */
.lv2-hero { padding: 56px 0 40px; overflow: hidden; }
.lv2-hero .hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
}
.lv2 .hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 6px 6px 14px;
  background: white; border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px; color: var(--muted); font-weight: 500;
  margin-bottom: 28px;
}
.lv2 .hero-pill .chip {
  padding: 4px 10px;
  background: var(--accent); color: white;
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lv2-hero h1 {
  font-size: clamp(34px, 5.5vw, 76px);
  font-weight: 800; line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  word-wrap: break-word; overflow-wrap: break-word;
}
.lv2-hero h1 .highlight {
  background: linear-gradient(120deg, transparent 0% 8%, color-mix(in srgb, var(--accent) 32%, transparent) 8% 92%, transparent 92% 100%);
  padding: 0 4px;
}
.lv2-hero h1 .wa-word {
  color: var(--accent-dark);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.lv2-hero h1 .wa-word svg { width: 0.75em; height: 0.75em; flex-shrink: 0; }
.lv2-hero p.lead {
  font-size: 18px; line-height: 1.55; color: var(--muted);
  max-width: 50ch;
  margin-bottom: 32px;
}
.lv2-hero p.lead strong { color: var(--ink); font-weight: 600; }
.lv2-hero .hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 32px; }
.lv2 .btn-primary {
  padding: 16px 26px;
  background: var(--accent); color: white;
  border-radius: 999px;
  font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 24px -8px color-mix(in srgb, var(--accent) 60%, transparent);
  transition: all .25s var(--ease);
}
.lv2 .btn-primary:hover { transform: translateY(-2px); background: var(--accent-dark); box-shadow: 0 14px 32px -10px color-mix(in srgb, var(--accent) 70%, transparent); }
.lv2 .btn-ghost {
  padding: 16px 22px;
  border: 1px solid var(--ink); color: var(--ink);
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.lv2 .btn-ghost:hover { background: var(--ink); color: white; }
.lv2 .hero-trust { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.lv2 .hero-trust .avatars { display: flex; }
.lv2 .hero-trust .avatars span {
  width: 30px; height: 30px; border-radius: 99px;
  border: 2px solid var(--bg);
  margin-left: -8px;
  display: grid; place-items: center;
  font-weight: 700; color: white; font-size: 11px;
}
.lv2 .hero-trust .avatars span:first-child { margin-left: 0; background: #F59E0B; }
.lv2 .hero-trust .avatars span:nth-child(2) { background: #8B5CF6; }
.lv2 .hero-trust .avatars span:nth-child(3) { background: var(--accent); }
.lv2 .hero-trust .avatars span:nth-child(4) { background: #EF4444; }
.lv2 .hero-trust b { color: var(--ink); font-weight: 700; }
.lv2 .hero-trust .stars { color: #F59E0B; letter-spacing: 1px; }

/* Chat mockup */
.lv2 .hero-chat {
  background: linear-gradient(180deg, #d9dfd2 0%, #e8ecdf 100%);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 30px 60px -20px rgba(11, 31, 26, 0.25), 0 0 0 1px rgba(11, 31, 26, 0.05);
  aspect-ratio: 9/16;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.lv2 .hero-chat::before {
  content: ''; position: absolute; inset: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,0,0,0.04) 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 24px 24px, 32px 32px;
  pointer-events: none;
}
.lv2 .chat-head {
  background: var(--wa-dark); color: white;
  padding: 14px 16px;
  border-radius: 18px 18px 0 0;
  display: flex; align-items: center; gap: 12px;
  position: relative; z-index: 1;
}
.lv2 .chat-head .avatar {
  width: 36px; height: 36px; border-radius: 99px;
  background: white; display: grid; place-items: center; font-size: 18px;
}
.lv2 .chat-head .name strong { display: block; font-size: 14px; font-weight: 600; }
.lv2 .chat-head .name small { font-size: 11px; opacity: 0.85; }
.lv2 .chat-body {
  padding: 16px 14px; display: flex; flex-direction: column; gap: 8px;
  position: relative; z-index: 1;
  height: calc(100% - 64px); overflow-y: auto;
}
.lv2 .chat-body::-webkit-scrollbar { width: 0; }
.lv2 .bubble {
  max-width: 82%;
  padding: 8px 12px 10px;
  border-radius: 12px;
  font-size: 13px; line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  animation: lv2BubbleIn .4s var(--ease) both;
}
@keyframes lv2BubbleIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.lv2 .bubble.out { background: #DCF8C6; align-self: flex-end; border-bottom-right-radius: 4px; color: #1B2620; }
.lv2 .bubble.in { background: white; align-self: flex-start; border-bottom-left-radius: 4px; color: #1B2620; }
.lv2 .bubble .time { display: block; font-size: 9px; color: rgba(0,0,0,0.4); margin-top: 4px; text-align: right; }
.lv2 .bubble .order-line { display: flex; justify-content: space-between; gap: 12px; }
.lv2 .bubble .link { color: var(--wa-dark); text-decoration: underline; word-break: break-all; }

/* ========= MARQUEE ========= */
.lv2-marquee {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white; overflow: hidden;
}
.lv2-marquee .marquee-label {
  text-align: center;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  margin-bottom: 20px;
}
.lv2-marquee .marquee { display: flex; gap: 24px; animation: lv2Scroll 40s linear infinite; white-space: nowrap; }
@keyframes lv2Scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.lv2 .store-pill {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px 10px 10px;
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
}
.lv2 .store-pill .si {
  width: 28px; height: 28px; border-radius: 99px;
  display: grid; place-items: center;
  color: white; font-size: 13px; font-weight: 700;
  overflow: hidden;
}
.lv2 .store-pill .si img { width: 100%; height: 100%; object-fit: cover; }
.lv2 .store-pill strong { font-weight: 600; color: var(--ink); }
.lv2 .store-pill small { color: var(--muted); margin-left: 4px; }

/* ========= SECTIONS ========= */
.lv2 .section { padding: 96px 0; }
.lv2 .section-head { text-align: center; margin-bottom: 56px; }
.lv2 .section-head h2 { font-size: clamp(36px, 4vw, 56px); max-width: 20ch; margin: 0 auto; }
.lv2 .section-head p { color: var(--muted); margin-top: 14px; font-size: 17px; max-width: 58ch; margin-left: auto; margin-right: auto; }

/* ========= QUÉ ES ========= */
.lv2-whatis { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lv2 .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1100px; margin: 0 auto; }
.lv2 .compare-card { background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
.lv2 .compare-card--good { background: var(--ink); color: white; border-color: var(--ink); }
.lv2 .compare-card h3 {
  font-size: 22px; font-weight: 700; margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.lv2 .compare-card h3 .ico {
  width: 32px; height: 32px; border-radius: 99px;
  display: grid; place-items: center;
  font-size: 16px; font-weight: 800;
}
.lv2 .compare-card--bad h3 .ico { background: color-mix(in srgb, var(--danger) 15%, white); color: var(--danger); }
.lv2 .compare-card--good h3 .ico { background: var(--accent); color: white; }
.lv2 .compare-card ul { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 0; }
.lv2 .compare-card li { font-size: 15px; line-height: 1.5; padding-left: 28px; position: relative; color: var(--muted); }
.lv2 .compare-card--bad li::before {
  content: '✕'; position: absolute; left: 4px; top: -1px;
  color: var(--danger); font-weight: 700; font-size: 13px;
}
.lv2 .compare-card--good li { color: rgba(255,255,255,0.88); }
.lv2 .compare-card--good li::before {
  content: '✓'; position: absolute; left: 4px; top: -1px;
  color: var(--accent); font-weight: 700; font-size: 13px;
}
.lv2 .compare-card--good li strong { color: white; font-weight: 700; }

/* ========= FEATURES ========= */
.lv2 .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; }
.lv2 .feature {
  padding: 32px; background: var(--card);
  border: 1px solid var(--line); border-radius: 20px;
  transition: all .25s var(--ease);
}
.lv2 .feature:hover { transform: translateY(-3px); border-color: var(--ink); }
.lv2 .feature .icon-wrap {
  width: 44px; height: 44px;
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--accent-dark);
  border-radius: 12px;
  display: grid; place-items: center;
  font-size: 22px; margin-bottom: 24px;
}
.lv2 .feature h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.015em; }
.lv2 .feature p { font-size: 14px; line-height: 1.6; color: var(--muted); }
.lv2 .feature .meta { margin-top: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.lv2 .feature .tag {
  font-size: 11px; padding: 4px 10px;
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px; color: var(--muted); font-weight: 600;
  white-space: nowrap; line-height: 1.4;
}

/* ========= DEMO FLOW ========= */
.lv2-demoflow { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lv2-demoflow::before {
  content: ''; position: absolute; top: 0; right: 0; width: 600px; height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
.lv2 .phones {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px; align-items: center;
  max-width: 1200px; margin: 0 auto;
  position: relative;
}
.lv2 .phone-step { text-align: center; }
.lv2 .phone {
  width: 240px; max-width: 100%;
  margin: 0 auto 24px;
  background: #0E0E0E;
  border-radius: 34px;
  padding: 6px;
  box-shadow: 0 40px 60px -20px rgba(11, 31, 26, 0.35), 0 0 0 1px rgba(0,0,0,0.05);
  aspect-ratio: 9/19;
  position: relative;
}
.lv2 .phone::before {
  content: ''; position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 18px;
  background: #0E0E0E; border-radius: 999px; z-index: 3;
}
.lv2 .phone-screen {
  width: 100%; height: 100%;
  background: #F4F4F0;
  border-radius: 28px; overflow: hidden; position: relative;
}
.lv2 .phone-step .step-num {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px 4px 4px;
  background: white; border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.lv2 .phone-step .step-num .n {
  width: 20px; height: 20px; border-radius: 99px;
  background: var(--accent); color: white;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 800;
}
.lv2 .phone-step h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.lv2 .phone-step p { font-size: 14px; color: var(--muted); max-width: 28ch; margin: 0 auto; line-height: 1.5; }
.lv2 .arrow-connector { color: var(--muted-soft); opacity: 0.5; margin-top: -80px; }

/* Phone 1: Catalog */
.lv2 .ps-cat-head {
  padding: 30px 14px 10px; background: white;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
}
.lv2 .ps-cat-head .b { font-weight: 700; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.lv2 .ps-cat-head .b .lo { width: 22px; height: 22px; border-radius: 6px; background: var(--accent); color: white; display: grid; place-items: center; font-size: 11px; }
.lv2 .ps-cat-head .ic { font-size: 14px; }
.lv2 .ps-cats { display: flex; gap: 5px; padding: 10px 10px; background: white; border-bottom: 1px solid var(--line); overflow-x: auto; }
.lv2 .ps-cats::-webkit-scrollbar { display: none; }
.lv2 .ps-cats span {
  padding: 4px 9px; font-size: 10px; font-weight: 600;
  border-radius: 999px; background: var(--bg); color: var(--muted);
  white-space: nowrap; flex-shrink: 0; transition: all .3s;
}
.lv2 .ps-cats span.active { background: var(--ink); color: white; }
.lv2 .ps-prods { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; }
.lv2 .ps-prod {
  background: white; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line);
  transition: all .3s; position: relative;
}
.lv2 .ps-prod.selected { border-color: var(--accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 25%, transparent); transform: scale(1.02); }
.lv2 .ps-prod .img { aspect-ratio: 1; display: grid; place-items: center; font-size: 28px; }
.lv2 .ps-prod:nth-child(1) .img { background: #FED7AA; }
.lv2 .ps-prod:nth-child(2) .img { background: #BAE6FD; }
.lv2 .ps-prod:nth-child(3) .img { background: #BBF7D0; }
.lv2 .ps-prod:nth-child(4) .img { background: #FBCFE8; }
.lv2 .ps-prod .info { padding: 6px 8px 8px; }
.lv2 .ps-prod .pn { font-size: 10px; font-weight: 700; color: var(--ink); }
.lv2 .ps-prod .pp { font-size: 11px; color: var(--accent-dark); margin-top: 2px; font-weight: 700; }
.lv2 .ps-prod .badge { position: absolute; top: 6px; right: 6px; background: var(--danger); color: white; font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 99px; }

/* Phone 2: Cart */
.lv2 .ps-cart-head {
  padding: 30px 14px 10px; background: white;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
}
.lv2 .ps-cart-head .bk { font-size: 14px; color: var(--muted); }
.lv2 .ps-cart-head .ti { font-size: 13px; font-weight: 700; }
.lv2 .ps-cart-head .cnt { background: var(--accent); color: white; font-size: 10px; padding: 2px 7px; border-radius: 99px; font-weight: 700; }
.lv2 .ps-cart-body { padding: 12px; height: calc(100% - 54px); display: flex; flex-direction: column; }
.lv2 .ps-cart-items { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.lv2 .ps-cart-row {
  display: flex; align-items: center; gap: 8px;
  padding: 8px; background: white; border-radius: 8px;
  border: 1px solid var(--line);
  animation: lv2SlideIn .4s var(--ease) both;
}
@keyframes lv2SlideIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.lv2 .ps-cart-row.hidden { display: none; }
.lv2 .ps-cart-row .ico { width: 34px; height: 34px; border-radius: 6px; display: grid; place-items: center; font-size: 16px; flex-shrink: 0; }
.lv2 .ps-cart-row:nth-child(1) .ico { background: #FED7AA; }
.lv2 .ps-cart-row:nth-child(2) .ico { background: #BAE6FD; }
.lv2 .ps-cart-row .det { flex: 1; min-width: 0; }
.lv2 .ps-cart-row .det b { font-size: 10px; font-weight: 700; display: block; color: var(--ink); }
.lv2 .ps-cart-row .det small { font-size: 9px; color: var(--muted); }
.lv2 .ps-cart-row .price { font-size: 11px; font-weight: 700; color: var(--ink); }
.lv2 .ps-cart-total {
  display: flex; justify-content: space-between;
  padding: 10px 0 6px;
  border-top: 1px solid var(--line);
  margin-top: 8px; font-size: 12px;
}
.lv2 .ps-cart-total b { font-weight: 700; }
.lv2 .ps-cart-total .tot { color: var(--accent-dark); font-size: 14px; }
.lv2 .ps-cart-btn {
  padding: 10px; background: var(--accent); color: white;
  text-align: center; border-radius: 8px;
  font-size: 11px; font-weight: 700;
  margin-top: 8px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: transform .15s;
}
.lv2 .ps-cart-btn.pulse { animation: lv2PulseBtn .5s; }
@keyframes lv2PulseBtn { 0%, 100% { transform: scale(1); } 50% { transform: scale(.96); } }

/* Phone 3: WhatsApp */
.lv2 .ps-wa-head { background: var(--wa-darker); color: white; padding: 30px 14px 10px; display: flex; align-items: center; gap: 10px; }
.lv2 .ps-wa-head .av { width: 28px; height: 28px; border-radius: 99px; background: white; display: grid; place-items: center; font-size: 14px; }
.lv2 .ps-wa-head .nm { flex: 1; min-width: 0; }
.lv2 .ps-wa-head .nm b { font-size: 12px; display: block; font-weight: 600; }
.lv2 .ps-wa-head .nm s { font-size: 9px; opacity: 0.8; text-decoration: none; }
.lv2 .ps-wa-bg {
  background: #ECE5DD; padding: 12px;
  height: calc(100% - 54px);
  display: flex; flex-direction: column; gap: 6px;
  overflow-y: auto; position: relative;
}
.lv2 .ps-wa-bg::-webkit-scrollbar { display: none; }
.lv2 .ps-wa-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(0,0,0,0.03) 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.lv2 .ps-wa-typing {
  background: white; padding: 8px 12px; border-radius: 12px;
  align-self: flex-start; font-size: 10px;
  display: none; gap: 3px;
  border-bottom-left-radius: 2px;
}
.lv2 .ps-wa-typing.show { display: inline-flex; }
.lv2 .ps-wa-typing span {
  width: 5px; height: 5px; border-radius: 99px; background: var(--muted-soft);
  animation: lv2Typing 1.3s infinite;
}
.lv2 .ps-wa-typing span:nth-child(2) { animation-delay: .2s; }
.lv2 .ps-wa-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes lv2Typing { 0%, 60%, 100% { opacity: 0.3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-2px); } }
.lv2 .ps-wa-msg {
  background: #DCF8C6; padding: 8px 10px;
  border-radius: 8px; border-bottom-right-radius: 2px;
  font-size: 11px; line-height: 1.4;
  max-width: 85%; align-self: flex-end;
  animation: lv2BubbleIn .4s var(--ease) both;
}
.lv2 .ps-wa-msg.hidden, .lv2 .ps-wa-reply.hidden { display: none; }
.lv2 .ps-wa-msg .ord-line { display: flex; justify-content: space-between; gap: 8px; font-size: 10px; }
.lv2 .ps-wa-msg b { font-weight: 700; }
.lv2 .ps-wa-msg .link { color: var(--wa-dark); text-decoration: underline; font-size: 9px; }
.lv2 .ps-wa-msg .tt { display: block; font-size: 8px; text-align: right; margin-top: 4px; opacity: 0.5; }
.lv2 .ps-wa-reply {
  background: white; padding: 8px 10px;
  border-radius: 8px; border-bottom-left-radius: 2px;
  font-size: 11px; max-width: 75%; align-self: flex-start;
  animation: lv2BubbleIn .4s var(--ease) both;
}

/* ========= RUBROS ========= */
.lv2-rubros { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lv2 .rubros-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; max-width: 1100px; margin: 0 auto; }
.lv2 .rubro-card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px 14px;
  text-align: center; transition: all .25s var(--ease);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer;
}
.lv2 .rubro-card:hover { transform: translateY(-4px); border-color: var(--accent); background: white; box-shadow: 0 20px 30px -15px rgba(11, 31, 26, 0.15); }
.lv2 .rubro-card .emoji { font-size: 32px; }
.lv2 .rubro-card strong { font-size: 13px; font-weight: 600; color: var(--ink); }
.lv2 .rubro-card small { font-size: 10px; color: var(--muted-soft); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }

/* ========= TESTIMONIALS ========= */
.lv2-testimonials { background: var(--ink); color: white; }
.lv2-testimonials .section-head h2 { color: white; }
.lv2-testimonials .section-head p { color: rgba(255,255,255,0.7); }
.lv2-testimonials .eyebrow { color: var(--accent); }
.lv2 .t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; }
.lv2 .t-card {
  background: var(--ink-soft);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column;
}
.lv2 .t-card .stars { color: #FBBF24; letter-spacing: 1px; margin-bottom: 16px; font-size: 14px; }
.lv2 .t-card blockquote {
  font-size: 16px; line-height: 1.5; flex: 1;
  color: rgba(255,255,255,0.92); font-style: italic;
  margin: 0;
}
.lv2 .t-card blockquote strong { color: white; font-style: normal; font-weight: 700; }
.lv2 .t-card .author {
  display: flex; align-items: center; gap: 12px;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.lv2 .t-card .author .av {
  width: 40px; height: 40px; border-radius: 99px;
  display: grid; place-items: center;
  font-weight: 700; color: white; font-size: 14px; flex-shrink: 0;
}
.lv2 .t-card .author .info b { display: block; font-weight: 600; font-size: 14px; }
.lv2 .t-card .author .info small { color: rgba(255,255,255,0.6); font-size: 12px; }
.lv2 .t-card .metric {
  display: inline-flex; align-items: baseline; gap: 6px;
  margin-top: 16px; font-size: 12px;
  color: var(--accent); font-weight: 700;
  white-space: nowrap; align-self: flex-start;
}
.lv2 .t-card .metric b { font-size: 22px; letter-spacing: -0.02em; }

/* ========= REFERIDOS ========= */
.lv2-referrals {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: white; position: relative; overflow: hidden;
}
.lv2-referrals::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08) 2px, transparent 2px),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,0.08) 2px, transparent 2px);
  background-size: 60px 60px, 80px 80px;
  pointer-events: none;
}
.lv2 .referrals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; }
.lv2-referrals .eyebrow { color: rgba(255,255,255,0.85); }
.lv2-referrals h2 {
  font-size: clamp(40px, 4.5vw, 64px);
  color: white; margin-bottom: 20px; line-height: 1.05;
}
.lv2-referrals h2 .big { font-size: 1em; display: block; font-weight: 800; }
.lv2-referrals .referrals-lead {
  font-size: 17px; color: rgba(255,255,255,0.88);
  line-height: 1.55; max-width: 44ch; margin-bottom: 28px;
}
.lv2-referrals .referrals-lead strong { color: white; }
.lv2 .btn-ref {
  padding: 16px 26px;
  background: white; color: var(--accent-dark);
  border-radius: 999px;
  font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .2s; white-space: nowrap;
}
.lv2 .btn-ref:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.lv2 .ref-calc {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px; padding: 32px; color: white;
}
.lv2 .ref-calc h4 {
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  opacity: 0.8; font-weight: 700; margin-bottom: 24px;
}
.lv2 .ref-row { margin-bottom: 20px; }
.lv2 .ref-row label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 10px; opacity: 0.9; font-weight: 500; }
.lv2 .ref-row label .val { font-weight: 700; font-size: 15px; }
.lv2 .ref-row input[type=range] {
  width: 100%; -webkit-appearance: none; background: transparent;
  height: 24px;
}
.lv2 .ref-row input[type=range]::-webkit-slider-runnable-track { height: 6px; background: rgba(255,255,255,0.2); border-radius: 99px; }
.lv2 .ref-row input[type=range]::-moz-range-track { height: 6px; background: rgba(255,255,255,0.2); border-radius: 99px; }
.lv2 .ref-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 99px;
  background: white; margin-top: -8px; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.lv2 .ref-row input[type=range]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 99px; border: none;
  background: white; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.lv2 .ref-result {
  background: white; color: var(--ink);
  border-radius: 16px; padding: 20px 24px; margin-top: 24px;
  display: flex; justify-content: space-between; align-items: baseline;
}
.lv2 .ref-result .l { font-size: 13px; color: var(--muted); font-weight: 500; }
.lv2 .ref-result .v { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: var(--accent-dark); }
.lv2 .ref-result .v small { font-size: 13px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.lv2 .ref-payouts { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.lv2 .ref-payouts .py {
  font-size: 11px; padding: 6px 12px;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  backdrop-filter: blur(8px);
}

/* ========= PLANS ========= */
.lv2-plans { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lv2 .billing-toggle {
  display: inline-flex; margin: 8px auto 0;
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px; padding: 4px;
}
.lv2 .billing-toggle button {
  padding: 10px 20px; font-size: 13px; font-weight: 600;
  color: var(--muted); border-radius: 999px;
  transition: all .2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.lv2 .billing-toggle button.active { background: var(--ink); color: white; }
.lv2 .billing-toggle .save {
  font-size: 10px; padding: 2px 6px;
  background: var(--accent); color: white;
  border-radius: 999px; letter-spacing: 0.04em;
}
.lv2 .billing-toggle button.active .save { background: white; color: var(--ink); }

.lv2 .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1100px; margin: 40px auto 0; }
.lv2 .plan {
  padding: 32px 28px; background: var(--bg);
  border: 1px solid var(--line); border-radius: 20px;
  display: flex; flex-direction: column;
  position: relative; transition: all .25s var(--ease);
}
.lv2 .plan:hover { transform: translateY(-3px); }
.lv2 .plan--featured { background: var(--ink); color: white; border-color: var(--ink); }
.lv2 .plan--featured .plan-name, .lv2 .plan--featured .plan-price strong { color: white; }
.lv2 .plan--featured .plan-tag { color: rgba(255,255,255,0.7); }
.lv2 .plan--featured .plan-features li { color: rgba(255,255,255,0.88); }
.lv2 .plan--featured .plan-features li::before { color: var(--accent); }
.lv2 .plan--featured .plan-features li strong { color: white; }
.lv2 .plan--featured .plan-trial { color: rgba(255,255,255,0.6); }
.lv2 .plan--featured .pop {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: white;
  padding: 5px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lv2 .plan-name { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.lv2 .plan-tag { font-size: 14px; color: var(--muted); margin-top: 4px; margin-bottom: 24px; }
.lv2 .plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.lv2 .plan-price strong { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.lv2 .plan-price small { font-size: 13px; color: var(--muted); }
.lv2 .plan-saving { font-size: 12px; color: var(--accent-dark); font-weight: 700; margin-bottom: 28px; min-height: 18px; }
.lv2 .plan--featured .plan-saving { color: var(--accent); }
.lv2 .plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0 0 28px; padding: 0; flex: 1; }
.lv2 .plan-features li { font-size: 14px; line-height: 1.45; color: var(--ink); padding-left: 24px; position: relative; }
.lv2 .plan-features li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent-dark); font-weight: 700; }
.lv2 .plan-features li strong { font-weight: 700; }
.lv2 .plan-cta { padding: 14px 18px; border-radius: 999px; font-size: 14px; font-weight: 700; text-align: center; transition: all .2s; display: block; }
.lv2 .plan:not(.plan--featured) .plan-cta { background: white; border: 1px solid var(--ink); color: var(--ink); }
.lv2 .plan:not(.plan--featured) .plan-cta:hover { background: var(--ink); color: white; }
.lv2 .plan--featured .plan-cta { background: var(--accent); color: white; }
.lv2 .plan--featured .plan-cta:hover { background: white; color: var(--ink); }
.lv2 .plan-trial { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }

/* ========= FAQ ========= */
.lv2 .faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.lv2 .faq-item {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; transition: all .2s;
}
.lv2 .faq-item[open] { border-color: var(--ink); box-shadow: 0 8px 20px -10px rgba(11, 31, 26, 0.15); }
.lv2 .faq-item summary {
  padding: 20px 24px; cursor: pointer;
  font-size: 16px; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  list-style: none;
}
.lv2 .faq-item summary::-webkit-details-marker { display: none; }
.lv2 .faq-item summary::after {
  content: '+'; font-size: 24px; font-weight: 400; color: var(--muted);
  transition: transform .2s; line-height: 1;
}
.lv2 .faq-item[open] summary::after { transform: rotate(45deg); color: var(--accent-dark); }
.lv2 .faq-item[open] summary { color: var(--accent-dark); }
.lv2 .faq-item .faq-body {
  padding: 0 24px 22px;
  font-size: 15px; line-height: 1.6; color: var(--muted);
}
.lv2 .faq-item .faq-body strong { color: var(--ink); font-weight: 700; }

/* ========= CTA FINAL ========= */
.lv2-cta-final {
  padding: 120px 32px;
  text-align: center;
  background: var(--bg);
  position: relative; overflow: hidden;
}
.lv2-cta-final::before {
  content: ''; position: absolute;
  top: -200px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 20%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
.lv2-cta-final h2 {
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 1.02;
  max-width: 16ch; margin: 0 auto 20px;
  position: relative;
}
.lv2-cta-final p { color: var(--muted); font-size: 17px; margin-bottom: 32px; position: relative; }
.lv2-cta-final .btn-primary { position: relative; }
.lv2-cta-final .micro { display: block; margin-top: 16px; font-size: 13px; color: var(--muted); position: relative; }

/* ========= FOOTER ========= */
.lv2-footer {
  padding: 56px 0 32px;
  background: var(--ink); color: rgba(255,255,255,0.6);
  font-size: 13px;
}
.lv2-footer .container { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.lv2-footer h4 { color: white; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.lv2-footer a { display: block; padding: 4px 0; color: rgba(255,255,255,0.6); transition: color .15s; }
.lv2-footer a:hover { color: white; }
.lv2-footer .brand-block .logo { color: white; margin-bottom: 12px; }
.lv2-footer .brand-block .tagline { max-width: 34ch; line-height: 1.5; }
.lv2-footer .copy { padding-top: 32px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }

/* ========= WA FLOAT ========= */
.lv2 .wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 56px; height: 56px; border-radius: 99px;
  background: var(--accent); color: white;
  display: grid; place-items: center;
  box-shadow: 0 12px 28px -6px color-mix(in srgb, var(--accent) 50%, transparent);
  z-index: 40;
  transition: transform .2s;
}
.lv2 .wa-float:hover { transform: scale(1.08); }

/* ========= RESPONSIVE ========= */
@media (max-width: 960px) {
  .lv2 .nav-center { display: none; }
  .lv2 .nav-login { display: none; }
  .lv2 .burger { display: flex; }
  .lv2-hero .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .lv2 .hero-chat { max-width: 320px; }
  .lv2 .phones { grid-template-columns: 1fr; gap: 32px; }
  .lv2 .arrow-connector { display: none; }
  .lv2 .compare-grid, .lv2 .features-grid, .lv2 .plans-grid { grid-template-columns: 1fr; }
  .lv2 .rubros-grid { grid-template-columns: repeat(3, 1fr); }
  .lv2 .t-grid { grid-template-columns: 1fr; }
  .lv2 .referrals-grid { grid-template-columns: 1fr; gap: 32px; }
  .lv2-footer .container { grid-template-columns: 1fr 1fr; gap: 32px; }
  .lv2 .section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .lv2-hero { padding: 40px 0 24px; }
  .lv2-hero h1 { font-size: 36px; letter-spacing: -0.025em; }
  .lv2-hero .hero-pill { font-size: 12px; padding: 4px 4px 4px 12px; }
  .lv2 .rubros-grid { grid-template-columns: repeat(2, 1fr); }
  .lv2-footer .container { grid-template-columns: 1fr; }
  .lv2 .container { padding: 0 20px; }
  .lv2-nav .nav-inner { padding: 12px 20px; }
  .lv2 .ref-calc { padding: 24px 20px; }
  .lv2 .section-head h2 { font-size: 30px; }
  .lv2-referrals h2 { font-size: 32px; }
  .lv2-cta-final h2 { font-size: 36px; }
  .lv2-cta-final { padding: 80px 20px; }
  .lv2 .section { padding: 56px 0; }
  .lv2 .hero-chat { max-width: 100%; }
  .lv2 .wa-float { bottom: 16px; right: 16px; }
}
