/* ========== RESET GERAL ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  background-color: #fcf7ed;
  color: #301F0A;
}

/* ========== SEÇÃO CTA PRINCIPAL ========== */
.cta-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cta-image-wrapper {
  width: 100%;
  height: auto;
  display: block;
  z-index: 0;
}

.cta-image {
  width: 100%;
  height: auto;
  display: block;
}

.cta-logo {
  position: absolute;
  top: -180px;
  left: 8%;
  width: 260px;
  height: auto;
  z-index: 10;
}

.cta-content {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 700px;
}

.cta-text {
  margin-bottom: 25px;
  text-align: left;
  font-size: 37px;
  display: inline;
  line-height: 1.4;
}

.cta-frase-inicio {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #301F0A;
}

.cta-frase-final {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  color: #865B10;
}

.cta-button-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

.cta-button {
  background-image: linear-gradient(133deg, #835622 0%, #CA994F 100%);
  padding: 18px 40px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  transition: all 0.3s ease;
}

.cta-button:hover {
  opacity: 0.9;
}

/* ========== MOBILE ADAPTATIVO ========== */
@media (max-width: 768px) {
  .cta-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 0 auto 20px;
    display: block;
    width: 200px;
    z-index: 2;
  }

  .cta-content {
    position: static;
    transform: none;
    padding: 40px 20px;
    text-align: center;
  }

  .cta-text {
    text-align: center;
    font-size: 24px;
    display: block;
  }

  .cta-button-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .cta-button {
    font-size: 18px;
    padding: 18px 40px;
    width: 100%;
    max-width: 340px;
  }

  .cta-image-wrapper {
    margin-bottom: -50%;
  }

  .cta-image {
    content: url('../imagens/PV-BG-MOB-01.png');
  }
}

/* ========== DESKTOP EXTRAS ========== */
@media (min-width: 769px) {
  .cta-image {
    content: url('../imagens/PV-BG-PC-02.png');
    object-fit: cover;
  }

  .carousel-container {
    margin-top: -20px;
  }
}

/* ========== CARROSSEL DE FRASES ========== */
.carousel-container {
  background-color: #301F0A;
  overflow: hidden;
  position: relative;
  height: 42px;
  width: 100%;
}

.carousel-text {
  display: inline-block;
  white-space: nowrap;
  animation: slideLoop 60s linear infinite;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  will-change: transform;
}

.carousel-frase,
.carousel-separador {
  padding-right: 60px;
  flex-shrink: 0;
}

@keyframes slideLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== SEÇÃO HERO / INTRODUÇÃO ========== */
.hero-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fcf7ed;
}

.hero-title {
  font-size: 38px;
  font-weight: 100;
  font-family: 'Times New Roman', serif;
  color: #865B10;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #301F0A;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
  }
}

/* ========== SEÇÃO DOIS CAMINHOS ========== */
.secao-dois-caminhos {
  background-color: #fcf7ed;
  padding: 60px 20px;
  text-align: center;
  color: #301F0A;
}

.titulo-dois-caminhos {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  color: #865b10;
}

