/* =====================================================================
   Nível 3 Online — embed LearnWorlds. TUDO escopado sob #ft-n3 pra nao
   colidir com a plataforma. Sem preflight global; reset so aqui dentro.
   ===================================================================== */

#ft-n3 {
  /* ---- Paleta (Color Hunt) ---- */
  --paper: #f0eee8;
  --paper2: #e7e4db;
  --ink: #17150f;
  --ink-soft: #5c594f;
  --line: #d6d2c6;
  --carbon: #0f1416;
  --carbon2: #1c2529;
  --carbon-line: #2c3639;
  --pod: #edeae1;        /* paper-on-dark */
  --mod: #9a948a;        /* mute-on-dark */
  --green: #2b5748;
  --green-hot: #9cb080;
  --green-dark: #1e3d33;
  --red: #e63312;
  --incl-bg: #e9f5ea;

  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Consolas, monospace;

  /* container */
  position: relative;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  text-align: left;  /* NAO REMOVER: a plataforma impoe text-align:center no
                        container. Sem isto, checklist, topicos dos modulos e
                        textos das personas saem centralizados. Os blocos que
                        DEVEM ser centrados ja declaram center explicitamente. */
  font-size: 16px;   /* NAO REMOVER: a LearnWorlds impoe font-size 0 no container
                        do embed. Sem esta linha todo max-width em "ch" vira 0px,
                        os blocos de titulo colapsam e o texto sai uma palavra por
                        linha. Medido na pagina publicada em 28/08/2026. */
  line-height: 1.5;
  /* BLINDAGEM DE HERANCA. Toda propriedade de texto que e herdada e que a gente
     NAO declara aqui vaza do container da plataforma pra dentro do embed. Ja fui
     mordido duas vezes por isso: "font-size: 0" colapsou todo max-width em ch e o
     texto saiu uma palavra por linha, e "text-align: center" centralizou checklist,
     topicos e personas. As de baixo estao nos valores INICIAIS do CSS, entao nao
     mudam nada do nosso layout (verificado elemento a elemento), so impedem que a
     LearnWorlds injete algo por heranca. Nao remover. */
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---- Reset escopado (neutraliza estilos de tag da plataforma host) ---- */
#ft-n3 *,
#ft-n3 *::before,
#ft-n3 *::after { box-sizing: border-box; }
#ft-n3 section, #ft-n3 header, #ft-n3 footer, #ft-n3 article, #ft-n3 div { margin: 0; padding: 0; border: 0; }
#ft-n3 h1, #ft-n3 h2, #ft-n3 h3, #ft-n3 p, #ft-n3 ul, #ft-n3 li, #ft-n3 figure { margin: 0; padding: 0; }
#ft-n3 p { font-size: inherit; line-height: inherit; }
#ft-n3 ul, #ft-n3 li { list-style: none; }
#ft-n3 img, #ft-n3 svg { display: block; max-width: 100%; border: 0; filter: none; }
/* A LearnWorlds estiliza link com forca (cor, sublinhado, fonte e altura) e
   atinge tambem os filhos, tipo "#pageContainer a span". O ID DOBRADO abaixo e
   proposital: o seletor universal * tem especificidade zero, entao "#ft-n3 a *"
   PERDE de "#pageContainer a span". Com dois ids a nossa regra ganha sempre. */
#ft-n3#ft-n3 a,
#ft-n3#ft-n3 a:link,
#ft-n3#ft-n3 a:visited,
#ft-n3#ft-n3 a:hover,
#ft-n3#ft-n3 a:focus,
#ft-n3#ft-n3 a:active,
#ft-n3#ft-n3 a * { color: inherit !important; text-decoration: none !important; border-bottom: 0 !important; }
#ft-n3#ft-n3 a.btn--primary, #ft-n3#ft-n3 a.btn--primary *,
#ft-n3#ft-n3 a.btn--outline, #ft-n3#ft-n3 a.btn--outline * { color: #fff !important; }
#ft-n3#ft-n3 a.btn--primary:hover, #ft-n3#ft-n3 a.btn--primary:hover * { color: var(--carbon) !important; }
#ft-n3#ft-n3 .hd__brand, #ft-n3#ft-n3 .hd__brand * { color: var(--ink) !important; }
/* A plataforma tambem forca font-family e uma altura fixa nos <a>, o que
   espremia os botoes de 51px pra 32px (o padding era engolido pelo
   border-box) e trocava a mono por Inter. Medido na pagina publicada. */
#ft-n3 a.btn { font-family: var(--font-mono) !important; height: auto !important; min-height: 0 !important; }
#ft-n3 a.btn--lg { min-height: 48px !important; }
#ft-n3 a.btn--sm { min-height: 36px !important; }
#ft-n3 button { font: inherit; color: inherit; background: none; border: 0; padding: 0; margin: 0; cursor: pointer; }
#ft-n3 :focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px; }

