/* Design system: glass-editorial-pills — multi-industry CMS skin */
:root {
  --primary: #DB2777;
  --accent: #F9A8D4;
  --dark: #9D174D;
  --surface: #FDF2F8;
  --soft: #FCE7F3;
  --border: #FBCFE8;
  --text: #500724;
  --muted: #BE185D;
  --radius: 8px;
  --page-bg: #FDF2F8;
  --card-face: #FEF9FB;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.z6055ebody {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#FDF2F8; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.z6055econtainer.container { max-width:1140px; }

/* nav */
.z6055enavbar {
  background:rgba(157,23,77,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.z6055enavbar-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;
}
.z6055enavbar-brand:hover { color:#F9A8D4 !important; }
.z6055efooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.z6055efooter-brand:hover { color:#F9A8D4; }
.z6055enavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.z6055enavbar .navbar-toggler-icon { filter:invert(1); }
.z6055enav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.z6055enav-link:hover, .z6055enav-item.z6055ethis .z6055enav-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 */
.z6055ehero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.z6055ehero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(249,168,212,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(219,39,119,0.22), transparent);
}
.z6055ehero > * { position:relative; z-index:1; }
.z6055eeyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#F9A8D4; margin-bottom:0.5rem;
}
.z6055eeyebrow-light { color:#93C5FD; }
.z6055ehero-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;
}
.z6055ehero-title span { color:#93C5FD; }
.z6055ehero-copy {
  max-width:760px; width:100%;
}
.z6055ehero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.z6055ehero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.z6055ehero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #F9A8D4; padding-left:1rem;
}
.z6055ehero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.z6055ehero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.z6055ehero-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);
}
.z6055emag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.z6055emag-board-label { color:rgba(255,255,255,0.62); }

.z6055ehero-glass { background:
  radial-gradient(ellipse 50% 60% at 20% 20%, rgba(249,168,212,0.35), transparent),
  radial-gradient(ellipse 40% 50% at 80% 70%, rgba(219,39,119,0.4), transparent),
  #9D174D; padding: 4.5rem 0; }
.z6055eglass-card { backdrop-filter: blur(10px); background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.16); border-radius:14px; padding:1.75rem; }

