/* =================================================
   VISION LOCAL — Paleta Pastel Clara v7
   Fondo base : #FAFAFA   blanco roto suave
   Surface    : #FFFFFF   blanco puro (cards)
   Surface2   : #F3F4F8   gris lavanda muy suave
   Accent     : #7C9EE8   azul lavanda (principal)
   Accent2    : #5BBFA0   verde menta suave
   AccentWarm : #F4A261   durazno cálido (CTA)
   Text       : #1A1E2E   casi negro azulado
   Muted      : #7B82A0   gris medio
   Light      : #A8B0CC   gris claro
   WA         : #25D366
================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1A1E2E;
  background: #EEF1FA;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ===========================
   NAVBAR
=========================== */
.navbar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(238,241,250,0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(124,158,232,0.15);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(124,158,232,0.12); }
.nav-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  height: 76px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
}
.logo-link { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-img { height: 60px; width: auto; object-fit: contain; }
.logo-placeholder { display: flex; align-items: center; gap: 10px; }
.logo-dot {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, #7C9EE8, #5BBFA0);
  border-radius: 10px;
}
.logo-brand-name { display: flex; flex-direction: column; line-height: 1.2; }
.logo-brand-name .brand-top { font-size: 1.05rem; font-weight: 800; color: #1A1E2E; letter-spacing: -0.3px; }
.logo-brand-name .brand-sub { font-size: 0.68rem; font-weight: 600; color: #7C9EE8; text-transform: uppercase; letter-spacing: 0.1em; }

.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-link { font-size: 0.875rem; font-weight: 500; color: #7B82A0; padding: 8px 14px; border-radius: 8px; transition: color 0.2s, background 0.2s; }
.nav-link:hover { color: #1A1E2E; background: rgba(124,158,232,0.08); }
.nav-cta {
  background: linear-gradient(135deg, #7C9EE8, #6B8ED4);
  color: #fff; font-size: 0.875rem; font-weight: 700;
  padding: 10px 22px; border-radius: 10px;
  transition: opacity 0.2s, transform 0.2s; white-space: nowrap; flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(124,158,232,0.28);
}
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #7B82A0; border-radius: 2px; transition: all 0.3s; }
.nav-mobile {
  display: none; flex-direction: column; gap: 4px; padding: 12px 24px 18px;
  border-top: 1px solid rgba(124,158,232,0.10); background: rgba(238,241,250,0.99);
}
.nav-mobile.open { display: flex; }
.nav-mobile-link { font-size: 0.95rem; font-weight: 500; color: #7B82A0; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.05); transition: color 0.2s; }
.nav-mobile-link:hover { color: #1A1E2E; }
.nav-mobile-cta { margin-top: 12px; background: linear-gradient(135deg, #7C9EE8, #6B8ED4); color: #fff; text-align: center; padding: 14px; border-radius: 10px; font-weight: 700; font-size: 0.95rem; }

/* ===========================
   HERO
=========================== */
.hero { position: relative; padding: 104px 0 88px; overflow: hidden; background: #EEF1FA; }
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 80% 5%, rgba(124,158,232,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 45% 45% at 10% 90%, rgba(91,191,160,0.10) 0%, transparent 60%);
}
.hero-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(124,158,232,0.08) 1px, transparent 1px);
  background-size: 36px 36px;
}
.hero-content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(124,158,232,0.10); border: 1px solid rgba(124,158,232,0.25);
  color: #6B8ED4; font-size: 0.73rem; font-weight: 700;
  padding: 7px 18px; border-radius: 999px; letter-spacing: 0.07em; text-transform: uppercase;
}
.hero-title { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; line-height: 1.1; letter-spacing: -2.5px; color: #1A1E2E; max-width: 860px; }
.hero-title-highlight {
  background: linear-gradient(90deg, #7C9EE8, #5BBFA0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 1.1rem; color: #7B82A0; max-width: 560px; line-height: 1.75; }
.hero-sub strong { color: #1A1E2E; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff; font-size: 1rem; font-weight: 700;
  padding: 16px 30px; border-radius: 12px;
  box-shadow: 0 8px 28px rgba(37,211,102,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(37,211,102,0.35); }
.btn-hero .btn-icon { width: 22px; height: 22px; flex-shrink: 0; }
.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.30);
  color: #7B82A0; font-size: 1rem; font-weight: 600;
  padding: 16px 28px; border-radius: 12px; transition: background 0.2s, border-color 0.2s;
}
.btn-hero-secondary:hover { background: rgba(124,158,232,0.06); border-color: rgba(124,158,232,0.50); }
.hero-note { font-size: 0.78rem; color: #A8B0CC; letter-spacing: 0.04em; }

/* ─── STATS BAR ─── */
.hero-stats {
  display: flex; align-items: center;
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.18);
  border-radius: 18px; padding: 24px 0; width: 100%; max-width: 680px; margin-top: 16px;
  box-shadow: 0 4px 24px rgba(124,158,232,0.08);
}
.hero-stat { flex: 1; text-align: center; padding: 0 16px; }
.hero-stat-num {
  display: block; font-size: 1.85rem; font-weight: 900;
  color: #7C9EE8; letter-spacing: -1px; line-height: 1;
}
.hero-stat-label {
  display: block; font-size: 0.7rem; color: #A8B0CC;
  margin-top: 5px; text-transform: uppercase; letter-spacing: 0.05em;
}
.hero-stat-divider { width: 1px; height: 44px; background: rgba(124,158,232,0.15); flex-shrink: 0; }

/* ===========================
   TIPOS DE NEGOCIO
=========================== */
.tipos-negocio {
  background: #E8EBF5; padding: 44px 0;
  border-top: 1px solid rgba(124,158,232,0.10);
  border-bottom: 1px solid rgba(124,158,232,0.10);
}
.tipos-label { text-align: center; font-size: 0.73rem; font-weight: 700; color: #A8B0CC; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
.tipos-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tipo-chip {
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.15);
  color: #7B82A0; font-size: 0.85rem; font-weight: 500; padding: 9px 20px; border-radius: 999px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.tipo-chip:hover { border-color: #7C9EE8; color: #6B8ED4; background: rgba(124,158,232,0.05); }

/* ===========================
   SECCIÓN: LABELS & TÍTULOS
=========================== */
.section-label {
  display: inline-block; font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 16px; border-radius: 6px; padding: 5px 14px;
  background: rgba(124,158,232,0.10); color: #7C9EE8;
}
.red-label { background: rgba(200,60,55,0.08); color: #D9534F; }
.green-label { background: rgba(91,191,160,0.12); color: #3FAF8A; }
.section-title { font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 900; line-height: 1.18; letter-spacing: -1.2px; color: #1A1E2E; margin-bottom: 16px; }
.section-sub { font-size: 1rem; color: #7B82A0; line-height: 1.7; margin-bottom: 28px; max-width: 480px; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .section-sub { margin: 16px auto 0; }

/* ===========================
   PROBLEMA / SOLUCIÓN
=========================== */
.problema { padding: 112px 0; background: #EEF1FA; }
.problema-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.problema-lista { display: flex; flex-direction: column; gap: 12px; }
.problema-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 18px; border-radius: 12px;
  font-size: 0.92rem; line-height: 1.55; color: #7B82A0;
  background: #FFFFFF; border: 1.5px solid rgba(0,0,0,0.06);
}
.problema-item.bad { background: rgba(217,83,79,0.04); border-color: rgba(217,83,79,0.15); }
.problema-item.good { background: rgba(91,191,160,0.05); border-color: rgba(91,191,160,0.20); }
.problema-icon { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.bad-icon { background: rgba(217,83,79,0.12); color: #D9534F; }
.good-icon { background: rgba(91,191,160,0.15); color: #3FAF8A; }

/* ===========================
   CÓMO FUNCIONA
=========================== */
.como-funciona { padding: 112px 0; background: #E8EBF5; }
.pasos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.paso-card {
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.15);
  border-radius: 20px; padding: 40px 30px 36px; position: relative;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.paso-card:hover { border-color: rgba(124,158,232,0.40); box-shadow: 0 12px 40px rgba(124,158,232,0.10); transform: translateY(-4px); }
.paso-num { font-size: 3.2rem; font-weight: 900; color: rgba(124,158,232,0.12); line-height: 1; margin-bottom: 14px; letter-spacing: -2px; }
.paso-icon { font-size: 2.2rem; margin-bottom: 18px; }
.paso-card h3 { font-size: 1.05rem; font-weight: 700; color: #1A1E2E; margin-bottom: 12px; }
.paso-card p { font-size: 0.9rem; color: #7B82A0; line-height: 1.65; }
.paso-flecha { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #7C9EE8; z-index: 1; }
.paso-flecha-hidden { display: none; }

/* ===========================
   SERVICIOS
=========================== */
.servicios { padding: 112px 0; background: #EEF1FA; }
.servicios-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.servicio-card {
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.12);
  border-radius: 18px; padding: 30px 24px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.servicio-card:hover { border-color: rgba(124,158,232,0.35); box-shadow: 0 8px 32px rgba(124,158,232,0.10); transform: translateY(-3px); }
.servicio-icon-wrap { font-size: 1.9rem; margin-bottom: 16px; display: block; }
.servicio-card h3 { font-size: 0.95rem; font-weight: 700; color: #1A1E2E; margin-bottom: 10px; }
.servicio-card p { font-size: 0.85rem; color: #7B82A0; line-height: 1.65; }

/* ===========================
   TESTIMONIOS
=========================== */
.testimonios { padding: 112px 0; background: #E8EBF5; }
.testimonios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonio-card {
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.12);
  border-radius: 20px; padding: 36px 30px;
  display: flex; flex-direction: column; gap: 20px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.testimonio-card:hover { box-shadow: 0 8px 32px rgba(124,158,232,0.10); border-color: rgba(124,158,232,0.30); }
.testimonio-estrellas { color: #F4A261; font-size: 1rem; letter-spacing: 2px; }
.testimonio-texto { font-size: 0.95rem; color: #7B82A0; line-height: 1.75; flex: 1; font-style: italic; }
.testimonio-autor { display: flex; align-items: center; gap: 14px; }
.autor-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #7C9EE8, #5BBFA0);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 1rem; flex-shrink: 0;
}
.autor-nombre { display: block; font-size: 0.9rem; font-weight: 700; color: #1A1E2E; }
.autor-negocio { display: block; font-size: 0.78rem; color: #A8B0CC; margin-top: 2px; }

/* ===========================
   PRECIOS
=========================== */
.precios { padding: 112px 0; background: #EEF1FA; }
.precios .section-label { background: rgba(124,158,232,0.10); color: #7C9EE8; }
.precios .section-title { color: #1A1E2E; }
.precios .section-sub { color: #7B82A0; }

.precios-nota-top {
  text-align: center;
  background: rgba(91,191,160,0.08); border: 1.5px solid rgba(91,191,160,0.22);
  color: #3FAF8A; font-size: 0.85rem; font-weight: 600;
  padding: 13px 24px; border-radius: 10px;
  max-width: 520px; margin: 0 auto 44px; line-height: 1.55;
}
.precios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 840px; margin: 0 auto; }

.precio-card {
  background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.15);
  border-radius: 24px; padding: 44px 38px;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 16px rgba(124,158,232,0.06);
}
.precio-card:hover { border-color: rgba(124,158,232,0.35); box-shadow: 0 16px 48px rgba(124,158,232,0.12); }

/* Card PRO */
.precio-card-pro {
  background: linear-gradient(155deg, rgba(124,158,232,0.06) 0%, rgba(91,191,160,0.04) 100%);
  border-color: rgba(124,158,232,0.35);
  box-shadow: 0 8px 40px rgba(124,158,232,0.12);
}
.precio-card-pro:hover { box-shadow: 0 20px 56px rgba(124,158,232,0.20); }

.precio-badge-top {
  position: absolute; top: 0; right: 0;
  background: linear-gradient(135deg, #7C9EE8, #5BBFA0);
  color: #fff; font-size: 0.72rem; font-weight: 900;
  padding: 7px 20px 7px 16px; border-radius: 0 24px 0 14px; letter-spacing: 0.06em;
}
.precio-header { margin-bottom: 32px; }
.precio-nombre { display: block; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #A8B0CC; margin-bottom: 10px; }
.precio-card-pro .precio-nombre { color: #7C9EE8; }
.precio-ideal { font-size: 0.82rem; color: #A8B0CC; margin-bottom: 22px; line-height: 1.5; }

/* ─── EL PRECIO: número grande, MXN discreto ─── */
.precio-monto {
  display: flex; align-items: baseline; gap: 6px; line-height: 1;
}
.precio-signo {
  font-size: 1.4rem; font-weight: 700; color: #7C9EE8;
}
.precio-num {
  font-size: 4.2rem; font-weight: 900; color: #1A1E2E; letter-spacing: -3px; line-height: 1;
}
/* PRO: gradiente azul-menta en el número */
.precio-card-pro .precio-num {
  background: linear-gradient(135deg, #7C9EE8 0%, #5BBFA0 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.precio-moneda {
  font-size: 0.72rem; font-weight: 700; color: #A8B0CC;
  letter-spacing: 0.06em; text-transform: uppercase; align-self: flex-end; padding-bottom: 6px;
}
.precio-tipo { font-size: 0.78rem; color: #A8B0CC; margin-top: 10px; }

.precio-lista { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; margin-top: 28px; }
.precio-lista li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: #7B82A0; line-height: 1.55; }
.check { color: #3FAF8A; font-size: 0.85rem; flex-shrink: 0; margin-top: 2px; }
.pro-check { color: #7C9EE8; }

.precio-nota {
  font-size: 0.75rem; color: #A8B0CC; margin-bottom: 22px; line-height: 1.55;
  padding: 12px 16px; background: rgba(124,158,232,0.04); border-radius: 8px;
  border: 1px solid rgba(124,158,232,0.12);
}
.precio-entrega { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.entrega-badge {
  font-size: 0.72rem; font-weight: 700;
  background: rgba(91,191,160,0.10); color: #3FAF8A;
  padding: 5px 13px; border-radius: 6px; border: 1px solid rgba(91,191,160,0.25);
}
.pro-badge { background: rgba(124,158,232,0.10); color: #7C9EE8; border-color: rgba(124,158,232,0.25); }

.btn-precio {
  display: block; text-align: center; padding: 16px;
  border-radius: 12px; font-weight: 700; font-size: 0.95rem;
  transition: opacity 0.2s, transform 0.2s; margin-top: auto;
}
.btn-precio:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-precio-esencial {
  background: rgba(124,158,232,0.08); color: #7C9EE8;
  border: 2px solid rgba(124,158,232,0.28);
}
.btn-precio-esencial:hover { background: rgba(124,158,232,0.14); }
.btn-precio-pro {
  background: linear-gradient(135deg, #7C9EE8, #5BBFA0); color: #fff;
  box-shadow: 0 8px 28px rgba(124,158,232,0.28);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.btn-precio-pro .btn-icon { width: 20px; height: 20px; }
.btn-sub { text-align: center; font-size: 0.75rem; color: #A8B0CC; margin-top: 10px; }

.garantia-box {
  display: flex; align-items: center; gap: 22px;
  background: rgba(91,191,160,0.06); border: 1.5px solid rgba(91,191,160,0.20);
  border-radius: 18px; padding: 28px 36px;
  margin-top: 44px; max-width: 680px; margin-left: auto; margin-right: auto;
}
.garantia-icon { font-size: 2.2rem; flex-shrink: 0; }
.garantia-box strong { font-size: 1rem; color: #1A1E2E; display: block; margin-bottom: 6px; }
.garantia-box p { font-size: 0.88rem; color: #7B82A0; line-height: 1.65; }

/* ===========================
   FAQ
=========================== */
.faq { padding: 112px 0; background: #E8EBF5; }
.faq .section-title { color: #1A1E2E; }
.faq-lista { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.12); border-radius: 14px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: rgba(124,158,232,0.38); box-shadow: 0 4px 20px rgba(124,158,232,0.08); }
.faq-pregunta {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; text-align: left;
  font-size: 0.97rem; font-weight: 600; color: #1A1E2E; font-family: inherit; transition: color 0.2s;
}
.faq-pregunta:hover { color: #7C9EE8; }
.faq-chevron { color: #7C9EE8; font-size: 1.1rem; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-respuesta { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-respuesta { max-height: 300px; }
.faq-respuesta p { padding: 0 26px 24px; font-size: 0.92rem; color: #7B82A0; line-height: 1.75; }

/* ===========================
   CTA FINAL
=========================== */
.cta-final { position: relative; padding: 112px 0; overflow: hidden; background: #EEF1FA; }
.cta-final-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 50% 110%, rgba(124,158,232,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 35% 35% at 85% 15%, rgba(91,191,160,0.08) 0%, transparent 60%);
}
.cta-inner { position: relative; z-index: 2; text-align: center; }
.cta-badge {
  display: inline-block;
  background: rgba(124,158,232,0.10); border: 1px solid rgba(124,158,232,0.25);
  color: #7C9EE8; font-size: 0.72rem; font-weight: 800;
  padding: 7px 18px; border-radius: 999px; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 28px;
}
.cta-titulo { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #1A1E2E; letter-spacing: -1.5px; line-height: 1.15; margin-bottom: 20px; }
.cta-sub { font-size: 1.05rem; color: #7B82A0; max-width: 520px; margin: 0 auto 40px; line-height: 1.75; }
.btn-cta-final {
  display: inline-flex; align-items: center; gap: 12px;
  background: #25D366; color: #fff; font-size: 1.05rem; font-weight: 700;
  padding: 18px 40px; border-radius: 14px;
  box-shadow: 0 12px 36px rgba(37,211,102,0.25); transition: transform 0.2s, box-shadow 0.2s;
}
.btn-cta-final:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(37,211,102,0.35); }
.btn-cta-final .btn-icon { width: 24px; height: 24px; }
.cta-chips { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.cta-chip { background: #FFFFFF; border: 1.5px solid rgba(124,158,232,0.15); color: #7B82A0; font-size: 0.8rem; font-weight: 500; padding: 7px 18px; border-radius: 999px; }

/* ===========================
   FOOTER
=========================== */
.footer { background: #E8EBF5; padding: 72px 0 0; border-top: 1px solid rgba(124,158,232,0.10); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 56px; border-bottom: 1px solid rgba(124,158,232,0.10); }
.footer-logo { height: 48px; width: auto; margin-bottom: 16px; }
.footer-brand { font-size: 1.2rem; font-weight: 800; color: #1A1E2E; margin-bottom: 4px; display: block; letter-spacing: -0.3px; }
.footer-brand strong { color: #7C9EE8; }
.footer-desc { font-size: 0.85rem; color: #A8B0CC; line-height: 1.7; margin-bottom: 22px; max-width: 280px; }
.footer-wa { display: inline-flex; align-items: center; gap: 8px; color: #25D366; font-size: 0.9rem; font-weight: 600; }
.footer-col-title { font-size: 0.73rem; font-weight: 800; color: #1A1E2E; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
.footer-link { display: block; font-size: 0.85rem; color: #A8B0CC; margin-bottom: 12px; transition: color 0.2s; }
.footer-link:hover { color: #7C9EE8; }
.footer-bottom { padding: 22px 0; }
.footer-bottom .container { display: flex; justify-content: center; }
.footer-bottom span { font-size: 0.78rem; color: #A8B0CC; }

/* ===========================
   WHATSAPP FLOTANTE
=========================== */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 300;
  background: #25D366; color: #fff;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37,211,102,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 14px 40px rgba(37,211,102,0.45); }
.whatsapp-tooltip {
  position: absolute; right: 72px; top: 50%; transform: translateY(-50%);
  background: #1A1E2E; border: 1px solid rgba(124,158,232,0.15);
  color: #fff; font-size: 0.8rem; font-weight: 600;
  padding: 8px 14px; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.whatsapp-tooltip::after {
  content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-right: none; border-left-color: #1A1E2E;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .hero { padding: 80px 0 64px; }
  .hero-stats { flex-wrap: wrap; }
  .hero-stat { min-width: 40%; padding: 14px 12px; }
  .hero-stat-divider { display: none; }
  .problema-grid { grid-template-columns: 1fr; gap: 48px; }
  .pasos-grid { grid-template-columns: 1fr; }
  .paso-flecha { display: none; }
  .servicios-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonios-grid { grid-template-columns: 1fr; }
  .precios-grid { grid-template-columns: 1fr; max-width: 480px; }
  .precio-card { padding: 36px 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 560px) {
  .logo-brand-name .brand-top { font-size: 0.9rem; }
  .logo-brand-name .brand-sub { display: none; }
  .hero-title { letter-spacing: -1.5px; }
  .btn-hero, .btn-hero-secondary { width: 100%; justify-content: center; }
  .hero-actions { flex-direction: column; width: 100%; }
  .servicios-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .garantia-box { flex-direction: column; text-align: center; }
  .cta-titulo { letter-spacing: -1px; }
  .btn-cta-final { width: 100%; justify-content: center; }
  .precio-num { font-size: 3.2rem; }
}