/* ---- Utilitarios compartilhados ---- */
#ft-n3 .wrap { max-width: 1120px; margin-inline: auto; padding-inline: 20px; }
#ft-n3 .mono { font-family: var(--font-mono); }
#ft-n3 .c-green { color: var(--green); }
#ft-n3 .ico16 { width: 16px; height: 16px; }

#ft-n3 .eyebrow {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--green); margin-bottom: 12px;
}
#ft-n3 .eyebrow--hot { color: var(--green-hot); }

#ft-n3 .h2 {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.02;
  letter-spacing: -0.02em; color: var(--ink); text-wrap: balance;
}
#ft-n3 .h2--white { color: #fff; }
#ft-n3 .lead {
  margin-top: 16px; font-size: clamp(1.1rem, 2.3vw, 1.35rem);
  line-height: 1.375; color: var(--ink-soft);
}

#ft-n3 .sec { padding-block: 80px; }
#ft-n3 .sec--paper { background: var(--paper); }
#ft-n3 .sec--carbon { background: var(--carbon); color: var(--pod); }
#ft-n3 .sec__head { max-width: 70ch; margin: 0 auto 48px; text-align: center; }
#ft-n3 .sec__head .eyebrow { margin-inline: auto; }

/* ---- Botoes ---- */
#ft-n3 .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-mono); font-weight: 600; font-size: 16px; text-transform: none;
  background: transparent; border: 0; border-radius: 3px; line-height: 1.2;
  transition: background-color .18s, color .18s, border-color .18s;
}
#ft-n3 .btn--primary { background: var(--green); color: #fff; }
#ft-n3 .btn--primary:hover { background: var(--green-hot); color: var(--carbon); }
#ft-n3 .btn--outline { border: 1px solid var(--carbon-line); color: #fff; }
#ft-n3 .btn--outline:hover { background: rgba(255,255,255,.05); }
#ft-n3 .btn--sm { padding: 10px 16px; font-size: 12px; }
#ft-n3 .btn--lg { padding: 16px 28px; font-size: 16px; }
#ft-n3 .btn--block { width: 100%; }

/* =====================================================================
   HEADER
   ===================================================================== */
#ft-n3 .hd {
  /* top vem do JS: a plataforma tem menu preso no topo e o nosso header
     precisa encostar ABAIXO dele, senao desliza por baixo e some. */
  position: sticky; top: var(--ft-n3-top, 0px); z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(240,238,232,.85);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
}
#ft-n3 .hd__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
#ft-n3 .hd__brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
#ft-n3 .hd__logo { width: 131px; height: 26px; flex-shrink: 0; }
#ft-n3 .hd__name { font-family: var(--font-display); font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
#ft-n3 .hd__tag { display: none; font-size: 12px; letter-spacing: .025em; color: var(--ink-soft); }
#ft-n3 .only-sm { display: inline; }
#ft-n3 .from-sm { display: none; }

/* =====================================================================
   HERO
   ===================================================================== */
#ft-n3 .hero { position: relative; overflow: hidden; background: var(--carbon); color: var(--pod); }
#ft-n3 .hero__blur { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
#ft-n3 .hero__blur-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); opacity: .4; filter: blur(40px); }
#ft-n3 .hero__blur-veil { position: absolute; inset: 0; background: rgba(15,20,22,.6); }
/* Esta regra era .hero__static e nao pegava em nada: a classe no HTML e
   .hero-static. Mas renomear NAO resolve, porque o .hero__blur (com o veil
   preto de 60%) e FILHO do .hero-static: subir o pai leva o veil junto.
   Quem precisa subir e o bloco de texto, que nao e posicionado e por isso
   fica pintado ANTES do veil, que e absoluto. O .hero__videowrap nao precisa:
   o .hero__video ja e position:relative e vem depois do veil no DOM.
   No celular, onde a versao estatica e a visivel, o topo aparecia apagado.
   Medido no titulo, antes e depois: brilho de 38% pra 92%. */
#ft-n3 .hero__head { position: relative; z-index: 1; }
#ft-n3 .hero__head { padding-top: 96px; padding-bottom: 40px; text-align: center; }
#ft-n3 .hero__head .eyebrow { margin-inline: auto; font-size: 14px; }
#ft-n3 .hero__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(3rem, 9vw, 6.5rem); line-height: .95; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
#ft-n3 .hero__sub { max-width: 54ch; margin: 20px auto 0; font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.625; color: rgba(237,234,225,.85); }
#ft-n3 .hero__ctas { margin-top: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
#ft-n3 .hero__videowrap { padding: 0 16px 64px; }
#ft-n3 .hero__video { position: relative; aspect-ratio: 16 / 9; width: 100%; max-width: 1000px; margin-inline: auto; overflow: hidden; border-radius: 12px; border: 1px solid var(--carbon-line); background: #000; }
#ft-n3 .hero__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
#ft-n3 .hero__poster-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,20,22,.8), rgba(15,20,22,.2) 50%, rgba(15,20,22,.4)); }

