/* Banner depoimentos Instagram — compartilhado (porque, confiável, etc.) */
.depo-insta-wrap {
  padding: 32px 0 40px;
}
.depo-insta-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.depo-insta-subtitle {
  font-family: "Fjalla One", Abel, sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  text-align: center;
}
.depo-insta-lede {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 720px;
  text-align: center;
}
.depo-insta-banner {
  display: block;
  width: 100%;
  margin: 0;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.depo-insta-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(171, 0, 0, 0.25);
}
.depo-insta-banner:focus-visible {
  outline: 3px solid #ab0000;
  outline-offset: 4px;
}
.depo-insta-banner picture {
  display: block;
  width: 100%;
  line-height: 0;
}
.depo-insta-banner img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
  object-fit: contain;
  object-position: center;
}
.depo-insta-foot {
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 0;
  text-align: center;
}
.depo-insta-link {
  color: #ab0000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(171, 0, 0, 0.35);
}
.depo-insta-link:hover {
  color: #840a0a;
  border-bottom-color: #840a0a;
}

/* Fundo escuro (porque.php / depoimentos_index) */
.depoimentos_index .depo-insta-wrap {
  background: #000;
  padding-top: 40px;
  padding-bottom: 48px;
  border-top: 1px solid #2a2a2a;
}
.depoimentos_index .depo-insta-subtitle {
  color: #fff;
}
.depoimentos_index .depo-insta-lede {
  color: #b9b9b9;
}
.depoimentos_index .depo-insta-foot {
  color: #888;
}
.depoimentos_index .depo-insta-link {
  color: #c52f33;
}

/* Página confiável */
.page-confiavel .conf-depo-videos .depo-insta-wrap {
  padding: 24px 0 0;
  background: transparent;
  border-top: none;
}
.page-confiavel .conf-depo-videos .depo-insta-inner {
  padding: 0;
  max-width: none;
}
.page-confiavel .conf-depo-videos .depo-insta-subtitle {
  font-size: 24px;
  text-align: left;
  color: #141414;
}
.page-confiavel .conf-depo-videos .depo-insta-lede {
  text-align: left;
  color: #5a5a5a;
  margin-left: 0;
}
.page-confiavel .conf-depo-videos .depo-insta-foot {
  text-align: left;
  color: #5a5a5a;
}

@media (max-width: 767px) {
  .depo-insta-subtitle {
    font-size: 22px;
  }
  .depo-insta-lede {
    font-size: 15px;
  }
}
