#elz-home, #elz-home *{box-sizing:border-box}
#elz-home{color:#00234d;background:#fff}

/* Sections + animation reveal */
#elz-home .sec{position:relative;padding:80px 20px;overflow:hidden}
#elz-home .center{text-align:center}
#elz-home h2{font-size:32px;font-weight:600;line-height:1.12;margin:0 0 14px}
#elz-home .sub{font-size:17px;color:#5f6679;margin:0 auto 20px;max-width:780px}
#elz-home .snap{opacity:0;transform:translateY(30px);transition:opacity .7s ease, transform .7s ease}
#elz-home .snap.in{opacity:1;transform:none}

/* Boutons */
#elz-home .elz-btn{border:0;border-radius:18px;padding:16px 26px;font-size:16px;font-weight:900;cursor:pointer;color:#001d3f;transition:.25s;display:inline-flex;align-items:center;gap:10px}
#elz-home .elz-btn-primary{background:linear-gradient(120deg,#ffb11b,#fec63d);box-shadow:0 18px 46px -25px rgba(255,177,27,.55)}
#elz-home .elz-btn-primary:hover{transform:translateY(-2px)}
#elz-home .elz-btn.big{font-size:18px;padding:18px 30px}

/* Badges / pills */
#elz-home .pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.08);padding:10px 14px;border-radius:999px;font-weight:300;color:#00234d;box-shadow:0 12px 28px -18px rgba(0,0,0,.18)}
#elz-home .insight-bar{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:24px}
#elz-home .badge-free{background:#fff;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:900}

/* Gradients / blobs décoratifs */
#elz-home .grad{background:linear-gradient(90deg,#ffb11b,#fec63d);-webkit-background-clip:text;background-clip:text;color:transparent}
#elz-home .bg-blobs{position:absolute;inset:-120px -40px -120px -40px;pointer-events:none;
background:
radial-gradient(600px 260px at 15% 20%, rgba(255,180,40,.22), transparent 60%),
radial-gradient(800px 340px at 85% 80%, rgba(0,120,255,.12), transparent 65%);
filter:saturate(110%);
}

/* Why Google */
#elz-home .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:20px;max-width:1100px;margin-left:auto;margin-right:auto}
#elz-home .why-card{position:relative;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:26px;box-shadow:0 18px 46px -28px rgba(0,0,0,.18)}
#elz-home .why-card.glow{background:linear-gradient(180deg,#ffffff,#fffef7);box-shadow:0 20px 54px -32px rgba(255,177,27,.45)}
#elz-home .why-card .nub{position:absolute;top:-14px;left:-14px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffb11b;color:#fff;font-weight:900;box-shadow:0 10px 24px -10px rgba(255,177,27,.65)}
#elz-home .why-meta{margin-top:10px;font-weight:800;color:#33435b}

/* Steps – 3 étapes */
#elz-home .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:24px;max-width:1100px;margin-left:auto;margin-right:auto}
#elz-home .card-xl{background:#fffdf1;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:26px;box-shadow:0 18px 46px -28px rgba(255,177,27,.35)}
#elz-home .step h4{font-size:20px;margin:8px 0 8px}
#elz-home .step p{color:#4a546a}
#elz-home .circle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffb11b;color:#fff;font-weight:900;margin-bottom:10px;box-shadow:0 12px 28px -16px rgba(255,177,27,.6)}
#elz-home .mini{list-style:none;margin:12px 0 0;padding:0}
#elz-home .mini li{position:relative;padding-left:22px;margin:6px 0;color:#33435b}
#elz-home .mini li:before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:900}
#elz-home .flow{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:24px;flex-wrap:wrap}
#elz-home .f-box{background:#ffffff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:10px 14px;box-shadow:0 14px 34px -22px rgba(0,0,0,.18);min-width:160px;text-align:center}
#elz-home .f-arrow{color:#ffb11b;font-weight:900}

