.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 20px rgba(13, 59, 102, 0.1);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #0d3b66;
}

.comparatif {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(13, 59, 102, 0.15);
}

.comparatif th,
.comparatif td {
  padding: 1rem;
  border-bottom: 1px solid #eef1f6;
}

.comparatif thead th {
  background: #0d3b66;
  color: white;
}
