/* ============================================================
   PAGES-MENTOR.CSS — Athenia Academy
   Styles propres à la page Mentor IA
   ============================================================ */

/* ==========================================================================
   MENTOR IA — Refonte stratégique 2026
   ========================================================================== */
.mentor-refresh {
  background: #f5f7f4;
  color: var(--text, #111);
}
.mentor-refresh-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.mentor-refresh .label {
  margin-bottom: 1rem;
}
.mentor-refresh .label::before {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 6px rgba(0, 168, 107, 0.10);
}
.mentor-refresh-hero {
  padding: clamp(6rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}
.mentor-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.mentor-hero-title,
.mentor-final-cta h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0 0 1.5rem;
}
.mentor-hero-lead,
.mentor-section-lead {
  color: var(--text2, #565656);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
  max-width: 720px;
}
.mentor-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}
.mentor-hero-visual {
  position: relative;
  min-height: 620px;
  border-radius: 32px;
  overflow: hidden;
  background: #101413;
  box-shadow: 0 28px 80px rgba(17, 24, 22, 0.16);
}
.mentor-hero-visual video {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}
.mentor-hero-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 1.35rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(18px);
}
.mentor-hero-panel span,
.mentor-risk-kicker,
.mentor-response-cards span,
.mentor-use-list span {
  color: var(--accent, #00A86B);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mentor-hero-panel strong {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.4rem;
}
.mentor-hero-panel p {
  color: var(--text2, #565656);
  margin: 0;
  line-height: 1.55;
}
.mentor-risk-section,
.mentor-response-section,
.mentor-training-section,
.mentor-uses-section,
.mentor-access-section,
.mentor-final-cta {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}
.mentor-risk-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}
.mentor-risk-heading h2,
.mentor-section-title {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 1.2rem;
}
.mentor-risk-heading p {
  max-width: none;
  width: 100%;
  color: var(--text2, #565656);
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
  line-height: 1.7;
}
.mentor-risk-carousel {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--border, #dedede);
  border-radius: 34px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 28px 80px rgba(17, 24, 22, 0.10);
}
.mentor-risk-track {
  position: relative;
  min-height: 590px;
}
.mentor-risk-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}
.mentor-risk-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.mentor-risk-media,
.mentor-risk-content {
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
}
.mentor-risk-media {
  background: #111;
}
.mentor-risk-video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}
.mentor-risk-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.7rem, 4vw, 3rem);
  background: #fff;
  border: 1px solid var(--border, #dedede);
}
.mentor-risk-content h3 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0.75rem 0 1rem;
}
.mentor-risk-lead {
  color: var(--text2, #565656);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.5;
  margin: 0 0 1.4rem;
}
.mentor-risk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}
.mentor-risk-tags span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--accent-dim, rgba(0,168,107,0.1));
  color: var(--accent, #00A86B);
  font-size: 0.8rem;
  font-weight: 700;
}
.mentor-risk-answer {
  margin: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent, #00A86B);
  color: var(--text2, #565656);
  line-height: 1.6;
}
.mentor-risk-answer strong {
  color: var(--text, #111);
}
.mentor-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}
.mentor-carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border, #dedede);
  background: #fff;
  cursor: pointer;
}
.mentor-carousel-dots {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--border, #dedede);
  border-radius: 999px;
  background: #fff;
}
.mentor-carousel-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 999px;
  background: #cfd6d1;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.mentor-carousel-dot.is-active {
  width: 30px;
  background: var(--accent, #00A86B);
}
.mentor-response-section,
.mentor-access-section {
  background: #fff;
}
.mentor-response-grid,
.mentor-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.mentor-response-cards,
.mentor-access-points {
  display: grid;
  gap: 1rem;
}
.mentor-response-cards article,
.mentor-training-grid article,
.mentor-use-list article,
.mentor-access-points p {
  background: #f7f9f6;
  border: 1px solid var(--border, #dedede);
  border-radius: 20px;
  padding: 1.35rem;
}
.mentor-response-cards strong,
.mentor-training-grid h3 {
  display: block;
  margin: 0.45rem 0 0.55rem;
  font-size: 1.18rem;
}
.mentor-response-cards p,
.mentor-training-grid p,
.mentor-use-list p,
.mentor-access-points p {
  color: var(--text2, #565656);
  line-height: 1.62;
  margin: 0;
}
.mentor-centered-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
.mentor-centered-head .mentor-section-lead {
  margin-left: auto;
  margin-right: auto;
}
.mentor-training-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.mentor-training-grid .ic {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.mentor-uses-section {
  background: #101413;
  color: #fff;
}
.mentor-uses-section .label,
.mentor-uses-section .mentor-section-title {
  color: #fff;
}
.mentor-uses-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1.25fr);
  gap: clamp(2rem, 5vw, 4rem);
}
.mentor-use-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mentor-use-list article {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
}
.mentor-use-list p {
  color: rgba(255,255,255,0.74);
  margin-top: 0.55rem;
}
.mentor-final-cta {
  text-align: center;
}
.mentor-final-cta p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--text2, #565656);
  font-size: 1.15rem;
  line-height: 1.65;
}
.mentor-final-cta .mentor-hero-actions {
  justify-content: center;
}


