/* V16 PRO - Iconografía premium encapsulada para Tu factura también viaja
   Alcance: solo .tfv-page. No afecta admin, portal ni otras páginas. */
.tfv-page .tfv-hero-points{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:0 !important;
  align-items:start !important;
  max-width:560px !important;
  margin:24px 0 24px !important;
}
.tfv-page .tfv-hero-point{
  min-width:0 !important;
  padding:0 16px !important;
  border-right:1px solid rgba(255,255,255,.14) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:8px !important;
  color:#fff !important;
  font-size:12.5px !important;
  font-weight:760 !important;
  line-height:1.2 !important;
  letter-spacing:-.015em !important;
  text-shadow:0 2px 10px rgba(0,0,0,.26) !important;
}
.tfv-page .tfv-hero-point:first-child{padding-left:0 !important;}
.tfv-page .tfv-hero-point:last-child{border-right:0 !important;padding-right:0 !important;}
.tfv-page .tfv-hero-point img{
  width:25px !important;
  height:25px !important;
  object-fit:contain !important;
  display:block !important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.22)) !important;
}
.tfv-page .tfv-hero-point span{display:block !important;}
.tfv-page .tfv-floating-gift .gift-ico{
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  display:grid !important;
  place-items:center !important;
  background:rgba(212,166,74,.16) !important;
  border:1px solid rgba(212,166,74,.35) !important;
}
.tfv-page .tfv-floating-gift .gift-ico img{width:22px !important;height:22px !important;display:block !important;}
.tfv-page .tfv-partner-icon{
  width:44px !important;
  height:44px !important;
  top:-22px !important;
  left:16px !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#c99338,#e4bb65) !important;
  border:3px solid #fff !important;
  display:grid !important;
  place-items:center !important;
  box-shadow:0 12px 28px rgba(15,31,64,.18) !important;
}
.tfv-page .tfv-partner-icon img{width:20px !important;height:20px !important;display:block !important;filter:brightness(0) invert(1) !important;}
.tfv-page .tfv-feature i{
  width:44px !important;
  height:44px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:16px !important;
  background:rgba(201,147,56,.12) !important;
  border:1px solid rgba(201,147,56,.22) !important;
  margin-bottom:12px !important;
}
.tfv-page .tfv-feature i img{width:24px !important;height:24px !important;display:block !important;}
@media (max-width:900px){
  .tfv-page .tfv-hero-points{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px 12px !important;
    max-width:100% !important;
    margin:22px 0 !important;
  }
  .tfv-page .tfv-hero-point{
    border-right:0 !important;
    padding:0 !important;
    font-size:12.5px !important;
    align-items:flex-start !important;
  }
  .tfv-page .tfv-hero-point img{width:24px !important;height:24px !important;}
}
@media (max-width:560px){
  .tfv-page .tfv-hero-points{gap:16px 10px !important;}
  .tfv-page .tfv-hero-point{font-size:12px !important;}
  .tfv-page .tfv-hero-point img{width:22px !important;height:22px !important;}
}
