/* ============================================
   Lido Labs × Arhasi · Screenshot Deck
   Static 16:9 slides · Sedgwick-style layout
   ============================================ */

:root {
  --red: #D71920;
  --red-dark: #B0141A;
  --red-subtle: rgba(215, 25, 32, 0.08);
  --red-border: rgba(215, 25, 32, 0.18);
  --lido: #00736c;
  --lido-light: #009688;
  --lido-subtle: rgba(0, 115, 108, 0.08);
  --lido-border: rgba(0, 115, 108, 0.22);
  --black: #100809;
  --black-soft: #1A1012;
  --gray-900: #2D2D2D;
  --gray-700: #4A4A4A;
  --gray-500: #737373;
  --gray-300: #B3B3B3;
  --gray-100: #F0F0F0;
  --white: #FFFFFF;
  --off-white: #FAF6F6;
  --cream: #F7F5F3;
  --surface-dark: #120A0C;
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --slide-pad: clamp(1.25rem, 3vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body.lido-deck {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  color: var(--black-soft);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---- Slide shell ---- */
.slide {
  width: 100vw;
  height: 100vh;
  min-height: 680px;
  max-height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--slide-pad);
  padding-bottom: 3.25rem;
}

.slide-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}

/* ---- Cover / Title slide ---- */
.slide--cover,
.slide--corporate {
  padding: 0;
  background: var(--white);
}

.cover-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(22px, 2.8vw, 36px);
  background: var(--red);
  z-index: 2;
}

.cover-frame {
  margin-left: clamp(22px, 2.8vw, 36px);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1.35rem, 2.8vh, 2.15rem) clamp(2rem, 4.5vw, 4rem) clamp(1.1rem, 2.2vh, 1.75rem);
  min-height: 0;
}

/* ---- Unified deck header (all slides) ---- */
.deck-header {
  flex-shrink: 0;
}

.deck-header-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-bottom: clamp(0.75rem, 1.4vh, 1.1rem);
}

