/* ═══════════════════════════════════════════════════════
   CrossEvents — Landing redesign (sober purple, white base)
   ═══════════════════════════════════════════════════════ */

:root {
  /* Neutral ink scale */
  --ink-950: #0E0B1A;
  --ink-900: #15121F;
  --ink-800: #1F1B2D;
  --ink-700: #2E2A40;
  --ink-600: #4A4660;
  --ink-500: #6B6780;
  --ink-400: #92909F;
  --ink-300: #BCBAC7;
  --ink-200: #E2E0EB;
  --ink-100: #EFEDF4;
  --ink-50:  #F7F6FA;
  --ink-0:   #FFFFFF;

  /* Brand purple — de-saturated, sober */
  --brand-900: #1F1742;
  --brand-800: #2E2266;
  --brand-700: #3F3286;
  --brand-600: #5142B0; /* primary */
  --brand-500: #6C5DC9;
  --brand-400: #9389DC;
  --brand-300: #B9B2EA;
  --brand-200: #D8D3F2;
  --brand-100: #ECE9F7;
  --brand-50:  #F6F4FC;

  /* WhatsApp — only for WA CTAs */
  --wa-600: #1FAA52;
  --wa-500: #25D366;
  --wa-100: #E4F8EC;

  /* Semantic */
  --good-700: #1A6F44;
  --good-500: #1FA45E;
  --good-100: #E3F4EB;
  --warn-700: #8A4B07;
  --warn-100: #FEF3D3;

  --border:      var(--ink-200);
  --border-soft: var(--ink-100);

  /* Type stacks (Geist + Instrument Serif accent, fallback Inter) */
  --font-sans:    "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Instrument Serif", "Times New Roman", serif;
  --font-mono:    "Geist Mono", "SF Mono", Menlo, Consolas, monospace;

  --shadow-xs: 0 1px 2px rgba(14, 11, 26, 0.04);
  --shadow-sm: 0 1px 2px rgba(14, 11, 26, 0.05), 0 1px 3px rgba(14, 11, 26, 0.04);
  --shadow-md: 0 4px 12px rgba(14, 11, 26, 0.06), 0 2px 4px rgba(14, 11, 26, 0.04);
  --shadow-lg: 0 16px 32px rgba(14, 11, 26, 0.10), 0 4px 8px rgba(14, 11, 26, 0.05);
  --shadow-brand: 0 8px 20px rgba(81, 66, 176, 0.28);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* Legacy aliases (kept so older partials still work) */
  --ce-primary: var(--brand-600);
  --ce-primary-dark: var(--brand-700);
  --ce-primary-light: var(--brand-500);
  --ce-primary-rgb: 81, 66, 176;
  --ce-accent: var(--brand-400);

  /* Secondary */
  --ce-secondary: #F59E0B;
  --ce-secondary-dark: #D97706;
  --ce-secondary-rgb: 245, 158, 11;

  /* Semantic */
  --ce-success: #10B981;
  --ce-success-rgb: 16, 185, 129;
  --ce-whatsapp: #25D366;
  --ce-whatsapp-dark: #1EAD56;
  --ce-whatsapp-rgb: 37, 211, 102;

  /* Neutrals */
  --ce-dark: #0F172A;
  --ce-dark-soft: #1E293B;
  --ce-gray-700: #334155;
  --ce-gray-500: #64748B;
  --ce-gray-400: #94A3B8;
  --ce-gray-300: #CBD5E1;
  --ce-gray-200: #E2E8F0;
  --ce-gray-100: #F1F5F9;
  --ce-gray-50: #F8FAFC;
  --ce-card: #FFFFFF;
  --ce-text: #1E293B;
  --ce-text-muted: #64748B;
  --ce-border: #E2E8F0;

  /* Layout */
  --ce-radius: 12px;
  --ce-radius-lg: 18px;
  --ce-radius-xl: 24px;
  --ce-radius-full: 9999px;

  /* Shadows */
  --ce-shadow-xs: 0 1px 2px rgba(0,0,0,.04);
  --ce-shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --ce-shadow: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.04);
  --ce-shadow-md: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);
  --ce-shadow-lg: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.03);
  --ce-shadow-xl: 0 25px 50px -12px rgba(0,0,0,.12);
  --ce-shadow-primary: 0 10px 25px -5px rgba(var(--ce-primary-rgb),.3);

  /* Motion */
  --ce-transition: .3s cubic-bezier(.4,0,.2,1);
  --ce-transition-fast: .15s cubic-bezier(.4,0,.2,1);
}

/* ── Base ── */
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ce-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.fw-800 { font-weight: 800 !important; }
.fw-600 { font-weight: 600 !important; }
:focus-visible { outline: 2px solid var(--ce-primary); outline-offset: 2px; }
img { max-width: 100%; height: auto; }

/* ═══ NAVBAR ═══ */
.navbar-ce {
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0,0,0,.04);
  transition: background var(--ce-transition), box-shadow var(--ce-transition);
  padding: .6rem 0;
  z-index: 1040;
}
.navbar-ce.scrolled {
  background: rgba(255,255,255,.92);
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
}
.navbar-ce .navbar-brand {
  font-size: 1.25rem;
  letter-spacing: -.02em;
  gap: .5rem;
}
.navbar-ce .navbar-brand img { height: 36px; width: auto; }
.navbar-ce .nav-link {
  font-weight: 500;
  color: var(--ce-gray-700);
  font-size: .9rem;
  padding: .5rem .85rem !important;
  border-radius: 8px;
  transition: var(--ce-transition);
}
.navbar-ce .nav-link:hover,
.navbar-ce .nav-link:focus {
  color: var(--ce-primary);
  background: rgba(var(--ce-primary-rgb),.06);
}

/* ═══ BUTTONS ═══ */
.btn-ce {
  background: linear-gradient(135deg, var(--ce-primary) 0%, var(--ce-primary-light) 100%);
  color: #fff;
  border: none;
  border-radius: var(--ce-radius);
  padding: .75rem 1.8rem;
  font-weight: 600;
  font-size: .95rem;
  transition: var(--ce-transition);
  box-shadow: var(--ce-shadow-primary);
  position: relative;
  overflow: hidden;
}
.btn-ce::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--ce-transition);
}
.btn-ce:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px -5px rgba(var(--ce-primary-rgb),.35);
}
.btn-ce:hover::before { opacity: 1; }
.btn-ce:active { transform: translateY(0); }
.btn-ce:focus-visible { box-shadow: 0 0 0 3px rgba(var(--ce-primary-rgb),.35); }

.btn-wa {
  background: linear-gradient(135deg, var(--ce-whatsapp) 0%, #20C05C 100%);
  color: #fff;
  border: none;
  border-radius: var(--ce-radius);
  padding: .75rem 1.8rem;
  font-weight: 600;
  font-size: .95rem;
  transition: var(--ce-transition);
  box-shadow: 0 6px 20px rgba(var(--ce-whatsapp-rgb),.25);
}
.btn-wa:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(var(--ce-whatsapp-rgb),.35);
}
.btn-wa:active { transform: translateY(0); }

.btn-outline-ce {
  border: 2px solid var(--ce-primary);
  color: var(--ce-primary);
  border-radius: var(--ce-radius);
  padding: .7rem 1.6rem;
  font-weight: 600;
  background: transparent;
  transition: var(--ce-transition);
}
.btn-outline-ce:hover {
  background: var(--ce-primary);
  color: #fff;
  box-shadow: var(--ce-shadow-primary);
  transform: translateY(-2px);
}

/* ═══ HERO ═══ */
.hero {
  background: linear-gradient(135deg, #1E0A4B 0%, var(--ce-primary-dark) 30%, var(--ce-primary) 60%, var(--ce-primary-light) 100%);
  color: #fff;
  padding: 7rem 0 5.5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(139,92,246,.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(245,158,11,.15) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(139,92,246,.2) 0%, transparent 45%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.08);
}
.hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--ce-radius-full);
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: rgba(255,255,255,.9);
}
.hero .hero-badge i { color: var(--ce-secondary); }
.hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, #FDE68A 0%, #FBBF24 55%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.hero h1 .highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.18em;
  height: .14em;
  background: linear-gradient(90deg, transparent, rgba(251,191,36,.6), transparent);
  border-radius: 4px;
}
.hero .lead {
  font-size: 1.15rem;
  opacity: .85;
  line-height: 1.7;
  max-width: 520px;
}
.hero-bullets { list-style: none; padding: 0; margin: 0; }
.hero-bullets li {
  font-size: .95rem;
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  opacity: .9;
}
.hero-bullets li i {
  color: var(--ce-secondary);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  flex-wrap: wrap;
}
.hero-trust-item {
  font-size: .8rem;
  opacity: .7;
  display: flex;
  align-items: center;
  gap: .35rem;
}
.hero-trust-item i { font-size: .9rem; }

@media(min-width: 992px) {
  .hero h1 { font-size: 3.6rem; }
  .hero { padding: 8rem 0 6rem; }
}

