.color {
  position: absolute !important;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #000 !important;
  border-color: #000 !important;
}

/* ==========================================================================
   SUNDAY STYLE HERO SECTION
   ========================================================================== */

/*
 * FOUC — íconos SVG “gigantes” al recargar:
 * - Tailwind (CDN) se ejecutaba al final del <body>; hasta entonces no existen
 *   utilidades como w-7 / h-[3rem].
 * - top_index_home_v2.php define svg { width:auto; height:auto } para el navbar;
 *   en un flex sin tamaño aún, el checkmark hereda eso y se ve enorme.
 * Estas reglas cargan con este CSS (head temprano) y acotan solo al hero.
 */
.hero-exclusive .hero-section-premium ul>li>div:first-child {
  box-sizing: border-box;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  border-radius: 9999px;
  background-color: #957afb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-exclusive .hero-section-premium ul>li>div:first-child svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
  max-width: 1.75rem !important;
  max-height: 1.75rem !important;
  display: block;
  flex-shrink: 0;
  color: #fff;
}

/* Hero Fiweex Chats — móvil / tablet: título centrado, bullets a la izquierda, CTA mismo ancho */
@media screen and (max-width: 991px) {
  .hero-exclusive .fc-hero-section {
    /* Misma anchura que los CTA; !important vence utilidades Tailwind posteriores (p. ej. max-w-full) */
    --hero-mobile-stack: 21.5rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-top: 100px;
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .hero-exclusive .hero-copy-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-exclusive .hero-headline {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 22rem;
    margin-bottom: 3.5rem !important;
  }

  .hero-exclusive .hero-benefit-text {
    font-size: clamp(1.06rem, 2.4vw, 1.22rem) !important;
  }

  /* Contenedor único: lista y CTA comparten exactamente la misma anchura y centro (vence flex + Tailwind) */
  .hero-exclusive .hero-stack-m {
    width: 100% !important;
    max-width: min(var(--hero-mobile-stack, 21.5rem), 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4.25rem !important;
    box-sizing: border-box;
  }

  .hero-exclusive .hero-stack-m .hero-benefits-list {
    text-align: left;
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    align-self: stretch !important;
    gap: 0.85rem !important;
    box-sizing: border-box;
  }

  .hero-exclusive .hero-stack-m .hero-cta-row {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Filas a ancho completo: rellenan el móvil con intención, texto alineado a la izquierda dentro de cada fila */
  .hero-exclusive .hero-benefits-list .hero-benefit-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: rgba(149, 122, 251, 0.07);
    border: 1px solid rgba(149, 122, 251, 0.2);
  }

  .hero-exclusive .hero-benefits-list .hero-benefit-item>div:first-child {
    margin-top: 0.12em;
  }

  .hero-exclusive .hero-stack-m .hero-cta-row {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
  }

  .hero-exclusive .hero-cta-btn {
    width: 100% !important;
    box-sizing: border-box;
    font-size: 15px;
  }

  .hero-exclusive .logo {
    justify-content: center;
    margin-bottom: 2.85rem;
  }

  .hero-exclusive .logo img {
    width: 118px !important;
  }

  .hero-exclusive .logo span {
    font-size: 3.45rem !important;
    margin-top: 2.5rem !important;
  }

  .hero-exclusive .scene-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0.75rem;
  }

  .hero-exclusive .main-gif img {
    width: min(92vw, 360px) !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-exclusive .hero-headline {
    max-width: 100%;
    font-size: clamp(1.55rem, 5.2vw, 3rem) !important;
    line-height: 1.18 !important;
    margin-bottom: 3.85rem !important;
  }

  .hero-exclusive .hero-benefit-text {
    font-size: clamp(1.1rem, 4.25vw, 1.42rem) !important;
    line-height: 1.42;
  }

  .hero-exclusive .hero-section-premium ul>li>div:first-child {
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.85rem;
    min-height: 2.85rem;
  }

  .hero-exclusive .hero-section-premium ul>li>div:first-child svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
  }

  .hero-exclusive .hero-stack-m {
    gap: 4.6rem !important;
  }

  .hero-exclusive .hero-stack-m .hero-benefits-list {
    gap: 1rem !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .hero-exclusive .hero-stack-m {
    display: contents !important;
  }

  .hero-exclusive .hero-benefits-list .hero-benefit-item {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto;
    align-items: center;
  }

  .hero-exclusive .hero-benefits-list .hero-benefit-item>div:first-child {
    margin-top: 0;
  }
}

body {
  font-family: 'touche', sans-serif;
}

/* Dashboard + glass cards: mismo recorte redondeado (cards no sobresalen del bloque) */
.hero-dashboard-stage {
  isolation: isolate;
  border-radius: 24px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hero-dashboard-stage {
    border-radius: 18px;
  }
}

@media screen and (min-width: 1024px) {

  .hero-section-premium h1,
  .hero-section-premium p {
    text-align: left !important;
  }
}

.tracking-tighter-custom {
  letter-spacing: -0.04em;
}

.leading-tighter-custom {
  line-height: 1.02;
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 25s linear infinite;
}

/* Navbar Override exclusivo para Index */
body .navbar.scrolled {
  background: transparent !important;
}

/* Ancla “volver arriba”: respeta navbar fijo (padding-top del body en top_index_home_v2.php) */
#fw-page-top {
  scroll-margin-top: 80px;
}

body.navbar-scrolled #fw-page-top {
  scroll-margin-top: 65px;
}

@media screen and (min-width: 992px) {

  .navbar.scrolled .nav-actions a[href="/paneldecontrol"],
  .navbar.scrolled .nav-actions a[href="/contactanos"] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
}

/* ==========================================================================
   FLOATING CTA (desktop) — igual que index.css; la lógica está en top_index_home_v2.php
   ========================================================================== */

.floating-cta-btn {
  position: fixed;
  top: 0;
  right: 140px;
  z-index: 1001;
  padding: 10px 26px;
  border-radius: 999px;
  font-family: 'touche', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid transparent;
  height: 40px;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.floating-cta-btn.fcta-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  top: 13px;
  animation: slideDownFade 0.4s ease-out;
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* En esta landing todo el scroll es sobre fondos oscuros: siempre CTA claro (el JS del navbar sigue alternando clases) */
#floatingCtaBtn.floating-cta-btn,
#floatingCtaBtn.floating-cta-btn.fcta-dark,
#floatingCtaBtn.floating-cta-btn.fcta-light {
  background: #fff !important;
  color: #111 !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18) !important;
  padding: 15px 30px 30px 30px;
}

