
:root{
  --bg:#020711;
  --panel:rgba(3,14,27,.76);
  --line:rgba(74,211,255,.18);
  --cyan:#23c9ff;
  --cyan2:#71e3ff;
  --text:#f5f8fb;
  --muted:#a8b8c5;
  --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.site-bg{
  position:fixed;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(2,7,17,.18),rgba(2,7,17,.74) 44%,rgba(2,7,17,.95)),
    url("assets/background.jpg") center top / cover no-repeat;
}
.site-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 8%,rgba(31,156,255,.18),transparent 34%),
    linear-gradient(90deg,rgba(0,0,0,.18),transparent 22%,transparent 78%,rgba(0,0,0,.18));
}
.noise{
  position:fixed;
  inset:0;
  z-index:-2;
  opacity:.03;
  pointer-events:none;
  background-image:
    radial-gradient(circle at 30% 20%,#fff 0 1px,transparent 1px),
    radial-gradient(circle at 70% 65%,#fff 0 1px,transparent 1px);
  background-size:44px 44px,57px 57px;
}
.site-header{
  position:fixed;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:min(calc(100% - 28px),var(--max));
  height:68px;
  padding:0 16px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:18px;
  z-index:50;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:rgba(1,8,16,.58);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  transition:.25s ease;
}
.site-header.scrolled{
  top:10px;
  background:rgba(1,8,16,.86);
  border-color:rgba(65,202,255,.16);
}
.brand img{display:block;width:138px;height:auto}
.desktop-nav{
  justify-self:center;
  display:flex;
  gap:24px;
}
.desktop-nav a{
  color:#c8d3db;
  font-size:13px;
  font-weight:650;
  transition:.2s ease;
}
.desktop-nav a:hover{color:#fff}
.header-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border:1px solid rgba(55,201,255,.46);
  border-radius:11px;
  font-size:12px;
  font-weight:800;
  background:linear-gradient(180deg,rgba(7,42,67,.72),rgba(4,19,33,.65));
}
.menu-toggle{
  display:none;
  width:40px;height:40px;
  border:0;border-radius:10px;
  background:rgba(255,255,255,.04);
  cursor:pointer;
}
.menu-toggle span{
  display:block;
  width:18px;height:1px;
  background:#fff;
  margin:5px auto;
}
.hero{
  min-height:92svh;
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
  padding:118px 0 48px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:36px;
  align-items:center;
}
.eyebrow{
  margin:0 0 14px;
  color:var(--cyan2);
  font-size:12px;
  font-weight:850;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.hero h1,.section-head h2,.project-copy h2,.about-title h2,.contact-copy h2{
  margin:0;
  letter-spacing:-.045em;
}
.hero h1{
  font-size:clamp(52px,5.8vw,82px);
  line-height:.93;
  max-width:620px;
}
.hero h1 span,
.section-head h2 span,
.about-title h2 span,
.contact-copy h2 span{
  background:linear-gradient(90deg,#ecf9ff 0%,#6de1ff 38%,#0cb9ff 92%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-lead{
  max-width:560px;
  margin:20px 0 0;
  color:#b7c6d0;
  font-size:15px;
  line-height:1.62;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  font-size:13px;
  font-weight:850;
  transition:.22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#02101a;
  background:linear-gradient(90deg,#0cb8ff,#6ce3ff);
  box-shadow:0 8px 34px rgba(15,187,255,.24);
}
.btn-ghost{
  border:1px solid rgba(86,212,255,.28);
  background:rgba(2,13,25,.52);
  color:#eef8fd;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:30px;
}
.hero-proof div{
  border-top:1px solid rgba(75,205,255,.22);
  padding-top:12px;
}
.hero-proof b{
  display:block;
  color:var(--cyan);
  font-size:12px;
  margin-bottom:4px;
}
.hero-proof span{
  color:#a9bbc8;
  font-size:12px;
}
.hero-panel{
  min-height:430px;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:38px;
  border:1px solid rgba(86,210,255,.20);
  border-radius:26px;
  background:
    linear-gradient(145deg,rgba(8,31,53,.82),rgba(1,9,18,.84)),
    radial-gradient(circle at 72% 20%,rgba(16,168,255,.18),transparent 35%);
  overflow:hidden;
  box-shadow:0 35px 70px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.02) inset;
  transition:transform .25s ease;
}
.panel-glow{
  position:absolute;
  width:320px;height:320px;
  border-radius:50%;
  background:rgba(17,181,255,.13);
  filter:blur(60px);
  right:-120px;top:-100px;
}
.hero-monogram img{
  width:220px;
  max-width:52%;
  display:block;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.28));
}
.panel-kicker{
  margin:30px 0 10px;
  color:#63dfff;
  font-size:11px;
  letter-spacing:.19em;
  font-weight:850;
}
.hero-panel h2{
  margin:0;
  max-width:520px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.panel-line{
  width:100%;
  height:1px;
  background:linear-gradient(90deg,var(--cyan),transparent);
  margin:24px 0 18px;
}
.panel-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  width:100%;
  gap:16px;
}
.panel-stats span{display:grid;gap:5px}
.panel-stats small{
  color:#6b8191;
  font-size:9px;
  letter-spacing:.14em;
}
.panel-stats b{
  font-size:13px;
  color:#dbe7ee;
}
.marquee{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(2,9,18,.74);
  overflow:hidden;
}
.marquee-track{
  display:flex;
  align-items:center;
  gap:28px;
  width:max-content;
  padding:14px 0;
  animation:marquee 25s linear infinite;
}
.marquee span{
  color:#c6d2db;
  font-size:12px;
  font-weight:750;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.marquee i{color:#1fc6ff;font-style:normal}
@keyframes marquee{to{transform:translateX(-50%)}}
.section{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
  padding:82px 0;
}
.section-head{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:40px;
  align-items:end;
}
.section-head h2{
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
}
.section-head>p{
  margin:0 0 4px;
  color:#9fb1be;
  line-height:1.62;
  font-size:14px;
}

.expertise-grid{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.expertise-card{
  position:relative;
  min-height:360px;
  padding:14px 14px 18px;
  border:1px solid rgba(71,205,255,.18);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,29,47,.84),rgba(3,13,24,.82));
  box-shadow:0 24px 60px rgba(0,0,0,.16);
  transition:.22s ease;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.expertise-card:hover{
  transform:translateY(-5px);
  border-color:rgba(68,208,255,.40);
  box-shadow:0 28px 70px rgba(0,0,0,.25),0 0 40px rgba(22,180,255,.07);
}
.card-media{
  height:112px;
  flex:0 0 112px;
  margin-bottom:14px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(78,206,255,.20);
  background:rgba(2,10,18,.65);
}
.card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.card-number{
  display:block;
  color:#4e6b7d;
  font-size:11px;
  font-weight:800;
  margin-bottom:8px;
}
.expertise-card h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.12;
  letter-spacing:-.02em;
  min-height:42px;
}
.expertise-card p{
  margin:0;
  color:#9fb0bd;
  font-size:12.5px;
  line-height:1.5;
  flex:1;
}
.expertise-card a{
  display:inline-flex;
  margin-top:18px;
  gap:8px;
  color:#3cd1ff;
  font-size:12px;
  font-weight:850;
}

.project-section{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
}
.project-card{
  position:relative;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  padding:38px;
  border:1px solid rgba(74,209,255,.16);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(6,25,42,.90),rgba(2,11,21,.88));
  overflow:hidden;
}
.project-card::after{
  content:"";
  position:absolute;
  width:480px;height:480px;
  border-radius:50%;
  right:-220px;bottom:-280px;
  background:rgba(25,183,255,.11);
  filter:blur(80px);
}
.project-copy{
  align-self:center;
  position:relative;
  z-index:2;
}
.project-copy h2{
  font-size:clamp(34px,3.8vw,56px);
}
.project-lead{
  margin:16px 0 18px;
  color:#c3d0d9;
  font-size:15px;
  line-height:1.6;
}
.project-list{
  display:grid;
  gap:8px;
}
.project-list span{
  position:relative;
  padding-left:20px;
  color:#a7b7c3;
  font-size:12px;
}
.project-list span::before{
  content:"";
  position:absolute;
  width:7px;height:7px;
  border-radius:50%;
  left:0;top:5px;
  background:#29caff;
  box-shadow:0 0 14px rgba(41,202,255,.7);
}
.project-actions{
  margin-top:24px;
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}
.project-actions small{color:#607887}
.project-visual{
  display:block;
  position:relative;
  min-height:390px;
  border-radius:20px;
  overflow:hidden;
  z-index:2;
}
.project-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
  transition:.35s ease;
}
.project-visual:hover img{transform:scale(1.02)}
.project-visual>span{
  position:absolute;
  right:14px;
  bottom:14px;
  padding:10px 12px;
  border-radius:10px;
  background:rgba(1,9,18,.78);
  border:1px solid rgba(79,209,255,.24);
  color:#dff7ff;
  font-size:11px;
  font-weight:850;
}
.method-section{padding-bottom:74px}
.method-line{
  margin-top:38px;
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.method-progress{
  position:absolute;
  top:20px;
  left:3%;
  right:3%;
  height:1px;
  background:linear-gradient(90deg,#25c9ff 0%,rgba(37,201,255,.2) 100%);
}
.method-line article{
  position:relative;
  padding-top:48px;
}
.method-line article::before{
  content:"";
  position:absolute;
  width:10px;height:10px;
  top:15px;left:0;
  border-radius:50%;
  background:#03101a;
  border:2px solid #24c8ff;
  box-shadow:0 0 16px rgba(36,200,255,.35);
}
.method-line b{
  display:block;
  color:#36ceff;
  font-size:12px;
  margin-bottom:10px;
}
.method-line h3{
  margin:0 0 10px;
  font-size:17px;
}
.method-line p{
  margin:0;
  color:#91a5b2;
  font-size:12px;
  line-height:1.55;
}
.about-section{
  margin-top:10px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(2,9,18,.58);
}
.about-wrap{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
  padding:58px 0;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:50px;
  align-items:center;
}
.about-title h2{font-size:clamp(36px,3.8vw,56px);line-height:1.02}
.about-copy>p{
  margin:0;
  color:#a3b4bf;
  line-height:1.7;
  font-size:14px;
}
.about-points{
  margin-top:22px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.about-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid rgba(72,204,255,.12);
  border-radius:999px;
  background:rgba(5,20,34,.55);
  color:#c7d5de;
  font-size:11px;
}
.about-points b{color:#32ceff}
.contact-section{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
  padding:78px 0 64px;
}
.contact-wrap{
  display:grid;
  grid-template-columns:.72fr 1.28fr .65fr;
  gap:26px;
  align-items:start;
}
.contact-copy h2{
  font-size:clamp(34px,3.6vw,50px);
  line-height:1.02;
}
.contact-copy>p{
  color:#9fb0bd;
  font-size:13px;
  line-height:1.65;
}
.contact-form{
  padding:18px;
  border:1px solid rgba(73,204,255,.16);
  border-radius:18px;
  background:rgba(3,15,28,.70);
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.contact-form label{display:grid;gap:7px}
.contact-form label>span{
  color:#668092;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  border:1px solid rgba(82,180,230,.18);
  border-radius:10px;
  background:rgba(2,11,22,.72);
  color:#fff;
  padding:13px 14px;
  outline:none;
}
.contact-form textarea{resize:none;min-height:130px}
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:rgba(52,207,255,.62);
  box-shadow:0 0 0 3px rgba(52,207,255,.06);
}
.contact-form>label{margin-top:12px}
.contact-form button{
  width:100%;
  margin-top:12px;
  border:0;
  min-height:46px;
  border-radius:10px;
  color:#02111b;
  background:linear-gradient(90deg,#0ab6ff,#64e1ff);
  font-weight:900;
  cursor:pointer;
}
.contact-card{
  padding:18px;
  border:1px solid rgba(74,205,255,.14);
  border-radius:18px;
  background:rgba(3,14,27,.58);
  display:grid;
  gap:10px;
  color:#c6d2db;
  font-size:12px;
}
.contact-card strong{
  color:#fff;
  font-size:15px;
}
.contact-label{
  color:#4ed6ff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.14em;
}
.contact-card a:hover{color:#42d3ff}
.site-footer{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto;
  min-height:120px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  position:relative;
}
.footer-brand img{width:126px;display:block}
.footer-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.footer-tagline{
  margin:0;
  text-align:center;
  color:#35cbff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.footer-rail{
  position:relative;
  display:block;
  width:min(320px,52vw);
  height:2px;
  border-radius:999px;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(30,109,156,.08),rgba(76,214,255,.3),rgba(30,109,156,.08));
  box-shadow:0 0 0 1px rgba(78,214,255,.06),0 0 18px rgba(37,192,255,.15);
}
.footer-rail i{
  position:absolute;
  top:50%;
  left:-24%;
  width:24%;
  height:8px;
  transform:translateY(-50%);
  border-radius:999px;
  background:linear-gradient(90deg,rgba(53,203,255,0),rgba(93,229,255,.92),rgba(53,203,255,0));
  filter:blur(1px);
  box-shadow:0 0 16px rgba(88,224,255,.6);
  animation:footerRailSweep 4.2s linear infinite;
}
.site-footer nav{
  display:flex;
  gap:18px;
}
.site-footer nav a{
  font-size:10px;
  color:#91a5b2;
}
.site-footer nav a:hover{color:#fff}
.footer-legal{
  position:absolute;
  right:0;
  bottom:10px;
  display:flex;
  gap:12px;
}
.footer-legal a{
  font-size:9px;
  color:#526979;
}
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease,transform .75s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
.mobile-panel{display:none}

@media(max-width:1180px){
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .site-header{grid-template-columns:auto 1fr auto}
  .mobile-panel{
    position:fixed;
    z-index:45;
    top:88px;
    left:14px;
    right:14px;
    display:grid;
    gap:8px;
    padding:16px;
    border:1px solid rgba(74,209,255,.16);
    border-radius:16px;
    background:rgba(1,8,16,.96);
    backdrop-filter:blur(18px);
    transform:translateY(-12px);
    opacity:0;
    pointer-events:none;
    transition:.22s ease;
  }
  .mobile-panel.open{
    transform:none;
    opacity:1;
    pointer-events:auto;
  }
  .mobile-panel a{
    padding:12px;
    border-radius:10px;
    color:#d9e5ec;
    font-size:13px;
  }
  .hero{
    grid-template-columns:1fr;
    gap:28px;
    min-height:auto;
    padding-top:112px;
  }
  .hero-panel{min-height:390px}
  .section-head,
  .about-wrap{
    grid-template-columns:1fr;
    gap:20px;
  }
  .expertise-grid{grid-template-columns:repeat(2,1fr)}
  .project-card{grid-template-columns:1fr}
  .method-line{grid-template-columns:1fr 1fr}
  .method-progress{display:none}
  .method-line article::before{display:none}
  .method-line article{padding:18px;border:1px solid rgba(74,209,255,.12);border-radius:14px;background:rgba(3,15,28,.56)}
  .contact-wrap{grid-template-columns:1fr}
  .site-footer{grid-template-columns:1fr;text-align:center;padding:22px 0 40px}
  .footer-brand img{margin:auto}
  .footer-center{order:2}
  .footer-rail{width:min(280px,74vw)}
  .site-footer nav{justify-content:center;flex-wrap:wrap;order:3}
  .footer-legal{position:static;justify-content:center;order:4}
}
@media(max-width:700px){
  .site-header{height:64px}
  .brand img{width:116px}
  .hero h1{font-size:46px}
  .hero-proof{grid-template-columns:1fr}
  .panel-stats{grid-template-columns:1fr}
  .panel-stats span{border-top:1px solid rgba(74,209,255,.12);padding-top:10px}
  .section{padding:64px 0}
  .section-head h2{font-size:36px}
  .expertise-grid{grid-template-columns:1fr}
  .expertise-card{min-height:auto}
  .project-card{padding:24px}
  .project-visual{min-height:280px}
  .method-line{grid-template-columns:1fr}
  .about-wrap{padding:48px 0}
  .contact-section{padding:60px 0}
  .form-row{grid-template-columns:1fr}
}


/* V3 — expertise alignment correction only */
@media(min-width:1181px){
  #expertises .section-head{
    align-items:end;
  }
  #expertises .expertise-grid{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:1180px){
  .expertise-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .expertise-grid{
    grid-template-columns:1fr;
  }
  .expertise-card{
    min-height:auto;
  }
  .card-media{
    height:150px;
    flex-basis:150px;
  }
}


/* V4 — Expertises : images individuelles originales du ZIP */
#expertises .expertise-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

#expertises .expertise-card{
  padding:12px 12px 18px;
  min-width:0;
}

#expertises .card-media{
  width:100%;
  height:auto;
  aspect-ratio:520 / 250;
  flex:0 0 auto;
  margin:0 0 14px;
  border-radius:13px;
  overflow:hidden;
  background:#03101b;
}

#expertises .card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#03101b;
}

#expertises .expertise-card h3{
  min-height:44px;
}

@media(max-width:1180px){
  #expertises .expertise-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  #expertises .expertise-grid{
    grid-template-columns:1fr;
  }
}


/* V5 — Expertise images slightly larger */
#expertises .card-media{
  aspect-ratio:520 / 230;
  margin-bottom:12px;
}

