.vendedor-section {
  max-width: 1200px;
  margin: 0 auto;
}

.vendedor-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #0C0D14;
  margin: 0 0 32px 0;
}

.vendedor-cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vendedor-card {
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  color: #393B47;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}

.card-content {
  padding: 64px 64px 120px 64px;
  max-width: 600px;
  margin: 0;
}

/* Eyebrow */
.eyebrow {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #AAADC0;
  margin-bottom: 8px;
}

/* Título do card */
.card-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  color: #393B47;
  margin: 0 0 16px 0;
}

/* Botão */
.card-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #0025E0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.card-button:hover {
  opacity: 0.8;
}

/* Layout dos dois cards de baixo */
.vendedor-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0;
}

.card-linkblu {
  flex: 2;
  background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/Link%20de%20Pagamento%20CTA.png');
}

.card-pixblu {
  flex: 1;
  background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/Fundo%20CTA%20Pix%20Blu.png');
}

.card-blutap {
  background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/Container%20BluTap.png');
}

/* Responsivo */
/* Responsivo */
@media screen and (max-width:800px) {
  .vendedor-section {
    padding: 40px 20px;
  }

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

  .vendedor-cards-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vendedor-card {
    border-radius: 16px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0;
  }

  .card-blutap {
    background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/BluTap%20Blu%20Mobile%20CTA.png');
    background-color: #F3F5FE;
  }

  .card-linkblu {
    background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/Link%20Blu%20Mobile%20CTA.png');
    background-color: #F3F5FE;
  }

  .card-pixblu {
    background-color: #F3F5FE;
    background-image: none;
  }

  .card-content {
    padding: 40px 20px;
  }

  .card-blutap .card-content {
    padding-bottom: 160px;
  }

  .eyebrow {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #AAADC0;
    margin-bottom: 8px;
  }

  .card-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    color: #393B47;
    margin-bottom: 16px;
  }

  .card-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #0025E0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .card-button svg {
    width: 20px;
    height: 20px;
  }

  .vendedor-row {
    flex-direction: column;
  }

  .card-linkblu,
  .card-pixblu {
    flex: 1 1 100%;
  }

  .card-content {
    padding: 40px 20px 40px 20px;
  }

  .card-title {
    font-size: 24px;
  }

  .card-button {
    font-size: 18px;
  }
}

}
