:root {
  --dark: #062d1a;
  --dark2: #0b3d2a;
  --neon: #7CFF9B;
  --border: 0.2rem solid rgba(0, 255, 8, 0.829);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  cursor:default;
}


body {
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at left, var(--dark2), #010c03),
              radial-gradient(circle at right, var(--dark2), #00ff80);
  color: #ffffff;
}
section{
    padding: 3rem 2rem;
    margin: 0 auto;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 3rem 2rem;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.header section {
   max-width: 1200px;
  margin: auto;
  padding: 2px;
  display:inline-block left;
  align-items:baseline;
  justify-content: space-between;
}

.logo img {
  width: 170px;
  height: 60px;
  display: flex;
  margin: -7%;
}


.nav {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}


.menu {
  display: flex;
  list-style: none;
  gap: 18px;
  margin: 1%;
}

.menu a {
    margin: 0 0.2rem;
    color: #fff;
    cursor: pointer;
}

.menu a:hover {
    color:var(--neon);
    border-bottom:var(--border);
 width: 40px;
height: 40px;}

.menu a.active {
  border-bottom: 3px solid var(--neon);
  color: #fff;
  border-bottom: 3px solid rgb(0, 180, 36);
   color: rgb(255, 255, 255);
} 

.menu-toggle {
  display: none;
}

/* 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: #0b3d2a;
  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;
}

/* 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: #7CFF9B;
  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: #5ed384;
}

.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;
  }
}

.hero {
  min-height: 100vh;
  padding: 160px 20px;
  text-align: center;
}

h1 {
    max-width:center;
    color: #fff;
    font-size: 2.5rem;
    margin-top: 0.3rem;
}

p1 {
  font-size: 20px;
  line-height: 90%
}
.hero strong {
    color: var(--neon);
    font-size: 1.3rem;
    line-height: 90%;
}
.tag{
    color: var(--neon);
    font-size: 23px;
}

.btn-primary {
  display: inline-block;
  margin-top: 70px;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
}


.card {
  position: absolute;
  margin-top: 65px;
  backdrop-filter: blur(10px); 
  border-radius: 20px;
  padding: 15px 30px; 
  font-size: 17px;
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(50px);
  color: #e5f5eb;
}

.card-left { 
  left: 40px; top: 55%; 
  padding: 15px 30px 15px 75px;
  border: 1px solid #fdfdfd6c;
  background: linear-gradient(90deg, #ffffff00,#ffffff07, #00ff9533);
  font-size: 20px;
  text-align: center;
}

.card-left h2 {
  text-align: center;
  line-height: 90%;
}

.card-right h3 {
  text-align: center;
  line-height: 90%;
}

.card-right { 
  right: 40px; top: 55%; 
  padding: 15px 75px 15px 30px;
  border: 1px solid #fdfdfd6c;
  background: linear-gradient(90deg,  #00ff9533, #ffffff07, #ffffff00);
  font-size: 20px;
}

.card-right span {
  font-size: 18px;
}

.section {
  padding: 200px 20px;
  text-align: center;
}

.containergrid h2 {
  font-size: 30px;
  text-align: left;
  margin-left: 2%;
  margin-top: -90px;  
}
.containergrid p{
  text-align: left;
  margin-left: 2%;
  font-size: 18px;
  margin-top: 3%;
}

.neon {
  color: #00ff80;
}

.btn-primary-1 {
  display: flex;
  justify-content: flex-start;
  margin-top: 45px;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
  width: fit-content;
  margin-left: 2%;
}

.mockup {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.mockup img {
  margin-top: -28%;
  width: 290px;
  margin-right: 10%;
  max-width: 100%;
  height: auto;
}


.dark {
  background: rgba(0,0,0,0.4);
  padding: 10%;
  font-size: 20px;
  text-align: center;
}

.section-dark h2 {
  display: center;
  text-align: center;

}

.cards {
  padding: 50px 4%;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cards-item:nth-child(1),
.cards-item:nth-child(2),
.cards-item:nth-child(3) {
  grid-column: span 2;
}

/* CARD DE BAIXO CENTRALIZADO */
.cards-item:nth-child(4) {
  grid-column: 3 / 5;
}
/* CARD */
.cards-item {
  position: relative;
  padding: 26px 22px;
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(0,255,128,0.06),
      rgba(0,0,0,0.4)
    ),
    rgba(7, 32, 18, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 255, 120, 0.18);
  overflow: hidden;
  transition: all 0.35s ease;
}

/* brilho lateral */
.cards-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(0,255,140,0.18),
    transparent 60%
  );
  opacity: 0.6;
  pointer-events: none;
}