#expertises .card-media img{
  transform:scale(1.14);
  transform-origin:center;
}

#expertises .expertise-card{
  min-height:370px;
}

@media(max-width:1180px){
  #expertises .card-media img{
    transform:scale(1.10);
  }
}

@media(max-width:700px){
  #expertises .card-media img{
    transform:scale(1.06);
  }
}


/* V6 — integration des nouvelles images individuelles */
#expertises .card-media{
  width:100%;
  aspect-ratio:16 / 9;
  height:auto;
  flex:0 0 auto;
  margin-bottom:14px;
  border-radius:14px;
  overflow:hidden;
  background:#03101b;
  border:1px solid rgba(78,206,255,.24);
}

#expertises .card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:none !important;
}

#expertises .expertise-card{
  min-height:385px;
}

@media(max-width:1180px){
  #expertises .card-media{
    aspect-ratio:16 / 9;
  }
}

@media(max-width:700px){
  #expertises .card-media{
    aspect-ratio:16 / 9;
  }
}


/* ============================================================
   V7 — Hero retravaillé + animations expertise + logo plus grand
   ============================================================ */

/* Header */
.brand img{
  width:176px !important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.25));
}
.desktop-nav a{
  position:relative;
}
.desktop-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#54d9ff,transparent);
  transform:translateX(-50%);
  transition:width .24s ease;
}
.desktop-nav a:hover::after{width:115%}
.header-cta{
  box-shadow:0 0 0 1px rgba(255,255,255,.02) inset,0 0 24px rgba(17,185,255,.06);
}
.header-cta:hover{
  border-color:rgba(83,218,255,.82);
  box-shadow:0 0 24px rgba(17,185,255,.16);
}

