@import url('https://fonts.cdnfonts.com/css/helvetica-255');

/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   BASE
========================= */
body {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #333;
  background: #f6f6f6;
  overflow-x: hidden;
}

/* =========================
   HERO
========================= */
.hero {
  position: relative;
  width: 100%;
  min-height: 108vh;
  background: url('../images/lidera_teams.png') no-repeat center center / cover;
  border-bottom: 2px solid #958d8d;
  border-right: 2px solid #958d8d;
  border-left: 2px solid #958d8d
}

.hero-btn {
  position: absolute;
  right: 9%;
  bottom: 25%;
  background: #5d3f30;
  color: #fff;
  padding: 18px 42px;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.15);
  transition: transform .35s ease;
  z-index: 10;
}

.hero-btn:hover {
  transform: translateY(-4px);
}

/* =========================
   BLOCO 2 - CONTEÚDO CENTRALIZADO
========================= */
.bloco-2 {
  padding: 4px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: transparent;
}
.bloco-2-container {
  display: flex;
  flex-direction: column;
  gap: 0;  /* Sem espaço entre elementos */
}

.data-destaque {
  text-align: center;
  margin-bottom: 40px;
}

.data-destaque h2 {
  font-size: 48px;
  color: #5d3f30;
  font-weight: 800;
  line-height: 1.1;
}

.data-destaque .data-completa {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.texto-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.pilares-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.pilar-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.pilar-card:hover {
  transform: translateY(-5px);
}

.pilar-card h3 {
  color: #5d3f30;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  border-bottom: 2px solid #5d3f30;
  padding-bottom: 10px;
}

.pilar-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* =========================
   GLASS BACKGROUNDS
========================= */
.glass-bg {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
  background: url('../images/lidera2.png') no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.glass-bg1 {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 30vh;
  background: url('../images/lidera2.png') no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.glass-bg2 {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
  background: url('../images/teams2.png') no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 59px 20px;
}

/* =========================
   TEXTO CARD
========================= */
.texto-card {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 48px;
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 32px 70px rgba(0,0,0,.22), 0 14px 32px rgba(0,0,0,.16);
  position: relative;
  z-index: 3;
  color: #5d3f30;
}

.texto-card h1 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
}

.texto-card p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.75;
  margin-bottom: 18px;
}

/* =========================
   CAIXAS EM LINHA
========================= */
.bloco-2-caixas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  max-width: 900px;
  position: relative;
  z-index: 3;
}

.caixa {
  background: #5d3f30;
  color: #FFF;
  padding: 18px 30px;
  min-width: 200px;
  flex: 0 1 auto;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 0 22px 48px rgba(0,0,0,.55), inset 0 2px 4px rgba(255,255,255,.12);
  transition: transform 0.3s ease;
}

.caixa:hover {
  transform: translateY(-3px);
}

.destaque-manifesto {
  margin: 32px 0 0;
  padding: 32px 36px;
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 900;
  line-height: 1.2;
}

/* =========================
   BLOCO 3
========================= */
.bloco-3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('../images/about.png') no-repeat center center / cover;
  border: 2px solid #958d8d;
}

/* =========================
   BLOCO 4
========================= */
.bloco-4 {
  position: relative;
  width: 100%;
  min-height: 110vh;
  background: url('../images/lidera_ban.png') no-repeat center center / cover;
  border-top: 2px solid #958d8d;
  border-right: 2px solid #958d8d;
  border-left: 2px solid #958d8d;
}

.lidera-btn {
  position: absolute;
  right: 16%;
  bottom: 14%;
  background: #5d3f30;
  color: #fff;
  padding: 18px 42px;
  border-radius: 3rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.15);
  transition: transform .35s ease;
  z-index: 10;
}

.lidera-btn:hover {
  transform: translateY(-4px);
}

/* =========================
   RESPONSIVIDADE - 3 MEDIA QUERIES
   ========================= */

/* DESKTOP (992px - 1366px) - AJUSTE DOS BOTÕES */
@media (min-width: 992px) and (max-width: 1366px) {
  .hero-btn {
    right: 5%;
    bottom: 38%;  /* ↑ AUMENTE para descer | DIMINUA para subir */
  }

  .lidera-btn {
    right: 3%;    /* ↓ DIMINUA para ir à esquerda | AUMENTE para ir à direita */
    bottom: 22%;  /* ↑ AUMENTE para descer | DIMINUA para subir */
  }
}