/* Phone mockup */
/* ═══ BROWSER MOCKUP ═══ */
.browser-mock {
  max-width: 420px;
  margin: 0 auto;
  background: linear-gradient(145deg, #0F172A, #1E293B);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0,0,0,.4),
    0 0 0 1px rgba(255,255,255,.08),
    0 0 60px rgba(var(--ce-primary-rgb),.2);
  position: relative;
  z-index: 1;
}
.browser-mock::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(var(--ce-primary-rgb),.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.browser-topbar {
  background: #1a1f2e;
  padding: .5rem .75rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.browser-dots {
  display: flex;
  gap: 5px;
}
.browser-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-dots .dot.red { background: #ff5f57; }
.browser-dots .dot.yellow { background: #febc2e; }
.browser-dots .dot.green { background: #28c840; }
.browser-url {
  flex: 1;
  background: rgba(255,255,255,.07);
  border-radius: 6px;
  padding: .25rem .6rem;
  font-size: .65rem;
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  gap: .3rem;
}
.browser-url i { color: #28c840; font-size: .6rem; }
.browser-content {
  padding: 1.25rem;
  color: #fff;
}
.browser-header {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.browser-header img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}
.browser-app-name {
  font-weight: 700;
  font-size: .9rem;
}
.browser-badge {
  margin-left: auto;
  background: rgba(15, 23, 42, .82);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  padding: .25rem .6rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.browser-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-bottom: 1rem;
}
.stat-card {
  background: rgba(255,255,255,.06);
  border-radius: 10px;
  padding: .75rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.stat-card i { font-size: 1.2rem; }
.stat-card strong { display: block; font-size: .85rem; }
.stat-card small { font-size: .6rem; opacity: .6; display: block; }
.browser-items {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.browser-items li {
  padding: .45rem .6rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .72rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  text-align: left;
  opacity: .85;
}
.browser-items li i { font-size: .85rem; flex-shrink: 0; }
.browser-items li:last-child { border-bottom: none; }

/* ═══ SOCIAL PROOF ═══ */
.social-proof {
  background: var(--ce-gray-50);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--ce-border);
}
.proof-stat {
  text-align: center;
  padding: 1.5rem .75rem;
}
.proof-stat .number {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--ce-primary) 0%, var(--ce-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1.2;
}
.proof-stat .label {
  font-size: .82rem;
  color: var(--ce-text-muted);
  font-weight: 500;
}

/* ═══ SECTIONS ═══ */
.section { padding: 6rem 0; }
.section-alt { background: var(--ce-gray-50); }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: rgba(var(--ce-primary-rgb),.08);
  color: var(--ce-primary);
  font-size: .78rem;
  font-weight: 600;
  padding: .35rem .9rem;
  border-radius: var(--ce-radius-full);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .75rem;
}
.section-header {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--ce-dark);
  margin-bottom: .5rem;
  letter-spacing: -.025em;
  line-height: 1.15;
}
.section-sub {
  color: var(--ce-text-muted);
  font-size: 1.08rem;
  max-width: 600px;
  margin: 0 auto 3.5rem;
  line-height: 1.7;
}

/* ═══ AUDIENCE ═══ */
.audience-card {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius-lg);
  background: var(--ce-card);
  box-shadow: var(--ce-shadow-xs);
  transition: var(--ce-transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ce-primary), var(--ce-primary-light));
  opacity: 0;
  transition: opacity var(--ce-transition);
}
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ce-shadow-lg);
  border-color: rgba(var(--ce-primary-rgb),.12);
}
.audience-card:hover::before { opacity: 1; }
.audience-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(var(--ce-primary-rgb),.08);
  color: var(--ce-primary);
  flex-shrink: 0;
  transition: var(--ce-transition);
}
.audience-card:hover .audience-icon-wrap {
  background: linear-gradient(135deg, var(--ce-primary), var(--ce-primary-light));
  color: #fff;
  transform: scale(1.05);
}

/* ═══ FEATURES ═══ */
.feature-card {
  padding: 1.75rem;
  border-radius: var(--ce-radius-lg);
  border: 1px solid transparent;
  background: var(--ce-card);
  transition: var(--ce-transition);
  height: 100%;
}
.feature-card:hover {
  border-color: var(--ce-border);
  box-shadow: var(--ce-shadow-md);
  transform: translateY(-4px);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: var(--ce-transition);
}
.feature-card:hover .feature-icon { transform: scale(1.1); }

/* ═══ PREVIEW / PRODUCT ═══ */
.preview-card {
  background: var(--ce-card);
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius-xl);
  overflow: hidden;
  transition: var(--ce-transition);
  height: 100%;
}
.preview-card:hover {
  box-shadow: var(--ce-shadow-lg);
  transform: translateY(-6px);
}
.preview-card-header {
  background: linear-gradient(135deg, var(--ce-primary) 0%, var(--ce-primary-light) 100%);
  padding: 1.5rem;
  color: #fff;
}
.preview-card-header.green {
  background: linear-gradient(135deg, var(--ce-whatsapp) 0%, #20C05C 100%);
}
.preview-card-header.amber {
  background: linear-gradient(135deg, var(--ce-secondary) 0%, #FBBF24 100%);
}
.preview-card-body { padding: 1.5rem; }
.preview-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .6rem 0;
  border-bottom: 1px solid var(--ce-gray-100);
  font-size: .88rem;
  color: var(--ce-text);
}
.preview-item:last-child { border-bottom: none; }
.preview-item i {
  color: var(--ce-primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.preview-item.green i { color: var(--ce-whatsapp); }
.preview-item.amber i { color: var(--ce-secondary); }

/* ═══ STEPS ═══ */
.steps-wrapper { position: relative; }
.steps-line { display: none; }
@media(min-width: 768px) {
  .steps-line {
    display: block;
    position: absolute;
    top: 30px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, var(--ce-primary), var(--ce-primary-light));
    opacity: .2;
    z-index: 0;
  }
}
.step-item { position: relative; z-index: 1; }
.step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ce-primary), var(--ce-primary-light));
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .8rem;
  box-shadow: var(--ce-shadow-primary);
  flex-shrink: 0;
  border: 4px solid var(--ce-card);
}

/* ═══ PRICING ═══ */
.pricing-card {
  border: 2px solid var(--ce-border);
  border-radius: var(--ce-radius-xl);
  background: var(--ce-card);
  transition: var(--ce-transition);
  height: 100%;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ce-shadow-lg);
}
.pricing-card.pro {
  border-color: var(--ce-primary);
  box-shadow: var(--ce-shadow-primary), 0 0 0 1px rgba(var(--ce-primary-rgb),.1);
}
.pricing-card.pro:hover {
  box-shadow: 0 20px 50px -10px rgba(var(--ce-primary-rgb),.3);
}
.badge-pro {
  background: linear-gradient(135deg, var(--ce-primary), var(--ce-primary-light));
  color: #fff;
  font-size: .7rem;
  padding: .35rem .9rem;
  border-radius: var(--ce-radius-full);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}
.pricing-price {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
}
.pricing-card.pro .pricing-price {
  background: linear-gradient(135deg, var(--ce-primary), var(--ce-primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══ GUARANTEE BADGE ═══ */
.guarantee-badge {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.guarantee-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: linear-gradient(135deg, rgba(40,200,64,.08), rgba(40,200,64,.03));
  border: 1px solid rgba(40,200,64,.2);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-align: left;
}
.guarantee-inner > i {
  font-size: 1.8rem;
  color: #28c840;
  flex-shrink: 0;
}
.guarantee-inner strong {
  font-size: .9rem;
  display: block;
  margin-bottom: .15rem;
}
.guarantee-inner p {
  font-size: .78rem;
  color: var(--ce-muted);
}

/* ═══ TESTIMONIALS ═══ */
.testimonial-card {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius-lg);
  background: var(--ce-card);
  box-shadow: var(--ce-shadow-xs);
  transition: var(--ce-transition);
}
.testimonial-card:hover {
  box-shadow: var(--ce-shadow-md);
  transform: translateY(-3px);
}
.testimonial-stars { color: var(--ce-secondary); font-size: .9rem; }
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ce-primary), var(--ce-primary-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}

/* ═══ FAQ ═══ */
.accordion-item {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius) !important;
  margin-bottom: .75rem;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  font-size: .95rem;
  padding: 1.1rem 1.25rem;
}
.accordion-button:not(.collapsed) {
  background: rgba(var(--ce-primary-rgb),.04);
  color: var(--ce-primary);
}
.accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--ce-primary-rgb),.12);
}

/* ═══ CTA FINAL ═══ */
.cta-final {
  background: linear-gradient(135deg, #1E0A4B 0%, var(--ce-primary-dark) 40%, var(--ce-primary) 70%, var(--ce-primary-light) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(245,158,11,.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(139,92,246,.2) 0%, transparent 40%);
  pointer-events: none;
}
.cta-final h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
}
@media(min-width: 992px) { .cta-final h2 { font-size: 3rem; } }

