body {
  overflow-x: hidden;
}

.fondo_container_links {
  background-color: #000 !important;
}
.dosis {
  font-family: "Dosis", sans-serif;
}

.httpInput {
  padding: 0 0 0 120px;
}

#link_input::placeholder {
  color: white;
  opacity: 0.5;
}

.btn_empieza_gratis {
  color: #fff !important;
  width: 35% !important;
  border-radius: 10px !important;
  padding: 12px 10px 10px 10px !important;
  letter-spacing: 1px !important;
  background: #957afb !important;
  border-color: #957afb !important;
  margin-left: 0px !important;
  cursor: pointer;
  font-family: "Touche", sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.btn_links {
  color: #957afb !important;
  width: 220px !important;
  border-radius: 5px !important;
  border-color: #011842 !important;
  font-family: "Touche", sans-serif !important;
  padding: 7px 10px !important;
  border: 1px solid transparent !important;
  letter-spacing: 1px !important;
  background: white !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.btn-degra_gratis {
  color: #957afb !important;
  width: 120px !important;
  border-radius: 5px !important;
  border-color: #011842 !important;
  padding: 9px 10px 7px 10px !important;
  border: 1px solid transparent !important;
  background: white !important;
}

#sec1_portal_links {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: table;
}

.sec1-conten-portal_links {
  margin-top: 15% !important;
}

.swiper {
  width: 275px;
  height: 580px;
  position: absolute;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 550px;
  margin-left: -65%;
}

.uno {
  margin-left: 200px;
  margin-top: -100px;
}
.dos {
  margin-left: 156px;
  margin-top: -231px;
}
.tres {
  margin-left: 112px;
  margin-top: -231px;
}
.cuatro {
  margin-left: 67px;
  margin-top: -231px;
}
.quinto {
  margin-left: 23px;
  margin-top: -231px;
}

#secppersona_links {
  background-image: url(sistema/img/vector_links.png) !important;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: right;
  display: table;
}
.fondo_final {
  background-image: url(sistema/img/barra_qr.png);
  background-size: cover;
}

/*estilos footer*/
.letras_footer {
  color: white !important;
  font-size: 20px !important;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
}
.l_foter {
  color: white !important;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}
#footer {
  background-color: #957afb !important;

  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}

.btn_fx_links {
  color: #fff !important;
  width: 167px !important;
  border-radius: 10px !important;
  font-family: "DosisSb" !important;
  padding: 7px 10px !important;
  border: 1px solid transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  letter-spacing: 1px !important;
  background: transparent !important;
  border-color: white !important;
  font-size: 10px !important;
}

#box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrapper {
  height: 250px;
  width: 250px;
  position: relative;
}
#containeru {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  perspective-origin: 50%;
}
#image-cube {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  position: relative;
  animation: move 15s linear infinite;
}
@keyframes move {
  100% {
    transform: rotateY(360deg);
  }
}
#image-cube div {
  width: 250px;
  height: 250px;
  position: absolute;
  backface-visibility: hidden;
}
.imgcube {
  width: 100%;
}

#front {
  transform: translateZ(125px);
}
#right {
  transform: rotateY(-270deg) translateX(125px);
  transform-origin: 100% 0;
}
#back {
  transform: translateZ(-125px) rotateY(180deg);
}
#left {
  transform: rotateY(270deg) translateX(-125px);
  transform-origin: 0 50%;
}

.containerp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  transform-style: preserve-3d;
}
.containerp .box {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 4px;
  background: #232323;
  border-radius: 20px;
  transform-style: preserve-3d;
}
.containerp .box::before {
  content: "NIKE";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 6em;
  font-weight: 900;
  color: #fff;
  font-style: italic;
  opacity: 0;
  transition: 0.5s;
}
.containerp .box::after {
  content: "SHOES";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 5em;
  font-weight: 900;
  color: #fff;
  font-style: italic;
  opacity: 0;
  transition: 0.5s;
}
.containerp .box:hover::before,
.containerp .box:hover::after {
  opacity: 0.04;
}

.containerp .box .name {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 75px);
  transition: 0.5s;
  opacity: 0;
  z-index: 10;
}
.containerp .box:hover .name {
  top: 40px;
  opacity: 1;
}
.containerp .box .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: 0.5s;
  background: #fff;
  transform-style: preserve-3d;
  z-index: 10;
  opacity: 1;
  transform: translate3d(-50%, -50%, 50px);
}
.containerp .box .product {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  transition: 0.5s;
  z-index: 11;
  transition: 0.5s;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -50%, 0px);
}
.containerp .box:hover .product {
  transform: translate3d(-50%, -50%, 100px) rotate(-15deg);
}
.containerp .box:nth-child(1) .circle {
  background: #379bf7;
}
.containerp .box:nth-child(2) .circle {
  background: #9bdc28;
}

#httpSpan {
  position: relative !important;
  left: 120px;
  font-size: 12px;
  top: 28%;
  bottom: -4%;
  color: #fff;
  margin-inline-start: -8em;
}

.form-control-reclamar {
  width: 20% !important;
  border-radius: 10px !important;
  background: lightgray !important;
  color: white !important;
  border-color: white !important;
  height: 40px !important;
}

.cristal_movil_wifi {
  background: #7f7f7f47 !important;
}

.cristal_movil {
  background: #7f7f7f47 !important;
}

#wifiSubMenu {
  background: none !important;
  border: none !important;
}

#catalogoSubMenu {
  background: none !important;
  border: none !important;
}

/*-------------movil----------------*/
@media screen and (max-width: 767px) {
  .btn_login-movil {
    display: none !important;
  }

  #navigationbar {
    background: #000 !important;
  }

  .navbar-header {
    background: #000 !important;
    border: 1px solid #000 !important;
  }

  #login {
    color: #957afb !important;
    background: transparent !important;
    border: transparent !important;
  }

  .letras_footer {
    font-size: 15px !important;
  }
  .l_foter {
    font-size: 14px !important;
  }
  .div_logo {
    display: none;
  }
  .hr_footer {
    display: none !important;
  }

  .primer_bloque_links_normal {
    display: none !important;
  }
  .primer_bloque_links_movil {
    display: block !important;
  }
  #httpSpan {
    position: absolute;
    left: 26px;
    font-size: 1em;
    top: 52.8%;
    color: white;
  }
  .form-control {
    width: 55% !important;
  }
  .sec1-conten-portal_links {
    margin-top: 104% !important;
  }

  .segundo_bloque_links_normal {
    display: none !important;
  }
  .segundo_bloque_links_movil {
    display: block !important;
  }

  .tercer_bloque_links_normal {
    display: none !important;
  }
  .tercer_bloque_links_movil {
    display: block !important;
  }

  .cuarto_bloque_links_normal {
    display: none !important;
  }
  .cuarto_bloque_links_movil {
    display: block !important;
  }
  .quinto_bloque_links_normal {
    display: none !important;
  }
  .quinto_bloque_links_movil {
    display: block !important;
  }

  .sexto_bloque_links_normal {
    display: none !important;
  }
  .sexto_bloque_links_movil {
    display: block !important;
  }

  .septimo_bloque_links_normal {
    display: none !important;
  }
  .septimo_bloque_links_movil {
    display: block !important;
  }
  .tamano_nuevo {
    font-size: 13px !important;
  }
  .color {
    position: relative !important;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000 !important;
    border-color: transparent !important;
  }
  .navbar-toggle {
    position: relative !important;
    float: left !important;
    padding: 9px 10px !important;
    margin-top: 18px !important;
    margin-right: 314px !important;
    margin-bottom: 8px !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #fff !important;
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
    border-left-color: #fff !important;
    border-radius: 4px !important;
    margin-left: 5px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }

  #httpSpan_pl {
    position: absolute !important;
    left: 10px;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
  }

  .form-control-reclamar {
    width: 55vw !important;
    border-radius: 10px !important;
    background: lightgray !important;
    color: white !important;
    border-color: white !important;
    height: 40px !important;
  }
}

/*s20 / S5 / S9 */
@media screen and (max-width: 360px) and (min-width: 359px) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 64.8% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }
  .primer_video_links {
    margin-left: -28% !important;
  }
  .segundo_video_links {
    margin-left: -3% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: -10% !important;
  }
  .persona_links {
    margin-top: 6% !important;
  }
  /*nuevo*/
  .forma_forma {
    margin-top: -7em !important;
  }

  .forma_forma2 {
    margin-top: -26em !important;
  }
}

