/* Design system: center-icons-cards — multi-industry CMS skin */
:root {
  --primary: #9F1239;
  --accent: #FB7185;
  --dark: #881337;
  --surface: #FFF1F2;
  --soft: #FFE4E6;
  --border: #FECDD3;
  --text: #4C0519;
  --muted: #BE123C;
  --radius: 8px;
  --page-bg: #FFF1F2;
  --card-face: #FFF8F9;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.z69825body {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#FFF1F2; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.z69825container.container { max-width:1140px; }

/* nav */
.z69825navbar {
  background:rgba(136,19,55,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.z69825navbar-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;
}
.z69825navbar-brand:hover { color:#FB7185 !important; }
.z69825footer-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.z69825footer-brand:hover { color:#FB7185; }
.z69825navbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.z69825navbar .navbar-toggler-icon { filter:invert(1); }
.z69825nav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.z69825nav-link:hover, .z69825nav-item.z69825this .z69825nav-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 */
.z69825hero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.z69825hero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(251,113,133,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(159,18,57,0.22), transparent);
}
.z69825hero > * { position:relative; z-index:1; }
.z69825eyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#FB7185; margin-bottom:0.5rem;
}
.z69825eyebrow-light { color:#93C5FD; }
.z69825hero-title {
  font-size:clamp(1.5rem,3.2vw,2.35rem); font-weight:800; line-height:1.18;
  margin:0 0 1rem; word-break:break-word;
}
.z69825hero-title span { color:#93C5FD; }
.z69825hero-copy {
  max-width:760px; width:100%;
}
.z69825hero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.z69825hero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.z69825hero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #FB7185; padding-left:1rem;
}
.z69825hero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.z69825hero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.z69825hero-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);
}
.z69825mag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.z69825mag-board-label { color:rgba(255,255,255,0.62); }

.z69825hero-center { text-align: center; padding: 4.5rem 0 3.5rem; }
.z69825hero-center .z69825hero-lead { border-left:0; border-top:3px solid #FB7185; padding:1rem 0 0; max-width:680px; }
.z69825hero-center .z69825hero-buttons { justify-content:center; }
.z69825hero-center .z69825hero-chips { justify-content:center; }

/* buttons */
.z69825btn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.z69825btn-primary { background:#FB7185; border-color:#FB7185; color:#fff; }
.z69825btn-primary:hover { background:#9F1239; border-color:#9F1239; color:#fff; }
.z69825btn-secondary { background:#fff; color:#881337; }
.z69825btn-secondary:hover { background:#f1f5f9; color:#881337; }
.z69825btn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.z69825btn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.z69825btn-outline { background:transparent; color:#9F1239; border-color:#9F1239; }
.z69825btn-outline:hover { background:#9F1239; color:#fff; }

/* sections */
.z69825section { padding:2.85rem 0; overflow:hidden; }
.z69825section-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#881337; margin-bottom:0.65rem;
}
.z69825muted { color:var(--muted); max-width:720px; }
.z69825features { background:#FFE4E6; }
.z69825feat-icon {
  width:48px; height:48px; border-radius:10px; background:#FFE4E6; color:#FB7185;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.z69825feat-card h3, .z69825feat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#881337; word-break:break-word; }
.z69825feat-card p, .z69825feat-tile p { margin:0; font-size:0.94rem; color:#4C0519; }

.z69825feat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825feat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825feat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825feat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.z69825feat-folio-head .z69825muted { max-width:28rem; }
.z69825feat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #FFF8F9 0%, #FFE4E6 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.z69825feat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(136,19,55,0.1);
  border-color: #FB7185;
}
@media (hover:none) {
  .z69825feat-folio-card:hover { transform:none; }
}
.z69825feat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.z69825feat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#9F1239; opacity:0.85;
}
.z69825feat-folio-card h3 {
  font-size:1.08rem; color:#881337; margin-bottom:0.45rem;
}
.z69825feat-folio-card p {
  margin:0; color:#4C0519; font-size:0.92rem; line-height:1.65;
}
.z69825feat-folio-card .z69825feat-icon {
  width:44px; height:44px; border-radius:12px;
}
.z69825timeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.z69825tl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#FFF8F9; border:1px solid #FECDD3; border-radius:8px; padding:1.15rem; overflow-x:hidden; }
.z69825tl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#9F1239; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.z69825tl-body { min-width:0; flex:1; }
.z69825tl-body h3 { font-size:1.05rem; color:#881337; margin-bottom:0.35rem; }
.z69825tl-body p { margin:0 0 0.65rem; color:#4C0519; }


.z69825feat-card,.z69825dl-card,.z69825sec-card,.z69825faq-card,.z69825panel,.z69825cert,.z69825feat-tile,.z69825feat-edit,
.z69825know-step,.z69825know-cmp,.z69825know-client,.z69825know-jcard,.z69825know-viz,.z69825tl-item,.z69825compare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 8px; border: 1px solid #FECDD3;
    overflow: hidden; background: #FFF8F9;
}
.z69825news-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 #FECDD3; background: #FFF8F9;
}
.z69825dl-grid, .z69825feat-grid, .z69825sec-grid, .z69825faq-grid, .z69825feat-bento, .z69825cert-grid,
.z69825feat-edit-grid, .z69825know-meters, .z69825know-compare, .z69825know-clients, .z69825know-journey,
.z69825know-process, .z69825stats-grid, .z69825compare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 0.85rem;
}
.z69825dl-card,.z69825feat-card,.z69825sec-card,.z69825faq-card,.z69825feat-tile,.z69825feat-edit,
.z69825know-client,.z69825know-cmp,.z69825know-jcard,.z69825know-step,.z69825cert,.z69825compare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.z69825dl-card .btn, .z69825know-client .btn { margin-top: auto; width: 100%; }
.z69825panel { height: auto; width: 100%; }
.z69825cert { justify-content:center; }
.z69825feat-card > *, .z69825dl-card > *, .z69825sec-card > *, .z69825faq-card > *, .z69825feat-edit > * { max-width: 100%; }
.z69825feat-card h3, .z69825dl-card h3, .z69825sec-card h3, .z69825faq-card h3,
.z69825feat-card p, .z69825dl-card p, .z69825faq-card p, .z69825sec-card p,
.z69825know-step p, .z69825know-cmp p, .z69825know-jcard p, .z69825know-step h3,
.z69825feat-folio-card h3, .z69825feat-folio-card p, .z69825compare-item h3, .z69825compare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.z69825hero-chips { max-width: 100%; }
.z69825hero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.z69825bento-main, .z69825bento-tile, .z69825mag-board, .z69825dash-panel, .z69825portal-card,
.z69825cta-box, .z69825glass-card, .z69825rail-main, .z69825rail-aside, .z69825term-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.z69825feat-card,.z69825dl-card,.z69825sec-card,.z69825faq-card,.z69825panel,.z69825news-card,.z69825cert,.z69825feat-tile,.z69825feat-edit {
    background: #FFF8F9; border: 1px solid #FECDD3;
    box-shadow: 0 4px 14px rgba(136,19,55,0.05);
}

/* stats */
.z69825stats {
  background:linear-gradient(135deg, #881337 0%, #9F1239 100%); color:#fff; padding:3rem 0;
}
.z69825stats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.z69825stats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.z69825stat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.z69825stat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.z69825stat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.z69825stats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.z69825stats-cards .z69825stat, .z69825stats-dashboard .z69825stat {
    background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:8px; padding:1.15rem 0.75rem;
}

/* download */
.z69825download { background:#FFF1F2; }
.z69825dl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825dl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.z69825dl-head > div:last-child { min-width:0; }
.z69825dl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#881337; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.z69825dl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#881337; }
.z69825dl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.z69825dl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #FECDD3; border-radius:0; }
.z69825dl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.z69825dl-list li:last-child { margin-bottom:0; }

/* security */
.z69825security { background:#FFE4E6; }
.z69825sec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.85rem; }
.z69825sec-icon {
  width:48px; height:48px; border-radius:10px; background:#9F1239; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.z69825sec-card h3 { text-align:center; font-size:1.02rem; color:#881337; margin-bottom:0.7rem; }
.z69825sec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #FECDD3; border-radius:0; }
.z69825sec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.z69825cert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825cert { text-align:center; }
.z69825cert h4 { color:#881337; font-size:1rem; margin-bottom:0.3rem; }
.z69825cert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.z69825faq { background:#FFF1F2; }
.z69825faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0.85rem; }
.z69825faq-card h3 { font-size:1rem; color:#881337; margin-bottom:0.45rem; word-break:break-word; }
.z69825faq-card p { margin:0; font-size:0.94rem; color:#4C0519; }
.z69825knowledge-sec { background:#FFE4E6; }
.z69825knowledge {
  background:#FFF8F9; border:1px solid #FECDD3; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.z69825knowledge-viz { box-shadow: inset 4px 0 0 #9F1239; }
.z69825know-head { margin-bottom:1.15rem; min-width:0; }
.z69825know-head .z69825muted { max-width:720px; }
.z69825know-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.z69825know-step {
  min-width:0; background:#FFE4E6; border:1px solid #FECDD3;
  border-radius:8px; padding:0.95rem 0.75rem; text-align:center;
}
.z69825know-num {
  display:block; font-size:0.75rem; font-weight:700; color:#FB7185; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.z69825know-step i { font-size:1.15rem; color:#9F1239; margin-bottom:0.35rem; display:inline-block; }
.z69825know-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#881337; word-break:break-word; }
.z69825know-step p { margin:0; font-size:0.8rem; color:#BE123C; word-break:break-word; }
.z69825know-arrow { display:none; }
.z69825know-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825meter { min-width:0; }
.z69825meter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#4C0519; }
.z69825meter-top span { min-width:0; overflow-wrap:anywhere; }
.z69825meter-top strong { color:#9F1239; flex-shrink:0; }
.z69825meter-track {
  height:8px; border-radius:999px; background:#FFE4E6; overflow:hidden; width:100%;
}
.z69825meter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #9F1239, #FB7185);
}
.z69825meter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#BE123C; }
.z69825meter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.z69825meter-track-light .z69825meter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.z69825bar-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%;
}
.z69825bar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.z69825bar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #FB7185, #9F1239); 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;
}
.z69825bar-col em { font-style:normal; font-size:0.72rem; color:#BE123C; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.z69825know-viz {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:8px; padding:1.15rem; min-width:0;
}
.z69825know-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#BE123C; }
.z69825know-checklist { list-style:none; padding:0; margin:0; }
.z69825know-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #FECDD3;
  font-size:0.92rem; color:#4C0519; min-width:0;
}
.z69825know-checklist li:last-child { border-bottom:0; }
.z69825know-checklist i { color:#FB7185; margin-top:0.15rem; flex-shrink:0; }
.z69825know-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825know-cmp {
  text-align:center; background:#FFE4E6; border:1px solid #FECDD3; border-radius:8px; padding:1.15rem;
}
.z69825know-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(159,18,57,0.12); color:#9F1239; font-size:1.1rem;
}
.z69825know-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#881337; }
.z69825know-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#BE123C; }
.z69825know-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(251,113,133,0.15); color:#9F1239;
}
.z69825know-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z69825know-client {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:8px; padding:1.15rem; gap:0.75rem;
}
.z69825know-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.z69825know-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#9F1239; color:#fff; font-size:1rem; flex-shrink:0;
}
.z69825know-client-top h3 { margin:0; font-size:0.98rem; color:#881337; }
.z69825know-client-top p { margin:0; font-size:0.8rem; color:#BE123C; }
.z69825know-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.z69825radar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #9F1239; box-shadow:0 0 0 8px rgba(159,18,57,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#FFF8F9;
}
.z69825radar-ring strong { color:#881337; font-size:0.98rem; }
.z69825radar-ring span { color:#FB7185; font-size:0.78rem; }
.z69825know-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.z69825know-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#FFE4E6;
  border:1px solid #FECDD3; color:#4C0519; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.z69825know-radar li i { color:#FB7185; flex-shrink:0; }
.z69825know-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.85rem; }
.z69825know-jcard {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:8px; padding:1.15rem;
}
.z69825know-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#FB7185; margin-bottom:0.35rem;
}
.z69825know-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#881337; }
.z69825know-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#BE123C; }
.z69825jbar { height:6px; border-radius:999px; background:#FFE4E6; overflow:hidden; }
.z69825jbar i { display:block; height:100%; background:linear-gradient(90deg,#9F1239,#FB7185); border-radius:999px; }

/* feature visual extras */
.z69825feat-edit-viz .z69825feat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.z69825ring {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#9F1239 calc(var(--p) * 1%), #FFE4E6 0);
  display:grid; place-items:center; position:relative;
}
.z69825ring::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#FFF8F9;
}
.z69825ring span { position:absolute; font-size:0.68rem; font-weight:700; color:#881337; }
.z69825ring-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);
}
.z69825ring-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.z69825ring-light span { font-size:0.72rem; color:#fff; }
.z69825feat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.z69825spark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.z69825spark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#FB7185,#9F1239); font-style:normal;
}
.z69825feat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.z69825chip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(159,18,57,0.1); color:#9F1239; border:1px solid rgba(159,18,57,0.18);
}
.z69825feat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.z69825feat-tile-top i { font-size:1.15rem; color:#9F1239; }
.z69825feat-tile-top strong { color:#FB7185; font-size:0.9rem; }
.z69825feat-tile .z69825meter-track { margin-top:0.75rem; }
.z69825stats-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;
}
.z69825stats-chart-wrap .z69825bar-col em { color:rgba(255,255,255,0.75); }
.z69825stats-chart-wrap .z69825bar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.z69825article { background:#FFF1F2; }
.z69825news-card { padding:0; height:auto; display:flex; flex-direction:column; }
.z69825news-body { padding:0.85rem; min-width:0; }
.z69825news-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.z69825news-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.z69825news-card h3 a { color:#881337; }
.z69825thumb-wrap { overflow:hidden; display:block; width:100%; }
.z69825thumb-home { width:100%; height:110px; object-fit:cover; }

.z69825dl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#BE123C;
}
.z69825breadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.z69825breadcrumb-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:#FFF8F9; border:1px solid #FECDD3; border-radius:8px;
}
.z69825breadcrumb-list li {
  color:#BE123C; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.z69825breadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#FECDD3; font-weight:400;
}
.z69825breadcrumb-list a { color:#9F1239; text-decoration:none; }
.z69825breadcrumb-list a:hover { color:#FB7185; }
.z69825breadcrumb-list li[aria-current="page"] { color:#881337; font-weight:600; }
.z69825list-intro {
  margin-top:0.85rem; padding:1rem; background:#FFF8F9; border:1px solid #FECDD3; border-radius:8px;
}
.z69825list-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#4C0519; }
.z69825list-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.z69825list-intro-links a {
  font-size:0.86rem; font-weight:600; color:#9F1239; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #FECDD3; border-radius:999px; background:rgba(159,18,57,0.06);
}
.z69825list-intro-links a:hover { border-color:#FB7185; color:#FB7185; }

/* sidebar channels */
.z69825side-channels { overflow:hidden; }
.z69825side-channel-list { margin:0; padding:0; }
.z69825side-channel-item {
  margin:0; padding:0; border-bottom:1px solid #FECDD3; list-style:none;
}
.z69825side-channel-item:last-child { border-bottom:0; }
.z69825side-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#881337;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.z69825side-channel-item a:hover { color:#FB7185; }
.z69825side-channel-item.z69825this a,
.z69825side-channel-item.this a {
  color:#9F1239; font-weight:700;
}

/* footer */
.z69825footer { background:#881337; color:#94A3B8; padding:3rem 0 1.4rem; }
.z69825footer-title { color:#fff; font-size:1rem; font-weight:600; }
.z69825footer-links { list-style:none; padding:0; margin:0; }
.z69825footer-links li { margin-bottom:0.4rem; }
.z69825footer a { color:#94A3B8; text-decoration:none; }
.z69825footer a:hover { color:#93C5FD; }
.z69825footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.z69825beian { margin-top:0.35rem; }
.z69825beian a { color:#64748B; }
.z69825beian a:hover { color:#93C5FD; }
.z69825friend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.z69825inner { background:#FFE4E6; min-height:0; }
.z69825list-item { border-bottom:1px solid #FECDD3; padding-bottom:1rem; margin-bottom:1rem; }
.z69825list-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.z69825article-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.z69825article-content img { max-width:100%; height:auto; border-radius:8px; }
.z69825article-content table { max-width:100%; display:block; overflow-x:auto; }
.z69825thumb-list,.z69825thumb-related { width:100%; height:84px; object-fit:cover; border-radius:8px; }
.z69825side-thumb { width:72px; flex-shrink:0; display:block; }
.z69825thumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.z69825cover-wrap { overflow:hidden; border-radius:8px; }
.z69825thumb-cover { width:100%; height:200px; object-fit:cover; }
.z69825meta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #FECDD3; border-radius:20px;
  font-size:0.85rem; color:#9F1239; 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 #FECDD3; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#FB7185; color:#FB7185; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.z69825body { 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; }
.z69825feat-card,.z69825dl-card,.z69825sec-card,.z69825faq-card,.z69825panel,.z69825news-card,.z69825knowledge,.z69825cert,.z69825feat-tile,.z69825feat-edit,.z69825mag-board,.z69825dash-panel,.z69825cta-box,.z69825glass-card,.z69825term-window,.z69825portal-card,.z69825bento-main,.z69825bento-tile,.z69825rail-main,.z69825rail-aside,.z69825compare-item,.z69825side-channels,.z69825know-step,.z69825know-cmp,.z69825know-client,.z69825know-jcard,.z69825know-viz,.z69825stats-chart-wrap,.z69825list-intro,.z69825breadcrumb-list,.z69825tl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.z69825feat-folio-card { overflow: visible; }
.z69825mag-stage, .z69825bento-hero, .z69825rail-wrap, .z69825compare-grid, .z69825feat-folio {
  width:100%; max-width:100%; min-width:0;
}
.z69825dl-card h3,.z69825feat-card h3,.z69825sec-card h3,.z69825faq-card h3,.z69825hero-title,.z69825know-step h3,.z69825know-jcard h3,.z69825section-heading,.z69825stats-title,.z69825mag-board-title,.z69825portal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.z69825hero-buttons .btn, .z69825btn { max-width:100%; box-sizing:border-box; }
.z69825muted { max-width:100%; overflow-wrap:anywhere; }
.z69825news-card { height:auto !important; }
.z69825list-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.z69825thumb-list,.z69825thumb-related,.z69825thumb-home,.z69825thumb-cover,.z69825thumb-side {
  max-width:100%; display:block;
}
.z69825section > .container, .z69825hero > .container, .z69825footer > .container, .z69825navbar > .container, .z69825wide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.z69825hero-buttons { max-width:100%; width:auto; }
.z69825hero-copy { max-width:min(760px,100%); min-width:0; }
.z69825dash-row { min-width:0; gap:0.75rem; }
.z69825dash-row span, .z69825dash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.z69825term-window, .z69825term-body { max-width:100%; overflow:hidden; }
.z69825term-line { overflow-wrap:anywhere; word-break:break-word; }
.z69825footer .row > [class*="col-"] { min-width:0; }
.z69825friend-links { max-width:100%; }
.z69825article-content pre, .z69825article-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.z69825knowledge { overflow:hidden; }
.z69825know-process > *, .z69825know-meters > *, .z69825know-compare > *, .z69825know-clients > *, .z69825know-journey > * {
  min-width:0; max-width:100%;
}
.z69825know-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.z69825stats-inline .z69825stat,
.z69825stats-cards .z69825stat,
.z69825stats-dashboard .z69825stat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.z69825hero-compare .z69825compare-grid,
.z69825hero-portal .row,
.z69825hero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .z69825hero { padding:2.35rem 0 1.9rem; text-align:center; }
  .z69825hero-sub,.z69825hero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .z69825hero-lead { text-align:left; }
  .z69825hero-buttons { justify-content:center; width:100%; }
  .z69825hero-chips { justify-content:center; }
  .z69825hero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .z69825hero-magazine, .z69825hero-glass, .z69825hero-cta, .z69825hero-terminal,
  .z69825hero-compare, .z69825hero-portal, .z69825hero-dash, .z69825hero-bento, .z69825hero-rail {
    text-align:left;
  }
  .z69825hero-compare .z69825hero-copy-center { text-align:center; }
  .z69825section { padding:2rem 0; }
  .z69825stats { padding:2rem 0; }
  .z69825stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .z69825dl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z69825sec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z69825cert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z69825faq-grid { grid-template-columns:1fr !important; }
  .z69825feat-grid,.z69825feat-bento,.z69825feat-edit-grid,.z69825feat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z69825know-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .z69825know-meters,.z69825know-compare,.z69825know-clients,.z69825know-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z69825bento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .z69825bento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .z69825bento-tile { height:auto !important; min-height:0; }
  .z69825rail-wrap { grid-template-columns:1fr !important; }
  .z69825rail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .z69825rail-item { margin:0; flex:1 1 auto; min-width:0; }
  .z69825compare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z69825mag-board, .z69825dash-panel, .z69825portal-card, .z69825cta-box, .z69825glass-card, .z69825term-window {
    height:auto !important;
  }
  .z69825mag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .z69825hero-magazine { padding:2.5rem 0 2.1rem; }
  .z69825wide-band { padding:2.1rem 0 !important; }
  .z69825glass-card,.z69825cta-box,.z69825term-body,.z69825mag-board,.z69825dash-panel,.z69825rail-main,.z69825portal-card,.z69825bento-main,.z69825bento-tile {
    padding:1.1rem !important;
  }
  .z69825feat-card,.z69825dl-card,.z69825sec-card,.z69825faq-card,.z69825panel,.z69825cert,.z69825feat-tile,.z69825feat-edit,
  .z69825know-step,.z69825know-cmp,.z69825know-client,.z69825know-jcard,.z69825know-viz,.z69825tl-item,.z69825compare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .z69825feat-folio-card:hover { transform:none; }
  .z69825knowledge { padding:1.1rem !important; }
  .z69825bar-chart { height:120px; }
  .z69825article .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .z69825stats-inline .z69825stat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.z69825body { overflow-x:hidden; width:100%; }
  .z69825navbar .container, .z69825container.container,
  .z69825section > .container, .z69825hero > .container, .z69825footer > .container, .z69825wide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .z69825navbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .z69825navbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .z69825nav-link { padding:0.55rem 0.65rem !important; }
  .z69825hero { padding:1.55rem 0 1.3rem; }
  .z69825hero-center { padding:1.7rem 0 1.45rem !important; }
  .z69825hero-glass, .z69825hero-cta, .z69825hero-terminal, .z69825hero-compare, .z69825hero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .z69825hero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .z69825hero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .z69825hero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .z69825hero-chips { gap:0.35rem; justify-content:flex-start; }
  .z69825hero-center .z69825hero-chips,
  .z69825hero-compare .z69825hero-chips { justify-content:center; }
  .z69825hero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .z69825section { padding:1.55rem 0; }
  .z69825stats { padding:1.55rem 0; }
  .z69825dl-grid,.z69825sec-grid,.z69825cert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .z69825feat-grid,.z69825feat-bento,.z69825feat-edit-grid,.z69825feat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .z69825know-process,.z69825know-meters,.z69825know-compare,.z69825know-clients,.z69825know-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .z69825know-radar { flex-direction:column; align-items:flex-start; }
  .z69825know-radar ul { width:100%; grid-template-columns:1fr !important; }
  .z69825bar-chart { height:96px; }
  .z69825dl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .z69825dl-card .btn, .z69825know-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .z69825feat-card,.z69825dl-card,.z69825sec-card,.z69825faq-card,.z69825panel,.z69825cert,.z69825feat-tile,.z69825feat-edit,
  .z69825know-step,.z69825know-cmp,.z69825know-client,.z69825know-jcard,.z69825know-viz,.z69825tl-item,.z69825compare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .z69825news-card { padding:0 !important; }
  .z69825bento-hero { grid-template-columns:1fr !important; }
  .z69825compare-grid { grid-template-columns:1fr !important; }
  .z69825thumb-home { height:110px; }
  .z69825thumb-list,.z69825thumb-related { height:66px; }
  .z69825thumb-cover { height:136px; }
  .z69825side-thumb { width:56px; }
  .z69825footer { text-align:center; padding:1.65rem 0 1rem; }
  .z69825friend-links { justify-content:center; }
  .z69825knowledge { padding:0.95rem !important; }
  .z69825stat { padding:0.55rem 0.3rem; }
  .z69825stats-grid { gap:0.5rem; }
  .z69825stats-pills .z69825stat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .z69825stats-inline .z69825stat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .z69825breadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .z69825breadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .z69825list-intro { padding:0.85rem; }
  .z69825list-intro-links { flex-direction:column; align-items:stretch; }
  .z69825list-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .z69825portal-card { text-align:left; height:auto !important; }
  .z69825portal-card a { display:block; width:100%; text-align:center; }
  .z69825step-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .z69825inner { padding-top:1rem; padding-bottom:1.4rem; }
  .z69825list-item .col-4, .z69825list-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .z69825list-item .col-8, .z69825list-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .z69825side-channels,.z69825panel { width:100%; }
  .z69825tl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .z69825tl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .z69825article .row-cols-2 > *, .z69825article .row-cols-md-3 > *,
  .z69825article .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%;
  }
  .z69825meter-top { font-size:0.8rem; }
  .z69825feat-metric-head, .z69825feat-edit-top, .z69825feat-tile-top, .z69825feat-folio-top { flex-wrap:wrap; }
  .z69825glass-card, .z69825cta-box, .z69825term-body { padding:0.95rem !important; }
  .z69825wide-band { padding:1.7rem 0 !important; }
  .z69825footer-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .z69825mag-board, .z69825dash-panel, .z69825rail-main, .z69825bento-main { height:auto !important; }
  .z69825feat-folio-head { flex-direction:column; align-items:flex-start; }
  .z69825mag-checks li { padding:0.6rem 0.65rem; }
  .z69825rail-main { padding:1rem !important; }
  .z69825mag-kicker { justify-content:flex-start; }
  .z69825mag-board-head { flex-wrap:wrap; }
  .z69825beian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .z69825hero-title { font-size:1.24rem; line-height:1.35; }
  .z69825hero-sub { font-size:0.86rem; }
  .z69825hero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .z69825hero-center .z69825hero-lead { padding-left:0; }
  .z69825section-heading { font-size:1.1rem; }
  .z69825stats-title { font-size:1.02rem; }
  .z69825stat-num { font-size:1.12rem; }
  .z69825stat-lab { font-size:0.72rem; line-height:1.3; }
  .z69825stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z69825thumb-home { height:118px; }
  .z69825thumb-list,.z69825thumb-related { height:56px; }
  .z69825thumb-cover { height:118px; }
  .z69825article .row-cols-2 > *, .z69825article .row-cols-md-3 > *,
  .z69825article .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%;
  }
  .z69825feat-icon,.z69825dl-icon,.z69825sec-icon { width:40px; height:40px; font-size:1rem; }
  .z69825news-body { padding:0.65rem; }
  .z69825list-item .col-4, .z69825list-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .z69825list-item .col-8, .z69825list-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .z69825list-item h2 { font-size:0.92rem; }
  .z69825cert-grid { grid-template-columns:1fr !important; }
  .z69825radar-ring { width:76px; height:76px; }
  .z69825know-radar ul { grid-template-columns:1fr !important; }
  .z69825bar-val { max-width:24px; font-size:0.56rem; }
  .z69825chip { font-size:0.66rem; }
  .z69825faq-card h3 { font-size:0.92rem; }
  .z69825faq-card p { font-size:0.86rem; }
  .z69825navbar-brand { max-width:min(70vw,200px); }
  .z69825mag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .z69825feat-folio-idx { font-size:1.25rem; }
}


