/* Séance d’essai — finition de la scène « Votre première séance ».
 * Périmètre strict : introduction et trois étapes uniquement. */
body.page-id-10 .agd-trial-page > .agd-trial-steps {
  padding: 36px 28px 40px !important;
  border-radius: 26px 10px 26px 10px !important;
  border: 1px solid rgba(16, 39, 71, .16) !important;
  background: linear-gradient(135deg, #d9e9ec 0%, #b8d8de 58%, #e5d2a7 100%) !important;
  box-shadow: 0 18px 34px rgba(7, 31, 62, .13), 5px 5px 0 rgba(214, 173, 106, .16) !important;
}

body.page-id-10 .agd-trial-steps .agd-trial-section__heading {
  max-width: 760px;
  margin-bottom: 20px;
}

body.page-id-10 .agd-trial-steps .agd-trial-section__heading h2 {
  margin-bottom: 12px;
  color: #102747;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}

body.page-id-10 .agd-trial-steps-note {
  max-width: 720px;
  margin: 0 0 18px !important;
  padding: 12px 16px !important;
  border-left: 3px solid #d6ad6a;
  border-radius: 0 10px 10px 0;
  background: rgba(16, 39, 71, .12) !important;
  color: #294b64 !important;
  line-height: 1.45 !important;
}

body.page-id-10 .agd-trial-steps ol {
  align-items: stretch;
  gap: 14px;
}

body.page-id-10 .agd-trial-steps li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 21px 20px 20px !important;
  border: 1px solid rgba(16, 39, 71, .16) !important;
  border-top: 3px solid #d6ad6a !important;
  border-radius: 17px 7px 17px 7px !important;
  background: linear-gradient(145deg, #f1f7f7 0%, #c9e1e4 100%) !important;
  box-shadow: 0 11px 22px rgba(7, 31, 62, .12), 3px 3px 0 rgba(255, 255, 255, .25) !important;
  filter: drop-shadow(0 4px 7px rgba(7, 31, 62, .07));
}

body.page-id-10 .agd-trial-steps li:nth-child(2) {
  border-top-color: #78a99f !important;
  background: linear-gradient(145deg, #e1eff0 0%, #a9d0d4 100%) !important;
}

body.page-id-10 .agd-trial-steps li:nth-child(3) {
  border-top-color: #b6424b !important;
  background: linear-gradient(145deg, #123050 0%, #1c6275 100%) !important;
}

body.page-id-10 .agd-trial-steps li > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px !important;
  border: 1px solid rgba(16, 39, 71, .16);
  border-radius: 50%;
  background: #d6ad6a;
  color: #102747;
  font-size: .72rem;
  letter-spacing: .08em;
}

body.page-id-10 .agd-trial-steps li br {
  display: none;
}

body.page-id-10 .agd-trial-steps li h3 {
  margin-bottom: 8px;
  color: #102747;
  font-size: 1.22rem;
  line-height: 1.12;
}

body.page-id-10 .agd-trial-steps li p {
  margin: 0;
  color: #48657a;
  line-height: 1.45;
}

body.page-id-10 .agd-trial-steps li:nth-child(3) > span {
  background: #f2d6a0;
}

body.page-id-10 .agd-trial-steps li:nth-child(3) h3,
body.page-id-10 .agd-trial-steps li:nth-child(3) p {
  color: #fff;
}

@media (max-width: 900px) {
  body.page-id-10 .agd-trial-page > .agd-trial-steps {
    padding: 30px 18px 34px !important;
  }
}

@media (max-width: 700px) {
  body.page-id-10 .agd-trial-page > .agd-trial-steps {
    margin-bottom: 36px;
    padding: 26px 14px 28px !important;
    border-radius: 20px 8px 20px 8px !important;
    box-shadow: 0 14px 26px rgba(7, 31, 62, .11), 3px 3px 0 rgba(214, 173, 106, .14) !important;
  }

  body.page-id-10 .agd-trial-steps .agd-trial-section__heading {
    margin-bottom: 16px;
  }

  body.page-id-10 .agd-trial-steps .agd-trial-section__heading h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1;
  }

  body.page-id-10 .agd-trial-steps-note {
    margin-bottom: 14px !important;
    padding: 10px 13px !important;
    font-size: .88rem;
  }

  body.page-id-10 .agd-trial-steps ol {
    gap: 11px;
  }

  body.page-id-10 .agd-trial-steps li {
    padding: 17px 16px 16px !important;
    border-radius: 15px 7px 15px 7px !important;
  }

  body.page-id-10 .agd-trial-steps li > span {
    width: 30px;
    height: 30px;
    margin-bottom: 11px !important;
    font-size: .68rem;
  }

  body.page-id-10 .agd-trial-steps li h3 {
    font-size: 1.1rem;
  }

  body.page-id-10 .agd-trial-steps li p {
    font-size: .86rem;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-10 .agd-trial-steps,
  body.page-id-10 .agd-trial-steps::before,
  body.page-id-10 .agd-trial-steps li {
    animation: none !important;
    transition: none !important;
  }
}
