/* coaching-ecosystem-charte — section unique page Coaching */
.lws-coaching-ecosystem-charte {
  --cec-ivory: var(--lws-ivory, #f4efe8);
  --cec-soft: var(--lws-text-soft, #c7bbb3);
  --cec-prune: var(--lws-prune, #351425);
  --cec-copper: var(--lws-copper, #DBAF5C);
  --cec-border: var(--lws-border, #3b3137);
  --cec-surface: var(--lws-surface, #1c181b);
  width: 100%;
  max-width: 100%;
  padding: clamp(2.5rem, 6vh, 4rem) clamp(1.25rem, 4vw, 3rem);
  background: transparent;
  color: var(--cec-ivory);
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

.lws-coaching-ecosystem-charte *,
.lws-coaching-ecosystem-charte *::before,
.lws-coaching-ecosystem-charte *::after {
  box-sizing: border-box;
}

.lws-coaching-ecosystem-charte__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.lws-coaching-ecosystem-charte__header {
  max-width: 42rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.lws-coaching-ecosystem-charte__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cec-ivory);
  text-wrap: balance;
}

.lws-coaching-ecosystem-charte__intro,
.lws-coaching-ecosystem-charte__human-text,
.lws-coaching-ecosystem-charte__note-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cec-soft);
}

.lws-coaching-ecosystem-charte__human {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
}

.lws-coaching-ecosystem-charte__softwares-title {
  margin: 0 auto 1.25rem;
  max-width: 1180px;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--cec-ivory);
  text-wrap: balance;
}

.lws-coaching-ecosystem-charte__human-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__human-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
  .lws-coaching-ecosystem-charte__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

.lws-coaching-ecosystem-charte__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  height: 100%;
  padding: clamp(1.25rem, 2.7vw, 1.7rem);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
}

.lws-coaching-ecosystem-charte__card--accent {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.08);
}

.lws-coaching-ecosystem-charte__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.lws-coaching-ecosystem-charte__category {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-shrink: 0;
  min-height: 36px;
  padding: 0.35rem 0.7rem 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a1a;
  color: #f0f0f0;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  white-space: nowrap;
}

.lws-coaching-ecosystem-charte__details-btn:hover,
.lws-coaching-ecosystem-charte__details-btn:focus-visible {
  border-color: #DBAF5C;
  color: #DBAF5C;
  outline: none;
}

.lws-coaching-ecosystem-charte__details-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
}

.lws-coaching-ecosystem-charte__details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

html.js .lws-coaching-ecosystem-charte:not(.is-details-open) .lws-coaching-ecosystem-charte__details {
  display: none;
}

html:not(.js) .lws-coaching-ecosystem-charte__details-btn {
  display: none;
}

.lws-coaching-ecosystem-charte__card-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}

.lws-coaching-ecosystem-charte__label {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9ca3af;
}

.lws-coaching-ecosystem-charte__lead {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__text,
.lws-coaching-ecosystem-charte__list {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--cec-soft);
}

.lws-coaching-ecosystem-charte__list {
  padding-left: 1.15rem;
}

.lws-coaching-ecosystem-charte__list li + li {
  margin-top: 0.35rem;
}

.lws-coaching-ecosystem-charte__example {
  margin: 0.35rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(59, 49, 55, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

@media (min-width: 1100px) {
  .lws-coaching-ecosystem-charte__secondary {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    grid-auto-rows: 1fr;
  }
}

.lws-coaching-ecosystem-charte__note {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border-radius: 12px;
  border: 1px solid var(--cec-border);
  background: var(--cec-surface);
}

.lws-coaching-ecosystem-charte__note-title {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--cec-ivory);
}

@media (max-width: 899px) {
  .lws-coaching-ecosystem-charte__card,
  .lws-coaching-ecosystem-charte__note,
  .lws-coaching-ecosystem-charte__human {
    min-height: 0;
    height: auto;
  }
}
