/* ------------------------------------------------------------
   fontes locais (variáveis, sem requisição externa)
   Bebas Neue 400 · Manrope 200-800 · latin + latin-ext
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/bebasneue-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/bebasneue-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #07090a;
  --surface: #0a0d0f;
  --surface-2: #0e1215;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --text: #f2f4f5;
  --muted: #8b9399;
  --accent: #1283c4;
  --accent-soft: rgba(18,131,196,.15);
  --display: 'Bebas Neue', Impact, sans-serif;
  --body: 'Manrope', sans-serif;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--body); font-size: 14px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--accent); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* ruído animado: gif tileado numa camada fixa por cima da página
   (substitui o antigo filtro SVG estático de turbulência) */
.page-noise {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 20;
  opacity: 0.15;
  background-image: url('/images/ruido-animado.gif');
}

.site-header { width: var(--container); height: 74px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.05); }
.brand { width: 138px; display: block; }
.brand img { width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { position: relative; color: #8f969b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: color .25s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a.active { color: #fff; }
.site-header nav a.active::after { content: ''; width: 16px; height: 1px; position: absolute; left: 0; bottom: -10px; background: var(--accent); }
.header-social { justify-self: end; display: flex; gap: 14px; }
.header-social a { display: grid; width: 22px; height: 22px; place-items: center; color: #aab0b4; transition: color .25s, transform .25s; }
.header-social a:hover { color: var(--accent); transform: translateY(-2px); }
.header-social svg { width: 14px; fill: currentColor; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 720px; height: 92vh; max-height: 880px; position: relative; display: grid; grid-template-columns: minmax(360px, 1fr) minmax(340px, 510px) minmax(150px, .45fr); align-items: center; gap: 32px; padding: 84px max(24px, calc((100% - 1180px)/2)) 24px; overflow: hidden; background: radial-gradient(circle at 62% 42%, rgba(18,131,196,.12), transparent 25%), linear-gradient(90deg, #090c0e 0%, #080a0b 46%, #050607 100%); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 2; opacity: .12; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255,255,255,.1) 8.333%); pointer-events: none; }
.hero::after { content: 'THALES GOMES'; position: absolute; z-index: 2; left: 50%; bottom: -13%; translate: -50% 0; color: rgba(255,255,255,.012); white-space: nowrap; font: 270px/1 var(--display); letter-spacing: .02em; }
.hero-cover { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.38) 0%, rgba(5,7,8,.08) 36%, transparent 58%, rgba(5,7,8,.08) 82%, rgba(5,7,8,.30) 100%), linear-gradient(180deg, rgba(5,7,8,.03), transparent 44%, rgba(5,7,8,.36) 100%); }
.hero-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(1.08) brightness(1.12) contrast(1.04); }
/* versão android da capa, injetada via JS só no desktop com mouse (mobile nem
   baixa o arquivo). Uma máscara circular segue o cursor: o gradient é fixo e só
   a mask-position muda (vars --mx/--my), pro browser reaproveitar o bitmap da
   máscara em vez de re-rasterizar o gradient a cada frame. */
.hero-cover-alt {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .35s ease;
  /* closest-side: 100% = borda da caixa da máscara, senão o gradient usa
     farthest-corner, vaza da caixa e é cortado reto (fica quadrado).
     Miolo sólido até 55% e degradê só na borda, suave até zerar. */
  -webkit-mask-image: radial-gradient(circle closest-side, #000 0 38%, rgba(0,0,0,.8) 56%, rgba(0,0,0,.5) 73%, rgba(0,0,0,.24) 86%, rgba(0,0,0,.08) 95%, transparent 100%);
  mask-image: radial-gradient(circle closest-side, #000 0 38%, rgba(0,0,0,.8) 56%, rgba(0,0,0,.5) 73%, rgba(0,0,0,.24) 86%, rgba(0,0,0,.08) 95%, transparent 100%);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: 260px 260px; mask-size: 260px 260px;
  -webkit-mask-position: calc(var(--mx, -9999px) - 130px) calc(var(--my, -9999px) - 130px);
  mask-position: calc(var(--mx, -9999px) - 130px) calc(var(--my, -9999px) - 130px);
}
.hero-cover.is-reveal .hero-cover-alt { opacity: 1; }
.hero-glow { position: absolute; width: 550px; height: 650px; left: 53%; top: 48%; translate: -50% -50%; background: radial-gradient(ellipse, rgba(18,131,196,.17), rgba(18,131,196,.03) 48%, transparent 70%); filter: blur(28px); }
.hero-copy { position: relative; z-index: 3; align-self: center; padding-top: 30px; }
.eyebrow { color: #a6adb1; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; margin: 0 0 20px; }
.eyebrow span { width: 22px; height: 1px; background: var(--accent); }
.hero h1 { max-width: 430px; margin: 0; color: #e7eaec; font: clamp(76px, 7vw, 120px)/.72 var(--display); letter-spacing: .015em; text-transform: uppercase; text-shadow: 0 6px 30px #000; }
.hero h1 strong { display: block; margin-top: -.07em; color: var(--accent); font-size: .66em; font-weight: inherit; line-height: .9; }
.hero-description { max-width: 460px; margin: 22px 0 30px; color: #aeb6bc; font-size: 14.5px; line-height: 1.75; }
.btn { min-width: 190px; height: 49px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.btn span { font-size: 18px; line-height: 0; }
.btn-outline { color: #dfe3e5; border-color: var(--accent); background: rgba(7,9,10,.5); }
.btn-outline:hover { background: var(--accent); transform: translateY(-2px); }
.btn-solid { position: relative; overflow: hidden; color: #fff; border-color: var(--accent); background: var(--accent); filter: drop-shadow(0 0 16px rgba(18,131,196,.38)); transition: color .25s, border-color .25s, background .25s, transform .25s, filter .25s; }
.btn-solid::before { content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg); pointer-events: none; animation: btnShine 2s ease-in-out infinite; }
.btn-solid:hover { color: #fff; border-color: #1795de; background: #1795de; transform: translateY(-2px); filter: drop-shadow(0 0 28px rgba(35,157,226,.7)); }
/* varre em ~1.5s e descansa o resto do ciclo */
@keyframes btnShine { 0% { left: -60%; } 55%, 100% { left: 130%; } }

.hero-stats { z-index: 3; grid-column: 3; display: grid; align-content: center; gap: 35px; }
.stat { padding-left: 17px; border-left: 1px solid var(--line-strong); }
.stat strong { display: block; color: var(--accent); font: 42px/.85 var(--display); letter-spacing: .04em; }
.stat span { display: block; margin-top: 9px; color: #8c9499; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.scroll-hint { position: absolute; z-index: 4; right: max(24px, calc((100% - 1180px)/2)); bottom: 28px; display: flex; align-items: center; gap: 12px; color: #737b80; font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.scroll-hint i { position: relative; width: 44px; height: 1px; overflow: hidden; background: var(--line-strong); }
.scroll-hint i::after { content: ''; position: absolute; inset: 0; width: 45%; background: var(--accent); animation: scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { 0% { transform: translateX(-110%); } 60%, 100% { transform: translateX(240%); } }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

/* ============================================================
   HOME THALES · corpo fluido dark
   A hero mantém a composição aprovada. Abaixo dela o layout vira
   cenas: faixa de specs, imagens sangrando na borda, fundos
   fotográficos full-bleed e painéis translúcidos arredondados,
   nunca seções fechadas em caixa com borda.
   ============================================================ */

body.home-dark-page {
  --home-bg: #07090a;
  --home-ink: #edf0f2;
  --home-muted: #9ba3aa;
  --home-accent: #1695d4;
  --home-accent-soft: rgba(22, 149, 212, .16);
  --home-line: rgba(237, 240, 242, .13);
  --glass: rgba(11, 15, 19, .72);
  --glass-line: rgba(237, 240, 242, .08);
  --r-card: 16px;
  --r-img: 20px;
  background: var(--home-bg);
  color: var(--home-ink);
}

.home-dark-page main { overflow: hidden; }

.home-wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  position: relative;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--home-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: '';
  width: 20px;
  height: 1px;
  background: currentColor;
}

.scene-title {
  margin: 0;
  color: var(--home-ink);
  font: clamp(44px, 4.8vw, 74px)/.92 var(--display);
  letter-spacing: .01em;
  text-transform: uppercase;
}

.scene-title em { color: var(--home-accent); font-style: normal; }

.scene-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.8;
}

.home-dark-page .hero h1.home-hero-title {
  max-width: 570px;
  font-size: clamp(68px, 6.6vw, 112px);
  line-height: .72;
}

.home-dark-page .hero h1.home-hero-title strong {
  max-width: 590px;
  margin-top: .02em;
  font-size: .44em;
  line-height: .91;
}

.home-dark-page .hero-description strong { color: #fff; }

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e7eaec;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-text-link span { color: var(--accent); font-size: 17px; transition: translate .2s ease; }
.hero-text-link:hover span { translate: 4px 0; }

/* barra em loop de projetos e clientes, colada na hero */
.home-marquee {
  padding: 19px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(237, 240, 242, .06);
  background: #050607;
}

.marquee-track { display: flex; width: max-content; animation: marqueeScroll 38s linear infinite; }

.marquee-group {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  color: #aab3b9;
  font: 15px/1 var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-group i { color: var(--home-accent); font-style: normal; font-size: 9px; }

@keyframes marqueeScroll { to { transform: translateX(-50%); } }

/* método: imagem sangrando na esquerda, passos ao centro, retrato à direita */
.method-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(250px, 330px);
  gap: clamp(40px, 4.5vw, 76px);
  align-items: center;
  padding: 140px max(28px, calc((100% - 1240px)/2)) 130px 0;
  background: radial-gradient(ellipse 55% 60% at 6% 40%, rgba(22, 149, 212, .1), transparent 70%), #07090a;
}

.method-media { position: relative; }

.method-media::before {
  content: '';
  position: absolute;
  inset: -12% -8% -12% -20%;
  background: radial-gradient(ellipse, rgba(22, 149, 212, .14), transparent 65%);
  filter: blur(30px);
  pointer-events: none;
}

.method-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  border-radius: 0 var(--r-img) var(--r-img) 0;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .55);
}

.method-steps {
  list-style: none;
  margin: 46px 0 42px;
  padding: 0;
  display: grid;
  gap: 26px;
}

.method-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding-top: 24px;
  background: linear-gradient(90deg, var(--home-line), transparent 70%) top left / 100% 1px no-repeat;
}

.method-steps li > span {
  color: var(--home-accent);
  font: 20px/1.1 var(--display);
  letter-spacing: .1em;
  text-shadow: 0 0 14px rgba(22, 149, 212, .5);
}

.method-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 22px/1 var(--display);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.method-steps p { margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.7; }

.method-portrait {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-img);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.method-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(4, 6, 8, .35) 68%, rgba(4, 6, 8, .92));
}

.method-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  filter: saturate(.98) contrast(1.05);
}

.portrait-caption { position: absolute; z-index: 2; inset: auto 26px 26px; }

.portrait-tagline {
  margin: 0 0 12px;
  color: #fff;
  font: 32px/.95 var(--display);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.portrait-tagline em { color: var(--home-accent); font-style: normal; }

.portrait-meta {
  margin: 0;
  color: var(--home-muted);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* logos oficiais do curso e da mentoria (SVG inline no lugar do título) */
.course-logo, .mentoring-logo { margin: 0; }
.course-logo svg, .mentoring-logo svg { display: block; width: 100%; height: auto; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .45)); }
.course-logo { max-width: 560px; }
.mentoring-logo { max-width: 620px; }

/* curso: cena full-bleed com o produto ao fundo, oferta fluida abaixo */
.course-scene { position: relative; padding: 0 0 150px; background: #060809; }

.course-hero {
  position: relative;
  padding: 150px 0 74px;
  background:
    linear-gradient(90deg, rgba(6, 8, 9, .97) 10%, rgba(6, 8, 9, .62) 48%, rgba(6, 8, 9, .28) 74%, rgba(6, 8, 9, .82)),
    linear-gradient(0deg, #060809 2%, transparent 34%),
    url('/images/home-dark/cover-saas.webp') right -70px top 46px / min(62vw, 960px) auto no-repeat,
    #050607;
}

.course-intro { max-width: 620px; }

.course-features {
  list-style: none;
  margin: 84px 0 0;
  padding: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid rgba(237, 240, 242, .09);
}

.course-features li { display: grid; gap: 13px; justify-items: start; }

.course-features svg {
  width: 22px;
  height: 22px;
  color: var(--home-accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.course-features span {
  color: var(--home-muted);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.55;
  text-transform: uppercase;
}

.course-offer {
  margin-top: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
  gap: clamp(48px, 7vw, 110px);
  /* a coluna de inclusos centraliza na altura do card de preço */
  align-items: center;
}

.course-includes > h3 {
  margin: 0 0 31px;
  color: #fff;
  font: 32px/.95 var(--display);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.course-includes ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }

.course-includes li {
  position: relative;
  padding-left: 27px;
  color: #c7cdd1;
  font-size: 14px;
  line-height: 1.55;
}

.course-includes li::before {
  content: '↗';
  position: absolute;
  left: 0;
  color: var(--home-accent);
  font-weight: 700;
}

.course-bonus {
  margin-top: 43px;
  padding-top: 30px;
  background: linear-gradient(90deg, var(--home-line), transparent) top left / 100% 1px no-repeat;
}

.course-bonus h4 {
  margin: 0 0 22px;
  color: var(--home-accent);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.price-panel {
  position: relative;
  overflow: hidden;
  padding: 42px 38px 34px;
  border-radius: var(--r-card);
  border: 1px solid rgba(22, 149, 212, .28);
  background:
    radial-gradient(circle at 85% 10%, rgba(22, 149, 212, .22), transparent 44%),
    linear-gradient(160deg, rgba(19, 29, 36, .94), rgba(8, 11, 13, .92) 70%);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .55);
}

.price-panel::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 12%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--home-accent), transparent);
}

/* fundo WebGL de fluido (liquid-ether), o conteúdo flutua por cima */
.tg-liquid-ether {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  opacity: .82;
}

.tg-liquid-ether::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, .08), rgba(5, 10, 16, .38)),
    radial-gradient(circle at 50% 15%, transparent 0, rgba(7, 12, 18, .18) 64%, rgba(7, 12, 18, .42) 100%);
}

.tg-liquid-ether canvas { display: block; width: 100%; height: 100%; }

.price-panel > :not(.tg-liquid-ether) { position: relative; z-index: 1; }
.price-panel .tg-liquid-ether { opacity: .5; }

.price-panel-logo { margin: 0 0 28px; }
.price-panel-logo svg { display: block; width: min(250px, 74%); height: auto; }

.price-panel-label {
  margin: 0 0 16px;
  color: var(--home-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.price-panel-value {
  margin: 0;
  color: #fff;
  font: clamp(54px, 6vw, 82px)/.84 var(--display);
  letter-spacing: .01em;
}

.price-panel-value span { color: var(--home-accent); font-size: .34em; vertical-align: top; }
.price-panel-value sup { font-size: .38em; vertical-align: top; }

.price-panel-note { margin: 14px 0 28px; color: var(--home-muted); font-size: 12px; }
.price-panel-note strong { color: #e8ecee; }

.price-panel .btn { width: 100%; }

.guarantee,
.price-requirement {
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.65;
}

.guarantee { display: flex; align-items: center; gap: 10px; margin: 25px 0 24px; color: #d7dde1; }
.guarantee svg { flex: none; width: 20px; height: 20px; color: var(--home-accent); }
.price-requirement { margin: 26px 0 0; }

.trust-grid {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--glass-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-grid li { display: grid; justify-items: start; gap: 3px; }
.trust-grid svg { width: 17px; height: 17px; color: var(--home-accent); margin-bottom: 4px; }
.trust-grid strong { color: #e8ecee; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid small { color: var(--home-muted); font-size: 10.5px; line-height: 1.35; }

/* mentoria: cena fotográfica com cards translúcidos flutuando */
.mentoring-scene {
  position: relative;
  isolation: isolate;
  padding: 152px 0 140px;
  background:
    linear-gradient(90deg, rgba(4, 6, 9, .97) 0%, rgba(4, 6, 9, .74) 50%, rgba(4, 6, 9, .38) 100%),
    linear-gradient(0deg, rgba(4, 6, 9, .9), transparent 30%),
    url('/images/home-dark/thales-cta-cinematic.webp') center right / cover no-repeat,
    #05070a;
}

.mentoring-scene::before {
  content: 'WAR ROOM';
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: 26px;
  color: transparent;
  font: clamp(120px, 19vw, 300px)/.7 var(--display);
  letter-spacing: .02em;
  -webkit-text-stroke: 1px rgba(237, 240, 242, .05);
}

.mentoring-intro { max-width: 700px; }

.mentoring-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 84px 0 68px;
}

.mentoring-cards article {
  padding: 30px 28px 34px;
  border-radius: var(--r-card);
  border: 1px solid var(--glass-line);
  background: var(--glass);
  backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease;
}

.mentoring-cards article:hover { transform: translateY(-4px); border-color: rgba(22, 149, 212, .42); }
.mentoring-cards article:nth-child(2) { margin-top: 26px; }
.mentoring-cards article:nth-child(3) { margin-top: 52px; }

.mentoring-cards article > span {
  color: var(--home-accent);
  font: 15px/1 var(--display);
  letter-spacing: .14em;
}

.mentoring-cards h3 {
  margin: 18px 0 10px;
  color: #fff;
  font: 26px/.98 var(--display);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.mentoring-cards p { margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.7; }

.mentoring-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 38px; }
.mentoring-cta p { margin: 0; }
.mentoring-cta strong { display: block; color: #fff; font: 32px/.9 var(--display); letter-spacing: .02em; }
.mentoring-cta span { display: block; max-width: 390px; margin-top: 8px; color: var(--home-muted); font-size: 11px; line-height: 1.5; }

/* depoimentos: carrossel infinito, slide central em destaque (padrão da página de preços) */
.reviews-section {
  padding: 152px 0 140px;
  background: radial-gradient(ellipse 46% 55% at 100% 0%, rgba(22, 149, 212, .08), transparent 72%), #07090a;
}

.reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.reviews-intro { max-width: 680px; }

.reviews-nav { display: flex; gap: 10px; flex-shrink: 0; padding-bottom: 6px; }

.reviews-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(237, 240, 242, .14);
  border-radius: 50%;
  background: rgba(237, 240, 242, .05);
  color: #dfe3e5;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.reviews-arrow svg { width: 20px; height: 20px; }

.reviews-arrow:hover {
  background: var(--home-accent);
  border-color: var(--home-accent);
  color: #fff;
  transform: scale(1.08);
}

.reviews-carousel { overflow: hidden; padding-block: 18px; }

.reviews-carousel .swiper-wrapper { align-items: stretch; }

.reviews-carousel .swiper-slide {
  width: clamp(280px, 80vw, 384px);
  height: auto;
  opacity: .45;
  transform: scale(.9);
  transition: transform .5s cubic-bezier(0, 0, .36, 1), opacity .5s cubic-bezier(0, 0, .36, 1);
}

.reviews-carousel .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 28px;
  border-radius: var(--r-card);
  border: 1px solid var(--glass-line);
  background: linear-gradient(180deg, rgba(15, 20, 25, .82), rgba(8, 11, 13, .78));
  transition: border-color .3s ease;
}

/* dentro do carrossel o card não levanta: o destaque é o slide central */
.reviews-carousel .swiper-slide-active .review-card { border-color: rgba(22, 149, 212, .35); }

.stars { margin: 0; color: var(--home-accent); font-size: 12px; letter-spacing: .18em; }
.review-card blockquote { flex: 1; margin: 0; color: #dce1e4; font-size: 13.5px; line-height: 1.75; }

.review-card footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(237, 240, 242, .07);
}

.review-card footer img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
.review-card footer strong { display: block; color: #fff; font-size: 12px; }
.review-card footer span { display: block; margin-top: 2px; color: var(--home-muted); font-size: 10px; }

/* pré-venda: cena final com retrato e uma única ação */
.vibe-section {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  display: grid;
  align-items: center;
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 7, .97) 0%, rgba(4, 5, 7, .82) 46%, rgba(4, 5, 7, .38) 78%, rgba(4, 5, 7, .2)),
    linear-gradient(0deg, #040506, transparent 26%),
    url('/images/home-dark/thales-hero-cinematic.webp') right -30px center / auto 118% no-repeat,
    #050608;
}

.vibe-section::before {
  content: 'VIBE CODING';
  position: absolute;
  z-index: -1;
  left: -14px;
  bottom: 18px;
  color: transparent;
  font: clamp(100px, 16vw, 250px)/.72 var(--display);
  letter-spacing: .02em;
  -webkit-text-stroke: 1px rgba(237, 240, 242, .045);
}

.vibe-frame {
  display: grid;
  grid-template-columns: minmax(0, 640px) auto;
  gap: 70px;
  align-items: end;
}

.vibe-frame > div:first-child > p:not(.section-kicker) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #c0c8cd;
  font-size: 14px;
  line-height: 1.75;
}

.vibe-action { display: grid; gap: 16px; justify-items: start; }
.vibe-action .btn { border: 0; cursor: pointer; }
.vibe-action p { max-width: 260px; margin: 0; color: #aeb8bd; font-size: 10px; line-height: 1.55; }

/* rodapé em colunas, coordenadas na assinatura */
.dark-footer {
  padding: 72px 0 0;
  color: var(--home-muted);
  border-top: 1px solid rgba(237, 240, 242, .06);
  background: #040506;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 44px 56px;
  padding-bottom: 56px;
}

.footer-brand .brand { width: 150px; }
.footer-brand > p { max-width: 300px; margin: 20px 0 24px; font-size: 12px; line-height: 1.7; }

.footer-social { display: flex; gap: 14px; }
.footer-social a { display: grid; width: 30px; height: 30px; place-items: center; color: #aab0b4; border: 1px solid rgba(237, 240, 242, .12); border-radius: 8px; transition: color .25s, border-color .25s, transform .25s; }
.footer-social a:hover { color: var(--home-accent); border-color: rgba(22, 149, 212, .5); transform: translateY(-2px); }
.footer-social svg { width: 14px; fill: currentColor; }

.footer-col { display: grid; gap: 12px; align-content: start; }

.footer-col h4 {
  margin: 0 0 8px;
  color: var(--home-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer-col a, .footer-locale p { margin: 0; font-size: 12px; line-height: 1.5; }
.footer-col a { color: #c3cad0; transition: color .25s; }
.footer-col a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(237, 240, 242, .06);
}

.footer-bottom p { margin: 0; font-size: 10px; letter-spacing: .05em; }
.footer-bottom p:last-child { color: #d4dadd; }
.footer-bottom p:last-child span { color: var(--home-accent); }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 760px); }
  .site-header { grid-template-columns: 1fr auto; }
  .header-social { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 6px; justify-self: end; z-index: 12; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: #fff; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 0; z-index: 11; display: flex; flex-direction: column; justify-content: center; gap: 26px; visibility: hidden; opacity: 0; background: rgba(5,7,8,.98); transition: opacity .3s, visibility .3s; }
  .site-header nav.open { visibility: visible; opacity: 1; }
  .site-header nav a { font: 34px var(--display); letter-spacing: .06em; }
  .site-header nav a.active::after { bottom: -4px; left: 50%; translate: -50%; }
  .hero { height: auto; max-height: none; min-height: 720px; grid-template-columns: 1.1fr .9fr; padding-inline: max(30px, calc((100% - 728px)/2)); }
  .hero-copy { padding-top: 70px; }
  .hero h1 { font-size: clamp(72px, 12vw, 104px); }
  .hero-stats { grid-column: 2; justify-self: end; }

  .home-wrap { width: min(100% - 44px, 760px); }
  .method-scene { display: block; padding: 100px 0 92px; }
  .method-media { margin: 0 12% 56px 0; }
  .method-copy, .method-portrait { width: min(100% - 44px, 760px); margin-inline: auto; }
  .method-portrait { max-width: 430px; margin-top: 58px; }
  .course-hero { padding-top: 120px; background-position: right -180px top 40px; background-size: 720px auto; }
  .course-features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 22px; margin-top: 66px; }
  .course-offer { grid-template-columns: 1fr; gap: 58px; margin-top: 84px; }
  .price-panel { max-width: 560px; }
  .mentoring-scene { background-position: 70% center; }
  .mentoring-cards { grid-template-columns: minmax(0, 1fr); max-width: 560px; gap: 16px; margin: 66px 0 54px; }
  .mentoring-cards article:nth-child(2), .mentoring-cards article:nth-child(3) { margin-top: 0; }
  .vibe-frame { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
}

@media (max-width: 767px) {
  /* o liquid-ether (WebGL) só carrega no desktop; some com a moldura vazia */
  .tg-liquid-ether { display: none; }

  /* cabeçalho dos depoimentos empilha: setas abaixo do título */
  .reviews-head { flex-direction: column; align-items: flex-start; gap: 18px; }

  /* carrossel sangra até a borda da tela: 1 card inteiro + pedacinho do próximo à direita,
     sem peek à esquerda (só uma pequena calha) */
  .reviews-carousel { margin-inline: -22px; padding-left: 22px; padding-right: 0; }

  .reviews-carousel .swiper-slide {
    width: 79vw;
    /* sem o fade dos inativos: todos os cards nítidos no mobile (desktop mantém) */
    opacity: 1;
  }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); }
  .site-header { height: 64px; }
  .site-header .brand { width: 118px; }
  /* pill invertido: texto MENU na frente, linhas dentro de um círculo azul à direita */
  .menu-toggle { width: auto; height: 46px; position: fixed; top: 9px; right: 12px; padding: 4px 4px 4px 17px; grid-template-columns: auto 36px; grid-template-rows: 1fr 1fr; column-gap: 11px; row-gap: 5px; align-content: stretch; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(7,9,10,.82); backdrop-filter: blur(8px); }
  .menu-toggle::after { content: 'MENU'; grid-column: 1; grid-row: 1 / span 2; align-self: center; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
  .menu-toggle::before { content: ''; grid-column: 2; grid-row: 1 / span 2; align-self: center; width: 36px; height: 36px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px rgba(18,131,196,.45); }
  .menu-toggle span:not(.sr-only) { width: 13px; grid-column: 2; justify-self: center; }
  .menu-toggle span:first-child { grid-row: 1; align-self: end; }
  .menu-toggle span:nth-child(2) { grid-row: 2; align-self: start; }
  /* bloco de texto + CTA ancorado embaixo; o padding-bottom reserva a
     faixa dos stats (posicionados absolutos no rodapé da hero) */
  .hero { min-height: 760px; display: flex; flex-direction: column; justify-content: flex-end; padding: 92px 18px 132px; }
  .hero-cover img { object-position: center top; filter: saturate(1.06) brightness(1.10) contrast(1.04); }
  .hero-cover::after { background: linear-gradient(90deg, rgba(5,7,8,.28), rgba(5,7,8,.04) 72%), linear-gradient(180deg, rgba(5,7,8,.03), transparent 48%, rgba(5,7,8,.42) 100%); }
  .hero::after { font-size: 120px; bottom: 2%; }
  .hero-copy { padding: 0; align-self: flex-start; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
  /* no mobile o h1 sobe e a tag (eyebrow) desce pra baixo dele */
  .hero-copy .home-hero-title { order: 1; }
  .hero-copy .eyebrow { order: 2; margin: 16px 0 0; }
  .hero-copy .hero-description { order: 3; }
  .hero-copy .home-hero-actions { order: 4; }
  .hero h1 { max-width: 100%; }
  .home-dark-page .hero h1.home-hero-title { max-width: 310px; font-size: clamp(55px, 14.5vw, 67px); line-height: .77; }
  .home-dark-page .hero h1.home-hero-title strong { max-width: 300px; font-size: .5em; line-height: .93; }
  .eyebrow { max-width: 290px; align-items: flex-start; font-size: 8px; line-height: 1.6; }
  .eyebrow span { margin-top: 6px; flex: 0 0 22px; }
  .hero-description { max-width: 340px; font-size: 13.5px; }
  .home-hero-actions { gap: 16px 20px; }
  .hero-stats { position: absolute; z-index: 5; left: 18px; right: 18px; bottom: 34px; grid-template-columns: repeat(3, 1fr); gap: 7px; justify-self: stretch; }
  .stat { padding-left: 8px; }
  .stat strong { font-size: 30px; }
  .stat span { font-size: 6px; }
  .scroll-hint { display: none; }

  .home-wrap { width: calc(100% - 40px); }
  .scene-title { font-size: clamp(42px, 12vw, 50px); }
  .scene-lead { font-size: 13.5px; }
  .marquee-group { gap: 20px; padding-right: 20px; font-size: 13px; }
  .method-scene { padding: 84px 0 78px; }
  .method-media { margin: 0 10% 46px 0; }
  .method-media img { aspect-ratio: 16 / 11.5; }
  .method-copy, .method-portrait { width: calc(100% - 40px); }
  .method-steps { margin: 38px 0 36px; gap: 22px; }
  .method-steps li { grid-template-columns: 36px 1fr; gap: 12px; padding-top: 20px; }
  .method-portrait { max-width: 380px; margin-top: 48px; }
  .course-scene { padding-bottom: 96px; }
  .course-hero { padding: 96px 0 58px; background: linear-gradient(180deg, rgba(5, 6, 7, .68), rgba(6, 8, 9, .94) 58%, #060809), url('/images/home-dark/cover-saas.webp') center top / cover no-repeat, #050607; }
  .course-features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 12px; margin-top: 54px; padding-top: 26px; }
  .course-features li { gap: 10px; }
  .course-features svg { width: 20px; height: 20px; }
  .course-features span { font-size: 7.5px; letter-spacing: .12em; }
  .course-offer { gap: 48px; margin-top: 66px; }
  .course-includes > h3 { font-size: 29px; }
  .course-includes li { font-size: 13px; }
  .price-panel { padding: 34px 24px 28px; }
  .price-panel-value { font-size: 60px; }
  .trust-grid { gap: 10px; }
  .trust-grid strong { font-size: 9px; }
  .trust-grid small { font-size: 9.5px; }
  .mentoring-scene { padding: 96px 0 88px; background: linear-gradient(180deg, rgba(4, 6, 9, .9) 30%, rgba(4, 6, 9, .55)), url('/images/home-dark/thales-cta-cinematic.webp') center bottom / cover no-repeat, #05070a; }
  .mentoring-cards { margin: 54px 0 44px; }
  .mentoring-cards article { padding: 26px 22px 28px; }
  .mentoring-cards h3 { font-size: 24px; }
  .mentoring-cta { gap: 26px; }
  .reviews-section { padding: 96px 0 88px; }
  .reviews-head { margin-bottom: 28px; }
  .reviews-carousel { margin-inline: -20px; padding-left: 20px; }
  .review-card { padding: 26px 22px; }
  .vibe-section { min-height: 720px; align-items: end; padding: 84px 0; background-position: 68% center; background-size: auto 108%; }
  .vibe-frame { gap: 28px; }
  .vibe-frame > div:first-child > p:not(.section-kicker) { font-size: 13px; }
  .dark-footer { padding-top: 52px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 44px; }
  .footer-bottom { padding: 20px 0 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none; }
  .btn-solid::before { animation: none; }
  /* gif não pausa via CSS: some pra quem pediu menos movimento */
  .page-noise { display: none; }
}