#ft-n3 .playbtn {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; height: 80px; width: 80px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3); background: rgba(15,20,22,.4);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  transition: background-color .18s, border-color .18s;
}
#ft-n3 .playbtn:hover { background: var(--green); border-color: var(--green); }
#ft-n3 .playbtn__icon { margin-left: 4px; width: 28px; height: 28px; fill: #fff; }

/* =====================================================================
   CURRÍCULO
   ===================================================================== */
#ft-n3 .cur { }
#ft-n3 .cur__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
#ft-n3 .modcard { overflow: hidden; border-radius: 16px; border: 1px solid var(--line); background: #fff; }
#ft-n3 .modcard__banner { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--carbon); }
#ft-n3 .modcard__banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#ft-n3 .modcard__badge { position: absolute; left: 16px; top: 16px; border-radius: 999px; background: var(--carbon); padding: 6px 14px; font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #fff; }
#ft-n3 .modcard__lessons { position: absolute; right: 16px; top: 16px; border-radius: 999px; background: rgba(255,255,255,.9); padding: 6px 12px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; color: var(--ink); }
#ft-n3 .modcard__body { padding: 24px; }
#ft-n3 .modcard__kicker { font-family: var(--font-mono); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--green); margin-bottom: 8px; }
#ft-n3 .modcard__title { font-family: var(--font-display); font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1.25; letter-spacing: -0.02em; color: var(--ink); }
#ft-n3 .modcard__desc { margin-top: 12px; font-size: 15px; line-height: 1.625; color: var(--ink-soft); }
#ft-n3 .modcard__topics { margin-top: 20px; display: grid; gap: 10px; border-top: 1px solid var(--line); padding-top: 20px; }
#ft-n3 .modcard__topics li { display: grid; grid-template-columns: 1.1rem 1fr; gap: 8px; font-size: 14px; line-height: 1.375; color: var(--ink-soft); }
#ft-n3 .modcard__topics li span { font-family: var(--font-mono); font-weight: 700; color: var(--green); }
/* Card com lista longa (8+ tópicos): no card animado do desktop vai em 2 colunas,
   senão ele passa da altura da tela, some atrás do header e o fim da lista fica
   embaixo da trilha. No grid estático (celular) continua em 1 coluna.
   Só age em HTML que tem a classe, então o deploy não mexe na cópia já colada. */
#ft-n3 .flycard .modcard__topics--2col { grid-template-columns: 1fr 1fr; column-gap: 20px; }
#ft-n3 .cur__cta { margin-top: 40px; }

/* =====================================================================
   ACESSO (estatico)
   ===================================================================== */
#ft-n3 .access { position: relative; overflow: hidden; background: var(--carbon); color: var(--pod); padding-block: 96px; }
#ft-n3 .access__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); filter: blur(4px); }
#ft-n3 .access__veil { position: absolute; inset: 0; background: rgba(15,20,22,.6); }
#ft-n3 .access__inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
#ft-n3 .story__metric { display: flex; align-items: flex-end; justify-content: center; gap: 12px; }
#ft-n3 .story__num { font-family: var(--font-display); font-size: clamp(4rem, 12vw, 7rem); font-weight: 700; line-height: 1; color: var(--green-hot); }
#ft-n3 .story__unit { margin-bottom: 8px; text-align: left; }
#ft-n3 .story__unit-top { font-family: var(--font-display); font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1; color: #fff; }
#ft-n3 .story__unit-sub { font-size: 12px; text-transform: uppercase; letter-spacing: .025em; color: var(--mod); }
#ft-n3 .story__title { max-width: 18ch; margin: 20px auto 0; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; text-transform: uppercase; line-height: 1.02; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
#ft-n3 .story__body { max-width: 52ch; margin: 16px auto 0; line-height: 1.625; color: rgba(237,234,225,.85); }
#ft-n3 .access__pills { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
#ft-n3 .pill { display: flex; align-items: center; gap: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); padding: 12px 16px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
#ft-n3 .pill__ico { font-size: 20px; line-height: 1; }
#ft-n3 .pill__t { font-size: 14px; font-weight: 600; line-height: 1.25; color: #fff; }
#ft-n3 .pill__s { font-size: 11px; line-height: 1.25; color: var(--mod); }

/* =====================================================================
   TESE
   ===================================================================== */
#ft-n3 .thesis { border-bottom: 1px solid var(--line); }
#ft-n3 .thesis__wrap { max-width: 760px; margin-inline: auto; padding-inline: 20px; text-align: center; }
#ft-n3 .thesis__lead { max-width: 60ch; margin: 24px auto 0; font-size: clamp(1.15rem, 2.4vw, 1.4rem); line-height: 1.375; color: var(--ink-soft); }
#ft-n3 .thesis__body { max-width: 62ch; margin: 20px auto 0; line-height: 1.625; color: var(--ink-soft); }

