.anc-pressure-section,
.anc-pressure-section *{
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

.anc-pressure-section{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  padding:90px 5%;
  display:grid;
  grid-template-columns:43% 57%;
  gap:50px;
  background:
    radial-gradient(circle at 80% 20%,rgba(31,98,174,.10),transparent 32%),
    radial-gradient(circle at 15% 85%,rgba(14,113,57,.08),transparent 28%),
    linear-gradient(120deg,var(--anc-pressure-bg-start,#ffffff) 0%,var(--anc-pressure-bg-mid,#f7fbff) 52%,var(--anc-pressure-bg-end,#eef6ff) 100%);
}

.anc-pressure-left{
  position:relative;
  z-index:4;
}

.anc-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:24px;
  color:#0E7139;
  font-size:14px;
  font-weight:800;
  letter-spacing:2px;
}

.anc-kicker span{
  width:42px;
  height:4px;
  border-radius:20px;
  background:#0E7139;
}

.anc-pressure-left h2{
  margin:0;
  max-width:720px;
  color:#061b58;
  font-size:60px;
  line-height:1.03;
  letter-spacing:-1.2px;
  font-weight:800;
}

.anc-intro{
  max-width:720px;
  margin:24px 0 0;
  color:#334963;
  font-size:19px;
  line-height:1.7;
}

.anc-intro strong{
  color:#0E7139;
  font-weight:800;
}

.anc-title-line{
  width:170px;
  height:5px;
  margin:28px 0 34px;
  border-radius:50px;
  background:linear-gradient(90deg,var(--anc-pressure-line-start,#1F62AE),var(--anc-pressure-line-end,#0E7139));
}

.anc-challenge-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.anc-challenge-item{
  position:relative;
  display:grid;
  grid-template-columns:88px 1fr;
  gap:24px;
  align-items:flex-start;
  padding:22px 0;
  border-bottom:1px solid rgba(31,98,174,.10);
  transition:.35s ease;
}

.anc-challenge-item:hover{
  transform:translateX(8px);
}

.anc-icon{
  width:78px;
  height:78px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-shadow:
    0 20px 40px rgba(14,113,57,.12),
    0 8px 18px rgba(6,27,88,.05);
}

.anc-icon img{
  width:78px;
  height:78px;
  object-fit:contain;
  display:block;
}

.anc-content h3{
  margin:0 0 10px;
  color:#0E7139;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
}

.anc-content p{
  margin:0;
  color:#17365d;
  font-size:14px;
  line-height:1.7;
}

.anc-pressure-right{
  position:relative;
  min-height:850px;
}

.anc-truck-scene{
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:38px;
  box-shadow:0 35px 90px rgba(6,27,88,.14);
}

.anc-truck-scene img{
  width:100%;
  height:100%;
  object-fit:cover;
  animation:ancZoom 14s ease-in-out infinite alternate;
}

.anc-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,var(--anc-pressure-overlay-start,rgba(248,251,255,.96)) 0%,rgba(248,251,255,.82) 18%,rgba(248,251,255,.10) 52%,var(--anc-pressure-overlay-end,rgba(4,34,78,.35)) 100%);
  z-index:2;
}

.anc-motion-ring{
  position:absolute;
  z-index:3;
  right:12%;
  top:20%;
  width:520px;
  height:520px;
  border-radius:50%;
  border:1px solid rgba(14,113,57,.22);
  animation:ancRing 14s linear infinite;
}

.ring-two{
  width:380px;
  height:380px;
  top:31%;
  right:20%;
  border-color:rgba(31,98,174,.22);
  animation-direction:reverse;
  animation-duration:18s;
}

.anc-dashboard{
  position:absolute;
  z-index:5;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:24px;
  box-shadow:0 22px 70px rgba(6,27,88,.16);
  color:#061b58;
  animation:ancFloat 4.5s ease-in-out infinite;
}

.anc-dashboard h4{
  margin:0 0 16px;
  font-size:15px;
  font-weight:800;
}

.anc-dash-top{
  top:55px;
  right:50px;
  width:360px;
  padding:24px;
}

.anc-dash-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.anc-dash-grid span{
  background:#f5f9ff;
  border-radius:12px;
  padding:10px;
  font-size:11px;
}

.anc-dash-grid strong{
  display:block;
  margin-bottom:3px;
  color:#0E7139;
  font-size:22px;
}

.anc-efficiency{
  margin-top:18px;
}

.anc-efficiency strong{
  color:#0E7139;
  font-size:34px;
  line-height:1;
}

.anc-efficiency p{
  margin:6px 0 0;
  font-size:12px;
}

.anc-dash-mid{
  top:320px;
  right:38px;
  width:280px;
  padding:24px;
  animation-delay:.6s;
}

.anc-dash-mid p{
  display:flex;
  justify-content:space-between;
  margin:14px 0;
  font-size:14px;
  font-weight:700;
}

.anc-dash-mid em{
  color:#0E7139;
  font-style:normal;
  font-size:11px;
}

.anc-dash-mid em.orange{
  color:#ff7a1a;
}

.anc-dash-bottom{
  right:65px;
  bottom:70px;
  width:330px;
  padding:24px;
  animation-delay:1.1s;
}

.anc-score{
  width:92px;
  height:92px;
  margin-bottom:14px;
  border-radius:50%;
  border:9px solid #0E7139;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#061b58;
  font-size:38px;
  font-weight:800;
}

.anc-dash-bottom p{
  margin:10px 0;
  font-size:13px;
}

.anc-dash-bottom span{
  display:block;
  height:5px;
  margin-top:5px;
  border-radius:20px;
  background:linear-gradient(90deg,var(--anc-pressure-line-start,#1F62AE),var(--anc-pressure-line-end,#0E7139));
  transform-origin:left;
  animation:ancBar 2s ease forwards;
}

.anc-pressure-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-pressure-reveal.anc-pressure-show{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.anc-pressure-delay-1{transition-delay:.08s;}
.anc-pressure-delay-2{transition-delay:.16s;}
.anc-pressure-delay-3{transition-delay:.24s;}
.anc-pressure-delay-4{transition-delay:.32s;}
.anc-pressure-delay-5{transition-delay:.40s;}

@keyframes ancFloat{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-12px);
  }
}

@keyframes ancZoom{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.06);
  }
}

@keyframes ancRing{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}

@keyframes ancBar{
  from{
    transform:scaleX(.1);
  }
  to{
    transform:scaleX(1);
  }
}

@media(max-width:1180px){
  .anc-pressure-section{
    grid-template-columns:1fr;
  }

  .anc-pressure-right{
    min-height:720px;
  }
}

@media(max-width:768px){
  .anc-pressure-section{
    padding:65px 22px;
  }

  .anc-pressure-left h2{
    font-size:42px;
    letter-spacing:-.8px;
  }

  .anc-intro{
    font-size:17px;
  }

  .anc-challenge-item{
    grid-template-columns:72px 1fr;
    gap:18px;
  }

  .anc-icon{
    width:64px;
    height:64px;
  }

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

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

  .anc-dashboard{
    position:relative;
    inset:auto;
    width:100%;
    margin:18px 0;
  }

  .anc-truck-scene{
    position:relative;
    min-height:620px;
  }

  .anc-dash-top,
  .anc-dash-mid,
  .anc-dash-bottom{
    top:auto;
    right:auto;
    bottom:auto;
    width:100%;
  }

  .anc-motion-ring{
    display:none;
  }
}
@media(max-width:1180px){.anc-pressure-section{grid-template-columns:1fr !important;}}


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;
}

