/* Landing Qualiopi / harcèlement — composants isolés */
.lp-harcelement main { overflow: hidden; }

.lp-harcelement :is(a, button):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.lp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}
.lp-hero-art { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.lp-hero-art svg { width: 100%; height: 100%; }
.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .9fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  padding-top: clamp(4.4rem, 8vh, 6.5rem);
  padding-bottom: clamp(4.4rem, 8vh, 6.5rem);
}
.lp-eyebrow,
.lp-card-kicker,
.lp-axis-number {
  font-family: var(--mono);
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}
.lp-eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.6rem; }
.lp-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.lp-hero h1 {
  max-width: 760px;
  margin-bottom: 1.4rem;
  color: var(--white);
  font-size: clamp(2.15rem, 4.2vw, 3.75rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.lp-hero-lead { max-width: 700px; color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.7; }
.lp-hero-audience { max-width: 720px; margin-top: 1rem; color: rgba(255,255,255,.96); line-height: 1.65; }
.lp-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.lp-actions .btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; text-align: center; line-height: 1.35; }
.lp-btn-primary { border-color: var(--gold); background: var(--gold); color: var(--deep); }
.lp-btn-primary:hover { border-color: var(--white); background: var(--white); color: var(--deep); }
.lp-btn-secondary-on-dark { border-color: rgba(255,255,255,.35); background: rgba(10,15,20,.15); color: var(--white); }
.lp-btn-secondary-on-dark:hover { border-color: var(--gold); color: var(--gold); }
.lp-btn-secondary { border-color: rgba(11,31,42,.35); background: transparent; color: var(--night); }
.lp-btn-secondary:hover { border-color: var(--night); background: var(--night); color: var(--white); }

.lp-reg-card { position: relative; padding: clamp(2rem, 4vw, 3rem); border: 1px solid var(--b-gold); }
.lp-reg-card::before,
.lp-axis-card::before,
.lp-contact-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72px;
  height: 2px;
  background: var(--gold);
}
.lp-reg-card-dark { background: rgba(10,15,20,.78); backdrop-filter: blur(10px); }
.lp-reg-card h2 { margin: 1.15rem 0 1rem; color: var(--white); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.35; }
.lp-reg-card p:not(.lp-card-kicker) { color: rgba(255,255,255,.72); font-size: .94rem; }
.lp-reg-card strong { color: var(--white); }
.lp-source-link { display: inline-block; margin-top: 1.5rem; color: var(--gold); font-family: var(--mono); font-size: .72rem; line-height: 1.55; text-underline-offset: 4px; }
.lp-source-link:hover { color: var(--white); }