/* =====================================================================
   INSTRUTOR
   ===================================================================== */
#ft-n3 .instr { padding-block: 80px; }
/* ORDEM DE REMOCAO. As metricas do instrutor sairam do HTML e do CSS no mesmo
   commit, e isso quebrou a pagina publicada: o CSS sobe por DEPLOY na hora, mas o
   HTML so muda quando o embed e RECOLADO na LearnWorlds. No intervalo o markup
   ficou orfao e sem estilo, os tres cards viraram blocos empilhados de 1883px e
   empurraram a foto do instrutor pra fora da tela (medido em 08/09/2026).
   Esta regra neutraliza o markup antigo enquanto ele existir em alguma copia ja
   colada. Licao: ao remover algo que vive nos dois lados, esconder pelo CSS
   primeiro e so apagar as regras depois que a recolagem estiver feita. */
#ft-n3 .instr__metrics { display: none !important; }

#ft-n3 .instr__grid { display: grid; grid-template-columns: 1fr; align-items: center; gap: 48px; }
#ft-n3 .instr__photowrap { position: relative; width: 100%; max-width: 420px; margin-inline: auto; }
#ft-n3 .instr__frame { overflow: hidden; border-radius: 24px; border: 1px solid var(--carbon-line); background: var(--carbon2); }
#ft-n3 .instr__photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
#ft-n3 .instr__badge { position: absolute; bottom: -12px; left: 24px; display: flex; align-items: center; gap: 8px; border-radius: 999px; background: #fff; padding: 8px 16px; box-shadow: 0 20px 40px -15px rgba(0,0,0,.7); }
#ft-n3 .instr__badge .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--green); }
#ft-n3 .instr__badge .mono { font-size: 12px; font-weight: 600; color: var(--ink); }
#ft-n3 .instr__name { font-family: var(--font-display); font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: -0.02em; color: #fff; }
#ft-n3 .instr__role { margin-top: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .025em; color: var(--mod); }
#ft-n3 .instr__lead { margin-top: 24px; font-size: 18px; font-weight: 500; line-height: 1.375; color: #fff; }
#ft-n3 .instr__body { margin-top: 16px; max-width: 54ch; line-height: 1.625; color: rgba(237,234,225,.8); }

/* =====================================================================
   PRA QUEM É
   ===================================================================== */
#ft-n3 .qual__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
#ft-n3 .persona { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 520px; overflow: hidden; border-radius: 16px; border: 1px solid var(--carbon-line); }
#ft-n3 .persona__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#ft-n3 .persona__veil { position: absolute; inset: 0; background: linear-gradient(to top, var(--carbon), rgba(15,20,22,.7) 55%, transparent); }
#ft-n3 .persona__body { position: relative; z-index: 10; padding: 28px; }
#ft-n3 .persona__ico { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 12px; background: var(--green); color: #fff; box-shadow: 0 10px 20px -8px rgba(0,0,0,.5); }
#ft-n3 .persona__ico svg { width: 24px; height: 24px; }
#ft-n3 .persona__title { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 1.25; letter-spacing: -0.02em; color: #fff; }
#ft-n3 .persona__text { margin-top: 12px; font-size: 14px; line-height: 1.625; color: rgba(237,234,225,.9); }
#ft-n3 .qual__prereq { margin-top: 32px; border-left: 2px solid var(--green); padding-left: 16px; font-size: 14px; line-height: 1.625; color: var(--ink-soft); }

/* =====================================================================
   TUDO INCLUSO
   ===================================================================== */
#ft-n3 .incl { border-top: 1px solid var(--line); }
#ft-n3 .incl__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
#ft-n3 .inclcard { display: flex; flex-direction: column; border-radius: 16px; border: 1px solid var(--line); background: #fff; padding: 28px; transition: border-color .18s; }
#ft-n3 .inclcard:hover { border-color: rgba(43,87,72,.4); }
#ft-n3 .inclcard__ico { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: 12px; background: var(--green); color: #fff; }
#ft-n3 .inclcard__ico svg { width: 24px; height: 24px; }
#ft-n3 .inclcard__tag { font-family: var(--font-mono); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--green); }
#ft-n3 .inclcard__title { margin-top: 8px; font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 1.25; letter-spacing: -0.02em; color: var(--ink); }
#ft-n3 .inclcard__text { margin-top: 12px; font-size: 14px; line-height: 1.625; color: var(--ink-soft); }

/* =====================================================================
   OFERTA
   ===================================================================== */
