/* Design system: steps-timeline-dashboard — multi-industry CMS skin */
:root {
  --primary: #B45309;
  --accent: #FBBF24;
  --dark: #78350F;
  --surface: #FFFBEB;
  --soft: #FEF3C7;
  --border: #FDE68A;
  --text: #451A03;
  --muted: #92400E;
  --radius: 6px;
  --page-bg: #FFFBEB;
  --card-face: #FFFDF6;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.zebffebody {
  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); }
.zebffecontainer.container { max-width:1140px; }

/* nav */
.zebffenavbar {
  background:rgba(120,53,15,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.zebffenavbar-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;
}
.zebffenavbar-brand:hover { color:#FBBF24 !important; }
.zebffefooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.zebffefooter-brand:hover { color:#FBBF24; }
.zebffenavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.zebffenavbar .navbar-toggler-icon { filter:invert(1); }
.zebffenav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.zebffenav-link:hover, .zebffenav-item.zebffethis .zebffenav-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 */
.zebffehero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.zebffehero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(251,191,36,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(180,83,9,0.22), transparent);
}
.zebffehero > * { position:relative; z-index:1; }
.zebffeeyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#FBBF24; margin-bottom:0.5rem;
}
.zebffeeyebrow-light { color:#93C5FD; }
.zebffehero-title {
  font-size:clamp(1.85rem,4vw,3rem); font-weight:800; line-height:1.18;
  margin:0 0 1rem; word-break:break-word;
}
.zebffehero-title span { color:#93C5FD; }
.zebffehero-copy {
  max-width:760px; width:100%;
}
.zebffehero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.zebffehero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.zebffehero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #FBBF24; padding-left:1rem;
}
.zebffehero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.zebffehero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.zebffehero-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);
}
.zebffemag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.zebffemag-board-label { color:rgba(255,255,255,0.62); }

.zebffestep-list { margin:0 0 1.25rem; padding-left:1.2rem; color:rgba(255,255,255,0.75); }
.zebffestep-list li { margin-bottom:0.45rem; }

