.forestacion-hero{
  min-height: 58vh;
  padding-top: 105px;
  background: linear-gradient(120deg, rgba(9,61,36,.96), rgba(19,101,63,.86)), url('../img/about2.png') center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
}
.forestacion-map{
  height: 520px;
  width:100%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(0,0,0,.18);
  border:1px solid rgba(11,77,42,.14);
}
.forestacion-card{
  border:1px solid #e5eee8;
  border-radius:22px;
  background:#fff;
  padding:1.2rem;
  height:100%;
  box-shadow:0 14px 35px rgba(0,0,0,.06);
  transition:.25s ease;
}
.forestacion-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(0,0,0,.10)}
.forestacion-card h3{font-size:1.05rem;font-weight:900;color:var(--pv-green, #0b4d2a)}
.forestacion-badge{
  display:inline-flex;align-items:center;gap:.35rem;
  border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:800;
  background:#e9f7ef;color:#0b4d2a;
}
.forestacion-badge.gold{background:#fff6da;color:#8a6a05}
.species-list{margin:0;padding-left:1.1rem;font-size:.9rem;color:#41524d}
.table-forestacion th{background:#0b4d2a!important;color:#fff;white-space:nowrap}
.table-forestacion td{vertical-align:middle}
.filter-panel{border-radius:22px;background:#f8fbf8;border:1px solid #dfeae3;padding:1rem}
.no-coords{font-size:.82rem;color:#b45309;font-weight:700}
.marker-forestacion{
  background:#0b4d2a;color:#fff;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  border:3px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.35);font-size:18px;
}

/* Representación cartográfica de forestación */
.mapa-forestacion-wrap{
  position:relative;
  height:100%;
  min-height:520px;
}

.mapa-forestacion-wrap .forestacion-map{
  height:100%;
  min-height:520px;
}

.marker-forestacion{
  --marker-color:#198754;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--marker-color);
  border:3px solid #fff;
  box-shadow:0 7px 20px rgba(0,0,0,.32);
  font-size:20px;
}

.forestacion-legend{
  position:absolute;
  top:16px;
  right:16px;
  z-index:500;
  width:185px;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  font-size:.78rem;
}

.forestacion-legend strong{color:#0b3d24;margin-bottom:2px}
.forestacion-legend span{display:flex;align-items:center;gap:8px}
.legend-line{display:inline-block;width:28px;height:6px;border-radius:10px;background:#198754}
.legend-line.ejecucion{background:#d6a419}
.legend-line.programada{background:#0d6efd}
.legend-area{display:inline-block;width:25px;height:14px;border:2px solid #198754;background:rgba(25,135,84,.25);border-radius:3px}
.legend-marker{width:25px;text-align:center;font-style:normal}

.forestacion-card{
  cursor:default;
  transition:transform .25s ease, box-shadow .25s ease;
}
.forestacion-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(11,61,36,.13);
}

.popup-forestacion{min-width:220px}

@media(max-width:767px){
  .forestacion-legend{
    top:10px;
    right:10px;
    width:165px;
    font-size:.72rem;
  }
}