#floatingCtaBtn.floating-cta-btn:hover,
#floatingCtaBtn.floating-cta-btn.fcta-dark:hover,
#floatingCtaBtn.floating-cta-btn.fcta-light:hover {
  background: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #111 !important;
  text-decoration: none;
}

.floating-cta-btn:focus:not(:focus-visible) {
  outline: none;
}

.floating-cta-btn:focus-visible {
  outline: 2px solid rgba(168, 156, 247, 0.95);
  outline-offset: 3px;
}

/* Navbar fijo en mobile con fondo sólido */
@media screen and (max-width: 991px) {
  .floating-cta-btn {
    display: none !important;
  }

  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 40px;
    z-index: 1000 !important;
    background: #000000 !important;
    backdrop-filter: none !important;
  }

  /* Evitar que el navbar se vuelva transparente al hacer scroll en mobile */
  body .navbar.scrolled {
    background: #000000 !important;
    height: 65px;
  }
}

/* Sección Logo */
.logo {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 7px;
  margin-bottom: 40px;
}

.logo img {
  width: 180px;
  height: auto;
  display: block;
}

.logo span {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #917BF3;
  margin-top: 35px;
  letter-spacing: -0.02em;
}

.touche-regular {
  color: white;
}

@media (max-width: 767px) {
  .centrado {
    justify-content: center;
  }
}

/* Fin Sección Logo */

/*Seccion Imagen*/
.scene-container {
  position: relative;
  width: 50%;
  max-width: 800px;
  height: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.main-gif img {
  width: 85%;
  /* Tamaño del celular */
  z-index: 5;
  /* Nivel intermedio */
  position: relative;
  image-rendering: -webkit-optimize-contrast;
}

.overlay-img {
  position: absolute;
  transition: transform 0.3s ease, opacity 0.5s ease-in-out;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
}

/* Posiciones exactas basadas en tu modelo */
.pos-top-left {
  top: 50px;
  left: -100px;
  width: 280px;
  z-index: 10;
  /* Por encima del celular */
}

.pos-mid-right {
  right: -20px;
  top: 30%;
  width: 250px;
  z-index: 8;
  /* Por encima del celular */
}

.pos-bottom-right {
  bottom: 20px;
  right: 50px;
  width: 200px;
  z-index: 12;
  /* Capa más alta */
}

.lines-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* Detrás de todo */
  opacity: 0.5;
}

/* Responsive: GIF más grande en móviles/tablets */
@media (max-width: 1023px) {
  .scene-container {
    width: 85%;
    max-width: 600px;
    height: auto;
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .scene-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 250px;
  }
}

/*Fin Seccion Imagen*/


/*Seccion 2*/
#wave-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  /* Ajusta la altura de la sección */
  background-color: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 6em;
  padding-left: 6em;
  padding-right: 6em;
  padding-bottom: 15em;
}

/* El canvas ahora es absoluto respecto a la sección */
#wave-section canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.section-content {
  position: relative;
  z-index: 2;
  /* Por encima de las ondas */
  display: grid;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.main-title {
  color: white;
  font-size: clamp(2rem, 3rem, 4rem);
  line-height: 1.1;
  text-align-last: center;
}

.pill {
  color: #917BF3;
  font-weight: 700;
}

.cards-side {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.glass-card.bg-image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(150, 122, 251, 0.541);
  border-color: rgb(150, 122, 251);
}

.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 24px;
  padding: 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  color: white;
  overflow: hidden;
}

.glass-card.bg-image-card {
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.glass-card.card-1 {
  background-image: url('../img/fiweex_chats/seccion2_imagen1.webp');
}

.glass-card.card-2 {
  background-image: url('../img/fiweex_chats/seccion2_imagen2.webp');
}

.glass-card.card-3 {
  background-image: url('../img/fiweex_chats/seccion2_imagen3.webp');
}


.glass-card p {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.1;
}

.glass-card .card-subtext {
  font-size: 1.5rem;
  color: #917BF3;
  margin-top: 40px;
  font-weight: 400;
}

.glass-card strong {
  display: inline;
  color: #fff;
}

.card-icon {
  font-size: 40px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 992px) {
  .section-content {
    grid-template-columns: 1fr;
  }

  #wave-section .text-side {
    width: 100%;
    text-align: center;
  }

  .cards-side {
    flex-wrap: wrap;
  }

  .glass-card {
    min-width: 200px;
  }
}

/*Fin Seccion 2*/

/*Seccion 3*/
.hero-container {
  background-color: #111111;
  display: flex;
  align-items: center;
  /* Centra verticalmente los elementos */
  justify-content: center;
  /* Centra el grupo en la pantalla */
  gap: 40px;
  /* Espacio entre el logo, la línea y el texto */
  padding: 130px 50px 0px 50px;
}

.hero-logo {
  flex-direction: column;
  align-items: center;
}

.hero-logo img {
  max-width: 235px;
  /* Ajusta según el tamaño de tu imagen */
  display: block;
}

.logo-text {
  font-size: 45px;
  font-weight: 600;
  color: #917BF3;
  margin-top: -15px;
  letter-spacing: -0.02em;
}

/* La línea vertical */
.divider {
  width: 2px;
  height: 130px;
  /* Ajusta la altura de la línea */
  background-color: rgb(149 122 251 / var(--tw-text-opacity, 1));
  /* El color morado de la imagen */
  opacity: 0.5;
}

.hero-content {
  max-width: 600px;
  /* Controla que el texto no se estire demasiado */
}

.hero-content p {
  font-size: 36px;
  line-height: 1.1;
  color: white;
  margin: 0;
}

.hero-content strong {
  font-weight: 600;
  /* Para el texto en negrita */
}


:root {
  --purple-accent: #917BF3;
  --dark-bg: #000000;
  --gray-text: #a0a0a0;
  --white: #ffffff;
}