/* ═══ FOOTER ═══ */
.footer-ce {
  background: var(--ce-dark);
  color: rgba(255,255,255,.6);
}
.footer-ce a {
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: color var(--ce-transition);
}
.footer-ce a:hover { color: #fff; }
.footer-ce h6 {
  letter-spacing: .03em;
  font-size: .85rem;
}

/* ═══ WHATSAPP FLOATING ═══ */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ce-whatsapp) 0%, #20C05C 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(var(--ce-whatsapp-rgb),.35);
  transition: var(--ce-transition);
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(var(--ce-whatsapp-rgb),.45);
  color: #fff;
}
.wa-float::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(var(--ce-whatsapp-rgb),.3);
  animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}
.wa-float-label {
  position: absolute;
  right: 70px;
  background: var(--ce-card);
  color: var(--ce-text);
  padding: .5rem 1rem;
  border-radius: var(--ce-radius);
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: var(--ce-shadow-md);
  opacity: 0;
  transform: translateX(8px);
  transition: var(--ce-transition);
  pointer-events: none;
}
.wa-float:hover .wa-float-label {
  opacity: 1;
  transform: translateX(0);
}

/* ═══ LEGAL PAGES ═══ */
.legal-page h1 { font-size: 2rem; }
.legal-page h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ce-dark);
  margin-top: 2rem;
  margin-bottom: .75rem;
}
.legal-page h4:first-of-type { margin-top: 0; }
.legal-page p, .legal-page li {
  font-size: .95rem;
  color: var(--ce-text-muted);
  line-height: 1.8;
}
.legal-page ul { padding-left: 1.25rem; }
@media (max-width: 575.98px) {
  .legal-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    overflow-wrap: anywhere;
  }
}

/* ═══ CONTACT ═══ */
.contact-card {
  border: none;
  border-radius: var(--ce-radius-lg);
  box-shadow: var(--ce-shadow);
  transition: var(--ce-transition);
}
.contact-card:hover { box-shadow: var(--ce-shadow-lg); }

/* ═══ UTILITIES ═══ */
.text-ce { color: var(--ce-primary) !important; }
.text-gradient {
  background: linear-gradient(135deg, var(--ce-primary) 0%, var(--ce-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-ce-soft { background: rgba(var(--ce-primary-rgb),.08); }
.bg-wa-soft { background: rgba(var(--ce-whatsapp-rgb),.08); }
.bg-amber-soft { background: rgba(var(--ce-secondary-rgb),.1); }

/* ═══════════════════════════════════════════════════════
   REDESIGN — v2 components (sober purple, white base)
   Used by the new partials: _HeroV2, _Beneficios, _Encuentra,
   _Producto, _TiposNegocio, _Planes, _FAQ, _Cierre.
   ═══════════════════════════════════════════════════════ */

.lp body, body.lp {
  font-family: var(--font-sans);
}
.lp-section {
  padding: 96px 0;
}
@media (max-width: 720px) {
  .lp-section { padding: 64px 0; }
}
.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) {
  .lp-container { padding: 0 20px; }
}

.lp-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-600);
  font-family: var(--font-sans);
}
.lp-eyebrow--muted { color: var(--ink-600); }
.lp-eyebrow--brand-light { color: var(--brand-300); }

.lp-mono {
  font-family: var(--font-mono);
  font-feature-settings: "tnum";
}

.lp-display-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

/* ── Section heading ── */
.lp-section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.lp-section-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.lp-section-head__title {
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 12px 0 0;
  color: var(--ink-950);
  text-wrap: balance;
}
.lp-section-head__sub {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-600);
  text-wrap: pretty;
}
.lp-section-head--dark .lp-section-head__title { color: white; }
.lp-section-head--dark .lp-section-head__sub { color: rgba(255,255,255,0.7); }

/* ── Buttons ── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 200ms var(--ease);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.lp-btn:hover { transform: translateY(-1px); text-decoration: none; }
.lp-btn:active { transform: translateY(0); }

.lp-btn--sm { height: 36px; font-size: 13px; padding: 8px 14px; border-radius: 8px; }
.lp-btn--lg { height: 52px; font-size: 15px; padding: 14px 22px; }

.lp-btn--primary {
  background: var(--brand-600);
  color: white;
  border-color: var(--brand-600);
  box-shadow: var(--shadow-brand);
}
.lp-btn--primary:hover { color: white; background: var(--brand-700); border-color: var(--brand-700); }
.lp-btn--dark {
  background: var(--ink-950);
  color: white;
  border-color: var(--ink-950);
}
.lp-btn--dark:hover { color: white; background: var(--ink-900); }
.lp-btn--outline {
  background: white;
  color: var(--ink-950);
  border-color: var(--border);
}
.lp-btn--outline:hover { color: var(--ink-950); border-color: var(--ink-400); }
.lp-btn--ghost {
  background: transparent;
  color: var(--ink-950);
  border-color: transparent;
}
.lp-btn--ghost:hover { color: var(--brand-700); background: var(--brand-50); }
.lp-btn--wa {
  background: var(--wa-500);
  color: white;
  border-color: var(--wa-500);
}
.lp-btn--wa:hover { color: white; background: var(--wa-600); border-color: var(--wa-600); }
.lp-btn--wa-outline {
  background: white;
  color: var(--wa-600);
  border-color: var(--wa-500);
}
.lp-btn--wa-outline:hover { color: var(--wa-600); background: var(--wa-100); border-color: var(--wa-600); }
.lp-btn--full { width: 100%; }

/* ── Chip / pill ── */
.lp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ink-50);
  color: var(--ink-800);
  border: 1px solid var(--border-soft);
}
.lp-chip--brand { background: var(--brand-50); color: var(--brand-700); border-color: var(--brand-100); }
.lp-chip--wa { background: var(--wa-100); color: var(--wa-600); border-color: #B7E8C8; }
.lp-chip--good { background: var(--good-100); color: var(--good-700); border-color: #C9E8D6; }
.lp-chip--dark { background: var(--ink-900); color: white; border-color: var(--ink-900); }
.lp-chip i { font-size: 13px; line-height: 1; }

.lp-verified-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--brand-600);
  color: white;
  font-size: 9px;
  flex-shrink: 0;
}

/* ═══ HEADER V2 ═══ */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 32px;
}
.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: var(--ink-950);
  text-decoration: none;
}
.lp-logo:hover { color: var(--ink-950); text-decoration: none; }
.lp-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: var(--brand-600);
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.lp-logo--inverse { color: white; }
.lp-logo--inverse:hover { color: white; }

.lp-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.lp-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-800);
  transition: color 200ms;
}
.lp-nav a:hover { color: var(--brand-600); text-decoration: none; }
.lp-nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--ink-50);
  border: 1px solid var(--border-soft);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink-950);
}
.lp-burger i { font-size: 20px; }
.lp-mobile-sheet {
  display: none;
  border-top: 1px solid var(--border-soft);
  padding: 16px 20px 20px;
  background: white;
}
.lp-mobile-sheet a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-900);
  border-bottom: 1px solid var(--border-soft);
}
.lp-mobile-sheet a:hover { text-decoration: none; color: var(--brand-700); }
.lp-mobile-sheet__ctas {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 880px) {
  .lp-nav, .lp-nav-cta { display: none !important; }
  .lp-burger { display: inline-flex; }
  .lp-mobile-sheet.lp-mobile-sheet--open { display: block; }
}

/* ═══ HERO V2 ═══ */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 80px;
  background: white;
}
.lp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(60% 60% at 50% 0%, rgba(81,66,176,0.06), transparent 70%);
}
.lp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 960px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 64px; }
  /* Grid blowout fix: con 3 tabs de audiencia + H1 wrap, los hijos de grid
     reportan min-content > viewport y expanden la columna. min-width: 0
     deja que cada track respete el ancho de pantalla. */
  .lp-hero__grid > * { min-width: 0; }
}
.lp-hero h1 {
  font-family: var(--font-sans);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  color: var(--ink-950);
  text-wrap: balance;
}
.lp-hero__sub {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink-600);
  max-width: 520px;
  text-wrap: pretty;
}
.lp-hero__cta-row {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-hero__proof {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--ink-600);
  font-size: 13px;
}
.lp-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-hero__proof i { color: var(--brand-600); font-size: 16px; }

/* Audience toggle */
.lp-audience {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  background: var(--ink-50);
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  margin-bottom: 24px;
  max-width: 100%;
  flex-wrap: nowrap;
}
.lp-audience button {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-600);
  border: none;
  cursor: pointer;
  transition: all 200ms;
  white-space: nowrap;
}
.lp-audience button.is-active {
  background: white;
  color: var(--ink-950);
  box-shadow: var(--shadow-xs);
}
@media (max-width: 380px) {
  .lp-audience button { padding: 8px 10px; font-size: 12px; }
}
/* Con 3+ audiencias el pill row supera 390-414px — usamos flex (no inline-flex)
   para respetar el ancho del contenedor, y permitimos scroll horizontal con la
   barra escondida para mantener el look de "pill chooser". */
