    /* pagina de projetos */

.pagina-projetos{
background-image: url("img/img.fundo2.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}


.Serviços {
    padding: 100px 20px;
    text-align: center;
}


.pagina-projetos .introdução{
max-width:700px;
margin:0 auto;
margin-left: auto;
margin-right: auto;
text-align:center;
align-items: center;
font-size: 18px;
line-height:1.6;
color:#d0d0d0;

}


.pagina-projetos .container{
   
max-width:1200px;
margin:auto;
padding:80px 20px;
}

/* titulo */

.pagina-projetos .titulo{
text-align:center;
font-size:44px;
margin-bottom:20px;
}

/* GRID ORGANIZANDO OS CARDS */

.pagina-projetos .grid{
    margin-top: 80px;
column-count:3;
column-gap:30px;
}

/* CARD */

.pagina-projetos .card{
background:#111;
border-radius:12px;
padding:25px;
cursor:pointer;
border:1px solid rgba(255,255,255,0.05);
transition:all 0.3s ease;
position:relative;
display:inline-block;
width:100%;
margin-bottom:30px;
break-inside:avoid;
}

/* efeito hover */

.pagina-projetos .card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

/* titulo */

.pagina-projetos .card h2{
font-size:18px;
margin:0;
padding-right:30px;
}

/* icone + */

.pagina-projetos .card::after{
content:"+";
position:absolute;
right:20px;
top:20px;
font-size:22px;
transition:0.3s;
}

/* quando abre */

.pagina-projetos .card.ativo::after{
content:"−";
}

/* conteudo escondido */

.pagina-projetos .conteudo-card{
height:0;
overflow:hidden;
transition:height 0.4s ease;
}

.pagina-projetos .card.ativo .conteudo-card{
margin-top:15px;
}
/* lista */

.pagina-projetos .conteudo-card ul{
padding-left:18px;
line-height:1.6;
}

.pagina-projetos .conteudo-card li{
margin-bottom:8px;
color:#d0d0d0;
}

@media (max-width:1000px){

.pagina-projetos .grid{
column-count:2;
}

}

@media (max-width:600px){

.pagina-projetos .grid{
column-count:1;
}

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
    

:root {
  --preto: #000000;        /* Preto */
  --roxo-neon: #9400d3;    /* Roxo neon */
  --roxo-escuro: #4b0082;    /* Roxo escuro */
  --verde-lima: #39ff14;   /* Verde neon */
  --laranja-vivo: #ff4500; /* Laranja vivo */
  --branco: #ffffff; /* Amarelo neon */
  --rosa-neon: #ff0066;    /* Rosa neon */
}

body {
  background-color: var(--preto);
  color: var(--branco);
  overflow-x: hidden;
}


.navegação {
    position: fixed; 
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 1000;
    padding: 20px 22px;
}

.menu {
    
     display: flex;
     justify-content: center;
     list-style: none;
     gap: 5rem;
}

.menu-link {
    position: fixed;
    padding: 0.8rem;
    text-decoration: none;
    color: var(--branco);
    font-weight: 500;
    position: relative;
}

.menu-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--roxo-neon), var(--roxo-neon));
    transition: width 0.4s ease; 
}

.menu-link:hover::after {
    width: 100%;
}


.titulo-brilho {
    font-family: 'Orbitron', sans-serif;
    font-size:65px;
    letter-spacing:3px;

    font-size:60px;
    font-weight:bold;
    background: linear-gradient(90deg, var(--roxo-neon),var(--branco),var(--roxo-neon));
    background-size:200%;

    background-clip: text;            /* padrão */
    -webkit-background-clip: text;    /* Chrome, Edge, Safari */

    color: transparent;
    -webkit-text-fill-color: transparent;

    animation: brilho 4s linear infinite;
    
}

@keyframes brilho{
    0%{background-position:0%}
    100%{background-position:200%}
}
   

/* seção */
.hero{
    position:relative;
    height:100vh;
    min-height:100vh;
    
}

/* SVG */
.waves{
    position:absolute;
    bottom: -80px;
    left:0;
    width: 300%;
    height: 400px;
    animation: waveMove 8s linear infinite;
    will-change: transform;
}