.features-section {
  padding: clamp(50px, 10vw, 90px) clamp(12px, 3vw, 20px);
  background-color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Contenedor Negro Principal */
.feature-card {
  background-color: var(--dark-bg);
  width: 100%;
  max-width: min(90%, 1400px);
  border-radius: clamp(28px, 6vw, 90px);
  padding: clamp(28px, 5vw, 100px) clamp(18px, 4vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: clamp(20px, 3vw, 30px);
  margin: 0;
  color: var(--white);
}


.feature-card.reverse .info-side {
  order: 2;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.feature-card.reverse .visual-side {
  order: 1;
}

/* Estilos de Texto */
.tag-label {

  background-color: var(--purple-accent);
  padding: 0 10px;
  line-height: 1.15;
  color: var(--white);
  font-weight: 400;
  font-size: 500%;
  margin-bottom: 8px;
  display: inline-block;
}

.main-subtitle {
  font-size: clamp(1.8rem, 5vw, 3.3rem);
  font-style: italic;
  font-weight: 900;
  margin-top: -7px;
  margin-bottom: clamp(15px, 4vw, 50px);
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.benefit-list li {
  font-size: clamp(1.3rem, 2vw, 2rem);
  padding: clamp(10px, 1.5vw, 16px) 0;
  position: relative;
  display: flex;
  /*align-items: center;*/
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.benefit-list li:last-child {
  border-bottom: none;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  color: #ffffff91;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.benefit-list li::before {
  display: none;
}

/* Ajuste para cards reversos - alinear items a la derecha */
.feature-card.reverse .benefit-list li {
  flex-direction: row;
  text-align: right;
  justify-content: flex-end;
}

.feature-card.reverse .benefit-list li .feature-text {
  text-align: right;
}

.feature-card.reverse .benefit-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Visual side container */
.visual-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* El cuadro blanco (donde iría la UI) */
.inner-screen {
  width: 100%;
  max-width: min(100%, 850px);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

/* Imagen que llena el inner-screen completamente */
.inner-screen-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5%;
}

/* Conector Blob Orgánico */
.blob-connector {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 0 auto;
}

.blob {
  width: 90px;
  height: 90px;
  background: #000;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blob-morph 5s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@keyframes blob-morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: scale(1);
  }

  20% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: scale(1.05);
  }

  40% {
    border-radius: 50% 60% 30% 70% / 30% 40% 70% 50%;
    transform: scale(0.95);
  }

  60% {
    border-radius: 40% 50% 60% 30% / 70% 30% 50% 60%;
    transform: scale(1.08);
  }

  80% {
    border-radius: 70% 30% 50% 50% / 40% 70% 30% 50%;
    transform: scale(0.97);
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: scale(1);
  }
}

/* Desktop Grande (1440px+) */
@media (min-width: 1440px) {
  .feature-card {
    max-width: 1200px;
  }
}

/* Desktop Medio (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .feature-card {
    max-width: 1100px;
    padding: 80px 60px;
  }

  .tag-label {
    font-size: 4rem;
  }

  .main-subtitle {
    font-size: 4rem;
  }
}

/* Desktop Pequeño / Tablets Grandes (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .feature-card {
    max-width: 90%;
    padding: 70px 50px;
    border-radius: 60px;
  }

  .tag-label {
    font-size: 3.5rem;
  }

  .main-subtitle {
    font-size: 3.5rem;
  }

  .benefit-list li {
    font-size: 1.6rem;
  }
}

/* Tablets (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .features-section {
    padding: 100px 20px;
  }

  .feature-card {
    grid-template-columns: 1fr 1fr;
    max-width: 95%;
    padding: 50px 35px;
    border-radius: 50px;
    gap: 25px;
  }

  .tag-label {
    font-size: 2.8rem;
    padding: 8px 15px 0 5px;
  }

  .main-subtitle {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .benefit-list li {
    font-size: 1.3rem;
    padding: 12px 0;
  }

  .benefit-list li::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: 12px;
  }

  .inner-screen {
    border-radius: 40px;
  }

  .inner-screen-image {
    border-radius: 40px;
  }
}

/* Móviles Grandes (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .features-section {
    padding: 60px 15px;
  }

  .feature-card {
    grid-template-columns: 1fr;
    border-radius: 35px;
    padding: 50px 60px;
    text-align: center;
    max-width: 95%;
    gap: 25px;
  }

  .feature-card.reverse .info-side {
    order: unset;
    align-items: center;
  }

  .feature-card.reverse .visual-side {
    order: unset;
  }

  .info-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tag-label {
    font-size: 2.2rem;
    padding: 8px 15px 2px 8px;
    margin-bottom: 5px;
  }

  .main-subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .benefit-list li {
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: start;
    /*justify-content: center;*/
  }

  .benefit-list li::before {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-size: 11px;
  }

  .feature-card.reverse .benefit-list li {
    flex-direction: row;
    text-align: center;
  }

  .feature-card.reverse .benefit-list {
    align-items: start;
  }

  .feature-card.reverse .benefit-list li .feature-text {
    text-align: start;
  }

  .inner-screen {
    border-radius: 30px;
    max-width: 500px;
    margin: 0 auto;
  }

  .inner-screen-image {
    border-radius: 30px;
  }

  .blob {
    width: 60px;
    height: 60px;
  }

  .blob-connector {
    height: 80px;
  }
}

@media (max-width: 500px) {
  feature-card.reverse .info-side {
    align-items: center;
  }
}

/* Móviles Pequeños (< 480px) */
@media (max-width: 479px) {
  .features-section {
    padding: 50px 12px;
  }

  .feature-card {
    grid-template-columns: 1fr;
    border-radius: 28px;
    padding: 28px 18px;
    text-align: center;
    max-width: 98%;
    gap: 20px;
  }

  .feature-card.reverse .info-side,
  .feature-card.reverse .visual-side {
    order: unset;
    align-items: center;
  }

  .info-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tag-label {
    font-size: 1.8rem;
    padding: 6px 12px 2px 6px;
    margin-bottom: 4px;
  }

  .main-subtitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: -6px;
  }

  .benefit-list {
    width: 100%;
  }

  .benefit-list li {
    font-size: 1rem;
    padding: 10px 30px;
    justify-content: center;
    text-align: left;
  }

  .benefit-list li::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-size: 10px;
  }

  .feature-card.reverse .benefit-list li {
    flex-direction: row;
    text-align: center;
  }

  .feature-card.reverse .benefit-list {
    align-items: center;
    padding: 0 21px;
  }

  .feature-card.reverse .benefit-list li .feature-text {
    text-align: left;
  }

  .inner-screen {
    border-radius: 24px;
    max-width: 420px;
    margin: 0 auto;
  }

  .inner-screen-image {
    border-radius: 24px;
  }

  .blob {
    width: 50px;
    height: 50px;
  }

  .blob-connector {
    height: 60px;
  }
}

