/* ═══════════════════════════════════════════════════════════════
   Ajustes do site do produto sobre o design system da TKI.
   Vive separado de propósito: finance.css e orac.css são cópias
   fiéis do pacote, e misturar as nossas mudanças ali tornaria
   impossível atualizar o pacote depois sem refazer tudo à mão.
   ═══════════════════════════════════════════════════════════════ */

/* ── "Entrar" sempre à vista, inclusive no celular ────────────────
   Abaixo de 1080px o design system esconde a barra de ações inteira.
   Isso serve para o site institucional, onde só há CTA — mas aqui
   quem já é cliente abre o site para ENTRAR, e obrigar essa pessoa a
   procurar o login dentro do menu hambúrguer é atrito em quem já
   comprou. Então a barra volta, com só o "Entrar" dentro dela. */
@media (max-width: 1080px) {
  .nav .actions { display: flex; }
  .nav .actions .btn-primary { display: none; }
  .nav .actions .btn-ghost {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
    border-color: var(--line-2);
  }
}
@media (max-width: 380px) {
  /* Telas bem estreitas: o texto encolhe antes de quebrar a linha. */
  .nav .actions .btn-ghost { padding: 0 11px; font-size: 13px; }
}

/* ── Alvos de toque ───────────────────────────────────────────────
   Links de menu e botões passam a ter 44px de altura mínima, que é o
   tamanho de um dedo. Abaixo disso, errar o toque vira regra. */
@media (max-width: 1080px) {
  .mobile-nav a { min-height: 46px; display: flex; align-items: center; }
  .faq-wrap summary { min-height: 52px; }
}

/* ── Respiro no celular ───────────────────────────────────────────
   O mockup do sistema e o telefone da conversa são largos; sem isto
   eles empurram a página e nasce rolagem lateral. */
@media (max-width: 900px) {
  .orac-app-wrap, .wa-stage { max-width: 100%; overflow-x: hidden; }
  .orac-chip { display: none; }
}

/* ── A marca escrita no cabeçalho e no rodapé ─────────────────────
   O design system dimensiona `.brand img` pensando num ícone quadrado
   de 27–30px. O wordmark é largo e baixo — nessa altura as letras
   ficariam minúsculas, porque boa parte do arquivo é o espaço da
   barra vermelha. Daí a altura própria. */
.nav .brand .brand-logo { height: 30px; width: auto; }
.foot-brand .brand .brand-logo { height: 28px; width: auto; }
/* O arquivo do rodapé já é branco; clarear de novo apagaria a barra. */
.foot-brand .brand img { filter: none; }
@media (max-width: 420px) {
  .nav .brand .brand-logo { height: 25px; }
}

/* ═══════════════════════════════════════════════════════════════
   BOROS — a hero da IA
   Vive aqui, e não em orac.css, pela mesma razão do resto deste
   arquivo: orac.css é cópia fiel do pacote do design system.
   ═══════════════════════════════════════════════════════════════ */

.boros { padding-top: 104px; }
.boros > .container { position: relative; z-index: 1; }

/* Duas manchas de luz atrás do conteúdo. São grandes e desfocadas de
   propósito: dão profundidade à seção escura sem virar enfeite. */
.bo-aura {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  filter: blur(90px); opacity: .5;
}
.bo-aura--1 { top: -120px; left: 4%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(124, 58, 237, .55), transparent 70%); animation: boAura 17s ease-in-out infinite; }
.bo-aura--2 { top: 380px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(0, 64, 240, .5), transparent 70%); animation: boAura 21s ease-in-out infinite reverse; }
@keyframes boAura {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(28px, -34px, 0) scale(1.12); }
}