/* Mentor IA restored details */
.mentor-refresh .mentor-risk-media { position: relative; }
.mentor-refresh .mentor-video-sound-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  appearance: none;
  border: 1px solid rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.88);
  color: #111;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(16px);
}
.mentor-refresh .mentor-more-btn,
.mentor-refresh .impact-cta-btn,
.mentor-refresh .close-btn,
.mentor-refresh .back-cards-btn {
  appearance: none;
  font: inherit;
  cursor: pointer;
}
.mentor-refresh .mentor-more-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.35rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid #101413;
  border-radius: 999px;
  background: #101413;
  color: #fff;
  font-weight: 800;
}
.mentor-refresh .mentor-more-btn span { color: var(--accent, #00A86B); }
.mentor-refresh .divider {
  height: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 3.2rem auto 0;
  background: var(--border, #dedede);
}
.mentor-refresh .studies-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 3.6rem 0 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.mentor-refresh .studies-header h2,
.mentor-refresh .impact-section-head h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
}
.mentor-refresh .studies-header p,
.mentor-refresh .impact-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--text2, #565656);
  line-height: 1.6;
}
.mentor-refresh .study {
  display: none;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 1.5rem;
  animation: mentorStudyReveal 0.35s ease both;
}
.mentor-refresh .study.active { display: block; }
@keyframes mentorStudyReveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.mentor-refresh .study[data-study="1"] { --study-color: #00A86B; --study-tint: rgba(0,168,107,0.10); }
.mentor-refresh .study[data-study="2"] { --study-color: #2563EB; --study-tint: rgba(37,99,235,0.10); }
.mentor-refresh .study[data-study="3"] { --study-color: #D97706; --study-tint: rgba(217,119,6,0.12); }
.mentor-refresh .study[data-study="4"] { --study-color: #DC2626; --study-tint: rgba(220,38,38,0.10); }
.mentor-refresh .study[data-study="5"] { --study-color: #7C3AED; --study-tint: rgba(124,58,237,0.10); }
.mentor-refresh .study-inner {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border, #dedede);
  border-top: 4px solid var(--study-color, var(--accent, #00A86B));
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(17,24,22,0.10);
}
.mentor-refresh .study-head {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  background: var(--study-tint, #f7f9f6);
  border-bottom: 1px solid var(--border, #dedede);
}
.mentor-refresh .study-kicker {
  color: var(--study-color, var(--accent, #00A86B));
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
.mentor-refresh .study-head h3 {
  margin: 0 0 0.65rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.mentor-refresh .study-head p {
  max-width: 820px;
  margin: 0;
  color: var(--text2, #565656);
  line-height: 1.6;
}
.mentor-refresh .close-btn {
  flex: 0 0 auto;
  border: 1px solid var(--border, #dedede);
  border-radius: 999px;
  background: #fff;
  padding: 0.55rem 0.9rem;
  color: #111;
  font-weight: 700;
}
.mentor-refresh .study-body {
  padding: clamp(1.35rem, 3vw, 2.4rem);
  display: grid;
  gap: 1rem;
}
.mentor-refresh .study-2col,
.mentor-refresh .study-2col-equal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mentor-refresh .panel,
.mentor-refresh .panel-full {
  background: #f7f9f6;
  border: 1px solid var(--border, #dedede);
  border-radius: 20px;
  padding: clamp(1.1rem, 2vw, 1.7rem);
}
.mentor-refresh .panel h4,
.mentor-refresh .panel-full h4,
.mentor-refresh .athenia-box h4 {
  margin: 0 0 1rem;
  font-size: 1.08rem;
}
.mentor-refresh .panel p {
  color: var(--text2, #565656);
  line-height: 1.6;
}
.mentor-refresh .risk-list,
.mentor-refresh .obs-list,
.mentor-refresh .athenia-list,
.mentor-refresh .source-list {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mentor-refresh .risk-list li,
.mentor-refresh .source-list li {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--border, #dedede);
  border-radius: 14px;
  background: #fff;
  color: var(--text2, #565656);
  line-height: 1.5;
}
.mentor-refresh .obs-list li,
.mentor-refresh .athenia-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--text2, #565656);
  line-height: 1.5;
}
.mentor-refresh .obs-list li::before,
.mentor-refresh .athenia-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--study-color, var(--accent, #00A86B));
}
.mentor-refresh .metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}
.mentor-refresh .metric {
  padding: 1rem;
  border: 1px solid var(--border, #dedede);
  border-radius: 16px;
  background: #fff;
}
.mentor-refresh .metric strong {
  display: block;
  color: var(--study-color, var(--accent, #00A86B));
  font-size: 1.45rem;
}
.mentor-refresh .metric span {
  display: block;
  color: var(--text2, #565656);
  line-height: 1.4;
}
.mentor-refresh .callout {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 3px solid var(--study-color, var(--accent, #00A86B));
  border-radius: 0 14px 14px 0;
  background: var(--study-tint, #eefaf4);
  line-height: 1.55;
  font-weight: 700;
}
.mentor-refresh .athenia-box {
  padding: clamp(1.1rem, 2vw, 1.7rem);
  border-radius: 20px;
  background: #101413;
  color: #fff;
}
.mentor-refresh .athenia-box p,
.mentor-refresh .athenia-box li {
  color: rgba(255,255,255,0.78);
}
.mentor-refresh .athenia-box .back-label {
  color: var(--accent, #00A86B);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.mentor-refresh .back-to-cards-row {
  display: flex;
  justify-content: center;
}
.mentor-refresh .back-cards-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: none;
  background: transparent;
  color: var(--accent, #00A86B);
  font-weight: 800;
}
.mentor-refresh .impact-divider {
  height: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 3rem auto 0;
  background: var(--border, #dedede);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mentor-refresh .impact-divider.impact-open { opacity: 1; }
.mentor-refresh .impact-cta-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 2rem 0 0;
  display: flex;
  justify-content: center;
}
.mentor-refresh .impact-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.4rem;
  border: 1px solid #101413;
  border-radius: 999px;
  background: #101413;
  color: #fff;
  font-weight: 900;
}
.mentor-refresh .impact-cta-btn.open {
  background: #fff;
  color: #101413;
}
.mentor-refresh .impact-section {
  width: min(1180px, calc(100% - 40px));
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 auto;
  padding: 0;
  transition: max-height 0.55s ease, opacity 0.35s ease, padding 0.35s ease;
}
.mentor-refresh .impact-section.impact-open {
  max-height: 2200px;
  opacity: 1;
  padding: 3rem 0 4rem;
}
.mentor-refresh .impact-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.mentor-refresh .matrix-wrap {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.mentor-refresh .matrix-label {
  margin: 0 0 0.75rem;
  color: var(--text2, #565656);
  font-weight: 800;
}
.mentor-refresh .matrix-svg {
  width: 100%;
  min-width: 720px;
  height: auto;
}
.mentor-refresh .impact-table {
  display: grid;
  gap: 0.3rem;
}
.mentor-refresh .impact-table-header,
.mentor-refresh .impact-row {
  display: grid;
  grid-template-columns: 42px 1fr 2fr 1fr;
  gap: 1rem;
  align-items: center;
}
.mentor-refresh .impact-table-header {
  padding: 0 1rem 0.7rem;
  color: var(--text2, #565656);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mentor-refresh .impact-row {
  padding: 1rem;
  border: 1px solid var(--border, #dedede);
  border-left: 4px solid var(--accent, #00A86B);
  border-radius: 16px;
  background: #fff;
}
.mentor-refresh .impact-risk,
.mentor-refresh .impact-num { font-weight: 900; }
.mentor-refresh .impact-cost {
  color: var(--text2, #565656);
  line-height: 1.5;
}
.mentor-refresh .impact-badge {
  justify-self: end;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--accent-dim, rgba(0,168,107,0.1));
  color: var(--accent, #00A86B);
  font-weight: 800;
  white-space: nowrap;
}

.mentor-refresh .progress-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 1.35rem auto 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mentor-refresh .progress-track {
  flex: 1;
  height: 5px;
  border-radius: 999px;
  background: rgba(17,24,22,0.12);
  overflow: hidden;
}
.mentor-refresh .progress-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--accent, #00A86B);
  transition: width 0.35s ease;
}
.mentor-refresh .progress-label {
  margin: 0;
  white-space: nowrap;
  color: var(--text2, #565656);
  font-size: 0.88rem;
  font-weight: 700;
}
.mentor-refresh .progress-label span {
  color: var(--accent, #00A86B);
}

/* End Mentor IA restored details */


/* Mentor IA section 2 interaction fixes */
.mentor-refresh .studies-header,
.mentor-refresh #mentor-risques-ia > .divider {
  display: none;
}
.mentor-refresh #mentor-risques-ia.mentor-details-open > .divider {
  display: block;
}
.mentor-refresh #mentor-risques-ia.mentor-details-open > .studies-header {
  display: flex;
}
.mentor-refresh .mentor-risk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}
.mentor-refresh .mentor-risk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.mentor-refresh .mentor-risk-actions .mentor-more-btn,
.mentor-refresh .mentor-risk-actions .mentor-impact-inline-btn {
  margin-top: 0;
}
.mentor-refresh .mentor-impact-inline-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--border, #dedede);
  border-radius: 999px;
  background: #fff;
  color: #101413;
  font-weight: 900;
  cursor: pointer;
}
.mentor-refresh .mentor-impact-inline-btn.open {
  background: var(--accent-dim, rgba(0,168,107,0.1));
  color: var(--accent, #00A86B);
}
.mentor-refresh .mentor-impact-inline-btn span {
  color: var(--accent, #00A86B);
}
/* End Mentor IA section 2 interaction fixes */


/* Mentor IA hero full video and hard details hide */
.mentor-home-hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #0B0F14, #1D1D1F);
}
.mentor-home-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, #0B0F14, #1D1D1F);
}
.mentor-home-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.82) contrast(.98);
}
.mentor-home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.20) 54%, rgba(0,0,0,.48)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.68) 78%, rgba(0,0,0,.88));
}
.mentor-home-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.mentor-home-hero-content {
  width: 100%;
  padding: 150px 0 82px;
  color: #fff;
}
.mentor-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr);
  gap: 56px;
  align-items: end;
}
.mentor-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mentor-home-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00A86B;
  box-shadow: 0 0 0 6px rgba(0,168,107,.16);
}
.mentor-home-hero h1 {
  max-width: 980px;
  margin: 18px 0 26px;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .94;
}
.mentor-home-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
}
.mentor-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.mentor-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.mentor-home-btn-primary {
  background: #00A86B;
  color: #042014;
  box-shadow: 0 14px 38px rgba(0,168,107,.18);
}
.mentor-home-btn-secondary {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.30);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.mentor-home-hero-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.mentor-home-panel-label {
  margin-bottom: 14px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mentor-home-panel-list {
  display: grid;
  gap: 10px;
}
.mentor-home-panel-list span {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.74);
}
.mentor-home-panel-list strong {
  color: #fff;
}
body:not(.mentor-detail-open) .mentor-refresh .study,
body:not(.mentor-detail-open) .mentor-refresh .study.active {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}
body:not(.mentor-detail-open) .mentor-refresh .studies-header,
body:not(.mentor-detail-open) .mentor-refresh #mentor-risques-ia > .divider {
  display: none !important;
}
body.mentor-detail-open .mentor-refresh .study:not(.active) {
  display: none !important;
}
body.mentor-detail-open .mentor-refresh .study.active {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
}
body.mentor-detail-open .mentor-refresh #mentor-risques-ia > .divider {
  display: block !important;
}
body.mentor-detail-open .mentor-refresh .studies-header {
  display: flex !important;
}
/* End Mentor IA hero full video and hard details hide */


/* Mentor IA section 2 final layout */
.mentor-refresh .mentor-risk-track {
  min-height: 850px;
}
.mentor-refresh .mentor-risk-slide {
  display: block;
}
.mentor-refresh .mentor-risk-content {
  min-height: 820px;
  justify-content: flex-start;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.mentor-refresh .mentor-risk-content h3 {
  max-width: 880px;
}
.mentor-refresh .mentor-risk-lead {
  max-width: 920px;
  margin-bottom: 1.4rem;
}
.mentor-refresh .mentor-risk-media {
  width: 100%;
  min-height: 390px;
  margin: 0 0 1.45rem;
  border-radius: 28px;
}
.mentor-refresh .mentor-risk-video {
  min-height: 390px;
}
.mentor-refresh .mentor-risk-tags {
  margin-bottom: 1.2rem;
}
.mentor-refresh .mentor-risk-answer {
  max-width: 980px;
}
.mentor-refresh [hidden] {
  display: none !important;
}
/* End Mentor IA section 2 final layout */


/* Mentor IA carousel natural flow fix */
.mentor-refresh .mentor-risk-track {
  min-height: 0 !important;
}
.mentor-refresh .mentor-risk-slide {
  position: relative !important;
  inset: auto !important;
  display: none !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}
.mentor-refresh .mentor-risk-slide.is-active {
  display: block !important;
}
.mentor-refresh .mentor-risk-content {
  width: 100%;
  min-height: 0 !important;
}
.mentor-refresh .mentor-risk-content h3,
.mentor-refresh .mentor-risk-lead {
  width: 100%;
  max-width: none !important;
}
.mentor-refresh .mentor-risk-media {
  width: 100%;
}
.mentor-refresh .mentor-risk-tags,
.mentor-refresh .mentor-risk-answer,
.mentor-refresh .mentor-risk-actions {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}
.mentor-refresh .mentor-risk-tags {
  justify-content: flex-start;
}
.mentor-refresh .mentor-risk-actions {
  justify-content: flex-start;
}
.mentor-refresh .mentor-carousel-controls {
  display: flex !important;
}
.mentor-refresh .progress-wrap {
  display: flex !important;
}
/* End Mentor IA carousel natural flow fix */


/* Mentor IA remaining fixes */
.mentor-refresh .mentor-risk-media {
  height: clamp(340px, 34vw, 430px) !important;
  min-height: 0 !important;
  max-height: 430px !important;
}
.mentor-refresh .mentor-risk-video {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 430px !important;
  object-fit: cover !important;
}
.mentor-refresh .impact-close-row {
  display: flex;
  justify-content: flex-end;
  margin: -0.5rem 0 1.25rem;
}
.mentor-refresh .impact-close-btn {
  appearance: none;
  border: 1px solid var(--border, #dedede);
  border-radius: 999px;
  background: #fff;
  color: #101413;
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.mentor-refresh .impact-close-btn:hover {
  color: var(--accent, #00A86B);
  background: var(--accent-dim, rgba(0,168,107,0.1));
}
/* End Mentor IA remaining fixes */


/* Mentor IA final section polish */
.mentor-refresh .mentor-risk-media {
  height: clamp(460px, 42vw, 560px) !important;
  min-height: 460px !important;
  max-height: 560px !important;
  overflow: hidden !important;
}
.mentor-refresh .mentor-risk-video {
  width: 100% !important;
  height: 100% !important;
  min-height: 460px !important;
  max-height: 560px !important;
  object-fit: cover !important;
  display: block !important;
}
.mentor-refresh .mentor-response-section.mentor-method-section {
  background: #fff;
}
.mentor-refresh .mentor-response-head {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.mentor-refresh .mentor-response-head .mentor-section-title,
.mentor-refresh .mentor-response-head .mentor-section-lead {
  width: 100%;
  max-width: none;
}
.mentor-refresh .mentor-response-head .mentor-section-lead {
  margin-top: 1.15rem;
}
.mentor-refresh .mentor-method-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
}
.mentor-refresh .mentor-method-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(16, 20, 19, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(16, 20, 19, 0.06);
}
.mentor-refresh .mentor-method-card-primary {
  border: 2px solid var(--accent, #00A86B);
  background: rgba(0, 168, 107, 0.08);
}
.mentor-refresh .mentor-method-percent {
  color: var(--accent, #00A86B);
  font-size: clamp(3.2rem, 6vw, 5.25rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
}
.mentor-refresh .mentor-method-card h3 {
  margin: 1rem 0 1.75rem;
  color: #050908;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
.mentor-refresh .mentor-method-visual {
  width: min(100%, 420px);
  height: clamp(300px, 34vw, 470px);
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 19, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}
.mentor-refresh .mentor-method-visual-team {
  height: clamp(250px, 28vw, 340px);
  align-items: center;
}
.mentor-refresh .mentor-method-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mentor-refresh .mentor-method-visual-team img {
  object-fit: cover;
}
.mentor-refresh .mentor-method-card p {
  width: 100%;
  color: var(--muted, #5f666d);
  font-size: 1.02rem;
  line-height: 1.75;
}
.mentor-refresh .mentor-method-card ul {
  width: 100%;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
.mentor-refresh .mentor-method-card li {
  position: relative;
  padding-left: 1.55rem;
  color: #101413;
  font-size: 0.98rem;
  line-height: 1.45;
}
.mentor-refresh .mentor-method-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent, #00A86B);
  font-weight: 900;
}
.mentor-refresh .mentor-method-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.7rem;
  border: 1px solid rgba(16, 20, 19, 0.16);
  border-radius: 999px;
  color: #050908;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  text-decoration: none;
}
.mentor-refresh .mentor-method-link:hover {
  border-color: var(--accent, #00A86B);
  color: var(--accent, #00A86B);
}
.mentor-refresh .mentor-method-pill {
  margin: 0.25rem 0 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(16, 20, 19, 0.12);
  border-radius: 999px;
  background: rgba(16, 20, 19, 0.04);
  color: #6b6f76 !important;
  font-size: 0.9rem !important;
  font-style: italic;
  text-align: center;
}
.mentor-refresh .mentor-school-logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.mentor-refresh .mentor-school-logos img {
  width: min(128px, 30%);
  height: 58px;
  object-fit: contain;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(16, 20, 19, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
}
.mentor-refresh .mentor-uses-grid {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  column-gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}
.mentor-refresh .mentor-uses-section .mentor-section-title {
  max-width: 520px;
  font-size: clamp(3rem, 5.8vw, 5.9rem);
  line-height: 0.98;
  overflow-wrap: normal;
}
.mentor-refresh .mentor-use-list {
  min-width: 0;
}
@media (max-width: 1180px) {
  .mentor-refresh .mentor-method-two {
    grid-template-columns: 1fr;
  }
  .mentor-refresh .mentor-uses-grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .mentor-refresh .mentor-uses-section .mentor-section-title {
    max-width: 980px;
    font-size: clamp(3rem, 8vw, 5rem);
  }
}
@media (max-width: 980px) {
  .mentor-refresh .mentor-risk-media,
  .mentor-refresh .mentor-risk-video {
    height: clamp(330px, 56vw, 440px) !important;
    min-height: 330px !important;
    max-height: 440px !important;
  }
}
@media (max-width: 640px) {
  .mentor-refresh .mentor-risk-media,
  .mentor-refresh .mentor-risk-video {
    height: 290px !important;
    min-height: 290px !important;
    max-height: 290px !important;
  }
  .mentor-refresh .mentor-method-card {
    padding: 1.5rem;
    border-radius: 20px;
  }
  .mentor-refresh .mentor-method-visual,
  .mentor-refresh .mentor-method-visual-team {
    height: 280px;
  }
  .mentor-refresh .mentor-school-logos img {
    width: min(138px, 46%);
  }
}
/* End Mentor IA final section polish */


/* Mentor IA cleanup and commercial vertical */
.mentor-refresh .mentor-risk-heading,
.mentor-refresh .mentor-response-head,
.mentor-refresh .mentor-commercial-head {
  text-align: center;
}
.mentor-refresh .mentor-risk-heading .label,
.mentor-refresh .mentor-response-head .label,
.mentor-refresh .mentor-commercial-head .label {
  justify-content: center;
}
.mentor-refresh .mentor-method-two {
  align-items: stretch;
}
.mentor-refresh .mentor-method-card {
  height: 100%;
}
.mentor-refresh .mentor-method-card p:first-of-type {
  min-height: 5.25rem;
}
.mentor-refresh .mentor-method-visual,
.mentor-refresh .mentor-method-visual-team,
.mentor-refresh .mentor-method-visual-coach {
  width: min(100%, 420px) !important;
  height: clamp(250px, 28vw, 340px) !important;
  align-items: center !important;
}
.mentor-refresh .mentor-method-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mentor-refresh .mentor-method-visual-coach img {
  object-fit: cover;
}
.mentor-refresh .mentor-commercial-section {
  background: #0d1411;
  color: #fff;
  overflow: hidden;
}
.mentor-refresh .mentor-commercial-head {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
}
.mentor-refresh .mentor-commercial-head .mentor-section-title {
  color: #fff;
}
.mentor-refresh .mentor-commercial-head .mentor-section-lead {
  color: rgba(255,255,255,0.72);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.mentor-refresh .mentor-commercial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: stretch;
}
.mentor-refresh .mentor-commercial-proof,
.mentor-refresh .mentor-commercial-work {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 34px 80px rgba(0,0,0,0.22);
}
.mentor-refresh .mentor-commercial-proof {
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
}
.mentor-refresh .mentor-commercial-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(0,168,107,0.35);
  border-radius: 999px;
  background: rgba(0,168,107,0.14);
  color: #27d79a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mentor-refresh .mentor-commercial-proof strong {
  color: #00A86B;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}
.mentor-refresh .mentor-commercial-proof p {
  margin: 1.25rem 0 1.5rem;
  color: rgba(255,255,255,0.8);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.6;
}
.mentor-refresh .mentor-commercial-answer {
  margin-top: auto;
  padding: 1rem 1.1rem;
  border-left: 3px solid #00A86B;
  border-radius: 0 14px 14px 0;
  background: rgba(0,168,107,0.12);
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
}
.mentor-refresh .mentor-commercial-work {
  padding: clamp(1.4rem, 3vw, 2rem);
}
.mentor-refresh .mentor-commercial-work h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  line-height: 1.05;
}
.mentor-refresh .mentor-commercial-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mentor-refresh .mentor-commercial-items article {
  min-width: 0;
  min-height: 170px;
  padding: clamp(1.2rem, 2vw, 1.5rem);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 20px;
  background: rgba(255,255,255,0.07);
}
.mentor-refresh .mentor-commercial-items article:last-child {
  grid-column: 1 / -1;
  min-height: 138px;
}
.mentor-refresh .mentor-commercial-items span {
  display: block;
  margin-bottom: 0.75rem;
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.mentor-refresh .mentor-commercial-items strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
}
.mentor-refresh .mentor-commercial-items p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.55;
}
.mentor-refresh .mentor-commercial-close {
  max-width: 900px;
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  color: rgba(255,255,255,0.86);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 980px) {
  .mentor-refresh .mentor-commercial-grid,
  .mentor-refresh .mentor-commercial-items {
    grid-template-columns: 1fr;
  }
  .mentor-refresh .mentor-commercial-items article:last-child {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .mentor-refresh .mentor-method-card p:first-of-type {
    min-height: 0;
  }
  .mentor-refresh .mentor-method-visual,
  .mentor-refresh .mentor-method-visual-team,
  .mentor-refresh .mentor-method-visual-coach {
    height: 260px !important;
  }
}
/* End Mentor IA cleanup and commercial vertical */











/* ============================================================
   Mentor IA — IA appliquée aux métiers / rolling cards
============================================================ */
.mentor-refresh .mentor-modes-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #F5F5F7;
  color: #1D1D1F;
}
.mentor-refresh .mentor-modes-head {
  width: min(100% - 48px, 1440px);
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}
.mentor-refresh .mentor-modes-title {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: #1D1D1F;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 3.65vw, 4.25rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.mentor-refresh .mentor-modes-lead {
  max-width: 1040px;
  margin: 1.35rem auto 0;
  color: #6E6E73;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
  line-height: 1.7;
}
.mentor-refresh .mentor-modes-source {
  max-width: 920px;
  margin: 1rem auto 0;
  color: #86868B;
  font-size: 0.96rem;
  line-height: 1.55;
}
.mentor-refresh .mentor-modes-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.75rem 0 1.25rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.mentor-refresh .mentor-modes-track {
  display: flex;
  width: max-content;
  gap: clamp(1rem, 2vw, 1.5rem);
  will-change: transform;
  animation: mentorModesScrollRtl 72s linear infinite;
}
.mentor-refresh .mentor-modes-section.is-paused .mentor-modes-track {
  animation-play-state: paused;
}
@keyframes mentorModesScrollRtl {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.mentor-refresh .mentor-modes-card {
  appearance: none;
  flex: 0 0 clamp(500px, 41vw, 600px);
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(29, 29, 31, 0.10);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(29, 29, 31, 0.12);
  cursor: pointer;
  transform: translateZ(0);
}
.mentor-refresh .mentor-modes-card:focus-visible {
  outline: 3px solid rgba(0, 168, 107, 0.42);
  outline-offset: 5px;
}
.mentor-refresh .mentor-modes-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #fff;
  transform: scale(1.001);
  transition: transform 0.45s ease;
}
.mentor-refresh .mentor-modes-card:hover img {
  transform: scale(1.025);
}
.mentor-modes-modal-open {
  overflow: hidden;
}
.mentor-refresh .mentor-modes-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(15, 17, 18, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.mentor-refresh .mentor-modes-lightbox[hidden] {
  display: none;
}
.mentor-refresh .mentor-modes-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mentor-refresh .mentor-modes-lightbox-panel {
  width: min(1180px, 90vw);
  max-height: 84vh;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.38);
  transform: scale(0.965);
  transition: transform 0.24s ease;
}
.mentor-refresh .mentor-modes-lightbox.is-open .mentor-modes-lightbox-panel {
  transform: scale(1);
}
.mentor-refresh .mentor-modes-lightbox-img {
  width: 100%;
  max-height: 84vh;
  display: block;
  object-fit: contain;
  background: #fff;
}
.mentor-refresh .mentor-modes-close {
  position: fixed;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  z-index: 10001;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1D1D1F;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.mentor-refresh .mentor-modes-close:hover,
.mentor-refresh .mentor-modes-close:focus-visible {
  color: #00A86B;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .mentor-refresh .mentor-modes-track {
    animation: none;
    transform: none;
  }
  .mentor-refresh .mentor-modes-card img,
  .mentor-refresh .mentor-modes-lightbox,
  .mentor-refresh .mentor-modes-lightbox-panel {
    transition: none;
  }
}
/* End Mentor IA — IA appliquée aux métiers / rolling cards */


/* Mentor IA modes section visible label */
.mentor-refresh .mentor-modes-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 1.1rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(0, 168, 107, 0.18);
  border-radius: 999px;
  background: rgba(0, 168, 107, 0.08);
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
/* End Mentor IA modes section visible label */


/* Mentor IA modes subtitle line breaks and accessibility section */
.mentor-refresh .mentor-modes-lead span {
  display: block;
}
.mentor-refresh .mentor-modes-lead-gap {
  margin-top: 1.15rem;
}
.mentor-refresh .mentor-accessibility-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #F5F5F7;
  color: #1D1D1F;
}
.mentor-refresh .mentor-accessibility-header {
  width: min(100% - 48px, 980px);
  margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
}
.mentor-refresh .mentor-accessibility-eyebrow {
  display: inline-flex;
  margin: 0 auto 1.1rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(0, 168, 107, 0.18);
  border-radius: 999px;
  background: rgba(0, 168, 107, 0.08);
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
.mentor-refresh .mentor-accessibility-title {
  margin: 0;
  color: #1D1D1F;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.7rem, 5.1vw, 5rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
}
.mentor-refresh .mentor-accessibility-lead {
  max-width: 820px;
  margin: 1.2rem auto 0;
  color: #6E6E73;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}
.mentor-refresh .mentor-accessibility-mockup {
  width: min(100% - 48px, 880px);
  margin: 0 auto;
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 34px 90px rgba(29, 29, 31, 0.10);
  overflow: hidden;
  backdrop-filter: blur(18px);
}
.mentor-refresh .mentor-accessibility-mockup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem clamp(1.2rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(210, 210, 215, 0.64);
  color: #86868B;
  font-size: 0.9rem;
  font-weight: 800;
}
.mentor-refresh .mentor-accessibility-mockup-top strong {
  color: #1D1D1F;
  font-size: 1rem;
}
.mentor-refresh .mentor-accessibility-mockup-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}
.mentor-refresh .mentor-accessibility-diagnostic {
  min-height: 132px;
  padding: 1.25rem;
  border: 1px solid rgba(210, 210, 215, 0.68);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}
.mentor-refresh .mentor-accessibility-diagnostic span,
.mentor-refresh .mentor-accessibility-progress span {
  display: block;
  margin-bottom: 0.55rem;
  color: #86868B;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mentor-refresh .mentor-accessibility-diagnostic strong {
  color: #1D1D1F;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.28;
}
.mentor-refresh .mentor-accessibility-progress {
  padding: 0 clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem);
}
.mentor-refresh .mentor-accessibility-progress > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.mentor-refresh .mentor-accessibility-progress strong {
  color: #00A86B;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}
.mentor-refresh .mentor-accessibility-progressbar {
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.08);
  overflow: hidden;
}
.mentor-refresh .mentor-accessibility-progressbar span {
  display: block;
  width: 24%;
  height: 100%;
  border-radius: inherit;
  background: #00A86B;
}
.mentor-refresh .mentor-accessibility-cards {
  width: min(100% - 48px, 1180px);
  margin: clamp(1.4rem, 3vw, 2.2rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.mentor-refresh .mentor-accessibility-cards article {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(29, 29, 31, 0.06);
}
.mentor-refresh .mentor-accessibility-cards span {
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.mentor-refresh .mentor-accessibility-cards h3 {
  margin: 0.85rem 0 0.6rem;
  color: #1D1D1F;
  font-size: 1.18rem;
  line-height: 1.2;
}
.mentor-refresh .mentor-accessibility-cards p {
  margin: 0;
  color: #6E6E73;
  line-height: 1.55;
}
/* End Mentor IA modes subtitle line breaks and accessibility section */


/* Mentor IA — Accessibilité IA product theatre */
.mentor-refresh .ai-access-section {
  position: relative;
  overflow: hidden;
  padding: clamp(7rem, 10vw, 9.5rem) 0;
  background:
    linear-gradient(180deg, #fff 0%, #F5F5F7 68%, #fff 100%);
  color: #1D1D1F;
}
.mentor-refresh .ai-access-container {
  position: relative;
}
.mentor-refresh .ai-access-header {
  width: min(100% - 48px, 980px);
  margin: 0 auto clamp(2.8rem, 5vw, 4.4rem);
  text-align: center;
}
.mentor-refresh .ai-access-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.15rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(0, 168, 107, 0.18);
  border-radius: 999px;
  background: rgba(0, 168, 107, 0.08);
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
.mentor-refresh .ai-access-title {
  margin: 0;
  color: #1D1D1F;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}
.mentor-refresh .ai-access-lead {
  max-width: 790px;
  margin: 1.25rem auto 0;
  color: #6E6E73;
  font-size: clamp(1.06rem, 1.55vw, 1.25rem);
  line-height: 1.7;
}
.mentor-refresh .ai-access-product {
  position: relative;
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}
.mentor-refresh .ai-access-product::before {
  content: "";
  position: absolute;
  inset: 10% 6% auto;
  height: 68%;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(245,245,247,0.20));
  border: 1px solid rgba(210, 210, 215, 0.44);
  pointer-events: none;
}
.mentor-refresh .ai-access-mockup {
  position: relative;
  z-index: 2;
  width: min(100%, 940px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.76);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 44px 110px rgba(29, 29, 31, 0.14);
  backdrop-filter: blur(18px);
}
.mentor-refresh .ai-access-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.2rem, 2.2vw, 1.8rem) clamp(1.4rem, 3vw, 2.25rem);
  border-bottom: 1px solid rgba(210, 210, 215, 0.68);
}
.mentor-refresh .ai-access-mockup-header span,
.mentor-refresh .ai-access-status span,
.mentor-refresh .ai-access-field span,
.mentor-refresh .ai-access-progress span,
.mentor-refresh .ai-access-next span {
  display: block;
  color: #86868B;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mentor-refresh .ai-access-mockup-header strong {
  display: block;
  margin-top: 0.35rem;
  color: #1D1D1F;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
}
.mentor-refresh .ai-access-badge {
  display: inline-flex !important;
  width: fit-content;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(0, 168, 107, 0.22);
  border-radius: 999px;
  background: rgba(0, 168, 107, 0.08);
  color: #00A86B !important;
  white-space: nowrap;
}
.mentor-refresh .ai-access-mockup-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}
.mentor-refresh .ai-access-status,
.mentor-refresh .ai-access-field,
.mentor-refresh .ai-access-feedback,
.mentor-refresh .ai-access-next {
  min-width: 0;
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(29, 29, 31, 0.05);
}
.mentor-refresh .ai-access-status {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
  background:
    linear-gradient(180deg, rgba(0,168,107,0.08), rgba(255,255,255,0.92));
}
.mentor-refresh .ai-access-status strong {
  margin-top: 0.65rem;
  color: #1D1D1F;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}
.mentor-refresh .ai-access-field {
  padding: clamp(1.15rem, 2.2vw, 1.45rem);
}
.mentor-refresh .ai-access-field strong,
.mentor-refresh .ai-access-next strong {
  display: block;
  margin-top: 0.55rem;
  color: #1D1D1F;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.28;
}
.mentor-refresh .ai-access-feedback {
  grid-column: 1 / -1;
}
.mentor-refresh .ai-access-feedback p {
  margin: 0.7rem 0 0;
  color: #1D1D1F;
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
  line-height: 1.55;
}
.mentor-refresh .ai-access-mockup-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  padding: 0 clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem);
}
.mentor-refresh .ai-access-progress {
  min-width: 0;
}
.mentor-refresh .ai-access-progress > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.mentor-refresh .ai-access-progress strong {
  color: #00A86B;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  line-height: 1;
}
.mentor-refresh .ai-access-progressbar {
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.08);
  overflow: hidden;
}
.mentor-refresh .ai-access-progressbar span {
  display: block;
  width: 24%;
  height: 100%;
  border-radius: inherit;
  background: #00A86B;
}
.mentor-refresh .ai-access-next {
  padding: 1.15rem;
}
.mentor-refresh .ai-access-panel {
  position: absolute;
  z-index: 3;
  width: min(250px, 24vw);
  padding: 1rem 1.05rem;
  border: 1px solid rgba(210, 210, 215, 0.72);
  border-radius: 20px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 22px 58px rgba(29, 29, 31, 0.12);
  backdrop-filter: blur(14px);
}
.mentor-refresh .ai-access-panel span {
  display: block;
  margin-bottom: 0.45rem;
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mentor-refresh .ai-access-panel p {
  margin: 0;
  color: #6E6E73;
  font-size: 0.92rem;
  line-height: 1.45;
}
.mentor-refresh .ai-access-panel-left {
  left: 0;
  top: 22%;
}
.mentor-refresh .ai-access-panel-right {
  right: 0;
  top: 30%;
}
.mentor-refresh .ai-access-panel-bottom {
  left: 9%;
  bottom: 3%;
}
.mentor-refresh .ai-access-timeline {
  position: relative;
  width: min(100% - 48px, 1120px);
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}
.mentor-refresh .ai-access-timeline::before {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 1.05rem;
  height: 1px;
  background: linear-gradient(90deg, #00A86B, rgba(210,210,215,0.8));
}
.mentor-refresh .ai-access-step {
  position: relative;
  min-width: 0;
  padding-top: 2.6rem;
}
.mentor-refresh .ai-access-step span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(0,168,107,0.22);
  border-radius: 999px;
  background: #fff;
  color: #00A86B;
  font-size: 0.78rem;
  font-weight: 950;
}
.mentor-refresh .ai-access-step h3 {
  margin: 0 0 0.55rem;
  color: #1D1D1F;
  font-size: 1.12rem;
}
.mentor-refresh .ai-access-step p {
  margin: 0;
  color: #6E6E73;
  line-height: 1.55;
}
/* End Mentor IA — Accessibilité IA product theatre */


/* Mentor IA — Accessibilité IA calm correction */
.mentor-refresh .ai-access-section {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: #F5F5F7;
}
.mentor-refresh .ai-access-header {
  width: min(100% - 48px, 980px);
  margin: 0 auto clamp(2.4rem, 4vw, 3.25rem);
}
.mentor-refresh .ai-access-title {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.95;
  text-align: center;
  white-space: normal;
}
.mentor-refresh .ai-access-lead {
  max-width: 780px;
}
.mentor-refresh .ai-access-product-calm {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: 0;
}
.mentor-refresh .ai-access-product-calm::before,
.mentor-refresh .ai-access-panel {
  display: none !important;
}
.mentor-refresh .ai-access-product-calm .ai-access-mockup {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(29, 29, 31, 0.10);
}
.mentor-refresh .ai-access-product-calm .ai-access-mockup-header {
  padding: clamp(1rem, 2vw, 1.45rem) clamp(1.2rem, 3vw, 2rem);
}
.mentor-refresh .ai-access-product-calm .ai-access-mockup-header strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}
.mentor-refresh .ai-access-mockup-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  padding: clamp(1.1rem, 2.6vw, 1.8rem);
}
.mentor-refresh .ai-access-column {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.mentor-refresh .ai-access-product-calm .ai-access-field {
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 20px;
  box-shadow: none;
}
.mentor-refresh .ai-access-column-main .ai-access-feedback {
  min-height: 170px;
}
.mentor-refresh .ai-access-product-calm .ai-access-field strong {
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
}
.mentor-refresh .ai-access-product-calm .ai-access-feedback p {
  font-size: clamp(1rem, 1.45vw, 1.15rem);
}
.mentor-refresh .ai-access-progress-calm {
  padding: 0 clamp(1.1rem, 2.6vw, 1.8rem) clamp(1.1rem, 2.6vw, 1.8rem);
}
.mentor-refresh .ai-access-progress-calm > div:first-child {
  align-items: center;
  margin-bottom: 0.65rem;
}
.mentor-refresh .ai-access-progress-calm strong {
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}
.mentor-refresh .ai-access-product-calm .ai-access-progressbar {
  height: 7px;
}
.mentor-refresh .ai-access-timeline {
  width: min(100% - 48px, 980px);
  margin-top: clamp(2.4rem, 4vw, 3.4rem);
  gap: clamp(0.8rem, 1.5vw, 1.15rem);
}
.mentor-refresh .ai-access-step {
  padding-top: 2.35rem;
}
.mentor-refresh .ai-access-step h3 {
  font-size: 1.04rem;
}
.mentor-refresh .ai-access-step p {
  font-size: 0.95rem;
}
/* End Mentor IA — Accessibilité IA calm correction */


/* Mentor IA — Accessibilité IA simple reassurance */
.mentor-refresh .ai-access-simple-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: #05070A;
  color: #FFFFFF;
}
.mentor-refresh .ai-access-simple-section .ai-access-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #05070A;
}
.mentor-refresh .ai-access-simple-section .ai-access-media canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.mentor-refresh .ai-access-simple-section .ai-access-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(5, 7, 10, 0.35), transparent 42%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.35) 0%, rgba(5, 7, 10, 0.72) 78%, rgba(5, 7, 10, 0.92) 100%);
}
.mentor-refresh .ai-access-simple-section .ai-access-container {
  position: relative;
  z-index: 2;
}
.mentor-refresh .ai-access-simple-section .ai-access-header {
  width: min(100% - 48px, 920px);
  margin: 0 auto clamp(2.2rem, 4vw, 3.2rem);
  text-align: center;
}
.mentor-refresh .ai-access-simple-section .ai-access-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.05rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(0, 214, 136, 0.35);
  border-radius: 999px;
  background: rgba(0, 214, 136, 0.14);
  color: #4CE8B0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
.mentor-refresh .ai-access-simple-section .ai-access-title {
  max-width: 920px;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.65rem, 5vw, 4.7rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.mentor-refresh .ai-access-simple-section .ai-access-lead {
  max-width: 760px;
  margin: 1.1rem auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.68;
}
.mentor-refresh .ai-access-card-grid {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}
.mentor-refresh .ai-access-card {
  min-width: 0;
  min-height: 360px;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.mentor-refresh .ai-access-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 107, 0.22);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.5);
}
/* Le système "liquid glass" (assets/css/liquid-glass.css) rend translucide
   toute classe finissant par "-card" avec !important : ici on veut des
   cartes pleines et opaques pour un contraste net sur le fond animé sombre. */
#mentor-accessible .ai-access-card {
  background: #FFFFFF !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
}
#mentor-accessible .ai-access-card:hover {
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 168, 107, 0.22) !important;
}
.mentor-refresh .ai-access-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(0, 168, 107, 0.16);
  border-radius: 16px;
  background: rgba(0, 168, 107, 0.08);
  color: #00A86B;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.mentor-refresh .ai-access-card h3 {
  margin: 0 0 0.85rem;
  color: #1D1D1F;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}
.mentor-refresh .ai-access-card p {
  margin: 0;
  color: #6E6E73;
  font-size: 1rem;
  line-height: 1.62;
}
.mentor-refresh .ai-access-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}
.mentor-refresh .ai-access-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(0, 168, 107, 0.14);
  border-radius: 999px;
  background: rgba(0, 168, 107, 0.07);
  color: #137a55;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}
.mentor-refresh .ai-access-proof-band {
  width: min(100% - 48px, 1060px);
  margin: clamp(1.35rem, 3vw, 2.2rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(0, 168, 107, 0.2);
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.4);
}
.mentor-refresh .ai-access-proof-band span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 1rem;
  color: #1D1D1F;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
.mentor-refresh .ai-access-proof-band span + span {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
/* End Mentor IA — Accessibilité IA simple reassurance */

/* ============================================================
   MENTOR IA — FAQ (même modèle visuel que la Home)
   ============================================================ */
#mentor-faq .home-section-head--single-line {
  max-width: 1180px;
}

@media (min-width: 1080px) {
  #mentor-faq .home-section-head--single-line h2 {
    white-space: nowrap;
  }
}

#mentor-faq .mentor-home-faq-list {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

#mentor-faq .home-faq-item {
  position: relative;
}

#mentor-faq .home-faq-question {
  min-height: 66px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .46) 52%, rgba(255, 255, 255, .28)),
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .9), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(0, 168, 107, .12), transparent 34%);
  box-shadow:
    0 22px 58px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  color: var(--text, #1D1D1F);
  cursor: pointer;
  list-style: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#mentor-faq .home-faq-question::-webkit-details-marker {
  display: none;
}

#mentor-faq .home-faq-question:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 107, .28);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, .11),
    inset 0 1px 0 rgba(255, 255, 255, .94);
}

#mentor-faq .home-faq-question span {
  min-width: 0;
  overflow: hidden;
  color: var(--text, #1D1D1F);
  font-size: clamp(12px, 1.55vw, 17px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mentor-faq .home-faq-question i {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid var(--accent, #00A86B);
  border-bottom: 2px solid var(--accent, #00A86B);
  transform: rotate(45deg);
  transition: transform .25s ease;
}

#mentor-faq .home-faq-item[open] .home-faq-question i {
  transform: translateY(4px) rotate(-135deg);
}

#mentor-faq .home-faq-answer {
  margin: 10px 16px 0;
  padding: 20px 24px 22px;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  color: var(--text2, #6E6E73);
  font-size: 15.5px;
  line-height: 1.58;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

@media (max-width: 640px) {
  #mentor-faq .home-faq-question {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
  }

  #mentor-faq .home-faq-answer {
    margin-right: 8px;
    margin-left: 8px;
    padding: 18px;
  }
}

