/* =======================================================================
   LP "A Quarta Revolução" — contratar a palestra
   Camada sobre site.css do Hub (reusa tokens + componentes). Navy #04081F + teal.
   ======================================================================= */

/* botão primário: teal sólido (tom executivo, sóbrio — não gradiente guru) */
.btn-teal {
  background: var(--teal);
  color: #04101f;
  font-weight: 600;
  border: none;
  box-shadow: 0 0 30px -10px rgba(91, 192, 190, 0.7);
}
.btn-teal:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -12px rgba(91, 192, 190, 0.7);
  background: #6fd0ce;
}

/* CTA fixo do nav */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-ig {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition:
    color 0.18s,
    border-color 0.18s,
    background 0.18s;
}
.nav-ig:hover {
  color: var(--teal);
  border-color: rgba(91, 192, 190, 0.45);
  background: rgba(91, 192, 190, 0.1);
}
.nav-ig svg {
  width: 19px;
  height: 19px;
}
@media (max-width: 560px) {
  .nav-cta .btn {
    font-size: 12.5px;
    padding: 9px 16px;
    white-space: nowrap; /* CTA em 1 linha */
  }
  .nav-cta {
    gap: 8px;
  }
  /* logo menor pra caber tudo na nav */
  .logo .wordmark {
    font-size: 15px;
    line-height: 1.15;
  }
  .logo img {
    width: 21px !important; /* vence o width inline de 26px */
  }
}

/* placeholder de asset pendente (foto/vídeo/depoimento) */
.ph {
  border: 1.5px dashed rgba(91, 192, 190, 0.35);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.05), rgba(255, 255, 255, 0.01));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
.ph b {
  color: var(--teal);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11.5px;
}