@media (max-width: 540px) {
  .lp-audience {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .lp-audience::-webkit-scrollbar { display: none; }
}

/* Hero composition (product cards) */
.lp-hero-comp {
  position: relative;
  width: 100%;
}
.lp-hero-comp__main {
  position: relative;
  z-index: 2;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.lp-hero-comp__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-soft);
  background: var(--ink-50);
}
.lp-hero-comp__dots {
  display: flex;
  gap: 6px;
}
.lp-hero-comp__dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #E5E2EC;
}
.lp-hero-comp__url {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-500);
  background: white;
  border: 1px solid var(--border-soft);
  padding: 4px 10px;
  border-radius: 6px;
  margin-left: 8px;
  flex: 1;
  text-align: center;
  max-width: 280px;
}
.lp-hero-comp__body {
  padding: 22px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  min-height: 380px;
}
@media (max-width: 560px) {
  .lp-hero-comp__body { grid-template-columns: 1fr; }
  .lp-hero-comp__sidebar { display: none; }
}
.lp-hero-comp__sidebar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
  border-right: 1px solid var(--border-soft);
}
.lp-side-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-700);
}
.lp-side-item i { font-size: 15px; }
.lp-side-item__count {
  font-family: var(--font-mono);
  font-size: 11px;
  background: var(--ink-100);
  color: var(--ink-600);
  padding: 2px 6px;
  border-radius: 999px;
  margin-left: auto;
}
.lp-side-item.is-active {
  background: var(--brand-50);
  color: var(--brand-700);
}
.lp-side-item.is-active .lp-side-item__count {
  background: white;
  color: var(--brand-700);
}
.lp-hero-comp__main-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.lp-hero-comp__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}
.lp-kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.lp-kpi {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--ink-50);
}
.lp-kpi__label {
  font-size: 11px;
  color: var(--ink-600);
  font-weight: 500;
}
.lp-kpi__value {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-top: 4px;
}
.lp-kpi__sub {
  font-size: 11px;
  margin-top: 4px;
  color: var(--ink-600);
}
.lp-kpi__sub--good { color: var(--good-700); }
.lp-kpi__sub--warn { color: var(--warn-700); }

.lp-timeline {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-timeline__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.lp-timeline__sub { font-size: 11px; color: var(--ink-600); font-weight: 400; }
.lp-timeline__row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.lp-timeline__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink-100);
  color: var(--ink-700);
  font-size: 14px;
  flex-shrink: 0;
}
.lp-timeline__icon--brand { background: var(--brand-50); color: var(--brand-700); }
.lp-timeline__icon--warn { background: var(--warn-100); color: var(--warn-700); }
.lp-timeline__row-text { flex: 1; min-width: 0; }
.lp-timeline__row-text > div { font-size: 13px; font-weight: 500; }
.lp-timeline__row-text > small { font-size: 11px; color: var(--ink-600); }

/* Floating cards */
.lp-hero-float {
  position: absolute;
  z-index: 3;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
}
.lp-hero-float--pago { top: -28px; right: -28px; width: 260px; }
.lp-hero-float--profile { bottom: -32px; left: -28px; width: 280px; padding: 12px; }
@media (max-width: 1100px) {
  .lp-hero-float--pago { top: -16px; right: -8px; width: 220px; }
  .lp-hero-float--profile { bottom: -16px; left: -8px; width: 240px; }
}
@media (max-width: 720px) {
  .lp-hero-float--pago { top: 8px; right: 8px; width: 180px; padding: 10px; }
  .lp-hero-float--pago .lp-pago-card__amount { font-size: 15px; }
  .lp-hero-float--pago .lp-pago-card__icon { width: 28px; height: 28px; font-size: 14px; }
  .lp-hero-float--profile { display: none; }
  .lp-hero-comp__chrome { padding: 8px 12px; }
  .lp-hero-comp__url { font-size: 10px; max-width: 220px; }
  .lp-hero-comp__body { padding: 16px; min-height: 0; }
}
@media (max-width: 480px) {
  .lp-hero-float--pago { width: 160px; }
  .lp-kpi-row { grid-template-columns: 1fr 1fr; }
  .lp-kpi-row > div:nth-child(3) { grid-column: span 2; }
}
.lp-pago-card__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-pago-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--good-100);
  color: var(--good-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.lp-pago-card__amount {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.lp-pago-card__foot {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
  font-size: 11px;
  color: var(--ink-600);
  display: flex;
  justify-content: space-between;
}
.lp-profile-card__cover {
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg,#2E2266 0%,#5142B0 60%,#9389DC 100%);
}
.lp-profile-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 80%, rgba(255,255,255,0.25), transparent 50%);
}
.lp-profile-card__cover .lp-chip { position: absolute; top: 8px; left: 8px; z-index: 1; }
.lp-profile-card__cover-name {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: white;
  z-index: 1;
}
.lp-profile-card__cover-name > div { font-size: 13px; font-weight: 600; }
.lp-profile-card__cover-name > small { font-size: 11px; opacity: 0.85; }
.lp-profile-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

/* Social proof strip */
.lp-hero__proof-strip {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.lp-hero__proof-strip-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-600);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-hero__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
}
.lp-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--ink-700);
}
.lp-hero__brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--ink-900);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

/* ═══ BENEFICIOS ═══ */
.lp-benefits {
  background: var(--ink-50);
}
.lp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 960px) { .lp-benefits__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lp-benefits__grid { grid-template-columns: 1fr; } }
.lp-benefit-card {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 280px;
}
.lp-benefit-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-50);
  color: var(--brand-700);
  border: 1px solid var(--brand-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.lp-benefit-card__title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink-950);
}
.lp-benefit-card__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-600);
  flex: 1;
}
.lp-benefit-card__meta {
  padding-top: 12px;
  border-top: 1px dashed var(--border);
  font-size: 12px;
  color: var(--ink-500);
  font-weight: 500;
}

/* ═══ ENCUENTRA ═══ */
.lp-encuentra {
  background: white;
}
.lp-encuentra__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 960px) {
  .lp-encuentra__grid { grid-template-columns: 1fr; gap: 40px; }
}
.lp-encuentra__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-encuentra__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-800);
}
.lp-encuentra__list i { color: var(--brand-600); font-size: 18px; margin-top: 1px; }
.lp-encuentra__mock {
  position: relative;
  background: var(--ink-50);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.lp-search-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-xs);
}
.lp-search-bar i { color: var(--ink-500); font-size: 16px; }
.lp-search-bar__divider { width: 1px; height: 16px; background: var(--border); }
.lp-search-bar__chip { font-size: 13px; color: var(--ink-900); font-weight: 500; }
.lp-search-bar__loc { font-size: 13px; color: var(--ink-600); }
.lp-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.lp-providers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 560px) { .lp-providers { grid-template-columns: 1fr; } }
.lp-provider {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lp-provider__cover {
  aspect-ratio: 4 / 3;
  position: relative;
}
.lp-provider__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 80%, rgba(255,255,255,0.18), transparent 55%);
}
/* Chip ancla por defecto: top-left. Sólo se aplica al primer chip del cover
   (el "Verificado") — el rating se posiciona aparte para no estirarse y rellenar la card. */