.deck-logo-slot {
  height: 52px;
  min-width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.deck-logo-slot--arhasi {
  min-width: 88px;
}

.deck-logo {
  display: block;
  object-fit: contain;
  object-position: center;
}

.deck-logo-aws {
  height: 42px;
  width: auto;
}

.deck-logo-lido {
  height: 38px;
  width: auto;
}

.deck-arhasi-mark {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.8vh, 2rem);
  font-weight: 400;
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.deck-arhasi-i {
  position: relative;
  display: inline-block;
}

.deck-arhasi-i::after {
  content: '';
  position: absolute;
  top: 0.02em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.27em;
  height: 0.27em;
  background: var(--red);
  border-radius: 50%;
}

.deck-header-rule {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}

.slide-main {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cover-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  width: 100%;
  padding: clamp(0.25rem, 2vh, 1rem) 0;
}

.cover-body--centered {
  grid-row: 2;
  place-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: clamp(0.5rem, 2vh, 1.5rem) clamp(1.5rem, 4vw, 3rem);
}

.cover-hero-panel {
  width: 100%;
  max-width: 980px;
  text-align: center;
  padding: clamp(2.5rem, 6vh, 4.5rem) clamp(2rem, 5vw, 4rem);
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid #E5E5E5;
}

.cover-eyebrow {
  display: inline-block;
  font-size: clamp(0.82rem, 1.55vh, 1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: clamp(1.25rem, 2.5vh, 2rem);
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(215, 25, 32, 0.2);
}

.cover-title {
  font-family: var(--font-sans);
  font-size: clamp(2.35rem, 5.8vh, 4.1rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: clamp(1.25rem, 2.5vh, 2rem);
  max-width: none;
  margin-inline: auto;
}

.cover-title-accent {
  color: var(--red);
  white-space: nowrap;
}

.cover-accent-rule {
  width: clamp(100px, 16vw, 180px);
  height: 4px;
  background: var(--red);
  margin: 0 auto clamp(1.25rem, 2.5vh, 2rem);
}

.cover-subtitle {
  font-size: clamp(1.25rem, 2.6vh, 1.75rem);
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  max-width: 34em;
  margin-inline: auto;
}

.cover-subtitle strong {
  color: var(--black);
  font-weight: 700;
}

.cover-presenter {
  margin-top: clamp(1.5rem, 3vh, 2.5rem);
  padding-top: clamp(1rem, 2vh, 1.5rem);
  border-top: 1px solid #E8E8E8;
  font-size: clamp(1rem, 1.85vh, 1.2rem);
  font-weight: 500;
  color: #666;
  letter-spacing: 0.01em;
}

.cover-presenter strong {
  color: var(--black);
  font-weight: 700;
}

.slide--corporate .slide-main {
  flex: 1;
  padding-top: clamp(0.25rem, 0.55vh, 0.45rem);
  grid-row: 2;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.85vh, 0.65rem);
}

.slide--corporate .deck-header-logos {
  margin-bottom: clamp(0.5rem, 1vh, 0.75rem);
}

.slide--corporate .deck-logo-slot {
  height: 44px;
}

.slide--corporate .deck-logo-aws {
  height: 36px;
}

.slide--corporate .deck-logo-lido {
  height: 36px;
  opacity: 1;
  filter: none;
}

/* ---- Slide 2 · Executive Consulting Framework ---- */
.slide-eyebrow {
  font-size: clamp(0.78rem, 1.45vh, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.35rem;
}

.slide-heading {
  font-size: clamp(1.75rem, 3.8vh, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--black);
}

.slide-heading-accent {
  color: var(--red);
}

/* ---- Slide 2 · Dense executive layout ---- */
.slide-main--dense {
  overflow: hidden;
  gap: clamp(0.4rem, 0.85vh, 0.6rem);
}

.slide-heading--compact {
  font-size: clamp(1.35rem, 2.6vh, 1.85rem);
  line-height: 1.15;
}

.dense-head {
  flex-shrink: 0;
  padding-bottom: clamp(0.35rem, 0.65vh, 0.5rem);
  border-bottom: 1px solid #E8E8E8;
}

.dense-canvas {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(220px, 20vw, 280px) clamp(56px, 6vw, 72px) minmax(0, 1fr);
  grid-template-rows: auto repeat(3, 1fr) auto;
  gap: clamp(0.4rem, 0.85vh, 0.6rem);
  align-items: stretch;
  padding-top: 0.35rem;
  position: relative;
}

.journey-panel-shell {
  grid-column: 1;
  grid-row: 1 / -1;
  position: relative;
  background: linear-gradient(180deg, #FAFAFA 0%, #F3F3F3 100%);
  border: 1px solid #E0E0E0;
  border-left: 4px solid var(--lido);
  border-radius: 0 4px 4px 0;
  z-index: 0;
  margin-right: clamp(0.25rem, 0.5vw, 0.4rem);
}

.journey-panel-shell::before {
  content: 'Three Frictions';
  position: absolute;
  left: 0.4rem;
  top: 42%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: clamp(0.52rem, 0.9vh, 0.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  opacity: 0.85;
}

.journey-top,
.journey-bottom,
.journey-friction-card,
.friction-link,
.dense-row {
  position: relative;
  z-index: 1;
}

.journey-top {
  grid-column: 1;
  grid-row: 1;
  padding: 0 clamp(0.55rem, 1vw, 0.75rem);
}

.journey-bottom {
  grid-column: 1;
  grid-row: 5;
  padding: 0 clamp(0.55rem, 1vw, 0.75rem);
}

.journey-friction-card--01 { grid-column: 1; grid-row: 2; }
.journey-friction-card--02 { grid-column: 1; grid-row: 3; }
.journey-friction-card--03 { grid-column: 1; grid-row: 4; }

.friction-link--01 { grid-column: 2; grid-row: 2; }
.friction-link--02 { grid-column: 2; grid-row: 3; }
.friction-link--03 { grid-column: 2; grid-row: 4; }

#friction-row-01 { grid-column: 3; grid-row: 2; }
#friction-row-02 { grid-column: 3; grid-row: 3; }
#friction-row-03 { grid-column: 3; grid-row: 4; }

.dense-row {
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(160px, 16vw, 200px) 1fr;
  border: 1px solid #E5E5E5;
  background: var(--white);
  overflow: hidden;
  position: relative;
}

.dense-row::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.dense-row--red {
  border-left: 4px solid var(--red);
}

.dense-row--teal {
  border-left: 4px solid var(--lido);
}

.dense-visual {
  background: #F7F7F7;
  border-right: 1px solid #EBEBEB;
  padding: clamp(0.55rem, 1vh, 0.75rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 0;
}

.viz-tension,
.viz-silos,
.viz-fragment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 0;
}

.dense-body {
  padding: clamp(0.65rem, 1.25vh, 0.95rem) clamp(0.9rem, 1.8vw, 1.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  min-height: 0;
}

.dense-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.dense-num {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.8vh, 2rem);
  color: var(--red);
  line-height: 1;
  font-weight: 400;
}

.dense-num--teal {
  color: var(--lido);
}

.dense-tag {
  font-size: clamp(0.62rem, 1.1vh, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  padding: 0.2rem 0.5rem;
  background: var(--red-subtle);
  border-radius: 4px;
}

.dense-tag--teal {
  color: var(--lido);
  background: var(--lido-subtle);
}

.dense-title {
  font-size: clamp(1rem, 1.85vh, 1.2rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.dense-text {
  font-size: clamp(0.82rem, 1.45vh, 0.96rem);
  color: #444;
  line-height: 1.5;
  max-width: 62em;
}

.dense-bullets {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.dense-bullets li {
  position: relative;
  padding-left: 0.85rem;
  font-size: clamp(0.72rem, 1.25vh, 0.82rem);
  color: #555;
  line-height: 1.4;
}

.dense-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.dense-bullets--teal li::before {
  background: var(--lido);
}

/* Inline visuals */
.viz-caption {
  font-size: clamp(0.58rem, 1vh, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 0.5rem;
  text-align: center;
}

.viz-tension {
  width: 100%;
}

.viz-track {
  margin-bottom: 0.65rem;
}

.viz-track-label {
  display: block;
  font-size: clamp(0.62rem, 1.05vh, 0.72rem);
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.35rem;
}

.viz-track--foundation .viz-track-label {
  color: var(--lido);
}

.viz-sprints {
  display: flex;
  gap: 0.35rem;
}

.viz-sprints i {
  flex: 1;
  height: clamp(18px, 3.5vh, 28px);
  border-radius: 3px;
  background: var(--red);
  display: block;
}

.viz-sprints i:nth-child(2) { opacity: 0.75; }
.viz-sprints i:nth-child(3) { opacity: 0.5; }
.viz-sprints i:nth-child(4) { opacity: 0.35; }

.viz-platform {
  height: clamp(22px, 4vh, 32px);
  background: rgba(0, 115, 108, 0.12);
  border: 1.5px solid var(--lido);
  border-radius: 4px;
  overflow: hidden;
}

.viz-platform i {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--lido);
  opacity: 0.45;
}

.viz-silo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  width: 100%;
  height: clamp(90px, 100%, 130px);
  align-self: stretch;
}

.viz-silo {
  position: relative;
  height: 100%;
  min-height: clamp(80px, 100%, 120px);
  background: var(--white);
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.35rem;
  overflow: hidden;
}

.viz-silo-q {
  position: absolute;
  top: 0.25rem;
  font-size: clamp(0.85rem, 1.5vh, 1.1rem);
  font-weight: 700;
  color: var(--lido);
}

.viz-silo-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--h);
  background: rgba(0, 115, 108, 0.22);
}

.viz-silo-name {
  position: relative;
  z-index: 1;
  font-size: clamp(0.55rem, 0.95vh, 0.62rem);
  font-weight: 600;
  color: #444;
}

.viz-frag-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(95px, 100%, 130px);
}

.viz-brand,
.viz-tool {
  position: absolute;
  font-size: clamp(0.52rem, 0.9vh, 0.6rem);
  font-weight: 600;
  padding: 0.2rem 0.35rem;
  border-radius: 3px;
  white-space: nowrap;
}

.viz-brand {
  background: var(--white);
  border: 1px solid var(--lido);
  color: var(--lido);
}

.viz-tool {
  background: #EEE;
  border: 1px solid #BBB;
  color: #555;
}

.viz-brand:nth-child(1) { top: 0; left: 0; }
.viz-brand:nth-child(2) { top: 0; right: 0; }
.viz-brand:nth-child(3) { bottom: 0; left: 0; }
.viz-brand:nth-child(4) { bottom: 0; right: 0; }
.viz-tool:nth-child(5) { top: 38%; left: 8%; }
.viz-tool:nth-child(6) { top: 38%; right: 8%; }
.viz-tool:nth-child(7) { bottom: 28%; left: 22%; }
.viz-tool:nth-child(8) { bottom: 28%; right: 22%; }

.viz-frag-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.5rem, 0.85vh, 0.58rem);
  font-weight: 700;
  text-align: center;
  color: var(--red);
  border: 1.5px dashed var(--red);
  border-radius: 50%;
  width: clamp(56px, 8vw, 72px);
  height: clamp(56px, 8vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  line-height: 1.2;
  background: #FFF5F5;
}

/* Friction connectors */
.friction-link {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 0 0.15rem;
}

.friction-line {
  width: 100%;
  height: 2.5px;
  background: var(--red);
  position: relative;
}

.friction-line::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--red);
}

/* Journey panel content */
.journey-panel-title {
  font-size: clamp(0.62rem, 1.05vh, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lido);
  text-align: center;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #E0E0E0;
}

.journey-node {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: clamp(0.5rem, 0.95vh, 0.7rem);
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.journey-node--now {
  border-top: 3px solid var(--gray-500);
}

.journey-node--target {
  border-top: 3px solid var(--lido);
  background: linear-gradient(135deg, rgba(0, 115, 108, 0.06) 0%, var(--white) 100%);
}

.journey-node-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.journey-icon {
  flex-shrink: 0;
  width: clamp(34px, 5vh, 42px);
  height: clamp(34px, 5vh, 42px);
  border-radius: 8px;
  background: #F0F0F0;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
}

.journey-icon svg {
  width: 100%;
  height: 100%;
}

.journey-icon--target {
  background: var(--lido-subtle);
  color: var(--lido);
}

.journey-node-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.journey-label {
  font-size: clamp(0.58rem, 1vh, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.journey-node--target .journey-label {
  color: var(--lido);
}

.journey-value {
  font-size: clamp(0.72rem, 1.25vh, 0.85rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.journey-icon-row {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}

.journey-mini-icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  background: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  color: var(--gray-700);
}

.journey-mini-icon svg {
  width: clamp(16px, 2.5vh, 20px);
  height: clamp(16px, 2.5vh, 20px);
}

.journey-icon-row--target {
  flex-direction: column;
  gap: 0.25rem;
}

.journey-cap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.58rem, 1vh, 0.65rem);
  font-weight: 600;
  color: var(--lido);
  padding: 0.28rem 0.4rem;
  background: rgba(0, 115, 108, 0.08);
  border: 1px solid var(--lido-border);
  border-radius: 5px;
}

.journey-cap svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.journey-friction-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 clamp(0.55rem, 1vw, 0.75rem) 0 clamp(0.55rem, 1vw, 0.75rem);
  padding: clamp(0.4rem, 0.8vh, 0.55rem) clamp(1.1rem, 1.8vw, 1.35rem) clamp(0.4rem, 0.8vh, 0.55rem) clamp(0.4rem, 0.8vh, 0.55rem);
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  min-height: 0;
}

.journey-friction-marker {
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(28px, 3.5vh, 34px);
  height: clamp(28px, 3.5vh, 34px);
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--red);
  font-size: clamp(0.62rem, 1.05vh, 0.72rem);
  font-weight: 800;
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.1);
  z-index: 2;
}

.journey-friction-icon {
  width: clamp(28px, 4vh, 34px);
  height: clamp(28px, 4vh, 34px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
}

.journey-friction-icon svg {
  width: 100%;
  height: 100%;
}

.journey-friction-icon--red {
  background: var(--red-subtle);
  color: var(--red);
}

.journey-friction-icon--teal {
  background: var(--lido-subtle);
  color: var(--lido);
}

.journey-friction-name {
  font-size: clamp(0.62rem, 1.05vh, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-700);
}

.cover-bottom--slide {
  grid-row: 3;
}

.slide-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.slide-footer-num {
  font-size: clamp(0.58rem, 1vh, 0.68rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  flex-shrink: 0;
}

/* ---- Slide 3 · Hub + Cards Orbit ---- */
.slide--maturity .cover-frame {
  padding-top: clamp(1rem, 2vh, 1.5rem);
  padding-bottom: clamp(0.75rem, 1.5vh, 1.15rem);
}

.deck-header--split .deck-header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin-bottom: clamp(0.45rem, 0.85vh, 0.65rem);
}

.deck-header--split .deck-header-logos {
  margin-bottom: 0;
  flex-shrink: 0;
}

.slide-main--maturity {
  overflow: hidden;
  gap: 0;
  padding-top: clamp(0.35rem, 0.65vh, 0.5rem);
}

.maturity-title {
  font-size: clamp(1.45rem, 2.75vh, 1.95rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0;
}

.maturity-canvas {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maturity-orbit {
  position: relative;
  width: min(1060px, 98%);
  height: min(580px, 100%);
  max-height: 100%;
  flex-shrink: 0;
}

.maturity-flow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(140px, 17vw, 176px);
  height: clamp(140px, 17vw, 176px);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.maturity-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: clamp(108px, 12.5vw, 136px);
  height: clamp(108px, 12.5vw, 136px);
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(0.55rem, 0.95vh, 0.75rem);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 2px var(--red), 0 4px 14px rgba(0, 0, 0, 0.12);
}

.maturity-hub-text {
  font-size: clamp(0.78rem, 1.35vh, 0.92rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.maturity-arrow {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.maturity-arrow svg {
  width: clamp(44px, 5.5vw, 58px);
  height: auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}

.maturity-arrow--12 {
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--red);
}

.maturity-arrow--23 {
  top: 50%;
  right: 21%;
  transform: translate(50%, -50%);
  color: var(--red);
}

.maturity-arrow--34 {
  bottom: 21%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: var(--lido);
}

.maturity-arrow--41 {
  top: 50%;
  left: 21%;
  transform: translate(-50%, -50%);
  color: var(--lido);
}

.maturity-card {
  position: absolute;
  z-index: 2;
  width: min(460px, 45%);
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.75vh, 0.6rem);
  padding: clamp(0.8rem, 1.35vh, 1rem) clamp(0.85rem, 1.4vh, 1.05rem);
  background: #F5F5F5;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.maturity-card--1 {
  top: 0;
  left: 0;
  border-top: 3px solid var(--red);
}

.maturity-card--2 {
  top: 0;
  right: 0;
  border-top: 3px solid var(--red);
}

.maturity-card--3 {
  bottom: 0;
  right: 0;
  border-top: 3px solid var(--lido);
}

.maturity-card--4 {
  bottom: 0;
  left: 0;
  border-top: 3px solid var(--lido);
}

.maturity-card-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.maturity-card-num {
  flex-shrink: 0;
  width: clamp(34px, 4.8vh, 40px);
  height: clamp(34px, 4.8vh, 40px);
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: clamp(1rem, 1.65vh, 1.15rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.maturity-card--3 .maturity-card-num,
.maturity-card--4 .maturity-card-num {
  background: var(--lido);
}

.maturity-card-title {
  flex: 1;
  min-width: 0;
  font-size: clamp(1.02rem, 1.78vh, 1.14rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.maturity-card-icon {
  flex-shrink: 0;
  width: clamp(32px, 4.5vh, 38px);
  height: clamp(32px, 4.5vh, 38px);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.maturity-card--3 .maturity-card-icon,
.maturity-card--4 .maturity-card-icon {
  color: var(--lido);
}

.maturity-card-icon svg {
  width: 100%;
  height: 100%;
}

.maturity-card-lead {
  font-size: clamp(0.98rem, 1.7vh, 1.1rem);
  color: #222;
  line-height: 1.4;
  margin: 0;
}

.maturity-card-lead strong {
  font-weight: 700;
  color: var(--black);
}

.maturity-card-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.maturity-card-points li {
  position: relative;
  padding-left: 0.9rem;
  font-size: clamp(0.92rem, 1.55vh, 1.02rem);
  color: #333;
  line-height: 1.38;
}

.maturity-card-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.maturity-card--3 .maturity-card-points li::before,
.maturity-card--4 .maturity-card-points li::before {
  background: var(--lido);
}

/* ---- Slide 4 · Co-Engineering Partnership (horizontal pipeline) ---- */
.slide-main--coe {
  overflow: visible;
  gap: clamp(0.35rem, 0.7vh, 0.55rem);
}

.slide--coe .cover-frame {
  padding-top: clamp(0.95rem, 1.85vh, 1.45rem);
  padding-bottom: clamp(0.75rem, 1.45vh, 1.15rem);
}

.slide--coe .dense-head {
  padding-bottom: clamp(0.2rem, 0.4vh, 0.35rem);
}

.slide--coe .slide-heading--compact {
  font-size: clamp(1.15rem, 2.15vh, 1.55rem);
  line-height: 1.12;
}

.slide--coe .deck-header-logos {
  margin-bottom: clamp(0.45rem, 0.85vh, 0.65rem);
}

.slide--coe .deck-logo-slot {
  height: 46px;
}

.slide--coe .deck-logo-aws {
  height: 36px;
}

.slide--coe .deck-logo-lido {
  height: 34px;
}

.coe-pipeline {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.85vh, 0.65rem);
  padding-top: 0.1rem;
  overflow: visible;
}

.coe-compound-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: min(1360px, 98%);
  margin: 0 auto;
  padding: clamp(0.15rem, 0.35vh, 0.3rem) clamp(0.5rem, 1.5vw, 1rem) 0;
  overflow: visible;
}

.coe-pipeline > .coe-outcome {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  max-width: min(1040px, 92%);
  align-self: center;
}

/* Intro bar */
.coe-intro {
  flex-shrink: 0;
  width: 100%;
  max-width: min(1360px, 98%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 0.85rem);
  padding: clamp(0.4rem, 0.75vh, 0.55rem) clamp(0.7rem, 1.25vw, 0.9rem);
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.06) 0%, #FAFAFA 50%, rgba(215, 25, 32, 0.06) 100%);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.coe-intro-node {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.coe-intro-node--lido {
  justify-self: start;
}

.coe-intro-node--arhasi {
  justify-self: end;
  flex-direction: row-reverse;
  text-align: right;
}

.coe-intro-logo {
  height: 22px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.coe-intro-mark {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--red-subtle);
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coe-intro-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.coe-intro-name {
  font-size: clamp(0.78rem, 1.35vh, 0.88rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}

.coe-intro-role {
  font-size: clamp(0.62rem, 1.05vh, 0.7rem);
  font-weight: 600;
  color: var(--gray-500);
}

.coe-intro-bridge {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.coe-intro-bridge-line {
  width: clamp(18px, 2.5vw, 28px);
  height: 2px;
  background: linear-gradient(90deg, var(--lido), var(--red));
}

.coe-intro-bridge-badge {
  font-size: clamp(0.58rem, 1vh, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-700);
  padding: 0.22rem 0.5rem;
  background: var(--white);
  border: 1px solid #D8D8D8;
  border-radius: 999px;
  white-space: nowrap;
}

/* Compound layout · stack + lethal combination */
.coe-stages--compound {
  flex-shrink: 0;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 620px) auto minmax(0, 450px);
  align-items: start;
  justify-content: center;
  width: 100%;
  gap: clamp(0.85rem, 1.75vw, 1.45rem);
}

.coe-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.75vh, 0.6rem);
  min-height: auto;
  min-width: 0;
  width: 100%;
  align-items: stretch;
}

.coe-stack .coe-stage {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  flex: 0 0 auto;
  min-height: auto;
  box-sizing: border-box;
  overflow: visible;
}

.coe-stack-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(28px, 4vh, 36px);
  flex-shrink: 0;
}

.coe-stack .coe-stage-content {
  gap: clamp(0.6rem, 1.05vh, 0.8rem);
  padding: clamp(0.7rem, 1.25vh, 0.95rem);
}

.coe-stack .coe-stage-body {
  gap: clamp(0.55rem, 0.95vh, 0.72rem);
}

.coe-stack .coe-insight {
  padding: clamp(0.55rem, 0.95vh, 0.7rem) clamp(0.6rem, 1.05vw, 0.8rem);
}

.coe-stack .coe-insight p {
  line-height: 1.55;
}

.coe-stack .coe-partner-block {
  padding: clamp(0.55rem, 0.95vh, 0.7rem);
  gap: 0.45rem;
}

.coe-stack .coe-struct-block {
  padding: clamp(0.55rem, 0.95vh, 0.7rem);
  gap: 0.4rem;
}

.coe-stack-link span {
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, var(--lido), var(--red));
  position: relative;
}

.coe-stack-link span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--red);
}

.coe-compound-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0 0.15rem;
}

.coe-compound-bridge-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.coe-compound-stack-label {
  font-size: clamp(0.52rem, 0.9vh, 0.58rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
  text-align: center;
  line-height: 1.3;
  max-width: 4.5rem;
}

.coe-compound-arrow {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

.coe-compound-equals {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vh, 1.5rem);
  font-weight: 400;
  color: var(--lido);
  line-height: 1;
}

/* Lethal combination panel */
.coe-stage--lethal {
  border-top: 3px solid var(--black);
  background: linear-gradient(135deg, rgba(0, 115, 108, 0.04) 0%, var(--white) 55%, rgba(215, 25, 32, 0.04) 100%);
  min-height: 0;
  max-height: 100%;
}

.coe-lethal-body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1.05vh, 0.8rem);
  padding: clamp(0.7rem, 1.25vh, 0.95rem);
  min-height: 0;
  overflow: hidden;
}