/* ================= HERO (diagramação idêntica à /imersao: foto à direita, copy à esquerda, selo no ombro) ================= */
.lp-hero {
  position: relative;
  width: 100%;
  height: 56.25vw; /* 16:9, igual ao frame do Figma da imersão (1920x1080) */
  min-height: 620px;
  max-height: 1080px;
  overflow: hidden;
  background: #04071d;
  text-align: left;
  isolation: isolate;
}
.lp-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero .hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  display: block;
}
/* selo no ombro direito do Manoel (símbolo + legenda em órbita), posição do Figma da imersão */
.lp-hero .hero-seal {
  position: absolute;
  left: 79.43%;
  top: 41.57%;
  width: 9%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
.lp-hero .hero-seal img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
/* scrim leve: reforça o lado esquerdo (legibilidade do texto) e funde a base */
.lp-hero .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 70%, var(--bg) 100%),
    linear-gradient(90deg, rgba(4, 7, 29, 0.72) 0%, rgba(4, 7, 29, 0.32) 30%, transparent 52%);
}
.lp-hero .wrap {
  position: relative;
  z-index: 4;
  height: 100%;
}
/* bloco de texto à esquerda, verticalmente centrado (posição do Figma da imersão) */
.lp-hero .hero-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  width: min(560px, 46%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 1.8vw, 30px);
}
/* pílula do hero: glow teal, igual à da imersão */
.lp-hero .badge-pill {
  margin: 0;
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.1), rgba(91, 192, 190, 0.04));
  border: 1px solid rgba(91, 192, 190, 0.22);
  box-shadow:
    0 0 22px rgba(91, 192, 190, 0.12),
    0 0 30px rgba(0, 237, 232, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: clamp(11px, 0.72vw, 13.5px);
  padding: 10px 28px;
  letter-spacing: -0.02em;
}
.lp-hero h1 {
  font-size: clamp(32px, 3.44vw, 60px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0;
  color: #fff;
  text-wrap: balance;
}
.lp-hero h1 em {
  font-style: normal;
  color: var(--teal);
}
.lp-hero .sub {
  font-size: clamp(15px, 1.15vw, 21px);
  color: #d6dbef;
  max-width: 510px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.lp-hero .sub b {
  color: #fff;
  font-weight: 600;
}
.lp-hero-cta {
  display: flex;
  gap: 14px;
  margin: 0;
  flex-wrap: wrap;
}
/* faixa animada na divisa (base) da hero */
.lp-hero .hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* ----- hero mobile (layout do Figma da imersão: foto retrato no topo, texto sobre o fade) ----- */
@media (max-width: 820px) {
  .lp-hero {
    height: auto;
    min-height: auto;
    max-height: none;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .lp-hero .hero-bg {
    position: relative;
    order: -1;
    inset: auto;
    width: 100%;
  }
  .lp-hero .hero-bg picture {
    display: block;
  }
  .lp-hero .hero-bg img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
  }
  .lp-hero .hero-seal {
    display: none;
  }
  .lp-hero .hero-scrim {
    display: none;
  }
  .lp-hero .wrap {
    height: auto;
    position: relative;
    z-index: 4;
    margin-top: -68vw; /* puxa o texto pra cima, sobrepondo o braço/tórax do Manoel */
  }
  .lp-hero .hero-copy {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    margin: 0;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
  .lp-hero .badge-pill {
    font-size: 10px;
    /* preenchimento 70% do azul escuro (legibilidade sobre a foto) */
    background: rgba(4, 7, 29, 0.7);
    border-color: rgba(91, 192, 190, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .lp-hero h1 {
    font-size: clamp(34px, 9.4vw, 44px);
  }
  .lp-hero .sub {
    font-size: 15px;
  }
  /* CTAs lado a lado, ocupando a largura */
  .lp-hero-cta {
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
  }
  .lp-hero-cta .btn {
    flex: 1 1 0;
    padding: 13px 6px;
    font-size: 12px; /* menor que na imersão pra caber "O que a sua plateia leva" em 1 linha */
    letter-spacing: -0.02em;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
  }
  /* faixa estática abaixo das CTAs, como na imersão */
  .lp-hero .hero-marquee {
    position: static;
    margin-top: 44px;
    width: 100%;
    padding: 13px 0;
  }
  .lp-hero .hero-marquee .hm-item {
    font-size: 13px;
    padding: 0 20px;
  }
  .lp-hero .hero-marquee .hm-dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 22%, transparent);
  }
}

/* foto da plateia (prova social): moldura translúcida maior que a foto + luz de fundo só teal */
.proof-glow {
  position: relative;
  max-width: 1080px;
  margin: 48px auto 0;
  padding: clamp(10px, 1.2vw, 16px); /* box maior que a foto */
  border-radius: 24px;
  /* efeito glass: translúcido + desfoque do fundo + brilho de borda */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow:
    0 0 130px -18px rgba(91, 192, 190, 0.45), /* luz de fundo somente teal */
    inset 0 1px 0 rgba(255, 255, 255, 0.14); /* brilho no topo do vidro */
}
.proof-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -50px rgba(0, 0, 0, 0.85);
}
.proof-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9; /* mais alta que a tira anterior, com mais presença */
  object-fit: cover;
  object-position: 50% 76%; /* puxa o foco pra baixo: plateia + Manoel no palco, corta o teto morto */
}
/* frase/citação da prova social em 1 linha só (no desktop) */
.proof-quote {
  max-width: none;
  font-size: clamp(15px, 1.4vw, 17.5px);
  color: #f9f9f9; /* citação (topo) em destaque, branco */
}
/* legenda abaixo da foto em azul esmaecido (destaque invertido em relação à citação) */
.proof-glow + .micro {
  color: var(--muted);
}
@media (min-width: 1000px) {
  .proof-quote {
    white-space: nowrap;
  }
}

/* ================= REELS (3 boxes de vídeo, formato vertical 9:16) ================= */
.reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 72px auto 0;
}
.reel {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #0b1030, #070b1e);
  border: 1px solid var(--line-2);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.reel:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 192, 190, 0.4);
}
/* box principal (centro): destaque teal */
.reel.principal {
  border-color: rgba(91, 192, 190, 0.5);
  box-shadow: 0 0 60px -20px rgba(91, 192, 190, 0.55);
}
/* botão de play em teal translúcido */
.reel-play {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(91, 192, 190, 0.22);
  border: 1px solid rgba(91, 192, 190, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.reel-play:hover {
  background: rgba(91, 192, 190, 0.4);
  transform: scale(1.06);
}
.reel-play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px; /* centro óptico do triângulo */
}
.reel-tag {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.reel-msg {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 13.5px;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.reels-note {
  text-align: center;
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--muted);
}
@media (max-width: 760px) {
  /* carrossel horizontal dos vídeos, com o principal primeiro */
  .reels {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .reels::-webkit-scrollbar {
    display: none;
  }
  .reel {
    flex: 0 0 80%; /* boxes maiores */
    scroll-snap-align: center;
  }
  .reels .carousel-clone {
    display: grid; /* clones do reels (loop infinito) */
  }
}

/* ================= NÚMEROS COUNT-UP (design exato da Scale, acento em teal) ================= */
.scale-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 48px);
  max-width: 1120px;
  margin: 48px auto 0; /* respiro entre o texto e os números */
  text-align: center;
}
.scale-stats .s {
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
/* traço vertical separando cada número (igual ao divisor do Hub/Scale) */
/* traço divisor alinhado ao nível dos números (ancorado no topo, não no centro do card),
   pra não descer com o rótulo de 2 linhas — mesmo efeito visual da Scale */
.scale-stats .s + .s::before {
  content: "";
  position: absolute;
  top: 6px;
  left: calc(clamp(20px, 4vw, 48px) * -0.5);
  width: 2px;
  height: clamp(38px, 5vw, 66px);
  border-radius: 2px;
  background: rgba(91, 192, 190, 0.28);
}
.scale-stats .n {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(50px, 6.6vw, 90px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.scale-stats .n .u {
  font-size: 0.55em;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0;
  margin: 0 0.03em;
}
.scale-stats .n .u.pct {
  font-size: 0.46em;
}
.scale-stats .l {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.45;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .scale-stats {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 100%;
  }
  /* empilhado: barra horizontal 72×2px, teal, centrada no vão (igual ao Hub/Scale no mobile) */
  .scale-stats .s + .s::before {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: rgba(91, 192, 190, 0.35);
  }
  /* prova social: foto mais alta no mobile (mais presença), foco na plateia + Manoel */
  .proof-photo img {
    aspect-ratio: 4 / 3.2;
  }
}

/* ================= FAIXA ANIMADA (marquee na base da hero, estilo Imersão) ================= */
.hero-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 22px 0;
  background: rgba(4, 7, 29, 0.5);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.hero-marquee .hm-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: hmScroll 42s linear infinite;
}
.hero-marquee:hover .hm-track {
  animation-play-state: paused;
}
.hero-marquee .hm-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 30px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1;
  color: #c4cae0;
  white-space: nowrap;
}
.hero-marquee .hm-item b {
  font-family: "Maven Pro", sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero-marquee .hm-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
  background: var(--teal);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 22%, transparent);
}
@keyframes hmScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-marquee .hm-track {
    animation: none;
  }
}