.lp-provider__cover > .lp-chip:first-of-type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.lp-provider__cover-rating {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: rgba(255,255,255,0.92);
  border: none;
}
.lp-provider__cover-monogram {
  position: absolute;
  right: -6px;
  bottom: -28px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 130px;
  line-height: 1;
  color: rgba(255,255,255,0.16);
  pointer-events: none;
}
.lp-provider__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lp-provider__name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lp-provider__kind { font-size: 12px; color: var(--ink-600); }
.lp-provider__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border-soft);
}
.lp-provider__events {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-600);
}
.lp-provider__view {
  font-size: 12px;
  color: var(--brand-600);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.lp-encuentra__perma {
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: white;
  border: 1px dashed var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
}
.lp-encuentra__perma-url {
  font-family: var(--font-mono);
  color: var(--ink-600);
  overflow-wrap: anywhere;
}
.lp-encuentra__perma-link {
  color: var(--brand-600);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ═══ PRODUCTO (dark) ═══ */
.lp-producto {
  background: var(--ink-950);
  color: white;
}
.lp-producto__head { max-width: 720px; margin-bottom: 56px; }
.lp-producto__head h2 {
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 12px 0 0;
  color: white;
  text-wrap: balance;
}
.lp-producto__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 960px) { .lp-producto__grid { grid-template-columns: 1fr; gap: 24px; } }
.lp-producto__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-producto__screen {
  position: relative;
  background: white;
  color: var(--ink-950);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
/* Chip de "Demo" reutilizable para mockups con apariencia realista. */
.lp-demo-chip {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  background: var(--warn-100);
  color: var(--warn-700);
  border: 1px solid #FCD34D;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-producto__caption-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-300);
  margin-bottom: 6px;
}
.lp-producto__caption-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: white;
  line-height: 1.3;
}
.lp-screen-pad {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}
/* En mobile el chip "Demo" (top:10px right:12px) chocaba con el chip de estado
   del header (ej. "Pagado 50%"). Damos espacio extra al padding-top del cuerpo. */
@media (max-width: 480px) {
  .lp-producto__screen .lp-screen-pad { padding-top: 40px; }
}
.lp-screen-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.lp-screen-eyebrow { font-size: 11px; color: var(--ink-600); font-weight: 500; }
.lp-screen-title { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin-top: 2px; }
.lp-screen-sub { font-size: 12px; color: var(--ink-600); }
.lp-screen-progress {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-bottom: 4px;
}
.lp-screen-progress__bar {
  height: 6px;
  background: var(--ink-100);
  border-radius: 999px;
  overflow: hidden;
}
.lp-screen-progress__fill { height: 100%; background: var(--brand-600); }
.lp-screen-list {
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  overflow: hidden;
}
.lp-screen-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-size: 12px;
  border-bottom: 1px solid var(--border-soft);
  background: white;
}
.lp-screen-list__row:last-child { border-bottom: none; }
.lp-screen-list__row--good { background: var(--good-100); }
.lp-screen-list__row-amt { font-family: var(--font-mono); font-weight: 600; }
.lp-screen-list__row-amt--good { color: var(--good-700); }
.lp-screen-list__row-amt--warn { color: var(--warn-700); }
.lp-screen-quote-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 12px;
  border-bottom: 1px solid var(--border-soft);
}
.lp-screen-quote-line:last-of-type { border-bottom: none; }
.lp-screen-quote-line__qty {
  font-family: var(--font-mono);
  color: var(--ink-500);
  min-width: 22px;
}
.lp-screen-quote-total {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--ink-50);
  border-top: 1px solid var(--border-soft);
  font-weight: 600;
}
.lp-screen-signature {
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-50);
}
.lp-screen-signature__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: white;
  color: var(--brand-700);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-200);
  font-size: 16px;
  flex-shrink: 0;
}
.lp-screen-signature__text { flex: 1; }
.lp-screen-signature__text > div { font-size: 12px; font-weight: 600; }
.lp-screen-signature__text > small { font-size: 11px; color: var(--ink-600); }
.lp-screen-cover {
  height: 120px;
  position: relative;
  background: linear-gradient(135deg,#1F1742,#5142B0 60%,#9389DC);
}
.lp-screen-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 80%, rgba(255,255,255,0.2), transparent 55%);
}
.lp-screen-avatar {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--ink-950);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  border: 3px solid white;
  flex-shrink: 0;
}
.lp-screen-stats { display: flex; gap: 16px; font-size: 12px; }
.lp-screen-stats__num { font-family: var(--font-mono); font-size: 16px; font-weight: 600; }
.lp-screen-review {
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  padding: 12px;
}
.lp-screen-review__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-screen-review__avatar {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--ink-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.lp-screen-review__stars { display: flex; gap: 1px; color: var(--warn-700); font-size: 11px; }
.lp-screen-btn-primary {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
  background: var(--brand-600);
  color: white;
  border: none;
  cursor: pointer;
}

/* ═══ TIPOS DE NEGOCIO ═══ */
.lp-tipos {
  background: white;
}
.lp-tipos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 960px) { .lp-tipos__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lp-tipos__grid { grid-template-columns: 1fr; } }
.lp-tipo {
  background: white;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 200ms var(--ease);
}
.lp-tipo:hover { border-color: var(--brand-200); background: var(--brand-50); text-decoration: none; }
.lp-tipo__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ink-950);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.lp-tipo__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink-950);
}
.lp-tipo__sub { font-size: 12px; color: var(--ink-600); margin-top: 2px; }

/* ═══ PLANES ═══ */
.lp-planes {
  background: var(--ink-50);
}
.lp-planes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.lp-planes__grid--simple {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1080px) { .lp-planes__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lp-planes__grid { grid-template-columns: 1fr; } }
.lp-plan {
  background: white;
  color: var(--ink-950);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  box-shadow: var(--shadow-xs);
}
.lp-plan--highlighted {
  background: var(--ink-950);
  color: white;
  border-color: var(--ink-950);
  box-shadow: var(--shadow-lg);
}
.lp-plan__badge {
  position: absolute;
  top: -10px;
  left: 24px;
  background: var(--brand-600);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}
.lp-plan__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-600);
}
.lp-plan--highlighted .lp-plan__name { color: var(--brand-300); }
.lp-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}
.lp-plan__price {
  font-family: var(--font-mono);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.lp-plan__price-suffix {
  font-size: 13px;
  opacity: 0.55;
}
.lp-plan--highlighted .lp-plan__price-suffix { opacity: 0.7; }
.lp-plan__tag {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-600);
}
.lp-plan--highlighted .lp-plan__tag { color: rgba(255,255,255,0.7); }
.lp-plan__divider {
  border: 0;
  border-top: 1px solid var(--border-soft);
  margin: 0;
}
.lp-plan--highlighted .lp-plan__divider { border-color: rgba(255,255,255,0.12); }
.lp-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.lp-plan__features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
}
.lp-plan__features i { color: var(--brand-600); font-size: 14px; margin-top: 1px; flex-shrink: 0; }
.lp-plan--highlighted .lp-plan__features i { color: var(--brand-300); }
.lp-plan__note {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-600);
}

/* ═══ FAQ V2 ═══ */
.lp-faq {
  background: white;
}
.lp-faq__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 900px) { .lp-faq__grid { grid-template-columns: 1fr; gap: 32px; } }
.lp-faq__item {
  border-bottom: 1px solid var(--border-soft);
  padding: 20px 0;
}
.lp-faq__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: var(--ink-950);
}
.lp-faq__btn span { font-size: 17px; font-weight: 500; letter-spacing: -0.005em; }
.lp-faq__btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--ink-100);
  color: var(--ink-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 200ms;
  font-size: 16px;
}
.lp-faq__item[open] .lp-faq__btn-icon {
  background: var(--brand-600);
  color: white;
}
.lp-faq__answer {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-600);
  max-width: 720px;
}

/* ═══ CIERRE ═══ */
.lp-cierre {
  background: var(--ink-950);
  color: white;
  padding: 96px 0;
}
.lp-cierre__inner { text-align: center; max-width: 720px; margin: 0 auto; }
.lp-cierre h2 {
  font-family: var(--font-sans);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 16px 0 0;
  color: white;
  text-wrap: balance;
}
.lp-cierre__sub {
  margin: 16px 0 28px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
}
.lp-cierre__ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* ═══ FOOTER V2 (dark) ═══ */
.lp-footer {
  background: var(--ink-950);
  color: rgba(255,255,255,0.7);
  padding: 64px 0 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
@media (max-width: 720px) { .lp-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .lp-footer__grid { grid-template-columns: 1fr; } }

/* Ecosystem bridge band — visible al inicio del footer en todas las landings */
.lp-eco-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 14px 18px;
  margin-bottom: 36px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}
.lp-eco-bar__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-right: 8px;
}
.lp-eco-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}
.lp-eco-bar__link:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}
@media (max-width: 640px) {
  .lp-eco-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .lp-eco-bar__label { margin-right: 0; }
  .lp-eco-bar__link { width: 100%; justify-content: center; }
}
.lp-footer__lead {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 280px;
}
.lp-footer__col-title {
  color: white;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lp-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-footer__list a {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.lp-footer__list a:hover { color: white; text-decoration: none; }
.lp-footer__divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 0;
}
.lp-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}
.lp-footer__bottom a { color: inherit; }
.lp-footer__bottom a:hover { color: white; text-decoration: none; }

/* Claude design implementation - CrossEvents landing 2026 */
.ce-landing {
  --ce-red: #e3422f;
  --ce-red-dark: #c93020;
  --ce-red-soft: #fff0ed;
  --ce-black: #09090b;
  --ce-black-2: #111113;
  --ce-paper: #fffaf7;
  --ce-line: #e8e2de;
  --ce-muted: #6f6b75;
  --ce-copy: #1f1f25;
  background: #fff;
  color: var(--ce-copy);
  font-family: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ce-landing main {
  background: #fff;
}

.ce-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ce-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: 0;
}

.ce-brand:hover {
  color: #fff;
  text-decoration: none;
}

.ce-brand__mark {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--ce-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ce-brand__mark-img {
  display: inline-block;
  flex: 0 0 auto;
  width: 26px;
  height: 29px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(102, 73, 255, 0.35));
}

.ce-chat-card__top .ce-brand__mark-img {
  width: 24px;
  height: 27px;
}