/* Home / hero */
.hero{
  position:relative;
  min-height:760px !important;
  padding:104px 0 42px !important;
  grid-template-columns:.88fr 1.12fr !important;
  gap:44px !important;
}
.hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:68px -8vw -6px;
  border-radius:0 0 32px 32px;
  background:
    linear-gradient(90deg,rgba(2,7,17,.90) 0%,rgba(2,7,17,.58) 42%,rgba(2,7,17,.22) 100%),
    linear-gradient(180deg,rgba(2,7,17,.22),rgba(2,7,17,.70)),
    url("assets/background.jpg") 58% 48% / cover no-repeat;
  opacity:.96;
  mask-image:linear-gradient(to bottom,transparent 0%,black 8%,black 90%,transparent 100%);
}
.hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:420px;
  height:420px;
  left:-180px;
  top:180px;
  border-radius:50%;
  background:rgba(23,180,255,.10);
  filter:blur(90px);
}
.hero-copy{
  position:relative;
  padding:28px 0;
}
.hero-copy::before{
  content:"";
  position:absolute;
  left:-26px;
  top:22px;
  bottom:22px;
  width:1px;
  background:linear-gradient(180deg,transparent,#28caff 22%,rgba(40,202,255,.16) 75%,transparent);
}
.hero h1{
  font-size:clamp(58px,5.9vw,90px) !important;
  max-width:680px !important;
}
.hero-lead{
  max-width:590px !important;
  font-size:16px !important;
}
.hero-proof{
  max-width:610px;
}
.hero-proof div{
  background:linear-gradient(180deg,rgba(8,28,45,.30),rgba(4,13,24,.10));
  border-radius:0 0 10px 10px;
  padding:12px 10px 10px;
}
.hero-actions .btn-primary{
  position:relative;
  overflow:hidden;
}
.hero-actions .btn-primary::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-35%;
  width:26%;
  height:200%;
  transform:rotate(20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
  animation:buttonShine 4.2s ease-in-out infinite;
}
@keyframes buttonShine{
  0%,65%{left:-35%}
  85%,100%{left:120%}
}

/* New hero showcase */
.hero-panel{
  min-height:500px !important;
  padding:36px 40px 32px !important;
  justify-content:flex-start !important;
  background:
    linear-gradient(145deg,rgba(4,22,39,.78),rgba(1,9,18,.90)),
    url("assets/background.jpg") 65% 45% / cover no-repeat !important;
  border-color:rgba(81,215,255,.30) !important;
  box-shadow:
    0 38px 90px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.025) inset,
    0 0 60px rgba(18,174,255,.08) !important;
}
.hero-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(2,12,23,.08),rgba(2,12,23,.38)),
    radial-gradient(circle at 74% 30%,rgba(29,191,255,.13),transparent 32%);
  pointer-events:none;
}
.hero-panel>*{position:relative;z-index:2}
.hero-visual-grid{
  position:absolute !important;
  inset:0;
  z-index:1 !important;
  opacity:.12;
  background-image:
    linear-gradient(rgba(70,208,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(70,208,255,.14) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(135deg,transparent 10%,black 65%,transparent);
}
.hero-panel-top{
  width:100%;
  display:flex;
  align-items:center;
  gap:9px;
  color:#91a9b8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.live-dot{
  width:7px;height:7px;
  border-radius:50%;
  background:#2bd2ff;
  box-shadow:0 0 15px rgba(43,210,255,.95);
  animation:livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse{
  50%{opacity:.45;box-shadow:0 0 5px rgba(43,210,255,.45)}
}
.hero-monogram{
  margin-top:52px;
}
.hero-monogram img{
  width:285px !important;
  max-width:62% !important;
}
.hero-panel .panel-kicker{
  margin:30px 0 10px !important;
}
.hero-panel h2{
  font-size:clamp(34px,3.2vw,48px) !important;
  max-width:570px !important;
}
.hero-panel h2 span{
  color:#5bdbff;
}
.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.hero-tags span{
  padding:8px 10px;
  border:1px solid rgba(76,210,255,.18);
  border-radius:999px;
  background:rgba(2,14,25,.50);
  color:#c1d3dd;
  font-size:10px;
  font-weight:750;
}
.panel-line{
  margin:24px 0 16px !important;
}
.panel-scan{
  position:absolute !important;
  z-index:3 !important;
  left:0;
  right:0;
  top:-30%;
  height:90px;
  background:linear-gradient(180deg,transparent,rgba(60,213,255,.08),transparent);
  animation:panelScan 5.5s linear infinite;
  pointer-events:none;
}
@keyframes panelScan{
  to{top:110%}
}

/* Expertise hover animations */
#expertises .expertise-card{
  isolation:isolate;
  transform-style:preserve-3d;
  will-change:transform;
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease !important;
}
#expertises .expertise-card::before{
  content:"";
  position:absolute;
  z-index:4;
  inset:-1px;
  border-radius:18px;
  background:linear-gradient(115deg,transparent 25%,rgba(91,221,255,.18) 47%,transparent 68%);
  transform:translateX(-130%);
  transition:transform .65s ease;
  pointer-events:none;
}
#expertises .expertise-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  z-index:-1;
  opacity:0;
  background:radial-gradient(circle at 50% 0%,rgba(29,195,255,.16),transparent 52%);
  transition:opacity .3s ease;
}
#expertises .expertise-card:hover{
  transform:translateY(-10px) scale(1.012) !important;
  border-color:rgba(79,217,255,.56) !important;
  box-shadow:
    0 30px 74px rgba(0,0,0,.34),
    0 0 36px rgba(18,188,255,.11) !important;
}
#expertises .expertise-card:hover::before{
  transform:translateX(130%);
}
#expertises .expertise-card:hover::after{opacity:1}
#expertises .card-media{
  position:relative;
  overflow:hidden;
}
#expertises .card-media::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow:inset 0 -40px 40px -36px rgba(17,188,255,.30);
  pointer-events:none;
}
#expertises .card-media img{
  transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .35s ease !important;
}
#expertises .expertise-card:hover .card-media img{
  transform:scale(1.075) !important;
  filter:brightness(1.10) saturate(1.10);
}
#expertises .expertise-card h3{
  transition:color .25s ease,transform .25s ease;
}
#expertises .expertise-card:hover h3{
  color:#63dcff;
  transform:translateX(3px);
}
#expertises .expertise-card a span{
  display:inline-block;
  transition:transform .25s ease;
}
#expertises .expertise-card:hover a span{
  transform:translateX(5px);
}
#expertises .card-number{
  transition:color .25s ease;
}
#expertises .expertise-card:hover .card-number{
  color:#50d7ff;
}