/* ================= SPLIT: texto à esquerda + cards à direita (problema / diagnóstico) ================= */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center; /* centraliza o texto pra equilibrar o peso com os cards à direita */
  text-align: left;
  margin-top: 8px;
}
.split-text .badge-pill {
  margin: 0;
}
.split-text .h2 {
  text-align: left;
  max-width: none;
  margin: 24px 0 0; /* mesmo ritmo badge→título do resto do site */
}
/* frase-síntese menor, com um traço teal antes */
/* subtítulo no mesmo tamanho dos demais (.lede), com respiro após o título */
.split-note {
  margin: clamp(28px, 3vw, 42px) 0 0;
  max-width: none;
  font-size: clamp(16px, 1.6vw, 21px);
  color: var(--muted);
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.split-note b {
  color: var(--teal);
  font-weight: 600;
}
.split-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* problema / diagnóstico: header centralizado + os dois cards lado a lado abaixo */
.extremes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 940px;
  margin: 48px auto 0;
  text-align: left;
}
@media (max-width: 700px) {
  .extremes {
    grid-template-columns: 1fr;
  }
}
/* cards de perspectiva (reusa .extreme) com ícone no topo */
.extreme {
  border-radius: 18px;
  padding: 28px 24px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line-2);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.extreme:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 192, 190, 0.4);
}
.extreme .ic {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: var(--teal);
  background: rgba(91, 192, 190, 0.1);
  border: 1px solid rgba(91, 192, 190, 0.28);
}
.extreme .ic svg {
  width: 22px;
  height: 22px;
}
.extreme .tag {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.extreme h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0 8px;
  letter-spacing: -0.02em;
  color: #fff;
}
.extreme p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ================= TESE (statement) ================= */
.tese {
  text-align: center;
  position: relative;
}
/* A palestra em duas colunas: texto à esquerda + box do Fórum Econômico Mundial à direita */
.tese-split {
  align-items: stretch; /* colunas com a mesma altura (equilíbrio no desktop) */
}
.tese-split .split-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* timeline encaixada abaixo do texto, ocupando a largura da coluna */
.tese-split .split-text .evt-box {
  margin-top: clamp(24px, 3vw, 34px);
  align-self: stretch;
}
/* o badge não estica (senão vira full-width no flex-column) */
.tese-split .split-text .badge-pill {
  align-self: flex-start;
}
.tese-split .split-text .h2 b {
  color: var(--teal);
  font-weight: 700;
}
/* coluna direita: box (preenche) + frase-síntese embaixo */
.tese-aside {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.2vw, 30px);
}
/* frase abaixo da box, com um traço teal antes */
.anchor-note {
  position: relative;
  margin: 0;
  padding-left: 36px;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}
.anchor-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
}
.anchor-note b {
  color: var(--teal);
  font-weight: 700;
}
.tese-lead {
  font-size: clamp(14px, 1.1vw, 15.5px); /* apoio menor, como nas outras seções (sem mexer na largura da coluna) */
  color: var(--muted);
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin: 20px 0 0;
}
.tese-lead + .tese-lead {
  margin-top: 14px;
}
.tese-split .timeline {
  justify-content: flex-start;
  margin-top: 32px;
}
.tese-split .rev-evo {
  margin-top: 38px;
}
/* ===== evolução ilustrada: vapor → eletricidade → digital → IA ===== */
.rev-evo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
  max-width: 480px;
}
/* trilho + linha teal que preenche progressivamente (a "evolução") */
.rev-evo .evo-rail {
  position: absolute;
  top: 29px;
  left: 30px;
  right: 30px;
  height: 2px;
  border-radius: 2px;
  background: var(--line);
  z-index: 0;
  overflow: hidden;
}
.rev-evo .evo-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--teal);
  box-shadow: 0 0 10px rgba(91, 192, 190, 0.8);
}
.rev-evo.run .evo-fill {
  width: 100%;
  transition: width 2.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.evo-node {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-align: center;
}
.evo-node .evo-ic {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  /* círculo opaco (esconde o trilho por trás) */
  background: #0b1030;
  border: 1px solid var(--line);
  color: var(--slate);
  transform: scale(0.92);
  transition:
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.5s ease,
    border-color 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease;
}
.evo-node .evo-ic svg {
  width: 28px;
  height: 28px;
}
.evo-node .evo-lb {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
  opacity: 0.45;
  transition:
    opacity 0.5s ease,
    color 0.5s ease;
}
.evo-node .evo-num {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
/* estado aceso (JS adiciona .lit na sequência, no ritmo da linha) */
.evo-node.lit .evo-ic {
  transform: scale(1);
  color: #fff;
  border-color: rgba(91, 192, 190, 0.55);
  box-shadow: 0 12px 30px -12px rgba(91, 192, 190, 0.6);
}
.evo-node.lit .evo-lb {
  opacity: 1;
  color: #fff;
}
.evo-node.lit .evo-num {
  opacity: 1;
  transform: translateY(0);
  color: var(--teal);
}
/* IA (presente): quando acende, preenche teal e pulsa */
.evo-node.now.lit .evo-ic {
  background: var(--teal);
  border-color: var(--teal);
  color: #04101f;
  animation: nowPulse 2.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .rev-evo.run .evo-fill {
    transition: none;
  }
  .evo-node .evo-ic,
  .evo-node .evo-lb,
  .evo-node .evo-num {
    transition: none;
  }
}

/* ===== evolução (estilo barra de progresso + cards): vapor → eletricidade → digital → IA ===== */
.rev-evo2 {
  max-width: 800px; /* mesma largura dos cards */
  margin: 44px auto 0;
}
/* barra de progresso com preenchimento teal + playhead (JS anima a largura em passos) */
.evo2-bar {
  position: relative;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}
.evo2-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 99px;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(91, 192, 190, 0.85);
  transition: width 0.55s cubic-bezier(0.5, 0, 0.2, 1);
}
/* marcador (playhead) na ponta do preenchimento */
.evo2-head {
  position: absolute;
  right: 0;
  top: -13px;
  transform: translateX(50%);
  width: 16px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 52%, 50% 100%, 0 52%);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}