.coe-stage-viz--lethal {
  height: clamp(58px, 8.5vh, 72px);
  flex-shrink: 0;
}

.coe-stage-body--lethal {
  gap: clamp(0.55rem, 0.95vh, 0.72rem);
  min-height: 0;
  overflow: hidden;
}

.coe-insight--lethal {
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.08), rgba(215, 25, 32, 0.06));
  border-left-color: var(--black);
}

.coe-insight--lethal .coe-insight-icon {
  color: var(--black);
}

.coe-insight--lethal p {
  line-height: 1.55;
}

.coe-stage-head--lethal {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: clamp(0.65rem, 1.15vh, 0.85rem) clamp(0.8rem, 1.35vw, 1rem);
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.08), rgba(215, 25, 32, 0.06));
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  width: 100%;
}

.coe-lethal-badge {
  font-size: clamp(0.58rem, 1vh, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--white);
  border: 1px solid var(--red-border);
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
}

.coe-lethal-title {
  font-size: clamp(0.95rem, 1.75vh, 1.1rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.28;
  margin: 0;
  letter-spacing: -0.01em;
}

.coe-stage {
  min-height: 0;
  min-width: 0;
  height: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.coe-stage--teal {
  border-top: 3px solid var(--lido);
}

.coe-stage--red {
  border-top: 3px solid var(--red);
}

.coe-stage-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.6rem, 1.05vh, 0.8rem);
  padding: clamp(0.7rem, 1.25vh, 0.95rem);
}

.coe-stage-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: clamp(0.65rem, 1.15vh, 0.85rem) clamp(0.85rem, 1.4vw, 1rem);
  background: #FAFAFA;
  border-bottom: 1px solid #EBEBEB;
}

.coe-stage-num {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.6vh, 1.75rem);
  line-height: 1;
  font-weight: 400;
}

.coe-stage--teal .coe-stage-num {
  color: var(--lido);
}

.coe-stage--red .coe-stage-num {
  color: var(--red);
}

.coe-stage-tag {
  font-size: clamp(0.65rem, 1.15vh, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
}

.coe-stage--teal .coe-stage-tag {
  color: var(--lido);
  background: var(--lido-subtle);
}

.coe-stage--red .coe-stage-tag {
  color: var(--red);
  background: var(--red-subtle);
}

.coe-stage-viz {
  flex-shrink: 0;
  height: clamp(84px, 13vh, 102px);
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding: clamp(0.45rem, 0.85vh, 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.coe-stage-body {
  flex: 0 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.55rem, 0.95vh, 0.72rem);
}

/* Structured text blocks */
.coe-insight {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: clamp(0.4rem, 0.75vh, 0.55rem) clamp(0.5rem, 0.9vw, 0.65rem);
  background: rgba(0, 115, 108, 0.06);
  border-left: 3px solid var(--lido);
  border-radius: 0 6px 6px 0;
}

.coe-insight--red {
  background: rgba(215, 25, 32, 0.06);
  border-left-color: var(--red);
}

.coe-insight-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--lido);
  margin-top: 0.1rem;
}

.coe-insight--red .coe-insight-icon {
  color: var(--red);
}

.coe-insight-icon svg {
  width: 100%;
  height: 100%;
}

.coe-insight p {
  margin: 0;
  font-size: clamp(0.72rem, 1.25vh, 0.8rem);
  color: #444;
  line-height: 1.55;
  font-weight: 400;
}

.coe-partner-blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.85vh, 0.65rem);
}

.coe-partner-block {
  padding: clamp(0.4rem, 0.75vh, 0.55rem);
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.coe-partner-block--lido {
  border-left: 3px solid var(--lido);
}

.coe-partner-block--arhasi {
  border-left: 3px solid var(--red);
}

.coe-partner-block-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.coe-partner-block-logo {
  height: 18px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.coe-partner-block-mark {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--red-subtle);
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coe-partner-block-meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.coe-partner-block-name {
  font-size: clamp(0.72rem, 1.25vh, 0.8rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}

.coe-partner-block-role {
  font-size: clamp(0.58rem, 1vh, 0.64rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coe-partner-block--lido .coe-partner-block-role {
  color: var(--lido);
}

.coe-partner-block--arhasi .coe-partner-block-role {
  color: var(--red);
}

.coe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.coe-chip {
  font-size: clamp(0.54rem, 0.92vh, 0.6rem);
  font-weight: 600;
  padding: 0.22rem 0.48rem;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.3;
}

.coe-chip--lido {
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  color: var(--lido);
}

.coe-chip--arhasi {
  background: var(--red-subtle);
  border: 1px solid var(--red-border);
  color: var(--red);
}

.coe-partner-block-desc {
  margin: 0;
  font-size: clamp(0.66rem, 1.12vh, 0.72rem);
  color: #555;
  line-height: 1.4;
}

.coe-partner-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.35rem, 0.6vh, 0.48rem);
}

.coe-partner-points li {
  position: relative;
  padding-left: 0.75rem;
  font-size: clamp(0.72rem, 1.22vh, 0.8rem);
  color: #444;
  line-height: 1.55;
}

.coe-partner-block--lido .coe-partner-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lido);
}

.coe-partner-block--arhasi .coe-partner-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}

.coe-partner-points--multiply {
  margin: 0;
}

.coe-partner-points--multiply li::before {
  background: var(--red);
}

.coe-struct-block {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: clamp(0.4rem, 0.75vh, 0.55rem);
  background: var(--white);
  border: 1px solid #EBEBEB;
  border-radius: 6px;
}

.coe-struct-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.coe-struct-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}

.coe-struct-icon svg {
  width: 100%;
  height: 100%;
}

.coe-struct-icon--red {
  background: var(--red-subtle);
  color: var(--red);
}

.coe-struct-icon--teal {
  background: var(--lido-subtle);
  color: var(--lido);
}

.coe-struct-label {
  font-size: clamp(0.72rem, 1.25vh, 0.8rem);
  font-weight: 700;
  color: var(--black);
  flex: 1;
  min-width: 0;
}

.coe-stat-pill {
  font-size: clamp(0.54rem, 0.92vh, 0.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-subtle);
  border: 1px solid var(--red-border);
  padding: 0.14rem 0.4rem;
  border-radius: 999px;
  white-space: nowrap;
}

.coe-struct-text {
  margin: 0;
  font-size: clamp(0.66rem, 1.12vh, 0.72rem);
  color: #555;
  line-height: 1.42;
}

.coe-struct-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #D8D8D8, transparent);
  margin: 0.05rem 0;
}

.coe-compare-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.coe-compare-tag {
  font-size: clamp(0.54rem, 0.92vh, 0.6rem);
  font-weight: 700;
  padding: 0.14rem 0.4rem;
  border-radius: 4px;
}

.coe-compare-tag--muted {
  background: #F0F0F0;
  border: 1px solid #D0D0D0;
  color: #777;
  text-decoration: line-through;
  text-decoration-color: #AAA;
}

.coe-compare-tag--good {
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  color: var(--lido);
}

.coe-compare-arrow {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray-500);
}

.coe-outcome-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.75vh, 0.6rem);
}

.coe-outcome-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: clamp(0.5rem, 0.85vh, 0.65rem);
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
}

.coe-outcome-row-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.35rem;
}

.coe-outcome-row-icon svg {
  width: 100%;
  height: 100%;
}

.coe-outcome-row-icon--speed {
  background: rgba(215, 25, 32, 0.1);
  color: var(--red);
}

.coe-outcome-row-icon--validate {
  background: var(--lido-subtle);
  color: var(--lido);
}

.coe-outcome-row-icon--trust {
  background: #EEE;
  color: var(--black);
}

.coe-outcome-row-copy {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  min-width: 0;
}

.coe-outcome-row-title {
  font-size: clamp(0.68rem, 1.18vh, 0.76rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}

.coe-outcome-row-desc {
  font-size: clamp(0.56rem, 0.95vh, 0.62rem);
  color: #555;
  line-height: 1.5;
}

.coe-outcome-row-metric {
  font-size: clamp(0.54rem, 0.92vh, 0.6rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lido);
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  padding: 0.18rem 0.35rem;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.coe-stage-title {
  font-size: clamp(0.95rem, 1.75vh, 1.08rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.32;
}

.coe-stage-lead {
  font-size: clamp(0.84rem, 1.48vh, 0.94rem);
  color: #333;
  line-height: 1.48;
  margin: 0;
  font-weight: 500;
}

.coe-stage-list li em {
  font-style: normal;
  color: var(--black);
  font-weight: 600;
}

.coe-outcome-desc {
  font-size: clamp(0.72rem, 1.25vh, 0.82rem);
  color: #555;
  line-height: 1.4;
  margin-top: 0.15rem;
  max-width: 36em;
}

.coe-stage-sub {
  font-size: clamp(0.88rem, 1.55vh, 0.98rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin-top: 0.2rem;
}

.coe-stage-text {
  font-size: clamp(0.82rem, 1.45vh, 0.92rem);
  color: #444;
  line-height: 1.45;
  margin: 0;
}

.coe-stage-text strong {
  color: var(--black);
  font-weight: 600;
}

.coe-stage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.3rem, 0.55vh, 0.4rem);
}

.coe-stage-list li {
  position: relative;
  padding-left: 0.85rem;
  font-size: clamp(0.78rem, 1.38vh, 0.88rem);
  color: #444;
  line-height: 1.48;
}

.coe-stage--teal .coe-stage-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lido);
}

.coe-stage--red .coe-stage-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}

.coe-stage-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 2.5vw, 28px);
  flex-shrink: 0;
  align-self: center;
}

.coe-stage-connector span {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--lido), var(--red));
  position: relative;
}

.coe-stage-connector span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--red);
}

/* Stage visuals */
.coe-viz-fusion {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.35rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.coe-viz-fusion-col {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: center;
}

.coe-viz-fusion-col span {
  font-size: clamp(0.54rem, 0.95vh, 0.62rem);
  font-weight: 600;
  padding: 0.16rem 0.32rem;
  border-radius: 3px;
  white-space: nowrap;
}

.coe-viz-fusion-col--lido span {
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  color: var(--lido);
}

.coe-viz-fusion-col--arhasi span {
  background: var(--red-subtle);
  border: 1px solid var(--red-border);
  color: var(--red);
}

.coe-viz-fusion-hub {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 115, 108, 0.15), rgba(215, 25, 32, 0.15));
  border: 2px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  flex-shrink: 0;
}

