*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family: Arial, sans-serif;
  background:#060f1f;
  color:#fff;
  overflow-x:hidden;
  cursor: default;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.section{
  padding:100px 0;
}

.center{
  text-align:center;
}

/* ================= HEADER ================= */

.header{
  position:fixed;
  top:30px;
  width:100%;
  display:flex;
  justify-content:center;
  z-index:1000;
}

.nav-wrapper{
  width:92%;
  max-width:1200px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:5px 30px;

  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(20px);
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.1);
}

.logo img{
width: 180px;
height: 65px;
}

.nav{
  display:flex;
  align-items:center;
  gap:28px;
  justify-content: space-between;
  padding: 20px;
  
}

.nav a{
  text-decoration:none;
  color:#ffffff;
  font-size:15px;
  transition:0.3s;
}

.nav a:hover{
  color:#4da3ff;
}

.nav a.active{
  color:#4da3ff;
}

.btn-contato{
  padding:8px 20px;
  border-radius:12px;
  background:linear-gradient(135deg,#4da3ff,#1e66ff);
  color:#fff !important;
  box-shadow:0 0 20px rgba(77,163,255,0.4);
}

/* ================= HERO ================= */

.hero{
  min-height:110vh;
  display:flex;
  align-items:center;
  padding:0 5%;
  position:relative;
  overflow:hidden;

  background-image: 
    linear-gradient(to right, 
      rgba(6,15,31,1) 10%, 
      rgba(6,15,31,0.95) 22%, 
      rgba(6,15,31,0.6) 70%, 
      rgba(6,15,31,0) 90%
    ),
    url("imagens/fundo8.png");

  background-size: 72%; /* 🔥 controla o tamanho real */
  background-position: right center;
  background-repeat: no-repeat;
}

.hero{
  position:relative;
  overflow:hidden;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 50%, rgba(0,119,255,0.25), transparent 60%);
  pointer-events:none;
}

