/* ============================================================
   CM5AM Pagos — modales, carrito, toasts, tarjetas de banco
   Paleta oficial: fondo #0D0D0D · dorado #C9A84C · hover #D4AF85
   error #E63946 · éxito #06D6A0 · Playfair Display + DM Sans
   ============================================================ */
:root {
  --pg-bg: #0D0D0D;
  --pg-card: #141414;
  --pg-borde: #2A2A2A;
  --pg-oro: #C9A84C;
  --pg-oro-hover: #D4AF85;
  --pg-blanco: #FFFFFF;
  --pg-error: #E63946;
  --pg-exito: #06D6A0;
}

body.cm5am-pg-noscroll { overflow: hidden; }

/* ---------- overlay + modal (fade + slide) ---------- */
.cm5am-pg-overlay {
  position: fixed; inset: 0; z-index: 999990;
  background: rgba(6, 6, 8, .78);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 18px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.cm5am-pg-overlay.visible { opacity: 1; pointer-events: auto; }
.cm5am-pg-modal {
  position: relative;
  width: 100%; max-width: 560px; max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: linear-gradient(165deg, #17171a, #0f0f11);
  border: 1px solid rgba(201, 168, 76, .45);
  border-top: 2px solid var(--pg-oro);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .65), 0 0 0 1px rgba(201, 168, 76, .08);
  transform: translateY(26px) scale(.97);
  transition: transform .32s cubic-bezier(.22, .8, .3, 1);
  color: #F5F5F0;
  font-family: 'DM Sans', system-ui, sans-serif;
}
.cm5am-pg-overlay.visible .cm5am-pg-modal { transform: translateY(0) scale(1); }
.cm5am-pg-modal-body { padding: 26px 26px 24px; }
.cm5am-pg-cerrar {
  position: absolute; top: 10px; right: 12px; z-index: 2;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--pg-borde);
  background: rgba(20, 20, 20, .8); color: #cfc6a5;
  font-size: 20px; line-height: 1; cursor: pointer;
  transition: all .3s ease;
}
.cm5am-pg-cerrar:hover { border-color: var(--pg-oro); color: var(--pg-oro-hover); transform: rotate(90deg); }

/* ---------- tipografía interna ---------- */
.cm5am-pg-eyebrow {
  display: inline-block;
  font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--pg-oro); margin-bottom: 6px;
}
.cm5am-pg-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 1.55rem; line-height: 1.15;
  color: var(--pg-blanco); margin: 0 0 12px;
}
.cm5am-pg-sub { font-size: .95rem; color: var(--pg-oro); margin: 16px 0 8px; font-weight: 600; }
.cm5am-pg-desc, .cm5am-pg-para { color: #cfc6a5; font-size: .95rem; line-height: 1.55; margin: 10px 0; }
.cm5am-pg-dif {
  margin: 14px 0 4px; padding: 12px 14px;
  border-left: 2px solid var(--pg-oro);
  background: rgba(201, 168, 76, .07);
  border-radius: 0 10px 10px 0;
  color: #e8dcae; font-size: .9rem; line-height: 1.5;
}
.cm5am-pg-fine { font-size: .78rem; color: #8A8A8A; text-align: center; margin: 12px 0 0; }
.cm5am-pg-fine a { color: var(--pg-oro); }

/* ---------- badges + features ---------- */
.cm5am-pg-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 4px; }
.cm5am-pg-badge {
  font-size: .78rem; padding: 5px 11px; border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, .35);
  background: rgba(201, 168, 76, .08); color: #e8dcae;
}
.cm5am-pg-feats, .cm5am-pg-lista { list-style: none; margin: 10px 0; padding: 0; }
.cm5am-pg-feats li, .cm5am-pg-lista li {
  position: relative; padding-left: 24px; margin: 7px 0;
  color: #d9d2b8; font-size: .92rem; line-height: 1.45;
}
.cm5am-pg-feats li::before { content: '✓'; position: absolute; left: 0; color: var(--pg-exito); font-weight: 700; }
.cm5am-pg-chk { color: var(--pg-exito); font-weight: 700; margin-right: 4px; position: absolute; left: 0; }

/* ---------- imagen del banco en el modal ---------- */
.cm5am-pg-banco-img {
  position: relative; height: 190px; margin: -26px -26px 18px;
  border-radius: 16px 16px 0 0;
  background-size: cover; background-position: center;
}
.cm5am-pg-banco-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0) 30%, rgba(15,15,17,.96) 100%);
  border-radius: 16px 16px 0 0;
}
.cm5am-pg-urgencia {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: .75rem; font-weight: 700; letter-spacing: .04em;
  color: #0D0D0D; background: linear-gradient(135deg, #E8C96A, var(--pg-oro));
  padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(201, 168, 76, .4);
}