/* glow no hover */
.cards-item:hover {
  transform: translateY(-10px);
  border-color: rgba(0,255,140,0.45);
  box-shadow:
    0 0 0 1px rgba(0,255,140,0.25),
    0 30px 60px rgba(0,255,140,0.18);
}

/* ICON */
.cards-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 11px;
  background: linear-gradient(180deg, #2cff7a, #19c965);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(44,255,122,0.35);
}

.cards-icon img {
  width: 60px;
  height: 60px;
}

/* TEXTOS */
.cards-item h3 {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #2cff7a;
  margin-bottom: 14px;
  margin: 0;
}

.cards-item p {
  font-size: 14px;
  line-height: 115%;
  color: #d8ffe9;
  opacity: 0.92;
  text-align: left;
}

.cards-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.cards-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  color: #2cff7a;
}

.tag-2 {
  font-size: 20px;
  color: var(--neon);
}

.btn-primary-2 {
  display: inline-block;
  margin-top: -15%;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
}

.tag-3 {
  background-color:#41e438;
  color:#062d1a;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 100%;
}
.process h3{
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0.8%;
}

.process p {
  text-align: center;
  margin-top: 1%;
}

.process span {
  color: var(--neon);
}

.beneficios-section {
  background: #f4ffe9;
  padding: 80px 6%;
}

.beneficios-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 2%;
}

.beneficios-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0c4f1d;
  white-space: nowrap;
}

.beneficios-header .line {
  flex: 1;
  height: 2px;
  background: #0c4f1d;
  opacity: 0.6;
}

/* GRID – 6 COLUNAS */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

/* PRIMEIRA LINHA – 3 CARDS */
.beneficio-card:nth-child(1),
.beneficio-card:nth-child(2),
.beneficio-card:nth-child(3) {
  grid-column: span 2;
}

/* SEGUNDA LINHA – 2 CARDS CENTRALIZADOS */
.beneficio-card:nth-child(4) {
  grid-column: 2 / 4;
}

.beneficio-card:nth-child(5) {
  grid-column: 4 / 6;
}

/* CARD */
.beneficio-card {
  background: #d8f7d5;
  border-radius: 28px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: 
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border 0.4s ease;
  border: 2px solid transparent;
}

/* EFEITO HOVER – ASCENDER */
.beneficio-card:hover {
  transform: translateY(-10px) scale(1.01);
  border: 2px solid #2cff6d;
  box-shadow:
    0 0 25px rgba(44, 255, 109, 0.35),
    0 0 60px rgba(44, 255, 109, 0.15);
}

/* TÍTULO */
.beneficio-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #14d96f;
  margin: 0;
  transition: color 0.3s ease;
}

/* TÍTULO BRILHA JUNTO */
.beneficio-card:hover h3 {
  color: #17e878;
}

/* ÍCONE */
.beneficio-card h3 img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}

/* ÍCONE ACENDE */
.beneficio-card:hover h3 img {
  filter: drop-shadow(0 0 8px rgba(44, 255, 109, 0.8));
}

/* TEXTO */
.beneficio-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #0c4f1d;
  margin: 0;
}

.btn-primary-3 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.service-card,
.benefit-card {
  padding: 30px;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
}

.gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

#provas {
  text-align: center;
}

.prova h2 {
  margin-top: 7%;
  font-size: 27px;
}

.tag-4 {
  font-size: 15px;
}

.btn-primary-4 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;

}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.gallery-track {
  display: flex;
  gap: 2px;
  width: max-content;
  animation: scroll-horizontal 40s linear infinite;
}

.print {
  flex-shrink: 0;
  width: 280px;
}

.print img {
  width: 100%;
  display: block;
  border-radius: 18px;
}


/* VANTAGENS */

.comparativo {
  padding: 100px 6%;
  background: radial-gradient(circle at top, #0c2b1b, #020b07);
  text-align: center;
}

.comparativo h1 {
  font-size: 35px;
  margin-top: 3%;
}

.tag-5 {
  font-size: 15px;
}
.tb-vulpex {
  background: linear-gradient(90deg, #001c09, #03a113);
}

.comparativo-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  color: #ffffff;
  font-size: 14.5px; /* ↓ menor */
}

/* CÉLULAS */
.comparativo-table th,
.comparativo-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 16px; /* ↓ padding */
  text-align: center;
}

/* HEADER */
.comparativo-table thead th {
  font-size: 16px; /* ↓ menor */
  font-weight: 700;
}

