
/* =========================================================
   V25 — CTA Innovation + formulaires en popup
   ========================================================= */
.innovation-v25-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-v25-pilotes h2{
  margin:12px 0 14px;
  font-size:34px;
  line-height:1.12;
  text-transform:uppercase;
  color:#fff;
}

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

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

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

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

.v25-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}

.v25-modal.is-open{
  display:block;
}

.v25-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,20,33,.72);
  backdrop-filter:blur(4px);
}

.v25-modal-dialog{
  position:relative;
  width:min(1080px, calc(100% - 38px));
  max-height:calc(100vh - 38px);
  overflow:auto;
  margin:19px auto;
  background:#fff;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  padding:0;
  color:#061B2E;
}

.v25-modal-head{
  padding:28px 34px;
  color:#fff;
}

.v25-modal-blue .v25-modal-head{
  background:linear-gradient(135deg,#0B55B8,#2C7FB0);
}

.v25-modal-green .v25-modal-head{
  background:linear-gradient(135deg,#087B37,#149447);
}

.v25-modal-head h2{
  margin:0 0 8px;
  text-transform:uppercase;
  font-size:30px;
}

.v25-modal-head p{
  margin:0;
  opacity:.9;
}

.v25-modal-close{
  position:absolute;
  top:16px;
  right:18px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:0;
  background:#fff;
  color:#061B2E;
  font-size:28px;
  cursor:pointer;
  z-index:2;
  box-shadow:0 10px 24px rgba(0,0,0,.15);
}

.v25-popup-form{
  padding:28px 34px 34px;
}

.v25-popup-form h3{
  margin:18px 0 14px;
  text-transform:uppercase;
  color:#061B2E;
  font-size:18px;
  border-bottom:1px solid #DDE8EE;
  padding-bottom:10px;
}

.v25-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 20px;
}

.v25-form-grid.small{
  margin:14px 0;
}

.v25-popup-form label{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-weight:900;
  font-size:13px;
  color:#061B2E;
}

.v25-popup-form input,
.v25-popup-form select,
.v25-popup-form textarea{
  border:1px solid #DDE8EE;
  border-radius:9px;
  padding:11px 12px;
  font:inherit;
  background:#F9FCFD;
}

.v25-popup-form textarea{
  min-height:96px;
  resize:vertical;
}

.v25-popup-form fieldset{
  border:1px solid #DDE8EE;
  border-radius:12px;
  padding:14px;
  margin:0;
}

.v25-popup-form legend{
  font-weight:900;
  color:#061B2E;
  padding:0 6px;
}

.v25-popup-form fieldset label{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:8px;
  text-transform:none;
  font-weight:700;
  margin:8px 0;
}

.v25-privacy{
  font-size:12px;
  color:#425466;
  margin:22px 0 14px;
}

.v25-popup-form button{
  border:0;
  border-radius:10px;
  padding:14px 18px;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.v25-modal-blue .v25-popup-form button{
  background:#0B55B8;
}

.v25-modal-green .v25-popup-form button{
  background:#149447;
}

@media(max-width:900px){
  .innovation-v25-pilotes{
    grid-template-columns:1fr;
    padding:42px 24px;
  }

  .v25-form-grid{
    grid-template-columns:1fr;
  }

  .v25-modal-dialog{
    width:calc(100% - 20px);
    margin:10px auto;
    max-height:calc(100vh - 20px);
  }

  .v25-popup-form,
  .v25-modal-head{
    padding-left:22px;
    padding-right:22px;
  }
}