/* movimento suave */
@keyframes waveMove{
     0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
   

.waves path{
    fill:none;
    stroke:url(#grad);
    stroke-width:2;
    filter: drop-shadow(0 0 8px #00ffff);
}

img{
    width:400px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}


.logo{
    width:400px;
}

.título-principal {    
                                     /* PRINCIPAL- Bem-Vindo á AngelMind */   
    height: 100vh;
    transform: translateY(-45px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  
}

.sub-titulo { 
    font-family: 'Inter', sans-serif;
    font-size:20px;
    color:var(--branco); 
    font-size: 1.0rem;
    margin-top: 15px;
    text-align: center;
}

.sobre-titulo {        
                                        /* SUB-TITULO- Tecnologia avançada aplicada à análise de dados, automação de processos e geração de inteligência estratégica para organizações modernas. */
    font-size: 1%.5rem;
    color: var(--branco);
    text-align: center;
    margin-bottom: 30px;
    
}

.bloco{
    margin-top: 100px;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 60px;
}
 

.texto-tec {                         /* TEXTO- Nossa tecnologia foi desenvolvida para transformar dados */
    flex: 1;
    color: var(--branco);
    font-size: 0.9rem;
   
}

.sobre-titulo {
    font-size: 1.5rem;
    color: var(--branco);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}


.imagem-tec {
    margin-top: 130px;
    margin-right: 200px;
    flex: 1;
    display: flex;
    justify-content: center;
}


.imagem-tec img {
    width: 300px;
    max-width: 90%;
    height: auto;
    
   
}

.imagem-section{
padding: 120px 80px;
background-image: url("img/fundo-tech.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


.titulo-desafio {
    color: var(--branco);
    font-size: 40px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.problema {
    margin-right: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}


.Soluções {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}


.titulo-soluções {
    font-family: Orbitron, sans-serif;
    color: var(--branco);
    font-size: 35px;
    margin-top: 200px;
    text-align: center;
    margin-bottom: 5px;
}


.Inovação {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}


.titulo-inovação {
    color: var(--branco);
    font-size: 1.0rem;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.aplicações {
    margin-top: 180px;
}

.titulo-aplicações {
    
  font-family: 'Poppins', sans-serif;

  font-size: 48px;
  font-weight: 900;

  text-align: center; /* 🔥 centraliza o texto */

  color: white;

  line-height: 1.1;

  max-width: 600px; /* controla quebra de linha */
  margin: 60px auto; /* 🔥 centraliza o bloco na tela */
}


.cards {

    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    gap: 20px; /* espaço entre os cards */
    padding: 30px;
    justify-content: center;
 
}


.card {
    max-width: 400px;
    margin: 0 auto;
 padding: 30px;
  border-radius: 10px;
  text-align: center;

  /* 🔹 fundo transparente (efeito vidro) */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  /* 🔹 borda neon */
  border: 2px solid var(--roxo-neon);

  /* 🔹 brilho neon */
  box-shadow: 
    0 0 10px rgba(255, 0, 150, 0.5),
    0 0 20px rgba(255, 0, 150, 0.3),
    0 0 40px rgba(255, 0, 150, 0.2);

  color: white;
}


.impacto {
    margin-top: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 50px;

}

.lado-esquerdo {
    margin-left: 140px;
}

.titulo-impacto {
  font-family: 'Poppins', sans-serif;
  margin-left: 68px;
  font-size: 30px;      /* 🔥 grande */
  font-weight: 900;     /* 🔥 bem gordinho */

  line-height: 1.1;
  max-width: 490px;

  color: white;

  margin-bottom: 20px;
}


.lado-esquerdo img{
    width: 500px;
    max-width: 100%;
}

.lado-direito {
  width: 280px;
  height: 400px;
  margin-right: 60px;

  background: var(--roxo-escuro);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 25px;
  text-align: center;

  font-family: 'Inter', sans-serif;
  color: var(--branco);

  /* leve sombra moderna */
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* 🔥 título */
.titulo-lado-direito {
    margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

/* 🔹 lista */
.lado-direito ul {
    text-align: left;
    padding-left: 10px; /* espaço para os marcadores */
    list-style-position: outside;
  list-style: none;
 
}

/* 🔹 itens */
.lado-direito li {
    margin-bottom: 5px;
    text-align: left;
    padding: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

/* 🔥 detalhe moderno (mini marcador elegante) */
.lado-direito li::before {
  content: "•";
  color: #6c5ce7;
  margin-right: 6px;
}

.Contato {
  padding: 100px 20px;
  text-align: center;
}

/* 🔥 título principal */
.titulo-contato {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: white;
  margin-bottom: 50px;
}

/* centraliza o formulário */
.container-contato {
  display: flex;
  justify-content: center;
}

/* 🔥 CAIXA DO FORMULÁRIO */
.formulario {
  width: 320px;
  padding: 30px;

  display: flex;
  flex-direction: column;
  gap: 15px;

  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);

  /* 🔥 BORDA NEON ROXA */
  border: 2px solid #a020f0;

  box-shadow:
    0 0 10px #a020f0,
    0 0 30px rgba(160,32,240,0.5);

  text-align: center;
}

/* título do form */
.formulario h3 {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: white;
}

/* inputs */
.formulario input,
.formulario textarea {
  padding: 12px;
  border: none;
  outline: none;

  border-radius: 6px;

  font-family: 'Inter', sans-serif;
}

/* textarea */
.formulario textarea {
  height: 100px;
  resize: none;
}

/* botão */
.formulario button {
  padding: 12px;

  background: #a020f0;
  color: white;

  border: none;
  cursor: pointer;

  font-weight: 600;

  transition: 0.3s;
}

/* hover botão */
.formulario button:hover {
  background: #c94cff;
  box-shadow: 0 0 10px #c94cff;
}

.footer{
background: rgba(255,255,255,0.05);
padding:50px 20px;
margin-top:10px;
border-top:1px solid #1f1f1f;
}

.footer-conteudo{
max-width:1200px;
margin:auto;
text-align:center;
}

.footer-logo{
color:#ffffff;
font-size:14px;
margin-bottom:15px;
}

.footer-links{
margin-bottom:15px;
}

.footer-links a{
color:#9a9a9a;
font-size:13px;
margin:0 10px;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#c86bff;
}

.footer-direitos{
color:#6e6e6e;
font-size:12px;
}

.page-texto{
max-width:900px;
margin:auto;
padding:80px 20px;
color:#d6d6d6;
line-height:1.6;
}

.page-texto h1{
color:white;
margin-bottom:30px;
text-align:center;
}

.page-texto p{
margin-bottom:15px;
}