/* Hero section responsive - Mobile */
@media (max-width: 767px) {
  .hero-container {
    flex-direction: column;
    padding: 80px 20px 40px 20px;
    gap: 20px;
    text-align: center;
  }

  .hero-logo img {
    max-width: 150px;
  }

  .logo-text {
    font-size: 32px;
    margin-top: -10px;
  }

  .divider {
    width: 80px;
    height: 2px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content p {
    font-size: 22px;
  }
}

/* Tablets - Hero adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-container {
    padding: 120px 30px 0px 30px;
    gap: 30px;
  }

  .hero-logo img {
    max-width: 180px;
  }

  .logo-text {
    font-size: 38px;
  }

  .divider {
    height: 100px;
  }

  .hero-content p {
    font-size: 28px;
  }
}

/* Fin de Seccion 3*/


/*Seccion 5*/
:root {
  --primary-violet: #917BF3;
  --dark-content: #121212;
}

.interaction-block {
  width: 100%;
  padding: 225px 8%;
  background-color: white;
  display: flex;
  justify-content: center;
}

.interaction-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}

/* Tipografía y Títulos */
.interaction-headline {
  font-size: clamp(2.5rem, 5vw, 8rem);
  /* Se ajusta al tamaño de pantalla */
  color: var(--primary-violet);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 50px;
}

.chat-pill {
  background-color: var(--primary-violet);
  color: #fff;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8em;
}

.interaction-lead {
  /*color: white; */
  font-size: 3.4rem;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 50px;
  font-weight: 400;
}

/* Botón de Estilo Outlined */
.contact-button {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid var(--primary-violet);
  color: var(--primary-violet);
  text-decoration: none;
  border-radius: 50px;
  font-size: 3rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-button:hover {
  background-color: var(--primary-violet);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(149, 122, 251, 0.3);
  text-decoration: none;
}

/* El cuadro negro (Visual) */
.black-display {
  background-color: #000;
  align-items: flex-end;
  width: 393px;
  height: 700px;
  aspect-ratio: 1 / 1.3;
  border-radius: 110px;
  /* Bordes muy suaves tipo iOS */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Responsive para Tablets y Móviles */
@media (max-width: 992px) {
  .interaction-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .interaction-headline {
    font-size: 3rem;
  }

  .black-display {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 60px;
  }
}

/*Fin de Seccion 5*/

/*Seccion 6*/
/* ===================================================================
   SECCIÓN 9 - PRECIOS
   =================================================================== */

.seccion_normal_9 {
  padding: 160px 0px 150px 0px;
}

.pricing-section-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pricing-section-wrapper {
  background-color: #000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 140px 20px;
}

.pricing-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-section-title {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.1;
  text-align: center;
}

.text-purple {
  color: #917BF3;
  font-weight: 800;
}

.text-purple-sub {
  color: #917BF3;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(2rem, 2vw, 2.5rem)
}

.text-bold {
  font-weight: 800;
  color: #fff;
}

.pricing-section-subtitle {
  font-size: 2rem;
  font-style: italic;
  color: #fff;
  font-weight: 300;
}

/* Nuevo título de sección de precios */
.pricing-section-title-new {
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
  max-width: 800px;
}

.pricing-section-title-new .text-purple {
  color: #917BF3;
  font-weight: 600;
}

.pricing-section-title-new strong {
  font-weight: 700;
  color: #25d366;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 8px;
}

.pricing-card-item {
  background: linear-gradient(to bottom,
      rgba(149, 122, 251, 0.2) 0%,
      #917BF3 100%);
  border-radius: 30px;
  padding: 60px 15px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  will-change: transform;
}

.pricing-card-item:hover {
  transform: scale(1.03);
  border: 1px solid #917BF3;
  box-shadow: 0 10px 30px rgba(157, 142, 238, 0.4);
}

.pricing-card-range {
  font-size: 2.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.5;
}

.pricing-card-label {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-card-divider {
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}

.pricing-card-amount {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.pricing-card-period {
  font-size: 1.5rem;
  font-weight: 400;
}

.pricing-card-button {
  background-color: white;
  color: #000;
  padding: 10px 20px 6px 20px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
  outline: none;
}

.pricing-card-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(149, 122, 251, 0.4);
}

.pricing-card-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #000;
}

.pricing-card-button::after {
  content: "\2197";
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.pricing-card-button:hover::after {
  transform: translate(3px, -3px);
}

.pricing-card-button:active,
.pricing-card-button:visited {
  text-decoration: none;
  color: #000;
}

/*Fin de Seccion 6*/












/*--------------------------CHATBOTS-------------------------*/
/* --- ENTORNO GENERAL --- */
.xb-landing-wrapper {
  background-color: #111111;
  min-height: 800px;
  /* Reemplazado vh por px */
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}

/* --- COLUMNA IZQUIERDA --- */
.xb-main-heading {
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 700;
}

.xb-heading-line1 {
  color: white;
  font-size: 100%;
  font-weight: 600;
}

.xb-heading-line2 {
  color: white;
  font-size: 100%;
  font-weight: 400;
}

.xb-badge-purple {
  background-color: #917BF3;
  font-size: 140%;
  font-weight: 600;
  padding-top: 10px;
}

.xb-text-description {
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  color: #e5e5e5;
  opacity: 0.9;
  line-height: 1.3;
  margin-top: 6%;
}

.xb-btn-neon {
  margin-top: 4%;
  display: inline-block;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid rgba(168, 85, 247, 0.4);
  box-shadow: inset 0 0 20px rgba(168, 85, 247, 0.2);
  transition: all 0.3s ease;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
}

.xb-btn-neon:hover {
  background: #917BF3;
  box-shadow: #917BF3, inset 0 0 20px #917BF3;
  color: #fff;
  text-decoration: none;
}

/* Efecto spotlight para el botón */
.xb-btn-spotlight {
  background: radial-gradient(ellipse 80% 150% at 50% 50%, rgba(150, 122, 251, 0.35) 0%, rgba(150, 122, 251, 0.1) 40%, transparent 55%), transparent;
}

/* --- COLUMNA DERECHA --- */
.xb-bg-glow {
  display: none;
}

/* Contenedor transparente (Fondo negro, padding y shadow eliminados) */
.xb-presentation-card {
  width: 100%;
  max-width: 650px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Efecto de brillo de color #917BF3 a los lados - Eliminado */
.xb-presentation-card::before,
.xb-presentation-card::after {
  display: none;
}

/* --- DOCK ESTILO macOS (soluciones-dock - vidrio + magnificación por JS) --- */
.soluciones-dock-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding: 20px 0 6px 0;
}

.soluciones-dock-surface {
  position: relative;
  max-width: 100%;
  padding: 12px 20px 9px;
  background: linear-gradient(180deg, rgba(50, 50, 60, 0.72) 0%, rgba(22, 22, 30, 0.78) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 26px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 0.5px rgba(0, 0, 0, 0.35) inset,
    0 8px 24px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.soluciones-dock-outer,
.soluciones-dock-surface {
  overflow: visible;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .soluciones-dock-surface {
    background: rgba(28, 28, 36, 0.95);
  }
}

.soluciones-dock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0 10px;
  min-width: 0;
  min-height: 1px;
}

.soluciones-dock-item {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  min-width: 60px;
  box-sizing: border-box;
  will-change: width;
}

.soluciones-dock--magnify .soluciones-dock-item:hover,
.soluciones-dock--magnify .soluciones-dock-item:focus-within {
  z-index: 2;
}

.soluciones-rubro-btn {
  --dock-scale: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
  padding: 0 0 2px;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  position: relative;
  transform: scale(var(--dock-scale));
  transform-origin: 50% 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.85, 0.2, 1.12);
}

.soluciones-dock--magnify .soluciones-rubro-btn {
  transition: transform 0.1s ease-out;
}

@keyframes soluciones-dock-bounce {
  0%, 100% { transform: translateY(0); }
  20%      { transform: translateY(-3px); }
  50%      { transform: translateY(0); }
  75%      { transform: translateY(-2px); }
}

.soluciones-rubro-btn:active .soluciones-rubro-icon {
  animation: soluciones-dock-bounce 0.5s ease-out;
}

.soluciones-rubro-dock-label {
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(4px) scale(0.96);
  max-width: 240px;
  font-family: 'touche', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1px, rgba(40, 40, 50, 0.92) 1px, rgba(40, 40, 50, 0.88) 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 3px 9px 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.soluciones-rubro-dock-label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(40, 40, 50, 0.85);
  transform: translateX(-50%);
}

.soluciones-rubro-btn:hover .soluciones-rubro-dock-label,
.soluciones-rubro-btn:focus-visible .soluciones-rubro-dock-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  transition: opacity 0.1s ease, transform 0.18s cubic-bezier(0.2, 0.85, 0.2, 1.05);
}

.soluciones-rubro-icon {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.08) 100%),
    #2a2a35;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.45) inset, 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 4px 8px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.soluciones-rubro-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 50%);
  opacity: 0.4;
  pointer-events: none;
}

.soluciones-rubro-icon i {
  position: relative;
  z-index: 1;
  font-size: 22px;
}

.soluciones-rubro-btn:hover .soluciones-rubro-icon {
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 6px 12px rgba(0, 0, 0, 0.35);
}

.soluciones-rubro-btn.active .soluciones-rubro-icon {
  background:
    linear-gradient(160deg, rgba(149, 122, 251, 0.5) 0%, rgba(149, 122, 251, 0.2) 50%, rgba(40, 28, 80, 0.55) 100%),
    #352850;
  box-shadow: 0 0 0 0.5px rgba(180, 160, 255, 0.45) inset, 0 0 0 1px rgba(180, 160, 255, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 6px 12px rgba(0, 0, 0, 0.35);
}

.soluciones-rubro-btn.active::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: -2px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .soluciones-rubro-btn {
    transition: transform 0.2s ease;
  }

  .soluciones-rubro-btn:active .soluciones-rubro-icon {
    animation: none;
  }
}

/* "Shelf" tipo macOS: reflejo suave bajo el dock */
.soluciones-dock-shelf {
  width: min(93%, 580px);
  max-width: 100%;
  height: 13px;
  border-radius: 0 0 28px 28px;
  margin: 0 auto;
  margin-top: -4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  transform: scaleX(0.55) scaleY(0.6);
  transform-origin: 50% 0;
}


/* --- MOCKUP IPHONE --- */
.xb-device-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.xb-phone-frame {
  width: 295px;
  height: 600px;
  /* max-height: 75vh Eliminado - Todo en px */
  background-color: #111111;
  border-radius: 46px;
  padding: 8px;
  border: 4px solid #f9f0f5;
  box-shadow: inset 0 0 0 2px #000, 0 0 20px rgba(145, 123, 243, 0.6), 0 0 40px rgba(145, 123, 243, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
}

.xb-phone-screen {
  background-color: #efeae2;
  border-radius: 38px;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

.xb-notch-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 30;
}

.xb-notch-cutout {
  width: 120px;
  height: 24px;
  background-color: #111111;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 2px;
}

.xb-speaker-slot {
  width: 35px;
  height: 4px;
  border-radius: 3px;
  background: #222;
}

.xb-camera-lens {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0a0a0a;
  box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.15);
}

