/* ITSelect Premium Motion Layer - homepage v1
   Scope volontairement limite a body.it-premium-motion pour ne pas impacter les fonctionnalites. */

body.it-premium-motion{
  background:#f5f7fb;
  overflow-x:hidden;
}

body.it-premium-motion .site-nav{
  box-shadow:0 16px 42px rgba(4,8,18,.08);
}

body.it-premium-motion .it-hero-executive{
  min-height:auto;
  isolation:isolate;
  background:
    radial-gradient(circle at 14% 18%,rgba(14,165,233,.24),transparent 32%),
    radial-gradient(circle at 86% 12%,rgba(214,181,109,.22),transparent 34%),
    linear-gradient(115deg,rgba(3,7,18,.96) 0%,rgba(5,13,28,.94) 44%,rgba(7,24,48,.88) 72%,rgba(2,6,16,.96) 100%),
    url('/assets/images/hero-executive-control.webp');
  background-size:cover;
  background-position:center right;
}

body.it-premium-motion .it-hero-executive:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.45) 64%,transparent 100%);
}

body.it-premium-motion .it-hero-executive:after{
  left:auto;
  right:-180px;
  top:18%;
  width:540px;
  height:540px;
  background:radial-gradient(circle,rgba(214,181,109,.22),rgba(14,165,233,.08) 46%,transparent 70%);
  filter:blur(46px);
  animation:it-float-halo 11s ease-in-out infinite alternate;
}

.it-hero-orbit{
  position:absolute;
  inset:auto auto 10% -160px;
  width:360px;
  height:360px;
  border-radius:50%;
  border:1px solid rgba(242,217,148,.18);
  z-index:0;
  pointer-events:none;
  box-shadow:0 0 90px rgba(14,165,233,.14),inset 0 0 58px rgba(214,181,109,.08);
  animation:it-orbit 22s linear infinite;
}

.it-hero-orbit:before,
.it-hero-orbit:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.11);
}

.it-hero-orbit:before{inset:48px}.it-hero-orbit:after{inset:96px}

body.it-premium-motion .it-hero-executive .it-hero-main{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);
  gap:clamp(28px,5vw,62px);
  align-items:center;
  padding:clamp(76px,8vw,118px) 0 clamp(30px,4vw,54px);
}

body.it-premium-motion .it-hero-copy{
  max-width:760px;
}

body.it-premium-motion .it-hero h1{
  max-width:850px;
  font-size:clamp(48px,6.5vw,92px);
  line-height:.9;
  letter-spacing:-.07em;
  text-wrap:balance;
}

body.it-premium-motion .it-hero h1 span{
  display:block;
  background:linear-gradient(100deg,#f2d994 0%,#fff3c4 38%,#80e4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

body.it-premium-motion .it-hero .lead{
  max-width:670px;
  color:#d8e1ee;
  font-size:clamp(18px,1.8vw,22px);
}

body.it-premium-motion .it-hero .it-actions{
  gap:12px;
}

body.it-premium-motion .it-hero .it-btn{
  min-height:48px;
  padding:13px 17px;
  box-shadow:0 16px 36px rgba(0,0,0,.16);
}

body.it-premium-motion .it-hero .it-btn.primary{
  box-shadow:0 20px 48px rgba(214,181,109,.26);
}

body.it-premium-motion .it-hero .it-btn.secondary:hover,
body.it-premium-motion .it-hero .it-btn.client:hover{
  box-shadow:0 22px 54px rgba(14,165,233,.18);
}

body.it-premium-motion .it-proof span{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09);
}

.it-hero-panel{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:24px;
  min-height:520px;
  color:#fff;
  background:
    linear-gradient(150deg,rgba(255,255,255,.15),rgba(255,255,255,.045)),
    rgba(5,15,32,.68);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 34px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.16);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  transform-style:preserve-3d;
}

.it-hero-panel:before{
  content:"";
  position:absolute;
  inset:-35% -45% auto auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(14,165,233,.28),transparent 68%);
  pointer-events:none;
}

.it-hero-panel:after{
  content:"";
  position:absolute;
  inset:auto -28% -32% 26%;
  height:260px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(214,181,109,.24),transparent 68%);
  pointer-events:none;
}

.it-panel-top,
.it-panel-score,
.it-panel-grid,
.it-panel-bars,
.it-panel-alerts{
  position:relative;
  z-index:1;
}