/* buttons */
.z6055ebtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.z6055ebtn-primary { background:#F9A8D4; border-color:#F9A8D4; color:#fff; }
.z6055ebtn-primary:hover { background:#DB2777; border-color:#DB2777; color:#fff; }
.z6055ebtn-secondary { background:#fff; color:#9D174D; }
.z6055ebtn-secondary:hover { background:#f1f5f9; color:#9D174D; }
.z6055ebtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.z6055ebtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.z6055ebtn-outline { background:transparent; color:#DB2777; border-color:#DB2777; }
.z6055ebtn-outline:hover { background:#DB2777; color:#fff; }

/* sections */
.z6055esection { padding:3.5rem 0; overflow:hidden; }
.z6055esection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#9D174D; margin-bottom:0.65rem;
}
.z6055emuted { color:var(--muted); max-width:720px; }
.z6055efeatures { background:#FCE7F3; }
.z6055efeat-icon {
  width:48px; height:48px; border-radius:10px; background:#FCE7F3; color:#F9A8D4;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.z6055efeat-card h3, .z6055efeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#9D174D; word-break:break-word; }
.z6055efeat-card p, .z6055efeat-tile p { margin:0; font-size:0.94rem; color:#500724; }

.z6055efeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055efeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055efeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055efeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.z6055efeat-folio-head .z6055emuted { max-width:28rem; }
.z6055efeat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #FEF9FB 0%, #FCE7F3 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.z6055efeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(157,23,77,0.1);
  border-color: #F9A8D4;
}
@media (hover:none) {
  .z6055efeat-folio-card:hover { transform:none; }
}
.z6055efeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.z6055efeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#DB2777; opacity:0.85;
}
.z6055efeat-folio-card h3 {
  font-size:1.08rem; color:#9D174D; margin-bottom:0.45rem;
}
.z6055efeat-folio-card p {
  margin:0; color:#500724; font-size:0.92rem; line-height:1.65;
}
.z6055efeat-folio-card .z6055efeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.z6055etimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.z6055etl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#FEF9FB; border:1px solid #FBCFE8; border-radius:8px; padding:1.15rem; overflow-x:hidden; }
.z6055etl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#DB2777; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.z6055etl-body { min-width:0; flex:1; }
.z6055etl-body h3 { font-size:1.05rem; color:#9D174D; margin-bottom:0.35rem; }
.z6055etl-body p { margin:0 0 0.65rem; color:#500724; }


.z6055efeat-card,.z6055edl-card,.z6055esec-card,.z6055efaq-card,.z6055epanel,.z6055ecert,.z6055efeat-tile,.z6055efeat-edit,
.z6055eknow-step,.z6055eknow-cmp,.z6055eknow-client,.z6055eknow-jcard,.z6055eknow-viz,.z6055etl-item,.z6055ecompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 8px; border: 1px solid #FBCFE8;
    overflow: hidden; background: #FEF9FB;
}
.z6055enews-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 8px; padding: 0; height: auto; border: 1px solid #FBCFE8; background: #FEF9FB;
}
.z6055edl-grid, .z6055efeat-grid, .z6055esec-grid, .z6055efaq-grid, .z6055efeat-bento, .z6055ecert-grid,
.z6055efeat-edit-grid, .z6055eknow-meters, .z6055eknow-compare, .z6055eknow-clients, .z6055eknow-journey,
.z6055eknow-process, .z6055estats-grid, .z6055ecompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1rem;
}
.z6055edl-card,.z6055efeat-card,.z6055esec-card,.z6055efaq-card,.z6055efeat-tile,.z6055efeat-edit,
.z6055eknow-client,.z6055eknow-cmp,.z6055eknow-jcard,.z6055eknow-step,.z6055ecert,.z6055ecompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.z6055edl-card .btn, .z6055eknow-client .btn { margin-top: auto; width: 100%; }
.z6055epanel { height: auto; width: 100%; }
.z6055ecert { justify-content:center; }
.z6055efeat-card > *, .z6055edl-card > *, .z6055esec-card > *, .z6055efaq-card > *, .z6055efeat-edit > * { max-width: 100%; }
.z6055efeat-card h3, .z6055edl-card h3, .z6055esec-card h3, .z6055efaq-card h3,
.z6055efeat-card p, .z6055edl-card p, .z6055efaq-card p, .z6055esec-card p,
.z6055eknow-step p, .z6055eknow-cmp p, .z6055eknow-jcard p, .z6055eknow-step h3,
.z6055efeat-folio-card h3, .z6055efeat-folio-card p, .z6055ecompare-item h3, .z6055ecompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.z6055ehero-chips { max-width: 100%; }
.z6055ehero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.z6055ebento-main, .z6055ebento-tile, .z6055emag-board, .z6055edash-panel, .z6055eportal-card,
.z6055ecta-box, .z6055eglass-card, .z6055erail-main, .z6055erail-aside, .z6055eterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.z6055efeat-card,.z6055edl-card,.z6055esec-card,.z6055efaq-card,.z6055epanel,.z6055enews-card,.z6055ecert,.z6055efeat-tile,.z6055efeat-edit {
    background: #FEF9FB; border: 1px solid #FBCFE8; box-shadow: inset 4px 0 0 #F9A8D4;
}

/* stats */
.z6055estats {
  background:linear-gradient(135deg, #9D174D 0%, #DB2777 100%); color:#fff; padding:3rem 0;
}
.z6055estats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.z6055estats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.z6055estat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.z6055estat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.z6055estat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.z6055estats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.z6055estats-pills .z6055estat { background:rgba(255,255,255,0.1); border-radius:999px; padding:1rem 0.75rem; border:1px solid rgba(255,255,255,0.12); }

/* download */
.z6055edownload { background:#FDF2F8; }
.z6055edl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055edl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.z6055edl-head > div:last-child { min-width:0; }
.z6055edl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#9D174D; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.z6055edl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#9D174D; }
.z6055edl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.z6055edl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #FBCFE8; border-radius:0; }
.z6055edl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.z6055edl-list li:last-child { margin-bottom:0; }

/* security */
.z6055esecurity { background:#FCE7F3; }
.z6055esec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.z6055esec-icon {
  width:48px; height:48px; border-radius:10px; background:#DB2777; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.z6055esec-card h3 { text-align:center; font-size:1.02rem; color:#9D174D; margin-bottom:0.7rem; }
.z6055esec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #FBCFE8; border-radius:0; }
.z6055esec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.z6055ecert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055ecert { text-align:center; }
.z6055ecert h4 { color:#9D174D; font-size:1rem; margin-bottom:0.3rem; }
.z6055ecert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.z6055efaq { background:#FDF2F8; }
.z6055efaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.z6055efaq-card h3 { font-size:1rem; color:#9D174D; margin-bottom:0.45rem; word-break:break-word; }
.z6055efaq-card p { margin:0; font-size:0.94rem; color:#500724; }
.z6055eknowledge-sec { background:#FCE7F3; }
.z6055eknowledge {
  background:#FEF9FB; border:1px solid #FBCFE8; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.z6055eknowledge-viz { box-shadow: inset 4px 0 0 #DB2777; }
.z6055eknow-head { margin-bottom:1.15rem; min-width:0; }
.z6055eknow-head .z6055emuted { max-width:720px; }
.z6055eknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.z6055eknow-step {
  min-width:0; background:#FCE7F3; border:1px solid #FBCFE8;
  border-radius:8px; padding:0.95rem 0.75rem; text-align:center;
}
.z6055eknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#F9A8D4; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.z6055eknow-step i { font-size:1.15rem; color:#DB2777; margin-bottom:0.35rem; display:inline-block; }
.z6055eknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#9D174D; word-break:break-word; }
.z6055eknow-step p { margin:0; font-size:0.8rem; color:#BE185D; word-break:break-word; }
.z6055eknow-arrow { display:none; }
.z6055eknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z6055emeter { min-width:0; }
.z6055emeter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#500724; }
.z6055emeter-top span { min-width:0; overflow-wrap:anywhere; }
.z6055emeter-top strong { color:#DB2777; flex-shrink:0; }
.z6055emeter-track {
  height:8px; border-radius:999px; background:#FCE7F3; overflow:hidden; width:100%;
}
.z6055emeter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #DB2777, #F9A8D4);
}
.z6055emeter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#BE185D; }
.z6055emeter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.z6055emeter-track-light .z6055emeter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.z6055ebar-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%;
}
.z6055ebar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.z6055ebar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #F9A8D4, #DB2777); 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;
}
.z6055ebar-col em { font-style:normal; font-size:0.72rem; color:#BE185D; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.z6055eknow-viz {
  background:#FCE7F3; border:1px solid #FBCFE8; border-radius:8px; padding:1.15rem; min-width:0;
}
.z6055eknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#BE185D; }
.z6055eknow-checklist { list-style:none; padding:0; margin:0; }
.z6055eknow-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #FBCFE8;
  font-size:0.92rem; color:#500724; min-width:0;
}
.z6055eknow-checklist li:last-child { border-bottom:0; }
.z6055eknow-checklist i { color:#F9A8D4; margin-top:0.15rem; flex-shrink:0; }
.z6055eknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055eknow-cmp {
  text-align:center; background:#FCE7F3; border:1px solid #FBCFE8; border-radius:8px; padding:1.15rem;
}
.z6055eknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(219,39,119,0.12); color:#DB2777; font-size:1.1rem;
}
.z6055eknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#9D174D; }
.z6055eknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#BE185D; }
.z6055eknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(249,168,212,0.15); color:#DB2777;
}
.z6055eknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z6055eknow-client {
  background:#FCE7F3; border:1px solid #FBCFE8; border-radius:8px; padding:1.15rem; gap:0.75rem;
}
.z6055eknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.z6055eknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#DB2777; color:#fff; font-size:1rem; flex-shrink:0;
}
.z6055eknow-client-top h3 { margin:0; font-size:0.98rem; color:#9D174D; }
.z6055eknow-client-top p { margin:0; font-size:0.8rem; color:#BE185D; }
.z6055eknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.z6055eradar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #DB2777; box-shadow:0 0 0 8px rgba(219,39,119,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#FEF9FB;
}
.z6055eradar-ring strong { color:#9D174D; font-size:0.98rem; }
.z6055eradar-ring span { color:#F9A8D4; font-size:0.78rem; }
.z6055eknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.z6055eknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#FCE7F3;
  border:1px solid #FBCFE8; color:#500724; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.z6055eknow-radar li i { color:#F9A8D4; flex-shrink:0; }
.z6055eknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.z6055eknow-jcard {
  background:#FCE7F3; border:1px solid #FBCFE8; border-radius:8px; padding:1.15rem;
}
.z6055eknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#F9A8D4; margin-bottom:0.35rem;
}
.z6055eknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#9D174D; }
.z6055eknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#BE185D; }
.z6055ejbar { height:6px; border-radius:999px; background:#FCE7F3; overflow:hidden; }
.z6055ejbar i { display:block; height:100%; background:linear-gradient(90deg,#DB2777,#F9A8D4); border-radius:999px; }

/* feature visual extras */
.z6055efeat-edit-viz .z6055efeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.z6055ering {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#DB2777 calc(var(--p) * 1%), #FCE7F3 0);
  display:grid; place-items:center; position:relative;
}
.z6055ering::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#FEF9FB;
}
.z6055ering span { position:absolute; font-size:0.68rem; font-weight:700; color:#9D174D; }
.z6055ering-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);
}
.z6055ering-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.z6055ering-light span { font-size:0.72rem; color:#fff; }
.z6055efeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.z6055espark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.z6055espark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#F9A8D4,#DB2777); font-style:normal;
}
.z6055efeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.z6055echip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(219,39,119,0.1); color:#DB2777; border:1px solid rgba(219,39,119,0.18);
}
.z6055efeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.z6055efeat-tile-top i { font-size:1.15rem; color:#DB2777; }
.z6055efeat-tile-top strong { color:#F9A8D4; font-size:0.9rem; }
.z6055efeat-tile .z6055emeter-track { margin-top:0.75rem; }
.z6055estats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:8px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.z6055estats-chart-wrap .z6055ebar-col em { color:rgba(255,255,255,0.75); }
.z6055estats-chart-wrap .z6055ebar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.z6055earticle { background:#FDF2F8; }
.z6055enews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.z6055enews-body { padding:0.85rem; min-width:0; }
.z6055enews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.z6055enews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.z6055enews-card h3 a { color:#9D174D; }
.z6055ethumb-wrap { overflow:hidden; display:block; width:100%; }
.z6055ethumb-home { width:100%; height:110px; object-fit:cover; }

.z6055edl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#BE185D;
}
.z6055ebreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.z6055ebreadcrumb-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:#FEF9FB; border:1px solid #FBCFE8; border-radius:8px;
}
.z6055ebreadcrumb-list li {
  color:#BE185D; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.z6055ebreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#FBCFE8; font-weight:400;
}
.z6055ebreadcrumb-list a { color:#DB2777; text-decoration:none; }
.z6055ebreadcrumb-list a:hover { color:#F9A8D4; }
.z6055ebreadcrumb-list li[aria-current="page"] { color:#9D174D; font-weight:600; }
.z6055elist-intro {
  margin-top:0.85rem; padding:1rem; background:#FEF9FB; border:1px solid #FBCFE8; border-radius:8px;
}
.z6055elist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#500724; }
.z6055elist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.z6055elist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#DB2777; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #FBCFE8; border-radius:999px; background:rgba(219,39,119,0.06);
}
.z6055elist-intro-links a:hover { border-color:#F9A8D4; color:#F9A8D4; }

/* sidebar channels */
.z6055eside-channels { overflow:hidden; }
.z6055eside-channel-list { margin:0; padding:0; }
.z6055eside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #FBCFE8; list-style:none;
}
.z6055eside-channel-item:last-child { border-bottom:0; }
.z6055eside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#9D174D;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.z6055eside-channel-item a:hover { color:#F9A8D4; }
.z6055eside-channel-item.z6055ethis a,
.z6055eside-channel-item.this a {
  color:#DB2777; font-weight:700;
}

/* footer */
.z6055efooter { background:#9D174D; color:#94A3B8; padding:3rem 0 1.4rem; }
.z6055efooter-title { color:#fff; font-size:1rem; font-weight:600; }
.z6055efooter-links { list-style:none; padding:0; margin:0; }
.z6055efooter-links li { margin-bottom:0.4rem; }
.z6055efooter a { color:#94A3B8; text-decoration:none; }
.z6055efooter a:hover { color:#93C5FD; }
.z6055efooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.z6055ebeian { margin-top:0.35rem; }
.z6055ebeian a { color:#64748B; }
.z6055ebeian a:hover { color:#93C5FD; }
.z6055efriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.z6055einner { background:#FCE7F3; min-height:0; }
.z6055elist-item { border-bottom:1px solid #FBCFE8; padding-bottom:1rem; margin-bottom:1rem; }
.z6055elist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.z6055earticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.z6055earticle-content img { max-width:100%; height:auto; border-radius:8px; }
.z6055earticle-content table { max-width:100%; display:block; overflow-x:auto; }
.z6055ethumb-list,.z6055ethumb-related { width:100%; height:84px; object-fit:cover; border-radius:8px; }
.z6055eside-thumb { width:72px; flex-shrink:0; display:block; }
.z6055ethumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.z6055ecover-wrap { overflow:hidden; border-radius:8px; }
.z6055ethumb-cover { width:100%; height:200px; object-fit:cover; }
.z6055emeta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #FBCFE8; border-radius:20px;
  font-size:0.85rem; color:#DB2777; 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 #FBCFE8; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#F9A8D4; color:#F9A8D4; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.z6055ebody { 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; }
.z6055efeat-card,.z6055edl-card,.z6055esec-card,.z6055efaq-card,.z6055epanel,.z6055enews-card,.z6055eknowledge,.z6055ecert,.z6055efeat-tile,.z6055efeat-edit,.z6055emag-board,.z6055edash-panel,.z6055ecta-box,.z6055eglass-card,.z6055eterm-window,.z6055eportal-card,.z6055ebento-main,.z6055ebento-tile,.z6055erail-main,.z6055erail-aside,.z6055ecompare-item,.z6055eside-channels,.z6055eknow-step,.z6055eknow-cmp,.z6055eknow-client,.z6055eknow-jcard,.z6055eknow-viz,.z6055estats-chart-wrap,.z6055elist-intro,.z6055ebreadcrumb-list,.z6055etl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.z6055efeat-folio-card { overflow: visible; }
.z6055emag-stage, .z6055ebento-hero, .z6055erail-wrap, .z6055ecompare-grid, .z6055efeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.z6055edl-card h3,.z6055efeat-card h3,.z6055esec-card h3,.z6055efaq-card h3,.z6055ehero-title,.z6055eknow-step h3,.z6055eknow-jcard h3,.z6055esection-heading,.z6055estats-title,.z6055emag-board-title,.z6055eportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.z6055ehero-buttons .btn, .z6055ebtn { max-width:100%; box-sizing:border-box; }
.z6055emuted { max-width:100%; overflow-wrap:anywhere; }
.z6055enews-card { height:auto !important; }
.z6055elist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.z6055ethumb-list,.z6055ethumb-related,.z6055ethumb-home,.z6055ethumb-cover,.z6055ethumb-side {
  max-width:100%; display:block;
}
.z6055esection > .container, .z6055ehero > .container, .z6055efooter > .container, .z6055enavbar > .container, .z6055ewide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.z6055ehero-buttons { max-width:100%; width:auto; }
.z6055ehero-copy { max-width:min(760px,100%); min-width:0; }
.z6055edash-row { min-width:0; gap:0.75rem; }
.z6055edash-row span, .z6055edash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.z6055eterm-window, .z6055eterm-body { max-width:100%; overflow:hidden; }
.z6055eterm-line { overflow-wrap:anywhere; word-break:break-word; }
.z6055efooter .row > [class*="col-"] { min-width:0; }
.z6055efriend-links { max-width:100%; }
.z6055earticle-content pre, .z6055earticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.z6055eknowledge { overflow:hidden; }
.z6055eknow-process > *, .z6055eknow-meters > *, .z6055eknow-compare > *, .z6055eknow-clients > *, .z6055eknow-journey > * {
  min-width:0; max-width:100%;
}
.z6055eknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.z6055estats-inline .z6055estat,
.z6055estats-cards .z6055estat,
.z6055estats-dashboard .z6055estat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.z6055ehero-compare .z6055ecompare-grid,
.z6055ehero-portal .row,
.z6055ehero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .z6055ehero { padding:2.35rem 0 1.9rem; text-align:center; }
  .z6055ehero-sub,.z6055ehero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .z6055ehero-lead { text-align:left; }
  .z6055ehero-buttons { justify-content:center; width:100%; }
  .z6055ehero-chips { justify-content:center; }
  .z6055ehero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .z6055ehero-magazine, .z6055ehero-glass, .z6055ehero-cta, .z6055ehero-terminal,
  .z6055ehero-compare, .z6055ehero-portal, .z6055ehero-dash, .z6055ehero-bento, .z6055ehero-rail {
    text-align:left;
  }
  .z6055ehero-compare .z6055ehero-copy-center { text-align:center; }
  .z6055esection { padding:2rem 0; }
  .z6055estats { padding:2rem 0; }
  .z6055estats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .z6055edl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z6055esec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z6055ecert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z6055efaq-grid { grid-template-columns:1fr !important; }
  .z6055efeat-grid,.z6055efeat-bento,.z6055efeat-edit-grid,.z6055efeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z6055eknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .z6055eknow-meters,.z6055eknow-compare,.z6055eknow-clients,.z6055eknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z6055ebento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .z6055ebento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .z6055ebento-tile { height:auto !important; min-height:0; }
  .z6055erail-wrap { grid-template-columns:1fr !important; }
  .z6055erail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .z6055erail-item { margin:0; flex:1 1 auto; min-width:0; }
  .z6055ecompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z6055emag-board, .z6055edash-panel, .z6055eportal-card, .z6055ecta-box, .z6055eglass-card, .z6055eterm-window {
    height:auto !important;
  }
  .z6055emag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .z6055ehero-magazine { padding:2.5rem 0 2.1rem; }
  .z6055ewide-band { padding:2.1rem 0 !important; }
  .z6055eglass-card,.z6055ecta-box,.z6055eterm-body,.z6055emag-board,.z6055edash-panel,.z6055erail-main,.z6055eportal-card,.z6055ebento-main,.z6055ebento-tile {
    padding:1.1rem !important;
  }
  .z6055efeat-card,.z6055edl-card,.z6055esec-card,.z6055efaq-card,.z6055epanel,.z6055ecert,.z6055efeat-tile,.z6055efeat-edit,
  .z6055eknow-step,.z6055eknow-cmp,.z6055eknow-client,.z6055eknow-jcard,.z6055eknow-viz,.z6055etl-item,.z6055ecompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .z6055efeat-folio-card:hover { transform:none; }
  .z6055eknowledge { padding:1.1rem !important; }
  .z6055ebar-chart { height:120px; }
  .z6055earticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .z6055estats-inline .z6055estat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.z6055ebody { overflow-x:hidden; width:100%; }
  .z6055enavbar .container, .z6055econtainer.container,
  .z6055esection > .container, .z6055ehero > .container, .z6055efooter > .container, .z6055ewide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .z6055enavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .z6055enavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .z6055enav-link { padding:0.55rem 0.65rem !important; }
  .z6055ehero { padding:1.55rem 0 1.3rem; }
  .z6055ehero-center { padding:1.7rem 0 1.45rem !important; }
  .z6055ehero-glass, .z6055ehero-cta, .z6055ehero-terminal, .z6055ehero-compare, .z6055ehero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .z6055ehero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .z6055ehero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .z6055ehero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .z6055ehero-chips { gap:0.35rem; justify-content:flex-start; }
  .z6055ehero-center .z6055ehero-chips,
  .z6055ehero-compare .z6055ehero-chips { justify-content:center; }
  .z6055ehero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .z6055esection { padding:1.55rem 0; }
  .z6055estats { padding:1.55rem 0; }
  .z6055edl-grid,.z6055esec-grid,.z6055ecert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .z6055efeat-grid,.z6055efeat-bento,.z6055efeat-edit-grid,.z6055efeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .z6055eknow-process,.z6055eknow-meters,.z6055eknow-compare,.z6055eknow-clients,.z6055eknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .z6055eknow-radar { flex-direction:column; align-items:flex-start; }
  .z6055eknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .z6055ebar-chart { height:96px; }
  .z6055edl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .z6055edl-card .btn, .z6055eknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .z6055efeat-card,.z6055edl-card,.z6055esec-card,.z6055efaq-card,.z6055epanel,.z6055ecert,.z6055efeat-tile,.z6055efeat-edit,
  .z6055eknow-step,.z6055eknow-cmp,.z6055eknow-client,.z6055eknow-jcard,.z6055eknow-viz,.z6055etl-item,.z6055ecompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .z6055enews-card { padding:0 !important; }
  .z6055ebento-hero { grid-template-columns:1fr !important; }
  .z6055ecompare-grid { grid-template-columns:1fr !important; }
  .z6055ethumb-home { height:110px; }
  .z6055ethumb-list,.z6055ethumb-related { height:66px; }
  .z6055ethumb-cover { height:136px; }
  .z6055eside-thumb { width:56px; }
  .z6055efooter { text-align:center; padding:1.65rem 0 1rem; }
  .z6055efriend-links { justify-content:center; }
  .z6055eknowledge { padding:0.95rem !important; }
  .z6055estat { padding:0.55rem 0.3rem; }
  .z6055estats-grid { gap:0.5rem; }
  .z6055estats-pills .z6055estat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .z6055estats-inline .z6055estat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .z6055ebreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .z6055ebreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .z6055elist-intro { padding:0.85rem; }
  .z6055elist-intro-links { flex-direction:column; align-items:stretch; }
  .z6055elist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .z6055eportal-card { text-align:left; height:auto !important; }
  .z6055eportal-card a { display:block; width:100%; text-align:center; }
  .z6055estep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .z6055einner { padding-top:1rem; padding-bottom:1.4rem; }
  .z6055elist-item .col-4, .z6055elist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .z6055elist-item .col-8, .z6055elist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .z6055eside-channels,.z6055epanel { width:100%; }
  .z6055etl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .z6055etl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .z6055earticle .row-cols-2 > *, .z6055earticle .row-cols-md-3 > *,
  .z6055earticle .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%;
  }
  .z6055emeter-top { font-size:0.8rem; }
  .z6055efeat-metric-head, .z6055efeat-edit-top, .z6055efeat-tile-top, .z6055efeat-folio-top { flex-wrap:wrap; }
  .z6055eglass-card, .z6055ecta-box, .z6055eterm-body { padding:0.95rem !important; }
  .z6055ewide-band { padding:1.7rem 0 !important; }
  .z6055efooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .z6055emag-board, .z6055edash-panel, .z6055erail-main, .z6055ebento-main { height:auto !important; }
  .z6055efeat-folio-head { flex-direction:column; align-items:flex-start; }
  .z6055emag-checks li { padding:0.6rem 0.65rem; }
  .z6055erail-main { padding:1rem !important; }
  .z6055emag-kicker { justify-content:flex-start; }
  .z6055emag-board-head { flex-wrap:wrap; }
  .z6055ebeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .z6055ehero-title { font-size:1.24rem; line-height:1.35; }
  .z6055ehero-sub { font-size:0.86rem; }
  .z6055ehero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .z6055ehero-center .z6055ehero-lead { padding-left:0; }
  .z6055esection-heading { font-size:1.1rem; }
  .z6055estats-title { font-size:1.02rem; }
  .z6055estat-num { font-size:1.12rem; }
  .z6055estat-lab { font-size:0.72rem; line-height:1.3; }
  .z6055estats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z6055ethumb-home { height:118px; }
  .z6055ethumb-list,.z6055ethumb-related { height:56px; }
  .z6055ethumb-cover { height:118px; }
  .z6055earticle .row-cols-2 > *, .z6055earticle .row-cols-md-3 > *,
  .z6055earticle .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%;
  }
  .z6055efeat-icon,.z6055edl-icon,.z6055esec-icon { width:40px; height:40px; font-size:1rem; }
  .z6055enews-body { padding:0.65rem; }
  .z6055elist-item .col-4, .z6055elist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .z6055elist-item .col-8, .z6055elist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .z6055elist-item h2 { font-size:0.92rem; }
  .z6055ecert-grid { grid-template-columns:1fr !important; }
  .z6055eradar-ring { width:76px; height:76px; }
  .z6055eknow-radar ul { grid-template-columns:1fr !important; }
  .z6055ebar-val { max-width:24px; font-size:0.56rem; }
  .z6055echip { font-size:0.66rem; }
  .z6055efaq-card h3 { font-size:0.92rem; }
  .z6055efaq-card p { font-size:0.86rem; }
  .z6055enavbar-brand { max-width:min(70vw,200px); }
  .z6055emag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .z6055efeat-folio-idx { font-size:1.25rem; }
}