/* Section head gets a tiny interactive line */
#expertises .section-head h2{
  position:relative;
}
#expertises .section-head h2::after{
  content:"";
  display:block;
  width:76px;
  height:2px;
  margin-top:18px;
  background:linear-gradient(90deg,#30cbff,transparent);
  box-shadow:0 0 16px rgba(48,203,255,.25);
}

/* More compact on smaller screens */
@media(max-width:1180px){
  .brand img{width:156px !important}
  .hero{min-height:auto !important}
  .hero::before{inset:68px -3vw 0}
}
@media(max-width:700px){
  .brand img{width:135px !important}
  .hero::before{inset:60px -18px 0}
  .hero-copy::before{display:none}
  .hero-panel{min-height:420px !important;padding:28px !important}
  .hero-monogram img{width:220px !important;max-width:75% !important}
}

/* ===== Reboot V8 : hero élargi avec texte intégré ===== */
.hero.hero-integrated{
  min-height:auto !important;
  display:block !important;
  padding:118px 0 34px !important;
}
.hero-integrated .hero-panel-wide{
  min-height:560px;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:34px;
  align-items:stretch;
  padding:34px;
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(4,22,39,.82),rgba(1,9,18,.92)),
    url("assets/background.jpg") 62% 48%/cover no-repeat !important;
  border:1px solid rgba(82,216,255,.28);
  box-shadow:0 35px 90px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.02) inset;
  overflow:hidden;
}
.hero-integrated .hero-panel-wide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,10,18,.78) 0%,rgba(2,10,18,.46) 38%,rgba(2,10,18,.18) 100%),
    radial-gradient(circle at 80% 20%,rgba(28,190,255,.16),transparent 28%);
  pointer-events:none;
}
.hero-wide-copy,
.hero-wide-visual{position:relative;z-index:2}
.hero-wide-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:650px;
  padding:8px 4px 8px 4px;
}
.hero-wide-copy .eyebrow{margin-bottom:16px}
.hero-wide-copy h1{
  font-size:clamp(62px,6.2vw,96px) !important;
  max-width:760px !important;
}
.hero-wide-copy .hero-lead{
  max-width:560px;
  font-size:16px;
}
.hero-wide-copy .hero-actions{margin-top:28px}
.hero-wide-copy .hero-proof{
  max-width:600px;
  margin-top:30px;
}
.hero-wide-visual{
  align-self:center;
  min-height:470px;
  padding:28px 30px;
  border-radius:24px;
  border:1px solid rgba(88,213,255,.22);
  background:
    linear-gradient(180deg,rgba(4,17,31,.52),rgba(2,11,20,.78)),
    radial-gradient(circle at 70% 18%,rgba(33,197,255,.13),transparent 30%);
  backdrop-filter:blur(8px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 24px 60px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.02) inset;
}
.hero-wide-visual .hero-monogram{margin-top:28px}
.hero-wide-visual .hero-monogram img{
  width:320px !important;
  max-width:78% !important;
}
.hero-wide-visual .panel-kicker{margin:28px 0 10px !important}
.hero-wide-visual h2{
  font-size:clamp(34px,3.1vw,48px) !important;
  line-height:1.06;
}
.hero-wide-visual .hero-tags{margin-top:18px}
.hero-wide-visual .panel-stats{margin-top:2px}
.hero-integrated .panel-glow{
  width:430px;
  height:430px;
  right:-140px;
  top:-120px;
  background:rgba(16,181,255,.15);
}
.hero-integrated .hero-visual-grid{
  opacity:.12;
}
.hero-integrated .panel-scan{
  left:0;
  right:0;
}