.imagem-dois-caminhos {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.botao-dois-caminhos-wrapper {
  display: flex;
  justify-content: center;
}

/* ========== CATEGORIAS (ACORDEÃO) ========== */
.secao-categorias {
  background-color: #fcf7ed;
  padding: 60px 20px;
  text-align: center;
  color: #301F0A;
}

.container-categorias {
  max-width: 800px;
  margin: 0 auto;
}

.titulo-categorias {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #865B10;
  display: none; /* Ocultar o título das categorias */
}

.accordion {
  background-color: #301F0A;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  border-radius: 6px;
  position: relative;
  padding-right: 40px; /* Espaço para a seta */
}

.accordion:hover {
  background-color: #4a3222;
}

/* Estilo para a seta do acordeão */
.accordion-arrow {
  float: right;
  transition: transform 0.3s ease;
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 0 0 6px 6px;
  text-align: left;
}

.panel ul {
  list-style: none;
  padding: 20px 10px;
}

.panel ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

/* Estilo para destacar textos após a barra */
.destaque-categoria {
  color: #CA994F;
  font-weight: bold;
}

/* ========== NOVA SEÇÃO ========== */
.nova-secao {
  background-color: #301f0a;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.container-nova-secao {
  max-width: 800px;
  margin: 0 auto;
}

.titulo-nova-secao {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  color: #fff;
}

.texto-nova-secao {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Estilos da Seção de Depoimentos - Versão Luxo */
.depoimentos-section {
    padding: 100px 40px;
    background-color: #ffffff;
    max-width: 100%;
    box-sizing: border-box;
    font-family: 'Times New Roman', serif;
    position: relative;
    overflow: hidden;
}

/* Background de luxo */
.depoimentos-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-pattern-left, .bg-pattern-right {
    position: absolute;
    width: 300px;
    height: 300px;
    opacity: 0.08;
    background-image: radial-gradient(#d79f3f 1px, transparent 1px);
    background-size: 20px 20px;
}

.bg-pattern-left {
    top: 10%;
    left: -100px;
    transform: rotate(-15deg);
}

.bg-pattern-right {
    bottom: 10%;
    right: -100px;
    transform: rotate(15deg);
}

/* Elementos decorativos */
.depoimentos-section::before {
    content: """;
    position: absolute;
    top: 60px;
    left: 5%;
    font-size: 140px;
    color: rgba(215, 159, 63, 0.08);
    font-family: 'Times New Roman', serif;
    font-style: italic;
    line-height: 0;
    z-index: 1;
}

.depoimentos-section::after {
    content: """;
    position: absolute;
    bottom: 60px;
    right: 5%;
    font-size: 140px;
    color: rgba(215, 159, 63, 0.08);
    font-family: 'Times New Roman', serif;
    font-style: italic;
    line-height: 0;
    z-index: 1;
}

/* Título aprimorado */
.depoimentos-title {
    text-align: center;
    font-style: italic;
    color: #5d4037;
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    padding-bottom: 25px;
    z-index: 2;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.depoimentos-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgba(215, 159, 63, 0.1), rgba(215, 159, 63, 0.8), rgba(215, 159, 63, 0.1));
}

.depoimentos-title .destaque {
    color: #d79f3f;
    position: relative;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, #d79f3f, #e3b76a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.depoimentos-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.depoimentos-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(93, 64, 55, 0.12);
    background: linear-gradient(to bottom, #fdfbf8, #ffffff);
    padding: 20px 0;
    border: 1px solid rgba(215, 159, 63, 0.1);
}

.depoimentos-container {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    padding: 20px 0;
}

.depoimento-slide {
    flex: 0 0 33.333%;
    min-width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.depoimento-img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(215, 159, 63, 0.1);
}

.depoimento-slide.active .depoimento-img {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(215, 159, 63, 0.18);
    border: 1px solid rgba(215, 159, 63, 0.2);
}

.depoimentos-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #d79f3f, #c68b2f);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(215, 159, 63, 0.3);
    z-index: 10;
    opacity: 0.9;
}

.depoimentos-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 20px rgba(215, 159, 63, 0.4);
}

.depoimentos-arrow.prev {
    left: 20px;
}

.depoimentos-arrow.next {
    right: 20px;
}

.depoimentos-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.depoimentos-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(215, 159, 63, 0.3);
}

.depoimentos-dot:hover {
    background-color: rgba(215, 159, 63, 0.5);
}

.depoimentos-dot.active {
    background-color: #d79f3f;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(215, 159, 63, 0.6);
}

/* Botão retangular com bordas arredondadas e gradiente que escurece nas bordas */
.comprar-container {
    text-align: center;
    margin-top: 45px;
    position: relative;
    z-index: 2;
}