/*iPhone 11 Pro / iPhone 12 13 mini / iPhone 6 7 8 normal / iPhone SE / iPhone X XS / */
@media screen and (max-width: 375px) and (min-width: 374px) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 64.8% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }
  .primer_video_links {
    margin-left: -17% !important;
    width: 400px !important;
  }
  .segundo_video_links {
    margin-left: -3% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: -6% !important;
  }
  .persona_links {
    margin-top: 4% !important;
  }
  /*nuevo*/
  .forma_forma {
    margin-top: -7em !important;
  }

  .forma_forma2 {
    margin-top: -26em !important;
  }
}
/*S20 + LINUX */
@media screen and (max-width: 384px) and (min-width: 383px) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 64.7% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }
  .primer_video_links {
    margin-left: -14% !important;
    width: 400px !important;
  }
  .segundo_video_links {
    margin-left: 0% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: -4% !important;
  }
  .persona_links {
    margin-top: 3% !important;
  }
  /*nuevo*/
  .forma_forma {
    margin-top: -7em !important;
  }

  .forma_forma2 {
    margin-top: -26em !important;
  }
}
/*iPhone 12 13 PRO / */
@media screen and (max-width: 390px) and (min-width: 389px) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 64.7% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }
  .primer_video_links {
    margin-left: -12% !important;
    width: 400px !important;
  }
  .segundo_video_links {
    margin-left: 0% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: -4% !important;
  }
  .persona_links {
    margin-top: 2% !important;
  }
  /*nuevo*/
  .forma_forma {
    margin-top: -7em !important;
  }

  .forma_forma2 {
    margin-top: -26em !important;
  }
}
/*iPhone 11 PRO MAX / iPhone 6 7 8 PLUS / iPhone XR 11 / iPhone XS MAX*/
@media screen and (max-width: 414px) and (min-width: 413px) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 65.1% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }

  .segundo_video_links {
    margin-left: 8% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: 0% !important;
  }
  .persona_links {
    margin-top: 0% !important;
  }
  .margen_marcas {
    margin-left: -6% !important;
  }
  /*nuevo*/
  .forma_forma {
    margin-top: -7em !important;
  }

  .forma_forma2 {
    margin-top: -26em !important;
  }
}
/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .p_portal_links {
    margin-top: 10% !important;
  }
  .p_tu_link {
    margin-bottom: 9% !important;
  }
  #httpSpan {
    top: 64.5% !important;
  }
  .form-control {
    width: 67% !important;
    height: 33px !important;
  }
  .btn_empieza_gratis {
    width: 40% !important;
    padding: 7px 7px !important;
  }
  .img_negocios_links {
    width: 120px !important;
  }
  .primer_video_links {
    margin-left: -15% !important;
    width: 400px !important;
  }
  .segundo_video_links {
    margin-left: 0% !important;
    width: 350px !important;
  }
  .tercer_video_links {
    margin-left: -7% !important;
  }
  .persona_links {
    margin-top: 4% !important;
  }
}
/* iPhone 12 pro max ----------- */
@media screen and (max-width: 429px) and (min-width: 428px) {
  #httpSpan {
    top: 59.5% !important;
  }
  .persona_links {
    margin-top: 5% !important;
  }
  .margen_arriba {
    margin-top: -4% !important;
  }
}
/* --- REDESIGN SECCION 3 --- */

.redesign-card-container {
  background-color: #141414; /* Dark background */
  border-radius: 40px;
  padding: 60px 80px;
  margin-top: 0 !important;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #957afb;
  width: 98%;
}

.redesign-card-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

/* Phone Mockup */
.phone-mockup-wrapper {
  position: relative;
  width: 300px; /* Adjust based on desired size */
  height: 600px;
  flex-shrink: 0;
}

.phone-mockup-wrapper-2 {
  position: relative;
  width: 500px; /* Adjust based on desired size */
  height: 600px;
  flex-shrink: 0;
}

.phone-frame {
  width: 100%;
  height: 100%;
}

.phone-screen-gif {
  width: 300px;
  object-fit: cover;
  display: block;
}

.phone-screen-gif-2 {
  width: 129%;
  object-fit: cover;
  margin-left: -15%;
  margin-top: 8%;
  display: block;
}

/* Text Content */
.text-content-wrapper {
  text-align: right;
  max-width: 500px;
  color: #fff;
  font-family: "Dosis", sans-serif; /* Ensuring font consistency */
}

.text-content-wrapper-1 {
  text-align: right;
  max-width: 500px;
  color: #fff;
  font-family: "Dosis", sans-serif; /* Ensuring font consistency */
}

.headline-redesign {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
  margin-top: -17%;
}

.text-purple {
  color: #957afb;
}

.description-redesign {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: -18px;
}

.btn-cta-redesign {
  background-color: #957afb !important;
  color: #fff !important;
  font-size: 19px !important;
  padding: 16px 77px !important;
  border-radius: 30px !important;
  border: none !important;
  text-transform: uppercase;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: -7px;
  font-family: "Touche", sans-serif !important;
  font-weight: bold !important;
}

.btn-cta-redesign:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(149, 122, 251, 0.4);
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
  .redesign-card-container-mobile {
    background-color: #0f0f0f;
    border-radius: 30px;
    padding: 40px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .redesign-card-content.mobile-layout {
    flex-direction: column;
    text-align: center;
  }

  .phone-mockup-wrapper.mobile-mockup {
    width: 200px;
    height: 400px;
    margin: 0 auto 30px auto;
  }

  .phone-frame {
    border-width: 5px;
    border-radius: 30px;
  }

  .text-content-wrapper.mobile-text {
    text-align: center;
    margin: 0 auto;
  }

  .text-content-wrapper-1.mobile-text {
    text-align: center;
    margin: 0 auto;
  }

  .headline-redesign.mobile-headline {
    font-size: 32px;
  }

  .description-redesign.mobile-description {
    font-size: 16px;
  }
}

/* =========================================
     TERCER BLOQUE - VERSION MOVIL (VersionMovil_)
   ========================================= */

.VersionMovil_card_container {
  background-color: #141414;
  border-radius: 30px;
  padding: 40px 25px 45px 25px;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #222;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.VersionMovil_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.VersionMovil_headline {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}

.VersionMovil_text_purple {
  color: #957afb;
}

.VersionMovil_description {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

/* Phone Mockup - iPhone style frame */
.VersionMovil_phone_mockup {
  position: relative;
  width: 220px;
  margin: 0 auto 30px auto;
}

.VersionMovil_phone_screen {
  width: 100%;
  display: block;
  border-radius: 22px;
  margin-bottom: -14%;
}

/* CTA Button */
.seccion9-movil-btn_empezar {
  background-color: #957afb; /* Purple color */
  color: #fff !important;
  font-family: "Touche", sans-serif !important;
  font-size: 14px;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width: auto;
  min-width: 200px;
  letter-spacing: 1px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: 5px;
}

.VersionMovil_btn_cta {
  background-color: #957afb !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 14px 50px !important;
  border-radius: 30px !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: 5px;
  font-family: "Touche", sans-serif !important;
  font-weight: bold !important;
}

.VersionMovil_btn_cta:hover,
.VersionMovil_btn_cta:active {
  transform: none !important; /* Disable movement to prevent blur */
  box-shadow: 0 5px 20px rgba(149, 122, 251, 0.4);
}

/* Share Section Image Styles */
.VersionMovil_share_image_wrapper {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 25px auto;
  border-radius: 20px;
  overflow: hidden;
}

.VersionMovil_share_image {
  width: 137%;
  display: block;
  border-radius: 20px;
  margin-left: -27%;
  margin-bottom: -17%;
}

/* PRO Section Styles */
.VersionMovil_pro_split_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}

.VersionMovil_pro_text_left {
  text-align: right;
  padding-right: 15px;
  flex: 1;
  font-size: 18px;
}

.VersionMovil_pro_con {
  font-size: 16px;
  color: #957afb;
  font-weight: bold;
  line-height: 1;
}

.VersionMovil_pro_portal {
  font-size: 18px;
  color: #957afb;
  line-height: 1.1;
}

.VersionMovil_pro_links {
  font-size: 18px;
  color: #957afb; /* Changed to Purple to match desktop */
  font-weight: bold;
}

.VersionMovil_pro_badge {
  background-color: #fff; /* White background */
  color: #957afb; /* Purple text */
  border-radius: 8px;
  padding: 4px 6px 2px 5px; /* Zero right padding to remove whitespace */
  font-weight: 900;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3); /* Slight glow */
  position: relative;
}

.VersionMovil_star_icon {
  position: absolute;
  bottom: -6px; /* Adjusted for smaller mobile badge size */
  right: -5px; /* Adjusted for visual overlap */
  color: #e6e6e6; /* Desktop star color */
  font-size: 18px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  transform: rotate(15deg);
  z-index: 10;
}

