/* Design system: bento-metrics-dashboard — multi-industry CMS skin */
:root {
  --primary: #0F766E;
  --accent: #14B8A6;
  --dark: #134E4A;
  --surface: #F0FDFA;
  --soft: #CCFBF1;
  --border: #99F6E4;
  --text: #134E4A;
  --muted: #0D9488;
  --radius: 10px;
  --page-bg: #F0FDFA;
  --card-face: #F8FEFC;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.zb653ebody {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#F0FDFA; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.zb653econtainer.container { max-width:1140px; }

/* nav */
.zb653enavbar {
  background:rgba(19,78,74,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.zb653enavbar-brand {
  color:#fff !important; font-weight:800; font-size:clamp(1.05rem,2.6vw,1.35rem); letter-spacing:0.02em;
  max-width:min(58vw,320px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  line-height:1.2; padding:0.15rem 0;
}
.zb653enavbar-brand:hover { color:#14B8A6 !important; }
.zb653efooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.zb653efooter-brand:hover { color:#14B8A6; }
.zb653enavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.zb653enavbar .navbar-toggler-icon { filter:invert(1); }
.zb653enav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.zb653enav-link:hover, .zb653enav-item.zb653ethis .zb653enav-link {
  color:#fff !important; background:rgba(255,255,255,0.12);
}
.navbar-collapse {
  background:rgba(0,0,0,0.18); border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius); padding:0.75rem; margin-top:0.5rem;
}
@media (min-width:992px) {
  .navbar-collapse { background:transparent; border:0; padding:0; margin-top:0; }
}

/* hero base */
.zb653ehero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.zb653ehero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(20,184,166,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(15,118,110,0.22), transparent);
}
.zb653ehero > * { position:relative; z-index:1; }
.zb653eeyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#14B8A6; margin-bottom:0.5rem;
}
.zb653eeyebrow-light { color:#93C5FD; }
.zb653ehero-title {
  font-size:clamp(1.65rem,3.6vw,2.7rem); font-weight:800; line-height:1.18;
  margin:0 0 1rem; word-break:break-word;
}
.zb653ehero-title span { color:#93C5FD; }
.zb653ehero-copy {
  max-width:760px; width:100%;
}
.zb653ehero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.zb653ehero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.zb653ehero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #14B8A6; padding-left:1rem;
}
.zb653ehero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.zb653ehero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.zb653ehero-chips li {
  font-size:0.78rem; font-weight:600; color:#fff; padding:0.35rem 0.7rem;
  border:1px solid rgba(255,255,255,0.22); border-radius:999px; background:rgba(255,255,255,0.08);
}
.zb653emag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.zb653emag-board-label { color:rgba(255,255,255,0.62); }

.zb653ebento-hero { display:grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: auto auto auto; gap:0.85rem; }
.zb653ebento-main { grid-row:1 / span 3; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:10px; padding:1.5rem; min-width:0; overflow:hidden; }
.zb653ebento-tile { background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:10px; padding:1rem; display:flex; flex-direction:column; justify-content:center; gap:0.25rem; min-width:0; overflow:hidden; }
.zb653ebento-tile strong { color:#fff; }
.zb653ebento-tile span { color:rgba(253,230,138,0.95); font-size:0.88rem; }

/* buttons */
.zb653ebtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.zb653ebtn-primary { background:#14B8A6; border-color:#14B8A6; color:#fff; }
.zb653ebtn-primary:hover { background:#0F766E; border-color:#0F766E; color:#fff; }
.zb653ebtn-secondary { background:#fff; color:#134E4A; }
.zb653ebtn-secondary:hover { background:#f1f5f9; color:#134E4A; }
.zb653ebtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.zb653ebtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.zb653ebtn-outline { background:transparent; color:#0F766E; border-color:#0F766E; }
.zb653ebtn-outline:hover { background:#0F766E; color:#fff; }

/* sections */
.zb653esection { padding:3.5rem 0; overflow:hidden; }
.zb653esection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#134E4A; margin-bottom:0.65rem;
}
.zb653emuted { color:var(--muted); max-width:720px; }
.zb653efeatures { background:#CCFBF1; }
.zb653efeat-icon {
  width:48px; height:48px; border-radius:10px; background:#CCFBF1; color:#14B8A6;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.zb653efeat-card h3, .zb653efeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#134E4A; word-break:break-word; }
.zb653efeat-card p, .zb653efeat-tile p { margin:0; font-size:0.94rem; color:#134E4A; }

.zb653efeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653efeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653efeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653efeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.zb653efeat-folio-head .zb653emuted { max-width:28rem; }
.zb653efeat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #F8FEFC 0%, #CCFBF1 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.zb653efeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(19,78,74,0.1);
  border-color: #14B8A6;
}
@media (hover:none) {
  .zb653efeat-folio-card:hover { transform:none; }
}
.zb653efeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.zb653efeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#0F766E; opacity:0.85;
}
.zb653efeat-folio-card h3 {
  font-size:1.08rem; color:#134E4A; margin-bottom:0.45rem;
}
.zb653efeat-folio-card p {
  margin:0; color:#134E4A; font-size:0.92rem; line-height:1.65;
}
.zb653efeat-folio-card .zb653efeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.zb653etimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.zb653etl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#F8FEFC; border:1px solid #99F6E4; border-radius:10px; padding:1.15rem; overflow-x:hidden; }
.zb653etl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#0F766E; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.zb653etl-body { min-width:0; flex:1; }
.zb653etl-body h3 { font-size:1.05rem; color:#134E4A; margin-bottom:0.35rem; }
.zb653etl-body p { margin:0 0 0.65rem; color:#134E4A; }


.zb653efeat-card,.zb653edl-card,.zb653esec-card,.zb653efaq-card,.zb653epanel,.zb653ecert,.zb653efeat-tile,.zb653efeat-edit,
.zb653eknow-step,.zb653eknow-cmp,.zb653eknow-client,.zb653eknow-jcard,.zb653eknow-viz,.zb653etl-item,.zb653ecompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 10px; border: 1px solid #99F6E4;
    overflow: hidden; background: #F8FEFC;
}
.zb653enews-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 10px; padding: 0; height: auto; border: 1px solid #99F6E4; background: #F8FEFC;
}
.zb653edl-grid, .zb653efeat-grid, .zb653esec-grid, .zb653efaq-grid, .zb653efeat-bento, .zb653ecert-grid,
.zb653efeat-edit-grid, .zb653eknow-meters, .zb653eknow-compare, .zb653eknow-clients, .zb653eknow-journey,
.zb653eknow-process, .zb653estats-grid, .zb653ecompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1rem;
}
.zb653edl-card,.zb653efeat-card,.zb653esec-card,.zb653efaq-card,.zb653efeat-tile,.zb653efeat-edit,
.zb653eknow-client,.zb653eknow-cmp,.zb653eknow-jcard,.zb653eknow-step,.zb653ecert,.zb653ecompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.zb653edl-card .btn, .zb653eknow-client .btn { margin-top: auto; width: 100%; }
.zb653epanel { height: auto; width: 100%; }
.zb653ecert { justify-content:center; }
.zb653efeat-card > *, .zb653edl-card > *, .zb653esec-card > *, .zb653efaq-card > *, .zb653efeat-edit > * { max-width: 100%; }
.zb653efeat-card h3, .zb653edl-card h3, .zb653esec-card h3, .zb653efaq-card h3,
.zb653efeat-card p, .zb653edl-card p, .zb653efaq-card p, .zb653esec-card p,
.zb653eknow-step p, .zb653eknow-cmp p, .zb653eknow-jcard p, .zb653eknow-step h3,
.zb653efeat-folio-card h3, .zb653efeat-folio-card p, .zb653ecompare-item h3, .zb653ecompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.zb653ehero-chips { max-width: 100%; }
.zb653ehero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.zb653ebento-main, .zb653ebento-tile, .zb653emag-board, .zb653edash-panel, .zb653eportal-card,
.zb653ecta-box, .zb653eglass-card, .zb653erail-main, .zb653erail-aside, .zb653eterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.zb653efeat-card,.zb653edl-card,.zb653esec-card,.zb653efaq-card,.zb653epanel,.zb653enews-card,.zb653ecert,.zb653efeat-tile,.zb653efeat-edit {
    background: #F8FEFC; border: 1px solid #99F6E4;
    box-shadow: 0 4px 14px rgba(19,78,74,0.05);
}

/* stats */
.zb653estats {
  background:linear-gradient(135deg, #134E4A 0%, #0F766E 100%); color:#fff; padding:3rem 0;
}
.zb653estats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.zb653estats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.zb653estat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.zb653estat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.zb653estat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.zb653estats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.zb653estats-cards .zb653estat, .zb653estats-dashboard .zb653estat {
    background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:10px; padding:1.15rem 0.75rem;
}

/* download */
.zb653edownload { background:#F0FDFA; }
.zb653edl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653edl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.zb653edl-head > div:last-child { min-width:0; }
.zb653edl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#134E4A; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.zb653edl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#134E4A; }
.zb653edl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.zb653edl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #99F6E4; border-radius:0; }
.zb653edl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.zb653edl-list li:last-child { margin-bottom:0; }

/* security */
.zb653esecurity { background:#CCFBF1; }
.zb653esec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.zb653esec-icon {
  width:48px; height:48px; border-radius:10px; background:#0F766E; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.zb653esec-card h3 { text-align:center; font-size:1.02rem; color:#134E4A; margin-bottom:0.7rem; }
.zb653esec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #99F6E4; border-radius:0; }
.zb653esec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.zb653ecert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653ecert { text-align:center; }
.zb653ecert h4 { color:#134E4A; font-size:1rem; margin-bottom:0.3rem; }
.zb653ecert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.zb653efaq { background:#F0FDFA; }
.zb653efaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.zb653efaq-card h3 { font-size:1rem; color:#134E4A; margin-bottom:0.45rem; word-break:break-word; }
.zb653efaq-card p { margin:0; font-size:0.94rem; color:#134E4A; }
.zb653eknowledge-sec { background:#CCFBF1; }
.zb653eknowledge {
  background:#F8FEFC; border:1px solid #99F6E4; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.zb653eknowledge-viz { box-shadow: inset 4px 0 0 #0F766E; }
.zb653eknow-head { margin-bottom:1.15rem; min-width:0; }
.zb653eknow-head .zb653emuted { max-width:720px; }
.zb653eknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.zb653eknow-step {
  min-width:0; background:#CCFBF1; border:1px solid #99F6E4;
  border-radius:10px; padding:0.95rem 0.75rem; text-align:center;
}
.zb653eknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#14B8A6; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.zb653eknow-step i { font-size:1.15rem; color:#0F766E; margin-bottom:0.35rem; display:inline-block; }
.zb653eknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#134E4A; word-break:break-word; }
.zb653eknow-step p { margin:0; font-size:0.8rem; color:#0D9488; word-break:break-word; }
.zb653eknow-arrow { display:none; }
.zb653eknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.zb653emeter { min-width:0; }
.zb653emeter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#134E4A; }
.zb653emeter-top span { min-width:0; overflow-wrap:anywhere; }
.zb653emeter-top strong { color:#0F766E; flex-shrink:0; }
.zb653emeter-track {
  height:8px; border-radius:999px; background:#CCFBF1; overflow:hidden; width:100%;
}
.zb653emeter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #0F766E, #14B8A6);
}
.zb653emeter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#0D9488; }
.zb653emeter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.zb653emeter-track-light .zb653emeter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.zb653ebar-chart {
  display:flex; align-items:flex-end; justify-content:space-between; gap:0.5rem;
  height:140px; padding:0.5rem 0.15rem 0; width:100%; max-width:100%;
}
.zb653ebar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.zb653ebar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #14B8A6, #0F766E); display:flex; align-items:flex-start; justify-content:center;
  padding-top:0.2rem; color:#fff; font-size:0.65rem; font-weight:700; min-height:18px;
}
.zb653ebar-col em { font-style:normal; font-size:0.72rem; color:#0D9488; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.zb653eknow-viz {
  background:#CCFBF1; border:1px solid #99F6E4; border-radius:10px; padding:1.15rem; min-width:0;
}
.zb653eknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#0D9488; }
.zb653eknow-checklist { list-style:none; padding:0; margin:0; }
.zb653eknow-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #99F6E4;
  font-size:0.92rem; color:#134E4A; min-width:0;
}
.zb653eknow-checklist li:last-child { border-bottom:0; }
.zb653eknow-checklist i { color:#14B8A6; margin-top:0.15rem; flex-shrink:0; }
.zb653eknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653eknow-cmp {
  text-align:center; background:#CCFBF1; border:1px solid #99F6E4; border-radius:10px; padding:1.15rem;
}
.zb653eknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(15,118,110,0.12); color:#0F766E; font-size:1.1rem;
}
.zb653eknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#134E4A; }
.zb653eknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#0D9488; }
.zb653eknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(20,184,166,0.15); color:#0F766E;
}
.zb653eknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zb653eknow-client {
  background:#CCFBF1; border:1px solid #99F6E4; border-radius:10px; padding:1.15rem; gap:0.75rem;
}
.zb653eknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.zb653eknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#0F766E; color:#fff; font-size:1rem; flex-shrink:0;
}
.zb653eknow-client-top h3 { margin:0; font-size:0.98rem; color:#134E4A; }
.zb653eknow-client-top p { margin:0; font-size:0.8rem; color:#0D9488; }
.zb653eknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.zb653eradar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #0F766E; box-shadow:0 0 0 8px rgba(15,118,110,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#F8FEFC;
}
.zb653eradar-ring strong { color:#134E4A; font-size:0.98rem; }
.zb653eradar-ring span { color:#14B8A6; font-size:0.78rem; }
.zb653eknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.zb653eknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#CCFBF1;
  border:1px solid #99F6E4; color:#134E4A; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.zb653eknow-radar li i { color:#14B8A6; flex-shrink:0; }
.zb653eknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.zb653eknow-jcard {
  background:#CCFBF1; border:1px solid #99F6E4; border-radius:10px; padding:1.15rem;
}
.zb653eknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#14B8A6; margin-bottom:0.35rem;
}
.zb653eknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#134E4A; }
.zb653eknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#0D9488; }
.zb653ejbar { height:6px; border-radius:999px; background:#CCFBF1; overflow:hidden; }
.zb653ejbar i { display:block; height:100%; background:linear-gradient(90deg,#0F766E,#14B8A6); border-radius:999px; }

/* feature visual extras */
.zb653efeat-edit-viz .zb653efeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.zb653ering {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#0F766E calc(var(--p) * 1%), #CCFBF1 0);
  display:grid; place-items:center; position:relative;
}
.zb653ering::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#F8FEFC;
}
.zb653ering span { position:absolute; font-size:0.68rem; font-weight:700; color:#134E4A; }
.zb653ering-light {
  width:64px; height:64px; margin:0 auto 0.55rem;
  background:conic-gradient(#FBBF24 calc(var(--p) * 1%), rgba(255,255,255,0.12) 0);
}
.zb653ering-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.zb653ering-light span { font-size:0.72rem; color:#fff; }
.zb653efeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.zb653espark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.zb653espark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#14B8A6,#0F766E); font-style:normal;
}
.zb653efeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.zb653echip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(15,118,110,0.1); color:#0F766E; border:1px solid rgba(15,118,110,0.18);
}
.zb653efeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.zb653efeat-tile-top i { font-size:1.15rem; color:#0F766E; }
.zb653efeat-tile-top strong { color:#14B8A6; font-size:0.9rem; }
.zb653efeat-tile .zb653emeter-track { margin-top:0.75rem; }
.zb653estats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:10px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.zb653estats-chart-wrap .zb653ebar-col em { color:rgba(255,255,255,0.75); }
.zb653estats-chart-wrap .zb653ebar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.zb653earticle { background:#F0FDFA; }
.zb653enews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.zb653enews-body { padding:0.85rem; min-width:0; }
.zb653enews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.zb653enews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.zb653enews-card h3 a { color:#134E4A; }
.zb653ethumb-wrap { overflow:hidden; display:block; width:100%; }
.zb653ethumb-home { width:100%; height:110px; object-fit:cover; }

.zb653edl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#0D9488;
}
.zb653ebreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.zb653ebreadcrumb-list {
  list-style:none; margin:0; padding:0.55rem 0.85rem; display:flex; flex-wrap:wrap; gap:0.35rem 0.5rem;
  align-items:center; font-size:0.86rem; background:#F8FEFC; border:1px solid #99F6E4; border-radius:10px;
}
.zb653ebreadcrumb-list li {
  color:#0D9488; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.zb653ebreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#99F6E4; font-weight:400;
}
.zb653ebreadcrumb-list a { color:#0F766E; text-decoration:none; }
.zb653ebreadcrumb-list a:hover { color:#14B8A6; }
.zb653ebreadcrumb-list li[aria-current="page"] { color:#134E4A; font-weight:600; }
.zb653elist-intro {
  margin-top:0.85rem; padding:1rem; background:#F8FEFC; border:1px solid #99F6E4; border-radius:10px;
}
.zb653elist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#134E4A; }
.zb653elist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.zb653elist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#0F766E; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #99F6E4; border-radius:999px; background:rgba(15,118,110,0.06);
}
.zb653elist-intro-links a:hover { border-color:#14B8A6; color:#14B8A6; }

/* sidebar channels */
.zb653eside-channels { overflow:hidden; }
.zb653eside-channel-list { margin:0; padding:0; }
.zb653eside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #99F6E4; list-style:none;
}
.zb653eside-channel-item:last-child { border-bottom:0; }
.zb653eside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#134E4A;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.zb653eside-channel-item a:hover { color:#14B8A6; }
.zb653eside-channel-item.zb653ethis a,
.zb653eside-channel-item.this a {
  color:#0F766E; font-weight:700;
}

/* footer */
.zb653efooter { background:#134E4A; color:#94A3B8; padding:3rem 0 1.4rem; }
.zb653efooter-title { color:#fff; font-size:1rem; font-weight:600; }
.zb653efooter-links { list-style:none; padding:0; margin:0; }
.zb653efooter-links li { margin-bottom:0.4rem; }
.zb653efooter a { color:#94A3B8; text-decoration:none; }
.zb653efooter a:hover { color:#93C5FD; }
.zb653efooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.zb653ebeian { margin-top:0.35rem; }
.zb653ebeian a { color:#64748B; }
.zb653ebeian a:hover { color:#93C5FD; }
.zb653efriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.zb653einner { background:#CCFBF1; min-height:0; }
.zb653elist-item { border-bottom:1px solid #99F6E4; padding-bottom:1rem; margin-bottom:1rem; }
.zb653elist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.zb653earticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.zb653earticle-content img { max-width:100%; height:auto; border-radius:10px; }
.zb653earticle-content table { max-width:100%; display:block; overflow-x:auto; }
.zb653ethumb-list,.zb653ethumb-related { width:100%; height:84px; object-fit:cover; border-radius:10px; }
.zb653eside-thumb { width:72px; flex-shrink:0; display:block; }
.zb653ethumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.zb653ecover-wrap { overflow:hidden; border-radius:10px; }
.zb653ethumb-cover { width:100%; height:200px; object-fit:cover; }
.zb653emeta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #99F6E4; border-radius:20px;
  font-size:0.85rem; color:#0F766E; margin-bottom:0.35rem;
}
.pagebar .pagelist { display:flex; flex-wrap:wrap; gap:0.4rem; list-style:none; padding:0; margin:0; }
.pagebar .pagelist a, .pagebar .pagelist span {
  display:inline-block; padding:0.4rem 0.75rem; border:1px solid #99F6E4; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#14B8A6; color:#14B8A6; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.zb653ebody { overflow-x: hidden; width: 100%; max-width: 100%; }
.row, [class*="col-"] { min-width:0; max-width:100%; }
img, svg, video, iframe { max-width:100%; height:auto; }
.zb653efeat-card,.zb653edl-card,.zb653esec-card,.zb653efaq-card,.zb653epanel,.zb653enews-card,.zb653eknowledge,.zb653ecert,.zb653efeat-tile,.zb653efeat-edit,.zb653emag-board,.zb653edash-panel,.zb653ecta-box,.zb653eglass-card,.zb653eterm-window,.zb653eportal-card,.zb653ebento-main,.zb653ebento-tile,.zb653erail-main,.zb653erail-aside,.zb653ecompare-item,.zb653eside-channels,.zb653eknow-step,.zb653eknow-cmp,.zb653eknow-client,.zb653eknow-jcard,.zb653eknow-viz,.zb653estats-chart-wrap,.zb653elist-intro,.zb653ebreadcrumb-list,.zb653etl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.zb653efeat-folio-card { overflow: visible; }
.zb653emag-stage, .zb653ebento-hero, .zb653erail-wrap, .zb653ecompare-grid, .zb653efeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.zb653edl-card h3,.zb653efeat-card h3,.zb653esec-card h3,.zb653efaq-card h3,.zb653ehero-title,.zb653eknow-step h3,.zb653eknow-jcard h3,.zb653esection-heading,.zb653estats-title,.zb653emag-board-title,.zb653eportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.zb653ehero-buttons .btn, .zb653ebtn { max-width:100%; box-sizing:border-box; }
.zb653emuted { max-width:100%; overflow-wrap:anywhere; }
.zb653enews-card { height:auto !important; }
.zb653elist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.zb653ethumb-list,.zb653ethumb-related,.zb653ethumb-home,.zb653ethumb-cover,.zb653ethumb-side {
  max-width:100%; display:block;
}
.zb653esection > .container, .zb653ehero > .container, .zb653efooter > .container, .zb653enavbar > .container, .zb653ewide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.zb653ehero-buttons { max-width:100%; width:auto; }
.zb653ehero-copy { max-width:min(760px,100%); min-width:0; }
.zb653edash-row { min-width:0; gap:0.75rem; }
.zb653edash-row span, .zb653edash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.zb653eterm-window, .zb653eterm-body { max-width:100%; overflow:hidden; }
.zb653eterm-line { overflow-wrap:anywhere; word-break:break-word; }
.zb653efooter .row > [class*="col-"] { min-width:0; }
.zb653efriend-links { max-width:100%; }
.zb653earticle-content pre, .zb653earticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.zb653eknowledge { overflow:hidden; }
.zb653eknow-process > *, .zb653eknow-meters > *, .zb653eknow-compare > *, .zb653eknow-clients > *, .zb653eknow-journey > * {
  min-width:0; max-width:100%;
}
.zb653eknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.zb653estats-inline .zb653estat,
.zb653estats-cards .zb653estat,
.zb653estats-dashboard .zb653estat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.zb653ehero-compare .zb653ecompare-grid,
.zb653ehero-portal .row,
.zb653ehero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .zb653ehero { padding:2.35rem 0 1.9rem; text-align:center; }
  .zb653ehero-sub,.zb653ehero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .zb653ehero-lead { text-align:left; }
  .zb653ehero-buttons { justify-content:center; width:100%; }
  .zb653ehero-chips { justify-content:center; }
  .zb653ehero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .zb653ehero-magazine, .zb653ehero-glass, .zb653ehero-cta, .zb653ehero-terminal,
  .zb653ehero-compare, .zb653ehero-portal, .zb653ehero-dash, .zb653ehero-bento, .zb653ehero-rail {
    text-align:left;
  }
  .zb653ehero-compare .zb653ehero-copy-center { text-align:center; }
  .zb653esection { padding:2rem 0; }
  .zb653estats { padding:2rem 0; }
  .zb653estats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .zb653edl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zb653esec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zb653ecert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zb653efaq-grid { grid-template-columns:1fr !important; }
  .zb653efeat-grid,.zb653efeat-bento,.zb653efeat-edit-grid,.zb653efeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zb653eknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .zb653eknow-meters,.zb653eknow-compare,.zb653eknow-clients,.zb653eknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zb653ebento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .zb653ebento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .zb653ebento-tile { height:auto !important; min-height:0; }
  .zb653erail-wrap { grid-template-columns:1fr !important; }
  .zb653erail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .zb653erail-item { margin:0; flex:1 1 auto; min-width:0; }
  .zb653ecompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zb653emag-board, .zb653edash-panel, .zb653eportal-card, .zb653ecta-box, .zb653eglass-card, .zb653eterm-window {
    height:auto !important;
  }
  .zb653emag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .zb653ehero-magazine { padding:2.5rem 0 2.1rem; }
  .zb653ewide-band { padding:2.1rem 0 !important; }
  .zb653eglass-card,.zb653ecta-box,.zb653eterm-body,.zb653emag-board,.zb653edash-panel,.zb653erail-main,.zb653eportal-card,.zb653ebento-main,.zb653ebento-tile {
    padding:1.1rem !important;
  }
  .zb653efeat-card,.zb653edl-card,.zb653esec-card,.zb653efaq-card,.zb653epanel,.zb653ecert,.zb653efeat-tile,.zb653efeat-edit,
  .zb653eknow-step,.zb653eknow-cmp,.zb653eknow-client,.zb653eknow-jcard,.zb653eknow-viz,.zb653etl-item,.zb653ecompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .zb653efeat-folio-card:hover { transform:none; }
  .zb653eknowledge { padding:1.1rem !important; }
  .zb653ebar-chart { height:120px; }
  .zb653earticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .zb653estats-inline .zb653estat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.zb653ebody { overflow-x:hidden; width:100%; }
  .zb653enavbar .container, .zb653econtainer.container,
  .zb653esection > .container, .zb653ehero > .container, .zb653efooter > .container, .zb653ewide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .zb653enavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .zb653enavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .zb653enav-link { padding:0.55rem 0.65rem !important; }
  .zb653ehero { padding:1.55rem 0 1.3rem; }
  .zb653ehero-center { padding:1.7rem 0 1.45rem !important; }
  .zb653ehero-glass, .zb653ehero-cta, .zb653ehero-terminal, .zb653ehero-compare, .zb653ehero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .zb653ehero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .zb653ehero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .zb653ehero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .zb653ehero-chips { gap:0.35rem; justify-content:flex-start; }
  .zb653ehero-center .zb653ehero-chips,
  .zb653ehero-compare .zb653ehero-chips { justify-content:center; }
  .zb653ehero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .zb653esection { padding:1.55rem 0; }
  .zb653estats { padding:1.55rem 0; }
  .zb653edl-grid,.zb653esec-grid,.zb653ecert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .zb653efeat-grid,.zb653efeat-bento,.zb653efeat-edit-grid,.zb653efeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .zb653eknow-process,.zb653eknow-meters,.zb653eknow-compare,.zb653eknow-clients,.zb653eknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .zb653eknow-radar { flex-direction:column; align-items:flex-start; }
  .zb653eknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .zb653ebar-chart { height:96px; }
  .zb653edl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .zb653edl-card .btn, .zb653eknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .zb653efeat-card,.zb653edl-card,.zb653esec-card,.zb653efaq-card,.zb653epanel,.zb653ecert,.zb653efeat-tile,.zb653efeat-edit,
  .zb653eknow-step,.zb653eknow-cmp,.zb653eknow-client,.zb653eknow-jcard,.zb653eknow-viz,.zb653etl-item,.zb653ecompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .zb653enews-card { padding:0 !important; }
  .zb653ebento-hero { grid-template-columns:1fr !important; }
  .zb653ecompare-grid { grid-template-columns:1fr !important; }
  .zb653ethumb-home { height:110px; }
  .zb653ethumb-list,.zb653ethumb-related { height:66px; }
  .zb653ethumb-cover { height:136px; }
  .zb653eside-thumb { width:56px; }
  .zb653efooter { text-align:center; padding:1.65rem 0 1rem; }
  .zb653efriend-links { justify-content:center; }
  .zb653eknowledge { padding:0.95rem !important; }
  .zb653estat { padding:0.55rem 0.3rem; }
  .zb653estats-grid { gap:0.5rem; }
  .zb653estats-pills .zb653estat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .zb653estats-inline .zb653estat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .zb653ebreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .zb653ebreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .zb653elist-intro { padding:0.85rem; }
  .zb653elist-intro-links { flex-direction:column; align-items:stretch; }
  .zb653elist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .zb653eportal-card { text-align:left; height:auto !important; }
  .zb653eportal-card a { display:block; width:100%; text-align:center; }
  .zb653estep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .zb653einner { padding-top:1rem; padding-bottom:1.4rem; }
  .zb653elist-item .col-4, .zb653elist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .zb653elist-item .col-8, .zb653elist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .zb653eside-channels,.zb653epanel { width:100%; }
  .zb653etl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .zb653etl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .zb653earticle .row-cols-2 > *, .zb653earticle .row-cols-md-3 > *,
  .zb653earticle .row-cols-lg-5 > *, #article .row-cols-2 > *, #article .row-cols-md-3 > *, #article .row-cols-lg-5 > * {
    flex:0 0 50%; max-width:50%;
  }
  .zb653emeter-top { font-size:0.8rem; }
  .zb653efeat-metric-head, .zb653efeat-edit-top, .zb653efeat-tile-top, .zb653efeat-folio-top { flex-wrap:wrap; }
  .zb653eglass-card, .zb653ecta-box, .zb653eterm-body { padding:0.95rem !important; }
  .zb653ewide-band { padding:1.7rem 0 !important; }
  .zb653efooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .zb653emag-board, .zb653edash-panel, .zb653erail-main, .zb653ebento-main { height:auto !important; }
  .zb653efeat-folio-head { flex-direction:column; align-items:flex-start; }
  .zb653emag-checks li { padding:0.6rem 0.65rem; }
  .zb653erail-main { padding:1rem !important; }
  .zb653emag-kicker { justify-content:flex-start; }
  .zb653emag-board-head { flex-wrap:wrap; }
  .zb653ebeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .zb653ehero-title { font-size:1.24rem; line-height:1.35; }
  .zb653ehero-sub { font-size:0.86rem; }
  .zb653ehero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .zb653ehero-center .zb653ehero-lead { padding-left:0; }
  .zb653esection-heading { font-size:1.1rem; }
  .zb653estats-title { font-size:1.02rem; }
  .zb653estat-num { font-size:1.12rem; }
  .zb653estat-lab { font-size:0.72rem; line-height:1.3; }
  .zb653estats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zb653ethumb-home { height:118px; }
  .zb653ethumb-list,.zb653ethumb-related { height:56px; }
  .zb653ethumb-cover { height:118px; }
  .zb653earticle .row-cols-2 > *, .zb653earticle .row-cols-md-3 > *,
  .zb653earticle .row-cols-lg-5 > *, #article .row-cols-2 > *, #article .row-cols-md-3 > *, #article .row-cols-lg-5 > * {
    flex:0 0 100%; max-width:100%;
  }
  .zb653efeat-icon,.zb653edl-icon,.zb653esec-icon { width:40px; height:40px; font-size:1rem; }
  .zb653enews-body { padding:0.65rem; }
  .zb653elist-item .col-4, .zb653elist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .zb653elist-item .col-8, .zb653elist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .zb653elist-item h2 { font-size:0.92rem; }
  .zb653ecert-grid { grid-template-columns:1fr !important; }
  .zb653eradar-ring { width:76px; height:76px; }
  .zb653eknow-radar ul { grid-template-columns:1fr !important; }
  .zb653ebar-val { max-width:24px; font-size:0.56rem; }
  .zb653echip { font-size:0.66rem; }
  .zb653efaq-card h3 { font-size:0.92rem; }
  .zb653efaq-card p { font-size:0.86rem; }
  .zb653enavbar-brand { max-width:min(70vw,200px); }
  .zb653emag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .zb653efeat-folio-idx { font-size:1.25rem; }
}


