/* ── NARRATIVA ESTRATÉGICA ────────────────────────────── */

.narrativa-slider {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  padding-bottom: 3rem;
}

.narrativa-track {
  display: flex;
  transition: transform 700ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

.narrativa-slide {
  min-width: 100%;
  padding: clamp(4rem, 7vw, 7rem) 0;
  border-top: 1px solid rgba(201,168,76,0.12);
  border-bottom: 1px solid rgba(201,168,76,0.12);
}

.narrativa-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

/* Conteúdo */
.narrativa-label {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--color-gold);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.narrativa-titulo {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  color: var(--color-white);
}

.narrativa-titulo em {
  font-style: italic;
  color: var(--color-gold-light);
}

.narrativa-texto {
  font-size: 1rem;
  line-height: 2;
  color: var(--color-gray-light);
  max-width: 520px;
}

/* Visuais gerais */
.narrativa-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

/* ── Visual 1 — Tríade orbital ─── */
.narrativa-visual--1 {
  position: relative;
}

.nv-centro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-gold);
  letter-spacing: 2px;
  z-index: 2;
}

.nv-linhas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nv-orb {
  position: absolute;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.05);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  white-space: nowrap;
}

.nv-orb--1 { top: 0;    left: 50%; transform: translateX(-50%); }
.nv-orb--2 { bottom: 0; left: 2%;  }
.nv-orb--3 { bottom: 0; right: 2%; }

/* ── Visual 2 — Blocos de problema ─── */
.narrativa-visual--2 {
  flex-direction: column;
  gap: 12px;
}

.nv-bloco {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--color-gray-light);
  border: 1px solid rgba(240,149,149,0.15);
  background: rgba(240,149,149,0.04);
}

.nv-bloco-icone {
  font-size: 1.1rem;
  color: rgba(240,149,149,0.6);
  flex-shrink: 0;
}

/* ── Visual 3 — Etapas do processo ─── */
.narrativa-visual--3 {
  flex-direction: column;
  gap: 0;
}

.nv-etapas {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nv-etapa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(201,168,76,0.15);
  background: rgba(201,168,76,0.03);
  border-radius: 8px;
  min-width: 90px;
  font-size: 0.8rem;
  color: var(--color-gray-light);
  text-align: center;
}

.nv-etapa--gold {
  border-color: rgba(201,168,76,0.45);
  background: rgba(201,168,76,0.08);
  color: var(--color-gold-light);
}

.nv-num {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-gold);
  line-height: 1;
}

.nv-seta {
  color: rgba(201,168,76,0.4);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ── Visual 4 — Pirâmide patrimonial ─── */
.narrativa-visual--4 {
  align-items: flex-end;
}

.nv-piramide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.nv-pir-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--color-gray-light);
  border: 1px solid rgba(201,168,76,0.12);
}

.nv-pir--1 { width: 35%; background: rgba(201,168,76,0.18); color: var(--color-gold-light); border-color: rgba(201,168,76,0.35); }
.nv-pir--2 { width: 55%; background: rgba(201,168,76,0.10); }
.nv-pir--3 { width: 75%; background: rgba(201,168,76,0.06); }
.nv-pir--4 { width: 95%; background: rgba(201,168,76,0.03); font-size: 0.9rem; color: var(--color-gold); }

/* ── Visual 5 — IA grid ─── */
.narrativa-visual--5 {
  flex-direction: column;
  gap: 20px;
}

.nv-ia-grid {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.nv-ia-item {
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 110px;
  text-align: center;
}

.nv-ia--muted {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--color-gray);
}

.nv-ia--gold {
  border: 1px solid rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.08);
  color: var(--color-gold-light);
}

.nv-ia-arrow {
  font-size: 0.8rem;
  color: var(--color-gold);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.nv-ia-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.nv-ia-tags span {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.15);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--color-gray-light);
}

/* ── Visual 6 — Triângulo integrado ─── */
.narrativa-visual--6 {
  flex-direction: column;
}

.nv-triangulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.nv-tri-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nv-tri-item {
  padding: 16px 20px;
  border: 1px solid rgba(201,168,76,0.25);
  background: rgba(201,168,76,0.05);
  border-radius: 8px;
  min-width: 110px;
  text-align: center;
}

.nv-tri-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold-light);
}

.nv-tri-centro {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--color-gold);
  letter-spacing: 2px;
  flex-shrink: 0;
}

/* ── Navegação ─── */
.narrativa-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 3rem;
}

.narrativa-btn {
  background: none;
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--color-gold);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.narrativa-btn:hover {
  border-color: var(--color-gold);
  background: rgba(201,168,76,0.08);
}

.narrativa-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.narrativa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.35);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 300ms ease;
}