/* TABLETS (661px - 991px) - NOVO MEDIA QUERY */
@media (min-width: 661px) and (max-width: 991px) {
  .hero,
  .bloco-3,
  .bloco-4,
  .glass-bg,
  .glass-bg1,
  .glass-bg2 {
    background-size: contain;
    background-position: center;
  }
  .hero, .bloco-3, .bloco-4{
    border: none;
  }

  .hero-btn,
  .lidera-btn {
    right: 50%;
    transform: translateX(50%);
    padding: 16px 32px;
    font-size: 15px;
    white-space: nowrap;
  }

  .hero-btn {
    bottom: 18%;
  }

  .lidera-btn {
    bottom: 15%;
  }

  .data-destaque h2 {
    font-size: 42px;
  }

  .pilares-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bloco-2-caixas {
    gap: 20px;
  }

  .caixa {
    padding: 16px 25px;
    min-width: 180px;
    font-size: 15px;
  }

  .texto-card {
    padding: 40px 30px;
  }
}

/* SMARTPHONES (até 660px) */
@media (max-width: 660px) {


  .glass-bg,
  .glass-bg1,
  .glass-bg2 {
    background-size: contain;
    background-position: center;
    min-height: 60vh;
  }
  .hero, .bloco-3, .bloco-4{
    border: none;
  }
  .hero{
    background-size: contain;
    background-position: center;
    min-height: 55vh;
  }
  .bloco-4{
    background-size: contain;
    background-position: center;
    min-height: 52vh;
  }


  .bloco-3 {
    background-size: contain;
    background-position: center;
    min-height: 40vh;
  }

  .hero-btn,
  .lidera-btn {
    right: 50%;
    transform: translateX(50%);
    padding: 14px 28px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero-btn {
    bottom: 7%;
    right: 21%;
  }

  .lidera-btn {
    bottom: 5%;
    right: 21%;
  }

  .data-destaque h2 {
    font-size: 36px;
  }

  .pilares-grid {
    grid-template-columns: 1fr;
  }

  .bloco-2-caixas {
    flex-direction: column;
    gap: 15px;
  }

  .caixa {
    width: 100%;
    max-width: 280px;
    white-space: normal;
    padding: 14px 20px;
  }

  .texto-card {
    padding: 30px 20px;
  }

  .destaque-manifesto {
    font-size: 24px;
    padding: 24px 20px;
  }
}

/* =========================
   BARRA DE SCROLL PERSONALIZADA
   ========================= */

/* Para navegadores Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;           /* Largura da barra vertical */
  height: 12px;          /* Altura da barra horizontal */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;   /* Cor do fundo/trilho */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #5d3f30;   /* COR PRINCIPAL DO SEU TEMA */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* Borda para dar destaque */
}

::-webkit-scrollbar-thumb:hover {
  background: #4a3226;   /* Tom mais escuro para hover (opcional) */
}

/* Para Firefox */
* {
  scrollbar-width: auto;  /* thin | auto | none */
  scrollbar-color: #5d3f30 #f1f1f1;  /* thumb | track */
}

/* Para Internet Explorer (opcional) */
body {
  scrollbar-face-color: #5d3f30;
  scrollbar-track-color: #f1f1f1;
}



/* =========================
   ANIMAÇÕES DE REVEAL (APARECER ANIMAÇÃO DE ROLAGEM )
   ========================= */

