/* nomads.lt presentation — design system aligned with nomads.lt */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

:root {
  --nomads-primary: #3a4dff;
  --nomads-primary-deep: #2c3ddc;
  --nomads-primary-dark: #1a2280;
  --nomads-red: #e74040;
  --nomads-dark: #222222;
  --nomads-cream: #f6f5f4;
  --nomads-ink: #0a0a0c;
  --nomads-muted: #6b7280;
  --nomads-radius: 16px;
  --nomads-radius-lg: 22px;
  --nomads-shadow: 0 16px 48px rgba(10, 10, 12, 0.12);
  --nomads-shadow-lg: 0 28px 72px rgba(10, 10, 12, 0.18);
  --nomads-gradient: linear-gradient(165deg, #3a4dff 0%, #2c3ddc 42%, #1a2280 100%);
  --nomads-orange: #ff610f;
}

.viewer,
.slide-canvas,
.slide-frame {
  font-family: "Poppins", system-ui, sans-serif;
}

/* ===== Shared slide typography ===== */
.nomads-slide-kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nomads-primary);
}

.nomads-slide-title {
  margin: 8px 0 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--nomads-ink);
}

.nomads-slide-lede {
  margin: 14px 0 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.55;
  color: var(--nomads-muted);
}

.nomads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #fff;
  background: var(--nomads-primary);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(58, 77, 255, 0.28);
}

.nomads-btn:hover {
  background: var(--nomads-primary-deep);
  transform: translateY(-1px);
}

