/* Capítulo 3 — identidade "Camadas da vantagem" */
:root {
  --rbv-teal: #0f8f9d;
  --rbv-aqua: #5bc7ce;
  --rbv-violet: #5866b5;
  --rbv-green: #4f9f87;
  --rbv-sky: #dff4f6;
  --rbv-gold: #e5a23b;
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.reveal .slides > section { background: linear-gradient(150deg, rgba(239,248,252,.72), transparent 23%), var(--paper); }
.reveal .long-title { font-size: 43px; line-height: 1.08; }
.reveal .slide-header { margin-bottom: 22px; }
.reveal .slide-header h2 { max-width: 1370px; }

.reveal .layers {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: -6px 0 20px;
}
.reveal .layers::before {
  margin-right: 8px;
  color: var(--muted);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .08em;
  content: "CAMADAS DA VANTAGEM";
}
.reveal .layers span {
  padding: 9px 14px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: #6a7a88;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
}
.reveal .layers span.active,
.reveal .layers.all-active span {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue-900), var(--rbv-teal));
  box-shadow: 0 8px 18px rgba(7,59,120,.16);
  color: white;
}
.reveal .keyline {
  position: absolute !important;
  right: 88px;
  bottom: 61px;
  left: 88px;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 20px;
  border-left: 6px solid var(--cyan-500);
  border-radius: 0 15px 15px 0;
  background: rgba(239,248,252,.95);
  color: var(--ink);
  font-size: 25px;
  line-height: 1.16;
}
.reveal .keyline strong { margin-right: 8px; }
.reveal .case-badge,
.reveal .historical-label {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue-900);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .025em;
}

/* 01 — capa */
.reveal .slides > section.cover-rbv {
  display: grid !important;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
  padding: 90px 118px;
  background:
    linear-gradient(120deg, rgba(239,248,252,.85), rgba(255,255,255,.95) 48%, rgba(223,244,246,.72)),
    var(--paper);
}
.reveal .cover-rbv::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--blue-900), var(--rbv-violet), var(--rbv-teal), var(--cyan-500));
  content: "";
}
.reveal .cover-rbv .cover-copy { z-index: 3; }
.reveal .cover-rbv h1 { margin-bottom: 24px; color: var(--blue-900); font-size: 68px; }
.reveal .cover-rbv h1 strong { display: block; margin-top: 8px; color: var(--rbv-teal); }
.reveal .cover-subtitle { max-width: 760px; margin-bottom: 45px; color: var(--muted); font-size: 30px; line-height: 1.25; }
.reveal .cover-authors { color: var(--ink); font-size: 23px; font-weight: 700; }
.reveal .layer-sculpture {
  position: relative;
  width: 590px;
  height: 590px;
  justify-self: end;
  perspective: 1200px;
}
.reveal .slab {
  position: absolute;
  display: flex;
  width: 390px;
  height: 230px;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 25px 28px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .08em;
  transform: rotateX(58deg) rotateZ(-34deg);
  transform-origin: center;
  box-shadow: 0 28px 55px rgba(7,59,120,.13);
}
.reveal .slab-1 { top: 280px; left: 12px; background: rgba(7,59,120,.95); }
.reveal .slab-2 { top: 220px; left: 53px; background: rgba(10,86,178,.9); }
.reveal .slab-3 { top: 160px; left: 94px; background: rgba(88,102,181,.88); }
.reveal .slab-4 { top: 100px; left: 135px; background: rgba(15,143,157,.87); }
.reveal .slab-5 { top: 40px; left: 176px; background: rgba(19,185,214,.86); }
.reveal .slab span { transform: rotateZ(34deg) translateY(-4px); }
.reveal .sculpture-caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--blue-900);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .15em;
}