@media (max-width: 1180px){
  .hero-integrated .hero-panel-wide{
    grid-template-columns:1fr;
    padding:28px;
    min-height:auto;
  }
  .hero-wide-copy{max-width:none}
  .hero-wide-visual{
    min-height:430px;
  }
  .hero-integrated .panel-scan{left:0;right:0}
}
@media (max-width: 700px){
  .hero.hero-integrated{padding-top:102px !important}
  .hero-integrated .hero-panel-wide{padding:20px;border-radius:22px;gap:20px}
  .hero-wide-copy h1{font-size:clamp(46px,12vw,62px) !important}
  .hero-wide-visual{padding:22px 20px;min-height:360px}
  .hero-wide-visual .hero-monogram img{width:250px !important;max-width:86% !important}
  .hero-wide-copy .hero-proof{grid-template-columns:1fr}
}


/* V9 — hero pleine largeur */
.hero.hero-integrated{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:102px 0 28px !important;
}

.hero-integrated .hero-panel-wide{
  width:100% !important;
  max-width:none !important;
  border-radius:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  padding-left:clamp(32px,6vw,120px) !important;
  padding-right:clamp(32px,6vw,120px) !important;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr) !important;
  gap:clamp(36px,4vw,80px) !important;
}

.hero-wide-copy{
  max-width:720px !important;
  justify-self:end;
  width:100%;
}

