/* ============================================================================
   CERTICAR Córdoba — Página pública del peritaje /p/[code] (V2 Oscuro)
   Recreación fiel de src/peritaje.jsx. La superficie crítica de conversión:
   lo que ve el comprador al escanear el QR del parabrisas.
   El chrome y helpers compartidos (photo, containers, accent, wa-float,
   botones, footer-bottom) viven en site.css; los tokens en styles.css.
   Carga: styles.css → site.css → peritaje.css.
   Mobile-first absoluta: base = mobile, @media (min-width: 861px) = desktop.
   ========================================================================== */

/* El JSX usa el sello como SealLogo grande; mantenemos el bg de página negro. */

/* ============================ BANNER QR (top) ============================ */
.pq-banner {
  background: #06080c;
  color: rgba(255,255,255,0.85);
  padding: 10px 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 12px; font-weight: 500;
  border-bottom: 1px solid rgba(232,196,96,0.18);
  text-align: center;
}
.pq-banner strong { color: #fff; font-weight: 600; }
.pq-banner__icon { color: var(--brand); display: inline-flex; flex-shrink: 0; }

/* ============================ HERO — sello dorado + veredicto ============================ */
.pq-hero {
  position: relative;
  background: radial-gradient(ellipse at top, #1a1408 0%, #06080c 70%);
  color: #fff;
  padding: 40px 16px 40px;
  overflow: hidden;
}
/* Anillos concéntricos dorados */
.pq-hero__rings {
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 580px; height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(232,196,96,0.14);
  box-shadow:
    inset 0 0 0 60px rgba(232,196,96,0.07),
    inset 0 0 0 140px rgba(232,196,96,0.04),
    inset 0 0 0 220px rgba(232,196,96,0.02);
  pointer-events: none;
}
/* Textura de puntos */
.pq-hero__dots {
  position: absolute; inset: 0; opacity: 0.30;
  -webkit-mask-image: radial-gradient(ellipse at top, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at top, #000 30%, transparent 75%);
}
.pq-hero__inner {
  position: relative;
  max-width: 780px; margin: 0 auto;
  text-align: center;
  padding: 0;
}
.pq-hero__seal {
  display: flex; justify-content: center; margin-bottom: 20px;
}
.pq-hero__seal img { display: block; width: 96px; height: 96px; }
.pq-hero__kicker {
  color: var(--brand);
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 700;
}
.pq-hero__title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 16px 0 8px;
  line-height: 1.0;
  color: #fff;
}
.pq-hero__version {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  margin-bottom: 20px;
}

/* Fila de datos del vehículo + patente */
.pq-hero__data {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin-bottom: 28px;
}
.pq-chip {
  padding: 7px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}
.pq-chip__k { color: rgba(255,255,255,0.45); }

/* Patente AR (componente Plate) */
.pq-plate {
  display: inline-flex; align-items: center;
  border: 2px solid #1a1a1a; background: #fff;
  border-radius: 6px; padding: 6px 12px;
  font-weight: 700; font-size: 16px; letter-spacing: 0.08em;
  color: #1a1a1a;
  box-shadow: 0 1px 0 rgba(15,23,32,0.04);
}

/* Veredicto card (glass dorado) */
.pq-verdict {
  display: inline-flex; flex-direction: column; align-items: center;
  background: rgba(15,18,24,0.65);
  border: 1px solid rgba(232,196,96,0.22);
  border-radius: 24px;
  padding: 22px 30px;
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(232,196,96,0.12);
}
.pq-verdict__badge {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 12px 22px;
  border-radius: 999px;
}
.pq-verdict__badge--green  { background: linear-gradient(135deg, #10b981 0%, #086b4a 100%); box-shadow: 0 12px 36px rgba(14,159,110,0.45); }
.pq-verdict__badge--yellow { background: linear-gradient(135deg, #f59e0b 0%, #a05c05 100%); box-shadow: 0 12px 36px rgba(217,119,6,0.45); }
.pq-verdict__badge--red    { background: linear-gradient(135deg, #ef4444 0%, #991b1b 100%); box-shadow: 0 12px 36px rgba(220,38,38,0.45); }
.pq-verdict__dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.pq-verdict__label {
  font-size: 16px; font-weight: 800;
  letter-spacing: 0.05em; color: #fff;
}
.pq-verdict__meta {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  display: flex; align-items: center; gap: 8px;
}
.pq-verdict__meta strong { color: #fff; font-weight: 600; }
.pq-verdict__meta .pq-brand { color: var(--brand); }

/* ============================ Secciones (Section narrow del JSX) ============================ */
.pq-section { padding: 28px 0; }
.pq-section--28 { padding: 28px 0; }
.pq-section--32 { padding: 32px 0; }
.pq-section--72 { padding: 40px 0; }

/* Kickers de color (override de .cc-kicker) */
.pq-kicker-gold { color: var(--brand); }
.pq-kicker-cyan { color: var(--primary); }

/* ============================ Cabecera de sección (icono + h2) ============================ */
.pq-head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.pq-head__icon {
  width: 36px; height: 36px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pq-head__icon--red   { background: rgba(220,38,38,0.14);  border: 1px solid rgba(220,38,38,0.32);  color: #ef4444; }
.pq-head__icon--green { background: rgba(14,159,110,0.14); border: 1px solid rgba(14,159,110,0.32); color: #10b981; }
.pq-head__title {
  margin: 0; font-size: 24px; font-weight: 700;
  letter-spacing: -0.015em; color: #fff;
}
.pq-head__title--sm { font-size: 20px; letter-spacing: -0.01em; }

/* ============================ TOTAL A NEGOCIAR ============================ */
.pq-total {
  padding: 24px;
  background: linear-gradient(135deg, rgba(217,119,6,0.14) 0%, rgba(217,119,6,0.04) 100%);
  border: 1px solid rgba(217,119,6,0.32);
  border-radius: 20px;
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.pq-total__glow {
  position: absolute; top: -40px; right: -40px; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(217,119,6,0.18), transparent 60%);
  pointer-events: none;
}
.pq-total__icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--yellow); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 32px rgba(217,119,6,0.40);
}
.pq-total__body { flex: 1; position: relative; }
.pq-total__kicker { color: #f4b73b; }
.pq-total__amount {
  font-size: 44px; font-weight: 800; color: #fff;
  line-height: 1; margin-top: 8px; letter-spacing: -0.025em;
}
.pq-total__note {
  font-size: 13px; color: rgba(255,255,255,0.65);
  margin: 10px 0 0; line-height: 1.5;
}

/* ============================ RESUMEN DEL PERITO ============================ */
.pq-resumen {
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
}
.pq-resumen__text {
  font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,0.88);
  margin: 14px 0 0; font-weight: 400;
}
.pq-resumen__sign {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; gap: 14px;
}
.pq-resumen__avatar {
  width: 44px; height: 44px; border-radius: 999px;
  background: rgba(232,196,96,0.10);
  border: 1px solid rgba(232,196,96,0.32);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
  flex-shrink: 0;
}
.pq-resumen__name { font-weight: 600; font-size: 15px; color: #fff; }
.pq-resumen__role { font-size: 12px; color: rgba(255,255,255,0.5); }

/* ============================ HALLAZGOS CRÍTICOS ============================ */
.pq-hallazgos { display: flex; flex-direction: column; gap: 12px; }
.pq-hallazgo {
  padding: 18px;
  background: rgba(255,255,255,0.03);
  border-radius: 14px;
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.pq-hallazgo--red    { border: 1px solid rgba(220,38,38,0.22);  border-left: 4px solid #ef4444; }
.pq-hallazgo--yellow { border: 1px solid rgba(217,119,6,0.22);  border-left: 4px solid #f59e0b; }
.pq-hallazgo__main { flex: 1; min-width: 0; }
.pq-hallazgo__cat {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.pq-hallazgo__dot {
  width: 8px; height: 8px; border-radius: 999px;
}
.pq-hallazgo--red .pq-hallazgo__dot    { background: #ef4444; box-shadow: 0 0 0 4px rgba(220,38,38,0.22); }
.pq-hallazgo--yellow .pq-hallazgo__dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(217,119,6,0.22); }
.pq-hallazgo__cat-text {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.pq-hallazgo--red .pq-hallazgo__cat-text    { color: #ef4444; }
.pq-hallazgo--yellow .pq-hallazgo__cat-text { color: #f4b73b; }
.pq-hallazgo__title {
  font-weight: 700; font-size: 16px; color: #fff; letter-spacing: -0.01em;
}
.pq-hallazgo__detail {
  font-size: 13px; color: rgba(255,255,255,0.6);
  margin: 8px 0 0; line-height: 1.55;
}
.pq-hallazgo__cost {
  flex-shrink: 0;
  text-align: left;
  border-left: none;
  padding-left: 0;
}
.pq-hallazgo__cost-label {
  font-size: 11px; color: rgba(255,255,255,0.4);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.pq-hallazgo__cost-value {
  font-size: 24px; font-weight: 700; color: var(--brand);
  margin-top: 4px; letter-spacing: -0.02em;
}

/* ============================ MEDICIONES OBJETIVAS ============================ */
.pq-mediciones__kicker { margin-bottom: 16px; }
.pq-mediciones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.10);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
}
.pq-med {
  background: #0b0e14;
  padding: 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.pq-med__label { display: flex; align-items: center; gap: 6px; }
.pq-med__dot { width: 6px; height: 6px; border-radius: 999px; flex-shrink: 0; }
.pq-med__dot--green  { background: #10b981; }
.pq-med__dot--yellow { background: #f59e0b; }
.pq-med__dot--red    { background: #ef4444; }
.pq-med__label span:last-child {
  font-size: 11px; color: rgba(255,255,255,0.45);
  font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
}
.pq-med__value-row { display: flex; align-items: baseline; gap: 5px; }
.pq-med__value {
  font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -0.02em;
}
.pq-med__value--red    { color: #ef4444; }
.pq-med__value--yellow { color: #f4b73b; }
.pq-med__unit {
  font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500;
}

/* ============================ DETALLE POR CATEGORÍA (acordeones) ============================ */
.pq-cats__title {
  margin: 0 0 20px; font-size: 24px; font-weight: 700;
  letter-spacing: -0.015em; color: #fff;
}
.pq-cats { display: flex; flex-direction: column; gap: 10px; }
.pq-cat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  overflow: hidden;
}
.pq-cat__btn {
  width: 100%; text-align: left;
  background: transparent; border: none;
  padding: 16px 18px;
  display: flex; align-items: center; gap: 14px;
  cursor: pointer; font-family: inherit; color: inherit;
}
.pq-cat__dot {
  width: 10px; height: 10px; border-radius: 999px; flex-shrink: 0;
}
.pq-cat__dot--green  { background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,0.19); }
.pq-cat__dot--yellow { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,0.19); }
.pq-cat__dot--red    { background: #ef4444; box-shadow: 0 0 0 4px rgba(239,68,68,0.19); }
.pq-cat__head { flex: 1; min-width: 0; }
.pq-cat__head-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.pq-cat__name { font-weight: 600; font-size: 15px; color: #fff; }
.pq-cat__score {
  font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 600;
  flex-shrink: 0;
}
/* Resumen colapsado: una línea con elipsis (oculto al abrir) */
.pq-cat__summary {
  display: block;
  font-size: 13px; color: rgba(255,255,255,0.45);
  margin-top: 4px; line-height: 1.4;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pq-cat--open .pq-cat__summary { display: none; }
.pq-cat__chevron {
  color: rgba(255,255,255,0.5);
  display: inline-flex; flex-shrink: 0;
  transition: transform 200ms;
}
.pq-cat--open .pq-cat__chevron { transform: rotate(180deg); }
.pq-cat__panel { padding: 0 18px 18px 44px; }
.pq-cat__text {
  font-size: 14px; color: rgba(255,255,255,0.7);
  line-height: 1.6; margin: 0 0 14px;
}
.pq-cat__findings { display: flex; flex-direction: column; gap: 8px; }
.pq-cat__finding {
  font-size: 13px; color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 10px 14px;
  border-radius: 8px;
  display: flex; align-items: center; gap: 8px;
}
.pq-cat__finding-mark { color: #f59e0b; }

/* ============================ GALERÍA ============================ */
.pq-gal__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.pq-gal__title { margin: 0; }
.pq-gal__count { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500; }
.pq-gal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.pq-gal__item { height: 100px; border-radius: 10px; }

/* ============================ VERIFICACIÓN ============================ */
.pq-verif {
  padding: 24px;
  background: linear-gradient(180deg, rgba(232,196,96,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(232,196,96,0.22);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.pq-verif__strip {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232,196,96,0.42), transparent);
}
.pq-verif__cols {
  display: flex; flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.pq-verif__main { flex: 1; width: 100%; }
.pq-verif__list { display: flex; flex-direction: column; gap: 0; margin: 0; }
.pq-verif__row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pq-verif__row:last-child { border-bottom: none; }
.pq-verif__row dt { font-size: 13px; color: rgba(255,255,255,0.5); }
.pq-verif__row dd {
  margin: 0; font-size: 13px; font-weight: 600; color: #fff; text-align: right;
}
.pq-verif__actions {
  display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap;
}
.pq-verif__action {
  padding: 10px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff; font-weight: 600; font-size: 13px;
  border-radius: 10px;
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; font-family: inherit;
}
.pq-verif__action:hover { background: rgba(255,255,255,0.07); }

/* QR — patrón negro sobre cápsula blanca */
.pq-qr {
  flex-shrink: 0; text-align: center;
  align-self: center;
}
.pq-qr__frame {
  position: relative;
  display: inline-block;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.pq-qr__code { position: relative; display: inline-block; }
.pq-qr__svg { display: block; width: 132px; height: 132px; }
.pq-qr__seal {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff; padding: 4px; border-radius: 6px;
  display: inline-flex;
}
.pq-qr__seal img { display: block; }
.pq-qr__url {
  font-size: 10px; color: #0f1720; font-weight: 600;
  margin-top: 6px; letter-spacing: 0.04em;
}

/* ============================ CTA FINAL ============================ */
.pq-cta {
  background: linear-gradient(135deg, #0a0d14 0%, #1a1408 100%);
  border-radius: 22px;
  padding: 34px 26px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232,196,96,0.22);
  box-shadow: inset 0 1px 0 rgba(232,196,96,0.12);
}
.pq-cta__seal {
  position: absolute;
  top: 50%; right: -30%;
  transform: translateY(-50%);
  opacity: 0.10;
  pointer-events: none;
  display: inline-flex;
}
.pq-cta__seal img { display: block; width: 360px; height: 360px; }
.pq-cta__glow {
  position: absolute; bottom: -120px; left: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(34,211,238,0.20), transparent 60%);
  pointer-events: none;
}
.pq-cta__body { position: relative; max-width: 560px; }
.pq-cta__pill { margin-bottom: 0; letter-spacing: 0.06em; }
.pq-cta__title {
  margin: 18px 0 0; color: #fff;
  font-size: 28px; font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.05;
}
.pq-cta .accent { letter-spacing: -0.025em; }
.pq-cta__lead {
  color: rgba(255,255,255,0.65);
  font-size: 14px; margin-top: 16px; line-height: 1.55;
}
.pq-cta__ctas { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }

/* ============================ FOOTER (propio, dark) ============================ */
.pq-footer {
  background: #06080c; color: #fff;
  padding: 32px 16px 24px;
  border-top: 1px solid rgba(232,196,96,0.18);
}
.pq-footer__top {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: space-between;
  gap: 20px;
}
.pq-footer__brand {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
}
.pq-footer__brand:hover { text-decoration: none; }
.pq-footer__brand img { width: 52px; height: 52px; }
.pq-footer__brand-text {
  display: flex; flex-direction: column; line-height: 1.1;
  padding-left: 12px; border-left: 1px solid rgba(255,255,255,0.14);
}
.pq-footer__brand-1 {
  font-size: 11px; font-weight: 600; color: var(--brand);
  letter-spacing: 0.18em; text-transform: uppercase;
}
.pq-footer__brand-2 {
  font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.5);
  margin-top: 4px; letter-spacing: 0.02em;
}
.pq-footer__links { display: flex; gap: 8px; flex-wrap: wrap; }
.pq-footer__bottom {
  max-width: 760px; margin: 24px auto 0;
  padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12px; color: rgba(255,255,255,0.4);
  display: flex; flex-direction: column;
  justify-content: space-between; align-items: center;
  gap: 8px;
}

/* ============================================================================
   DESKTOP (≥ 861px) — rama desktop del JSX (mobile=false)
   ========================================================================== */
@media (min-width: 861px) {

  /* Hero */
  .pq-hero { padding: 88px 0 72px; }
  .pq-hero__inner { padding: 0 32px; }
  .pq-hero__rings { top: -320px; width: 1000px; height: 1000px; }
  .pq-hero__seal { margin-bottom: 28px; }
  .pq-hero__seal img { width: 132px; height: 132px; }
  .pq-hero__kicker { font-size: 14px; }
  .pq-hero__title { font-size: 56px; }
  .pq-hero__version { font-size: 19px; margin-bottom: 28px; }
  .pq-hero__data { gap: 12px; margin-bottom: 36px; }
  .pq-chip { font-size: 13px; }
  .pq-verdict { padding: 32px 56px; border-radius: 24px; }
  .pq-verdict__badge { padding: 16px 32px; }
  .pq-verdict__dot { width: 14px; height: 14px; }
  .pq-verdict__label { font-size: 24px; }
  .pq-verdict__meta { margin-top: 22px; font-size: 13px; }

  /* Secciones (pad desktop del JSX) */
  .pq-section--28 { padding: 48px 0; }
  .pq-section--32 { padding: 56px 0; }
  .pq-section--72 { padding: 72px 0; }

  /* Cabeceras de sección */
  .pq-head__title { font-size: 32px; }
  .pq-head__title--sm { font-size: 24px; }

  /* Total a negociar */
  .pq-total {
    padding: 36px;
    flex-direction: row; align-items: center;
    gap: 32px;
  }
  .pq-total__icon { width: 64px; height: 64px; }
  .pq-total__amount { font-size: 60px; }
  .pq-total__note { font-size: 14px; }

  /* Resumen */
  .pq-resumen { padding: 40px; }
  .pq-resumen__text { font-size: 19px; }

  /* Hallazgos: dos columnas (texto + costo a la derecha) */
  .pq-hallazgo {
    padding: 24px;
    flex-direction: row; align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .pq-hallazgo__title { font-size: 18px; }
  .pq-hallazgo__detail { font-size: 14px; }
  .pq-hallazgo__cost {
    text-align: right;
    border-left: 1px solid rgba(255,255,255,0.08);
    padding-left: 24px;
    min-width: 150px;
  }

  /* Mediciones: 4 columnas */
  .pq-mediciones { grid-template-columns: repeat(4, 1fr); }
  .pq-med { padding: 20px; }
  .pq-med__value { font-size: 24px; }

  /* Categorías */
  .pq-cats__title { font-size: 32px; }
  .pq-cat__btn { padding: 20px 24px; }
  .pq-cat__name { font-size: 16px; }
  .pq-cat__panel { padding: 0 24px 22px 58px; }
  .pq-cat__text { font-size: 15px; }

  /* Galería: 4 columnas */
  .pq-gal { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .pq-gal__item { height: 140px; }

  /* Verificación: dos columnas (datos + QR) */
  .pq-verif { padding: 36px; }
  .pq-verif__cols { flex-direction: row; gap: 36px; }
  .pq-qr { align-self: flex-start; }
  .pq-qr__svg { width: 156px; height: 156px; }

  /* CTA final */
  .pq-cta { border-radius: 32px; padding: 80px 56px; }
  .pq-cta__seal { right: -12%; }
  .pq-cta__seal img { width: 480px; height: 480px; }
  .pq-cta__title { font-size: 42px; }
  .pq-cta__lead { font-size: 17px; }

  /* Footer */
  .pq-footer { padding: 56px 32px 32px; }
  .pq-footer__top { flex-direction: row; align-items: center; }
  .pq-footer__bottom { flex-direction: row; }
}
