/* Offres page — 1 écran + multi-écrans matrix */

.offres-pricing-page .pricing-section-single {
  padding-bottom: 2rem;
}

.offres-multi-section {
  padding-top: 0;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, transparent 0%, rgba(99, 102, 241, 0.04) 40%, transparent 100%);
}

.offres-multi-block {
  margin-bottom: 2.5rem;
}

.offres-multi-block:last-child {
  margin-bottom: 0;
}

.offres-multi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.offres-multi-head h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--uk-blue);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.offres-multi-head h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--uk-blue), var(--uk-blue-mid));
  border-radius: 8px;
}

.offres-multi-head p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.offres-multi-grid .price-card {
  padding: 1.35rem 1.15rem 1.25rem;
}

.offres-multi-grid .price-showcase {
  margin: 0.75rem 0 0.5rem;
  padding: 0.85rem 0.5rem;
}

.offres-multi-grid .price-number {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
}

.offres-multi-grid .price-hero-main .price-number {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
}

.offres-multi-grid .price-tagline {
  font-size: 0.82rem;
}

.offres-multi-grid .price-features {
  margin: 0.85rem 0;
}

.offres-multi-grid .price-features li {
  font-size: 0.82rem;
  padding: 0.35rem 0;
}

.offres-multi-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.5rem;
}

.offres-multi-block--featured {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(99, 102, 241, 0.12);
  box-shadow: 0 8px 32px rgba(1, 33, 105, 0.06);
}

.offres-section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0 2rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offres-section-divider::before,
.offres-section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(1, 33, 105, 0.15), transparent);
}

@media (max-width: 640px) {
  .offres-multi-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
