/* ============================================================================
   Bloco de depoimentos da HOME reaproveitado em outras páginas (ex.: Aprovados).
   A home usa as regras `.desktop-home .*` do style.css; as páginas internas não
   carregam o style.css, então este arquivo replica exatamente o mesmo bloco,
   com o mesmo DOM (section.frame-39 > .group-4 …), apenas re-escopado para o
   wrapper `.depo-embed`. Valores idênticos aos do style.css / responsive.css
   para render pixel-a-pixel igual ao da home.
   ============================================================================ */

.depo-embed {
  display: flex;
  justify-content: center;
  width: 100%;
}
.depo-embed .frame-39 { margin-top: 0; }

.depo-embed .group-4 {
  position: relative;
  width: 1008px;
  height: 193px;
}

.depo-embed .frame-40 {
  display: flex;
  width: 587px;
  height: 193px;
  align-items: flex-end;
  position: absolute;
  top: -20px;
  left: 421px;
  background-color: #0473e3;
  border-radius: 12px;
  overflow: visible;
  clip-path: inset(-400px -400px 0px 0px);
}

.depo-embed .group-5 {
  position: relative;
  width: 299.25px;
  height: 332.87px;
  margin-top: -42.09px;
  margin-bottom: -97.78px;
}

.depo-embed .frame-41 {
  display: flex;
  flex-direction: column;
  width: 366px;
  align-items: flex-start;
  gap: 20px;
  padding: 0px 0px 24px;
  position: relative;
  margin-top: -14.89px;
  margin-right: -17.43px;
  margin-left: -60px;
}

.depo-embed .heading-wrapper {
  display: flex;
  width: 366px;
  align-items: center;
  justify-content: center;
  gap: 4.59px;
  padding: 22.95px;
  position: relative;
  flex: 0 0 auto;
  background-color: #041633;
  border-radius: 13.77px;
  transform: translateY(3px);
}

.depo-embed .heading-31 {
  position: relative;
  width: 320.11px;
  margin-top: -1.15px;
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: transparent;
  font-size: 26px;
  line-height: 29.7px;
}

.depo-embed .text-wrapper-18 { font-weight: 500; color: #0473e3; letter-spacing: 0; }
.depo-embed .text-wrapper-19 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #dae6f2;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 26.4px;
}
.depo-embed .text-wrapper-20 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #dae6f2;
  font-size: 23px;
  letter-spacing: 0.11px;
  line-height: 26.4px;
}
.depo-embed .text-wrapper-21 { font-weight: 500; color: #0473e3; letter-spacing: 0.13px; }

.depo-embed .vector-7 {
  position: absolute;
  top: 106px;
  left: 30px;
  width: 41px;
  height: 18px;
}

.depo-embed .frame-42 {
  display: flex;
  width: 343px;
  align-items: center;
  gap: 4px;
  padding: 0px 24px 0px 80px;
  position: relative;
  flex: 0 0 auto;
}

.depo-embed .heading-32 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: #dae6f2;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}
.depo-embed .text-wrapper-22 { font-weight: 500; }
.depo-embed .text-wrapper-23 {
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: #dae6f2;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}
.depo-embed .text-wrapper-14 { font-weight: 400; }

.depo-embed .group-6 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 447px;
  height: 193px;
}

.depo-embed .union {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 467px;
  height: 213px;
}

.depo-embed .frame-44 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 28px;
  left: 32px;
}

.depo-embed .heading-33 {
  position: relative;
  width: 393px;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 35.2px;
}
.depo-embed .text-wrapper-12 { color: #041633; }
.depo-embed .text-wrapper-24 { color: #0473e3; }

.depo-embed .heading-34 {
  position: relative;
  width: 393px;
  font-family: "Inter", Helvetica;
  font-weight: 300;
  color: #041633;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

/* ---- Mobile: mesmo tratamento da home (balão cinza no topo, card embaixo).
   Aqui é preciso resetar posições explicitamente porque o reset global
   `.desktop-home > .frame *` não alcança este wrapper. ---- */
@media (max-width: 1024px) {
  .depo-embed { padding: 0; }
  .depo-embed .frame-39 { margin-top: 0; }
  .depo-embed .group-4 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .depo-embed .group-6 {
    order: -1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 24px 22px;
    background: #dae6f2;
    border-radius: 18px;
    box-sizing: border-box;
  }
  .depo-embed .group-6::after {
    content: "";
    position: absolute;
    left: 38px;
    bottom: -11px;
    width: 24px;
    height: 24px;
    background: #dae6f2;
    border-radius: 5px;
    transform: rotate(45deg);
  }
  .depo-embed .union { display: none; }
  .depo-embed .frame-44 {
    position: static;
    width: 100%;
    gap: 6px;
  }
  .depo-embed .heading-33 { width: 100%; font-size: 25px; line-height: 1.16; }
  .depo-embed .heading-34 { width: 100%; font-size: 15px; }

  .depo-embed .frame-40 {
    order: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 26px 20px 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    background: #0473e3;
    border-radius: 16px;
    overflow: hidden;
    clip-path: none;
    box-sizing: border-box;
  }
  .depo-embed .group-5 {
    width: auto;
    max-width: 220px;
    height: auto;
    margin: 0;
  }
  .depo-embed .frame-41 {
    width: 100%;
    max-width: 330px;
    margin: -22px 0 0;
    padding: 0;
    align-items: center;
    gap: 14px;
  }
  .depo-embed .heading-wrapper {
    width: 100%;
    padding: 18px 20px;
    transform: none;
    box-sizing: border-box;
  }
  .depo-embed .heading-31 {
    width: 100%;
    font-size: 18px;
    line-height: 1.32;
    text-align: center;
  }
  .depo-embed .heading-31 .text-wrapper-19,
  .depo-embed .heading-31 .text-wrapper-20 {
    font-size: 18px;
    line-height: 1.32;
  }
  .depo-embed .vector-7 { display: none; }
  .depo-embed .frame-42 {
    width: 100%;
    padding: 0;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .depo-embed .heading-32 { width: auto; text-align: center; }
}