/* --- INTERFAZ WHATSAPP BLANCA --- */
.xb-wa-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e9edef;
  padding-bottom: 10px;
  z-index: 10;
  position: relative;
}

.xb-ios-status {
  width: 100%;
  height: 30px;
  padding-top: 4px;
  z-index: 31;
}

.xb-text-dark {
  color: #111b21 !important;
}

.xb-time {
  font-size: 14.5px;
  letter-spacing: -0.3px;
}

.xb-icons {
  gap: 5px;
}

.xb-icons .fa-signal {
  font-size: 11px;
}

.xb-icons .fa-wifi {
  font-size: 12px;
}

.xb-icons .fa-battery-three-quarters {
  font-size: 16px;
  margin-top: 1px;
}

.xb-wa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.xb-bot-name {
  font-size: 16px;
  font-family: 'Segoe UI', sans-serif;
}

.xb-wa-status {
  color: #667781;
  font-size: 12px;
  font-family: 'Segoe UI', sans-serif;
}

.xb-wa-chat-area {
  flex-grow: 1;
  background-color: #efeae2;
  background-image: linear-gradient(rgba(239, 234, 226, 0.85), rgba(239, 234, 226, 0.85)), url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
  background-size: cover;
  background-position: center;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  min-height: 0;
}

.xb-wa-chat-area::-webkit-scrollbar {
  width: 4px;
}

.xb-wa-chat-area::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.xb-msg-bubble {
  max-width: 92%;
  padding: 6px 8px 8px 10px;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.35;
  position: relative;
  word-wrap: break-word;
  animation: xbFadeIn 0.2s ease-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.xb-msg-bot {
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #111b21 !important;
  align-self: flex-start;
  border-top-left-radius: 2px;
  margin-left: 6px;
}

.xb-msg-bot::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  border-width: 0 8px 12px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.xb-msg-user {
  font-size: 1.2rem;
  background-color: #d9fdd3;
  color: #111b21 !important;
  align-self: flex-end;
  border-top-right-radius: 2px;
  margin-right: 6px;
}

.xb-msg-user::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  border-width: 0 0 12px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #d9fdd3;
}

.xb-wa-link {
  color: #027eb5;
  text-decoration: none;
  cursor: pointer;
}

.xb-wa-link:hover {
  text-decoration: underline;
}