.VersionMovil_pro_divider_vertical {
  width: 2px;
  height: 80px;
  background-color: #957afb;
  opacity: 2.3;
}

.VersionMovil_pro_text_right {
  text-align: left;
  padding-left: 15px;
  flex: 1.2;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.VersionMovil_pro_image_wrapper {
  margin: 10px 0;
  width: 100%;
}

.VersionMovil_pro_image {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.VersionMovil_pro_disclaimer {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 10%;
}

/* =========================================
     animacion de separacion entre contenedores
   ========================================= */

.section-animated-divider {
  width: 100%;
  height: 180px !important; /* Explicit 250px gap */
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1; /* Low z-index to go BEHIND the cards */
  /* Ensure it doesn't overlap weirdly with backgrounds */
  background-color: transparent;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dashed-line-animation {
  width: 4px; /* Slightly thicker for visibility */
  height: 100%;
  background-image: linear-gradient(to bottom, #957afb 50%, transparent 50%);
  background-size: 4px 50px; /* 25px color + 25px transparent */
  background-repeat: repeat-y;
  animation: dashFlow 1s linear infinite;
}

@keyframes dashFlow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px; /* Must match background-size height */
  }
}

/* Helper classes for Divider Visibility - Updated to 780px */
@media (max-width: 780px) {
  .section-animated-divider.desktop-only {
    display: none !important;
  }
  .section-animated-divider.mobile-only {
    display: flex !important;
  }
}
@media (min-width: 781px) {
  .section-animated-divider.desktop-only {
    display: flex !important;
  }
  .section-animated-divider.mobile-only {
    display: none !important;
  }
}

/* Gap Fix: Connect animation to cards */
.VersionMovil_card_container {
  position: relative;
  z-index: 10; /* Ensure it sits on top of the divider */
  margin-bottom: 0 !important; /* Remove bottom gap */
}

@media (max-width: 780px) {
  .section-animated-divider.mobile-only {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
    position: relative;
    z-index: 1;
  }
}

.divider-analytics-overlap {
  height: 180px !important; /* 180px visible + 30px overlap */
}

.redesign-card-container {
  margin-bottom: 0 !important;
  padding-bottom: 30px; /* Keep internal padding but remove margin gap */
  position: relative;
  z-index: 10; /* Higher than divider */
  background-color: #141414; /* Ensure solid background to hide line */
}

.cuarto_bloque_links_normal,
.quinto_bloque_links_normal,
.cuarto_bloque_links_movil,
.quinto_bloque_links_movil {
  padding-top: 0 !important;
  position: relative;
  z-index: 10; /* Higher than divider */
}

.text-content-wrapper-1 {
  text-align: left !important;
}

.text-content-wrapper-1 {
  margin-right: 20px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .redesign-card-content.mobile-layout {
    flex-direction: column-reverse;
  }

  .text-content-wrapper.mobile-text {
    text-align: center !important;
    margin-right: 0;
    margin-top: 20px;
  }

  .text-content-wrapper-1.mobile-text {
    text-align: center !important;
    margin-right: 0;
    margin-top: 20px;
  }
}

/* --- FIX FOR LAPTOPS / TABLETS (Prevent Wrapping) --- */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .redesign-card-container {
    padding: 100px 30px; /* Compress padding */
  }

  .redesign-card-content {
    justify-content: center; /* Ensure they stay centered */
    align-items: center; /* Vertically align */
    gap: 20px; /* Small gap instead of space-around if tight */
  }

  /* Scale down the Text Section */
  .text-content-wrapper-1 {
    max-width: 45%; /* Use percentage instead of fixed 500px */
    min-width: 300px; /* Prevent it from getting too small */
  }

  .headline-redesign {
    font-size: 32px; /* Smaller font */
    margin-top: 0;
  }

  .description-redesign {
    font-size: 16px;
  }

  .btn-cta-redesign {
    font-size: 16px !important;
    padding: 12px 40px !important;
  }

  /* Scale down the Phone/Image Section */
  .phone-mockup-wrapper-2 {
    width: 45%;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    transform: none; /* Ensure no scale */
  }

  .phone-screen-gif-2 {
    width: 100%;
    margin: 0;
  }
}

/* =========================================
     Seccion de Portal PRO
   ========================================= */

.pro-card-container {
  background-color: #0d0d0d;
  border-radius: 40px;
  padding: 60px 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #333;
  width: 98%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro-header-container {
  text-align: center;
  margin-bottom: 40px;
}

.pro-headline {
  font-family: "Dosis", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.pro-split-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
  max-width: 900px;
}

.pro-text-left {
  flex: 1;
  text-align: right;
  padding-right: 30px;
  border-right: 2px solid #fff;
}

.pro-text-right {
  flex: 1;
  text-align: left;
  padding-left: 30px;
}

.pro-title-main {
  font-family: "Dosis", sans-serif;
  font-size: 32px;
  color: #957afb;
  line-height: 1.1;
  display: block;
}

.pro-tag-pro {
  background-color: #fff;
  color: #000;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ccc;
  margin-left: 5px;
  vertical-align: middle;
}
.pro-tag-star {
  font-size: 16px;
  vertical-align: super;
  color: #ccc;
}
.pro-subtitle-highlight {
  font-family: "Dosis", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #957afb;
  font-style: italic;
  margin-top: 5px;
  display: block;
}

.pro-description {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}

.pro-text-bold {
  font-weight: bold;
}

.pro-cta-container {
  margin-bottom: 60px;
  position: relative;
  z-index: 20;
}

.pro-btn-cta {
  background-color: #957afb !important;
  color: #fff !important;
  font-family: "Dosis", sans-serif;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 15px 60px !important;
  border-radius: 30px !important;
  border: none !important;
  text-transform: uppercase;
  transition: transform 0.2s;
  cursor: pointer;
}
.pro-btn-cta:hover {
  transform: scale(1.05);
}

.pro-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.pro-main-image {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Mobile responsiveness for Pro Section */
@media screen and (max-width: 768px) {
  .primer_bloque_links_movil {
    display: block !important;
  }

  .section_pro_mobile {
    background: #141414 !important;
    padding: 60px 0 10px 0 !important; /* Reduced bottom padding */
  }

  .pro-split-container {
    flex-direction: column;
    text-align: center;
  }

  .pro-text-left {
    text-align: center;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .pro-text-right {
    text-align: center;
    padding-left: 0;
  }

  .pro-headline {
    font-size: 32px;
  }

  .pro-title-main,
  .pro-subtitle-highlight {
    font-size: 24px;
  }

  .pro-description {
    font-size: 16px;
  }
  .pro-main-image {
    width: 100%;
  }
}

/* ===================================================================
SECCIÓN 5 normal - ¿TIENES MÁS DE UN LOCAL?
=================================================================== */

.section-locales-container {
  background-color: #141414 !important; /* Dark Gray Full Background */
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  position: relative;
  width: 100%;
}

.section-locales-container .redesign-card-container {
  margin-top: 0 !important;
}

.locales-headline {
  color: #ffffff;
  font-size: 45px; /* Bigger headlight */
  margin-bottom: -4px;
  letter-spacing: 0px;
  margin-top: 39px;
}

.locales-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px; /* Reduced gap */
}

.locales-text-left {
  text-align: right;
  width: auto;
  flex: 0 1 auto;
}

.locales-subhead-title {
  color: #957afb; /* Purple Color */
  font-size: 42px; /* Increased size */
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal; /* "PORTAL DE" looks regular */
}

.locales-badge-pro {
  background-color: #fff; /* White background */
  color: #957afb; /* Purple text */
  border-radius: 8px;
  padding: 4px 6px 2px 5px; /* Zero right padding to remove whitespace */
  font-weight: 900;
  font-size: 0.8em; /* Smaller relative to the big text */
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px; /* Alignment fix */
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3); /* Slight glow */
  position: relative;
}

.custom-star-icon {
  position: absolute;
  bottom: -16px;
  right: -14px;
  color: #e6e6e6;
  font-size: 22px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  transform: rotate(15deg);
  z-index: 10;
}

.locales-text-purple-italic {
  color: #7b61ff;
  font-style: italic;
  font-weight: 900; /* Extra bold */
  font-size: 37px; /* Match subtitle size */
  display: block;
}

.locales-divider {
  width: 3.7px; /* Slightly thicker */
  background-color: #957afb;
  height: 140px;
  margin: 0 10px;
}

.locales-text-right {
  text-align: left;
  width: auto;
  max-width: 450px; /* Limit width */
  flex: 0 1 auto;
}

.locales-description {
  color: #fff;
  font-size: 27px; /* Reduced from 28px */
  line-height: 1.3;
  margin: 0;
  font-weight: 300; /* Regular/Light */
}

.text-bold-white {
  font-weight: 900; /* Extra bold */
  color: #ffffff;
}

.locales-btn {
  background-color: #957afb !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 18px 55px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  border: none !important;
  margin-top: 20px;
  letter-spacing: 2px;
  transition: transform 0.2s;
  box-shadow: 0px 5px 15px rgba(149, 122, 251, 0.4);
}

.locales-btn:hover {
  transform: scale(1.05);
  background-color: #8367e6 !important;
}

.locales-image-container {
  margin-top: 30px; /* Reduced from 60px to help reduce height */
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 0%; /* Allow overlap with next section if intended, based on design crop */
}

.locales-gif-placeholder {
  border-radius: 20px;
  max-width: 70% !important;
  height: auto;
  display: block; /* Ensure it respects margin constraints if needed */
  margin-right: 7%; /* Center it */
  margin-bottom: -1%;
}

/* Responsiveness for the new section */
@media (max-width: 991px) {
  .locales-headline {
    font-size: 35px;
  }

  .locales-content-row {
    flex-direction: column; /* Stack on smaller screens */
    gap: 17px;
    text-align: center;
  }

  .locales-text-left,
  .locales-text-right {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .locales-divider {
    width: 100px; /* Horizontal divider */
    height: 2px;
    margin: 10px auto;
  }

  .locales-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .locales-subhead-title {
    font-size: 32px;
  }

  .locales-text-purple-italic {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  /* Adjustments for mobile specific if needed */
  .locales-headline {
    font-size: 28px;
  }
}

/* ===================================================================
FIN SECCIÓN 5 NORMAL - ¿TIENES MÁS DE UN LOCAL?
=================================================================== */

/* ===================================================================
      SECCIÓN 9 - IMPULSAMOS TU NEGOCIO
      =================================================================== */

.seccion_normal_9 {
  position: relative;
  padding: 9.9em 0em 0em 0em;
  margin-bottom: 0;
  background: #000;
  margin-top: 5%;
}

.seccion-9-container {
  padding: 0 2em 0 2em;
  margin-bottom: 0;
}

/* Estilos para la versión desktop de la sección 9 */
.seccion_normal_9 .seccion9-movil-content {
  text-align: center;
  margin-bottom: 4em;
}

.seccion_normal_9 .seccion9-movil-title {
  color: #fff;
  font-size: 3.5rem !important;
  line-height: 1.4;
  display: block;
}

.seccion_normal_9 .seccion9-movil-title-bold {
  color: #957afb !important;
}

.seccion_normal_9 .seccion9-movil-button-row {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.seccion_normal_9 .seccion9-movil-btn_empezar {
  border-bottom: none !important;
  border: 1px solid #957afb !important;
  background: #000 !important;
  padding: 30px 60px 25px 60px !important;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #957afb !important;
  font-size: 20px !important;
  cursor: pointer;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.seccion_normal_9 .seccion9-movil-btn_empezar:hover {
  background: #957afb;
  color: #000;
  transform: translateY(-2px);
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: auto;
  height: 250px !important;
  padding: 8px;
  margin: 60px auto;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength span {
  display: inline-block;
  width: 50px !important;
  margin-left: 6px;
  transform-origin: bottom;
  background-color: #957afb;
  border-radius: 8px;
  animation-name: seccion9-signal-animate-fluid;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 2.5s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-1-sec9 {
  height: calc(100% / 6 * 1);
  animation-delay: 0.2s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-2-sec9 {
  height: calc(100% / 6 * 2);
  animation-delay: 0.4s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-3-sec9 {
  height: calc(100% / 6 * 3);
  animation-delay: 0.6s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-4-sec9 {
  height: calc(100% / 6 * 4);
  animation-delay: 0.8s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-5-sec9 {
  height: calc(100% / 6 * 5);
  animation-delay: 1s;
}

.seccion_normal_9 .seccion9-movil-icon__signal-strength .bar-6-sec9 {
  height: 100%;
  animation-delay: 1.2s;
}

/* Animación de las barras de señal desktop */
@keyframes seccion9-signal-animate-fluid {
  0% {
    opacity: 0.2;
    transform: scaleY(0.05);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* ===================================================================
      SECCIÓN 9 MÓVIL - IMPULSAMOS TU NEGOCIO
      =================================================================== */

.seccion_normal_9_mobile {
  display: none;
  position: relative;
  padding: 3em 0em 0em 0em;
  margin-bottom: 0;
  padding-bottom: 0;
  background: #000;
}

.seccion9-movil-container {
  padding: 0 1em 0 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Estilos móviles - solo se aplican dentro de .seccion_normal_9_mobile */
.seccion_normal_9_mobile .seccion9-movil-content {
  text-align: center;
  margin-bottom: 2em;
}

.seccion_normal_9_mobile .seccion9-movil-title {
  color: #fff;
  font-size: 2.2rem !important;
  line-height: 1.4;
  display: block;
}

.seccion_normal_9_mobile .seccion9-movil-title-bold {
  color: #957afb;
}

.seccion_normal_9_mobile .seccion9-movil-button-row {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.seccion_normal_9_mobile .seccion9-movil-btn_empezar {
  border-bottom: none !important;
  border: 1px solid #957afb;
  background: #000;
  padding: 24px 40px 20px 40px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #957afb;
  font-size: 14px !important;
  cursor: pointer;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.seccion_normal_9_mobile .seccion9-movil-btn_empezar:hover {
  background: #957afb;
  color: #000;
  transform: translateY(-2px);
}

.seccion_normal_9_mobile .seccion9-movil-icon__signal-strength {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: auto;
  height: 160px !important;
  padding: 4px;
  margin: 40px auto;
}

/* Estilo base para todas las barras de señal móvil */
.seccion_normal_9_mobile .seccion9-movil-icon__signal-strength span {
  display: inline-block;
  width: 30px !important;
  margin-left: 3px;
  transform-origin: bottom;
  background-color: #957afb;
  border-radius: 4px;
  animation-name: seccion9-signal-animate-fluid-mobile;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 2.5s;
}

/* Alturas y delays para las barras móviles */
.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-1-sec9-mobile {
  height: calc(100% / 6 * 1);
  animation-delay: 0.2s;
}

.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-2-sec9-mobile {
  height: calc(100% / 6 * 2);
  animation-delay: 0.4s;
}

.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-3-sec9-mobile {
  height: calc(100% / 6 * 3);
  animation-delay: 0.6s;
}

.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-4-sec9-mobile {
  height: calc(100% / 6 * 4);
  animation-delay: 0.8s;
}

.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-5-sec9-mobile {
  height: calc(100% / 6 * 5);
  animation-delay: 1s;
}

.seccion_normal_9_mobile
  .seccion9-movil-icon__signal-strength
  .bar-6-sec9-mobile {
  height: 100%;
  animation-delay: 1.2s;
}

/* Animación de las barras de señal móvil */
@keyframes seccion9-signal-animate-fluid-mobile {
  0% {
    opacity: 0.2;
    transform: scaleY(0.05);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Mostrar versión móvil solo en pantallas pequeñas */
@media screen and (max-width: 767px) {
  .seccion_normal_9 {
    display: none; /* Ocultar versión desktop */
  }

  .seccion_normal_9_mobile {
    display: block; /* Mostrar versión móvil */
  }
}

/* Ocultar versión móvil en pantallas grandes */
@media screen and (min-width: 768px) {
  .seccion_normal_9_mobile {
    display: none;
  }

  .seccion_normal_9 {
    display: block;
  }
}

/* --Animacion de links cayendo-- */

/* CONTENEDOR PRINCIPAL */
/* Agrupa las imágenes y el texto fijo */
.stack-wrapper {
  position: relative;
  width: 75%;
  margin-left: 16%;
  height: 57%;
  margin-top: 14%;
}

/* --- LAS IMÁGENES (ANIMADAS) --- */
.card-img {
  position: absolute;
  height: 100%;
  object-fit: contain; /* Ajustado para ver logos completos */
  padding: 20px; /* Espacio para que no toquen bordes */
  border-radius: 30px; /* Bordes redondeados */

  /* Sombra suave para dar profundidad */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

  /* Animación de 12.5s (2.5s por imagen) */
  animation: cycleFallingStack 11.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- EL TEXTO FIJO (QUIETO) --- */
.static-pill {
  position: absolute;
  bottom: -6%; /* Distancia desde abajo */
  left: 50%;
  transform: translateX(-50%); /* Centrado perfecto horizontal */

  background-color: white;
  color: #888; /* Color gris del texto */
  padding: 11px 91px;
  border-radius: 50px; /* boton totalmente redonda */
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;

  /* Z-INDEX ALTO: Esto asegura que esté ENCIMA de las imágenes */
  z-index: 20;

  /* Sombra pequeña para separarlo de la imagen de fondo */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  pointer-events: none; /* Para que no interfiera con clicks si fuera necesario */
}

/* --- DELAYS (Para el ciclo infinito) --- */
.img-1 {
  z-index: 5;
  animation-delay: 0s;
  background-color: #333232; /* Fondo custom 1 */
}
.img-2 {
  z-index: 4;
  animation-delay: -2.5s;
  background-color: #727753; /* Fondo custom 2 */
}
.img-3 {
  z-index: 3;
  animation-delay: -5s;
  background-color: #9caeff; /* Fondo custom 3 */
}
.img-4 {
  z-index: 2;
  animation-delay: -7.5s;
  background-color: #e9f3a8; /* Fondo custom 4 */
}
.img-5 {
  z-index: 1;
  animation-delay: -10s;
  /* Fondo por defecto o transparente para QR si se desea */
  background-color: #ffffff;
}

/* --- LA ANIMACIÓN (Caída vertical) --- */
@keyframes cycleFallingStack {
  /* 1. FRENTE (Quieta) */
  0%,
  15% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }

  /* 2. CAÍDA (Solo la imagen cae) */
  20% {
    /* Cae 350px hacia abajo */
    transform: translate(0, 180px) scale(0.95) rotate(-5deg);
    opacity: 0;
    z-index: 5;
  }

  /* 3. RESETEO AL FONDO */
  20.1% {
    transform: translate(80px, -80px) scale(0.8);
    opacity: 0;
    z-index: 1;
  }

  /* 4. REAPARECER ATRÁS */
  25% {
    transform: translate(80px, -80px) scale(0.8);
    opacity: 1;
    z-index: 1;
  }

  /* 5. AVANCE HACIA EL FRENTE */
  40% {
    transform: translate(60px, -60px) scale(0.85);
    z-index: 2;
  }
  60% {
    transform: translate(40px, -40px) scale(0.9);
    z-index: 3;
  }
  80% {
    transform: translate(20px, -20px) scale(0.95);
    z-index: 4;
  }
  100% {
    transform: translate(0, 0) scale(1);
    z-index: 5;
  }
}

/* =========================================
   EStilos de variables
   ========================================= */
:root {
  --liquid-color: #7b61ff; /* El color morado de tu diseño original */
  --card-bg: #0a0a0a; /* Fondo oscuro para que resalte el líquido */
}

/* =========================================
   2. SECCION 6 NORMAL - DATOS ANALITICOS
   ========================================= */
.section-analytics-container {
  padding-top: 0px !important;
  padding-bottom: 100px !important;
  position: relative;
  z-index: 10;
  background: #000; /* Aseguramos fondo negro */
}

.analytics-header {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.analytics-icon-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.analytics-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.analytics-subtitle {
  font-size: 19px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}

/* SVG Invisible para el filtro (No ocupa espacio) */
.svg-filters {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: -1;
}

/* =========================================
   3. GRID SYSTEM (BENTO GRID)
   ========================================= */
/* --- 1. MEJORA DEL GRID (Compacto y Robusto) --- */
.bento-grid {
  display: grid;
  /* Forzamos 2 columnas: Izquierda (40%) - Derecha (60%) aprox */
  grid-template-columns: auto auto; /* Auto para que se adapte al contenido definido en las tarjetas */
  /* Filas fijas para que queden "cuadradas/chunky" */
  grid-template-rows: auto auto;
  gap: 20px;
  width: 100%;
  max-width: 100%; /* Permitir que crezca si las tarjetas son anchas */
  justify-content: center; /* Centrar el grid */
  margin: 30px auto 0;
  margin-bottom: 7%;
}

/* =========================================
   4. TARJETAS ANIMADAS (BENTO CARDS)
   ========================================= */
/* --- 2. TARJETA BASE (Animación Suave) --- */
.bento-card {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px; /* Bordes más redondeados como en la foto 2 */
  position: relative;
  overflow: hidden;

  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease;
  transform-style: preserve-3d;
  will-change: transform;

  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);

  /* Aseguramos que llenen su celda */
  width: 100%;
  height: 100%;
  min-height: 0; /* Evita problemas de grid */
}

/* Efecto de luz (Glow) al mover el mouse */
.bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 255, 255, 0.1),
    transparent 40%
  );
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.bento-card:hover {
  box-shadow: 0 20px 40px -5px rgba(123, 97, 255, 0.3);
  border-color: rgba(123, 97, 255, 0.5);
}

.bento-card:hover::before {
  opacity: 1;
}

/* --- 3. CLASES PARA CONTROLAR POSICIÓN --- */

/* Tarjeta Visitas (Izquierda - Vertical) */
/* --- Tarjeta Visitas (Izquierda - Vertical) --- */
.bento-card-visits {
  grid-row: 1 / 3; /* Ocupa las 2 filas */
  grid-column: 1 / 2; /* Columna 1 */
  /* width y height definidos arriba */
}

/* Tarjeta Clicks (Derecha - Arriba) */
.bento-card-clicks {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 500px; /* Ancho independiente */
  height: 200px; /* Alto independiente */
}

/* Tarjeta Botón (Derecha - Abajo) */
.bento-card-button {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 500px; /* Ancho independiente (igual al de arriba alineado) */
  height: 200px; /* Alto independiente */
}

/* Tarjeta Clicks (Derecha - Arriba) */

/* Limpieza de clases que ya no usaremos para evitar conflictos grid */
/* .card-standard, .card-wide { } */

/* =========================================
   5. MOTOR DE ANIMACIÓN LÍQUIDA
   ========================================= */
.liquid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
  filter: url("#goo-effect"); /* Conexión con el SVG del HTML */
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.bento-card:hover .liquid-container {
  opacity: 1; /* Brilla más al pasar el mouse */
}

.blob {
  position: absolute;
  border-radius: 50%;
  background: var(--liquid-color);
  filter: blur(20px);
  transition: all 0.5s ease;
}

/* Animaciones de las gotas */
.blob-1 {
  width: 200px;
  height: 200px;
  top: -100px;
  left: -50px;
  animation: move1 10s infinite ease-in-out alternate;
}
.blob-2 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  right: -50px;
  animation: move2 8s infinite ease-in-out alternate-reverse;
}
.blob-3 {
  width: 120px;
  height: 120px;
  bottom: 40%;
  left: 40%;
  animation: move3 12s infinite ease-in-out;
}

@keyframes move1 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(50px, 80px) scale(1.1);
  }
}
@keyframes move2 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-60px, -60px) scale(1.2);
  }
}
@keyframes move3 {
  0% {
    transform: translate(-40px, 40px);
  }
  50% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(-40px, 40px);
  }
}

/* Ruido visual (Textura) */
.noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
}

/* =========================================
   6. CONTENIDO INTERNO DE LAS TARJETAS
   ========================================= */

.img-analytics {
  margin-top: 3%;
  width: 12%;
  object-fit: contain;
}

.img-analytics-card {
  width: 32%;
  margin-top: -5%;
  margin-bottom: 3%;
  object-fit: contain;
}
.card-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  transform: translateZ(20px); /* Efecto 3D interno */
}

/* --- Tarjeta Visitas (Izquierda - Vertical) --- */
.bento-card-visits {
  grid-row: 1 / 3; /* Ocupa 2 filas */
  width: 350px; /* Ancho independiente */
  height: 100%; /* Altura se adapta a las 2 filas de la derecha */
}
.bento-card-visits .card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 80px;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

  transition: transform 0.3s ease;
}

/* --- Tarjeta Clicks & Botón (Derecha - Horizontal) --- */
.card-content-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.bento-card-button .card-content {
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* 3. Asegurar que el texto y los iconos sean blancos */
.stat-number,
.stat-label,
.fa {
  z-index: 10; /* Encima del líquido */
}

/* --- ESTILOS ESPECÍFICOS POR TARJETA --- */

/* 1. TARJETA VISITAS (Izquierda) */
.bento-card-visits .stat-number {
  font-size: 6.5rem; /* Más grande */
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
}
.bento-card-visits .stat-label {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  opacity: 0.9;
}
.bento-card-visits .icon-circle {
  width: 90px;
  height: 90px; /* Un poco más grande */
  margin-bottom: 30px; /* Más espacio abajo */

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; /* Padding para la imagen */
}
.bento-card-visits .icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

/* 2. TARJETA CLICKS (Derecha Arriba) */
.bento-card-clicks .card-content-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; /* Increased gap to match image */
}
.bento-card-clicks .hand-icon {
  width: 70px;
  height: 70px; /* Slightly larger icon container */
  display: flex;
  justify-content: center;
  align-items: center;
}
.bento-card-clicks .hand-icon img {
  height: 100%;
  object-fit: contain;
  margin-left: 0;
}
/* Removed .text-group styles as it's removed from HTML */

.bento-card-clicks .stat-number {
  color: #fff;
  font-size: 5rem; /* Much larger number */
  font-weight: 500; /* Regular weight, not extra bold */
  line-height: 1;
  margin: 0;
}
.bento-card-clicks .stat-label {
  color: #fff;
  font-size: 1.8rem; /* Larger label */
  margin: 0;
  text-align: left;
  line-height: 1.1;
  font-weight: 400;
}

/* 3. TARJETA BOTÓN (Derecha Abajo) */
/* 3. TARJETA BOTÓN (Derecha Abajo) */
.bento-card-button .card-content {
  display: flex;
  justify-content: center; /* Center content */
  align-items: center;
  padding: 0 40px;
  gap: 50px; /* Large space between icon and text */
  width: 100%;
}

.bento-card-button .img-container-static {
  width: 120px; /* Larger icon container */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0; /* Remove auto margin */
}
.bento-card-button .img-container-static img {
  width: 100% !important;
  height: 100% !important;
  position: static !important; /* Reset position styling from previous hack */
}

/* Textos */
.bento-card-button .text-group {
  text-align: left; /* Text alignment left */
  max-width: none; /* Remove max-width restriction */
}
.bento-card-button .stat-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

/* Ajustes Generales de Texto */
.stat-number {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* =========================================
   7. RESPONSIVE (MÓVIL)
   ========================================= */
@media (max-width: 768px) {
  @keyframes cycleFallingStack {
    /* 1. FRENTE (Quieta) */
    0%,
    15% {
      transform: translate(0, 0) scale(1);
      opacity: 1;
      z-index: 5;
    }

    /* 2. CAÍDA (Solo la imagen cae) */
    20% {
      /* Cae 350px hacia abajo */
      transform: translate(0, 120px) scale(0.95) rotate(-5deg);
      opacity: 0;
      z-index: 5;
    }

    /* 3. RESETEO AL FONDO */
    20.1% {
      transform: translate(80px, -80px) scale(0.8);
      opacity: 0;
      z-index: 1;
    }

    /* 4. REAPARECER ATRÁS */
    25% {
      transform: translate(80px, -80px) scale(0.8);
      opacity: 1;
      z-index: 1;
    }

    /* 5. AVANCE HACIA EL FRENTE */
    40% {
      transform: translate(60px, -60px) scale(0.85);
      z-index: 2;
    }
    60% {
      transform: translate(40px, -40px) scale(0.9);
      z-index: 3;
    }
    80% {
      transform: translate(20px, -20px) scale(0.95);
      z-index: 4;
    }
    100% {
      transform: translate(0, 0) scale(1);
      z-index: 5;
    }
  }

  .bento-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr; /* Reset columns */
    grid-template-rows: auto; /* Reset rows */
    height: auto;
  }

  .bento-card {
    margin-bottom: 20px;
    height: 250px !important; /* Altura forzada en móvil para consistencia */
    width: 100% !important;
  }

  /* Visitas card a bit taller on mobile? Optional, keeping uniform for now */
  .bento-card-visits {
    height: 380px !important;
  }

  .bento-card-visits,
  .bento-card-clicks,
  .bento-card-button {
    grid-row: auto;
    grid-column: auto;
  }
}

/* =========================================
   FIN SECCION 6 NORMAL - DATOS ANALITICOS
   ========================================= */

.pro-pricing-text {
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-style: italic;
  opacity: 0.9;
  margin-bottom: 8%;
}

/* =========================================
   SECCION COMPARATIVA (PROS/CONS)
   ========================================= */

.comparison-heading {
  color: #fff;
  margin-bottom: 50px;
  font-size: 32px;
}

.plan-card {
  background: #111;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
}

.normal-plan {
  border: 1px solid #333;
}

.pro-plan {
  border: 2px solid #957afb;
  box-shadow: 0 0 25px rgba(149, 122, 251, 0.15);
  background: linear-gradient(
    180deg,
    rgba(149, 122, 251, 0.05) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.plan-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-features li {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.feature-icon-x {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  margin-right: 14px;
  margin-left: 2px;
  width: 20px;
  text-align: center;
  display: inline-block;
}

.feature-disabled {
  color: #666 !important;
  text-decoration: line-through;
}

.best-value-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #957afb;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.text-purple {
  color: #957afb !important;
}

/* Ajustes Responsive para Comparativa */
@media screen and (max-width: 767px) {
  .comparison-row .col-md-6 {
    margin-bottom: 30px;
  }

  .plan-card {
    padding: 30px 20px;
  }

  .comparison-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* Mejoras Visuales Comparativa Iconos y Diseño */

i.feature-icon {
  font-size: 18px;
  width: 25px; /* Fixed width for alignment */
  text-align: center;
  margin-right: 10px;
}

i.feature-icon-x {
  width: 25px;
  text-align: center;
  margin-right: 10px;
  color: #666;
  font-size: 18px;
}

.icon-gray {
  color: #888;
}

.icon-purple {
  color: #957afb;
  text-shadow: 0 0 10px rgba(149, 122, 251, 0.4);
}

/* Enhanced PRO Card Design */
.pro-plan {
  border: 2px solid #957afb;
  /* Soft gradient background */
  background: linear-gradient(
    135deg,
    rgba(149, 122, 251, 0.08) 0%,
    rgba(20, 20, 20, 1) 100%
  );
  /* Enhanced Glow */
  box-shadow:
    0 0 30px rgba(149, 122, 251, 0.15),
    inset 0 0 20px rgba(149, 122, 251, 0.05);
  transform: scale(1.02); /* Slight default emphasis */
  position: relative;
  z-index: 2;
  margin-bottom: 13%;
}

.pro-plan:hover {
  transform: scale(1.04) translateY(-5px);
  box-shadow:
    0 0 40px rgba(149, 122, 251, 0.25),
    inset 0 0 20px rgba(149, 122, 251, 0.1);
  border-color: #a891fc; /* Lighter purple on hover */
}

/* Adjust Normal Card to sit slightly back */
.normal-plan {
  background: #0a0a0a;
  border: 1px solid #333;
  opacity: 0.9;
}

.normal-plan:hover {
  opacity: 1;
  border-color: #555;
  background: #111;
}

/* Responsive adjustment for the scaled card */
@media screen and (max-width: 767px) {
  .pro-plan {
    transform: none;
    margin-top: 15px;
  }
  .pro-plan:hover {
    transform: translateY(-5px);
  }
}

/* ===================================================================

/* ===================================================================
   SECCIÓN 6 MÓVIL - DATOS ANALITICOS (VERSION FORZADA)
   =================================================================== */

/* 1. Limpieza del Contenedor Principal */
.section-analytics-container-mobile {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
  background: #000 !important;
  display: none; /* Hidden by default (Desktop) */
}

@media screen and (max-width: 767px) {
  .section-analytics-container-mobile {
    display: block !important; /* Visible only on mobile */
  }
  .section-analytics-container {
    display: none !important; /* Hide desktop version on mobile */
  }
}

.analytics-header-mobile {
  margin-bottom: 25px !important;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.analytics-icon-top-mobile {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-analytics-mobile {
  width: 60px !important;
  height: auto !important;
  object-fit: contain;
}

.analytics-title-mobile {
  font-size: 24px !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
  line-height: 1.1;
  color: white !important;
}

.analytics-subtitle-mobile {
  font-size: 12px !important;
  line-height: 1.4;
  max-width: 95%;
  margin: 0 auto;
  color: #fff !important;
}

/* --- 2. EL GRID (ESTRUCTURA FORZADA) --- */
/* Usamos !important para asegurar que Bootstrap no rompa el grid */
.bento-grid-mobile {
  display: grid !important;
  /* Columna Izq (Visitas) más angosta, Derecha (Clicks) más ancha */
  grid-template-columns: 0.85fr 1.15fr !important;
  grid-template-rows: auto auto !important;
  gap: 12px !important;
  row-gap: 3px !important; /* Tightest vertical space requested */
  width: 100% !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* Connect Mobile Liquid Container to Mobile SVG Filter */
.section-analytics-container-mobile .liquid-container {
  filter: url("#goo-effect-mobile") !important;
}

/* --- Mobile Blobs (Smaller & Adjusted) --- */
.blob-mobile {
  position: absolute;
  border-radius: 50%;
  background: var(--liquid-color);
  filter: blur(15px); /* Less blur for smaller size */
  transition: all 0.5s ease;
}

.blob-mobile-1 {
  width: 80px;
  height: 80px;
  top: -20px;
  left: -20px;
  animation: moveMobile1 8s infinite ease-in-out alternate;
}

.blob-mobile-2 {
  width: 60px;
  height: 60px;
  bottom: -10px;
  right: -10px;
  animation: moveMobile2 6s infinite ease-in-out alternate-reverse;
}

.blob-mobile-3 {
  width: 50px;
  height: 50px;
  bottom: 20%;
  left: 20%;
  animation: moveMobile3 9s infinite ease-in-out;
}

@keyframes moveMobile1 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, 40px) scale(1.1);
  }
}

@keyframes moveMobile2 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-30px, -30px) scale(1.2);
  }
}

@keyframes moveMobile3 {
  0% {
    transform: translate(-20px, 20px);
  }
  50% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(-20px, 20px);
  }
}

/* --- 3. TARJETAS (ESTILOS BASE) --- */
.VersionMovil_bento_card {
  background-color: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important; /* Force full height of grid cell */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: flex !important;
  flex-direction: column !important;
  transform: none !important; /* Disable JS tilt effect on mobile */
  transition: box-shadow 0.3s ease !important; /* Only transition shadow */
}

/* Hover Effect REMOVED for mobile */

/* --- 4. POSICIONAMIENTO EXACTO (USANDO IDs PARA FUERZA) --- */

/* CARD 1: VISITAS (Izquierda - Vertical) */
#card1_mobile {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 3 !important; /* FORZAR QUE OCUPE 2 FILAS */
  height: 100% !important; /* Fill grid */
  min-height: 170px !important; /* Altura mínima para que no se aplaste */
}

/* Contenido interno Card 1 */
#card1_mobile .VersionMovil_card-content {
  padding: 15px 5px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  height: 100%;
  position: relative;
  z-index: 20 !important; /* Force text above effects */
}

/* CARD 2: CLICKS (Derecha - Arriba) */
#card2_mobile {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
  height: 100% !important;
  min-height: 80px !important;
}

/* Contenido interno Card 2 */
#card2_mobile .VersionMovil_card-content-flex {
  padding: 10px !important;
  display: flex !important;
  flex-direction: row !important; /* Forzar fila */
  align-items: center !important;
  justify-content: center !important; /* Center content like desktop */
  gap: 15px !important; /* Spacing between icon and text */
  height: 100%;
  position: relative;
  z-index: 20 !important; /* Force text above effects */
}

/* CARD 3: BOTÓN (Derecha - Abajo) */
#card3_mobile {
  grid-column: 2 / 3 !important;
  grid-row: 2 / 3 !important;
  height: 100% !important;
  min-height: 80px !important;
}

/* Contenido interno Card 3 */
#card3_mobile .VersionMovil_card-content-button {
  padding: 10px !important;
  display: flex !important;
  flex-direction: row !important; /* Forzar fila */
  align-items: center !important;
  justify-content: center !important; /* Center content like desktop */
  gap: 15px !important;
  height: 100%;
  position: relative;
  z-index: 20 !important; /* Force text above effects */
}

