/* IMSP96A — Pillar Canonical Preview
   Standalone preview for Orientation métiers.
   Objective: rebuild the visual reference as real HTML/CSS, not as WordPress theme content.
*/

:root{
  --imsp96-bg:#02050b;
  --imsp96-bg2:#050812;
  --imsp96-white:#f5f7ff;
  --imsp96-text:rgba(238,243,255,.86);
  --imsp96-muted:rgba(220,230,255,.67);
  --imsp96-blue:#2f7cff;
  --imsp96-blue2:#62a6ff;
  --imsp96-purple:#8a5cff;
  --imsp96-pink:#ec3f8f;
  --imsp96-stroke:rgba(255,255,255,.13);
  --imsp96-stroke2:rgba(255,255,255,.21);
  --imsp96-card:rgba(8,13,25,.58);
  --imsp96-card2:rgba(7,11,22,.76);
  --imsp96-shell:1410px;
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
  color-scheme:dark;
}

*{box-sizing:border-box}

html,
body{
  margin:0;
  padding:0;
  min-height:100%;
  background:#000;
  overflow-x:hidden;
}

body.imsp96a-body{
  background:
    radial-gradient(circle at 64% 4%, rgba(36,116,255,.16), transparent 28%),
    radial-gradient(circle at 89% 18%, rgba(236,63,143,.18), transparent 27%),
    linear-gradient(180deg,#02040a 0%,#030711 42%,#010207 100%);
  color:var(--imsp96-white);
  font-family:Inter,Arial,sans-serif;
}

.imsp96-page{
  min-height:100vh;
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.imsp96-page::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.76) 38%, rgba(0,0,0,.20) 63%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.1) 0%, #02050b 61%, #010207 100%);
}

.imsp96-shell{
  width:min(calc(100% - 28px), var(--imsp96-shell));
  margin-inline:auto;
}

.imsp96-header{
  height:96px;
  display:grid;
  grid-template-columns:260px 1fr;
  align-items:center;
  gap:30px;
  position:relative;
  z-index:6;
}

.imsp96-logo{
  text-decoration:none;
  color:#fff;
  display:flex;
  flex-direction:column;
  width:max-content;
  letter-spacing:.08em;
}

.imsp96-logo-main{
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:27px;
  line-height:.9;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-shadow:0 0 12px rgba(255,255,255,.20);
}

.imsp96-logo-sub{
  margin-top:4px;
  color:rgba(255,255,255,.52);
  font-size:8px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.imsp96-nav{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:58px;
  min-width:0;
}

.imsp96-nav a{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
  position:relative;
  white-space:nowrap;
}

.imsp96-nav a.active{
  color:#fff;
}

.imsp96-nav a.active::after{
  content:"";
  position:absolute;
  left:-15px;
  right:-15px;
  bottom:-18px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--imsp96-blue),var(--imsp96-pink));
  box-shadow:0 0 18px rgba(47,124,255,.40);
}

.imsp96-hero{
  min-height:620px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,595px) 1fr;
  align-items:start;
  gap:40px;
  padding:50px 0 42px;
}

