/* ========================= */
/* SECTION CONFIRA TAMBÉM   */
/* ========================= */
.card-cta svg {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}
.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
    text-decoration: none !important;
}

.card-cta svg {
  transition: transform 0.3s ease;
   text-decoration: none !important;
}

/* Hover */
.card-cta:hover svg {
  transform: translateX(12px);
  text-decoration: none !important;
}


.confira-tambem {
  padding-top:120px;
}

.container-confira {
  max-width: 1200px;
  margin: 0 auto;
}

.confira-title {
  color: var(--colorInterfaceDarkDeep, #393B47);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 24px;
}

/* GRID PRINCIPAL */
.confira-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
}

/* COLUNA DIREITA */
.cards-direita {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* BASE CARD */
.card {
  border-radius: 16px;
  background: #F7F8FE;
  overflow: hidden;
  position: relative;
}

/* EYEBROW */
.eyebrow {
  color: var(--colorInterfaceDarkUp, #AAADC0);
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

/* TITULOS */
.card h3 {
  color: var(--colorInterfaceDarkDeep, #393B47);
  font-family: "Nunito Sans";
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  margin-top: 8px;
}

/* CTA */
.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--colorBrandPrimaryPure, #0025E0);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

/* ========================= */
/* CARD VERTICAL (AJUSTADO) */
/* ========================= */

.card-vertical {
  display: flex;
  flex-direction: column;
  padding: 64px 0 0 0; /* remove padding lateral */
}

/* Conteúdo com padding lateral */
.card-vertical .card-content {
  padding: 0 64px;
  padding-bottom: 32px;
}

/* Container da imagem */
.card-vertical .card-image-pagblu {
  margin-top: auto; /* empurra a imagem para o bottom */
}

/* Imagem full width */
.card-vertical .card-image-pagblu img {
  width: 100%;
  display: block;
}

/* ========================= */
/* CARDS HORIZONTAIS        */
/* ========================= */

.card-horizontal {
  padding: 64px 120px 64px 64px;
  display: flex;
  flex-direction: column;
}

/* TAXAS BACKGROUND */
.taxas {
  padding: 64px 120px 64px 64px;
  background-image: url("https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/%5BAQ%5D%20Site/Maquininha%202.0/Taxas%20exclusivas%20Blu.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 100%;
}

/* CONTA BACKGROUND */
.conta {
  background-image: url("https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/%5BAQ%5D%20Site/Maquininha%202.0/Container%20conta%20digital%20Blu.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
      height: 100%;
}

@media (max-width: 768px) {

  /* ========================= */
  /* SECTION */
  /* ========================= */

  .confira-tambem {
    padding: 48px 0;
  }

  .confira-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* ========================= */
  /* GRID VIRA COLUNA */
  /* ========================= */

  .confira-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .cards-direita {
    width: 100%;
    align-items: center;
    gap: 0px;
  }

  /* ========================= */
  /* CARD BASE MOBILE */
  /* ========================= */

  .card {
    width: 100%;
    border-radius: 16px;
  }

  /* ========================= */
  /* PRIMEIRO CARD (PAGBLU) */
  /* ========================= */

  .card-vertical {
    padding: 24px 20px 160px 20px;
    gap: 32px;
    align-items: center;

    /* Remove imagem interna */
    background-image: url("https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/%5BAQ%5D%20Site/Maquininha%202.0/Container%20PagBlu%20Pig%20png.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }

  /* Oculta a imagem interna */
  .card-vertical .card-image {
    display: none;
  }

  /* Título do card */
  .card-vertical h3 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 8px;
    text-align: left;
    margin-bottom: 0;
  }

  /* CTA */
  .card-vertical .card-cta {
    font-size: 16px;
    margin-top: 16px;
  }

  /* ========================= */
  /* SEGUNDO CARD (TAXAS) */
  /* ========================= */

  .taxas {
    width: 100%;
    padding: 40px 20px;
    background-image: url("https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/%5BAQ%5D%20Site/Maquininha%202.0/Container%20%25%20Taxas%20Blu.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .taxas h3 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .taxas .card-cta {
    font-size: 16px;
    margin-top: 16px;
  }

  /* ========================= */
  /* TERCEIRO CARD (CONTA) */
  /* ========================= */

  .conta {
    width: 100%;
    padding: 40px 20px;
    background: #F3F5FE;
    background-image: none;
    margin-top: 16px;
  }

  .conta h3 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .conta .card-cta {
    font-size: 16px;
    margin-top: 16px;
  }
  
  .card-image-pagblu {
    display:none;}
  
  .confira-tambem {
  Padding-left:20px;
  Padding-right:20px;}
  
  .card-vertical .card-content {
    padding: 0px !important;

}