/* Comparatif – 2 colonnes (vert/rouge) */
#elz-home .compare-two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;max-width:1100px;margin:20px auto 0}
#elz-home .compare .card{border-radius:22px;padding:26px;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 46px -28px rgba(0,0,0,.18)}
#elz-home .compare .card.green{background:linear-gradient(180deg,#e9fbef,#ffffff)}
#elz-home .compare .card.red{background:linear-gradient(180deg,#ffeaea,#ffffff)}
#elz-home .compare .card h3{margin:0 0 8px}
#elz-home .compare .card p{color:#33435b}
#elz-home .compare .card ul{list-style:none;margin:12px 0 0;padding:0}
#elz-home .compare .card ul li{position:relative;padding-left:22px;margin:6px 0}
#elz-home .compare .card.green ul li:before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:900}
#elz-home .compare .card.red ul li:before{content:'✗';position:absolute;left:0;color:#e11d48;font-weight:900}
#elz-home .compare .note{margin-top:12px;font-weight:800;color:#33435b}

/* Numbers – impact (CountUp) */
#elz-home .num-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;max-width:1000px;margin:20px auto}
#elz-home .num-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:28px;text-align:center;box-shadow:0 18px 46px -28px rgba(0,0,0,.18)}
#elz-home .num{font-size:44px;font-weight:900;color:#ffb11b;margin-bottom:6px}
#elz-home .num-card p{font-weight:800;color:#0f2347;margin-bottom:6px}
#elz-home .num-card small{color:#5f6679}
#elz-home .scenarios{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:1000px;margin:20px auto 0}
#elz-home .sc-card{background:linear-gradient(180deg,#ffffff,#fffdf3);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:18px;box-shadow:0 14px 34px -24px rgba(255,177,27,.32)}
#elz-home .sc-card h4{margin:0 0 6px}

/* How clients – funnel + proofs */
#elz-home .how-clients .funnel{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;margin:14px 0 20px}
#elz-home .how-clients .f-box{background:#f7fbff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:12px 14px;min-width:160px;text-align:center;box-shadow:0 14px 34px -24px rgba(0,0,0,.18)}
#elz-home .how-clients .proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;max-width:1000px;margin:14px auto 0}
#elz-home .how-clients .p-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:20px;box-shadow:0 14px 34px -24px rgba(0,0,0,.18)}

/* Engine – puissance du moteur */
#elz-home .engine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;max-width:1100px;margin:20px auto}
#elz-home .engine .e-card{background:linear-gradient(180deg,#ffffff,#fefbf2);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:22px;box-shadow:0 18px 46px -28px rgba(255,177,27,.35);text-align:center}
#elz-home .engine .e-card h4{margin:8px 0}
#elz-home .lottie.tiny{width:88px;height:88px;margin:0 auto 8px}
#elz-home .engine-stats{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:16px 0}
#elz-home .engine-stats .es-item{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 12px 28px -20px rgba(0,0,0,.18)}

/* Utilitaires */
#elz-home .section-head{max-width:980px;margin:0 auto}
#elz-home .micro{font-size:13px;color:#5f6679}

/* Responsive */
@media (max-width: 860px){
#elz-home h2{font-size:28px}
#elz-home .num{font-size:38px}
}

#elz-home #sectors{background:linear-gradient(180deg,#ffffff 0%, #f6f8ff 100%)}
#elz-home .sectors-swiper{max-width:1200px;margin:18px auto 0;padding:6px 4px;padding-bottom:70px;}
#elz-home .sector-card{
height:100%;
background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:22px; padding:22px;
box-shadow:0 16px 46px -28px rgba(0,0,0,.18); text-align:left; position:relative;
display:flex; flex-direction:column; gap:6px;
}
#elz-home .sector-card i{font-size:26px;color:#ffb11b}
#elz-home .sector-card h3{margin:6px 0 4px;font-size:18px;font-weight:700;color:#0f2347}
#elz-home .sector-card .ex{color:#33435b;margin:0}
#elz-home .sector-card .why{color:#5f6679;margin:0}
#elz-home .seg-badge{
position:absolute; top:12px; right:12px; font-size:12px; font-weight:900;
background:#fff7d6; color:#6b4e08; border:1px solid rgba(0,0,0,.06); border-radius:999px; padding:4px 8px;
}
#elz-home .sectors-swiper .swiper-pagination-bullet{background:#c9d2ff; opacity:1}
#elz-home .sectors-swiper .swiper-pagination-bullet-active{background:#ffb11b}

@media (min-width: 920px){
#elz-home .sectors-swiper .swiper-slide{height:auto}
}