.xb-wa-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.65rem;
  color: #667781;
  float: right;
  margin-left: 10px;
  margin-top: 4px;
  position: relative;
  top: 3px;
}

.xb-tick-blue {
  color: #53bdeb;
  font-size: 0.75rem;
  margin-left: 3px;
}

.xb-wa-footer {
  background-color: #f0f2f5;
  padding: 6px 10px 8px 10px !important;
}

.xb-input-bar {
  font-size: 1.7rem;
  background-color: #ffffff;
  border-radius: 22px;
  min-height: 38px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.xb-chat-input {
  font-size: 1.6rem;
  background: transparent;
  border: none;
  color: #111b21;
  width: 100%;
  outline: none;
  font-size: 0.9rem;
}

.xb-chat-input::placeholder {
  color: #8696a0;
}

.xb-wa-footer i.text-secondary {
  color: #54656f !important;
}

.xb-chat-input[type=number]::-webkit-inner-spin-button,
.xb-chat-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.xb-send-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00a884;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  cursor: pointer;
}

@keyframes xbFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Margen mockup desktop; en móvil menos aire */
.xb-mockup-col {
  margin-top: 11%;
  margin-bottom: 7%;
}

/* --- SUPER RESPONSIVE PARA MÓVILES --- */
@media (max-width: 991px) {
  .xb-landing-wrapper {
    min-height: auto;
    padding-top: 10rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xb-mockup-col {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
  }

  .xb-main-heading {
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 1rem !important;
  }

  .xb-badge-purple {
    font-weight: 600;
    padding: 8px 16px 10px !important;
    margin-top: 0.65rem !important;
  }

  .xb-text-description {
    font-size: 1.8rem;
    line-height: 1.45;
    margin-top: 0.75rem;
  }

  .xb-btn-neon {
    padding: 8px 22px;
    margin-top: 0.5rem;
  }

  .xb-presentation-card {
    padding: 12px 6px 20px 6px;
    max-width: min(100%, 300px);
    width: 100%;
  }

  @media (max-width: 600px) {
    .xb-btn-neon {
    font-size: 15px;
  }
  }

  /* Más estrecho y un poco más alto: mejor proporción en mano */
  .xb-phone-frame {
    width: 100%;
    max-width: 268px;
    height: 632px;
    border-radius: 40px;
    padding: 6px;
    border-width: 3px;
  }

  .xb-phone-screen {
    border-radius: 34px;
  }

  .xb-notch-cutout {
    width: 108px;
    height: 22px;
  }

  .soluciones-dock-outer {
    padding: 18px 0 14px;
    overflow: visible;
    max-width: 100%;
  }

  .soluciones-dock-shelf {
    display: none;
  }

  /* Carrusel horizontal: scroll + snap */
  .soluciones-dock-surface {
    padding: 24px 14px 18px;
    border-radius: 20px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    width: 100%;
    max-width: 280px;
  }

  .soluciones-dock-surface::-webkit-scrollbar {
    display: none;
  }

  .soluciones-dock {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 4px 8px;
    width: max-content;
    max-width: none;
    min-width: max-content;
    min-height: 52px;
    overflow: visible;
    padding: 6px 0 8px;
    margin: 0;
  }

  .soluciones-dock-item {
    flex-shrink: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    min-width: auto;
  }

  .soluciones-rubro-btn {
    width: auto;
    margin: 0;
    flex-shrink: 0;
    overflow: visible;
  }

  /* Móvil: ocultar labels en el carril para evitar overflow */
  .soluciones-rubro-dock-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
  }

  .soluciones-rubro-dock-label::after {
    display: none;
  }

  .soluciones-rubro-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .soluciones-rubro-icon i {
    font-size: 18px;
  }

  .soluciones-rubro-btn:active .soluciones-rubro-icon {
    animation: none;
  }

  .xb-bg-glow {
    width: 100vw;
    height: 100vw;
  }

  /* Chat interno más compacto */
  .xb-phone-frame .xb-bot-name {
    font-size: 14px;
  }

  .xb-phone-frame .xb-wa-status {
    font-size: 11px;
  }

  .xb-phone-frame .xb-msg-bot,
  .xb-phone-frame .xb-msg-user {
    font-size: 0.95rem;
  }

  .xb-phone-frame .xb-input-bar {
    min-height: 34px;
    font-size: 1.1rem;
  }

  .xb-phone-frame .xb-chat-input {
    font-size: 0.82rem;
  }

  .xb-phone-frame .xb-send-btn {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .xb-phone-frame .xb-wa-chat-area {
    padding: 8px;
    gap: 5px;
  }
}

@media (max-width: 400px) {
  .xb-main-heading {
    font-size: 1.85rem;
  }

  .xb-text-description {
    font-size: 1rem;
  }

  .xb-presentation-card {
    padding: 10px 4px 18px 4px;
    max-width: min(100%, 290px);
  }

  .xb-phone-frame {
    max-width: 240px;
    height: 450px;
  }

  .soluciones-dock-surface {
    max-width: 264px;
    scroll-padding-inline: 12px;
  }
}

/* ==========================================================================
   NUEVA SECCIÓN DE PRECIOS - DISEÑO WHATSAPP LINES
   ========================================================================== */

.pricing-cards-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.pricing-card-new {
  background: linear-gradient(180deg, #1a1625 0%, #0f0d16 100%);
  border: 1px solid rgba(149, 122, 251, 0.15);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(149, 122, 251, 0.15);
  border-color: rgba(149, 122, 251, 0.3);
}

/* Badge de líneas de WhatsApp */
.pricing-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 20px;
  width: fit-content;
}

.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #25D366;
}

.badge-icon svg {
  width: 100%;
  height: 100%;
}

.badge-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #25D366;
  letter-spacing: -0.5px;
}

.badge-suffix {
  font-size: 1rem;
  color: rgba(37, 211, 102, 0.7);
  font-weight: 500;
}

/* Divisor */
.pricing-card-divider-new {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(149, 122, 251, 0.3) 50%, transparent 100%);
  margin: 20px 0 24px 0;
}

/* Precio */
.pricing-card-price {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 4px;
}

.pricing-card-price .currency {
  font-size: 2rem;
  font-weight: 600;
  color: #917BF3;
  line-height: 1;
  margin-top: 4px;
}

.pricing-card-price .amount {
  font-size: 4.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
}

.pricing-card-period-new {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 50px;
}

/* Lista de características */
.pricing-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(149, 122, 251, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}

.check-icon svg {
  width: 14px;
  height: 14px;
  color: #917BF3;
}

