.elementor-3476 .elementor-element.elementor-element-637e96db{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-56f1d51b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-1d994a95 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-357ee740{width:100%;max-width:100%;}.elementor-3476 .elementor-element.elementor-element-357ee740 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-5dc11218 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-564236ac > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3476 .elementor-element.elementor-element-300e5300 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-72879d82 */.hero-helder {
  min-height: 100vh;
  background-image: url('https://www.hsladv.com.br/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-17-at-10.56.16.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* CONTAINER */
.hero-helder-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

.hero-helder-text {
  max-width: 560px;
  text-align: left;
}

/* LOGO (DESKTOP) */
.logo-helder {
  max-width: 200px;
  margin-bottom: 32px;
  display: block;
}

/* TEXTO */
.hero-helder-text h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #e4c590;
  margin-bottom: 20px;
}

.hero-helder-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 32px;
}

/* BOTÃO */
.botao-helder-whatsapp {
  display: inline-block;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 40px;
  transition: 0.2s ease;
}

.botao-helder-whatsapp:hover {
  transform: translateY(-2px);
}

.botao-helder-conteudo {
  display: flex;
  align-items: center;
}

.icone-helder-whatsapp {
  width: 40px;
  margin-right: 14px;
}

.texto-helder-whatsapp strong {
  display: block;
  font-size: 15px;
}

.texto-helder-whatsapp span {
  font-size: 13px;
  opacity: 0.9;
}

/* TABLET + MOBILE (IMAGEM + OVERLAY SUAVE) */
@media (max-width: 1024px) {
  .hero-helder {
    background-image:
      linear-gradient(
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.35)
      ),
      url('https://www.hsladv.com.br/wp-content/uploads/2025/12/Captura-de-tela-2025-12-18-111339.png');
    background-position: top center;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-helder {
    align-items: flex-end;
  }

  .hero-helder-container {
    padding: 96px 20px 40px; /* espaço para a logo fixa */
  }

  .hero-helder-text {
    max-width: 100%;
    text-align: left;
  }

  .hero-helder-text h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .hero-helder-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* LOGO FIXA NO CANTO SUPERIOR ESQUERDO */
  .logo-helder {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 80px;
    width: 80px;
    margin: 0;
    z-index: 10;
  }

  .botao-helder-whatsapp {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18888278 */.sessao-advogado {
  background: linear-gradient(180deg, #050c20 0%, #020817 100%);
  padding: 7rem 2rem 3.5rem;

  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.container-advogado {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}

/* FOTO */
.foto-advogado {
  position: relative;
}

.foto-advogado img {
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  object-fit: cover;
  border: 3px solid rgba(228, 197, 144, 0.8);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

/* CONTEÚDO */
.conteudo-advogado {
  max-width: 600px;
}

.tag-advogado {
  display: inline-block;
  background: rgba(228, 197, 144, 0.15);
  color: #e4c590;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.conteudo-advogado h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.conteudo-advogado h2 strong {
  color: #e4c590;
}

.descricao {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #dcdcdc;
  margin-bottom: 18px;
}

.descricao.destaque {
  color: #ffffff;
  font-weight: 500;
}

/* LISTA */
.lista-credibilidade {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}

.lista-credibilidade li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #e4e4e4;
}

.lista-credibilidade li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e4c590;
  font-weight: bold;
}

/* CTA WHATSAPP */
.cta-whatsapp {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 26px;
  border-radius: 50px;
  max-width: 420px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.cta-whatsapp img {
  width: 40px;
  height: 40px;
}

.cta-whatsapp strong {
  display: block;
  font-size: 1rem;
}

.cta-whatsapp span {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .container-advogado {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .foto-advogado img {
    margin: 0 auto;
  }

  .cta-whatsapp {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .conteudo-advogado h2 {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-357ee740 *//* ===== RESET ESSENCIAL (evita bordas do tema) ===== */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ===== SEÇÃO DOR TRABALHISTA ===== */
.sessao-dor-trabalhista {
  width: 100vw;
  min-height: 100vh;
  background-color: #0b0d12;

  /* quebra total do container do tema (WordPress safe) */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  display: flex;
  align-items: center;

  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* CONTEÚDO CENTRAL */
.container-dor-trabalhista {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  padding: 100px 40px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;

  box-sizing: border-box;
}

/* TEXTO */
.texto-dor-trabalhista {
  max-width: 560px;
}

.tag-alerta {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 14px;

  background: rgba(228, 197, 144, 0.15);
  color: #e4c590;
  font-size: 0.85rem;
  border-radius: 30px;
  font-weight: 500;
}

.texto-dor-trabalhista h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #e4c590;
  margin-bottom: 24px;
}

.texto-dor-trabalhista p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 18px;
}

/* DESTAQUE */
.destaque-dor-trabalhista {
  margin: 30px 0;
  padding: 18px 22px;

  background-color: #111d2a;
  border-left: 4px solid #e4c590;
  color: #ffffff;
}

/* CTA */
.cta-trabalhista {
  display: inline-block;
  margin-top: 10px;

  padding: 14px 30px;
  border-radius: 40px;

  background-color: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;

  transition: transform 0.2s ease;
}

.cta-trabalhista:hover {
  transform: translateY(-2px);
}

/* VISUAL / BOX */
.visual-dor-trabalhista {
  display: flex;
  justify-content: center;
}

.box-destaque-trabalhista {
  width: 100%;
  max-width: 420px;

  background-color: #111d2a;
  border-radius: 16px;
  padding: 36px 30px;

  border-top: 4px solid #e4c590;
}

.box-destaque-trabalhista h3 {
  color: #e4c590;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.box-destaque-trabalhista ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.box-destaque-trabalhista ul li {
  font-size: 0.95rem;
  color: #e4e4e4;
  margin-bottom: 10px;
}

.microcopy {
  font-size: 0.85rem;
  color: #cfcfcf;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 14px;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 900px) {
  .container-dor-trabalhista {
    grid-template-columns: 1fr;
    padding: 80px 30px;
  }

  .texto-dor-trabalhista h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .container-dor-trabalhista {
    padding: 60px 20px;
  }

  .texto-dor-trabalhista h2 {
    font-size: 1.9rem;
  }

  .cta-trabalhista {
    width: 100%;
    text-align: center;
  }
}
/* ===== REMOVE BORDAS/FAIXAS DO TEMA ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #0b0d12 !important;
  overflow-x: hidden;
}

/* WordPress / temas comuns */
#page,
#content,
#primary,
#main,
.site,
.site-content,
.site-main,
.entry-content {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* garante que não haja espaço após a seção */
.sessao-dor-trabalhista {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a27187b */.sessao-servicos {
  background: linear-gradient(180deg, #040e26 0%, #020817 100%);
  padding: 8rem 2rem;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-servicos {
  text-align: center;
  margin-bottom: 4rem;
}

.tag-servicos {
  display: inline-block;
  background: rgba(228,197,144,0.15);
  color: #e4c590;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.sessao-servicos h2 {
  font-size: 2.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.subtitulo {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #dcdcdc;
  line-height: 1.7;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.2rem;
}

.card-servico {
  background: #0b1633;
  border-radius: 18px;
  padding: 2.2rem 1.8rem;
  border: 1px solid rgba(228,197,144,0.25);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-servico:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

.card-servico.destaque {
  border-color: #e4c590;
}

.icone {
  width: 48px;
  height: 48px;
  background: rgba(228,197,144,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.icone svg {
  width: 24px;
  height: 24px;
  fill: #e4c590;
}

.card-servico h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}

.card-servico p {
  font-size: 0.95rem;
  color: #cfcfcf;
  margin-bottom: 1rem;
}

.card-servico ul {
  list-style: none;
  padding: 0;
}

.card-servico ul li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #e4e4e4;
}

.card-servico ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e4c590;
  font-weight: bold;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .sessao-servicos {
    padding: 6rem 1.5rem;
  }

  .sessao-servicos h2 {
    font-size: 2.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-104fdfc7 *//* ===== SEÇÃO POR QUE CONTRATAR ===== */
.sessao-porque-contratar {
  width: 100%;
  background-color: #0b0d12;
  padding: 7rem 2rem 3.5rem;
padding: 7rem 2rem 3.5rem;
;
  font-family: 'Poppins', sans-serif;
}

.container-porque {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* HEADER */
.header-porque {
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: center;
}

.tag-porque {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 0.85rem;
  color: #e4c590;
  background: rgba(228, 197, 144, 0.15);
  border-radius: 30px;
}

.header-porque h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 18px;
}

.header-porque h2 strong {
  color: #e4c590;
}

.header-porque p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #d0d0d0;
}

/* GRID */
.grid-porque {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* CARD */
.item-porque {
  position: relative;
  background-color: #111d2a;
  padding: 60px 28px 40px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.item-porque:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

/* NÚMERO */
.item-porque .numero {
  position: absolute;
  top: -24px;
  left: 28px;

  width: 52px;
  height: 52px;
  border-radius: 50%;

  background-color: #e4c590;
  color: #0b0d12;
  font-weight: 700;
  font-size: 0.95rem;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 20px rgba(228,197,144,0.4);
}

/* TEXTO CARD */
.item-porque h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 14px;
}

.item-porque p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d6d6d6;
}

/* CTA FINAL */
.cta-porque {
  margin-top: 80px;
  text-align: center;
}

.botao-porque {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 40px;
  background-color: #25d366;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.botao-porque:hover {
  transform: translateY(-2px);
}

.microcopy-porque {
  display: block;
  margin-top: 14px;
  font-size: 0.85rem;
  color: #bfbfbf;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1100px) {
  .grid-porque {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sessao-porque-contratar {
    padding: 90px 0;
  }

  .container-porque {
    padding: 0 20px;
  }

  .header-porque h2 {
    font-size: 2rem;
  }

  .grid-porque {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .item-porque {
    padding: 56px 24px 36px;
  }

  .item-porque .numero {
    left: 24px;
  }

  .botao-porque {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29f7b1d8 */.sessao-faq-trabalhista {
  background: #0b0d12;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

/* ===================== */
/* CONTAINER */
/* ===================== */
.container-faq {
  max-width: 900px;
  margin: 0 auto;
}

/* ===================== */
/* HEADER */
/* ===================== */
.header-faq {
  text-align: center;
  margin-bottom: 60px;
}

.tag-faq {
  display: inline-block;
  background: rgba(228, 197, 144, 0.15);
  color: #e4c590;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.header-faq h2 {
  font-size: 2.3rem;
  color: #e4c590;
  margin-bottom: 16px;
}

.header-faq p {
  font-size: 1rem;
  color: #d0d0d0;
}

/* ===================== */
/* LISTA */
/* ===================== */
.faq-lista {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ===================== */
/* ITEM */
/* ===================== */
.faq-item {
  background: #111827;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #1f2937;
  position: relative;
}

/* ===================== */
/* PERGUNTA (BOTÃO LIMPO) */
/* ===================== */
.faq-pergunta {
  width: 100%;
  background: none !important;
  background-image: none !important;
  border: none;

  padding: 22px 24px;
  color: #ffffff;

  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;

  display: flex;
  align-items: flex-start;
  gap: 16px;

  line-height: 1.45;
  white-space: normal;
  word-break: break-word;

  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  filter: none !important;
}

/* =============================== */
/* REMOVE BALÕES / EFEITOS DO TEMA */
/* =============================== */
.faq-pergunta::before,
.faq-pergunta::after,
.faq-item::before,
.faq-item::after,
button.faq-pergunta::before,
button.faq-pergunta::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* SEGURANÇA EXTRA (TEMAS AGRESSIVOS) */
.faq-pergunta *::before,
.faq-pergunta *::after {
  content: none !important;
}

/* ===================== */
/* TEXTO DA PERGUNTA */
/* ===================== */
.faq-pergunta span {
  flex: 1;
  display: block;
  line-height: 1.45;
  word-break: break-word;
}

/* ===================== */
/* ÍCONE */
/* ===================== */
.faq-pergunta .icone {
  font-size: 1.4rem;
  color: #e4c590;
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.3s ease;

  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.faq-item.ativo .faq-pergunta .icone {
  transform: rotate(45deg);
}

/* ===================== */
/* RESPOSTA */
/* ===================== */
.faq-resposta {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.faq-resposta p {
  padding: 0 24px 24px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d1d5db;
}

.faq-item.ativo .faq-resposta {
  max-height: 800px;
}

/* ===================== */
/* CTA */
/* ===================== */
.cta-faq {
  margin-top: 50px;
  text-align: center;
}

.botao-faq {
  display: inline-block;
  background: #25d366;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.botao-faq:hover {
  transform: translateY(-2px);
}

/* ===================== */
/* MOBILE OTIMIZADO */
/* ===================== */
@media (max-width: 768px) {

  .sessao-faq-trabalhista {
    padding: 80px 16px;
  }

  .header-faq h2 {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .header-faq p {
    font-size: 0.95rem;
  }

  .faq-pergunta {
    padding: 18px 16px;
    font-size: 0.9rem;
  }

  .faq-resposta p {
    padding: 0 16px 20px;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .botao-faq {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72481599 */.footer {
  background: linear-gradient(to right, #0b0d12, #1a1c22);
  color: #cccccc;
  padding: 60px 30px 30px; /* ⬅️ reduzido */
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px; /* ⬅️ menor espaçamento */
  justify-content: space-between;
  align-items: flex-start;
}

/* COLUNAS */
.footer-coluna {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* ⬅️ compacto */
}

/* TÍTULOS */
.footer-coluna h4 {
  color: #c59d5f;
  margin-bottom: 6px; /* ⬅️ reduzido */
  font-size: 1.05rem;
  font-weight: 600;
}

/* LISTAS */
.footer-coluna ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-coluna ul li {
  font-size: 0.92rem;
  margin-bottom: 8px; /* ⬅️ menor */
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
  color: #dddddd;
}

/* ÍCONES */
.footer-coluna i {
  color: #25D366;
  font-size: 0.95rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* LINKS */
.footer-coluna a {
  color: #dddddd;
  text-decoration: none;
  word-break: break-word;
}

.footer-coluna a:hover {
  color: #25D366;
  text-decoration: underline;
}

/* LOGO */
.logo-footer img {
  width: 56px;
  margin-bottom: 8px; /* ⬅️ reduzido */
}

.logo-footer p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #bbbbbb;
}

/* MAPA */
.footer iframe {
  width: 100%;
  height: 180px; /* ⬅️ menor e proporcional */
  border-radius: 8px;
  margin-top: 8px;
}

/* DIREITOS */
.footer-direitos {
  border-top: 1px solid #222;
  margin-top: 30px; /* ⬅️ MUITO reduzido */
  padding-top: 16px;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  line-height: 1.45;
}

.footer-direitos a {
  color: #25D366;
  text-decoration: underline;
}

/* ===================== */
/* MOBILE AJUSTADO */
/* ===================== */
@media (max-width: 768px) {

  .footer {
    padding: 40px 20px 25px;
  }

  .container-footer {
    flex-direction: column;
    gap: 28px; /* ⬅️ compacto */
  }

  .footer-coluna {
    gap: 8px;
  }

  .footer-coluna h4 {
    font-size: 1rem;
  }

  .footer-coluna ul li {
    font-size: 0.88rem;
    margin-bottom: 6px;
  }

  .footer iframe {
    height: 160px;
  }

  .footer-direitos {
    margin-top: 24px;
    font-size: 0.78rem;
  }
}/* End custom CSS */