/* Page Recrutement — charte navy/orange, cohérente avec le site (scopé .bl-recrut) */
.bl-recrut{--navy:#0f1c28;--navy2:#173a56;--orange:#ef7d32;--ink:#0f1c28;--muted:#5a6675;--line:#e6eaef;color:var(--ink)}
.bl-recrut .wrap{width:min(1120px,92vw);margin:0 auto}
.bl-recrut .eyebrow{display:inline-block;background:var(--orange);color:#fff;font-size:.74rem;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}
.bl-recrut .btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;text-decoration:none;padding:15px 30px;
  border-radius:12px;transition:transform .15s,background .2s;cursor:pointer;font-size:1rem;border:0}
.bl-recrut .btn--orange{background:var(--orange);color:#fff}
.bl-recrut .btn--orange:hover{transform:translateY(-2px);background:#e06a1f}
.bl-recrut .btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
.bl-recrut .btn--ghost:hover{background:rgba(255,255,255,.1)}
.bl-recrut h2{font-size:clamp(1.6rem,2.8vw,2.15rem);font-weight:800;color:var(--navy);margin:0 0 14px}

/* HERO */
.blr-hero{background:linear-gradient(135deg,#0f1c28 0%,#173a56 100%);color:#fff;text-align:center;
  width:100vw;margin-left:calc(50% - 50vw);padding:70px 0 78px;position:relative;overflow:hidden}
.blr-hero__blob{position:absolute;width:560px;height:560px;right:-180px;top:-200px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(239,125,50,.45),rgba(239,125,50,0) 70%)}
.blr-hero .wrap{position:relative;z-index:2;max-width:780px}
.blr-hero h1{color:#fff;font-size:clamp(2.1rem,4.2vw,3.1rem);line-height:1.12;font-weight:800;margin:0 0 16px}
.blr-hero p{font-size:1.16rem;line-height:1.55;color:#c3d0dd;margin:0 auto 28px;max-width:620px}

/* SECTION HEAD générique */
.blr-head{text-align:center;max-width:660px;margin:0 auto 40px}
.blr-head p{color:var(--muted);font-size:1.05rem;margin:0}

/* ÉTAPES */
.blr-steps{padding:64px 0}
.blr-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.blr-step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 26px;position:relative;
  box-shadow:0 10px 30px rgba(15,28,40,.06)}
.blr-step__num{width:46px;height:46px;border-radius:12px;background:var(--navy);color:#fff;font-weight:800;font-size:1.2rem;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.blr-step h3{font-size:1.15rem;color:var(--navy);margin:0 0 8px}
.blr-step p{color:var(--muted);line-height:1.65;margin:0}

/* AVANTAGES */
.blr-benefits{padding:20px 0 68px}
.blr-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.blr-benef{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 26px;box-shadow:0 10px 30px rgba(15,28,40,.06)}
.blr-benef__ico{width:48px;height:48px;border-radius:12px;background:rgba(239,125,50,.13);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.blr-benef__ico svg{width:24px;height:24px;color:var(--orange)}
.blr-benef h3{font-size:1.15rem;color:var(--navy);margin:0 0 8px}
.blr-benef p{color:var(--muted);line-height:1.65;margin:0}

/* JOIN (navy, texte + liste + CTA) */
.blr-join{background:linear-gradient(135deg,#0f1c28,#173a56);color:#fff;width:100vw;margin-left:calc(50% - 50vw);
  padding:70px 0;position:relative;overflow:hidden}
.blr-join__blob{position:absolute;width:420px;height:420px;left:-150px;bottom:-170px;border-radius:50%;
  background:radial-gradient(circle at 50% 50%,rgba(239,125,50,.28),rgba(239,125,50,0) 70%)}
.blr-join .wrap{position:relative;z-index:2;max-width:820px;text-align:center}
.blr-join h2{color:#fff}
.blr-join>.wrap>p{color:#c3d0dd;font-size:1.08rem;line-height:1.6;margin:0 auto 8px;max-width:640px}
.blr-join__list{list-style:none;padding:0;margin:24px auto 30px;max-width:560px;display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:left}
.blr-join__list li{display:flex;gap:11px;align-items:flex-start;color:#dbe4ee;font-weight:600}
.blr-join__list li::before{content:"";flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:rgba(239,125,50,.9);
  margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4Z'/%3E%3C/svg%3E");background-size:15px;background-repeat:no-repeat;background-position:center}

/* CITATION */
.blr-quote{padding:70px 0}
.blr-quote__card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:44px 42px;max-width:820px;margin:0 auto;text-align:center;
  box-shadow:0 18px 44px rgba(15,28,40,.08);position:relative}
.blr-quote__mark{font-size:4rem;line-height:.6;color:var(--orange);font-weight:800}
.blr-quote__text{font-size:1.2rem;line-height:1.6;color:var(--navy);font-weight:600;margin:6px 0 22px}
.blr-quote__author{font-weight:800;color:var(--navy)}
.blr-quote__role{color:var(--muted);font-size:.95rem;margin-bottom:22px}

/* CTA FINAL */
.blr-cta{background:linear-gradient(135deg,#0f1c28,#173a56);color:#fff;text-align:center;width:100vw;margin-left:calc(50% - 50vw);
  padding:66px 0;position:relative;overflow:hidden}
.blr-cta__blob{position:absolute;width:420px;height:420px;right:-150px;bottom:-170px;border-radius:50%;
  background:radial-gradient(circle at 50% 50%,rgba(239,125,50,.28),rgba(239,125,50,0) 70%)}
.blr-cta .wrap{position:relative;z-index:2;max-width:680px}
.blr-cta h2{color:#fff}
.blr-cta p{color:#c3d0dd;font-size:1.08rem;margin:0 auto 26px;max-width:520px}

@media(max-width:860px){
  .blr-steps__grid,.blr-benefits__grid{grid-template-columns:1fr}
  .blr-join__list{grid-template-columns:1fr}
}