/* COLUNA CRITÉRIOS */
.comparativo-table td:first-child {
  text-align: left;
  font-weight: 500;
  white-space: normal; /* PERMITE QUEBRA */
  line-height: 1.4;
  max-width: 280px;
}

/* COLUNA VULPEX */
.comparativo-table td:nth-child(2) img {
  width: 30px; /* ↓ menor */
  height: 30px;
  filter: drop-shadow(0 0 6px rgba(44, 255, 107, 0.55));
}

/* COLUNA OUTRAS EMPRESAS */
.comparativo-table td:nth-child(3) {
  color: #ffffff;
  font-weight: 500;
}

.comparativo-table td:nth-child(3) img {
  width: 30px; /* ↓ menor */
  height: 30px;
  filter: drop-shadow(0 0 6px rgba(255, 44, 44, 0.7));
}

/* HOVER */
.comparativo-table tbody tr:hover {
  background: rgba(44, 255, 109, 0.06);
  transition: background 0.25s ease;
}
.btn-primary-5 {
  display: inline-block;
  margin-top: 5%;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
}

/* =============================== */
/* 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: 30px;
  text-align: left;
  margin-left: 5%;
  margin-top: 10px;  
}

.btn-primary-6 {
  display: flex;
  justify-content: flex-start;
  margin-top: 5%;
  padding: 15px 35px;
  background: var(--neon);
  color: #000;
  border-radius: 30px;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(124,255,155,0.6);
  background: linear-gradient(90deg, #2cff6d, #19c988);
  cursor: pointer;
  width: fit-content;
  margin-left: 5%;
}
.equipe-texto p {
  line-height: 1.7;
  color: #dcdcdc;
  text-align: left;
  margin-left: 5%;
  font-size: 18px;
  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(124, 255, 155, 0.35);
  pointer-events: none;
}

@media (max-width: 768px) {
  .equipe .containergrid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .equipe-texto {
    order: 1;
  }

  .equipe-foto {
    order: 2;
    margin-right: 0%;
  }

}


.faq-section {
  padding: 100px 6%;
  background: radial-gradient(circle at top, #0b3b22, #04160c);
  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: #0e2f1e;
  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: #d8f7d5;
}


.footer-vulpex {
  background: linear-gradient(180deg, #062d1a, #041f13);
  padding: 15px 20px 30px;
  text-align: center;
  border-top: 1px solid rgba(124, 255, 155, 0.15);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  background: #0b3d2a;
  border: 1px solid rgba(124, 255, 155, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: #7cff9b;
  box-shadow: 0 0 18px rgba(124, 255, 155, 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: #7cff9b;
  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;
  }
}


/* 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) {
  .menu {
    display: none;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
  }
  .card {
    position: static;
    margin: 20px auto;
  }
}
@media (max-width: 1200px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
@keyframes scroll-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .beneficio-card {
    grid-column: auto !important;
  }
}

/* MOBILE */
@media (max-width: 900px) {
  .comparativo-table {
    font-size: 14px;
  }

  .comparativo-table th,
  .comparativo-table td {
    padding: 18px 14px;
  }
}

/* ========================= */
/* ===== RESPONSIVO ======== */
/* ========================= */

/* EVITA OVERFLOW GLOBAL */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ================= HERO ================= */