.ce-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(9, 9, 11, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ce-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ce-nav,
.ce-header__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ce-nav a,
.ce-link-btn {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.ce-nav a:hover,
.ce-link-btn:hover {
  color: #fff;
}

.ce-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

.ce-mobile-menu {
  display: none;
}

.ce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ce-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ce-btn--sm {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 14px;
}

.ce-btn--lg {
  min-height: 58px;
  padding: 16px 26px;
  font-size: 16px;
}

.ce-btn--primary {
  background: var(--ce-red);
  color: #fff;
  border-color: var(--ce-red);
}

.ce-btn--primary:hover {
  background: var(--ce-red-dark);
  color: #fff;
}

.ce-btn--light {
  background: #fff;
  color: var(--ce-black);
  border-color: #fff;
}

.ce-btn--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
}

.ce-btn--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.ce-btn--ghost-dark {
  color: var(--ce-black);
  border-color: rgba(9, 9, 11, 0.18);
  background: #fff;
}

.ce-btn--full {
  width: 100%;
}

.ce-kicker {
  margin: 0 0 18px;
  color: #ff8c7c;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ce-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    radial-gradient(circle at 78% 10%, rgba(227, 66, 47, 0.18), transparent 28%),
    var(--ce-black);
  color: #fff;
  padding: 84px 0 92px;
}

.ce-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.ce-hero h1 {
  margin: 0;
  max-width: 660px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(56px, 8.2vw, 112px);
  line-height: 0.88;
  letter-spacing: 0;
}

.ce-hero h1 span {
  display: block;
  color: #ff7b68;
  font-style: italic;
}

.ce-hero__lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.ce-hero__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  max-width: 560px;
  margin-top: 34px;
}

.ce-hero__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 14px;
  text-align: center;
  max-width: 560px;
}

.ce-chat-showcase {
  width: min(100%, 470px);
  justify-self: end;
}

.ce-chat-card {
  overflow: hidden;
  border: 10px solid #202025;
  border-radius: 28px;
  background: #f7f7f8;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.ce-chat-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: var(--ce-black);
  background: #fff;
  border-bottom: 1px solid #e9e9ec;
}

.ce-chat-card__top strong,
.ce-chat-card__top small {
  display: block;
}

.ce-chat-card__top small {
  color: var(--ce-muted);
  font-size: 12px;
}

.ce-chat-card__body {
  padding: 22px;
}

.ce-bubble {
  width: fit-content;
  max-width: 86%;
  padding: 13px 16px;
  border-radius: 14px;
  color: var(--ce-black);
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(9, 9, 11, 0.04);
}

.ce-bubble + .ce-bubble {
  margin-top: 12px;
}

.ce-bubble--in,
.ce-bubble--file {
  background: #fff;
  border: 1px solid #e6e5e8;
}

.ce-bubble--out,
.ce-bubble--saved {
  margin-left: auto;
  background: #dcf6e7;
}

.ce-bubble--out span,
.ce-bubble--saved span {
  display: block;
  margin-top: 6px;
  color: #1d8654;
  font-family: var(--font-mono);
  font-size: 11px;
}

.ce-bubble--file,
.ce-bubble--saved {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ce-chat-showcase__caption {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  text-align: center;
}

.ce-proof {
  background: #fff;
  border-bottom: 1px solid var(--ce-line);
}

.ce-proof__grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 18px;
}

.ce-proof__item {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--ce-copy);
  font-weight: 650;
  text-align: center;
}

.ce-proof__item i {
  font-size: 24px;
  color: var(--ce-black);
}

.ce-section {
  padding: clamp(72px, 9vw, 118px) 0;
  scroll-margin-top: 96px;
}

.ce-hero,
.ce-proof,
.ce-final {
  scroll-margin-top: 96px;
}

.ce-section__head h2,
.ce-final h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.ce-section__head--compact h2 {
  max-width: 760px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 850;
  line-height: 1;
}

.ce-section__head h2 span {
  color: var(--ce-muted);
}

.ce-steps__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.ce-section__head--sticky {
  position: sticky;
  top: 110px;
}

.ce-step-list {
  position: relative;
  display: grid;
  gap: 22px;
}

.ce-step-list::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: var(--ce-line);
}

.ce-step {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
}

.ce-step__number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ce-red);
  color: #fff;
  font-weight: 850;
  font-size: 14px;
  z-index: 1;
}

.ce-step:last-child .ce-step__number {
  background: #188a5a;
}

.ce-step h3 {
  margin: 2px 0 4px;
  font-size: 20px;
  font-weight: 850;
}

.ce-step p {
  margin: 0;
  color: var(--ce-muted);
  font-size: 17px;
}

.ce-product {
  background: #f5f4f3;
}

.ce-product__panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 5vw, 56px);
  border-radius: 28px;
  background: #fff;
}

.ce-product__copy h2 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.ce-product__list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.ce-product-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
}

.ce-product-item i {
  color: var(--ce-red);
  font-size: 22px;
}

.ce-product-item h3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 850;
}

.ce-product-item p {
  margin: 0;
  color: var(--ce-muted);
  font-size: 17px;
}

.ce-quote-demo {
  padding: 22px;
  border: 1px solid var(--ce-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(9, 9, 11, 0.08);
}

.ce-quote-demo__head,
.ce-quote-row,
.ce-quote-demo__done {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ce-quote-demo__head {
  margin-bottom: 16px;
}

.ce-quote-demo__head span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff2d5;
  color: #b46b04;
  font-size: 12px;
  font-weight: 850;
}

.ce-quote-row {
  padding: 13px 0;
  border-top: 1px solid #efedf0;
}

.ce-quote-row strong {
  font-family: var(--font-mono);
}

.ce-quote-row--total {
  font-weight: 850;
}

.ce-quote-demo__done {
  margin-top: 18px;
  justify-content: flex-start;
  padding: 14px;
  border-radius: 12px;
  background: #f4f7f4;
  color: #177849;
  font-weight: 700;
}

.ce-segments {
  background: #fff;
}

.ce-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ce-chip-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  background: #f3f2f2;
  color: var(--ce-copy);
  font-weight: 750;
  text-decoration: none;
}

.ce-chip-pill:hover {
  color: var(--ce-copy);
  text-decoration: none;
}

.ce-chip-pill--active {
  color: #fff;
  background: var(--ce-red);
}

.ce-chip-pill--active:hover {
  color: #fff;
}

.ce-currency-line {
  margin: 24px 0 0;
  color: var(--ce-muted);
  font-family: var(--font-mono);
  font-size: 14px;
}

.ce-pricing {
  padding: clamp(72px, 9vw, 120px) 0;
  scroll-margin-top: 96px;
  color: #fff;
  background: var(--ce-black);
}

.ce-section__head--dark .ce-kicker {
  color: #ff9a8c;
}

.ce-section__head--dark h2 {
  color: #fff;
}

.ce-section__head--dark h2 span {
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.ce-pricing__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 22px;
  align-items: end;
  margin-top: 34px;
}

.ce-plan {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
}

.ce-plan--main {
  padding: clamp(26px, 4vw, 42px);
  background: #fffaf7;
  color: var(--ce-black);
}

.ce-plan--small {
  padding: 24px;
  background: #121214;
  color: #fff;
}

.ce-plan__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.ce-plan h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 850;
}

.ce-plan__top span {
  align-self: start;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--ce-red);
  background: var(--ce-red-soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ce-plan__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 26px 0 10px;
}

.ce-plan__price strong {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ce-plan__price span,
.ce-plan p,
.ce-plan__small-price span {
  color: var(--ce-muted);
}

.ce-plan ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 28px;
  list-style: none;
}

.ce-plan li {
  display: flex;
  gap: 10px;
  color: #2c2c31;
}

.ce-plan li i {
  color: #188a5a;
}

.ce-plan__small-price {
  margin: 18px 0 10px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ce-plan--small p {
  min-height: 56px;
  color: rgba(255, 255, 255, 0.48);
}

.ce-pricing__note {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.42);
}

.ce-faq {
  background: #fff;
}

.ce-faq__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(30px, 6vw, 84px);
}

.ce-faq__list {
  display: grid;
  gap: 12px;
}

.ce-faq-item {
  border: 1px solid var(--ce-line);
  border-radius: 16px;
  background: #fff;
}

.ce-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.ce-faq-item summary::-webkit-details-marker {
  display: none;
}

.ce-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ce-muted);
  font-size: 16px;
}

.ce-faq-item[open] i {
  transform: rotate(45deg);
}

.ce-faq-item i {
  color: var(--ce-red);
  transition: transform 160ms ease;
}

.ce-final {
  padding: 0 0 clamp(72px, 8vw, 104px);
}

.ce-final__box {
  max-width: 660px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #ffc4bb;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff7f4, #fff);
  text-align: center;
}

.ce-final h2 {
  color: var(--ce-black);
}

.ce-final p {
  margin: 18px auto 0;
  max-width: 430px;
  color: var(--ce-muted);
  font-size: 18px;
}

.ce-final__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.ce-footer {
  padding: 56px 0 28px;
  color: rgba(255, 255, 255, 0.62);
  background: var(--ce-black);
}

.ce-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: clamp(28px, 7vw, 90px);
}

.ce-footer p {
  max-width: 390px;
  margin: 20px 0 0;
}

