/* ============================================================================
 * site-additions.css — new below-the-fold sections sourced from
 * "Descrição das Soluções Nama (Jun 2026)". Same flat-white editorial system
 * as site-sections.css; vector illustrations only (no bitmaps) per CLAUDE.md.
 *   S-layers   · the three-layer model (Knowledge / Work / Governance)
 *   S-agents   · agents as named roles + depth on demand
 *   S-graph    · knowledge graph & temporal reasoning
 *   S-vs       · beyond search, RAG & copilots (comparison)
 *   S-codify   · Presets, Skills & Rules
 *   S-sec      · security & infrastructure
 *   S-deliver  · deliverables by area (folded into verticals)
 * ========================================================================== */

/* ── card kit: one spec for every standalone card (radius + border + shadows) ── */
:root {
  --nz-radius-card: 12px;
  --nz-radius-sm: 8px;
  --nz-card-border: 1px solid #E4E4E7;
  --nz-hover-border: #A6CBFF;
  --nz-shadow-hover: 0 14px 34px -18px rgba(15,23,42,0.18);
  --nz-shadow-elevated: 0 24px 56px -28px rgba(15,23,42,0.24);
}

/* ── shared small bits ── */
.eyebrow2 .ed-sec { color: #80B4FF; }
.kquote {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: clamp(20px, 1.9vw, 27px); line-height: 1.36; font-weight: 500;
  letter-spacing: -0.005em; color: #0B1220; margin: 0; text-wrap: balance;
}

/* ════════ S · three-layer model ════════ */
.s-layers .layers { display: flex; flex-direction: column; gap: 14px; }
.s-layers .layer {
  display: grid; grid-template-columns: 52px minmax(0, 1fr) minmax(0, 360px);
  gap: 26px; align-items: center;
  background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); padding: 24px 28px;
  position: relative; transition: border-color .2s ease, box-shadow .2s ease;
}
.s-layers .layer:hover { border-color: var(--nz-hover-border); box-shadow: var(--nz-shadow-hover); }
.s-layers .layer .lyr-ic {
  width: 52px; height: 52px; border-radius: 13px; flex: none;
  display: grid; place-items: center; background: #EFF6FF; color: #2684FF;
}
.s-layers .layer .lyr-ic svg { width: 24px; height: 24px; }
.s-layers .layer .lyr-tx .k {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #9CA1AB;
}
.s-layers .layer .lyr-tx h3 { font-size: 20px; font-weight: 600; color: #0B1220; margin: 5px 0 7px; letter-spacing: -0.01em; }
.s-layers .layer .lyr-tx p { font-size: 14.5px; line-height: 1.55; color: #52525B; margin: 0; max-width: 460px; text-wrap: pretty; }
.s-layers .layer .lyr-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.s-layers .layer .lyr-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: #3F3F46;
  background: #F7F8FB; border: 1px solid #E8ECF4; border-radius: 999px; padding: 5px 11px; white-space: nowrap;
}
.s-layers .layer .lyr-chip svg { width: 12px; height: 12px; color: #2684FF; flex: none; }
/* color discipline: one brand-blue icon tile everywhere; dark is reserved for chapter dividers */

/* ════════ S · agents ════════ */
.s-agents .agts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.s-agents .agt {
  background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); padding: 22px 20px;
  display: flex; flex-direction: column; gap: 12px; transition: border-color .2s ease, box-shadow .2s ease;
}
.s-agents.soft .agt, .sec.soft .agt { background: #FFFFFF; }
.s-agents .agt:hover { border-color: var(--nz-hover-border); box-shadow: var(--nz-shadow-hover); }
.s-agents .agt .agt-ic {
  width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  background: #EFF6FF; color: #2684FF; flex: none;
}
.s-agents .agt .agt-ic svg { width: 19px; height: 19px; }
.s-agents .agt .agt-role {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #006ADF;
}
.s-agents .agt h3 { font-size: 17px; font-weight: 600; color: #0B1220; margin: 2px 0 0; }
.s-agents .agt p { font-size: 13.5px; line-height: 1.55; color: #52525B; margin: 0; text-wrap: pretty; }

.s-agents .depth {
  margin-top: 22px; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px; align-items: center;
  background: #F5F9FF; border: 1px solid #D9E7FF; border-radius: 12px; padding: 24px 28px; color: #18181B;
}
.s-agents .depth .d-tx b { display: block; font-size: 16px; font-weight: 600; color: #0B1220; margin-bottom: 6px; }
.s-agents .depth .d-tx span { font-size: 13.5px; line-height: 1.55; color: #52525B; text-wrap: pretty; }
.s-agents .depth .d-scale { display: flex; flex-direction: column; gap: 9px; }
.s-agents .depth .d-step { display: flex; align-items: center; gap: 12px; }
.s-agents .depth .d-bar { flex: 1; height: 8px; border-radius: 999px; background: rgba(38,132,255,0.12); overflow: hidden; }
.s-agents .depth .d-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #2684FF, #80B4FF); }
.s-agents .depth .d-lab { width: 86px; flex: none; font-size: 12.5px; font-weight: 600; color: #3F3F46; }
.s-agents .depth .d-meta { width: 96px; flex: none; text-align: right; font-size: 11px; font-family: var(--font-mono); color: #9CA1AB; }

/* ════════ S · knowledge graph & temporal reasoning ════════ */
.s-graph .grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; }
.s-graph .g-pts { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.s-graph .g-pts li { display: flex; gap: 13px; font-size: 15px; line-height: 1.5; color: #3F3F46; }
.s-graph .g-pts li svg { width: 18px; height: 18px; color: #2684FF; flex: none; margin-top: 2px; }
.s-graph .g-pts li b { color: #0B1220; font-weight: 600; }
.s-graph .kquote { margin-top: 30px; padding-top: 26px; border-top: 1px solid #E4E4E7; }
.s-graph .kquote .hl { color: #006ADF; }

/* temporal timeline card */
.tcard {
  background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); overflow: hidden;
  box-shadow: var(--nz-shadow-elevated);
}
.tcard .t-head { display: flex; align-items: center; gap: 9px; padding: 14px 18px; border-bottom: 1px solid #EEF0F4; }
.tcard .t-head svg { width: 15px; height: 15px; color: #2684FF; flex: none; }
.tcard .t-head b { font-size: 13.5px; color: #0B1220; }
.tcard .t-head .asof {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; font-family: var(--font-mono); color: #006ADF;
  background: #EFF6FF; border-radius: 999px; padding: 4px 10px;
}
.tcard .t-body { padding: 22px 20px 18px; }
.tcard .t-line { position: relative; height: 2px; background: #E4E4E7; margin: 0 14px 0 14px; border-radius: 2px; }
.tcard .t-line .t-active {
  position: absolute; top: 0; height: 2px; background: #2684FF; border-radius: 2px;
}
.tcard .t-nodes { display: flex; justify-content: space-between; margin: -6px 0 0; padding: 0 8px; }
.tcard .t-node { display: flex; flex-direction: column; align-items: center; gap: 9px; width: 33.33%; position: relative; }
.tcard .t-node .dot {
  width: 13px; height: 13px; border-radius: 50%; background: #FFFFFF; border: 2px solid #B9C7DC; box-sizing: border-box;
}
.tcard .t-node.on .dot { border-color: #2684FF; background: #2684FF; box-shadow: 0 0 0 4px rgba(38,132,255,0.16); }
.tcard .t-node.gone .dot { border-color: #EF4444; }
.tcard .t-node .yr { font-size: 12px; font-weight: 700; color: #0B1220; font-family: var(--font-mono); }
.tcard .t-node .st { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.tcard .t-node .st.enact { color: #9CA1AB; }
.tcard .t-node .st.amend { color: #006ADF; }
.tcard .t-node .st.revok { color: #EF4444; }
.tcard .t-ans {
  margin: 22px 14px 2px; display: flex; align-items: flex-start; gap: 10px;
  background: #F7F8FB; border: 1px solid #E8ECF4; border-radius: 10px; padding: 13px 15px;
}
.tcard .t-ans svg { width: 15px; height: 15px; color: #16A34A; flex: none; margin-top: 1px; }
.tcard .t-ans p { margin: 0; font-size: 12.5px; line-height: 1.55; color: #3F3F46; }
.tcard .t-ans p b { color: #0B1220; }
.tcard .t-ans .ipill { margin-left: 2px; }

/* ════════ S · comparison (vs search/RAG, vs copilots) ════════ */
.s-vs .vs-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vs-table { background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); overflow: hidden; }
.vs-table .vs-head { display: grid; grid-template-columns: 1fr 1fr; }
.vs-table .vs-head .h {
  padding: 15px 18px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
}
.vs-table .vs-head .them { color: #71717A; background: #FAFAFA; border-bottom: 1px solid #EEF0F4; border-right: 1px solid #EEF0F4; }
.vs-table .vs-head .nama { color: #0B1220; background: #F5F9FF; border-bottom: 1px solid #D9E7FF; display: flex; align-items: center; gap: 8px; }
.vs-table .vs-head .nama .mk { width: 18px; height: 18px; border-radius: 5px; background: #2684FF; display: grid; place-items: center; flex: none; }
.vs-table .vs-head .nama .mk svg { width: 12px; height: 12px; color: #fff; }
.vs-table .vs-row { display: grid; grid-template-columns: 1fr 1fr; }
.vs-table .vs-row + .vs-row { border-top: 1px solid #EEF0F4; }
.vs-table .vs-cell { padding: 13px 18px; font-size: 13.5px; line-height: 1.5; display: flex; gap: 9px; align-items: flex-start; }
.vs-table .vs-cell.them { color: #71717A; border-right: 1px solid #EEF0F4; background: #FCFCFD; }
.vs-table .vs-cell.nama { color: #1F2937; font-weight: 500; }
.vs-table .vs-cell svg { width: 15px; height: 15px; flex: none; margin-top: 2px; }
.vs-table .vs-cell.them svg { color: #C9CCD9; }
.vs-table .vs-cell.nama svg { color: #16A34A; }

/* ════════ S · Presets, Skills & Rules ════════ */
.s-codify .grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; align-items: start; }
.s-codify .defs { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.s-codify .def { padding: 20px 0; border-top: 1px solid #E4E4E7; display: flex; gap: 16px; }
.s-codify .def:last-child { border-bottom: 1px solid #E4E4E7; }
.s-codify .def .d-ic { width: 36px; height: 36px; border-radius: 9px; flex: none; display: grid; place-items: center; }
.s-codify .def .d-ic svg { width: 18px; height: 18px; }
.s-codify .def .d-ic { background: #EFF6FF; color: #2684FF; }
.s-codify .def h3 { font-size: 16.5px; font-weight: 600; color: #0B1220; margin: 0 0 5px; }
.s-codify .def p { font-size: 14px; line-height: 1.55; color: #52525B; margin: 0 0 9px; text-wrap: pretty; }
.s-codify .def .eg {
  display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600;
  color: #3F3F46; background: #F7F8FB; border: 1px solid #E8ECF4; border-radius: 7px; padding: 5px 10px;
}
.s-codify .def .eg .tag { font-family: var(--font-mono); font-size: 10px; font-weight: 700; color: #9CA1AB; text-transform: uppercase; letter-spacing: 0.06em; }
.s-codify .kquote { grid-column: 1 / -1; margin-top: 8px; padding-top: 30px; border-top: 1px solid #E4E4E7; }
.s-codify .kquote .hl { color: #006ADF; }

/* preset config card (real UI miniature) */
.pcard { background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); overflow: hidden; box-shadow: var(--nz-shadow-elevated); }
.pcard .p-head { display: flex; align-items: center; gap: 9px; padding: 14px 16px; border-bottom: 1px solid #EEF0F4; }
.pcard .p-head .p-ic { width: 26px; height: 26px; border-radius: 7px; background: #EFF6FF; color: #2684FF; display: grid; place-items: center; flex: none; }
.pcard .p-head .p-ic svg { width: 15px; height: 15px; }
.pcard .p-head .p-t b { font-size: 13.5px; color: #0B1220; display: block; }
.pcard .p-head .p-t span { font-size: 11px; color: #9CA1AB; }
.pcard .p-head .p-on {
  margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; color: #166534; background: #DCFCE7; border-radius: 999px; padding: 3px 9px;
}
.pcard .p-on .pdot { width: 6px; height: 6px; border-radius: 50%; background: #16A34A; }
.pcard .p-body { padding: 6px 16px 16px; }
.pcard .p-grp { padding: 13px 0; border-bottom: 1px solid #F1F1F3; }
.pcard .p-grp:last-child { border-bottom: none; }
.pcard .p-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9CA1AB; margin-bottom: 9px; }
.pcard .p-model { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #1F2937; }
.pcard .p-model .mdot { width: 8px; height: 8px; border-radius: 50%; background: #2684FF; }
.pcard .p-model .pmono { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: #9CA1AB; font-weight: 400; }
.pcard .p-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.pcard .p-chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #3F3F46;
  background: #F7F8FB; border: 1px solid #E8ECF4; border-radius: 7px; padding: 5px 10px;
}
.pcard .p-chip svg { width: 12px; height: 12px; color: #9CA1AB; flex: none; }
.pcard .p-skill { display: flex; align-items: center; gap: 9px; padding: 7px 0; }
.pcard .p-skill .s-ic { width: 22px; height: 22px; border-radius: 6px; background: #EFF6FF; color: #2684FF; display: grid; place-items: center; flex: none; }
.pcard .p-skill .s-ic svg { width: 12px; height: 12px; }
.pcard .p-skill .s-nm { font-size: 13px; font-weight: 600; color: #1F2937; }
.pcard .p-skill .s-tog { margin-left: auto; width: 30px; height: 17px; border-radius: 999px; background: #2684FF; position: relative; flex: none; }
.pcard .p-skill .s-tog::after { content: ''; position: absolute; top: 2px; right: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.pcard .p-skill.off .s-tog { background: #D4D7DE; }
.pcard .p-skill.off .s-tog::after { right: auto; left: 2px; }
.pcard .p-skill.off .s-ic { background: #F4F4F5; color: #B4BAC4; }
.pcard .p-skill.off .s-nm { color: #9CA1AB; }
.pcard .p-rule { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; font-size: 12.5px; line-height: 1.45; color: #3F3F46; }
.pcard .p-rule svg { width: 13px; height: 13px; color: #2684FF; flex: none; margin-top: 2px; }
.pcard .p-rule b { color: #0B1220; font-weight: 600; }

/* ════════ S · deliverables by area (in verticals section) ════════ */
.s-gov .deliver { margin-top: 40px; }
.s-gov .deliver .d-cap {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #9CA1AB; margin-bottom: 18px;
}
.s-gov .dgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.s-gov .dcard {
  background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card); padding: 18px 16px;
  display: flex; flex-direction: column; gap: 11px; transition: border-color .2s ease, box-shadow .2s ease;
}
.s-gov .dcard:hover { border-color: var(--nz-hover-border); box-shadow: var(--nz-shadow-hover); }
.s-gov .dcard .d-ic { width: 34px; height: 34px; border-radius: 9px; background: #EFF6FF; color: #2684FF; display: grid; place-items: center; flex: none; }
.s-gov .dcard .d-ic svg { width: 17px; height: 17px; }
.s-gov .dcard .d-area { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #006ADF; }
.s-gov .dcard .d-out { font-size: 13.5px; line-height: 1.45; color: #1F2937; font-weight: 500; text-wrap: pretty; }

/* ════════ S · security & infrastructure ════════ */
.s-sec .grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.s-sec .sec-list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.s-sec .sec-list li { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid #E4E4E7; }
.s-sec .sec-list li:last-child { border-bottom: 1px solid #E4E4E7; }
.s-sec .sec-list li svg { width: 18px; height: 18px; color: #2684FF; flex: none; margin-top: 2px; }
.s-sec .sec-list li b { display: block; font-size: 14.5px; font-weight: 600; color: #0B1220; margin-bottom: 3px; }
.s-sec .sec-list li span { font-size: 13.5px; line-height: 1.5; color: #52525B; text-wrap: pretty; }

/* infra card */
.infcard { background: #0B1220; border-radius: var(--nz-radius-card); padding: 24px 24px 22px; color: #EAF0FA; box-shadow: 0 26px 60px -30px rgba(8,12,22,0.6); }
.infcard .i-top { display: flex; align-items: center; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid rgba(159,176,199,0.16); }
.infcard .i-top svg { width: 16px; height: 16px; color: #80B4FF; flex: none; }
.infcard .i-top b { font-size: 13.5px; color: #F4F8FF; }
.infcard .i-top .reg { margin-left: auto; font-size: 11px; font-family: var(--font-mono); color: #6B7A96; }
.infcard .i-azs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.infcard .i-az {
  background: rgba(159,176,199,0.07); border: 1px solid rgba(159,176,199,0.16); border-radius: 9px;
  padding: 13px 12px; text-align: center;
}
.infcard .i-az .azt { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7A96; margin-bottom: 9px; }
.infcard .i-az .pod { display: flex; justify-content: center; gap: 5px; }
.infcard .i-az .pod i { width: 9px; height: 9px; border-radius: 3px; background: #2684FF; display: block; opacity: 0.85; }
.infcard .i-az .azl { margin-top: 9px; font-size: 10.5px; font-family: var(--font-mono); color: #8A99B5; }
.infcard .i-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.infcard .i-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; font-family: var(--font-mono);
  color: #C3CEE0; background: rgba(159,176,199,0.09); border: 1px solid rgba(159,176,199,0.16); border-radius: 7px; padding: 5px 9px;
}
.infcard .i-tag svg { width: 11px; height: 11px; color: #34D399; flex: none; }
.infcard .i-prov { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(159,176,199,0.16); }
.infcard .i-prov .pl { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7A96; margin-bottom: 10px; }
.infcard .i-prov .provs { display: flex; flex-wrap: wrap; gap: 8px; }
.infcard .i-prov .prov {
  font-size: 12px; font-weight: 600; color: #D6DEEC;
  background: rgba(159,176,199,0.09); border: 1px solid rgba(159,176,199,0.18); border-radius: 999px; padding: 5px 13px;
}
.infcard .i-note { margin: 14px 0 0; font-size: 11.5px; line-height: 1.5; color: #8A99B5; text-wrap: pretty; }

/* ════════ S · knowledge graph promoted to a DARK chapter divider ════════
   Dark beats (manifesto · this · CTA) break the long light run and spotlight
   the temporal-reasoning differentiator. Excluded from the editorial index
   spine (see inline script + site-v3.css) so it reads as an interlude. */
body.v3 .s-graph { background: #06090F; color: #EAF0FA; overflow: hidden; }
body.v3 .s-graph .glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(80% 75% at 30% 35%, rgba(38,132,255,0.16) 0%, transparent 58%),
    linear-gradient(180deg, #0A0F1A 0%, #06090F 70%, #04060B 100%);
}
body.v3 .s-graph .const { position: absolute; inset: 0; pointer-events: none; opacity: 0.5; }
body.v3 .s-graph .wrap { position: relative; z-index: 1; }
body.v3 .s-graph .eyebrow2 { color: #8A99B5; }
body.v3 .s-graph h2 { color: #F4F8FF; }
body.v3 .s-graph .lead { color: #AEBBD2; }
body.v3 .s-graph .g-pts li { color: #C3CEE0; }
body.v3 .s-graph .g-pts li b { color: #F4F8FF; }
body.v3 .s-graph .g-pts li svg { color: #80B4FF; }
body.v3 .s-graph .kquote { color: #F4F8FF; border-top-color: rgba(159,176,199,0.18); }
body.v3 .s-graph .kquote .hl { color: #80B4FF; }

/* platform concepts → forward signposts to the deep sections (narrative scaffolding) */
.s-arch .concept .more {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 9px;
  font-size: 12.5px; font-weight: 600; color: #006ADF; text-decoration: none;
  transition: gap .15s ease, color .15s ease;
}
.s-arch .concept .more svg { transition: transform .15s ease; }
.s-arch .concept .more:hover { color: #2684FF; gap: 8px; }

/* ════════ S · worked use case — before vs with Nama (status-quo contrast) ════════ */
.s-case .case-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; margin-top: 4px; }
.s-case .case-col {
  background: #FFFFFF; border: var(--nz-card-border); border-radius: var(--nz-radius-card);
  padding: 26px 26px 22px; display: flex; flex-direction: column;
}
.s-case .case-col.with { border-color: #C7DEFF; box-shadow: var(--nz-shadow-hover); }
.s-case .case-h { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.s-case .case-h .dot { width: 7px; height: 7px; border-radius: 50%; }
.s-case .case-before .case-h { color: #9CA1AB; } .s-case .case-before .case-h .dot { background: #CBD5E1; }
.s-case .case-with .case-h { color: #006ADF; } .s-case .case-with .case-h .dot { background: #2684FF; }
.s-case .case-step { display: flex; gap: 11px; padding: 11px 0; border-top: 1px solid #F1F1F3; font-size: 14px; line-height: 1.45; }
.s-case .case-step:first-of-type { border-top: none; }
.s-case .case-before .case-step { color: #71717A; }
.s-case .case-before .case-step svg { width: 16px; height: 16px; color: #C9CCD9; flex: none; margin-top: 1px; }
.s-case .case-with .case-step { color: #1F2937; }
.s-case .case-with .case-step svg { width: 16px; height: 16px; color: #16A34A; flex: none; margin-top: 1px; }
.s-case .case-ask {
  display: flex; gap: 9px; align-items: center; background: #F5F9FF; border: 1px solid #D9E7FF;
  border-radius: 9px; padding: 11px 13px; font-size: 14px; font-weight: 600; color: #0B1220; margin-bottom: 4px;
}
.s-case .case-ask svg { width: 15px; height: 15px; color: #2684FF; flex: none; }
.s-case .case-result {
  margin-top: 13px; display: flex; gap: 9px; align-items: flex-start; background: #F7F8FB;
  border: 1px solid #E8ECF4; border-radius: 10px; padding: 12px 14px; font-size: 13px; line-height: 1.5; color: #1F2937;
}
.s-case .case-result svg { width: 15px; height: 15px; color: #16A34A; flex: none; margin-top: 1px; }
.s-case .case-result b { color: #0B1220; }
.s-case .case-foot { margin-top: auto; padding-top: 16px; }
.s-case .case-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 6px 13px; }
.s-case .case-tag svg { width: 13px; height: 13px; }
.s-case .case-before .case-tag { color: #9A6A00; background: #FCF3E2; }
.s-case .case-with .case-tag { color: #166534; background: #DCFCE7; }

/* ── responsive ── */
@media (max-width: 980px) {
  .s-layers .layer { grid-template-columns: 44px 1fr; }
  .s-layers .layer .lyr-chips { grid-column: 1 / -1; justify-content: flex-start; margin-top: 4px; }
  .s-agents .agts { grid-template-columns: 1fr 1fr; }
  .s-agents .depth { grid-template-columns: 1fr; gap: 20px; }
  .s-graph .grid { grid-template-columns: 1fr; gap: 36px; }
  .s-vs .vs-wrap { grid-template-columns: 1fr; }
  .s-codify .grid { grid-template-columns: 1fr; gap: 36px; }
  .s-gov .dgrid { grid-template-columns: 1fr 1fr; }
  .s-sec .grid { grid-template-columns: 1fr; gap: 36px; }
  .s-case .case-split { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .s-agents .agts { grid-template-columns: 1fr; }
  .s-gov .dgrid { grid-template-columns: 1fr; }
  .infcard .i-azs { grid-template-columns: 1fr; }
}
