/* Design system: terminal-icons-terminal — multi-industry CMS skin */
:root {
  --primary: #047857;
  --accent: #34D399;
  --dark: #064E3B;
  --surface: #ECFDF5;
  --soft: #D1FAE5;
  --border: #A7F3D0;
  --text: #064E3B;
  --muted: #059669;
  --radius: 12px;
  --page-bg: #0b1220;
  --card-face: #0f172a;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.z38674body {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#0b1220; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.z38674container.container { max-width:1140px; }

/* nav */
.z38674navbar {
  background:rgba(6,78,59,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.z38674navbar-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;
}
.z38674navbar-brand:hover { color:#34D399 !important; }
.z38674footer-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.z38674footer-brand:hover { color:#34D399; }
.z38674navbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.z38674navbar .navbar-toggler-icon { filter:invert(1); }
.z38674nav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.z38674nav-link:hover, .z38674nav-item.z38674this .z38674nav-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 */
.z38674hero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.z38674hero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(52,211,153,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(4,120,87,0.22), transparent);
}
.z38674hero > * { position:relative; z-index:1; }
.z38674eyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#34D399; margin-bottom:0.5rem;
}
.z38674eyebrow-light { color:#93C5FD; }
.z38674hero-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;
}
.z38674hero-title span { color:#93C5FD; }
.z38674hero-copy {
  max-width:760px; width:100%;
}
.z38674hero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.z38674hero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.z38674hero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #34D399; padding-left:1rem;
}
.z38674hero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.z38674hero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.z38674hero-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);
}
.z38674mag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.z38674mag-board-label { color:rgba(255,255,255,0.62); }