/* --- 5. DETALLES INTERNOS (Textos e Iconos) --- */

/* Iconos */
.icon-circle-mobile {
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 8px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20 !important;
}

.hand-icon-mobile {
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 20 !important;
}

.img-container-static-mobile {
  width: 40px !important;
  height: auto !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 20 !important;
}

/* Imagenes dentro de los iconos */
.img-analytics-card-mobile,
.hand-icon-mobile img,
.img-container-static-mobile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  position: relative;
  z-index: 21 !important;
}

/* Textos */
.stat-number-mobile {
  color: #fff !important;
  font-size: 1.5rem !important; /* Tamaño controlado */
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
  font-family: "Poppins", sans-serif !important; /* O tu fuente preferida */
  position: relative;
  z-index: 20 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important; /* Improve contrast */
}

.stat-label-mobile {
  color: #fff !important; /* Pure white */
  font-size: 1.2rem !important; /* Letra pequeña para que quepa */
  font-weight: 400 !important;
  line-height: 1.1 !important;
  font-family: "Poppins", sans-serif !important;
  position: relative;
  z-index: 20 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
  margin-top: 1%;
}

/* Ajustes específicos para el texto alineado a la derecha */
.stat-group-mobile {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important; /* Left align like desktop */
  text-align: left !important;
  position: relative;
  z-index: 20 !important;
}