.coe-viz-fusion-hub svg {
  width: 16px;
  height: 16px;
}

.coe-viz-multiply {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
}

.coe-viz-multiply-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.coe-viz-curves {
  width: 100%;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.coe-viz-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  width: 100%;
}

.coe-viz-outcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.25rem 0.15rem;
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.coe-viz-outcome-label {
  font-size: clamp(0.48rem, 0.82vh, 0.54rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* Outcome footer — pinned to bottom of pipeline */
.coe-outcome {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  padding: clamp(0.45rem, 0.85vh, 0.6rem) clamp(0.75rem, 1.3vw, 1rem);
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.08) 0%, rgba(0, 115, 108, 0.04) 100%);
  border: 1px solid var(--lido-border);
  border-left: 4px solid var(--lido);
  border-radius: 8px;
}

.coe-outcome-target {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.coe-outcome-target svg {
  width: clamp(22px, 3.5vh, 28px);
  height: clamp(22px, 3.5vh, 28px);
  flex-shrink: 0;
  color: var(--lido);
}

.coe-outcome-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.coe-outcome-eyebrow {
  font-size: clamp(0.55rem, 0.95vh, 0.62rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lido);
}

.coe-outcome-title {
  font-size: clamp(0.92rem, 1.6vh, 1.02rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
}

.coe-outcome-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.coe-outcome-cap {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: clamp(0.65rem, 1.12vh, 0.72rem);
  font-weight: 600;
  color: var(--lido);
  padding: 0.25rem 0.5rem;
  background: var(--white);
  border: 1px solid var(--lido-border);
  border-radius: 5px;
  white-space: nowrap;
}

.coe-outcome-cap svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* Slide 4 · open layout typography */
.slide--coe .coe-stage-num {
  font-size: clamp(1.55rem, 2.75vh, 1.85rem);
}

.slide--coe .coe-stage-tag {
  font-size: clamp(0.72rem, 1.25vh, 0.82rem);
  padding: 0.28rem 0.58rem;
}

.slide--coe .coe-stage .coe-stage-title {
  font-size: clamp(0.98rem, 1.78vh, 1.1rem);
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.slide--coe .coe-stage .coe-insight p,
.slide--coe .coe-insight--lethal p {
  font-size: clamp(0.8rem, 1.38vh, 0.88rem);
  line-height: 1.55;
  font-weight: 400;
  color: #444;
}

.slide--coe .coe-partner-block-name {
  font-size: clamp(0.82rem, 1.4vh, 0.9rem);
}

.slide--coe .coe-partner-block-role {
  font-size: clamp(0.66rem, 1.12vh, 0.72rem);
  letter-spacing: 0.06em;
}

.slide--coe .coe-partner-points li {
  font-size: clamp(0.76rem, 1.28vh, 0.84rem);
  line-height: 1.55;
}

.slide--coe .coe-struct-label {
  font-size: clamp(0.82rem, 1.4vh, 0.9rem);
}

.slide--coe .coe-struct-text {
  font-size: clamp(0.76rem, 1.28vh, 0.84rem);
  line-height: 1.55;
}

.slide--coe .coe-stat-pill {
  font-size: clamp(0.6rem, 1.02vh, 0.66rem);
  padding: 0.2rem 0.48rem;
}

.slide--coe .coe-compare-tag {
  font-size: clamp(0.6rem, 1.02vh, 0.66rem);
  padding: 0.2rem 0.48rem;
}

.slide--coe .coe-lethal-badge {
  font-size: clamp(0.64rem, 1.1vh, 0.72rem);
  padding: 0.22rem 0.52rem;
}

.slide--coe .coe-lethal-title {
  font-size: clamp(1rem, 1.82vh, 1.14rem);
  line-height: 1.28;
}

.slide--coe .coe-outcome-row-title {
  font-size: clamp(0.76rem, 1.3vh, 0.84rem);
}

.slide--coe .coe-outcome-row-desc {
  font-size: clamp(0.66rem, 1.12vh, 0.72rem);
  line-height: 1.5;
}

.slide--coe .coe-outcome-row-metric {
  font-size: clamp(0.6rem, 1.02vh, 0.66rem);
  padding: 0.24rem 0.42rem;
}

.slide--coe .coe-insight {
  gap: 0.55rem;
}

.slide--coe .coe-insight-icon {
  width: 24px;
  height: 24px;
  margin-top: 0.15rem;
}

.slide--coe .coe-struct-block {
  gap: 0.45rem;
}

.slide--coe .coe-stack .coe-stage--teal,
.slide--coe .coe-stack .coe-stage--red {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.slide--coe .coe-stack .coe-stage-content {
  padding: clamp(0.75rem, 1.35vh, 1rem) clamp(0.8rem, 1.4vw, 1.05rem);
}

.slide--coe .coe-stack .coe-partner-block {
  padding: clamp(0.6rem, 1.05vh, 0.75rem);
}

.slide--coe .coe-stack .coe-struct-block {
  padding: clamp(0.6rem, 1.05vh, 0.75rem);
}

.slide--coe .coe-stage--lethal {
  align-self: center;
}

/* ---- Slide 5 · Transforming Lido Labs ---- */
.slide-main--transform {
  overflow: hidden;
  gap: clamp(0.4rem, 0.75vh, 0.6rem);
}

.slide-main--transform .dense-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.35rem, 0.65vh, 0.5rem);
}

.transform-lead {
  margin: clamp(0.3rem, 0.55vh, 0.42rem) 0 0;
  font-size: clamp(0.84rem, 1.48vh, 0.94rem);
  font-weight: 500;
  color: #555;
  line-height: 1.45;
  max-width: 52em;
}

.transform-table {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(880px, 76%);
  margin: 0 auto;
  align-self: center;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
}

.transform-table-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-shrink: 0;
}

.transform-th {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: clamp(0.6rem, 1.08vh, 0.78rem) clamp(0.7rem, 1.15vw, 0.9rem);
  color: var(--white);
  font-size: clamp(0.66rem, 1.15vh, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.transform-th:last-child {
  border-right: none;
}

.transform-th svg {
  width: clamp(17px, 2.7vh, 20px);
  height: clamp(17px, 2.7vh, 20px);
  flex-shrink: 0;
}

.transform-th--gov {
  background: var(--lido);
}

.transform-th--rag {
  background: var(--black-soft);
}

.transform-th--exec {
  background: var(--red);
}

.transform-table-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.transform-tr {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #E5E5E5;
  min-height: 0;
}

.transform-tr:last-child {
  border-bottom: none;
}

.transform-td {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.55rem, 0.95vw, 0.7rem);
  align-items: start;
  padding: clamp(0.65rem, 1.15vh, 0.85rem) clamp(0.7rem, 1.15vw, 0.9rem);
  border-right: 1px solid #E5E5E5;
  min-width: 0;
  min-height: 0;
}

.transform-td:last-child {
  border-right: none;
}

.transform-td-icon {
  width: clamp(42px, 6.2vh, 50px);
  height: clamp(42px, 6.2vh, 50px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.4rem;
  color: var(--white);
  margin-top: 0.05rem;
}

.transform-td-icon svg {
  width: 100%;
  height: 100%;
}

.transform-td--gov .transform-td-icon {
  background: var(--lido);
}

.transform-td--rag .transform-td-icon {
  background: var(--black-soft);
}

.transform-td--exec .transform-td-icon {
  background: var(--red);
}

.transform-td-icon--logo {
  background: var(--white);
  border: 1px solid #E0E0E0;
  padding: 0.32rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.transform-td-icon--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.transform-td-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.28rem, 0.5vh, 0.38rem);
  padding-top: 0.1rem;
}

.transform-td-title {
  margin: 0;
  font-size: clamp(0.9rem, 1.58vh, 1.02rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}

.transform-td-desc {
  margin: 0;
  font-size: clamp(0.8rem, 1.4vh, 0.9rem);
  color: #555;
  line-height: 1.44;
}

@media (max-width: 900px) {
  .transform-table-header,
  .transform-tr {
    grid-template-columns: 1fr;
  }

  .transform-th,
  .transform-td {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .transform-th:last-child,
  .transform-td:last-child {
    border-bottom: none;
  }
}

/* ---- Slide 6 · Use Cases ---- */
.slide-main--usecases {
  overflow: hidden;
  gap: clamp(0.4rem, 0.75vh, 0.6rem);
}

.slide-main--usecases .dense-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.35rem, 0.65vh, 0.5rem);
}

.usecase-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.8vw, 2.25rem);
  align-items: stretch;
  width: 100%;
  max-width: min(1040px, 82%);
  margin: 0 auto;
  align-self: center;
}

.usecase-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.9vh, 0.7rem);
  min-height: 0;
  padding: clamp(0.7rem, 1.25vh, 0.95rem);
  background: var(--white);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.usecase-panel--rag {
  border-top: 3px solid var(--lido);
}

.usecase-panel--chat {
  border-top: 3px solid var(--red);
}

.usecase-brief-tag {
  position: absolute;
  top: clamp(0.55rem, 1vh, 0.7rem);
  right: clamp(0.55rem, 1vw, 0.7rem);
  font-size: clamp(0.66rem, 1.12vh, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-700);
  background: #F3F3F3;
  border: 1px solid #D8D8D8;
  border-radius: 999px;
  padding: 0.2rem 0.48rem;
  z-index: 1;
}

.usecase-panel-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.55rem, 1vw, 0.7rem);
  padding-right: clamp(4.5rem, 8vw, 5.5rem);
}

.usecase-panel-icon {
  flex-shrink: 0;
  width: clamp(44px, 6.5vh, 52px);
  height: clamp(44px, 6.5vh, 52px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  color: var(--white);
}

.usecase-panel-icon svg {
  width: 100%;
  height: 100%;
}

.usecase-panel-icon--lido {
  background: var(--lido);
}

.usecase-panel-icon--red {
  background: var(--red);
}

.usecase-panel-head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.usecase-panel-num {
  font-size: clamp(0.72rem, 1.22vh, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.usecase-panel--rag .usecase-panel-num {
  color: var(--lido);
}

.usecase-panel--chat .usecase-panel-num {
  color: var(--red);
}

.usecase-panel-title {
  margin: 0;
  font-size: clamp(1.08rem, 1.88vh, 1.22rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.usecase-panel-sub {
  font-size: clamp(0.84rem, 1.42vh, 0.92rem);
  font-weight: 600;
  color: #555;
}

.usecase-problem {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: clamp(0.55rem, 0.95vh, 0.7rem);
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.usecase-panel--rag .usecase-problem {
  border-left: 3px solid var(--lido);
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.06) 0%, #FAFAFA 50%);
}

.usecase-panel--chat .usecase-problem {
  border-left: 3px solid var(--red);
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.06) 0%, #FAFAFA 50%);
}

.usecase-problem-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--gray-700);
  margin-top: 0.1rem;
}

.usecase-problem-icon svg {
  width: 100%;
  height: 100%;
}

.usecase-panel--rag .usecase-problem-icon {
  color: var(--lido);
}

.usecase-panel--chat .usecase-problem-icon {
  color: var(--red);
}

.usecase-problem-label {
  display: block;
  font-size: clamp(0.78rem, 1.32vh, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 0.22rem;
}

.usecase-problem-copy p {
  margin: 0;
  font-size: clamp(0.92rem, 1.55vh, 1rem);
  color: #444;
  line-height: 1.48;
}

.usecase-blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.7vh, 0.55rem);
  flex: 1;
  min-height: 0;
}

.usecase-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.5rem, 0.85vw, 0.65rem);
  align-items: start;
  padding: clamp(0.5rem, 0.85vh, 0.65rem);
  background: var(--white);
  border: 1px solid #EBEBEB;
  border-radius: 7px;
}