.hero-container{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.hero-text{
  max-width:600px;
}

.hero h1{
  margin-top: 18%;
  font-size:56px;
  line-height:1.1;
  font-weight:700;
  margin-bottom:20px;
}

.hero h1 span{
  background:linear-gradient(180deg,#0c82ff,#06ffff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  white-space: nowrap;
}



.hero p{
  font-size:18px;
  color:#ffffff;
  margin-bottom:30px;
  font-weight: 600;
  margin-top: -4%;
}

.hero p strong{
  background:linear-gradient(180deg,#0c82ff,#06ffff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-buttons{
  display:flex;
  gap:20px;
}

.btn-primary{
  padding:14px 28px;
  border-radius:30px;
  background:linear-gradient(135deg,#4da3ff,#1e66ff);
  color:#fff;
  text-decoration:none;
  font-weight:500;
  box-shadow:0 0 30px rgba(77,163,255,0.6);
  transition:0.3s;
}

.btn-primary:hover{
  transform:translateY(-3px);
}

.btn-outline{
  padding:14px 28px;
  border-radius:30px;
  border:1px solid #4da3ff;
  color:#4da3ff;
  text-decoration:none;
  transition:0.3s;
}

.btn-outline:hover{
  background:#4da3ff;
  color:#060f1f;
}

/* HERO ART */

.hero-art{
  width:420px;
  height:420px;
  background:radial-gradient(circle at center,#1e66ff 0%, transparent 70%);
  filter:blur(60px);
  opacity:0.5;
    position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 119, 255, 0.25), transparent 40%),
    radial-gradient(circle at 80% 60%, rgba(0, 119, 255, 0.2), transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(0, 119, 255, 0.15), transparent 50%);

  
}



.somos {
  position: relative;
  padding: 120px 20px;
  background: radial-gradient(circle at top, #0b1c3a, #020617 70%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.somos-container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  cursor: default;
}

.badge {
  background: linear-gradient(135deg, #05000c,#3d177b, #800eec);
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.badge strong {
  font-size: 20px;
}

.badge.purple {
  background: linear-gradient(135deg, #05000c,#3d177b, #800eec);
}

.divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.2);
}

h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 7%;
}

.descricao {
  font-size: 20px;
  line-height: 1.2;
  color: #cbd5e1;
  margin-bottom: 40px;
}

.highlight {
  color: #38bdf8;
  font-weight: 600;
}

.cta {
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  border: none;
  padding: 16px 32px;
  border-radius: 999px;
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
   text-decoration: none;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}

.glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(56,189,248,0.15), transparent 60%);
  filter: blur(120px);
}



/* ===== PROCESSO PREMIUM ===== */

.processo{
  padding:110px 0 50px;
  background:radial-gradient(circle at 30% 20%, #0a1f44 0%, #020617 70%);
}

.processo-container{
  width:90%;
  max-width:1100px;
  margin:auto;
  margin-top: 5%;
  display:grid;
  grid-template-columns:340px 1fr;
  gap:28px;
  align-items:start;
}

/* LEFT CARD */

.processo-left{
  position:sticky;
  top:120px;
  margin-top: 20%;
  background:linear-gradient(180deg,#3b82f6 0%, #1e3a8a 60%, #1e1b4b 100%);
  border-radius:30px; /* menor proporcional */

  padding:28px 12px; /* reduzido */

  color:white;

  box-shadow:
    0 30px 90px rgba(59,130,246,.30),
    inset 0 1px 0 rgba(255,255,255,.15);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  text-align:center;

  min-height:320px; /* menor */
}

/* título */

.processo-left h2{
  font-size:36px; /* menor */
  line-height:1.08;
  font-weight:600;
  letter-spacing:-0.02em;
  max-width:12ch;
}

/* destaque */

.processo-left h2 span{
  font-weight:800;
}

/* link */

.processo-link{
  margin-top:8px;
  font-size:14px; /* menor */
  font-style:italic;
  font-weight:600;
  opacity:.9;
}

/* botão */

.btn-vellar{
  margin-top:18px;

  background:linear-gradient(180deg,#ffffff,#dbeafe);
  color:#2563eb;

  border:none;
  padding:14px 34px; /* menor */
  border-radius:999px;

  font-weight:800;
  font-size:15px; /* menor */

  white-space:nowrap;

  cursor:pointer;
  transition:.3s ease;

  box-shadow:0 12px 30px rgba(0,0,0,.22);
  text-decoration: none;
}

.btn-vellar:hover{
  transform:translateY(-3px) scale(0.5);
  transform:translateY(-3px);
  box-shadow: 0 10px 30px rgba(51, 140, 234, 0.5);
}

/* GRID */

.processo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

/* CARD */

.card{
  position:relative;
  background:rgba(2,12,27,.75);
  padding:16px 18px;
  border-radius:16px;
  backdrop-filter:blur(10px);
  border:1px solid rgba(0, 200, 255, 0.15);
  transition:.3s ease;
  
}

.card:hover{
  border-color:rgba(0,200,255,.45);
  transform:translateY(-3px);
  box-shadow: 0 10px 30px rgba(51, 140, 234, 0.5);
}

.numero{
  font-size:28px;
  font-weight:700;
  color:#22d3ee;
  cursor: default;
    background:linear-gradient(130deg,#3ffff9,#3ffff9, #6726ff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  white-space: nowrap;
}

.card h3{
  margin-top:2px;
  font-size:15px;
  color:#38bdf8;
  cursor: default;
}

.card p{
  margin-top:4px;
  font-size:12px;
  color:#dcd8d8;
  line-height:1.2;
  max-width:42ch;
  cursor: default;
}

/* RESPONSIVO */

@media(max-width:900px){

  .processo-container{
    grid-template-columns:1fr;
  }

  .processo-left{
    position:relative;
    top:auto;
  }

  .processo-grid{
    grid-template-columns:1fr;
  }

} 

.pre-sales-section {
  background:linear-gradient(120deg,#060f1f 60%, #0b1b33 100%);
  padding: 100px 60px;
  color: #fff;
  overflow: hidden;
}

.pre-sales-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pre-sales-content {
  max-width: 640px;
}

.pre-sales-badge {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #4ea1ff;
  border-radius: 999px;
  color: #cfe6ff;
  margin-bottom: -30px;
  font-size: 17px;
}

.pre-sales-section h2 {
  font-size: 48px;
  line-height: 1.0;
  margin-bottom: 20px;
  font-weight: 600;
}

.pre-sales-section h2 span {
    background:linear-gradient(90deg,#e7f2ff,#61b8ff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.pre-sales-section p {
  color: #c8d7f0;
  margin-bottom: 18px;
  line-height: 1.2;
  font-size: 16px;
}

.pre-sales-section strong {
  color: #00c2ff;
}

.pre-sales-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pre-sales-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}


.pre-sales-image img {
  max-width: 480px;
  width: 100%;
}

@media (max-width: 900px) {
  .pre-sales-container {
    flex-direction: column;
    text-align: center;
  }

  .pre-sales-section h2 {
    font-size: 36px;
  }

  .pre-sales-image img {
    max-width: 320px;
  }
}

/*BENEFICIOS*/

.beneficios-section {
  background: linear-gradient(120deg,#060f1f 60%, #0b1b33 100%);
  padding: 80px 6%;
}

/* HEADER */
.beneficios-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: -0.6%;
  text-align: center;
}

.beneficios-header h2 {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(90deg,#7dd3fc,#a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
    margin-top: -4%;
}

/* 3 EM CIMA */
.beneficio-card:nth-child(1),
.beneficio-card:nth-child(2),
.beneficio-card:nth-child(3) {
  grid-column: span 2;
}

/* 2 CENTRALIZADOS */
.beneficio-card:nth-child(4) {
  grid-column: 2 / 4;
}

.beneficio-card:nth-child(5) {
  grid-column: 4 / 6;
}

/* CARD */
.beneficio-card {
  background: rgba(12,25,55,0.7);
  backdrop-filter: blur(12px);
  border-radius: 26px;
  padding: 24px 22px; /* ↓ menor */
  display: flex;
  flex-direction: column;
  gap: 10px; /* ↓ menor */
  border: 1px solid rgba(120,150,255,0.25);
  transition: all .35s ease;
  position: relative;
  max-width: 520px; /* ⭐ limita tamanho */
  margin: 0 auto; /* ⭐ centraliza */

}

/* BORDA GRADIENTE VELLAR */
.beneficio-card::before {
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

/* HOVER — ACENDER */
.beneficio-card:hover {
  box-shadow:
    0 0 25px rgba(99,102,241,.35),
    0 0 60px rgba(139,92,246,.15);
  transform: translateY(-6px);
}

/* TITULO */
.beneficio-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #7dd3fc;
}

.beneficio-card:hover h3 {
  color: #a5b4fc;
}

/* ICONE */
.beneficio-card h3 img {
  width: 28px;
  height: 28px;
  transition: .3s;
}

.beneficio-card:hover h3 img {
  filter: drop-shadow(0 0 10px rgba(99,102,241,.8));
}

/* TEXTO */
.beneficio-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* BOTAO */
.btn-primary-3 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 38px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
}

.btn-primary-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* RESPONSIVO */
@media(max-width:1024px){

  .beneficios-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .beneficio-card {
    grid-column: auto !important;
  }

}

@media(max-width:600px){

  .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .beneficios-header h2 {
    font-size: 28px;
  }

  .beneficio-card {
    padding: 26px 22px;
  }

}

/* =============================== */
/* EQUIPE */
/* =============================== */


.equipe {
  padding: 6rem 0;
}


.equipe .containergrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}


/* TEXTO */
.equipe-texto h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 10px; 
  font-weight: 900; 
}

.equipe-texto strong {
   color: #01b3ff;
   font-weight: 800;

}

.btn-primary-6 {
  display: block;
  margin: 40px auto 0; /* ⭐ centraliza perfeitamente */
  padding: 15px 35px;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 900;
  font-size: 20px;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}

.btn-primary-6:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}

.equipe-texto p {
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-top: 3%;
  line-height: 25px;
}


/* FOTO */
.equipe-foto {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  margin-right: 25px;
}


.equipe-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}


/* HOVER PREMIUM */
.equipe-foto:hover img {
  transform: scale(1.05);
}


/* BORDA NEON */
.equipe-foto::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  border: 2px solid rgba(0, 157, 255, 0.792);
  pointer-events: none;
}



.faq-section {
  padding: 100px 6%;rgb(25, 11, 59)rgb(11, 12, 59)rgb(32, 35, 190);
  background: linear-gradient(120deg,#060f1f 60%, #0b1b33 100%);
  color: #fff;
}


.faq-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}


.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}


.faq-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
}


