* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Sora', sans-serif;
  background: #000;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.header.scrolled {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(16px);
}

.logo {
  height: 26px;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  padding: 180px 64px;
  max-width: 900px;
}

.hero-title {
  font-size: 72px;
  line-height: 1.05;
  margin-bottom: 24px;
}

.hero-title span {
  color: #5B7CFF;
}

.hero-subtitle {
  color: #b3b3b3;
  max-width: 600px;
  margin-bottom: 0;
}

.cta {
  border: 2px solid #5B7CFF;
  padding: 16px 32px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 32px;
}

.cta:hover {
  background: #5B7CFF;
  transform: translateY(-2px);
}

.hero-videos {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-videos video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-videos video.active {
  opacity: 1;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  padding: 120px 64px;
}

.pillars h3 {
  color: #5B7CFF;
  font-weight: 600;
  margin-bottom: 12px;
}

.pipeline {
  padding: 160px 64px;
}

.pipeline-line line {
  stroke: #5B7CFF;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.2s ease;
}

.pipeline-items {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.pipeline-item {
  color: #9a9a9a;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pipeline-item.active {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}

.pipeline-footnote {
  margin-top: 40px;
  text-align: center;
  color: #5B7CFF;
  font-weight: 600;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 120px 64px 40px;
}

.footer-logo {
  height: 24px;
  margin-bottom: 16px;
}

.footer-tagline {
  color: #9a9a9a;
  font-size: 14px;
}

.footer-cta {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 80px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {

  .hero-content {
    padding: 140px 32px;
  }

  .hero-title {
    font-size: 48px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .pipeline-items {
    flex-direction: column;
    gap: 20px;
  }
}

@media (orientation: portrait) and (min-height: 900px) {

  .hero {
    min-height: unset;
    height: auto;
    padding-bottom: 96px;
  }

  .hero-content {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .hero-title {
    font-size: clamp(70px, 7vw, 82px);
    line-height: 1.02;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    margin-top: 80px;
    margin-bottom: 28px;
  }

  .cta {
    margin-top: 4px;
  }

  .hero-videos video {
    filter: brightness(0.45) contrast(1.05);
  }
}
.invisibilidade-hero {
  padding: 200px 64px;
  max-width: 1100px;
}

.impact-title {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  font-weight: 500; /* menos grosso */
  letter-spacing: -0.02em;
}

.invisivel {
  color: #5B7CFF;
  font-weight: 600;
  animation: fadePulse 3.5s ease-in-out infinite;
}

@keyframes fadePulse {
  0%   { opacity: 1; }
  50%  { opacity: 0.25; }
  100% { opacity: 1; }
}
.invisivel {
  font-weight: 500;
}
.tensao {
  padding: 120px 64px; /* antes estava 180px */
}

.tensao-inner {
  max-width: 760px;
}

.tensao-base {
  font-size: 20px;
  line-height: 1.6;
  color: #cfcfcf;
  margin-bottom: 40px; /* reduzido */
}

.tensao-pergunta {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px; /* reduzido */
}

.tensao-destaque {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 60px; /* era 100px */
}

.tensao-frustracao {
  margin-top: 40px;
}

.tensao-frustracao p {
  font-size: 18px;
  color: #bdbdbd;
  margin-bottom: 12px; /* mais compacto */
}

.tensao-final {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
}
.hero-title {
  font-size: clamp(56px, 6vw, 76px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.invisivel {
  color: #5B7CFF;
  font-weight: 600;
  animation: fadePulse 3.5s ease-in-out infinite;
}

@keyframes fadePulse {
  0%   { opacity: 1; }
  50%  { opacity: 0.25; }
  100% { opacity: 1; }
}
.quebra {
  padding: 160px 64px;
}

.quebra-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  align-items: start;
}

/* Linha vertical tech */
.quebra-grid::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 10%;
  height: 80%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #5B7CFF, transparent);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
.lado-frustracao,
.lado-virada {
  position: relative;
  z-index: 1;
}


/* Lado esquerdo */
.lado-frustracao {
  padding-top: 40px;
}

.lado-frustracao p {
  font-size: 17px;
  color: #7a7a7a;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}


.pre-virada {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.6;
}

.impacto {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 28px;
}

.impacto span {
  color: #5B7CFF;
}

.assinatura {
  font-size: 22px;
  opacity: 0.85;
  letter-spacing: 0.3px;
}

@media (max-width: 900px) {
  .quebra-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .quebra-grid::before {
    display: none;
  }

  .lado-virada {
    transform: none;
  }
}
.fade-left {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-left.desvanecer {
  opacity: 0.45;
  transform: translateY(6px);
}

.trigger-virada {
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.trigger-virada.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.manifesto {
  padding: 200px 64px;
}

.manifesto-inner {
  max-width: 900px;
}

.manifesto-abrir {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  margin-bottom: 60px;
}

.manifesto-escada p {
  font-size: 24px;
  color: #cfcfcf;
  margin-bottom: 16px;
}

.manifesto-metodo {
  margin: 80px 0;
}

.manifesto-metodo span {
  color: #5B7CFF;
  font-weight: 600;
}

.manifesto-metodo p {
  font-size: 20px;
  line-height: 1.6;
}

.manifesto-resultado {
  margin-bottom: 80px;
}

.manifesto-resultado p {
  font-size: 22px;
  opacity: 0.9;
}

.manifesto-corte {
  margin-bottom: 80px;
}

.manifesto-corte p {
  font-size: 20px;
  color: #8a8a8a;
  margin-bottom: 12px;
}

.manifesto-final {
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.2;
}

.manifesto-final span {
  color: #5B7CFF;
}

.manifesto-bemvindo {
  margin-top: 20px;
  font-size: 18px;
  opacity: 0.6;
}
.manifesto-clean {
  padding: 140px 64px;
}

.manifesto-inner {
  max-width: 800px;
}

.manifesto-pre {
  font-size: 20px;
  opacity: 0.7;
  margin-bottom: 24px;
}

.manifesto-impacto {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 40px;
}

.manifesto-impacto span {
  color: #5B7CFF;
}

.manifesto-escada {
  margin-bottom: 40px;
}

.manifesto-escada p {
  font-size: 20px;
  color: #cfcfcf;
  margin-bottom: 10px;
}

.manifesto-metodo {
  font-size: 18px;
  margin-bottom: 60px;
  opacity: 0.8;
}

.manifesto-metodo span {
  color: #5B7CFF;
  font-weight: 600;
}

.manifesto-final {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.manifesto-final span {
  color: #5B7CFF;
}

.manifesto-grid {
  padding: 160px 64px;
}

.manifesto-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: start;
}

/* Linha vertical sutil */
.manifesto-layout::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  height: 80%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #5B7CFF, transparent);
  opacity: 0.15;
}

/* Lado esquerdo */

.manifesto-pre {
  font-size: 18px;
  opacity: 0.6;
  margin-bottom: 20px;
}

.manifesto-impacto {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 600;
}

.manifesto-impacto span {
  color: #5B7CFF;
}

/* Lado direito */

.manifesto-escada {
  margin-bottom: 40px;
}

.manifesto-escada p {
  font-size: 20px;
  color: #cfcfcf;
  margin-bottom: 10px;
}

.manifesto-metodo {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.8;
}

.manifesto-metodo span {
  color: #5B7CFF;
  font-weight: 600;
}

.manifesto-final {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.manifesto-final span {
  color: #5B7CFF;
}

/* Responsivo */

@media (max-width: 900px) {
.manifesto-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: stretch; /* chave aqui */
}


  .manifesto-layout::before {
    display: none;
  }
}

.pillar-icon {
  margin-bottom: 18px;
  color: #ffffff;
}

.pillar-icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 120px 64px 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  max-width: 400px;
}

.footer-logo {
  height: 26px;
  margin-bottom: 16px;
}

.footer-tagline {
  color: #9a9a9a;
  margin-bottom: 24px;
}

.footer-cta {
  display: inline-block;
  padding: 10px 18px;
  border: 1.5px solid #5B7CFF;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-cta:hover {
  background: #5B7CFF;
  transform: translateY(-3px);
}

.footer-social img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-social img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-bottom {
  margin-top: -10px;
  text-align: right;
  font-size: 12px;
  color: #666;
}

/* Estado inicial */
.pillar {
  opacity: 0;
  transform: translateY(40px);
}

/* Animação */
.pillar.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover */
.pillar:hover {
  transform: translateY(-6px);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {

  .manifesto-grid {
    padding: 100px 24px;
  }

  .manifesto-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .manifesto-layout::before {
    display: none;
  }

  .manifesto-impacto {
    font-size: clamp(28px, 7vw, 40px);
  }

  .manifesto-final {
    font-size: clamp(24px, 6vw, 36px);
  }

  .manifesto-esquerda,
  .manifesto-direita {
    width: 100%;
  }
  
}
.manifesto-cta-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.manifesto-cta {
  padding: 16px 36px;
  border: 1.5px solid #5B7CFF;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-cta:hover {
  background: #5B7CFF;
  transform: translateY(-4px);
}