.usecase-block-icon {
  width: clamp(34px, 5.2vh, 40px);
  height: clamp(34px, 5.2vh, 40px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.32rem;
}

.usecase-block-icon svg {
  width: 100%;
  height: 100%;
}

.usecase-panel--rag .usecase-block-icon {
  background: var(--lido-subtle);
  color: var(--lido);
  border: 1px solid var(--lido-border);
}

.usecase-panel--chat .usecase-block-icon {
  background: var(--red-subtle);
  color: var(--red);
  border: 1px solid var(--red-border);
}

.usecase-block-title {
  display: block;
  font-size: clamp(0.94rem, 1.58vh, 1.02rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.28;
  margin-bottom: 0.2rem;
}

.usecase-block-copy p {
  margin: 0;
  font-size: clamp(0.86rem, 1.42vh, 0.94rem);
  color: #555;
  line-height: 1.46;
}

.usecase-flow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: clamp(0.45rem, 0.8vh, 0.6rem);
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.usecase-flow-node {
  font-size: clamp(0.72rem, 1.18vh, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray-700);
  padding: 0.22rem 0.45rem;
  background: var(--white);
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.usecase-flow-node--accent {
  color: var(--lido);
  border-color: var(--lido-border);
  background: var(--lido-subtle);
}

.usecase-flow-arrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-500);
}

.usecase-brands {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: clamp(0.45rem, 0.8vh, 0.6rem);
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.usecase-brand-chip {
  font-size: clamp(0.72rem, 1.15vh, 0.78rem);
  font-weight: 600;
  color: var(--red);
  background: var(--white);
  border: 1px solid var(--red-border);
  border-radius: 999px;
  padding: 0.2rem 0.45rem;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .usecase-grid {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .usecase-grid--three {
    grid-template-columns: 1fr;
  }
}

/* ---- Slide 7 · Secondary Use Cases (3-column) ---- */
.usecase-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: min(1180px, 94%);
  gap: clamp(1rem, 2vw, 1.65rem);
}

.usecase-grid--three .usecase-panel-head {
  padding-right: clamp(3.8rem, 6vw, 4.6rem);
}

.usecase-grid--three .usecase-panel-title {
  font-size: clamp(0.92rem, 1.58vh, 1.02rem);
}

.usecase-grid--three .usecase-problem-copy p,
.usecase-grid--three .usecase-block-copy p {
  font-size: clamp(0.8rem, 1.32vh, 0.88rem);
  line-height: 1.42;
}

.usecase-grid--three .usecase-block-title {
  font-size: clamp(0.86rem, 1.42vh, 0.92rem);
}

.usecase-panel--ops {
  border-top: 3px solid var(--lido);
}

.usecase-panel--ml {
  border-top: 3px solid var(--red);
}

.usecase-panel--rogue {
  border-top: 3px solid var(--gray-900);
}

.usecase-panel--ops .usecase-panel-num {
  color: var(--lido);
}

.usecase-panel--ml .usecase-panel-num {
  color: var(--red);
}

.usecase-panel--rogue .usecase-panel-num {
  color: var(--gray-900);
}

.usecase-panel--ops .usecase-problem {
  border-left: 3px solid var(--lido);
  background: linear-gradient(90deg, rgba(0, 115, 108, 0.06) 0%, #FAFAFA 50%);
}

.usecase-panel--ml .usecase-problem {
  border-left: 3px solid var(--red);
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.06) 0%, #FAFAFA 50%);
}

.usecase-panel--rogue .usecase-problem {
  border-left: 3px solid var(--gray-900);
  background: linear-gradient(90deg, rgba(45, 45, 45, 0.06) 0%, #FAFAFA 50%);
}

.usecase-panel--ops .usecase-problem-icon {
  color: var(--lido);
}

.usecase-panel--ml .usecase-problem-icon {
  color: var(--red);
}

.usecase-panel--rogue .usecase-problem-icon {
  color: var(--gray-900);
}

.usecase-panel--ops .usecase-block-icon {
  background: var(--lido-subtle);
  color: var(--lido);
  border: 1px solid var(--lido-border);
}

.usecase-panel--ml .usecase-block-icon {
  background: var(--red-subtle);
  color: var(--red);
  border: 1px solid var(--red-border);
}

.usecase-panel--rogue .usecase-block-icon {
  background: rgba(45, 45, 45, 0.08);
  color: var(--gray-900);
  border: 1px solid rgba(45, 45, 45, 0.18);
}

.usecase-panel-icon--gray {
  background: var(--gray-900);
}

.usecase-flow-node--red {
  color: var(--red);
  border-color: var(--red-border);
  background: var(--red-subtle);
}

.usecase-brands--lido .usecase-brand-chip--lido,
.usecase-brand-chip--lido {
  color: var(--lido);
  border-color: var(--lido-border);
}

.usecase-brands--gray .usecase-brand-chip--gray,
.usecase-brand-chip--gray {
  color: var(--gray-900);
  border-color: rgba(45, 45, 45, 0.18);
}

/* ---- Slide 8 · Prioritization Matrix ---- */
.slide-main--prioritize {
  overflow: hidden;
  gap: clamp(0.35rem, 0.65vh, 0.5rem);
  min-height: 0;
}

.slide-main--prioritize .dense-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.3rem, 0.55vh, 0.45rem);
  flex-shrink: 0;
}

.prio-progress {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  padding: 0.15rem 0;
}

.prio-progress-bar {
  flex: 1;
  height: 6px;
  background: #EBEBEB;
  border-radius: 999px;
  overflow: hidden;
}

.prio-progress-fill {
  height: 100%;
  width: 0;
  background: var(--red);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.prio-progress-text {
  font-size: clamp(0.72rem, 1.15vh, 0.78rem);
  font-weight: 600;
  color: var(--gray-700);
  white-space: nowrap;
}

.prio-layout {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  align-items: stretch;
}

.prio-matrix-wrap {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prio-matrix-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: 0.35rem 0.45rem;
  width: 100%;
  max-width: 520px;
}

.prio-axis-y {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0;
}

.prio-axis-x {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.prio-axis-label {
  font-size: clamp(0.68rem, 1.1vh, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gray-700);
}

.prio-axis-ticks {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.62rem, 1vh, 0.68rem);
  font-weight: 600;
  color: var(--gray-500);
}

.prio-axis-ticks--y {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.35rem 0;
}

.prio-axis-ticks--x {
  width: 100%;
  padding: 0 0.35rem;
}

.prio-matrix-core {
  grid-row: 1;
  grid-column: 2;
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  max-height: 100%;
}

.prio-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  overflow: hidden;
}

.prio-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem;
  font-size: clamp(0.58rem, 0.95vh, 0.66rem);
  font-weight: 700;
  line-height: 1.25;
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.prio-cell--quick,
.prio-cell--low {
  background: #E8F5E9;
}

.prio-cell--strategic,
.prio-cell--nice {
  background: #E3F2FD;
}

.prio-cell--moon {
  background: #EDE7F6;
}

.prio-cell--eval,
.prio-cell--caution {
  background: #FFF3E0;
}

.prio-cell--deprior,
.prio-cell--pit {
  background: #FFEBEE;
}

.prio-plot {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.prio-dot {
  position: absolute;
  width: clamp(26px, 3.8vh, 32px);
  height: clamp(26px, 3.8vh, 32px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.72rem, 1.15vh, 0.8rem);
  font-weight: 700;
  color: var(--white);
  border: 2px solid var(--white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: left 0.2s ease, top 0.2s ease;
}

.prio-dot--lido { background: var(--lido); }
.prio-dot--red { background: var(--red); }
.prio-dot--teal { background: #00897B; }
.prio-dot--orange { background: #E65100; }
.prio-dot--gray { background: var(--gray-900); }

.prio-cards {
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.75vh, 0.6rem);
  padding-right: 0.15rem;
}

.prio-card {
  flex-shrink: 0;
  padding: clamp(0.55rem, 0.9vh, 0.7rem);
  background: var(--white);
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.prio-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: start;
  margin-bottom: 0.45rem;
}

.prio-card-num {
  width: clamp(24px, 3.5vh, 28px);
  height: clamp(24px, 3.5vh, 28px);
  border-radius: 50%;
  background: var(--gray-900);
  color: var(--white);
  font-size: clamp(0.72rem, 1.1vh, 0.78rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prio-card[data-color="lido"] .prio-card-num { background: var(--lido); }
.prio-card[data-color="red"] .prio-card-num { background: var(--red); }
.prio-card[data-color="teal"] .prio-card-num { background: #00897B; }
.prio-card[data-color="orange"] .prio-card-num { background: #E65100; }

.prio-card-title {
  margin: 0;
  font-size: clamp(0.82rem, 1.35vh, 0.9rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.prio-card-oneliner {
  margin: 0.15rem 0 0;
  font-size: clamp(0.72rem, 1.15vh, 0.78rem);
  color: #555;
  line-height: 1.4;
}

.prio-card-tag {
  font-size: clamp(0.58rem, 0.95vh, 0.64rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-700);
  background: #F3F3F3;
  border: 1px solid #D8D8D8;
  border-radius: 999px;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

.prio-card-tag--brief {
  color: var(--lido);
  background: var(--lido-subtle);
  border-color: var(--lido-border);
}

.prio-slider-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.3rem;
}

.prio-slider-label {
  font-size: clamp(0.72rem, 1.12vh, 0.78rem);
  font-weight: 600;
  color: var(--gray-700);
}

.prio-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #E5E5E5;
  outline: none;
  cursor: pointer;
}

.prio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.prio-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.prio-slider-val {
  font-size: clamp(0.68rem, 1.08vh, 0.74rem);
  font-weight: 700;
  color: var(--gray-700);
  min-width: 2rem;
  text-align: right;
}

.prio-card-zone {
  margin: 0.2rem 0 0;
  font-size: clamp(0.66rem, 1.05vh, 0.72rem);
  font-weight: 600;
  color: var(--gray-500);
  font-style: italic;
}

.prio-card--placed .prio-card-zone {
  color: var(--lido);
  font-style: normal;
}

@media (max-width: 900px) {
  .prio-layout {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .prio-matrix-core {
    max-height: 280px;
    margin-inline: auto;
  }
}

/* ---- Slide 9 · Arhasi Advantage & TrustHouse ---- */
.slide-main--advantage {
  overflow: hidden;
  gap: clamp(0.35rem, 0.65vh, 0.5rem);
  min-height: 0;
}

.slide-main--advantage .dense-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.3rem, 0.55vh, 0.45rem);
  flex-shrink: 0;
}

.advantage-lead {
  margin: clamp(0.28rem, 0.5vh, 0.4rem) 0 0;
  font-size: clamp(0.82rem, 1.38vh, 0.92rem);
  font-weight: 500;
  color: #555;
  line-height: 1.45;
  max-width: 54em;
}

.advantage-layout {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 1.75rem);
  align-items: stretch;
  width: 100%;
  max-width: min(920px, 74%);
  margin: 0 auto;
  align-self: center;
}

.advantage-panel {
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.8vh, 0.65rem);
  min-height: 0;
  padding: clamp(0.7rem, 1.2vh, 0.95rem);
  background: var(--white);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.advantage-panel--arhasi {
  border-top: 3px solid var(--red);
}

.advantage-panel--trust {
  border-top: 3px solid var(--lido);
}

.advantage-panel-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.5rem, 0.9vw, 0.65rem);
  position: relative;
  padding-right: clamp(5rem, 9vw, 6rem);
}

.advantage-panel-icon {
  flex-shrink: 0;
  width: clamp(40px, 6vh, 48px);
  height: clamp(40px, 6vh, 48px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.8vh, 1.15rem);
  font-weight: 800;
  color: var(--white);
  padding: 0.4rem;
}

.advantage-panel-icon svg {
  width: 100%;
  height: 100%;
}

.advantage-panel-icon--red {
  background: var(--red);
}

.advantage-panel-icon--lido {
  background: var(--lido);
}

.advantage-panel-head-copy {
  min-width: 0;
}

.advantage-panel-title {
  margin: 0;
  font-size: clamp(0.95rem, 1.65vh, 1.08rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.advantage-panel-sub {
  font-size: clamp(0.76rem, 1.28vh, 0.84rem);
  font-weight: 600;
  color: #555;
}

.advantage-poc-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(0.58rem, 0.98vh, 0.64rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lido);
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  border-radius: 999px;
  padding: 0.18rem 0.45rem;
  white-space: nowrap;
}

.advantage-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
}

.advantage-row-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 2vh, 1.35rem);
  font-weight: 800;
  line-height: 1;
  padding: clamp(0.35rem, 0.65vh, 0.5rem) 0;
  user-select: none;
}

.advantage-panel--arhasi .advantage-row-sep {
  color: var(--red);
  opacity: 0.45;
}

.advantage-panel--trust .advantage-row-sep {
  color: var(--lido);
  opacity: 0.45;
}

.advantage-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.5rem, 0.85vw, 0.65rem);
  align-items: start;
  padding: clamp(0.5rem, 0.85vh, 0.65rem);
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.advantage-panel--arhasi .advantage-feature {
  border-left: 3px solid var(--red);
}

.advantage-panel--trust .advantage-feature {
  border-left: 3px solid var(--lido);
}

.advantage-feature-icon {
  width: clamp(32px, 4.8vh, 38px);
  height: clamp(32px, 4.8vh, 38px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.32rem;
  background: var(--red-subtle);
  color: var(--red);
  border: 1px solid var(--red-border);
}

.advantage-feature-icon svg {
  width: 100%;
  height: 100%;
}

.advantage-feature-icon--lido {
  background: var(--lido-subtle);
  color: var(--lido);
  border-color: var(--lido-border);
}

.advantage-feature-title {
  display: block;
  font-size: clamp(0.84rem, 1.42vh, 0.92rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.28;
  margin-bottom: 0.18rem;
}

.advantage-feature-copy p {
  margin: 0;
  font-size: clamp(0.74rem, 1.22vh, 0.82rem);
  color: #555;
  line-height: 1.44;
}

.advantage-blueprint-bar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: clamp(0.5rem, 0.85vh, 0.65rem);
  background: linear-gradient(145deg, var(--red-subtle) 0%, var(--lido-subtle) 100%);
  border: 1px solid var(--red-border);
  border-radius: 8px;
}

.advantage-blueprint-bar .blueprint-link {
  font-size: clamp(0.72rem, 1.15vh, 0.78rem);
  padding: 0.45rem 0.75rem;
  word-break: normal;
}

.advantage-blueprint-bar .blueprint-grid {
  grid-template-columns: repeat(4, 1fr);
}

.advantage-blueprint-bar .blueprint-tile {
  padding: 0.4rem 0.25rem;
}

.advantage-trust-banner {
  flex-shrink: 0;
  padding: clamp(0.55rem, 0.95vh, 0.75rem);
  background: linear-gradient(160deg, var(--lido) 0%, #005a54 100%);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
}

.advantage-trust-banner .trusthouse-logo-text {
  font-size: clamp(1.1rem, 2vh, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
}

.advantage-trust-banner .trusthouse-sub {
  margin-top: 0.25rem;
  font-size: clamp(0.68rem, 1.12vh, 0.74rem);
  opacity: 0.92;
  line-height: 1.4;
}

.advantage-trust-link {
  flex-shrink: 0;
  align-self: flex-start;
  font-size: clamp(0.72rem, 1.15vh, 0.78rem);
  font-weight: 600;
  color: var(--lido);
  text-decoration: none;
  border-bottom: 1px solid var(--lido-border);
}

.advantage-trust-link:hover {
  color: var(--red);
  border-color: var(--red-border);
}

@media (max-width: 900px) {
  .advantage-layout {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .advantage-blueprint-bar .blueprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- Slide 10 · Execution Roadmap ---- */
.slide-main--roadmap {
  overflow: hidden;
  gap: clamp(0.65rem, 1.2vh, 1rem);
  min-height: 0;
  flex: 1;
  justify-content: center;
}

.slide--roadmap .slide-heading--compact {
  font-size: clamp(1.45rem, 2.75vh, 2rem);
}

.roadmap-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.45rem, 0.75vh, 0.6rem);
  flex-shrink: 0;
}

.roadmap-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.roadmap-duration-badge {
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(135deg, var(--lido) 0%, var(--red) 100%);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  white-space: nowrap;
}

.roadmap-lead {
  margin: clamp(0.35rem, 0.6vh, 0.5rem) 0 0;
  font-size: clamp(0.95rem, 1.62vh, 1.08rem);
  font-weight: 500;
  color: #555;
  line-height: 1.48;
  max-width: 56em;
}

.roadmap-layout {
  flex: 1;
  min-height: clamp(300px, 46vh, 460px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
  align-items: stretch;
  width: 100%;
  max-width: min(1240px, 96%);
  margin: 0 auto;
  align-self: center;
  padding-top: clamp(1.1rem, 2vh, 1.45rem);
}

.roadmap-track-line {
  position: absolute;
  top: clamp(52px, 7.5vh, 62px);
  left: 5%;
  right: 5%;
  height: 5px;
  z-index: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #E8E8E8;
}

.roadmap-track-glow {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--lido) 0%, #009688 35%, var(--red) 70%, var(--black-soft) 100%);
  border-radius: inherit;
}

.roadmap-phase {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.65rem, 1.1vh, 0.9rem);
  min-height: 0;
  height: 100%;
}

.roadmap-node {
  position: relative;
  width: clamp(64px, 9vh, 78px);
  height: clamp(64px, 9vh, 78px);
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--lido);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(0, 115, 108, 0.2);
  flex-shrink: 0;
}

.roadmap-phase--2 .roadmap-node {
  border-color: var(--red);
  box-shadow: 0 4px 18px rgba(215, 25, 32, 0.15);
}

.roadmap-phase--3 .roadmap-node {
  border-color: var(--lido);
}

.roadmap-phase--4 .roadmap-node {
  border-color: var(--black-soft);
  box-shadow: 0 4px 18px rgba(16, 8, 9, 0.12);
}

.roadmap-node-week {
  position: absolute;
  top: -1.65rem;
  font-size: clamp(0.68rem, 1.12vh, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-700);
  white-space: nowrap;
}

.roadmap-node-icon {
  width: 44%;
  height: 44%;
  color: inherit;
}

.roadmap-node-icon svg {
  width: 100%;
  height: 100%;
}

.roadmap-phase--1 .roadmap-node { color: var(--lido); }
.roadmap-phase--2 .roadmap-node { color: var(--red); }
.roadmap-phase--3 .roadmap-node { color: var(--lido); }
.roadmap-phase--4 .roadmap-node { color: var(--black-soft); }

.roadmap-card {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.95rem, 1.65vh, 1.25rem);
  background: var(--white);
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  border-top: 4px solid var(--lido);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.roadmap-phase--2 .roadmap-card { border-top-color: var(--red); }
.roadmap-phase--3 .roadmap-card { border-top-color: var(--lido); }
.roadmap-phase--4 .roadmap-card { border-top-color: var(--black-soft); }

.roadmap-card--finale {
  background: linear-gradient(180deg, #FAFAFA 0%, var(--white) 100%);
  border-color: #CFCFCF;
}

.roadmap-card-phase {
  display: block;
  font-size: clamp(0.66rem, 1.08vh, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 0.28rem;
}

.roadmap-card-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.02rem, 1.78vh, 1.18rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.28;
}

.roadmap-card-copy {
  margin: 0;
  font-size: clamp(0.86rem, 1.48vh, 0.96rem);
  color: #555;
  line-height: 1.5;
}

.roadmap-chevron {
  display: none;
  position: absolute;
  right: -0.55rem;
  top: clamp(38px, 5.5vh, 46px);
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gray-300);
  z-index: 2;
}

.roadmap-footer-bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  max-width: min(1240px, 96%);
  margin: 0 auto;
  padding: clamp(0.65rem, 1.15vh, 0.9rem) clamp(1rem, 1.5vw, 1.35rem);
  background: var(--surface-dark);
  border-radius: 12px;
}

.roadmap-footer-label {
  font-size: clamp(0.76rem, 1.25vh, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.roadmap-footer-label--end {
  color: var(--white);
}

.roadmap-footer-track {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.roadmap-footer-progress {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--lido), var(--red));
  border-radius: inherit;
}

@media (max-width: 900px) {
  .roadmap-layout {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow-y: auto;
    padding-top: 0;
  }

  .roadmap-track-line {
    display: none;
  }

  .roadmap-chevron {
    display: none !important;
  }

  .roadmap-node-week {
    position: static;
    margin-bottom: 0.15rem;
    font-size: 0.62rem;
  }

  .roadmap-node {
    width: 56px;
    height: 56px;
  }
}

/* ---- Slide 11 · Closing · Next Steps ---- */
.slide-main--closing {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.75rem, 1.4vh, 1.1rem);
}

.closing-head {
  flex-shrink: 0;
  text-align: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: clamp(0.45rem, 0.8vh, 0.65rem);
}

.closing-title {
  max-width: 18em;
  margin-inline: auto;
}

.closing-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.65rem, 1.15vh, 0.9rem);
  width: 100%;
  max-width: min(880px, 82%);
  margin: 0 auto;
  align-self: center;
}

