/* Design system: cta-rail-pills — multi-industry CMS skin */
:root {
  --primary: #9A3412;
  --accent: #FB923C;
  --dark: #7C2D12;
  --surface: #FFFBEB;
  --soft: #FEF3C7;
  --border: #FDE68A;
  --text: #1C1917;
  --muted: #78716C;
  --radius: 14px;
  --page-bg: #FFFBEB;
  --card-face: #FFFDF6;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.zdd88abody {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#FFFBEB; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.zdd88acontainer.container { max-width:1140px; }

/* nav */
.zdd88anavbar {
  background:rgba(124,45,18,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.zdd88anavbar-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;
}
.zdd88anavbar-brand:hover { color:#FB923C !important; }
.zdd88afooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.zdd88afooter-brand:hover { color:#FB923C; }
.zdd88anavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.zdd88anavbar .navbar-toggler-icon { filter:invert(1); }
.zdd88anav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.zdd88anav-link:hover, .zdd88anav-item.zdd88athis .zdd88anav-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 */
.zdd88ahero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.zdd88ahero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(251,146,60,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(154,52,18,0.22), transparent);
}
.zdd88ahero > * { position:relative; z-index:1; }
.zdd88aeyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#FB923C; margin-bottom:0.5rem;
}
.zdd88aeyebrow-light { color:#93C5FD; }
.zdd88ahero-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;
}
.zdd88ahero-title span { color:#93C5FD; }
.zdd88ahero-copy {
  max-width:760px; width:100%;
}
.zdd88ahero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.zdd88ahero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.zdd88ahero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #FB923C; padding-left:1rem;
}
.zdd88ahero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.zdd88ahero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.zdd88ahero-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);
}
.zdd88amag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.zdd88amag-board-label { color:rgba(255,255,255,0.62); }

.zdd88acta-box { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.14); border-radius:14px; padding:1.75rem; }

