body.eqa-pc-modal-open{overflow:hidden}
/* Catálogo EQA — paleta corporativa: naranja, grafito y neutros */
.eqa-product-catalog{
  --pc-orange:#f58220;
  --pc-orange-dark:#d9630a;
  --pc-orange-soft:#fff1e4;
  --pc-orange-pale:#fff8f2;
  --pc-ink:#242424;
  --pc-muted:#696969;
  --pc-line:#dcdcdc;
  --pc-bg:#f6f6f5;
  --pc-soft:#fbfbfa;
  max-width:1440px;margin:0 auto;color:var(--pc-ink);font-family:inherit;
}
.eqa-product-catalog *{box-sizing:border-box}
.eqa-pc-shell{background:#fff;border:1px solid var(--pc-line);overflow:hidden;box-shadow:0 12px 34px rgba(30,30,30,.10)}

.eqa-pc-hero{position:relative;isolation:isolate;overflow:hidden;min-height:112px;padding:14px 24px;background:linear-gradient(118deg,#596168 0%,#81878a 62%,#b1b4b1 100%);background-size:cover;background-position:center center;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 240px;grid-template-areas:"copy brand" "copy note";gap:8px 24px;align-items:center;border-bottom:5px solid var(--pc-orange)}
.eqa-pc-hero.has-media{background-color:#62686c}
.eqa-pc-hero-media,.eqa-pc-hero-overlay{position:absolute;inset:0}
.eqa-pc-hero-media{z-index:0;overflow:hidden;pointer-events:none;background:transparent}
.eqa-pc-hero-media iframe{position:absolute;top:50%;left:50%;width:177.77777778vh;height:56.25vw;min-width:100%;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}
.eqa-pc-hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(34,40,43,.58) 0%,rgba(58,62,64,.42) 48%,rgba(92,96,95,.22) 100%);pointer-events:none}
.eqa-pc-hero>*{position:relative;z-index:2}
.eqa-pc-hero>.eqa-pc-hero-media,.eqa-pc-hero>.eqa-pc-hero-overlay{position:absolute}
.eqa-pc-hero-brand{grid-area:brand;display:flex;flex-direction:column;gap:4px;align-items:flex-end;justify-self:end;align-self:end;text-align:right}
.eqa-pc-hero-copy{grid-area:copy;align-self:center;min-width:0}
.eqa-pc-logo-wrap{width:96px;min-height:auto;background:transparent;display:flex;align-items:center;padding:0}
.eqa-pc-logo-wrap img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(255,255,255,.15))}
.eqa-pc-kicker,.eqa-pc-modal-kicker{display:block;font-size:10px;letter-spacing:.14em;font-weight:900}
.eqa-pc-kicker{color:#ffc693;text-shadow:0 1px 1px rgba(0,0,0,.25)}
.eqa-pc-hero h2{font-size:24px;line-height:1.08;margin:0 0 4px;color:#fff}
.eqa-pc-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.94);font-size:12px;line-height:1.4}
.eqa-pc-hero-note{grid-area:note;border-left:2px solid var(--pc-orange);padding:8px 0 8px 12px;background:rgba(0,0,0,.10);max-width:240px;justify-self:end}
.eqa-pc-hero-note strong{display:block;font-size:13px;color:#fff;margin-bottom:4px}
.eqa-pc-hero-note span{font-size:11px;line-height:1.35;color:#f0f0f0}

.eqa-pc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px;background:#fafaf9;border-bottom:1px solid var(--pc-line)}
.eqa-pc-toolbar>div strong{display:block;font-size:12px;color:#2d2d2d}.eqa-pc-toolbar>div span{display:block;margin-top:2px;font-size:10px;color:#747474}
.eqa-pc-theme-control{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#5d5d5d;white-space:nowrap}
.eqa-pc-theme-control select{min-width:112px;border:1px solid #cfcfcd;background:#fff;color:#2b2b2b;padding:7px 28px 7px 9px;font:inherit;font-size:11px;text-transform:none;letter-spacing:0}

.eqa-pc-tabs{padding:12px 18px;border-bottom:1px solid var(--pc-line);display:flex;gap:8px;overflow:auto;background:#fff}
.eqa-pc-tabs button{border:0;border-bottom:3px solid transparent;background:#fff;color:#575757;padding:9px 9px 7px;font:inherit;font-weight:800;font-size:12px;white-space:nowrap;cursor:pointer}
.eqa-pc-tabs button:hover,.eqa-pc-tabs button.is-active{border-color:var(--pc-orange);color:#222}
.eqa-pc-tabs button span{display:inline-flex;align-items:center;justify-content:center;margin-left:5px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#f0f0ef;color:#585858;font-size:10px}
.eqa-pc-tabs button.is-active span{background:var(--pc-orange-soft);color:var(--pc-orange-dark)}

.eqa-pc-selection{margin:0;padding:13px 22px;background:#262626;color:#fff;display:flex;align-items:center;gap:14px;flex-wrap:wrap;border-bottom:3px solid var(--pc-orange);transition:transform .15s ease}
.eqa-pc-selection.is-attention{transform:translateX(5px)}
.eqa-pc-selection-summary{display:flex;gap:10px;align-items:center;min-width:225px}
.eqa-pc-selection-icon{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;background:var(--pc-orange);color:#fff;font-size:18px;font-weight:900}
.eqa-pc-selection-summary strong{display:block;font-size:13px}
.eqa-pc-selection-summary span:not(.eqa-pc-selection-icon){display:block;color:#d9d9d9;font-size:11px;margin-top:1px}
.eqa-pc-selection-items{display:flex;gap:6px;flex:1;min-width:0;flex-wrap:wrap}
.eqa-pc-selected-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 7px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.25);font-size:11px;line-height:1.2}
.eqa-pc-selected-chip button{border:0;background:transparent;color:#fff;font-size:17px;line-height:1;padding:0;cursor:pointer}
.eqa-pc-selection-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.eqa-pc-selection-count{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;color:#242424;font-weight:900;font-size:12px;border-radius:50%}
.eqa-pc-compare{border:1px solid var(--pc-orange);background:var(--pc-orange);color:#fff;padding:9px 12px;font:inherit;font-size:12px;font-weight:900;cursor:pointer}
.eqa-pc-compare:hover:not(:disabled){background:var(--pc-orange-dark);border-color:var(--pc-orange-dark)}
.eqa-pc-compare:disabled{background:#686868;border-color:#777;color:#d7d7d7;cursor:not-allowed}
.eqa-pc-clear{border:0;background:transparent;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer;text-decoration:underline}

.eqa-pc-layout{display:grid;grid-template-columns:287px minmax(0,1fr);align-items:start;background:var(--pc-bg)}
.eqa-pc-filters{padding:19px;background:#fff;border-right:1px solid var(--pc-line);min-height:765px}
.eqa-pc-filter-title{display:flex;align-items:end;justify-content:space-between;margin:0 0 14px;padding-bottom:12px;border-bottom:3px solid var(--pc-orange)}
.eqa-pc-filter-title>div span{display:block;color:#7a7a7a;font-size:9px;letter-spacing:.12em;font-weight:900}
.eqa-pc-filter-title h3{font-size:20px;margin:2px 0 0;color:#202020;line-height:1}
.eqa-pc-filter-title>span{font-size:10px;color:var(--pc-muted);max-width:85px;text-align:right}
.eqa-pc-filter-group{border-top:1px solid #ececeb;padding:12px 0}
.eqa-pc-filter-group:first-child{border-top:0;padding-top:0}
.eqa-pc-filter-group label,.eqa-pc-filter-group .eqa-pc-filter-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#515151;margin-bottom:6px}
.eqa-pc-filter-group input,.eqa-pc-filter-group select{width:100%;border:1px solid #cfcfcd;border-radius:0;padding:9px 10px;font:inherit;font-size:12px;color:var(--pc-ink);background:#fff}
.eqa-pc-filter-group input:focus,.eqa-pc-filter-group select:focus{outline:2px solid #ffd0aa;border-color:var(--pc-orange)}
.eqa-pc-filter-double{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.eqa-pc-filter-double small{font-size:10px;color:var(--pc-muted)}
.eqa-pc-filter-help{margin:7px 0 0;font-size:10px;line-height:1.4;color:var(--pc-muted)}

.eqa-pc-main{padding:20px;min-width:0}
.eqa-pc-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}
.eqa-pc-results-label{display:block;font-size:10px;letter-spacing:.1em;color:#757575;font-weight:900}
.eqa-pc-results-head strong{display:block;font-size:26px;color:#222;line-height:1.05}
.eqa-pc-results-actions{display:flex;align-items:center;gap:9px}
.eqa-pc-results-actions>span{color:#6b6b6b;font-size:11px}
.eqa-pc-reset{border:1px solid var(--pc-orange);background:#fff;color:var(--pc-orange-dark);padding:8px 10px;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.eqa-pc-reset:hover{background:var(--pc-orange-soft)}

.eqa-pc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:13px}
.eqa-pc-card{display:flex;flex-direction:column;border:1px solid #dededc;background:#fff;overflow:hidden;min-width:0;transition:transform .18s ease,box-shadow .18s ease}
.eqa-pc-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(35,35,35,.13)}
.eqa-pc-card-media{height:150px;background:#fafaf9;border-bottom:1px solid #e7e7e5;display:flex;align-items:center;justify-content:center;padding:14px;overflow:hidden;isolation:isolate}
.eqa-pc-card-media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;min-width:0;object-fit:contain;object-position:center center;margin:auto}
.eqa-pc-card-placeholder{font-weight:900;font-size:30px;color:#b0b0ad}
.eqa-pc-card-body{padding:13px;display:flex;flex-direction:column;flex:1}
.eqa-pc-card-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#777;font-size:9px;font-weight:900;letter-spacing:.065em;text-transform:uppercase}
.eqa-pc-card h3{font-size:18px;color:#242424;margin:6px 0 3px;line-height:1.16}
.eqa-pc-card-family{font-size:11px;color:#696969;margin:0 0 8px;min-height:15px}
.eqa-pc-card-description{font-size:12px;line-height:1.42;color:#505050;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.eqa-pc-chip-row{display:flex;gap:5px;flex-wrap:wrap;min-height:24px}
.eqa-pc-chip{border:1px solid #f1c49f;background:var(--pc-orange-pale);color:#b5520f;padding:3px 6px;font-size:9px;line-height:1.2}
.eqa-pc-card-metrics{display:grid;gap:6px;margin-top:auto;padding-top:10px;border-top:1px solid #ededeb}
.eqa-pc-card-metrics>div{display:grid;grid-template-columns:68px 1fr;gap:5px;align-items:start}
.eqa-pc-card-metrics small{font-size:9px;letter-spacing:.03em;text-transform:uppercase;color:#767676;font-weight:900}
.eqa-pc-card-metrics strong{font-size:10px;line-height:1.35;color:#3b3b3b;font-weight:800}
.eqa-pc-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px 13px;border-top:1px solid #e7e7e5;background:#fdfdfc}
.eqa-pc-card-actions button{min-width:0;border-radius:0;padding:8px 7px;font:inherit;font-size:10px;font-weight:900;cursor:pointer}
.eqa-pc-info-btn{border:1px solid #c7c7c3;background:#fff;color:#353535}
.eqa-pc-info-btn:hover{background:#f3f3f1;border-color:#a7a7a2}
.eqa-pc-select-btn{border:1px solid var(--pc-orange);background:var(--pc-orange);color:#fff}
.eqa-pc-select-btn:hover{background:var(--pc-orange-dark);border-color:var(--pc-orange-dark)}
.eqa-pc-select-btn.is-selected{background:var(--pc-orange-soft);border-color:var(--pc-orange);color:#b5520f}
.eqa-pc-empty{grid-column:1/-1;padding:42px 20px;border:1px dashed #bebeba;background:#fff;text-align:center;color:#686868}
.eqa-pc-empty strong{display:block;font-size:17px;color:#262626;margin-bottom:7px}

.eqa-pc-pagination{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;padding-top:22px}
.eqa-pc-pagination button{border:1px solid #cacac6;background:#fff;color:#424242;padding:7px 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.eqa-pc-pagination button:hover:not(:disabled),.eqa-pc-pagination button.is-current{border-color:var(--pc-orange);background:var(--pc-orange);color:#fff}
.eqa-pc-pagination button:disabled{color:#a4a4a1;background:#f4f4f2;cursor:not-allowed}
.eqa-pc-pagination span{color:#727272}
.eqa-pc-disclaimer{padding:13px 20px;margin:0;background:#faf5ef;border-top:1px solid #efdfcf;color:#65605b;font-size:11px;line-height:1.5}

.eqa-pc-modal{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:10px}
.eqa-pc-modal[hidden]{display:none}
.eqa-pc-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.73)}
.eqa-pc-modal-card{position:relative;z-index:1;width:min(1380px,calc(100vw - 20px));max-height:calc(100vh - 20px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.eqa-pc-modal-head{position:sticky;top:0;z-index:2;padding:16px 20px;background:#252525;color:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:4px solid var(--pc-orange)}
.eqa-pc-modal-kicker{color:#ffc693;margin-bottom:5px}
.eqa-pc-modal-head h3{margin:0;font-size:22px;color:#fff;line-height:1.12}
.eqa-pc-modal-head p{margin:5px 0 0;font-size:12px;color:#e2e2e2}
.eqa-pc-modal-close{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;width:32px;height:32px;font-size:21px;line-height:1;cursor:pointer}
.eqa-pc-modal-close:hover{background:var(--pc-orange);border-color:var(--pc-orange)}
.eqa-pc-modal-content{padding:18px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}
.eqa-pc-modal-image{height:250px;border:1px solid #e0e0dd;background:#fafaf9;display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden;isolation:isolate;border-radius:14px}
.eqa-pc-modal-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;min-width:0;object-fit:contain;object-position:center center;margin:auto}
.eqa-pc-modal-image span{font-size:50px;color:#b1b1ae}
.eqa-pc-modal-copy>p{font-size:13px;line-height:1.5;color:#4f4f4f;margin:0 0 14px}
.eqa-pc-modal-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}
.eqa-pc-modal-list div{padding:9px 10px;border:1px solid #e1e1de;background:#fdfdfc;border-radius:12px}
.eqa-pc-modal-list dt{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#757575;font-weight:900}
.eqa-pc-modal-list dd{margin:4px 0 0;font-size:11.5px;color:#383838;line-height:1.4}
.eqa-pc-modal-actions{position:sticky;bottom:0;z-index:2;padding:12px 18px;background:#fff;border-top:1px solid #e0e0dd;display:flex;gap:8px;flex-wrap:wrap}
.eqa-pc-modal-actions button,.eqa-pc-modal-actions a{display:inline-flex;text-decoration:none;align-items:center;padding:9px 12px;border-radius:999px;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.eqa-pc-modal-actions button{border:1px solid var(--pc-orange);background:var(--pc-orange);color:#fff}
.eqa-pc-modal-actions button:hover{background:var(--pc-orange-dark);border-color:var(--pc-orange-dark)}
.eqa-pc-modal-actions a{border:1px solid #c9c9c5;background:#fff;color:#383838}
.eqa-pc-modal-actions a:hover{background:#f4f4f2}

.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-backdrop{background:rgba(31,34,35,.52);backdrop-filter:blur(3px)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-card{background:#e9ecef;border-radius:30px;box-shadow:24px 24px 48px rgba(169,176,181,.42),-18px -18px 42px rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.82)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-head{background:#e9ecef;color:#2f3438;border-bottom:0;padding:18px 20px 12px;box-shadow:0 1px 0 rgba(245,130,32,.45) inset}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-head h3{color:#2f3438}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-head p{color:#5a6268}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-kicker{color:var(--pc-orange-dark)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-close{border:0;background:#e9ecef;color:#50575d;border-radius:14px;box-shadow:6px 6px 12px rgba(176,182,187,.52),-6px -6px 12px rgba(255,255,255,.95)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-close:hover{background:#f3f5f6;color:var(--pc-orange-dark)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-content,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-actions,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-wrap{background:#e9ecef}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-image,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-list div,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-section,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table{border:0;background:#e9ecef;box-shadow:8px 8px 18px rgba(179,185,190,.48),-8px -8px 18px rgba(255,255,255,.96)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-copy>p{color:#4f585f}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-list dt{color:#7c8790}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-list dd{color:#2f3438}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-actions{border-top:1px solid rgba(245,130,32,.28)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-actions button{border:1px solid var(--pc-orange);background:linear-gradient(180deg,#ff9b44,#f58220);color:#fff;box-shadow:0 10px 18px rgba(245,130,32,.24)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-actions a{border:0;background:#e9ecef;color:#40464a;box-shadow:6px 6px 12px rgba(179,185,190,.48),-6px -6px 12px rgba(255,255,255,.94)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-modal-actions a:hover{color:var(--pc-orange-dark)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-heading span,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table thead span{color:var(--pc-orange-dark)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-heading strong{background:linear-gradient(180deg,#ff9b44,#f58220);color:#fff;border-radius:999px;padding:8px 12px;box-shadow:0 8px 16px rgba(245,130,32,.20)}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-table thead th,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table thead th{background:#eef1f3;color:#2f3438}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table thead th:first-child{background:#e6ebee;color:#2f3438}
.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-table tbody th,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table tbody th,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-variant-table td,.eqa-product-catalog[data-modal-style="neumo"] .eqa-pc-compare-table td{background:rgba(255,255,255,.26)}
.eqa-pc-compare-wrap{overflow:auto;padding:20px;background:#f7f7f6}
.eqa-pc-compare-table{border-collapse:collapse;min-width:760px;width:100%;background:#fff}
.eqa-pc-compare-table th,.eqa-pc-compare-table td{border:1px solid #dededb;padding:10px;text-align:left;vertical-align:top}
.eqa-pc-compare-table thead th{background:#fff4ea;color:#313131;font-size:12px;min-width:180px}
.eqa-pc-compare-table thead th:first-child{min-width:140px;background:#282828;color:#fff}
.eqa-pc-compare-table thead span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#b45a18;margin-bottom:4px}
.eqa-pc-compare-table thead strong{display:block;line-height:1.25}
.eqa-pc-compare-table thead button{margin-top:7px;border:0;background:transparent;color:var(--pc-orange-dark);padding:0;text-decoration:underline;font:inherit;font-size:10px;font-weight:900;cursor:pointer}
.eqa-pc-compare-table tbody th{background:#f4f4f2;color:#555;font-size:10px;text-transform:uppercase;letter-spacing:.04em;width:165px}
.eqa-pc-compare-table td{font-size:12px;line-height:1.45;color:#393939}

@media(max-width:1180px){
  .eqa-pc-modal-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eqa-pc-modal-content{grid-template-columns:240px minmax(0,1fr)}
}
@media(max-width:980px){
  .eqa-pc-hero{grid-template-columns:minmax(0,1fr) 220px;grid-template-areas:"copy brand" "copy note";min-height:108px;padding:14px 18px;gap:8px 18px}
  .eqa-pc-hero-note{border-left:2px solid var(--pc-orange);border-top:0;padding:7px 0 7px 10px;max-width:none}
  .eqa-pc-layout{grid-template-columns:1fr}
  .eqa-pc-filters{border-right:0;border-bottom:1px solid var(--pc-line);min-height:auto}
  .eqa-pc-filters .eqa-pc-filter-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:0 15px}
  .eqa-pc-filter-group{border-top:1px solid #ececeb}
  .eqa-pc-filter-group:first-child{border-top:0}
  .eqa-pc-modal-content{grid-template-columns:1fr}
  .eqa-pc-modal-image{height:190px}
  .eqa-pc-modal-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .eqa-pc-hero{padding:14px 16px;grid-template-columns:1fr;grid-template-areas:"brand" "copy" "note";gap:10px;min-height:unset}
  .eqa-pc-hero h2{font-size:22px}
  .eqa-pc-hero-brand{flex-direction:row;align-items:center;justify-self:start;text-align:left;gap:10px}
  .eqa-pc-hero-note{justify-self:stretch}
  .eqa-pc-tabs{padding:9px}
  .eqa-pc-selection{padding:12px}
  .eqa-pc-selection-actions{width:100%;margin-left:0}
  .eqa-pc-compare{flex:1}
  .eqa-pc-main{padding:14px}
  .eqa-pc-results-head{align-items:flex-start}
  .eqa-pc-results-actions{align-items:flex-end;flex-direction:column}
  .eqa-pc-results-actions>span{display:none}
  .eqa-pc-grid{grid-template-columns:1fr}
  .eqa-pc-card-media{height:160px}
  .eqa-pc-modal{padding:5px}
  .eqa-pc-modal-content{padding:14px}
  .eqa-pc-modal-list{grid-template-columns:1fr}
  .eqa-pc-modal-head{padding:14px 15px}
  .eqa-pc-modal-actions{padding:12px 15px}
  .eqa-pc-compare-wrap{padding:10px}
}

/* v4.8.3 — catálogo agrupado por producto/familia */
.eqa-pc-card-models{
  margin:-3px 0 9px;
  color:#777;
  font-size:10px;
  line-height:1.4;
  min-height:28px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.eqa-pc-variant-section{
  padding:0 22px 24px;
  background:#fff;
}
.eqa-pc-variant-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:18px 0 10px;
  border-top:1px solid #e2e2df;
}
.eqa-pc-variant-heading span{
  display:block;
  color:var(--pc-orange-dark);
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
}
.eqa-pc-variant-heading h4{
  margin:4px 0 0;
  color:#292929;
  font-size:19px;
  line-height:1.2;
}
.eqa-pc-variant-heading>strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 9px;
  background:var(--pc-orange);
  color:#fff;
  font-size:14px;
}
.eqa-pc-variant-intro{
  margin:0 0 12px;
  color:#626262;
  font-size:11px;
  line-height:1.5;
}
.eqa-pc-variant-table-wrap{
  width:100%;
  overflow:auto;
  border:1px solid #dcdcd8;
  background:#fff;
}
.eqa-pc-variant-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}
.eqa-pc-variant-table th,
.eqa-pc-variant-table td{
  border-right:1px solid #e2e2de;
  border-bottom:1px solid #e2e2de;
  padding:9px 10px;
  text-align:left;
  vertical-align:top;
  color:#414141;
  font-size:10px;
  line-height:1.45;
}
.eqa-pc-variant-table thead th{
  position:sticky;
  top:0;
  z-index:1;
  background:#292929;
  color:#fff;
  font-size:9px;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
}
.eqa-pc-variant-table tbody th{
  background:#fff5ec;
  color:#9f490d;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.eqa-pc-variant-table tr:last-child th,
.eqa-pc-variant-table tr:last-child td{border-bottom:0}
.eqa-pc-variant-table th:last-child,
.eqa-pc-variant-table td:last-child{border-right:0}

@media(max-width:620px){
  .eqa-pc-variant-section{padding:0 15px 18px}
  .eqa-pc-variant-heading{align-items:flex-start}
  .eqa-pc-variant-heading h4{font-size:16px}
  .eqa-pc-variant-table{min-width:900px}
}

/* v5.0 — modos claro/oscuro */
.eqa-product-catalog[data-theme="dark"]{--pc-ink:#f1f1ef;--pc-muted:#b6b6b1;--pc-line:#454846;--pc-bg:#191b1a;--pc-soft:#242625;--pc-orange-soft:#4c2d18;--pc-orange-pale:#2d241d;color:var(--pc-ink)}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-shell{background:#202221;border-color:#454846;box-shadow:0 12px 34px rgba(0,0,0,.35)}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-toolbar,.eqa-product-catalog[data-theme="dark"] .eqa-pc-tabs,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filters{background:#242625;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-toolbar>div strong,.eqa-product-catalog[data-theme="dark"] .eqa-pc-theme-control{color:#f1f1ef}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-toolbar>div span{color:#b8bbb7}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-theme-control select,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-group input,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-group select{background:#171918;border-color:#555956;color:#f2f2ef}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-tabs button{background:#242625;color:#c5c8c4}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-tabs button:hover,.eqa-product-catalog[data-theme="dark"] .eqa-pc-tabs button.is-active{color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-tabs button span{background:#363936;color:#d8dad7}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-layout,.eqa-product-catalog[data-theme="dark"] .eqa-pc-main{background:#191b1a}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-title h3,.eqa-product-catalog[data-theme="dark"] .eqa-pc-results-head strong{color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-title>div span,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-title>span,.eqa-product-catalog[data-theme="dark"] .eqa-pc-results-label,.eqa-product-catalog[data-theme="dark"] .eqa-pc-results-actions>span,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-help{color:#aeb2ad}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-group,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-title{border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-group label,.eqa-product-catalog[data-theme="dark"] .eqa-pc-filter-group .eqa-pc-filter-label{color:#d5d8d3}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card{background:#262827;border-color:#484b48}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card-media{background:#1d1f1e;border-color:#414441}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card h3,.eqa-product-catalog[data-theme="dark"] .eqa-pc-card strong{color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card p,.eqa-product-catalog[data-theme="dark"] .eqa-pc-card span,.eqa-product-catalog[data-theme="dark"] .eqa-pc-card-models{color:#c2c5c1}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-reset{background:#242625;color:#ff9d55;border-color:var(--pc-orange)}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-reset:hover{background:#3b2b20}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-pagination button{background:#262827;border-color:#4a4d4a;color:#e8e9e6}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-pagination button.is-active{background:var(--pc-orange);border-color:var(--pc-orange);color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-disclaimer{background:#202221;color:#b9bcb8;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-card{background:#242625;color:#f1f1ef}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-content,.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-actions,.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-wrap{background:#242625;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-list>div,.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-section{background:#1b1d1c;border-color:#454846;color:#e9eae7}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-table,.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table{background:#202221;color:#eceeeb}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-table th,.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-table td,.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table th,.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table td{border-color:#4a4d4a}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table tbody th,.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-table th{background:#303331;color:#dedfdd}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table td,.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-table td{color:#e2e4e0}
@media(max-width:620px){.eqa-pc-toolbar{align-items:stretch;flex-direction:column;gap:8px}.eqa-pc-theme-control{justify-content:space-between}.eqa-pc-theme-control select{flex:1;max-width:180px}}

.eqa-product-catalog[data-theme="dark"] .eqa-pc-card-actions{background:#202221;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-info-btn{background:#2b2e2c;border-color:#5a5e5a;color:#f0f1ee}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-info-btn:hover{background:#383b38;border-color:#737873}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-select-btn.is-selected{background:#4c2d18;color:#ffb071}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-chip{background:#33271f;border-color:#765038;color:#ffad70}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card-metrics{border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-card-metrics small{color:#aeb2ad}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-empty{background:#242625;border-color:#565a56;color:#c7cac6}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-empty strong{color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-pagination button.is-current{background:var(--pc-orange);border-color:var(--pc-orange);color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-pagination button:disabled{background:#202221;color:#777c77}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-image{background:#1b1d1c;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-copy>p{color:#d5d8d3}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-list dt{color:#aeb2ad}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-list dd{color:#f0f1ee}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-actions a{background:#2b2e2c;border-color:#5a5e5a;color:#f0f1ee}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-modal-actions a:hover{background:#383b38}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-section{background:#242625;border-color:#454846}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-heading h4,.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-heading>strong{color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-variant-intro{color:#c5c8c4}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table thead th{background:#3a2a20;color:#fff}
.eqa-product-catalog[data-theme="dark"] .eqa-pc-compare-table thead th:first-child{background:#151716}
