
/* =========================================================
   V28 — STRUCTURE FINALE INNOVATION
   ========================================================= */

#innovationCentralContent{
  background:#f5f8fb;
}

.v28-hero{
  position:relative;
  min-height:560px;
  overflow:hidden;
  color:#fff;
  background:#061B2E;
}

.v28-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.v28-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(6,27,46,.96) 0%,rgba(6,27,46,.82) 32%,rgba(6,27,46,.34) 58%,rgba(6,27,46,.08) 100%),
    radial-gradient(circle at 22% 28%,rgba(0,196,184,.18),transparent 34%);
}

.v28-hero-content{
  position:relative;
  z-index:2;
  max-width:650px;
  padding:72px 52px;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.v28-breadcrumb{
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:800;
  margin-bottom:26px;
}

.v28-hero h1{
  margin:0 0 26px;
  font-size:52px;
  line-height:1.04;
  text-transform:uppercase;
  letter-spacing:-.045em;
}

.v28-hero h1 span,
.v28-hero h1 strong{
  display:block;
}

.v28-hero h1 strong{
  color:#F7B500;
}

.v28-hero p{
  margin:0;
  max-width:600px;
  color:rgba(255,255,255,.90);
  font-size:18px;
  line-height:1.65;
}

.v28-volets{
  max-width:1200px;
  margin:-64px auto 34px;
  padding:0 34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  position:relative;
  z-index:5;
}

.v28-volet-card{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 22px 52px rgba(6,27,46,.16);
}

.v28-volet-image{
  height:230px;
  overflow:hidden;
  background:#061B2E;
}

.v28-volet-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.v28-volet-body{
  padding:28px;
}

.v28-volet-body span{
  display:inline-block;
  color:#fff;
  border-radius:5px;
  padding:6px 10px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:13px;
}

.v28-ai-card .v28-volet-body span{background:#0B55B8;}
.v28-robot-card .v28-volet-body span{background:#149447;}

.v28-volet-body h2{
  margin:0 0 14px;
  color:#061B2E;
  font-size:28px;
  line-height:1.10;
  text-transform:uppercase;
}

.v28-volet-body p{
  margin:0 0 18px;
  color:#425466;
  line-height:1.62;
  font-size:15px;
}

.v28-volet-body ul{
  margin:0 0 22px;
  padding-left:20px;
  color:#061B2E;
  line-height:1.72;
  font-weight:700;
}

.v28-volet-body a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#0B55B8;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
}

.v28-robot-card .v28-volet-body a{
  color:#149447;
}

.v28-performance{
  max-width:1200px;
  margin:0 auto 30px;
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:18px;
  padding:30px;
  display:grid;
  grid-template-columns:1fr 1.6fr;
  gap:28px;
  box-shadow:0 10px 28px rgba(6,27,46,.06);
}

.v28-performance h2,
.v28-impacts h2,
.v28-ecosystem h2,
.v28-experiment h2{
  margin:0 0 14px;
  text-transform:uppercase;
  color:#061B2E;
  font-size:30px;
  line-height:1.12;
}

.v28-performance h2 span,
.v28-impacts h2 span,
.v28-experiment h2 span{
  color:#0B55B8;
}

.v28-performance p{
  margin:0;
  color:#425466;
  line-height:1.65;
}

.v28-performance-items{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}

.v28-performance-items article{
  padding:8px 18px;
  text-align:center;
  border-left:1px solid #DDE8EE;
}

.v28-performance-items div{
  font-size:32px;
  margin-bottom:10px;
}

.v28-performance-items strong{
  display:block;
  color:#0B55B8;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:8px;
}

.v28-performance-items span{
  color:#425466;
  font-size:12px;
  line-height:1.4;
}

.v28-impacts{
  max-width:1200px;
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:32px;
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:18px;
  padding:30px;
  box-shadow:0 10px 28px rgba(6,27,46,.06);
}

.v28-impacts ul{
  margin:0 0 22px;
  padding-left:20px;
  color:#061B2E;
  line-height:1.9;
}

.v28-impacts a{
  color:#0B55B8;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
}

.v28-impacts-visual{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  min-height:260px;
}

.v28-impacts-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.v28-visual-overlay{
  position:absolute;
  inset:auto 20px 20px 20px;
  background:rgba(6,27,46,.86);
  color:#fff;
  border-radius:14px;
  padding:20px;
}

.v28-visual-overlay h3{
  margin:0 0 14px;
  text-transform:uppercase;
}

.v28-visual-overlay div{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.v28-visual-overlay span{
  color:rgba(255,255,255,.86);
}

.v28-visual-overlay strong{
  color:#00C4B8;
}

.v28-ecosystem{
  max-width:1200px;
  margin:0 auto 34px;
}

.v28-ecosystem h2{
  text-align:center;
  margin-bottom:22px;
}

.v28-eco-row{
  display:grid;
  grid-template-columns:210px repeat(3,1fr);
  border:1px solid #DDE8EE;
  border-radius:14px;
  overflow:hidden;
  margin-bottom:12px;
  background:#fff;
}

.v28-eco-label{
  background:#0B55B8;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  padding:24px;
  display:flex;
  align-items:center;
}

.v28-eco-light .v28-eco-label{
  background:#00A9A0;
}

.v28-eco-row article{
  padding:22px;
  border-left:1px solid #DDE8EE;
}

.v28-eco-row article strong{
  display:block;
  color:#061B2E;
  font-size:18px;
  margin-bottom:8px;
}

.v28-eco-row article span{
  color:#425466;
  line-height:1.5;
  font-size:14px;
}

.v28-experiment{
  max-width:1200px;
  margin:0 auto 30px;
  background:linear-gradient(135deg,#061B2E,#0B3C55);
  color:#fff;
  border-radius:18px;
  padding:34px;
  display:grid;
  grid-template-columns:.9fr 1.5fr;
  gap:30px;
  align-items:center;
}

.v28-experiment h2{
  color:#fff;
}

.v28-experiment h2 span{
  color:#F7B500;
}

.v28-experiment p{
  color:rgba(255,255,255,.86);
  line-height:1.65;
  margin:0;
}

.v28-experiment-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.v28-experiment-actions article{
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  padding:24px;
  background:rgba(255,255,255,.06);
}

.v28-experiment-actions div{
  font-size:30px;
  margin-bottom:10px;
}

.v28-experiment-actions h3{
  margin:0 0 8px;
  text-transform:uppercase;
  font-size:18px;
}

.v28-experiment-actions a{
  display:inline-block;
  margin-top:12px;
  background:#fff;
  color:#061B2E;
  border-radius:8px;
  padding:11px 16px;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
  font-size:13px;
}

.v28-supported{
  max-width:1200px;
  margin:0 auto;
  padding:26px 34px 44px;
  display:grid;
  grid-template-columns:220px 320px 1fr;
  gap:22px;
  align-items:center;
  background:#f5f8fb;
}

.v28-supported h3{
  margin:0;
  text-transform:uppercase;
  color:#061B2E;
  text-align:right;
}

.v28-supported img{
  width:100%;
  max-width:320px;
}

.v28-supported p{
  color:#425466;
  line-height:1.55;
  margin:0;
}

@media(max-width:980px){
  .v28-volets,
  .v28-performance,
  .v28-impacts,
  .v28-experiment,
  .v28-supported{
    grid-template-columns:1fr;
  }

  .v28-eco-row{
    grid-template-columns:1fr;
  }

  .v28-eco-row article{
    border-left:0;
    border-top:1px solid #DDE8EE;
  }

  .v28-performance-items,
  .v28-experiment-actions{
    grid-template-columns:1fr 1fr;
  }

  .v28-supported h3{
    text-align:left;
  }
}

@media(max-width:640px){
  .v28-hero-content{
    padding:42px 24px;
  }

  .v28-hero h1{
    font-size:34px;
  }

  .v28-volets{
    padding:0 18px;
  }

  .v28-performance,
  .v28-impacts,
  .v28-experiment{
    margin-left:18px;
    margin-right:18px;
    padding:24px;
  }

  .v28-performance-items,
  .v28-experiment-actions{
    grid-template-columns:1fr;
  }

  .v28-supported{
    padding:24px;
  }
}


/* =========================================================
   V29 — Hero Innovation Industrie 5.0 sans formulaire latéral
   ========================================================= */

.v28-hero-bg{
  object-position:center center !important;
}

.v28-hero-overlay{
  background:
    linear-gradient(90deg,rgba(6,27,46,.96) 0%,rgba(6,27,46,.82) 30%,rgba(6,27,46,.42) 54%,rgba(6,27,46,.10) 100%),
    radial-gradient(circle at 18% 28%,rgba(0,196,184,.22),transparent 30%) !important;
}

.v28-hero-content{
  max-width:640px;
}

.v28-hero h1 strong{
  color:#F7B500 !important;
}

.v28-volet-image img{
  object-position:center center;
}

/* V29.1 recadrages */
.v28-ai-card .v28-volet-image img{
 transform:scale(1.18);
 object-position:center 35%;
}
.v28-robot-card .v28-volet-image img{
 transform:scale(1.12);
 object-position:center top;
}
.v28-volet-image{
 height:280px;
 overflow:hidden;
}


/* =========================================================
   V30 — Image régionale Nouvelle-Aquitaine + recadrages finaux
   ========================================================= */

.v28-ai-card .v28-volet-image,
.v28-robot-card .v28-volet-image{
  height:280px !important;
  overflow:hidden !important;
}

.v28-ai-card .v28-volet-image img{
  object-fit:cover !important;
  object-position:center 35% !important;
  transform:scale(1.18) !important;
}

.v28-robot-card .v28-volet-image img{
  object-fit:cover !important;
  object-position:center top !important;
  transform:scale(1.12) !important;
}

.v28-impacts-visual{
  min-height:300px !important;
}

.v28-impacts-visual img{
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}

.v28-visual-overlay{
  background:rgba(6,27,46,.78) !important;
}
