/* ==========================================================================
   SIMFOUR home — ritmo invasWMS + colores hero SIMFOUR
   Navy #0b1220 · sky #7dd3fc / #0ea5e9 · CTA indigo→cyan
   Cache: ?v=20260807ai
   ========================================================================== */


.landing-page--home-sell {
  --inv-navy: #0b1220;
  --inv-navy-2: #0f1a2e;
  --inv-sky: #7dd3fc;
  --inv-cyan: #0ea5e9;
  --inv-indigo: #6366f1;
  --inv-ink: #0f172a;
  --inv-muted: #64748b;
  --inv-line: rgba(15, 23, 42, 0.1);
  --inv-soft: #f1f5f9;
}


/* ---------- Value (invas our solution) ---------- */
.lm-inv-value {
  padding: 3.5rem 0 3.25rem;
  background: #fff;
}

.lm-inv-value__head {
  max-width: 40rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.lm-inv-value__kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0369a1;
}

.lm-inv-value__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--inv-ink);
}

.lm-inv-value__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--inv-muted);
}

.lm-inv-value__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
  align-items: stretch;
}

.lm-inv-value__photo {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 18rem;
  background: var(--inv-soft);
  box-shadow: 0 24px 50px -30px rgba(11, 18, 32, 0.45);
}


.lm-inv-value__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lm-testimonials__avatar-img,
.lm-testimonials__logo-img,
.lm-testimonials__who picture,
.lm-testimonials__brand picture {
  display: block;
}

.lm-inv-value__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lm-inv-value__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.25rem 0;
}

.lm-inv-value__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lm-inv-value__stats li {
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: var(--inv-soft);
  border: 1px solid var(--inv-line);
}

.lm-inv-value__stats strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
  color: var(--inv-navy);
  letter-spacing: -0.02em;
}

.lm-inv-value__stats span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: #475569;
}

.lm-inv-value__cta {
  align-self: flex-start;
}

/* ---------- Cloud product (navy band) ---------- */
.lm-inv-cloud {
  padding: 3.25rem 0;
  background:
    radial-gradient(ellipse 60% 55% at 88% 20%, rgba(14, 165, 233, 0.14), transparent 55%),
    linear-gradient(165deg, var(--inv-navy) 0%, var(--inv-navy-2) 55%, var(--inv-navy) 100%);
  color: #fff;
}

.lm-inv-cloud__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.lm-inv-cloud__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--inv-sky);
}

.lm-inv-cloud__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.lm-inv-cloud__lead {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.lm-inv-cloud__checks {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.lm-inv-cloud__checks li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.35rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.lm-inv-cloud__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--inv-sky);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.2);
}

.lm-inv-cloud__frame {
  border-radius: 0.9rem;
  overflow: hidden;
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.65);
}

.lm-inv-cloud__chrome {
  display: flex;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  background: rgba(15, 23, 42, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lm-inv-cloud__chrome span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #64748b;
}

.lm-inv-cloud__chrome span:nth-child(1) { background: #f87171; }
.lm-inv-cloud__chrome span:nth-child(2) { background: #fbbf24; }
.lm-inv-cloud__chrome span:nth-child(3) { background: #34d399; }

.lm-inv-cloud__shots .lm-shot-carousel {
  margin: 0;
}

.lm-inv-cloud__shots img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  background: #020617;
}

/* ---------- Solutions (light, editorial) ---------- */
.lm-inv-sols {
  padding: 3.25rem 0;
  background: var(--inv-soft);
}

.lm-inv-sols__head {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.lm-inv-sols__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0369a1;
}

.lm-inv-sols__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
  font-weight: 700;
  color: var(--inv-ink);
}

.lm-inv-sols__lead {
  margin: 0;
  color: #475569;
  font-size: 1rem;
}

.lm-inv-sols__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.lm-inv-sols__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.35rem 1.15rem 1.2rem;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid var(--inv-line);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  box-shadow: 0 12px 28px -24px rgba(11, 18, 32, 0.45);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.lm-inv-sols__card:hover,
.lm-inv-sols__card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(14, 165, 233, 0.45);
  box-shadow: 0 18px 36px -22px rgba(11, 18, 32, 0.4);
  color: inherit;
  text-decoration: none;
  outline: none;
}

.lm-inv-sols__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(14, 165, 233, 0.16));
  color: var(--inv-indigo);
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.lm-inv-sols__name {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--inv-ink);
  line-height: 1.3;
}

.lm-inv-sols__desc {
  font-size: 0.88rem;
  color: var(--inv-muted);
  line-height: 1.4;
  flex: 1;
}

.lm-inv-sols__more {
  margin-top: 0.5rem;
  color: var(--inv-cyan);
  font-size: 1.15rem;
  line-height: 1;
}

/* ---------- Testimonials (2-up, advance by 1) ---------- */
.landing-page--home-sell .lm-testimonials {
  padding: 3.4rem 0 2.6rem;
  background:
    radial-gradient(ellipse 70% 50% at 8% 0%, rgba(14, 165, 233, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 100%, rgba(99, 102, 241, 0.06), transparent 50%),
    #fff;
}

.landing-page--home-sell .lm-testimonials__container.container {
  max-width: 1380px;
}

.landing-page--home-sell .lm-testimonials__intro .lm-section-lead {
  max-width: 38rem;
}

/* franja de logos eliminada */
.landing-page--home-sell .lm-testimonials__logos {
  display: none !important;
}

.landing-page--home-sell .lm-testimonials__shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  max-width: 100%;
  margin: 0 auto;
}