.faq-item {
  background: #0e182f;
  border-radius: 18px;
  overflow: hidden;
}


.faq-item summary {
  padding: 22px 26px;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.faq-item summary::-webkit-details-marker {
  display: none;
}


.faq-item summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}


.faq-item[open] summary::after {
  transform: rotate(-135deg);
}


.faq-item p {
  padding: 0 26px 22px;
  font-size: 16px;
  line-height: 1.6;
  color: #d5dff7;
}

.section-dark h2 {
  display: center;
  text-align: center;
}

.dark {
  background: linear-gradient(120deg,#060f1f 60%, #04285fa0 100%);
  padding: 10%;
  font-size: 20px;
  text-align: center;
}

.btn-primary-9 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 38px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
}

.btn-primary-9:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer-vellar {
  background: linear-gradient(180deg, #06172d, #04091f);
  padding: 15px 20px 30px;
  text-align: center;
  border-top: 1px solid rgba(124, 176, 255, 0.15);
}


.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}


.footer-social a {
  width: 44px;
  height: 44px;
  background: #169baf61;
  border: 1px solid rgba(27, 230, 245, 0.516);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}


.footer-social a:hover {
  background: #7cebff;
  box-shadow: 0 0 18px rgba(124, 205, 255, 0.7);
  transform: translateY(-3px);
}