/* v0.3.7: Pressure Challenges typography cleanup.
   Tipografía solo desde Estilo > Tipografía. */
.anc-pressure-section .anc-intro strong,
.anc-pressure-section .anc-challenge-item .anc-content h3,
.anc-pressure-section .anc-challenge-item .anc-content p,
.anc-pressure-section .anc-dashboard h4,
.anc-pressure-section .anc-dashboard p,
.anc-pressure-section .anc-dashboard span,
.anc-pressure-section .anc-dashboard em,
.anc-pressure-section .anc-efficiency p{
  font-family:inherit;
}
.anc-pressure-section .anc-intro strong{
  font-size:inherit;
  line-height:inherit;
}

/* v0.3.8: Fix real selector for Texto intro.
   El tamaño/tipo del intro se controla en Estilo > Tipografía > Texto intro. */
.anc-pressure-section .anc-pressure-left > p.anc-intro strong{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
}




/* v1.0.2 - Pressure Challenges: posición real de iconos en móvil.
   El item original usa CSS Grid, por eso flex-direction no hacía efecto. */
@media(max-width:767px){
  .anc-pressure-mobile-icons-left .anc-pressure-section .anc-challenge-item{
    display:grid !important;
    grid-template-columns:minmax(44px, auto) 1fr !important;
    align-items:flex-start !important;
    text-align:left !important;
  }

  .anc-pressure-mobile-icons-left .anc-pressure-section .anc-challenge-item .anc-icon{
    grid-column:1 !important;
    grid-row:1 !important;
    margin:0 !important;
    align-self:flex-start !important;
    justify-self:start !important;
  }

  .anc-pressure-mobile-icons-left .anc-pressure-section .anc-challenge-item .anc-content{
    grid-column:2 !important;
    grid-row:1 !important;
    width:100% !important;
    min-width:0 !important;
  }

  .anc-pressure-mobile-icons-top .anc-pressure-section .anc-challenge-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    text-align:left !important;
    grid-template-columns:none !important;
  }

  .anc-pressure-mobile-icons-top .anc-pressure-section .anc-challenge-item .anc-icon{
    margin:0 0 4px 0 !important;
    align-self:flex-start !important;
    justify-self:start !important;
  }

  .anc-pressure-mobile-icons-top .anc-pressure-section .anc-challenge-item .anc-content{
    width:100% !important;
    min-width:0 !important;
  }
}