/* ticks abaixo da barra (régua) */
.evo2-ticks {
  height: 9px;
  margin-top: 9px;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 44px);
  opacity: 0.7;
}
/* cards (mais estreitos: grupo centralizado com largura menor) */
.evo2-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: none;
  margin: 28px 0 0;
}
/* cada item: ordinal ACIMA do card */
.evo2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.evo2-num {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 12px;
  transition: color 0.5s ease;
}
.evo2-item.lit .evo2-num {
  color: var(--teal);
}
.evo2-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  padding: 24px 16px 22px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
  border: 1px solid var(--line-2);
  overflow: hidden;
}
/* traço reduzido no topo: curto e centralizado */
.evo2-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 2px;
  border-radius: 0 0 99px 99px;
  background: var(--teal);
  opacity: 0.16;
  transition:
    opacity 0.5s ease,
    box-shadow 0.5s ease;
}
.evo2-item.lit .evo2-top {
  opacity: 1;
}
.evo2-ic {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-2);
  color: var(--slate);
  margin-bottom: 14px;
  transition:
    color 0.5s ease,
    border-color 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease;
}
.evo2-ic svg {
  width: 25px;
  height: 25px;
}
.evo2-item.lit .evo2-ic {
  color: var(--teal);
  border-color: rgba(91, 192, 190, 0.4);
  background: rgba(91, 192, 190, 0.08);
  box-shadow: 0 0 22px -2px rgba(91, 192, 190, 0.6);
}
.evo2-card h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
  margin: 0;
  transition: color 0.5s ease;
}
.evo2-item.lit .evo2-card h3 {
  color: var(--teal);
}
/* card da IA: glow vindo do canto esquerdo + ícone brilhante */
.evo2-item.now .evo2-card {
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(91, 192, 190, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
  border-color: rgba(91, 192, 190, 0.35);
}
/* ícone da IA igual ao da seção "O que a plateia leva": caixa teal preenchida + glow */
.evo2-item.now.lit .evo2-ic {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(145deg, #74d8d6, #43adab);
  animation: iaIconGlow 2.2s ease-in-out infinite; /* o glow/pulse fica no ícone */
}
.evo2-item.now.lit .evo2-top {
  width: 60%;
}
/* pulso de glow do ícone da IA, mantendo a base do brilho da caixa teal */
@keyframes iaIconGlow {
  0%,
  100% {
    box-shadow:
      0 10px 26px -10px rgba(91, 192, 190, 0.75),
      inset 0 1px 0 rgba(255, 255, 255, 0.25),
      0 0 0 0 rgba(91, 192, 190, 0.5);
  }
  50% {
    box-shadow:
      0 10px 26px -10px rgba(91, 192, 190, 0.75),
      inset 0 1px 0 rgba(255, 255, 255, 0.25),
      0 0 0 9px rgba(91, 192, 190, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .evo2-fill {
    transition: none;
  }
}

/* ===== modo "só ícones" + foco (um em destaque, os outros desfocados) na coluna esquerda ===== */
.rev-evo2.evo-icons {
  max-width: none;
  margin: 0;
  width: 100%;
}
.evo-icons .evo2-cards {
  gap: 12px;
  margin-top: 26px;
  align-items: start;
}
.evo-icons .evo2-item {
  gap: 9px;
  transition:
    filter 0.5s ease,
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.evo-icons .evo2-num,
.evo-icons .evo2-ic {
  margin-bottom: 0;
}
.evo-icons .evo2-item h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
  margin: 0;
  transition: color 0.5s ease;
}
/* enquanto roda: tudo desfocado/esmaecido; só o ativo em foco */
.evo-icons.run .evo2-item {
  filter: blur(3px);
  opacity: 0.4;
  transform: scale(0.95);
}
.evo-icons.run .evo2-item.active {
  filter: none;
  opacity: 1;
  transform: scale(1.06);
}
.evo-icons .evo2-item.active .evo2-ic {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #74d8d6, #43adab);
  box-shadow:
    0 10px 26px -10px rgba(91, 192, 190, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.evo-icons .evo2-item.active h3,
.evo-icons .evo2-item.active .evo2-num {
  color: var(--teal);
}

@media (max-width: 760px) {
  .evo2-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 420px;
  }
}

/* ===== evolução: timeline vertical numa box (linha lateral carrega e acende até a IA) ===== */
.evt-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0 0; /* sem box: só a timeline */
}
/* trilho horizontal + preenchimento teal que corre da esquerda até a IA */
.evt-rail {
  position: absolute;
  top: 28px; /* centro dos ícones (padding-top 4 + metade do ícone 48) */
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  border-radius: 2px;
  background: var(--line-2);
  z-index: 0;
}
.evt-rail-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 2px;
  background: var(--teal);
  box-shadow: 0 0 6px rgba(91, 192, 190, 0.45);
}
.evt-step {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.evt-ic {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #0e1336; /* box preenchido/opaco: esconde o trilho por trás */
  border: 1px solid var(--line-2);
  color: var(--slate);
  transition:
    color 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease;
}
.evt-ic svg {
  width: 24px;
  height: 24px;
}
.evt-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.evt-num {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  transition: color 0.4s ease;
}
.evt-step h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
  margin: 0;
  transition: color 0.4s ease;
}
/* aceso quando o trilho chega */
.evt-step.lit .evt-ic {
  color: var(--teal);
  border-color: rgba(91, 192, 190, 0.5);
  background: #16263f; /* opaco (teal-escuro): esconde o trilho por trás */
  box-shadow: 0 0 9px -3px rgba(91, 192, 190, 0.35);
}
.evt-step.lit .evt-num {
  color: var(--teal);
}
.evt-step.lit h3 {
  color: #fff;
}
/* IA: caixa teal cheia como na seção "O que a plateia leva" */
.evt-step.now.lit .evt-ic {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #74d8d6, #43adab);
  box-shadow:
    0 6px 16px -10px rgba(91, 192, 190, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
@media (prefers-reduced-motion: reduce) {
  .evt-rail-fill {
    transition: none !important;
  }
}
/* mobile: ícones/rótulos menores pra caber os 4 em linha */
@media (max-width: 560px) {
  .evt-box {
    padding: 26px 0 22px; /* sem recuo lateral: a timeline vai de margem a margem */
    gap: 6px;
  }
  .evt-ic {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }
  .evt-ic svg {
    width: 27px;
    height: 27px;
  }
  .evt-rail {
    top: 53px; /* 26 padding + metade do ícone 27 */
    left: 12.5%; /* centro do 1º ícone (colunas iguais): vãos uniformes */
    right: 12.5%;
  }
  .evt-step {
    gap: 9px;
  }
  .evt-step h3 {
    font-size: 13.5px;
  }
  .evt-num {
    font-size: 8.5px;
    letter-spacing: 0.04em;
  }
}
/* a autoridade vira uma box fechada na coluna da direita */
.tese-split .authority {
  max-width: none;
  margin: 0;
  flex: 1; /* preenche a altura da coluna, igualando à esquerda */
  border: 1px solid var(--line-2);
  border-radius: 18px;
  padding: clamp(28px, 3vw, 40px);
  box-shadow: 0 40px 90px -60px rgba(0, 0, 0, 0.8);
}
.tese .anchor {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  max-width: 920px;
  margin: 30px auto 0;
  color: #fff;
}
.tese .anchor b {
  color: var(--teal);
  font-weight: 700;
}
.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--muted);
}
/* cada era: pílula com ícone + rótulo, acende em sequência (JS adiciona .lit) */
.timeline .tl-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 99px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  opacity: 0.4;
  transform: translateY(6px) scale(0.96);
  will-change: transform, opacity;
  transition:
    opacity 0.5s ease,
    border-color 0.5s ease,
    color 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.timeline .tl-item svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.timeline .tl-item.lit {
  opacity: 1;
  color: #fff;
  border-color: rgba(91, 192, 190, 0.4);
  transform: translateY(0) scale(1);
  box-shadow: 0 12px 30px -14px rgba(91, 192, 190, 0.55);
}
/* IA (estado presente): quando acende, fica teal preenchida e pulsa */
.timeline .tl-item.now.lit {
  color: #04101f;
  background: var(--teal);
  border-color: var(--teal);
  font-weight: 700;
  animation: nowPulse 2.2s ease-in-out infinite;
}
.timeline .arr {
  color: var(--slate);
  opacity: 0.35;
  transform: translateX(-5px);
  transition:
    opacity 0.45s ease,
    color 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.timeline .arr.lit {
  opacity: 1;
  color: var(--teal);
  transform: translateX(0);
}

/* ================= O QUE A PLATEIA LEVA (texto sticky à esquerda + cards empilhando, estilo aimi da Scale) ================= */
.aimi {
  --app: var(--teal);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  text-align: left;
  margin-top: 8px;
}
.aimi-text {
  position: sticky;
  top: 96px;
}
.aimi-text .badge-pill {
  margin-bottom: 20px;
}
.aimi-text .h2 {
  text-align: left;
  max-width: none;
  margin: 0;
}
.aimi-text .lede {
  text-align: left;
  max-width: none;
  margin: 18px 0 0;
}
.aimi-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
/* cada card gruda em top progressiva → empilham conforme o scroll */
.aimi-step {
  position: sticky;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #0b1030, #080b22);
  border: 1px solid var(--line);
  border-radius: 18px; /* raio padrão de card do site */
  padding: clamp(26px, 2.4vw, 36px);
  box-shadow: 0 26px 64px -42px rgba(0, 0, 0, 0.9);
}
.aimi-step:nth-child(1) {
  top: 96px;
}
.aimi-step:nth-child(2) {
  top: 116px;
}
.aimi-step:nth-child(3) {
  top: 136px;
}
.aimi-step:nth-child(4) {
  top: 156px;
}
.aimi-step:nth-child(5) {
  top: 176px;
}
/* ícone teal preenchido (mesmo tile aprovado antes) */
.aimi-step .ic {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  flex: none;
  color: #fff;
  background: linear-gradient(145deg, #74d8d6, #43adab);
  box-shadow:
    0 10px 26px -10px rgba(91, 192, 190, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.aimi-step .ic svg {
  width: 24px;
  height: 24px;
}
.aimi-step h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 14px 0 0;
}
.aimi-step p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.64;
  margin: 12px 0 0;
}
.aimi-step p b {
  color: #fff;
  font-weight: 600;
}
/* desktop: ícone + título lado a lado (otimiza a altura do card sticky) */
@media (min-width: 861px) {
  .aimi-step .aimi-head {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .aimi-step .aimi-head h3 {
    margin: 0;
  }
  .aimi-step .aimi-head + p {
    margin-top: 18px;
  }
}
@media (max-width: 860px) {
  .aimi {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .aimi-text {
    position: static;
    text-align: center;
  }
  .aimi-text .h2,
  .aimi-text .lede {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .aimi-text .badge-pill {
    margin-bottom: 14px;
  }
  .aimi-steps {
    gap: 16px;
  }
  /* empilha (sticky-stacking) como no desktop, com tops menores pra caber a nav do mobile */
  .aimi-step:nth-child(1) {
    top: 74px;
  }
  .aimi-step:nth-child(2) {
    top: 86px;
  }
  .aimi-step:nth-child(3) {
    top: 98px;
  }
  .aimi-step:nth-child(4) {
    top: 110px;
  }
  .aimi-step:nth-child(5) {
    top: 122px;
  }
}

/* ================= DEMO (o diferencial) ================= */
.demo-hl {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  margin-top: 48px;
  border-radius: 24px;
  padding: 40px;
  background: linear-gradient(135deg, rgba(91, 192, 190, 0.1), rgba(57, 114, 253, 0.05));
  border: 1px solid rgba(91, 192, 190, 0.28);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.8);
}
.demo-hl .eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}
.demo-hl h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 14px 0 16px;
  color: #fff;
}
.demo-hl p {
  font-size: 15.5px;
  color: #c9cee6;
  line-height: 1.65;
}
.demo-hl .ph {
  min-height: 280px;
}
@media (max-width: 860px) {
  .demo-hl {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

/* mock de chat da demo ao vivo (estilo Hub) */
.demo-chat {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0b141a;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.85);
}
.dc-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 14px;
  background: #1f2c33;
}
.dc-bar .d {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.dc-bar .t {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: #8fa0a8;
  margin-left: 6px;
}
.dc-bar .live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5f57;
}
.dc-bar .live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5f57;
  animation: pulseDot 1.2s ease-in-out infinite;
}
.dc-body {
  padding: 24px 18px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dc-msg {
  align-self: flex-start;
  max-width: 94%;
  background: #202c33;
  color: #e9edef;
  border-radius: 13px;
  border-top-left-radius: 4px;
  padding: 15px 17px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.dc-msg b {
  color: #fff;
  font-weight: 600;
}
.dc-msg .up {
  color: var(--green);
  font-weight: 600;
}
.dc-msg .warn {
  color: #f6c945;
  font-weight: 600;
}
.dc-msg .time {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #8fa0a8;
  margin-top: 10px;
}
.dc-cursor {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  background: var(--teal);
  vertical-align: text-bottom;
  animation: cursorBlink 1s steps(1) infinite;
}

/* ================= FORMATOS (planos: minutos em destaque, centro recomendado e mais alto) ================= */
.fmts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
  align-items: center; /* centro mais alto pode "estourar" pra cima/baixo */
}
.fmt {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px; /* raio padrão de card do site */
  padding: 32px 26px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  border: 1px solid var(--line-2);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.fmt:hover {
  transform: translateY(-5px);
  border-color: rgba(91, 192, 190, 0.4);
}
/* centro: recomendado, mais alto de propósito, destaque teal e glow */
.fmt.base {
  z-index: 1;
  padding: 46px 26px;
  transform: scale(1.04);
  border-color: rgba(91, 192, 190, 0.5);
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.09), rgba(255, 255, 255, 0.01));
  box-shadow: 0 0 70px -24px rgba(91, 192, 190, 0.6);
}
.fmt.base:hover {
  transform: scale(1.04) translateY(-5px);
}
/* "Recomendado" no topo, acima do nome (centralizado no card central) */
.fmt-tag {
  align-self: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #04101f;
  background: var(--teal);
  padding: 5px 12px;
  border-radius: 99px;
  white-space: nowrap;
  margin-bottom: 14px;
  box-shadow: 0 6px 18px -8px rgba(91, 192, 190, 0.8);
}
.fmt.base .fmt-tag {
  align-self: flex-start;
}
/* nome menor (rótulo) + minutos em destaque */
.fmt-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 18px;
}
.fmt.base .fmt-head {
  text-align: left; /* todos os planos alinhados à esquerda */
}
/* nome + tarjas (presencial/online) na mesma linha, pra economizar altura */
.fmt-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.fmt-name {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.fmt-dur {
  display: flex;
  align-items: baseline; /* relógio, número e "min" na mesma linha do número */
  gap: 5px;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(40px, 4.4vw, 52px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.fmt-clock {
  flex: none;
  align-self: center; /* relógio centralizado com o número, mas colado */
  width: clamp(18px, 2vw, 22px);
  height: clamp(18px, 2vw, 22px);
  color: var(--teal);
}
.fmt-dur small {
  font-size: 18px;
  color: var(--muted);
  font-weight: 500;
  margin-left: 0;
}
.fmt-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.fmt-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.fmt-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--teal);
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}
.fmt-list li b {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}
/* presencial / online dentro de cada opção */
.fmt-avail {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 0;
}
.fmt.base .fmt-avail {
  justify-content: flex-end;
}
.fmt-avail span {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 99px;
  border: 1px solid var(--line-2);
  color: var(--muted);
}
.fmt-avail span.on {
  border-color: rgba(91, 192, 190, 0.4);
  background: rgba(91, 192, 190, 0.08);
  color: var(--teal);
}
.fmt-foot {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--muted-2);
}
.fmt.base .fmt-foot {
  text-align: center;
}
.fmts-note {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: var(--muted);
}
.fmts-note b {
  color: rgba(255, 255, 255, 0.9);
}
/* callout in-company: mesma linguagem teal (tint + borda + glow) dos destaques da página */
.incompany {
  max-width: 720px;
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.1), rgba(91, 192, 190, 0.02));
  border: 1px solid rgba(91, 192, 190, 0.32);
  box-shadow: 0 0 50px -20px rgba(91, 192, 190, 0.4);
}
.incompany-tag {
  flex: none;
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  border: 1px solid rgba(91, 192, 190, 0.4);
  border-radius: 999px;
  padding: 6px 13px;
}
.incompany p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}
.incompany p b {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 620px) {
  .incompany {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding: 18px;
  }
}

