/* ════════════════════════════════════════════════════════════
   Idens · CIO-SE · Os próximos 1000 dias — deck styles
   Baseado no padrão dos decks Idens (Construindo Agentes Autônomos)
   ════════════════════════════════════════════════════════════ */

deck-stage:not(:defined) { visibility: hidden; }

:root {
  --gold: #D4A574;
  --disp: 'Codec Pro', 'Inter', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #000; }

/* ── Theme tokens ── */
.dark {
  --bg: #171614; --fg: #F7F4F0;
  --fg-dim: rgba(247,244,240,0.58);
  --line: rgba(247,244,240,0.12);
  --acc: #D4A574; --meta: #8A847C;
  --panel: rgba(247,244,240,0.04);
}
.light {
  --bg: #F7F4F0; --fg: #3D3A36;
  --fg-dim: #5A554D;
  --line: rgba(23,22,20,0.12);
  --acc: #9B6830; --meta: #8A847C;
  --panel: rgba(23,22,20,0.035);
}

deck-stage section { font-family: var(--body); background: var(--bg); color: var(--fg); overflow: hidden; }

.frame { position: absolute; inset: 0; padding: 96px 112px; display: flex; flex-direction: column; }

.runhead { display: flex; justify-content: space-between; align-items: baseline; gap: 40px; font-family: var(--mono); font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase; }
.runhead .sec { color: var(--acc); white-space: nowrap; }
.runhead .doc { color: var(--fg-dim); text-align: right; white-space: nowrap; }
.runhead-rule { height: 1px; background: var(--line); margin-top: 20px; }
.pagenum { position: absolute; right: 56px; bottom: 52px; font-family: var(--mono); font-size: 16px; letter-spacing: 0.18em; color: var(--meta); }

.eyebrow { font-family: var(--mono); font-size: 17px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--acc); }
.display { font-family: var(--disp); font-weight: 500; font-size: 112px; line-height: 0.98; letter-spacing: -0.035em; }
.h1 { font-family: var(--disp); font-weight: 500; font-size: 92px; line-height: 1.0; letter-spacing: -0.03em; }
.h2 { font-family: var(--disp); font-weight: 500; font-size: 64px; line-height: 1.05; letter-spacing: -0.025em; }
.h3 { font-family: var(--disp); font-weight: 500; font-size: 40px; line-height: 1.1; letter-spacing: -0.02em; }
.lead { font-family: var(--body); font-weight: 400; font-size: 30px; line-height: 1.5; color: var(--fg-dim); }
.body { font-family: var(--body); font-weight: 400; font-size: 24px; line-height: 1.6; color: var(--fg-dim); }
.accent { color: var(--acc); }
.serif-it { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; }
.num-meta { font-family: var(--mono); font-size: 18px; letter-spacing: 0.1em; color: var(--meta); white-space: nowrap; }

.curve { position: absolute; pointer-events: none; display: block; }
.cover-curve { width: 1100px; height: 1100px; right: -260px; top: -180px; }
.divider-curve { width: 760px; height: 760px; right: -140px; bottom: -180px; }
.closing-curve { width: 980px; height: 980px; left: -300px; bottom: -340px; }
.cover-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; }

.divider-num { font-family: var(--disp); font-weight: 500; font-size: 380px; line-height: 0.8; letter-spacing: -0.04em; color: var(--acc); }
.statement { font-family: var(--disp); font-weight: 500; font-size: 84px; line-height: 1.08; letter-spacing: -0.03em; max-width: 1560px; }