.narrativa-dot.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  transform: scale(1.3);
}

.narrativa-counter {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.78rem;
  color: var(--color-gray);
  letter-spacing: 0.15em;
}

.narrativa-sep {
  margin: 0 6px;
  opacity: 0.4;
}

/* ── Responsivo ─── */
@media (max-width: 768px) {
  .narrativa-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .narrativa-visual {
    min-height: 180px;
  }

  .nv-etapas {
    flex-direction: column;
    gap: 6px;
  }

  .nv-seta {
    transform: rotate(90deg);
  }

  .nv-tri-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}









/* ----------------- JOURNEY SECTION ----------------- */
/*
.journey-section {

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      rgba(8,16,28,0),
      rgba(21,34,54,0.30) 45%,
      rgba(8,16,28,0)
    );

}

.journey-heading {

  display: grid;

  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);

  gap: 4rem;

  align-items: end;

}

.journey-heading .section-title {

  margin-bottom: 0;

}

.journey-heading .lead {

  color: var(--color-gray-light);

}

.journey-deck {

  position: relative;

  display: grid;

  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);

  gap: 4rem;

  align-items: stretch;

  min-height: 560px;

  margin-top: 4.5rem;

  border:
    1px solid rgba(201,168,76,0.14);

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.012)
    );

  box-shadow:
    0 34px 90px rgba(0,0,0,0.24);

}

.journey-deck::before {

  content: '';

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(201,168,76,0.10),
      transparent 28%,
      transparent 72%,
      rgba(226,196,122,0.06)
    );

  pointer-events: none;

}

.journey-deck:focus-visible {

  outline:
    1px solid rgba(226,196,122,0.72);

  outline-offset: 0.35rem;

}
*/
/* ----------------- JOURNEY VISUAL ----------------- */
/*
.journey-visual {

  position: relative;

  min-height: 560px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      rgba(13,27,42,0.96),
      rgba(30,51,80,0.72)
    );

}

.journey-visual__image {

  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 0;

  opacity: 0;

  filter:
    saturate(0.92)
    contrast(1.06);

  transition:
    opacity 520ms ease,
    transform 700ms ease;

  transform:
    scale(1.02);

}

.journey-visual__image.active {

  opacity: 0.78;

  transform:
    scale(1);

}

.journey-visual::before,
.journey-visual::after {

  content: '';

  position: absolute;

  inset: 12%;

  border:
    1px solid rgba(201,168,76,0.12);

  background:
    linear-gradient(
      135deg,
      rgba(8,16,28,0.22),
      rgba(8,16,28,0.56)
    );

  transform:
    rotate(-8deg);

  pointer-events: none;

}

.journey-visual::before {

  z-index: 1;

}

.journey-visual::after {

  z-index: 2;

}

.journey-visual::after {

  inset: 22%;

  border-color:
    rgba(255,255,255,0.08);

  transform:
    rotate(13deg);

}

.journey-orbit {

  position: absolute;

  z-index: 3;

  top: 16%;
  left: 12%;

  width: 260px;
  height: 260px;

  border:
    1px solid rgba(201,168,76,0.18);

  transform:
    rotate(-10deg);

}

.journey-orbit::before {

  content: '';

  position: absolute;

  inset: 50px;

  border:
    1px solid rgba(255,255,255,0.08);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(201,168,76,0.16),
      transparent
    );

}

.journey-orbit span {

  position: absolute;

  width: 16px;
  height: 16px;

  background:
    var(--color-gold);

  box-shadow:
    0 0 28px rgba(226,196,122,0.48);

}

.journey-orbit span:nth-child(1) {

  top: 28px;
  right: 44px;

}

.journey-orbit span:nth-child(2) {

  bottom: 26px;
  left: 54px;

}

.journey-orbit span:nth-child(3) {

  top: 118px;
  right: -8px;

}

.journey-graph {

  position: absolute;

  z-index: 3;

  right: 12%;
  bottom: 14%;

  display: flex;

  align-items: end;

  gap: 0.7rem;

  width: 210px;
  height: 170px;

  padding: 1.2rem;

  border:
    1px solid rgba(201,168,76,0.16);

  background:
    rgba(8,16,28,0.58);

}

.journey-graph__bar {

  flex: 1;

  background:
    linear-gradient(
      180deg,
      var(--color-gold-light),
      rgba(201,168,76,0.22)
    );

}

.journey-graph__bar:nth-child(1) {
  height: 38%;
}

.journey-graph__bar:nth-child(2) {
  height: 58%;
}

.journey-graph__bar:nth-child(3) {
  height: 76%;
}

.journey-graph__bar:nth-child(4) {
  height: 100%;
}

.journey-map {

  position: absolute;

  z-index: 3;

  left: 18%;
  bottom: 18%;

  width: 190px;
  height: 86px;

  border-top:
    1px solid rgba(255,255,255,0.12);

}

.journey-map span {

  position: absolute;

  width: 10px;
  height: 10px;

  background:
    var(--color-white);

}

.journey-map span:nth-child(1) {
  left: 0;
  top: -5px;
}

.journey-map span:nth-child(2) {
  left: 48%;
  top: 36px;
}

.journey-map span:nth-child(3) {
  right: 0;
  top: -5px;
}
*/