.hero-wide-visual{
  max-width:760px;
  width:100%;
  justify-self:start;
}

@media(max-width:1180px){
  .hero-integrated .hero-panel-wide{
    grid-template-columns:1fr !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }
  .hero-wide-copy,
  .hero-wide-visual{
    max-width:900px !important;
    justify-self:center !important;
  }
}

@media(max-width:700px){
  .hero-integrated .hero-panel-wide{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}

/* V10 — hero responsive et mieux adapté à la taille de la fenêtre */
.hero.hero-integrated{
  min-height:calc(100svh - 22px) !important;
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:96px 0 24px !important;
  display:flex !important;
  align-items:stretch !important;
}

.hero-integrated .hero-panel-wide{
  position:relative;
  width:100% !important;
  max-width:none !important;
  min-height:clamp(620px, calc(100svh - 132px), 860px) !important;
  margin:0 auto !important;
  padding:clamp(28px, 3vw, 52px) clamp(26px, 4vw, 72px) !important;
  border-radius:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  display:grid !important;
  grid-template-columns:minmax(360px, 1.05fr) minmax(420px, 1fr) !important;
  align-items:center !important;
  align-content:center !important;
  gap:clamp(24px, 3vw, 56px) !important;
}

.hero-integrated .hero-panel-wide::before{
  background:
    linear-gradient(90deg,rgba(2,10,18,.82) 0%,rgba(2,10,18,.58) 34%,rgba(2,10,18,.26) 70%,rgba(2,10,18,.18) 100%),
    radial-gradient(circle at 78% 24%,rgba(28,190,255,.16),transparent 28%) !important;
}

.hero-wide-copy,
.hero-wide-visual{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  align-self:center !important;
}

.hero-wide-copy{
  justify-self:start !important;
  padding:4px 0 !important;
}

.hero-wide-copy h1{
  max-width:700px !important;
  font-size:clamp(56px, 5vw, 92px) !important;
  line-height:.95 !important;
}

.hero-wide-copy .hero-lead{
  max-width:640px !important;
  font-size:clamp(15px, 1.05vw, 17px) !important;
}

.hero-wide-copy .hero-proof{
  max-width:640px !important;
}

.hero-wide-visual{
  justify-self:end !important;
  max-width:min(100%, 720px) !important;
  min-height:clamp(380px, 44vh, 520px) !important;
  padding:clamp(24px, 2.3vw, 32px) !important;
}

.hero-wide-visual .hero-monogram img{
  width:min(340px, 72%) !important;
  max-width:72% !important;
}

.hero-wide-visual h2{
  font-size:clamp(32px, 2.4vw, 46px) !important;
}

.hero-wide-visual .panel-stats{
  gap:12px !important;
}

@media (max-width: 1440px){
  .hero-integrated .hero-panel-wide{
    grid-template-columns:minmax(320px, .98fr) minmax(390px, 1fr) !important;
    padding-left:clamp(24px, 3vw, 48px) !important;
    padding-right:clamp(24px, 3vw, 48px) !important;
  }
}

@media (max-width: 1180px){
  .hero.hero-integrated{
    min-height:auto !important;
    padding:98px 0 22px !important;
  }

  .hero-integrated .hero-panel-wide{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    align-items:start !important;
    gap:22px !important;
    padding:28px !important;
  }

  .hero-wide-copy,
  .hero-wide-visual{
    justify-self:stretch !important;
    max-width:920px !important;
    margin:0 auto !important;
  }

  .hero-wide-copy h1{
    max-width:760px !important;
  }

  .hero-wide-visual{
    min-height:380px !important;
  }
}

@media (max-width: 700px){
  .hero.hero-integrated{
    padding:90px 0 18px !important;
  }

  .hero-integrated .hero-panel-wide{
    padding:20px 18px !important;
    gap:18px !important;
  }

  .hero-wide-copy h1{
    font-size:clamp(42px, 11vw, 60px) !important;
    line-height:.96 !important;
  }

  .hero-wide-copy .hero-proof{
    grid-template-columns:1fr !important;
  }

  .hero-wide-visual{
    min-height:330px !important;
    padding:20px !important;
  }

  .hero-wide-visual .hero-monogram img{
    width:min(250px, 82%) !important;
    max-width:82% !important;
  }

  .hero-wide-visual .panel-stats{
    grid-template-columns:1fr !important;
  }
}

/* V11 — hero en deux blocs séparés mais dans le même style */
.hero-integrated .hero-panel-wide{
  display:block !important;
}

.hero-integrated .hero-split-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px, 2.2vw, 34px);
  align-items:stretch;
  min-height:inherit;
}

.hero-integrated .hero-split-block{
  position:relative;
  overflow:hidden;
  min-width:0;
  min-height:clamp(420px, 60vh, 640px);
  border-radius:32px;
  border:1px solid rgba(60,185,255,.2);
  background:
    linear-gradient(180deg,rgba(5,18,34,.82),rgba(4,14,28,.76)),
    radial-gradient(circle at 84% 16%,rgba(44,199,255,.18),transparent 24%),
    radial-gradient(circle at 20% 80%,rgba(13,84,144,.12),transparent 30%);
  box-shadow:0 28px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(10px);
}

.hero-integrated .hero-split-block::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.02),transparent 24%),
    linear-gradient(180deg,rgba(44,199,255,.05),transparent 35%);
}

.hero-integrated .hero-copy-block,
.hero-integrated .hero-visual-block{
  padding:clamp(28px, 3vw, 44px);
}