/* ── Agenda / sumário ── */
.agenda { display: flex; flex-direction: column; margin-top: 8px; }
.agenda-row { display: grid; grid-template-columns: 110px 1fr auto; align-items: baseline; gap: 40px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.agenda-row:last-child { border-bottom: none; }
.agenda-num { font-family: var(--mono); font-size: 22px; color: var(--acc); letter-spacing: 0.1em; }
.agenda-title { font-family: var(--disp); font-weight: 500; font-size: 44px; letter-spacing: -0.02em; }
.agenda-meta { font-family: var(--mono); font-size: 16px; color: var(--meta); letter-spacing: 0.15em; text-transform: uppercase; }

/* ── Colunas de cards verticais ── */
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 8px; }
.cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 8px; }
.vcard { padding: 44px 40px 44px 0; border-right: 1px solid var(--line); }
.vcard:last-child { border-right: none; padding-right: 0; }
.vcard:not(:first-child) { padding-left: 40px; }
.vcard-tag { font-family: var(--mono); font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); margin-bottom: 24px; }
.vcard-term { font-family: var(--disp); font-weight: 500; font-size: 40px; letter-spacing: -0.02em; margin-bottom: 16px; }
.vcard-text { font-family: var(--body); font-size: 21px; line-height: 1.55; color: var(--fg-dim); }

/* ── Split editorial 7/5 ── */
.split { display: grid; grid-template-columns: 7fr 5fr; gap: 96px; align-items: start; margin-top: auto; margin-bottom: auto; }
.split-body { display: flex; flex-direction: column; gap: 28px; }

/* ── Métricas ── */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; margin-bottom: auto; }
.metrics.two { grid-template-columns: repeat(2, 1fr); }
.metric { padding-right: 56px; border-left: 1px solid var(--line); padding-left: 56px; }
.metric:first-child { border-left: none; padding-left: 0; }
.metric-val { font-family: var(--disp); font-weight: 500; font-size: 140px; line-height: 0.95; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.metric-label { font-family: var(--mono); font-size: 18px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--acc); margin-top: 16px; }
.metric-sub { font-family: var(--body); font-size: 20px; color: var(--fg-dim); margin-top: 12px; }

/* ── Steps (timeline horizontal) ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; }
.steps.four { grid-template-columns: repeat(4, 1fr); }
.steps.five { grid-template-columns: repeat(5, 1fr); }
.step { padding-right: 48px; position: relative; }
.steps.five .step { padding-right: 36px; }
.step-dot { width: 16px; height: 16px; border-radius: 999px; background: var(--acc); box-shadow: 0 0 0 6px color-mix(in srgb, var(--acc) 16%, transparent); margin-bottom: 28px; }
.step-line { position: absolute; top: 8px; left: 16px; right: 0; height: 1px; background: var(--line); }
.step-num { font-family: var(--mono); font-size: 16px; letter-spacing: 0.2em; color: var(--acc); margin-bottom: 12px; }
.step-title { font-family: var(--disp); font-weight: 500; font-size: 36px; letter-spacing: -0.02em; margin-bottom: 16px; }
.steps.five .step-title { font-size: 32px; }
.step-text { font-family: var(--body); font-size: 21px; line-height: 1.5; color: var(--fg-dim); }

/* ── Lista numerada (linhas) ── */
.nrows { display: flex; flex-direction: column; }
.nrow { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: baseline; }
.nrow:last-child { border-bottom: none; }
.nrow .n { font-family: var(--mono); font-size: 18px; color: var(--acc); letter-spacing: 0.1em; }
.nrow .tt { font-family: var(--disp); font-weight: 500; font-size: 32px; letter-spacing: -0.015em; }
.nrow .dd { display: block; font-family: var(--body); font-size: 21px; color: var(--fg-dim); margin-top: 8px; line-height: 1.5; }
.nrow .tt .inline-dd { font-family: var(--body); font-weight: 400; font-size: 22px; color: var(--fg-dim); letter-spacing: 0; }

/* ── Equipe (quem somos) ── */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: auto; }
.tm { padding: 44px 44px 0 0; border-right: 1px solid var(--line); }
.tm:last-child { border-right: none; padding-right: 0; }
.tm:not(:first-child) { padding-left: 44px; }
.tm-photo { width: 100%; height: 360px; object-fit: cover; object-position: center 18%; filter: grayscale(0.15); display: block; }
.tm-name { font-family: var(--disp); font-weight: 500; font-size: 42px; letter-spacing: -0.02em; margin-top: 32px; }
.tm-role { font-family: var(--mono); font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); margin: 12px 0 18px; }
.tm-bio { font-family: var(--body); font-size: 19.5px; line-height: 1.55; color: var(--fg-dim); }