#ft-n3 .offer { position: relative; overflow: hidden; padding-block: 80px; }
#ft-n3 .offer__glow { position: absolute; left: 50%; top: 50%; width: 640px; height: 440px; max-width: 90vw; transform: translate(-50%, -50%); border-radius: 999px; background: rgba(43,87,72,.25); filter: blur(130px); pointer-events: none; }
#ft-n3 .offer__wrap { position: relative; max-width: 1000px; margin-inline: auto; padding-inline: 20px; }
#ft-n3 .offer .sec__head { max-width: 40ch; margin-bottom: 56px; }
#ft-n3 .offer__cards { position: relative; display: grid; grid-template-columns: 1fr; gap: 24px; }
#ft-n3 .pricecard { position: relative; z-index: 20; border-radius: 28px; border: 1px solid var(--line); background: #fff; padding: 32px; text-align: center; box-shadow: 0 40px 90px -30px rgba(10,10,11,.7); }
#ft-n3 .pricecard__ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; border-radius: 999px; border: 1px solid rgba(15,20,22,.15); background: var(--green); padding: 6px 16px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: #fff; }
#ft-n3 .pricecard__inner { padding-top: 12px; }
#ft-n3 .pricecard__anchor { font-size: 14px; color: var(--ink-soft); text-decoration: line-through; }
#ft-n3 .pricecard__price { margin: 4px 0; font-family: var(--font-display); font-size: clamp(3.5rem, 13vw, 6rem); font-weight: 700; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: var(--ink); }
#ft-n3 .pricecard__inst { font-size: 14px; color: var(--ink-soft); }
/* Pix a vista com 5% de desconto: R$ 2.140 menos 107 = R$ 2.033. */
#ft-n3 .pricecard__pix { margin-top: 10px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--green) 30%, transparent); background: color-mix(in srgb, var(--green) 8%, transparent); padding: 6px 15px 6px 6px; font-size: 13.5px; line-height: 1.3; color: var(--ink); }
#ft-n3 .pricecard__pix-tag { flex-shrink: 0; border-radius: 999px; background: var(--green); padding: 4px 10px; font-family: var(--font-mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; }
#ft-n3 .pricecard__pix b { font-weight: 700; color: var(--green); }
/* No celular o inline-flex apertava o valor em duas linhas e o texto ficava
   em duas colunas ragged. Vira bloco, com o selo inline no comeco da frase. */
@media (max-width: 520px) {
  #ft-n3 .pricecard__pix { display: block; border-radius: 12px; padding: 10px 12px; font-size: 13px; text-align: center; }
  #ft-n3 .pricecard__pix-tag { display: inline-block; margin-right: 7px; vertical-align: 1px; }
}
#ft-n3 .pricecard__note { margin-top: 4px; font-size: 12px; color: rgba(92,89,79,.7); }
/* Condicao da semana de lancamento (14 a 21/09): 2 anos de acesso, depois 12 meses.
   Fica logo abaixo do preco pra o prazo ser lido junto com o valor. */
#ft-n3 .pricecard__cond { margin-top: 18px; border-radius: 14px; border: 1.5px solid var(--green); background: color-mix(in srgb, var(--green) 12%, transparent); padding: 14px; text-align: center; }
#ft-n3 .pricecard__cond-tag { display: inline-block; border-radius: 999px; background: var(--red); padding: 3px 11px; font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #fff; }
#ft-n3 .pricecard__cond-txt { margin-top: 9px; font-size: 13px; line-height: 1.45; color: var(--ink); }
#ft-n3 .pricecard__cond-txt b { color: var(--green); font-weight: 700; }
/* O selo fica numa linha so. Deixar quebrar sai pior (vira 4 linhas), entao em tela
   estreita eu encolho fonte e espacamento pra continuar cabendo sem vazar. */
