/* Reset geral */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #F8F9FF; font-family: 'Poppins', sans-serif; font-weight: 500; text-align: center; overflow-x: hidden; color: #2C2C2C; }
a { text-decoration: none; color: inherit; }

/* Base de espaçamento para seções */
.header-section, .quadrados-container, .nao-fazemos-section, .pre-prontas-section, .info-geral-section, .valores-section { padding: 40px 20px; }
.header-section { padding-top: 0; }

/* Logo BaBlue estática */
.logo-bablue, .logo-bablue-footer { font-size: 35px; font-weight: 700; color: blue; display: block; margin-bottom: 20px; }

/* Logo Static Time digitando */
.logo-static { font-family: 'Times New Roman', Times, serif; font-size: 8vw; font-weight: 700; color: #04BA34; white-space: nowrap; overflow: hidden; width: 0; max-width: 610px; margin: 0 auto; display: inline-block; position: relative; animation: typing 4.5s steps(25, end) forwards; }
.logo-static::after { content: "_"; position: absolute; right: -10px; color: #04BA34; animation: blink 1s step-end infinite; font-size: inherit; }
.logo-static.finished::after { content: ""; animation: none; }

/* Textos abaixo do título */
.text-static, .text-static-2 { opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease forwards; }
.text-static { font-size: 40px; font-weight: 600; margin-top: 10px; animation-delay: 1s; }
.text-static-2 { font-size: 24px; font-weight: 400; margin-top: 8px; animation-delay: 1.3s; }

/* Container de quadrados */
.quadrados { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1200px; margin: 20px auto; }
.quadrado { width: 340px; height: 350px; background-color: #FFF; color: #2C2C2C; border-radius: 8px; box-shadow: 0 0 15px rgba(0,0,0,0.25); padding: 25px; display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(40px); animation: fadeInUp 1.2s ease forwards; }
.quadrado-1 { animation-delay: 1s; } .quadrado-2 { animation-delay: 1.5s; } .quadrado-3 { animation-delay: 2s; } .quadrado-6 { animation-delay: 3.5s; } .quadrado-7 { animation-delay: 4s; } .quadrado-8 { animation-delay: 4.5s; }

/* Quadrado com Design de Outro Mundo */

.texto-principal { font-size: 32px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.texto-colorido { display: inline-block; font-weight: 700; font-size: 32px; line-height: 1.2; }
.texto-colorido.gradiente-azul { background: linear-gradient(to right, #2C2C2C, #496B97); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.texto-colorido.gradiente-verde { background: linear-gradient(to right, #2C2C2C, #6AE040); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.texto-colorido.gradiente-vermelho { background: linear-gradient(to right, #7A0000, #E33030); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.texto-colorido.gradiente-amarelo { background: linear-gradient(to right, #C4A000, #FFC107); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.asterisco { font-size: 16px; margin-top: 10px; color: #555; }

/* Div preta cliente */
.cliente-section { padding: 0; }
.cliente-div { background-color: #000; width: 100%; height: 283px; margin-top: 60px; display: flex; align-items: center; justify-content: center; padding: 0 20px; }
.cliente-text-div { max-width: 498px; margin-right: 40px; }
.cliente-text { color: #fff; font-size: 28px; font-weight: 500; text-align: left; }
.cliente-logo { width: 366px; height: 115px; object-fit: contain; }

.titulo-nao-fazemos { font-size: 38px; margin: 40px 0; font-weight: 700; color: #2C2C2C; max-width: 1200px; margin-left: auto; margin-right: auto; }

/* Seção de Animação Pré-Prontas (Desktop) */
.pre-prontas-section { background-color: #f0f2f5; margin-top: 60px; overflow: hidden; }
.animacao-container { max-width: 1100px; height: 600px; margin: auto; position: relative; display: flex; justify-content: center; align-items: center; }
.texto-animacao-wrapper { position: relative; z-index: 10; }
.titulo-animacao { font-size: 42px; font-weight: 700; color: #2C2C2C; }
.subtitulo-animacao { font-size: 22px; color: #555; line-height: 1.5; margin-top: 10px; }
.quadrado-animado { position: absolute; border-radius: 20px; opacity: 0; animation: floatUp 7s ease-in-out infinite alternate; }
.cor-escura { background-color: #1A1A2E; } .cor-media { background-color: #5C4B99; }
.q1 { width: 280px; height: 180px; top: 0; left: 0; animation-delay: 0s; }
.q2 { width: 280px; height: 180px; top: 50px; right: 0; animation-delay: -1.5s; }
.q3 { width: 280px; height: 180px; bottom: 100px; left: 50px; animation-delay: -3s; }
.q4 { width: 280px; height: 180px; bottom: 0; left: 50%; transform: translateX(-50%); animation-delay: -5s; }
.q5 { width: 280px; height: 180px; bottom: 40px; right: 20px; animation-delay: -7s; }

/* Seção de Informações e Cartões */
.info-geral-section { max-width: 1200px; margin: 0 auto; text-align: left; }
.info-superior-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 80px; align-items: center; }
.info-coluna h2 { font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 15px; }
.destaque-verde { background-color: #A3E635; color: #1a1a1a; padding: 0 12px; border-radius: 8px; }
.linha-ondulada { width: 250px; height: auto; margin-top: -25px; margin-left: -5px; }
.paragrafo-info { font-size: 18px; color: #333; line-height: 1.6; max-width: 450px; margin-top: 20px; }
.titulo-info-dir { display: flex; flex-direction: column; align-items: flex-start; }
.texto-pequeno { font-size: 20px; font-weight: 500; }
.texto-gradiente-jovem { font-size: 90px; font-weight: 800; background: linear-gradient(90deg, #001f54, #034078, #1a93e3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.info-cartoes-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.cartao-info { border-radius: 12px; padding: 25px; min-height: 220px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.cartao-info h3 { font-size: 24px; line-height: 1.2; }
.card-verde-escuro { background-color: #333F33; color: #f0fdf4; }
.card-preto { background-color: #1C1C1C; color: #fff; }
.card-branco { background-color: #fff; color: #1C1C1C; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.card-amarelo { background-color: #FDE047; color: #422006; }
.subtexto-cartao { font-size: 14px; margin-top: 10px; opacity: 0.9; }
.card-amarelo blockquote { font-size: 16px; font-weight: 600; }
.card-amarelo cite { font-size: 12px; font-style: normal; display: block; width: 100%; text-align: right; margin-top: 5px; opacity: 0.8; }
.subtexto-cartao.extra { margin-top: 20px; font-weight: 600; }

/* Seção de Valores */
.valores-section { background-color: #fff; }
.titulo-secao { font-size: 38px; font-weight: 700; color: #2C2C2C; text-align: center; margin-bottom: 50px; }
.valores-container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.valor-card { background-color: #F8F9FF; border: 1px solid #e0e4f2; border-radius: 12px; padding: 35px; width: 380px; text-align: center; box-shadow: 0 4px 25px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.valor-card:hover { transform: translateY(-8px); box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.valor-titulo { font-size: 24px; font-weight: 600; margin-bottom: 20px; }
.valor-preco { font-size: 42px; font-weight: 800; color: #04BA34; margin-bottom: 5px; }
.valor-periodo { font-size: 18px; font-weight: 500; color: #555; }
.valor-ou { margin: 15px 0; font-style: italic; color: #777; font-size: 16px; }
.valor-preco-anual { font-size: 28px; font-weight: 700; color: #2C2C2C; }
.valor-desconto { font-size: 14px; font-weight: 600; color: #E33030; display: block; margin-top: 5px; }
.valor-descricao { font-size: 16px; color: #555; margin-top: 25px; line-height: 1.6; }

/* Rodapé */
.site-footer { background-color: #1C1C1C; color: #aaa; text-align: left; padding: 0; }
.footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 40px; padding: 60px 20px; }
.logo-bablue-footer { font-size: 28px; margin-bottom: 15px; }
.footer-descricao { font-size: 15px; line-height: 1.6; max-width: 300px; }
.footer-coluna-social h4, .footer-coluna-contato h4 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 15px; }
.social-icons { display: flex; gap: 15px; }
.social-icons a { color: #aaa; display: inline-block; transition: color 0.3s ease, transform 0.3s ease; }
.social-icons a:hover { color: #fff; transform: scale(1.1); }
.footer-coluna-contato p { margin-bottom: 15px; }
.footer-botao-wpp { background-color: #25D366; color: #fff; padding: 10px 20px; border-radius: 8px; font-size: 15px; font-weight: 600; display: inline-block; transition: background-color 0.2s, transform 0.2s; }
.footer-botao-wpp:hover { background-color: #1DA851; transform: scale(1.05); }
.footer-copyright { border-top: 1px solid #333; padding: 20px; text-align: center; font-size: 14px; max-width: 1200px; margin: 0 auto; }

/* Seção de Páginas Demo com Imagem de Fundo */
.demos-modern-section {
  position: relative;
  background: url('img/fundo.jpg') no-repeat center center/cover; /* Caminho para a imagem */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 20px;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.demos-modern-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* Camada translúcida */
  z-index: 0;
}

.demos-modern-container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.demos-modern-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.demos-modern-description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #072b63;
}

.demos-modern-button {
  display: inline-block;
  background: linear-gradient(90deg, #007aff, #00d4ff);
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.demos-modern-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 122, 255, 0.7);
}

/* Estilo para o cartão com fundo galaxy */
.cartao-info.card-preto {
  background: url('img/word.jpg') no-repeat center center/cover; /* Caminho para a imagem */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhorar a legibilidade */
  border: none; /* Remove bordas, se houver */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adiciona uma leve sombra */
}

.cartao-info.card-preto-2 {
  background: url('img/velocity.jpg') no-repeat center center/cover; /* Caminho para a imagem */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhorar a legibilidade */
  border: none; /* Remove bordas, se houver */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adiciona uma leve sombra */
}

/* Estilo do Modal */
.modal {
  display: none; /* Oculto por padrão */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.modal-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.modal-button {
  display: inline-block;
  background-color: #007aff;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.modal-button:hover {
  background-color: #0056b3;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* ANIMAÇÕES */
@keyframes typing { from { width: 0; } to { width: 100%; } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatUp { from { opacity: 0.8; transform: translateY(30px); } to { opacity: 1; transform: translateY(-30px); } }
@keyframes riseUp { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: 0.7; } 90% { opacity: 0.7; } 100% { transform: translateY(-800px); opacity: 0; } }

/* RESPONSIVIDADE */
@media (max-width: 768px) {
  .header-section, .quadrados-container, .nao-fazemos-section, .pre-prontas-section, .info-geral-section, .valores-section, .footer-container, .footer-copyright { padding: 20px 10px; }
  .logo-static { font-size: 10vw; } .text-static { font-size: 5vw; } .text-static-2 { font-size: 4vw; }
  .quadrados { flex-direction: column; gap: 30px; }
  .quadrado { width: 100%; max-width: 400px; height: auto; min-height: 200px; }
  .texto-principal, .texto-colorido { font-size: 2rem; }
  .cliente-div { flex-direction: column; height: auto; padding: 30px 10px; }
  .cliente-text-div { margin: 0 0 25px; max-width: 100%; } .cliente-text { text-align: center; }
  .cliente-logo { width: 250px; height: auto; margin: 0 auto; }
  .titulo-nao-fazemos { font-size: 28px; margin: 30px 0; }

  /* Animação dos Quadrados Flutuantes para Mobile */
  .pre-prontas-section { padding-top: 60px; padding-bottom: 60px; position: relative; }
  .animacao-container { height: 500px; }
  .quadrado-animado { animation: none; top: auto; right: auto; left: auto; bottom: -200px; transform: none; animation: riseUp 20s linear infinite; }
  .quadrado-animado.q1 { left: 5%; width: 80px; height: 80px; animation-duration: 22s; animation-delay: 0s; }
  .quadrado-animado.q2 { left: 25%; width: 50px; height: 50px; animation-duration: 18s; animation-delay: 3s; }
  .quadrado-animado.q3 { left: 45%; width: 100px; height: 100px; animation-duration: 25s; animation-delay: 1s; }
  .quadrado-animado.q4 { left: 65%; width: 40px; height: 40px; animation-duration: 15s; animation-delay: 5s; }
  .quadrado-animado.q5 { left: 85%; width: 70px; height: 70px; animation-duration: 20s; animation-delay: 2s; }
  .titulo-animacao { font-size: 32px; }
  .subtitulo-animacao { font-size: 18px; }

  /* Outras Seções Responsivas */
  .info-geral-section { text-align: center; }
  .info-superior-grid { grid-template-columns: 1fr; gap: 50px; margin-bottom: 50px; }
  .info-coluna { align-items: center; } .paragrafo-info, .titulo-info-dir { text-align: center; align-items: center; }
  .info-cartoes-grid { grid-template-columns: 1fr; }
  .cartao-info { min-height: auto; padding: 20px; }
  .titulo-secao { font-size: 32px; }
  .valor-card { width: 100%; max-width: 400px; }
  
  /* Rodapé Responsivo */
  .site-footer { text-align: center; }
  .footer-container { grid-template-columns: 1fr; gap: 40px; }
  .footer-coluna-logo, .footer-coluna-social, .footer-coluna-contato { align-items: center; }
  .footer-descricao { margin: 0 auto; }
}

/* Adicione ao seu arquivo style.css */
.contato-whatsapp {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
}

.contato-container {
  max-width: 800px;
  margin: 0 auto;
}

.contato-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.contato-descricao {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.contato-botao-wpp {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contato-botao-wpp:hover {
  background-color: #1da851;
}

/* Seção de Demonstração */
.ver-demos {
  text-align: center;
  margin-top: 20px;
}

.demos-container {
  max-width: 800px;
  margin: 0 auto;
}

.demos-botao {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.demos-botao:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}