/* Variante visual — solo con body.landing.landing--visual + index-visual.html */

.landing--visual #blog,
.landing--visual #video-demo {
  display: block !important;
}

.landing--visual .lv-producto-main {
  min-width: 0;
}

/* Hero: badges bajo el título */
.lv-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.lv-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-800);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(31, 42, 66, 0.12);
  box-shadow: var(--shadow-soft);
}
.lv-badge--accent {
  color: #fff;
  background: linear-gradient(135deg, var(--orange-500), #c96a24);
  border-color: transparent;
}

/* Métricas: icono decorativo */
.lv-metric-illu {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.85;
  color: var(--orange-400);
}
.lv-metric-illu svg {
  width: 100%;
  height: 100%;
}

/* Síntomas: viñeta + texto (ocultamos la × del tema base) */
.landing--visual .symptom-card {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 1rem;
  align-items: start;
  padding-left: 1.35rem;
}
.landing--visual .symptom-card::before {
  display: none;
}
.lv-vignette {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-sm);
  background: rgba(31, 42, 66, 0.05);
  border: 1px solid rgba(31, 42, 66, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lv-vignette svg {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--blue-700);
}
.lv-vignette--warn svg {
  color: var(--orange-500);
}

/* Puente: diagrama 80/20 */
.lv-puente-visual {
  max-width: 20rem;
  margin: 2rem auto 0;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.55);
  border: var(--border-hairline);
  box-shadow: var(--shadow-soft);
}
.lv-puente-visual svg {
  width: 100%;
  height: auto;
  display: block;
}
.lv-puente-cap {
  margin: 0.75rem 0 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Modelo operativo: franja de contexto */
.lv-roles-strip {
  max-width: var(--max);
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.25rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(31, 42, 66, 0.04);
  border: 1px dashed rgba(31, 42, 66, 0.12);
}
.lv-roles-strip__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--blue-800);
}
.lv-roles-strip__item svg {
  width: 1.75rem;
  height: 1.75rem;
  opacity: 0.9;
  color: var(--orange-500);
}

/* CFO: badges de confianza */
.lv-cfo-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto 1.75rem;
  max-width: var(--max);
}
.lv-cfo-badges span {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  background: rgba(224, 120, 42, 0.1);
  color: var(--blue-800);
  border: 1px solid rgba(224, 120, 42, 0.25);
}

/* IA: textura sutil */
.landing--visual .section--ia {
  position: relative;
}
.landing--visual .section--ia .ia__layout {
  position: relative;
  z-index: 1;
}
.landing--visual .section--ia::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 5 L35 25 L55 30 L35 35 L30 55 L25 35 L5 30 L25 25 Z' fill='none' stroke='%23faf7f2' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 48px 48px;
}

/* Pricing: cinta superior */
.lv-pricing-ribbon {
  max-width: var(--max);
  margin: 0 auto 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.lv-pricing-ribbon__tag {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--blue-800);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.lv-pricing-ribbon__tag svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--orange-500);
}

/* Casos: marca de industria */
.lv-quote-mark {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(31, 42, 66, 0.06);
  border: 1px solid rgba(31, 42, 66, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lv-quote-mark svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--blue-700);
}

/* Origen: layout dos columnas + slot foto */
.landing--visual #fundadores .founders--visual {
  max-width: min(76rem, 100%);
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .landing--visual #fundadores .founders--visual {
    grid-template-columns: 1fr minmax(260px, 36%);
  }
  .landing--visual #fundadores .founders__story {
    text-align: left;
  }
}
.lv-photo-slot__frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--border-hairline);
  box-shadow: var(--shadow-lift);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(240, 235, 227, 0.8));
}
.lv-photo-slot__placeholder {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: repeating-linear-gradient(
    -12deg,
    rgba(31, 42, 66, 0.04),
    rgba(31, 42, 66, 0.04) 12px,
    rgba(224, 120, 42, 0.06) 12px,
    rgba(224, 120, 42, 0.06) 13px
  );
}
.lv-photo-slot__placeholder svg {
  width: min(40%, 7rem);
  height: auto;
  opacity: 0.35;
  color: var(--blue-800);
}
.lv-photo-slot__cap {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-soft);
  text-align: center;
}

/* Video: overlay play decorativo */
.lv-video-frame {
  position: relative;
  overflow: hidden;
}
.lv-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.lv-video-play svg {
  width: clamp(3.5rem, 12vw, 5rem);
  height: clamp(3.5rem, 12vw, 5rem);
  filter: drop-shadow(0 8px 24px rgba(20, 28, 44, 0.2));
  opacity: 0.9;
}
.lv-video-play circle {
  fill: rgba(250, 247, 242, 0.95);
}
.lv-video-play path {
  fill: var(--orange-500);
}

/* Blog */
.lv-blog-visual {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
  border: var(--border-hairline);
}
.lv-blog-visual svg {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  color: var(--blue-700);
  opacity: 0.85;
}

/* Producto: ilustración lateral (desktop) */
.lv-producto-split {
  max-width: min(76rem, 100%);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 960px) {
  .lv-producto-split {
    grid-template-columns: 1fr 220px;
  }
}
.lv-stack-illu {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(31, 42, 66, 0.04);
  border: 1px dashed rgba(31, 42, 66, 0.15);
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
}
.lv-stack-illu svg {
  width: 100%;
  height: auto;
  display: block;
}
.lv-stack-illu__cap {
  margin: 0.75rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink-soft);
  line-height: 1.4;
}