.text-group-mobile {
  text-align: left !important; /* En la tarjeta 3, texto a la izq de la imagen si se desea, o derecha */
  font-size: 0.7rem !important;
  color: #fff !important;
  position: relative;
  z-index: 20 !important;
}

/* --- 6. BOTÓN CTA --- */
/* --- 6. BOTÓN CTA --- */
.VersionMovil_btn_cta {
  background-color: #957afb !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 40px !important; /* Increased horizontal padding */
  border-radius: 30px !important;
  border: none !important;
  text-transform: uppercase;
  margin: 25px auto 0 auto !important;
  display: inline-block !important; /* Changed from block to inline-block */
  width: auto !important; /* Auto width based on content */
  max-width: 90% !important;
  box-shadow: 0 5px 15px rgba(149, 122, 251, 0.4);
}

/* Corrección para pantallas MUY pequeñas (iPhone SE, Galaxy Fold) */
@media (max-width: 360px) {
  .bento-grid-mobile {
    gap: 8px !important;
  }
  .stat-number-mobile {
    font-size: 1.3rem !important;
  }
  .stat-label-mobile {
    font-size: 0.6rem !important;
  }
}
/* =================================================
   SECCIÓN: MILES DE NEGOCIOS YA ACTIVARON PRO
   ================================================= */