.botao-comprar {
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px; /* Bordas menos arredondadas, mais retangular */
    box-shadow: 0 8px 20px rgba(215, 159, 63, 0.3);
    transition: all 0.3s ease;
    width: auto;
    min-width: 260px; /* Largura mínima para parecer mais retangular */
    background: linear-gradient(to right, #b27826, #d79f3f, #b27826); /* Gradiente mais escuro nas bordas */
}

.botao-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #c68b2f, #d79f3f, #c68b2f); /* Gradiente interno */
    color: white;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    padding: 18px 40px;
    border-radius: 6px; /* Bordas internas levemente arredondadas */
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.botao-comprar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(215, 159, 63, 0.4);
}

.botao-comprar:hover .botao-inner {
    background: linear-gradient(to right, #d09540, #e5af4f, #d09540);
}

.botao-comprar:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(215, 159, 63, 0.3);
}

.botao-comprar: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: all 0.5s ease;
    transform: skewX(-15deg);
}

.botao-comprar:hover:before {
    left: 100%;
}

/* Animações e efeitos */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(215, 159, 63, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(215, 159, 63, 0); }
    100% { box-shadow: 0 0 0 0 rgba(215, 159, 63, 0); }
}

.depoimentos-dot.active {
    animation: pulse 2s infinite;
}

.depoimentos-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.depoimentos-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.depoimentos-arrow.clicked {
    transform: translateY(-50%) scale(0.95);
}

/* Media Queries para Responsividade */
@media (max-width: 1200px) {
    .depoimentos-title {
        font-size: 2.5rem;
    }
    
    .depoimentos-carousel {
        max-width: 90%;
    }
}

