
/* =========================================================
   V42 — Pages Expertises et Offres avec assets V40 validés
   ========================================================= */

#expertisesCentralContent,
#offresCentralContent{
  background:#F5F8FB;
  color:#061B2E;
}

.v42-hero{
  min-height:410px;
  padding:72px 56px;
  display:flex;
  align-items:center;
  color:#fff;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}

.v42-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(6,27,46,.95),rgba(6,27,46,.68),rgba(6,27,46,.18)),
    radial-gradient(circle at 18% 30%,rgba(0,196,184,.18),transparent 28%);
}

.v42-hero-expertises{
  background-image:url("../images/v42/hero_expertises.png");
}

.v42-hero-offres{
  background-image:url("../images/v42/hero_offres.png");
}

.v42-hero-card{
  position:relative;
  z-index:1;
  max-width:760px;
  background:rgba(6,27,46,.48);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:34px;
  backdrop-filter:blur(4px);
}

.v42-hero-card span,
.v42-intro span,
.v42-custom-offer span{
  display:inline-block;
  color:#00C4B8;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  margin-bottom:14px;
}

.v42-hero h1{
  margin:0 0 18px;
  font-size:48px;
  line-height:1.04;
  text-transform:uppercase;
  letter-spacing:-.045em;
}

.v42-hero p{
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.62;
}

.v42-intro{
  max-width:1040px;
  padding:50px 56px 20px;
}

.v42-intro h2{
  margin:0 0 14px;
  color:#061B2E;
  font-size:34px;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:-.03em;
}

.v42-intro p{
  color:#425466;
  line-height:1.7;
  font-size:16px;
  margin:0;
}

.v42-grid{
  padding:18px 56px 48px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.v42-card{
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(6,27,46,.08);
  transition:transform .22s ease, box-shadow .22s ease;
}

.v42-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(6,27,46,.14);
}

.v42-card img{
  width:100%;
  height:240px;
  object-fit:cover;
  object-position:center center;
  display:block;
  background:#061B2E;
}

.v42-card div{
  padding:24px;
}

.v42-card div span{
  display:inline-block;
  background:#EAF8F7;
  color:#00A9A0;
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
}

.v42-pack div span{
  background:#EEF5FF;
  color:#2C7FB0;
}

.v42-card h3{
  margin:0 0 12px;
  color:#061B2E;
  text-transform:uppercase;
  font-size:21px;
  line-height:1.12;
}

.v42-card p{
  margin:0 0 20px;
  color:#425466;
  line-height:1.58;
  font-size:14px;
}

.v42-card a{
  color:#0B55B8;
  text-decoration:none;
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
}

.v42-card a:hover{
  color:#00A9A0;
}

.v42-custom-offer{
  margin:0 56px 56px;
  background:#fff;
  border:2px dashed #00C4B8;
  border-radius:22px;
  padding:30px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:26px;
  align-items:center;
  box-shadow:0 12px 32px rgba(6,27,46,.06);
}

.v42-custom-offer h2{
  margin:0 0 10px;
  color:#061B2E;
  text-transform:uppercase;
  font-size:28px;
}

.v42-custom-offer p{
  margin:0;
  color:#425466;
  line-height:1.6;
}

.v42-custom-offer a{
  display:inline-flex;
  align-items:center;
  background:#00A9A0;
  color:#fff;
  border-radius:12px;
  padding:15px 20px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
}

@media(max-width:1050px){
  .v42-grid{
    grid-template-columns:1fr 1fr;
  }

  .v42-custom-offer{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .v42-hero,
  .v42-intro,
  .v42-grid{
    padding-left:24px;
    padding-right:24px;
  }

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

  .v42-hero-card{
    padding:24px;
  }

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

  .v42-custom-offer{
    margin-left:24px;
    margin-right:24px;
  }
}
