:root{--pq-blue:#1A3A6B;--pq-blue2:#2979B8;--pq-dark:#0D2548;--pq-gold:#E8A020;--pq-soft:#F4F7FB;--pq-border:#E5E7EB;--pq-text:#10233f;--pq-muted:#6B7280;--pq-wa:#25D366}body .pq-container{max-width:1440px;margin:0 auto;padding:0 28px}.pq-section{padding:76px 0}.pq-section--soft{background:var(--pq-soft)}.pq-section-head{text-align:center;max-width:820px;margin:0 auto 38px}.pq-section-head--row{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:left;gap:24px}.pq-pill,.pq-eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:#e6eff8;color:var(--pq-blue);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:12px;padding:10px 16px}.pq-eyebrow{background:rgba(232,160,32,.16);color:#ffd27a}.pq-section h2{font-size:clamp(30px,3vw,46px);line-height:1.1;color:var(--pq-blue);font-weight:900;margin:18px 0 14px}.pq-section p,.pq-section-head p{color:var(--pq-muted);font-size:17px}.pq-hero-v6{position:relative;min-height:570px;background-size:cover;background-position:center;overflow:hidden}.pq-hero-v6__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,37,72,.94),rgba(13,37,72,.72),rgba(13,37,72,.20))}.pq-hero-v6__grid{position:relative;min-height:570px;display:flex;align-items:center}.pq-hero-v6__content{max-width:720px;color:#fff}.pq-hero-v6 h1{font-size:clamp(42px,5vw,76px);line-height:1.02;margin:18px 0 18px;font-weight:900;color:#fff}.pq-hero-v6 p{font-size:20px;line-height:1.65;color:#d6e8fb;max-width:660px}.pq-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.pq-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:13px;font-weight:900;text-decoration:none!important;transition:.25s}.pq-btn--gold{background:var(--pq-gold);color:#4A2800!important;box-shadow:0 14px 32px rgba(232,160,32,.28)}.pq-btn--outline{border:1px solid rgba(255,255,255,.44);color:#fff!important;background:rgba(255,255,255,.05)}.pq-btn:hover{transform:translateY(-2px)}.pq-ticker{background:var(--pq-blue2);color:white;overflow:hidden;white-space:nowrap;font-size:13px;font-weight:800}.pq-ticker div{display:inline-flex;gap:38px;padding:12px 0;animation:pqTicker 25s linear infinite}.pq-ticker span:before{content:'•';margin:0 14px 0 8px;color:#ffd27a}@keyframes pqTicker{from{transform:translateX(0)}to{transform:translateX(-45%)}}.pq-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.pq-cat-card{background:#fff;border:1px solid var(--pq-border);border-radius:18px;padding:22px;text-align:center;text-decoration:none!important;color:var(--pq-blue);box-shadow:0 12px 30px rgba(13,37,72,.05);transition:.25s}.pq-cat-card:hover{transform:translateY(-6px);border-color:#9cc4e9;box-shadow:0 22px 44px rgba(13,37,72,.10)}.pq-cat-card__img{height:126px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.pq-cat-card img{max-width:100%;max-height:118px;object-fit:contain}.pq-cat-card strong{display:block;font-size:15px;text-transform:uppercase;line-height:1.25}.pq-cat-card span{display:block;margin-top:7px;color:var(--pq-muted);font-size:13px}.pq-link-more{font-weight:900;color:var(--pq-blue2)!important;text-decoration:none!important}.pq-products-grid-v6{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.pq-product-card-v6{background:#fff;border:1px solid #dfe8f2;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px rgba(13,37,72,.06);transition:.28s;display:flex;flex-direction:column;min-height:520px}.pq-product-card-v6:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(13,37,72,.14);border-color:#b9d1ea}.pq-product-card-v6__image{height:255px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;border-bottom:1px solid #edf2f7}.pq-product-card-v6__image img{width:100%;height:100%;object-fit:contain;transition:.28s}.pq-product-card-v6:hover .pq-product-card-v6__image img{transform:scale(1.045)}.pq-product-card-v6__body{padding:22px;display:flex;flex-direction:column;flex:1}.pq-product-card-v6__brand{align-self:flex-start;background:#f0f6fc;color:var(--pq-blue);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.pq-product-card-v6 h3{font-size:17px!important;line-height:1.45!important;margin:0 0 20px!important;color:#071c37!important;font-weight:900!important;text-transform:none!important;letter-spacing:0!important}.pq-product-card-v6 h3 a{color:#071c37!important;text-decoration:none!important}.pq-product-card-v6__actions{margin-top:auto;display:flex;gap:10px;align-items:center;justify-content:center}.pq-btn-small{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:14px;padding:0 28px;font-weight:900;text-decoration:none!important;font-size:14px}.pq-btn-small--blue{background:var(--pq-blue);color:white!important}.pq-btn-small--light{display:none!important}.pq-brands-v6{padding-top:78px;padding-bottom:70px}.pq-brand-grid-v6{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1180px;margin:0 auto}.pq-brand-card-v6{min-height:190px;background:#fff;border:1px solid #dfe8f2;border-left:5px solid var(--pq-blue2);border-radius:18px;padding:26px 22px;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;box-shadow:0 16px 36px rgba(13,37,72,.07);transition:.25s}.pq-brand-card-v6:hover{transform:translateY(-7px);box-shadow:0 26px 54px rgba(13,37,72,.13)}.pq-brand-card-v6__logo{height:96px;width:100%;display:flex;align-items:center;justify-content:center}.pq-brand-card-v6 img{max-height:96px;max-width:190px;width:auto;object-fit:contain}.pq-brand-card-v6 strong{color:var(--pq-blue);font-size:17px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;text-align:center}.pq-cta-v6{position:relative;background-size:cover;background-position:center;overflow:hidden}.pq-cta-v6__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,37,72,.96),rgba(26,58,107,.88),rgba(41,121,184,.68))}.pq-cta-v6__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:310px;color:#fff}.pq-cta-v6 span{display:inline-flex;background:rgba(232,160,32,.17);color:#ffd36d;border-radius:999px;padding:10px 16px;text-transform:uppercase;font-size:12px;font-weight:900}.pq-cta-v6 h2{font-size:clamp(34px,4vw,60px);line-height:1.05;margin:18px 0 12px;color:#fff}.pq-cta-v6 p{font-size:18px;color:#dfefff}.pq-floating-wa{position:fixed;right:26px;bottom:26px;z-index:9999;width:62px;height:62px;border-radius:50%;background:var(--pq-wa);color:white!important;display:flex;align-items:center;justify-content:center;font-size:0;text-decoration:none!important;box-shadow:0 18px 40px rgba(37,211,102,.34)}.pq-floating-wa:before{content:'✆';font-size:30px;font-weight:900}@media(max-width:1200px){.pq-products-grid-v6{grid-template-columns:repeat(4,1fr)}.pq-cat-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){body .pq-container{padding:0 20px}.pq-products-grid-v6,.pq-brand-grid-v6{grid-template-columns:repeat(2,1fr)}.pq-cat-grid{grid-template-columns:repeat(3,1fr)}.pq-section-head--row,.pq-cta-v6__inner{align-items:flex-start;flex-direction:column}.pq-hero-v6,.pq-hero-v6__grid{min-height:520px}.pq-product-card-v6{min-height:500px}}@media(max-width:640px){.pq-section{padding:54px 0}.pq-products-grid-v6,.pq-brand-grid-v6,.pq-cat-grid{grid-template-columns:1fr}.pq-product-card-v6__image{height:240px}.pq-hero-v6 h1{font-size:38px}.pq-hero-v6 p{font-size:17px}.pq-actions{flex-direction:column}.pq-btn{width:100%}.pq-brand-card-v6{min-height:175px}.pq-cta-v6__inner{min-height:360px}.pq-floating-wa{width:56px;height:56px;right:18px;bottom:18px}}

/* Ajuste V6.1: botón único centrado en productos */
.pq-product-card-v6__actions--center{justify-content:center!important;}
.pq-product-card-v6__actions--center .pq-btn-small--blue{min-width:170px;text-align:center;}

/* V6.2 categorías con conteo más visible y logos de marca en producto */
.pq-cat-card{position:relative;overflow:hidden;padding:24px 18px 20px;border:1px solid #d9e7f5;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.pq-cat-card:before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--pq-blue),var(--pq-blue2),var(--pq-gold));opacity:.9}
.pq-cat-card__img{height:112px;background:#eef6ff;border-radius:18px;margin-bottom:18px;box-shadow:inset 0 0 0 1px #dcebf9}
.pq-cat-card span{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:8px 12px;border-radius:999px;background:#1A3A6B;color:#fff;font-weight:900;font-size:12px;box-shadow:0 10px 22px rgba(26,58,107,.18)}
.pq-cat-card:hover span{background:#2979B8;transform:translateY(-1px)}
.pq-product-card-v6__brand--logo{background:#fff;border:1px solid #e5edf7;border-radius:14px;padding:8px 10px;min-height:42px;max-width:140px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(13,37,72,.06)}
.pq-product-card-v6__brand--logo img{max-width:118px;max-height:30px;object-fit:contain;display:block}

/* V5.3: logo de marca pequeño dentro de la foto, sin cambiar estructura de producto */
.pq-product-card-v6__image{position:relative;overflow:hidden}.pq-product-card-v6__brand-logo-corner{position:absolute;right:12px;bottom:12px;width:74px;height:46px;border-radius:14px;background:rgba(255,255,255,.96);border:1px solid #e4edf7;box-shadow:0 10px 24px rgba(13,37,72,.14);display:flex;align-items:center;justify-content:center;padding:7px;z-index:3;backdrop-filter:blur(6px)}.pq-product-card-v6__brand-logo-corner img{max-width:100%;max-height:100%;object-fit:contain!important;transform:none!important}.pq-product-card-v6__brand--logo{display:none!important}@media(max-width:640px){.pq-product-card-v6__brand-logo-corner{width:66px;height:40px;right:10px;bottom:10px}}


/* V5.4: logo de marca visible, nítido y discreto en la esquina superior derecha */
.pq-product-card-v6__image{position:relative;overflow:hidden!important;}
.pq-product-card-v6__brand-logo-corner{
  position:absolute!important;right:16px!important;top:16px!important;bottom:auto!important;
  width:94px!important;height:42px!important;border-radius:12px!important;
  background:#fff!important;border:1px solid #d9e8f8!important;
  box-shadow:0 10px 24px rgba(13,37,72,.12)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:6px 9px!important;z-index:5!important;backdrop-filter:none!important;
}
.pq-product-card-v6__brand-logo-corner img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;transform:none!important;}
@media(max-width:640px){.pq-product-card-v6__brand-logo-corner{width:82px!important;height:38px!important;right:12px!important;top:12px!important;}}

/* V5.5: logo/marca visible como propuesta aprobada */
.pq-product-card-v6{border-radius:14px!important;box-shadow:none!important;min-height:500px!important;border-color:#c9dbef!important;}
.pq-product-card-v6__image{height:245px!important;padding:28px 26px!important;position:relative!important;background:#fff!important;}
.pq-product-card-v6__brand-logo-corner{top:18px!important;right:18px!important;bottom:auto!important;width:auto!important;min-width:68px!important;max-width:110px!important;height:34px!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;padding:0!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:8!important;}
.pq-product-card-v6__brand-logo-corner img{max-width:105px!important;max-height:28px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.9))!important;}
.pq-product-card-v6__brand-logo-corner.has-text{background:transparent!important;}
.pq-product-card-v6__brand-logo-corner strong{font-size:12px!important;line-height:1!important;color:#0d4f91!important;font-weight:900!important;letter-spacing:-.02em!important;text-align:right!important;text-transform:none!important;text-shadow:0 1px 0 #fff,0 0 4px #fff!important;}
.pq-product-card-v6__body{padding:24px 24px 22px!important;}
.pq-product-card-v6 h3{font-size:16px!important;line-height:1.55!important;text-transform:none!important;}
.pq-product-card-v6__actions{justify-content:center!important;}
.pq-btn-small--blue{border-radius:9px!important;min-width:170px!important;background:#173f76!important;}

/* === V5.6 propuesta aprobada: productos compactos + logo de marca visible === */
body .pq-products-premium .pq-section-head--row{align-items:flex-end!important;margin-bottom:26px!important;}
body .pq-products-premium .pq-container{max-width:1440px!important;}
body .pq-products-grid-v6{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:22px!important;}
body .pq-product-card-v6{min-height:385px!important;border-radius:12px!important;border:1px solid #cfe0f2!important;box-shadow:none!important;background:#fff!important;overflow:hidden!important;}
body .pq-product-card-v6:hover{transform:translateY(-4px)!important;box-shadow:0 18px 42px rgba(13,37,72,.10)!important;}
body .pq-product-card-v6__image{height:175px!important;padding:18px 20px!important;border-bottom:1px solid #eef3f8!important;position:relative!important;background:#fff!important;overflow:hidden!important;}
body .pq-product-card-v6__image>img{max-width:100%!important;max-height:138px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
body .pq-product-card-v6__brand-logo-corner{position:absolute!important;top:18px!important;right:16px!important;bottom:auto!important;min-width:58px!important;max-width:95px!important;height:26px!important;width:auto!important;background:rgba(255,255,255,.94)!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;z-index:9!important;pointer-events:none!important;}
body .pq-product-card-v6__brand-logo-corner img{max-width:88px!important;max-height:24px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.95))!important;transform:none!important;}
body .pq-product-card-v6__brand-logo-corner strong{font-size:11px!important;line-height:1!important;font-weight:950!important;color:#0b4f94!important;text-align:right!important;text-transform:none!important;letter-spacing:-.01em!important;text-shadow:0 1px 0 #fff,0 0 4px #fff!important;}
body .pq-product-card-v6__body{padding:20px 20px 18px!important;}
body .pq-product-card-v6 h3{font-size:15px!important;line-height:1.45!important;font-weight:900!important;margin:0 0 18px!important;color:#001a3b!important;min-height:92px!important;text-transform:none!important;}
body .pq-product-card-v6__actions{margin-top:auto!important;justify-content:center!important;}
body .pq-product-card-v6__actions .pq-btn-small--blue{min-width:150px!important;min-height:42px!important;border-radius:9px!important;padding:0 20px!important;font-size:13px!important;background:#1A3A6B!important;}
@media(max-width:1200px){body .pq-products-grid-v6{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){body .pq-products-grid-v6{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .pq-product-card-v6__image{height:160px!important}body .pq-product-card-v6 h3{font-size:14px!important;min-height:82px!important}}
@media(max-width:520px){body .pq-products-grid-v6{grid-template-columns:1fr!important}}


/* === V5.7 ajuste solicitado: logos de marca nítidos y producto proporcionado === */
body .pq-products-premium .pq-products-grid-v6,
body .pq-products-grid-v6{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
body .pq-product-card-v6{min-height:405px!important;border-radius:12px!important;border:1px solid #cfe0f2!important;box-shadow:0 10px 24px rgba(13,37,72,.035)!important;background:#fff!important;}
body .pq-product-card-v6__image{height:190px!important;padding:18px 20px!important;position:relative!important;background:#fff!important;border-bottom:1px solid #eef3f8!important;overflow:hidden!important;}
body .pq-product-card-v6__image>img{max-width:120%!important;max-height:168px!important;width:100%!important;height:100%!important;object-fit:contain!important;}
body .pq-product-card-v6__brand-logo-corner{position:absolute!important;top:16px!important;right:16px!important;bottom:auto!important;width:105px!important;max-width:105px!important;height:42px!important;min-width:0!important;background:rgba(255,255,255,.95)!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;z-index:9!important;pointer-events:none!important;}
body .pq-product-card-v6__brand-logo-corner img{max-width:120px!important;max-height:44px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.95))!important;transform:none!important;}
body .pq-product-card-v6__brand-logo-corner strong{font-size:12px!important;font-weight:950!important;color:#0b4f94!important;text-align:right!important;line-height:1.05!important;text-shadow:0 1px 0 #fff,0 0 4px #fff!important;}
body .pq-product-card-v6__body{padding:20px 22px 18px!important;display:flex!important;flex-direction:column!important;}
body .pq-product-card-v6 h3{font-size:15.5px!important;line-height:1.45!important;font-weight:900!important;color:#001a3b!important;margin:0 0 18px!important;min-height:92px!important;text-transform:none!important;letter-spacing:0!important;}
body .pq-product-card-v6__actions .pq-btn-small--blue{min-width:150px!important;min-height:42px!important;border-radius:9px!important;background:#1A3A6B!important;color:#fff!important;}
@media(max-width:1200px){body .pq-products-grid-v6{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){body .pq-products-grid-v6{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .pq-product-card-v6__image{height:170px!important}}
@media(max-width:520px){body .pq-products-grid-v6{grid-template-columns:1fr!important}}


/* === V5.8: ajustes finales según PDF Proquisa y screenshot aprobado === */
body .pq-products-grid-v6{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;}
body .pq-product-card-v6{min-height:500px!important;border:1px solid #C8D8EC!important;border-radius:14px!important;box-shadow:0 12px 32px rgba(13,37,72,.045)!important;background:#fff!important;}
body .pq-product-card-v6__image{height:255px!important;padding:24px 26px!important;background:#fff!important;border-bottom:1px solid #E5E7EB!important;overflow:hidden!important;}
body .pq-product-card-v6__image>img{width:100%!important;height:100%!important;max-width:128%!important;max-height:230px!important;object-fit:contain!important;}
body .pq-product-card-v6__brand-logo-corner{top:14px!important;right:14px!important;width:128px!important;max-width:128px!important;height:56px!important;background:rgba(255,255,255,.96)!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;z-index:10!important;}
body .pq-product-card-v6__brand-logo-corner img{max-width:126px!important;max-height:54px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.98))!important;}
body .pq-product-card-v6__brand-logo-corner strong{font-size:13px!important;line-height:1.05!important;font-weight:950!important;color:#0b4f94!important;text-align:right!important;text-shadow:0 1px 0 #fff,0 0 4px #fff!important;}
body .pq-product-card-v6__body{padding:22px 24px 20px!important;}
body .pq-product-card-v6 h3{font-size:16px!important;line-height:1.48!important;min-height:96px!important;font-weight:900!important;color:#1A1A1A!important;}
body .pq-product-card-v6__actions .pq-btn-small--blue{min-width:170px!important;min-height:46px!important;border-radius:10px!important;background:#1A3A6B!important;color:#fff!important;}
@media(max-width:1200px){body .pq-products-grid-v6{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:980px){body .pq-products-grid-v6{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .pq-product-card-v6__image{height:235px!important}}
@media(max-width:600px){body .pq-products-grid-v6{grid-template-columns:1fr!important}body .pq-product-card-v6__image{height:245px!important}}

/* === V5.9 Marcas activas premium === */
body .pq-brands-showcase-v9{background:linear-gradient(180deg,#f4f7fb 0%,#ffffff 54%,#f4f7fb 100%)!important;position:relative;overflow:hidden;padding:86px 0!important;}
body .pq-brands-showcase-v9:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(41,121,184,.13),transparent 34%),radial-gradient(circle at 88% 22%,rgba(232,160,32,.13),transparent 30%);pointer-events:none;}
body .pq-brands-showcase-v9 .pq-container{position:relative;z-index:1;}
body .pq-brands-hero-v9{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin:0 0 34px;}
body .pq-brands-hero-v9 h2{font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:clamp(34px,4.2vw,58px)!important;line-height:1.05!important;font-weight:900!important;color:#1A3A6B!important;margin:18px 0 12px!important;letter-spacing:-.04em!important;}
body .pq-brands-hero-v9 p{max-width:780px;color:#6B7280!important;font-size:17px!important;line-height:1.65!important;margin:0!important;}
body .pq-brands-hero-v9__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;background:#1A3A6B;color:#fff!important;text-decoration:none!important;font-weight:900;box-shadow:0 14px 30px rgba(26,58,107,.18);white-space:nowrap;transition:.25s;}
body .pq-brands-hero-v9__cta:hover{transform:translateY(-2px);background:#2979B8;}
body .pq-brand-grid-v9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
body .pq-brand-card-v9{position:relative;min-height:220px;background:rgba(255,255,255,.94);border:1px solid #d8e6f5;border-radius:22px;text-decoration:none!important;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;overflow:hidden;box-shadow:0 18px 44px rgba(13,37,72,.07);transition:.28s cubic-bezier(.2,.8,.2,1);}
body .pq-brand-card-v9:before{content:"";position:absolute;inset:0;border-radius:22px;background:linear-gradient(135deg,rgba(41,121,184,.12),transparent 36%,rgba(232,160,32,.10));opacity:.0;transition:.28s;pointer-events:none;}
body .pq-brand-card-v9:hover{transform:translateY(-8px);border-color:#8fbde5;box-shadow:0 28px 70px rgba(13,37,72,.15);}
body .pq-brand-card-v9:hover:before{opacity:1;}
body .pq-brand-card-v9__count{position:absolute;top:16px;right:16px;z-index:2;background:#E6EFF8;color:#1A3A6B;border:1px solid #cfe2f6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;line-height:1;}
body .pq-brand-card-v9__logo{height:148px;margin:24px 22px 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #edf3fa;border-radius:18px;padding:22px;}
body .pq-brand-card-v9__logo img{max-width:210px!important;max-height:104px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 8px 16px rgba(13,37,72,.08));transition:.28s;}
body .pq-brand-card-v9:hover .pq-brand-card-v9__logo img{transform:scale(1.045);}
body .pq-brand-card-v9__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px 20px;border-top:1px solid #edf3fa;background:#fff;}
body .pq-brand-card-v9__footer strong{font-size:17px!important;line-height:1.2!important;color:#071c37!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.01em!important;}
body .pq-brand-card-v9__footer span{font-size:13px;color:#2979B8;font-weight:900;white-space:nowrap;}
@media(max-width:1180px){body .pq-brand-grid-v9{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:860px){body .pq-brands-hero-v9{align-items:flex-start;flex-direction:column;}body .pq-brand-grid-v9{grid-template-columns:repeat(2,minmax(0,1fr));}body .pq-brand-card-v9__logo{height:132px;}}
@media(max-width:560px){body .pq-brand-grid-v9{grid-template-columns:1fr;}body .pq-brands-showcase-v9{padding:60px 0!important;}body .pq-brand-card-v9{min-height:205px;}body .pq-brand-card-v9__logo img{max-width:190px!important;max-height:92px!important;}}

/* ===== Proquisa Marcas V10: pestaña premium con header, activas y portafolio completo ===== */
body .pq-brands-page-v10{font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#F4F7FB;color:#10233f;overflow:hidden;}
body .pq-brands-page-v10__hero{position:relative;min-height:560px;background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden;}
body .pq-brands-page-v10__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,37,72,.96) 0%,rgba(13,37,72,.82) 42%,rgba(13,37,72,.32) 100%);}
body .pq-brands-page-v10__hero:after{content:"";position:absolute;inset:auto -10% -36% -10%;height:230px;background:linear-gradient(180deg,rgba(244,247,251,0),#F4F7FB 66%);pointer-events:none;}
body .pq-brands-page-v10__hero-inner{position:relative;z-index:2;padding-top:82px!important;padding-bottom:86px!important;color:#fff;}
body .pq-brands-page-v10 h1{max-width:820px;margin:22px 0 18px!important;color:#fff!important;font-size:clamp(42px,5.2vw,76px)!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.055em!important;}
body .pq-brands-page-v10__hero p{max-width:760px;color:#D9E8F7!important;font-size:19px!important;line-height:1.7!important;margin:0!important;}
body .pq-brands-page-v10__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
body .pq-brands-page-v10 .pq-btn--wa{background:#25D366!important;color:#fff!important;box-shadow:0 18px 36px rgba(37,211,102,.25)!important;}
body .pq-brands-page-v10__stats{display:grid;grid-template-columns:repeat(3,minmax(0,190px));gap:14px;margin-top:34px;}
body .pq-brands-page-v10__stats span{display:block;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.10);backdrop-filter:blur(10px);border-radius:18px;padding:18px 20px;color:#d8e8f8;font-weight:700;line-height:1.25;}
body .pq-brands-page-v10__stats strong{display:block;color:#fff;font-size:26px;line-height:1;font-weight:950;margin-bottom:5px;}
body .pq-brands-page-v10__content{position:relative;z-index:4;margin-top:-52px;padding-bottom:88px!important;}
body .pq-active-brands-v10,body .pq-all-brands-v10{background:rgba(255,255,255,.78);border:1px solid #D8E6F5;border-radius:28px;padding:30px;box-shadow:0 22px 70px rgba(13,37,72,.08);backdrop-filter:blur(10px);}
body .pq-all-brands-v10{margin-top:28px;}
body .pq-active-brands-v10 .pq-section-head,body .pq-all-brands-v10 .pq-section-head{margin-bottom:24px!important;}
body .pq-active-brands-v10 h2,body .pq-all-brands-v10 h2{font-size:clamp(30px,3.2vw,48px)!important;color:#1A3A6B!important;font-weight:950!important;letter-spacing:-.045em!important;margin:14px 0 10px!important;}
body .pq-active-brands-v10 p,body .pq-all-brands-v10 p{max-width:720px;color:#6B7280!important;font-size:16px!important;line-height:1.65!important;margin:0!important;}
body .pq-active-brand-grid-v10{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
body .pq-active-brand-card-v10{position:relative;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:15px;min-height:92px;padding:16px 18px;border-radius:20px;background:#F4F7FB;border:1px solid #E2EBF6;text-decoration:none!important;color:#071c37!important;box-shadow:0 10px 26px rgba(13,37,72,.045);transition:.25s cubic-bezier(.2,.8,.2,1);overflow:hidden;}
body .pq-active-brand-card-v10:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(41,121,184,.12),transparent 45%,rgba(232,160,32,.10));opacity:0;transition:.25s;}
body .pq-active-brand-card-v10:hover{transform:translateY(-5px);border-color:#9BC7EC;box-shadow:0 18px 42px rgba(13,37,72,.12);}
body .pq-active-brand-card-v10:hover:before{opacity:1;}
body .pq-active-brand-card-v10__icon{position:relative;z-index:1;width:64px;height:64px;border-radius:15px;background:#fff;border:1px solid #E6EFF8;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 8px 18px rgba(13,37,72,.06);}
body .pq-active-brand-card-v10__icon img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;}
body .pq-active-brand-card-v10__name{position:relative;z-index:1;font-size:16px;font-weight:950;text-transform:uppercase;letter-spacing:-.015em;color:#10233f;}
body .pq-active-brand-card-v10__count{position:relative;z-index:1;justify-self:end;border-radius:999px;background:#E6EFF8;color:#1A3A6B;border:1px solid #CEE1F3;font-size:12px;font-weight:950;padding:7px 10px;white-space:nowrap;}
body .pq-all-brand-grid-v10{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;}
body .pq-all-brand-card-v10{position:relative;min-height:178px;background:#fff;border:1px solid #DEEAF6;border-radius:22px;padding:18px 16px;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;box-shadow:0 14px 36px rgba(13,37,72,.055);transition:.26s cubic-bezier(.2,.8,.2,1);overflow:hidden;}
body .pq-all-brand-card-v10:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(41,121,184,.13),transparent 42%),linear-gradient(180deg,#fff,#F8FBFF);opacity:.72;transition:.26s;}
body .pq-all-brand-card-v10:hover{transform:translateY(-7px);border-color:#9BC7EC;box-shadow:0 24px 58px rgba(13,37,72,.13);}
body .pq-all-brand-card-v10:hover:before{opacity:1;}
body .pq-all-brand-card-v10__logo{position:relative;z-index:1;width:100%;height:92px;border-radius:16px;background:#fff;border:1px solid #EDF3FA;display:flex;align-items:center;justify-content:center;padding:14px;}
body .pq-all-brand-card-v10__logo img{max-width:148px!important;max-height:72px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 8px 14px rgba(13,37,72,.07));}
body .pq-all-brand-card-v10 strong{position:relative;z-index:1;color:#071c37!important;font-size:14px!important;line-height:1.2!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.01em!important;margin-top:14px;}
body .pq-all-brand-card-v10 em{position:relative;z-index:1;display:inline-flex;margin-top:10px;border-radius:999px;background:#F0F6FC;color:#2979B8;font-size:11px;font-style:normal;font-weight:900;padding:6px 10px;}
body .pq-all-brand-card-v10.is-active em{background:#E6EFF8;color:#1A3A6B;border:1px solid #CEE1F3;}
@media(max-width:1240px){body .pq-active-brand-grid-v10{grid-template-columns:repeat(3,minmax(0,1fr));}body .pq-all-brand-grid-v10{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:900px){body .pq-brands-page-v10__hero{min-height:520px;}body .pq-brands-page-v10__stats{grid-template-columns:1fr 1fr;}body .pq-active-brands-v10,body .pq-all-brands-v10{padding:22px;border-radius:22px;}body .pq-active-brand-grid-v10{grid-template-columns:1fr;}body .pq-all-brand-grid-v10{grid-template-columns:repeat(3,minmax(0,1fr));}body .pq-active-brand-card-v10{grid-template-columns:58px 1fr;}body .pq-active-brand-card-v10__count{grid-column:2;justify-self:start;}}
@media(max-width:640px){body .pq-brands-page-v10__hero-inner{padding-top:58px!important;padding-bottom:74px!important;}body .pq-brands-page-v10 h1{font-size:38px!important;}body .pq-brands-page-v10__hero p{font-size:16px!important;}body .pq-brands-page-v10__stats{grid-template-columns:1fr;}body .pq-brands-page-v10__actions{flex-direction:column;}body .pq-brands-page-v10__actions .pq-btn{width:100%;}body .pq-all-brand-grid-v10{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}body .pq-all-brand-card-v10{min-height:158px;padding:14px 12px;}body .pq-all-brand-card-v10__logo{height:76px;}body .pq-all-brand-card-v10__logo img{max-width:120px!important;max-height:58px!important;}body .pq-all-brand-card-v10 strong{font-size:12px!important;}}

/* === PROQUISA V6.1 - Reestructura premium de Marcas === */
body .pq-brands-page-v10{
  font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;
  background:#F4F7FB!important;
}
body .pq-brands-page-v10__hero{
  min-height:560px!important;
  align-items:center!important;
  background-position:center center!important;
}
body .pq-brands-page-v10__shade{
  background:linear-gradient(90deg,rgba(13,37,72,.96) 0%,rgba(13,37,72,.88) 48%,rgba(13,37,72,.45) 100%)!important;
}
body .pq-brands-page-v10__hero-inner{
  max-width:1440px!important;
  margin:0 auto!important;
  padding:96px 32px 104px!important;
}
body .pq-brands-page-v10 h1{
  max-width:780px!important;
  margin:24px 0 20px!important;
  color:#fff!important;
  font-size:clamp(44px,4.6vw,66px)!important;
  line-height:1.06!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;
}
body .pq-brands-page-v10__hero p{
  max-width:770px!important;
  color:#DCEBFA!important;
  font-size:18px!important;
  line-height:1.65!important;
  font-weight:500!important;
}
body .pq-brands-page-v10__stats{
  grid-template-columns:repeat(3,minmax(0,170px))!important;
  gap:14px!important;
  margin-top:32px!important;
}
body .pq-brands-page-v10__stats span{
  min-height:86px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border-radius:16px!important;
  padding:18px 20px!important;
}
body .pq-brands-page-v10__content{
  max-width:1440px!important;
  margin:-58px auto 0!important;
  padding-left:32px!important;
  padding-right:32px!important;
}
body .pq-active-brands-v10,body .pq-all-brands-v10{
  background:rgba(255,255,255,.92)!important;
  border:1px solid #D8E6F5!important;
  border-radius:28px!important;
  padding:32px!important;
  box-shadow:0 24px 70px rgba(13,37,72,.10)!important;
}
body .pq-active-brands-v10 h2,body .pq-all-brands-v10 h2{
  color:#1A3A6B!important;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.028em!important;
  margin:14px 0 10px!important;
  font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;
}
body .pq-active-brand-grid-v10{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
body .pq-active-brand-card-v10{
  min-height:124px!important;
  grid-template-columns:86px 1fr!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:10px 18px!important;
  padding:20px!important;
  background:linear-gradient(180deg,#fff 0%,#F6FAFE 100%)!important;
  border:1px solid #D9E8F7!important;
  border-radius:22px!important;
}
body .pq-active-brand-card-v10__icon{
  grid-row:1/3!important;
  width:86px!important;
  height:86px!important;
  border-radius:18px!important;
  padding:12px!important;
}
body .pq-active-brand-card-v10__name{
  font-size:17px!important;
  align-self:end!important;
}
body .pq-active-brand-card-v10__count{
  justify-self:start!important;
  align-self:start!important;
  font-size:12px!important;
  padding:7px 11px!important;
}
body .pq-all-brands-v10{
  margin-top:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86))!important;
}
body .pq-all-brand-grid-v10{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px!important;
}
body .pq-all-brand-card-v10{
  min-height:132px!important;
  padding:16px!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#FFFFFF 0%,#F7FBFF 100%)!important;
  border:1px solid #DEEAF6!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(13,37,72,.055)!important;
}
body .pq-all-brand-card-v10:after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:17px;
  border:1px solid rgba(41,121,184,.08);
  pointer-events:none;
}
body .pq-all-brand-card-v10__logo{
  width:100%!important;
  height:98px!important;
  border:0!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:14px!important;
}
body .pq-all-brand-card-v10__logo img{
  max-width:150px!important;
  max-height:76px!important;
  transition:transform .25s ease, filter .25s ease!important;
}
body .pq-all-brand-card-v10:hover .pq-all-brand-card-v10__logo img{
  transform:scale(1.07)!important;
  filter:drop-shadow(0 10px 18px rgba(13,37,72,.12))!important;
}
body .pq-all-brand-card-v10 strong,body .pq-all-brand-card-v10 em{display:none!important;}
body .pq-all-brands-v10:after{
  content:"¿No encuentras la marca que buscas? Escríbenos por WhatsApp y te ayudamos a localizar el equipo adecuado.";
  display:block;
  margin-top:28px;
  padding:20px 24px;
  border-radius:20px;
  background:linear-gradient(90deg,#0D2548,#1A3A6B);
  color:#fff;
  font-weight:800;
  text-align:center;
  box-shadow:0 18px 38px rgba(13,37,72,.16);
}
@media(max-width:1240px){
  body .pq-active-brand-grid-v10{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body .pq-all-brand-grid-v10{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  body .pq-brands-page-v10__hero-inner{padding:76px 22px 92px!important;}
  body .pq-brands-page-v10 h1{font-size:42px!important;}
  body .pq-brands-page-v10__stats{grid-template-columns:1fr 1fr!important;}
  body .pq-brands-page-v10__content{padding-left:18px!important;padding-right:18px!important;}
  body .pq-active-brand-grid-v10{grid-template-columns:1fr!important;}
  body .pq-all-brand-grid-v10{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  body .pq-brands-page-v10 h1{font-size:34px!important;}
  body .pq-brands-page-v10__stats{grid-template-columns:1fr!important;}
  body .pq-active-brands-v10,body .pq-all-brands-v10{padding:20px!important;border-radius:22px!important;}
  body .pq-all-brand-grid-v10{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  body .pq-all-brand-card-v10{min-height:112px!important;padding:12px!important;}
  body .pq-all-brand-card-v10__logo{height:78px!important;}
  body .pq-all-brand-card-v10__logo img{max-width:118px!important;max-height:58px!important;}
}

/* === PROQUISA V6.2 - Corrección: Hero de Marcas alineado a la izquierda === */
body .pq-brands-page-v10__hero{
  justify-content:flex-start!important;
}
body .pq-brands-page-v10__hero-inner{
  width:100%!important;
  max-width:1440px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:left!important;
  display:block!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
body .pq-brands-page-v10__hero-inner .pq-eyebrow{
  margin-left:0!important;
  margin-right:auto!important;
}
body .pq-brands-page-v10 h1,
body .pq-brands-page-v10__hero p{
  text-align:left!important;
  margin-left:0!important;
  margin-right:auto!important;
}
body .pq-brands-page-v10__actions{
  justify-content:flex-start!important;
  align-items:center!important;
  text-align:left!important;
}
body .pq-brands-page-v10__stats{
  justify-content:flex-start!important;
  justify-items:stretch!important;
  margin-left:0!important;
  margin-right:auto!important;
}
body .pq-brands-page-v10__stats span{
  text-align:left!important;
  align-items:flex-start!important;
}
@media(max-width:640px){
  body .pq-brands-page-v10__hero-inner,
  body .pq-brands-page-v10 h1,
  body .pq-brands-page-v10__hero p,
  body .pq-brands-page-v10__stats span{
    text-align:left!important;
  }
  body .pq-brands-page-v10__actions{
    align-items:stretch!important;
  }
}

/* === PROQUISA V6.4 - Fix shortcodes independientes de marcas === */
body .pq-brands-page-v10--standalone{
  background:linear-gradient(180deg,#F4F7FB 0%,#FFFFFF 46%,#F4F7FB 100%)!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
}
body .pq-brands-page-v10--standalone .pq-brands-page-v10__content{
  max-width:1440px!important;
  margin:0 auto!important;
  padding:78px 32px!important;
  position:relative!important;
  z-index:1!important;
}
body .pq-brands-page-v10--standalone .pq-active-brands-v10,
body .pq-brands-page-v10--standalone .pq-all-brands-v10{
  margin:0!important;
  overflow:visible!important;
}
body .pq-brands-page-v10--standalone .pq-pill{
  margin-top:0!important;
}
body .pq-brands-page-v10--standalone + .pq-brands-page-v10--standalone .pq-brands-page-v10__content{
  padding-top:0!important;
}
@media(max-width:900px){
  body .pq-brands-page-v10--standalone .pq-brands-page-v10__content{padding:58px 22px!important;}
  body .pq-brands-page-v10--standalone + .pq-brands-page-v10--standalone .pq-brands-page-v10__content{padding-top:0!important;}
}