.closing-section-label {
  margin: 0;
  font-size: clamp(0.72rem, 1.2vh, 0.8rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  text-align: center;
}

.closing-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.1vh, 0.85rem);
  margin: 0;
  padding: 0;
}

.closing-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.6rem, 1vw, 0.75rem);
  align-items: start;
  padding: clamp(0.75rem, 1.25vh, 0.95rem);
  background: var(--white);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  border-left: 4px solid var(--lido);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.closing-step:nth-child(2) {
  border-left-color: var(--red);
}

.closing-step:nth-child(3) {
  border-left-color: var(--lido);
}

.closing-step-num {
  width: clamp(34px, 5vh, 40px);
  height: clamp(34px, 5vh, 40px);
  border-radius: 50%;
  background: var(--lido-subtle);
  color: var(--lido);
  border: 1px solid var(--lido-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.88rem, 1.45vh, 0.98rem);
  font-weight: 800;
  flex-shrink: 0;
}

.closing-step:nth-child(2) .closing-step-num {
  background: var(--red-subtle);
  color: var(--red);
  border-color: var(--red-border);
}

.closing-step:nth-child(3) .closing-step-num {
  background: var(--lido-subtle);
  color: var(--lido);
  border-color: var(--lido-border);
}

.closing-step-title {
  margin: 0 0 0.22rem;
  font-size: clamp(0.92rem, 1.55vh, 1.02rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.28;
}

.closing-step-copy p {
  margin: 0;
  font-size: clamp(0.8rem, 1.32vh, 0.88rem);
  color: #555;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .closing-steps {
    grid-template-columns: 1fr;
  }
}

/* Co-engineering micro-viz components */
.coe-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 9px);
  gap: 4px;
}

.coe-team-grid span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lido);
  opacity: 0.7;
}

.coe-team-grid .coe-team-plus {
  background: var(--red);
  opacity: 1;
  font-size: 7px;
  font-weight: 800;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.coe-viz-arrow {
  font-size: 1rem;
  font-weight: 700;
  color: var(--red);
}

.coe-viz-dev {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--red-subtle);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.coe-viz-dev svg {
  width: 16px;
  height: 16px;
}

/* Panel 2 · Learning curves */
.coe-viz--curve {
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
}

.coe-curve-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 0.35rem;
}

.coe-curve-tag {
  font-size: clamp(0.52rem, 0.9vh, 0.58rem);
  font-weight: 700;
  color: var(--gray-500);
}

.coe-curve-row svg {
  width: 100%;
  height: 24px;
}

.coe-curve-row--good .coe-curve-tag {
  color: var(--lido);
}

/* Panel 3 · Speed bars */
.coe-viz--bars {
  flex-direction: column;
  align-items: stretch;
}

.coe-bar-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.55rem, 0.95vh, 0.62rem);
  font-weight: 600;
  color: var(--gray-700);
}

.coe-bar-row + .coe-bar-row {
  margin-top: 0.25rem;
}

.coe-bar-track {
  height: 8px;
  background: #E5E5E5;
  border-radius: 4px;
  overflow: hidden;
}

.coe-bar {
  display: block;
  height: 100%;
  border-radius: 4px;
}

.coe-bar--long {
  width: 90%;
  background: #C0C0C0;
}