.section-negocios-pro {
  background: #141414 !important;
  overflow: hidden;
}

.negocios-pro-title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

/* Pause animation on hover REMOVED for smoother experience */

.negocios-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.negocios-mockup-container {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.negocios-mockup-wrapper {
  position: relative;
  width: 260px; /* Increased from 220px for taller images */
  max-width: 260px;
  background: transparent;
  border-radius: 30px;
  padding: 0;
  overflow: visible;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 20px;
  flex-shrink: 0;
  cursor: default; /* Changed cursor style */
  transform: scale(1); /* Reset to normal size */
  opacity: 1; /* Full opacity */
  /* removed grayscale filter */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); /* Optimize rendering */
}

/* Hover Effect: Scale up slightly, maintain full color, Glow */
.negocios-mockup-wrapper:hover {
  transform: none;
  z-index: 10;
  box-shadow: none;
}

/* Ensure track has padding to accommodate scale */
.marquee-track {
  padding: 40px 0;
}

/* Optional: Add a pseudo-element for a spotlight effect behind */
.negocios-mockup-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 50%;
}

.negocios-mockup-wrapper:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
}

.negocios-mockup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 27px; /* Matching the phone curve */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); /* Inner shadow for depth */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .negocios-pro-title {
    font-size: 25px;
  }

  .negocios-mockup-wrapper {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .negocios-pro-title {
    font-size: 26px;
  }

  .negocios-gallery {
    gap: 15px;
  }

  .negocios-mockup-wrapper {
    max-width: 130px;
    margin: 0 10px;
  }
}