@media (max-width: 900px) {
  .hero {
    padding: 140px 20px 80px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero strong {
    font-size: 1.1rem;
  }

  .card {
    position: static;
    margin: 20px auto;
    width: 100%;
    max-width: 420px;
  }
}

/* ================= MOCKUP ================= */

@media (max-width: 900px) {
  .mockup {
    justify-content: center;
    margin-top: 40px;
  }

  .mockup img {
    margin: 0;
    width: 290px;
  }
}

/* ================= CARDS SERVIÇOS ================= */

@media (max-width: 1200px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-item:nth-child(1),
  .cards-item:nth-child(2),
  .cards-item:nth-child(3),
  .cards-item:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ================= BENEFÍCIOS ================= */

@media (max-width: 900px) {
  .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .beneficio-card {
    grid-column: auto !important;
  }
}

/* ================= GALERIA ================= */

@media (max-width: 768px) {
  .print {
    width: 220px;
  }
}

/* ================= TABELA COMPARATIVA ================= */


@media (max-width: 900px) {

  .comparativo-table tbody tr td:first-child {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    background: #f1f1f1;
    color: #000;
    font-weight: 700;
    text-align: center;

    padding: 22px 18px 28px;
    font-size: 16px;
    line-height: 1.35;

    /* evita estouro */
    white-space: normal;
    word-break: break-word;

    /* remove qualquer arredondamento lateral estranho */
    border-radius: 0;

    box-shadow:
      inset 0 -1px 0 rgba(0,0,0,0.35),
      inset 0 -6px 0 rgba(0,0,0,0.35);
  }
  .comparativo-table {
    width: 100%;
    max-width: 100%;
    font-size: 13.5px;
    table-layout: fixed; /* evita colunas estouradas */
    border-collapse: collapse;
  }

  .comparativo-table th,
  .comparativo-table td {
    padding: 12px 10px; /* compacto e legível */
    font-size: 13px;
    box-sizing: border-box;
  }

  /* HEADER */
  .comparativo-table thead th {
    font-size: 13.5px;
    line-height: 1.2;
    white-space: normal;
  }

  /* COLUNA CRITÉRIOS */
  .comparativo-table td:first-child {
    white-space: normal; /* quebra corretamente */
    word-break: break-word;
    line-height: 1.35;
    font-size: 13px;
  }

  /* COLUNAS VULPEX / OUTRAS */
  .comparativo-table td:nth-child(2),
  .comparativo-table td:nth-child(3) {
    font-size: 13px;
    text-align: center;
  }

  /* ÍCONES */
  .comparativo-table img {
    width: 24px;
    height: 24px;
    max-width: 100%;
  }

}


/* ================= FAQ ================= */

@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= BOTÕES ================= */

@media (max-width: 600px) {
  .btn-primary,
  .btn-primary-1,
  .btn-primary-2,
  .btn-primary-3,
  .btn-primary-4,
  .btn-primary-5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}

/* ================= HEADER / MENU ================= */

@media (max-width: 768px) {
  .menu {
    gap: 16px;
  }
}

/* =============================== */
/* TABELA COMPARATIVA – MOBILE UX */
/* =============================== */

@media (max-width: 768px) {

  .comparativo-table,
  .comparativo-table thead,
  .comparativo-table tbody,
  .comparativo-table tr,
  .comparativo-table td {
    display: block;
    width: 100%;
  }

  /* REMOVE HEADER */
  .comparativo-table thead {
    display: none;
  }

  /* CARD */
  .comparativo-table tbody tr {
    margin-bottom: 24px;
    background: linear-gradient(180deg, #0b2d1a, #061a10);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.18);
  }

  /* TÍTULO – PARTE BRANCA */
  .comparativo-table tbody tr td:first-child {
    background: #f1f1f1;
    color: #000;
    font-weight: 700;
    text-align: center;

    padding: 22px 18px 28px; /* MAIS espaço embaixo */
    font-size: 16px;
    line-height: 1.35;

    /* QUEBRA DE LINHA CORRETA */
    white-space: normal;
    word-break: break-word;

    /* LINHA DUPLA MAIS ABAIXO */
    box-shadow:
      inset 0 -1px 0 rgba(0,0,0,0.35),
      inset 0 -6px 0 rgba(0,0,0,0.35);
  }

  /* BLOCO VULPEX / OUTRAS */
  .comparativo-table tbody tr td:nth-child(2),
  .comparativo-table tbody tr td:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 16px;
    font-size: 15px;
  }

  /* LINHA ENTRE VULPEX E OUTRAS */
  .comparativo-table tbody tr td:nth-child(3) {
    border-top: 1px solid rgba(255,255,255,0.25);
  }

  /* LABEL VULPEX */
  .comparativo-table tbody tr td:nth-child(2)::before {
    content: "Vulpex";
    font-weight: 700;
    font-size: 14px;
    color: #3cff7a;
  }

  /* LABEL OUTRAS */
  .comparativo-table tbody tr td:nth-child(3)::before {
    content: "Outras empresas do ramo";
    font-weight: 700;
    font-size: 14px;
    color: #ff4d4d;
    text-align: center;
  }

  /* ÍCONES */
  .comparativo-table img {
    width: 34px;
    height: 34px;
  }
}

/* =============================== */
/* MENU MOBILE – FIX FINAL */
/* =============================== */

@media (max-width: 768px) {

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1002;
  }

  .menu-toggle span {
    width: 26px;
    height: 3px;
    background: #3cff7a;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* MENU */
  .menu {
    position: fixed;
    top: 70px; /* ALTURA REAL DO HEADER */
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);

    background: #061a10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;

    transform: translateX(100%);
    transition: transform 0.35s ease;

    z-index: 1001;
  }

  .menu li {
    list-style: none;
  }

  .menu li a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
  }

  .menu.active {
    transform: translateX(0);
  }

  /* HAMBURGUER → X */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

