/* =========================================================
   PRODUCTOS — catálogo corporativo
   ========================================================= */
.page-productos{background:#fff}.page-productos main{overflow:hidden}.page-productos .products-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;color:#fff;background:#07090c}.page-productos .products-hero-media{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,5,8,.98) 0%,rgba(3,5,8,.88) 32%,rgba(3,5,8,.38) 56%,rgba(3,5,8,.05) 76%),url('../img/products/hero-product3.png');background-size:cover;background-position:center center;transform:scale(1.015)}.page-productos .products-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.2));pointer-events:none}.page-productos .products-hero-inner{position:relative;z-index:1;padding:72px 0 98px}.page-productos .products-hero-copy{max-width:610px}.page-productos .products-kicker{display:inline-flex;align-items:center;gap:11px;margin-bottom:15px;color:#ed1c24;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.page-productos .products-kicker::after{content:"";width:38px;height:1px;background:currentColor}.page-productos .products-hero h1{margin:0 0 20px;max-width:600px;font-size:clamp(3rem,5vw,4.8rem);font-weight:900;line-height:.98;letter-spacing:-.055em}.page-productos .products-hero p{max-width:530px;margin:0 0 25px;color:rgba(255,255,255,.92);font-size:1rem;line-height:1.6}.page-productos .products-hero-button{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;gap:28px;border-radius:6px;color:#fff;background:#e3151d;font-size:.9rem;font-weight:900;box-shadow:0 10px 24px rgba(140,0,7,.3);transition:.25s}.page-productos .products-hero-button:hover{color:#fff;background:#bd0910;transform:translateY(-2px)}.page-productos .products-hero-button span{font-size:1.2rem}
.page-productos .product-category-nav{position:relative;z-index:5;margin-top:24px}.page-productos .product-category-panel{min-height:120px;padding:0 18px;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:linear-gradient(135deg,#15181d,#090b0f);box-shadow:0 18px 45px rgba(4,7,12,.24)}.page-productos .product-category-link{position:relative;min-width:0;padding:18px 12px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:.9rem;font-weight:700;text-align:center;transition:.25s}.page-productos .product-category-link::after{content:"";position:absolute;left:18%;right:18%;bottom:0;height:3px;border-radius:999px;background:transparent;transition:.25s}.page-productos .product-category-link:hover,.page-productos .product-category-link.active{color:#fff}.page-productos .product-category-link.active::after{background:#ed1c24}.page-productos .category-icon{width:42px;height:42px;display:grid;place-items:center;color:#fff}.page-productos .product-category-link.active .category-icon,.page-productos .product-category-link:nth-child(2) .category-icon{color:#ed1c24}.page-productos .product-category-link:nth-child(3) .category-icon{color:#2788ff}.page-productos .category-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.page-productos .product-nav-hint{padding:14px 20px 18px;text-align:center;color:#666;font-size:.82rem}.page-productos .product-nav-hint span{margin-right:8px}
.page-productos .product-family{scroll-margin-top:90px;padding:30px 0 22px;border-top:1px solid #eceef1;background:#fff}.page-productos .product-family-transformers{background:linear-gradient(90deg,#fff 0%,#f3f8ff 28%,#fff 100%)}.page-productos .product-family-stabilizers{background:linear-gradient(90deg,#fff 0%,#fffaf7 28%,#fff 100%)}.page-productos .product-family-ups{background:linear-gradient(180deg,#fafafa,#f2f3f5)}.page-productos .product-family-special{padding:35px 0 38px;background:linear-gradient(90deg,#fff 0%,#fff8f8 28%,#fff 100%)}.page-productos .product-family-grid{display:grid;grid-template-columns:235px minmax(0,1fr);gap:32px;align-items:center}.page-productos .product-family-intro{align-self:center}.page-productos .family-title-row{display:flex;align-items:center;gap:12px;margin-bottom:15px}.page-productos .family-title-row h2{margin:0;font-size:1.65rem;line-height:1.1;letter-spacing:-.035em}.page-productos .family-symbol{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;color:#ed1c24}.page-productos .product-family-ups .family-symbol{color:#2788ff}.page-productos .product-family-special .family-symbol{color:#1c1e22}.page-productos .family-symbol svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.page-productos .product-family-intro>p{margin:0 0 22px;color:#4a4e55;font-size:.9rem;line-height:1.6}.page-productos .family-all-link{min-height:43px;padding:14px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #ed1c24;border-radius:5px;color:#d9141c;font-size:.78rem;font-weight:800;transition:.25s}.page-productos .family-all-link:hover{color:#fff;background:#ed1c24}.page-productos .family-all-link.neutral{border-color:#858a92;color:#30343a}.page-productos .family-all-link.neutral:hover{color:#fff;background:#202329;border-color:#202329}
.page-productos .product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-productos .product-catalog-card{min-width:0;overflow:hidden;border:1px solid #e4e6ea;border-radius:10px;background:#fff;box-shadow:0 6px 18px rgba(20,24,30,.055);transition:transform .25s ease,box-shadow .25s ease}.page-productos .product-catalog-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(20,24,30,.11)}.page-productos .product-photo{height:170px;padding:12px 18px 4px;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#fafafa)}.page-productos .product-photo img{width:100%;height:100%;object-fit:contain}.page-productos .product-card-copy{padding:10px 16px 14px}.page-productos .product-card-copy h3{min-height:42px;margin:0 0 10px;font-size:.91rem;line-height:1.25}.page-productos .product-card-copy dl{margin:0 0 12px;display:grid;gap:4px;font-size:.73rem}.page-productos .product-card-copy dl div{display:grid;grid-template-columns:105px 1fr;gap:7px}.page-productos .product-card-copy dt{font-weight:700;color:#363a40;text-transform:capitalize}.page-productos .product-card-copy dd{margin:0;color:#555b64}.page-productos .product-card-copy>a{display:flex;align-items:center;justify-content:space-between;color:#e3151d;font-size:.75rem;font-weight:900}.page-productos .product-family-ups .product-card-copy>a{color:#1479ed}.page-productos .product-card-copy>a span{font-size:1.05rem;transition:.2s}.page-productos .product-card-copy>a:hover span{transform:translateX(4px)}
.page-productos .special-family-grid{display:grid;grid-template-columns:235px minmax(0,1fr);gap:32px;align-items:center}.page-productos .special-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.page-productos .special-card{min-height:165px;padding:17px 10px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e1e3e7;border-radius:9px;background:#fff;box-shadow:0 5px 14px rgba(20,24,30,.04);transition:.25s}.page-productos .special-card:hover{transform:translateY(-4px);border-color:rgba(227,21,29,.4);box-shadow:0 12px 25px rgba(20,24,30,.09)}.page-productos .special-icon{width:48px;height:48px;margin-bottom:8px;display:grid;place-items:center;color:#e3151d}.page-productos .special-icon svg{width:43px;height:43px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-productos .special-card h3{margin:0 0 7px;font-size:.82rem;line-height:1.2}.page-productos .special-card p{margin:0;color:#62676f;font-size:.7rem;line-height:1.4}.page-productos+.quote-strip{margin-top:0}
@media(max-width:1050px){.page-productos .product-family-grid,.page-productos .special-family-grid{grid-template-columns:1fr;gap:22px}.page-productos .product-family-intro{max-width:720px}.page-productos .product-card-grid{grid-template-columns:repeat(3,1fr)}.page-productos .special-card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.page-productos .products-hero{min-height:560px;align-items:flex-end}.page-productos .products-hero-media{background-image:linear-gradient(180deg,rgba(3,5,8,.2) 0%,rgba(3,5,8,.52) 34%,rgba(3,5,8,.94) 72%,rgba(3,5,8,.99) 100%),url('../img/slider/planta-transformadores.png');background-position:62% center}.page-productos .products-hero-inner{padding:150px 0 92px}.page-productos .products-hero h1{font-size:clamp(2.5rem,11vw,3.5rem)}.page-productos .products-hero-button{width:100%;justify-content:space-between}.page-productos .product-category-nav{margin-top:-42px;overflow-x:auto;padding-bottom:5px}.page-productos .product-category-panel{width:720px;min-height:105px;margin-left:20px;margin-right:20px;grid-template-columns:repeat(4,180px)}.page-productos .product-category-link{font-size:.82rem}.page-productos .product-nav-hint{font-size:.76rem}.page-productos .product-family{padding:34px 0 26px}.page-productos .product-card-grid{grid-template-columns:1fr;gap:16px}.page-productos .product-photo{height:220px}.page-productos .product-card-copy h3{min-height:0;font-size:1.05rem}.page-productos .product-card-copy dl{font-size:.82rem}.page-productos .special-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.page-productos .products-hero{min-height:600px}.page-productos .products-hero-inner{padding:170px 0 92px}.page-productos .products-hero h1{font-size:2.65rem}.page-productos .products-hero p{font-size:.94rem}.page-productos .family-title-row h2{font-size:1.55rem}.page-productos .product-photo{height:205px}.page-productos .product-card-copy dl div{grid-template-columns:118px 1fr}.page-productos .special-card-grid{grid-template-columns:1fr 1fr}.page-productos .special-card{min-height:155px}}

/* =========================================================
   PRODUCTOS — CORRECCIÓN FINAL DE HERO Y TARJETAS
   ========================================================= */

/* Hero interno: misma altura que Nosotros, Servicios y Contacto */
.page-productos .products-hero{
  height:450px;
  min-height:450px;
  max-height:450px;
}

.page-productos .products-hero-inner{
  height:100%;
  padding:38px 0 72px;
  display:flex;
  align-items:center;
}

.page-productos .products-hero-copy{
  max-width:560px;
}

.page-productos .products-hero h1{
  max-width:550px;
  margin-bottom:16px;
  font-size:clamp(2.7rem,3.8vw,4rem);
  line-height:1;
  letter-spacing:-.045em;
}

.page-productos .products-hero p{
  max-width:500px;
  margin-bottom:20px;
  font-size:.96rem;
  line-height:1.52;
}

.page-productos .products-hero-media{
  background-position:center center;
  transform:none;
}

/* Familias de producto */
.page-productos .product-family{
  padding:38px 0 34px;
}

.page-productos .product-family-grid{
  grid-template-columns:255px minmax(0,1fr);
  gap:34px;
  align-items:start;
}

/* Tarjetas: imagen y contenido totalmente separados */
.page-productos .product-card-grid{
  gap:16px;
  align-items:stretch;
}

.page-productos .product-catalog-card{
  min-height:455px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:12px;
}

.page-productos .product-photo{
  position:relative;
  flex:0 0 225px;
  height:225px;
  padding:18px 22px 12px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);
  border-bottom:1px solid #eceef1;
}

.page-productos .product-photo img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  transform:none!important;
}

.page-productos .product-card-copy{
  position:relative;
  z-index:2;
  flex:1;
  min-height:0;
  padding:18px 18px 17px;
  display:flex;
  flex-direction:column;
  background:#fff;
}

.page-productos .product-card-copy h3{
  min-height:48px;
  margin:0 0 14px;
  font-size:1rem;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.page-productos .product-card-copy dl{
  margin:0 0 18px;
  gap:7px;
  font-size:.79rem;
}

.page-productos .product-card-copy dl div{
  grid-template-columns:112px minmax(0,1fr);
  gap:8px;
  align-items:start;
}

.page-productos .product-card-copy dt,
.page-productos .product-card-copy dd{
  line-height:1.35;
}

.page-productos .product-card-copy>a{
  margin-top:auto;
  padding-top:6px;
  font-size:.82rem;
}

/* =====================================
   BOTÓN DESCARGAR CATÁLOGO
   ===================================== */

.catalog-download{
    display:flex;
    justify-content:center;
    margin-top:22px;
    margin-bottom:30px;
}

.btn-download-catalog{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-height:46px;
    padding:0 24px;

    background:#fff;
    border:1px solid #ed1c24;
    border-radius:7px;

    color:#ed1c24;
    font-size:14px;
    font-weight:700;
    text-decoration:none;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.btn-download-catalog i{
    font-size:16px;
}

.btn-download-catalog:hover{
    background:#ed1c24;
    color:#fff;
    box-shadow:0 8px 20px rgba(237,28,36,.18);
    transform:translateY(-2px);
}

.btn-download-catalog:active{
    transform:translateY(0);
}

/* Móvil */
@media (max-width:576px){

    .catalog-download{
        margin-top:18px;
        margin-bottom:24px;
    }

    .btn-download-catalog{
        width:100%;
        max-width:280px;
    }
}








/* ===============================
   Logo GH POWER (parte inferior de la imagen del modal)
   =============================== */

.modal-image-footer{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;

    padding:18px 0 24px;


    margin-top:24px;
}

.modal-image-footer img{
    display:block;
    width:120px;
    height:auto;
    object-fit:contain;
}

@media(max-width:1050px){
  .page-productos .product-family-grid,
  .page-productos .special-family-grid{
    grid-template-columns:1fr;
  }

  .page-productos .product-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .page-productos .products-hero{
    height:520px;
    min-height:520px;
    max-height:520px;
    align-items:flex-end;
  }

  .page-productos .products-hero-inner{
    height:100%;
    padding:70px 0 84px;
    align-items:flex-end;
  }

  .page-productos .products-hero h1{
    font-size:clamp(2.35rem,10.5vw,3.15rem);
  }

  .page-productos .product-card-grid{
    grid-template-columns:1fr;
  }

  .page-productos .product-catalog-card{
    min-height:0;
  }

  .page-productos .product-photo{
    flex-basis:235px;
    height:235px;
  }

  .page-productos .product-card-copy h3{
    min-height:0;
  }
}

@media(max-width:430px){
  .page-productos .products-hero{
    height:520px;
    min-height:520px;
    max-height:520px;
  }

  .page-productos .products-hero-inner{
    padding:74px 0 82px;
  }

  .page-productos .product-photo{
    flex-basis:215px;
    height:215px;
  }

  .page-productos .product-card-copy dl div{
    grid-template-columns:116px minmax(0,1fr);
  }
}

/* =========================================================
   PRODUCTOS — INTEGRACIÓN FINAL DE HERO, SVG Y TARJETAS
   ========================================================= */
.page-productos .products-hero{
  height:450px!important;
  min-height:450px!important;
  max-height:450px!important;
}
.page-productos .products-hero-media{
  background-image:
    linear-gradient(90deg,rgba(3,5,8,.98) 0%,rgba(3,5,8,.90) 29%,rgba(3,5,8,.56) 47%,rgba(3,5,8,.16) 68%,rgba(3,5,8,.04) 100%),
    url('../img/products/hero-product3.png')!important;
  background-size:cover!important;
  background-position:center 58%!important;
  transform:none!important;
}
.page-productos .products-hero-inner{
  height:100%!important;
  padding:26px 0 38px!important;
  align-items:center!important;
}
.page-productos .products-hero-copy{max-width:560px!important}
.page-productos .products-hero h1{
  max-width:560px!important;
  margin:0 0 15px!important;
  font-size:clamp(2.65rem,3.7vw,3.85rem)!important;
  line-height:1!important;
}
.page-productos .products-hero p{
  max-width:510px!important;
  margin-bottom:19px!important;
  font-size:.95rem!important;
  line-height:1.5!important;
}

/* SVG externos */
.page-productos .category-icon img,
.page-productos .family-symbol img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .28s ease,filter .28s ease;
}
.page-productos .category-icon{width:44px!important;height:44px!important}
.page-productos .family-symbol{width:38px!important;height:38px!important;flex-basis:38px!important}
.page-productos .product-category-link:hover .category-icon img,
.page-productos .product-category-link.active .category-icon img{
  transform:translateY(-2px) scale(1.06);
  filter:drop-shadow(0 5px 8px rgba(227,21,29,.22));
}
.page-productos .family-title-row:hover .family-symbol img{transform:scale(1.06)}

/* Tarjetas uniformes y sin superposición */
.page-productos .product-card-grid{gap:18px!important;align-items:stretch!important}
.page-productos .product-catalog-card{
  min-height:470px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:13px!important;
}
.page-productos .product-photo{
  position:relative!important;
  flex:0 0 230px!important;
  height:230px!important;
  padding:18px 20px 14px!important;
  overflow:hidden!important;
  border-bottom:1px solid #eceef1!important;
  background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)!important;
}
.page-productos .product-photo img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1)!important;
  transition:transform .32s ease!important;
}
.page-productos .product-catalog-card:hover .product-photo img{transform:scale(1.035)!important}
.page-productos .product-card-copy{
  flex:1!important;
  padding:17px 18px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
}
.page-productos .product-card-copy h3{
  min-height:50px!important;
  margin:0 0 13px!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
.page-productos .product-card-copy dl{margin:0 0 18px!important;gap:7px!important;font-size:.79rem!important}
.page-productos .product-card-copy dl div{grid-template-columns:112px minmax(0,1fr)!important;gap:8px!important}
.page-productos .product-card-copy>a{margin-top:auto!important;padding-top:7px!important;font-size:.82rem!important}

@media(max-width:760px){
  .page-productos .products-hero{
    height:520px!important;
    min-height:520px!important;
    max-height:520px!important;
  }
  .page-productos .products-hero-media{
    background-image:
      linear-gradient(180deg,rgba(3,5,8,.22) 0%,rgba(3,5,8,.48) 35%,rgba(3,5,8,.92) 72%,rgba(3,5,8,.99) 100%),
      url('../img/products/hero-productos-final.jpg')!important;
    background-position:61% center!important;
  }
  .page-productos .products-hero-inner{padding:58px 0 82px!important;align-items:flex-end!important}
  .page-productos .products-hero h1{font-size:clamp(2.25rem,10vw,3rem)!important}
  .page-productos .product-catalog-card{min-height:0!important}
  .page-productos .product-photo{flex-basis:225px!important;height:225px!important}
  .page-productos .product-card-copy h3{min-height:0!important}
}
@media(max-width:430px){
  .page-productos .products-hero-media{background-position:64% center!important}
  .page-productos .product-photo{flex-basis:205px!important;height:205px!important}
  .page-productos .category-icon{width:40px!important;height:40px!important}
}

/* =========================================================
   PRODUCTOS — NAVEGACIÓN DE CATEGORÍAS PREMIUM
   Trama roja extendida, iconos uniformes y estados activos.
   ========================================================= */
.page-productos .product-category-panel{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:150px!important;
  padding:16px 22px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 4% 8%,rgba(215,25,32,.19) 0 1px,transparent 1.7px) 0 0/12px 12px,
    radial-gradient(circle at 96% 92%,rgba(215,25,32,.15) 0 1px,transparent 1.8px) 0 0/14px 14px,
    linear-gradient(155deg,transparent 0 24%,rgba(145,7,13,.17) 24.3% 24.9%,transparent 25.2% 55%,rgba(145,7,13,.12) 55.3% 56%,transparent 56.3%),
    linear-gradient(180deg,rgba(24,27,32,.96),rgba(10,12,15,.98))!important;
  box-shadow:
    0 22px 52px rgba(4,7,12,.22),
    inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(8px);
}

.page-productos .product-category-panel::before,
.page-productos .product-category-panel::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:54%;
  height:150%;
  pointer-events:none;
  opacity:.42;
  filter:blur(.2px);
  background:
    repeating-linear-gradient(165deg,
      transparent 0 10px,
      rgba(151,8,14,.2) 10px 11px,
      transparent 11px 19px);
}

.page-productos .product-category-panel::before{
  left:-12%;
  bottom:-72%;
  transform:rotate(-5deg);
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.65) 58%,transparent 100%);
}