/* ── Anatomia do agente ── */
.anatomy { display: grid; grid-template-columns: 1fr 56px 1fr 56px 1fr 56px 1fr; align-items: stretch; gap: 0; margin-top: auto; margin-bottom: auto; }
.an-box { border: 1px solid var(--line); background: var(--panel); padding: 48px 44px; display: flex; flex-direction: column; position: relative; }
.an-num { position: absolute; top: 36px; right: 40px; font-family: var(--mono); font-size: 17px; letter-spacing: 0.15em; color: var(--meta); }
.an-icon { width: 46px; height: 46px; stroke: var(--acc); fill: none; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: round; display: block; margin-bottom: 30px; }
.an-icon.sm { width: 34px; height: 34px; margin-bottom: 22px; }
.an-tag { font-family: var(--mono); font-size: 15px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--acc); margin-bottom: 14px; }
.an-title { font-family: var(--disp); font-weight: 500; font-size: 44px; letter-spacing: -0.02em; }
.an-verb { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-size: 26px; color: var(--fg-dim); margin-top: 10px; }
.an-arrow { display: flex; align-items: center; justify-content: center; }
.an-arrow .wire { width: 100%; height: 1px; background: var(--acc); position: relative; }
.an-arrow .wire::after { content: ''; position: absolute; right: 0; top: -5px; border-left: 11px solid var(--acc); border-top: 5.5px solid transparent; border-bottom: 5.5px solid transparent; }
.an-chips { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.an-chip { font-family: var(--mono); font-size: 17px; letter-spacing: 0.06em; color: var(--fg-dim); border: 1px solid var(--line); background: var(--panel); padding: 12px 18px; }

/* ── Antes / Agora ── */
.ba-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); margin-top: auto; margin-bottom: 8px; }
.ba-col { padding: 44px 56px; }
.ba-col + .ba-col { border-left: 1px solid var(--line); }
.ba-col.now { background: var(--panel); }
.ba-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 8px; }
.ba-year { font-family: var(--disp); font-weight: 500; font-size: 48px; letter-spacing: -0.02em; }
.ba-tag { font-family: var(--mono); font-size: 16px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--meta); white-space: nowrap; }
.ba-col.now .ba-tag { color: var(--acc); }
.ba-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: baseline; padding: 21px 0; border-bottom: 1px solid var(--line); }
.ba-item:last-child { border-bottom: none; }
.ba-item .x { font-family: var(--disp); font-size: 25px; color: #B33A2B; font-weight: 600; }
.ba-item .ok { font-family: var(--disp); font-size: 25px; color: var(--acc); font-weight: 600; }
.ba-item .t { font-family: var(--disp); font-weight: 500; font-size: 30px; letter-spacing: -0.015em; }
.ba-col:not(.now) .ba-item .t { color: var(--fg-dim); }

/* ── Grade 3×3 (candidatos na sala) ── */
.grid9 { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); margin-top: 56px; }
.g9 { padding: 32px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; justify-content: flex-start; }
.g9:nth-child(3n) { border-right: none; }
.g9:nth-child(n+7) { border-bottom: none; }
.g9 .n { font-family: var(--mono); font-size: 15px; letter-spacing: 0.15em; color: var(--acc); }
.g9 .t { font-family: var(--disp); font-weight: 500; font-size: 27px; line-height: 1.2; letter-spacing: -0.015em; }

/* ── Cases ── */
.case-split { display: grid; grid-template-columns: 6.5fr 5.5fr; gap: 88px; align-items: center; margin-top: 40px; flex: 1; min-height: 0; }
.case-title { font-family: var(--disp); font-weight: 500; font-size: 56px; line-height: 1.08; letter-spacing: -0.025em; }
.case-body { font-family: var(--body); font-size: 22px; line-height: 1.6; color: var(--fg-dim); margin-top: 28px; }
.case-metrics { display: flex; flex-direction: column; border-top: 1px solid var(--line); margin-top: 44px; }
.cm { display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cm:last-child { border-bottom: none; }
.cm .v { font-family: var(--disp); font-weight: 500; font-size: 54px; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.cm .k { font-family: var(--mono); font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-dim); line-height: 1.6; }
.imgpanel { border: 1px solid var(--line); background: var(--panel); padding: 20px; display: flex; align-items: center; justify-content: center; min-height: 0; }
.imgpanel img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }

/* ── Tela cheia (screenshots gov) ── */
.shot-stage { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; margin-top: 44px; margin-bottom: 24px; }
.shot-stage img { max-width: 100%; max-height: 100%; object-fit: contain; border: 1px solid var(--line); display: block; }

/* ── Ecossistema ── */
.partners { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: auto; }
.pt { padding: 52px 40px 52px 0; border-right: 1px solid var(--line); }
.pt:last-child { border-right: none; }
.pt:not(:first-child) { padding-left: 40px; }
.pt-logo { height: 76px; display: flex; align-items: center; }
.pt-logo img { height: 64px; width: auto; display: block; }
.pt-name { font-family: var(--disp); font-weight: 500; font-size: 40px; letter-spacing: -0.02em; margin-top: 30px; }
.pt-tag { font-family: var(--mono); font-size: 15px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--acc); margin-top: 12px; }

/* ── Curva de adoção (SVG) ── */
.chart-wrap { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: center; }
.chart-cap { font-family: var(--mono); font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--meta); margin-top: 24px; }
.adopt-svg { width: 100%; height: auto; display: block; }
.adopt-svg .seg-label { font-family: var(--mono); font-size: 17px; letter-spacing: 0.12em; text-transform: uppercase; fill: var(--fg-dim); }
.adopt-svg .seg-label.hl { fill: var(--acc); font-weight: 500; }
.adopt-svg .chasm-label { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-size: 21px; fill: #B33A2B; }
.adopt-svg .you-label { font-family: var(--mono); font-size: 16px; letter-spacing: 0.2em; fill: var(--acc); font-weight: 700; }

/* ── Pull quote ── */
.pull { border-left: 2px solid var(--acc); padding-left: 36px; font-family: var(--disp); font-weight: 500; font-size: 36px; line-height: 1.35; letter-spacing: -0.015em; max-width: 1450px; }
.quote-attr { font-family: var(--mono); font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--meta); margin-top: 18px; }

/* ── Hands-on / interlúdio ── */
.handson-kicker { display: inline-flex; align-items: center; gap: 20px; border: 1px solid var(--acc); padding: 14px 28px; font-family: var(--mono); font-size: 17px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--acc); white-space: nowrap; }

/* ── Encerramento ── */
.closing-contact { display: flex; gap: 80px; margin-top: 64px; }
.closing-contact .item .k { font-family: var(--mono); font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); margin-bottom: 10px; }
.closing-contact .item .v { font-family: var(--disp); font-weight: 500; font-size: 30px; letter-spacing: -0.01em; }

/* ── Botão de tela cheia (modo apresentação) ── */
.fs-btn { position: fixed; top: 24px; right: 24px; z-index: 2147483050; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 999px; background: rgba(23,22,20,0.72); color: var(--gold); cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 220ms ease, background 140ms ease; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.fs-btn[data-visible] { opacity: 1; pointer-events: auto; }
.fs-btn:hover { background: rgba(23,22,20,0.92); }
.fs-btn svg { width: 18px; height: 18px; display: block; }

/* ════════════════════════════════════════════════════════════
   roadmap-de-ia — adições (diagramas próprios desta aula)
   Convertido de "Criando o seu Roadmap de IA". Recriado em CSS,
   no padrão flat da Idens (filetes finos, dourado contido).
   ════════════════════════════════════════════════════════════ */

/* ── Chip de rótulo (direto/indireto, pessoal/corporativa) ── */
.chip { display: inline-flex; align-items: center; font-family: var(--mono); font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--acc); border: 1px solid var(--acc); padding: 9px 16px; line-height: 1; }
.chip.dim { color: var(--meta); border-color: var(--line); }