.lp-section { padding: clamp(6rem, 9vw, 8rem) 0; }
.lp-two-cols { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.lp-section-copy .h2,
.lp-section-head .h2 { margin: .8rem 0 2rem; }
.lp-section-copy > p,
.lp-section-head > p { color: #374151; font-size: 1rem; line-height: 1.78; }
.lp-section-copy > p + p,
.lp-section-head > p + p { margin-top: .9rem; }
.lp-section-copy strong,
.lp-section-head strong { color: var(--text); font-weight: 600; }

.lp-regulation { background: var(--white); }
.lp-official-quote { position: relative; padding: clamp(2.2rem, 4vw, 3.4rem); border: 1px solid var(--b); background: var(--light); }
.lp-official-quote::before { content: '“'; position: absolute; top: 1.5rem; right: 2rem; color: rgba(194,168,120,.2); font-family: Georgia,serif; font-size: 5rem; line-height: 1; }
.lp-official-quote blockquote { position: relative; margin: 1.6rem 0 1.4rem; color: var(--text); font-size: clamp(1.08rem, 2vw, 1.35rem); font-style: italic; line-height: 1.65; }
.lp-decree-ref { padding-top: 1rem; border-top: 1px solid var(--b); color: var(--mid); font-family: var(--mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.lp-source-link-light { color: #6f5c39; }
.lp-source-link-light:hover { color: var(--text); }

.lp-operational { background: var(--light); }
.lp-section-head { max-width: 820px; }
.lp-section-head-centered { margin: 0 auto 3.5rem; text-align: center; }
.lp-section-head-centered .label { justify-content: center; }
.lp-axis-system { margin-top: 4.5rem; }
.lp-axis-intro { max-width: 760px; margin: 0 auto 2rem; color: #4B5563; line-height: 1.75; text-align: center; }
.lp-axis-entry { width: fit-content; margin: 0 auto; padding: 1rem 1.8rem; border: 1px solid var(--b-gold); background: var(--night); color: var(--white); font-weight: 600; text-align: center; }
.lp-axis-connector { position: relative; height: 42px; }
.lp-axis-connector::before { content: ''; position: absolute; left: 50%; width: 1px; height: 100%; background: var(--gold); opacity: .55; }
.lp-axis-connector-top::after { content: ''; position: absolute; right: 16.66%; bottom: 0; left: 16.66%; height: 1px; background: var(--gold); opacity: .42; }
.lp-axis-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.lp-axis-card { position: relative; min-width: 0; padding: 2.25rem 2rem; border: 1px solid var(--b); background: var(--white); }
.lp-axis-card::after { content: ''; position: absolute; top: -43px; left: 50%; width: 1px; height: 42px; background: var(--gold); opacity: .42; }
.lp-axis-card h3 { min-height: 3.3rem; margin: .8rem 0 1.2rem; color: var(--text); font-size: 1.15rem; line-height: 1.4; }
.lp-axis-card p:not(.lp-axis-number) { color: #4B5563; font-size: .91rem; line-height: 1.7; }
.lp-axis-card p + p { margin-top: .85rem; }
.lp-axis-connector-bottom::after { content: ''; position: absolute; top: 0; right: 16.66%; left: 16.66%; height: 1px; background: var(--gold); opacity: .42; }

.lp-expertise { position: relative; background: var(--deep); color: var(--white); }
.lp-expertise::before { content: ''; position: absolute; top: 0; left: 50%; width: 1px; height: 3rem; background: var(--gold); transform: translateX(-50%); opacity: .55; }
.lp-expertise-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.lp-expertise-main .h2 { max-width: 740px; margin: 1rem 0 1.6rem; }
.lp-expertise-main > p { max-width: 760px; color: rgba(255,255,255,.72); line-height: 1.76; }
.lp-expertise-main > p + p { margin-top: .85rem; }
.lp-expertise-main strong { color: var(--white); }
.lp-expertise-main .lp-expertise-lead { color: var(--gold); font-size: 1.13rem; font-weight: 500; }
.lp-expertise-proof { padding: 2.5rem; border: 1px solid var(--b-dk); background: rgba(255,255,255,.035); }
.lp-expertise-proof img { display: block; width: min(220px,100%); height: auto; margin: 0 auto 2.2rem; padding: .85rem; background: var(--white); }
.lp-expertise-proof ul { list-style: none; }
.lp-expertise-proof li { padding: .85rem 0; border-top: 1px solid var(--b-dk); color: rgba(255,255,255,.78); font-family: var(--mono); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }

.lp-contact { background: var(--white); }
.lp-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.lp-contact-card { position: relative; display: flex; flex-direction: column; padding: clamp(2.2rem, 4vw, 3.25rem); border: 1px solid var(--b); background: var(--light); }
.lp-contact-card-primary { border-color: var(--b-gold); background: #f7f4ee; }
.lp-contact-card h3 { margin: 1rem 0 1.2rem; color: var(--text); font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.lp-contact-card > p:not(.lp-card-kicker) { color: #4B5563; line-height: 1.7; }
.lp-contact-card > p + p { margin-top: .75rem; }
.lp-contact-card .btn { width: 100%; margin-top: auto; padding-right: 1.2rem; padding-left: 1.2rem; }
.lp-contact-card > p:nth-last-of-type(1) { margin-bottom: 2rem; }

.lp-trust { padding: clamp(4.5rem, 7vw, 6.5rem) 0; border-top: 1px solid var(--b); background: var(--light); }
.lp-trust-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: center; }
.lp-trust .h2 { margin: .75rem 0 1.2rem; }
.lp-trust p { max-width: 700px; color: #4B5563; }
.lp-client-logo { display: flex; min-height: 150px; align-items: center; justify-content: center; padding: 1.5rem; border: 1px solid var(--b); background: var(--white); }
.lp-client-logo img { display: block; width: min(230px,100%); height: auto; object-fit: contain; }

.lp-engagement { background: var(--night); color: var(--white); }
.lp-engagement-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.lp-engagement .h2 { margin-top: .8rem; }
.lp-engagement-copy p { color: rgba(255,255,255,.72); line-height: 1.78; }
.lp-engagement-copy p + p { margin-top: 1rem; }
.lp-engagement-copy strong { color: var(--white); }
.lp-engagement-copy .btn { margin-top: 2rem; }

.lp-final-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(6rem, 9vw, 8rem) 0; background: var(--deep); color: var(--white); text-align: center; }
.lp-final-art { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(194,168,120,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(194,168,120,.045) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,transparent,#000 25%,#000 75%,transparent); }
.lp-final-inner { max-width: 860px; }
.lp-final-inner .label { justify-content: center; }
.lp-final-inner .h2 { margin: .9rem auto 1rem; }
.lp-final-date { margin: 1.4rem 0; color: var(--gold); font-family: var(--mono); font-size: clamp(1.7rem, 5vw, 3.2rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.15; }
.lp-final-inner > p:not(.lp-final-date) { color: rgba(255,255,255,.72); line-height: 1.75; }
.lp-final-inner > p + p { margin-top: .7rem; }
.lp-final-inner strong { color: var(--white); }
.lp-actions-centered { justify-content: center; }

@media (max-width: 1080px) {
  .lp-hero-grid { grid-template-columns: minmax(0,1.35fr) minmax(290px,.75fr); gap: 2.5rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .lp-hero h1 { font-size: clamp(2rem, 4vw, 2.75rem); }
  .lp-hero-lead,.lp-hero-audience { font-size: .93rem; line-height: 1.58; }
  .lp-actions { margin-top: 1.5rem; }
  .lp-actions .btn { padding: .9rem 1.25rem; font-size: .72rem; }
  .lp-reg-card { padding: 2rem; }
  .lp-section { padding: 6.5rem 0; }
}

@media (max-width: 860px) {
  .lp-hero-grid,
  .lp-two-cols,
  .lp-expertise-grid,
  .lp-engagement-inner { grid-template-columns: 1fr; }
  .lp-hero-grid { gap: 2.25rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .lp-hero-copy { max-width: 720px; }
  .lp-reg-card { max-width: 620px; }
  .lp-two-cols,.lp-expertise-grid,.lp-engagement-inner { gap: 3rem; }
  .lp-axis-grid { grid-template-columns: 1fr; gap: 1rem; }
  .lp-axis-connector { display: none; }
  .lp-axis-card::after { display: none; }
  .lp-axis-card h3 { min-height: 0; }
  .lp-expertise::before { display: none; }
  .lp-expertise-proof { max-width: 560px; }
  .lp-trust-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-client-logo { max-width: 360px; }
}

@media (max-width: 680px) {
  .lp-section { padding: 5rem 0; }
  .lp-hero-grid { padding-top: 3.8rem; padding-bottom: 3.8rem; }
  .lp-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .lp-actions { flex-direction: column; align-items: stretch; }
  .lp-actions .btn { width: 100%; }
  .lp-contact-grid { grid-template-columns: 1fr; }
  .lp-section-head-centered { text-align: left; }
  .lp-section-head-centered .label { justify-content: flex-start; }
  .lp-axis-system { margin-top: 3rem; }
  .lp-axis-entry { width: 100%; }
  .lp-axis-card,.lp-contact-card,.lp-official-quote,.lp-expertise-proof { padding: 1.8rem 1.5rem; }
  .lp-trust { padding: 4.5rem 0; }
  .lp-client-logo { width: 100%; max-width: none; }
  .lp-final-cta { padding: 5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-harcelement { scroll-behavior: auto; }
  .lp-harcelement *,
  .lp-harcelement *::before,
  .lp-harcelement *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