/* ritmo vertical das seções: aperta o vão entre seções (o .pad do site.css era
   88/80/60px, gerando vãos de 176/160/120px). Escopado à /palestra (lp.css só
   carrega aqui), carregado depois do site.css então vence sem !important. */
.pad {
  padding: 66px 0;
}
@media (max-width: 880px) {
  .pad {
    padding: 52px 0;
  }
}
@media (max-width: 640px) {
  .pad {
    padding: 38px 0;
  }
}
@media (max-width: 760px) {
  /* carrossel horizontal: 60 min (base) primeiro e em destaque */
  .fmts {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .fmts::-webkit-scrollbar {
    display: none;
  }
  .fmt {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }
  .fmt.base,
  .fmt.base:hover {
    transform: none;
  }
  /* clones do carrossel infinito (só no mobile) */
  .fmts .carousel-clone {
    display: flex;
  }
}
/* clones ficam ocultos fora do carrossel (desktop usa grid) */
.carousel-clone {
  display: none;
}
/* bolinhas de scroll dos carrosséis (só no mobile) */
.carousel-dots {
  display: none;
}
@media (max-width: 760px) {
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }
  .cdot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 99px;
    background: var(--line-2);
    cursor: pointer;
    transition:
      background 0.3s ease,
      width 0.3s ease;
  }
  .cdot.on {
    width: 20px;
    background: var(--teal);
  }
  /* rodapé com textos centralizados no mobile */
  .foot-in {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

/* ================= SOBRE O PALESTRANTE ================= */
.bio {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-top: 48px;
}
.bio .photo {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.bio .photo .ph {
  height: 100%;
  border: none;
  border-radius: 0;
}
.bio .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  display: block;
}
.bio h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 6px;
}
.bio .role {
  font-size: 15px;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 18px;
}
.bio p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.bio .socials {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
}
.bio .socials a {
  color: var(--teal);
}
@media (max-width: 760px) {
  .bio {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ================= COMO FUNCIONA ================= */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.step {
  text-align: left;
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line-2);
}
.step .num {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--teal);
  background: rgba(91, 192, 190, 0.1);
  border: 1px solid rgba(91, 192, 190, 0.3);
  margin-bottom: 18px;
}
.step h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 760px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