/* ── Presenter / quem conduz (foto + bio + stats) ── */
.bio { display: grid; grid-template-columns: 440px 1fr; gap: 88px; align-items: center; margin-top: auto; margin-bottom: auto; }
.bio-photo { width: 440px; height: 540px; object-fit: cover; object-position: center 16%; filter: grayscale(0.15); border: 1px solid var(--line); display: block; }
.bio-name { font-family: var(--disp); font-weight: 500; font-size: 72px; letter-spacing: -0.03em; line-height: 1; }
.bio-role { font-family: var(--mono); font-size: 17px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); margin: 20px 0 32px; }
.bio-text { font-family: var(--body); font-size: 25px; line-height: 1.55; color: var(--fg-dim); max-width: 880px; }
.bio-stats { display: flex; gap: 72px; margin-top: 44px; border-top: 1px solid var(--line); padding-top: 36px; }
.bio-stat .v { font-family: var(--disp); font-weight: 500; font-size: 52px; letter-spacing: -0.025em; font-variant-numeric: tabular-nums; }
.bio-stat .k { font-family: var(--mono); font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--meta); margin-top: 10px; }

/* ── Versus: dois jogos lado a lado (IA pessoal vs corporativa) ── */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); margin-top: auto; margin-bottom: 8px; }
.vs-col { padding: 48px 56px; }
.vs-col + .vs-col { border-left: 1px solid var(--line); }
.vs-col.hi { background: color-mix(in srgb, var(--acc) 7%, var(--bg)); }
.vs-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 26px; margin-bottom: 30px; }
.vs-name { font-family: var(--disp); font-weight: 500; font-size: 44px; letter-spacing: -0.025em; }
.vs-list { display: flex; flex-direction: column; gap: 20px; }
.vs-item { font-family: var(--disp); font-weight: 500; font-size: 28px; line-height: 1.25; letter-spacing: -0.015em; color: var(--fg-dim); }
.vs-col.hi .vs-item { color: var(--fg); }

/* ── Pirâmide de governança (3 camadas, base larga) ── */
.pyramid { display: flex; flex-direction: column; align-items: center; gap: 22px; margin-top: auto; margin-bottom: auto; }
.ptier { border: 1px solid var(--line); background: var(--panel); padding: 30px 56px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.ptier.t1 { width: 52%; background: color-mix(in srgb, var(--acc) 16%, var(--bg)); border-color: var(--acc); }
.ptier.t2 { width: 76%; }
.ptier.t3 { width: 100%; }
.pt-k { font-family: var(--mono); font-size: 16px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--acc); }
.pt-term { font-family: var(--disp); font-weight: 500; font-size: 36px; letter-spacing: -0.02em; }
.pt-desc { font-family: var(--body); font-size: 20px; line-height: 1.45; color: var(--fg-dim); max-width: 760px; }

/* ── Roadmap em escada (90 dias, 3 alvos em paralelo) ── */
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: end; margin-top: 56px; }
.rstep { border: 1px solid var(--line); background: var(--panel); padding: 38px 36px 40px; display: flex; flex-direction: column; gap: 16px; }
.rstep.s1 { min-height: 200px; }
.rstep.s2 { min-height: 268px; }
.rstep.s3 { min-height: 350px; background: color-mix(in srgb, var(--acc) 12%, var(--bg)); border-color: var(--acc); }
.rs-k { font-family: var(--mono); font-size: 16px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); }
.rs-term { font-family: var(--disp); font-weight: 500; font-size: 36px; letter-spacing: -0.02em; line-height: 1.05; }
.rs-desc { font-family: var(--body); font-size: 20px; line-height: 1.5; color: var(--fg-dim); margin-top: auto; }
.r-axis { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--acc); margin-top: 30px; padding-top: 18px; }
.r-axis span { font-family: var(--mono); font-size: 17px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--meta); }
.r-axis .hot { color: var(--acc); }

/* ════════════════════════════════════════════════════════════
   roadmap-de-ia — riqueza visual (v2)
   Data-viz, icones de linha, gradientes e textura, no padrao Idens.
   ════════════════════════════════════════════════════════════ */