/* ---------- precio ---------- */
.cm5am-pg-precio { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin: 14px 0 4px; }
.cm5am-pg-precio-n {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem; font-weight: 800; color: var(--pg-oro);
}
.cm5am-pg-precio-reg { color: #8A8A8A; font-size: 1.05rem; }
.cm5am-pg-precio-uni { color: #9a9276; font-size: .82rem; }
.cm5am-pg-precio-dcto {
  font-size: .75rem; font-weight: 700; color: #05131c;
  background: var(--pg-exito); padding: 4px 10px; border-radius: 999px;
}
.cm5am-pg-precio-pend {
  font-size: .95rem; color: #e8dcae; font-style: italic;
  border: 1px dashed rgba(201, 168, 76, .5); border-radius: 10px; padding: 8px 14px;
}

/* ---------- botones CTA (dorado, hover claro, click scale, spinner) ---------- */
.cm5am-pg-acciones { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; align-items: center; }
.cm5am-pg-btn {
  appearance: none; -webkit-appearance: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 11px; cursor: pointer;
  text-decoration: none; border: 1px solid transparent;
  transition: all .3s ease;
}
.cm5am-pg-btn:active { transform: scale(.97); }
.cm5am-pg-btn-oro {
  background: linear-gradient(135deg, var(--pg-oro), #b3913c);
  color: #0D0D0D;
  box-shadow: 0 8px 26px rgba(201, 168, 76, .3);
}
.cm5am-pg-btn-oro:hover { background: linear-gradient(135deg, var(--pg-oro-hover), var(--pg-oro)); box-shadow: 0 10px 32px rgba(212, 175, 133, .45); transform: translateY(-1px); }
.cm5am-pg-btn-linea { background: transparent; color: var(--pg-oro); border-color: rgba(201, 168, 76, .55); }
.cm5am-pg-btn-linea:hover { border-color: var(--pg-oro-hover); color: var(--pg-oro-hover); background: rgba(201, 168, 76, .08); }
.cm5am-pg-btn-verde { background: var(--pg-exito); color: #05131c; }
.cm5am-pg-btn-verde:hover { filter: brightness(1.08); }
.cm5am-pg-btn-full { width: 100%; }
.cm5am-pg-btn[disabled] { opacity: .75; cursor: wait; transform: none; }
.cm5am-pg-spinner {
  width: 15px; height: 15px; border-radius: 50%;
  border: 2px solid rgba(13, 13, 13, .25); border-top-color: #0D0D0D;
  display: inline-block; animation: cm5amPgSpin .7s linear infinite;
}
@keyframes cm5amPgSpin { to { transform: rotate(360deg); } }
.cm5am-pg-ya { color: var(--pg-exito); font-weight: 600; font-size: .92rem; }

/* ---------- carrito ---------- */
.cm5am-pg-cart-row {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 2px; border-bottom: 1px solid rgba(201, 168, 76, .14);
}
.cm5am-pg-cart-nom { flex: 1; font-size: .95rem; color: #F5F5F0; }
.cm5am-pg-cart-precio { color: var(--pg-oro); font-weight: 600; }
.cm5am-pg-cart-precio i { color: #8A8A8A; font-size: .82rem; }
.cm5am-pg-cart-x {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--pg-borde); background: transparent; color: #8A8A8A;
  cursor: pointer; font-size: .8rem; transition: all .3s ease;
}
.cm5am-pg-cart-x:hover { border-color: var(--pg-error); color: var(--pg-error); }
.cm5am-pg-cart-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 14px; font-size: 1.05rem; color: #F5F5F0;
}
.cm5am-pg-cart-total b { font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; color: var(--pg-oro); }
.cm5am-pg-nota-dcto { font-size: .8rem; color: var(--pg-exito); margin: 4px 0 0; }

/* chip flotante del carrito */
.cm5am-pg-cart-chip {
  position: fixed; left: 50%; bottom: 18px; z-index: 999980;
  transform: translate(-50%, 90px);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: .86rem; letter-spacing: .03em;
  color: #0D0D0D; background: linear-gradient(135deg, #E8C96A, var(--pg-oro));
  border: none; border-radius: 999px; padding: 13px 24px; cursor: pointer;
  box-shadow: 0 14px 40px rgba(201, 168, 76, .45);
  transition: transform .4s cubic-bezier(.22, .8, .3, 1), box-shadow .3s ease;
}
.cm5am-pg-cart-chip.visible { transform: translate(-50%, 0); }
.cm5am-pg-cart-chip:hover { box-shadow: 0 18px 48px rgba(212, 175, 133, .55); }

/* ---------- pendiente de configurar (placeholders sin romper flujo) ---------- */
.cm5am-pg-pendiente {
  margin-top: 14px; padding: 16px;
  border: 1px dashed rgba(201, 168, 76, .5); border-radius: 12px;
  background: rgba(201, 168, 76, .06); font-size: .9rem; color: #e8dcae;
}
.cm5am-pg-pendiente .cm5am-pg-btn { margin-top: 10px; }
.cm5am-pg-yape { margin: 10px 0; }
.cm5am-pg-yape-dato { font-size: 1rem; color: #F5F5F0; margin: 4px 0; }

/* ---------- registro exprés ---------- */
.cm5am-pg-reg label { display: block; margin: 12px 0; font-size: .82rem; color: #cfc6a5; }
.cm5am-pg-reg input {
  width: 100%; margin-top: 6px; box-sizing: border-box;
  background: #15151f; border: 1px solid rgba(201, 168, 76, .35);
  border-radius: 10px; color: #F5F5F0; padding: 12px 14px; font-size: .95rem;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.cm5am-pg-reg input:focus { outline: none; border-color: var(--pg-oro); box-shadow: 0 0 0 3px rgba(201, 168, 76, .18); }
.cm5am-pg-reg button { margin-top: 8px; }

/* ---------- toasts ---------- */
.cm5am-pg-toast {
  position: fixed; right: 20px; bottom: 24px; z-index: 999999;
  display: flex; align-items: center; gap: 10px;
  max-width: 340px;
  background: #10141a; color: #F5F5F0;
  border: 1px solid var(--pg-exito);
  border-left: 4px solid var(--pg-exito);
  border-radius: 12px; padding: 14px 18px;
  font-family: 'DM Sans', system-ui, sans-serif; font-size: .9rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
  opacity: 0; transform: translateY(16px);
  transition: opacity .35s ease, transform .35s ease;
}
.cm5am-pg-toast.visible { opacity: 1; transform: translateY(0); }
.cm5am-pg-toast-ico {
  width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pg-exito); color: #05131c; font-weight: 800; font-size: .8rem;
}
.cm5am-pg-toast.es-error { border-color: var(--pg-error); border-left-color: var(--pg-error); }
.cm5am-pg-toast.es-error .cm5am-pg-toast-ico { background: var(--pg-error); color: #fff; }

/* ---------- tag "ya lo tienes" sobre tarjetas de la landing ---------- */
.cm5am-pg-tag-activo {
  position: absolute; top: 14px; right: 14px;
  font-size: .72rem; font-weight: 700; letter-spacing: .05em;
  color: #05131c; background: var(--pg-exito);
  padding: 5px 11px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(6, 214, 160, .35);
}

/* ============================================================
   SECCIÓN "BANCOS DE PREGUNTAS" DE LA LANDING (4 tarjetas)
   Orden oficial: EsSalud → ENAM → Residentado → MIR España
   ============================================================ */
.cm5am-bancos-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 34px;
}
@media (max-width: 1100px) { .cm5am-bancos-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .cm5am-bancos-grid { grid-template-columns: 1fr; } }

.cm5am-banco-card {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(170deg, #161616, #101010);
  border: 1px solid #262626; border-radius: 16px; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cm5am-banco-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--pg-oro), transparent);
  opacity: 0; transition: opacity .3s ease;
}
.cm5am-banco-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, .55);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .5), 0 0 0 1px rgba(201, 168, 76, .12);
}
.cm5am-banco-card:hover::before { opacity: 1; }

.cm5am-banco-card-img { position: relative; height: 150px; background-size: cover; background-position: center; }
.cm5am-banco-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,.05) 20%, rgba(16,16,16,.97) 100%);
}
.cm5am-banco-card-urg {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-size: .68rem; font-weight: 700; letter-spacing: .04em;
  color: #0D0D0D; background: linear-gradient(135deg, #E8C96A, var(--pg-oro));
  padding: 4px 10px; border-radius: 999px;
}
.cm5am-banco-card-body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; }
.cm5am-banco-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.18rem; color: var(--color-white, #F5F5F0); margin: 0 0 6px;
}
.cm5am-banco-card-meta { font-size: .78rem; color: #9a9276; margin-bottom: 8px; }
.cm5am-banco-card-meta b { color: var(--pg-oro); }
.cm5am-banco-card p.cm5am-banco-card-desc { font-size: .84rem; color: #8A8A8A; line-height: 1.5; margin: 0 0 12px; flex: 1; }
.cm5am-banco-card-precio { font-size: .92rem; color: #cfc6a5; margin-bottom: 12px; }
.cm5am-banco-card-precio b { font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; color: var(--pg-oro); }
.cm5am-banco-card-precio s { color: #6a6a6a; margin-right: 6px; }
.cm5am-banco-card-precio .pend { font-style: italic; color: #9a9276; font-size: .84rem; }
.cm5am-banco-card .cm5am-pg-btn { width: 100%; }

/* ============================================================
   PANTALLA "DESBLOQUEAR" + candados del configurador (/banco/)
   El body de /banco/ es oscuro con tarjetas claras: los candados
   viven dentro de la tarjeta blanca del panel de filtros.
   ============================================================ */
.cm5am-cfg-lock-item {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 8px; border-radius: 8px; cursor: pointer;
  color: #9b8f6a; font-size: .9rem;
  border: 1px dashed rgba(180, 150, 60, .45);
  background: rgba(201, 168, 76, .05);
  transition: all .3s ease; margin: 4px 0;
}
.cm5am-cfg-lock-item:hover { border-color: #C9A84C; background: rgba(201, 168, 76, .12); }
.cm5am-cfg-lock-item .lock { font-size: .95rem; }
.cm5am-cfg-lock-item .cta {
  margin-left: auto; font-size: .68rem; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; color: #7a5900;
  border: 1px solid rgba(122, 89, 0, .4); padding: 3px 8px; border-radius: 999px;
  white-space: nowrap;
}

.cm5am-banco-bloqueado {
  max-width: 1180px; margin: 0 auto; padding: 30px 14px 60px;
  font-family: 'DM Sans', system-ui, sans-serif;
  position: relative; z-index: 1;
}
.cm5am-banco-bloqueado .cm5am-bb-head { text-align: center; margin-bottom: 8px; }
.cm5am-banco-bloqueado .cm5am-bb-head h1 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #f7e9b8; font-size: 2rem; margin: 0 0 10px;
  text-shadow: 0 2px 18px rgba(4, 6, 10, .8);
}
.cm5am-banco-bloqueado .cm5am-bb-head p { color: #d9d2b8; max-width: 640px; margin: 0 auto 8px; line-height: 1.6; }
.cm5am-banco-bloqueado .cm5am-bancos-grid { margin-top: 26px; }
.cm5am-bb-vip {
  margin: 30px auto 0; max-width: 720px; text-align: center;
  border: 1px solid rgba(201, 168, 76, .4); border-radius: 14px;
  background: rgba(13, 13, 13, .8); padding: 20px 22px; color: #e8dcae;
}
.cm5am-bb-vip a { color: var(--pg-oro); font-weight: 700; }

/* ============================================================
   CROSS-SELL en dashboard (Flujo C)
   ============================================================ */
.cm5am-xsell { margin-top: 28px; }
.cm5am-xsell h3 { font-family: 'Playfair Display', Georgia, serif; margin: 0 0 4px; }
.cm5am-xsell-sub { font-size: .85rem; color: #8a7f5c; margin: 0 0 14px; }
.cm5am-xsell-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 980px) { .cm5am-xsell-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cm5am-xsell-grid { grid-template-columns: 1fr; } }
.cm5am-xsell-item {
  position: relative; border-radius: 12px; padding: 14px;
  border: 1px solid rgba(180, 150, 60, .35);
  background: #fffdf7;
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cm5am-xsell-item:hover { transform: translateY(-3px); border-color: #C9A84C; box-shadow: 0 12px 30px rgba(122, 89, 0, .16); }
.cm5am-xsell-item b { font-size: .95rem; color: #2a2416; }
.cm5am-xsell-item small { color: #8a7f5c; }
.cm5am-xsell-item .estado-ok { color: #0a7d33; font-weight: 700; font-size: .85rem; }
.cm5am-xsell-item .precio { color: #7a5900; font-weight: 700; }
.cm5am-xsell-item .cm5am-pg-btn { padding: 9px 14px; font-size: .74rem; }

/* ============================================================
   CURSOR DORADO PROFESIONAL en la landing (reemplaza el
   dot/anillo JS de cm5am-custom que quedaba flotando).
   ============================================================ */
#cm5am-cursor-dot, #cm5am-cursor-ring { display: none !important; }
@media (hover: hover) and (pointer: fine) {
  body.cm5am-landing, body.cm5am-landing *, body.cm5am-landing *::before, body.cm5am-landing *::after {
    cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23f7e9b8'/%3E%3Cstop offset='.55' stop-color='%23C9A844'/%3E%3Cstop offset='1' stop-color='%238a6d1f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M4 2 L4 20 L9 15.5 L12.5 23 L15.5 21.5 L12 14 L19 14 Z' fill='url(%23g)' stroke='%23241c07' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 2, auto !important;
  }
  body.cm5am-landing a, body.cm5am-landing button, body.cm5am-landing [role="button"],
  body.cm5am-landing label, body.cm5am-landing select, body.cm5am-landing summary,
  body.cm5am-landing a *, body.cm5am-landing button * {
    cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fff6d8'/%3E%3Cstop offset='.5' stop-color='%23e8cc72'/%3E%3Cstop offset='1' stop-color='%23a3822a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='14' cy='14' r='10' fill='none' stroke='%23C9A844' stroke-opacity='.55' stroke-width='1.4'/%3E%3Cpath d='M8 5 L8 21 L12.4 17 L15.4 23.5 L18 22.3 L15 15.8 L21 15.8 Z' fill='url(%23g)' stroke='%23241c07' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E") 8 5, pointer !important;
  }
  body.cm5am-landing input[type="text"], body.cm5am-landing input[type="email"],
  body.cm5am-landing input[type="password"], body.cm5am-landing textarea {
    cursor: text !important;
  }
}

/* Iconos SVG inline profesionales (sin emojis) */
.cm5am-pg-ico {
  width: 15px; height: 15px; flex: 0 0 auto;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -2px;
}
.cm5am-pg-badge .cm5am-pg-ico { width: 13px; height: 13px; margin-right: 4px; }
.cm5am-banco-card-urg .cm5am-pg-ico, .cm5am-pg-urgencia .cm5am-pg-ico { width: 12px; height: 12px; margin-right: 3px; }
.cm5am-pg-toast-ico .cm5am-pg-ico { width: 12px; height: 12px; stroke: #05131c; stroke-width: 3; }
.cm5am-pg-toast.es-error .cm5am-pg-toast-ico .cm5am-pg-ico { stroke: #fff; }
.cm5am-pg-cart-x .cm5am-pg-ico { width: 11px; height: 11px; }
.cm5am-pg-cart-chip .cm5am-pg-ico { width: 15px; height: 15px; margin-right: 2px; }
.cm5am-pg-ya .cm5am-pg-ico { stroke: var(--pg-exito); }
.cm5am-pg-chk .cm5am-pg-ico { stroke: var(--pg-exito); width: 14px; height: 14px; }
.cm5am-pg-total-mes { font-size: .85rem; color: #9a9276; font-family: 'DM Sans', system-ui, sans-serif; font-weight: 400; margin-left: 2px; }
.cm5am-pg-hero-b { font-weight: 700; }
.cm5am-hero-countdown .cm5am-pg-ico { width: 13px; height: 13px; margin-right: 4px; }
.cm5am-xsell-item .estado-ok .cm5am-pg-ico { width: 13px; height: 13px; stroke: #0a7d33; }
.cm5am-cfg-lock-item .cm5am-pg-ico { width: 14px; height: 14px; stroke: #8a6d1f; }

/* ============================================================
   Piezas de la LANDING (audiencia 4 cards, countdown, nota)
   ============================================================ */
.cm5am-cards-4 { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 22px; }
@media (max-width: 1100px) { .cm5am-cards-4 { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 640px)  { .cm5am-cards-4 { grid-template-columns: 1fr !important; } }

.cm5am-hero-countdown {
  display: inline-flex; margin-left: 10px;
  border-color: rgba(201, 168, 76, .6) !important;
  color: var(--pg-oro-hover) !important;
  animation: cm5amPgPulse 2.6s ease-in-out infinite;
}
.cm5am-hero-countdown:empty { display: none; }
@keyframes cm5amPgPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, .0); }
  50% { box-shadow: 0 0 22px 0 rgba(201, 168, 76, .35); }
}

.cm5am-bancos-nota {
  text-align: center; margin-top: 26px;
  color: #cfc6a5; font-size: .92rem;
}
.cm5am-bancos-nota b { color: var(--pg-oro); }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .cm5am-pg-overlay, .cm5am-pg-modal, .cm5am-pg-toast, .cm5am-pg-cart-chip,
  .cm5am-banco-card, .cm5am-xsell-item, .cm5am-pg-btn { transition: none; }
  .cm5am-pg-spinner { animation-duration: 1.4s; }
}