/* ================= BOOKING ================= */
/* booking: texto à esquerda, formulário à direita */
.booking-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
  text-align: left;
}
.booking-copy .h2 {
  text-align: left;
  margin-top: 24px; /* mesmo ritmo badge→título do resto do site */
}
.booking-copy .lede {
  text-align: left;
  margin: 20px 0 0; /* mesmo ritmo título→subtítulo do resto do site */
  max-width: none;
}
@media (max-width: 860px) {
  .booking-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .booking-copy {
    text-align: center;
  }
  .booking-copy .h2,
  .booking-copy .lede {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.booking {
  max-width: 720px;
  margin: 44px auto 0;
  border-radius: 22px;
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(91, 192, 190, 0.28);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.7);
}
/* dentro do layout 2-col, o form preenche a coluna direita (sem cap nem centralização) */
.booking-layout .booking {
  max-width: none;
  margin: 0;
  width: 100%;
}
.booking .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #c9cee6;
}
.field label .req {
  color: var(--teal);
}
.field input,
.field select,
.field textarea {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px 14px;
  outline: none;
  transition: border-color 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
}
.field textarea {
  resize: vertical;
  min-height: 84px;
}
.field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235bc0be' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px;
  padding-right: 38px;
}
/* fundo/texto explícitos nas opções: sem isso o Windows renderiza texto branco em fundo branco (opções invisíveis) */
.field select option {
  background: var(--card);
  color: #fff;
}
.field select option[disabled],
.field select option[value=""] {
  color: var(--muted);
}
.booking .btn {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  padding: 16px;
}
.booking .formfoot {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 14px;
  text-align: center;
}
/* feedback do envio (mesmo padrão do form da /imersao) */
#palestraForm .feedback {
  min-height: 0;
  margin: 10px 0 0;
  font-size: 12.5px;
  text-align: center;
}
#palestraForm .feedback.err {
  color: #ff8a8a;
}
#palestraForm .feedback.ok {
  color: var(--teal);
  font-size: 15px;
}
.booking .alt {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: var(--muted);
}
.booking .alt a {
  color: var(--teal);
  font-weight: 600;
}
@media (max-width: 560px) {
  .booking {
    padding: 24px;
  }
  .booking .grid {
    grid-template-columns: 1fr;
  }
}

