.anc-ecosystem-block,
.anc-ecosystem-block *{
  box-sizing:border-box;
  font-family:'Poppins',Arial,sans-serif;
}

.anc-ecosystem-block{
  position:relative;
  overflow:hidden;
  width:100%;
  padding:90px 5%;
  background:
    radial-gradient(circle at top left,rgba(31,98,174,.12),transparent 30%),
    radial-gradient(circle at bottom right,rgba(14,113,57,.10),transparent 32%),
    linear-gradient(135deg,var(--anc-eco-bg-start,#ffffff) 0%,var(--anc-eco-bg-mid,#f7fbff) 48%,var(--anc-eco-bg-end,#eef6ff) 100%);
}

.anc-ecosystem-block:before,
.anc-ecosystem-block:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  background-image:radial-gradient(rgba(31,98,174,.22) 1.5px,transparent 1.5px);
  background-size:14px 14px;
  opacity:.45;
  pointer-events:none;
}

.anc-ecosystem-block:before{
  top:42px;
  left:42px;
}

.anc-ecosystem-block:after{
  bottom:42px;
  right:42px;
}

.anc-eco-header{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto 58px;
  text-align:center;
}

.anc-eco-mini-title{
  display:block;
  margin-bottom:14px;
  color:#0E7139;
  font-size:14px;
  font-weight:800;
  letter-spacing:5px;
}

.anc-eco-mini-line{
  width:150px;
  height:4px;
  margin:0 auto 28px;
  border-radius:30px;
  background:linear-gradient(90deg,var(--anc-eco-line-start,#1F62AE),var(--anc-eco-line-end,#0E7139));
}

.anc-eco-header h2{
  margin:0;
  color:#08264f;
  font-size:60px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-1.2px;
}

.anc-eco-header h2 span{
  display:block;
  color:#0E7139;
}

.anc-eco-header p{
  max-width:760px;
  margin:24px auto 0;
  color:#526176;
  font-size:20px;
  line-height:1.65;
}

.anc-eco-grid{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  align-items:stretch;
}

.anc-eco-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(31,98,174,.10);
  box-shadow:0 24px 65px rgba(8,38,79,.10);
  transition:.4s ease;
  display:flex;
  flex-direction:column;
  height:100%;
}

.anc-eco-card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 90px rgba(8,38,79,.16);
}

.anc-eco-image{
  position:relative;
  height:280px;
  overflow:hidden;
  background:#eef6ff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.anc-eco-bg-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:blur(16px);
  transform:scale(1.14);
  opacity:.55;
}

.anc-eco-main-img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:1s ease;
}

/* IMAGEN PLATAFORMA Y APPS: CUBRE TODO EL CONTENEDOR */
.anc-eco-card-app .anc-eco-image{
  position:relative;
  overflow:hidden;
  background:#eef6ff;
}

.anc-eco-card-app .anc-eco-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.18) !important;
  filter:blur(18px);
  opacity:.6;
}

.anc-eco-card-app .anc-eco-main-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.18) !important;
  transform-origin:center center !important;
  display:block !important;
}

.anc-eco-card-app:hover .anc-eco-main-img{
  transform:scale(1.23) !important;
}

.anc-eco-image:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:
    linear-gradient(180deg,rgba(8,38,79,0) 25%,rgba(8,38,79,.14) 100%),
    radial-gradient(circle at 70% 30%,rgba(14,113,57,.12),transparent 35%);
  pointer-events:none;
}

.anc-eco-card:hover .anc-eco-main-img{
  transform:scale(1.025);
}

.anc-eco-card-app:hover .anc-eco-main-img{
  transform:scale(1.23) !important;
}

.anc-eco-icon{
  position:absolute;
  left:50%;
  top:228px;
  transform:translateX(-50%);
  width:116px;
  height:116px;
  border-radius:50%;
  background:#ffffff;
  border:7px solid #ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:5;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(8,38,79,.22);
}

.anc-eco-icon img{
  width:104px;
  height:104px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:auto;
}

.anc-eco-content{
  position:relative;
  padding:80px 34px 38px;
  color:#08264f;
  flex:1;
  display:flex;
  flex-direction:column;
}

.anc-eco-content h3{
  margin:0 0 22px;
  text-align:center;
  color:#08264f;
  font-size:29px;
  line-height:1.15;
  font-weight:900;
}

