.titleContent {
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000000;
}

.textContent {
  font-family: "Instrument Sans";
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 19px;
}


.btnStyle1 {
  background-color: #E12055;
  padding: 15px 30px;
  font-family: "Instrument Sans";
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.btnStyle2 {
  background-color: #ffffff;
  padding: 15px 30px;
  font-family: "Instrument Sans";
  text-transform: uppercase;
  color: #E12055;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .titleContent {
    font-size: 30px;
  }

  .textContent {
    font-size: 17px;
  }
}







.faixaContainer{
  background-color: #222222;
  padding: 20px 0;
}

.logoheader{
  width: 250px;
}



.headerConteiner{
  background: #750122;
  background: linear-gradient(90deg, rgba(117, 1, 34, 1) 0%, rgba(187, 1, 56, 1) 100%);
  padding: 30px 0 30px 0;
}

.headerContent{
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .headerContent {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  .headerConteiner .heroImage{
      width: 90% !important;
      margin: 20px auto 0 auto;
  }
}

















.cuponContainer{
  background: #000 url("../img/home-duo/bgPage.png") center bottom / cover
    no-repeat;
  padding: 80px 20px;
}

.lineDivider{
  width: 80px;
  height: 2px;
  background-color: #E12055;
  margin: 30px auto;
}

.frameCupon{
  background-color: white;
  border-top: 10px solid #E12055;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.titleCupon{
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #E12055;
}

.subframeCupon{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background-color: #FFDCDA;
  border-radius: 10px;
  border: 2px dashed #E12055;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.subframeCupon:hover{
  animation: pulseCupon 1s ease-in-out infinite;
}

@keyframes pulseCupon{
  0%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(225, 32, 85, 0.45);
  }
  70%{
    transform: scale(1.03);
    box-shadow: 0 0 0 12px rgba(225, 32, 85, 0);
  }
  100%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(225, 32, 85, 0);
  }
}

.codeCupon{
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 8px;
  color: #E12055;
}

@media (max-width: 768px) {
  .subframeCupon {
      display: block;
  }
  .titleCupon{
    font-size: 50px;
  }
}












.infoCard{
  background-color: #FFDCDA;
  border-top: 10px solid #E12055;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .infoCard{
    margin-top: 30px;
  }
}










.beneficioContainer{
  background-color: #750122;
  padding: 100px 20px;
}

.titleBeneficio{
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #ffffff;
}

.beneficioImage{
  z-index: 10;
  position: relative;
}

.lineDividerBeneficio {
    width: 100%;
    height: 1px;
    background-color: #E12055;
    transform: translate(50%, -55px);
}

@media (max-width: 768px) {
  .beneficioContainer{
    padding: 40px 20px;
  }
  .lineDividerBeneficio {
      display: none;
  }
}














.descontosContainer{
    background: #000 url("../img/home-duo/bgPage.png") center bottom / cover
    no-repeat;
  padding: 80px 0px;
}

.dg-carouselContainer {
  padding: 40px 0 0 0;
  overflow: hidden;
}

.dg-carouselContainer > .container {
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel.dg-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding-bottom: 80px;
}

.owl-carousel.dg-carousel .owl-stage-outer {
  overflow: hidden;
}

.owl-carousel.dg-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.dg-prod-card {
  display: block;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}

.dg-prod-card:hover {
  transform: translateY(-6px);
}

.dg-prod-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 18px;
}

.dg-prod-title {
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #000000;
}

.dg-prod-text {
  font-family: "Instrument Sans";
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #4a4a4a;
}

.owl-carousel.dg-carousel .owl-nav {
  position: absolute;
  bottom: 16px;
  right: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.owl-carousel.dg-carousel .owl-nav button {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: #ffffff;
  color: #575757;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.owl-carousel.dg-carousel .owl-nav button:hover {
  background: #f8f8f8;
  transform: translateY(-1px);
}

.owl-carousel.dg-carousel .owl-nav button span {
  display: inline-block;
}

.owl-carousel.dg-carousel .owl-dots {
  display: none;
}

.owl-theme .owl-nav [class*=owl-]{
    background: none !important;
    color: #000000;
}

.owl-carousel.dg-carousel .owl-nav button {
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {
  .owl-carousel.dg-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .descontosContainer {
    padding: 40px 0px 0;
  }

  .owl-carousel.dg-carousel {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .owl-carousel.dg-carousel .owl-nav button {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .dg-carouselContainer {
    width: auto !important;
  }

  .owl-carousel.dg-carousel .owl-nav {
      right: 0px !important;
  }
}




















.experienciaContainer{
  background-color: #222222;
}

.lineDividerExp{
  width: 60px;
  height: 1px;
  background-color: #E12055;
  margin: 30px 0;
}

.colImageBeneficio{
    background: #000 url("../img/home-duo/expBg.png") center center / cover
    no-repeat;
  padding: 80px 20px;
}
.colTextBeneficio{
  padding: 100px 50px !important;
  max-width: 630px !important;
}

@media (max-width: 768px) {
  .experienciaContainer .container-fluid, .container {
      width: auto !important;
  }
  .colTextBeneficio{
      padding: 50px 20px !important;
  }
}











.lastContainer{
    background: #000 url("../img/home-duo/lastBg.png") center center / cover
    no-repeat;
  padding: 80px 20px;
}

.logolast{
  margin: 0 auto;
  width: 250px;
}












.footerContainer{
  background-color: #333333;
  padding: 20px 0;
}


/* ===== ANIMAÇÕES ===== */

/* Seta bobbing animation */
@keyframes bobbing {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

.setaHeader {
  animation: bobbing 2.5s ease-in-out infinite;
}

/* Hover effects para botões */
.btnStyle1 {
  transition: all 0.3s ease;
}

.btnStyle1:hover {
  background-color: #c71845;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(225, 32, 85, 0.3);
}

.btnStyle2 {
  transition: all 0.3s ease;
}

.btnStyle2:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Fade-in animation para seção benefício - Cascata profissional */
@keyframes stepSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.beneficioContainer .col-md-4 {
  opacity: 0;
}

.beneficioContainer.in-view .col-md-4 {
  animation: stepSlideUp 0.6s ease-out forwards;
}

.beneficioContainer.in-view .col-md-4:nth-child(1) {
  animation-delay: 0.2s;
}

.beneficioContainer.in-view .col-md-4:nth-child(2) {
  animation-delay: 0.4s;
}

.beneficioContainer.in-view .col-md-4:nth-child(3) {
  animation-delay: 0.6s;
}

.beneficioContainer .col-12 {
  animation: none;
}



/* Pulse animation para último botão */
@keyframes visualPulse {
  0%, 100% {
    box-shadow: 0 12px 30px rgba(225, 32, 85, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 16px 50px rgba(225, 32, 85, 0.4);
    transform: scale(1.02);
  }
}

.lastContainer .btnStyle2 {
  animation: visualPulse 2s ease-in-out infinite;
}










  #toastCopy {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(20px);
    
    background: #111;
    color: #fff;

    padding: 14px 22px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;

    z-index: 9999;

    max-width: calc(100% - 32px);
    text-align: center;
    box-sizing: border-box;
  }

  #toastCopy.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  @media (max-width: 480px) {
    #toastCopy {
      width: calc(100% - 32px);
      font-size: 13px;
      padding: 12px 18px;
    }
  }