.coe-bar--short {
  width: 30%;
  background: linear-gradient(90deg, var(--lido), var(--red));
}

/* Panel 3 · Pipeline */
.coe-viz--pipe {
  flex-direction: column;
}

.coe-pipe-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
  width: 100%;
}

.coe-pipe-flow span {
  font-size: clamp(0.55rem, 0.95vh, 0.62rem);
  font-weight: 700;
  padding: 0.2rem 0.35rem;
  background: var(--white);
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  color: var(--gray-700);
}

.coe-pipe-flow i {
  font-style: normal;
  font-size: 0.7rem;
  color: var(--gray-300);
  font-weight: 700;
}

.coe-pipe-check {
  padding: 0.1rem !important;
  border-color: var(--lido-border) !important;
  background: var(--lido-subtle) !important;
  color: var(--lido) !important;
}

.coe-pipe-check svg {
  width: 16px;
  height: 16px;
  display: block;
}

.coe-pipe-out {
  border-color: var(--red-border) !important;
  background: var(--red-subtle) !important;
  color: var(--red) !important;
}

/* Panel 3 · Trust stack */
.coe-viz--trust {
  flex-direction: column;
}

.coe-trust-layers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
}

.coe-trust-layers span {
  font-size: clamp(0.55rem, 0.95vh, 0.62rem);
  font-weight: 700;
  color: var(--white);
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
  text-align: center;
  width: min(100%, 120px);
}

.coe-trust-layers span:nth-child(1) {
  background: var(--black);
  width: min(100%, 100px);
}

.coe-trust-layers span:nth-child(2) {
  background: #555;
  width: min(100%, 110px);
}

.coe-trust-layers span:nth-child(3) {
  background: var(--red);
}

.coe-viz-outcome .coe-bar-row {
  width: 100%;
  grid-template-columns: 18px 1fr;
  font-size: clamp(0.48rem, 0.82vh, 0.54rem);
}

.coe-viz-outcome .coe-bar-track {
  height: 5px;
}

.coe-pipe-flow--compact span {
  font-size: clamp(0.46rem, 0.78vh, 0.52rem);
  padding: 0.1rem 0.18rem;
}

.coe-pipe-flow--compact .coe-pipe-check svg {
  width: 11px;
  height: 11px;
}

.coe-trust-layers--compact {
  gap: 0.1rem;
}

.coe-trust-layers--compact span {
  font-size: clamp(0.46rem, 0.78vh, 0.52rem);
  padding: 0.12rem 0.25rem;
  width: 100%;
}

@media (max-width: 900px) {
  .coe-compound-wrap {
    max-width: 100%;
    padding: 0 0.35rem;
  }

  .coe-stages--compound {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0.4rem;
  }

  .coe-compound-bridge {
    padding: 0.25rem 0;
  }

  .coe-compound-bridge-inner {
    flex-direction: row;
    gap: 0.5rem;
  }

  .coe-compound-stack-label {
    max-width: none;
  }

  .coe-stack-link span {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--lido), var(--red));
  }

  .coe-stack-link span::after {
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--red);
    border-right: none;
  }

  .coe-stages {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.35rem;
  }

  .coe-stage-connector {
    width: 100%;
    height: 20px;
  }

  .coe-stage-connector span {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--lido), var(--red));
  }

  .coe-stage-connector span::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--red);
    border-bottom: none;
  }

  .coe-outcome {
    flex-direction: column;
    align-items: flex-start;
  }

  .coe-outcome-caps {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .dense-canvas {
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(3, auto) auto;
  }

  .journey-panel-shell {
    display: none;
  }

  .journey-top,
  .journey-bottom,
  .journey-friction-card--01,
  .journey-friction-card--02,
  .journey-friction-card--03,
  .friction-link--01,
  .friction-link--02,
  .friction-link--03,
  #friction-row-01,
  #friction-row-02,
  #friction-row-03 {
    grid-column: 1;
  }

  .journey-friction-card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
    margin: 0;
    padding-right: 0.55rem;
  }

  .journey-friction-marker {
    position: static;
    transform: none;
  }

  .friction-link {
    padding: 0.25rem 0;
  }

  .friction-line {
    width: 2.5px;
    height: 24px;
    margin: 0 auto;
  }

  .friction-line::before {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid var(--red);
    border-bottom: none;
  }

  .friction-link--teal .friction-line::before {
    border-top-color: var(--lido);
  }

  .dense-row::after {
    display: none;
  }

  .dense-row {
    grid-template-columns: 1fr;
  }

  .dense-visual {
    border-right: none;
    border-bottom: 1px solid #EBEBEB;
    min-height: 100px;
  }

  .maturity-orbit {
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.25rem 0;
  }

  .maturity-flow-ring {
    display: none;
  }

  .maturity-arrow {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 0.15rem 0;
  }

  .maturity-arrow--12 svg {
    transform: rotate(90deg);
  }

  .maturity-arrow--34 svg {
    transform: rotate(-90deg);
  }

  .maturity-arrow--41 {
    display: none;
  }

  .maturity-arrow--12 { order: 2; }
  .maturity-arrow--23 { order: 4; }
  .maturity-arrow--34 { order: 6; }

  .maturity-hub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 120px;
    height: 120px;
    margin: 0.25rem auto;
    order: 8;
  }

  .maturity-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }

  .maturity-card--1 { order: 1; }
  .maturity-card--2 { order: 3; }
  .maturity-card--3 { order: 5; }
  .maturity-card--4 { order: 7; }

  .maturity-card-title {
    white-space: normal;
  }
}

.cover-bottom {
  flex-shrink: 0;
}

.cover-bottom .deck-header-rule {
  margin-bottom: clamp(0.65rem, 1.2vh, 0.9rem);
}

.cover-footer-text {
  font-size: clamp(0.58rem, 1vh, 0.68rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9A9A9A;
}

.slide--cover .slide-bg,
.slide--cover .slide-accent-bar,
.slide--cover .slide-footer,
.slide--corporate .slide-bg,
.slide--corporate .slide-accent-bar,
.slide--corporate .slide-footer {
  display: none;
}

/* ---- Background decorations ---- */
.slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.slide-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
}

.slide-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}

.slide-blob--red {
  width: 420px;
  height: 420px;
  background: rgba(200, 16, 46, 0.12);
  top: -120px;
  right: -80px;
}

.slide-blob--lido {
  width: 360px;
  height: 360px;
  background: rgba(0, 115, 108, 0.14);
  bottom: -100px;
  left: -60px;
}

.slide-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lido) 0%, var(--red) 50%, var(--lido) 100%);
  z-index: 2;
}

.slide > *:not(.slide-bg):not(.slide-accent-bar):not(.slide-footer) {
  position: relative;
  z-index: 1;
}

/* ---- Footer ---- */
.slide-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem var(--slide-pad);
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.slide-footer-num {
  color: var(--red);
  font-weight: 700;
}

/* ---- Header bar ---- */
.slide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(0.75rem, 1.5vh, 1.25rem);
  flex-shrink: 0;
}

.slide-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slide-logo-lido {
  height: clamp(28px, 4vh, 40px);
  width: auto;
}

.slide-logo-aws {
  height: clamp(22px, 3vh, 30px);
  width: auto;
  opacity: 0.85;
}

.slide-logo-divider {
  width: 1px;
  height: 28px;
  background: var(--gray-300);
}

.slide-arhasi-mark {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2vh, 1.35rem);
  color: var(--black);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.slide-arhasi-i {
  position: relative;
  display: inline-block;
}

.slide-arhasi-i::after {
  content: '';
  position: absolute;
  top: 0.02em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.27em;
  height: 0.27em;
  background: var(--red);
  border-radius: 50%;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: var(--red-subtle);
  border: 1px solid var(--red-border);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red-dark);
  white-space: nowrap;
}

.slide-tag--lido {
  background: var(--lido-subtle);
  border-color: var(--lido-border);
  color: var(--lido);
}

/* ---- Typography ---- */
.slide-kicker {
  font-size: clamp(0.65rem, 1.1vh, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lido);
  margin-bottom: 0.35rem;
}

.slide-title {
  font-size: clamp(1.65rem, 3.8vh, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--black);
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}

.slide-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--red);
}

.slide-lead {
  font-size: clamp(0.85rem, 1.6vh, 1.05rem);
  color: var(--gray-700);
  line-height: 1.5;
  max-width: 62ch;
}

/* ---- Cards ---- */
.card-grid {
  display: grid;
  gap: clamp(0.65rem, 1.2vh, 1rem);
  flex: 1;
  min-height: 0;
}

.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }

.deck-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: clamp(0.85rem, 1.6vh, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  min-height: 0;
}

.deck-card--dark {
  background: var(--surface-dark);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.deck-card--accent {
  border-top: 3px solid var(--lido);
}

.deck-card--red {
  border-top: 3px solid var(--red);
}

.deck-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.deck-card-icon--lido {
  background: var(--lido-subtle);
  color: var(--lido);
}

.deck-card-icon--red {
  background: var(--red-subtle);
  color: var(--red);
}

.deck-card-label {
  font-size: clamp(0.6rem, 1vh, 0.68rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lido);
}

.deck-card--dark .deck-card-label { color: #5ec4bc; }

.deck-card-title {
  font-size: clamp(0.95rem, 1.8vh, 1.15rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.25;
}

.deck-card--dark .deck-card-title { color: var(--white); }

.deck-card-text {
  font-size: clamp(0.78rem, 1.35vh, 0.92rem);
  color: var(--gray-700);
  line-height: 1.55;
  flex: 1;
}

.deck-card--dark .deck-card-text { color: #c8c8c8; }

.deck-card-text strong {
  color: var(--black);
  font-weight: 600;
}

.deck-card--dark .deck-card-text strong { color: var(--white); }

/* ---- Metrics ribbon ---- */
.metrics-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-bottom: clamp(0.75rem, 1.5vh, 1.25rem);
  flex-shrink: 0;
}

.metric-pill {
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: clamp(0.55rem, 1vh, 0.85rem);
  text-align: center;
}

.metric-pill-num {
  display: block;
  font-size: clamp(1.25rem, 2.8vh, 1.85rem);
  font-weight: 700;
  color: var(--red);
  line-height: 1.1;
}

.metric-pill-label {
  display: block;
  font-size: clamp(0.62rem, 1.1vh, 0.72rem);
  font-weight: 600;
  color: var(--gray-700);
  margin-top: 0.2rem;
  line-height: 1.3;
}

/* ---- Partnership strip (Slide 1) ---- */
.partnership-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 0.65rem 1rem;
  flex-shrink: 0;
}

.partnership-strip-side {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
  color: var(--gray-700);
  line-height: 1.35;
}

.partnership-strip-side--lido {
  border-left: 3px solid var(--lido);
  padding-left: 0.65rem;
}

.partnership-strip-side--arhasi {
  border-right: 3px solid var(--red);
  padding-right: 0.65rem;
  justify-content: flex-end;
  text-align: right;
}

.partnership-strip .synergy-hub-ring span {
  font-size: 1.5rem;
  font-weight: 300;
}

/* ---- Partnership diagram (legacy) ---- */
.partnership-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  flex: 1;
  min-height: 0;
  align-items: stretch;
}

.partner-block {
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  padding: clamp(0.85rem, 1.5vh, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.partner-block--lido {
  border-left: 4px solid var(--lido);
}

.partner-block--arhasi {
  border-left: 4px solid var(--red);
}

.partner-block-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.partner-block-name {
  font-size: clamp(0.85rem, 1.5vh, 1rem);
  font-weight: 700;
  color: var(--black);
}

.partner-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.partner-list li {
  font-size: clamp(0.75rem, 1.3vh, 0.88rem);
  color: var(--gray-700);
  padding-left: 1rem;
  position: relative;
  line-height: 1.45;
}

.partner-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lido);
}

.partner-block--arhasi .partner-list li::before {
  background: var(--red);
}

.synergy-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
}

.synergy-hub-ring {
  width: clamp(72px, 10vh, 100px);
  height: clamp(72px, 10vh, 100px);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lido) 0%, var(--red) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(200, 16, 46, 0.2);
}

