
.se-why-root{
  --al-orange:#f58200;
  --al-yellow:#f8b400;
  --al-dark:#2f2f2f;
  --al-text:#3c3c3c;
  --al-muted:#6f6f6f;
  --al-cream:#fbf8f1;
  --al-soft:#f5f3ee;
  --al-white:#ffffff;
  --al-border:#e8e2d7;
  --al-green:#4d8b3a;
  --shadow:0 10px 30px rgba(32,32,32,.08);
  --radius:18px;
}
.se-why-root *{box-sizing:border-box}
.se-why-root{scroll-behavior:smooth}
.se-why-root{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--al-white);
  color:var(--al-text);
  line-height:1.5;
}
.se-why-root img{max-width:100%;display:block}
.se-why-root a{color:inherit}
.se-why-root .sew-container{width:min(1180px,92%);margin:auto}
.se-why-root .sew-section{padding:38px 0}
.se-why-root .sew-section-tight{padding:28px 0}
.se-why-root .sew-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:var(--al-orange);margin-bottom:10px;
}
.se-why-root h1,.se-why-root h2,.se-why-root h3,.se-why-root p{margin-top:0}
.se-why-root h1{font-size:clamp(2.5rem,5vw,4.9rem);line-height:1.02;color:#111;margin-bottom:18px}
.se-why-root h2{font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.1;color:#171717;margin-bottom:12px}
.se-why-root h3{font-size:1.15rem;color:#1f1f1f;margin-bottom:8px}
.se-why-root .sew-lead{font-size:clamp(1.08rem,2vw,1.3rem);color:#444;max-width:760px}
.se-why-root .sew-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 24px;border-radius:10px;text-decoration:none;font-weight:800;
  transition:.2s ease;border:2px solid transparent;
}
.se-why-root .sew-btn-primary{background:linear-gradient(90deg,var(--al-orange),#ff9c00);color:white}
.se-why-root .sew-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,130,0,.25)}
.se-why-root .sew-btn-secondary{background:#fff;border-color:var(--al-border);color:var(--al-dark)}
.se-why-root .sew-hero{
  background:linear-gradient(115deg,#ffffff 0%,#fbfaf6 62%,#f6efe2 100%);
  border-bottom:1px solid var(--al-border);
}
.se-why-root .sew-hero-grid{
  min-height:520px;
  display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:28px;
  padding:42px 0 34px;
}
.se-why-root .sew-hero-copy{padding-right:14px}
.se-why-root .sew-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.se-why-root .sew-hero-photo{
  align-self:stretch;display:flex;align-items:flex-end;justify-content:center;
  position:relative;overflow:hidden;border-radius:0 0 22px 22px;
}
.se-why-root .sew-hero-photo:before{
  content:"";position:absolute;inset:12% 4% 3%;
  background:radial-gradient(circle at 50% 50%,#fff 0%,#f4ead9 72%,transparent 73%);
  border-radius:34px;
}
.se-why-root .sew-hero-photo img{
  position:relative;width:min(100%,450px);height:100%;max-height:500px;
  object-fit:cover;object-position:center top;border-radius:24px;
  box-shadow:var(--shadow);
}
.se-why-root .sew-trust-strip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
  margin-top:16px;
}
.se-why-root .sew-trust-item{
  display:flex;align-items:center;gap:10px;
  padding:12px 14px;background:#fff;border:1px solid var(--al-border);
  border-radius:12px;font-weight:700;font-size:.93rem;
}
.se-why-root .sew-icon{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:#fff7eb;color:var(--al-orange);font-size:1.25rem;font-weight:900;flex:0 0 auto;
}
.se-why-root .sew-center{text-align:center}
.se-why-root .intro{max-width:850px;margin:0 auto 22px;color:var(--al-muted);font-size:1.06rem}
.se-why-root .sew-tool-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:14px;
}
.se-why-root .sew-tool-card{
  background:#fff;border:1px solid var(--al-border);border-radius:16px;
  padding:18px 12px;text-align:center;box-shadow:0 6px 18px rgba(32,32,32,.05);
}
.se-why-root .sew-tool-card .sew-icon{margin:0 auto 10px}
.se-why-root .sew-problem{
  text-align:center;margin:22px auto 0;font-size:clamp(1.5rem,3vw,2.2rem);
  font-weight:900;color:#171717;
}
.se-why-root .sew-problem span{color:var(--al-orange)}
.se-why-root .sew-subproblem{text-align:center;margin:5px 0 0;color:#555;font-size:1.05rem}
.se-why-root .sew-two-col{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:center;
}
.se-why-root .sew-benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.se-why-root .sew-benefit{
  display:flex;gap:10px;align-items:flex-start;
  background:#fff;border:1px solid var(--al-border);border-radius:14px;padding:14px;
}
.se-why-root .sew-check{
  width:28px;height:28px;border:2px solid var(--al-yellow);border-radius:50%;
  display:grid;place-items:center;color:var(--al-orange);font-weight:900;flex:0 0 auto;
}
.se-why-root .sew-path{
  display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:start;
  position:relative;
}
.se-why-root .sew-path:before{
  content:"";position:absolute;left:9%;right:9%;top:37px;height:3px;
  background:linear-gradient(90deg,var(--al-yellow),var(--al-orange),#dd4030,#444,#555);
  z-index:0;border-radius:999px;
}
.se-why-root .sew-path-step{position:relative;text-align:center;z-index:1}
.se-why-root .sew-path-bubble{
  width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;
  color:#fff;font-size:1.75rem;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.se-why-root .sew-path-step:nth-child(1) .sew-path-bubble{background:var(--al-yellow)}
.se-why-root .sew-path-step:nth-child(2) .sew-path-bubble{background:var(--al-orange)}
.se-why-root .sew-path-step:nth-child(3) .sew-path-bubble{background:#e94232}
.se-why-root .sew-path-step:nth-child(4) .sew-path-bubble{background:#3b3f43}
.se-why-root .sew-path-step:nth-child(5) .sew-path-bubble{background:#555}
.se-why-root .sew-path-step strong{display:block;color:#151515;font-size:.92rem}
.se-why-root .sew-path-step small{display:block;color:#666;line-height:1.25;margin-top:4px}
.se-why-root .sew-alliance{
  display:grid;grid-template-columns:1fr 64px 1fr 64px 1fr;gap:14px;align-items:stretch;
}
.se-why-root .sew-alliance-card{
  border-radius:16px;padding:20px;border:1px solid var(--al-border);min-height:220px;
}
.se-why-root .sew-alliance-card.sew-human{background:#fff8e9}
.se-why-root .sew-alliance-card.sew-ai{background:#fff1ee}
.se-why-root .sew-alliance-card.sew-result{background:#f1f8ed}
.se-why-root .sew-alliance-symbol{display:grid;place-items:center;font-size:2.2rem;font-weight:900;color:#222}
.se-why-root .sew-alliance-card ul{margin:10px 0 0;padding-left:18px}
.se-why-root .sew-alliance-card li{margin:6px 0}
.se-why-root .sew-profile-grid{
  display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:stretch;
}
.se-why-root .sew-profile-photo{
  background:var(--al-soft);border-radius:18px;overflow:hidden;border:1px solid var(--al-border);
}
.se-why-root .sew-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.se-why-root .sew-profile-content{
  background:#fff;border:1px solid var(--al-border);border-radius:18px;padding:24px;
}
.se-why-root .sew-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:18px 0;
  border-top:1px solid var(--al-border);border-bottom:1px solid var(--al-border);
}
.se-why-root .sew-stat{padding:16px;border-right:1px solid var(--al-border)}
.se-why-root .sew-stat:last-child{border-right:0}
.se-why-root .sew-stat strong{display:block;font-size:1.45rem;color:var(--al-orange)}
.se-why-root .sew-quote{font-size:1.22rem;font-weight:700;color:#303030;margin-bottom:0}
.se-why-root .sew-cta{
  background:linear-gradient(90deg,#fff8e8,#fff2df);
  border:1px solid #f2dfbf;border-radius:18px;text-align:center;padding:28px;
}
.se-why-root .sew-cta h2{margin-bottom:6px}
.se-why-root .sew-cta p{font-size:1.14rem;color:var(--al-orange);font-weight:800;margin-bottom:18px}
.se-why-root footer{
  background:#2d2d2d;color:#fff;padding:22px 0;
}
.se-why-root .sew-footer-row{
  display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap;
}
.se-why-root .sew-footer-row p{margin:0;color:#ddd}
@media(max-width:980px){
  .se-why-root .sew-hero-grid,.se-why-root .sew-two-col,.se-why-root .sew-profile-grid{grid-template-columns:1fr}
  .se-why-root .sew-hero-grid{min-height:auto;padding-top:34px}
  .se-why-root .sew-hero-copy{padding-right:0}
  .se-why-root .sew-hero-photo{max-height:430px}
  .se-why-root .sew-tool-grid{grid-template-columns:repeat(3,1fr)}
  .se-why-root .sew-alliance{grid-template-columns:1fr}
  .se-why-root .sew-alliance-symbol{min-height:36px}
  .se-why-root .sew-profile-photo{max-width:340px;margin:auto}
}
@media(max-width:700px){
  .se-why-root .sew-section{padding:28px 0}
  .se-why-root .sew-section-tight{padding:22px 0}
  .se-why-root .sew-hero-grid{gap:18px;padding:28px 0 24px}
  .se-why-root h1{font-size:2.55rem}
  .se-why-root .sew-trust-strip{grid-template-columns:1fr 1fr}
  .se-why-root .sew-tool-grid{grid-template-columns:1fr 1fr}
  .se-why-root .sew-two-col{gap:20px}
  .se-why-root .sew-benefit-list{grid-template-columns:1fr}
  .se-why-root .sew-path{grid-template-columns:1fr;gap:12px}
  .se-why-root .sew-path:before{display:none}
  .se-why-root .sew-path-step{display:grid;grid-template-columns:66px 1fr;gap:12px;text-align:left;align-items:center}
  .se-why-root .sew-path-bubble{width:62px;height:62px;margin:0}
  .se-why-root .sew-stats{grid-template-columns:1fr}
  .se-why-root .sew-stat{border-right:0;border-bottom:1px solid var(--al-border)}
  .se-why-root .sew-stat:last-child{border-bottom:0}
  .se-why-root .sew-cta{padding:22px 16px}
}

.se-why-root .sew-hero-flow{
  width:100%;
  max-width:430px;
  padding:22px;
  border-radius:28px;
  background:linear-gradient(135deg,#fff,#fffaf1 48%,#f8e7c4);
  border:1px solid #eadfc8;
  box-shadow:var(--shadow);
}
.se-why-root .sew-flow-title{
  text-align:center;
  font-weight:900;
  color:#1f1f1f;
  font-size:1.25rem;
  margin-bottom:14px;
}
.se-why-root .sew-flow-steps{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.se-why-root .sew-flow-step{
  display:grid;
  grid-template-columns:40px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--al-border);
  transition:.22s ease;
}
.se-why-root .sew-flow-step:hover{
  transform:translateX(5px);
  border-color:#f0c078;
  box-shadow:0 8px 18px rgba(245,130,0,.10);
}
.se-why-root .sew-flow-dot{
  grid-row:1 / span 2;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,var(--al-yellow),var(--al-orange));
}
.se-why-root .sew-flow-step strong{
  color:#1b1b1b;
  font-size:.95rem;
  letter-spacing:.02em;
}
.se-why-root .sew-flow-step small{
  color:#6c6c6c;
  font-size:.8rem;
}
.se-why-root .sew-flow-arrow{
  text-align:center;
  color:var(--al-orange);
  font-size:1.2rem;
  font-weight:900;
  line-height:1;
  padding:3px 0;
}
.se-why-root .sew-flow-step-final{
  background:linear-gradient(90deg,#fff8e8,#fff1db);
  border-color:#f2c47f;
}


.se-why-root .sew-hero-photo:before{
  content:none !important;
  display:none !important;
}
.se-why-root .sew-hero-photo{
  overflow:visible !important;
  border-radius:0 !important;
  align-self:center !important;
}
.se-why-root .sew-hero-flow{
  position:relative;
  z-index:2;
}



/* Isolation renforcée contre le thème WordPress */
.se-why-root{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden;background:#fff;font-family:Arial,Helvetica,sans-serif!important;color:#3c3c3c!important;line-height:1.5!important}
.se-why-root *{box-sizing:border-box!important}
.se-why-root section,.se-why-root header,.se-why-root footer{margin:0!important}
.se-why-root h1,.se-why-root h2,.se-why-root h3,.se-why-root p{font-family:Arial,Helvetica,sans-serif!important}
.se-why-root a::before,.se-why-root a::after{content:none!important;display:none!important}
.se-why-root .sew-hero-photo:before{content:none!important;display:none!important}
.se-page-active .entry-header,.se-page-active .page-header,.se-page-active .post-header,.se-page-active .entry-title,.se-page-active .post-title,
.se-page-active .sharedaddy,.se-page-active .sd-sharing-enabled,.se-page-active .jp-relatedposts,.se-page-active .post-navigation,
.se-page-active .entry-footer,.se-page-active .comments-area{display:none!important}
.se-page-active .site-main,.se-page-active .content-area,.se-page-active .entry-content,.se-page-active article.page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}


/* V14.2 — intégration WordPress robuste : aucune classe générique du thème */
body.se-page-active .se-why-root{
  position:relative!important;
  left:50%!important;
  right:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  overflow:hidden!important;
}
body.se-page-active .se-why-root .sew-container{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.se-page-active .se-why-root .sew-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;
  align-items:center!important;
  gap:42px!important;
}
body.se-page-active .se-why-root .sew-hero-copy{grid-column:1!important;grid-row:1!important}
body.se-page-active .se-why-root .sew-hero-photo{grid-column:2!important;grid-row:1!important;display:flex!important}
body.se-page-active .se-why-root .sew-tool-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important}
body.se-page-active .se-why-root .sew-two-col{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important}
body.se-page-active .se-why-root .sew-path{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.se-page-active .se-why-root .sew-alliance{display:grid!important;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr) 64px minmax(0,1fr)!important}
body.se-page-active .se-why-root .sew-profile-grid{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important}
body.se-page-active .se-why-root .sew-btn{font-size:16px!important;line-height:1.2!important}
body.se-page-active .se-why-root .sew-hero{background:linear-gradient(115deg,#fff 0%,#fbfaf6 62%,#f6efe2 100%)!important}
body.se-page-active .se-why-root footer{background:#f5f3ee!important;color:#2f2f2f!important;border-top:1px solid #e8e2d7!important}
body.se-page-active .se-why-root .sew-footer-row p{color:#444!important}

@media(max-width:980px){
 body.se-page-active .se-why-root .sew-hero-grid,
 body.se-page-active .se-why-root .sew-two-col,
 body.se-page-active .se-why-root .sew-profile-grid{grid-template-columns:1fr!important}
 body.se-page-active .se-why-root .sew-hero-copy,
 body.se-page-active .se-why-root .sew-hero-photo{grid-column:1!important;grid-row:auto!important}
 body.se-page-active .se-why-root .sew-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.se-page-active .se-why-root .sew-alliance{grid-template-columns:1fr!important}
}
@media(max-width:700px){
 body.se-page-active .se-why-root .sew-container{width:calc(100% - 28px)!important}
 body.se-page-active .se-why-root .sew-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.se-page-active .se-why-root .sew-path{grid-template-columns:1fr!important}
 body.se-page-active .se-why-root .sew-trust-strip{grid-template-columns:1fr 1fr!important}
}


/* V14.3 — lisibilité et titre */
.se-why-root{font-size:18px!important;}
.se-why-root .sew-title-nowrap{white-space:nowrap!important;}
.se-why-root p,
.se-why-root li,
.se-why-root small,
.se-why-root .sew-trust-item,
.se-why-root .sew-path-step strong,
.se-why-root .sew-path-step small{font-size:1.02em;}
.se-why-root .sew-btn{font-size:17px!important;}
@media(max-width:700px){
  .se-why-root{font-size:17px!important;}
  .se-why-root h1{font-size:2.35rem!important;}
}

/* V14.4 — finition du hero d'après la maquette validée */
@media(min-width:981px){
  body.se-page-active .se-why-root .sew-hero-grid{
    grid-template-columns:minmax(0,1.22fr) minmax(400px,.78fr)!important;
    gap:26px!important;
    align-items:center!important;
  }
  body.se-page-active .se-why-root .sew-hero-copy{
    min-width:0!important;
    padding-right:0!important;
  }
  body.se-page-active .se-why-root .sew-hero-photo{
    min-width:0!important;
    justify-content:flex-end!important;
  }
  body.se-page-active .se-why-root .sew-hero-flow{
    width:100%!important;
    max-width:440px!important;
    margin:0!important;
  }
  body.se-page-active .se-why-root .sew-trust-strip{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
  }
  body.se-page-active .se-why-root .sew-trust-item{
    min-width:0!important;
    width:100%!important;
    padding:12px 10px!important;
    gap:8px!important;
    font-size:.95rem!important;
    line-height:1.25!important;
    overflow:hidden!important;
  }
  body.se-page-active .se-why-root .sew-trust-item > span:last-child{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  body.se-page-active .se-why-root .sew-icon{
    width:40px!important;
    height:40px!important;
    font-size:1.12rem!important;
  }
}
