@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tai+Heritage+Pro:wght@400;700&display=swap');




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {  scroll-behavior: smooth;
}

body {
  font-family: "pOPPINS", sans-serif;
  overflow-x: hidden;
}

/* CORES */
:root {
  --azul-escuro: #041f2e;
  --branco: #ffffff;
  --offwhite: rgba(255, 255, 255, 0.87);
  --cinza: #848484;

  --fonte-destaque: Tai Heritage Pro, sans-serif;
}

/* MENU */
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(12px);
  transition: background 0.3s ease;
}

.logo-branca {
  display: none;
}

.menu.ativo .logo-normal {
  display: none;
}

.menu.ativo .logo-branca {
  display: block;
}


.menu.ativo {
  background: #23334a;
  background-image: linear-gradient(45deg, #23334a, #283e5c);
}

.menu.ativo .navegacao a{
  color: white;
}

.menu-interno {
  max-width: 1200px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
    max-width: 300px;
}

.navegacao {
  display: flex;
  gap: 30px;
}

.navegacao a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  color:#23334a;
  position: relative;
}

.navegacao a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--cinza);
  transition: width 0.3s ease;
}

.navegacao a:hover::after {
  width: 100%;
}

/* MOBILE MENU */
.botao-mobile {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.botao-mobile span {
  width: 24px;
  height: 2px;
  background:#23334a;
}

.menu.ativo .botao-mobile span {
  background: white;
}


.menu-mobile {
  position: fixed;
  inset: 0;
  background: var(--branco);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: 90;
}

.menu-mobile.ativo {
  transform: translateY(0);
}

.menu-mobile a{
    text-decoration: none;
    color: #000;
}

/* PAINÉIS */
.painel {
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
}

.claro { background: var(--branco);color:#000; }
.escuro { background: linear-gradient(45deg, #23334a, #283e5c); color:var(--branco); }
.cinza { background: linear-gradient(145deg,#848484,#494545); color:white; }
.preto {background: linear-gradient(145deg, #262626, #111111); color: white;}

.curvado {
  border-top-left-radius: 260px;
  border-top-right-radius: 260px;
}

/* CONTEÚDO */
.conteudo {
  max-width: 90%;
  transform: translateY(40px);
  transition: transform 0.4s ease;
}

h1,h2{
    font-family: var(--fonte-destaque);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3em;
}

h1 { font-size: 2rem; margin-bottom: 20px; }
h2 { font-size: 1.4rem; margin-bottom: 10px; }
p { font-size: 1.05rem; opacity: 0.9;
line-height: 2em; text-align: justify;hyphens: auto; }

.hero-signature {
  position: relative;
  min-height: 100vh;
  padding: 120px 7vw;
  background: linear-gradient(135deg, #f2f4f8, #e6ebf3);
  overflow: hidden;
}

/* CAMADAS DE FUNDO */
.bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.layer-1 {
  background:
    radial-gradient(circle at 15% 20%, rgba(15,23,42,0.18), transparent 55%);
}

.layer-2 {
  background:
    radial-gradient(circle at 85% 75%, rgba(71,85,105,0.22), transparent 60%);
}

/* RESET BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  background: #f8fafc;
  color: #0f172a;
}

/* HERO COM FUNDO AZULADO */
.hero {
  padding: 200px 24px;
  background:
    radial-gradient(
      1200px circle at top left,
      #e8eff7,
      #f5f7fb 55%
    );
}

/* CONTAINER */
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* BLOCO SUPERIOR */
.hero-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: start;
}

/* TÍTULO */
.hero-title h1 {
  font-size: clamp(1.2em, 2.2em, 4em);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.subtitulo {
  margin-top: 36px;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 520px;
  color: #334155;
}

/* LATERAL */
.hero-side {
  display: flex;
  align-items: flex-start;
}

/* CARD LATERAL */
.side-card {
  position: relative;
  padding-left: 48px;
  max-width: 360px;
}

/* LINHA VISUAL */
.side-line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #0f172a,
    rgba(15,23,42,0.2)
  );
  border-radius: 2px;
}

/* TEXTO APOIO */
.apoio {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #475569;
}

/* BLOCO ESCURO DE AUTORIDADE */
.hero-highlight {
  margin-top: 90px;
  padding: 56px 64px;
  background: linear-gradient(160deg, #0f172a, #1e293b);
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(15,23,42,0.45);
  position: relative;
  overflow: hidden;
}

/* TEXTURA PREMIUM */
.hero-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      1200px circle at top left,
      rgba(255,255,255,0.18),
      transparent 60%
    );
  opacity: 0.6;
}

.hero-highlight p {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 620px;
  color: #ffffff;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .hero-top {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .side-card {
    padding-left: 28px;
  }

  .hero-highlight {
    padding: 40px;
  }
}


/* =====================
   ATUAÇÃO — PREMIUM
===================== */

.atuacao-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

/* CABEÇALHO */
.atuacao-header {
  max-width: 520px;
}

.atuacao-header h2 {
font-size: clamp(1.2em, 2.2em, 4em);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.atuacao-sub {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.85;
}

/* GRID DOS CARDS */
.atuacao-cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

/* CARD */
.atuacao-card {
  position: relative;
  padding: 56px 48px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(2px);

  display: flex;
  flex-direction: column;
  gap: 24px;

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* EFEITO HOVER PREMIUM */
.atuacao-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    140deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.02)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.atuacao-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.35);
}

.atuacao-card:hover::before {
  opacity: 1;
}

/* TÍTULO DO CARD */
.atuacao-card h2 {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* TEXTO */
.atuacao-card p {
  font-size: 0.95rem;
  line-height: 1.75;
  opacity: 0.9;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .atuacao-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .atuacao-card {
    padding: 44px 36px;
  }
}



/* =====================
   DIFERENCIAIS — NOVO
===================== */

.diferenciais {
  position: relative;
}

/* FUNDO */
.diferenciais .forma-bloco {
  background-color: #23334a17;
}

/* CONTAINER */
.diferenciais-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* HEADER */
.diferenciais-header h2 {
  font-size: clamp(1.2em, 2.2em, 4em);
  font-weight: 500;
  letter-spacing: -0.03em;
}

/* GRID */
.diferenciais-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

/* ITEM */
.diferencial-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* BARRA VISUAL */
.diferencial-item .barra {
  width: 4px;
  min-height: 100%;
  background: linear-gradient(
    to bottom,
    #0f172a,
    rgba(15,23,42,0.25)
  );
  border-radius: 2px;
}

/* TEXTO */
.diferencial-item h2 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.diferencial-item p {
  margin-top: 14px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .diferenciais-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}


.largura-media {
  max-width: 90%;
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1200px;
}

.contato-texto p {
  margin: 24px 0;
}

.contato-texto h2{
  font-size: clamp(1.2em, 2.2em, 4em);
}


.acoes-contato {
  display: flex;

  gap: 16px;
  margin-top: 32px;
}

.botao {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  text-decoration: none;
  color: inherit;
}

.botao.destaque {
  background: white;
  color: var(--azul-escuro);
  border: none;
}

.botao.destaque:hover{
  background: #304766;
  transition-duration: 0.4s;
  color: white;
}

.formulario {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulario input,
.formulario textarea {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 8px;
  color: inherit;
}

.botao-submit {
  margin-top: 12px;
  padding: 14px 32px;
  border-radius: 999px;
  background-color: white;

  color: var(--azul-escuro);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  border: none;
  cursor: pointer;

  align-self: flex-start;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.botao-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #23334aa2;
  filter: brightness(1.05);
}


.botao-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(212,175,55,0.25);
}


.botao-submit:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(212,175,55,0.45),
    0 12px 28px rgba(212,175,55,0.35);
}


/* =====================
   SOBRE — NOVO FORMATO
===================== */

.sobre {
  position: relative;
}

/* CONTAINER */
.sobre-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* HEADER */
.sobre-header h2 {
  font-size: clamp(1.2em, 2.2em, 4em);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
}

/* ETAPAS */
.sobre-etapas {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ETAPA */
.etapa {
  position: relative;
  padding: 48px 42px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 24px;

  display: flex;
  flex-direction: column;
  gap: 20px;

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* TAG */
.etapa-tag {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* TÍTULO */
.etapa h3 {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* TEXTO */
.etapa p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.9;
}

/* ANO */
.etapa-ano {
  margin-top: auto;
  font-size: 0.8rem;
  opacity: 0.6;
}

/* DESTAQUE FINAL */
.etapa.destaque {
  background: linear-gradient(
    140deg,
    rgba(255,255,255,0.16),
    rgba(255,255,255,0.04)
  );
  border-color: rgba(255,255,255,0.4);
}

/* MICRO INTERAÇÃO */
.etapa:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.4);
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .sobre-etapas {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}



/* =========================
   FORMAS GEOMÉTRICAS VISÍVEIS
========================= */

.forma {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.3s linear;
}

/* -------------------------
   CORES
------------------------- */
.forma.dourado {
  background: radial-gradient(circle, rgba(212,175,55,0.45), transparent 70%);
}

/* -------------------------
   ATUAÇÃO
------------------------- */
.forma-circulo-grande {
  width: 620px;
  height: 620px;
  border-radius: 50%;
  top: 10%;
  right: -180px;
}

.forma-arco-lateral {
  width: 520px;
  height: 520px;
  border: 3px solid hsla(0, 0%, 100%, 0.35);
  border-radius: 50%;
  bottom: -200px;
  left: -200px;
}

/* -------------------------
   DIFERENCIAIS
------------------------- */
.forma-bloco {
  width: 480px;
  height: 480px;
  background: rgba(12, 9, 1, 0.212);
  border-radius: 80px;
  top: 20%;
  left: -160px;
}

.forma-linha {
  position: absolute;
  width: 3px;
  height: 65%;
  top: 15%;
  right: 120px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(212, 175, 55, 0.9),
    transparent
  );

  z-index: 1;
}



.forma-horizonte {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;

  background:
    linear-gradient(
      to top,
      rgba(211, 211, 211, 0.25),
      transparent 40%
    ),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 0.12),
      transparent 55%
    );

  z-index: 1;
}


/* -------------------------
   GARANTIR CAMADAS
------------------------- */
.painel {
  position: sticky;
  overflow: hidden;
}

.conteudo {
  position: relative;
  z-index: 2;
}


/* RESPONSIVO */
@media (max-width: 900px) {
  .navegacao { display: none; }
  .botao-mobile { display: flex; }
  .grade-hero,
  .grade-atuacao,
  .grade-diferenciais {
    grid-template-columns: 1fr;
  }
  h2 { font-size: 2.2rem; }
}


/* RODAPÉ */

.rodape {
    position: relative;
  background: #141414;
  color: rgba(255,255,255,0.85);
  padding: 80px 24px 40px;
}

.rodape-conteudo {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.rodape-bloco h4 {
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: #5986c5;
}

.rodape-bloco p,
.rodape-bloco a {
  font-size: 0.9rem;
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
}

.rodape-bloco a:hover {
  text-decoration: underline;
}

.rodape-bloco.logo img {
  max-width: 100px;
}

.redes-sociais {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.redes-sociais a {
  font-weight: 500;
}

.rodape-base {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.85;
}

.rodape-base p{
  text-align: center;
}

.rodape-base .nota-etica {
  margin-top: 8px;
  opacity: 0.7;
}

.pulsecode a{
    color: #b8924a;
}


/* BOTÃO WHATSAPP */
.whatsapp-fixo {
  position: fixed;
  bottom: 24px;
  right: 24px;

  width: 56px;
  height: 56px;
  border-radius: 50%;

  background: linear-gradient(
    135deg,
    rgba(55, 212, 81, 0.95),
    rgba(35, 161, 18, 0.95)
  );

  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 28px rgba(59, 250, 1, 0.4);
  z-index: 999;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whatsapp-fixo:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 18px 36px rgba(81, 255, 0, 0.55);
}