.synergy-hub-ring span {
  font-size: clamp(0.55rem, 1vh, 0.65rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  line-height: 1.3;
  padding: 0.5rem;
}

.synergy-connector {
  width: 2px;
  height: 24px;
  background: linear-gradient(var(--lido), var(--red));
}

/* ---- Horizontal pipeline bar (Slide 2) ---- */
.pipeline-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--surface-dark);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.4vh, 1rem) clamp(1rem, 2vw, 1.5rem);
  flex-shrink: 0;
  margin-top: 0.65rem;
}

.pipeline-bar-node {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}

.pipeline-bar-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(0, 115, 108, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.68rem, 1.1vh, 0.78rem);
  font-weight: 800;
  color: #5ec4bc;
}

.pipeline-bar-node--lock .pipeline-bar-icon {
  background: rgba(200, 16, 46, 0.2);
  font-size: 1.1rem;
  font-weight: 400;
}

.pipeline-bar-label {
  font-size: clamp(0.68rem, 1.15vh, 0.78rem);
  font-weight: 600;
  color: #e0e0e0;
  line-height: 1.3;
}

.pipeline-bar-arrow {
  color: var(--lido-light);
  font-size: 1.1rem;
  flex-shrink: 0;
  opacity: 0.7;
}

.agent-stack--horizontal {
  flex-direction: row;
  margin-top: 0.65rem;
  flex-shrink: 0;
}

.agent-stack--horizontal .agent-layer {
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
}

.agent-stack--horizontal .agent-layer-body strong {
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
}

.agent-stack--horizontal .agent-layer-body span {
  font-size: clamp(0.65rem, 1.05vh, 0.72rem);
}

/* ---- Pipeline (Slide 2 legacy) ---- */
.pipeline-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(0.85rem, 1.5vw, 1.5rem);
  flex: 1;
  min-height: 0;
}

.pipeline-visual {
  background: var(--surface-dark);
  border-radius: 14px;
  padding: clamp(0.85rem, 1.5vh, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pipeline-visual-title {
  font-size: clamp(0.65rem, 1.1vh, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5ec4bc;
}

.pipeline-flow {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.flow-node {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
}

.flow-node-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(0, 115, 108, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5ec4bc;
  font-size: 0.7rem;
  font-weight: 800;
}

.flow-node-text {
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
  color: #e0e0e0;
  line-height: 1.35;
}

.flow-node-text strong {
  color: var(--white);
  display: block;
  font-size: clamp(0.78rem, 1.3vh, 0.88rem);
}

.flow-arrow {
  text-align: center;
  color: var(--lido-light);
  font-size: 1rem;
  line-height: 1;
  opacity: 0.7;
}

.data-sources-row {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.source-chip {
  font-size: clamp(0.62rem, 1vh, 0.7rem);
  font-weight: 600;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(200, 16, 46, 0.15);
  color: #ff8a9a;
  border: 1px solid rgba(200, 16, 46, 0.25);
}

/* ---- Brand grid (Slide 3) ---- */
.brand-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(0.85rem, 1.5vw, 1.5rem);
  flex: 1;
  min-height: 0;
}

.brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.brand-chip {
  font-size: clamp(0.68rem, 1.15vh, 0.78rem);
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  background: var(--lido-subtle);
  border: 1px solid var(--lido-border);
  color: var(--lido);
}

.agent-stack {
  background: linear-gradient(160deg, var(--surface-dark) 0%, #1a1214 100%);
  border-radius: 14px;
  padding: clamp(0.85rem, 1.5vh, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.agent-layer {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.agent-layer-num {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--red);
  background: rgba(200, 16, 46, 0.15);
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  flex-shrink: 0;
}

.agent-layer-body strong {
  display: block;
  font-size: clamp(0.78rem, 1.3vh, 0.88rem);
  color: var(--white);
  margin-bottom: 0.15rem;
}

.agent-layer-body span {
  font-size: clamp(0.7rem, 1.15vh, 0.8rem);
  color: #b0b0b0;
  line-height: 1.4;
}

/* ---- Governance (Slide 4) ---- */
.governance-layout {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(0.75rem, 1.5vh, 1.25rem);
  flex: 1;
  min-height: 0;
}

.gateway-banner {
  background: linear-gradient(90deg, var(--surface-dark) 0%, #1a2830 50%, var(--surface-dark) 100%);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.4vh, 1.1rem) clamp(1rem, 2vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(0, 115, 108, 0.3);
}

.gateway-banner-text {
  font-size: clamp(0.85rem, 1.5vh, 1rem);
  font-weight: 600;
  color: var(--white);
}

.gateway-banner-text em {
  font-style: normal;
  color: #5ec4bc;
}

.gateway-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.gateway-blocked {
  font-size: clamp(0.65rem, 1.1vh, 0.75rem);
  font-weight: 600;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  background: rgba(200, 16, 46, 0.2);
  color: #ff8a9a;
  text-decoration: line-through;
  opacity: 0.85;
}

.gateway-allowed {
  font-size: clamp(0.65rem, 1.1vh, 0.75rem);
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--lido);
  color: var(--white);
}

.tenant-diagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  flex: 1;
  min-height: 0;
}

.tenant-cell {
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.3vh, 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  position: relative;
  overflow: hidden;
}

.tenant-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.tenant-cell:nth-child(1)::after { background: var(--lido); }
.tenant-cell:nth-child(2)::after { background: var(--red); }
.tenant-cell:nth-child(3)::after { background: #232F3E; }

.tenant-cell-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.tenant-cell-title {
  font-size: clamp(0.85rem, 1.5vh, 1rem);
  font-weight: 700;
  color: var(--black);
}

.tenant-cell-text {
  font-size: clamp(0.75rem, 1.25vh, 0.85rem);
  color: var(--gray-700);
  line-height: 1.5;
  flex: 1;
}

/* ---- Blueprint library (Slide 5) ---- */
.blueprint-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.85rem, 1.5vw, 1.5rem);
  flex: 1;
  min-height: 0;
}

.blueprint-hero {
  background: linear-gradient(145deg, var(--red-subtle) 0%, var(--lido-subtle) 100%);
  border: 1px solid var(--red-border);
  border-radius: 14px;
  padding: clamp(1rem, 2vh, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}

.blueprint-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.82rem, 1.4vh, 0.95rem);
  font-weight: 600;
  color: var(--red-dark);
  background: var(--white);
  border: 1px solid var(--red-border);
  border-radius: 8px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  word-break: break-all;
}

.blueprint-link:hover {
  background: var(--red);
  color: var(--white);
}

.blueprint-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.blueprint-tile {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0.65rem;
  text-align: center;
}

.blueprint-tile-icon {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.blueprint-tile-label {
  font-size: clamp(0.65rem, 1.1vh, 0.72rem);
  font-weight: 600;
  color: var(--gray-700);
}

/* ---- TrustHouse (Slide 6) ---- */
.trusthouse-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(0.85rem, 1.5vw, 1.5rem);
  flex: 1;
  min-height: 0;
}

.trusthouse-badge-panel {
  background: linear-gradient(160deg, var(--lido) 0%, #005a54 100%);
  border-radius: 14px;
  padding: clamp(1rem, 2vh, 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  color: var(--white);
}

.trusthouse-logo-text {
  font-size: clamp(1.5rem, 3vh, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.trusthouse-logo-text span {
  font-weight: 400;
  opacity: 0.85;
}

.poc-badge {
  background: var(--white);
  color: var(--lido);
  font-size: clamp(0.65rem, 1.1vh, 0.75rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}

.trusthouse-sub {
  font-size: clamp(0.78rem, 1.3vh, 0.88rem);
  opacity: 0.9;
  line-height: 1.45;
}

.trusthouse-features {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.trust-feature {
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.3vh, 1rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.trust-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--lido-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.trust-feature-title {
  font-size: clamp(0.85rem, 1.5vh, 0.98rem);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.2rem;
}

.trust-feature-text {
  font-size: clamp(0.75rem, 1.25vh, 0.85rem);
  color: var(--gray-700);
  line-height: 1.5;
}

/* ---- Timeline (Slide 7) ---- */
.timeline-layout {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.5vh, 1.25rem);
}

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  flex: 1;
  min-height: 0;
  position: relative;
}

.timeline-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, var(--lido), var(--red));
  z-index: 0;
}

.timeline-phase {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: relative;
  z-index: 1;
}

.timeline-node {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--lido);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6rem, 1vh, 0.68rem);
  font-weight: 800;
  color: var(--lido);
  text-align: center;
  line-height: 1.2;
  margin-inline: auto;
  box-shadow: 0 4px 16px rgba(0, 115, 108, 0.15);
}

.timeline-phase:nth-child(2) .timeline-node { border-color: var(--red); color: var(--red); }
.timeline-phase:nth-child(3) .timeline-node { border-color: var(--lido); color: var(--lido); }
.timeline-phase:nth-child(4) .timeline-node { border-color: var(--black); color: var(--black); }

.timeline-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.3vh, 1rem);
  flex: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.timeline-card-week {
  font-size: clamp(0.62rem, 1.05vh, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.25rem;
}

.timeline-card-title {
  font-size: clamp(0.85rem, 1.5vh, 1rem);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.45rem;
}

.timeline-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.timeline-list li {
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
  color: var(--gray-700);
  padding-left: 0.85rem;
  position: relative;
  line-height: 1.4;
}

.timeline-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: var(--lido);
  font-size: 0.5rem;
  top: 0.35em;
}

.timeline-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface-dark);
  border-radius: 10px;
  padding: 0.65rem 1.25rem;
  flex-shrink: 0;
}

.timeline-bar-date {
  font-size: clamp(0.72rem, 1.2vh, 0.82rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
}

.timeline-bar-arrow {
  color: var(--lido-light);
  font-size: 1.25rem;
}

/* ---- Title slide variant ---- */
.slide--title {
  background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 50%, var(--cream) 100%);
}

.slide--title .slide-title {
  font-size: clamp(2rem, 4.5vh, 3.25rem);
}

.title-hero-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.75rem, 1.5vh, 1.25rem);
  min-height: 0;
}

.title-subline {
  font-size: clamp(0.9rem, 1.7vh, 1.1rem);
  color: var(--gray-700);
  max-width: 50ch;
  line-height: 1.5;
}

/* ---- Back link ---- */
.deck-back {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: var(--gray-700);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.deck-back:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.deck-screenshot-toggle {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: var(--gray-700);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.deck-toolbar {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.deck-download-pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: var(--gray-700);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.deck-download-pdf:hover:not(:disabled) {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.deck-download-pdf:disabled {
  opacity: 0.72;
  cursor: wait;
}

.deck-screenshot-toggle {
  position: static;
}

.deck-screenshot-toggle:hover {
  background: var(--lido);
  color: var(--white);
  border-color: var(--lido);
}

body.screenshot-mode .deck-back,
body.screenshot-mode .deck-nav,
body.screenshot-mode .deck-toolbar,
body.pdf-export-active .deck-back,
body.pdf-export-active .deck-nav,
body.pdf-export-active .deck-toolbar {
  opacity: 0;
  pointer-events: none;
}

body.pdf-export-active {
  scroll-snap-type: none;
  overflow: hidden;
}

body.pdf-export-active .slide {
  scroll-snap-align: none;
}

body.pdf-export-active .slide[hidden] {
  display: none !important;
}

body.pdf-export-active .slide.is-capturing {
  display: flex !important;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

/* ---- Slide nav dots ---- */
.deck-nav {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.deck-nav a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-300);
  display: block;
  transition: background 0.15s;
}

.deck-nav a:hover,
.deck-nav a.is-active {
  background: var(--red);
  transform: scale(1.3);
}

@media (max-width: 1100px) {
  .card-grid--3,
  .metrics-ribbon,
  .timeline-track,
  .tenant-diagram {
    grid-template-columns: repeat(2, 1fr);
  }

  .partnership-layout,
  .pipeline-layout,
  .brand-layout,
  .blueprint-layout,
  .trusthouse-layout {
    grid-template-columns: 1fr;
  }

  .synergy-hub {
    flex-direction: row;
    padding: 0.5rem 0;
  }

  .synergy-connector {
    width: 24px;
    height: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
