/* HUB paiement */
/* ────────────────────────────────────────────────────────────────────────────── */

.cm-paymentHero--hub{
  padding:14px 16px;
}

.cm-paymentHero--hub .cm-paymentHeroTitle{
  font-size:16px;
  font-weight:800;
  line-height:1.15;
}

.cm-paymentHero--hub .cm-paymentHeroSub{
  margin-top:4px;
  font-size:11px;
  line-height:1.45;
}

.cm-paymentHubWrap{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cm-paymentHubSummaryGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.cm-paymentHubSummaryCard{
  border:1px solid var(--cm-border);
  border-radius:16px;
  background:#fff;
  padding:12px;
  box-shadow:var(--cm-shadow-soft);
}

.cm-paymentHubSummaryCard span{
  display:block;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--cm-text-soft);
  margin-bottom:5px;
}

.cm-paymentHubSummaryCard strong{
  display:block;
  font-size:15px;
  line-height:1.1;
  font-weight:800;
  color:var(--cm-text);
  margin-bottom:5px;
}

.cm-paymentHubSummaryCard small{
  display:block;
  font-size:10px;
  line-height:1.4;
  color:var(--cm-text-soft);
}

.cm-paymentHubCardGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.cm-paymentHubCard{
  appearance:none;
  border:1px solid var(--cm-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--cm-shadow-soft);
  padding:14px;
  text-align:left;
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}

.cm-paymentHubCard:hover{
  transform:translateY(-2px);
  border-color:#c9d8f1;
}

.cm-paymentHubCard.is-active{
  border-color:#1d4ed8;
  box-shadow:0 10px 30px rgba(29,78,216,.08);
  background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
}

.cm-paymentHubCardTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.cm-paymentHubIcon{
  font-size:16px;
  line-height:1;
}

.cm-paymentHubBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 9px;
  border-radius:999px;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cm-paymentHubCardTitle{
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  color:var(--cm-text);
  margin-bottom:6px;
}

.cm-paymentHubCardText{
  font-size:11px;
  line-height:1.5;
  color:var(--cm-text-soft);
  margin-bottom:8px;
}

.cm-paymentHubCardMeta{
  font-size:10px;
  line-height:1.4;
  color:var(--cm-text-soft);
}

.cm-paymentHubDetail{
  border:1px solid var(--cm-border);
  border-radius:18px;
  background:#fff;
  padding:14px;
  box-shadow:var(--cm-shadow-soft);
}

.cm-paymentHubPanel{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cm-paymentHubPanelHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.cm-paymentHubPanelTitle{
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  color:var(--cm-text);
}

.cm-paymentHubPanelSub{
  margin-top:4px;
  font-size:10px;
  line-height:1.4;
  color:var(--cm-text-soft);
}

.cm-paymentHubPanelText{
  font-size:11px;
  line-height:1.5;
  color:var(--cm-text-soft);
}

.cm-paymentHubInfoGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.cm-paymentHubInfoCard{
  border:1px solid var(--cm-border);
  border-radius:14px;
  background:#f8fbff;
  padding:12px;
}

.cm-paymentHubInfoCard span{
  display:block;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--cm-text-soft);
  margin-bottom:5px;
}

.cm-paymentHubInfoCard strong{
  display:block;
  font-size:15px;
  line-height:1.1;
  font-weight:800;
  color:var(--cm-text);
  margin-bottom:5px;
}

.cm-paymentHubInfoCard small{
  display:block;
  font-size:10px;
  line-height:1.4;
  color:var(--cm-text-soft);
}

.cm-paymentHubNotice{
  border:1px dashed #cbd5e1;
  border-radius:14px;
  background:#f8fbff;
  padding:12px;
  font-size:11px;
  line-height:1.5;
  color:var(--cm-text-soft);
}

/* ────────────────────────────────────────────────────────────────────────────── */
/* Header de section du hub */
/* ────────────────────────────────────────────────────────────────────────────── */

.cm-paymentHubSectionHead{
  margin-bottom:12px;
}

.cm-paymentHubSectionTitle{
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  color:var(--cm-text);
}

.cm-paymentHubSectionSub{
  margin-top:4px;
  font-size:11px;
  line-height:1.45;
  color:var(--cm-text-soft);
}

/* ────────────────────────────────────────────────────────────────────────────── */