.landing-page--home-sell .lm-testimonials__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  container-type: inline-size;
  container-name: lm-t-view;
}

.landing-page--home-sell .lm-testimonials__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.5rem;
  width: max-content;
  max-width: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.landing-page--home-sell .lm-testimonials__card {
  flex: 0 0 calc(50cqw - 0.75rem);
  width: calc(50cqw - 0.75rem);
  max-width: calc(50cqw - 0.75rem);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--inv-line);
  border-radius: 1.15rem;
  padding: 1.75rem 1.9rem 1.55rem;
  height: 25.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.landing-page--home-sell .lm-testimonials__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 4.6rem;
  height: 4.6rem;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.landing-page--home-sell .lm-testimonials__brand--dark {
  background: #0b1220;
  border-color: #0b1220;
}

.landing-page--home-sell .lm-testimonials__logo-img {
  display: block;
  max-height: 3.6rem;
  max-width: min(100%, 16rem);
  width: auto;
  height: auto;
  object-fit: contain;
}

.landing-page--home-sell .lm-testimonials__logo-img.is-missing {
  display: none;
}

.landing-page--home-sell .lm-testimonials__logo-fallback {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--inv-ink);
  text-align: center;
  line-height: 1.2;
}

.landing-page--home-sell .lm-testimonials__logo-fallback--light {
  color: #f8fafc;
}

.landing-page--home-sell .lm-testimonials__quote {
  margin: 0;
  flex: 0 0 8.4rem;
  height: 8.4rem;
  overflow: hidden;
}

.landing-page--home-sell .lm-testimonials__quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #1e293b;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-page--home-sell .lm-testimonials__quote p::before {
  content: "\201C";
  color: var(--inv-cyan);
  font-size: 1.35em;
  line-height: 0;
  margin-right: 0.08em;
  font-weight: 700;
}

.landing-page--home-sell .lm-testimonials__who {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex: 0 0 6.75rem;
  height: 6.75rem;
  margin-top: 0;
}

.landing-page--home-sell .lm-testimonials__avatar-img {
  width: 6.75rem;
  height: 6.75rem;
  box-sizing: border-box;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e2e8f0;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--inv-line);
}

.landing-page--home-sell .lm-testimonials__avatar-img.is-missing {
  display: none;
}

.landing-page--home-sell .lm-testimonials__avatar--ph {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(14, 165, 233, 0.22));
  color: #1e3a5f;
}

.landing-page--home-sell .lm-testimonials__meta {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.landing-page--home-sell .lm-testimonials__name {
  font-size: 1.12rem;
  color: var(--inv-ink);
}

.landing-page--home-sell .lm-testimonials__role {
  font-size: 0.88rem;
  color: var(--inv-muted);
  line-height: 1.35;
}

.landing-page--home-sell .lm-testimonials__nav {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  border: 1px solid var(--inv-line);
  background: #fff;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.landing-page--home-sell .lm-testimonials__nav:hover,
.landing-page--home-sell .lm-testimonials__nav:focus-visible {
  border-color: var(--inv-cyan);
  color: var(--inv-cyan);
  outline: none;
}

.landing-page--home-sell .lm-testimonials__nav .mdi {
  font-size: 1.45rem;
}

.landing-page--home-sell .lm-testimonials__dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.landing-page--home-sell .lm-testimonials__dot-btn {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
}

.landing-page--home-sell .lm-testimonials__dot-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #64748b;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
}

.landing-page--home-sell .lm-testimonials__dot-btn.is-active::after {
  width: 1.35rem;
  border-radius: 999px;
  background: #0369a1;
}
.landing-page--home-sell .lm-home-cta-final {
  background: linear-gradient(135deg, #312e81 0%, #0c4a6e 100%);
}

@media (max-width: 991.98px) {
  .lm-inv-value__grid,
  .lm-inv-cloud__grid {
    grid-template-columns: 1fr;
  }

  .lm-inv-value__photo {
    min-height: 14rem;
    max-height: 16rem;
  }

  .lm-inv-sols__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .landing-page--home-sell .lm-testimonials__card {
    flex: 0 0 100cqw;
    width: 100cqw;
    max-width: 100cqw;
    padding: 1.3rem 1.25rem 1.2rem;
    height: 22.5rem;
  }

  .landing-page--home-sell .lm-testimonials__brand {
    flex: 0 0 4rem;
    height: 4rem;
  }

  .landing-page--home-sell .lm-testimonials__logo-img {
    max-height: 3.2rem;
  }

  .landing-page--home-sell .lm-testimonials__quote {
    flex: 0 0 8rem;
    height: 8rem;
  }

  .landing-page--home-sell .lm-testimonials__who {
    flex: 0 0 5.5rem;
    height: 5.5rem;
  }

  .landing-page--home-sell .lm-testimonials__quote p {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .landing-page--home-sell .lm-testimonials__avatar-img,
  .landing-page--home-sell .lm-testimonials__avatar--ph {
    width: 5.5rem;
    height: 5.5rem;
  }

  .landing-page--home-sell .lm-testimonials__quote p {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .lm-inv-sols__grid {
    grid-template-columns: 1fr;
  }

  .landing-page--home-sell .lm-testimonials__shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.35rem;
  }

  .landing-page--home-sell .lm-testimonials__nav {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lm-inv-sols__card {
    transition: none;
  }

  .landing-page--home-sell .lm-testimonials__track {
    transition: none;
  }
}
