.page-temoignages {
  background:
    radial-gradient(
      1200px 420px at 10% 0%,
      rgba(124, 58, 237, 0.12),
      transparent 55%
    ),
    radial-gradient(
      900px 360px at 90% 10%,
      rgba(29, 58, 157, 0.12),
      transparent 55%
    );
}
.page-temoignages .intro-titre {
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: #1d3a9d;
  letter-spacing: -0.03em;
}
.page-temoignages .tem-main {
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

.page-temoignages .tem-container {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

.page-temoignages .tem-lead {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #334155;
  margin: 0 0 0.25rem;
}

.page-temoignages .tem-section {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.page-temoignages .tem-section-header {
  text-align: center;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.page-temoignages .tem-section-title {
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #1d3a9d;
  margin: 0;
}

.page-temoignages .tem-section-title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 0.75rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #7c3aed, #9333ea);
}

.page-temoignages .tem-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.25rem, 3.5vw, 2.75rem);
  align-items: start;
}

.page-temoignages .tem-split--reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.page-temoignages .tem-content {
  min-width: 0;
}

.page-temoignages .tem-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-temoignages .tem-card {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(30, 64, 175, 0.12);
  box-shadow:
    0 8px 28px rgba(15, 23, 42, 0.06),
    0 18px 44px rgba(33, 53, 154, 0.08);
  position: relative;
}

.page-temoignages .tem-card::before {
  content: "“";
  position: absolute;
  right: 1rem;
  top: 0.25rem;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  color: rgba(124, 58, 237, 0.16);
  pointer-events: none;
}

.page-temoignages .tem-card-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c3aed;
}

.page-temoignages .tem-card-body {
  min-width: 0;
}

.page-temoignages .tem-quote {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #000408;
  white-space: pre-line;
  font-style: italic;
  font-weight: 500;
}

.page-temoignages .tem-visual {
  margin: 0;
}

.page-temoignages .tem-photo-wrap {
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.page-temoignages .tem-photo {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(420px, 55vh);
  object-fit: cover;
}

.page-temoignages .tem-cta {
  margin-top: clamp(2.25rem, 5vw, 3.75rem);
}

.page-temoignages .tem-cta-inner {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(145deg, #cca0ff 0%, #dab9ff 55%, #efdbff 100%);
  border-radius: 2rem;
  box-shadow: 0 18px 48px rgba(109, 40, 217, 0.2);
  text-align: center;
}

.page-temoignages .tem-cta-title {
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  color: #2b0053;
  margin: 0 0 0.6rem;
  line-height: 1.25;
  text-align: center;
}

.page-temoignages .tem-cta-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a3289;
  margin: 0 0 1.25rem;
  text-align: center;
}

.page-temoignages .tem-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  background: #21359a;
  color: #fff !important;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(33, 53, 154, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.page-temoignages .tem-cta-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  background: #9f9f9f;
  color: #0b0a0a !important;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(33, 53, 154, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.page-temoignages .tem-cta-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.page-temoignages .tem-cta-btn-1:hover {
  transform: translateY(-2px);
  color: #470505 !important;
}

@media (max-width: 991px) {
  .page-temoignages .tem-split,
  .page-temoignages .tem-split--reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-temoignages .tem-cta-inner {
    text-align: center;
  }

  .page-temoignages .tem-cta-btn {
    width: 100%;
    max-width: 20rem;
  }
}