.page-productos .product-category-panel::after{
  right:-12%;
  top:-72%;
  transform:rotate(8deg);
  mask-image:linear-gradient(270deg,#000 0%,rgba(0,0,0,.65) 58%,transparent 100%);
}

.page-productos .product-category-link{
  position:relative!important;
  gap:12px!important;
  padding:14px 18px 12px!important;
  transition:transform .25s ease,color .25s ease!important;
}

.page-productos .product-category-link:not(:last-child)::before{
  content:"";
  position:absolute;
  top:22%;
  right:0;
  width:1px;
  height:56%;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.09),transparent);
}

.page-productos .category-icon{
  width:70px!important;
  height:70px!important;
  margin:0 auto 2px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 10px 24px rgba(0,0,0,.14)!important;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease!important;
}

.page-productos .category-icon img{
  width:40px!important;
  height:40px!important;
  opacity:.82!important;
  filter:brightness(0) saturate(100%) invert(78%) sepia(4%) saturate(217%) hue-rotate(177deg) brightness(94%) contrast(86%)!important;
  transition:transform .25s ease,filter .25s ease,opacity .25s ease!important;
}

.page-productos .product-category-link:hover{
  transform:translateY(-3px)!important;
}

.page-productos .product-category-link:hover .category-icon{
  border-color:rgba(215,25,32,.55)!important;
  background:linear-gradient(145deg,rgba(215,25,32,.12),rgba(255,255,255,.025))!important;
}