@media (max-width: 400px) { #ft-n3 .pricecard__ribbon { font-size: 9px; letter-spacing: .08em; padding: 6px 10px; } }
#ft-n3 .pricecard .btn { margin-top: 28px; }
#ft-n3 .pricecard__guar { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; color: var(--ink-soft); }
#ft-n3 .pricecard__guar .c-green { display: inline-flex; }
#ft-n3 .inclcard2 { position: relative; z-index: 10; border-radius: 28px; border: 1px solid var(--line); background: var(--incl-bg); padding: 32px; }
#ft-n3 .inclcard2__head { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--green); }
#ft-n3 .inclcard2__list { display: grid; gap: 14px; }
/* ATENCAO: este li e um grid de DUAS colunas (icone + texto). O rotulo tem que ser
   UM elemento so. Se o item tiver <b> mais texto solto, o texto solto vira um item
   anonimo e cai na coluna estreita do icone, saindo uma palavra por linha. Item com
   destaque precisa vir envolvido: <span><b>...</b> resto do texto</span>. */
#ft-n3 .inclcard2__list li { display: grid; grid-template-columns: 1.25rem 1fr; gap: 12px; font-size: 15px; line-height: 1.375; color: var(--ink); }
#ft-n3 .inclcard2__list .ck { margin-top: 2px; color: var(--green); }

/* =====================================================================
   GARANTIA
   ===================================================================== */
#ft-n3 .guar { padding-block: 80px; }
#ft-n3 .guar__wrap { max-width: 640px; margin-inline: auto; padding-inline: 20px; text-align: center; }
#ft-n3 .guar__seal { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 96px; height: 96px; margin-inline: auto; border-radius: 999px; border: 2px solid var(--green); font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: 1; color: #fff; }
#ft-n3 .guar__num { font-size: 36px; color: var(--green-hot); }
#ft-n3 .guar__days { margin-top: 2px; font-size: 14px; }
#ft-n3 .guar .eyebrow { margin: 28px auto 12px; }
#ft-n3 .guar__title { font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; text-transform: uppercase; line-height: 1.25; letter-spacing: -0.02em; color: #fff; }
#ft-n3 .guar__body { max-width: 58ch; margin: 16px auto 0; line-height: 1.625; color: rgba(237,234,225,.8); }

/* =====================================================================
   FAQ (marquee 100% CSS)
   ===================================================================== */
#ft-n3 .faq { border-top: 1px solid var(--line); }
#ft-n3 .faq__head { margin-bottom: 48px; text-align: center; }
#ft-n3 .faq__head .eyebrow { margin-inline: auto; }
#ft-n3 .faq__head .h2 { max-width: 24ch; margin-inline: auto; }
#ft-n3 .faq__rows { display: flex; flex-direction: column; gap: 24px; }
#ft-n3 .faq-scroller {
  position: relative; width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
#ft-n3 .faq-track { display: flex; width: max-content; animation: ftn3-faq var(--faq-speed, 40s) linear infinite; }
#ft-n3 .faq-track[data-dir="right"] { animation-direction: reverse; }
#ft-n3 .faq-scroller:hover .faq-track { animation-play-state: paused; }
#ft-n3 .faq-group { display: flex; flex-shrink: 0; align-items: stretch; gap: 24px; padding-inline: 12px; }
#ft-n3 .faqcard { display: flex; flex-direction: column; gap: 12px; width: 300px; flex-shrink: 0; border-radius: 8px; border: 1px solid var(--line); background: #fff; padding: 24px; }
#ft-n3 .faqcard__q { font-family: var(--font-display); font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1.25; letter-spacing: -0.02em; color: var(--ink); }
#ft-n3 .faqcard__a { font-size: 14px; line-height: 1.625; color: var(--ink-soft); }
@keyframes ftn3-faq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =====================================================================
   CTA FINAL
   ===================================================================== */
#ft-n3 .finalcta { position: relative; overflow: hidden; padding-block: 96px; }
#ft-n3 .finalcta__bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: .25; }
#ft-n3 .finalcta__veil { position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, var(--carbon), rgba(15,20,22,.85) 50%, rgba(15,20,22,.7)); }
#ft-n3 .finalcta__wrap { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; padding-inline: 20px; text-align: center; }
#ft-n3 .finalcta__wrap .eyebrow { margin-inline: auto; }
#ft-n3 .finalcta__title { font-family: var(--font-display); font-size: clamp(2.25rem, 6vw, 4rem); font-weight: 700; text-transform: uppercase; line-height: 1.02; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
#ft-n3 .finalcta__lead { max-width: 52ch; margin: 20px auto 0; font-size: 18px; line-height: 1.625; color: rgba(237,234,225,.8); }
#ft-n3 .finalcta__cta { margin-top: 36px; }

/* =====================================================================
   RODAPÉ
   ===================================================================== */

/* =====================================================================
   LIGHTBOX DO VÍDEO
   ===================================================================== */
#ft-n3 .vmodal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: rgba(15,20,22,.95); padding: 16px; }
#ft-n3 .vmodal[hidden] { display: none; }
#ft-n3 .vmodal__close { position: absolute; right: 20px; top: 20px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); font-size: 24px; line-height: 1; color: #fff; transition: background-color .18s; }
#ft-n3 .vmodal__close:hover { background: rgba(255,255,255,.1); }
#ft-n3 .vmodal__frame { position: relative; width: 100%; max-width: 1000px; aspect-ratio: 16 / 9; }
#ft-n3 .vmodal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 8px; }

/* =====================================================================
   RESPONSIVO (min-width, mobile-first)
   ===================================================================== */
@media (min-width: 640px) {
  #ft-n3 .wrap, #ft-n3 .thesis__wrap, #ft-n3 .offer__wrap, #ft-n3 .guar__wrap, #ft-n3 .finalcta__wrap { padding-inline: 24px; }
  #ft-n3 .sec, #ft-n3 .instr, #ft-n3 .guar { padding-block: 96px; }
  #ft-n3 .offer { padding-block: 112px; }
  #ft-n3 .finalcta { padding-block: 128px; }
  #ft-n3 .only-sm { display: none; }
  #ft-n3 .from-sm { display: inline; }
  #ft-n3 .hero__head { padding-top: 112px; }
  #ft-n3 .hero__head .eyebrow { font-size: 16px; }
  #ft-n3 .hero__ctas { flex-direction: row; }
  #ft-n3 .cur__grid, #ft-n3 .incl__grid { grid-template-columns: repeat(2, 1fr); }
  #ft-n3 .pricecard, #ft-n3 .inclcard2 { padding: 40px; }
  #ft-n3 .faqcard { width: 360px; }
}

@media (min-width: 768px) {
  #ft-n3 .hd__tag { display: block; }
  #ft-n3 .instr__grid { grid-template-columns: minmax(0, 0.85fr) 1.15fr; gap: 64px; }
  #ft-n3 .instr__photowrap { margin-inline: 0; }
  #ft-n3 .qual__grid { grid-template-columns: repeat(3, 1fr); }
  #ft-n3 .offer__cards { grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 0; }
  #ft-n3 .inclcard2 { margin-left: -40px; transform: rotate(3deg); padding-left: 64px; }
}

@media (min-width: 1024px) {
  #ft-n3 .incl__grid { grid-template-columns: repeat(4, 1fr); }
}

/* =====================================================================
   REDUZIR MOVIMENTO
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  #ft-n3 .faq-track { animation: none; }
  #ft-n3 .faq-scroller { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
  #ft-n3 * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* FAQ mobile: swipe manual em vez de marquee */
@media (max-width: 640px) {
  #ft-n3 .faq-track { animation: none; }
  #ft-n3 .faq-scroller { -webkit-mask-image: none; mask-image: none; overflow-x: auto; scroll-snap-type: x proximity; }
  #ft-n3 .faqcard { scroll-snap-align: start; }
}

/* =====================================================================
   FASE B — ANIMAÇÕES DE SCROLL (hero, currículo, acesso)
   As sections NUNCA levam overflow:hidden (quebra sticky); vai no __sticky.
   ===================================================================== */
#ft-n3 .c-hot { color: var(--green-hot); }

/* versões animadas escondidas por padrão; só aparecem com .is-animated */
#ft-n3 .hero-anim, #ft-n3 .cur-anim, #ft-n3 .access-anim { display: none; }
#ft-n3.is-animated .hero-static,
#ft-n3.is-animated .cur-static,
#ft-n3.is-animated .access-static { display: none; }
#ft-n3.is-animated .hero-anim,
#ft-n3.is-animated .cur-anim,
#ft-n3.is-animated .access-anim { display: contents; }

/* alturas das trilhas de scroll + remover overflow das sections */
#ft-n3.is-animated .hero { height: 200vh; overflow: visible; }
#ft-n3.is-animated .cur { height: 364vh; position: relative; background: var(--paper); }
#ft-n3.is-animated .access { height: 300vh; overflow: visible; padding-block: 0; }

/* --- HERO animado --- */
#ft-n3 .hero-anim__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
#ft-n3 .hero-anim__panel { position: absolute; top: 55vh; left: 10%; right: 10%; bottom: 8%; border-radius: 20px; overflow: hidden; border: 1px solid var(--carbon-line); background: #000; will-change: top, left, right, bottom; }
#ft-n3 .hero-anim__headline { position: absolute; left: 0; right: 0; top: 0; z-index: 10; padding: 80px 20px 0; text-align: center; will-change: transform, opacity; }
#ft-n3 .hero-anim__headline .wrap { max-width: 1120px; }
#ft-n3 .hero-anim__headline .eyebrow { margin-inline: auto; font-size: 16px; }

/* --- CURRÍCULO animado --- */
#ft-n3 .cur-anim__sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
#ft-n3 .cur-anim__titlebg { position: absolute; inset: 0; z-index: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-inline: 20px; text-align: center; pointer-events: none; }
#ft-n3 .cur-anim__title { max-width: 18ch; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(2rem, 5.5vw, 4.25rem); line-height: 1.02; letter-spacing: -0.02em; color: var(--ink); text-wrap: balance; }
#ft-n3 .cur-anim__lead { margin-top: 20px; max-width: 42ch; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.375; color: var(--ink-soft); }
#ft-n3 .cur-anim__cta { pointer-events: auto; margin-top: 32px; }
#ft-n3 .cur-anim__cards { position: absolute; inset: 0; z-index: 10; pointer-events: none; }
#ft-n3 .flycard { position: absolute; left: 50%; top: 50%; width: clamp(340px, 40vw, 540px); overflow: hidden; border-radius: 16px; border: 1px solid var(--line); background: #fff; opacity: 0; box-shadow: 0 40px 80px -30px rgba(23,21,15,.5); transform: translate(-50%, -50%); will-change: transform, opacity; }
#ft-n3 .cur-anim__trilha { position: absolute; left: 50%; transform: translateX(-50%); bottom: 32px; z-index: 20; width: min(860px, calc(100% - 64px)); display: flex; align-items: center; pointer-events: none; }
#ft-n3 .tdot { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border-radius: 999px; border: 2px solid var(--line); background: var(--paper); font-family: var(--font-mono); font-size: 10px; font-weight: 700; line-height: 1; color: var(--ink-soft); transition: background-color .3s, border-color .3s, color .3s, transform .3s, box-shadow .3s; }
#ft-n3 .tseg { height: 2px; flex: 1; background: var(--line); transition: background-color .3s; }

/* --- ACESSO animado --- */
#ft-n3 .access-anim__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
#ft-n3 .access-anim__hero { position: absolute; inset: 0; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-inline: 20px; text-align: center; pointer-events: none; will-change: transform, opacity, filter; }
#ft-n3 .access-anim__hero .eyebrow { margin-bottom: 16px; }
#ft-n3 .access-anim__bigtitle { max-width: 16ch; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(2.75rem, 8vw, 6rem); line-height: .98; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
#ft-n3 .access-anim__card { position: absolute; inset: 0; z-index: 20; overflow: hidden; opacity: 0; transform: translateY(100%); border-radius: 36px; will-change: transform, opacity, border-radius; }
#ft-n3 .access-anim__img { position: absolute; inset: 0; will-change: transform; }
#ft-n3 .access-anim__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(5px); }
#ft-n3 .access-anim__content { position: absolute; inset: 0; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-inline: 20px; text-align: center; }
#ft-n3 .access-anim [data-ac-pills] .pill { opacity: 0; will-change: transform, opacity; }


/* =========================================================================
   ESCASSEZ DA SEMANA DE LANCAMENTO (14 a 21/09)
   Os 2 anos de acesso valem so nessa semana; depois o acesso e de 12 meses.
   Repetido em 5 pontos: barra do topo, hero (2 copias), secao de acesso
   (2 copias), card de preco e CTA final.
   QUANDO A SEMANA PASSAR: remover estes blocos do HTML, senao a pagina
   passa a prometer uma condicao que nao existe mais.
   ========================================================================= */

/* barra no header. Como o header e sticky, ela fica visivel a pagina inteira */
#ft-n3 .hd__launch { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; background: var(--carbon); padding: 7px 16px; font-family: var(--font-mono); font-size: 11.5px; line-height: 1.35; color: rgba(255,255,255,.9); text-align: center; }
#ft-n3 .hd__launch-tag { flex-shrink: 0; border-radius: 999px; background: var(--red); padding: 2px 9px; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #fff; white-space: nowrap; }
#ft-n3 .hd__launch-txt b { color: var(--green-hot); font-weight: 700; }
#ft-n3 .hd__launch-txt--sm { display: none; }
/* No celular o selo e o texto longo faziam a barra virar 4 linhas e o header
   sticky ir pra 129px, comendo tela demais. Abaixo de 520px eu escondo o selo
   e uso a versao curta, que cabe em UMA linha. */
@media (max-width: 520px) {
  #ft-n3 .hd__launch { font-size: 9.5px; padding: 6px 10px; gap: 0; }
  #ft-n3 .hd__launch-tag { display: none; }
  #ft-n3 .hd__launch-txt { display: none; }
  #ft-n3 .hd__launch-txt--sm { display: inline; }
}

/* pilula no hero, sobre a foto escura */
#ft-n3 .hero__scarcity { margin-top: 18px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--green-hot) 45%, transparent); background: rgba(15,20,22,.55); padding: 8px 16px; font-family: var(--font-mono); font-size: 12.5px; line-height: 1.35; color: #fff; text-align: left; }
#ft-n3 .hero__scarcity b { color: var(--green-hot); font-weight: 700; }
#ft-n3 .hero__scarcity-dot { flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--red); animation: ftn3-pulso 1.8s ease-in-out infinite; }
@keyframes ftn3-pulso { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
@media (prefers-reduced-motion: reduce) { #ft-n3 .hero__scarcity-dot { animation: none; } }
@media (max-width: 520px) { #ft-n3 .hero__scarcity { font-size: 11.5px; padding: 8px 13px; } }

/* selo na secao de acesso, ao lado do numerao */
#ft-n3 .story__flag { display: inline-block; margin-bottom: 12px; border-radius: 999px; background: var(--red); padding: 4px 12px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #fff; }

/* linha do prazo no CTA final */
#ft-n3 .finalcta__scarcity { margin: 22px auto 26px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--green-hot) 45%, transparent); background: rgba(15,20,22,.55); padding: 10px 18px; font-family: var(--font-mono); font-size: 13px; line-height: 1.35; color: #fff; text-align: left; }
@media (max-width: 520px) { #ft-n3 .finalcta__scarcity { font-size: 11.5px; padding: 9px 14px; } }
#ft-n3 .finalcta__scarcity b { color: var(--green-hot); font-weight: 700; }
