/**
 * Bloc transversal « services payants » – pages Services (NAO)
 */
.nao-services-paid {
  background: linear-gradient(180deg, #f4f6f8 0%, #eef1f5 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 3rem 0 3.5rem;
}
.nao-services-paid__inner {
  max-width: 800px;
  margin: 0 auto;
}
.nao-services-paid__title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}
.nao-services-paid__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1e293b;
  margin: 0 0 1rem;
}
.nao-services-paid__text {
  font-size: 0.975rem;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 1rem;
}
.nao-services-paid__text--emph {
  font-weight: 500;
  color: #1e293b;
  margin-top: 1.25rem;
}
.nao-services-paid__subtitle {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  margin: 1.5rem 0 0.65rem;
}
.nao-services-paid__subtitle--sm {
  margin-top: 1rem;
}
.nao-services-paid__list {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: #334155;
  font-size: 0.975rem;
  line-height: 1.65;
}
.nao-services-paid__list li {
  margin-bottom: 0.35rem;
}
.nao-services-paid__alert {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 100%);
  border-radius: 10px;
  border-left: 4px solid #fbbf24;
  box-shadow: 0 8px 24px rgba(127, 29, 29, 0.2);
}
.nao-services-paid__alert-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecaca;
  margin: 0 0 0.75rem;
}
.nao-services-paid__alert .nao-services-paid__text {
  color: rgba(255, 255, 255, 0.92);
}
.nao-services-paid__alert .nao-services-paid__text strong {
  color: #fff;
}