/* 02 — duas perspectivas */
.reveal .perspective-map {
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  gap: 30px;
  align-items: center;
}
.reveal .perspective {
  min-height: 265px;
  box-sizing: border-box;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 14px 36px rgba(7,59,120,.07);
}
.reveal .perspective.inside { background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); color: white; }
.reveal .perspective-label { margin-bottom: 23px; color: var(--blue-900); font-size: 27px; font-weight: 700; }
.reveal .perspective.inside .perspective-label { color: white; }
.reveal .perspective-label small { display: block; margin-top: 6px; color: var(--muted); font-size: 22px; font-weight: 400; line-height: 1.12; }
.reveal .perspective.inside .perspective-label small { color: rgba(255,255,255,.72); }
.reveal .perspective-list { display: flex; flex-wrap: wrap; gap: 10px; }
.reveal .perspective-list span { padding: 9px 13px; border-radius: 999px; background: var(--ice); color: var(--ink); font-size: 22px; }
.reveal .inside .perspective-list span { background: rgba(255,255,255,.12); color: white; }
.reveal .advantage-core {
  display: grid;
  width: 220px;
  height: 220px;
  align-content: center;
  justify-items: center;
  border: 3px solid rgba(19,185,214,.28);
  border-radius: 50%;
  background: radial-gradient(circle, white 0 40%, var(--rbv-sky) 41% 57%, white 58%);
  color: var(--blue-900);
  text-align: center;
  box-shadow: 0 18px 40px rgba(7,59,120,.08);
}
.reveal .advantage-core span { font-size: 22px; letter-spacing: .06em; }
.reveal .advantage-core strong { font-size: 27px; }
.reveal .advantage-core small { max-width: 170px; margin-top: 12px; color: var(--muted); font-size: 22px; line-height: 1.08; }
.reveal .question-ribbon { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.reveal .question-ribbon span { display: grid; min-height: 72px; padding: 12px 16px; border-radius: 15px; background: var(--ice); color: var(--blue-900); font-size: 22px; font-weight: 700; line-height: 1.12; place-items: center; text-align: center; }

/* 03 — arquitetura */
.reveal .architecture-flow { display: grid; grid-template-columns: 1.04fr 36px 1fr 36px 1.22fr 36px 1.18fr 36px 1fr; gap: 8px; align-items: center; }
.reveal .architecture-node {
  display: grid;
  min-height: 145px;
  align-content: center;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  text-align: center;
}
.reveal .architecture-node small { margin-bottom: 8px; color: var(--muted); font-size: 22px; line-height: 1.12; }
.reveal .architecture-node strong { color: var(--blue-900); font-size: 26px; line-height: 1.08; }
.reveal .architecture-node em { margin-top: 8px; color: var(--rbv-teal); font-size: 22px; font-style: normal; font-weight: 700; }
.reveal .architecture-node.resource-node { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); }
.reveal .architecture-node.resource-node strong, .reveal .architecture-node.resource-node small { color: white; }
.reveal .architecture-node.outcome { background: var(--ice); }
.reveal .architecture-node.performance { background: linear-gradient(145deg, var(--rbv-teal), var(--cyan-500)); }
.reveal .architecture-node.performance strong, .reveal .architecture-node.performance small { color: white; }
.reveal .flow-arrow { color: var(--cyan-500); font-size: 34px; text-align: center; }
.reveal .strategic-filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.reveal .strategic-filters article { min-height: 150px; box-sizing: border-box; padding: 19px 20px; border-top: 5px solid var(--blue-500); border-radius: 16px; background: var(--ice); }
.reveal .strategic-filters b { display: block; margin-bottom: 7px; color: var(--blue-900); font-size: 23px; }
.reveal .strategic-filters span { display: block; color: var(--ink); font-size: 22px; line-height: 1.16; }
.reveal .strategic-filters small { display: block; margin-top: 10px; color: var(--muted); font-size: 22px; line-height: 1.12; }