.ce-footer h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ce-footer a {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.ce-footer a:hover {
  color: #fff;
}

.ce-footer__bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.ce-landing .ce-wa-float {
  display: none !important;
}

@media (max-width: 980px) {
  .ce-nav,
  .ce-header__actions {
    display: none;
  }

  .ce-menu {
    display: inline-grid;
    place-items: center;
  }

  .ce-mobile-menu {
    display: none;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 16px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: #141416;
  }

  .ce-mobile-menu--open {
    display: grid;
    gap: 4px;
  }

  .ce-mobile-menu a {
    padding: 13px 12px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }

  .ce-mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .ce-hero__grid,
  .ce-steps__grid,
  .ce-product__panel,
  .ce-faq__grid {
    grid-template-columns: 1fr;
  }

  .ce-section__head--sticky {
    position: static;
  }

  .ce-chat-showcase {
    justify-self: center;
  }

  .ce-pricing__grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .ce-plan--main {
    order: -1;
  }

  .ce-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .ce-wrap {
    width: min(100% - 28px, 1120px);
  }

  .ce-header__inner {
    min-height: 64px;
  }

  .ce-hero {
    padding: 48px 0 58px;
  }

  .ce-pricing {
    padding-top: 96px;
    scroll-margin-top: 0;
  }

  .ce-hero h1 {
    font-size: clamp(48px, 16vw, 66px);
  }

  .ce-hero__actions,
  .ce-proof__grid {
    grid-template-columns: 1fr;
  }

  .ce-hero__note {
    text-align: left;
  }

  .ce-chat-card {
    border-width: 7px;
    border-radius: 22px;
  }

  .ce-chat-card__body {
    padding: 16px;
  }

  .ce-bubble {
    max-width: 94%;
  }

  .ce-proof__grid {
    padding: 22px 0;
  }

  .ce-proof__item {
    grid-template-columns: 28px 1fr;
    justify-items: start;
    text-align: left;
  }

  .ce-section {
    padding: 64px 0;
  }

  .ce-section__head h2,
  .ce-final h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .ce-section__head--compact h2,
  .ce-product__copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ce-product__panel {
    padding: 22px;
    border-radius: 20px;
  }

  .ce-final__actions {
    flex-direction: column;
  }

  .ce-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Claude Design source: option 1a "Claro editorial" */
.ce-landing {
  --ce-red: #6b2cf5;
  --ce-red-dark: #4d22c6;
  --ce-red-soft: #f0ebff;
  --ce-black: #08091f;
  --ce-black-2: #131429;
  --ce-paper: #fffaf7;
  --ce-line: #e8e3ef;
  --ce-muted: #6f6a7a;
  --ce-copy: #17182f;
  background: #fff;
  color: var(--ce-copy);
}

.ce-landing h1,
.ce-landing h2,
.ce-landing h3,
.ce-landing strong,
.ce-landing a,
.ce-landing span,
.ce-landing p,
.ce-landing li,
.ce-plan__price strong,
.ce-plan__small-price,
.ce-product__copy h2 {
  letter-spacing: 0;
}

.ce-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(23, 24, 47, 0.08);
}

.ce-header__inner {
  min-height: 78px;
}

.ce-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ce-black);
  text-decoration: none;
}

.ce-brand:hover {
  color: var(--ce-black);
}

.ce-brand__header-mark {
  display: block;
  width: 34px;
  height: auto;
}

.ce-brand__wordmark {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ce-nav a,
.ce-link-btn {
  color: rgba(23, 24, 47, 0.7);
}

.ce-nav a:hover,
.ce-link-btn:hover {
  color: var(--ce-black);
}

.ce-menu {
  color: var(--ce-black);
  border-color: rgba(23, 24, 47, 0.14);
}

.ce-mobile-menu {
  border-color: rgba(23, 24, 47, 0.1);
  background: #fff;
  box-shadow: 0 18px 40px rgba(23, 24, 47, 0.1);
}

.ce-mobile-menu a {
  color: var(--ce-black);
}

.ce-mobile-menu a:hover {
  background: var(--ce-red-soft);
}

.ce-btn {
  border-radius: 14px;
}

.ce-btn--primary {
  background: var(--ce-red);
  border-color: var(--ce-red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(107, 44, 245, 0.2);
}

.ce-btn--primary:hover {
  background: var(--ce-red-dark);
  border-color: var(--ce-red-dark);
}

.ce-btn--light {
  color: #fff;
  background: var(--ce-black);
  border-color: var(--ce-black);
}

.ce-btn--light:hover {
  color: #fff;
  background: #20223d;
}

.ce-btn--ghost-dark {
  background: #fff;
  color: var(--ce-black);
  border-color: rgba(23, 24, 47, 0.14);
}

.ce-btn--ghost-dark:hover {
  color: var(--ce-black);
  border-color: rgba(107, 44, 245, 0.35);
}

.ce-hero {
  background: #fff;
  color: var(--ce-black);
  padding: clamp(42px, 5.5vw, 68px) 0 clamp(58px, 7vw, 92px);
}

.ce-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
}

.ce-kicker {
  color: var(--ce-red);
  letter-spacing: 0.16em;
}

.ce-hero h1 {
  max-width: 760px;
  color: var(--ce-black);
  font-size: clamp(46px, 5.7vw, 74px);
  line-height: 0.98;
}

.ce-hero h1 span,
.ce-hero h1 em {
  display: block;
  color: var(--ce-black);
}

.ce-hero h1 span {
  color: #2c2f55;
}

.ce-hero h1 em {
  color: var(--ce-red);
  font-style: italic;
  font-weight: 400;
}

.ce-hero__lead {
  color: rgba(23, 24, 47, 0.72);
  margin-top: 22px;
}

.ce-hero__note {
  color: rgba(23, 24, 47, 0.48);
}

.ce-chat-showcase {
  width: min(100%, 440px);
}

.ce-chat-card {
  border: 1px solid rgba(23, 24, 47, 0.1);
  border-radius: 24px;
  background: #f7f7fb;
  box-shadow: 0 28px 70px rgba(29, 24, 70, 0.15);
}

.ce-chat-card__top {
  color: var(--ce-black);
}

.ce-chat-card__body {
  padding: 22px;
}

.ce-bubble {
  border-radius: 16px;
  font-size: 15px;
}

.ce-bubble--out,
.ce-bubble--saved {
  background: #dcf8e7;
}

.ce-bubble--file {
  color: #1c633f;
}

.ce-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.ce-choice-row button {
  border: 1px solid #dfe6e2;
  border-radius: 999px;
  background: #fff;
  color: var(--ce-black);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 750;
}

.ce-chat-showcase__caption {
  color: rgba(23, 24, 47, 0.52);
}

.ce-proof {
  border-top: 1px solid var(--ce-line);
  background: #fffaf7;
}

.ce-proof__item {
  color: var(--ce-black);
}

.ce-proof__item i {
  color: var(--ce-red);
}

.ce-step__number {
  background: var(--ce-red);
}

.ce-step:last-child .ce-step__number {
  background: #168b5a;
}

.ce-product {
  background: #fff;
}

.ce-section__head--center {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.ce-section__head--compact p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--ce-muted);
  font-size: 18px;
}

.ce-section__head--center p {
  margin-left: auto;
  margin-right: auto;
}

.ce-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ce-channel-card {
  min-height: 100%;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--ce-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 24, 47, 0.06);
}

.ce-channel-card i {
  color: var(--ce-red);
  font-size: 26px;
}

.ce-channel-card h3 {
  margin: 18px 0 10px;
  color: var(--ce-black);
  font-size: 24px;
  font-weight: 850;
}

.ce-channel-card p {
  margin: 0;
  color: var(--ce-muted);
  font-size: 17px;
}

.ce-channel-card span {
  display: block;
  margin-top: 20px;
  color: var(--ce-red);
  font-family: var(--font-mono);
  font-size: 13px;
}

.ce-contract {
  background: #fffaf7;
}

.ce-product__panel {
  background: #fff;
  border: 1px solid var(--ce-line);
  border-radius: 26px;
}

.ce-product__copy h2 {
  color: var(--ce-black);
}

.ce-contract__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--ce-muted);
  font-size: 18px;
}

.ce-product-item i {
  color: var(--ce-red);
}

.ce-chip-pill {
  background: #f4f1ff;
}

.ce-chip-pill--active {
  background: var(--ce-red);
}

.ce-currency-line {
  color: var(--ce-muted);
}

.ce-pricing {
  color: var(--ce-black);
  background: var(--ce-black);
}

.ce-section__head--dark .ce-kicker {
  color: #bcb2ff;
}

.ce-section__head--dark h2 {
  color: #fff;
}

.ce-section__head--dark h2 span {
  color: #d9d3ff;
}

.ce-pricing__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ce-plan {
  border-radius: 24px;
}

.ce-plan--main,
.ce-plan--small {
  background: #fffaf7;
  color: var(--ce-black);
}

.ce-plan--main {
  border-color: rgba(107, 44, 245, 0.45);
  box-shadow: 0 22px 60px rgba(107, 44, 245, 0.22);
}

.ce-plan--small {
  border-color: rgba(255, 255, 255, 0.16);
}

.ce-plan--small p {
  min-height: auto;
  color: var(--ce-muted);
}

.ce-plan--small .ce-btn--ghost {
  color: var(--ce-black);
  border-color: rgba(23, 24, 47, 0.18);
  background: #fff;
}

.ce-plan--small .ce-btn--ghost:hover {
  color: var(--ce-black);
  border-color: rgba(107, 44, 245, 0.35);
}