/* faixa de logos deslizando (prova social) — reusa @keyframes tmMove do site.css */
/* faixa de logos full-bleed (mesmo limite/fade da faixa) */
.logos {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 44px calc(50% - 50vw) 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.logos .track {
  display: flex;
  width: max-content;
  animation: tmMove 28s linear infinite;
}
.logos .grp {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
}
/* mockup esmaecido (placeholder até as logos reais dos eventos): sem box, só logo/símbolo */
.logo-ph {
  flex: none;
  width: 158px;
  height: 64px;
  display: grid;
  place-items: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
}
.logo-ph img {
  height: 26px;
  width: auto;
  opacity: 0.22;
}
.logos-note {
  text-align: center;
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--muted);
}

/* horizonte do fecho — tint teal (sobrescreve o roxo do site.css) */
.final-arc {
  margin-top: 24px;
}
.final-arc .aglow {
  background: radial-gradient(circle at 50% 105%, rgba(91, 192, 190, 0.5), transparent 68%);
}
.final-arc .planet {
  box-shadow: 0 -30px 80px -20px rgba(91, 192, 190, 0.28);
}

/* ================= AUTORIDADE (citação WEF) ================= */
.authority {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: left;
  border-left: 3px solid var(--teal);
  border-radius: 0 16px 16px 0;
  padding: 26px 30px;
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.07), rgba(255, 255, 255, 0.012));
}
.authority .auth-logo {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: block;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px -10px rgba(44, 105, 171, 0.7);
}
.authority .auth-lead {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 14px;
}
.authority .auth-lead b {
  color: var(--teal);
  font-weight: 700;
}
.authority p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}
.authority p i {
  color: #c9cee6;
  font-style: italic;
}
.authority cite {
  display: block;
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--muted-2);
}
.authority cite a {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 192, 190, 0.3);
}
.authority cite a:hover {
  border-bottom-color: var(--teal);
}