.page-productos .product-category-link:hover .category-icon img,
.page-productos .product-category-link.active .category-icon img{
  opacity:1!important;
  filter:brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(4352%) hue-rotate(351deg) brightness(103%) contrast(94%)!important;
  transform:scale(1.05)!important;
}

.page-productos .product-category-link.active .category-icon{
  width:74px!important;
  height:74px!important;
  border-color:#ed1c24!important;
  background:linear-gradient(145deg,rgba(237,28,36,.16),rgba(255,255,255,.025))!important;
  box-shadow:
    0 0 12px rgba(227,30,36,.18),
    0 0 22px rgba(227,30,36,.08),
    inset 0 1px 0 rgba(255,255,255,.05)!important;
}

.page-productos .product-category-link::after{
  left:50%!important;
  right:auto!important;
  width:56px!important;
  height:3px!important;
  bottom:1px!important;
  transform:translateX(-50%)!important;
  background:rgba(255,255,255,.24)!important;
}

.page-productos .product-category-link.active::after{
  width:74px!important;
  background:#ed1c24!important;
  box-shadow:0 0 10px rgba(237,28,36,.16);
}

.page-productos .product-category-link>span:last-child{
  font-size:.94rem!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .page-productos .product-category-panel{
    width:760px!important;
    min-height:138px!important;
    padding:12px 18px!important;
    grid-template-columns:repeat(4,190px)!important;
  }

  .page-productos .category-icon{
    width:62px!important;
    height:62px!important;
  }

  .page-productos .product-category-link.active .category-icon{
    width:66px!important;
    height:66px!important;
  }

  .page-productos .category-icon img{
    width:36px!important;
    height:36px!important;
  }
}