.hero-integrated .hero-copy-block{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hero-integrated .hero-copy-block .eyebrow,
.hero-integrated .hero-copy-block h1,
.hero-integrated .hero-copy-block .hero-lead,
.hero-integrated .hero-copy-block .hero-actions,
.hero-integrated .hero-copy-block .hero-proof{
  position:relative;
  z-index:2;
}

.hero-integrated .hero-copy-block::after{
  content:"";
  position:absolute;
  right:-10%;
  bottom:-12%;
  width:46%;
  height:54%;
  background:radial-gradient(circle,rgba(25,167,255,.16),transparent 68%);
  filter:blur(8px);
}

.hero-integrated .hero-wide-copy h1{
  max-width:none !important;
}

.hero-integrated .hero-wide-copy .hero-lead{
  max-width:none !important;
}

.hero-integrated .hero-wide-copy .hero-proof{
  max-width:none !important;
}

.hero-integrated .hero-visual-block{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.hero-integrated .hero-visual-block .hero-panel-top,
.hero-integrated .hero-visual-block .hero-monogram,
.hero-integrated .hero-visual-block .panel-kicker,
.hero-integrated .hero-visual-block h2,
.hero-integrated .hero-visual-block .hero-tags,
.hero-integrated .hero-visual-block .panel-line,
.hero-integrated .hero-visual-block .panel-stats{
  position:relative;
  z-index:2;
}

.hero-integrated .hero-visual-block .hero-panel-top{
  margin-bottom:24px;
}

.hero-integrated .hero-visual-block .hero-monogram img{
  width:min(300px, 68%) !important;
}

.hero-integrated .hero-visual-block h2{
  max-width:470px;
}

.hero-integrated .hero-visual-block .panel-line{
  width:100%;
  margin-top:22px;
}

@media (max-width: 1180px){
  .hero-integrated .hero-split-grid{
    grid-template-columns:1fr;
  }

  .hero-integrated .hero-split-block{
    min-height:auto;
  }
}

@media (max-width: 700px){
  .hero-integrated .hero-copy-block,
  .hero-integrated .hero-visual-block{
    padding:22px 18px;
    border-radius:24px;
  }

  .hero-integrated .hero-visual-block .hero-monogram img{
    width:min(220px, 74%) !important;
  }
}


/* V12 — blocs hero même taille + scan line pleine largeur */
.hero-integrated .hero-panel-wide{
  align-items:stretch;
}

.hero-integrated .hero-split-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch;
}

.hero-integrated .hero-split-block{
  min-height:clamp(430px, 58vh, 620px);
}

.hero-integrated .hero-copy-block{
  height:100%;
}

.hero-integrated .hero-wide-copy h1,
.hero-integrated .hero-wide-copy .hero-lead,
.hero-integrated .hero-wide-copy .hero-proof{
  max-width:none !important;
}

.hero-integrated .hero-visual-block{
  height:100%;
}

.hero-integrated .panel-scan{
  left:0 !important;
  right:0 !important;
  width:100% !important;
}

@media (max-width: 1180px){
  .hero-integrated .hero-split-grid{
    grid-template-columns:1fr !important;
  }
}


/* V13 — Hero sans rectangles : textes directement sur le fond */
@media (min-width:1181px){
  .hero-integrated .hero-split-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    align-items:center !important;
    gap:clamp(50px,6vw,110px) !important;
  }

  .hero-integrated .hero-split-block,
  .hero-integrated .hero-copy-block,
  .hero-integrated .hero-visual-block,
  .hero-integrated .hero-wide-copy,
  .hero-integrated .hero-wide-visual{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    overflow:visible !important;
    padding:clamp(26px,2.5vw,42px) 0 !important;
  }

  .hero-integrated .hero-split-block::before,
  .hero-integrated .hero-copy-block::after{
    display:none !important;
  }

  .hero-integrated .hero-copy-block{
    padding-left:clamp(28px,5vw,96px) !important;
  }

  .hero-integrated .hero-visual-block{
    padding-right:clamp(28px,5vw,96px) !important;
  }

  .hero-integrated .hero-copy-block::after{
    content:none !important;
  }

  .hero-integrated .hero-wide-copy h1,
  .hero-integrated .hero-wide-copy .hero-lead,
  .hero-integrated .hero-wide-copy .hero-proof{
    max-width:none !important;
  }

  .hero-integrated .hero-visual-block{
    justify-content:center !important;
  }

  .hero-integrated .hero-visual-block .panel-line{
    width:100% !important;
  }
}

/* meilleur contraste directement sur le fond */
.hero-integrated .hero-wide-copy h1,
.hero-integrated .hero-wide-visual h2{
  text-shadow:0 8px 28px rgba(0,0,0,.48);
}

.hero-integrated .hero-wide-copy .hero-lead,
.hero-integrated .hero-panel-top,
.hero-integrated .panel-kicker,
.hero-integrated .panel-stats{
  text-shadow:0 3px 14px rgba(0,0,0,.62);
}

/* petite séparation verticale discrète au centre, sans cadre */
@media (min-width:1181px){
  .hero-integrated .hero-split-grid::after{
    content:"";
    position:absolute;
    top:12%;
    bottom:12%;
    left:50%;
    width:1px;
    background:linear-gradient(
      180deg,
      transparent,
      rgba(74,211,255,.18) 18%,
      rgba(74,211,255,.18) 82%,
      transparent
    );
    transform:translateX(-50%);
    pointer-events:none;
  }
}

/* scan lumineux sur toute la largeur du hero */
.hero-integrated .panel-scan{
  left:0 !important;
  right:0 !important;
  width:100% !important;
  max-width:none !important;
}

/* tablette/mobile : garder le fond libre, blocs empilés */
@media (max-width:1180px){
  .hero-integrated .hero-split-block,
  .hero-integrated .hero-copy-block,
  .hero-integrated .hero-visual-block{
    border:0 !important;
    background:none !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
  }
}


/* ============================================================
   V14 — Finition premium
   Structure V13 conservée, uniquement polish visuel/interactions.
   ============================================================ */

/* HEADER */
.site-header{
  background:rgba(1,8,16,.64);
  border-color:rgba(87,215,255,.10);
  box-shadow:
    0 18px 60px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.025);
}
.site-header.scrolled{
  background:rgba(1,8,16,.90);
  border-color:rgba(69,205,255,.20);
  box-shadow:0 14px 42px rgba(0,0,0,.34);
}
.brand img{
  width:182px !important;
}