/* =================================================
   SECCIÓN: FUNCIONALIDADES
   ================================================= */

.section-funcionalidades {
  background: #000 !important;
}

.funcionalidades-title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-family: "Touche", sans-serif;
  font-weight: 700;
  /* Gradient text effect if needed, otherwise solid purple or white with purple glow */
  background: linear-gradient(to right, #957afb, #6d4aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 10% auto 60px auto;
}

.funcionalidades-table-wrapper {
  background: transparent; /* Clean background */
  padding: 0;
  border: none;
  max-width: 1000px; /* Constrain width for better reading */
  margin: 0 auto; /* Center the wrapper */
  width: 100%;
}

.funcionalidades-table {
  width: 100%;
  border-collapse: collapse; /* Ensure borders are continuous */
  margin: 0;
}

.funcionalidades-table thead {
  background: transparent;
}

.funcionalidades-table thead th {
  padding: 20px 15px;
  text-align: center;
  font-family: "Touche", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.funcionalidades-table thead th.feature-column {
  text-align: left;
  padding-left: 0; /* Align with edge */
  width: 50%;
  font-size: 24px;
}

.funcionalidades-table thead th.plan-pro {
  color: #957afb;
}

.funcionalidades-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.2s ease;
}

.funcionalidades-table tbody tr:hover {
  background: transparent; /* No hover bg, just text */
  opacity: 0.8;
}

