.vente-3d-banner {
  padding: 24px 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f3ff 0%, #faf5ff 45%, #fff 100%);
  border: 1px solid #ddd6fe;
  box-shadow: 0 6px 24px rgba(109, 40, 217, 0.06);
  margin: 20px 0;
}
.vente-3d-banner--compact {
  padding: 18px 20px;
}
.vente-3d-banner h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  line-height: 1.25;
  color: #5b21b6;
}
.vente-3d-lead {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.55;
  font-size: 0.93rem;
  max-width: 68ch;
}
.vente-3d-grid {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}
@media (min-width: 720px) {
  .vente-3d-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.vente-3d-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e9d5ff;
  border-radius: 12px;
  padding: 12px 14px;
}
.vente-3d-item .vente-3d-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #ede9fe;
  color: #6d28d9;
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 6px;
}
.vente-3d-item strong {
  display: block;
  font-size: 0.88rem;
  color: #5b21b6;
  margin-bottom: 5px;
}
.vente-3d-item p {
  margin: 0;
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.45;
}
.vente-3d-reassure {
  background: #fff;
  border: 1px solid #e9d5ff;
  border-radius: 12px;
  padding: 14px 16px;
}
.vente-3d-reassure strong {
  display: block;
  color: #6d28d9;
  margin-bottom: 6px;
  font-size: 0.94rem;
}
.vente-3d-reassure p {
  margin: 0;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}
.vente-3d-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.vente-3d-tagline {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #7c3aed;
  flex: 1 1 200px;
}
.vente-3d-blog-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #6d28d9;
  text-decoration: none;
}
.vente-3d-blog-link:hover {
  text-decoration: underline;
}
.vente-3d-complex {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px dashed #c4b5fd;
  border-radius: 12px;
}
.vente-3d-complex h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  color: #5b21b6;
}
.vente-3d-complex--compact strong {
  display: block;
  font-size: 0.9rem;
  color: #5b21b6;
  margin-bottom: 8px;
}
.vente-3d-complex-lead {
  margin: 0 0 10px;
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.45;
}
.vente-3d-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.vente-3d-chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ede9fe;
  color: #5b21b6;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}
.vente-3d-complex-grid {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 720px) {
  .vente-3d-complex-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vente-3d-complex-item {
  background: #fff;
  border: 1px solid #e9d5ff;
  border-radius: 10px;
  padding: 10px 12px;
}
.vente-3d-complex-item strong {
  display: block;
  font-size: 0.84rem;
  color: #6d28d9;
  margin-bottom: 4px;
}
.vente-3d-complex-item p {
  margin: 0;
  font-size: 0.8rem;
  color: #475569;
  line-height: 1.42;
}