.it-panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.it-panel-label{
  display:block;
  margin-bottom:8px;
  color:#9fe8ff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:950;
}

.it-panel-top strong{
  display:block;
  color:#fff;
  font-size:24px;
  letter-spacing:-.03em;
}

.it-panel-live{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  color:#caffef;
  background:rgba(86,214,189,.11);
  border:1px solid rgba(86,214,189,.22);
  font-size:12px;
  font-weight:950;
}

.it-panel-live:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#56d6bd;
  box-shadow:0 0 0 7px rgba(86,214,189,.12);
}

.it-panel-score{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:24px 0;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.it-panel-score span{
  display:block;
  color:#c3cad8;
  font-weight:800;
}

.it-panel-score strong{
  display:block;
  margin-top:4px;
  font-size:56px;
  line-height:1;
  letter-spacing:-.06em;
  color:#f2d994;
}

.it-panel-ring{
  --p:82%;
  display:grid;
  place-items:center;
  width:118px;
  height:118px;
  border-radius:50%;
  background:conic-gradient(#f2d994 0 var(--p),rgba(255,255,255,.12) var(--p) 100%);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.it-panel-ring span{
  width:82px;
  height:82px;
  border-radius:50%;
  background:#071427;
  border:1px solid rgba(255,255,255,.12);
}

.it-panel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.it-panel-grid div{
  min-height:104px;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.105);
}

.it-panel-grid small,
.it-panel-grid span{
  display:block;
  color:#b9c4d3;
  font-weight:750;
}

.it-panel-grid small{font-size:12px}.it-panel-grid span{font-size:12px;margin-top:4px}

.it-panel-grid b{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:24px;
  letter-spacing:-.04em;
}

.it-panel-bars{
  display:grid;
  gap:9px;
  margin:22px 0 18px;
}

.it-panel-bars span{
  display:block;
  width:100%;
  height:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.11);
}

.it-panel-bars span:before{
  content:"";
  display:block;
  width:var(--w);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#56d6bd,#f2d994);
  transform-origin:left center;
  animation:it-bar-grow 1.1s cubic-bezier(.22,1,.36,1) both;
}

.it-panel-bars span:nth-child(2):before{animation-delay:.15s}.it-panel-bars span:nth-child(3):before{animation-delay:.3s}

.it-panel-alerts{
  display:grid;
  gap:10px;
}

.it-panel-alerts p{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
  padding:12px 14px;
  border-radius:18px;
  color:#dbe5f2;
  line-height:1.45;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
}

.it-panel-alerts i{
  flex:0 0 9px;
  width:9px;
  height:9px;
  margin-top:.45em;
  border-radius:50%;
  background:#56d6bd;
  box-shadow:0 0 0 6px rgba(86,214,189,.08);
}

body.it-premium-motion .it-hero-executive .it-hero-route-wrap{
  display:block!important;
  padding:0 0 clamp(36px,5vw,72px);
}

.it-hero-routes{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

.it-hero-routes .it-problem-card{
  min-height:170px;
  border-radius:24px;
  padding:18px;
  background:rgba(7,20,39,.72);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 18px 48px rgba(0,0,0,.24);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}

.it-hero-routes .it-problem-card:hover{
  transform:translateY(-6px);
  border-color:rgba(242,217,148,.46);
  box-shadow:0 26px 72px rgba(0,0,0,.34);
}

.it-hero-routes .it-problem-card i{
  width:42px;
  height:42px;
  border-radius:15px;
}

.it-hero-routes .it-problem-card .arrow{
  width:34px;
  height:34px;
}

.it-hero-routes .it-problem-card b{
  font-size:16px;
  line-height:1.18;
}

.it-hero-routes .it-problem-card small{
  font-size:12.5px;
  line-height:1.45;
}

body.it-premium-motion .it-stats-executive{
  position:relative;
  overflow:hidden;
  padding:30px 0;
  background:linear-gradient(90deg,#06101f,#071427 52%,#0b203a);
}

body.it-premium-motion .it-stats-executive:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(242,217,148,.08),transparent);
  transform:translateX(-100%);
  animation:it-stat-sheen 7s ease-in-out infinite;
}

body.it-premium-motion .it-stat{
  position:relative;
  z-index:1;
  border-right:1px solid rgba(255,255,255,.11);
}