.anc-eco-content h3:after{
  content:"";
  display:block;
  width:62px;
  height:3px;
  margin:16px auto 0;
  border-radius:20px;
  background:linear-gradient(90deg,var(--anc-eco-line-start,#1F62AE),var(--anc-eco-line-end,#0E7139));
}

.anc-eco-content ul{
  margin:0;
  padding:0;
  list-style:none;
  flex:1;
}

.anc-eco-content li{
  position:relative;
  margin-bottom:13px;
  padding-left:28px;
  color:#334963;
  font-size:15px;
  line-height:1.55;
}

.anc-eco-content li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#0E7139;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:800;
}

.anc-eco-content li strong{
  color:#08264f;
  font-weight:900;
}

.anc-eco-main-btn{
  position:relative;
  z-index:3;
  width:max-content;
  max-width:100%;
  margin:56px auto 0;
  min-height:68px;
  padding:0 30px 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  border-radius:18px;
  background:linear-gradient(90deg,var(--anc-eco-button-start,#0053a3) 0%,var(--anc-eco-button-end,#0E7139) 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:18px;
  font-weight:900;
  box-shadow:
    0 18px 42px rgba(8,38,79,.18),
    0 10px 28px rgba(14,113,57,.16);
  transition:.3s ease;
}

.anc-eco-main-btn span{
  color:#fff !important;
  text-decoration:none !important;
}

.anc-eco-main-btn i{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  transition:.3s ease;
}

.anc-eco-main-btn:hover{
  transform:translateY(-5px);
  box-shadow:
    0 24px 58px rgba(8,38,79,.22),
    0 14px 36px rgba(14,113,57,.20);
}

.anc-eco-main-btn:hover i{
  transform:translateX(5px);
}

.anc-eco-reveal{
  opacity:0;
  transform:translateY(44px);
  filter:blur(10px);
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .9s cubic-bezier(.16,1,.3,1);
}

.anc-eco-reveal.anc-eco-show{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.anc-eco-delay-1{transition-delay:.10s;}
.anc-eco-delay-2{transition-delay:.20s;}
.anc-eco-delay-3{transition-delay:.30s;}
.anc-eco-delay-4{transition-delay:.40s;}

@media(max-width:1200px){
  .anc-eco-header h2{
    font-size:50px;
  }

  .anc-eco-grid{
    grid-template-columns:1fr;
    max-width:680px;
  }

  .anc-eco-image{
    height:330px;
  }

  .anc-eco-icon{
    top:278px;
  }

  .anc-eco-card-app .anc-eco-main-img{
    transform:scale(1.16) !important;
  }

  .anc-eco-card-app:hover .anc-eco-main-img{
    transform:scale(1.21) !important;
  }
}

@media(max-width:768px){
  .anc-ecosystem-block{
    padding:65px 20px;
  }

  .anc-eco-header{
    margin-bottom:42px;
  }

  .anc-eco-header h2{
    font-size:36px;
    line-height:1.12;
    letter-spacing:-.8px;
  }

  .anc-eco-header p{
    font-size:16px;
  }

  .anc-eco-image{
    height:260px;
  }

  .anc-eco-card-app .anc-eco-main-img{
    transform:scale(1.22) !important;
  }

  .anc-eco-card-app:hover .anc-eco-main-img{
    transform:scale(1.27) !important;
  }

  .anc-eco-icon{
    top:210px;
    width:104px;
    height:104px;
  }

  .anc-eco-icon img{
    width:92px;
    height:92px;
  }

  .anc-eco-content{
    padding:72px 26px 34px;
  }

  .anc-eco-content h3{
    font-size:25px;
  }

  .anc-eco-main-btn{
    width:100%;
    min-height:64px;
    padding:0 22px;
    gap:18px;
    font-size:15px;
    text-align:center;
  }

  .anc-eco-main-btn i{
    width:38px;
    height:38px;
    flex:0 0 auto;
  }
}


body.elementor-editor-active .geo-reveal,
body.elementor-editor-active .anc-global-reveal,
body.elementor-editor-active .anc-pressure-reveal,
body.elementor-editor-active .anc-eco-reveal,
.elementor-editor-active .geo-reveal,
.elementor-editor-active .anc-global-reveal,
.elementor-editor-active .anc-pressure-reveal,
.elementor-editor-active .anc-eco-reveal{
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}

.anc-eco-main-btn svg{
  width:42px;
  height:42px;
  border-radius:50%;
  padding:10px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  transition:.3s ease;
}

/* v0.2.7: Elementor Icon Library visibility fixes */
.anc-eco-main-btn i,
.anc-eco-main-btn svg,
.anc-eco-main-btn .elementor-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  fill:currentColor;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:17px;
  transition:.3s ease;
}
.anc-eco-main-btn svg{
  padding:10px;
}

/* v0.3.9: Ecosystem Geotab typography cleanup.
   Tipografía solo desde Estilo > Tipografía. */
.anc-ecosystem-block .anc-eco-header h2 span,
.anc-ecosystem-block .anc-eco-card .anc-eco-content strong,
.anc-ecosystem-block .anc-eco-main-btn span{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