/* buttons */
.zebffebtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.zebffebtn-primary { background:#FBBF24; border-color:#FBBF24; color:#fff; }
.zebffebtn-primary:hover { background:#B45309; border-color:#B45309; color:#fff; }
.zebffebtn-secondary { background:#fff; color:#78350F; }
.zebffebtn-secondary:hover { background:#f1f5f9; color:#78350F; }
.zebffebtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.zebffebtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.zebffebtn-outline { background:transparent; color:#B45309; border-color:#B45309; }
.zebffebtn-outline:hover { background:#B45309; color:#fff; }

/* sections */
.zebffesection { padding:4.25rem 0; overflow:hidden; }
.zebffesection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#78350F; margin-bottom:0.65rem;
}
.zebffemuted { color:var(--muted); max-width:720px; }
.zebffefeatures { background:#FEF3C7; }
.zebffefeat-icon {
  width:48px; height:48px; border-radius:10px; background:#FEF3C7; color:#FBBF24;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.zebffefeat-card h3, .zebffefeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#78350F; word-break:break-word; }
.zebffefeat-card p, .zebffefeat-tile p { margin:0; font-size:0.94rem; color:#451A03; }

.zebffefeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffefeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffefeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffefeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.zebffefeat-folio-head .zebffemuted { max-width:28rem; }
.zebffefeat-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;
}
.zebffefeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(120,53,15,0.1);
  border-color: #FBBF24;
}
@media (hover:none) {
  .zebffefeat-folio-card:hover { transform:none; }
}
.zebffefeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.zebffefeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#B45309; opacity:0.85;
}
.zebffefeat-folio-card h3 {
  font-size:1.08rem; color:#78350F; margin-bottom:0.45rem;
}
.zebffefeat-folio-card p {
  margin:0; color:#451A03; font-size:0.92rem; line-height:1.65;
}
.zebffefeat-folio-card .zebffefeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.zebffetimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.zebffetl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#FFFDF6; border:1px solid #FDE68A; border-radius:6px; padding:1.15rem; overflow-x:hidden; }
.zebffetl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#B45309; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.zebffetl-body { min-width:0; flex:1; }
.zebffetl-body h3 { font-size:1.05rem; color:#78350F; margin-bottom:0.35rem; }
.zebffetl-body p { margin:0 0 0.65rem; color:#451A03; }


.zebffefeat-card,.zebffedl-card,.zebffesec-card,.zebffefaq-card,.zebffepanel,.zebffecert,.zebffefeat-tile,.zebffefeat-edit,
.zebffeknow-step,.zebffeknow-cmp,.zebffeknow-client,.zebffeknow-jcard,.zebffeknow-viz,.zebffetl-item,.zebffecompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 6px; border: 1px solid #FDE68A;
    overflow: hidden; background: #FFFDF6;
}
.zebffenews-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 6px; padding: 0; height: auto; border: 1px solid #FDE68A; background: #FFFDF6;
}
.zebffedl-grid, .zebffefeat-grid, .zebffesec-grid, .zebffefaq-grid, .zebffefeat-bento, .zebffecert-grid,
.zebffefeat-edit-grid, .zebffeknow-meters, .zebffeknow-compare, .zebffeknow-clients, .zebffeknow-journey,
.zebffeknow-process, .zebffestats-grid, .zebffecompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1.25rem;
}
.zebffedl-card,.zebffefeat-card,.zebffesec-card,.zebffefaq-card,.zebffefeat-tile,.zebffefeat-edit,
.zebffeknow-client,.zebffeknow-cmp,.zebffeknow-jcard,.zebffeknow-step,.zebffecert,.zebffecompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.zebffedl-card .btn, .zebffeknow-client .btn { margin-top: auto; width: 100%; }
.zebffepanel { height: auto; width: 100%; }
.zebffecert { justify-content:center; }
.zebffefeat-card > *, .zebffedl-card > *, .zebffesec-card > *, .zebffefaq-card > *, .zebffefeat-edit > * { max-width: 100%; }
.zebffefeat-card h3, .zebffedl-card h3, .zebffesec-card h3, .zebffefaq-card h3,
.zebffefeat-card p, .zebffedl-card p, .zebffefaq-card p, .zebffesec-card p,
.zebffeknow-step p, .zebffeknow-cmp p, .zebffeknow-jcard p, .zebffeknow-step h3,
.zebffefeat-folio-card h3, .zebffefeat-folio-card p, .zebffecompare-item h3, .zebffecompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.zebffehero-chips { max-width: 100%; }
.zebffehero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.zebffebento-main, .zebffebento-tile, .zebffemag-board, .zebffedash-panel, .zebffeportal-card,
.zebffecta-box, .zebffeglass-card, .zebfferail-main, .zebfferail-aside, .zebffeterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.zebffefeat-card,.zebffedl-card,.zebffesec-card,.zebffefaq-card,.zebffepanel,.zebffenews-card,.zebffecert,.zebffefeat-tile,.zebffefeat-edit {
    background: #FFFDF6; border: 1px solid #FDE68A;
    box-shadow: 0 8px 22px rgba(180,83,9,0.06);
}

/* stats */
.zebffestats {
  background:linear-gradient(135deg, #78350F 0%, #B45309 100%); color:#fff; padding:3rem 0;
}
.zebffestats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.zebffestats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.zebffestat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.zebffestat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.zebffestat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.zebffestats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.zebffestats-cards .zebffestat, .zebffestats-dashboard .zebffestat {
    background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:6px; padding:1.15rem 0.75rem;
}

/* download */
.zebffedownload { background:#FFFBEB; }
.zebffedl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffedl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.zebffedl-head > div:last-child { min-width:0; }
.zebffedl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#78350F; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.zebffedl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#78350F; }
.zebffedl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.zebffedl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #FDE68A; border-radius:0; }
.zebffedl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.zebffedl-list li:last-child { margin-bottom:0; }

/* security */
.zebffesecurity { background:#FEF3C7; }
.zebffesec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.zebffesec-icon {
  width:48px; height:48px; border-radius:10px; background:#B45309; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.zebffesec-card h3 { text-align:center; font-size:1.02rem; color:#78350F; margin-bottom:0.7rem; }
.zebffesec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #FDE68A; border-radius:0; }
.zebffesec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.zebffecert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffecert { text-align:center; }
.zebffecert h4 { color:#78350F; font-size:1rem; margin-bottom:0.3rem; }
.zebffecert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.zebffefaq { background:#FFFBEB; }
.zebffefaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.zebffefaq-card h3 { font-size:1rem; color:#78350F; margin-bottom:0.45rem; word-break:break-word; }
.zebffefaq-card p { margin:0; font-size:0.94rem; color:#451A03; }
.zebffeknowledge-sec { background:#FEF3C7; }
.zebffeknowledge {
  background:#FFFDF6; border:1px solid #FDE68A; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.zebffeknowledge-viz { box-shadow: inset 4px 0 0 #B45309; }
.zebffeknow-head { margin-bottom:1.15rem; min-width:0; }
.zebffeknow-head .zebffemuted { max-width:720px; }
.zebffeknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.zebffeknow-step {
  min-width:0; background:#FEF3C7; border:1px solid #FDE68A;
  border-radius:6px; padding:0.95rem 0.75rem; text-align:center;
}
.zebffeknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#FBBF24; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.zebffeknow-step i { font-size:1.15rem; color:#B45309; margin-bottom:0.35rem; display:inline-block; }
.zebffeknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#78350F; word-break:break-word; }
.zebffeknow-step p { margin:0; font-size:0.8rem; color:#92400E; word-break:break-word; }
.zebffeknow-arrow { display:none; }
.zebffeknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.zebffemeter { min-width:0; }
.zebffemeter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#451A03; }
.zebffemeter-top span { min-width:0; overflow-wrap:anywhere; }
.zebffemeter-top strong { color:#B45309; flex-shrink:0; }
.zebffemeter-track {
  height:8px; border-radius:999px; background:#FEF3C7; overflow:hidden; width:100%;
}
.zebffemeter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #B45309, #FBBF24);
}
.zebffemeter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#92400E; }
.zebffemeter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.zebffemeter-track-light .zebffemeter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.zebffebar-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%;
}
.zebffebar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.zebffebar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #FBBF24, #B45309); 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;
}
.zebffebar-col em { font-style:normal; font-size:0.72rem; color:#92400E; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.zebffeknow-viz {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:6px; padding:1.15rem; min-width:0;
}
.zebffeknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#92400E; }
.zebffeknow-checklist { list-style:none; padding:0; margin:0; }
.zebffeknow-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:#451A03; min-width:0;
}
.zebffeknow-checklist li:last-child { border-bottom:0; }
.zebffeknow-checklist i { color:#FBBF24; margin-top:0.15rem; flex-shrink:0; }
.zebffeknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffeknow-cmp {
  text-align:center; background:#FEF3C7; border:1px solid #FDE68A; border-radius:6px; padding:1.15rem;
}
.zebffeknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(180,83,9,0.12); color:#B45309; font-size:1.1rem;
}
.zebffeknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#78350F; }
.zebffeknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#92400E; }
.zebffeknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(251,191,36,0.15); color:#B45309;
}
.zebffeknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.zebffeknow-client {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:6px; padding:1.15rem; gap:0.75rem;
}
.zebffeknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.zebffeknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#B45309; color:#fff; font-size:1rem; flex-shrink:0;
}
.zebffeknow-client-top h3 { margin:0; font-size:0.98rem; color:#78350F; }
.zebffeknow-client-top p { margin:0; font-size:0.8rem; color:#92400E; }
.zebffeknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.zebfferadar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #B45309; box-shadow:0 0 0 8px rgba(180,83,9,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#FFFDF6;
}
.zebfferadar-ring strong { color:#78350F; font-size:0.98rem; }
.zebfferadar-ring span { color:#FBBF24; font-size:0.78rem; }
.zebffeknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.zebffeknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#FEF3C7;
  border:1px solid #FDE68A; color:#451A03; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.zebffeknow-radar li i { color:#FBBF24; flex-shrink:0; }
.zebffeknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.zebffeknow-jcard {
  background:#FEF3C7; border:1px solid #FDE68A; border-radius:6px; padding:1.15rem;
}
.zebffeknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#FBBF24; margin-bottom:0.35rem;
}
.zebffeknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#78350F; }
.zebffeknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#92400E; }
.zebffejbar { height:6px; border-radius:999px; background:#FEF3C7; overflow:hidden; }
.zebffejbar i { display:block; height:100%; background:linear-gradient(90deg,#B45309,#FBBF24); border-radius:999px; }

/* feature visual extras */
.zebffefeat-edit-viz .zebffefeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.zebffering {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#B45309 calc(var(--p) * 1%), #FEF3C7 0);
  display:grid; place-items:center; position:relative;
}
.zebffering::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#FFFDF6;
}
.zebffering span { position:absolute; font-size:0.68rem; font-weight:700; color:#78350F; }
.zebffering-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);
}
.zebffering-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.zebffering-light span { font-size:0.72rem; color:#fff; }
.zebffefeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.zebffespark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.zebffespark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#FBBF24,#B45309); font-style:normal;
}
.zebffefeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.zebffechip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(180,83,9,0.1); color:#B45309; border:1px solid rgba(180,83,9,0.18);
}
.zebffefeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.zebffefeat-tile-top i { font-size:1.15rem; color:#B45309; }
.zebffefeat-tile-top strong { color:#FBBF24; font-size:0.9rem; }
.zebffefeat-tile .zebffemeter-track { margin-top:0.75rem; }
.zebffestats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:6px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.zebffestats-chart-wrap .zebffebar-col em { color:rgba(255,255,255,0.75); }
.zebffestats-chart-wrap .zebffebar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.zebffearticle { background:#FFFBEB; }
.zebffenews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.zebffenews-body { padding:0.85rem; min-width:0; }
.zebffenews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.zebffenews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.zebffenews-card h3 a { color:#78350F; }
.zebffethumb-wrap { overflow:hidden; display:block; width:100%; }
.zebffethumb-home { width:100%; height:110px; object-fit:cover; }

.zebffedl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#92400E;
}
.zebffebreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.zebffebreadcrumb-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:6px;
}
.zebffebreadcrumb-list li {
  color:#92400E; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.zebffebreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#FDE68A; font-weight:400;
}
.zebffebreadcrumb-list a { color:#B45309; text-decoration:none; }
.zebffebreadcrumb-list a:hover { color:#FBBF24; }
.zebffebreadcrumb-list li[aria-current="page"] { color:#78350F; font-weight:600; }
.zebffelist-intro {
  margin-top:0.85rem; padding:1rem; background:#FFFDF6; border:1px solid #FDE68A; border-radius:6px;
}
.zebffelist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#451A03; }
.zebffelist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.zebffelist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#B45309; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #FDE68A; border-radius:999px; background:rgba(180,83,9,0.06);
}
.zebffelist-intro-links a:hover { border-color:#FBBF24; color:#FBBF24; }

/* sidebar channels */
.zebffeside-channels { overflow:hidden; }
.zebffeside-channel-list { margin:0; padding:0; }
.zebffeside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #FDE68A; list-style:none;
}
.zebffeside-channel-item:last-child { border-bottom:0; }
.zebffeside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#78350F;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.zebffeside-channel-item a:hover { color:#FBBF24; }
.zebffeside-channel-item.zebffethis a,
.zebffeside-channel-item.this a {
  color:#B45309; font-weight:700;
}

/* footer */
.zebffefooter { background:#78350F; color:#94A3B8; padding:3rem 0 1.4rem; }
.zebffefooter-title { color:#fff; font-size:1rem; font-weight:600; }
.zebffefooter-links { list-style:none; padding:0; margin:0; }
.zebffefooter-links li { margin-bottom:0.4rem; }
.zebffefooter a { color:#94A3B8; text-decoration:none; }
.zebffefooter a:hover { color:#93C5FD; }
.zebffefooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.zebffebeian { margin-top:0.35rem; }
.zebffebeian a { color:#64748B; }
.zebffebeian a:hover { color:#93C5FD; }
.zebffefriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.zebffeinner { background:#FEF3C7; min-height:0; }
.zebffelist-item { border-bottom:1px solid #FDE68A; padding-bottom:1rem; margin-bottom:1rem; }
.zebffelist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.zebffearticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.zebffearticle-content img { max-width:100%; height:auto; border-radius:6px; }
.zebffearticle-content table { max-width:100%; display:block; overflow-x:auto; }
.zebffethumb-list,.zebffethumb-related { width:100%; height:84px; object-fit:cover; border-radius:6px; }
.zebffeside-thumb { width:72px; flex-shrink:0; display:block; }
.zebffethumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.zebffecover-wrap { overflow:hidden; border-radius:6px; }
.zebffethumb-cover { width:100%; height:200px; object-fit:cover; }
.zebffemeta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #FDE68A; border-radius:20px;
  font-size:0.85rem; color:#B45309; 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:#FBBF24; color:#FBBF24; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.zebffebody { 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; }
.zebffefeat-card,.zebffedl-card,.zebffesec-card,.zebffefaq-card,.zebffepanel,.zebffenews-card,.zebffeknowledge,.zebffecert,.zebffefeat-tile,.zebffefeat-edit,.zebffemag-board,.zebffedash-panel,.zebffecta-box,.zebffeglass-card,.zebffeterm-window,.zebffeportal-card,.zebffebento-main,.zebffebento-tile,.zebfferail-main,.zebfferail-aside,.zebffecompare-item,.zebffeside-channels,.zebffeknow-step,.zebffeknow-cmp,.zebffeknow-client,.zebffeknow-jcard,.zebffeknow-viz,.zebffestats-chart-wrap,.zebffelist-intro,.zebffebreadcrumb-list,.zebffetl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.zebffefeat-folio-card { overflow: visible; }
.zebffemag-stage, .zebffebento-hero, .zebfferail-wrap, .zebffecompare-grid, .zebffefeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.zebffedl-card h3,.zebffefeat-card h3,.zebffesec-card h3,.zebffefaq-card h3,.zebffehero-title,.zebffeknow-step h3,.zebffeknow-jcard h3,.zebffesection-heading,.zebffestats-title,.zebffemag-board-title,.zebffeportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.zebffehero-buttons .btn, .zebffebtn { max-width:100%; box-sizing:border-box; }
.zebffemuted { max-width:100%; overflow-wrap:anywhere; }
.zebffenews-card { height:auto !important; }
.zebffelist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.zebffethumb-list,.zebffethumb-related,.zebffethumb-home,.zebffethumb-cover,.zebffethumb-side {
  max-width:100%; display:block;
}
.zebffesection > .container, .zebffehero > .container, .zebffefooter > .container, .zebffenavbar > .container, .zebffewide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.zebffehero-buttons { max-width:100%; width:auto; }
.zebffehero-copy { max-width:min(760px,100%); min-width:0; }
.zebffedash-row { min-width:0; gap:0.75rem; }
.zebffedash-row span, .zebffedash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.zebffeterm-window, .zebffeterm-body { max-width:100%; overflow:hidden; }
.zebffeterm-line { overflow-wrap:anywhere; word-break:break-word; }
.zebffefooter .row > [class*="col-"] { min-width:0; }
.zebffefriend-links { max-width:100%; }
.zebffearticle-content pre, .zebffearticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.zebffeknowledge { overflow:hidden; }
.zebffeknow-process > *, .zebffeknow-meters > *, .zebffeknow-compare > *, .zebffeknow-clients > *, .zebffeknow-journey > * {
  min-width:0; max-width:100%;
}
.zebffeknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.zebffestats-inline .zebffestat,
.zebffestats-cards .zebffestat,
.zebffestats-dashboard .zebffestat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.zebffehero-compare .zebffecompare-grid,
.zebffehero-portal .row,
.zebffehero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .zebffehero { padding:2.35rem 0 1.9rem; text-align:center; }
  .zebffehero-sub,.zebffehero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .zebffehero-lead { text-align:left; }
  .zebffehero-buttons { justify-content:center; width:100%; }
  .zebffehero-chips { justify-content:center; }
  .zebffehero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .zebffehero-magazine, .zebffehero-glass, .zebffehero-cta, .zebffehero-terminal,
  .zebffehero-compare, .zebffehero-portal, .zebffehero-dash, .zebffehero-bento, .zebffehero-rail {
    text-align:left;
  }
  .zebffehero-compare .zebffehero-copy-center { text-align:center; }
  .zebffesection { padding:2rem 0; }
  .zebffestats { padding:2rem 0; }
  .zebffestats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .zebffedl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zebffesec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zebffecert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zebffefaq-grid { grid-template-columns:1fr !important; }
  .zebffefeat-grid,.zebffefeat-bento,.zebffefeat-edit-grid,.zebffefeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zebffeknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .zebffeknow-meters,.zebffeknow-compare,.zebffeknow-clients,.zebffeknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .zebffebento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .zebffebento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .zebffebento-tile { height:auto !important; min-height:0; }
  .zebfferail-wrap { grid-template-columns:1fr !important; }
  .zebfferail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .zebfferail-item { margin:0; flex:1 1 auto; min-width:0; }
  .zebffecompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zebffemag-board, .zebffedash-panel, .zebffeportal-card, .zebffecta-box, .zebffeglass-card, .zebffeterm-window {
    height:auto !important;
  }
  .zebffemag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .zebffehero-magazine { padding:2.5rem 0 2.1rem; }
  .zebffewide-band { padding:2.1rem 0 !important; }
  .zebffeglass-card,.zebffecta-box,.zebffeterm-body,.zebffemag-board,.zebffedash-panel,.zebfferail-main,.zebffeportal-card,.zebffebento-main,.zebffebento-tile {
    padding:1.1rem !important;
  }
  .zebffefeat-card,.zebffedl-card,.zebffesec-card,.zebffefaq-card,.zebffepanel,.zebffecert,.zebffefeat-tile,.zebffefeat-edit,
  .zebffeknow-step,.zebffeknow-cmp,.zebffeknow-client,.zebffeknow-jcard,.zebffeknow-viz,.zebffetl-item,.zebffecompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .zebffefeat-folio-card:hover { transform:none; }
  .zebffeknowledge { padding:1.1rem !important; }
  .zebffebar-chart { height:120px; }
  .zebffearticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .zebffestats-inline .zebffestat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.zebffebody { overflow-x:hidden; width:100%; }
  .zebffenavbar .container, .zebffecontainer.container,
  .zebffesection > .container, .zebffehero > .container, .zebffefooter > .container, .zebffewide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .zebffenavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .zebffenavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .zebffenav-link { padding:0.55rem 0.65rem !important; }
  .zebffehero { padding:1.55rem 0 1.3rem; }
  .zebffehero-center { padding:1.7rem 0 1.45rem !important; }
  .zebffehero-glass, .zebffehero-cta, .zebffehero-terminal, .zebffehero-compare, .zebffehero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .zebffehero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .zebffehero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .zebffehero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .zebffehero-chips { gap:0.35rem; justify-content:flex-start; }
  .zebffehero-center .zebffehero-chips,
  .zebffehero-compare .zebffehero-chips { justify-content:center; }
  .zebffehero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .zebffesection { padding:1.55rem 0; }
  .zebffestats { padding:1.55rem 0; }
  .zebffedl-grid,.zebffesec-grid,.zebffecert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .zebffefeat-grid,.zebffefeat-bento,.zebffefeat-edit-grid,.zebffefeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .zebffeknow-process,.zebffeknow-meters,.zebffeknow-compare,.zebffeknow-clients,.zebffeknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .zebffeknow-radar { flex-direction:column; align-items:flex-start; }
  .zebffeknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .zebffebar-chart { height:96px; }
  .zebffedl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .zebffedl-card .btn, .zebffeknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .zebffefeat-card,.zebffedl-card,.zebffesec-card,.zebffefaq-card,.zebffepanel,.zebffecert,.zebffefeat-tile,.zebffefeat-edit,
  .zebffeknow-step,.zebffeknow-cmp,.zebffeknow-client,.zebffeknow-jcard,.zebffeknow-viz,.zebffetl-item,.zebffecompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .zebffenews-card { padding:0 !important; }
  .zebffebento-hero { grid-template-columns:1fr !important; }
  .zebffecompare-grid { grid-template-columns:1fr !important; }
  .zebffethumb-home { height:110px; }
  .zebffethumb-list,.zebffethumb-related { height:66px; }
  .zebffethumb-cover { height:136px; }
  .zebffeside-thumb { width:56px; }
  .zebffefooter { text-align:center; padding:1.65rem 0 1rem; }
  .zebffefriend-links { justify-content:center; }
  .zebffeknowledge { padding:0.95rem !important; }
  .zebffestat { padding:0.55rem 0.3rem; }
  .zebffestats-grid { gap:0.5rem; }
  .zebffestats-pills .zebffestat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .zebffestats-inline .zebffestat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .zebffebreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .zebffebreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .zebffelist-intro { padding:0.85rem; }
  .zebffelist-intro-links { flex-direction:column; align-items:stretch; }
  .zebffelist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .zebffeportal-card { text-align:left; height:auto !important; }
  .zebffeportal-card a { display:block; width:100%; text-align:center; }
  .zebffestep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .zebffeinner { padding-top:1rem; padding-bottom:1.4rem; }
  .zebffelist-item .col-4, .zebffelist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .zebffelist-item .col-8, .zebffelist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .zebffeside-channels,.zebffepanel { width:100%; }
  .zebffetl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .zebffetl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .zebffearticle .row-cols-2 > *, .zebffearticle .row-cols-md-3 > *,
  .zebffearticle .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%;
  }
  .zebffemeter-top { font-size:0.8rem; }
  .zebffefeat-metric-head, .zebffefeat-edit-top, .zebffefeat-tile-top, .zebffefeat-folio-top { flex-wrap:wrap; }
  .zebffeglass-card, .zebffecta-box, .zebffeterm-body { padding:0.95rem !important; }
  .zebffewide-band { padding:1.7rem 0 !important; }
  .zebffefooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .zebffemag-board, .zebffedash-panel, .zebfferail-main, .zebffebento-main { height:auto !important; }
  .zebffefeat-folio-head { flex-direction:column; align-items:flex-start; }
  .zebffemag-checks li { padding:0.6rem 0.65rem; }
  .zebfferail-main { padding:1rem !important; }
  .zebffemag-kicker { justify-content:flex-start; }
  .zebffemag-board-head { flex-wrap:wrap; }
  .zebffebeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .zebffehero-title { font-size:1.24rem; line-height:1.35; }
  .zebffehero-sub { font-size:0.86rem; }
  .zebffehero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .zebffehero-center .zebffehero-lead { padding-left:0; }
  .zebffesection-heading { font-size:1.1rem; }
  .zebffestats-title { font-size:1.02rem; }
  .zebffestat-num { font-size:1.12rem; }
  .zebffestat-lab { font-size:0.72rem; line-height:1.3; }
  .zebffestats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .zebffethumb-home { height:118px; }
  .zebffethumb-list,.zebffethumb-related { height:56px; }
  .zebffethumb-cover { height:118px; }
  .zebffearticle .row-cols-2 > *, .zebffearticle .row-cols-md-3 > *,
  .zebffearticle .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%;
  }
  .zebffefeat-icon,.zebffedl-icon,.zebffesec-icon { width:40px; height:40px; font-size:1rem; }
  .zebffenews-body { padding:0.65rem; }
  .zebffelist-item .col-4, .zebffelist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .zebffelist-item .col-8, .zebffelist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .zebffelist-item h2 { font-size:0.92rem; }
  .zebffecert-grid { grid-template-columns:1fr !important; }
  .zebfferadar-ring { width:76px; height:76px; }
  .zebffeknow-radar ul { grid-template-columns:1fr !important; }
  .zebffebar-val { max-width:24px; font-size:0.56rem; }
  .zebffechip { font-size:0.66rem; }
  .zebffefaq-card h3 { font-size:0.92rem; }
  .zebffefaq-card p { font-size:0.86rem; }
  .zebffenavbar-brand { max-width:min(70vw,200px); }
  .zebffemag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .zebffefeat-folio-idx { font-size:1.25rem; }
}