.footer-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}


.footer-social a:hover img {
  filter: brightness(0);
}


.footer-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}


.footer-copy span {
  color: #7cf6ff;
  font-weight: 600;
}


/* 🔥 MOBILE */
.mobile-break {
  display: none;
}


@media (max-width: 480px) {
  .footer-vulpex {
    padding: 40px 16px 26px;
  }


  .footer-social {
    gap: 12px;
  }


  .footer-social a {
    width: 40px;
    height: 40px;
  }


  .footer-copy {
    font-size: 13px;
  }


  .mobile-break {
    display: block;
  }
}


.vantagens {
  text-align: center;
  padding: 6rem 0;
}
.vantagens p {
  font-size: 17px;
}

.btn-primary-7 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 38px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  box-shadow: 0 0 30px rgba(99,102,241,.5);
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
}

.btn-primary-7:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,51,234,0.5);
}


/* WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
  cursor: pointer;
}


.whatsapp-float svg {
  width: 30px;
}

/* ANIMAÇÕES */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
}


.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}


@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .equipe .containergrid {
    grid-template-columns: 1fr;
    text-align: center;
  }


  .equipe-texto {
    order: 1;
  }

  .equipe-texto h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 10px; 
    font-weight: 600; 
  }

  .equipe-foto {
    order: 2;
    margin-right: 0%;
  }


}



