
/* =========================================================
   V13 — PAGE OFFRES EN REMPLACEMENT DYNAMIQUE CENTRE
   ========================================================= */

.critt-offres-center{
  background:#f7fbfd;
  padding:72px 56px;
  color:#061B2E;
}

.offres-intro-panel{
  background:linear-gradient(135deg,#061B2E 0%,#082B43 58%,#064B57 100%);
  color:#ffffff;
  border-radius:22px;
  padding:42px 46px;
  margin:0 0 42px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  box-shadow:0 22px 55px rgba(6,27,46,.22);
  position:relative;
  overflow:hidden;
}

.offres-intro-panel:before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(0,196,184,.16);
}

.offres-intro-panel .section-kicker,
.critt-offres-method .section-kicker{
  display:inline-block;
  color:#00C4B8;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:13px;
  margin-bottom:12px;
}

.offres-intro-panel h2{
  margin:0 0 18px;
  color:#ffffff;
  max-width:930px;
  font-size:34px;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:-.03em;
}

.offres-lead{
  color:rgba(255,255,255,.86);
  margin:0;
  max-width:980px;
  font-size:17px;
  line-height:1.75;
}

.offres-intro-panel__content{
  position:relative;
  z-index:2;
}

.offres-intro-panel__badge{
  position:relative;
  z-index:2;
  width:134px;
  height:134px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.42);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#ffffff;
  font-weight:900;
  text-transform:uppercase;
  font-size:14px;
  line-height:1.25;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 0 0 8px rgba(0,196,184,.12);
}

.critt-offres-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.critt-offre-card{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:18px;
  padding:28px;
  box-shadow:0 14px 34px rgba(6,27,46,.08);
  display:flex;
  flex-direction:column;
  min-height:410px;
}

.offre-number{
  width:50px;
  height:50px;
  border-radius:14px;
  background:rgba(0,196,184,.12);
  color:#00A9A0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}

.critt-offre-card h3{
  margin:0 0 14px;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.2;
}

.critt-offre-card p{
  margin:0 0 16px;
  color:#425466;
  line-height:1.6;
}

.critt-offre-card ul{
  margin:0 0 22px;
  padding-left:18px;
  color:#061B2E;
  line-height:1.6;
  font-size:14px;
}

.critt-offre-card a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#061B2E;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
}

.critt-offre-card a span,
.critt-offres-cta a span{
  width:25px;
  height:25px;
  border:2px solid currentColor;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.critt-offres-method{
  background:#061B2E;
  color:#fff;
  padding:64px 56px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}

.critt-offres-method h2{
  margin:0 0 18px;
  font-size:32px;
  line-height:1.12;
  text-transform:uppercase;
}

.critt-offres-method p{
  color:rgba(255,255,255,.82);
  line-height:1.7;
  font-size:16px;
  margin:0;
}

.offres-method-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.offres-method-steps div{
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  padding:24px;
  background:rgba(255,255,255,.06);
}

.offres-method-steps strong{
  display:block;
  color:#00C4B8;
  font-size:32px;
  margin-bottom:8px;
}

.offres-method-steps span{
  text-transform:uppercase;
  font-weight:900;
}

.critt-offres-cta{
  background:linear-gradient(135deg,#00C4B8,#07879D);
  color:#fff;
  padding:46px 56px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.critt-offres-cta h2{
  margin:0 0 8px;
  text-transform:uppercase;
  font-size:30px;
}

.critt-offres-cta p{
  margin:0;
  font-size:17px;
}

.critt-offres-cta a{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#fff;
  color:#061B2E;
  border-radius:8px;
  padding:13px 18px;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:980px){
  .critt-offres-grid{
    grid-template-columns:1fr 1fr;
  }

  .critt-offres-method{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .critt-offres-center,
  .critt-offres-method,
  .critt-offres-cta{
    padding:42px 24px;
  }

  .offres-intro-panel{
    grid-template-columns:1fr;
    padding:30px 24px;
  }

  .offres-intro-panel__badge{
    width:auto;
    height:auto;
    border-radius:12px;
    padding:12px 18px;
    justify-content:flex-start;
  }

  .critt-offres-grid,
  .offres-method-steps{
    grid-template-columns:1fr;
  }

  .critt-offres-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}
