.pagina-impressao-pvc {
  line-height: 1.7;
}

.pagina-impressao-pvc .bloco-conteudo,
.pagina-impressao-pvc .bloco-cta {
  margin-bottom: 40px;
}

.pagina-impressao-pvc .lead {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 18px;
}

/* títulos */
.pagina-impressao-pvc .subtitulo-cartoes {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #0095e6;
}

/* listas */
.pagina-impressao-pvc .lista-beneficios {
  padding-left: 20px;
  margin-bottom: 0;
}

.pagina-impressao-pvc .lista-beneficios li {
  margin-bottom: 12px;
}

/* cards tipos impressão */
.card-tipo-impressao {
  display: block;
  background: #f7f7f7;
  padding: 25px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  border: 1px solid #e6e6e6;
  transition: all 0.25s ease;
}

.card-tipo-impressao:hover {
  background: #ffffff;
  border-color: #0095e6;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.card-tipo-impressao h3 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0095e6;
}

.card-tipo-impressao p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.card-tipo-impressao img {
  max-width: 160px;
  margin-bottom: 10px;
}

/* FAQ */
.faq-item {
  margin-bottom: 25px;
}

.faq-item h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #0095e6;
}

/* bloco CTA */
.bloco-cta {
  background: #f2f9fe;
  padding: 35px;
  border-left: 5px solid #0095e6;
  border-radius: 8px;
}

.bloco-cta h2 {
  color: #0095e6;
}

/* botão CTA */
.btn-orcamento {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 26px;
  background: #0095e6;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-orcamento:hover {
  background: #007fc4;
  text-decoration: none;
  color: #ffffff;
}

.faq-custom {
  margin-top: 20px;
}

.faq-custom .faq-item {
  border: 1px solid #d9e1e7;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #ffffff;
}

.faq-custom .faq-question {
  width: 100%;
  border: 0;
  background: #ebebeb;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all .2s ease;
}

.faq-custom .faq-question:hover {
  background: #e2e2e2;
}

.faq-custom .faq-question:focus {
  outline: none;
}

.faq-custom .faq-icon {
  font-size: 26px;
  color: #0095e6;
  font-weight: 600;
}

.faq-custom .faq-answer {
  display: none;
  padding: 22px 24px;
  background: #ffffff;
  color: #444;
  line-height: 1.7;
}

.faq-custom .faq-answer.open {
  display: block;
}

.faq-custom .faq-answer p {
  margin: 0;
}

.faq-custom .faq-question.active {
  border-left: 4px solid #0095e6;
  padding-left: 20px;
}

.titulo-produto {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  color: #0095e6;
  margin-bottom: 12px;
}

.texto-cinzento {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 800px;
}

.pagina-impressao-pvc p {
  font-size: 16px;
  line-height: 1.75;
}

.imagem-impressao {
  max-width: 85%;
  height: auto;
}