.funcionalidades-table tbody tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Keep border for last item too */
}

.funcionalidades-table tbody td {
  padding: 25px 15px;
  font-family: "Touche", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.funcionalidades-table tbody td.feature-name {
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

.funcionalidades-table tbody td.feature-check {
  text-align: center;
  color: #957afb; /* Purple checkmarks */
  font-size: 20px;
}

.funcionalidades-table tbody td.feature-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}

/* CTA Button in funcionalidades */
.funcionalidades-cta {
  background: #957afb; /* Solid purple matches image */
  color: #fff;
  font-family: "Touche", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(149, 122, 251, 0.4);
  display: block;
  margin: 0 auto;
}

.funcionalidades-cta:hover {
  background: #8466e2;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(149, 122, 251, 0.6);
  color: #fff;
}

/* Responsive adjustments for table */
@media (max-width: 992px) {
  .funcionalidades-title {
    font-size: 36px;
  }

  .funcionalidades-table thead th {
    font-size: 16px;
    padding: 15px 10px;
  }

  .funcionalidades-table tbody td {
    font-size: 14px;
    padding: 15px 10px;
  }

  .funcionalidades-table thead th.feature-column,
  .funcionalidades-table tbody td.feature-name {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .funcionalidades-title {
    font-size: 28px;
  }

  .funcionalidades-table-wrapper {
    padding: 25px 15px;
  }

  .funcionalidades-table thead th {
    font-size: 14px;
    padding: 12px 8px;
  }

  .funcionalidades-table tbody td {
    font-size: 13px;
    padding: 12px 8px;
  }

  .funcionalidades-table thead th.feature-column,
  .funcionalidades-table tbody td.feature-name {
    padding-left: 10px;
  }

  .funcionalidades-cta {
    font-size: 16px;
    padding: 12px 40px;
    margin-bottom: 5%;
  }
}

@media (max-width: 576px) {
  .funcionalidades-table thead th.plan-column {
    font-size: 12px;
  }

  .funcionalidades-table tbody td.feature-name {
    font-size: 12px;
  }

  .funcionalidades-table tbody td.feature-check,
  .funcionalidades-table tbody td.feature-empty {
    font-size: 16px;
  }
}

/* --- MARQUEE INFINITE SCROLL --- */
/* --- MARQUEE INFINITE SCROLL --- */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Gradient fade mask */
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  white-space: nowrap;
}

/* Shadow overlays on left and right edges - Desktop only */
/* Shadow overlays on left and right edges - Desktop only - REMOVED */
@media (min-width: 769px) {
  .marquee-container::before,
  .marquee-container::after {
    display: none !important;
  }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-right 100s linear infinite; /* Slower speed */
}

.negocios-mockup-wrapper {
  width: 300px; /* Increased size */
  margin: 0 15px; /* Spacing between items */
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.negocios-mockup-wrapper:hover {
  transform: scale(1.05); /* Subtle hover effect */
}

/* Scroll Right Animation */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%); /* Start from the second set */
  }
  100% {
    transform: translateX(0); /* Move to the first set */
  }
}

/* Ensure vertical alignment in marquee */
.marquee-track {
  align-items: center;
}

/* Adjust button alignment if needed */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* =========================================
     CUSTOMIZE SECTION - MOBILE COMPACT VERSION
   ========================================= */

.section-customize-mobile {
  padding: 25px 15px 30px 15px !important; /* Tighter padding */
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  max-width: 95% !important; /* Slightly wider to fit content better */
}

.section-customize-mobile .VersionMovil_headline {
  font-size: 24px !important; /* Smaller title */
  margin-bottom: 8px !important;
  line-height: 1.1 !important;
}

.section-customize-mobile .VersionMovil_description {
  font-size: 13px !important; /* Smaller description */
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
  max-width: 280px !important; /* Limit width */
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-customize-mobile .VersionMovil_phone_mockup {
  width: 150px !important; /* Smaller phone */
  margin-bottom: 20px !important;
}

.section-customize-mobile .VersionMovil_btn_cta {
  font-size: 13px !important;
  padding: 10px 35px !important;
}

/* PRO Header Redesign */
.pro-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pro-title {
  font-family: "Touche", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0px;
  background: linear-gradient(180deg, #957afb 0%, #5d45eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* Fallback for shadow if text-fill-color is used, shadows might behave differently or need filter: drop-shadow */
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.pro-price-badge {
  background: #957afb;
  color: white;
  font-family: "Dosis", sans-serif; /* Or matches user preference */
  font-weight: 500;
  font-size: 1.2rem;
  padding: 5px 25px;
  border-radius: 50px; /* Pill shape */
  display: inline-block;
  box-shadow: 0 4px 10px rgba(149, 122, 251, 0.3);
  margin-bottom: -15%;
}

/* Adjustments for responsiveness if needed */
@media (max-width: 768px) {
  .pro-title {
    font-size: 2.5rem;
  }
  .pro-price-badge {
    font-size: 1rem;
    padding: 4px 15px;
  }
}

/* Mobile Animation Adaptation */
.VersionMovil_share_image_wrapper {
  margin-top: 10%;
  position: relative;
  height: 300px; /* Fixed height to contain animation */
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
}

/* --- STANDALONE MOBILE ANIMATION --- */
.stack-wrapper-mobile-standalone {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px auto 30px auto; /* Centered with top/bottom margin */
  z-index: 5;
}

.card-img-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  /* Recycle the same animation keyframes */
  animation: cycleFallingStack 11.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: -50%;
}

.static-pill-mobile {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #888;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 20;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  pointer-events: none;
}

/* Standalone Image Backgrounds */
.img-mobile-1 {
  z-index: 5;
  animation-delay: 0s;
  background-color: #333232;
}
.img-mobile-2 {
  z-index: 4;
  animation-delay: -2.5s;
  background-color: #727753;
}
.img-mobile-3 {
  z-index: 3;
  animation-delay: -5s;
  background-color: #9caeff;
}
.img-mobile-4 {
  z-index: 2;
  animation-delay: -7.5s;
  background-color: #e9f3a8;
}

/* --- FUNCIONALIDADES HEADER REDESIGN --- */
.plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
}

.plan-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-family: "Touche", sans-serif;
}

.plan-title.pro-gradient {
  background: linear-gradient(180deg, #957afb 0%, #5d45eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.plan-price {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: -15%;
}

.plan-btn {
  background: #957afb;
  color: white !important;
  padding: 8px 50px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(149, 122, 251, 0.3);
  font-family: "Touche", sans-serif;
}

.plan-btn:hover {
  text-decoration: none;
  background: #7b61ff;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(149, 122, 251, 0.5);
}

/* Specific adjustment for table headers to align correctly */
.funcionalidades-table thead th {
  vertical-align: bottom;
}

/* --- MOBILE OPTIMIZATION FOR FUNCIONALIDADES TABLE --- */
@media (max-width: 768px) {
  .funcionalidades-table-wrapper {
    padding: 0 5px; /* Minimal padding on sides */
  }

  /* Adjust column widths */
  .funcionalidades-table thead th.feature-column {
    width: 35% !important; /* Reduce width of feature name */
    font-size: 14px !important;
    vertical-align: bottom;
    padding-bottom: 5px;
  }

  .funcionalidades-table thead th.plan-column {
    width: 32.5% !important; /* Give more space to plans */
    padding: 10px 2px !important;
  }

  /* Adjust Headers */
  .plan-header {
    padding-bottom: 5px;
  }

  .plan-title {
    font-size: 1.2rem !important; /* Smaller title */
    margin-bottom: 0%;
  }

  .plan-price {
    font-size: 1.5rem !important; /* Smaller price */
    margin-top: 0 !important;
    margin-bottom: -3% !important;
  }

  /* Hide Buttons on Mobile */
  .plan-btn {
    display: none !important;
  }

  /* Adjust Table Cells */
  .funcionalidades-table tbody td {
    padding: 15px 5px !important;
    font-size: 12px !important;
  }

  .funcionalidades-table tbody td.feature-name {
    font-size: 13px !important;
    padding-right: 5px !important;
    line-height: 1.2;
  }

  /* Adjust Icons */
  .funcionalidades-table tbody td i {
    font-size: 14px !important;
  }

  .funcionalidades-table tbody td img {
    width: 18px !important;
    height: 18px !important;
  }

  /* Hide the "Funcionalidades" header text if it takes too much space, or make it very small */
  /* Optional: .feature-column { text-indent: -9999px; } to hide text but keep column */
}
