/* ========== VARIÁVEIS E RESET ========== */
:root{
  --white: #ffffff;
  --bg: #ffffff;
  --muted: #555;
  --dark: #052d5d; /* azul escuro do PDF */
  --accent: #0055bf; /* azul */
  --coral: #c30b18; /* botão */
  --container: 1300px;
  --radius: 10px;
  --gap: 20px;
  --ff: 'Montserrat', sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
  font-family:var(--ff);
  background:var(--bg);
  color:var(--dark);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.5;
}

/* ========== LAYOUT PRINCIPAL ========== */
.wrap{
  max-width:var(--container);
  margin:0 auto;
  padding:60px 20px;
}

.wrap-f{
  max-width:1300px;
  margin:0 auto;
  padding: 0;
}

.narrow{max-width:1300px;padding:50px 20px}
.center{text-align:center}

/* ========== HEADER CORRIGIDO ========== */
.site-header {
  border-bottom: 1px solid #eef2f6;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 20px;
  min-height: 70px; /* Altura consistente */
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--dark);
  flex-shrink: 0; /* Impede que a logo encolha */
}

.brand img {
  display: block; /* Remove espaços extras em volta da imagem */
}

/* CORREÇÃO DO MENU - ALINHAMENTO VERTICAL */
.nav {
  display: flex;
  align-items: center;
  gap: 20px; /* Substitui as margens individuais */
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: var(--dark);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap; /* Impede quebra de linha */
}

.nav a:not(.btn-cta):hover {
  background-color: #f8f9fa;
  color: var(--accent);
}

/* CORREÇÃO DO BOTÃO CTA */
.nav .btn-cta {
  background: var(--coral);
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 700 !important;
  border: 2px solid var(--coral);
  transition: all 0.3s ease;
  white-space: nowrap;
  margin: 0; /* Remove margem anterior */
}

.nav .btn-cta:hover {
  background: transparent;
  color: var(--coral) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(195, 11, 24, 0.3);
}

/* MENU HAMBÚRGUER PARA MOBILE */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--dark);
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* ========== RESPONSIVIDADE MELHORADA ========== */
@media (max-width: 1024px) {
  .nav {
    gap: 15px;
  }

  .nav a {
    font-size: 0.95rem;
    padding: 6px 10px;
  }

  .nav .btn-cta {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 12px 15px;
    min-height: 60px;
  }

  /* Menu hambúrguer visível */
  .menu-toggle {
    display: flex;
  }

  /* Menu escondido por padrão no mobile */
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  /* Menu aberto */
  .nav.active {
    max-height: 400px;
    padding: 15px 0;
  }

  .nav a {
    padding: 12px 20px;
    margin: 0;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .nav .btn-cta {
    margin: 10px 20px 0;
    border-radius: 6px;
    text-align: center;
  }

  /* Animação do hambúrguer */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

@media (max-width: 480px) {
  .brand img {
    width: 120px; /* Logo menor em telas muito pequenas */
  }

  .site-header .wrap {
    padding: 10px 15px;
  }
}

/* HERO SECTION */
.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  padding: 2rem 0;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1973&q=80');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Fallback caso a imagem do Unsplash não carregue */
.hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  opacity: 0.3;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgb(5 45 93) 0%,
    rgb(49 109 183) 50%,
    rgb(2 73 160) 100%
  );
  opacity: 0.9;
  z-index: -1;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease;
}

.hero .lead {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease 0.2s both;
}

.hero .btn-large {
  font-size: 1.3rem;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #c30b18, #99030b);
  border: none;
  box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero .btn-large::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.hero .btn-large:hover::before {
  left: 100%;
}

.hero .btn-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
}

.small-note {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  opacity: 0.9;
  animation: fadeInUp 1s ease 0.6s both;
}

.small-note i {
  color: #f1c40f;
  margin-right: 0.5rem;
}

/* Elementos de features no hero */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
  animation: fadeInUp 1s ease 0.8s both;
  flex-wrap: wrap;
}

.hero-feature{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s 
  ease;
}

.hero-feature:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.hero-feature i {
  font-size: 1.5rem;
  color: white;
}

.hero-feature span {
  font-weight: 600;
  font-size: 1.1rem;
}

/* Indicador de scroll */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-indicator i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.scroll-indicator:hover i {
  color: white;
}