/* HERO */
.hero.hero-integrated{
  padding-top:100px !important;
}
.hero-integrated .hero-panel-wide{
  min-height:clamp(620px,calc(100svh - 126px),840px) !important;
}
.hero-integrated .hero-split-grid{
  gap:clamp(44px,5vw,88px) !important;
}
.hero-integrated .hero-split-grid::after{
  opacity:.68;
}
.hero-integrated .hero-wide-copy h1{
  font-size:clamp(58px,5.25vw,88px) !important;
  line-height:.94 !important;
}
.hero-integrated .hero-wide-copy .hero-lead{
  margin-top:22px !important;
  max-width:600px !important;
  color:#b9c8d3 !important;
}
.hero-integrated .hero-wide-visual .hero-monogram{
  margin-top:18px !important;
}
.hero-integrated .hero-wide-visual .hero-monogram img{
  width:min(270px,62%) !important;
}
.hero-integrated .hero-wide-visual h2{
  font-size:clamp(36px,2.8vw,50px) !important;
  line-height:1.05 !important;
}
.hero-integrated .hero-wide-visual .panel-kicker{
  margin-top:24px !important;
}
.hero-integrated .hero-tags{
  margin-top:16px !important;
}
.hero-integrated .hero-tags span{
  transition:.22s ease;
  border-color:rgba(81,215,255,.20);
}
.hero-integrated .hero-tags span:hover{
  color:#fff;
  border-color:rgba(81,215,255,.45);
  background:rgba(9,37,58,.62);
  transform:translateY(-2px);
}
.hero-integrated .hero-proof div{
  transition:.22s ease;
}
.hero-integrated .hero-proof div:hover{
  transform:translateY(-3px);
  background:linear-gradient(180deg,rgba(9,37,58,.50),rgba(4,13,24,.12));
}

/* Plus fine, moins "template" */
.hero-integrated .panel-scan{
  height:54px !important;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(65,217,255,.00) 25%,
      rgba(65,217,255,.10) 50%,
      rgba(65,217,255,.00) 75%,
      transparent 100%
    ) !important;
  filter:blur(.2px);
  animation-duration:7.2s !important;
}

/* BUTTONS */
.btn,
.header-cta{
  position:relative;
  overflow:hidden;
}
.btn::before,
.header-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.18) 48%,transparent 74%);
  transform:translateX(-140%);
  transition:transform .55s ease;
  pointer-events:none;
}
.btn:hover::before,
.header-cta:hover::before{
  transform:translateX(140%);
}
.btn span,
.header-cta span{
  display:inline-block;
  transition:transform .22s ease;
}
.btn:hover span,
.header-cta:hover span{
  transform:translateX(4px);
}

/* EXPERTISES */
#expertises{
  padding-top:74px !important;
  padding-bottom:78px !important;
}
#expertises .section-head{
  gap:56px !important;
}
#expertises .expertise-grid{
  margin-top:30px !important;
}
#expertises .expertise-card{
  min-height:390px !important;
  border-color:rgba(78,210,255,.17);
  background:
    linear-gradient(180deg,rgba(8,30,49,.88),rgba(3,13,24,.84));
}
#expertises .card-media{
  margin-bottom:15px !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
#expertises .expertise-card h3{
  min-height:46px !important;
  margin-bottom:8px !important;
}
#expertises .expertise-card p{
  min-height:88px;
}
#expertises .expertise-card a{
  margin-top:auto !important;
  padding-top:14px;
}

/* PROJECT */
.project-section{
  padding-top:6px;
}
.project-card{
  gap:42px !important;
  padding:42px !important;
  border-color:rgba(72,210,255,.18) !important;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}
.project-visual{
  border:1px solid rgba(73,210,255,.15);
  box-shadow:0 22px 60px rgba(0,0,0,.25);
}
.project-visual img{
  transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .35s ease !important;
}
.project-visual:hover img{
  transform:scale(1.035) !important;
  filter:brightness(1.06) saturate(1.05);
}
.project-visual>span{
  transition:.22s ease;
}
.project-visual:hover>span{
  border-color:rgba(86,220,255,.48);
  background:rgba(1,9,18,.90);
}

/* METHODE */
.method-section{
  padding-top:84px !important;
  padding-bottom:78px !important;
}
.method-line{
  margin-top:44px !important;
}
.method-progress{
  overflow:hidden;
  background:rgba(42,191,255,.13) !important;
}
.method-progress::after{
  content:"";
  position:absolute;
  inset:0;
  transform:scaleX(0);
  transform-origin:left;
  background:linear-gradient(90deg,#29cbff,#73e2ff);
  box-shadow:0 0 14px rgba(41,203,255,.45);
  transition:transform 1.15s cubic-bezier(.2,.8,.2,1);
}
.method-line.visible .method-progress::after{
  transform:scaleX(1);
}
.method-line article{
  transition:.28s ease;
}
.method-line article:hover{
  transform:translateY(-4px);
}
.method-line article::before{
  transition:.28s ease;
}
.method-line article:hover::before{
  background:#2bd0ff;
  box-shadow:0 0 20px rgba(43,208,255,.75);
}

/* ABOUT */
.about-section{
  background:
    linear-gradient(90deg,rgba(3,15,28,.74),rgba(2,9,18,.48));
}
.about-wrap{
  padding:64px 0 !important;
}
.about-points span{
  transition:.22s ease;
}
.about-points span:hover{
  border-color:rgba(78,212,255,.34);
  background:rgba(8,31,49,.68);
  transform:translateY(-2px);
}

/* CONTACT */
.contact-section{
  padding-top:76px !important;
}
.contact-form,
.contact-card{
  transition:.25s ease;
}
.contact-form:hover,
.contact-card:hover{
  border-color:rgba(76,212,255,.28);
  box-shadow:0 20px 55px rgba(0,0,0,.16);
}
.contact-form button{
  transition:.22s ease;
}
.contact-form button:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}

/* FOOTER */
.site-footer{
  min-height:138px !important;
  border-top-color:rgba(72,205,255,.16) !important;
}
.footer-brand img{
  width:142px !important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.28));
}
.site-footer nav a{
  transition:.2s ease;
}
.site-footer nav a:hover{
  color:#55d9ff;
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    animation:none !important;
    transition:none !important;
  }
}

@media(max-width:1180px){
  .brand img{width:158px !important}
  .hero-integrated .hero-split-grid::after{display:none !important}
}
@media(max-width:700px){
  .brand img{width:136px !important}
  #expertises .expertise-card{min-height:auto !important}
}