/* ===== Viewer chrome ===== */
.viewer__bar {
  background: rgba(10, 10, 12, 0.94) !important;
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.viewer__title {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.viewer__counter,
.viewer__export-btn,
.viewer__fullscreen-btn,
.viewer__lang-btn {
  color: rgba(255, 255, 255, 0.88) !important;
}

.viewer__export-btn {
  border-radius: 999px !important;
  padding: 8px 14px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: background 0.2s ease;
}

.viewer__export-btn:hover {
  background: rgba(58, 77, 255, 0.35) !important;
}

.viewer__lang {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 999px !important;
  overflow: hidden;
}

.viewer__lang-btn--active {
  background: var(--nomads-primary) !important;
  color: #fff !important;
}

.viewer__dock {
  background: linear-gradient(to top, rgba(10, 10, 12, 0.96), transparent) !important;
}

.viewer__thumb {
  border-color: rgba(255, 255, 255, 0.14) !important;
  border-radius: 10px !important;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.viewer__thumb--active {
  border-color: var(--nomads-primary) !important;
  box-shadow: 0 0 0 2px rgba(58, 77, 255, 0.45) !important;
}

/* Hide injected UI inside thumbnails */
.viewer__thumb .nomads-radio__controls,
.viewer__thumb .nomads-radio__header,
.viewer__thumb .nomads-work__footer,
.viewer__thumb .nomads-work__header,
.viewer__thumb .nomads-suppliers__header,
.viewer__thumb .nomads-suppliers__step,
.viewer__thumb .nomads-suppliers__reveal-hint,
.viewer__thumb .nomads-market__header,
.viewer__thumb .nomads-market__message,
.viewer__thumb .nomads-market__source,
.viewer__thumb .nomads-scenarios__hero,
.viewer__thumb .nomads-scenarios__kicker,
.viewer__thumb .nomads-scenarios__lead,
.viewer__thumb .nomads-scenarios__metric-arrow,
.viewer__thumb .nomads-suppliers__summary,
.viewer__thumb .nomads-suppliers__total-badge,
.viewer__thumb .nomads-hero-date,
.viewer__thumb .nomads-hero-glow,
.viewer__thumb .nomads-hero-car-wrap,
.viewer__thumb .nomads-hero-badge,
.viewer__thumb .nomads-team__header,
.viewer__thumb .nomads-team__card-body,
.viewer__thumb .nomads-projects__header,
.viewer__thumb .nomads-kadex__controls,
.viewer__thumb .nomads-kadex__open,
.viewer__thumb .nomads-kadex__integrations,
.viewer__thumb .nomads-kadex__lede,
.viewer__thumb .nomads-kadex__kicker,
.viewer__thumb .slide--01__content {
  display: none !important;
}

/* Thumbnail previews — compact enhanced slides */
.viewer__thumb .nomads-hero-stage {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}

.viewer__thumb .nomads-hero-partnership {
  display: flex !important;
  transform: scale(0.42);
  min-height: 0;
  padding: 6px 10px;
  margin: 0;
}

.viewer__thumb .nomads-market__header {
  display: block !important;
}

.viewer__thumb .nomads-market__title {
  font-size: 7px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.viewer__thumb .nomads-market__layout {
  inset: 8% 6% !important;
  gap: 2px;
  justify-content: center;
  padding: 0 !important;
}

.viewer__thumb .nomads-market__chart {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  padding: 4px 6px;
  gap: 4px;
}

.viewer__thumb .nomads-market__pie-wrap {
  width: 42px;
  height: 42px;
}

.viewer__thumb .nomads-market__center {
  transform: scale(0.42);
}

.viewer__thumb .nomads-market__legend {
  gap: 2px;
}

.viewer__thumb .nomads-market__label-name {
  font-size: 3px;
  line-height: 1.1;
}

.viewer__thumb .nomads-market__label-value {
  font-size: 4px;
  line-height: 1.1;
}

.viewer__thumb .nomads-market__label-pct {
  font-size: 3px;
}

.viewer__thumb .nomads-market__slice,
.viewer__thumb .nomads-market__legend-item {
  opacity: 1 !important;
  transform: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios .nomads-scenarios__layout {
  inset: 8% 5% 10% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px;
  padding: 0 !important;
}

.viewer__thumb .nomads-scenarios__title {
  font-size: 5px !important;
  line-height: 1 !important;
  margin: 0 0 1px !important;
}

.viewer__thumb .nomads-scenarios__pillars {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2px !important;
}

.viewer__thumb .nomads-scenarios__compare {
  gap: 1px !important;
}

.viewer__thumb .nomads-scenarios__ps {
  display: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios--v2 .nomads-ps__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 2px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.viewer__thumb .nomads-ps__hint {
  display: none !important;
}

.viewer__thumb .nomads-ps__lane {
  min-height: 0 !important;
  border-radius: 2px !important;
}

.viewer__thumb .nomads-ps__headline {
  font-size: 4px !important;
  line-height: 1.1 !important;
}

.viewer__thumb .nomads-ps__answer {
  font-size: 3px !important;
  line-height: 1.1 !important;
  max-height: none !important;
  opacity: 1 !important;
}

.viewer__thumb .nomads-ps__rail {
  flex-basis: 14px !important;
}

.viewer__thumb .nomads-scenarios__grid,
.viewer__thumb .nomads-scenarios__grid--four {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 2px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.viewer__thumb .nomads-scenarios__card-inner {
  min-height: 0 !important;
  border-radius: 2px !important;
}

.viewer__thumb .nomads-scenarios__card-face {
  padding: 2px !important;
  gap: 1px !important;
}

.viewer__thumb .nomads-scenarios__card-text {
  font-size: 2.2px !important;
  line-height: 1.15 !important;
}

.viewer__thumb .nomads-scenarios__card-num,
.viewer__thumb .nomads-scenarios__card-badge {
  display: none !important;
}

.viewer__thumb .nomads-scenarios__phase,
.viewer__thumb .nomads-scenarios__hint {
  display: none !important;
}

.viewer__thumb .nomads-scenarios__ps-head,
.viewer__thumb .nomads-scenarios__ps-pair {
  grid-template-columns: minmax(0, 1fr) 6px minmax(0, 1fr) !important;
  gap: 1px !important;
}

.viewer__thumb .nomads-scenarios__ps-pair {
  display: grid !important;
  animation: none !important;
}

.viewer__thumb .nomads-scenarios__ps-label {
  padding: 1px 2px !important;
  font-size: 2px !important;
  border-radius: 2px;
}

.viewer__thumb .nomads-scenarios__ps-side {
  padding: 2px 3px !important;
  gap: 1px !important;
  border-radius: 2px;
}

.viewer__thumb .nomads-scenarios__ps-text {
  font-size: 2.2px !important;
  line-height: 1.15 !important;
}

.viewer__thumb .nomads-scenarios__ps-num,
.viewer__thumb .nomads-scenarios__ps-badge,
.viewer__thumb .nomads-scenarios__ps-arrow {
  display: none !important;
}

.viewer__thumb .nomads-scenarios__compare-head,
.viewer__thumb .nomads-scenarios__compare-row {
  grid-template-columns: minmax(0, 1fr) 6px minmax(0, 1fr) !important;
  gap: 1px !important;
}

.viewer__thumb .nomads-scenarios__compare-label {
  padding: 1px 2px !important;
  font-size: 2px !important;
  border-radius: 2px;
}

.viewer__thumb .nomads-scenarios__compare-cell {
  padding: 2px 3px !important;
  gap: 2px !important;
  border-radius: 2px;
}

.viewer__thumb .nomads-scenarios__compare-text {
  font-size: 2.2px !important;
  line-height: 1.15 !important;
}

.viewer__thumb .nomads-scenarios__compare-num,
.viewer__thumb .nomads-scenarios__compare-arrow {
  display: none !important;
}

.viewer__thumb .nomads-scenarios__lead {
  display: none !important;
}

.viewer__thumb .nomads-scenarios__pillar {
  padding: 2px 3px !important;
  gap: 1px !important;
}

.viewer__thumb .nomads-scenarios__pillar-title {
  font-size: 2.8px !important;
  margin: 0 0 1px !important;
}

.viewer__thumb .nomads-scenarios__metric {
  padding: 1px 2px !important;
  gap: 2px !important;
}

.viewer__thumb .nomads-scenarios__metric-label {
  font-size: 2.2px !important;
  line-height: 1.1 !important;
}

.viewer__thumb .nomads-suppliers__blocks {
  gap: 2px;
}

.viewer__thumb .nomads-suppliers__block-card {
  display: flex !important;
  padding: 3px 4px 4px;
  animation: none !important;
}

.viewer__thumb .nomads-suppliers__block-label {
  font-size: 4px;
  margin: 0 0 2px;
  letter-spacing: 0.02em;
}

.viewer__thumb .slide--04.nomads-suppliers {
  --nomads-tile-size: 11px;
  --nomads-logo-slot-h: 8px;
  --nomads-logo-gap: 1px;
}

.viewer__thumb .nomads-suppliers__integration-grid,
.viewer__thumb .slide--04__logos--main,
.viewer__thumb .slide--04__logos--minor {
  gap: 1px !important;
  min-height: 0 !important;
  height: auto !important;
}

.viewer__thumb .nomads-suppliers__integration-cell,
.viewer__thumb .slide--04__logo-cell {
  min-height: var(--nomads-tile-size) !important;
  height: var(--nomads-tile-size) !important;
  max-height: var(--nomads-tile-size) !important;
  padding: 1px 2px !important;
  border-radius: 3px;
}

.viewer__thumb .nomads-suppliers__integration-logo,
.viewer__thumb .nomads-supplier-logo {
  height: 8px !important;
  max-height: 8px !important;
}

.viewer__thumb .slide--05.nomads-team .slide--05__layout {
  inset: 10% 4% 8% !important;
}

.viewer__thumb .slide--05.nomads-team .slide--05__cards {
  gap: 2px;
  max-width: none;
}

.viewer__thumb .slide--05.nomads-team .slide--05__card {
  max-width: none;
  flex: 1 1 0;
  border-radius: 10px;
}

.viewer__thumb .nomads-team__cap-header {
  padding: 3px 4px 4px;
}

.viewer__thumb .nomads-team__name {
  font-size: 4px;
  line-height: 1.1;
}

.viewer__thumb .nomads-team__cap-header .nomads-team__role {
  font-size: 2.5px;
  line-height: 1.1;
}

.viewer__thumb .slide--05.nomads-team .slide--05__card-photo {
  min-height: 0;
}

.viewer__thumb .slide--07.nomads-projects .nomads-projects__grid {
  gap: 2px;
  padding: 0 4px;
}

.viewer__thumb .slide--07.nomads-projects .nomads-projects__card {
  padding: 3px 4px;
  gap: 2px;
}

.viewer__thumb .slide--07.nomads-projects .nomads-projects__name {
  font-size: 4px;
}

.viewer__thumb .slide--07.nomads-projects .nomads-projects__desc,
.viewer__thumb .slide--07.nomads-projects .nomads-projects__metrics,
.viewer__thumb .slide--07.nomads-projects .nomads-projects__link {
  display: none !important;
}

.viewer__thumb .slide--15.nomads-kadex .nomads-kadex__layout {
  gap: 4px;
  align-items: center;
}

.viewer__thumb .slide--15.nomads-kadex .slide--15__phone-wrap {
  max-width: 42%;
}

.viewer__thumb .nomads-kadex__title {
  font-size: 6px;
  margin: 0;
}

.viewer__thumb .nomads-kadex__metrics {
  gap: 3px;
}

.viewer__thumb .nomads-kadex__metric-value {
  font-size: 5px;
}

.viewer__thumb .nomads-kadex__metric-label {
  font-size: 3px;
}

.slide {
  border-radius: 0;
}

/* ===== Hero slide ===== */
.slide--01 {
  background:
    radial-gradient(ellipse 90% 60% at 18% 38%, rgba(255, 97, 15, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 55% at 82% 42%, rgba(58, 77, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 255, 255, 0.12), transparent 55%),
    var(--nomads-gradient) !important;
  overflow: hidden;
}

.slide--01::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 42%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 42%, #000 20%, transparent 78%);
  pointer-events: none;
  z-index: 1;
}

.slide--01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 58%, transparent 0%, rgba(8, 12, 40, 0.28) 100%);
  pointer-events: none;
  z-index: 1;
}

.slide--01__bg,
.slide--01__bg-img,
.slide--01__wash {
  display: none !important;
}

.slide--01 .slide__logo {
  width: 118px !important;
  height: auto !important;
  object-fit: contain;
}

.slide--01 .slide__brand {
  position: absolute;
  top: 44px;
  left: 56px;
  z-index: 5;
}

.slide--01.nomads-hero-minimal .slide__brand,
.slide--01.nomads-hero-minimal .slide--01__lede {
  display: none !important;
}

.slide--01__content {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  text-align: center !important;
  background: none !important;
  pointer-events: none;
}

.nomads-hero-stage {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 5vh, 64px) clamp(24px, 4vw, 72px);
}

.nomads-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}

.nomads-hero-glow--ovoko {
  top: 48%;
  left: 14%;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  background: rgba(255, 97, 15, 0.22);
}

.nomads-hero-glow--nomads {
  top: 50%;
  right: 14%;
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  background: rgba(58, 77, 255, 0.18);
}

.nomads-hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 6vh, 56px);
  width: 100%;
  max-width: 1180px;
  text-align: center;
}

.slide--01.nomads-hero-minimal .nomads-hero-minimal__content {
  margin-top: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: nomadsHeroTitleIn 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.nomads-hero-date {
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  bottom: clamp(24px, 4vh, 40px);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  opacity: 0;
  animation: nomadsHeroDateIn 1.4s ease 2.2s forwards;
}

.slide--01__title {
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(64px, 9.5vw, 140px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.048em !important;
  color: #fff !important;
  text-wrap: balance;
  text-shadow: 0 8px 40px rgba(8, 12, 40, 0.35);
}

.slide--01.nomads-hero-minimal .slide--01__title span {
  display: inline;
}

.slide--01.nomads-hero-minimal .slide--01__title .slide__accent {
  display: block;
}

.slide--01__title .slide__accent {
  color: #ff610f !important;
  text-shadow: 0 4px 28px rgba(255, 97, 15, 0.35);
}

.slide--01__lede {
  display: none !important;
}

.nomads-hero-partnership {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(24px, 3.5vw, 44px);
  width: 100%;
  max-width: 720px;
  min-height: 88px;
  padding: clamp(18px, 2.5vh, 24px) clamp(32px, 5vw, 56px);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 28px 64px rgba(8, 12, 40, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(18px);
  animation: nomadsHeroLogosIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}

.nomads-hero-partnership::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 97, 15, 0.06), transparent 40%, transparent 60%, rgba(58, 77, 255, 0.05));
  pointer-events: none;
}

.nomads-hero-partnership-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nomads-hero-partnership-logo--ovoko {
  justify-self: end;
  height: 84px;
}

.nomads-hero-partnership-logo--nomads {
  justify-self: start;
  background: none;
  border: 0;
  padding: 0;
}

.nomads-hero-partnership-logo:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.nomads-hero-partnership-logo--ovoko img,
.nomads-hero-partnership-logo--nomads img {
  display: block;
  width: auto;
  max-width: min(38vw, 240px);
  object-fit: contain;
  object-position: center;
}

.nomads-hero-partnership-logo--ovoko img {
  height: 75px;
  filter: drop-shadow(0 2px 10px rgba(255, 97, 15, 0.18));
}

.nomads-hero-partnership-logo--nomads img {
  height: 48px;
  max-width: 200px;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  transform: translateY(-4px);
}

.nomads-hero-partnership-x {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: rgba(10, 10, 12, 0.22);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 300;
  line-height: 1;
  user-select: none;
}

@keyframes nomadsHeroLogosIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes nomadsHeroTitleIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nomadsHeroDateIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .nomads-hero-partnership,
  .slide--01.nomads-hero-minimal .nomads-hero-minimal__content,
  .nomads-hero-date {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== Market slide (slide 12) ===== */
.slide--12 {
  background: var(--nomads-cream) !important;
}

.slide--12__media {
  background: var(--nomads-gradient);
}

.slide--12__media-img {
  object-fit: contain !important;
  padding: 40px 28px;
}

.slide--12__panel {
  background: #fff;
  box-shadow: inset 1px 0 0 rgba(58, 77, 255, 0.06);
}

.slide--12__wash {
  background: radial-gradient(circle at 20% 20%, rgba(58, 77, 255, 0.1), transparent 65%) !important;
}

.slide--12__headline {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 40px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: var(--nomads-ink) !important;
}

.slide--12__headline .slide__accent,
.slide--12__row--accent .slide--12__label {
  color: var(--nomads-red) !important;
}

.slide--12__title {
  color: var(--nomads-muted) !important;
  font-size: 20px !important;
}

.slide--12__bar {
  background: linear-gradient(90deg, var(--nomads-primary), #6674ff) !important;
  border-radius: 999px;
}

.slide--12__row--accent .slide--12__bar {
  background: linear-gradient(90deg, var(--nomads-red), #ff7070) !important;
}

.slide--12__value {
  color: var(--nomads-ink) !important;
  font-weight: 700;
}

.slide--12 .slide__logo,
.slide--12__media-logo {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* ===== Benefits slide (slide 4 — Rezultatai) ===== */
.slide--02.nomads-scenarios {
  background:
    radial-gradient(ellipse 80% 60% at 12% 18%, rgba(58, 77, 255, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 88% 82%, rgba(255, 97, 15, 0.12) 0%, transparent 55%),
    var(--nomads-cream) !important;
  color: var(--nomads-ink);
  overflow: hidden;
}

.slide--02.nomads-scenarios::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(58, 77, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 77, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 20%, transparent 78%);
  pointer-events: none;
}

.slide--02.nomads-scenarios .slide--02__layout,
.slide--02.nomads-scenarios .slide--02__intro,
.slide--02.nomads-scenarios .slide--02__body,
.slide--02.nomads-scenarios .slide__num,
.slide--02.nomads-scenarios .slide__kicker,
.slide--02.nomads-scenarios .slide--02__title,
.slide--02.nomads-scenarios .slide__rule {
  display: none !important;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout {
  position: absolute;
  inset: 40px 48px 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 0;
  z-index: 1;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--results .nomads-scenarios__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.slide--02.nomads-scenarios .nomads-scenarios__hero {
  flex: 0 0 auto;
  max-width: 980px;
}

.slide--02.nomads-scenarios .nomads-scenarios__hero-copy {
  min-width: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__legend {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-item--up {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.1);
  border: 1px solid rgba(25, 169, 116, 0.18);
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-item--up .nomads-scenarios__legend-arrow {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.16);
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-item--down {
  color: #0b5fa5;
  background: rgba(58, 77, 255, 0.08);
  border: 1px solid rgba(58, 77, 255, 0.16);
}

.slide--02.nomads-scenarios .nomads-scenarios__legend-item--down .nomads-scenarios__legend-arrow {
  color: #0b5fa5;
  background: rgba(58, 77, 255, 0.12);
}

.slide--02.nomads-scenarios .nomads-scenarios__kicker {
  margin: 0 0 10px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nomads-primary);
}

.slide--02.nomads-scenarios .nomads-scenarios__title {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(44px, 4vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--nomads-ink);
}

.slide--02.nomads-scenarios .nomads-scenarios__lead {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--nomads-muted);
  max-width: 54ch;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--results .nomads-scenarios__pillars {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* Problems → solutions — v2 lane grid */
.slide--02.nomads-scenarios--v2 {
  cursor: default;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--problems {
  cursor: pointer;
}

.slide--02.nomads-scenarios--v2 .nomads-ps {
  position: absolute;
  inset: 36px 44px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  z-index: 1;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__hint {
  margin: 0;
  align-self: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nomads-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 77, 255, 0.12);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__hint {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__lane {
  display: flex;
  min-height: 0;
  min-width: 0;
  border-radius: calc(var(--nomads-radius-lg) + 4px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(240, 64, 64, 0.2);
  box-shadow:
    0 12px 28px rgba(240, 64, 64, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__lane {
  border-color: rgba(25, 169, 116, 0.26);
  box-shadow:
    0 12px 28px rgba(25, 169, 116, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition-delay: calc(var(--lane-i) * 45ms);
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--enter .nomads-ps__lane {
  animation: nomadsPsLaneIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--lane-i) * 65ms + 60ms);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__rail {
  position: relative;
  flex: 0 0 clamp(72px, 7vw, 92px);
  background: linear-gradient(180deg, rgba(255, 240, 240, 0.98) 0%, rgba(255, 228, 228, 0.94) 100%);
  border-right: 1px solid rgba(240, 64, 64, 0.12);
  transition: background 0.5s ease, border-color 0.5s ease;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__rail {
  background: linear-gradient(180deg, rgba(236, 255, 247, 0.98) 0%, rgba(220, 248, 238, 0.94) 100%);
  border-right-color: rgba(25, 169, 116, 0.14);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__rail-problem,
.slide--02.nomads-scenarios--v2 .nomads-ps__rail-solution {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__rail-problem {
  opacity: 1;
  transform: scale(1);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__rail-solution {
  opacity: 0;
  transform: scale(0.88) translateY(8px);
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__rail-problem {
  opacity: 0;
  transform: scale(0.9) translateY(-8px);
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__rail-solution {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: calc(var(--lane-i) * 40ms + 80ms);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__icon {
  font-size: clamp(30px, 2.6vw, 38px);
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(185, 28, 28, 0.14));
}

.slide--02.nomads-scenarios--v2 .nomads-ps__drop {
  position: absolute;
  left: 50%;
  top: 28%;
  margin-left: -0.5em;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  animation: nomadsPsDrop 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: calc(var(--drop-i) * 0.38s);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__rocket {
  font-size: clamp(34px, 2.8vw, 42px);
  line-height: 1;
  transform: rotate(-24deg);
  filter: drop-shadow(0 5px 12px rgba(10, 122, 82, 0.2));
  animation: nomadsPsRocket 1.8s ease-in-out infinite;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__spark {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  animation: nomadsPsSpark 1.8s ease-in-out infinite;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__spark--1 {
  left: 18%;
  bottom: 22%;
  animation-delay: 0.12s;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__spark--2 {
  right: 16%;
  bottom: 30%;
  animation-delay: 0.48s;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px 18px;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.35s ease;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__tag--problem {
  color: #8b2f2f;
  background: rgba(240, 64, 64, 0.1);
  border: 1px solid rgba(240, 64, 64, 0.18);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__tag--solution {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.12);
  border: 1px solid rgba(25, 169, 116, 0.2);
  position: absolute;
  opacity: 0;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__tag--problem {
  opacity: 0;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__tag--solution {
  position: static;
  opacity: 1;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__meta {
  position: relative;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__num {
  margin-left: auto;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(58, 77, 255, 0.45);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__headline,
.slide--02.nomads-scenarios--v2 .nomads-ps__answer {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  letter-spacing: -0.025em;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__headline {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  color: #2b1515;
  transition:
    flex 0.45s ease,
    font-size 0.45s ease,
    color 0.45s ease,
    opacity 0.45s ease;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__answer {
  flex: 0 0 auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.34;
  color: #0f2f24;
  transition:
    max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    margin 0.45s ease;
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__headline {
  flex: 0 0 auto;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  color: rgba(43, 21, 21, 0.55);
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions .nomads-ps__answer {
  flex: 1 1 auto;
  max-height: 12em;
  opacity: 1;
  transition-delay: calc(var(--lane-i) * 50ms + 90ms);
}

.slide--02.nomads-scenarios--v2 .nomads-ps__kw {
  font-weight: 900;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__headline .nomads-ps__kw {
  color: #b91c1c;
  text-decoration: underline;
  text-decoration-color: rgba(185, 28, 28, 0.32);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.slide--02.nomads-scenarios--v2 .nomads-ps__answer .nomads-ps__kw {
  color: #0a7a52;
  text-decoration: underline;
  text-decoration-color: rgba(10, 122, 82, 0.32);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@keyframes nomadsPsLaneIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nomadsPsDrop {
  0% {
    opacity: 0;
    transform: translateY(-4px) scale(0.85);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
    transform: translateY(36px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(44px) scale(0.92);
  }
}

@keyframes nomadsPsRocket {
  0%,
  100% {
    transform: translateY(4px) rotate(-24deg);
  }
  50% {
    transform: translateY(-10px) rotate(-20deg) scale(1.06);
  }
}

@keyframes nomadsPsSpark {
  0%,
  100% {
    opacity: 0;
    transform: translateY(6px) scale(0.7);
  }
  40%,
  70% {
    opacity: 1;
    transform: translateY(-3px) scale(1);
  }
}

.slide--02.nomads-scenarios--v2.nomads-scenarios--solutions {
  background:
    radial-gradient(ellipse 80% 60% at 12% 18%, rgba(25, 169, 116, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 88% 82%, rgba(58, 77, 255, 0.1) 0%, transparent 55%),
    var(--nomads-cream) !important;
}

/* Problems → solutions — customer journey (v4) */
.slide--02.nomads-scenarios--journey {
  cursor: default;
  background: var(--nomads-cream) !important;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--problems {
  cursor: pointer;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions {
  background:
    radial-gradient(ellipse 85% 65% at 50% 20%, rgba(25, 169, 116, 0.14) 0%, transparent 62%),
    radial-gradient(ellipse 70% 55% at 88% 88%, rgba(58, 77, 255, 0.08) 0%, transparent 55%),
    var(--nomads-cream) !important;
}

.slide--02.nomads-scenarios--journey .nomads-journey {
  position: absolute;
  inset: 44px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.5vh, 40px);
  z-index: 1;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--problems .nomads-journey {
  gap: clamp(24px, 3.5vh, 40px);
}

.slide--02.nomads-scenarios--journey .nomads-journey__core {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--problems .nomads-journey__route {
  padding: 0;
}

.slide--02.nomads-scenarios--journey .nomads-journey__hint,
.slide--02.nomads-scenarios--journey .nomads-pipe__hint,
.slide--02.nomads-scenarios--journey .nomads-ps__hint {
  display: none !important;
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  width: 100%;
  max-width: none;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__solution {
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 240px;
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 169, 116, 0.16) 0%, rgba(58, 77, 255, 0.1) 100%);
  border: 2px solid rgba(25, 169, 116, 0.32);
  box-shadow: 0 12px 32px rgba(25, 169, 116, 0.14);
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution-icon {
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1;
  animation: nomadsJourneyRocket 1.8s ease-in-out infinite;
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution-icon--trailing {
  transform: scaleX(-1);
  animation-delay: 0.35s;
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution-label {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(36px, 3.6vw, 54px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f7a52;
  text-transform: uppercase;
}

.slide--02.nomads-scenarios--journey .nomads-journey__solution-lede {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(20px, 1.85vw, 30px);
  font-weight: 600;
  line-height: 1.35;
  color: #1a2744;
  max-width: 58ch;
}

.slide--02.nomads-scenarios--journey .nomads-journey__route {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: 0;
}

.slide--02.nomads-scenarios--journey .nomads-journey__rail {
  position: absolute;
  left: 4%;
  right: 4%;
  top: calc(clamp(14px, 1.15vw, 18px) + clamp(44px, 4.6vw, 62px));
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 180, 180, 0.95) 0%,
    rgba(240, 64, 64, 0.55) 50%,
    rgba(255, 180, 180, 0.95) 100%
  );
  box-shadow: 0 2px 10px rgba(240, 64, 64, 0.18);
  transition:
    background 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__rail {
  background: linear-gradient(
    90deg,
    rgba(180, 240, 216, 0.98) 0%,
    rgba(25, 169, 116, 0.55) 50%,
    rgba(180, 240, 216, 0.98) 100%
  );
  box-shadow: 0 2px 10px rgba(25, 169, 116, 0.2);
}

.slide--02.nomads-scenarios--journey .nomads-journey__stops {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.slide--02.nomads-scenarios--journey .nomads-journey__connector {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 2.8vw, 44px);
  margin: 0 -2px;
  align-self: flex-start;
  margin-top: calc(clamp(14px, 1.15vw, 18px) + clamp(44px, 4.6vw, 62px) - 2px);
}

.slide--02.nomads-scenarios--journey .nomads-journey__arrow {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 64, 64, 0.35), rgba(240, 64, 64, 0.75));
  position: relative;
  transition: background 0.5s ease;
}

.slide--02.nomads-scenarios--journey .nomads-journey__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid rgba(240, 64, 64, 0.75);
  transform: translateY(-50%);
  transition: border-left-color 0.5s ease;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__arrow {
  background: linear-gradient(90deg, rgba(25, 169, 116, 0.35), rgba(25, 169, 116, 0.75));
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__arrow::after {
  border-left-color: rgba(25, 169, 116, 0.75);
}

.slide--02.nomads-scenarios--journey .nomads-journey__stop {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 1.8vh, 22px);
}

.slide--02.nomads-scenarios--journey .nomads-journey__step-num {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(139, 47, 47, 0.72);
  transition: color 0.45s ease;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__step-num {
  color: rgba(15, 122, 82, 0.72);
}

.slide--02.nomads-scenarios--journey .nomads-journey__node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(88px, 9.2vw, 124px);
  height: clamp(88px, 9.2vw, 124px);
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgba(240, 64, 64, 0.38);
  box-shadow:
    0 10px 24px rgba(240, 64, 64, 0.14),
    inset 0 2px 8px rgba(255, 255, 255, 0.9);
  transition:
    border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__node {
  border-color: rgba(25, 169, 116, 0.42);
  box-shadow:
    0 10px 24px rgba(25, 169, 116, 0.16),
    inset 0 2px 8px rgba(255, 255, 255, 0.92);
  transform: scale(1.04);
  transition-delay: calc(var(--seg-i) * 45ms);
}

.slide--02.nomads-scenarios--journey .nomads-journey__icon {
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1;
  filter: drop-shadow(0 3px 8px rgba(185, 28, 28, 0.1));
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__icon {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 10px rgba(10, 122, 82, 0.16));
  transition-delay: calc(var(--seg-i) * 45ms);
}

.slide--02.nomads-scenarios--journey .nomads-journey__leak {
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -0.55em;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1;
  opacity: 0;
  animation: nomadsJourneyLeak 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: calc(var(--seg-i) * 0.35s);
  transition: opacity 0.4s ease;
}

.slide--02.nomads-scenarios--journey .nomads-journey__leak--2 {
  margin-left: 0.15em;
  animation-delay: calc(var(--seg-i) * 0.35s + 0.55s);
  font-size: clamp(12px, 1.1vw, 16px);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--problems .nomads-journey__leak {
  opacity: 1;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__leak {
  opacity: 0;
  animation: none;
}

.slide--02.nomads-scenarios--journey .nomads-journey__labels {
  display: none;
}

.slide--02.nomads-scenarios--journey .nomads-journey__label {
  margin: 0;
  width: 100%;
  padding: 0 4px;
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #8b2f2f;
  transition:
    opacity 0.45s ease,
    color 0.45s ease,
    transform 0.45s ease;
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--solutions .nomads-journey__label {
  opacity: 0.35;
  color: #6b7280;
  transform: translateY(2px);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--enter .nomads-journey__stop {
  animation: nomadsJourneyStopIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--seg-i) * 70ms + 40ms);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--enter .nomads-journey__label {
  animation: nomadsJourneyStopIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--seg-i) * 70ms + 120ms);
}

.slide--02.nomads-scenarios--journey.nomads-scenarios--enter .nomads-journey__connector {
  animation: nomadsJourneyStopIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--seg-i) * 70ms + 20ms);
}

@keyframes nomadsJourneyLeak {
  0% {
    opacity: 0;
    transform: translateY(-6px) scale(0.85);
  }
  18% {
    opacity: 1;
  }
  75% {
    opacity: 0.45;
    transform: translateY(42px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(52px) scale(0.9);
  }
}

@keyframes nomadsJourneyRocket {
  0%,
  100% {
    transform: translateY(3px) rotate(-18deg);
  }
  50% {
    transform: translateY(-8px) rotate(-12deg) scale(1.05);
  }
}

@keyframes nomadsJourneyStopIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey {
  inset: 10% 3% 8% !important;
  gap: 2px !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__hint,
.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__solution-lede {
  display: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__solution {
  opacity: 1 !important;
  max-height: none !important;
  transform: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__solution-badge {
  padding: 1px 4px !important;
  gap: 2px !important;
  border-width: 1px !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__solution-icon {
  font-size: 4px !important;
  animation: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__solution-label {
  font-size: 4px !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__rail {
  height: 2px !important;
  top: 58% !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__node {
  width: 12px !important;
  height: 12px !important;
  border-width: 1px !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__icon {
  font-size: 4px !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__step-num,
.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__connector,
.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__leak {
  display: none !important;
}

.viewer__thumb .slide--02.nomads-scenarios--journey .nomads-journey__label {
  font-size: 2px !important;
  line-height: 1.1 !important;
}

@keyframes nomadsScenarioCardIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.slide--02.nomads-scenarios .nomads-scenarios__ps {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-label {
  padding: 8px 14px;
  border-radius: 10px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-label--problem {
  color: #8b2f2f;
  background: rgba(240, 64, 64, 0.08);
  border: 1px solid rgba(240, 64, 64, 0.18);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-label--solution {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.1);
  border: 1px solid rgba(25, 169, 116, 0.2);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 0;
  overflow: hidden;
}

.slide--02.nomads-scenarios.nomads-scenarios--complete .nomads-scenarios__ps-list {
  overflow-y: auto;
  padding-right: 4px;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-pair {
  display: none;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 0;
  flex-shrink: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-pair--visible {
  display: grid;
  animation: nomadsPsPairIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-side--problem {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 246, 0.96) 100%);
  border: 1px solid rgba(240, 64, 64, 0.14);
  box-shadow: 0 10px 24px rgba(240, 64, 64, 0.05);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-pair--visible .nomads-scenarios__ps-side--problem {
  animation: nomadsPsProblemIn 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-side--solution {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 255, 250, 0.96) 100%);
  border: 1px solid rgba(25, 169, 116, 0.18);
  box-shadow: 0 10px 24px rgba(25, 169, 116, 0.07);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-pair--visible .nomads-scenarios__ps-side--solution {
  animation: nomadsPsSolutionIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-num {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(240, 64, 64, 0.55);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.12);
  border: 1px solid rgba(25, 169, 116, 0.2);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-text {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--nomads-ink);
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-pair--visible .nomads-scenarios__ps-bridge {
  animation: nomadsPsArrowPulse 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.slide--02.nomads-scenarios .nomads-scenarios__ps-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(58, 77, 255, 0.1);
  border: 1px solid rgba(58, 77, 255, 0.16);
  color: var(--nomads-primary);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

@keyframes nomadsPsPairIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nomadsPsProblemIn {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes nomadsPsSolutionIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes nomadsPsArrowPulse {
  from {
    opacity: 0;
    transform: scale(0.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.slide--02.nomads-scenarios.nomads-scenarios--complete .nomads-scenarios__ps-pair {
  display: grid;
  animation: none;
}

.slide--02.nomads-scenarios.nomads-scenarios--complete .nomads-scenarios__ps-side,
.slide--02.nomads-scenarios.nomads-scenarios--complete .nomads-scenarios__ps-bridge {
  animation: none !important;
}

/* Before / after comparison (legacy) */
.slide--02.nomads-scenarios .nomads-scenarios__layout--compare {
  gap: 28px;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--compare .nomads-scenarios__hero {
  display: block;
  max-width: 920px;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--compare .nomads-scenarios__lead {
  margin-top: 14px;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-label {
  padding: 12px 18px;
  border-radius: 14px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-label--before {
  color: #8b2f2f;
  background: rgba(240, 64, 64, 0.08);
  border: 1px solid rgba(240, 64, 64, 0.18);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-label--after {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.1);
  border: 1px solid rgba(25, 169, 116, 0.2);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-rows {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-row {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  min-height: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-cell--before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 248, 0.96) 100%);
  border: 1px solid rgba(240, 64, 64, 0.14);
  box-shadow: 0 12px 28px rgba(240, 64, 64, 0.06);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-cell--after {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 255, 251, 0.96) 100%);
  border: 1px solid rgba(25, 169, 116, 0.18);
  box-shadow: 0 12px 28px rgba(25, 169, 116, 0.08);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-num {
  flex: 0 0 auto;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(10, 10, 12, 0.28);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-text {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--nomads-ink);
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide--02.nomads-scenarios .nomads-scenarios__compare-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(58, 77, 255, 0.1);
  border: 1px solid rgba(58, 77, 255, 0.16);
  color: var(--nomads-primary);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillars {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  min-height: 0;
  align-items: stretch;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--results .nomads-scenarios__pillar {
  padding: 20px 22px 18px;
  gap: 16px;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar-num {
  flex: 0 0 auto;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(10, 10, 12, 0.34);
  padding-top: 4px;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar-copy {
  min-width: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar-subtitle {
  margin: 4px 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--nomads-muted);
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 22px 20px 20px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%);
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow:
    0 18px 40px rgba(10, 10, 12, 0.08),
    0 8px 20px rgba(58, 77, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  opacity: 0.95;
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar--revenue::before {
  background: linear-gradient(90deg, var(--nomads-orange), #ff9a66);
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar--experience::before {
  background: linear-gradient(90deg, var(--nomads-primary), #7a86ff);
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar--retention::before {
  background: linear-gradient(90deg, #19a974, #63d297);
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar--strategy::before {
  background: linear-gradient(90deg, var(--nomads-dark), #5a5a5a);
}

.slide--02.nomads-scenarios .nomads-scenarios__pillar-title {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--nomads-ink);
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--results .nomads-scenarios__metrics {
  justify-content: center;
  gap: 8px;
}

.slide--02.nomads-scenarios .nomads-scenarios__metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.slide--02.nomads-scenarios .nomads-scenarios__layout--results .nomads-scenarios__metric {
  gap: 14px;
  padding: 12px 14px;
  border-radius: 12px;
}

.slide--02.nomads-scenarios .nomads-scenarios__metric {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 77, 255, 0.08);
}

.slide--02.nomads-scenarios .nomads-scenarios__metric-label {
  flex: 1 1 auto;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--nomads-ink);
}

.slide--02.nomads-scenarios .nomads-scenarios__metric-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.slide--02.nomads-scenarios .nomads-scenarios__metric--up .nomads-scenarios__metric-arrow {
  color: #0f7a52;
  background: rgba(25, 169, 116, 0.14);
  border: 1px solid rgba(25, 169, 116, 0.22);
}

.slide--02.nomads-scenarios .nomads-scenarios__metric--down .nomads-scenarios__metric-arrow {
  color: #0b5fa5;
  background: rgba(58, 77, 255, 0.1);
  border: 1px solid rgba(58, 77, 255, 0.18);
}

.slide--02.nomads-scenarios .slide__logo,
.slide--02.nomads-scenarios .slide__brand {
  filter: none;
  opacity: 1;
}

/* ===== Suppliers slide ===== */
.slide--04.nomads-suppliers {
  background: var(--nomads-cream) !important;
  overflow: hidden;
  /* Use more of the canvas on this slide. */
  --slide-margin-top: 20px;
  --slide-margin-bottom: 20px;
  --slide-margin-x: 56px;
  /* One shared column count keeps every logo card the same width (Autopartner scale). */
  --nomads-logo-cols: 7;
  --nomads-logo-gap: 10px;
  --nomads-block-gap: 14px;
  --nomads-tile-size: 118px;
  --nomads-logo-slot-w: 88%;
  --nomads-logo-slot-h: calc(var(--nomads-tile-size) * 0.68);
  --nomads-integration-slot-h: var(--nomads-logo-slot-h);
}


.slide--04.nomads-suppliers .slide--04__intro,
.slide--04.nomads-suppliers .slide--04__highlights {
  display: none !important;
}

.slide--04.nomads-suppliers .slide--04__layout {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  padding: 0;
  top: var(--slide-margin-top) !important;
  bottom: var(--slide-margin-bottom) !important;
  left: var(--slide-margin-x) !important;
  right: var(--slide-margin-x) !important;
  height: calc(100% - var(--slide-margin-top) - var(--slide-margin-bottom)) !important;
  min-height: 0;
  overflow: visible;
  box-sizing: border-box !important;
  justify-content: stretch;
}

.slide--04.nomads-suppliers .nomads-suppliers__header {
  display: none !important;
}

.slide--04.nomads-suppliers .nomads-suppliers__header .nomads-slide-kicker {
  font-size: 26px;
}

.slide--04.nomads-suppliers .nomads-suppliers__header .nomads-slide-title {
  font-size: 96px;
  margin-top: 3px;
  line-height: 1.06;
}

/* Header row */
.slide--04.nomads-suppliers .nomads-suppliers__header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 41px;
  flex-shrink: 0;
  padding-left: 18px;
}

.slide--04.nomads-suppliers .nomads-suppliers__header-main {
  flex: 1;
  min-width: 0;
}

.nomads-suppliers__title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.slide--04.nomads-suppliers .nomads-suppliers__total-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 86px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--nomads-primary);
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 28px rgba(58, 77, 255, 0.24);
  flex-shrink: 0;
}

.slide--04.nomads-suppliers .nomads-suppliers__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--nomads-muted);
}

.nomads-suppliers__summary-sep {
  color: var(--nomads-primary);
  font-weight: 700;
}

/* Step sections (legacy) + block cards */
.slide--04.nomads-suppliers .nomads-suppliers__step {
  flex-shrink: 0;
}

.slide--04.nomads-suppliers .nomads-suppliers__blocks {
  display: flex;
  flex-direction: column;
  gap: var(--nomads-block-gap, var(--nomads-logo-gap));
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.slide--04.nomads-suppliers .nomads-suppliers__block-card {
  display: none;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  padding: 12px 14px 14px;
  background: #fff;
  border-radius: var(--nomads-radius-lg);
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: var(--nomads-shadow);
  box-sizing: border-box;
  overflow: hidden;
}

.slide--04.nomads-suppliers .nomads-suppliers__block-card--aftermarket {
  flex: 1 1 auto;
}

.slide--04.nomads-suppliers .nomads-suppliers__block-card--visible {
  display: flex;
  animation: nomadsSuppliersBlockIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__blocks {
  flex: 1 1 auto;
  justify-content: initial;
  gap: var(--nomads-block-gap, var(--nomads-logo-gap));
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__block-card--visible {
  flex: 0 0 auto;
  min-height: 0;
  justify-content: flex-start;
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__block-card--aftermarket {
  flex: 1 1 auto;
}

/* When cards are large, give blocks breathing room. */
.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__block-card {
  padding: 12px 14px 14px;
}

.slide--04.nomads-suppliers:not(.nomads-suppliers--complete) .nomads-suppliers__block-card--visible {
  flex: 0 0 auto;
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .slide--04__logo-cell img,
.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-supplier-logo {
  width: var(--nomads-logo-slot-w);
  max-width: var(--nomads-logo-slot-w);
  max-height: var(--nomads-logo-slot-h);
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__integration-logo {
  width: var(--nomads-logo-slot-w);
  max-width: var(--nomads-logo-slot-w);
  max-height: var(--nomads-logo-slot-h);
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__integration-cell--yqservice .nomads-suppliers__integration-logo,
.slide--04.nomads-suppliers.nomads-suppliers--complete
  .nomads-suppliers__integration-cell:has(img[alt="YQ Service"])
  .nomads-suppliers__integration-logo {
  transform: scale(2);
  transform-origin: center center;
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__integration-cell--pirated .nomads-suppliers__integration-logo {
  max-width: none;
  max-height: none;
}

@keyframes nomadsSuppliersBlockIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide--04.nomads-suppliers .nomads-suppliers__block-label {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
  flex: 0 0 auto;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nomads-primary);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.slide--04.nomads-suppliers .nomads-suppliers__block-label--originals {
  color: var(--nomads-red);
  margin-bottom: 10px;
}

/* Premium “section header” underline */
.slide--04.nomads-suppliers .nomads-suppliers__block-label::after {
  content: "";
  display: block;
  width: min(420px, 58%);
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(58, 77, 255, 0.85), rgba(58, 77, 255, 0.0));
}

.slide--04.nomads-suppliers .nomads-suppliers__block-label--originals::after {
  background: linear-gradient(90deg, rgba(240, 64, 64, 0.85), rgba(240, 64, 64, 0.0));
}

.slide--04.nomads-suppliers .nomads-suppliers__reveal-hint {
  margin: 2px 0 0;
  align-self: center;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nomads-muted);
  animation: nomadsSuppliersHintPulse 1.8s ease-in-out infinite;
}

.slide--04.nomads-suppliers.nomads-suppliers--complete .nomads-suppliers__reveal-hint {
  display: none;
}

@keyframes nomadsSuppliersHintPulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

.pdf-export-host .nomads-suppliers__block-card {
  display: block !important;
  animation: none !important;
}

.pdf-export-host .nomads-suppliers__reveal-hint {
  display: none !important;
}

@media print {
  .nomads-suppliers__block-card {
    display: block !important;
    animation: none !important;
  }

  .nomads-suppliers__reveal-hint {
    display: none !important;
  }
}

.slide--04.nomads-suppliers .nomads-suppliers__step + .nomads-suppliers__step,
.slide--04.nomads-suppliers .nomads-suppliers__step + .slide--04__partners-label,
.slide--04.nomads-suppliers .nomads-suppliers__step + .slide--04__logos--main,
.slide--04.nomads-suppliers .nomads-suppliers__step + .slide--04__logos--minor {
  margin-top: 17px;
}

.slide--04.nomads-suppliers .nomads-suppliers__step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nomads-primary);
}

.slide--04.nomads-suppliers .nomads-suppliers__step--originals .nomads-suppliers__step-label {
  color: var(--nomads-red);
  margin-bottom: 6px;
}

.slide--04.nomads-suppliers .nomads-suppliers__step--originals + .slide--04__logos--minor {
  margin-top: 0 !important;
}

.slide--04.nomads-suppliers .slide--04__logos--minor + .nomads-suppliers__step--aftermarket {
  margin-top: 17px;
}

.slide--04.nomads-suppliers .nomads-suppliers__step--aftermarket + .slide--04__logos--main {
  margin-top: 14px;
}

.nomads-suppliers__integration-grid {
  display: grid;
  grid-template-columns: repeat(var(--nomads-logo-cols), minmax(0, 1fr));
  grid-template-rows: var(--nomads-tile-size);
  gap: var(--nomads-logo-gap);
  flex: 0 0 auto;
  width: 100%;
  min-height: var(--nomads-tile-size);
}

.nomads-suppliers__integration-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--nomads-tile-size);
  aspect-ratio: 1;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 2px 8px rgba(10, 10, 12, 0.04);
  box-sizing: border-box;
}

.nomads-suppliers__integration-cell--pirated {
  padding: 4px;
  overflow: hidden;
  background: #fff;
  border-color: rgba(58, 77, 255, 0.1);
}

.slide--04.nomads-suppliers .nomads-suppliers__integration-cell--pirated .nomads-suppliers__integration-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.slide--04.nomads-suppliers .nomads-suppliers__integration-logo {
  display: block;
  width: var(--nomads-logo-slot-w);
  max-width: var(--nomads-logo-slot-w);
  height: auto;
  max-height: var(--nomads-logo-slot-h);
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.slide--04.nomads-suppliers .nomads-suppliers__integration-cell:has(img[alt="YQ Service"]) {
  background: #fff;
  overflow: visible;
  z-index: 2;
}

.slide--04.nomads-suppliers .nomads-suppliers__integration-cell--yqservice .nomads-suppliers__integration-logo,
.slide--04.nomads-suppliers .nomads-suppliers__integration-cell:has(img[alt="YQ Service"]) .nomads-suppliers__integration-logo {
  transform: scale(2);
  transform-origin: center center;
}
.slide--04.nomads-suppliers .slide--04__body.nomads-suppliers__stack {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: none;
  height: auto !important;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box;
  gap: 0;
}

.slide--04.nomads-suppliers .slide--04__body.nomads-suppliers__main {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  max-width: none;
  height: auto !important;
  margin: 0;
  padding: 31px 41px 34px;
  background: #fff;
  border-radius: var(--nomads-radius-lg);
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: var(--nomads-shadow);
  overflow: visible;
  box-sizing: border-box;
}

.slide--04.nomads-suppliers .slide--04__partners {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding-top: 0 !important;
  border-top: none !important;
  justify-content: flex-start;
}

.slide--04.nomads-suppliers .slide--04__partners-layout {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 0;
  justify-content: flex-start;
}

.slide--04.nomads-suppliers .slide--04__partners-label {
  display: none !important;
}

.slide--04.nomads-suppliers .slide--04__logos--main {
  display: grid;
  grid-template-columns: repeat(var(--nomads-logo-cols), minmax(0, 1fr));
  grid-auto-rows: var(--nomads-tile-size);
  gap: var(--nomads-logo-gap);
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide--04.nomads-suppliers .slide--04__logos--minor {
  display: grid;
  grid-template-columns: repeat(var(--nomads-logo-cols), minmax(0, 1fr));
  grid-template-rows: var(--nomads-tile-size);
  gap: var(--nomads-logo-gap);
  flex: 0 0 auto;
  width: 100%;
  min-height: var(--nomads-tile-size);
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide--04.nomads-suppliers .slide--04__logo-cell--minor:nth-child(n + 8) {
  display: none;
}

.slide--04.nomads-suppliers .slide--04__logo-cell,
.slide--04.nomads-suppliers .slide--04__logo-cell--main,
.slide--04.nomads-suppliers .slide--04__logo-cell--minor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--nomads-tile-size) !important;
  min-height: var(--nomads-tile-size) !important;
  max-height: var(--nomads-tile-size) !important;
  aspect-ratio: 1;
  padding: 6px !important;
  border-radius: 12px;
  background: #fff !important;
  border: 1px solid rgba(58, 77, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(10, 10, 12, 0.04) !important;
  box-sizing: border-box;
}

.slide--04.nomads-suppliers .slide--04__logo-cell img,
.slide--04.nomads-suppliers .nomads-supplier-logo {
  display: block;
  width: var(--nomads-logo-slot-w);
  max-width: var(--nomads-logo-slot-w);
  height: auto;
  max-height: var(--nomads-logo-slot-h);
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
}

.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="Originaalosad"]) {
  overflow: visible;
  z-index: 2;
}

.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="Originaalosad"]) img,
.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="Originaalosad"]) .nomads-supplier-logo {
  transform: scale(1.5);
  transform-origin: center center;
}

.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="InterCars"]) {
  overflow: visible;
  z-index: 2;
}

.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="InterCars"]) img,
.slide--04.nomads-suppliers .slide--04__logo-cell:has(img[alt="InterCars"]) .nomads-supplier-logo {
  transform: scale(2);
  transform-origin: center center;
}

.slide--04.nomads-suppliers .slide__logo {
  filter: none;
}

/* ===== Media slide (radio + press) ===== */
.slide--05.nomads-radio {
  background: var(--nomads-gradient) !important;
  color: #fff;
  overflow: hidden;
}

.slide--05.nomads-radio::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.slide--05.nomads-radio .slide__brand {
  filter: brightness(0) invert(1);
}

.slide--05.nomads-radio .nomads-radio__header {
  position: absolute;
  top: 56px;
  left: 64px;
  z-index: 4;
  max-width: 440px;
  pointer-events: none;
}

.slide--05.nomads-radio .nomads-radio__kicker {
  color: rgba(255, 255, 255, 0.72);
}

.slide--05.nomads-radio .nomads-radio__title {
  color: #fff;
  font-size: 46px;
}

.slide--05.nomads-radio .nomads-radio__lede {
  color: rgba(255, 255, 255, 0.8);
}

.slide--05.nomads-radio .slide--05__layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  padding: 64px 64px 64px 520px;
}

.slide--05.nomads-radio .slide--05__cards {
  width: 100%;
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide--05.nomads-radio .slide--05__card {
  width: 100%;
  overflow: hidden;
  border-radius: var(--nomads-radius-lg);
  box-shadow: var(--nomads-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.slide--05.nomads-radio .slide--05__card-photo {
  aspect-ratio: 16 / 10;
}

.slide--05.nomads-radio .slide--05__card-photo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide--05.nomads-radio .slide--05__card-photo-caption {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
  padding: 20px 22px;
}

.slide--05.nomads-radio .slide--05__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.slide--05.nomads-radio .slide--05__card-body {
  background: #fff;
  padding: 18px 22px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.slide--05.nomads-radio .slide--05__card-logo img {
  max-height: 36px;
}

.slide--05.nomads-radio .slide--05__stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.slide--05.nomads-radio .slide--05__sticker {
  font-size: 11px;
  font-weight: 600;
  color: var(--nomads-primary);
  background: rgba(58, 77, 255, 0.07);
  border: 1px solid rgba(58, 77, 255, 0.12);
  border-radius: 999px;
  padding: 5px 10px;
}

.slide--05.nomads-radio .nomads-radio__read {
  margin-top: 4px;
  width: 100%;
  box-shadow: none;
}

.slide--05.nomads-radio .nomads-radio__controls {
  position: absolute;
  bottom: 40px;
  left: 64px;
  transform: none;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.slide--05.nomads-radio .nomads-radio__btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease;
}

.slide--05.nomads-radio .nomads-radio__btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slide--05.nomads-radio .nomads-radio__dots {
  display: flex;
  gap: 8px;
}

.slide--05.nomads-radio .nomads-radio__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.slide--05.nomads-radio .nomads-radio__dot--active {
  background: #fff;
  transform: scale(1.2);
}

/* ===== People slide (Ovoko × Nomads) ===== */
.slide--05.nomads-team {
  background: #fff !important;
  overflow: hidden;
  --nomads-team-cap-radius: 28px;
  --nomads-team-partner-gap: 88px;
  --nomads-team-photo-height: clamp(540px, 39vh, 645px);
}

.slide--05.nomads-team .slide__brand {
  display: none !important;
}

.slide--05.nomads-team .nomads-team__header {
  position: absolute;
  top: var(--slide-margin-top);
  left: var(--slide-margin-x);
  z-index: 4;
  pointer-events: none;
}

.slide--05.nomads-team .nomads-team__kicker {
  font-size: 22px;
  color: var(--nomads-muted);
  margin: 0;
  letter-spacing: 0.06em;
}

.slide--05.nomads-team .slide--05__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  padding: 24px 36px 28px;
  box-sizing: border-box;
}

.slide--05.nomads-team .slide--05__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Partners (first two cards) vs team members — 2× previous separator. */
.slide--05.nomads-team .slide--05__card:nth-child(2) {
  margin-right: var(--nomads-team-partner-gap);
}

@keyframes nomadsTeamCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide--05.nomads-team.nomads-team--reveal-1 .slide--05__card:nth-child(-n + 2) {
  animation: nomadsTeamCardIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide--05.nomads-team.nomads-team--reveal-1 .slide--05__card:nth-child(2) {
  animation-delay: 0.1s;
}

.slide--05.nomads-team:not(.nomads-team--complete) .slide--05__card:nth-child(n + 3) {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(22px);
  box-shadow: none;
}

.slide--05.nomads-team:not(.nomads-team--complete) .slide--05__card:nth-child(n + 3)::after {
  display: none;
}

.slide--05.nomads-team.nomads-team--complete .slide--05__card:nth-child(n + 3) {
  animation: nomadsTeamCardIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slide--05.nomads-team.nomads-team--complete .slide--05__card:nth-child(3) {
  animation-delay: 0.04s;
}

.slide--05.nomads-team.nomads-team--complete .slide--05__card:nth-child(4) {
  animation-delay: 0.1s;
}

.slide--05.nomads-team.nomads-team--complete .slide--05__card:nth-child(5) {
  animation-delay: 0.16s;
}

.slide--05.nomads-team.nomads-team--reveal-1:not(.nomads-team--complete) {
  cursor: pointer;
}

.pdf-export-host .slide--05.nomads-team .slide--05__card {
  opacity: 1 !important;
  visibility: visible !important;
  flex: 1 1 0 !important;
  max-width: none !important;
  transform: none !important;
  animation: none !important;
}

.slide--05.nomads-team .slide--05__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  height: auto;
  overflow: hidden;
  border-radius: var(--nomads-team-cap-radius);
  background: #fff;
  border: none;
  box-shadow:
    0 14px 36px rgba(10, 10, 12, 0.1),
    0 4px 12px rgba(58, 77, 255, 0.06);
  min-height: 0;
  position: relative;
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.slide--05.nomads-team .slide--05__card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 52px rgba(10, 10, 12, 0.14),
    0 8px 20px rgba(58, 77, 255, 0.1);
}

.slide--05.nomads-team .slide--05__card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 72%;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.04);
  filter: blur(6px);
  pointer-events: none;
  z-index: -1;
}

/* Colored header band */
.slide--05.nomads-team .nomads-team__cap-header {
  flex: 0 0 auto;
  padding: 14px 8px 12px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.slide--05.nomads-team .nomads-team__cap-header::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -1px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  filter: blur(4px);
  pointer-events: none;
}

.slide--05.nomads-team .nomads-team__card--accent-blue .nomads-team__cap-header {
  background: var(--nomads-primary);
}

.slide--05.nomads-team .nomads-team__card--accent-dark .nomads-team__cap-header {
  background: var(--nomads-dark);
}

.slide--05.nomads-team .nomads-team__card--accent-orange .nomads-team__cap-header {
  background: var(--nomads-orange);
}

.slide--05.nomads-team .nomads-team__cap-header .nomads-team__name {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(22px, 1.75vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.slide--05.nomads-team .nomads-team__cap-header .nomads-team__role {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.25;
  max-width: 100%;
  padding: 0 4px;
}

/* Photo — half the previous full-height strip */
.slide--05.nomads-team .slide--05__card-photo {
  position: relative;
  flex: 0 0 auto;
  height: var(--nomads-team-photo-height);
  min-height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.slide--05.nomads-team .nomads-team__photo {
  background: linear-gradient(165deg, #eef0ff 0%, #f6f5f4 100%);
}

.slide--05.nomads-team .nomads-team__card--accent-blue .nomads-team__photo {
  background: linear-gradient(165deg, #eef0ff 0%, #dfe4ff 100%);
}

.slide--05.nomads-team .nomads-team__card--accent-dark .nomads-team__photo {
  background: linear-gradient(165deg, #ececec 0%, #e2e2e2 100%);
}

.slide--05.nomads-team .nomads-team__card--accent-orange .nomads-team__photo {
  background: linear-gradient(165deg, #fff0e8 0%, #ffe4d4 100%);
}

.slide--05.nomads-team .slide--05__card-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(0.2) saturate(0.85) contrast(1.06) brightness(1.02);
  transform: scale(1.02);
}

.slide--05.nomads-team .nomads-team__photo-img--real {
  filter: none;
  transform: none;
  object-position: center center;
}

.slide--05.nomads-team .nomads-team__photo-img--tight {
  transform: scale(1.06);
  filter: grayscale(0.3) saturate(0.75) contrast(1.1) brightness(1.04);
}

.slide--05.nomads-team .nomads-team__photo-img--warm {
  filter: grayscale(0.25) saturate(0.82) contrast(1.08) brightness(1.02) sepia(0.06);
}

.slide--05.nomads-team .nomads-team__photo-img--cool {
  filter: grayscale(0.22) saturate(0.84) contrast(1.08) brightness(1.03) hue-rotate(-6deg);
}

.slide--05.nomads-team .nomads-team__photo::before,
.slide--05.nomads-team .nomads-team__photo::after {
  display: none;
}

.slide--05.nomads-team .slide--05__card-photo-wash {
  display: none;
}

.slide--05.nomads-team .slide--05__card-photo-caption {
  display: none;
}

/* Experience footer */
.slide--05.nomads-team .nomads-team__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 0 0 auto;
  padding: 14px 10px 12px;
  min-height: 64px;
  background: #fff;
}

.slide--05.nomads-team .nomads-team__experience {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  text-align: center;
}

.slide--05.nomads-team .nomads-team__experience-num {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--nomads-primary);
}

.slide--05.nomads-team .nomads-team__experience-label {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nomads-muted);
}

.slide--05.nomads-team .nomads-team__card-body--empty {
  display: none;
}

.slide--05.nomads-team .nomads-team__bio {
  display: none !important;
}

.slide--05.nomads-team .nomads-team__card-logo {
  display: none !important;
}

.slide--05.nomads-team .nomads-team__card-logo-foot {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 84px;
  padding: 8px 10px 12px;
  margin: 0;
  border-top: 1px solid rgba(58, 77, 255, 0.12);
  background: #fff;
}

.slide--05.nomads-team .nomads-team__card-logo-foot img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 48px;
  max-height: clamp(56px, 5.2vw, 72px);
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.slide--05.nomads-team .nomads-team__card-logo-foot img[alt="Autogidas.lt"] {
  width: 100%;
  max-height: clamp(60px, 5.6vw, 76px);
}

.slide--05.nomads-team .nomads-team__card-logo-foot img[alt="Hostinger"] {
  width: 75%;
  min-height: 40px;
  max-height: clamp(48px, 4.5vw, 58px);
}

/* ===== Relevant projects slide ===== */
.slide--07.nomads-projects {
  background: var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--07.nomads-projects .slide__brand {
  display: none !important;
}

.slide--07.nomads-projects .slide--07__layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  padding: var(--slide-margin-top) var(--slide-margin-x) var(--slide-margin-bottom);
  box-sizing: border-box;
}

.slide--07.nomads-projects .nomads-projects__header {
  flex-shrink: 0;
  max-width: 920px;
}

.slide--07.nomads-projects .nomads-projects__kicker {
  font-size: 22px;
  color: var(--nomads-muted);
  margin: 0;
}

.slide--07.nomads-projects .nomads-projects__title {
  font-size: 44px;
  line-height: 1.12;
  margin: 6px 0 0;
  max-width: 920px;
}

.slide--07.nomads-projects .nomads-projects__lede {
  margin: 12px 0 0;
  max-width: 780px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--nomads-muted);
}

.slide--07.nomads-projects .nomads-projects__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  flex: 1;
  min-height: 0;
  align-content: start;
}

.slide--07.nomads-projects .nomads-projects__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px 14px;
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.1);
  border-radius: var(--nomads-radius-lg);
  box-shadow: var(--nomads-shadow);
  min-height: 0;
}

.slide--07.nomads-projects .nomads-projects__card:not(.nomads-projects__card--progress) {
  grid-column: span 2;
}

.slide--07.nomads-projects .nomads-projects__card--progress {
  grid-column: span 3;
  border-style: dashed;
  background: rgba(255, 255, 255, 0.72);
}

.slide--07.nomads-projects .nomads-projects__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.slide--07.nomads-projects .nomads-projects__logo {
  margin: 0;
  flex-shrink: 0;
  width: 108px;
  height: 32px;
  display: flex;
  align-items: center;
}

.slide--07.nomads-projects .nomads-projects__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 32px;
  object-fit: contain;
}

.slide--07.nomads-projects .nomads-projects__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.slide--07.nomads-projects .nomads-projects__name {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--nomads-ink);
}

.slide--07.nomads-projects .nomads-projects__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--nomads-red);
  background: rgba(255, 77, 77, 0.08);
  border: 1px solid rgba(255, 77, 77, 0.18);
}

.slide--07.nomads-projects .nomads-projects__desc {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--nomads-muted);
}

.slide--07.nomads-projects .nomads-projects__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.slide--07.nomads-projects .nomads-projects__metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(58, 77, 255, 0.04);
  border: 1px solid rgba(58, 77, 255, 0.08);
}

.slide--07.nomads-projects .nomads-projects__metric-value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--nomads-primary);
}

.slide--07.nomads-projects .nomads-projects__metric-label {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--nomads-muted);
}

.slide--07.nomads-projects .nomads-projects__points {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slide--07.nomads-projects .nomads-projects__points li {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--nomads-ink);
}

.slide--07.nomads-projects .nomads-projects__link {
  margin-top: auto;
  padding-top: 4px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--nomads-primary);
  text-decoration: none;
}

.slide--07.nomads-projects .nomads-projects__link:hover {
  text-decoration: underline;
}

/* ===== Kadex slide ===== */
.slide--15.nomads-kadex {
  background:
    radial-gradient(circle at 0% 100%, rgba(58, 77, 255, 0.08), transparent 48%),
    var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--15.nomads-kadex .nomads-kadex__layout {
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 88px;
  width: 100%;
  min-height: 100%;
  padding: 64px 96px;
  box-sizing: border-box;
}

.slide--15.nomads-kadex .slide--15__phone-wrap {
  justify-self: center;
  width: 100%;
  max-width: 420px;
}

.slide--15.nomads-kadex .slide--15__phone {
  filter: drop-shadow(0 32px 56px rgba(10, 10, 12, 0.22));
  transform: none;
}

.slide--15.nomads-kadex .nomads-kadex__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  max-width: 560px;
  min-height: 100%;
}

.slide--15.nomads-kadex .nomads-kadex__header {
  margin: 0;
}

.slide--15.nomads-kadex .nomads-kadex__title {
  font-size: 56px;
  line-height: 1.05;
  margin: 0;
}

.slide--15.nomads-kadex .nomads-kadex__kicker {
  margin-bottom: 10px;
}

.slide--15.nomads-kadex .nomads-kadex__lede {
  margin-top: 14px;
  max-width: 480px;
  font-size: 18px;
  line-height: 1.55;
}

.slide--15.nomads-kadex .nomads-kadex__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.slide--15.nomads-kadex .nomads-kadex__metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 26px;
  border-radius: var(--nomads-radius);
  border: 1px solid rgba(58, 77, 255, 0.12);
  background: #fff;
  box-shadow: var(--nomads-shadow);
}

.slide--15.nomads-kadex .nomads-kadex__metric-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: var(--nomads-primary);
  letter-spacing: -0.02em;
}

.slide--15.nomads-kadex .nomads-kadex__metric-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nomads-muted);
}

.slide--15.nomads-kadex .nomads-kadex__integrations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  overflow: visible;
}

.slide--15.nomads-kadex .nomads-kadex__integration {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  min-width: 72px;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(58, 77, 255, 0.03);
  border: 1px solid rgba(58, 77, 255, 0.08);
}

.slide--15.nomads-kadex .nomads-kadex__integration-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 28px;
  max-height: 28px;
  object-fit: contain;
  object-position: center;
}

/* Slides 10–13 — uniform integration logo boxes */
.slide--15.nomads-kadex[data-project-id="autorebus"] .nomads-kadex__integrations,
.slide--15.nomads-kadex[data-project-id="kadex"] .nomads-kadex__integrations,
.slide--15.nomads-kadex[data-project-id="dijorus"] .nomads-kadex__integrations,
.slide--15.nomads-kadex[data-project-id="adm"] .nomads-kadex__integrations {
  gap: 10px;
}

.slide--15.nomads-kadex[data-project-id="autorebus"] .nomads-kadex__integration,
.slide--15.nomads-kadex[data-project-id="kadex"] .nomads-kadex__integration,
.slide--15.nomads-kadex[data-project-id="dijorus"] .nomads-kadex__integration,
.slide--15.nomads-kadex[data-project-id="adm"] .nomads-kadex__integration {
  flex: 0 0 auto;
  width: 104px;
  height: 56px;
  min-width: 104px;
  max-width: 104px;
  min-height: 56px;
  max-height: 56px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.14);
  box-shadow: 0 6px 18px rgba(58, 77, 255, 0.06);
  overflow: hidden;
}

.slide--15.nomads-kadex[data-project-id="autorebus"] .nomads-kadex__integration-logo,
.slide--15.nomads-kadex[data-project-id="kadex"] .nomads-kadex__integration-logo,
.slide--15.nomads-kadex[data-project-id="dijorus"] .nomads-kadex__integration-logo,
.slide--15.nomads-kadex[data-project-id="adm"] .nomads-kadex__integration-logo {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.slide--15.nomads-kadex[data-project-id="kadex"] .nomads-kadex__integration--ebay {
  padding: 10px 12px;
  align-self: center;
}

.slide--15.nomads-kadex[data-project-id="kadex"] .nomads-kadex__integration-wordmark--ebay {
  font-size: 17px;
  line-height: 1;
}

.slide--15.nomads-kadex[data-project-id="autokora"] .nomads-kadex__integration:has(img[alt="TecDoc"]) {
  height: auto;
  min-height: 96px;
  max-height: none;
  min-width: 120px;
  padding: 12px 18px;
  overflow: visible;
}

.slide--15.nomads-kadex[data-project-id="autokora"] .nomads-kadex__integration:has(img[alt="TecDoc"]) .nomads-kadex__integration-logo {
  height: 28px;
  max-height: 28px;
  transform: scale(3);
  transform-origin: center center;
}

.slide--15.nomads-kadex .nomads-kadex__integration--ebay {
  padding: 8px 14px;
  align-self: center;
}

.slide--15.nomads-kadex .nomads-kadex__integration-wordmark--ebay {
  display: inline-flex;
  align-items: baseline;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.slide--15.nomads-kadex .nomads-kadex__ebay-e {
  color: #e53238;
}

.slide--15.nomads-kadex .nomads-kadex__ebay-B {
  color: #0064d2;
}

.slide--15.nomads-kadex .nomads-kadex__ebay-a {
  color: #f5af02;
}

.slide--15.nomads-kadex .nomads-kadex__ebay-y {
  color: #86b817;
}

.slide--15.nomads-kadex .nomads-kadex__title-row .nomads-kadex__integrations {
  margin: 0;
}

.slide--15.nomads-kadex .nomads-kadex__domain {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--nomads-primary);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.slide--15.nomads-kadex .nomads-kadex__domain:hover {
  text-decoration: underline;
}

.slide--15.nomads-kadex .slide--15__browser-chrome,
.slide--15.nomads-kadex .slide--15__dynamic-island {
  display: none;
}

.slide--15.nomads-kadex .slide--15__screen-body {
  top: 0;
  overflow: hidden;
}

.slide--15.nomads-kadex .slide--15__screenshot {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.slide--15.nomads-kadex .nomads-kadex__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.slide--15.nomads-kadex .nomads-kadex__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #c45a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slide--15.nomads-kadex .nomads-kadex__year {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(58, 77, 255, 0.08);
  color: var(--nomads-primary-deep);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ===== Work slide ===== */
.slide--15.nomads-work {
  background: var(--nomads-gradient) !important;
  overflow: hidden;
}

.slide--15.nomads-work::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.slide--15.nomads-work .slide__brand {
  filter: brightness(0) invert(1);
}

.slide--15.nomads-work .nomads-work__header {
  position: absolute;
  top: 56px;
  left: 64px;
  z-index: 4;
  max-width: 480px;
  pointer-events: none;
}

.slide--15.nomads-work .nomads-work__kicker {
  color: rgba(255, 255, 255, 0.72);
}

.slide--15.nomads-work .nomads-work__title {
  color: #fff;
  font-size: 56px;
}

.slide--15.nomads-work .nomads-work__lede {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.slide--15.nomads-work .nomads-work__project-name {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.slide--15.nomads-work .nomads-work__project-tag {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--nomads-red);
  letter-spacing: 0.01em;
}

.slide--15.nomads-work .slide--15__layout {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.slide--15.nomads-work .slide--15__phone {
  filter: drop-shadow(0 36px 64px rgba(0, 0, 0, 0.45));
}

.slide--15.nomads-work .nomads-work__footer {
  position: absolute;
  bottom: 44px;
  left: 64px;
  right: 64px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.slide--15.nomads-work .nomads-work__open {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: var(--nomads-primary);
}

.slide--15.nomads-work .nomads-work__open:hover {
  background: var(--nomads-cream);
  color: var(--nomads-primary-deep);
}

.slide--15.nomads-work .nomads-work__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.slide--15.nomads-work .nomads-work__btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease;
}

.slide--15.nomads-work .nomads-work__btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.slide--15.nomads-work .nomads-work__dots {
  display: flex;
  gap: 8px;
}

.slide--15.nomads-work .nomads-work__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.slide--15.nomads-work .nomads-work__dot--active {
  background: #fff;
  transform: scale(1.2);
}

.slide--15.nomads-work .slide__logo {
  filter: brightness(0) invert(1);
}

/* ===== Testimonial slide (slide 09 / lg) ===== */
.slide--09.nomads-testimonial {
  background: var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--09.nomads-testimonial .nomads-testimonial__header {
  display: none !important;
}

.slide--09.nomads-testimonial .slide__brand {
  display: none !important;
}

.slide--09.nomads-testimonial .slide--09__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 48px 56px;
  box-sizing: border-box;
  overflow: visible;
}

.slide--09.nomads-testimonial .slide--09__stage {
  flex: 0 0 auto;
  width: fit-content;
  max-width: min(1150px, 100%);
  height: auto;
  max-height: none;
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.slide--09.nomads-testimonial .slide--09__card {
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
  display: flex;
}

.slide--09.nomads-testimonial .nomads-testimonial__shell {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 425px) minmax(400px, 1fr);
  width: fit-content;
  max-width: min(1150px, 100%);
  height: auto;
  max-height: none;
  min-height: 0;
  border-radius: calc(var(--nomads-radius-lg) + 4px);
  border: 1px solid rgba(58, 77, 255, 0.12);
  box-shadow: var(--nomads-shadow-lg);
  background: #fff;
  overflow: hidden;
  align-items: stretch;
}

.slide--09.nomads-testimonial .nomads-testimonial__photo {
  position: relative;
  min-height: 0;
  height: auto;
  align-self: stretch;
  background:
    radial-gradient(circle at 25% 15%, rgba(58, 77, 255, 0.12), transparent 55%),
    rgba(10, 10, 12, 0.02);
}

.slide--09.nomads-testimonial .nomads-testimonial__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 68% 22%;
  filter: saturate(1.03) contrast(1.02);
}

.slide--09.nomads-testimonial .nomads-testimonial__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  padding: 32px 36px 28px;
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
}

.slide--09.nomads-testimonial .nomads-testimonial__quote-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  max-width: 65ch;
  overflow: visible;
}

.slide--09.nomads-testimonial .nomads-testimonial__quote-mark {
  width: 44px;
  height: 44px;
  color: var(--nomads-primary);
  opacity: 0.32;
  margin: 0 auto 12px;
  flex-shrink: 0;
}

.slide--09.nomads-testimonial .nomads-testimonial__quote {
  margin: 0;
}

.slide--09.nomads-testimonial .nomads-testimonial__quote p {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 450;
  line-height: 1.58;
  color: var(--nomads-ink);
  letter-spacing: -0.015em;
  text-align: center;
}

.slide--09.nomads-testimonial .nomads-testimonial__person {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: clamp(24px, 3vh, 36px);
  padding-top: 26px;
  border-top: 1px solid rgba(58, 77, 255, 0.1);
  flex-shrink: 0;
  width: 100%;
  max-width: 52ch;
}

.slide--09.nomads-testimonial .nomads-testimonial__company-logo {
  display: block;
  width: auto;
  height: clamp(44px, 4.5vw, 58px);
  max-width: min(200px, 34vw);
  object-fit: contain;
  object-position: center center;
  flex-shrink: 0;
}

.slide--09.nomads-testimonial .nomads-testimonial__person-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.slide--09.nomads-testimonial .nomads-testimonial__name {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--nomads-ink);
}

.slide--09.nomads-testimonial .nomads-testimonial__company {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--nomads-primary);
}

.slide--09.nomads-testimonial .nomads-testimonial__role {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--nomads-muted);
}

.slide--09.nomads-testimonial .slide--09__arrow,
.slide--09.nomads-testimonial .slide--09__logos,
.slide--09.nomads-testimonial .nomads-testimonial__card-grid {
  display: none !important;
}

.slide--09.nomads-testimonial .slide--09__content,
.slide--09.nomads-testimonial .slide--09__meta {
  display: none !important;
}

.viewer__thumb .nomads-testimonial__shell {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
  min-height: 0 !important;
}

.viewer__thumb .nomads-testimonial__photo img {
  min-height: 0 !important;
}

.viewer__thumb .nomads-testimonial__panel {
  padding: 3px 4px !important;
}

.viewer__thumb .nomads-testimonial__quote p {
  font-size: 2.4px !important;
  line-height: 1.25 !important;
}

.viewer__thumb .nomads-testimonial__quote-mark {
  width: 4px !important;
  height: 4px !important;
  margin-bottom: 1px !important;
}

.viewer__thumb .nomads-testimonial__person {
  gap: 2px !important;
  padding-top: 2px !important;
}

.viewer__thumb .nomads-testimonial__company-logo {
  height: 5px !important;
  max-width: 14px !important;
}

.viewer__thumb .nomads-testimonial__name {
  font-size: 3px !important;
}

.viewer__thumb .nomads-testimonial__company {
  font-size: 2.4px !important;
}

.viewer__thumb .nomads-testimonial__role {
  font-size: 2px !important;
}

/* ===== Global polish ===== */
.slide--04.nomads-suppliers .slide__brand,
.slide--05.nomads-radio .slide__brand,
.slide--05.nomads-team .slide__brand,
.slide--07.nomads-projects .slide__brand,
.slide--09.nomads-testimonial .slide__brand,
.slide--12 .slide__brand,
.slide--15.nomads-kadex .slide__brand,
.slide--15.nomads-work .slide__brand {
  display: none !important;
}

.nomads-slide-header,
.nomads-testimonial__header,
.nomads-radio__header,
.nomads-work__header {
  position: relative;
  padding-left: 18px;
}

.nomads-slide-header::before,
.nomads-testimonial__header::before,
.nomads-radio__header::before,
.nomads-work__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--nomads-primary), var(--nomads-primary-deep));
}

/* Testimonial slide: remove decorative header line + dividers */
.slide--09.nomads-testimonial .nomads-testimonial__header {
  padding-left: 0;
}

.slide--09.nomads-testimonial .nomads-testimonial__header::before {
  display: none !important;
}

.slide--09.nomads-testimonial .nomads-testimonial__card-grid {
  border: 0 !important;
}

.slide--09.nomads-testimonial .slide--09__meta {
  border-top: 0 !important;
}

.slide--09.nomads-testimonial .slide--09__card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.nomads-radio__header::before,
.nomads-work__header::before {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.55));
}

/* ===== Market slide polish ===== */
.slide--12 {
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 77, 255, 0.06), transparent 42%),
    var(--nomads-cream) !important;
}

.slide--12__panel {
  padding: 48px 56px !important;
}

.slide--12__rows {
  gap: 14px !important;
}

.slide--12__row {
  gap: 16px !important;
}

.slide--12__bar-track {
  background: rgba(58, 77, 255, 0.08) !important;
  border-radius: 999px !important;
  overflow: hidden;
}

/* ===== Media slide polish ===== */
.slide--05.nomads-radio .slide--05__card {
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.slide--05.nomads-radio .slide--05__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.slide--05.nomads-radio .slide--05__card-logo img {
  max-height: 32px;
  object-fit: contain;
}

/* ===== Testimonial polish ===== */
.slide--09.nomads-testimonial .slide--09__card {
  border-color: rgba(58, 77, 255, 0.12);
}

.slide--09.nomads-testimonial .slide--09__logo {
  height: 40px;
  max-width: 160px;
}

/* ===== Work slide polish ===== */
.slide--15.nomads-work .nomads-work__project-tag {
  color: #ffb089;
}

.slide--15.nomads-work .slide--15__phone {
  transform: scale(1.02);
}

/* ===== Market opportunity slide ===== */
.slide--12:has(.nomads-market__layout) {
  background: var(--nomads-cream) !important;
  --nomads-market-used: var(--nomads-orange);
  --nomads-market-used-deep: #e55500;
  --nomads-market-original: var(--nomads-dark);
  --nomads-market-original-deep: var(--nomads-ink);
  --nomads-market-aftermarket: var(--nomads-primary);
  --nomads-market-aftermarket-deep: var(--nomads-primary-deep);
}

.slide--12:has(.nomads-market__layout) .slide__brand {
  display: none !important;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 8px;
  padding: 22px 40px 14px;
  box-sizing: border-box;
}

.slide--12:has(.nomads-market__layout) .nomads-market__header {
  display: none !important;
}

.slide--12:has(.nomads-market__layout) .nomads-market__header::before {
  display: none;
}

.slide--12:has(.nomads-market__layout) .nomads-market__title {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.slide--12:has(.nomads-market__layout) .nomads-market__visual {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin: 0;
  flex: 1;
  min-height: 0;
}

.slide--12:has(.nomads-market__layout) .nomads-market__chart {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: stretch;
  gap: 20px;
  width: 100%;
  flex: 1;
  min-height: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--interactive .nomads-market__chart {
  cursor: pointer;
  pointer-events: auto;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--interactive .nomads-market__chart:focus-visible {
  outline: 3px solid rgba(58, 77, 255, 0.35);
  outline-offset: 4px;
}

.slide--12:has(.nomads-market__layout) .nomads-market__hint {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nomads-muted);
  transition: opacity 0.25s ease;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-1 .nomads-market__hint,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-2 .nomads-market__hint,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__hint,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__hint {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.slide--12:has(.nomads-market__layout) .nomads-market__pie-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
}

.slide--12:has(.nomads-market__layout) .nomads-market__pie {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  overflow: visible;
}

.slide--12:has(.nomads-market__layout) .nomads-market__track {
  fill: rgba(10, 10, 12, 0.06);
}

.slide--12:has(.nomads-market__layout) .nomads-market__hole {
  fill: #fff;
}

.slide--12:has(.nomads-market__layout) .nomads-market__slice {
  opacity: 0;
  transform-origin: 200px 200px;
  transform: scale(0.92);
  transition:
    opacity 0.55s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--12:has(.nomads-market__layout) .nomads-market__slice--used {
  fill: var(--nomads-market-used);
}

.slide--12:has(.nomads-market__layout) .nomads-market__slice--original {
  fill: var(--nomads-market-original-deep);
}

.slide--12:has(.nomads-market__layout) .nomads-market__slice--aftermarket {
  fill: var(--nomads-market-aftermarket);
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-1 .nomads-market__slice--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-2 .nomads-market__slice--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__slice--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__slice--used {
  opacity: 1;
  transform: scale(1);
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-2 .nomads-market__slice--original,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__slice--original,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__slice--original {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.08s;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__slice--aftermarket,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__slice--aftermarket {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.14s;
}

.slide--12:has(.nomads-market__layout) .nomads-market__center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
  text-align: center;
  padding: 0 18px;
}

.slide--12:has(.nomads-market__layout) .nomads-market__total-label {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(15px, 1.55vw, 19px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nomads-muted);
}

.slide--12:has(.nomads-market__layout) .nomads-market__total-value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(44px, 6.6vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--nomads-ink);
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.8vh, 28px);
  align-self: stretch;
  justify-content: center;
  height: 100%;
  min-height: 0;
  padding: 4px 0;
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  text-align: left;
  opacity: 0;
  transform: translateX(12px);
  transition:
    opacity 0.55s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide--12:has(.nomads-market__layout) .nomads-market__swatch {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border-radius: 999px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--used .nomads-market__swatch {
  background: var(--nomads-market-used);
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--original .nomads-market__swatch {
  background: var(--nomads-market-original-deep);
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--aftermarket .nomads-market__swatch {
  background: var(--nomads-market-aftermarket);
}

.slide--12:has(.nomads-market__layout) .nomads-market__legend-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-1 .nomads-market__legend-item--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-2 .nomads-market__legend-item--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__legend-item--used,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__legend-item--used {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-2 .nomads-market__legend-item--original,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__legend-item--original,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__legend-item--original {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.28s;
}

.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--reveal-3 .nomads-market__legend-item--aftermarket,
.slide--12:has(.nomads-market__layout) .nomads-market__layout.nomads-market--complete .nomads-market__legend-item--aftermarket {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.36s;
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-name {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--nomads-ink);
  letter-spacing: -0.02em;
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-pct {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(18px, 1.85vw, 22px);
  font-weight: 600;
  color: var(--nomads-muted);
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-col--used .nomads-market__label-name,
.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--used .nomads-market__label-name {
  color: var(--nomads-market-used-deep);
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-col--original .nomads-market__label-name,
.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--original .nomads-market__label-name {
  color: var(--nomads-market-original-deep);
}

.slide--12:has(.nomads-market__layout) .nomads-market__label-col--aftermarket .nomads-market__label-name,
.slide--12:has(.nomads-market__layout) .nomads-market__legend-item--aftermarket .nomads-market__label-name {
  color: var(--nomads-market-aftermarket-deep);
}

.slide--12:has(.nomads-market__layout) .nomads-market__source {
  margin: 0;
  max-width: none;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  padding-top: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(16px, 1.75vw, 22px);
  line-height: 1.5;
  font-weight: 500;
  color: rgba(10, 10, 12, 0.42);
  opacity: 1;
}

.pdf-export-host .nomads-market__slice,
.pdf-export-host .nomads-market__legend-item,
.pdf-export-host .nomads-market__message,
.pdf-export-host .nomads-market__source {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-market__layout {
  --nomads-market-reveal: 3;
}

.pdf-export-host .nomads-market__hint {
  display: none !important;
}

.pdf-export-host .nomads-scenarios__pillar,
.pdf-export-host .nomads-scenarios__metric,
.pdf-export-host .nomads-scenarios__hero,
.pdf-export-host .nomads-scenarios__compare-row,
.pdf-export-host .nomads-scenarios__compare-cell {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-testimonial__shell,
.pdf-export-host .nomads-testimonial__photo,
.pdf-export-host .nomads-testimonial__panel,
.pdf-export-host .nomads-testimonial__person {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-kadex__panel,
.pdf-export-host .nomads-kadex__integrations,
.pdf-export-host .nomads-kadex__metrics {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-hero-stage,
.pdf-export-host .nomads-hero-partnership {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-gantt__layout,
.pdf-export-host .nomads-gantt__chart,
.pdf-export-host .nomads-gantt__bar {
  opacity: 1 !important;
  transform: none !important;
}

.pdf-export-host .nomads-pitch__layout,
.pdf-export-host .nomads-pitch__quote,
.pdf-export-host .nomads-pitch__stat,
.pdf-export-host .nomads-pitch__scenario,
.pdf-export-host .nomads-pitch__panel {
  opacity: 1 !important;
  transform: none !important;
}

/* ── Ovoko CEO pitch slides (14–20) ── */

.slide--pitch.nomads-pitch {
  background:
    radial-gradient(ellipse 75% 55% at 10% 15%, rgba(58, 77, 255, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 65% 50% at 92% 88%, rgba(255, 97, 15, 0.1) 0%, transparent 55%),
    var(--nomads-cream) !important;
  color: var(--nomads-ink);
  overflow: hidden;
  position: relative;
}

.slide--pitch.nomads-pitch::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(58, 77, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 77, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 20%, transparent 78%);
  pointer-events: none;
}

.slide--pitch.nomads-pitch .nomads-pitch__layout {
  position: absolute;
  inset: 52px 64px 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  z-index: 1;
}

.slide--pitch.nomads-pitch .nomads-pitch__kicker {
  margin: 0 0 8px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__title {
  margin: 0 0 12px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__lead {
  margin: 0;
  max-width: 62ch;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__quote {
  margin: 0;
  padding: 28px 32px;
  border-left: 5px solid var(--nomads-primary);
  border-radius: 0 calc(var(--nomads-radius-lg) + 2px) calc(var(--nomads-radius-lg) + 2px) 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 16px 40px rgba(10, 10, 12, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  line-height: 1.45;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__quote--opening {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
}

.slide--pitch.nomads-pitch .nomads-pitch__hint {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nomads-orange);
}

.slide--pitch.nomads-pitch .nomads-pitch__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 1 1 auto;
  min-height: 0;
  align-content: start;
}

.slide--pitch.nomads-pitch .nomads-pitch__point {
  padding: 14px 16px;
  border-radius: var(--nomads-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 8px 24px rgba(10, 10, 12, 0.06);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  flex: 1 1 auto;
  min-height: 0;
  align-content: start;
}

.slide--pitch.nomads-pitch .nomads-pitch__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 12px 28px rgba(10, 10, 12, 0.07);
}

.slide--pitch.nomads-pitch .nomads-pitch__stat-value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__stat-label {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__note {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(10, 10, 12, 0.45);
  font-style: italic;
}

.slide--pitch.nomads-pitch .nomads-pitch__panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.slide--pitch.nomads-pitch .nomads-pitch__panel {
  padding: 22px 24px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 14px 32px rgba(10, 10, 12, 0.07);
}

.slide--pitch.nomads-pitch .nomads-pitch__panel--say {
  border-top: 4px solid var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__panel--approach {
  border-top: 4px solid var(--nomads-orange);
}

.slide--pitch.nomads-pitch .nomads-pitch__panel-label {
  margin: 0 0 10px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__panel-text {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slide--pitch.nomads-pitch .nomads-pitch__chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(58, 77, 255, 0.08);
  border: 1px solid rgba(58, 77, 255, 0.14);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenarios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  flex: 1 1 auto;
  min-height: 0;
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border-radius: calc(var(--nomads-radius-lg) + 4px);
  background: #fff;
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 16px 36px rgba(10, 10, 12, 0.08);
  min-height: 0;
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario--recovery {
  border-top: 5px solid var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario--basket {
  border-top: 5px solid var(--nomads-orange);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario-num {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario-title {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario-text {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__scenario-note {
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--nomads-radius-lg);
  background: rgba(58, 77, 255, 0.06);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--nomads-primary);
}

.slide--pitch.nomads-pitch .nomads-pitch__examples {
  margin: 0;
  padding-left: 18px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  flex: 1 1 auto;
  min-height: 0;
}

.slide--pitch.nomads-pitch .nomads-pitch__entry-col {
  padding: 22px 20px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(58, 77, 255, 0.1);
  box-shadow: 0 12px 28px rgba(10, 10, 12, 0.06);
}

.slide--pitch.nomads-pitch .nomads-pitch__entry-heading {
  margin: 0 0 12px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--nomads-ink);
}

.slide--pitch.nomads-pitch .nomads-pitch__entry-list {
  margin: 0;
  padding-left: 18px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--nomads-muted);
}

.slide--pitch.nomads-pitch .nomads-pitch__entry-banner {
  margin: 0;
  padding: 16px 20px;
  border-radius: var(--nomads-radius-lg);
  background: linear-gradient(90deg, rgba(58, 77, 255, 0.12), rgba(255, 97, 15, 0.1));
  border: 1px solid rgba(58, 77, 255, 0.14);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--nomads-ink);
  text-align: center;
}

.slide--pitch.nomads-pitch .nomads-pitch__layout--intro {
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}

.slide--pitch.nomads-pitch .nomads-pitch__intro-mark {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 12px;
}

.slide--pitch.nomads-pitch .nomads-pitch__intro-logo--ovoko {
  height: 56px;
  width: auto;
}

.slide--pitch.nomads-pitch .nomads-pitch__intro-logo--nomads {
  height: 48px;
  width: auto;
}

.slide--pitch.nomads-pitch .nomads-pitch__intro-x {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: rgba(10, 10, 12, 0.28);
}

.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__layout {
  inset: 8px;
  gap: 6px;
  transform: scale(0.22);
  transform-origin: top left;
  width: 450%;
  pointer-events: none;
}

.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__title {
  font-size: 48px;
}

.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__stats,
.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__points,
.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__scenarios,
.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__entry-grid,
.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__panels {
  display: none;
}

.viewer__thumb .slide--pitch.nomads-pitch .nomads-pitch__quote {
  display: none;
}

/* ===== Ovoko integration Gantt slide ===== */
.slide--gantt.nomads-gantt {
  background:
    radial-gradient(circle at 0% 0%, rgba(58, 77, 255, 0.08), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(255, 122, 0, 0.06), transparent 36%),
    var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--gantt.nomads-gantt .nomads-gantt__layout {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-height: 100%;
  padding: 40px 56px 32px;
  box-sizing: border-box;
}

.slide--gantt.nomads-gantt .nomads-gantt__header {
  max-width: 980px;
}

.slide--gantt.nomads-gantt .nomads-gantt__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a4dff;
}

.slide--gantt.nomads-gantt .nomads-gantt__title {
  margin: 0;
}

.slide--gantt.nomads-gantt .nomads-gantt__lead {
  margin: 10px 0 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.45;
  color: var(--nomads-muted);
}

.slide--gantt.nomads-gantt .nomads-gantt__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide--gantt.nomads-gantt .nomads-gantt__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--nomads-muted);
}

.slide--gantt.nomads-gantt .nomads-gantt__legend-item::before {
  content: "";
  width: 14px;
  height: 8px;
  border-radius: 999px;
}

.slide--gantt.nomads-gantt .nomads-gantt__legend-item--discovery::before {
  background: rgba(58, 77, 255, 0.72);
}

.slide--gantt.nomads-gantt .nomads-gantt__legend-item--build::before {
  background: rgba(255, 122, 0, 0.82);
}

.slide--gantt.nomads-gantt .nomads-gantt__legend-item--pilot::before {
  background: rgba(16, 122, 92, 0.78);
}

.slide--gantt.nomads-gantt .nomads-gantt__chart {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 14px;
  border-radius: calc(var(--nomads-radius-lg) + 2px);
  border: 1px solid rgba(58, 77, 255, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--nomads-shadow-md);
}

.slide--gantt.nomads-gantt .nomads-gantt__axis,
.slide--gantt.nomads-gantt .nomads-gantt__row {
  display: grid;
  align-items: center;
  column-gap: 6px;
}

.slide--gantt.nomads-gantt .nomads-gantt__axis {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(10, 10, 12, 0.08);
}

.slide--gantt.nomads-gantt .nomads-gantt__axis-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nomads-muted);
}

.slide--gantt.nomads-gantt .nomads-gantt__month {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: rgba(10, 10, 12, 0.56);
}

.slide--gantt.nomads-gantt .nomads-gantt__milestone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  pointer-events: none;
}

.slide--gantt.nomads-gantt .nomads-gantt__milestone-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nomads-ink);
  box-shadow: 0 0 0 3px rgba(10, 10, 12, 0.08);
}

.slide--gantt.nomads-gantt .nomads-gantt__milestone-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nomads-ink);
  white-space: nowrap;
}

.slide--gantt.nomads-gantt .nomads-gantt__row {
  min-height: 44px;
}

.slide--gantt.nomads-gantt .nomads-gantt__task-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 8px;
}

.slide--gantt.nomads-gantt .nomads-gantt__task-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nomads-ink);
}

.slide--gantt.nomads-gantt .nomads-gantt__task-detail {
  font-size: 10px;
  line-height: 1.3;
  color: var(--nomads-muted);
}

.slide--gantt.nomads-gantt .nomads-gantt__bar {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.slide--gantt.nomads-gantt .nomads-gantt__bar--discovery {
  background: linear-gradient(90deg, rgba(58, 77, 255, 0.92), rgba(58, 77, 255, 0.72));
}

.slide--gantt.nomads-gantt .nomads-gantt__bar--build {
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.94), rgba(255, 154, 64, 0.82));
}

.slide--gantt.nomads-gantt .nomads-gantt__bar--pilot {
  background: linear-gradient(90deg, rgba(16, 122, 92, 0.92), rgba(42, 157, 122, 0.78));
}

.slide--gantt.nomads-gantt .nomads-gantt__bar-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide--gantt.nomads-gantt .nomads-gantt__note {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--nomads-muted);
}

.viewer__thumb .slide--gantt.nomads-gantt .nomads-gantt__chart,
.viewer__thumb .slide--gantt.nomads-gantt .nomads-gantt__lead,
.viewer__thumb .slide--gantt.nomads-gantt .nomads-gantt__note,
.viewer__thumb .slide--gantt.nomads-gantt .nomads-gantt__legend {
  display: none;
}

.viewer__thumb .slide--gantt.nomads-gantt .nomads-gantt__title {
  font-size: 4px;
}

/* ===== RRR.lt slide (desktop demo) ===== */
.slide--15.nomads-rrr {
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 77, 255, 0.1), transparent 42%),
    var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--15.nomads-rrr .nomads-rrr__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 64px;
  width: 100%;
  min-height: 100%;
  padding: 56px 80px;
  box-sizing: border-box;
}

.slide--15.nomads-rrr .nomads-rrr__panel {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  max-width: 520px;
}

.slide--15.nomads-rrr .slide--15__phone-wrap {
  order: 2;
  position: relative;
  justify-self: stretch;
  width: 100%;
  max-width: none;
}

.slide--15.nomads-rrr .slide--15__phone {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  transform: none !important;
  filter: drop-shadow(0 28px 48px rgba(10, 10, 12, 0.2));
}

.slide--15.nomads-rrr .slide--15__phone-side,
.slide--15.nomads-rrr .slide--15__dynamic-island,
.slide--15.nomads-rrr .slide--15__home-indicator {
  display: none !important;
}

.slide--15.nomads-rrr .slide--15__phone-frame {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 12, 0.12);
  background: #111 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.slide--15.nomads-rrr .slide--15__phone-frame::before {
  display: none;
}

.slide--15.nomads-rrr .slide--15__screen {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
}

.slide--15.nomads-rrr .slide--15__browser-chrome {
  display: block !important;
}

.slide--15.nomads-rrr .slide--15__screen-body {
  top: var(--chrome-height, 88px);
  overflow: hidden;
  background: #fff;
}

.slide--15.nomads-rrr .slide--15__screenshot {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.slide--15.nomads-rrr .nomads-rrr__title {
  font-size: 52px;
  line-height: 1.05;
  margin: 0;
}

.slide--15.nomads-rrr .nomads-rrr__kicker {
  margin-bottom: 8px;
}

.slide--15.nomads-rrr .nomads-rrr__lede {
  margin: 0;
  max-width: 460px;
  font-size: 18px;
  line-height: 1.55;
}

.slide--15.nomads-rrr .nomads-rrr__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide--15.nomads-rrr .nomads-rrr__step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.slide--15.nomads-rrr .nomads-rrr__step--used {
  background: rgba(58, 77, 255, 0.1);
  color: var(--nomads-primary-deep);
}

.slide--15.nomads-rrr .nomads-rrr__step--new {
  background: rgba(255, 122, 0, 0.12);
  color: #c45a00;
}

.slide--15.nomads-rrr .nomads-rrr__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.slide--15.nomads-rrr .nomads-rrr__step-arrow {
  color: var(--nomads-muted);
  font-size: 18px;
  font-weight: 700;
}

.slide--15.nomads-rrr .nomads-rrr__open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  color: var(--nomads-primary);
  text-decoration: none;
}

.slide--15.nomads-rrr .nomads-rrr__open:hover {
  text-decoration: underline;
}

.slide--15.nomads-rrr .slide--15__phone-wrap {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 760px;
}

.slide--15.nomads-rrr .nomads-rrr__callouts {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  z-index: 3;
}

.slide--15.nomads-rrr .nomads-rrr__callout {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.slide--15.nomads-rrr .nomads-rrr__callout--used {
  background: rgba(58, 77, 255, 0.95);
  color: #fff;
}

.slide--15.nomads-rrr .nomads-rrr__callout--new {
  margin-left: 28px;
  background: rgba(255, 122, 0, 0.95);
  color: #fff;
}

.viewer__thumb .slide--15.nomads-rrr .nomads-rrr__layout {
  display: block;
  padding: 12px;
}

.viewer__thumb .slide--15.nomads-rrr .nomads-rrr__panel,
.viewer__thumb .slide--15.nomads-rrr .nomads-rrr__callouts,
.viewer__thumb .slide--15.nomads-rrr .nomads-rrr__steps {
  display: none;
}

.viewer__thumb .slide--15.nomads-rrr .slide--15__phone-wrap {
  max-width: none;
}

/* ===== RRR.lt listing mockup slide ===== */
.slide--15.nomads-rrr-mockup {
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 77, 255, 0.1), transparent 42%),
    var(--nomads-cream) !important;
  overflow: hidden;
}

.slide--15.nomads-rrr-mockup .nomads-rrr-mockup__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 40px 56px;
  box-sizing: border-box;
}

.slide--15.nomads-rrr-mockup .nomads-rrr-mockup__panel {
  display: none !important;
}

.slide--15.nomads-rrr-mockup .nomads-rrr-mockup__title {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
}

.slide--15.nomads-rrr-mockup .nomads-rrr-mockup__lede {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--nomads-muted);
}

.slide--15.nomads-rrr-mockup .slide--15__phone-wrap {
  justify-self: center;
  width: min(1320px, 96%);
  max-width: 1320px;
  margin: 0 auto;
}

.slide--15.nomads-rrr-mockup .slide--15__phone {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  transform: none !important;
  filter: drop-shadow(0 28px 48px rgba(10, 10, 12, 0.2));
}

.slide--15.nomads-rrr-mockup .slide--15__phone-side,
.slide--15.nomads-rrr-mockup .slide--15__dynamic-island,
.slide--15.nomads-rrr-mockup .slide--15__home-indicator {
  display: none !important;
}

.slide--15.nomads-rrr-mockup .slide--15__phone-frame {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 12, 0.12);
  background: #111 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.slide--15.nomads-rrr-mockup .slide--15__phone-frame::before {
  display: none;
}

.slide--15.nomads-rrr-mockup .slide--15__screen {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
}

.slide--15.nomads-rrr-mockup .slide--15__browser-chrome {
  display: none !important;
}

.slide--15.nomads-rrr-mockup .slide--15__screen-body {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f3f4f6;
}

.rrr-mock__stage {
  --rrr-mock-scale: 1;
  width: calc(500px * var(--rrr-mock-scale));
  height: calc(400px * var(--rrr-mock-scale));
  flex: 0 0 auto;
  overflow: hidden;
}

.rrr-mock {
  --rrr-blue: #1a4f8c;
  --rrr-blue-dark: #123a68;
  --rrr-border: #d8dde5;
  --rrr-text: #1f2937;
  --rrr-muted: #6b7280;
  --rrr-link: #1a6fd4;
  --rrr-orange: #e8872a;
  --rrr-green: #0f8a5f;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  width: 500px;
  height: 400px;
  transform: scale(var(--rrr-mock-scale));
  transform-origin: top left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.35;
  color: var(--rrr-text);
  background: #fff;
  overflow: hidden;
}

.rrr-mock__sidebar {
  padding: 10px 8px;
  border-right: 1px solid var(--rrr-border);
  background: #fff;
}

.rrr-mock__search {
  margin-bottom: 8px;
  padding: 6px 8px;
  border: 1px solid var(--rrr-border);
  border-radius: 4px;
  color: #9ca3af;
  font-size: 9px;
}

.rrr-mock__cat,
.rrr-mock__subcat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
}

.rrr-mock__cat span,
.rrr-mock__subcat span {
  color: var(--rrr-muted);
  font-weight: 600;
}

.rrr-mock__cat--muted {
  color: var(--rrr-muted);
  font-weight: 600;
}

.rrr-mock__cat--open {
  background: var(--rrr-blue);
  color: #fff;
}

.rrr-mock__cat--open span {
  color: rgba(255, 255, 255, 0.82);
}

.rrr-mock__subcat {
  margin-left: 8px;
  font-weight: 600;
  color: #374151;
}

.rrr-mock__subcat--active {
  color: var(--rrr-blue);
  font-weight: 700;
}

.rrr-mock__main {
  min-width: 0;
  padding: 8px 10px 6px;
  overflow: hidden;
}

.rrr-mock__page-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.rrr-mock__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid var(--rrr-border);
  border-radius: 4px;
  background: #fff;
}

.rrr-mock__filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.rrr-mock__filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 8px;
  color: var(--rrr-muted);
}

.rrr-mock__filter-grid select {
  height: 22px;
  border: 1px solid var(--rrr-border);
  border-radius: 3px;
  background: #fff;
  font-size: 9px;
  color: var(--rrr-text);
}

.rrr-mock__filter-btn {
  height: 28px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  background: var(--rrr-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.rrr-mock__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.rrr-mock__chip {
  padding: 4px 8px;
  border: 1px solid var(--rrr-border);
  border-radius: 999px;
  background: #fff;
  font-size: 8px;
  color: #374151;
}

.rrr-mock__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.rrr-mock__found {
  margin: 0;
  font-size: 10px;
}

.rrr-mock__found strong {
  font-weight: 800;
}

.rrr-mock__sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  color: var(--rrr-muted);
}

.rrr-mock__sort select {
  border: 1px solid var(--rrr-border);
  border-radius: 3px;
  font-size: 9px;
  height: 20px;
}

.rrr-mock__card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 118px;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--rrr-border);
  border-radius: 4px;
  background: #fff;
}

.rrr-mock__card + .rrr-mock__card,
.rrr-mock__new-block .rrr-mock__card + .rrr-mock__card {
  margin-top: 6px;
}

.rrr-mock__thumb {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid var(--rrr-border);
  border-radius: 3px;
  overflow: hidden;
  background: #eef1f5;
}

.rrr-mock__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rrr-mock__watermark {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 1px 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 7px;
  font-weight: 700;
  color: #64748b;
}

.rrr-mock__badge {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 5px;
  border-radius: 3px;
  background: var(--rrr-green);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rrr-mock__body {
  min-width: 0;
}

.rrr-mock__title {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.rrr-mock__meta {
  margin: 0 0 4px;
  font-size: 8px;
  color: var(--rrr-muted);
  line-height: 1.35;
}

.rrr-mock__meta--brand {
  color: #374151;
}

.rrr-mock__oe {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
  color: var(--rrr-link);
  text-decoration: none;
}

.rrr-mock__warranty {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 8px;
  color: #374151;
}

.rrr-mock__warranty--new {
  color: var(--rrr-green);
  font-weight: 700;
}

.rrr-mock__badge-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.rrr-mock__buy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.rrr-mock__price {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.rrr-mock__fees,
.rrr-mock__vat,
.rrr-mock__stock {
  margin: 2px 0 0;
  font-size: 7px;
  color: var(--rrr-muted);
  line-height: 1.35;
}

.rrr-mock__stock {
  color: var(--rrr-green);
  font-size: 8px;
  font-weight: 700;
}

.rrr-mock__seller {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 4px;
  font-size: 7px;
  color: var(--rrr-muted);
  text-align: left;
}

.rrr-mock__seller strong {
  display: block;
  font-size: 8px;
  color: var(--rrr-text);
}

.rrr-mock__seller div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.rrr-mock__seller-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.rrr-mock__stars {
  color: #f59e0b;
  letter-spacing: -0.04em;
}

.rrr-mock__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.rrr-mock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rrr-border);
  background: #fff;
  color: var(--rrr-blue);
  cursor: default;
}

.rrr-mock__btn--ghost {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.rrr-mock__btn--cart {
  width: 34px;
  height: 24px;
  border-color: var(--rrr-blue);
  border-radius: 4px;
}

.rrr-mock__icon {
  width: 14px;
  height: 14px;
}

.rrr-mock__new-block {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid rgba(255, 122, 0, 0.35);
}

.rrr-mock__new-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  padding: 5px 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.14), rgba(255, 122, 0, 0.04));
  color: #b45309;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.rrr-mock__card--new {
  border-color: rgba(15, 138, 95, 0.28);
  box-shadow: inset 3px 0 0 var(--rrr-green);
}

.slide--15.nomads-rrr-mockup .rrr-mock__page-title {
  margin-bottom: 4px;
  font-size: 11px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__filters {
  margin-bottom: 4px;
  padding: 5px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__chips,
.slide--15.nomads-rrr-mockup .rrr-mock__toolbar {
  margin-bottom: 4px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__card {
  grid-template-columns: 56px minmax(0, 1fr) 96px;
  gap: 5px;
  padding: 5px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__thumb {
  width: 56px;
  height: 56px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__new-block {
  margin-top: 4px;
  padding-top: 4px;
}

.slide--15.nomads-rrr-mockup .rrr-mock__new-heading {
  margin-bottom: 4px;
  padding: 4px 6px;
}

.viewer__thumb .slide--15.nomads-rrr-mockup .nomads-rrr-mockup__panel {
  display: none;
}

.viewer__thumb .slide--15.nomads-rrr-mockup .nomads-rrr-mockup__layout {
  display: block;
  padding: 8px;
}

.viewer__thumb .slide--15.nomads-rrr-mockup .slide--15__phone-wrap {
  max-width: none;
}

.viewer__thumb .slide--15.nomads-rrr-mockup .rrr-mock__stage {
  width: 100%;
  height: 100%;
}

.viewer__thumb .slide--15.nomads-rrr-mockup .rrr-mock {
  width: 100%;
  height: 100%;
  transform: none;
}