/* Animações */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Responsividade para o Hero */
@media (max-width: 1200px) {
  .hero h1 {
    font-size: 3rem;
  }
  
  .hero .lead {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 80vh;
    padding: 4rem 0;
  }
  
  .hero-background {
    background-attachment: scroll;
  }
  
  .hero h1 {
    font-size: 2.3rem;
  }
  
  .hero .lead {
    font-size: 1.2rem;
  }
  
  .hero .btn-large {
    font-size: 0.8rem;
    padding: 1rem 2rem;
  }
  
  .hero-features {
    gap: 1rem;
  }
  
  .hero-feature {
    padding: 0.8rem 1.2rem;
  }
  
  .hero-feature span {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero .lead {
    font-size: 1.1rem;
  }
  
  .hero-features {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-feature {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .scroll-indicator {
    bottom: 1rem;
  }
  
  .scroll-indicator i {
    font-size: 1.5rem;
  }
}

/* Efeito de partículas opcional (pode remover se preferir mais simples) */
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}

/* ========== BOTOES ========== */
.btn{
  display:inline-block;
  background:transparent;
  border:2px solid var(--coral);
  color:var(--coral);
  padding:12px 22px;
  border-radius:999px;
  text-transform:uppercase;
  font-weight:800;
  font-size:0.85rem;
  letter-spacing:1px;
  text-decoration:none;
}
.btn:hover{background:var(--coral);color:#fff}

.btn-large{
  padding:15px 30px;
  font-size:0.95rem;
  border-width:0;
  background:var(--coral);
  color:#fff;
}

.btn-cta{
  background:var(--coral);
  color:#fff !important;
  padding:10px 35px;
  border-radius:999px;
  text-transform:uppercase;
  font-weight:700 !important;
}

/* ========== SECTIONS ========== */
.section{
  padding:72px 0;
}
.section-white{background:var(--white)}
.section-soft{background:#f4f9ff}

.fa-lock {
  color: var(--coral); 
  font-size: 30px;
  margin-bottom: 15px;
}

/* títulos principais (em caixa alta, como no PDF) */
h2{
  font-size:28px;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:800;
  color:var(--accent);
}
.subtitle{
  color:var(--muted);
  margin-bottom:30px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  font-size: 1.1rem;
}

/* ========== GRID ========== */
.grid{
  display:grid;
  gap:var(--gap);
  margin-top:18px;
}

/* Problemas / Cards grandes (4 colunas em desktop) */
.problems{
  grid-template-columns:repeat(4,1fr);
  margin-top:30px;
}
.card{
  text-align:left;
  background:var(--coral);
  padding:28px 15px;
  border-radius:5px;
  box-shadow:0 6px 18px rgba(14,20,31,0.04);
  color: #fff;
}
.card img{
  margin-bottom:18px;
  max-width: 270px;
}

.card p{ margin-top:15px }

/* Feature cards (3 colunas no PDF) */

.section-deg{
  background: #052D5D;
  background: linear-gradient(140deg,rgba(5, 45, 93, 1) 50%, rgba(0, 85, 191, 1) 100%);
}

.section-deg h2,
.section-deg h3,
.section-deg p,
.section-deg .fa-lock{ color:#fff }

.features-list{ text-align:left }
.list-card{ margin: 25px 0;  }
.list-card p{ margin-top: 15px; }

.features-list i{ 
  color: var(--coral);
  background: #fff;
  border-radius: 100px;
  padding: 15px;
  font-size: 1.5em;
  margin-right: 10px;
}

.features{
  grid-template-columns:repeat(2,1fr);
  margin-top:30px;
}
.feature-card{
  text-align:center;
  padding:28px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(14,20,31,0.04);
}
.feature-card .icon{font-size:36px;color:var(--coral);margin-bottom:14px}

.feature-img img {
  width: 80%;
}

/* Diferenciais (4 colunas) */
.diferenciais{
  grid-template-columns:repeat(4,1fr);
  margin-top:30px;
}

.diferenciais h3 {
  line-height: 1.6rem;
  margin-bottom: 15px;
}

.card-alt{
  text-align:center;
  padding:28px;
  background:#f4f9ff;
  border-radius:12px;
}
.card-alt .icon{font-size:36px;color:var(--accent);margin-bottom:14px}

/* Environments (4 colunas pequenas) */
.environments{
  grid-template-columns:repeat(3,1fr);
  margin-top:20px;
}
.small-card{
  text-align:center;
  padding:20px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(14,20,31,0.04);
}
.small-card .icon{font-size:30px;color:var(--dark);margin-bottom:10px}

.small-card li {
  list-style: none;
  margin: 10px 0;
  padding: 5px;
  background: #f4f9ff;
  border-radius: 5px;
}

.small-card p { margin: 20px 0 25px 0 !important;}

/* GUIA (4 colunas) */
.guide{
  grid-template-columns:repeat(2,2fr);
  margin-top:18px;
}
.guide-card{
  text-align:center;
  padding:22px;
  background:#f4f9ff;
  border-radius:10px;
}
.guide-card .icon{font-size:30px;color:var(--coral);margin-bottom:12px}

/* DEPOIMENTOS */
.testimonials{
  grid-template-columns:repeat(3,1fr);
  margin-top:20px;
  text-align: left;
}
.testimonial{
  background:#fff;
  padding:26px;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(14,20,31,0.04);
}

.testimonial footer{ 
  margin-top:15px;
  font-size: 0.9em;
  font-style: italic;
}

/* CTA section special */
.section-cta{
  padding:56px 0;
  background: #052D5D;
  background: linear-gradient(140deg,rgba(5, 45, 93, 1) 50%, rgba(0, 85, 191, 1) 100%);
}

.section-cta h2, .section-cta p{ color: #fff }
.section-cta .btn-large{background:var(--coral);}
.section-cta span{ color:white }

/* footer */
.site-footer{
  padding:36px 0;
  background:var(--white);
}

/* copyright */
.site-footer .copyright{
  color:var(--muted);
  font-size:1rem;
  text-align:center
}

/* ========== RESPONSIVO ========== */
@media (max-width:1100px){
  .problems{grid-template-columns:repeat(2,1fr)}
  .diferenciais{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:repeat(2,1fr)}
  .testimonials{grid-template-columns:repeat(2,1fr)}
  .guide{grid-template-columns:repeat(1,3fr)}
  .environments{grid-template-columns:repeat(1,3fr)}
}

@media (max-width:700px){
  .wrap{padding:26px 18px}
  .hero h1{font-size:26px}
  .lead{font-size:15px}
  .problems{grid-template-columns:1fr}
  .features{grid-template-columns:1fr}
  .diferenciais{grid-template-columns:1fr}
  .testimonials{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .brand span{font-size:0.95rem}
  .nav a{font-size:0.9rem;margin-left:10px}
  section h2{ font-size: 1.3rem; line-height:1.7rem }
  .card img { max-width:100% }
  .feature-img img { width: 100% }
  .btn-large{ font-size:0.8rem }
  .environments{grid-template-columns:repeat(1,3fr)}
}


/* Benefícios na seção de solução */
.solution-benefits {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 2rem;
  text-align: left;
}

.solution-benefits h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.solution-benefits ul {
  list-style: none;
  padding: 0;
}

.solution-benefits li {
  padding: 0.5rem 0;
  font-size: 1.1rem;
}

.solution-benefits i.fa-check {
  color: #27ae60;
  margin-right: 0.5rem;
}

/* Diferenciais extras */
.diferenciais-extra {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.extra-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.extra-item i {
  color: #3498db;
}

/* Estrelas para depoimentos */
.stars {
  color: #f1c40f;
  margin-bottom: 1rem;
}

.testimonials-cta {
  background: #0055bf;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 2rem;
}

/* Benefícios no CTA */
.cta-benefits {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit-item i {
  color: #27ae60;
}

/* Opções de contato */
.contact-options {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.btn-whatsapp {
  background: #25D366 !important;
  border: none !important;
  color: white !important;
}

.btn-phone {
  background: #3498db !important;
  border: none !important;
  color: white !important;
}

.btn-email {
  background: #c30b18 !important;
  border: none !important;
  color: white !important;
}

.small-note {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.8;
}

/* Footer melhorado */
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand h3 {
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.footer-contact h4, .footer-services h4 {
  margin-bottom: 1rem;
  color: #2c3e50;
}

.footer-services ul {
  list-style: none;
  padding: 0;
}

.footer-services li {
  padding: 0.25rem 0;
}

/* ===== ANIMAÇÃO DE PULSAÇÃO SUAVE ===== */
.btn, .btn-large, .btn-cta {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Efeito de pulsaçāo contínua */
.btn-large {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(195, 11, 24, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(195, 11, 24, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(195, 11, 24, 0);
  }
}

/* Efeito hover adicional */
.btn-large:hover {
  animation: none; /* Para a pulsação no hover */
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(195, 11, 24, 0.3);
}

/* Guia CTA */
.guide-cta {
  background: #052D5D; 
  background: linear-gradient(140deg, rgba(5, 45, 93, 1) 50%, rgba(0, 85, 191, 1) 100%);
  color: white;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
}

.guide-cta h3 {
  margin-top: 0;
}

.guide-cta .btn {
  background: white;
  color: #c30b18;
  border: none;
}

/* Problema CTA */
.problem-cta {
  background: #f4f9ff;
  color: #052d5d;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
  font-size: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .diferenciais-extra, .cta-benefits, .contact-options {
    flex-direction: column;
    align-items: center;
  }

  .contact-options p {
    width: 100%;
    text-align: center;
  }

  .contact-options .btn {
    width: 100%;
    max-width: 300px;
  }
}


/* PERGUNTAS FREQUENTES */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-categories {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.faq-category {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 1rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #6c757d;
}

.faq-category:hover {
  border-color: #3498db;
  color: #3498db;
}

.faq-category.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
}

.faq-category-content {
  display: none;
}

.faq-category-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #3498db;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
}

.faq-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e9ecef;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 600;
  flex: 1;
  padding-right: 1rem;
}

.faq-question i {
  color: #3498db;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 2rem 2rem 2rem;
  max-height: 1000px;
}

.faq-answer p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.faq-answer ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.faq-answer li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  list-style: none;
  padding: 5px 0;
  border-bottom: solid 1px #eee;
}

.faq-answer strong {
  color: #2c3e50;
}


/* Responsividade */
@media (max-width: 768px) {
  .faq-categories {
    flex-direction: column;
    align-items: center;
  }

  .faq-category {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .faq-question {
    padding: 1.2rem 1.5rem;
  }

  .faq-question h3 {
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 1.5rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }


  @media (max-width: 480px) {
    .faq-question {
      padding: 1rem 1.2rem;
    }

    .faq-question h3 {
      font-size: 0.95rem;
    }

    .faq-cta h3 {
      font-size: 1.5rem;
    }

    .faq-cta > p {
      font-size: 1.1rem;
    }
  }