/* ── Icones de linha (dourado) ── */
.vico { stroke: var(--acc); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; display: block; }
.vcard .vico { width: 44px; height: 44px; margin-bottom: 26px; }
.vs-ico { width: 30px; height: 30px; stroke: var(--acc); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ── Ring chart (donut proporcional) ── */
.rings { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; margin-bottom: auto; }
.rings.two { grid-template-columns: repeat(2, 1fr); }
.ringcol { border-left: 1px solid var(--line); padding: 0 48px; display: flex; flex-direction: column; align-items: flex-start; }
.ringcol:first-child { border-left: none; padding-left: 0; }
.ring { width: 188px; height: 188px; display: block; }
.ring .trk { fill: none; stroke: var(--line); stroke-width: 9; }
.ring .arc { fill: none; stroke: url(#goldgrad); stroke-width: 11; stroke-linecap: round; }
.ring .ring-val { font-family: var(--disp); font-weight: 500; font-size: 52px; letter-spacing: -0.03em; fill: var(--fg); }
.ringcol .metric-label { margin-top: 28px; }
.ringcol .metric-sub { margin-top: 12px; }

/* ── Barras proporcionais / stacked ── */
.barviz { display: flex; flex-direction: column; gap: 30px; margin-top: auto; margin-bottom: auto; }
.barrow { display: flex; flex-direction: column; gap: 14px; }
.barlab { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.barlab .bl-k { font-family: var(--disp); font-weight: 500; font-size: 30px; letter-spacing: -0.015em; }
.barlab .bl-v { font-family: var(--disp); font-weight: 500; font-size: 30px; letter-spacing: -0.02em; color: var(--acc); font-variant-numeric: tabular-nums; }
.bar { height: 22px; background: var(--line); position: relative; overflow: hidden; }
.bar > i { position: absolute; top: 0; bottom: 0; left: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--acc) 70%, var(--bg)), var(--acc)); display: block; }
.bar.dim > i { background: color-mix(in srgb, var(--meta) 60%, var(--bg)); }

/* ── Delta (de X a Y) ── */
.delta { display: flex; align-items: center; gap: 28px; }
.delta .dnum { font-family: var(--disp); font-weight: 500; font-size: 76px; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.delta .dnum.now { color: var(--acc); }
.delta .darrow { width: 64px; height: 22px; stroke: var(--acc); fill: none; stroke-width: 2; }

/* ── Arte de capa (roadmap ascendente) ── */
.cover-art { position: absolute; right: 120px; bottom: 230px; width: 660px; height: 400px; pointer-events: none; }
.cover-art .pth { fill: none; stroke: var(--acc); stroke-width: 2.5; stroke-linecap: round; }
.cover-art .pdash { fill: none; stroke: var(--acc); stroke-width: 1.5; stroke-dasharray: 2 12; stroke-linecap: round; opacity: 0.5; }
.cover-art .node { fill: var(--bg); stroke: var(--acc); stroke-width: 2.5; }
.cover-art .node.hot { fill: var(--acc); }
.cover-art .nlab { font-family: var(--mono); font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; fill: var(--fg-dim); }

/* ── Textura de curva em slides claros de conteudo ── */
.curve.content-curve { width: 560px; height: 560px; right: -150px; bottom: -180px; opacity: 0.45; }
.curve.content-curve.tl { right: auto; bottom: auto; left: -190px; top: -150px; }

/* ── Painel de conceito (statements com graf grande ao fundo) ── */
.ghost-num { position: absolute; right: 80px; bottom: -40px; font-family: var(--disp); font-weight: 500; font-size: 460px; line-height: 0.8; letter-spacing: -0.05em; color: var(--acc); opacity: 0.07; pointer-events: none; }

/* ── Realce de gradiente nos diagramas ── */
.ptier.t1 { background: linear-gradient(135deg, color-mix(in srgb, var(--acc) 22%, var(--bg)), color-mix(in srgb, var(--acc) 10%, var(--bg))); }
.rstep.s3 { background: linear-gradient(160deg, color-mix(in srgb, var(--acc) 18%, var(--bg)), color-mix(in srgb, var(--acc) 6%, var(--bg))); }
.pyramid .ptier { position: relative; }
.roadmap .rstep { position: relative; }
.rconn { position: absolute; z-index: 2; stroke: var(--acc); fill: none; stroke-width: 1.6; }

/* defs SVG de gradiente reutilizavel ficam num <svg> oculto no HTML */
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