.z38674hero-terminal { background:#020617 !important; }
.z38674term-window { border:1px solid #334155; border-radius:12px; overflow:hidden; background:#0b1220; }
.z38674term-bar { background:#111827; padding:0.55rem 0.85rem; display:flex; gap:0.35rem; }
.z38674term-bar span { width:10px; height:10px; border-radius:50%; background:#334155; display:inline-block; }
.z38674term-body { padding:1.5rem; }
.z38674term-line { color:#67e8f9; font-family:ui-monospace,Consolas,monospace; font-size:0.88rem; margin-bottom:0.35rem; }

/* buttons */
.z38674btn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.z38674btn-primary { background:#34D399; border-color:#34D399; color:#fff; }
.z38674btn-primary:hover { background:#047857; border-color:#047857; color:#fff; }
.z38674btn-secondary { background:#fff; color:#064E3B; }
.z38674btn-secondary:hover { background:#f1f5f9; color:#064E3B; }
.z38674btn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.z38674btn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.z38674btn-outline { background:transparent; color:#047857; border-color:#047857; }
.z38674btn-outline:hover { background:#047857; color:#fff; }

/* sections */
.z38674section { padding:3.5rem 0; overflow:hidden; }
.z38674section-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#f8fafc; margin-bottom:0.65rem;
}
.z38674muted { color:var(--muted); max-width:720px; }
.z38674features { background:#0f172a; }
.z38674feat-icon {
  width:48px; height:48px; border-radius:10px; background:#D1FAE5; color:#34D399;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.z38674feat-card h3, .z38674feat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#f8fafc; word-break:break-word; }
.z38674feat-card p, .z38674feat-tile p { margin:0; font-size:0.94rem; color:#94a3b8; }

.z38674feat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674feat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674feat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674feat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.z38674feat-folio-head .z38674muted { max-width:28rem; }
.z38674feat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #0f172a 0%, #0f172a 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.z38674feat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(6,78,59,0.1);
  border-color: #34D399;
}
@media (hover:none) {
  .z38674feat-folio-card:hover { transform:none; }
}
.z38674feat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.z38674feat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:rgba(255,255,255,0.22); opacity:0.85;
}
.z38674feat-folio-card h3 {
  font-size:1.08rem; color:#f8fafc; margin-bottom:0.45rem;
}
.z38674feat-folio-card p {
  margin:0; color:#064E3B; font-size:0.92rem; line-height:1.65;
}
.z38674feat-folio-card .z38674feat-icon {
  width:44px; height:44px; border-radius:12px;
}
.z38674timeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.z38674tl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#0f172a; border:1px solid #A7F3D0; border-radius:12px; padding:1.15rem; overflow-x:hidden; }
.z38674tl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#047857; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.z38674tl-body { min-width:0; flex:1; }
.z38674tl-body h3 { font-size:1.05rem; color:#064E3B; margin-bottom:0.35rem; }
.z38674tl-body p { margin:0 0 0.65rem; color:#064E3B; }


.z38674feat-card,.z38674dl-card,.z38674sec-card,.z38674faq-card,.z38674panel,.z38674cert,.z38674feat-tile,.z38674feat-edit,
.z38674know-step,.z38674know-cmp,.z38674know-client,.z38674know-jcard,.z38674know-viz,.z38674tl-item,.z38674compare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 12px; border: 1px solid #A7F3D0;
    overflow: hidden; background: #0f172a;
}
.z38674news-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 12px; padding: 0; height: auto; border: 1px solid #A7F3D0; background: #0f172a;
}
.z38674dl-grid, .z38674feat-grid, .z38674sec-grid, .z38674faq-grid, .z38674feat-bento, .z38674cert-grid,
.z38674feat-edit-grid, .z38674know-meters, .z38674know-compare, .z38674know-clients, .z38674know-journey,
.z38674know-process, .z38674stats-grid, .z38674compare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1rem;
}
.z38674dl-card,.z38674feat-card,.z38674sec-card,.z38674faq-card,.z38674feat-tile,.z38674feat-edit,
.z38674know-client,.z38674know-cmp,.z38674know-jcard,.z38674know-step,.z38674cert,.z38674compare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.z38674dl-card .btn, .z38674know-client .btn { margin-top: auto; width: 100%; }
.z38674panel { height: auto; width: 100%; }
.z38674cert { justify-content:center; }
.z38674feat-card > *, .z38674dl-card > *, .z38674sec-card > *, .z38674faq-card > *, .z38674feat-edit > * { max-width: 100%; }
.z38674feat-card h3, .z38674dl-card h3, .z38674sec-card h3, .z38674faq-card h3,
.z38674feat-card p, .z38674dl-card p, .z38674faq-card p, .z38674sec-card p,
.z38674know-step p, .z38674know-cmp p, .z38674know-jcard p, .z38674know-step h3,
.z38674feat-folio-card h3, .z38674feat-folio-card p, .z38674compare-item h3, .z38674compare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.z38674hero-chips { max-width: 100%; }
.z38674hero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.z38674bento-main, .z38674bento-tile, .z38674mag-board, .z38674dash-panel, .z38674portal-card,
.z38674cta-box, .z38674glass-card, .z38674rail-main, .z38674rail-aside, .z38674term-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.z38674feat-card,.z38674dl-card,.z38674sec-card,.z38674faq-card,.z38674panel,.z38674news-card,.z38674cert,.z38674feat-tile,.z38674feat-edit {
    background: #0f172a; border: 1px solid #A7F3D0; box-shadow: none;
}
.z38674feat-tile:nth-child(2) { background: #064E3B; color: #fff; border-color: #064E3B; }
.z38674feat-tile:nth-child(2) p { color: #cbd5e1; }

/* stats */
.z38674stats {
  background:linear-gradient(135deg, #064E3B 0%, #047857 100%); color:#fff; padding:3rem 0;
}
.z38674stats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.z38674stats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.z38674stat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.z38674stat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.z38674stat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.z38674stats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.z38674stats-terminal { background:#020617 !important; }
.z38674stats-terminal .z38674stat { border:1px solid #334155; border-radius:12px; padding:1rem; background:#0b1220; }

/* download */
.z38674download { background:#0b1220; }
.z38674dl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674dl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.z38674dl-head > div:last-child { min-width:0; }
.z38674dl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#064E3B; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.z38674dl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#f8fafc; }
.z38674dl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.z38674dl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #A7F3D0; border-radius:0; }
.z38674dl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.z38674dl-list li:last-child { margin-bottom:0; }

/* security */
.z38674security { background:#0f172a; }
.z38674sec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.z38674sec-icon {
  width:48px; height:48px; border-radius:10px; background:#047857; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.z38674sec-card h3 { text-align:center; font-size:1.02rem; color:#f8fafc; margin-bottom:0.7rem; }
.z38674sec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #A7F3D0; border-radius:0; }
.z38674sec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.z38674cert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674cert { text-align:center; }
.z38674cert h4 { color:#f8fafc; font-size:1rem; margin-bottom:0.3rem; }
.z38674cert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.z38674faq { background:#0b1220; }
.z38674faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.z38674faq-card h3 { font-size:1rem; color:#f8fafc; margin-bottom:0.45rem; word-break:break-word; }
.z38674faq-card p { margin:0; font-size:0.94rem; color:#94a3b8; }
.z38674knowledge-sec { background:#0f172a; }
.z38674knowledge {
  background:#0f172a; border:1px solid #A7F3D0; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.z38674knowledge-viz { box-shadow: inset 4px 0 0 #047857; }
.z38674know-head { margin-bottom:1.15rem; min-width:0; }
.z38674know-head .z38674muted { max-width:720px; }
.z38674know-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.z38674know-step {
  min-width:0; background:#111827; border:1px solid #A7F3D0;
  border-radius:12px; padding:0.95rem 0.75rem; text-align:center;
}
.z38674know-num {
  display:block; font-size:0.75rem; font-weight:700; color:#34D399; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.z38674know-step i { font-size:1.15rem; color:#047857; margin-bottom:0.35rem; display:inline-block; }
.z38674know-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#f8fafc; word-break:break-word; }
.z38674know-step p { margin:0; font-size:0.8rem; color:#94a3b8; word-break:break-word; }
.z38674know-arrow { display:none; }
.z38674know-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z38674meter { min-width:0; }
.z38674meter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#e2e8f0; }
.z38674meter-top span { min-width:0; overflow-wrap:anywhere; }
.z38674meter-top strong { color:#047857; flex-shrink:0; }
.z38674meter-track {
  height:8px; border-radius:999px; background:#1e293b; overflow:hidden; width:100%;
}
.z38674meter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #047857, #34D399);
}
.z38674meter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#94a3b8; }
.z38674meter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.z38674meter-track-light .z38674meter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.z38674bar-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%;
}
.z38674bar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.z38674bar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #34D399, #047857); 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;
}
.z38674bar-col em { font-style:normal; font-size:0.72rem; color:#94a3b8; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.z38674know-viz {
  background:#111827; border:1px solid #A7F3D0; border-radius:12px; padding:1.15rem; min-width:0;
}
.z38674know-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#94a3b8; }
.z38674know-checklist { list-style:none; padding:0; margin:0; }
.z38674know-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #A7F3D0;
  font-size:0.92rem; color:#e2e8f0; min-width:0;
}
.z38674know-checklist li:last-child { border-bottom:0; }
.z38674know-checklist i { color:#34D399; margin-top:0.15rem; flex-shrink:0; }
.z38674know-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674know-cmp {
  text-align:center; background:#111827; border:1px solid #A7F3D0; border-radius:12px; padding:1.15rem;
}
.z38674know-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(4,120,87,0.12); color:#047857; font-size:1.1rem;
}
.z38674know-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#f8fafc; }
.z38674know-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#94a3b8; }
.z38674know-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(52,211,153,0.15); color:#047857;
}
.z38674know-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.z38674know-client {
  background:#111827; border:1px solid #A7F3D0; border-radius:12px; padding:1.15rem; gap:0.75rem;
}
.z38674know-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.z38674know-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#047857; color:#fff; font-size:1rem; flex-shrink:0;
}
.z38674know-client-top h3 { margin:0; font-size:0.98rem; color:#f8fafc; }
.z38674know-client-top p { margin:0; font-size:0.8rem; color:#94a3b8; }
.z38674know-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.z38674radar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #047857; box-shadow:0 0 0 8px rgba(4,120,87,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#0f172a;
}
.z38674radar-ring strong { color:#f8fafc; font-size:0.98rem; }
.z38674radar-ring span { color:#34D399; font-size:0.78rem; }
.z38674know-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.z38674know-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#111827;
  border:1px solid #A7F3D0; color:#e2e8f0; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.z38674know-radar li i { color:#34D399; flex-shrink:0; }
.z38674know-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.z38674know-jcard {
  background:#111827; border:1px solid #A7F3D0; border-radius:12px; padding:1.15rem;
}
.z38674know-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#34D399; margin-bottom:0.35rem;
}
.z38674know-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#f8fafc; }
.z38674know-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#94a3b8; }
.z38674jbar { height:6px; border-radius:999px; background:#1e293b; overflow:hidden; }
.z38674jbar i { display:block; height:100%; background:linear-gradient(90deg,#047857,#34D399); border-radius:999px; }

/* feature visual extras */
.z38674feat-edit-viz .z38674feat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.z38674ring {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#047857 calc(var(--p) * 1%), #1e293b 0);
  display:grid; place-items:center; position:relative;
}
.z38674ring::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#0f172a;
}
.z38674ring span { position:absolute; font-size:0.68rem; font-weight:700; color:#f8fafc; }
.z38674ring-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);
}
.z38674ring-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.z38674ring-light span { font-size:0.72rem; color:#fff; }
.z38674feat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.z38674spark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.z38674spark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#34D399,#047857); font-style:normal;
}
.z38674feat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.z38674chip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(4,120,87,0.1); color:#047857; border:1px solid rgba(4,120,87,0.18);
}
.z38674feat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.z38674feat-tile-top i { font-size:1.15rem; color:#047857; }
.z38674feat-tile-top strong { color:#34D399; font-size:0.9rem; }
.z38674feat-tile .z38674meter-track { margin-top:0.75rem; }
.z38674stats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:12px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.z38674stats-chart-wrap .z38674bar-col em { color:rgba(255,255,255,0.75); }
.z38674stats-chart-wrap .z38674bar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.z38674article { background:#0b1220; }
.z38674news-card { padding:0; height:auto; display:flex; flex-direction:column; }
.z38674news-body { padding:0.85rem; min-width:0; }
.z38674news-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.z38674news-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.z38674news-card h3 a { color:#f8fafc; }
.z38674thumb-wrap { overflow:hidden; display:block; width:100%; }
.z38674thumb-home { width:100%; height:110px; object-fit:cover; }

.z38674dl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#94a3b8;
}
.z38674breadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.z38674breadcrumb-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:#0f172a; border:1px solid #A7F3D0; border-radius:12px;
}
.z38674breadcrumb-list li {
  color:#94a3b8; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.z38674breadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#64748B; font-weight:400;
}
.z38674breadcrumb-list a { color:#047857; text-decoration:none; }
.z38674breadcrumb-list a:hover { color:#34D399; }
.z38674breadcrumb-list li[aria-current="page"] { color:#e2e8f0; font-weight:600; }
.z38674list-intro {
  margin-top:0.85rem; padding:1rem; background:#0f172a; border:1px solid #A7F3D0; border-radius:12px;
}
.z38674list-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#cbd5e1; }
.z38674list-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.z38674list-intro-links a {
  font-size:0.86rem; font-weight:600; color:#047857; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #A7F3D0; border-radius:999px; background:rgba(4,120,87,0.06);
}
.z38674list-intro-links a:hover { border-color:#34D399; color:#34D399; }

/* sidebar channels */
.z38674side-channels { overflow:hidden; }
.z38674side-channel-list { margin:0; padding:0; }
.z38674side-channel-item {
  margin:0; padding:0; border-bottom:1px solid #A7F3D0; list-style:none;
}
.z38674side-channel-item:last-child { border-bottom:0; }
.z38674side-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#e2e8f0;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.z38674side-channel-item a:hover { color:#34D399; }
.z38674side-channel-item.z38674this a,
.z38674side-channel-item.this a {
  color:#047857; font-weight:700;
}

/* footer */
.z38674footer { background:#020617; color:#94A3B8; padding:3rem 0 1.4rem; }
.z38674footer-title { color:#fff; font-size:1rem; font-weight:600; }
.z38674footer-links { list-style:none; padding:0; margin:0; }
.z38674footer-links li { margin-bottom:0.4rem; }
.z38674footer a { color:#94A3B8; text-decoration:none; }
.z38674footer a:hover { color:#93C5FD; }
.z38674footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.z38674beian { margin-top:0.35rem; }
.z38674beian a { color:#64748B; }
.z38674beian a:hover { color:#93C5FD; }
.z38674friend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.z38674inner { background:#0f172a; min-height:0; }
.z38674list-item { border-bottom:1px solid #A7F3D0; padding-bottom:1rem; margin-bottom:1rem; }
.z38674list-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.z38674article-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.z38674article-content img { max-width:100%; height:auto; border-radius:12px; }
.z38674article-content table { max-width:100%; display:block; overflow-x:auto; }
.z38674thumb-list,.z38674thumb-related { width:100%; height:84px; object-fit:cover; border-radius:12px; }
.z38674side-thumb { width:72px; flex-shrink:0; display:block; }
.z38674thumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.z38674cover-wrap { overflow:hidden; border-radius:12px; }
.z38674thumb-cover { width:100%; height:200px; object-fit:cover; }
.z38674meta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #A7F3D0; border-radius:20px;
  font-size:0.85rem; color:#047857; 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 #A7F3D0; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#34D399; color:#34D399; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.z38674body { 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; }
.z38674feat-card,.z38674dl-card,.z38674sec-card,.z38674faq-card,.z38674panel,.z38674news-card,.z38674knowledge,.z38674cert,.z38674feat-tile,.z38674feat-edit,.z38674mag-board,.z38674dash-panel,.z38674cta-box,.z38674glass-card,.z38674term-window,.z38674portal-card,.z38674bento-main,.z38674bento-tile,.z38674rail-main,.z38674rail-aside,.z38674compare-item,.z38674side-channels,.z38674know-step,.z38674know-cmp,.z38674know-client,.z38674know-jcard,.z38674know-viz,.z38674stats-chart-wrap,.z38674list-intro,.z38674breadcrumb-list,.z38674tl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.z38674feat-folio-card { overflow: visible; }
.z38674mag-stage, .z38674bento-hero, .z38674rail-wrap, .z38674compare-grid, .z38674feat-folio {
  width:100%; max-width:100%; min-width:0;
}
.z38674dl-card h3,.z38674feat-card h3,.z38674sec-card h3,.z38674faq-card h3,.z38674hero-title,.z38674know-step h3,.z38674know-jcard h3,.z38674section-heading,.z38674stats-title,.z38674mag-board-title,.z38674portal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.z38674hero-buttons .btn, .z38674btn { max-width:100%; box-sizing:border-box; }
.z38674muted { max-width:100%; overflow-wrap:anywhere; }
.z38674news-card { height:auto !important; }
.z38674list-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.z38674thumb-list,.z38674thumb-related,.z38674thumb-home,.z38674thumb-cover,.z38674thumb-side {
  max-width:100%; display:block;
}
.z38674section > .container, .z38674hero > .container, .z38674footer > .container, .z38674navbar > .container, .z38674wide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.z38674hero-buttons { max-width:100%; width:auto; }
.z38674hero-copy { max-width:min(760px,100%); min-width:0; }
.z38674dash-row { min-width:0; gap:0.75rem; }
.z38674dash-row span, .z38674dash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.z38674term-window, .z38674term-body { max-width:100%; overflow:hidden; }
.z38674term-line { overflow-wrap:anywhere; word-break:break-word; }
.z38674footer .row > [class*="col-"] { min-width:0; }
.z38674friend-links { max-width:100%; }
.z38674article-content pre, .z38674article-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.z38674knowledge { overflow:hidden; }
.z38674know-process > *, .z38674know-meters > *, .z38674know-compare > *, .z38674know-clients > *, .z38674know-journey > * {
  min-width:0; max-width:100%;
}
.z38674know-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.z38674stats-inline .z38674stat,
.z38674stats-cards .z38674stat,
.z38674stats-dashboard .z38674stat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.z38674hero-compare .z38674compare-grid,
.z38674hero-portal .row,
.z38674hero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .z38674hero { padding:2.35rem 0 1.9rem; text-align:center; }
  .z38674hero-sub,.z38674hero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .z38674hero-lead { text-align:left; }
  .z38674hero-buttons { justify-content:center; width:100%; }
  .z38674hero-chips { justify-content:center; }
  .z38674hero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .z38674hero-magazine, .z38674hero-glass, .z38674hero-cta, .z38674hero-terminal,
  .z38674hero-compare, .z38674hero-portal, .z38674hero-dash, .z38674hero-bento, .z38674hero-rail {
    text-align:left;
  }
  .z38674hero-compare .z38674hero-copy-center { text-align:center; }
  .z38674section { padding:2rem 0; }
  .z38674stats { padding:2rem 0; }
  .z38674stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .z38674dl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z38674sec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z38674cert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z38674faq-grid { grid-template-columns:1fr !important; }
  .z38674feat-grid,.z38674feat-bento,.z38674feat-edit-grid,.z38674feat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z38674know-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .z38674know-meters,.z38674know-compare,.z38674know-clients,.z38674know-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z38674bento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .z38674bento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .z38674bento-tile { height:auto !important; min-height:0; }
  .z38674rail-wrap { grid-template-columns:1fr !important; }
  .z38674rail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .z38674rail-item { margin:0; flex:1 1 auto; min-width:0; }
  .z38674compare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z38674mag-board, .z38674dash-panel, .z38674portal-card, .z38674cta-box, .z38674glass-card, .z38674term-window {
    height:auto !important;
  }
  .z38674mag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .z38674hero-magazine { padding:2.5rem 0 2.1rem; }
  .z38674wide-band { padding:2.1rem 0 !important; }
  .z38674glass-card,.z38674cta-box,.z38674term-body,.z38674mag-board,.z38674dash-panel,.z38674rail-main,.z38674portal-card,.z38674bento-main,.z38674bento-tile {
    padding:1.1rem !important;
  }
  .z38674feat-card,.z38674dl-card,.z38674sec-card,.z38674faq-card,.z38674panel,.z38674cert,.z38674feat-tile,.z38674feat-edit,
  .z38674know-step,.z38674know-cmp,.z38674know-client,.z38674know-jcard,.z38674know-viz,.z38674tl-item,.z38674compare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .z38674feat-folio-card:hover { transform:none; }
  .z38674knowledge { padding:1.1rem !important; }
  .z38674bar-chart { height:120px; }
  .z38674article .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .z38674stats-inline .z38674stat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.z38674body { overflow-x:hidden; width:100%; }
  .z38674navbar .container, .z38674container.container,
  .z38674section > .container, .z38674hero > .container, .z38674footer > .container, .z38674wide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .z38674navbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .z38674navbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .z38674nav-link { padding:0.55rem 0.65rem !important; }
  .z38674hero { padding:1.55rem 0 1.3rem; }
  .z38674hero-center { padding:1.7rem 0 1.45rem !important; }
  .z38674hero-glass, .z38674hero-cta, .z38674hero-terminal, .z38674hero-compare, .z38674hero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .z38674hero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .z38674hero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .z38674hero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .z38674hero-chips { gap:0.35rem; justify-content:flex-start; }
  .z38674hero-center .z38674hero-chips,
  .z38674hero-compare .z38674hero-chips { justify-content:center; }
  .z38674hero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .z38674section { padding:1.55rem 0; }
  .z38674stats { padding:1.55rem 0; }
  .z38674dl-grid,.z38674sec-grid,.z38674cert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .z38674feat-grid,.z38674feat-bento,.z38674feat-edit-grid,.z38674feat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .z38674know-process,.z38674know-meters,.z38674know-compare,.z38674know-clients,.z38674know-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .z38674know-radar { flex-direction:column; align-items:flex-start; }
  .z38674know-radar ul { width:100%; grid-template-columns:1fr !important; }
  .z38674bar-chart { height:96px; }
  .z38674dl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .z38674dl-card .btn, .z38674know-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .z38674feat-card,.z38674dl-card,.z38674sec-card,.z38674faq-card,.z38674panel,.z38674cert,.z38674feat-tile,.z38674feat-edit,
  .z38674know-step,.z38674know-cmp,.z38674know-client,.z38674know-jcard,.z38674know-viz,.z38674tl-item,.z38674compare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .z38674news-card { padding:0 !important; }
  .z38674bento-hero { grid-template-columns:1fr !important; }
  .z38674compare-grid { grid-template-columns:1fr !important; }
  .z38674thumb-home { height:110px; }
  .z38674thumb-list,.z38674thumb-related { height:66px; }
  .z38674thumb-cover { height:136px; }
  .z38674side-thumb { width:56px; }
  .z38674footer { text-align:center; padding:1.65rem 0 1rem; }
  .z38674friend-links { justify-content:center; }
  .z38674knowledge { padding:0.95rem !important; }
  .z38674stat { padding:0.55rem 0.3rem; }
  .z38674stats-grid { gap:0.5rem; }
  .z38674stats-pills .z38674stat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .z38674stats-inline .z38674stat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .z38674breadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .z38674breadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .z38674list-intro { padding:0.85rem; }
  .z38674list-intro-links { flex-direction:column; align-items:stretch; }
  .z38674list-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .z38674portal-card { text-align:left; height:auto !important; }
  .z38674portal-card a { display:block; width:100%; text-align:center; }
  .z38674step-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .z38674inner { padding-top:1rem; padding-bottom:1.4rem; }
  .z38674list-item .col-4, .z38674list-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .z38674list-item .col-8, .z38674list-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .z38674side-channels,.z38674panel { width:100%; }
  .z38674tl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .z38674tl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .z38674article .row-cols-2 > *, .z38674article .row-cols-md-3 > *,
  .z38674article .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%;
  }
  .z38674meter-top { font-size:0.8rem; }
  .z38674feat-metric-head, .z38674feat-edit-top, .z38674feat-tile-top, .z38674feat-folio-top { flex-wrap:wrap; }
  .z38674glass-card, .z38674cta-box, .z38674term-body { padding:0.95rem !important; }
  .z38674wide-band { padding:1.7rem 0 !important; }
  .z38674footer-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .z38674mag-board, .z38674dash-panel, .z38674rail-main, .z38674bento-main { height:auto !important; }
  .z38674feat-folio-head { flex-direction:column; align-items:flex-start; }
  .z38674mag-checks li { padding:0.6rem 0.65rem; }
  .z38674rail-main { padding:1rem !important; }
  .z38674mag-kicker { justify-content:flex-start; }
  .z38674mag-board-head { flex-wrap:wrap; }
  .z38674beian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .z38674hero-title { font-size:1.24rem; line-height:1.35; }
  .z38674hero-sub { font-size:0.86rem; }
  .z38674hero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .z38674hero-center .z38674hero-lead { padding-left:0; }
  .z38674section-heading { font-size:1.1rem; }
  .z38674stats-title { font-size:1.02rem; }
  .z38674stat-num { font-size:1.12rem; }
  .z38674stat-lab { font-size:0.72rem; line-height:1.3; }
  .z38674stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z38674thumb-home { height:118px; }
  .z38674thumb-list,.z38674thumb-related { height:56px; }
  .z38674thumb-cover { height:118px; }
  .z38674article .row-cols-2 > *, .z38674article .row-cols-md-3 > *,
  .z38674article .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%;
  }
  .z38674feat-icon,.z38674dl-icon,.z38674sec-icon { width:40px; height:40px; font-size:1rem; }
  .z38674news-body { padding:0.65rem; }
  .z38674list-item .col-4, .z38674list-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .z38674list-item .col-8, .z38674list-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .z38674list-item h2 { font-size:0.92rem; }
  .z38674cert-grid { grid-template-columns:1fr !important; }
  .z38674radar-ring { width:76px; height:76px; }
  .z38674know-radar ul { grid-template-columns:1fr !important; }
  .z38674bar-val { max-width:24px; font-size:0.56rem; }
  .z38674chip { font-size:0.66rem; }
  .z38674faq-card h3 { font-size:0.92rem; }
  .z38674faq-card p { font-size:0.86rem; }
  .z38674navbar-brand { max-width:min(70vw,200px); }
  .z38674mag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .z38674feat-folio-idx { font-size:1.25rem; }
}