/* Botón */
.pricing-card-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 14px 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 24px;
}

.pricing-card-btn-new:hover {
  background: rgba(149, 122, 251, 0.2);
  border-color: rgba(149, 122, 251, 0.4);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-cards-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .pricing-cards-grid-new {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .pricing-card-new {
    padding: 28px 24px;
    min-height: auto;
  }

  .pricing-card-price .amount {
    font-size: 3.5rem;
  }
}

/* ==========================================================================
   SECCIÓN IA ANALIZADOR
   ========================================================================== */

.ai-analyzer-section {
  background-color: #000;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.ai-analyzer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center top, rgba(145, 123, 243, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.ai-analyzer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ai-analyzer-header {
  text-align: center;
  margin-bottom: 60px;
}

.ai-analyzer-title {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .ai-analyzer-title {
    font-size: 3.5rem;
  }
}

.wa-green {
  color: #25D366;
}

.ai-analyzer-subtitle {
  font-size: clamp(1rem, 1.8rem, 2rem);
  color: rgba(255, 255, 255, 0.473);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.ai-analyzer-subtitle strong {
  color: rgba(255, 255, 255, 0.473);
  font-weight: 600;
}

.ai-analyzer-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.ai-card {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.ai-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #917BF3, #b8a5f8);
}

.ai-card.green-accent::before {
  background: linear-gradient(90deg, #25D366, #4ade80);
}

.ai-card.red-accent::before {
  background: linear-gradient(90deg, #ef4444, #f87171);
}

.ai-card:hover {
  border-color: rgba(145, 123, 243, 0.4);
  transform: translateY(-4px);
}

.ai-card-number {
  top: 20px;
  left: 20px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.ai-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 8px;
}

.ai-card-icon.purple {
  background: #22123c;
  color: #fff;
}

.ai-card-icon.green {
  background: #002f21;
  color: #fff;
}

.ai-card-icon.red {
  background: #2a0a0a;
  color: #fff;
}

.ai-card-title {
  font-size: clamp(1rem, 1.8rem, 2.5rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.ai-card-text {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.ai-dashboard-preview {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 32px;
  /*max-width: 900px;*/
  margin: 0 auto;
}

.ai-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.ai-header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 500;
}

.ai-badge.status-connected {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.ai-badge.status-active {
  background: rgba(145, 123, 243, 0.15);
  color: #917BF3;
  border: 1px solid rgba(145, 123, 243, 0.3);
}

.pulse {
  width: 6px;
  height: 6px;
  background: #25D366;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

.ai-brand {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ai-tags-row {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ai-tag {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 500;
}

.tag-purple {
  background: rgba(145, 123, 243, 0.12) !important;
  color: #917BF3 !important;
  border: 1px solid rgba(145, 123, 243, 0.25) !important;
}

.tag-green {
  background: rgba(37, 211, 102, 0.12) !important;
  color: #25D366 !important;
  border: 1px solid rgba(37, 211, 102, 0.25) !important;
}

.tag-red {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #ef4444 !important;
  border: 1px solid rgba(239, 68, 68, 0.25) !important;
}

.ai-tag-add {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ai-tag-add:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.ai-chat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ai-chat-item {
  display: grid;
  grid-template-columns: 80px minmax(150px, 220px) minmax(180px, 240px) 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.ai-chat-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(145, 123, 243, 0.2);
  transform: translateX(5px);
}

.ai-chat-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 2.5vw, 3rem);
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .ai-chat-avatar {
    width: 60px;
    height: 60px;
  }
}

.ai-chat-avatar.ag {
  background: #22123c;
}

.ai-chat-avatar.ma {
  background: #002b21;
}

.ai-chat-avatar.ni {
  background: #22123c;
}

.ai-chat-name {
  font-size: clamp(1rem, 1.5vw, 2rem);
  color: #fff;
  font-weight: 500;
}

.ai-chat-tag {
  padding: 6px 20px;
  border-radius: 10px;
  font-size: clamp(0.9rem, 1vw, 1.5rem);
  font-weight: 600;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}

.ai-chat-preview {
  font-size: clamp(1rem, 1vw, 1.5rem);
  color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
}

@media (max-width: 992px) {
  .ai-analyzer-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-dashboard-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-chat-item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
  }

  .ai-chat-tag {
    order: 3;
    justify-self: flex-start;
  }

  .ai-chat-preview {
    order: 4;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    opacity: 0.6;
  }
}

@media (max-width: 640px) {
  .ai-analyzer-section {
    padding: 60px 30px;
  }

  .ai-dashboard-preview {
    padding: 20px;
  }

  .ai-chat-info {
    min-width: auto;
    flex: 1;
  }

  .ai-chat-preview {
    display: none;
  }
}

/* ==========================================================================
   SECCIÓN PASOS CARRUSEL
   ========================================================================== */

.steps-carousel-section {
  background-color: #000;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.steps-carousel-container {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* Transición suave para el enmascarado */
  transition: -webkit-mask-image 0.5s ease, mask-image 0.5s ease;
}

.steps-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(149, 122, 251, 0.1), #000);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Efecto de difuminado en el borde derecho activo solo en el primer paso */
.steps-carousel-container.faded-right {
  -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
  mask-image: linear-gradient(to right, black 70%, transparent 100%);
}

.steps-carousel-container.faded-right::after {
  opacity: 1;
}

/* Efecto de difuminado en el borde izquierdo (para cuando se activa el segundo dot) */
.steps-carousel-container.faded-left {
  -webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);
  mask-image: linear-gradient(to left, black 70%, transparent 100%);
}

.steps-carousel-container.faded-left::after {
  left: 0;
  right: auto;
  background: linear-gradient(to left, transparent, rgba(149, 122, 251, 0.1), #000);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .steps-carousel-container.faded-right,
  .steps-carousel-container.faded-left {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .steps-carousel-container::after {
    display: none !important;
  }
}

.steps-carousel-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.3;
}

.steps-title-bold {
  font-weight: 700;
}

.whatsapp-green {
  color: #25D366;
  font-weight: 600;
}

/* Carrusel de pasos */
.steps-carousel {
  position: relative;
}

.steps-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 15px;
  height: 650px;
}

.steps-carousel .owl-item {
  display: flex;
}

.step-carousel-item {
  max-height: 1300px;
}

.step-card {
  border-radius: 40px;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.step-card.card1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fiweex_chats/seccion4_imagen1.webp);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.step-card.card2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fiweex_chats/seccion4_imagen2.webp);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.step-card.card3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fiweex_chats/seccion4_imagen3.webp);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

/* Ocultamos la imagen interna solo en el Paso 1 y 3 para que se luzca el fondo */
.step-card.card1 .step-card-image img,
.step-card.card3 .step-card-image img {
  display: none;
}

/* En el Paso 2 permitimos que el GIF sea visible sobre el fondo .webp */
.step-card.card2 .step-card-image img {
  display: block;
  position: relative;
  z-index: 2;
}

.step-card-header {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.step-label {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.step-divider {
  width: 2px;
  height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  flex-shrink: 0;
}

.step-description {
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
  color: white;
  line-height: 1.5;
  margin: 0;
}

.step-card-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  /* Altura fija para mantener consistencia */
  border-radius: 24px;
  overflow: hidden;
  padding: 20px;
}

.step-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* El GIF se adapta al contenedor sin deformarlo */
  border-radius: 16px;
}

/* Separador de loop: misma caja que una card, sin contenido visible */
.step-carousel-item--loop-spacer .step-card--loop-spacer {
  visibility: hidden;
  pointer-events: none;
  background: transparent !important;
  box-shadow: none !important;
}

.step-carousel-item--loop-spacer .step-card--loop-spacer:hover {
  transform: none;
  box-shadow: none;
}

.step-card-header--spacer-shim {
  min-height: clamp(120px, 18vw, 200px);
  margin-bottom: 30px;
}

.step-card-image--spacer-shim {
  min-height: 300px;
  flex: 1;
}

@media (max-width: 992px) {
  .step-card-image--spacer-shim {
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .step-card-image--spacer-shim {
    min-height: 200px;
  }
}

@media (max-width: 500px) {
  .step-card.card3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fiweex_chats/seccion4_imagen3.1.webp);
}
}

/* Indicadores personalizados estilo testimonial-dots */
.steps-indicators.testimonial-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.steps-indicators.testimonial-dots .step-indicator {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  transition: width 0.35s ease, background 0.35s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.steps-indicators.testimonial-dots .step-indicator.active {
  width: 48px;
  background: rgba(255, 255, 255, 0.12);
}

@keyframes dot-progress-fill {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.steps-indicators.testimonial-dots .dot-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #957AFB;
  border-radius: inherit;
}

.steps-indicators.testimonial-dots .step-indicator.active .dot-fill {
  animation: dot-progress-fill 5s linear forwards;
}

/* Navegación */
.steps-carousel .owl-nav {
  display: none;
}

/* Responsive */
@media (max-width: 992px) {
  .steps-carousel-section {
    padding: 60px 20px;
  }

  .step-card {
    padding: 30px;
    border-radius: 30px;
  }

  .step-card-header {
    flex-direction: column;
    gap: 15px;
  }

  .step-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .step-card-image {
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .steps-carousel-title {
    margin-bottom: 40px;
    font-size: 3rem;
  }

  .step-card {
    padding: 25px;
    border-radius: 24px;
  }

  .step-card-image {
    min-height: 200px;
    padding: 0;
  }

  .steps-carousel .owl-dots {
    margin-top: 30px;
  }
}


/* ==========================================================================
   FOOTER V2 (footer_index_v2.php) — misma base que index.css; esta página no carga index.css
   ========================================================================== */

.fw-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 56px 64px 0;
  font-family: 'touche', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 769px) {
  .fw-footer .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fw-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}

.fw-footer-logo svg {
  flex-shrink: 0;
}

.fw-footer-logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #a89cf7;
  letter-spacing: -0.01em;
}

.fw-footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}

.fw-footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.fw-footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.fw-footer-col-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.3;
}

.fw-footer-col-links a:hover {
  color: #fff;
}

.fw-footer-col-links a:focus:not(:focus-visible) {
  outline: none;
}

.fw-footer-col-links a:focus-visible {
  outline: 2px solid rgba(168, 156, 247, 0.9);
  outline-offset: 3px;
  border-radius: 2px;
}

.fw-footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.fw-footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}

.fw-footer-social-btn:hover {
  background: #333;
}

.fw-footer-social-btn:focus:not(:focus-visible) {
  outline: none;
}

.fw-footer-social-btn:focus-visible {
  outline: 2px solid rgba(168, 156, 247, 0.9);
  outline-offset: 2px;
}

.fw-footer-social-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.fw-footer-back-top-wrap {
  --fw-footer-fab-shift: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  transform: translateX(calc(-1 * var(--fw-footer-fab-shift)));
}

@media screen and (max-width: 767px) {
  .fw-footer-back-top-wrap {
    display: none !important;
  }
}

.fw-footer-back-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.fw-footer-back-top:hover {
  background: rgba(168, 156, 247, 0.18);
  border-color: rgba(168, 156, 247, 0.45);
  color: #c4b8fc;
  transform: translateY(-2px);
}

.fw-footer-back-top:active {
  transform: translateY(0);
}

.fw-footer-back-top:focus:not(:focus-visible) {
  outline: none;
}

.fw-footer-back-top:focus-visible {
  outline: 2px solid rgba(168, 156, 247, 0.9);
  outline-offset: 3px;
}

.fw-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 -64px;
}