.imsp96-hero-art{
  position:absolute;
  inset:-90px -90px auto 445px;
  height:705px;
  z-index:-2;
  background-image:var(--imsp96-ref);
  background-size:1250px auto;
  background-repeat:no-repeat;
  background-position:55% 0%;
  opacity:.88;
  mask-image:linear-gradient(90deg,transparent 0%, #000 18%, #000 80%, transparent 100%);
}

.imsp96-hero-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#02050b 0%,rgba(2,5,11,.92) 10%,rgba(2,5,11,.28) 42%,rgba(2,5,11,.08) 74%,rgba(2,5,11,.8) 100%),
    linear-gradient(180deg,rgba(2,5,11,.1) 0%,rgba(2,5,11,.18) 62%,#02050b 100%);
}

.imsp96-kicker{
  margin:0 0 22px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.imsp96-kicker .blue{color:var(--imsp96-blue2)}
.imsp96-kicker .pink{color:var(--imsp96-pink)}

.imsp96-title{
  margin:0;
  max-width:590px;
  color:#fff;
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:clamp(46px, 5.6vw, 76px);
  line-height:.91;
  letter-spacing:-.055em;
  font-weight:800;
  text-transform:none;
  text-shadow:0 1px 0 rgba(255,255,255,.12),0 0 24px rgba(255,255,255,.06);
}

.imsp96-title strong{
  display:block;
  font-weight:900;
  background:linear-gradient(100deg,#2f7cff 0%,#8f61ff 56%,#ec3f8f 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
}

.imsp96-lead{
  margin:22px 0 0;
  width:min(100%,430px);
  color:rgba(245,248,255,.82);
  font-size:17px;
  line-height:1.55;
  font-weight:650;
}

.imsp96-actions{
  display:flex;
  flex-wrap:wrap;
  gap:26px;
  align-items:center;
  margin-top:31px;
}

.imsp96-btn{
  min-height:52px;
  padding:0 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.045em;
  background:rgba(0,0,0,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.imsp96-btn.primary{
  border-color:rgba(236,63,143,.74);
  background:linear-gradient(100deg,#2478ff 0%,#7065ff 48%,#ec3f8f 100%);
  box-shadow:0 0 0 1px rgba(47,124,255,.38),0 18px 42px rgba(47,124,255,.22),0 0 32px rgba(236,63,143,.20);
}

.imsp96-btn.secondary{
  color:rgba(255,255,255,.68);
  padding-inline:31px;
  background:rgba(4,6,13,.50);
}

.imsp96-block-label{
  margin:0 auto;
  transform:translateY(-10px);
  width:max-content;
  max-width:100%;
  padding:0 20px;
  color:#fff;
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:16px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  background:#02050b;
}

.imsp96-panel{
  border:1px solid var(--imsp96-stroke);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(8,13,25,.58),rgba(4,7,15,.44));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 20px 80px rgba(0,0,0,.28);
}

.imsp96-context-panel{
  margin-top:-52px;
  position:relative;
  z-index:3;
  padding:0 28px 22px;
}

.imsp96-context-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
}

.imsp96-context{
  min-height:72px;
  display:grid;
  grid-template-columns:46px 1fr;
  align-items:center;
  gap:13px;
  padding:4px 24px;
  border-right:1px solid rgba(255,255,255,.17);
}

.imsp96-context:last-child{border-right:0}

.imsp96-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--imsp96-blue);
}

.imsp96-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.imsp96-context:nth-child(2) .imsp96-icon,
.imsp96-context:nth-child(3) .imsp96-icon{color:#a85cff}
.imsp96-context:nth-child(4) .imsp96-icon{color:#a94dff}
.imsp96-context:nth-child(5) .imsp96-icon{color:#ec3f8f}

.imsp96-context h3{
  margin:0 0 5px;
  font-size:15px;
  line-height:1.1;
  color:#fff;
  font-weight:900;
}

.imsp96-context p{
  margin:0;
  color:rgba(245,248,255,.70);
  font-size:14px;
  line-height:1.2;
  font-weight:650;
}

.imsp96-benefits{
  margin-top:28px;
  padding:0 28px 28px;
}

.imsp96-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.imsp96-benefit{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:22px;
  min-height:150px;
  align-items:center;
  padding:22px 32px;
  border-right:1px solid rgba(255,255,255,.11);
}

.imsp96-benefit:last-child{border-right:0}

.imsp96-orb{
  width:76px;
  height:76px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:4px solid currentColor;
  color:var(--imsp96-blue);
  box-shadow:0 0 26px rgba(47,124,255,.20);
}

.imsp96-benefit:nth-child(2) .imsp96-orb{color:#a75cff}
.imsp96-benefit:nth-child(3) .imsp96-orb{color:#ec3f8f}

.imsp96-orb svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.imsp96-benefit-head{
  display:flex;
  align-items:baseline;
  gap:18px;
  margin-bottom:9px;
}

.imsp96-num{
  color:var(--imsp96-blue2);
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:18px;
  font-weight:900;
}

.imsp96-benefit:nth-child(2) .imsp96-num{color:#a75cff}
.imsp96-benefit:nth-child(3) .imsp96-num{color:#ec3f8f}

.imsp96-benefit h3{
  margin:0;
  font-size:16px;
  line-height:1.22;
  color:#fff;
  font-weight:900;
}

.imsp96-benefit p{
  margin:0;
  max-width:285px;
  color:rgba(238,243,255,.70);
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.imsp96-showcase{
  margin-top:28px;
  display:grid;
  grid-template-columns:1.22fr 1fr;
  gap:36px;
  align-items:stretch;
}

.imsp96-media-large{
  min-height:336px;
  border-radius:14px;
  border:1px solid rgba(236,63,143,.22);
  overflow:hidden;
  position:relative;
  background-image:var(--imsp96-ref);
  background-size:1160px auto;
  background-position:0% 70%;
  background-repeat:no-repeat;
  box-shadow:0 28px 80px rgba(0,0,0,.30);
}

.imsp96-media-large::after,
.imsp96-related-card::after,
.imsp96-advice-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.34));
  pointer-events:none;
}

.imsp96-play{
  position:absolute;
  left:50%;
  top:50%;
  translate:-50% -50%;
  width:72px;
  height:72px;
  border-radius:999px;
  border:3px solid rgba(236,63,143,.85);
  background:radial-gradient(circle,rgba(236,63,143,.66),rgba(71,92,255,.42));
  box-shadow:0 0 34px rgba(236,63,143,.46);
}

.imsp96-play::before{
  content:"";
  position:absolute;
  left:28px;
  top:22px;
  border-left:20px solid #fff;
  border-top:13px solid transparent;
  border-bottom:13px solid transparent;
}

.imsp96-showcase-copy{
  padding:18px 0 0;
}

.imsp96-section-kicker{
  margin:0 0 12px;
  color:var(--imsp96-blue2);
  font-size:13px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.imsp96-h2{
  margin:0;
  color:#fff;
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:clamp(28px,3.15vw,45px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

.imsp96-text{
  margin:16px 0 0;
  color:rgba(238,243,255,.76);
  font-size:15px;
  line-height:1.62;
  font-weight:600;
  max-width:470px;
}

.imsp96-meta{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:22px;
}

.imsp96-pill{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border-radius:8px;
  color:rgba(245,248,255,.72);
  font-size:11px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(15,20,36,.68);
}

.imsp96-small-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
  color:var(--imsp96-blue2);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:12px;
  font-weight:950;
}

.imsp96-small-play{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(98,166,255,.65);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.imsp96-related{
  margin-top:28px;
  position:relative;
}

.imsp96-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.imsp96-related-card{
  min-height:132px;
  overflow:hidden;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.10);
  position:relative;
  color:#fff;
  text-decoration:none;
  padding:20px 24px;
  background:#050914;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}

.imsp96-related-card:nth-child(1){
  background-image:linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
  background-size:cover;
  background-position:center;
}
.imsp96-related-card:nth-child(2){
  background-image:linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),url('/wp-content/uploads/immersize-static/game-template-hero-58b/atelier-des-mondes-hero-58b.webp');
  background-size:cover;
  background-position:center;
}
.imsp96-related-card:nth-child(3){
  background-image:linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-tag{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  color:rgba(255,255,255,.72);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  position:relative;
  z-index:2;
}

.imsp96-related-card h3{
  margin:16px 0 5px;
  font-family:Tomorrow,Goldman,Arial,sans-serif;
  font-size:24px;
  line-height:.98;
  letter-spacing:-.04em;
  position:relative;
  z-index:2;
}

.imsp96-related-card p{
  margin:0;
  max-width:240px;
  color:rgba(245,248,255,.70);
  font-size:12px;
  line-height:1.35;
  font-weight:650;
  position:relative;
  z-index:2;
}

.imsp96-faq-advice{
  display:grid;
  grid-template-columns:1fr 1.04fr;
  gap:48px;
  margin-top:28px;
}

.imsp96-faq{
  padding:0;
}

.imsp96-faq-list{
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(7,11,22,.50);
}

.imsp96-faq details{
  border-bottom:1px solid rgba(255,255,255,.08);
}

.imsp96-faq details:last-child{border-bottom:0}

.imsp96-faq summary{
  min-height:42px;
  cursor:pointer;
  list-style:none;
  padding:12px 48px 12px 18px;
  color:rgba(245,248,255,.74);
  font-size:13px;
  font-weight:780;
  position:relative;
}

.imsp96-faq summary::-webkit-details-marker{display:none}

.imsp96-faq summary::after{
  content:"+";
  position:absolute;
  right:15px;
  top:50%;
  translate:0 -50%;
  width:20px;
  height:20px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.82);
}

.imsp96-faq-answer{
  padding:0 18px 16px;
  color:rgba(238,243,255,.64);
  font-size:13px;
  line-height:1.5;
}

.imsp96-advice{
  min-height:190px;
  border-radius:16px;
  border:1px solid rgba(236,63,143,.45);
  background:linear-gradient(90deg,rgba(8,13,27,.86),rgba(8,13,27,.50));
  overflow:hidden;
  position:relative;
  padding:28px 300px 26px 30px;
  box-shadow:0 0 0 1px rgba(47,124,255,.22),0 20px 70px rgba(0,0,0,.28);
}

.imsp96-advice-art{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:315px;
  background-image:var(--imsp96-ref);
  background-size:1050px auto;
  background-position:100% 88%;
}

.imsp96-advice .imsp96-h2{
  font-size:24px;
  line-height:1.08;
  max-width:420px;
}

.imsp96-final{
  margin:28px 0 54px;
  min-height:154px;
  border-radius:17px;
  border:1px solid rgba(236,63,143,.42);
  background:
    radial-gradient(circle at 8% 0%,rgba(47,124,255,.18),transparent 34%),
    radial-gradient(circle at 91% 100%,rgba(236,63,143,.16),transparent 35%),
    linear-gradient(180deg,rgba(8,13,27,.72),rgba(4,8,18,.64));
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px 22px;
  box-shadow:0 0 0 1px rgba(47,124,255,.16);
}

.imsp96-final .imsp96-h2{
  max-width:760px;
  font-size:34px;
  line-height:1.08;
  margin-bottom:22px;
}

@media (max-width: 980px){
  .imsp96-header{
    height:auto;
    padding:22px 0;
    grid-template-columns:1fr;
  }

  .imsp96-nav{
    justify-content:flex-start;
    gap:18px;
    overflow-x:auto;
    padding-bottom:8px;
  }

  .imsp96-hero{
    min-height:auto;
    grid-template-columns:1fr;
    padding:34px 0 96px;
  }

  .imsp96-hero-art{
    left:0;
    right:0;
    top:120px;
    height:520px;
    opacity:.45;
    background-size:1050px auto;
    background-position:60% 0%;
  }

  .imsp96-title{
    font-size:clamp(40px,13vw,64px);
  }

  .imsp96-context-panel{
    margin-top:-50px;
  }

  .imsp96-context-grid,
  .imsp96-benefit-grid,
  .imsp96-showcase,
  .imsp96-related-grid,
  .imsp96-faq-advice{
    grid-template-columns:1fr;
  }

  .imsp96-context,
  .imsp96-benefit{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.11);
  }

  .imsp96-context:last-child,
  .imsp96-benefit:last-child{
    border-bottom:0;
  }

  .imsp96-advice{
    padding:26px;
  }

  .imsp96-advice-art{
    display:none;
  }
}

@media (max-width: 560px){
  .imsp96-shell{
    width:min(calc(100% - 22px), var(--imsp96-shell));
  }

  .imsp96-logo-main{
    font-size:22px;
  }

  .imsp96-nav a{
    font-size:11px;
  }

  .imsp96-kicker{
    font-size:11px;
  }

  .imsp96-lead{
    font-size:15px;
  }

  .imsp96-actions{
    gap:12px;
  }

  .imsp96-btn{
    width:100%;
    min-height:50px;
  }

  .imsp96-context-panel,
  .imsp96-benefits{
    padding-left:14px;
    padding-right:14px;
  }

  .imsp96-context,
  .imsp96-benefit{
    padding-left:8px;
    padding-right:8px;
  }

  .imsp96-benefit{
    grid-template-columns:64px 1fr;
    gap:14px;
  }

  .imsp96-orb{
    width:58px;
    height:58px;
    border-width:3px;
  }

  .imsp96-media-large{
    min-height:230px;
    background-size:880px auto;
  }

  .imsp96-final .imsp96-h2{
    font-size:25px;
  }
}

/* ============================================================
   96D OVERRIDES — corrected final preview
   ============================================================ */

.imsp96-hero{
  padding:50px 0 96px;
}

.imsp96-context-panel{
  margin-top:0;
}

.imsp96-actions{
  gap:18px;
  margin-top:34px;
}

.imsp96-btn{
  min-height:52px;
}

.imsp96-benefit{
  align-items:flex-start;
}

.imsp96-benefit > div{
  padding-top:8px;
}

.imsp96-benefit-head{
  display:block;
  margin-bottom:10px;
}

.imsp96-num{
  display:none !important;
}

.imsp96-benefit h3{
  max-width:330px;
}

.imsp96-benefit p{
  max-width:330px;
}

.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/filiere-metiers-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/tempo-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-final{
  width:min(calc(100% - 28px), var(--imsp96-shell));
  margin:32px auto 54px;
  padding:38px 22px 44px;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.imsp96-final .imsp96-section-kicker{
  width:100%;
  text-align:center;
}

.imsp96-final .imsp96-h2{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.imsp96-final .imsp96-btn{
  margin:0 auto;
}

@media (max-width:980px){
  .imsp96-hero{
    padding:34px 0 64px;
  }

  .imsp96-context-panel{
    margin-top:0;
  }
}

/* ============================================================
   98A — Animation événementielle immersive
   Derived from validated Orientation 96D.
   Video intentionally NOT functional yet. Global video component later.
   ============================================================ */

.imsp96-media-large{
  background-image:var(--imsp96-ref);
  background-size:cover;
  background-position:center;
}

.imsp96-media-large .imsp96-play{
  display:none !important;
}

.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/filiere-metiers-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/tempo-hero-58b.webp');
  background-size:cover;
  background-position:center;
}

.imsp96-final{
  width:min(calc(100% - 28px), var(--imsp96-shell));
  margin:32px auto 54px;
  padding:38px 22px 44px;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.imsp96-final .imsp96-section-kicker,
.imsp96-final .imsp96-h2{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.imsp96-final .imsp96-btn{
  margin:0 auto;
}

/* ============================================================
   98D OVERRIDES — Animation événementielle immersive
   Asset ANFA fixed: projet-horizon-hero-58b.webp
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp');
}

/* Hero + main media use ANFA / Projet Horizon visual */
.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-media-large .imsp96-play{
  display:none !important;
}

/* Desktop: reduce right CTA/advice block height */
.imsp96-faq-advice{
  align-items:flex-start;
}

.imsp96-advice{
  align-self:flex-start;
  min-height:0 !important;
  height:auto !important;
  padding-top:26px !important;
  padding-bottom:26px !important;
}

/* Mobile: avoid duplicate CTA stack. Keep final CTA, hide advice CTA card */
@media(max-width:980px){
  .imsp96-advice{
    display:none !important;
  }

  .imsp96-faq-advice{
    gap:0 !important;
  }
}

/* Suggested formats: ANFA vehicle, Culture & History, Atelier des Mondes */
.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/culture-historique-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/atelier-des-mondes-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* ============================================================
   100A — Escape game mobile entreprise
   Based on validated pillar system.
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp');
}

/* Hero + main media use Projet 2041 visual */
.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-media-large .imsp96-play{
  display:none !important;
}

/* Keep advice card compact on desktop */
.imsp96-faq-advice{
  align-items:flex-start;
}

.imsp96-advice{
  align-self:flex-start;
  min-height:0 !important;
  height:auto !important;
  padding-top:26px !important;
  padding-bottom:26px !important;
}

/* Mobile: keep only final CTA */
@media(max-width:980px){
  .imsp96-advice{
    display:none !important;
  }

  .imsp96-faq-advice{
    gap:0 !important;
  }
}

/* Suggested formats: Projet 2041, La mort de Dustin, E-Motions */
.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet-horizon-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/dustin-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* ============================================================
   100B OVERRIDES — Escape game mobile entreprise
   Hero = E-Motions. Related = E-Motions / Dustin / Projet 2041.
   Adds SEO/GEO explanatory block.
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
}

.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/dustin-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* SEO/GEO content block */
.imsp100b-seo-panel{
  margin-top:26px;
  margin-bottom:26px;
  border:1px solid rgba(93,140,255,.20);
  border-radius:22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(47,124,255,.16), transparent 38%),
    radial-gradient(circle at 90% 100%, rgba(236,63,143,.12), transparent 40%),
    rgba(4,8,18,.74);
  box-shadow:
    0 22px 70px rgba(0,0,0,.26),
    inset 0 0 0 1px rgba(255,255,255,.025);
  padding:34px;
}

.imsp100b-seo-grid{
  display:grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap:34px;
  align-items:start;
}

.imsp100b-seo-panel h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(30px,3.2vw,52px);
  line-height:.98;
  letter-spacing:-.035em;
}

.imsp100b-seo-panel p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.72;
  font-weight:560;
}

.imsp100b-seo-panel p + p{
  margin-top:16px;
}

.imsp100b-seo-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}

.imsp100b-seo-chip{
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:13px 14px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  background:rgba(255,255,255,.035);
}

@media(max-width:980px){
  .imsp100b-seo-panel{
    padding:24px 20px;
  }

  .imsp100b-seo-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .imsp100b-seo-list{
    grid-template-columns:1fr;
  }
}

/* ============================================================
   100C OVERRIDES — cleaner SEO/GEO paragraph block
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
}

.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/dustin-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* Remove SEO chips visually if old markup remains */
.imsp100b-seo-list{
  display:none !important;
}

.imsp100b-seo-panel p{
  max-width:760px;
}

.imsp100b-seo-panel p + p{
  margin-top:18px;
}

/* ============================================================
   100D OVERRIDES — better SEO block + different advice image
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
}

.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* Related cards order preserved */
.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}
.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/dustin-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}
.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover;
  background-position:center;
}

/* Different image for advice block (not the hero) */
.imsp96-advice-media,
.imsp96-advice-art,
.imsp96-advice-visual,
.imsp96-advice-figure{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-advice-media img,
.imsp96-advice-art img,
.imsp96-advice-visual img,
.imsp96-advice-figure img{
  content:url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp');
  object-fit:cover;
}

/* Cleaner SEO panel */
.imsp100b-seo-list{
  display:none !important;
}

.imsp100b-seo-panel p{
  max-width:820px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
  font-size:16px;
  font-weight:560;
}

.imsp100b-seo-panel p + p{
  margin-top:16px;
}

/* ============================================================
   100F OVERRIDES — stable, non-regex structural advice fix
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp');
}

/* Keep hero and central media on E-Motions */
.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Related cards order: E-Motions / Dustin / Projet 2041 */
.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/e-motions-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/dustin-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Keep SEO panel editorial and readable */
.imsp100b-seo-list{
  display:none !important;
}

.imsp100b-seo-panel p{
  max-width:840px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
  font-size:16px;
  font-weight:560;
}

/* Advice card: force the existing DOM into a clean two-column card.
   No HTML replacement, no regex fragility. */
.imsp96-advice{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr) !important;
  align-items:stretch !important;
  overflow:hidden !important;
  padding:0 !important;
  min-height:280px !important;
  height:auto !important;
  gap:0 !important;
}

.imsp96-advice-art{
  grid-column:2 !important;
  grid-row:1 / 5 !important;
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  min-height:100% !important;
  display:block !important;
  align-self:stretch !important;
  border-radius:0 !important;
  margin:0 !important;
  opacity:1 !important;
  transform:none !important;
  background-image:
    linear-gradient(90deg,rgba(2,5,12,.12),rgba(2,5,12,.26)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  pointer-events:none !important;
}

.imsp96-advice-art::before,
.imsp96-advice-art::after{
  display:none !important;
  content:none !important;
}

.imsp96-advice > :not(.imsp96-advice-art){
  grid-column:1 !important;
  position:relative !important;
  z-index:2 !important;
  margin-left:34px !important;
  margin-right:34px !important;
}

.imsp96-advice > .imsp96-section-kicker{
  margin-top:32px !important;
  margin-bottom:0 !important;
}

.imsp96-advice > .imsp96-h2{
  margin-top:14px !important;
  margin-bottom:0 !important;
  max-width:none !important;
}

.imsp96-advice > div:not(.imsp96-advice-art){
  margin-top:22px !important;
  margin-bottom:32px !important;
}

.imsp96-advice > div:not(.imsp96-advice-art) .imsp96-btn{
  max-width:320px !important;
}

@media(max-width:980px){
  .imsp96-advice{
    display:none !important;
  }
}

/* ============================================================
   102B — Jeu immersif patrimoine commune
   Canonical pillar page with editorial SEO/GEO panel.
   ============================================================ */

:root{
  --imsp96-ref:url('/wp-content/uploads/immersize-static/game-template-hero-58b/culture-historique-hero-58b.webp');
}

.imsp96-hero-art,
.imsp96-media-large{
  background-image:url('/wp-content/uploads/immersize-static/game-template-hero-58b/culture-historique-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-related-card:nth-child(1){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.94),rgba(1,4,10,.36)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/culture-historique-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-related-card:nth-child(2){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.92),rgba(1,4,10,.28)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/atelier-des-mondes-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/tempo-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

.imsp100b-seo-list{
  display:none !important;
}

.imsp100b-seo-panel p{
  max-width:840px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
  font-size:16px;
  font-weight:560;
}

/* CTA image issue is global debt; do not block production */
.imsp96-advice-art{
  background-image:
    linear-gradient(90deg,rgba(2,5,12,.16),rgba(2,5,12,.32)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/atelier-des-mondes-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}

/* ============================================================
   103A LIVE OVERRIDE — replace Tempo card with Projet 2041
   ============================================================ */

.imsp96-related-card:nth-child(3){
  background-image:
    linear-gradient(90deg,rgba(1,4,10,.88),rgba(1,4,10,.35)),
    url('/wp-content/uploads/immersize-static/game-template-hero-58b/projet2041-hero-58b.webp') !important;
  background-size:cover !important;
  background-position:center !important;
}