/* ---------- topo ---------- */
.bo-top { text-align: center; max-width: 880px; margin: 0 auto; }
.bo-top .eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.bo-live { width: 7px; height: 7px; border-radius: 50%; background: #c4b5fd; position: relative; flex-shrink: 0; }
.bo-live::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 1.5px solid #c4b5fd; opacity: 0; animation: boPulse 2.2s ease-out infinite;
}
@keyframes boPulse { 0% { transform: scale(.5); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }

.bo-display {
  font-size: clamp(30px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -0.035em;
  font-weight: 700; color: #fff; margin: 16px 0 0;
}
.bo-lede { font-size: clamp(15.5px, 1.5vw, 18px); line-height: 1.62; color: #a8bad6; margin: 20px auto 0; max-width: 720px; }
.bo-lede b { color: #fff; font-weight: 600; }
.bo-ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.bo-btn-ghost { color: #c9d6ec; border: 1px solid #2b3c5e; }
.bo-btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .06); }

.bo-facts { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 44px 0 0; padding: 0; }
.bo-facts li {
  background: rgba(16, 26, 46, .8); border: 1px solid #1f2d49; border-radius: 14px; padding: 18px 16px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.2,.7,.3,1);
}
.bo-facts li:hover { border-color: #3a2a6b; transform: translateY(-3px); }
.bo-facts b { display: block; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; background: linear-gradient(92deg, #c4b5fd, #7cb5ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bo-facts span { display: block; font-size: 12.5px; line-height: 1.45; color: #8fa1be; margin-top: 6px; }
@media (max-width: 820px) { .bo-facts { grid-template-columns: 1fr 1fr; } }

/* ---------- cabeçalhos internos ---------- */
.bo-sec-head { text-align: center; max-width: 760px; margin: 96px auto 34px; }
.bo-h3 { font-size: clamp(23px, 2.9vw, 34px); line-height: 1.15; letter-spacing: -0.03em; font-weight: 600; color: #fff; margin: 0; }
.bo-sub { font-size: 15.5px; line-height: 1.6; color: #8fa1be; margin: 12px 0 0; }

/* ---------- o analisador ---------- */
.bo-scan {
  background: #0e1728; border: 1px solid #1f2d49; border-radius: 20px; overflow: hidden;
  box-shadow: 0 44px 100px -40px rgba(124, 58, 237, .5);
}
.bo-scan__head { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid #1c2942; background: #0b1424; }
.bo-scan__av { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #7c3aed, #4d8dff); display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.bo-scan__av svg { width: 17px; height: 17px; }
.bo-scan__head b { display: block; font-size: 13.5px; color: #fff; }
.bo-scan__head small { display: block; font-size: 11px; color: #8fa1be; margin-top: 1px; }
.bo-scan__state {
  margin-left: auto; flex-shrink: 0; font-family: "JetBrains Mono", monospace; font-size: 10.5px;
  color: #c4b5fd; background: rgba(124, 58, 237, .16); border: 1px solid rgba(167, 139, 250, .3);
  padding: 5px 11px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px;
}
.bo-scan__state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #c4b5fd; animation: boBlink 1s ease-in-out infinite; }
@keyframes boBlink { 50% { opacity: .2; } }
.bo-scan__body { display: grid; grid-template-columns: 1fr 1.15fr; }
.bo-scan__left { padding: 20px; border-right: 1px solid #1c2942; min-width: 0; }
.bo-scan__right { padding: 20px; min-width: 0; }
@media (max-width: 900px) {
  .bo-scan__body { grid-template-columns: 1fr; }
  .bo-scan__left { border-right: 0; border-bottom: 1px solid #1c2942; }
}

/* áudio com a linha de leitura passando por cima */
.bo-audio { position: relative; background: #0b1220; border: 1px solid #1c2942; border-radius: 12px; padding: 14px; overflow: hidden; }
.bo-audio__who { display: block; font-size: 10.5px; color: #8fa1be; margin-bottom: 11px; }
.bo-wave { display: flex; align-items: center; gap: 3px; height: 42px; }
.bo-wave i {
  flex: 1; min-width: 2px; border-radius: 2px; background: linear-gradient(180deg, #7c3aed, #4d8dff);
  opacity: .55; transform-origin: center;
}
.bo-wave.is-live i { animation: boWave 1.1s ease-in-out infinite; }
@keyframes boWave { 0%, 100% { transform: scaleY(.55); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
.bo-audio__line {
  position: absolute; top: 0; bottom: 0; width: 2px; left: 0;
  background: linear-gradient(180deg, transparent, #c4b5fd 30%, #c4b5fd 70%, transparent);
  box-shadow: 0 0 14px 3px rgba(196, 181, 253, .55); opacity: 0;
}
.bo-audio__line.is-on { opacity: 1; animation: boLine 2.6s linear infinite; }
@keyframes boLine { from { left: 2%; } to { left: 98%; } }

.bo-transc { font-size: 12.5px; line-height: 1.6; color: #b9c8e2; margin: 14px 0 0; }
.bo-transc i { color: #66738a; font-style: normal; font-family: "JetBrains Mono", monospace; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; display: block; margin-bottom: 4px; }

/* medidores */
.bo-meters { display: grid; gap: 11px; margin-top: 18px; }
.bo-meter { display: grid; grid-template-columns: 1fr 96px 34px; align-items: center; gap: 10px; }
.bo-meter__l { font-size: 12px; color: #8fa1be; }
.bo-meter__bar { height: 6px; border-radius: 999px; background: #16233c; overflow: hidden; }
.bo-meter__bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #f59e0b, #ef4444); transition: width 1.1s cubic-bezier(.2,.7,.3,1); }
.bo-meter.is-good .bo-meter__bar i { background: linear-gradient(90deg, #22c55e, #4ade80); }
.bo-meter__n { font-family: "JetBrains Mono", monospace; font-size: 11.5px; color: #dbe4f5; text-align: right; }

/* achados */
.bo-find__title { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: #66738a; margin: 0 0 12px; }
.bo-find { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.bo-find li {
  display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; border-radius: 10px;
  background: #0b1220; border: 1px solid #1c2942; font-size: 12.5px; line-height: 1.5; color: #b9c8e2;
}
.bo-find li b { display: block; color: #fff; font-weight: 600; margin-bottom: 2px; }
.bo-find li i { color: #8fa1be; font-size: 11.5px; }
.bo-find .ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; }
.bo-find .ic svg { width: 13px; height: 13px; }
.bo-find li[data-lvl="red"] .ic { background: rgba(239, 68, 68, .16); color: #fca5a5; }
.bo-find li[data-lvl="red"] { border-left: 2px solid rgba(239, 68, 68, .55); }
.bo-find li[data-lvl="amber"] .ic { background: rgba(245, 158, 11, .16); color: #fcd34d; }
.bo-find li[data-lvl="amber"] { border-left: 2px solid rgba(245, 158, 11, .5); }
.bo-find li[data-lvl="green"] .ic { background: rgba(34, 197, 94, .16); color: #86efac; }
.bo-find li[data-lvl="green"] { border-left: 2px solid rgba(34, 197, 94, .5); }

/* Escondido até a análise "chegar" nele — quem está lendo vê o
   raciocínio aparecendo, não uma lista pronta de enfeite. */
.js .bo-scan[data-boros-scan] .bo-find li,
.js .bo-scan[data-boros-scan] .bo-fix {
  opacity: 0; transform: translateY(8px);
  transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.3,1);
}
.js .bo-scan .bo-find li.is-in, .js .bo-scan .bo-fix.is-in { opacity: 1; transform: none; }

.bo-fix {
  margin-top: 12px; padding: 12px 13px; border-radius: 11px; display: flex; gap: 9px; align-items: flex-start;
  background: linear-gradient(120deg, rgba(124, 58, 237, .2), rgba(0, 64, 240, .14));
  border: 1px solid rgba(167, 139, 250, .34); font-size: 12.5px; line-height: 1.55; color: #e7e2ff;
}
.bo-fix b { color: #fff; }
.bo-fix svg { width: 15px; height: 15px; color: #c4b5fd; flex-shrink: 0; margin-top: 2px; }
.bo-scan__foot { display: flex; align-items: center; gap: 8px; margin: 0; padding: 12px 18px; border-top: 1px solid #1c2942; background: #0b1424; font-size: 11.5px; color: #66738a; }
.bo-scan__foot svg { width: 13px; height: 13px; color: #8fa1be; flex-shrink: 0; }

/* ---------- grade do que passa batido ---------- */
.bo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 980px) { .bo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .bo-grid { grid-template-columns: 1fr; } }
.bo-card {
  position: relative; overflow: hidden; padding: 22px; border-radius: 16px;
  background: #101a2e; border: 1px solid #1c2942;
  transition: border-color .25s ease, transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s ease;
}
.bo-card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, .7), transparent);
  opacity: 0; transition: opacity .3s ease;
}
.bo-card:hover { border-color: #3a2a6b; transform: translateY(-4px); box-shadow: 0 22px 46px -20px rgba(124, 58, 237, .45); }
.bo-card:hover::before { opacity: 1; }
.bo-card__ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; margin-bottom: 14px; background: rgba(124, 58, 237, .18); border: 1px solid rgba(167, 139, 250, .3); color: #c4b5fd; }
.bo-card__ic svg { width: 17px; height: 17px; }
.bo-card h4 { font-size: 15.5px; font-weight: 600; color: #fff; margin: 0 0 7px; letter-spacing: -0.015em; }
.bo-card p { font-size: 13.5px; line-height: 1.58; color: #8fa1be; margin: 0; }
.bo-card p b { color: #c4b5fd; font-weight: 600; }

/* ---------- ciclo de aprendizado ---------- */
.bo-loop { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; counter-reset: bo; }
@media (max-width: 900px) { .bo-loop { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .bo-loop { grid-template-columns: 1fr; } }
.bo-loop li {
  position: relative; padding: 22px 18px; border-radius: 16px;
  background: #101a2e; border: 1px solid #1c2942;
}
/* A seta entre as etapas fecha o ciclo visualmente; no celular, onde
   as etapas empilham, ela sairia atravessada — então desaparece. */
.bo-loop li:not(:last-child)::after {
  content: ""; position: absolute; top: 50%; right: -11px; width: 10px; height: 10px;
  border-top: 1.5px solid #2b3c5e; border-right: 1.5px solid #2b3c5e;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 900px) { .bo-loop li::after { display: none !important; } }
.bo-loop__n {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; margin-bottom: 13px;
  font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 600; color: #fff;
  background: linear-gradient(135deg, #7c3aed, #4d8dff);
}
.bo-loop b { display: block; font-size: 15px; color: #fff; font-weight: 600; margin-bottom: 6px; }
.bo-loop span:last-child { display: block; font-size: 13px; line-height: 1.55; color: #8fa1be; }
/* Um brilho corre pelas etapas, uma depois da outra: é o ciclo
   girando sozinho, que é exatamente o que o texto promete. */
.bo-loop li.is-lit { border-color: #4c3a8f; box-shadow: 0 0 0 3px rgba(124, 58, 237, .14); }
.bo-loop li.is-lit .bo-loop__n { box-shadow: 0 8px 20px -6px rgba(124, 58, 237, .8); }

/* ---------- painéis gestor / vendedor ---------- */
.bo-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 96px; }
@media (max-width: 900px) { .bo-two { grid-template-columns: 1fr; } }
.bo-panel { background: #101a2e; border: 1px solid #1c2942; border-radius: 20px; padding: 28px; }
.bo-panel__tag { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 14px; padding: 5px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bo-panel__tag svg { width: 13px; height: 13px; }
.bo-panel__tag--gestor { background: rgba(0, 64, 240, .18); border: 1px solid rgba(96, 165, 250, .32); color: #7cb5ff; }
.bo-panel__tag--vend { background: rgba(34, 197, 94, .14); border: 1px solid rgba(134, 239, 172, .3); color: #86efac; }
.bo-panel h3 { font-size: clamp(19px, 2.1vw, 23px); line-height: 1.22; letter-spacing: -0.025em; font-weight: 600; color: #fff; margin: 0; }
.bo-panel__sub { font-size: 13.5px; line-height: 1.55; color: #8fa1be; margin: 9px 0 0; }
.bo-panel__list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.bo-panel__list li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.55; color: #b9c8e2; }
.bo-panel__list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 15px; height: 15px; border-radius: 50%;
  background: rgba(124, 58, 237, .2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23c4b5fd' d='M6.5 10.5L4 8l-1 1 3.5 3.5L14 5l-1-1z'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.bo-panel__list li b { color: #fff; font-weight: 600; }

.bo-progress { margin-top: 22px; padding: 16px; border-radius: 13px; background: #0b1220; border: 1px solid #1c2942; }
.bo-progress__top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-size: 12.5px; color: #8fa1be; }
.bo-progress__top b { font-family: "JetBrains Mono", monospace; font-size: 17px; color: #86efac; }
.bo-progress__bar { display: block; height: 9px; border-radius: 999px; background: #16233c; overflow: hidden; margin: 10px 0 11px; }
.bo-progress__bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #22c55e, #4ade80 70%, #a3e635); transition: width 1.4s cubic-bezier(.2,.7,.3,1); }
.bo-progress__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: 11.5px; color: #66738a; }
.bo-medal { font-size: 12px; font-weight: 600; color: #fcd34d; background: rgba(245, 158, 11, .14); border: 1px solid rgba(252, 211, 77, .3); padding: 4px 10px; border-radius: 999px; }

/* ---------- dica do dia (bloco que já existia) ---------- */
.bo-hero-legado { margin-top: 96px; }

/* ---------- fechamento ---------- */
.bo-close { text-align: center; margin-top: 72px; }
.bo-close p { font-size: clamp(19px, 2.4vw, 27px); line-height: 1.3; letter-spacing: -0.025em; font-weight: 600; color: #fff; margin: 0 auto 22px; max-width: 620px; }

/* ---------- movimento reduzido ----------
   Quem pediu menos animação recebe a página inteira, parada. */
@media (prefers-reduced-motion: reduce) {
  .bo-aura, .bo-live::after, .bo-wave.is-live i, .bo-audio__line.is-on, .bo-scan__state::before { animation: none !important; }
  .js .bo-scan[data-boros-scan] .bo-find li,
  .js .bo-scan[data-boros-scan] .bo-fix { opacity: 1 !important; transform: none !important; }
}

/* linha do tempo da demora — a régua do "ok não conta" ficando visível */
.bo-time__title { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: #66738a; margin: 22px 0 11px; }
.bo-time { list-style: none; margin: 0; padding: 0 0 0 4px; display: grid; gap: 0; }
.bo-time li { position: relative; display: flex; gap: 11px; padding: 0 0 14px 20px; font-size: 12.5px; line-height: 1.45; color: #b9c8e2; }
.bo-time li:last-child { padding-bottom: 0; }
/* O fio que liga os momentos; no vão da espera ele fica vermelho e
   tracejado, porque é exatamente ali que a venda esfria. */
.bo-time li::before { content: ""; position: absolute; left: 0; top: 5px; width: 9px; height: 9px; border-radius: 50%; background: #16233c; border: 2px solid #2b3c5e; }
.bo-time li::after { content: ""; position: absolute; left: 4px; top: 14px; bottom: 0; width: 1px; background: #1f2d49; }
.bo-time li:last-child::after { display: none; }
.bo-time li.is-mute { color: #66738a; }
.bo-time li.is-ask::before { border-color: #7cb5ff; background: rgba(0, 64, 240, .3); }
.bo-time li.is-gap::before { border-color: #ef4444; background: rgba(239, 68, 68, .25); }
.bo-time li.is-gap::after { background: repeating-linear-gradient(180deg, rgba(239, 68, 68, .7) 0 4px, transparent 4px 8px); }
.bo-time li.is-ans::before { border-color: #22c55e; background: rgba(34, 197, 94, .25); }
.bo-time__h { flex-shrink: 0; width: 42px; font-family: "JetBrains Mono", monospace; font-size: 11px; color: #8fa1be; padding-top: 1px; }
.bo-time li.is-gap .bo-time__h { color: #fca5a5; font-weight: 600; }
.bo-time b { color: #fff; font-weight: 600; }
.bo-time li.is-mute b { color: #8fa1be; }
.bo-time i { display: block; font-size: 11.5px; color: #66738a; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════════
   FORJA — gestão de projetos e atendimento ao cliente
   O azul é o da marca dela (#2b5cf0, o mesmo do símbolo de três
   lâminas), um pouco mais claro que o azul do ORAC de propósito:
   são produtos da mesma família, não o mesmo produto.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --fj:        #2b5cf0;
  --fj-dark:   #1d3fb0;
  --fj-soft:   #eef2ff;
  --fj-line:   #d9e2ff;
}

.fj { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7f9ff, #fff 340px); }
.fj::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 420px; pointer-events: none;
  background: radial-gradient(52% 100% at 50% 0%, rgba(43, 92, 240, .13), transparent 70%);
}
.fj > .container { position: relative; }
.grad-fj { background: linear-gradient(92deg, var(--fj), #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow--fj { color: var(--fj); }

/* ---------- marca ---------- */
.fj-top { text-align: center; max-width: 880px; margin: 0 auto; }
/* Em bloco, e não inline-flex: como inline ela dividia a linha com o
   olho-de-boi logo abaixo, e a marca ficava com um texto grudado ao lado. */
.fj-mark { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
.fj-mark__sym { width: 46px; height: 50px; }
.fj-mark__tx { font-size: 38px; font-weight: 800; letter-spacing: -0.04em; color: #16203a; line-height: 1; }
@media (max-width: 600px) { .fj-mark__sym { width: 38px; height: 41px; } .fj-mark__tx { font-size: 31px; } }
/* As três lâminas entram uma a uma, como quem forja. Só na primeira
   vez que a marca aparece — repetir vira enfeite piscando. */
.js .fj-mark[data-forja-mark] .fj-mark__sym path { opacity: 0; transform: translateX(-14px); }
.fj-mark.is-in .fj-mark__sym path { animation: fjBlade .6s cubic-bezier(.2,.7,.3,1) forwards; }
.fj-mark.is-in .fj-mark__sym path:nth-child(2) { animation-delay: .12s; }
.fj-mark.is-in .fj-mark__sym path:nth-child(3) { animation-delay: .24s; }
@keyframes fjBlade { to { opacity: 1; transform: none; } }

.fj-display { font-size: clamp(29px, 4.3vw, 50px); line-height: 1.1; letter-spacing: -0.035em; font-weight: 700; color: var(--ink); margin: 10px 0 0; }
.fj-lede { font-size: clamp(15.5px, 1.5vw, 18px); line-height: 1.62; color: var(--ink-2); margin: 20px auto 0; max-width: 700px; }
.fj-lede b { color: var(--ink); font-weight: 600; }
.fj-ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.fj-seals { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 34px 0 0; padding: 0; }
.fj-seals li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--fj-line); font-size: 13.5px; font-weight: 500; color: var(--ink-2); box-shadow: 0 1px 3px rgba(11, 18, 32, .05); }
.fj-seals svg { width: 16px; height: 16px; color: var(--fj); flex-shrink: 0; }
@media (max-width: 560px) { .fj-seals li { width: 100%; max-width: 340px; justify-content: center; } }

/* ---------- cabeçalhos internos ---------- */
.fj-head { text-align: center; max-width: 760px; margin: 92px auto 34px; }
.fj-h3 { font-size: clamp(23px, 2.9vw, 34px); line-height: 1.15; letter-spacing: -0.03em; font-weight: 600; color: var(--ink); margin: 0; }
.fj-sub { font-size: 15.5px; line-height: 1.6; color: var(--ink-3); margin: 12px 0 0; }

/* ---------- o quadro ---------- */
.fj-board-wrap { position: relative; max-width: 1120px; margin: 0 auto; }
.fj-board { border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 46px 100px -40px rgba(43, 92, 240, .38), 0 14px 34px -14px rgba(11, 18, 32, .12); }
.fj-board__bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.fj-board__bar .d { width: 9px; height: 9px; border-radius: 50%; background: #d8dee9; }
.fj-board__bar .u { margin-left: 12px; font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--ink-4); }
.fj-board__bar .u::before { content: "🔒 "; }
.fj-board__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.fj-board__title b { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.fj-board__title small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.fj-board__kpis { display: flex; gap: 8px; flex-wrap: wrap; }
.fj-kpi { display: inline-flex; align-items: baseline; gap: 6px; padding: 6px 12px; border-radius: 999px; background: var(--bg-2); border: 1px solid var(--line); font-size: 11.5px; color: var(--ink-3); }
.fj-kpi b { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--ink); }
.fj-kpi--red { background: var(--orac-red-soft); border-color: #f7c8c8; color: #b91c1c; }
.fj-kpi--red b { color: #dc2626; }
.fj-kpi--amber { background: var(--orac-amber-soft); border-color: #f0dca0; color: #b45309; }
.fj-kpi--amber b { color: #b45309; }
.fj-kpi--green { background: var(--orac-green-soft); border-color: #bfe8cf; color: #166534; }
.fj-kpi--green b { color: #15803d; }

.fj-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 14px; background: var(--bg-2); }
.fj-col { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px; min-height: 250px; min-width: 0; }
.fj-col__head { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.fj-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.fj-col__head b { font-size: 11px; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fj-col__head small { margin-left: auto; font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--ink-3); }
.fj-card {
  display: block; position: relative; border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; margin-bottom: 8px;
  background: #fff; box-shadow: 0 1px 2px rgba(11, 18, 32, .04);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), opacity .35s ease, border-color .3s ease, box-shadow .3s ease;
}
.fj-card__n { font-family: "JetBrains Mono", monospace; font-size: 9.5px; color: var(--ink-4); }
.fj-card b { display: block; font-size: 11.5px; font-weight: 600; color: var(--ink); line-height: 1.32; margin: 2px 0 7px; }
.fj-card__meta { display: flex; gap: 5px; flex-wrap: wrap; }
.fj-tag { font-size: 8.5px; font-weight: 700; padding: 2px 6px; border-radius: 4px; letter-spacing: .02em; white-space: nowrap; }
.fj-tag--bug { background: var(--orac-red-soft); color: #dc2626; }
.fj-tag--imp { background: var(--orac-purple-soft); color: var(--orac-purple); }
.fj-tag--duv { background: #e0f2fe; color: #0369a1; }
.fj-tag--tar { background: var(--orac-green-soft); color: #15803d; }
.fj-pri { font-size: 8.5px; font-weight: 700; padding: 2px 6px; border-radius: 4px; white-space: nowrap; }
.fj-pri--urg { background: #ef4444; color: #fff; }
.fj-pri--alt { background: var(--orac-amber-soft); color: #b45309; }
.fj-pri--med { background: #e0f2fe; color: #0369a1; }
.fj-pri--bai { background: var(--bg-3); color: var(--ink-3); }
.fj-card__foot { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.fj-who { font-size: 9.5px; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fj-late { font-size: 9.5px; font-weight: 600; color: #dc2626; white-space: nowrap; }
.fj-av { margin-left: auto; width: 18px; height: 18px; border-radius: 50%; background: var(--fj); color: #fff; font-size: 8.5px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.fj-av--2 { background: #7c3aed; }
.fj-av--3 { background: #0f766e; }
.fj-card.is-late { border-color: rgba(239, 68, 68, .45); background: linear-gradient(180deg, #fffbfb, #fff 60%); }
.fj-card.is-wait { border-color: rgba(245, 158, 11, .5); background: linear-gradient(180deg, #fffcf5, #fff 60%); }
.fj-card.is-entering { animation: fjIn .5s cubic-bezier(.2,.7,.3,1); }
.fj-card.is-leaving { opacity: 0; transform: translateX(22px); }
.fj-card.is-new { border-color: rgba(43, 92, 240, .55); box-shadow: 0 0 0 3px rgba(43, 92, 240, .12); }
@keyframes fjIn { from { opacity: 0; transform: translateX(-22px); } }

.fj-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--line-2); border-radius: 14px; padding: 11px 15px; text-align: left;
  box-shadow: 0 18px 44px -12px rgba(11, 18, 32, .22); animation: chipFloat 6s ease-in-out infinite;
}
.fj-chip .ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.fj-chip .ic svg { width: 17px; height: 17px; }
.fj-chip .ic.blue { background: var(--fj-soft); color: var(--fj); }
.fj-chip .ic.amber { background: var(--orac-amber-soft); color: #b45309; }
.fj-chip b { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.fj-chip small { display: block; font-size: 11px; color: var(--ink-3); margin-top: 1px; }
.fj-chip--1 { top: -22px; right: 28px; }
.fj-chip--2 { bottom: -24px; left: 28px; animation-delay: -3s; }
@media (max-width: 1080px) {
  .fj-chip { display: none; }
  .fj-cols { grid-template-columns: repeat(3, 1fr); }
  .fj-col:nth-child(4), .fj-col:nth-child(5) { display: none; }
}
@media (max-width: 700px) {
  .fj-cols { grid-template-columns: 1fr 1fr; }
  .fj-col:nth-child(3) { display: none; }
}

/* ---------- do pedido à entrega ---------- */
.fj-flow { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; }
@media (max-width: 1000px) { .fj-flow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .fj-flow { grid-template-columns: 1fr; } }
.fj-flow li {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 20px 18px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.7,.3,1);
}
.fj-flow__ic { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--fj-soft); color: var(--fj); margin-bottom: 13px; transition: background-color .3s ease, color .3s ease, box-shadow .3s ease; }
.fj-flow__ic svg { width: 17px; height: 17px; }
.fj-flow b { display: block; font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 6px; letter-spacing: -0.01em; }
.fj-flow span:last-child { display: block; font-size: 13px; line-height: 1.55; color: var(--ink-3); }
/* O sinal percorrendo as etapas: mostra que é um processo, e não
   cinco caixas soltas lado a lado. */
.fj-flow li.is-lit { border-color: rgba(43, 92, 240, .5); box-shadow: 0 14px 32px -16px rgba(43, 92, 240, .55); transform: translateY(-3px); }
.fj-flow li.is-lit .fj-flow__ic { background: var(--fj); color: #fff; box-shadow: 0 8px 18px -5px rgba(43, 92, 240, .7); }

/* ---------- espaço do cliente ---------- */
.fj-space { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; align-items: start; }
@media (max-width: 940px) { .fj-space { grid-template-columns: 1fr; } }
.fj-space__app { background: #fff; border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; box-shadow: 0 34px 80px -40px rgba(43, 92, 240, .4); }
.fj-space__head { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.fj-space__logo { width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg, var(--fj), #7c3aed); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.fj-space__head b { display: block; font-size: 14px; color: var(--ink); }
.fj-space__head small { display: block; font-size: 11.5px; color: var(--ink-3); margin-top: 1px; }
.fj-space__on { margin-left: auto; font-size: 10px; font-weight: 700; color: #15803d; background: var(--orac-green-soft); padding: 4px 10px; border-radius: 999px; }
.fj-space__tabs { display: flex; gap: 4px; padding: 0 14px; border-bottom: 1px solid var(--line); overflow: hidden; }
.fj-space__tabs span { padding: 11px 12px; font-size: 12px; font-weight: 600; color: var(--ink-3); border-bottom: 2px solid transparent; white-space: nowrap; }
.fj-space__tabs span.is-on { color: var(--fj); border-bottom-color: var(--fj); }
.fj-space__tabs i { font-style: normal; font-size: 9.5px; font-weight: 700; background: var(--fj-soft); color: var(--fj); padding: 1px 5px; border-radius: 999px; margin-left: 4px; }
.fj-space__body { padding: 18px; background: var(--bg-2); }
.fj-jor__top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.fj-jor__top b { font-size: 13px; color: var(--ink); }
.fj-jor__pc { font-family: "JetBrains Mono", monospace; font-size: 15px; font-weight: 600; color: var(--fj); }
.fj-jor__pc::after { content: "%"; }
.fj-jor__bar { display: block; height: 7px; border-radius: 999px; background: var(--line-2); overflow: hidden; margin: 9px 0 15px; }
.fj-jor__bar i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--fj), #7c3aed); transition: width 1.5s cubic-bezier(.2,.7,.3,1); }
.fj-jor { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.fj-jor li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: #fff; border: 1px solid var(--line); }
.fj-jor__ic { width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid var(--line-2); flex-shrink: 0; }
.fj-jor li.is-done .fj-jor__ic { border-color: #16a34a; background: #16a34a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.5 10.5L4 8l-1 1 3.5 3.5L14 5l-1-1z'/%3E%3C/svg%3E") center / 11px no-repeat; }
.fj-jor li.is-done b { color: var(--ink-3); font-weight: 500; }
.fj-jor li.is-now { border-color: rgba(43, 92, 240, .45); box-shadow: 0 0 0 3px rgba(43, 92, 240, .1); }
.fj-jor li.is-now .fj-jor__ic { border-color: var(--fj); position: relative; }
.fj-jor li.is-now .fj-jor__ic::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--fj); animation: fjNow 1.8s ease-in-out infinite; }
@keyframes fjNow { 50% { opacity: .25; } }
.fj-jor b { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.fj-jor small { margin-left: auto; font-size: 10.5px; color: var(--ink-4); white-space: nowrap; flex-shrink: 0; }
.fj-space__msg { display: flex; gap: 10px; margin-top: 14px; padding: 12px; border-radius: 12px; background: #fff; border: 1px solid var(--orac-purple-line); }
.fj-space__av { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, #7c3aed, var(--fj)); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.fj-space__msg b { display: block; font-size: 11px; font-weight: 700; color: var(--orac-purple); margin-bottom: 3px; }
.fj-space__msg p { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--ink-2); }

.fj-space__side { display: grid; gap: 14px; }
.fj-mini { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 20px; transition: border-color .25s ease, transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s ease; }
.fj-mini:hover { border-color: var(--fj-line); transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(43, 92, 240, .5); }
.fj-mini__ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--fj-soft); color: var(--fj); margin-bottom: 12px; }
.fj-mini__ic svg { width: 16px; height: 16px; }
.fj-mini h4 { font-size: 15px; font-weight: 600; color: var(--ink); margin: 0 0 6px; letter-spacing: -0.015em; }
.fj-mini p { font-size: 13px; line-height: 1.55; color: var(--ink-3); margin: 0; }

/* ---------- sucesso do cliente ---------- */
.fj-succ { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 860px) { .fj-succ { grid-template-columns: 1fr; } }
.fj-succ__ask, .fj-succ__then { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.fj-succ__ask { background: linear-gradient(140deg, var(--fj-soft), #fff 65%); border-color: var(--fj-line); }
.fj-succ__tag { font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--fj); margin: 0 0 14px; }
.fj-succ__then .fj-succ__tag { color: var(--ink-4); }
.fj-succ__q { font-size: 17px; line-height: 1.5; color: var(--ink); font-weight: 500; margin: 0 0 18px; letter-spacing: -0.015em; }
.fj-succ__opts { display: flex; gap: 8px; flex-wrap: wrap; }
.fj-succ__opts span { font-size: 12.5px; font-weight: 600; padding: 9px 14px; border-radius: 10px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-3); }
.fj-succ__opts .is-ok { border-color: #bfe8cf; color: #15803d; background: var(--orac-green-soft); }
.fj-succ__opts .is-mid { border-color: #f0dca0; color: #b45309; background: var(--orac-amber-soft); }
.fj-succ__opts .is-bad { border-color: #f7c8c8; color: #dc2626; background: var(--orac-red-soft); }
.fj-succ__then ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fj-succ__then li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.fj-succ__then li b { color: var(--ink); font-weight: 600; }
.fj-succ__then .dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.fj-succ__then .dot.red { background: #ef4444; }
.fj-succ__then .dot.amber { background: var(--orac-amber); }
.fj-succ__then .dot.green { background: #16a34a; }

/* ---------- tudo que a Forja faz ---------- */
.fj-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1080px) { .fj-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .fj-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fj-grid { grid-template-columns: 1fr; } }
.fj-card2 { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 20px; transition: border-color .25s ease, transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s ease; }
.fj-card2:hover { border-color: var(--fj-line); transform: translateY(-4px); box-shadow: 0 20px 44px -24px rgba(43, 92, 240, .55); }
.fj-card2__ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--fj-soft); color: var(--fj); margin-bottom: 13px; }
.fj-card2__ic svg { width: 16px; height: 16px; }
.fj-card2 h4 { font-size: 14.5px; font-weight: 600; color: var(--ink); margin: 0 0 6px; letter-spacing: -0.015em; line-height: 1.3; }
.fj-card2 p { font-size: 13px; line-height: 1.55; color: var(--ink-3); margin: 0; }

/* ---------- fechamento ---------- */
.fj-close { text-align: center; margin-top: 76px; }
.fj-close p { font-size: clamp(22px, 3vw, 34px); line-height: 1.25; letter-spacing: -0.03em; font-weight: 700; color: var(--ink); margin: 0 0 22px; }

@media (prefers-reduced-motion: reduce) {
  .fj-chip, .fj-jor li.is-now .fj-jor__ic::after, .fj-card { animation: none !important; }
  .js .fj-mark[data-forja-mark] .fj-mark__sym path { opacity: 1 !important; transform: none !important; }
}

/* ── A Forja entre os módulos ─────────────────────────────────────
   A aba e os cartões dela usam o azul da própria Forja: quem já viu a
   marca lá embaixo reconhece o módulo aqui em cima sem ler o rótulo. */
.mod-tab--fj[aria-selected="true"] { background: var(--fj); border-color: var(--fj); box-shadow: 0 10px 24px -10px rgba(43, 92, 240, .6); }
.mod-tab--fj:hover { border-color: rgba(43, 92, 240, .45); }
.card--mod.is-fj .ico { background: var(--fj-soft); color: var(--fj); }
.card--mod.is-fj:hover .ico { box-shadow: 0 8px 18px rgba(43, 92, 240, .28); }
.mod-note a { color: var(--fj); font-weight: 600; }