/* ================= CASE METRICS (somos o nosso próprio case) ================= */
.case-metrics {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cm-row {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 14px;
  padding: 20px 22px;
  background: rgba(4, 8, 31, 0.5);
  border: 1px solid var(--line);
}
.cm-n {
  flex: none;
  min-width: 132px;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--teal);
  text-shadow: 0 0 40px rgba(91, 192, 190, 0.3);
}
.cm-n small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--muted);
}
.cm-l {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.cm-l b {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 860px) {
  .cm-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cm-n {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .cm-n small {
    margin-top: 0;
  }
}

/* foco visível (acessibilidade) já vem do site.css */

/* =======================================================================
   POLISH — alinhamento com Hub / Scale / Imersão
   Entrada do hero em cascata, banner do fundador, transições cinematográficas.
   (prefers-reduced-motion já é tratado no site.css)
   ======================================================================= */

/* ----- entrada do hero: o bloco de texto sobe em cascata ----- */
@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.lp-hero .hero-copy > * {
  animation: heroRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.lp-hero .hero-copy > *:nth-child(1) {
  animation-delay: 0.05s;
}
.lp-hero .hero-copy > *:nth-child(2) {
  animation-delay: 0.13s;
}
.lp-hero .hero-copy > *:nth-child(3) {
  animation-delay: 0.21s;
}
.lp-hero .hero-copy > *:nth-child(4) {
  animation-delay: 0.29s;
}

/* ----- o palestrante (card: foto à esquerda com nome sobreposto, texto à direita) ----- */
.speaker {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
  border-radius: 28px;
  padding: clamp(16px, 1.6vw, 24px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
  border: 1px solid var(--line-2);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.8);
}
.speaker-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 460px;
}
.speaker-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 2%;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.speaker-photo:hover img {
  transform: scale(1.04);
}
.speaker-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 7, 29, 0.88) 100%);
}
.speaker-id {
  position: absolute;
  left: clamp(20px, 2.4vw, 32px);
  right: clamp(20px, 2.4vw, 32px);
  bottom: clamp(22px, 2.4vw, 30px);
  z-index: 1;
}
.speaker-name {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.speaker-role {
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--teal);
}
.speaker-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(14px, 2vw, 30px) clamp(12px, 1.6vw, 26px);
}
.speaker-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}
.speaker-title {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: #fff;
  margin: 0;
}
/* subtítulo (o cargo), logo abaixo do nome */
.speaker-body .speaker-sub {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--teal);
  margin: 10px 0 0;
}
.speaker-body p {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.65;
  margin: 20px 0 0;
}
/* destaque do nome da palestra dentro do parágrafo */
.speaker-body p b {
  color: var(--teal);
  font-weight: 600;
}
.speaker-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line-2);
}
.speaker-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}
.speaker-tagline .ig-ic {
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--teal);
}
.speaker-tagline a {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 192, 190, 0.3);
}
.speaker-tagline a:hover {
  border-bottom-color: var(--teal);
}
@media (max-width: 860px) {
  .speaker {
    grid-template-columns: 1fr;
  }
  .speaker-photo {
    min-height: 360px;
  }
}

/* ================= SOBRE O PALESTRANTE (banner do fundador, estilo "à mesa com o fundador") ================= */
.founder {
  margin-top: 0; /* é o único filho da .wrap: o padding da seção já dá o respiro (evita vão duplo) */
}
.founder-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1212 / 558;
  background: #0a0f26;
  border: 1px solid rgba(58, 80, 107, 0.2);
  border-radius: 30px;
}
/* marca d'água: símbolo Marvee transparente, aparece em volta do recorte do Manoel */
.founder-card .fc-watermark {
  position: absolute;
  left: 36%;
  top: -8%;
  width: 62%;
  height: 96%;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
/* recorte do Manoel (fundo transparente), vaza pelo topo e cola na base do card */
.founder-card .fc-photo {
  position: absolute;
  left: 47.6%;
  bottom: 0;
  width: 50.99%;
  height: 115.41%;
  object-fit: cover;
  object-position: 50% 38%;
  z-index: 2;
}
.founder-card .fc-badge {
  position: absolute;
  left: 52.6%;
  top: 37.4%;
  width: 7.47%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.founder-card .fc-copy {
  position: absolute;
  left: 6.1%;
  top: 50%;
  transform: translateY(-50%);
  width: 42.1%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.founder-card .fc-eyebrow {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
}
.founder-card .fc-name {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(30px, 4.35vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  margin: 0 0 clamp(10px, 1.4vw, 16px);
}
.founder-card .fc-role {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(16px, 1.85vw, 22px);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.founder-card .fc-text {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}
.founder-card .fc-text + .fc-text {
  margin-top: clamp(10px, 1.1vw, 14px);
}
.founder-card .fc-text b {
  color: var(--teal);
  font-weight: 600;
}
.founder-card .fc-photo-mobile {
  display: none;
}
@media (max-width: 820px) {
  .founder {
    margin-top: 0; /* o padding da seção já dá o respiro; evita vão duplo no mobile */
  }
  .founder-card {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #04071d;
  }
  .founder-card .fc-watermark,
  .founder-card .fc-photo,
  .founder-card .fc-badge {
    display: none;
  }
  .founder-card .fc-photo-mobile {
    display: block;
    order: 1;
    width: 100%;
    height: auto;
  }
  .founder-card .fc-copy {
    position: static;
    top: auto;
    transform: none;
    width: auto;
    order: -1;
    align-items: flex-start;
    text-align: left;
    padding: 40px 30px 20px;
  }
  .founder-card .fc-name {
    font-size: 27px;
  }
}

/* ----- transições cinematográficas nas fotos (zoom suave no hover) ----- */
.proof-photo img {
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.proof-photo:hover img {
  transform: scale(1.04);
}

/* ----- métricas do case: leve elevação no hover ----- */
.cm-row {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.cm-row:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 192, 190, 0.32);
}

/* ----- timeline das revoluções: "IA" pulsa de leve (estado presente) ----- */
@keyframes nowPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(91, 192, 190, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(91, 192, 190, 0);
  }
}

/* ----- fecho: clipa o "planeta" do horizonte pra não estender a página além do rodapé ----- */
.final-arc {
  overflow: hidden;
}

/* ----- FAQ: o (+) em teal (override do roxo padrão do site.css) ----- */
.faq .faq-q .pm {
  color: var(--teal);
}
.faq .faq-item:hover .pm,
.faq .faq-item.open .pm {
  color: var(--teal);
}

/* ----- rótulos (badge-pill): acento em teal em vez do roxo/azul padrão do site.css ----- */
.badge-pill {
  background: linear-gradient(180deg, rgba(91, 192, 190, 0.08), rgba(91, 192, 190, 0.03));
  border-color: rgba(91, 192, 190, 0.24);
  box-shadow:
    0 0 24px rgba(91, 192, 190, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* ----- tipografia: evita órfãs (palavra/letra curta sozinha no fim da linha), desktop e mobile ----- */
p,
li,
.lede,
.lp-hero .sub,
.fc-text,
.fc-role,
.anchor-note,
.tese-lead,
.proof-quote,
.split-note {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
.h2,
.fc-name,
.speaker-title {
  text-wrap: balance;
}