/* ANIMATION */
.fade{
  opacity:0;
  transform:translateY(40px);
  transition:all 0.6s ease;
}

.fade.show{
  opacity:1;
  transform:translateY(0);
}

/* ================= MOBILE ================= */

.hamburger{
  display:none;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}

.hamburger span{
  width:25px;
  height:2px;
  background:#fff;
}

.hamburger{
  display:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
  z-index:1100;
}

.hamburger span{
  width:26px;
  height:2px;
  background:#fff;
  transition:0.3s ease;
}

/* vira X */
.hamburger.active span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2){
  opacity:0;
}

.hamburger.active span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

.no-scroll{
  overflow:hidden;
}

/* ===== MOBILE CLEAN ===== */

@media(max-width:900px){

  html, body{
    width:100%;
    overflow-x:hidden;
  }

  /* containers */

  .container,
  .hero-container,
  .nav-wrapper,
  .somos-container{
    width:100%;
    max-width:none;
    margin:0;
    padding-left:20px;
    padding-right:20px;
  }

  /* NAV */

  .nav{
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    height:100vh;
    background:#060f1f;
    flex-direction:column;
    justify-content:center;
    gap:40px;
    transition:0.4s;
  }

  .nav.active{
    right:0;
  }

  .hamburger{
    display:flex;
  }
}
@media (max-width:768px){

  .hero{
    min-height:100vh;
    padding:120px 20px 60px 20px;
    text-align:center;

    background-image: 
      linear-gradient(to bottom,
        rgba(6,15,31,0.95) 5%,
        rgba(6,15,31,0.9) 35%,
        rgba(6,15,31,0.85) 65%,
        rgba(6,15,31,0.8) 100%
      ),
      url("imagens/fundo8.png");

    background-size: cover;
    background-position: center;
  }

  .hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 70% 50%, rgba(2, 49, 102, 0.25), transparent 20%);
    pointer-events:none;
  }

  .hero-container{
    flex-direction:column;
  }

  .hero h1{
    margin-top:0;
    font-size:32px;
  }

  .hero-buttons{
    flex-direction:column;
    align-items:center;
  }

}

/* ================= FAQ ================= */


@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}


/* OVERLAY */
#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}


/* POPUP */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 100%;
  max-width: 420px;
  background: #0b213d;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  z-index: 1000;


  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}


/* POPUP ATIVO */
.popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}


/* BOTÃO FECHAR */
.close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  background: none;
  color: #fff;
  cursor: pointer;
}

.popup h2 {
  line-height: 2.3  rem;
  font-size: 30px;
}


/* CAMPO CONDICIONAL */
#campo-nicho {
  display: none;
  margin-top: 10px;
}


#campo-nicho.ativo {
  display: block;
}


.subtitle {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
}


.row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}


.row input {
  flex: 1;
  padding: 6px;
  border-radius: 6px;
  border: none;
  font-size: 13px;
}


input, textarea {
  width: 100%;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: none;
  font-size: 13px;
}


.radio-group {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}


#campo-nicho {
  display: none;
  flex-direction: column;
}


#campo-nicho.ativo {
  display: flex;
}


button.btn-submit {
  width: 100%;
  padding: 10px;
  background: #7cbbff;
  border: none;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  margin-top: 5px;
}


button.btn-submit:hover {
  background: #5e8fd3;
}


.close-popup {
  position: absolute;
  top: 10px;       /* distância do topo */
  right: 15px;     /* distância da direita */
  font-size: 22px; /* maior para ficar visível */
  color: #fff;     /* branco */
  background: transparent; /* sem fundo */
  border: none;    /* sem borda */
  cursor: pointer;
  z-index: 1100;   /* acima do popup */
  line-height: 1;  /* evita espaçamento estranho */
  padding: 0;      /* remove padding padrão do button */
}


@media (max-width: 400px) {
  .popup {
    width: 90%;
    max-height: 80%;
    padding: 15px;
  }
}