@media (max-width: 992px) {
    .depoimento-slide {
        flex: 0 0 50%;
        min-width: 50%;
    }
    
    .depoimentos-section {
        padding: 80px 30px;
    }
    
    .depoimentos-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .depoimento-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .depoimentos-arrow {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
    
    .depoimentos-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .depoimentos-section {
        padding: 60px 20px;
    }
    
    .depoimentos-section::before,
    .depoimentos-section::after {
        font-size: 80px;
    }
    
    .botao-inner {
        font-size: 0.95rem;
        padding: 14px 32px;
    }
    
    .bg-pattern-left, .bg-pattern-right {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .depoimentos-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .botao-inner {
        font-size: 0.9rem;
        padding: 12px 28px;
        letter-spacing: 1px;
    }
    
    .depoimentos-arrow {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

/* ========== SEÇÃO PRECIFICAÇÃO ========== */
.secao-precificacao {
  background-color: rgb(252, 247, 237);
  padding: 3rem 1.5rem;
  text-align: center;
  color: #865B10;
}

.container-precificacao {
  max-width: 800px;
  margin: 0 auto;
}

.titulo-precificacao {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  color: #865B10;
}

.descricao-precificacao {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.destaque-palavra {
  color: #D79F3F;
  font-weight: 600;
}

.gif-precificacao img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ========== SEÇÃO OFERTA COMPARATIVA ========== */
.secao-oferta-comparativa {
  background-color: #fcf7ed;
  padding: 60px 20px;
  text-align: center;
}

.ofertas-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.oferta-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  min-width: 300px;
  max-width: 360px;
  flex: 1 1 300px;
  position: relative;
  transition: transform 0.3s ease;
}

.oferta-card:hover {
  transform: translateY(-5px);
}

.destaque {
  border: 2px solid #D79F3F;
}

.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.ribbon::before {
  content: "MAIS POPULAR";
  position: absolute;
  width: 200px;
  padding: 4px 0;
  background: #ff6600;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  top: 24px;
  right: -48px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.oferta-card h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #301F0A;
}

.oferta-sub {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.oferta-preco {
  font-size: 38px;
  font-weight: bold;
  color: #865B10;
}

.oferta-preco sup {
  font-size: 16px;
  vertical-align: super;
}

.oferta-preco .parcela {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  color: #666;
}

.oferta-lista {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

.oferta-lista li {
  margin-bottom: 8px;
}

.btn-oferta {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-oferta:hover {
  background-color: #3e8e41;
}

@media (max-width: 768px) {
  .ofertas-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon.check {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2325D366" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%2325D366"/><path d="M12 5.2 6.9 10.3 4 7.4" stroke="%23fff" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.cross {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23FF3B3B" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%23FF3B3B"/><path d="M5 5l6 6M11 5l-6 6" stroke="%23fff" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}


/* ========== SEÇÃO EXCEL REESTILIZADA ========== */
.secao-precificacao {
  background-color: #fcf7ed;
  padding: 80px 20px;
  text-align: center;
  color: #301F0A;
}

.container-precificacao {
  max-width: 800px;
  margin: 0 auto;
}

.titulo-precificacao {
  font-size: 32px;
  font-family: 'Times New Roman', serif;
  color: #865B10;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.3;
}

.descricao-precificacao {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 40px;
  color: #301F0A;
}

.destaque-palavra {
  color: #CA994F;
  font-weight: bold;
}

.gif-precificacao img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gif-precificacao img:hover {
  transform: scale(1.02);
}

/* ========== SEÇÃO QUEM É EMILIANA ========== */
.secao-quem-e-emiliana {
  background-color: #fcf7ed;
  padding: 80px 20px;
  color: #301F0A;
  font-family: 'Manrope', sans-serif;
}

.container-quem-e {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.imagem-emiliana img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.texto-emiliana {
  flex: 1;
  min-width: 300px;
  max-width: 620px;
}

.titulo-emiliana {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #301F0A;
}

.titulo-emiliana span {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  color: #CA994F;
}

.lista-pontos {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

.lista-pontos li {
  font-size: 16px;
  margin-bottom: 8px;
}

.texto-emiliana p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.texto-emiliana strong {
  font-weight: bold;
}

.texto-emiliana em {
  font-style: italic;
  color: #865B10;
}
/* ========== SEÇÃO FAQ MODERNA ========== */
.secao-faq-moderna {
  background-color: #1e1407;
  padding: 80px 20px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
}

.faq-container {
  max-width: 850px;
  margin: 0 auto;
}

.faq-titulo {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #ffefcf;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
}

.faq-bloco {
  border-bottom: 1px solid #3a2c1a;
}

.faq-toggle {
  width: 100%;
  background: none;
  border: none;
  color: #ffefcf;
  font-size: 18px;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.faq-toggle:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-toggle.active .faq-icon {
  transform: translateY(-50%) rotate(45deg);
}

.faq-conteudo {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #e6d8c3;
}

.faq-conteudo.ativo {
  padding: 15px 20px 30px;
}
/* ========== RODAPÉ FIXO ========== */
.rodape-site {
  background-color: #000;
  color: #aaa;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  z-index: 9999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease;
}

.whatsapp-fixo:hover {
  background-color: #1ebe5d;
}

.whatsapp-fixo img {
  width: 20px;
  height: 20px;
}
/* ========== SEÇÃO COMPARATIVA DE BENEFÍCIOS ========== */
.secao-beneficios-comparativo {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.container-beneficios {
  max-width: 960px;
  margin: 0 auto;
}

.titulo-beneficio {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.destaque-azul {
  color: #00BFFF;
}

.bloco-comparativo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.lado-esquerdo, .lado-direito {
  flex: 1 1 300px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
}

.sem-lista {
  color: red;
  font-size: 18px;
  margin-bottom: 15px;
}

.com-lista {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
}

.lado-esquerdo ul, .lado-direito ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.aviso-instagram {
  margin-top: 30px;
  background: #ffdede;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.aviso-instagram p {
  margin: 0;
}

/* ========== SEPARAÇÃO ENTRE SEÇÕES ========== */
.divisao-secao {
  height: 40px;
  border-bottom: 1px solid #e0d6c5;
  margin: 60px auto;
  width: 90%;
  max-width: 1000px;
  opacity: 0.5;
}
