
/* =========================================================
   PAGE OFFRES COMMERCIALES — DIFFÉRENTE DES EXPERTISES
   ========================================================= */

.offres-sales-hero{
  background:linear-gradient(135deg,#061B2E 0%,#082B43 55%,#064B57 100%);
  color:#fff;
  padding:72px 56px;
  position:relative;
  overflow:hidden;
}

.offres-sales-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(0,196,184,.16);
}

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

.offres-sales-hero h1{
  margin:16px 0 14px;
  max-width:980px;
  font-size:46px;
  line-height:1.04;
  text-transform:uppercase;
  letter-spacing:-.04em;
}

.offres-sales-hero h2{
  margin:0 0 20px;
  color:#00C4B8;
  text-transform:uppercase;
  font-size:22px;
}

.offres-sales-hero p{
  max-width:900px;
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.86);
}

.sales-pack{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:34px;
  padding:54px 56px;
  background:#fff;
  border-bottom:1px solid #DDE8EE;
}

.sales-pack.alt{
  background:#F4FAFC;
}

.pack-label{
  align-self:start;
  background:#061B2E;
  color:#00C4B8;
  border-radius:18px;
  padding:24px 18px;
  text-align:center;
  font-weight:900;
  text-transform:uppercase;
  font-size:18px;
  box-shadow:0 14px 30px rgba(6,27,46,.14);
}

.pack-main h2{
  margin:0 0 10px;
  text-transform:uppercase;
  font-size:30px;
  color:#061B2E;
}

.pack-objective{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.55;
  color:#425466;
  font-weight:700;
}

.pack-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-bottom:26px;
}

.pack-columns div{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:16px;
  padding:22px;
}

.sales-pack.alt .pack-columns div{
  background:#fff;
}

.pack-columns h3{
  margin:0 0 12px;
  color:#00A9A0;
  text-transform:uppercase;
  font-size:15px;
}

.pack-columns ul{
  margin:0;
  padding-left:18px;
  line-height:1.7;
  color:#061B2E;
}

.pack-action{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(135deg,#00C4B8,#07879D);
  color:#fff;
  border-radius:8px;
  padding:13px 18px;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
}

.pack-action span,
.offres-custom-cta a span{
  width:26px;
  height:26px;
  border:2px solid currentColor;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.offres-comparison{
  padding:64px 56px;
  background:#fff;
}

.offres-comparison h2,
.offres-timeline h2,
.offres-custom-cta h2{
  margin:0 0 28px;
  text-transform:uppercase;
  color:#061B2E;
  font-size:32px;
}

.comparison-table-wrap{
  overflow:auto;
  border-radius:16px;
  border:1px solid #DDE8EE;
}

.offres-comparison table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.offres-comparison th{
  background:#061B2E;
  color:#fff;
  text-transform:uppercase;
  font-size:13px;
  padding:16px;
}

.offres-comparison td{
  padding:16px;
  border-bottom:1px solid #DDE8EE;
  text-align:center;
}

.offres-comparison td:first-child{
  text-align:left;
  font-weight:900;
}

.offres-comparison td:not(:first-child){
  color:#00A9A0;
  font-weight:900;
  font-size:20px;
}

.offres-timeline{
  padding:64px 56px;
  background:#F4FAFC;
}

.timeline-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.timeline-steps div{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:16px;
  padding:24px;
  text-align:center;
  position:relative;
}

.timeline-steps strong{
  display:block;
  color:#00A9A0;
  font-size:30px;
  margin-bottom:8px;
}

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

.offres-custom-cta{
  padding:56px;
  background:linear-gradient(135deg,#00C4B8,#07879D);
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}

.offres-custom-cta h2{
  color:#fff;
  margin-bottom:10px;
}

.offres-custom-cta p{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.6;
}

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

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

@media(max-width:900px){
  .sales-pack,
  .offres-custom-cta{
    grid-template-columns:1fr;
  }

  .pack-label{
    width:max-content;
  }

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

  .timeline-steps{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .offres-sales-hero,
  .sales-pack,
  .offres-comparison,
  .offres-timeline,
  .offres-custom-cta{
    padding:42px 24px;
  }

  .offres-sales-hero h1{
    font-size:32px;
  }

  .timeline-steps{
    grid-template-columns:1fr;
  }
}


/* Bloc final Accompagnement sur mesure */
.offres-custom-cta{
  padding:56px;
  background:linear-gradient(135deg,#00C4B8,#07879D);
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}

.offres-custom-cta h2{
  color:#fff;
  margin:0 0 10px;
  text-transform:uppercase;
  font-size:32px;
}

.offres-custom-cta p{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.6;
}

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

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

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

@media(max-width:900px){
  .offres-custom-cta{
    grid-template-columns:1fr;
  }
}