/* ------- Teste de Opacity nas imagens ------ */
/*
.journey-orbit,
.journey-graph,
.journey-map {
  opacity: 0.25;
}

.journey-visual::before,
.journey-visual::after {
  opacity: 0.9;
}
*/
/* ----------------- JOURNEY CONTENT ----------------- */
/*
.journey-content {

  position: relative;

  z-index: 2;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 4.5rem 4.5rem 3.5rem 0;

}

.journey-slides {

  position: relative;

  min-height: 330px;

}

.journey-slide {

  position: absolute;

  inset: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  transform:
    translateY(1rem);

  transition:
    opacity 420ms ease,
    transform 420ms ease,
    visibility 420ms ease;

}

.journey-slide.active {

  opacity: 1;

  visibility: visible;

  transform:
    translateY(0);

}

.journey-kicker {

  margin-bottom: 1.4rem;

  color: var(--color-gold);

  font-size: 0.72rem;

  letter-spacing: 0.24em;

  text-transform: uppercase;

}

.journey-slide h3 {

  max-width: 820px;

  margin-bottom: 1.6rem;

  font-family: var(--font-heading);

  font-size:
    clamp(2.3rem, 4vw, 4.2rem);

  font-weight: 500;

  line-height: 1.02;

}

.journey-slide p {

  max-width: 680px;

  font-size: 1rem;

  line-height: 2;

}
*/
/* ----------------- JOURNEY CONTROLS ----------------- */
/*
.journey-controls {

  display: flex;

  align-items: center;

  gap: 1.4rem;

}

.journey-dots {

  display: flex;

  align-items: center;

  gap: 0.65rem;

}

.journey-dots button {

  width: 2.4rem;
  height: 2px;

  background:
    rgba(255,255,255,0.18);

  transition: var(--transition-default);

}

.journey-dots button.active {

  width: 4rem;

  background:
    var(--color-gold);

}

.journey-arrow {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 2.8rem;
  height: 2.8rem;

  border:
    1px solid rgba(201,168,76,0.22);

  border-radius: 50%;

  color: var(--color-gold-light);

  transition: var(--transition-default);

}

.journey-arrow span {

  width: 0.65rem;
  height: 0.65rem;

  border-left:
    1px solid currentColor;

  border-bottom:
    1px solid currentColor;

  transform:
    rotate(45deg)
    translate(1px, -1px);

}

.journey-arrow--next span {

  transform:
    rotate(225deg)
    translate(1px, -1px);

}

.journey-arrow:hover,
.journey-dots button:hover {

  border-color:
    rgba(201,168,76,0.5);

  color: var(--color-gold);

}
*/
/* ----------------- JOURNEY RESPONSIVE ----------------- */
/*
@media (max-width: 1024px) {

  .journey-heading,
  .journey-deck {

    grid-template-columns: 1fr;

  }

  .journey-deck {

    gap: 0;

  }

  .journey-visual {

    min-height: 360px;

  }

  .journey-content {

    padding: 3rem;

  }

}

@media (max-width: 768px) {

  .journey-heading {

    gap: 1.8rem;

  }

  .journey-deck {

    min-height: auto;

    margin-top: 3.5rem;

  }

  .journey-visual {

    min-height: 300px;

  }

  .journey-orbit {

    width: 210px;
    height: 210px;

  }

  .journey-graph {

    right: 8%;
    bottom: 12%;

    width: 160px;
    height: 125px;

  }

  .journey-content {

    padding: 2.2rem;

  }

  .journey-slides {

    min-height: 390px;

  }

  .journey-slide {

    justify-content: flex-start;

  }

  .journey-slide h3 {

    font-size:
      clamp(2rem, 9vw, 3rem);

  }

  .journey-controls {

    justify-content: space-between;

    gap: 1rem;

  }

  .journey-dots {

    flex: 1;

    justify-content: center;

  }

  .journey-dots button {

    width: 1.15rem;

  }

  .journey-dots button.active {

    width: 2.1rem;

  }

}

@media (max-width: 480px) {

  .journey-content {

    padding: 1.8rem;

  }

  .journey-slides {

    min-height: 450px;

  }

  .journey-arrow {

    width: 2.4rem;
    height: 2.4rem;

  }

}
*/