
/* V24: encabezado unificado para todas las listas de precios */
body[data-page^="precios-"]{background:#f5f7fb;color:#172033}
.catalog-brand-hero{--brand-accent:#45c8ff;--brand-rgb:69,200,255;position:relative;isolation:isolate;box-sizing:border-box;min-height:312px;padding:140px 24px 48px;overflow:hidden;background:radial-gradient(circle at 18% 0%,rgba(var(--brand-rgb),.25),transparent 38%),linear-gradient(135deg,#0d2140 0%,#162d50 66%,#191f36 100%);color:#fff}
.catalog-brand-hero:after{content:"";position:absolute;inset:auto -8% -60% 42%;height:280px;background:radial-gradient(ellipse,rgba(var(--brand-rgb),.12),transparent 70%);z-index:-1}
.catalog-brand-hero .catalog-wrap{width:100%;max-width:1500px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;gap:44px!important;align-items:center!important}
.catalog-brand-hero .eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--brand-accent) 72%,white)!important}
.catalog-brand-hero h1{font-size:clamp(38px,5vw,66px)!important;line-height:1.03!important;margin:12px 0 14px!important;font-weight:750!important;color:#fff!important}
.catalog-brand-hero h1 em{font-style:normal!important;color:var(--brand-accent)!important}
.catalog-brand-hero p{max-width:830px!important;color:#d5e0ef!important;font-size:17px!important;line-height:1.65!important;margin:0!important}
.catalog-brand-logo{display:block!important;width:100%!important;max-width:290px!important;height:148px!important;object-fit:contain!important;box-sizing:border-box!important;background:#fff!important;border-radius:24px!important;padding:24px!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}
@media(max-width:900px){.catalog-brand-hero{min-height:auto;padding:120px 20px 40px}.catalog-brand-hero .catalog-wrap{grid-template-columns:1fr!important}.catalog-brand-logo{display:none!important}.catalog-brand-hero p{font-size:16px!important}}
@media(max-width:560px){.catalog-brand-hero{padding:108px 16px 32px}.catalog-brand-hero h1{font-size:36px!important}.catalog-brand-hero p{font-size:15px!important}}

/* Aviso comercial discreto sobre variación de precios */
.catalog-price-warning {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 2px 4px 10px auto;
  max-width: 760px;
  color: #68758a;
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
  letter-spacing: .01em;
}
.catalog-price-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,118,168,.25);
  border-radius: 50%;
  color: #0076A8;
  background: rgba(0,118,168,.05);
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 760px) {
  .catalog-price-warning {
    justify-content: flex-start;
    margin: 0 2px 10px;
    max-width: none;
    font-size: 12px;
    text-align: left;
  }
}