/* Classe base para elementos que terão animação */
.reveal {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Animação da ESQUERDA para DIREITA */
.reveal-left {
  transform: translateX(-50px);
}

/* Animação da DIREITA para ESQUERDA */
.reveal-right {
  transform: translateX(50px);
}

/* Animação de BAIXO para CIMA */
.reveal-bottom {
  transform: translateY(50px);
}

/* Animação de CIMA para BAIXO */
.reveal-top {
  transform: translateY(-50px);
}

/* Animação com ESCALA (zoom) */
.reveal-scale {
  transform: scale(0.8);
}

/* Quando o elemento se torna visível */
.reveal.revealed {
  opacity: 1;
  transform: translate(0) scale(1);
}



/* CARROSSEL FINAL */

/* =========================
   CARROSSEL DE DEPOIMENTOS - CORRIGIDO
   ========================= */
.carrossel-section {
  padding: 80px 20px;
  background: #f9f9f9;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.carrossel-titulo {
  text-align: center;
  font-size: 36px;
  color: #5d3f30;
  margin-bottom: 50px;
  font-weight: 800;
  text-shadow:
    3px 3px 0 rgba(93, 63, 48, 0.1),
    6px 6px 0 rgba(93, 63, 48, 0.05);
}

.carrossel-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  min-height: 300px;
}

.carrossel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s ease; /* 🔥 MAIS SUAVE */
}

.carrossel-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.depoimento-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(224, 224, 224, 0.3);

  /* 🔥 NOVA SOMBRA - MAIS MODERNA E ELEGANTE */
  box-shadow:
    0 20px 40px rgba(93, 63, 48, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);

  transition: all 0.4s ease; /* 🔥 TRANSIÇÃO PARA HOVER */
}

.depoimento-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 30px 50px rgba(93, 63, 48, 0.25),
    0 12px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 3px rgba(255, 255, 255, 0.9);
}

.depoimento-texto {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
}

.depoimento-texto::before {
  content: '"';
  font-size: 60px;
  color: #5d3f30;
  opacity: 0.15; /* 🔥 UM POUCO MAIS SUTIL */
  position: absolute;
  top: -20px;
  left: -10px;
  font-family: serif;
}

.depoimento-texto::after {
  content: '"';
  font-size: 60px;
  color: #5d3f30;
  opacity: 0.15; /* 🔥 UM POUCO MAIS SUTIL */
  position: absolute;
  bottom: -40px;
  right: -10px;
  font-family: serif;
}

.depoimento-autor {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.depoimento-autor strong {
  font-size: 20px;
  color: #5d3f30;
  font-weight: 700;
}

.depoimento-autor span {
  font-size: 16px;
  color: #888;
}

/* Botões de navegação */
.carrossel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #5d3f30;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 🔥 MAIS SUAVE */
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 🔥 SOMBRA NOS BOTÕES */
  box-shadow:
    0 8px 20px rgba(93, 63, 48, 0.4),
    0 4px 10px rgba(0, 0, 0, 0.2);
}

.carrossel-btn:hover {
  background: #4a3226;
  transform: translateY(-50%) scale(1.15); /* 🔥 AUMENTA MAIS */

  /* 🔥 SOMBRA MAIS FORTE NO HOVER */
  box-shadow:
    0 12px 30px rgba(93, 63, 48, 0.6),
    0 6px 15px rgba(0, 0, 0, 0.3);
}

.carrossel-prev {
  left: -70px;
}

.carrossel-next {
  right: -70px;
}

/* Indicadores (bolinhas) */
.carrossel-indicadores {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.indicador {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 🔥 MAIS SUAVE */

  /* 🔥 SOMBRA SUTIL NAS BOLINHAS */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.indicador.active {
  background: #5d3f30;
  transform: scale(1.3); /* 🔥 UM POUCO MAIOR */

  /* 🔥 SOMBRA NA BOLINHA ATIVA */
  box-shadow: 0 4px 8px rgba(93, 63, 48, 0.3);
}

.indicador:hover {
  background: #5d3f30;
  opacity: 0.7;
  transform: scale(1.2);
}

/* Responsividade */
@media (max-width: 992px) {
  .carrossel-prev {
    left: 10px;
  }

  .carrossel-next {
    right: 10px;
  }

  .carrossel-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 660px) {
  .carrossel-section {
    padding: 60px 15px;
  }

  .carrossel-titulo {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .depoimento-card {
    padding: 25px;
  }

  .depoimento-texto {
    font-size: 16px;
  }

  .depoimento-autor strong {
    font-size: 18px;
  }

  .carrossel-prev {
    left: -5px;
  }

  .carrossel-next {
    right: -5px;
  }

  .carrossel-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