.ce-plan__small-price span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
}

.ce-pricing__note {
  color: rgba(255, 255, 255, 0.62);
}

.ce-faq-item i {
  color: var(--ce-red);
}

.ce-final__box {
  border-color: rgba(107, 44, 245, 0.25);
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 24, 47, 0.08);
}

.ce-footer {
  background: var(--ce-black);
}

.ce-footer .ce-brand {
  color: #fff;
}

@media (max-width: 980px) {
  .ce-mobile-menu {
    background: #fff;
  }

  .ce-mobile-menu a {
    color: var(--ce-black);
  }

  .ce-hero__grid {
    grid-template-columns: 1fr;
  }

  .ce-pricing__grid,
  .ce-channel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ce-header__inner {
    min-height: 66px;
  }

  .ce-brand__header-mark {
    width: 30px;
  }

  .ce-brand__wordmark {
    font-size: 20px;
  }

  .ce-kicker {
    max-width: 320px;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.35;
  }

  .ce-hero {
    padding-top: 42px;
  }

  .ce-hero h1 {
    font-size: clamp(38px, 10.8vw, 46px);
    line-height: 1.02;
  }

  .ce-hero h1 span,
  .ce-hero h1 em {
    display: inline;
  }

  .ce-hero__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .ce-hero__actions {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .ce-chat-showcase {
    width: 100%;
  }

  .ce-channel-card,
  .ce-product__panel {
    border-radius: 20px;
  }
}

/* ═══ WhatsApp floating — softened for v2 (no big shadow that hides content) ═══ */
body.lp .wa-float {
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  font-size: 1.5rem;
  background: var(--wa-500);
  box-shadow: 0 6px 16px rgba(31, 170, 82, 0.35);
}
body.lp .wa-float::after { display: none; }

/* ═══ SCROLL REVEAL ═══
   Default to visible — JS adds an entrance animation when present, but never
   hide content that JS hasn't yet processed (avoids invisible content under
   v2 layout, where fullPage screenshots may capture before IntersectionObserver fires). */
.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.fade-up.lp-anim-pre { opacity: 0; transform: translateY(28px); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .fade-up, .stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
}
.stagger > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-out, transform .5s ease-out;
}
.stagger.lp-anim-pre > * { opacity: 0; transform: translateY(24px); }
.stagger.visible > *:nth-child(1) { transition-delay: .05s; }
.stagger.visible > *:nth-child(2) { transition-delay: .1s; }
.stagger.visible > *:nth-child(3) { transition-delay: .15s; }
.stagger.visible > *:nth-child(4) { transition-delay: .2s; }
.stagger.visible > *:nth-child(5) { transition-delay: .25s; }
.stagger.visible > *:nth-child(6) { transition-delay: .3s; }
.stagger.visible > *:nth-child(7) { transition-delay: .35s; }
.stagger.visible > *:nth-child(8) { transition-delay: .4s; }
.stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 991.98px) {
  .section { padding: 4.5rem 0; }
  .section-header { font-size: 1.8rem; }
}
@media (max-width: 767.98px) {
  .section { padding: 3.5rem 0; }
  .section-header { font-size: 1.55rem; }
  .section-sub { font-size: .95rem; margin-bottom: 2rem; }
  .hero h1 { font-size: 2rem; }
  .hero { padding: 4.5rem 0 3.5rem; }
  .hero .lead { font-size: 1rem; }
  .browser-mock { max-width: 340px; }
  .proof-stat .number { font-size: 1.5rem; }
  .cta-final h2 { font-size: 1.8rem; }
  .wa-float { width: 54px; height: 54px; font-size: 1.4rem; bottom: 20px; right: 16px; }
  .wa-float-label { display: none; }
  .hero-trust { gap: .75rem; }
  .hero-trust-item { font-size: .72rem; }
  .pricing-price { font-size: 2.4rem; }
}

/* ═══ FEATURE CARD LARGE (3 destacadas) ═══ */
.feature-card-lg {
  padding: 2rem 1.75rem;
  border-radius: var(--ce-radius-lg);
  background: var(--ce-card);
  border: 1px solid var(--ce-border);
  transition: transform var(--ce-transition), box-shadow var(--ce-transition), border-color var(--ce-transition);
}
.feature-card-lg:hover {
  transform: translateY(-4px);
  box-shadow: var(--ce-shadow-lg);
  border-color: rgba(var(--ce-primary-rgb), .25);
}
.feature-icon-lg {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

/* ═══ PREVIEW DEMO BADGE ═══ */
.preview-demo-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, .82);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}

/* ═══ GARANTÍA SECTION ═══ */
.garantia-card {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-radius-xl);
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  box-shadow: var(--ce-shadow-md);
}
.garantia-icon {
  width: 72px;
  height: 72px;
  border-radius: var(--ce-radius-full);
  background: rgba(var(--ce-success-rgb), .12);
  color: var(--ce-success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.garantia-item {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  padding: .25rem 0;
}
.garantia-item > i {
  color: var(--ce-primary);
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ═══ CTA FINAL TRUST LIST ═══ */
.cta-trust-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .35rem;
}
.cta-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  font-size: .92rem;
  opacity: .92;
}
.cta-trust-list li i {
  color: var(--ce-success);
}
@media (min-width: 576px) {
  .cta-trust-list {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 1.25rem;
  }
}

/* ═══ PÁGINA /demo — demo guiada pública ═══ */
.ce-hero__demo-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  color: var(--ce-red);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.ce-hero__demo-link:hover {
  color: var(--ce-red-dark);
  text-decoration: underline;
}

.ce-demo-head {
  background:
    radial-gradient(circle at 82% 0%, rgba(227, 66, 47, 0.08), transparent 42%),
    #fffaf7;
  border-bottom: 1px solid var(--ce-line);
  padding: clamp(48px, 6vw, 80px) 0 clamp(38px, 5vw, 56px);
  text-align: center;
}

.ce-demo-head h1 {
  margin: 0 auto;
  max-width: 760px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.02;
  color: var(--ce-black);
}

.ce-demo-head h1 em {
  display: block;
  color: var(--ce-red);
  font-style: italic;
  font-weight: 400;
}

.ce-demo-head__lead {
  max-width: 640px;
  margin: 20px auto 0;
  color: rgba(23, 24, 47, 0.72);
  font-size: clamp(16px, 1.4vw, 19px);
}

.ce-demo-head__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.ce-demo-head__note {
  margin: 16px 0 0;
  color: rgba(23, 24, 47, 0.5);
  font-size: 14px;
}

.ce-demo-head__note a {
  color: var(--ce-red);
  font-weight: 700;
  text-decoration: none;
}

.ce-demo-head__note a:hover {
  text-decoration: underline;
}

.ce-demo-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(30px, 4vw, 46px) 0;
  border-bottom: 1px solid var(--ce-line);
}

.ce-demo-step:last-child {
  border-bottom: 0;
}

.ce-demo-step__number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ce-red);
  color: #fff;
  font-weight: 850;
  font-size: 15px;
  margin-bottom: 14px;
}

.ce-demo-step h2 {
  margin: 0 0 12px;
  color: var(--ce-black);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 850;
}

.ce-demo-step__copy > p {
  margin: 0 0 14px;
  color: var(--ce-muted);
  font-size: 17px;
}

.ce-demo-benefit {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--ce-red-soft);
  color: #8c2314;
  font-size: 15px;
  font-weight: 650;
}

.ce-demo-benefit i {
  flex-shrink: 0;
  margin-top: 2px;
}

.ce-demo-card {
  position: relative;
  padding: 22px 20px 18px;
  border: 1px solid var(--ce-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 24, 47, 0.07);
}

.ce-demo-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ce-demo-card__title {
  margin: 0 64px 10px 0;
  color: var(--ce-black);
  font-size: 15px;
  font-weight: 800;
}

.ce-demo-card__foot {
  margin: 12px 0 0;
  color: var(--ce-muted);
  font-size: 13px;
}

.ce-demo-card__foot i {
  color: var(--ce-red);
  margin-right: 4px;
}

.ce-demo-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--ce-line);
  color: var(--ce-copy);
  font-size: 14px;
}

.ce-demo-line:last-child {
  border-bottom: 0;
}

.ce-demo-line strong {
  font-family: "Geist Mono", monospace;
  font-weight: 700;
  white-space: nowrap;
}

.ce-demo-line--total {
  border-top: 1px solid var(--ce-line);
  border-bottom: 0;
  font-weight: 750;
}

.ce-demo-line__profit {
  color: #168b5a;
}

.ce-demo-chip {
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ce-demo-chip--ok {
  background: #e0f4e9;
  color: #15794a;
}

.ce-demo-chip--warn {
  background: #fff3cd;
  color: #856404;
}

.ce-demo-chip--info {
  background: #ede9fe;
  color: #5b21b6;
}

@media (max-width: 860px) {
  .ce-demo-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .ce-demo-head__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ce-demo-line {
    flex-wrap: wrap;
    row-gap: 2px;
  }
}