body.it-premium-motion .it-stat strong{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:.16em;
  color:#fff1bb;
  text-shadow:0 12px 40px rgba(242,217,148,.18);
  white-space:nowrap;
  line-height:1;
}

body.it-premium-motion .it-stat strong .it-stat-value{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  white-space:nowrap;
  min-width:max-content;
  margin-top:0;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
  font-variant-numeric:tabular-nums;
}

body.it-premium-motion .it-stat > span:last-child{
  color:#d1d9e6;
  line-height:1.25;
}

body.it-premium-motion .it-path,
body.it-premium-motion .it-expertise{
  position:relative;
  overflow:hidden;
}

body.it-premium-motion .it-path:before,
body.it-premium-motion .it-expertise:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(14,165,233,.10),transparent 68%);
  pointer-events:none;
}

body.it-premium-motion .it-path:before{right:-160px;top:34px}
body.it-premium-motion .it-expertise:before{left:-190px;top:58px;background:radial-gradient(circle,rgba(214,181,109,.12),transparent 68%)}

body.it-premium-motion .it-path-card,
body.it-premium-motion .it-expertise-card{
  will-change:transform;
}

body.it-premium-motion .it-path-card:hover,
body.it-premium-motion .it-expertise-card:hover{
  transform:translateY(-7px);
}

body.it-premium-motion [data-reveal]{
  opacity:0;
  transform:translate3d(0,24px,0);
  transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
}

body.it-premium-motion [data-reveal].is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}

@keyframes it-float-halo{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-28px,32px,0) scale(1.08)}
}

@keyframes it-orbit{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@keyframes it-bar-grow{
  from{transform:scaleX(.12);opacity:.45}
  to{transform:scaleX(1);opacity:1}
}

@keyframes it-stat-sheen{
  0%,55%{transform:translateX(-100%)}
  100%{transform:translateX(100%)}
}

@media(max-width:1240px){
  .it-hero-routes{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1040px){
  body.it-premium-motion .it-hero-executive .it-hero-main{
    grid-template-columns:1fr;
    padding-top:64px;
  }
  .it-hero-panel{min-height:auto;max-width:720px}
}

@media(max-width:760px){
  body.it-premium-motion .it-hero-executive{
    background-position:center top!important;
  }
  body.it-premium-motion .it-hero-executive .it-hero-main{
    width:calc(100% - 40px)!important;
    padding:42px 0 24px!important;
  }
  body.it-premium-motion .it-hero h1{
    max-width:12ch!important;
    font-size:clamp(40px,11.8vw,56px)!important;
  }
  body.it-premium-motion .it-hero .lead{
    font-size:17px!important;
  }
  .it-hero-panel{
    min-height:auto;
    padding:18px;
    border-radius:26px;
  }
  .it-panel-score{
    padding:16px;
    border-radius:22px;
  }
  .it-panel-score strong{font-size:42px}
  .it-panel-ring{width:92px;height:92px}.it-panel-ring span{width:64px;height:64px}
  .it-panel-grid{grid-template-columns:1fr 1fr;gap:10px}
  .it-panel-grid div{min-height:92px;padding:14px}
  body.it-premium-motion .it-hero-executive .it-hero-route-wrap{
    width:calc(100% - 40px)!important;
    padding-bottom:34px!important;
  }
  .it-hero-routes{grid-template-columns:1fr;gap:12px}
  .it-hero-routes .it-problem-card{min-height:auto}
}

@media(max-width:480px){
  .it-panel-top{align-items:flex-start}
  .it-panel-top strong{font-size:20px}
  .it-panel-score{gap:12px}
  .it-panel-grid{grid-template-columns:1fr}
  body.it-premium-motion .it-stat{padding:18px 14px}
}

@media(prefers-reduced-motion:reduce){
  body.it-premium-motion *,
  body.it-premium-motion *:before,
  body.it-premium-motion *:after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
  body.it-premium-motion [data-reveal]{opacity:1!important;transform:none!important}
}

/* Correction lisibilite stats: empeche les unites (jours, %, days) de passer a la ligne. */
body.it-premium-motion .it-stat strong span[data-count-target]{
  display:inline-flex;
  white-space:nowrap;
}

@media (max-width: 760px){
  body.it-premium-motion .it-stats-executive{padding:22px 0}
  body.it-premium-motion .it-stats-grid{gap:0}
  body.it-premium-motion .it-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}
  body.it-premium-motion .it-stat:last-child{border-bottom:0}
}