/* buttons */
.zdd88abtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.zdd88abtn-primary { background:#FB923C; border-color:#FB923C; color:#fff; }
.zdd88abtn-primary:hover { background:#9A3412; border-color:#9A3412; color:#fff; }
.zdd88abtn-secondary { background:#fff; color:#7C2D12; }
.zdd88abtn-secondary:hover { background:#f1f5f9; color:#7C2D12; }
.zdd88abtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.zdd88abtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.zdd88abtn-outline { background:transparent; color:#9A3412; border-color:#9A3412; }
.zdd88abtn-outline:hover { background:#9A3412; color:#fff; }

/* sections */
.zdd88asection { padding:3.5rem 0; overflow:hidden; }
.zdd88asection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#7C2D12; margin-bottom:0.65rem;
}
.zdd88amuted { color:var(--muted); max-width:720px; }
.zdd88afeatures { background:#FEF3C7; }
.zdd88afeat-icon {
  width:48px; height:48px; border-radius:10px; background:#FEF3C7; color:#FB923C;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.zdd88afeat-card h3, .zdd88afeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#7C2D12; word-break:break-word; }
.zdd88afeat-card p, .zdd88afeat-tile p { margin:0; font-size:0.94rem; color:#1C1917; }

.zdd88afeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88afeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88afeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88afeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.zdd88afeat-folio-head .zdd88amuted { max-width:28rem; }
.zdd88afeat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #FFFDF6 0%, #FEF3C7 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.zdd88afeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(124,45,18,0.1);
  border-color: #FB923C;
}
@media (hover:none) {
  .zdd88afeat-folio-card:hover { transform:none; }
}
.zdd88afeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.zdd88afeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#9A3412; opacity:0.85;
}
.zdd88afeat-folio-card h3 {
  font-size:1.08rem; color:#7C2D12; margin-bottom:0.45rem;
}
.zdd88afeat-folio-card p {
  margin:0; color:#1C1917; font-size:0.92rem; line-height:1.65;
}
.zdd88afeat-folio-card .zdd88afeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.zdd88atimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.zdd88atl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#FFFDF6; border:1px solid #FDE68A; border-radius:14px; padding:1.15rem; overflow-x:hidden; }
.zdd88atl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#9A3412; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.zdd88atl-body { min-width:0; flex:1; }
.zdd88atl-body h3 { font-size:1.05rem; color:#7C2D12; margin-bottom:0.35rem; }
.zdd88atl-body p { margin:0 0 0.65rem; color:#1C1917; }


.zdd88afeat-card,.zdd88adl-card,.zdd88asec-card,.zdd88afaq-card,.zdd88apanel,.zdd88acert,.zdd88afeat-tile,.zdd88afeat-edit,
.zdd88aknow-step,.zdd88aknow-cmp,.zdd88aknow-client,.zdd88aknow-jcard,.zdd88aknow-viz,.zdd88atl-item,.zdd88acompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 14px; border: 1px solid #FDE68A;
    overflow: hidden; background: #FFFDF6;
}
.zdd88anews-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 14px; padding: 0; height: auto; border: 1px solid #FDE68A; background: #FFFDF6;
}
.zdd88adl-grid, .zdd88afeat-grid, .zdd88asec-grid, .zdd88afaq-grid, .zdd88afeat-bento, .zdd88acert-grid,
.zdd88afeat-edit-grid, .zdd88aknow-meters, .zdd88aknow-compare, .zdd88aknow-clients, .zdd88aknow-journey,
.zdd88aknow-process, .zdd88astats-grid, .zdd88acompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1rem;
}
.zdd88adl-card,.zdd88afeat-card,.zdd88asec-card,.zdd88afaq-card,.zdd88afeat-tile,.zdd88afeat-edit,
.zdd88aknow-client,.zdd88aknow-cmp,.zdd88aknow-jcard,.zdd88aknow-step,.zdd88acert,.zdd88acompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.zdd88adl-card .btn, .zdd88aknow-client .btn { margin-top: auto; width: 100%; }
.zdd88apanel { height: auto; width: 100%; }
.zdd88acert { justify-content:center; }
.zdd88afeat-card > *, .zdd88adl-card > *, .zdd88asec-card > *, .zdd88afaq-card > *, .zdd88afeat-edit > * { max-width: 100%; }
.zdd88afeat-card h3, .zdd88adl-card h3, .zdd88asec-card h3, .zdd88afaq-card h3,
.zdd88afeat-card p, .zdd88adl-card p, .zdd88afaq-card p, .zdd88asec-card p,
.zdd88aknow-step p, .zdd88aknow-cmp p, .zdd88aknow-jcard p, .zdd88aknow-step h3,
.zdd88afeat-folio-card h3, .zdd88afeat-folio-card p, .zdd88acompare-item h3, .zdd88acompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.zdd88ahero-chips { max-width: 100%; }
.zdd88ahero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.zdd88abento-main, .zdd88abento-tile, .zdd88amag-board, .zdd88adash-panel, .zdd88aportal-card,
.zdd88acta-box, .zdd88aglass-card, .zdd88arail-main, .zdd88arail-aside, .zdd88aterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.zdd88afeat-card,.zdd88adl-card,.zdd88asec-card,.zdd88afaq-card,.zdd88apanel,.zdd88anews-card,.zdd88acert,.zdd88afeat-tile,.zdd88afeat-edit {
    background: #FFFDF6; border: 1px solid #FDE68A;
    box-shadow: 0 4px 14px rgba(124,45,18,0.05);
}

/* stats */
.zdd88astats {
  background:linear-gradient(135deg, #7C2D12 0%, #9A3412 100%); color:#fff; padding:3rem 0;
}
.zdd88astats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.zdd88astats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.zdd88astat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.zdd88astat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.zdd88astat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.zdd88astats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.zdd88astats-pills .zdd88astat { background:rgba(255,255,255,0.1); border-radius:999px; padding:1rem 0.75rem; border:1px solid rgba(255,255,255,0.12); }

/* download */
.zdd88adownload { background:#FFFBEB; }
.zdd88adl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88adl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.zdd88adl-head > div:last-child { min-width:0; }
.zdd88adl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#7C2D12; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.zdd88adl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#7C2D12; }
.zdd88adl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.zdd88adl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #FDE68A; border-radius:0; }
.zdd88adl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.zdd88adl-list li:last-child { margin-bottom:0; }

/* security */
.zdd88asecurity { background:#FEF3C7; }
.zdd88asec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.zdd88asec-icon {
  width:48px; height:48px; border-radius:10px; background:#9A3412; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.zdd88asec-card h3 { text-align:center; font-size:1.02rem; color:#7C2D12; margin-bottom:0.7rem; }
.zdd88asec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #FDE68A; border-radius:0; }
.zdd88asec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.zdd88acert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88acert { text-align:center; }
.zdd88acert h4 { color:#7C2D12; font-size:1rem; margin-bottom:0.3rem; }
.zdd88acert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.zdd88afaq { background:#FFFBEB; }
.zdd88afaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.zdd88afaq-card h3 { font-size:1rem; color:#7C2D12; margin-bottom:0.45rem; word-break:break-word; }
.zdd88afaq-card p { margin:0; font-size:0.94rem; color:#1C1917; }
.zdd88aknowledge-sec { background:#FEF3C7; }
.zdd88aknowledge {
  background:#FFFDF6; border:1px solid #FDE68A; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.zdd88aknowledge-viz { box-shadow: inset 4px 0 0 #9A3412; }
.zdd88aknow-head { margin-bottom:1.15rem; min-width:0; }
.zdd88aknow-head .zdd88amuted { max-width:720px; }
.zdd88aknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.zdd88aknow-step {
  min-width:0; background:#FEF3C7; border:1px solid #FDE68A;
  border-radius:14px; padding:0.95rem 0.75rem; text-align:center;
}
.zdd88aknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#FB923C; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.zdd88aknow-step i { font-size:1.15rem; color:#9A3412; margin-bottom:0.35rem; display:inline-block; }
.zdd88aknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#7C2D12; word-break:break-word; }
.zdd88aknow-step p { margin:0; font-size:0.8rem; color:#78716C; word-break:break-word; }
.zdd88aknow-arrow { display:none; }
.zdd88aknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.zdd88ameter { min-width:0; }
.zdd88ameter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#1C1917; }
.zdd88ameter-top span { min-width:0; overflow-wrap:anywhere; }
.zdd88ameter-top strong { color:#9A3412; flex-shrink:0; }
.zdd88ameter-track {
  height:8px; border-radius:999px; background:#FEF3C7; overflow:hidden; width:100%;
}
.zdd88ameter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #9A3412, #FB923C);
}
.zdd88ameter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#78716C; }
.zdd88ameter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.zdd88ameter-track-light .zdd88ameter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.zdd88abar-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%;
}
.zdd88abar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.zdd88abar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #FB923C, #9A3412); 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;
}
.zdd88abar-col em { font-style:normal; font-size:0.72rem; color:#78716C; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.zdd88aknow-viz {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:14px; padding:1.15rem; min-width:0;
}
.zdd88aknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#78716C; }
.zdd88aknow-checklist { list-style:none; padding:0; margin:0; }
.zdd88aknow-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #FDE68A;
  font-size:0.92rem; color:#1C1917; min-width:0;
}
.zdd88aknow-checklist li:last-child { border-bottom:0; }
.zdd88aknow-checklist i { color:#FB923C; margin-top:0.15rem; flex-shrink:0; }
.zdd88aknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88aknow-cmp {
  text-align:center; background:#FEF3C7; border:1px solid #FDE68A; border-radius:14px; padding:1.15rem;
}
.zdd88aknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(154,52,18,0.12); color:#9A3412; font-size:1.1rem;
}
.zdd88aknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#7C2D12; }
.zdd88aknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#78716C; }
.zdd88aknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(251,146,60,0.15); color:#9A3412;
}
.zdd88aknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.zdd88aknow-client {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:14px; padding:1.15rem; gap:0.75rem;
}
.zdd88aknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.zdd88aknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#9A3412; color:#fff; font-size:1rem; flex-shrink:0;
}
.zdd88aknow-client-top h3 { margin:0; font-size:0.98rem; color:#7C2D12; }
.zdd88aknow-client-top p { margin:0; font-size:0.8rem; color:#78716C; }
.zdd88aknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.zdd88aradar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #9A3412; box-shadow:0 0 0 8px rgba(154,52,18,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#FFFDF6;
}
.zdd88aradar-ring strong { color:#7C2D12; font-size:0.98rem; }
.zdd88aradar-ring span { color:#FB923C; font-size:0.78rem; }
.zdd88aknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.zdd88aknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#FEF3C7;
  border:1px solid #FDE68A; color:#1C1917; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.zdd88aknow-radar li i { color:#FB923C; flex-shrink:0; }
.zdd88aknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.zdd88aknow-jcard {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:14px; padding:1.15rem;
}
.zdd88aknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#FB923C; margin-bottom:0.35rem;
}
.zdd88aknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#7C2D12; }
.zdd88aknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#78716C; }
.zdd88ajbar { height:6px; border-radius:999px; background:#FEF3C7; overflow:hidden; }
.zdd88ajbar i { display:block; height:100%; background:linear-gradient(90deg,#9A3412,#FB923C); border-radius:999px; }

/* feature visual extras */
.zdd88afeat-edit-viz .zdd88afeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.zdd88aring {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#9A3412 calc(var(--p) * 1%), #FEF3C7 0);
  display:grid; place-items:center; position:relative;
}
.zdd88aring::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#FFFDF6;
}
.zdd88aring span { position:absolute; font-size:0.68rem; font-weight:700; color:#7C2D12; }
.zdd88aring-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);
}
.zdd88aring-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.zdd88aring-light span { font-size:0.72rem; color:#fff; }
.zdd88afeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.zdd88aspark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.zdd88aspark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#FB923C,#9A3412); font-style:normal;
}
.zdd88afeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.zdd88achip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(154,52,18,0.1); color:#9A3412; border:1px solid rgba(154,52,18,0.18);
}
.zdd88afeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.zdd88afeat-tile-top i { font-size:1.15rem; color:#9A3412; }
.zdd88afeat-tile-top strong { color:#FB923C; font-size:0.9rem; }
.zdd88afeat-tile .zdd88ameter-track { margin-top:0.75rem; }
.zdd88astats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:14px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.zdd88astats-chart-wrap .zdd88abar-col em { color:rgba(255,255,255,0.75); }
.zdd88astats-chart-wrap .zdd88abar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.zdd88aarticle { background:#FFFBEB; }
.zdd88anews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.zdd88anews-body { padding:0.85rem; min-width:0; }
.zdd88anews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.zdd88anews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.zdd88anews-card h3 a { color:#7C2D12; }
.zdd88athumb-wrap { overflow:hidden; display:block; width:100%; }
.zdd88athumb-home { width:100%; height:110px; object-fit:cover; }

.zdd88adl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#78716C;
}
.zdd88abreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.zdd88abreadcrumb-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:#FFFDF6; border:1px solid #FDE68A; border-radius:14px;
}
.zdd88abreadcrumb-list li {
  color:#78716C; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.zdd88abreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#FDE68A; font-weight:400;
}
.zdd88abreadcrumb-list a { color:#9A3412; text-decoration:none; }
.zdd88abreadcrumb-list a:hover { color:#FB923C; }
.zdd88abreadcrumb-list li[aria-current="page"] { color:#7C2D12; font-weight:600; }
.zdd88alist-intro {
  margin-top:0.85rem; padding:1rem; background:#FFFDF6; border:1px solid #FDE68A; border-radius:14px;
}
.zdd88alist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#1C1917; }
.zdd88alist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.zdd88alist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#9A3412; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #FDE68A; border-radius:999px; background:rgba(154,52,18,0.06);
}
.zdd88alist-intro-links a:hover { border-color:#FB923C; color:#FB923C; }

/* sidebar channels */
.zdd88aside-channels { overflow:hidden; }
.zdd88aside-channel-list { margin:0; padding:0; }
.zdd88aside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #FDE68A; list-style:none;
}
.zdd88aside-channel-item:last-child { border-bottom:0; }
.zdd88aside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#7C2D12;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.zdd88aside-channel-item a:hover { color:#FB923C; }
.zdd88aside-channel-item.zdd88athis a,
.zdd88aside-channel-item.this a {
  color:#9A3412; font-weight:700;
}

/* footer */
.zdd88afooter { background:#7C2D12; color:#94A3B8; padding:3rem 0 1.4rem; }
.zdd88afooter-title { color:#fff; font-size:1rem; font-weight:600; }
.zdd88afooter-links { list-style:none; padding:0; margin:0; }
.zdd88afooter-links li { margin-bottom:0.4rem; }
.zdd88afooter a { color:#94A3B8; text-decoration:none; }
.zdd88afooter a:hover { color:#93C5FD; }
.zdd88afooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.zdd88abeian { margin-top:0.35rem; }
.zdd88abeian a { color:#64748B; }
.zdd88abeian a:hover { color:#93C5FD; }
.zdd88afriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.zdd88ainner { background:#FEF3C7; min-height:0; }
.zdd88alist-item { border-bottom:1px solid #FDE68A; padding-bottom:1rem; margin-bottom:1rem; }
.zdd88alist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.zdd88aarticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.zdd88aarticle-content img { max-width:100%; height:auto; border-radius:14px; }
.zdd88aarticle-content table { max-width:100%; display:block; overflow-x:auto; }
.zdd88athumb-list,.zdd88athumb-related { width:100%; height:84px; object-fit:cover; border-radius:14px; }
.zdd88aside-thumb { width:72px; flex-shrink:0; display:block; }
.zdd88athumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.zdd88acover-wrap { overflow:hidden; border-radius:14px; }
.zdd88athumb-cover { width:100%; height:200px; object-fit:cover; }
.zdd88ameta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #FDE68A; border-radius:20px;
  font-size:0.85rem; color:#9A3412; 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 #FDE68A; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#FB923C; color:#FB923C; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.zdd88abody { 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; }
.zdd88afeat-card,.zdd88adl-card,.zdd88asec-card,.zdd88afaq-card,.zdd88apanel,.zdd88anews-card,.zdd88aknowledge,.zdd88acert,.zdd88afeat-tile,.zdd88afeat-edit,.zdd88amag-board,.zdd88adash-panel,.zdd88acta-box,.zdd88aglass-card,.zdd88aterm-window,.zdd88aportal-card,.zdd88abento-main,.zdd88abento-tile,.zdd88arail-main,.zdd88arail-aside,.zdd88acompare-item,.zdd88aside-channels,.zdd88aknow-step,.zdd88aknow-cmp,.zdd88aknow-client,.zdd88aknow-jcard,.zdd88aknow-viz,.zdd88astats-chart-wrap,.zdd88alist-intro,.zdd88abreadcrumb-list,.zdd88atl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.zdd88afeat-folio-card { overflow: visible; }
.zdd88amag-stage, .zdd88abento-hero, .zdd88arail-wrap, .zdd88acompare-grid, .zdd88afeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.zdd88adl-card h3,.zdd88afeat-card h3,.zdd88asec-card h3,.zdd88afaq-card h3,.zdd88ahero-title,.zdd88aknow-step h3,.zdd88aknow-jcard h3,.zdd88asection-heading,.zdd88astats-title,.zdd88amag-board-title,.zdd88aportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.zdd88ahero-buttons .btn, .zdd88abtn { max-width:100%; box-sizing:border-box; }
.zdd88amuted { max-width:100%; overflow-wrap:anywhere; }
.zdd88anews-card { height:auto !important; }
.zdd88alist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.zdd88athumb-list,.zdd88athumb-related,.zdd88athumb-home,.zdd88athumb-cover,.zdd88athumb-side {
  max-width:100%; display:block;
}
.zdd88asection > .container, .zdd88ahero > .container, .zdd88afooter > .container, .zdd88anavbar > .container, .zdd88awide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.zdd88ahero-buttons { max-width:100%; width:auto; }
.zdd88ahero-copy { max-width:min(760px,100%); min-width:0; }
.zdd88adash-row { min-width:0; gap:0.75rem; }
.zdd88adash-row span, .zdd88adash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.zdd88aterm-window, .zdd88aterm-body { max-width:100%; overflow:hidden; }
.zdd88aterm-line { overflow-wrap:anywhere; word-break:break-word; }
.zdd88afooter .row > [class*="col-"] { min-width:0; }
.zdd88afriend-links { max-width:100%; }
.zdd88aarticle-content pre, .zdd88aarticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.zdd88aknowledge { overflow:hidden; }
.zdd88aknow-process > *, .zdd88aknow-meters > *, .zdd88aknow-compare > *, .zdd88aknow-clients > *, .zdd88aknow-journey > * {
  min-width:0; max-width:100%;
}
.zdd88aknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.zdd88astats-inline .zdd88astat,
.zdd88astats-cards .zdd88astat,
.zdd88astats-dashboard .zdd88astat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.zdd88ahero-compare .zdd88acompare-grid,
.zdd88ahero-portal .row,
.zdd88ahero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .zdd88ahero { padding:2.35rem 0 1.9rem; text-align:center; }
  .zdd88ahero-sub,.zdd88ahero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .zdd88ahero-lead { text-align:left; }
  .zdd88ahero-buttons { justify-content:center; width:100%; }
  .zdd88ahero-chips { justify-content:center; }
  .zdd88ahero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .zdd88ahero-magazine, .zdd88ahero-glass, .zdd88ahero-cta, .zdd88ahero-terminal,
  .zdd88ahero-compare, .zdd88ahero-portal, .zdd88ahero-dash, .zdd88ahero-bento, .zdd88ahero-rail {
    text-align:left;
  }
  .zdd88ahero-compare .zdd88ahero-copy-center { text-align:center; }
  .zdd88asection { padding:2rem 0; }
  .zdd88astats { padding:2rem 0; }
  .zdd88astats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .zdd88adl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zdd88asec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zdd88acert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zdd88afaq-grid { grid-template-columns:1fr !important; }
  .zdd88afeat-grid,.zdd88afeat-bento,.zdd88afeat-edit-grid,.zdd88afeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zdd88aknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .zdd88aknow-meters,.zdd88aknow-compare,.zdd88aknow-clients,.zdd88aknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zdd88abento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .zdd88abento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .zdd88abento-tile { height:auto !important; min-height:0; }
  .zdd88arail-wrap { grid-template-columns:1fr !important; }
  .zdd88arail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .zdd88arail-item { margin:0; flex:1 1 auto; min-width:0; }
  .zdd88acompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zdd88amag-board, .zdd88adash-panel, .zdd88aportal-card, .zdd88acta-box, .zdd88aglass-card, .zdd88aterm-window {
    height:auto !important;
  }
  .zdd88amag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .zdd88ahero-magazine { padding:2.5rem 0 2.1rem; }
  .zdd88awide-band { padding:2.1rem 0 !important; }
  .zdd88aglass-card,.zdd88acta-box,.zdd88aterm-body,.zdd88amag-board,.zdd88adash-panel,.zdd88arail-main,.zdd88aportal-card,.zdd88abento-main,.zdd88abento-tile {
    padding:1.1rem !important;
  }
  .zdd88afeat-card,.zdd88adl-card,.zdd88asec-card,.zdd88afaq-card,.zdd88apanel,.zdd88acert,.zdd88afeat-tile,.zdd88afeat-edit,
  .zdd88aknow-step,.zdd88aknow-cmp,.zdd88aknow-client,.zdd88aknow-jcard,.zdd88aknow-viz,.zdd88atl-item,.zdd88acompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .zdd88afeat-folio-card:hover { transform:none; }
  .zdd88aknowledge { padding:1.1rem !important; }
  .zdd88abar-chart { height:120px; }
  .zdd88aarticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .zdd88astats-inline .zdd88astat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.zdd88abody { overflow-x:hidden; width:100%; }
  .zdd88anavbar .container, .zdd88acontainer.container,
  .zdd88asection > .container, .zdd88ahero > .container, .zdd88afooter > .container, .zdd88awide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .zdd88anavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .zdd88anavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .zdd88anav-link { padding:0.55rem 0.65rem !important; }
  .zdd88ahero { padding:1.55rem 0 1.3rem; }
  .zdd88ahero-center { padding:1.7rem 0 1.45rem !important; }
  .zdd88ahero-glass, .zdd88ahero-cta, .zdd88ahero-terminal, .zdd88ahero-compare, .zdd88ahero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .zdd88ahero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .zdd88ahero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .zdd88ahero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .zdd88ahero-chips { gap:0.35rem; justify-content:flex-start; }
  .zdd88ahero-center .zdd88ahero-chips,
  .zdd88ahero-compare .zdd88ahero-chips { justify-content:center; }
  .zdd88ahero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .zdd88asection { padding:1.55rem 0; }
  .zdd88astats { padding:1.55rem 0; }
  .zdd88adl-grid,.zdd88asec-grid,.zdd88acert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .zdd88afeat-grid,.zdd88afeat-bento,.zdd88afeat-edit-grid,.zdd88afeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .zdd88aknow-process,.zdd88aknow-meters,.zdd88aknow-compare,.zdd88aknow-clients,.zdd88aknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .zdd88aknow-radar { flex-direction:column; align-items:flex-start; }
  .zdd88aknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .zdd88abar-chart { height:96px; }
  .zdd88adl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .zdd88adl-card .btn, .zdd88aknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .zdd88afeat-card,.zdd88adl-card,.zdd88asec-card,.zdd88afaq-card,.zdd88apanel,.zdd88acert,.zdd88afeat-tile,.zdd88afeat-edit,
  .zdd88aknow-step,.zdd88aknow-cmp,.zdd88aknow-client,.zdd88aknow-jcard,.zdd88aknow-viz,.zdd88atl-item,.zdd88acompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .zdd88anews-card { padding:0 !important; }
  .zdd88abento-hero { grid-template-columns:1fr !important; }
  .zdd88acompare-grid { grid-template-columns:1fr !important; }
  .zdd88athumb-home { height:110px; }
  .zdd88athumb-list,.zdd88athumb-related { height:66px; }
  .zdd88athumb-cover { height:136px; }
  .zdd88aside-thumb { width:56px; }
  .zdd88afooter { text-align:center; padding:1.65rem 0 1rem; }
  .zdd88afriend-links { justify-content:center; }
  .zdd88aknowledge { padding:0.95rem !important; }
  .zdd88astat { padding:0.55rem 0.3rem; }
  .zdd88astats-grid { gap:0.5rem; }
  .zdd88astats-pills .zdd88astat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .zdd88astats-inline .zdd88astat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .zdd88abreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .zdd88abreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .zdd88alist-intro { padding:0.85rem; }
  .zdd88alist-intro-links { flex-direction:column; align-items:stretch; }
  .zdd88alist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .zdd88aportal-card { text-align:left; height:auto !important; }
  .zdd88aportal-card a { display:block; width:100%; text-align:center; }
  .zdd88astep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .zdd88ainner { padding-top:1rem; padding-bottom:1.4rem; }
  .zdd88alist-item .col-4, .zdd88alist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .zdd88alist-item .col-8, .zdd88alist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .zdd88aside-channels,.zdd88apanel { width:100%; }
  .zdd88atl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .zdd88atl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .zdd88aarticle .row-cols-2 > *, .zdd88aarticle .row-cols-md-3 > *,
  .zdd88aarticle .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%;
  }
  .zdd88ameter-top { font-size:0.8rem; }
  .zdd88afeat-metric-head, .zdd88afeat-edit-top, .zdd88afeat-tile-top, .zdd88afeat-folio-top { flex-wrap:wrap; }
  .zdd88aglass-card, .zdd88acta-box, .zdd88aterm-body { padding:0.95rem !important; }
  .zdd88awide-band { padding:1.7rem 0 !important; }
  .zdd88afooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .zdd88amag-board, .zdd88adash-panel, .zdd88arail-main, .zdd88abento-main { height:auto !important; }
  .zdd88afeat-folio-head { flex-direction:column; align-items:flex-start; }
  .zdd88amag-checks li { padding:0.6rem 0.65rem; }
  .zdd88arail-main { padding:1rem !important; }
  .zdd88amag-kicker { justify-content:flex-start; }
  .zdd88amag-board-head { flex-wrap:wrap; }
  .zdd88abeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .zdd88ahero-title { font-size:1.24rem; line-height:1.35; }
  .zdd88ahero-sub { font-size:0.86rem; }
  .zdd88ahero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .zdd88ahero-center .zdd88ahero-lead { padding-left:0; }
  .zdd88asection-heading { font-size:1.1rem; }
  .zdd88astats-title { font-size:1.02rem; }
  .zdd88astat-num { font-size:1.12rem; }
  .zdd88astat-lab { font-size:0.72rem; line-height:1.3; }
  .zdd88astats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zdd88athumb-home { height:118px; }
  .zdd88athumb-list,.zdd88athumb-related { height:56px; }
  .zdd88athumb-cover { height:118px; }
  .zdd88aarticle .row-cols-2 > *, .zdd88aarticle .row-cols-md-3 > *,
  .zdd88aarticle .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%;
  }
  .zdd88afeat-icon,.zdd88adl-icon,.zdd88asec-icon { width:40px; height:40px; font-size:1rem; }
  .zdd88anews-body { padding:0.65rem; }
  .zdd88alist-item .col-4, .zdd88alist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .zdd88alist-item .col-8, .zdd88alist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .zdd88alist-item h2 { font-size:0.92rem; }
  .zdd88acert-grid { grid-template-columns:1fr !important; }
  .zdd88aradar-ring { width:76px; height:76px; }
  .zdd88aknow-radar ul { grid-template-columns:1fr !important; }
  .zdd88abar-val { max-width:24px; font-size:0.56rem; }
  .zdd88achip { font-size:0.66rem; }
  .zdd88afaq-card h3 { font-size:0.92rem; }
  .zdd88afaq-card p { font-size:0.86rem; }
  .zdd88anavbar-brand { max-width:min(70vw,200px); }
  .zdd88amag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .zdd88afeat-folio-idx { font-size:1.25rem; }
}


