
/* =========================================================
   V22 — PAGE INNOVATION PRAGMATIQUE INDUSTRIELS
   ========================================================= */

.innovation-v22-hero{
  background:linear-gradient(135deg,#031421 0%,#061B2E 55%,#064B57 100%);
  color:#fff;
  padding:72px 56px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:42px;
  align-items:center;
}

.v22-kicker{
  color:#00C4B8;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:13px;
}

.innovation-v22-hero h1{
  margin:16px 0 20px;
  max-width:960px;
  font-size:50px;
  line-height:1.04;
  letter-spacing:-.045em;
  text-transform:uppercase;
}

.innovation-v22-hero p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.7;
}

.v22-kpi-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.v22-kpi-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:24px;
}

.v22-kpi-grid strong{
  display:block;
  color:#00C4B8;
  font-size:38px;
  margin-bottom:8px;
}

.v22-kpi-grid span{
  color:rgba(255,255,255,.86);
  font-weight:800;
}

.innovation-v22-two-volets{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.v22-volet{
  padding:62px 56px;
  color:#fff;
}

.volet-ia{background:#061B2E;}
.volet-robot{background:#0B3C55;}

.volet-header span{
  display:inline-block;
  color:#00C4B8;
  border:1px solid rgba(0,196,184,.35);
  border-radius:999px;
  padding:8px 14px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:18px;
}

.volet-header h2,
.innovation-v22-process h2,
.impacts-title h2,
.ecosystem-heading h2,
.innovation-v22-pilotes h2{
  margin:0 0 18px;
  font-size:34px;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:-.03em;
}

.volet-intro{
  color:rgba(255,255,255,.84);
  line-height:1.7;
  font-size:16px;
}

.volet-finalites{
  margin:28px 0;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  padding:24px;
}

.volet-finalites h3{
  margin:0 0 14px;
  color:#00C4B8;
  text-transform:uppercase;
}

.volet-finalites ul{
  margin:0;
  padding-left:18px;
  line-height:1.75;
}

.volet-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.volet-tags span{
  background:rgba(0,196,184,.14);
  border:1px solid rgba(0,196,184,.28);
  border-radius:999px;
  padding:9px 12px;
  font-weight:800;
  font-size:13px;
}

.innovation-v22-process{
  background:#F4FAFC;
  padding:70px 56px;
}

.v22-process-line{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.v22-process-line div{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 30px rgba(6,27,46,.07);
}

.v22-process-line strong{
  display:block;
  color:#00A9A0;
  font-size:30px;
  margin-bottom:10px;
}

.v22-process-line h3{
  margin:0 0 8px;
  color:#061B2E;
  text-transform:uppercase;
  font-size:15px;
}

.v22-process-line p{
  margin:0;
  color:#425466;
  line-height:1.55;
  font-size:14px;
}

.innovation-v22-impacts{
  background:#061B2E;
  color:#fff;
  padding:70px 56px;
}

.impacts-title h2{
  color:#fff;
  max-width:820px;
}

.impacts-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-top:30px;
}

.impacts-grid article{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:22px;
}

.impacts-grid h3{
  margin:0 0 10px;
  color:#00C4B8;
  text-transform:uppercase;
  font-size:16px;
}

.impacts-grid p{
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.55;
}

.innovation-v22-ecosystem{
  background:#fff;
  padding:70px 56px;
}

.ecosystem-heading{
  max-width:920px;
  margin-bottom:34px;
}

.ecosystem-heading p{
  color:#425466;
  line-height:1.7;
  font-size:16px;
}

.ecosystem-block{
  border-radius:22px;
  padding:32px;
  margin-top:22px;
}

.ecosystem-block.labs{
  background:#061B2E;
  color:#fff;
}

.ecosystem-block.platforms{
  background:#F4FAFC;
  color:#061B2E;
  border:1px solid #DDE8EE;
}

.ecosystem-block h3{
  margin:0 0 20px;
  text-transform:uppercase;
  color:#00C4B8;
}

.ecosystem-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.ecosystem-cards article{
  border-radius:16px;
  padding:24px;
  background:#fff;
  color:#061B2E;
  box-shadow:0 10px 26px rgba(6,27,46,.08);
}

.ecosystem-block.labs .ecosystem-cards article{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.15);
}

.ecosystem-cards strong{
  display:block;
  font-size:20px;
  margin-bottom:10px;
  color:#00C4B8;
}

.ecosystem-cards span{
  display:block;
  line-height:1.55;
  color:inherit;
  opacity:.86;
}

.innovation-v22-pilotes{
  background:linear-gradient(135deg,#00C4B8,#07879D);
  color:#fff;
  padding:58px 56px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:34px;
  align-items:center;
}

.innovation-v22-pilotes h2{
  color:#fff;
}

.innovation-v22-pilotes p{
  max-width:850px;
  margin:0;
  font-size:17px;
  line-height:1.65;
}

.pilotes-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.pilotes-actions a{
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  min-width:250px;
  background:#fff;
  color:#061B2E;
  border-radius:10px;
  padding:14px 18px;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
}

.pilotes-actions span{
  width:26px;
  height:26px;
  border:2px solid currentColor;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

@media(max-width:1080px){
  .innovation-v22-hero,
  .innovation-v22-two-volets,
  .innovation-v22-pilotes{
    grid-template-columns:1fr;
  }

  .v22-process-line{
    grid-template-columns:1fr 1fr 1fr;
  }

  .impacts-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .innovation-v22-hero,
  .v22-volet,
  .innovation-v22-process,
  .innovation-v22-impacts,
  .innovation-v22-ecosystem,
  .innovation-v22-pilotes{
    padding:42px 24px;
  }

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

  .v22-kpi-grid,
  .v22-process-line,
  .impacts-grid,
  .ecosystem-cards{
    grid-template-columns:1fr;
  }
}
