.poes-hero{
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(22,166,55,.18), transparent),
    radial-gradient(900px 460px at 90% 15%, rgba(255,210,48,.18), transparent),
    linear-gradient(180deg, #fff, #f6fbf7);
}
.poes-hero .hero-visual{
  min-height: clamp(420px, 46vw, 620px);
  border-radius: 2rem;
  overflow: hidden;
  color: #fff;
  position: relative;
  background:
    linear-gradient(135deg, rgba(0,27,61,.88), rgba(0,70,143,.58)),
    url("../img/hero-validacion-poes.png") center/cover no-repeat;
  box-shadow: 0 24px 60px rgba(0,27,61,.18);
}
.timeline-step{
  position:relative;
  padding:1.25rem 1.25rem 1.25rem 4.25rem;
  border-radius:1.25rem;
  border:1px solid rgba(0,70,143,.12);
  background:#fff;
  height:100%;
}

.timeline-number{
  position:absolute;
  left:1.25rem;
  top:1.25rem;
  width:2.25rem;
  height:2.25rem;
  border-radius:50%;
  background:var(--seilam-accent);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.monitor-card{
  background:#061B35;
  color:#fff;
  border-radius:1.6rem;
  padding:1.5rem;
  height:100%;
}

.monitor-card p{
  color:rgba(255,255,255,.72);
}

.poes-bullet{
  display:flex;
  gap:.85rem;
  align-items:flex-start;
  padding:1rem;
  border-radius:1rem;
  background:#fff;
  border:1px solid rgba(0,70,143,.10);
}
/* =========================
   TABLA VISUAL POES
========================= */

.table-poes-micro{
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 70, 143, .12);
  box-shadow: 0 14px 36px rgba(0, 27, 61, .08);
  background: #fff;
}

.table-poes-micro thead th{
  background: linear-gradient(135deg, var(--seilam-primary), var(--seilam-dark));
  color: #fff;
  font-size: .92rem;
  letter-spacing: .02em;
  border: 0;
  padding: 1rem;
}

.table-poes-micro tbody td{
  padding: 1rem;
  vertical-align: middle;
  border-color: rgba(0, 70, 143, .08);
}

.table-poes-micro tbody tr{
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.table-poes-micro tbody tr:hover{
  background-color: rgba(4, 149, 241, .045);
}

.table-poes-micro td:first-child strong{
  color: var(--seilam-dark);
}

.poes-icon{
  width: 3.1rem;
  height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(4, 149, 241, .10);
  color: var(--seilam-primary);
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(4, 149, 241, .14);
}

.poes-icon-hygiene{
  background: rgba(4, 149, 241, .13);
  color: #0495f1;
}

.poes-icon-alert{
  background: rgba(255, 210, 48, .22);
  color: #9a6700;
}

.poes-icon-danger{
  background: rgba(217, 38, 38, .10);
  color: #d92626;
}

.poes-icon-fungi{
  background: rgba(22, 166, 55, .12);
  color: #0b7c2c;
}

.poes-icon-person{
  background: rgba(247, 167, 35, .16);
  color: #b36b00;
}

.poes-icon-water{
  background: rgba(0, 70, 143, .12);
  color: #00468f;
}

.poes-icon-temp{
  background: rgba(247, 167, 35, .16);
  color: #b36b00;
}

.poes-icon-cold{
  background: rgba(4, 149, 241, .13);
  color: #0495f1;
}

.poes-icon-dark{
  background: rgba(0, 27, 61, .10);
  color: #001b3d;
}

@media (max-width: 767.98px){
  .table-poes-micro thead th,
  .table-poes-micro tbody td{
    font-size: .92rem;
  }

  .poes-icon{
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
  }
}
/* =========================
   IMÁGENES POES
========================= */

.monitor-card-img{
  padding: 0;
  overflow: hidden;
  background: #061B35;
}

.monitor-img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.monitor-card-body{
  padding: 1.5rem;
}

.poes-section-img{
  width: 100%;
  height: clamp(280px, 34vw, 430px);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(0,70,143,.10);
}

.poes-visual-box{
  background: #fff;
  border: 1px solid rgba(0,70,143,.12);
  border-radius: 1.5rem;
  padding: 1.5rem;
  height: 100%;
}

@media (max-width: 767.98px){
  .monitor-img{
    height: 210px;
  }

  .poes-section-img{
    height: 260px;
  }
}