/* 04 — sete tipos */
.reveal .resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reveal .resource-grid article {
  display: grid;
  min-height: 174px;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: white;
  box-shadow: 0 10px 28px rgba(7,59,120,.055);
}
.reveal .resource-grid article:nth-child(5) { grid-column: 1 / 2; }
.reveal .resource-grid article:nth-child(5),
.reveal .resource-grid article:nth-child(6),
.reveal .resource-grid article:nth-child(7) { transform: translateX(175px); }
.reveal .resource-grid svg { width: 50px; height: 50px; fill: none; stroke: var(--rbv-teal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reveal .resource-grid h3 { margin: 0 0 8px; color: var(--blue-900); font-size: 28px; text-transform: uppercase; }
.reveal .resource-grid p { margin: 0; color: var(--muted); font-size: 22px; line-height: 1.18; }

/* 05 — gerenciamento */
.reveal .management-slide .slide-header h2 { max-width: 1260px; font-size: 44px; }
.reveal .management-cycle { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr; gap: 8px; align-items: center; }
.reveal .management-cycle article { position: relative; min-height: 230px; box-sizing: border-box; padding: 25px 23px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.reveal .management-cycle article > span { display: grid; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 13px; background: var(--blue-900); color: white; font-size: 20px; font-weight: 700; place-items: center; }
.reveal .management-cycle h3 { margin: 0 0 8px; color: var(--blue-900); font-size: 25px; }
.reveal .management-cycle p { margin: 0; color: var(--muted); font-size: 22px; line-height: 1.16; }
.reveal .management-cycle em { position: absolute; right: 18px; bottom: 16px; padding: 6px 10px; border-radius: 999px; background: var(--rbv-sky); color: var(--rbv-teal); font-size: 20px; font-style: normal; font-weight: 700; }
.reveal .cycle-arrow { color: var(--cyan-500); font-size: 34px; text-align: center; }
.reveal .return-loop { margin: 8px 0 13px; color: var(--muted); font-size: 20px; text-align: right; }
.reveal .return-loop span { color: var(--cyan-500); font-size: 24px; }
.reveal .brand-path { display: grid; grid-template-columns: 245px 1fr 24px 1fr 24px 1fr 24px 1fr; gap: 8px; align-items: center; padding: 16px 18px; border-radius: 17px; background: var(--ice); }
.reveal .brand-path strong { font-size: 22px; line-height: 1.12; }
.reveal .brand-path span { font-size: 22px; line-height: 1.14; }
.reveal .brand-path i { color: var(--cyan-500); font-style: normal; }

/* 06 — food truck */
.reveal .foodtruck-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 24px; height: 435px; }
.reveal .photo-panel { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: var(--navy); }
.reveal .photo-panel::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,34,63,.82)); content: ""; }
.reveal .photo-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; filter: saturate(.9) contrast(1.03); }
.reveal .photo-panel figcaption { position: absolute; right: 18px; bottom: 14px; left: 18px; z-index: 2; color: white; font-size: 18px; }
.reveal .truck-resources { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reveal .truck-resources article { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.reveal .truck-resources svg { width: 45px; height: 45px; fill: none; stroke: var(--blue-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reveal .truck-resources h3 { margin: 0 0 7px; color: var(--blue-900); font-size: 24px; text-transform: uppercase; }
.reveal .truck-resources p { margin: 0; color: var(--muted); font-size: 22px; line-height: 1.18; }
.reveal .strategic-question { margin-top: 16px; padding: 14px 18px; border-radius: 16px; background: linear-gradient(135deg, var(--blue-900), var(--rbv-teal)); color: white; font-size: 22px; font-weight: 700; text-align: center; }

/* 07 — recursos x capacidades */
.reveal .capability-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; height: 485px; }
.reveal .capability-machine { display: grid; align-content: center; padding: 25px 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.reveal .input-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.reveal .input-row span { display: grid; gap: 8px; justify-items: center; padding: 14px 8px; border-radius: 15px; background: var(--ice); color: var(--blue-900); font-size: 22px; font-weight: 700; }
.reveal .input-row svg { width: 36px; height: 36px; fill: none; stroke: var(--blue-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reveal .transform-band { margin: 15px 30px; padding: 12px; border-radius: 999px; background: var(--rbv-sky); color: var(--rbv-teal); font-size: 22px; font-weight: 700; text-align: center; }
.reveal .capability-output { display: grid; justify-items: center; padding: 22px; border-radius: 18px; background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); color: white; }
.reveal .capability-output strong { color: white; font-size: 29px; }
.reveal .capability-output span { margin-top: 5px; color: rgba(255,255,255,.84); font-size: 22px; }
.reveal .down-arrow { color: var(--cyan-500); font-size: 28px; text-align: center; }
.reveal .repeatable { padding: 12px; border: 2px solid var(--cyan-500); border-radius: 15px; color: var(--blue-900); font-size: 22px; font-weight: 700; text-align: center; }
.reveal .historical-examples { display: grid; gap: 10px; }
.reveal .historical-examples article { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; padding: 14px 16px; border-left: 5px solid var(--cyan-500); border-radius: 0 15px 15px 0; background: var(--ice); }
.reveal .historical-examples b { font-size: 22px; }
.reveal .historical-examples span { color: var(--muted); font-size: 21px; line-height: 1.15; }

/* 08 — competências */
.reveal .competence-equation { display: grid; grid-template-columns: 1fr 50px 1.2fr 50px 1.5fr; gap: 12px; align-items: center; margin-bottom: 20px; }
.reveal .competence-equation span, .reveal .competence-equation strong { padding: 14px 16px; border-radius: 15px; background: var(--ice); color: var(--blue-900); font-size: 22px; text-align: center; }
.reveal .competence-equation strong { background: linear-gradient(135deg, var(--blue-900), var(--rbv-violet)); color: white; }
.reveal .competence-equation b { color: var(--cyan-500); font-size: 28px; text-align: center; }
.reveal .honda-map { position: relative; display: grid; grid-template-columns: 1fr 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px 80px; height: 378px; align-items: center; }
.reveal .honda-map::before, .reveal .honda-map::after { position: absolute; top: 50%; left: 17%; width: 66%; height: 2px; background: var(--cyan-200); content: ""; }
.reveal .honda-map::after { top: 10%; bottom: 10%; left: 50%; width: 2px; height: 80%; }
.reveal .honda-core { z-index: 2; display: grid; grid-column: 2; grid-row: 1 / 3; width: 300px; height: 300px; justify-self: center; align-content: center; justify-items: center; box-sizing: border-box; padding: 28px; border: 8px solid var(--rbv-sky); border-radius: 50%; background: white; text-align: center; box-shadow: 0 18px 45px rgba(7,59,120,.12); }
.reveal .honda-core svg { width: 76px; height: 76px; margin-bottom: 8px; fill: none; stroke: var(--blue-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reveal .honda-core small { color: var(--rbv-teal); font-size: 18px; font-weight: 700; letter-spacing: .1em; }
.reveal .honda-core strong { margin-top: 8px; font-size: 24px; line-height: 1.12; }
.reveal .honda-core span { margin-top: 8px; color: var(--muted); font-size: 18px; }
.reveal .market { z-index: 2; display: grid; min-height: 125px; align-content: center; justify-items: center; border: 1px solid var(--line); border-radius: 20px; background: white; }
.reveal .market svg { width: 48px; height: 48px; margin-bottom: 8px; fill: none; stroke: var(--rbv-teal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reveal .market b { font-size: 22px; }

/* 09 — ciclo de aprendizagem */
.reveal .learning-cycle { position: relative; width: 1120px; height: 455px; margin: -6px auto 0; }
.reveal .learning-cycle article { position: absolute; z-index: 3; display: grid; width: 250px; min-height: 124px; align-content: center; box-sizing: border-box; padding: 16px 20px 16px 65px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 28px rgba(7,59,120,.07); }
.reveal .learning-cycle article span { position: absolute; top: 18px; left: 17px; display: grid; width: 38px; height: 38px; border-radius: 11px; background: var(--blue-700); color: white; font-size: 17px; font-weight: 700; place-items: center; }
.reveal .learning-cycle article b { color: var(--blue-900); font-size: 22px; }
.reveal .learning-cycle article small { margin-top: 5px; color: var(--muted); font-size: 20px; line-height: 1.12; }
.reveal .lc-1 { top: 10px; left: 440px; }
.reveal .lc-2 { top: 94px; right: 30px; }
.reveal .lc-3 { right: 30px; bottom: 78px; }
.reveal .lc-4 { bottom: 18px; left: 440px; }
.reveal .lc-5 { bottom: 78px; left: 30px; }
.reveal .lc-6 { top: 94px; left: 30px; }
.reveal .learning-core { position: absolute; top: 140px; left: 410px; z-index: 4; display: grid; width: 300px; height: 180px; border-radius: 50%; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); color: white; font-size: 24px; font-weight: 700; line-height: 1.15; place-items: center; text-align: center; box-shadow: 0 18px 45px rgba(7,59,120,.18); }
.reveal .cycle-orbit { position: absolute; top: 45px; left: 192px; width: 730px; height: 355px; border: 3px dashed rgba(19,185,214,.45); border-radius: 50%; }
.reveal .cycle-orbit::after { position: absolute; right: 85px; bottom: -10px; color: var(--cyan-500); font-size: 38px; content: "↗"; }

/* 10 — tipos de capacidade */
.reveal .capability-convergence { display: grid; grid-template-columns: 1fr 55px 1.18fr 55px 1fr; gap: 12px; align-items: center; min-height: 300px; }
.reveal .capability-convergence article { min-height: 235px; box-sizing: border-box; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.reveal .capability-convergence .integrating { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); color: white; transform: scale(1.05); }
.reveal .capability-convergence h3 { margin: 0 0 6px; color: var(--blue-900); font-size: 27px; }
.reveal .capability-convergence .integrating h3 { color: white; }
.reveal .capability-convergence small { color: var(--rbv-teal); font-size: 20px; font-weight: 700; }
.reveal .capability-convergence .integrating small { color: var(--cyan-200); }
.reveal .capability-convergence p { margin: 30px 0 0; color: var(--muted); font-size: 22px; line-height: 1.2; }
.reveal .capability-convergence .integrating p { color: rgba(255,255,255,.8); }
.reveal .converge-arrow { color: var(--cyan-500); font-size: 40px; text-align: center; }
.reveal .beef-case { display: grid; grid-template-columns: 300px repeat(9, auto); gap: 8px; align-items: center; margin-top: 23px; padding: 17px 20px; border-radius: 18px; background: var(--ice); }
.reveal .beef-case div { display: grid; }
.reveal .beef-case strong { font-size: 18px; line-height: 1.15; }
.reveal .beef-case small { margin-top: 4px; color: var(--muted); font-size: 16px; }
.reveal .beef-case span { padding: 8px 10px; border-radius: 999px; background: white; color: var(--blue-900); font-size: 18px; font-weight: 700; text-align: center; }
.reveal .beef-case i { color: var(--cyan-500); font-style: normal; }

/* 11 — capacidades dinâmicas */
.reveal .operational-dynamic { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 18px; align-items: center; }
.reveal .operational-dynamic article { display: grid; min-height: 105px; align-content: center; padding: 18px 24px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.reveal .operational-dynamic article.dynamic { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); }
.reveal .operational-dynamic small { color: var(--blue-500); font-size: 18px; font-weight: 700; letter-spacing: .08em; }
.reveal .operational-dynamic strong { margin-top: 7px; font-size: 25px; line-height: 1.15; }
.reveal .operational-dynamic .dynamic small, .reveal .operational-dynamic .dynamic strong { color: white; }
.reveal .versus { color: var(--cyan-500); font-size: 42px; text-align: center; }
.reveal .dynamic-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 17px; }
.reveal .dynamic-cards article { min-height: 140px; padding: 21px; border-top: 5px solid var(--rbv-teal); border-radius: 17px; background: var(--ice); }
.reveal .dynamic-cards b { color: var(--blue-900); font-size: 22px; }
.reveal .dynamic-cards p { margin: 11px 0 0; color: var(--muted); font-size: 22px; line-height: 1.18; }
.reveal .dynamic-vocabulary { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; gap: 8px; align-items: center; margin-top: 18px; }
.reveal .dynamic-vocabulary span { display: grid; justify-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.reveal .dynamic-vocabulary b { font-size: 21px; }
.reveal .dynamic-vocabulary small { margin-top: 3px; color: var(--muted); font-size: 20px; }
.reveal .dynamic-vocabulary i { color: var(--cyan-500); font-size: 25px; font-style: normal; text-align: center; }

/* 12 — Artecola */
.reveal .artecola-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; height: 455px; }
.reveal .sensing-system { display: grid; grid-template-columns: 1fr 230px; grid-template-rows: 38px 1fr 80px; gap: 14px 18px; padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.reveal .sensing-system .case-badge { grid-column: 1 / 3; justify-self: start; }
.reveal .mechanism-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reveal .mechanism-grid article { padding: 17px; border-left: 5px solid var(--cyan-500); border-radius: 0 15px 15px 0; background: var(--ice); }
.reveal .mechanism-grid b { display: block; color: var(--blue-900); font-size: 20px; }
.reveal .mechanism-grid span { display: block; margin-top: 6px; color: var(--muted); font-size: 19px; line-height: 1.14; }
.reveal .sensing-core { display: grid; align-content: center; justify-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); color: white; text-align: center; }
.reveal .sensing-core small { color: var(--cyan-200); font-size: 19px; font-weight: 700; letter-spacing: .1em; }
.reveal .sensing-core strong { max-width: 180px; margin-top: 7px; color: white; font-size: 22px; line-height: 1.12; }
.reveal .solution-output { display: grid; grid-column: 1 / 3; grid-template-columns: 210px 1fr; align-items: center; padding: 15px 20px; border-radius: 16px; background: var(--rbv-sky); }
.reveal .solution-output b { font-size: 22px; }
.reveal .solution-output span { color: var(--muted); font-size: 21px; }
.reveal .lab-photo { position: relative; margin: 0; overflow: hidden; border-radius: 24px; }
.reveal .lab-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,34,63,.75)); content: ""; }
.reveal .lab-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.reveal .lab-photo figcaption { position: absolute; right: 16px; bottom: 14px; left: 16px; z-index: 2; color: white; font-size: 18px; }

/* 13 — VRIO */
.reveal .vrio-tree { display: grid; gap: 9px; }
.reveal .vrio-row { display: grid; grid-template-columns: 58px 1.28fr 1fr .68fr; gap: 12px; align-items: center; min-height: 82px; }
.reveal .vrio-row > b { display: grid; width: 48px; height: 48px; border-radius: 14px; background: var(--blue-900); color: white; font-size: 23px; place-items: center; }
.reveal .vrio-row article { display: grid; grid-template-columns: 175px 1fr; gap: 12px; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.reveal .vrio-row article strong { font-size: 22px; }
.reveal .vrio-row article span { color: var(--muted); font-size: 20px; line-height: 1.12; }
.reveal .no-path, .reveal .yes-path { padding: 12px 14px; border-radius: 14px; font-size: 20px; font-weight: 700; }
.reveal .no-path { background: #f5f7f8; color: var(--muted); }
.reveal .no-path em { color: var(--ink); font-style: normal; }
.reveal .yes-path { background: var(--rbv-sky); color: var(--rbv-teal); text-align: center; }
.reveal .yes-path.final { background: linear-gradient(135deg, var(--rbv-teal), var(--cyan-500)); color: white; }
.reveal .yes-path.final em { color: white; font-style: normal; }
.reveal .imitation-bar { display: grid; grid-template-columns: 290px repeat(3, 1fr); gap: 12px; align-items: center; margin-top: 14px; }
.reveal .imitation-bar > strong { font-size: 20px; line-height: 1.15; }
.reveal .imitation-bar article { padding: 13px 15px; border-radius: 14px; background: var(--ice); }
.reveal .imitation-bar b { display: block; font-size: 19px; }
.reveal .imitation-bar span { display: block; margin-top: 4px; color: var(--muted); font-size: 19px; }

/* 14 — VRIO na prática */
.reveal .competitive-buckets { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.reveal .competitive-buckets > article { min-height: 370px; box-sizing: border-box; padding: 25px; border: 1px solid var(--line); border-top: 7px solid var(--blue-500); border-radius: 22px; background: white; }
.reveal .competitive-buckets .temporary { border-top-color: var(--rbv-violet); background: #f7f7fd; }
.reveal .competitive-buckets .sustainable { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); color: white; }
.reveal .bucket-head { display: grid; grid-template-columns: 65px 1fr; gap: 14px; align-items: center; min-height: 60px; }
.reveal .bucket-head span { display: grid; min-height: 48px; padding: 0 6px; border-radius: 12px; background: var(--ice); color: var(--blue-900); font-size: 18px; font-weight: 700; place-items: center; text-align: center; }
.reveal .sustainable .bucket-head span { background: rgba(255,255,255,.15); color: white; }
.reveal .bucket-head b { font-size: 22px; line-height: 1.12; }
.reveal .competitive-buckets > article > small { display: block; margin: 18px 0 22px; color: var(--rbv-teal); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.reveal .competitive-buckets .sustainable > small { color: var(--cyan-200); }
.reveal .competitive-buckets p { min-height: 105px; margin: 0; color: var(--ink); font-size: 22px; line-height: 1.22; }
.reveal .competitive-buckets .sustainable p { color: white; }
.reveal .competitive-buckets em { display: block; margin-top: 22px; color: var(--muted); font-size: 20px; font-style: normal; line-height: 1.18; }
.reveal .competitive-buckets .sustainable em, .reveal .competitive-buckets .sustainable b { color: white; }
.reveal .historical-label { margin-top: 13px; }
.reveal .caution-box { margin-top: 12px; padding: 15px 20px; border-left: 6px solid var(--rbv-gold); border-radius: 0 16px 16px 0; background: #fff7e9; font-size: 21px; line-height: 1.18; }

/* 15 — matriz */
.reveal .matrix-layout { display: grid; grid-template-columns: 68px 1fr 350px; grid-template-rows: 460px 42px; gap: 10px 20px; }
.reveal .matrix-y { display: grid; grid-row: 1; align-content: center; justify-items: center; transform: rotate(-90deg); white-space: nowrap; }
.reveal .matrix-y strong, .reveal .matrix-x strong { color: var(--blue-900); font-size: 20px; letter-spacing: .05em; }
.reveal .matrix-y small, .reveal .matrix-x small { margin-left: 10px; color: var(--rbv-teal); font-size: 18px; }
.reveal .position-matrix { display: grid; grid-template-columns: 150px repeat(3,1fr); grid-template-rows: 58px repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.reveal .axis-corner, .reveal .x-head, .reveal .y-head, .reveal .cell { display: grid; box-sizing: border-box; align-content: center; justify-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.reveal .x-head { background: var(--ice); color: var(--blue-900); font-size: 20px; font-weight: 700; }
.reveal .y-head { padding: 8px; background: var(--ice); color: var(--blue-900); font-size: 20px; font-weight: 700; }
.reveal .y-head small { display: block; margin-top: 4px; color: var(--muted); font-size: 17px; }
.reveal .cell { position: relative; padding: 8px; }
.reveal .cell b { position: absolute; top: 7px; left: 9px; color: var(--muted); font-size: 17px; }
.reveal .cell span { font-size: 20px; line-height: 1.1; }
.reveal .cell small { margin-top: 5px; color: rgba(255,255,255,.86); font-size: 17px; }
.reveal .cell.advantage { background: #ddf4ee; color: #1e6957; }
.reveal .cell.parity { background: #eef2f4; color: var(--ink); }
.reveal .cell.disadvantage { background: #fff0f0; color: #9a3e45; }
.reveal .cell.indeterminate { background: #f8f6ed; color: #746a40; }
.reveal .cell.ideal { background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); color: white; box-shadow: inset 0 0 0 4px var(--cyan-200); }
.reveal .cell.ideal b { color: var(--cyan-200); }
.reveal .matrix-x { display: flex; grid-column: 2; grid-row: 2; align-items: center; justify-content: center; }
.reveal .matrix-callouts { display: grid; grid-column: 3; grid-row: 1; gap: 12px; align-content: start; }
.reveal .matrix-callouts article { display: grid; padding: 17px 18px; border-left: 5px solid var(--cyan-500); border-radius: 0 15px 15px 0; background: var(--ice); }
.reveal .matrix-callouts b { font-size: 19px; }
.reveal .matrix-callouts span { margin-top: 4px; font-size: 23px; font-weight: 700; }
.reveal .matrix-callouts small { margin-top: 5px; color: var(--muted); font-size: 19px; line-height: 1.12; }
.reveal .matrix-callouts .ideal-callout { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); }
.reveal .matrix-callouts .ideal-callout b, .reveal .matrix-callouts .ideal-callout span, .reveal .matrix-callouts .ideal-callout small { color: white; }

/* 16 — síntese */
.reveal .final-route { display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1.12fr 25px .72fr 25px 1fr 25px 1.15fr; gap: 6px; align-items: stretch; }
.reveal .final-route article { display: grid; min-height: 168px; align-content: center; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: white; text-align: center; }
.reveal .final-route small { min-height: 46px; color: var(--muted); font-size: 18px; font-weight: 700; line-height: 1.08; }
.reveal .final-route b { margin-top: 9px; color: var(--blue-900); font-size: 20px; line-height: 1.08; }
.reveal .final-route i { align-self: center; color: var(--cyan-500); font-size: 25px; font-style: normal; text-align: center; }
.reveal .final-route .final-advantage { border: 0; background: linear-gradient(145deg, var(--blue-900), var(--rbv-teal)); }
.reveal .final-route .final-advantage b { color: white; font-size: 21px; }
.reveal .inside-outside-bridge { display: grid; grid-template-columns: 1fr 230px 1fr; gap: 20px; margin-top: 25px; }
.reveal .inside-outside-bridge article { display: grid; min-height: 120px; align-content: center; padding: 18px 24px; border-radius: 18px; background: var(--ice); }
.reveal .inside-outside-bridge article strong { font-size: 23px; }
.reveal .inside-outside-bridge article span { margin-top: 7px; color: var(--muted); font-size: 22px; }
.reveal .strategy-bridge { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; justify-items: center; padding: 18px; border-radius: 18px; background: var(--blue-900); color: white; }
.reveal .strategy-bridge b, .reveal .strategy-bridge span { color: white; font-size: 20px; }
.reveal .closing-thesis { margin-top: 20px; padding: 17px 22px; border-left: 6px solid var(--cyan-500); border-radius: 0 17px 17px 0; background: var(--rbv-sky); color: var(--blue-900); font-size: 23px; font-weight: 700; line-height: 1.18; }

/* referências */
.reveal .cap3-references { gap: 14px; }
.reveal .cap3-references li { font-size: 23px; line-height: 1.2; }

/* captura e impressão */
html.capture-static .reveal .slides > section,
html.print-static .reveal .slides > section { background: linear-gradient(150deg, rgba(239,248,252,.72), transparent 23%), var(--paper); }
html.capture-static .reveal .cover-rbv,
html.print-static .reveal .cover-rbv {
  background: linear-gradient(120deg, rgba(239,248,252,.85), rgba(255,255,255,.95) 48%, rgba(223,244,246,.72)), var(--paper);
}