.fw-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 0;
  gap: 16px;
}

.fw-footer-copyright {
  justify-self: start;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
}

.fw-footer-copyright span {
  display: block;
}

.fw-footer-partners {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 32px;
}

.fw-footer-partners-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.fw-footer-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.fw-footer-partner-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fw-footer-partner-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.fw-footer-partner-sub {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
}

.fw-footer-partner-oracle {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.fw-footer-partner-oracle sup {
  font-size: 8px;
}

.fw-footer-partner--aws {
  align-items: flex-start;
}

.fw-footer-partner-aws-top {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fw-footer-partner-aws-main {
  font-size: 20px;
  font-weight: 900;
  color: #ff9900;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .fw-footer {
    padding: 44px 24px 0;
  }

  .fw-footer-back-top-wrap {
    margin-top: 0;
    margin-bottom: 28px;
    --fw-footer-fab-shift: 36px;
  }

  .fw-footer-divider {
    margin: 0 -24px;
  }

  .fw-footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .fw-footer-partners {
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .fw-footer-cols {
    grid-template-columns: 1fr;
  }

  .fw-footer-bottom {
    grid-template-columns: 1fr;
  }

  .fw-footer-partners {
    justify-self: start;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fw-footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .fw-footer-logo-text {
    font-size: 22px;
  }

  .fw-footer-bottom {
    grid-template-columns: 1fr;
  }

  .fw-footer-partners {
    justify-self: start;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media screen and (max-width: 400px) {
  .fw-footer-cols {
    grid-template-columns: 1fr;
  }
}