/* =========================================================
   GH POWER — banda de marca comercial (v4.0)
   ========================================================= */
.page-productos .products-hero{min-height:450px;height:450px}
.page-productos .products-hero-inner{padding:58px 0 64px}
.page-productos .products-hero h1{font-size:clamp(2.8rem,4.4vw,4.25rem)}

.page-productos .product-category-nav,
.page-productos .product-nav-hint{display:none!important}

.page-productos .gh-power-brand{
  position:relative;
  overflow:hidden;
  border-top:1px solid #eceef1;
  border-bottom:1px solid #e5e7eb;
  background:
    radial-gradient(circle at 3% 50%,rgba(227,21,29,.075),transparent 18%),
    radial-gradient(circle at 97% 50%,rgba(227,21,29,.075),transparent 18%),
    #fff;
}
.page-productos .gh-power-brand::before,
.page-productos .gh-power-brand::after{
  content:"";
  position:absolute;
  top:50%;
  width:150px;
  height:92px;
  opacity:.16;
  transform:translateY(-50%);
  background-image:radial-gradient(circle,#e3151d 1.2px,transparent 1.4px);
  background-size:10px 10px;
  pointer-events:none;
}
.page-productos .gh-power-brand::before{left:12px;mask-image:linear-gradient(90deg,#000,transparent)}
.page-productos .gh-power-brand::after{right:12px;mask-image:linear-gradient(270deg,#000,transparent)}
.page-productos .gh-power-brand-inner{
  position:relative;
  z-index:1;
  min-height:112px;
  padding:14px 0;
  display:grid;
  grid-template-columns:230px minmax(0,1fr) 170px;
  align-items:center;
  gap:34px;
}
.page-productos .gh-power-logo-wrap{
  min-height:76px;
  display:grid;
  place-items:center;
  padding-right:32px;
  border-right:1px solid #d9dde3;
}
.page-productos .gh-power-logo-wrap1{
  min-height:16px;
  display:grid;
  place-items:center;
  padding-right:32px;
}
.page-productos .gh-power-logo-wrap img{
  display:block;
  width:190px;
  max-height:78px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.page-productos .gh-power-logo-wrap1 img{
  display:block;
  width:200px;
  max-height:48px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.page-productos .gh-power-copy{min-width:0; text-align:center;margin:auto;}
.page-productos .gh-power-copy>span{
  display:block;
  margin-bottom:10px;
  color:#e3151d;
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.page-productos .gh-power-copy h2{
  position:relative;
  width:max-content;
  margin:auto;
  margin-top:5px;
  margin-bottom:13px;
  color:#171a1f;
  font-size:1.75rem;
  line-height:1;
  letter-spacing:-.035em;
}
.page-productos .gh-power-copy h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:151px;
  height:2px;
  background:#e3151d;
}
.page-productos .gh-power-copy p{
  max-width:570px;
  margin:0;
  color:#454b54;
  font-size:.82rem;
  line-height:1.5;
}
.page-productos .gh-power-signature{
  min-height:66px;
  padding-left:30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid #d9dde3;
  color:#30343a;
}
.page-productos .gh-power-signature span{font-size:.76rem}
.page-productos .gh-power-signature strong{margin-top:18px;font-size:1rem}

@media(max-width:900px){
  .page-productos .gh-power-brand-inner{grid-template-columns:190px 1fr;gap:24px}
  .page-productos .gh-power-signature{display:none}
  .page-productos .gh-power-logo-wrap{padding-right:22px}
  .page-productos .gh-power-logo-wrap img{width:165px}
}
@media(max-width:760px){
  .page-productos .products-hero{height:auto;min-height:560px}
  .page-productos .products-hero-inner{padding:150px 0 72px}
  .page-productos .gh-power-brand-inner{
    min-height:0;
    padding:22px 0 24px;
    grid-template-columns:1fr;
    gap:14px;
    text-align:center;
  }
  .page-productos .gh-power-logo-wrap{
    min-height:0;
    padding:0 0 14px;
    border-right:0;
    border-bottom:1px solid #e0e3e7;
  }
  .page-productos .gh-power-logo-wrap img{width:165px;max-height:70px}
  .page-productos .gh-power-copy h2{margin-left:auto;margin-right:auto}
  .page-productos .gh-power-copy p{max-width:430px;margin-left:auto;margin-right:auto}
}

/* =========================================================
   PRODUCTOS V5 — CATÁLOGO INDUSTRIAL FILTRABLE
   ========================================================= */
.page-productos .industrial-catalog{
  padding:46px 0 52px;
  background:
    radial-gradient(circle at 8% 0%,rgba(227,21,29,.055),transparent 29%),
    linear-gradient(180deg,#fbfbfc 0%,#f4f5f7 100%);
  border-top:1px solid #eceef1;
}
.page-productos .catalog-heading{max-width:820px;margin:0 auto 24px;text-align:center}
.page-productos .catalog-kicker{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:7px;color:#e3151d;font-size:.77rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.page-productos .catalog-kicker::before,.page-productos .catalog-kicker::after{content:"";width:28px;height:1px;background:#e3151d}
.page-productos .catalog-heading h2{margin:0 0 7px;color:#171a1f;font-size:clamp(1.55rem,2vw,2.05rem);line-height:1.18;letter-spacing:-.035em}
.page-productos .catalog-heading p{max-width:720px;margin:0 auto;color:#656b74;font-size:.9rem;line-height:1.55}
.page-productos .catalog-tabs{margin:0 0 12px;padding:0 14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #e5e7eb;border-radius:11px;background:rgba(255,255,255,.95);box-shadow:0 9px 28px rgba(20,24,30,.055)}
.page-productos .catalog-tab{position:relative;min-height:62px;padding:9px 12px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-right:1px solid #eceef1;color:#252930;background:transparent;font:inherit;font-size:.78rem;font-weight:850;text-transform:uppercase;cursor:pointer;transition:.22s ease}
.page-productos .catalog-tab:last-child{border-right:0}
.page-productos .catalog-tab::after{content:"";position:absolute;left:18%;right:18%;bottom:-1px;height:3px;border-radius:999px;background:transparent;transition:.22s ease}
.page-productos .catalog-tab:hover,.page-productos .catalog-tab.is-active{color:#e3151d}
.page-productos .catalog-tab.is-active::after{background:#e3151d}
.page-productos .catalog-tab small{font-size:.68rem;color:#6f7580;font-weight:750}
.page-productos .tab-icon{font-size:1.35rem;line-height:1;color:currentColor}
.page-productos .catalog-status{margin:0 0 14px;padding-left:10px;border-left:2px solid #e3151d;color:#686e77;font-size:.8rem}
.page-productos .catalog-status strong{color:#1d2127}
.page-productos .catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.page-productos .catalog-card{min-width:0;min-height:326px;display:grid;grid-template-columns:minmax(130px,42%) minmax(0,1fr);overflow:hidden;border:1px solid #e3e6ea;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(26,31,38,.055);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}
.page-productos .catalog-card[hidden]{display:none!important}
.page-productos .catalog-card:hover{transform:translateY(-6px);border-color:rgba(227,21,29,.25);box-shadow:0 18px 38px rgba(26,31,38,.12)}
.page-productos .catalog-card-media{position:relative;min-height:100%;padding:24px 14px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(150deg,#fff 0%,#f5f6f8 100%)}
.page-productos .catalog-card-media::after{content:"";position:absolute;left:14%;right:14%;bottom:15%;height:16px;border-radius:50%;background:rgba(0,0,0,.08);filter:blur(10px)}
.page-productos .catalog-card-media img{position:relative;z-index:1;width:100%;height:100%;max-height:210px;object-fit:contain;filter:drop-shadow(0 9px 9px rgba(18,21,26,.14));transition:transform .32s ease}
.page-productos .catalog-card:hover .catalog-card-media img{transform:scale(1.045) translateY(-2px)}
.page-productos .catalog-card-body{min-width:0;padding:20px 17px 15px;display:flex;flex-direction:column}
.page-productos .catalog-card-category{margin-bottom:7px;color:#e3151d;font-size:.63rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase}
.page-productos .catalog-card h3{min-height:46px;margin:0 0 13px;color:#181b20;font-size:.98rem;line-height:1.24;letter-spacing:-.02em}
.page-productos .catalog-specs{margin:0 0 14px;display:grid;gap:8px;font-size:.72rem}
.page-productos .catalog-specs div{position:relative;padding-left:18px;display:grid;grid-template-columns:67px minmax(0,1fr);gap:7px;align-items:start}
.page-productos .catalog-specs div::before{content:"";position:absolute;left:1px;top:3px;width:9px;height:9px;border:1.6px solid #333943;border-radius:50%}
.page-productos .catalog-specs dt{color:#373c44;font-weight:800}
.page-productos .catalog-specs dd{margin:0;color:#646a73;line-height:1.3}
.page-productos .catalog-card-body>a{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceef1;color:#20242a;font-size:.75rem;font-weight:900;transition:color .2s ease}
.page-productos .catalog-card-body>a span{color:#e3151d;font-size:1.1rem;transition:transform .2s ease}
.page-productos .catalog-card-body>a:hover{color:#e3151d}
.page-productos .catalog-card-body>a:hover span{transform:translateX(4px)}
.page-productos .catalog-benefits{margin-top:22px;padding:15px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e2e5e9;border-radius:11px;background:rgba(255,255,255,.86);box-shadow:0 7px 22px rgba(26,31,38,.04)}
.page-productos .catalog-benefits>div{min-width:0;padding:0 20px;display:flex;align-items:center;gap:12px;border-right:1px solid #e2e5e9}
.page-productos .catalog-benefits>div:last-child{border-right:0}
.page-productos .benefit-icon{width:37px;height:37px;flex:0 0 37px;display:grid;place-items:center;border:2px solid #ed1c24;border-radius:50%;color:#e3151d;font-size:1rem;font-weight:900}
.page-productos .catalog-benefits p{margin:0;display:grid;gap:3px}
.page-productos .catalog-benefits strong{font-size:.77rem;color:#24282e}
.page-productos .catalog-benefits small{color:#6a7079;font-size:.66rem;line-height:1.35}
.page-productos+.quote-strip{margin-top:0}


@media(min-width:1200px) and (max-width:1919px){
  .page-productos .industrial-catalog .container{max-width:1460px}
  .page-productos .catalog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
  }
  .page-productos .catalog-card{
    min-height:430px;
    grid-template-columns:1fr;
    grid-template-rows:205px minmax(0,1fr);
  }
  .page-productos .catalog-card-media{
    min-height:205px;
    padding:18px 22px 10px;
  }
  .page-productos .catalog-card-media img{
    width:100%;
    height:100%;
    max-height:185px;
  }
  .page-productos .catalog-card-body{
    padding:15px 18px 14px;
  }
  .page-productos .catalog-card h3{
    min-height:44px;
  }
  .page-productos .catalog-specs div{
    grid-template-columns:78px minmax(0,1fr);
  }
}

@media(min-width:1920px){
  .page-productos .industrial-catalog .container{max-width:1680px}
  .page-productos .catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .page-productos .catalog-card{
    min-height:430px;
    grid-template-columns:1fr;
    grid-template-rows:205px minmax(0,1fr);
  }
  .page-productos .catalog-card-media{
    min-height:205px;
    padding:18px 22px 10px;
  }
  .page-productos .catalog-card-media img{
    width:100%;
    height:100%;
    max-height:185px;
  }
  .page-productos .catalog-card-body{
    padding:15px 18px 14px;
  }
  .page-productos .catalog-card h3{
    min-height:44px;
  }
  .page-productos .catalog-specs div{
    grid-template-columns:78px minmax(0,1fr);
  }
}
@media(max-width:1199px){
  .page-productos .catalog-card{grid-template-columns:1fr;min-height:440px}
  .page-productos .catalog-card-media{min-height:205px;padding:18px}
  .page-productos .catalog-card-media img{max-height:190px}
  .page-productos .catalog-benefits{grid-template-columns:repeat(2,1fr);row-gap:18px}
  .page-productos .catalog-benefits>div:nth-child(2){border-right:0}
}
@media(max-width:900px){
  .page-productos .industrial-catalog{padding:38px 0 44px}
  .page-productos .catalog-tabs{display:flex;overflow-x:auto;scrollbar-width:none;padding:0}
  .page-productos .catalog-tabs::-webkit-scrollbar{display:none}
  .page-productos .catalog-tab{min-width:190px;flex:0 0 190px}
  .page-productos .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-productos .catalog-card{min-height:420px}
}
@media(max-width:620px){
  .page-productos .catalog-heading{text-align:left;margin-bottom:20px}
  .page-productos .catalog-kicker{justify-content:flex-start}
  .page-productos .catalog-kicker::before{display:none}
  .page-productos .catalog-heading h2{font-size:1.65rem}
  .page-productos .catalog-grid{grid-template-columns:1fr;gap:15px}
  .page-productos .catalog-card{min-height:0;grid-template-columns:minmax(125px,40%) minmax(0,1fr)}
  .page-productos .catalog-card-media{min-height:300px;padding:18px 10px}
  .page-productos .catalog-card-media img{max-height:205px}
  .page-productos .catalog-card-body{padding:17px 14px 13px}
  .page-productos .catalog-card h3{min-height:0;font-size:.94rem}
  .page-productos .catalog-specs div{grid-template-columns:58px minmax(0,1fr);font-size:.69rem}
  .page-productos .catalog-benefits{grid-template-columns:1fr;gap:16px}
  .page-productos .catalog-benefits>div{padding:0;border-right:0}
}
@media(max-width:430px){
  .page-productos .catalog-card{grid-template-columns:1fr}
  .page-productos .catalog-card-media{min-height:210px}
  .page-productos .catalog-card-media img{max-height:185px}
  .page-productos .catalog-tab{min-width:176px;flex-basis:176px}
}


/* =========================================================
   PRODUCTOS V6 — MODAL DINÁMICO DE FICHA TÉCNICA
   ========================================================= */
body.product-modal-open{overflow:hidden}
.page-productos .catalog-card-body>a{cursor:pointer}
.product-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}
.product-modal.is-open{display:flex}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(9,12,16,.78);backdrop-filter:blur(8px);animation:modalFade .22s ease both}
.product-modal-dialog{position:relative;z-index:1;width:min(1120px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#fff;box-shadow:0 34px 90px rgba(0,0,0,.34);animation:modalRise .28s ease both}
.product-modal-close{position:absolute;top:15px;right:17px;z-index:4;width:42px;height:42px;border:1px solid #e1e4e8;border-radius:50%;display:grid;place-items:center;background:#fff;color:#20242a;font-size:1.7rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(20,24,30,.1);transition:.2s ease}
.product-modal-close:hover{color:#fff;background:#e3151d;border-color:#e3151d;transform:rotate(5deg)}
.product-modal-layout{display:grid;grid-template-columns:minmax(360px,44%) minmax(0,1fr);min-height:610px}
.product-modal-visual{position:relative;min-width:0;padding:42px 38px 30px;display:flex;flex-direction:column;background:radial-gradient(circle at 70% 18%,rgba(227,21,29,.11),transparent 34%),linear-gradient(145deg,#fafbfc,#eef1f4);border-right:1px solid #e5e8ec}
.product-modal-category{width:max-content;margin-bottom:18px;padding:7px 11px;border-radius:999px;color:#e3151d;background:rgba(227,21,29,.08);font-size:.68rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.product-modal-image-wrap{position:relative;flex:1;min-height:360px;display:grid;place-items:center}
.product-modal-image-wrap::after{content:"";position:absolute;left:18%;right:18%;bottom:12%;height:24px;border-radius:50%;background:rgba(17,20,25,.14);filter:blur(17px)}
.product-modal-image-wrap img{position:relative;z-index:1;width:100%;height:100%;max-height:440px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(22,26,32,.18))}
.product-modal-brandline{margin-top:20px;padding-top:18px;border-top:1px solid #dfe3e7;display:flex;align-items:center;justify-content:space-between;gap:18px}
.product-modal-brandline span{color:#181c22;font-size:1.05rem;font-weight:950;letter-spacing:.035em}
.product-modal-brandline small{color:#6e747d;font-size:.7rem;text-align:right}
.product-modal-content{min-width:0;padding:54px 54px 42px;display:flex;flex-direction:column}
.product-modal-eyebrow{margin-bottom:9px;color:#e3151d;font-size:.7rem;font-weight:900;letter-spacing:.085em;text-transform:uppercase}
.product-modal-content h2{max-width:650px;margin:0 48px 14px 0;color:#171a1f;font-size:clamp(1.7rem,2.4vw,2.45rem);line-height:1.08;letter-spacing:-.045em}
.product-modal-description{margin:0 0 24px;color:#5d646e;font-size:.94rem;line-height:1.65}
.product-modal-specs{overflow:hidden;border:1px solid #e1e5e9;border-radius:12px;background:#fff}
.product-modal-spec-row{min-height:52px;padding:12px 16px;display:grid;grid-template-columns:minmax(145px,38%) minmax(0,1fr);gap:18px;align-items:center;border-bottom:1px solid #e9ecef}
.product-modal-spec-row:last-child{border-bottom:0}
.product-modal-spec-row:nth-child(even){background:#f8f9fa}
.product-modal-spec-row strong{color:#292e35;font-size:.82rem}
.product-modal-spec-row span{color:#555c66;font-size:.84rem;line-height:1.4}
.product-modal-note{margin:17px 0 0;padding-left:13px;border-left:2px solid #e3151d;color:#747b84;font-size:.72rem;line-height:1.55}
.product-modal-actions{margin-top:auto;padding-top:26px;display:grid;grid-template-columns:1.15fr .85fr;gap:12px}
.product-modal-actions a{min-height:50px;padding:12px 17px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:.82rem;font-weight:900;text-align:center;transition:.22s ease}
.product-modal-primary{color:#fff;background:#e3151d;box-shadow:0 12px 25px rgba(227,21,29,.2)}
.product-modal-primary:hover{color:#fff;background:#c80f17;transform:translateY(-2px)}
.product-modal-primary span{font-size:1.15rem}
.product-modal-whatsapp{color:#20252b;border:1px solid #d8dde2;background:#fff}
.product-modal-whatsapp:hover{color:#118c4f;border-color:#20b96b;background:#f3fff8;transform:translateY(-2px)}
@keyframes modalFade{from{opacity:0}to{opacity:1}}
@keyframes modalRise{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:900px){
  .product-modal{padding:14px}
  .product-modal-dialog{max-height:calc(100vh - 28px)}
  .product-modal-layout{grid-template-columns:1fr;min-height:0}
  .product-modal-visual{min-height:350px;padding:34px 28px 24px;border-right:0;border-bottom:1px solid #e5e8ec}
  .product-modal-image-wrap{min-height:260px}
  .product-modal-image-wrap img{max-height:315px}
  .product-modal-brandline{display:none}
  .product-modal-content{padding:34px 28px 30px}
}
@media(max-width:560px){
  .product-modal{padding:0;align-items:flex-end}
  .product-modal-dialog{width:100%;max-height:94vh;border-radius:18px 18px 0 0}
  .product-modal-close{top:12px;right:12px;width:38px;height:38px}
  .product-modal-visual{min-height:270px;padding:26px 20px 12px}
  .product-modal-category{margin-bottom:7px}
  .product-modal-image-wrap{min-height:205px}
  .product-modal-image-wrap img{max-height:230px}
  .product-modal-content{padding:26px 20px 24px}
  .product-modal-content h2{margin-right:30px;font-size:1.58rem}
  .product-modal-description{font-size:.86rem}
  .product-modal-spec-row{grid-template-columns:1fr;gap:4px;padding:11px 13px}
  .product-modal-actions{grid-template-columns:1fr}
}

/* Modal técnico ampliado - datos del catálogo 2026 */
.product-modal-specs{overflow:visible;border:0;border-radius:0;background:transparent}
.product-modal-spec-list{overflow:hidden;border:1px solid #e1e5e9;border-radius:12px;background:#fff}
.product-modal-table-wrap{margin-bottom:16px;overflow:auto;border:1px solid #dfe3e7;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(19,24,31,.05)}
.product-modal-matrix{width:100%;min-width:690px;border-collapse:collapse;font-size:.78rem}
.product-modal-matrix th,.product-modal-matrix td{padding:11px 12px;border-right:1px solid #e0e4e8;border-bottom:1px solid #e0e4e8;text-align:center;vertical-align:middle;line-height:1.35}
.product-modal-matrix th:last-child,.product-modal-matrix td:last-child{border-right:0}
.product-modal-matrix tbody tr:last-child th,.product-modal-matrix tbody tr:last-child td{border-bottom:0}
.product-modal-matrix thead th{color:#fff;background:#e3151d;font-weight:900}
.product-modal-matrix tbody th{min-width:190px;color:#252a31;background:#f4f5f6;text-align:left;font-weight:800}
.product-modal-matrix tbody tr:nth-child(even) td{background:#fafafa}
.product-modal-features{margin-top:16px;padding:18px 20px;border:1px solid #e3e6e9;border-radius:12px;background:linear-gradient(145deg,#fff,#f8f9fa)}
.product-modal-features h3{margin:0 0 12px;color:#20242a;font-size:.92rem}
.product-modal-features ul{margin:0;padding-left:19px;display:grid;gap:8px;color:#5b626c;font-size:.8rem;line-height:1.45}
.product-modal-features li::marker{color:#e3151d}
.product-modal-content{overflow:visible}
.product-modal-dialog{scrollbar-gutter:stable}
@media (max-width:760px){
  .product-modal-matrix{font-size:.72rem}
  .product-modal-matrix th,.product-modal-matrix td{padding:9px 10px}
  .product-modal-features{padding:15px 16px}
}
