:root{
  --bg:#07031b;
  --bg2:#0c0528;
  --panel:rgba(20,9,54,.74);
  --panel2:rgba(24,10,66,.88);
  --stroke:rgba(255,255,255,.10);
  --stroke2:rgba(255,255,255,.17);
  --pink:#ff2d6f;
  --pink2:#ff5aa2;
  --violet:#9b5cff;
  --text:#fbf7ff;
  --muted:#c9c1e7;
  --max:1320px;
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --glow:0 0 24px rgba(255,45,111,.28),0 0 80px rgba(155,92,255,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  color:var(--text);
  font-family:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 12%,rgba(255,45,111,.13),transparent 29rem),
    radial-gradient(circle at 82% 4%,rgba(125,67,255,.23),transparent 34rem),
    radial-gradient(circle at 72% 58%,rgba(255,45,111,.08),transparent 30rem),
    linear-gradient(180deg,#060219 0%,#0b0324 42%,#07031b 100%);
  overflow-x:hidden;
  line-height:1.45;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-4;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
    radial-gradient(circle,rgba(255,45,111,.18) 1px,transparent 1.8px);
  background-size:78px 78px,78px 78px,132px 132px;
  mask-image:linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%);
}
.site-bg{
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  opacity:.34;
  background:
    repeating-linear-gradient(45deg,transparent 0 32px,rgba(150,80,255,.035) 33px 34px),
    radial-gradient(circle at 42% 26%,rgba(255,45,111,.12),transparent 18rem);
}
#network{position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
body.menu-open{overflow:hidden}

.shell{width:min(var(--max),calc(100% - 56px));margin-inline:auto}
.scroll-progress{
  position:fixed;top:0;left:0;height:3px;width:0;z-index:1000;
  background:linear-gradient(90deg,var(--pink),#bd65ff);
  box-shadow:var(--glow);
}

.header{
  position:sticky;top:14px;z-index:50;
  width:min(var(--max),calc(100% - 32px));
  margin:14px auto 0;
  min-height:72px;
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:rgba(6,3,24,.74);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 70px rgba(0,0,0,.36);
}
.brand{display:inline-flex;align-items:center;gap:13px;min-width:0}
.brand img{width:92px;height:40px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(255,45,111,.3))}
.brand strong{
  display:block;
  color:var(--pink);
  font-size:.98rem;
  font-weight:500;
  letter-spacing:.095em;
  line-height:1.05;
}
.brand small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:.75rem;
  letter-spacing:.025em;
}
.nav{display:flex;align-items:center;gap:8px}
.nav a{
  color:var(--muted);
  padding:10px 14px;
  border-radius:999px;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}
.nav a:hover{color:#fff;background:rgba(255,255,255,.06);transform:translateY(-1px)}
.nav .nav-button{
  margin-left:8px;
  padding-inline:21px;
  color:#fff;
  background:linear-gradient(135deg,var(--pink),#b91d68);
  box-shadow:0 16px 42px rgba(255,45,111,.28);
}
.nav-toggle{display:none}

.hero{
  min-height:calc(100vh - 94px);
  display:grid;
  grid-template-columns:minmax(0,.76fr) minmax(560px,1.24fr);
  gap:clamp(34px,5vw,78px);
  align-items:center;
  padding:clamp(54px,7.5vw,92px) 0 34px;
}
.eyebrow{
  margin:0 0 20px;
  color:var(--pink2);
  letter-spacing:.13em;
  text-transform:uppercase;
  font-size:.78rem;
}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.05}
h1{
  margin:0 0 24px;
  font-size:clamp(3.55rem,6.6vw,6.65rem);
  font-weight:280;
  letter-spacing:-.065em;
}
h1 em{
  color:var(--pink);
  font-style:normal;
  text-shadow:0 0 34px rgba(255,45,111,.24);
}
.lead{
  max-width:570px;
  color:var(--muted);
  font-size:clamp(1.05rem,1.3vw,1.2rem);
}
.actions,.cta-actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:27px}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-height:52px;padding:0 23px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  font-weight:650;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;
}
.button:hover{transform:translateY(-2px)}
.button.primary{
  background:linear-gradient(135deg,var(--pink),#ba2068);
  color:#fff;border-color:transparent;
  box-shadow:0 17px 44px rgba(255,45,111,.29);
}
.button.secondary{background:rgba(255,255,255,.03);color:#fff}
.button.compact{min-height:46px;padding-inline:20px}
.calendar{
  position:relative;width:17px;height:17px;border:2px solid currentColor;border-radius:4px;display:inline-block;
}
.calendar::before,.calendar::after{content:"";position:absolute;top:-6px;width:2px;height:7px;background:currentColor}
.calendar::before{left:3px}.calendar::after{right:3px}

.hero-art{position:relative;isolation:isolate}
.hero-art::before{
  content:"";position:absolute;inset:8% 3% 2%;
  z-index:-1;border-radius:999px;
  background:radial-gradient(circle,rgba(255,45,111,.18),transparent 58%);
  filter:blur(16px);
}
.hero-art img{
  width:100%;
  height:auto;
  border-radius:34px;
  filter:drop-shadow(0 0 28px rgba(255,45,111,.18));
  animation:floatY 6.5s ease-in-out infinite;
}
.art-orbit{
  position:absolute;inset:8% 3% 2%;
  border:1px solid rgba(255,45,111,.25);
  border-radius:50%;
  transform:rotate(-10deg);
  animation:orbit 18s linear infinite;
  pointer-events:none;
}
.orbit-b{inset:15% 8% 8%;border-color:rgba(155,92,255,.20);animation-duration:25s;animation-direction:reverse}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes orbit{to{transform:rotate(350deg)}}

.section{padding:32px 0 0}
.title{text-align:center;margin:0 0 22px}
.title h2{
  margin:0;
  font-size:clamp(2.05rem,3.25vw,3.15rem);
  font-weight:310;
  letter-spacing:-.05em;
}
.title h2::after{
  content:"";display:block;width:64px;height:3px;margin:15px auto 0;border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--pink),transparent);
}

.services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.service-card{
  position:relative;
  overflow:hidden;
  min-height:240px;
  border-radius:18px;
  background:
    radial-gradient(circle at 60% 20%,rgba(255,45,111,.14),transparent 44%),
    rgba(17,7,48,.78);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
}
.service-card::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 40%,rgba(5,2,18,.48));
}
.service-card::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,45,111,.2),transparent 24%);
  transition:opacity .2s ease;
}
.service-card:hover::after{opacity:1}
.service-card figure{margin:0;height:100%;display:grid;place-items:center}
.service-card img{
  width:100%;
  height:100%;
  min-height:240px;
  object-fit:contain;
  padding:4px;
  transform:scale(1.02);
  transition:transform .45s ease,filter .45s ease;
}
.service-card:hover img{transform:scale(1.055);filter:saturate(1.08) brightness(1.04)}
.service-card footer{
  position:absolute;left:0;right:0;bottom:0;z-index:3;
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
  padding:18px 18px 16px;
}
.service-card h3{
  margin:0;max-width:12ch;
  font-size:1.08rem;font-weight:520;letter-spacing:-.025em;
}
.service-card span{color:var(--pink);font-size:1.5rem;line-height:1}

.pillars{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:28px;
  padding:24px 26px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  background:linear-gradient(90deg,rgba(36,12,76,.76),rgba(20,8,55,.72));
  box-shadow:var(--shadow);
}
.pillars article{
  display:grid;grid-template-columns:82px 1fr;align-items:center;gap:16px;
  padding:3px 22px;
}
.pillars article+article{border-left:1px solid rgba(255,255,255,.12)}
.pillars h3{margin:0 0 7px;color:var(--pink);font-weight:450;font-size:1.35rem}
.pillars p{margin:0;color:var(--muted);font-size:.96rem}

.line-icon,.step-icon,.cta-icon{
  position:relative;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,45,111,.75);
  box-shadow:inset 0 0 20px rgba(255,45,111,.1),0 0 28px rgba(255,45,111,.22);
}
.line-icon::before,.line-icon::after,
.step-icon::before,.step-icon::after,
.cta-icon::before,.cta-icon::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
}
.line-icon{width:70px;height:70px}
.icon-shield::before{
  left:50%;
  top:50%;
  width:28px;
  height:34px;
  border:3px solid var(--pink);
  border-radius:14px 14px 18px 18px;
  clip-path:polygon(50% 0,100% 18%,90% 78%,50% 100%,10% 78%,0 18%);
  transform:translate(-50%,-52%);
}
.icon-shield::after{
  left:50%;
  top:50%;
  width:14px;
  height:8px;
  border-left:3px solid var(--pink);
  border-bottom:3px solid var(--pink);
  transform:translate(-50%,-5%) rotate(-45deg);
}
.icon-lock::before{
  left:50%;
  top:56%;
  width:22px;
  height:18px;
  border:3px solid var(--pink);
  border-radius:5px;
  transform:translate(-50%,-50%);
}
.icon-lock::after{
  left:50%;
  top:34%;
  width:14px;
  height:14px;
  border:3px solid var(--pink);
  border-bottom:0;
  border-radius:14px 14px 0 0;
  transform:translate(-50%,-50%);
}
.icon-users::before{
  left:50%;
  top:59%;
  width:34px;
  height:16px;
  border:3px solid var(--pink);
  border-top:0;
  border-radius:0 0 18px 18px;
  transform:translate(-50%,-50%);
}
.icon-users::after{
  left:50%;
  top:34%;
  width:10px;
  height:10px;
  border:3px solid var(--pink);
  border-radius:50%;
  transform:translate(-14px,-50%);
  box-shadow:20px 0 0 -1px transparent,20px 0 0 2px var(--pink);
}

.process{padding-top:36px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}
.steps::before{
  content:"";position:absolute;left:16%;right:16%;top:46px;height:1px;
  background:linear-gradient(90deg,transparent,var(--pink),transparent);
  opacity:.62;
}
.step{text-align:left;position:relative;padding:0 24px}
.step-icon{width:78px;height:78px;margin:0 0 10px}
.step small{
  display:grid;place-items:center;width:28px;height:28px;
  border:1px solid rgba(255,45,111,.72);border-radius:999px;color:var(--pink);margin-bottom:12px;
}
.step h3{margin:0 0 8px;color:var(--pink);font-size:1.4rem;font-weight:450}
.step p{margin:0;color:var(--muted);max-width:320px}
.audit::before{
  left:50%;
  top:44%;
  width:24px;
  height:24px;
  border:3px solid var(--pink);
  border-radius:50%;
  transform:translate(-58%,-50%);
}
.audit::after{
  left:50%;
  top:50%;
  width:16px;
  height:3px;
  background:var(--pink);
  border-radius:2px;
  transform:translate(10%,-5%) rotate(45deg);
}
.deploy::before{
  left:50%;
  top:45%;
  width:22px;
  height:32px;
  border:3px solid var(--pink);
  border-radius:50% 50% 8px 8px;
  transform:translate(-50%,-50%) rotate(45deg);
}
.deploy::after{
  left:50%;
  top:61%;
  width:14px;
  height:14px;
  border-left:3px solid var(--pink);
  border-bottom:3px solid var(--pink);
  transform:translate(-75%,-50%) rotate(-10deg);
}
.follow::before{
  left:50%;
  top:42%;
  width:32px;
  height:22px;
  border:3px solid var(--pink);
  border-radius:4px;
  transform:translate(-50%,-50%);
}
.follow::after{
  left:50%;
  top:56%;
  width:22px;
  height:12px;
  border-left:3px solid var(--pink);
  border-bottom:3px solid var(--pink);
  transform:translate(-58%,-50%) skewX(-35deg);
}

.feature-stack{display:grid;gap:26px}
.feature{
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);
  align-items:center;gap:32px;
  padding:30px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(135deg,rgba(28,9,72,.82),rgba(10,5,35,.72));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.feature.reverse{grid-template-columns:minmax(520px,1.05fr) minmax(0,.95fr)}
.feature h2{margin:0 0 9px;font-size:clamp(2rem,2.8vw,2.8rem);font-weight:310;letter-spacing:-.045em}
.accent{color:var(--pink);font-size:clamp(1.25rem,1.7vw,1.75rem);font-weight:330;margin-bottom:14px}
.feature-copy p:not(.accent),.cta-copy p:not(.accent){color:var(--muted);max-width:560px}
.feature-visual{margin:0;position:relative;border-radius:20px;overflow:hidden}
.feature-visual::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.08);border-radius:inherit;pointer-events:none}
.feature-visual img{width:100%;height:auto;object-fit:contain;transition:transform .55s ease}
.feature:hover .feature-visual img{transform:scale(1.025)}

.cta{
  display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:26px;
  margin-top:28px;margin-bottom:28px;padding:25px 28px;
  border-radius:24px;border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(90deg,rgba(40,13,80,.82),rgba(13,6,42,.78));
  box-shadow:var(--shadow);
}
.cta h2{margin:0 0 6px;font-size:clamp(1.7rem,2.6vw,2.45rem);font-weight:330;letter-spacing:-.04em}
.cta p{margin-bottom:0}.cta .accent{margin-bottom:5px}
.cta-icon{width:78px;height:78px}
.cta-icon::before{
  left:50%;
  top:44%;
  width:28px;
  height:24px;
  border:3px solid var(--pink);
  border-radius:14px 14px 10px 10px;
  border-bottom:0;
  transform:translate(-50%,-50%);
}
.cta-icon::after{
  left:50%;
  top:58%;
  width:18px;
  height:3px;
  background:var(--pink);
  border-radius:3px;
  transform:translate(-10%,-50%);
  box-shadow:-22px 8px 0 var(--pink);
}

.footer{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:32px;
  padding:34px 0 38px;border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
}
.footer p{font-size:.88rem;margin:18px 0 0}
.footer nav{display:grid;gap:7px}
.footer a:hover{color:#fff}
.footer-socials{text-align:right}
.footer-socials div{display:flex;justify-content:flex-end;gap:14px}
.footer-socials div a{
  width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.14);
  display:grid;place-items:center;color:#fff;
}
.footer-socials p{display:flex;justify-content:flex-end;gap:34px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.tilt{transition:transform .18s ease}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

@media (max-width:1100px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{max-width:720px}
  .hero-art{max-width:880px;margin-inline:auto}
  .services{grid-template-columns:repeat(2,1fr)}
  .feature,.feature.reverse{grid-template-columns:1fr}
  .feature.reverse .feature-visual{order:1}
  .feature.reverse .feature-copy{order:2}
}
@media (max-width:900px){
  .header{top:10px}
  .nav-toggle{
    display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;
    width:46px;height:46px;border:1px solid rgba(255,255,255,.1);border-radius:12px;
    background:rgba(255,255,255,.04);color:#fff;
  }
  .nav-toggle i{width:19px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
  .nav-toggle[aria-expanded="true"] i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nav-toggle[aria-expanded="true"] i:nth-child(2){opacity:0}
  .nav-toggle[aria-expanded="true"] i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav{
    position:fixed;left:16px;right:16px;top:86px;display:grid;gap:6px;
    padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);
    background:rgba(8,3,30,.95);backdrop-filter:blur(18px);
    transform:translateY(-10px);opacity:0;visibility:hidden;transition:.22s ease;
  }
  .nav.open{transform:translateY(0);opacity:1;visibility:visible}
  .nav a{padding:13px 14px}.nav .nav-button{margin-left:0;text-align:center}
  .pillars{grid-template-columns:1fr;padding:6px 18px}
  .pillars article{border-left:0!important;border-top:1px solid rgba(255,255,255,.1);padding:20px 4px}
  .pillars article:first-child{border-top:0}
  .steps{grid-template-columns:1fr;gap:24px}.steps::before{display:none}.step{padding:0}
  .cta{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.footer-socials{text-align:left}.footer-socials div,.footer-socials p{justify-content:flex-start}
}
@media (max-width:640px){
  .shell{width:min(var(--max),calc(100% - 32px))}
  .brand img{width:78px}.brand strong{font-size:.82rem}.brand small{font-size:.68rem}
  h1{font-size:3.05rem}
  .services{grid-template-columns:1fr}.service-card{min-height:260px}.service-card img{min-height:260px}
  .actions,.cta-actions{flex-direction:column}.button{width:100%}
}


/* v8 — Icônes SVG type Font Awesome/Lucide, centrées et stables */
.round-icon,
.line-icon,
.step-icon,
.cta-icon,
.round-icon::before,
.round-icon::after,
.line-icon::before,
.line-icon::after,
.step-icon::before,
.step-icon::after,
.cta-icon::before,
.cta-icon::after,
.icon-shield::before,
.icon-shield::after,
.icon-lock::before,
.icon-lock::after,
.icon-users::before,
.icon-users::after,
.audit::before,
.audit::after,
.deploy::before,
.deploy::after,
.follow::before,
.follow::after {
  content: none !important;
  display: none !important;
}

.icon-badge {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--pink);
  border: 1px solid rgba(255,45,111,.78);
  background:
    radial-gradient(circle at 50% 42%, rgba(255,45,111,.16), transparent 58%),
    rgba(20, 7, 55, .52);
  box-shadow:
    inset 0 0 22px rgba(255,45,111,.10),
    0 0 28px rgba(255,45,111,.25),
    0 0 56px rgba(155,92,255,.12);
}

.icon-badge svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 0 7px rgba(255,45,111,.62));
}

.step-badge {
  width: 78px;
  height: 78px;
  margin: 0 0 10px;
  flex-basis: 78px;
}

.step-badge svg {
  width: 36px;
  height: 36px;
}

.cta-badge {
  width: 78px;
  height: 78px;
  flex-basis: 78px;
}

.cta-badge svg {
  width: 38px;
  height: 38px;
}

/* Ajustements d'alignement avec les nouveaux badges */
.pillars article {
  grid-template-columns: 72px 1fr !important;
}

.step {
  display: block;
}

.cta {
  grid-template-columns: 90px minmax(0,1fr) auto;
}

@media (max-width: 900px) {
  .cta {
    grid-template-columns: 1fr;
  }

  .pillars article {
    grid-template-columns: 72px 1fr !important;
  }
}

@media (max-width: 520px) {
  .pillars article {
    grid-template-columns: 1fr !important;
    text-align: left;
  }

  .icon-badge {
    margin-bottom: 6px;
  }
}


/* v12 — Icône contact simplifiée : bulle ronde, centrée, sans forme parasite */
.icon-contact {
  transform: translateX(0);
}

.icon-contact .dot {
  stroke-width: 3.2;
  stroke-linecap: round;
}

.cta-badge svg {
  width: 39px;
  height: 39px;
}


/* v18 — pages internes */
.nav a.active{
  color:#fff;
  background:rgba(255,255,255,.08);
}

.page-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  align-items:center;
  gap:clamp(28px,5vw,72px);
  padding:clamp(58px,7vw,96px) 0 32px;
}

.page-hero-copy h1{
  margin:0 0 24px;
  font-size:clamp(3rem,5.2vw,5.8rem);
  font-weight:280;
  letter-spacing:-.065em;
}

.page-hero-copy h1 em,
.page-hero-copy strong{
  color:var(--pink);
  font-weight:inherit;
  font-style:normal;
}

.page-hero-visual{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(35,12,82,.76),rgba(8,4,28,.42));
  box-shadow:var(--shadow);
}

.page-hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,3,27,.28),transparent 38%,rgba(7,3,27,.16)),
    radial-gradient(circle at 62% 42%,rgba(255,45,111,.10),transparent 48%);
}

.page-hero-visual img{
  width:100%;
  aspect-ratio:1.45/1;
  object-fit:cover;
}

.page-section{
  padding:34px 0;
}

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

.service-overview-card{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:22px;
  align-items:center;
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(135deg,rgba(28,9,72,.82),rgba(10,5,35,.72));
  box-shadow:var(--shadow);
  overflow:hidden;
}

.service-overview-card figure{
  margin:0;
  overflow:hidden;
  border-radius:16px;
}

.service-overview-card img{
  width:100%;
  aspect-ratio:1.35/1;
  object-fit:cover;
}

.service-overview-card h3{
  margin:0 0 9px;
  font-size:1.35rem;
  color:#fff;
}

.service-overview-card p{
  margin:0 0 13px;
  color:var(--muted);
}

.service-overview-card span{
  color:var(--pink);
  font-weight:650;
}

.card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.info-card,
.content-card,
.split-panel{
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(28,9,72,.80),rgba(10,5,35,.72));
  box-shadow:var(--shadow);
}

.info-card{
  padding:24px;
}

.info-card > span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--pink),#8c43ff);
  box-shadow:0 0 28px rgba(255,45,111,.26);
  font-weight:700;
}

.info-card h3,
.content-card h2,
.split-panel h2{
  margin:0 0 12px;
}

.info-card p,
.content-card p,
.split-panel p{
  color:var(--muted);
}

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

.content-card{
  padding:28px;
}

.check-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.check-list li{
  position:relative;
  padding-left:30px;
  color:var(--muted);
}

.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid rgba(255,45,111,.75);
  box-shadow:0 0 16px rgba(255,45,111,.20);
}

.check-list li::after{
  content:"";
  position:absolute;
  left:6px;
  top:.55em;
  width:7px;
  height:4px;
  border-left:2px solid var(--pink);
  border-bottom:2px solid var(--pink);
  transform:rotate(-45deg);
}

.split-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
  gap:34px;
  padding:30px;
}

.mini-list{
  display:grid;
  gap:12px;
}

.mini-list p{
  margin:0;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.related-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.related-links a{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.04);
  color:var(--muted);
}

.related-links a:hover{
  color:#fff;
  border-color:rgba(255,45,111,.45);
}

.contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);
  gap:20px;
}

.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

.legal-content{
  max-width:980px;
}

.legal-content h2{
  margin-top:30px;
}

.legal-content h2:first-child{
  margin-top:0;
}

@media (max-width: 1100px){
  .page-hero,
  .overview-grid,
  .detail-grid,
  .split-panel,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .service-overview-card{
    grid-template-columns:190px 1fr;
  }

  .card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px){
  .page-hero{
    padding-top:44px;
  }

  .service-overview-card{
    grid-template-columns:1fr;
  }

  .card-grid{
    grid-template-columns:1fr;
  }

  .page-hero-visual img{
    aspect-ratio:1.2/1;
  }

  .contact-actions{
    flex-direction:column;
  }
}


/* v19 — correction espacement pages services */
.page-section.content-card {
  margin-top: 34px;
  margin-bottom: 34px;
}

.split-panel + .page-section.content-card {
  margin-top: 44px;
}

@media (max-width: 680px) {
  .page-section.content-card {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .split-panel + .page-section.content-card {
    margin-top: 34px;
  }
}


/* v20 — agencement hero page d'accueil plus harmonieux */
.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 94px));
  grid-template-columns: minmax(430px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(32px, 4.2vw, 64px);
  padding: clamp(58px, 7vw, 86px) 0 clamp(42px, 5vw, 66px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 7% 48% 10% -6%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 42%, rgba(255,45,111,.12), transparent 34%),
    radial-gradient(circle at 72% 54%, rgba(155,92,255,.10), transparent 42%);
  filter: blur(10px);
}

.hero-copy {
  max-width: 620px;
  align-self: center;
}

.hero .eyebrow {
  margin-bottom: 18px;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 5.45vw, 5.85rem);
  line-height: .98;
  letter-spacing: -.058em;
}

.hero .lead {
  max-width: 610px;
  font-size: clamp(1.05rem, 1.18vw, 1.16rem);
}

.hero .actions {
  margin-top: 30px;
}

.hero-art {
  justify-self: end;
  width: min(100%, 760px);
  margin-top: 4px;
}

.hero-art::before {
  inset: 9% 4% 3%;
  opacity: .85;
}

.hero-art img {
  width: 100%;
  border-radius: 28px;
}

.art-orbit {
  inset: 10% 5% 4%;
  opacity: .78;
}

.orbit-b {
  inset: 18% 12% 11%;
  opacity: .72;
}

@media (min-width: 1320px) {
  .hero {
    grid-template-columns: 560px minmax(0, 1fr);
  }

  .hero-art {
    width: 790px;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-top: 54px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-art {
    justify-self: center;
    width: min(100%, 820px);
    margin-top: 0;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(3.05rem, 8vw, 5.3rem);
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 42px;
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 14vw, 3.45rem);
    letter-spacing: -.052em;
  }

  .hero-art {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }

  .hero-art img {
    border-radius: 22px;
  }
}


/* v21 — le texte et l'image du hero respirent davantage */
.hero {
  grid-template-columns: minmax(460px, .88fr) minmax(470px, .92fr);
  gap: clamp(72px, 8vw, 128px);
}

.hero-copy {
  max-width: 570px;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(3.15rem, 5.15vw, 5.55rem);
}

.hero .lead {
  max-width: 560px;
}

.hero-art {
  width: min(100%, 705px);
  justify-self: end;
}

@media (min-width: 1320px) {
  .hero {
    grid-template-columns: 535px minmax(0, 705px);
    gap: clamp(92px, 7vw, 132px);
    justify-content: space-between;
  }

  .hero-art {
    width: 705px;
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(420px, .9fr) minmax(430px, .9fr);
    gap: clamp(56px, 6vw, 86px);
  }

  .hero-art {
    width: min(100%, 660px);
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-art {
    width: min(100%, 820px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 34px;
  }
}


/* v22 — pied de page réorganisé */
.site-footer-v2 {
  padding: 36px 0 42px;
}

.footer-panel {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,45,111,.13), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(155,92,255,.15), transparent 32%),
    linear-gradient(135deg, rgba(26,9,66,.88), rgba(9,4,32,.86));
  box-shadow: var(--shadow);
}

.footer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(120deg, #000 0%, transparent 72%);
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(150px, .55fr) minmax(180px, .65fr) minmax(260px, .9fr);
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(26px, 4vw, 42px);
}

.footer-brand-block {
  max-width: 420px;
}

.footer-brand-block > p {
  margin: 20px 0 0;
  color: var(--muted);
  max-width: 360px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column h3,
.footer-contact-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -.015em;
}

.footer-column a {
  color: var(--muted);
  width: fit-content;
  transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-socials-v2 {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.footer-socials-v2 a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  background: rgba(255,255,255,.035);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.footer-socials-v2 a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,45,111,.55);
  background: rgba(255,45,111,.12);
}

.footer-contact-card {
  align-self: stretch;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 70% 12%, rgba(255,45,111,.16), transparent 34%),
    rgba(255,255,255,.045);
}

.footer-contact-card p {
  margin: 0 0 20px;
  color: var(--muted);
}

.footer-bottom-v2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(26px, 4vw, 42px);
  border-top: 1px solid rgba(255,255,255,.09);
  color: rgba(201,193,231,.82);
}

.footer-bottom-v2 p {
  margin: 0;
  font-size: .9rem;
}

.footer-bottom-v2 div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-bottom-v2 a {
  color: rgba(201,193,231,.88);
}

.footer-bottom-v2 a:hover {
  color: #fff;
}

@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-block {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .site-footer-v2 {
    padding-top: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-contact-card {
    padding: 20px;
  }

  .footer-bottom-v2 {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom-v2 div {
    gap: 16px;
  }
}


/* v24 — images plus propres : variantes responsives + suppression du scaling permanent */
.service-card img {
  transform: none !important;
  padding: 0;
}

.service-card:hover img {
  transform: scale(1.018) !important;
}

.service-card figure {
  overflow: hidden;
}

.service-card img,
.service-overview-card img,
.page-hero-visual img,
.feature-visual img,
.hero-art img {
  image-rendering: auto;
  backface-visibility: hidden;
}

.service-card,
.service-overview-card,
.feature,
.page-hero-visual {
  transform-style: flat;
}


/* v25 — suppression de la ligne horizontale parasite dans “Comment ça se passe ?” */
.steps::before {
  display: none !important;
}

.steps {
  gap: clamp(28px, 4vw, 46px);
}

.step {
  position: relative;
}

.step::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -24px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,45,111,.42), transparent);
  opacity: .45;
}

.step:last-child::after {
  display: none;
}

@media (max-width: 900px) {
  .step::after {
    display: none;
  }
}


/* v26 — suppression complète des traits dans “Comment ça se passe ?” */
.process .steps::before,
.process .steps::after,
.process .step::before,
.process .step::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
}

.process .steps {
  gap: clamp(34px, 4.5vw, 58px);
}


/* v27 — titre hero plus équilibré */
.hero-title {
  display: grid;
  gap: .03em;
  max-width: 680px;
  margin-bottom: 24px;
  line-height: .94;
}

.hero-title span,
.hero-title em {
  display: block;
}

.hero-title span:first-child {
  letter-spacing: -.06em;
}

.hero-title span:nth-child(2) {
  letter-spacing: -.055em;
}

.hero-title em {
  width: fit-content;
  letter-spacing: -.06em;
  padding-right: .06em;
}

@media (min-width: 1180px) {
  .hero-title {
    font-size: clamp(3.2rem, 5.05vw, 5.45rem);
  }

  .hero-title span:nth-child(2) {
    transform: translateX(.18em);
  }

  .hero-title em {
    transform: translateX(.48em);
  }
}

@media (max-width: 1100px) {
  .hero-title {
    max-width: 760px;
    line-height: .96;
  }

  .hero-title span:nth-child(2),
  .hero-title em {
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero-title {
    gap: .06em;
    line-height: .98;
  }
}


/* v28 — processus plus lisible en étapes */
.process-v2 {
  padding-top: clamp(42px, 6vw, 78px);
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, .52fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.process-heading h2 {
  margin: 0;
  font-size: clamp(2.55rem, 4.2vw, 4.7rem);
  font-weight: 300;
  letter-spacing: -.052em;
}

.process-heading p:not(.eyebrow) {
  margin: 0 0 .3rem;
  color: var(--muted);
  max-width: 540px;
}

.process-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,45,111,.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(155,92,255,.13), transparent 32%),
    linear-gradient(135deg, rgba(24,9,63,.74), rgba(8,4,30,.68));
  box-shadow: var(--shadow);
}

.process-board::before {
  content: "PROCESS";
  position: absolute;
  right: 24px;
  top: -15px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(7,3,27,.88);
  color: rgba(201,193,231,.72);
  font-size: .68rem;
  letter-spacing: .16em;
}

.process-step-v2 {
  position: relative;
  min-height: 315px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.085);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    rgba(8,4,31,.64);
  overflow: hidden;
}

.process-step-v2::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,45,111,.14), transparent 68%);
  pointer-events: none;
}

.process-step-v2:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(12,5,40,.96);
  color: var(--pink);
  box-shadow: 0 0 22px rgba(255,45,111,.22);
  transform: translateY(-50%);
}

.process-number {
  margin-bottom: 42px;
  color: rgba(255,255,255,.10);
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  line-height: .78;
  font-weight: 700;
  letter-spacing: -.08em;
}

.process-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.process-content .step-badge {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.process-label {
  margin: 0 0 7px;
  color: var(--pink2);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.process-step-v2 h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.32rem;
  font-weight: 520;
  letter-spacing: -.025em;
}

.process-step-v2 p:last-child {
  margin: 0;
  color: var(--muted);
}

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

  .process-step-v2 {
    min-height: 265px;
  }

  .process-step-v2:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .process-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .process-board {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .process-board::before {
    display: none;
  }

  .process-step-v2 {
    min-height: auto;
    padding: 20px;
  }

  .process-number {
    margin-bottom: 28px;
    font-size: 3.4rem;
  }

  .process-content {
    grid-template-columns: 62px 1fr;
    align-items: start;
  }
}


/* v29 — alignement du titre “Comment ça se passe ?” */
.process-heading {
  grid-template-columns: minmax(0, .86fr) minmax(360px, .54fr);
  align-items: end;
}

.process-heading-title {
  display: grid;
  gap: 12px;
}

.process-heading-title .eyebrow {
  margin: 0;
}

.process-heading-title h2 {
  margin: 0;
}

.process-heading > p:not(.eyebrow) {
  margin: 0 0 .55rem;
  align-self: end;
}

@media (max-width: 800px) {
  .process-heading {
    grid-template-columns: 1fr;
  }

  .process-heading > p:not(.eyebrow) {
    margin: 0;
  }
}


/* v30 — mise en avant option open-source / non dépendante des USA */
.sovereign-choice {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-top: clamp(22px, 4vw, 42px);
  margin-bottom: clamp(40px, 6vw, 74px);
  padding: clamp(22px, 3.5vw, 34px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 12% 24%, rgba(255,45,111,.13), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(155,92,255,.13), transparent 34%),
    linear-gradient(135deg, rgba(22,8,62,.82), rgba(8,4,31,.74));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.sovereign-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(115deg, #000 0%, transparent 76%);
}

.sovereign-choice > * {
  position: relative;
  z-index: 1;
}

.sovereign-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 45% 36%, rgba(255,45,111,.22), transparent 58%),
    rgba(255,255,255,.045);
  box-shadow: 0 0 34px rgba(255,45,111,.18);
}

.sovereign-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sovereign-choice .eyebrow {
  margin-bottom: 10px;
}

.sovereign-choice h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 2.6vw, 2.7rem);
  font-weight: 340;
  letter-spacing: -.04em;
}

.sovereign-choice p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
}

.open-source-card {
  border-color: rgba(255,45,111,.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(255,45,111,.14), transparent 36%),
    linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72));
}

.open-source-card > span {
  background: linear-gradient(135deg, #ff2d6f, #6e50ff);
}

@media (max-width: 900px) {
  .sovereign-choice {
    grid-template-columns: 72px 1fr;
  }

  .sovereign-choice .button {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .sovereign-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .sovereign-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 640px) {
  .sovereign-choice {
    grid-template-columns: 1fr;
  }

  .sovereign-choice .button {
    width: 100%;
  }
}


/* v33 — drapeau européen propre en fichier SVG isolé */
.sovereign-icon.eu-flag-holder {
  width: 92px;
  height: 68px;
  padding: 7px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.04);
  box-shadow: none;
  overflow: hidden;
}

.sovereign-icon.eu-flag-holder img {
  display: block;
  width: 78px;
  height: 52px;
  object-fit: contain;
  border-radius: 6px;
  filter: none;
  transform: none;
}

@media (max-width: 900px) {
  .sovereign-icon.eu-flag-holder {
    width: 82px;
    height: 62px;
    padding: 6px;
  }

  .sovereign-icon.eu-flag-holder img {
    width: 70px;
    height: 46px;
  }
}


/* v34 — cercle d’étoiles agrandi dans le drapeau européen */
.sovereign-icon.eu-flag-holder img {
  width: 82px;
  height: 54px;
}

@media (max-width: 900px) {
  .sovereign-icon.eu-flag-holder img {
    width: 74px;
    height: 48px;
  }
}


/* v35 — cercle d’étoiles encore agrandi */
.sovereign-icon.eu-flag-holder {
  padding: 6px;
}

.sovereign-icon.eu-flag-holder img {
  width: 84px;
  height: 56px;
}

@media (max-width: 900px) {
  .sovereign-icon.eu-flag-holder {
    padding: 5px;
  }

  .sovereign-icon.eu-flag-holder img {
    width: 75px;
    height: 50px;
  }
}


/* v36 — nouvelles icônes pour la page Solutions */
.solutions-grid-v2 .info-card {
  padding-top: 28px;
}

.solution-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #8c43ff);
  box-shadow: 0 0 28px rgba(255,45,111,.24);
}

.solution-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solutions-grid-v2 .open-source-card .solution-icon {
  background: linear-gradient(135deg, #7d5cff, #ff2d6f);
}

@media (max-width: 680px) {
  .solution-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .solution-icon svg {
    width: 31px;
    height: 31px;
  }
}


/* v37 — correction fine des icônes Solutions */
.solutions-grid-v3 .solution-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.solutions-grid-v3 .solution-icon svg {
  width: 42px;
  height: 42px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solutions-grid-v3 .solution-icon svg * {
  vector-effect: non-scaling-stroke;
}

.solutions-grid-v3 .info-card {
  min-height: 232px;
}

@media (max-width: 680px) {
  .solutions-grid-v3 .solution-icon {
    width: 64px;
    height: 64px;
  }

  .solutions-grid-v3 .solution-icon svg {
    width: 38px;
    height: 38px;
  }
}


/* v38 — flèches de progression explicites dans “Comment ça se passe ?” */
.process-step-v2:not(:last-child)::after {
  content: none !important;
  display: none !important;
}

.process-arrow-v2 {
  position: absolute;
  right: -17px;
  top: 50%;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(12,5,40,.98);
  box-shadow: 0 0 24px rgba(255,45,111,.22);
  transform: translateY(-50%);
}

.process-arrow-v2 svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1180px) {
  .process-arrow-v2 {
    display: none;
  }
}


/* v39 — correction réelle des flèches entre les étapes */
.process-board {
  gap: 34px;
  overflow: visible;
}

.process-step-v2 {
  overflow: visible !important;
}

.process-step-v2:not(:last-child)::after {
  content: none !important;
  display: none !important;
}

.process-arrow-v2 {
  right: -17px;
  top: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,45,111,.42);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,45,111,.16), transparent 62%),
    rgba(12,5,40,.98);
  box-shadow:
    0 0 0 4px rgba(7,3,27,.88),
    0 0 28px rgba(255,45,111,.26);
}

.process-arrow-v2 svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.45;
}

@media (max-width: 1180px) {
  .process-board {
    gap: 18px;
  }

  .process-arrow-v2 {
    display: none !important;
  }
}


/* v40 — suppression du halo rose flou dans les cartes d'étapes */
.process-step-v2::before {
  content: none !important;
  display: none !important;
  background: none !important;
}


/* v41 — SEO, contenu local et conversion prospects */
.local-seo-strip {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(340px,.72fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-top: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(42px, 6vw, 72px);
  padding: clamp(24px, 3.5vw, 36px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,45,111,.12), transparent 32%),
    linear-gradient(135deg, rgba(25,9,67,.76), rgba(8,4,30,.68));
  box-shadow: var(--shadow);
}

.local-seo-strip h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  font-weight: 340;
  letter-spacing: -.045em;
}

.local-seo-strip p:last-child {
  margin: 0 0 .2rem;
  color: var(--muted);
}

.conversion-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.78fr);
  gap: clamp(24px, 4vw, 46px);
  padding: clamp(24px, 3.5vw, 34px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(135deg, rgba(28,9,72,.80), rgba(10,5,35,.72));
  box-shadow: var(--shadow);
}

.conversion-panel h2 {
  margin: 0 0 14px;
}

.conversion-panel p {
  color: var(--muted);
}

.faq-section .title {
  margin-bottom: 20px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(28,9,72,.72), rgba(10,5,35,.66));
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #fff;
  font-weight: 620;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 560;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(7,3,27,.58);
  color: #fff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255,45,111,.55);
  box-shadow: 0 0 0 3px rgba(255,45,111,.12);
}

.lead-magnet {
  margin-top: 24px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
}

.lead-magnet h3 {
  margin-bottom: 10px;
}

.lead-magnet a {
  color: var(--pink2);
  font-weight: 650;
}

.mini-list a {
  color: var(--pink2);
  font-weight: 650;
}

@media (max-width: 900px) {
  .local-seo-strip,
  .conversion-panel,
  .form-row {
    grid-template-columns: 1fr;
  }
}


/* v42 — fallback visible pour le formulaire mailto */
.email-fallback {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
}

.email-fallback p {
  margin: 0 0 14px;
  color: var(--muted);
}

.email-fallback textarea {
  width: 100%;
  margin-top: 14px;
  min-height: 190px;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(7,3,27,.58);
  color: #fff;
  resize: vertical;
}


/* v43 — contenu expert et blocs orientés prospects */
.expert-section {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(360px,1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.expert-intro {
  padding: clamp(24px, 3.5vw, 34px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 12% 16%, rgba(255,45,111,.12), transparent 34%),
    linear-gradient(135deg, rgba(28,9,72,.74), rgba(10,5,35,.70));
  box-shadow: var(--shadow);
}

.expert-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  letter-spacing: -.045em;
  font-weight: 360;
}

.expert-intro p {
  color: var(--muted);
}

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

.expert-grid article,
.proof-grid a {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(28,9,72,.78), rgba(10,5,35,.72));
  box-shadow: 0 20px 52px rgba(0,0,0,.26);
}

.expert-grid article {
  padding: 22px;
}

.expert-grid h3 {
  margin: 0 0 10px;
}

.expert-grid p,
.use-case-band p,
.proof-grid p {
  color: var(--muted);
}

.use-case-band {
  padding: clamp(24px, 3.5vw, 36px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 88% 20%, rgba(255,45,111,.13), transparent 34%),
    linear-gradient(135deg, rgba(23,8,64,.76), rgba(8,4,30,.70));
  box-shadow: var(--shadow);
}

.use-case-band h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  letter-spacing: -.045em;
  font-weight: 360;
}

.compact-links {
  margin-top: 18px;
}

.proof-section .title {
  max-width: 860px;
  margin-bottom: 22px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.proof-grid a {
  display: block;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.proof-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,45,111,.34);
}

.proof-grid span {
  color: var(--pink2);
  font-weight: 800;
  letter-spacing: .14em;
  font-size: .78rem;
}

.proof-grid h3 {
  margin: 12px 0 10px;
}

@media (max-width: 980px) {
  .expert-section,
  .expert-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }
}


/* v44 — centrage du titre “Problèmes fréquents” */
.proof-section .title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.proof-section .title .eyebrow {
  justify-content: center;
}

.proof-section .title h2 {
  margin-left: auto;
  margin-right: auto;
}


/* v46 — vraies icônes pour les cartes EU / Open-source / Hybride */
.alternative-icon-grid .info-card {
  padding-top: 28px;
}

.alternative-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, var(--pink), #8c43ff);
  box-shadow: 0 0 28px rgba(255,45,111,.24);
}

.alternative-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alternative-icon svg * {
  vector-effect: non-scaling-stroke;
}

.alternative-icon .icon-surface {
  fill: rgba(255,255,255,.06);
  stroke: currentColor;
}

.alternative-icon .icon-base,
.alternative-icon .icon-cloud {
  stroke: currentColor;
}

.alternative-icon .eu-star-dot,
.alternative-icon .icon-node {
  fill: currentColor;
  stroke: none;
}

.alternative-icon-eu {
  background:
    radial-gradient(circle at 50% 40%, rgba(255,204,0,.28), transparent 38%),
    linear-gradient(135deg, #203cff, #7b2dff 55%, var(--pink));
}

.alternative-icon-os {
  background:
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.16), transparent 40%),
    linear-gradient(135deg, #7d5cff, var(--pink));
}

.alternative-icon-hybrid {
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.20), transparent 34%),
    linear-gradient(135deg, #4c2fff, #8c43ff 48%, var(--pink));
}

@media (max-width: 680px) {
  .alternative-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .alternative-icon svg {
    width: 39px;
    height: 39px;
  }
}


/* v47 — icônes alternatives corrigées : SVG autonomes via <img>, sans déformation CSS */
.alternative-icon-grid-v2 .info-card {
  padding-top: 28px;
}

.alternative-icon-grid-v2 .alternative-icon-img {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, rgba(255,45,111,.95), rgba(140,67,255,.95));
  box-shadow: 0 0 28px rgba(255,45,111,.22);
  overflow: hidden;
}

.alternative-icon-grid-v2 .alternative-icon-img img {
  width: 54px;
  height: 54px;
  display: block;
  object-fit: contain;
}

@media (max-width: 680px) {
  .alternative-icon-grid-v2 .alternative-icon-img {
    width: 66px;
    height: 66px;
    border-radius: 18px;
  }

  .alternative-icon-grid-v2 .alternative-icon-img img {
    width: 50px;
    height: 50px;
  }
}


/* v48 — icônes en badges complets, plus propres et plus cohérents */
.alternative-icon-grid-v2 .alternative-icon-img {
  display: none !important;
}

.alternative-icon-grid-v2 .alternative-icon-badge {
  width: 82px;
  height: 82px;
  display: block;
  margin-bottom: 22px;
  border-radius: 24px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10),
    0 18px 38px rgba(0,0,0,.22),
    0 0 32px rgba(255,45,111,.18);
}

.alternative-icon-grid-v2 .alternative-icon-badge img {
  width: 82px;
  height: 82px;
  display: block;
  object-fit: contain;
}

@media (max-width: 680px) {
  .alternative-icon-grid-v2 .alternative-icon-badge,
  .alternative-icon-grid-v2 .alternative-icon-badge img {
    width: 74px;
    height: 74px;
  }
}


/* v49 — icônes plus fines, moins grossières */
.alternative-icon-grid-v2 .alternative-icon-badge {
  width: 76px;
  height: 76px;
  border-radius: 23px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 14px 30px rgba(0,0,0,.18),
    0 0 26px rgba(255,45,111,.13);
}

.alternative-icon-grid-v2 .alternative-icon-badge img {
  width: 76px;
  height: 76px;
}

@media (max-width: 680px) {
  .alternative-icon-grid-v2 .alternative-icon-badge,
  .alternative-icon-grid-v2 .alternative-icon-badge img {
    width: 70px;
    height: 70px;
  }
}


/* v50 — Blog Markdown statique */
.blog-hero {
  padding-bottom: clamp(28px, 4vw, 56px);
}

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

.blog-card a,
.blog-related-card {
  display: block;
  height: 100%;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,45,111,.10), transparent 34%),
    linear-gradient(135deg, rgba(28,9,72,.76), rgba(10,5,35,.70));
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.blog-card a:hover,
.blog-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,45,111,.34);
}

.blog-card-category,
.blog-related-card span {
  color: var(--pink2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.blog-card p,
.blog-card-meta {
  color: var(--muted);
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  font-size: .92rem;
}

.blog-article {
  max-width: 980px;
  padding-top: clamp(120px, 13vw, 170px);
}

.blog-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--pink2);
  font-weight: 700;
  text-decoration: none;
}

.blog-article-header {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.blog-article-header h1 {
  margin: 0 0 18px;
  max-width: 920px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.07em;
  font-weight: 320;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
}

.blog-content {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(28,9,72,.74), rgba(10,5,35,.70));
  box-shadow: var(--shadow);
}

.blog-content h1 {
  display: none;
}

.blog-content h2 {
  margin: 2.2rem 0 1rem;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  letter-spacing: -.045em;
  font-weight: 380;
}

.blog-content h3 {
  margin: 1.8rem 0 .8rem;
}

.blog-content p,
.blog-content li,
.blog-content blockquote {
  color: var(--muted);
  line-height: 1.76;
}

.blog-content ul,
.blog-content ol {
  display: grid;
  gap: 8px;
  padding-left: 1.3rem;
}

.blog-content code {
  padding: .14rem .32rem;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
}

.blog-content pre {
  overflow: auto;
  padding: 18px;
  border-radius: 16px;
  background: rgba(5,2,22,.72);
  border: 1px solid rgba(255,255,255,.08);
}

.blog-content pre code {
  padding: 0;
  background: transparent;
}

.blog-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,45,111,.13), transparent 34%),
    linear-gradient(135deg, rgba(23,8,64,.76), rgba(8,4,30,.70));
  box-shadow: var(--shadow);
}

.blog-cta h2 {
  margin: 0 0 10px;
}

.blog-cta p {
  color: var(--muted);
}

.blog-related,
.related-blog-section {
  margin-top: clamp(32px, 5vw, 62px);
}

.blog-related h2,
.related-blog-section .title h2 {
  margin-bottom: 18px;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.blog-related-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.08rem;
}

@media (max-width: 860px) {
  .blog-grid,
  .blog-related-grid,
  .blog-cta {
    grid-template-columns: 1fr;
  }
}


/* v51 — meilleur placement du texte du bloc local SEO en page d’accueil */
.local-seo-strip {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .82fr);
  align-items: center;
}

.local-seo-strip > div {
  align-self: center;
}

.local-seo-strip > p:last-child {
  align-self: center;
  max-width: 620px;
  margin: 0;
  padding-left: clamp(22px, 2.4vw, 34px);
  border-left: 1px solid rgba(255,255,255,.13);
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

@media (max-width: 900px) {
  .local-seo-strip > p:last-child {
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }
}


/* v52 — pages légales et politique de cookies */
.legal-content h3 {
  margin-top: 1.6rem;
  margin-bottom: .65rem;
  font-size: 1.18rem;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.4rem 0 2rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.legal-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  line-height: 1.55;
}

.legal-table th {
  color: #fff;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.045);
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-table code,
.legal-content code {
  padding: .12rem .32rem;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #fff;
}


/* v53 — Gestion du consentement cookies / traceurs */
.cookie-consent {
  position: fixed;
  inset: auto clamp(14px, 3vw, 28px) clamp(14px, 3vw, 28px);
  z-index: 9999;
  pointer-events: none;
}

.cookie-consent-modal {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5, 2, 20, .58);
  backdrop-filter: blur(10px);
}

.cookie-panel {
  width: min(780px, 100%);
  max-height: min(720px, calc(100vh - 36px));
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,45,111,.16), transparent 36%),
    linear-gradient(135deg, rgba(29,9,73,.98), rgba(8,4,30,.96));
  box-shadow: 0 28px 90px rgba(0,0,0,.48), 0 0 38px rgba(255,45,111,.12);
  color: #fff;
  pointer-events: auto;
}

.cookie-panel-compact {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
}

.cookie-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  letter-spacing: -.04em;
  font-weight: 390;
}

.cookie-panel p {
  color: var(--muted);
  line-height: 1.62;
}

.cookie-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.cookie-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-panel-compact .cookie-actions {
  min-width: 360px;
}

.cookie-actions .button {
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.cookie-links a {
  color: var(--pink2);
  font-weight: 700;
}

.cookie-toggles {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.cookie-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  cursor: pointer;
}

.cookie-toggle strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.cookie-toggle small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.cookie-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-toggle i {
  position: relative;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
  transition: background .18s ease;
}

.cookie-toggle i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  transition: transform .18s ease;
}

.cookie-toggle input:checked + i {
  background: linear-gradient(135deg, var(--pink), #8c43ff);
}

.cookie-toggle input:checked + i::after {
  transform: translateX(24px);
}

.cookie-toggle input:disabled + i {
  opacity: .7;
}

.footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  opacity: .88;
}

.footer-cookie-button:hover {
  color: var(--pink2);
}

@media (max-width: 760px) {
  .cookie-panel-compact {
    grid-template-columns: 1fr;
  }

  .cookie-panel-compact .cookie-actions {
    min-width: 0;
    justify-content: stretch;
  }

  .cookie-actions .button {
    width: 100%;
    justify-content: center;
  }

  .cookie-consent {
    inset: auto 10px 10px;
  }
}


/* v55 — correction : on conserve les points animés interconnectés.
   Seuls la grille très fine et les lignes diagonales du fond deviennent un motif circuit imprimé. */
body::before {
  opacity: .22;
  background-image:
    linear-gradient(90deg,
      transparent 0 8%,
      rgba(255,90,162,.075) 8.15% 8.55%,
      transparent 8.7% 26%,
      rgba(155,92,255,.052) 26.2% 26.55%,
      transparent 26.7% 54%,
      rgba(255,90,162,.048) 54.15% 54.45%,
      transparent 54.6% 100%
    ),
    linear-gradient(0deg,
      transparent 0 14%,
      rgba(155,92,255,.050) 14.15% 14.55%,
      transparent 14.7% 39%,
      rgba(255,90,162,.060) 39.15% 39.55%,
      transparent 39.7% 72%,
      rgba(155,92,255,.044) 72.15% 72.48%,
      transparent 72.65% 100%
    ),
    radial-gradient(circle at 8.35% 14.35%, rgba(255,90,162,.28) 0 1.4px, transparent 1.9px),
    radial-gradient(circle at 26.35% 39.35%, rgba(155,92,255,.24) 0 1.4px, transparent 1.9px),
    radial-gradient(circle at 54.3% 72.3%, rgba(255,90,162,.20) 0 1.3px, transparent 1.8px),
    radial-gradient(circle at 8.35% 39.35%, rgba(255,255,255,.14) 0 1px, transparent 1.6px),
    radial-gradient(circle at 54.3% 14.35%, rgba(255,255,255,.11) 0 1px, transparent 1.6px);
  background-size:
    360px 260px,
    360px 260px,
    360px 260px,
    360px 260px,
    360px 260px,
    360px 260px,
    360px 260px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
}

.site-bg {
  opacity: .30;
  background:
    linear-gradient(90deg,
      transparent 0 18%,
      rgba(255,45,111,.050) 18.12% 18.36%,
      transparent 18.5% 42%,
      rgba(155,92,255,.045) 42.12% 42.36%,
      transparent 42.5% 78%,
      rgba(255,45,111,.038) 78.12% 78.32%,
      transparent 78.5% 100%
    ),
    linear-gradient(0deg,
      transparent 0 23%,
      rgba(155,92,255,.040) 23.12% 23.36%,
      transparent 23.5% 61%,
      rgba(255,45,111,.045) 61.12% 61.36%,
      transparent 61.5% 100%
    ),
    radial-gradient(circle at 18.25% 23.25%, rgba(255,45,111,.16) 0 2px, transparent 2.8px),
    radial-gradient(circle at 42.25% 61.25%, rgba(155,92,255,.14) 0 2px, transparent 2.8px),
    radial-gradient(circle at 78.2% 23.25%, rgba(255,45,111,.10) 0 1.6px, transparent 2.5px),
    radial-gradient(circle at 42% 26%, rgba(255,45,111,.12), transparent 18rem);
  background-size:
    520px 360px,
    520px 360px,
    520px 360px,
    520px 360px,
    520px 360px,
    auto;
}

#network {
  opacity: .55;
}


/* v56 — motif réellement type circuit imprimé.
   Le canvas des points interconnectés reste inchangé ; seul le fond statique est remplacé. */
body::before {
  opacity: .36;
  background-image: url("assets/pcb-pattern.svg");
  background-size: 720px 520px;
  background-repeat: repeat;
  background-position: center top;
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}

.site-bg {
  opacity: .28;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.14), transparent 26rem),
    radial-gradient(circle at 84% 8%, rgba(155,92,255,.16), transparent 30rem),
    radial-gradient(circle at 74% 58%, rgba(255,45,111,.08), transparent 28rem);
}

#network {
  opacity: .55;
}


/* v57 — PCB plus fin, moins grossier */
body::before {
  opacity: .22;
  background-image: url("assets/pcb-pattern.svg");
  background-size: 960px 680px;
  background-repeat: repeat;
  background-position: center top;
}

.site-bg {
  opacity: .22;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.13), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(155,92,255,.14), transparent 32rem),
    radial-gradient(circle at 74% 58%, rgba(255,45,111,.065), transparent 30rem);
}

/* On ne touche pas aux points animés interconnectés. */
#network {
  opacity: .55;
}


/* v58 — PCB plus dense, mais encore fin */
body::before {
  opacity: .27;
  background-image: url("assets/pcb-pattern.svg");
  background-size: 820px 580px;
  background-repeat: repeat;
  background-position: center top;
}

.site-bg {
  opacity: .24;
}

/* On conserve les points animés interconnectés. */
#network {
  opacity: .55;
}


/* v59 — fond inspiré du hero actuel : réseau/circuit fin, dense et subtil.
   On supprime l’effet PCB avec gros pads/composants au profit de lignes fines et angulaires. */
body::before {
  opacity: .34;
  background-image: url("assets/hero-network-pattern.svg");
  background-size: 760px 520px;
  background-repeat: repeat;
  background-position: center top;
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}

.site-bg {
  opacity: .26;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.13), transparent 30rem),
    radial-gradient(circle at 82% 4%, rgba(125,67,255,.20), transparent 34rem),
    radial-gradient(circle at 72% 58%, rgba(255,45,111,.075), transparent 31rem);
}

/* L’animation des points interconnectés reste celle d’origine. */
#network {
  opacity: .55;
}


/* v60 — fond basé sur le motif fourni par l'utilisateur.
   Les points animés qui bougent et s'interconnectent restent inchangés.
   Seul le motif statique de fond est remplacé. */
body::before {
  opacity: .30;
  background-image: url("assets/circuit-board-pattern.svg");
  background-size: 360px 360px;
  background-repeat: repeat;
  background-position: center top;
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}

.site-bg {
  opacity: .18;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.13), transparent 30rem),
    radial-gradient(circle at 82% 4%, rgba(125,67,255,.17), transparent 34rem),
    radial-gradient(circle at 72% 58%, rgba(255,45,111,.06), transparent 31rem);
}

/* Conservation de l'animation d'origine des points interconnectés. */
#network {
  opacity: .55;
}


/* v61 — nouveau hero design avec image de code en fond */
.hero-image {
  position: relative;
  min-height: min(860px, calc(100vh - 94px));
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 48px);
  margin-top: clamp(28px, 4vw, 54px);
  margin-bottom: clamp(38px, 5vw, 70px);
  padding: clamp(64px, 8vw, 112px) clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .58fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  border: 1px solid rgba(255,255,255,.10);
  background: #07031b;
  box-shadow:
    0 34px 120px rgba(0,0,0,.52),
    0 0 0 1px rgba(255,45,111,.045) inset;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 24%, rgba(255,45,111,.16), transparent 24rem),
    radial-gradient(circle at 78% 18%, rgba(0,207,255,.20), transparent 26rem),
    radial-gradient(circle at 66% 82%, rgba(155,92,255,.20), transparent 24rem);
  mix-blend-mode: screen;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.72) 48%, transparent 100%);
  opacity: .38;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(1.08) contrast(1.05) brightness(.74);
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(5,2,20,.96) 0%,
      rgba(7,3,27,.90) 25%,
      rgba(8,4,30,.68) 52%,
      rgba(8,4,30,.32) 100%
    ),
    linear-gradient(180deg,
      rgba(5,2,20,.70) 0%,
      transparent 34%,
      rgba(5,2,20,.82) 100%
    );
}

.hero-copy-card {
  position: relative;
  z-index: 3;
  max-width: 770px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 12% 14%, rgba(255,45,111,.14), transparent 34%),
    linear-gradient(135deg, rgba(10,4,35,.80), rgba(7,3,27,.52));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 90px rgba(0,0,0,.34);
}

.hero-copy-card .lead {
  max-width: 650px;
}

.hero-signal-card {
  position: relative;
  z-index: 3;
  justify-self: end;
  align-self: end;
  width: min(360px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,4,30,.46);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 72px rgba(0,0,0,.34);
}

.hero-signal-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  font-size: .84rem;
  font-weight: 650;
}

.hero-signal-card span:nth-child(odd) {
  color: #ffd7e8;
  border-color: rgba(255,45,111,.18);
  background: rgba(255,45,111,.075);
}

.hero-image + .local-seo-strip {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .hero-image {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .hero-signal-card {
    justify-self: start;
    align-self: start;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5,2,20,.94) 0%, rgba(8,4,30,.76) 62%, rgba(8,4,30,.42) 100%),
      linear-gradient(180deg, rgba(5,2,20,.78) 0%, transparent 36%, rgba(5,2,20,.86) 100%);
  }
}

@media (max-width: 700px) {
  .hero-image {
    width: min(var(--max), calc(100% - 28px));
    min-height: auto;
    padding: 86px 16px 28px;
    border-radius: 28px;
  }

  .hero-bg img {
    object-position: 70% center;
  }

  .hero-copy-card {
    padding: 22px;
  }

  .hero-copy-card .hero-title {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .hero-signal-card {
    display: none;
  }
}


/* v62 — Hero image intégré, sans encadré autour du texte */
.hero-image.shell {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(42px, 6vw, 84px);
  min-height: min(900px, 100vh);
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding:
    clamp(118px, 13vw, 190px)
    max(28px, calc((100vw - var(--max)) / 2 + 28px))
    clamp(76px, 10vw, 140px);
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
}

.hero-image::after {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px);
  opacity: .28;
}

.hero-shade {
  background:
    linear-gradient(90deg,
      rgba(5,2,20,.98) 0%,
      rgba(6,3,24,.93) 24%,
      rgba(8,4,30,.70) 50%,
      rgba(8,4,30,.18) 100%
    ),
    linear-gradient(180deg,
      rgba(5,2,20,.62) 0%,
      transparent 38%,
      rgba(5,2,20,.88) 100%
    );
}

.hero-bg img {
  object-position: 68% center;
  filter: saturate(1.08) contrast(1.06) brightness(.68);
}

.hero-copy-overlay {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 16px 50px rgba(0,0,0,.62);
}

.hero-copy-overlay .eyebrow {
  margin-bottom: 18px;
}

.hero-copy-overlay .hero-title {
  max-width: 820px;
}

.hero-copy-overlay .lead {
  max-width: 650px;
  color: rgba(234,229,255,.86);
}

.hero-tech-strip {
  position: relative;
  z-index: 3;
  align-self: end;
  justify-self: end;
  width: min(430px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  padding: 0;
}

.hero-tech-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(7,3,27,.34);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  font-size: .82rem;
  font-weight: 650;
}

.hero-tech-strip span:nth-child(odd) {
  color: #ffd7e8;
  border-color: rgba(255,45,111,.16);
  background: rgba(255,45,111,.055);
}

.hero-image + .local-seo-strip {
  margin-top: clamp(18px, 3vw, 34px);
}

@media (max-width: 1080px) {
  .hero-image.shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding:
      clamp(118px, 16vw, 168px)
      28px
      clamp(54px, 9vw, 92px);
  }

  .hero-tech-strip {
    justify-self: start;
    justify-content: flex-start;
    max-width: 680px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5,2,20,.96) 0%, rgba(8,4,30,.78) 64%, rgba(8,4,30,.38) 100%),
      linear-gradient(180deg, rgba(5,2,20,.72) 0%, transparent 36%, rgba(5,2,20,.88) 100%);
  }
}

@media (max-width: 700px) {
  .hero-image.shell {
    width: 100%;
    padding: 112px 18px 48px;
    border-radius: 0;
  }

  .hero-copy-overlay .hero-title {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  .hero-bg img {
    object-position: 72% center;
  }

  .hero-tech-strip {
    display: none;
  }
}


/* v63 — fondu haut/bas du hero, motif PCB conservé, suppression des mots-clés */
.hero-image.shell {
  margin-top: 0;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(5,2,20,1) 0%,
      rgba(5,2,20,.92) 6%,
      rgba(5,2,20,.34) 16%,
      rgba(5,2,20,0) 28%,
      rgba(5,2,20,0) 72%,
      rgba(5,2,20,.38) 84%,
      rgba(5,2,20,.90) 94%,
      rgba(5,2,20,1) 100%
    ),
    radial-gradient(circle at 20% 24%, rgba(255,45,111,.13), transparent 24rem),
    radial-gradient(circle at 78% 18%, rgba(0,207,255,.16), transparent 26rem),
    radial-gradient(circle at 66% 82%, rgba(155,92,255,.16), transparent 24rem);
  mix-blend-mode: screen, normal, normal, normal;
}

.hero-image::after {
  background-image:
    url("assets/circuit-pattern.svg");
  background-repeat: repeat;
  background-size: 320px auto;
  background-position: center;
  mask-image:
    linear-gradient(180deg,
      transparent 0%,
      rgba(0,0,0,.88) 8%,
      #000 18%,
      #000 82%,
      rgba(0,0,0,.88) 92%,
      transparent 100%
    );
  opacity: .22;
}

.hero-shade {
  background:
    linear-gradient(90deg,
      rgba(5,2,20,.97) 0%,
      rgba(6,3,24,.92) 24%,
      rgba(8,4,30,.70) 52%,
      rgba(8,4,30,.22) 100%
    ),
    linear-gradient(180deg,
      rgba(5,2,20,.18) 0%,
      transparent 18%,
      transparent 78%,
      rgba(5,2,20,.32) 100%
    );
}

.hero-copy-overlay {
  padding-top: clamp(6px, 1vw, 12px);
  padding-bottom: clamp(10px, 1.4vw, 18px);
}

.hero-tech-strip {
  display: none !important;
}

@media (max-width: 1080px) {
  .hero-image::after {
    background-size: 260px auto;
    opacity: .18;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5,2,20,.96) 0%, rgba(8,4,30,.78) 64%, rgba(8,4,30,.38) 100%),
      linear-gradient(180deg, rgba(5,2,20,.28) 0%, transparent 16%, transparent 78%, rgba(5,2,20,.36) 100%);
  }
}

@media (max-width: 700px) {
  .hero-image.shell {
    padding-top: 108px;
    padding-bottom: 54px;
  }

  .hero-image::after {
    background-size: 220px auto;
    opacity: .15;
  }
}


/* v64 — fondu réel appliqué à l'image du hero, motif PCB conservé par-dessus */
.hero-image.shell {
  background:
    linear-gradient(180deg, #050214 0%, #07031b 50%, #050214 100%);
}

.hero-bg {
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,.18) 5%,
    rgba(0,0,0,.72) 13%,
    #000 24%,
    #000 76%,
    rgba(0,0,0,.72) 87%,
    rgba(0,0,0,.18) 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,.18) 5%,
    rgba(0,0,0,.72) 13%,
    #000 24%,
    #000 76%,
    rgba(0,0,0,.72) 87%,
    rgba(0,0,0,.18) 95%,
    transparent 100%
  );
}

.hero-bg img {
  filter: saturate(1.08) contrast(1.06) brightness(.70);
}

/* Overlay de lumière + assombrissement pour garder le texte lisible,
   sans remplacer le fondu réel de l'image. */
.hero-image::before {
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(5,2,20,.98) 0%,
      rgba(6,3,24,.90) 25%,
      rgba(8,4,30,.60) 52%,
      rgba(8,4,30,.14) 100%
    ),
    radial-gradient(circle at 18% 22%, rgba(255,45,111,.12), transparent 24rem),
    radial-gradient(circle at 78% 18%, rgba(0,207,255,.15), transparent 26rem),
    radial-gradient(circle at 66% 82%, rgba(155,92,255,.14), transparent 24rem);
  mix-blend-mode: normal;
}

/* Le motif PCB reste au-dessus de l'image et de son fondu. */
.hero-image::after {
  z-index: 2;
  background-image: url("assets/circuit-pattern.svg");
  background-repeat: repeat;
  background-size: 320px auto;
  background-position: center;
  opacity: .24;
  mix-blend-mode: screen;
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,.55) 7%,
    #000 18%,
    #000 82%,
    rgba(0,0,0,.55) 93%,
    transparent 100%
  );
}

/* On supprime le rôle de fondu lourd de l'ancien .hero-shade pour éviter un bloc sombre visible. */
.hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(5,2,20,.22) 0%,
      transparent 18%,
      transparent 78%,
      rgba(5,2,20,.34) 100%
    );
}

@media (max-width: 1080px) {
  .hero-bg {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 80%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 80%, transparent 100%);
  }

  .hero-image::after {
    background-size: 260px auto;
    opacity: .20;
  }
}

@media (max-width: 700px) {
  .hero-bg {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 84%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 84%, transparent 100%);
  }

  .hero-image::after {
    background-size: 220px auto;
    opacity: .16;
  }
}


/* v65 — correction réelle du hero : fondu haut/bas progressif + motif PCB visible devant l'image */
.hero-image.shell {
  background:
    radial-gradient(circle at 12% 12%,rgba(255,45,111,.10),transparent 28rem),
    radial-gradient(circle at 82% 4%,rgba(125,67,255,.13),transparent 32rem),
    linear-gradient(180deg,#060219 0%,#0b0324 42%,#07031b 100%);
}

/* On laisse l'image pleine taille : le fondu est géré par les overlays, pour éviter les coupures abruptes. */
.hero-bg {
  z-index: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(1.05) contrast(1.04) brightness(.72);
  transform: scale(1.015);
}

/* Fondu visuel haut/bas + voile de lecture à gauche */
.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(6,2,20,1) 0%,
      rgba(6,2,20,.98) 2%,
      rgba(6,2,20,.92) 6%,
      rgba(6,2,20,.78) 12%,
      rgba(6,2,20,.44) 20%,
      rgba(6,2,20,.12) 28%,
      rgba(6,2,20,0) 38%,
      rgba(6,2,20,0) 62%,
      rgba(6,2,20,.10) 72%,
      rgba(6,2,20,.34) 82%,
      rgba(6,2,20,.70) 90%,
      rgba(6,2,20,.92) 96%,
      rgba(6,2,20,1) 100%
    ),
    linear-gradient(90deg,
      rgba(5,2,20,.99) 0%,
      rgba(6,3,24,.94) 18%,
      rgba(8,4,30,.78) 34%,
      rgba(8,4,30,.48) 52%,
      rgba(8,4,30,.14) 72%,
      rgba(8,4,30,0) 100%
    ),
    radial-gradient(circle at 18% 22%, rgba(255,45,111,.10), transparent 24rem),
    radial-gradient(circle at 78% 18%, rgba(0,207,255,.12), transparent 26rem),
    radial-gradient(circle at 66% 82%, rgba(155,92,255,.11), transparent 24rem);
}

/* Motif PCB au-dessus de l'image, bien visible */
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("assets/pcb-pattern.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 440px auto;
  opacity: .44;
  mix-blend-mode: screen;
}

/* Le vieux calque n'est plus nécessaire. */
.hero-shade {
  background: none;
}

.hero-copy-overlay {
  position: relative;
  z-index: 3;
}

@media (max-width: 1080px) {
  .hero-image::before {
    background:
      linear-gradient(180deg,
        rgba(6,2,20,1) 0%,
        rgba(6,2,20,.95) 7%,
        rgba(6,2,20,.60) 18%,
        rgba(6,2,20,.14) 30%,
        rgba(6,2,20,0) 42%,
        rgba(6,2,20,0) 60%,
        rgba(6,2,20,.14) 74%,
        rgba(6,2,20,.52) 88%,
        rgba(6,2,20,.95) 96%,
        rgba(6,2,20,1) 100%
      ),
      linear-gradient(90deg,
        rgba(5,2,20,.96) 0%,
        rgba(8,4,30,.78) 56%,
        rgba(8,4,30,.30) 78%,
        rgba(8,4,30,0) 100%
      ),
      radial-gradient(circle at 18% 22%, rgba(255,45,111,.08), transparent 20rem),
      radial-gradient(circle at 78% 18%, rgba(0,207,255,.10), transparent 22rem),
      radial-gradient(circle at 66% 82%, rgba(155,92,255,.10), transparent 20rem);
  }

  .hero-image::after {
    background-size: 360px auto;
    opacity: .40;
  }
}

@media (max-width: 700px) {
  .hero-image::after {
    background-size: 290px auto;
    opacity: .32;
  }
}


/* v66 — correction stricte demandée :
   - fondu réel de l'image hero en haut et en bas ;
   - motif exact circuit-board-pattern.svg visible par-dessus l'image ;
   - neutralisation des anciens pseudo-calques conflictuels. */

/* On désactive les anciens pseudo-éléments du hero, car ils entraient en conflit
   avec le fondu et pointaient parfois vers le mauvais motif. */
.hero-image::before,
.hero-image::after {
  content: none !important;
  display: none !important;
}

.hero-image.shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.12), transparent 29rem),
    radial-gradient(circle at 82% 4%, rgba(125,67,255,.18), transparent 34rem),
    linear-gradient(180deg, #060219 0%, #0b0324 42%, #07031b 100%);
}

/* Image : le masque fait vraiment disparaître l'image vers le fond en haut et en bas. */
.hero-bg {
  z-index: 0 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(1.06) contrast(1.05) brightness(.70);
  transform: scale(1.015);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,.12) 4%,
    rgba(0,0,0,.45) 10%,
    rgba(0,0,0,.82) 18%,
    #000 28%,
    #000 72%,
    rgba(0,0,0,.82) 82%,
    rgba(0,0,0,.45) 90%,
    rgba(0,0,0,.12) 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,.12) 4%,
    rgba(0,0,0,.45) 10%,
    rgba(0,0,0,.82) 18%,
    #000 28%,
    #000 72%,
    rgba(0,0,0,.82) 82%,
    rgba(0,0,0,.45) 90%,
    rgba(0,0,0,.12) 96%,
    transparent 100%
  );
}

/* Fallback visuel du fondu : même si le mask est mal rendu, les bords se fondent. */
.hero-image-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #060219 0%,
      rgba(6,2,25,.98) 3%,
      rgba(6,2,25,.82) 9%,
      rgba(6,2,25,.46) 17%,
      rgba(6,2,25,.12) 28%,
      transparent 40%,
      transparent 60%,
      rgba(7,3,27,.10) 72%,
      rgba(7,3,27,.44) 83%,
      rgba(7,3,27,.82) 91%,
      rgba(7,3,27,.98) 97%,
      #07031b 100%
    );
}

/* Motif PCB exact demandé, au-dessus de l'image et du fondu. */
.hero-pcb-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("assets/circuit-board-pattern.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 360px 360px;
  opacity: .38;
  mix-blend-mode: screen;
}

/* Voile uniquement pour la lisibilité du texte, placé sous le motif PCB. */
.hero-shade {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(5,2,20,.98) 0%,
      rgba(6,3,24,.92) 20%,
      rgba(8,4,30,.70) 42%,
      rgba(8,4,30,.30) 64%,
      rgba(8,4,30,0) 100%
    );
}

.hero-copy-overlay {
  z-index: 3;
}

@media (max-width: 1080px) {
  .hero-bg img {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.65) 12%, #000 24%, #000 76%, rgba(0,0,0,.65) 90%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.65) 12%, #000 24%, #000 76%, rgba(0,0,0,.65) 90%, transparent 100%);
  }

  .hero-pcb-overlay {
    background-size: 300px 300px;
    opacity: .34;
  }
}

@media (max-width: 700px) {
  .hero-pcb-overlay {
    background-size: 240px 240px;
    opacity: .26;
  }
}


/* v72 — approche simplifiée :
   - plus de fondu forcé ;
   - léger filtre couleur du fond sur l'image hero ;
   - hero sur tout le viewport ;
   - motif circuit-board-pattern.svg conservé au-dessus. */

.hero-image-fade {
  display: none !important;
}

.hero-image.shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  height: 100vh;
  height: 100svh;
  margin: 0 0 clamp(42px, 6vw, 84px);
  border-radius: 0;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.13), transparent 29rem),
    radial-gradient(circle at 82% 4%, rgba(125,67,255,.23), transparent 34rem),
    radial-gradient(circle at 72% 58%, rgba(255,45,111,.08), transparent 30rem),
    linear-gradient(180deg, #060219 0%, #0b0324 42%, #07031b 100%);
  padding:
    clamp(112px, 13vh, 172px)
    max(28px, calc((100vw - var(--max)) / 2 + 28px))
    clamp(54px, 8vh, 104px);
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
  align-items: center;
}

/* Image normale, sans mask, sans alpha, sans bord artificiel. */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  overflow: hidden;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.hero-bg::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 1 !important;
  filter: saturate(1.03) contrast(1.03) brightness(.82);
  transform: scale(1.015);
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Filtre léger de la couleur de fond appliqué au-dessus de l'image. */
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1 !important;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(5,2,20,.94) 0%,
      rgba(7,3,27,.82) 22%,
      rgba(8,4,30,.54) 46%,
      rgba(8,4,30,.22) 68%,
      rgba(8,4,30,.10) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6,2,25,.26) 0%,
      rgba(11,3,36,.16) 42%,
      rgba(7,3,27,.22) 100%
    ),
    rgba(9,3,29,.14);
  mix-blend-mode: normal;
}

/* Motif PCB exact par-dessus le filtre et l'image. */
.hero-pcb-overlay {
  position: absolute;
  inset: 0;
  z-index: 2 !important;
  pointer-events: none;
  background-image: url("assets/circuit-board-pattern.svg") !important;
  background-repeat: repeat;
  background-position: center;
  background-size: 360px 360px;
  opacity: .36;
  mix-blend-mode: screen;
}

.hero-copy-overlay {
  position: relative;
  z-index: 3 !important;
  max-width: 760px;
}

.hero-image + .local-seo-strip {
  margin-top: clamp(22px, 4vw, 46px);
}

@media (max-width: 1080px) {
  .hero-image.shell {
    grid-template-columns: 1fr;
    min-height: 100vh;
    min-height: 100svh;
    height: auto;
    padding:
      clamp(112px, 14vh, 156px)
      28px
      clamp(54px, 8vh, 90px);
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(5,2,20,.96) 0%,
        rgba(8,4,30,.76) 58%,
        rgba(8,4,30,.36) 100%
      ),
      rgba(9,3,29,.16);
  }

  .hero-pcb-overlay {
    background-size: 300px 300px;
    opacity: .32;
  }
}

@media (max-width: 700px) {
  .hero-image.shell {
    padding: 112px 18px 52px;
  }

  .hero-bg img {
    object-position: 72% center;
    filter: saturate(1.02) contrast(1.02) brightness(.78);
  }

  .hero-pcb-overlay {
    background-size: 240px 240px;
    opacity: .24;
  }
}


/* v73 — l'image hero passe derrière l'en-tête sur la page d'accueil */
.home-page .header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: rgba(6,3,24,.46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,.10);
}

.home-page main {
  margin-top: 0;
}

.home-page .hero-image.shell {
  margin-top: 0;
  min-height: 100vh;
  min-height: 100svh;
  height: 100vh;
  height: 100svh;
  padding-top: clamp(126px, 15vh, 190px);
}

/* L'image démarre bien tout en haut du viewport, derrière le header. */
.home-page .hero-bg,
.home-page .hero-bg img,
.home-page .hero-shade,
.home-page .hero-pcb-overlay {
  top: 0;
}

/* Le contenu suivant commence seulement après le viewport hero. */
.home-page .hero-image + .local-seo-strip {
  margin-top: clamp(34px, 5vw, 70px);
}

@media (max-width: 920px) {
  .home-page .header {
    top: 10px;
  }

  .home-page .hero-image.shell {
    padding-top: clamp(126px, 18vh, 172px);
  }
}


/* v74 — image hero rapprochée de la charte Fluid Workplace */
.hero-bg img {
  filter: saturate(1.08) contrast(1.05) brightness(.86) !important;
}

/* Filtre couleur plus cohérent avec la charte : violet sombre + rose Fluid Workplace. */
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(7,3,27,.92) 0%,
      rgba(12,5,40,.78) 24%,
      rgba(42,12,76,.48) 48%,
      rgba(105,35,126,.22) 72%,
      rgba(155,92,255,.10) 100%
    ),
    radial-gradient(circle at 74% 18%, rgba(255,45,111,.18), transparent 28rem),
    radial-gradient(circle at 82% 54%, rgba(155,92,255,.16), transparent 34rem),
    rgba(9,3,29,.10);
}

/* Motif PCB conservé, un peu plus intégré à la palette rose/violet. */
.hero-pcb-overlay {
  background-image: url("assets/circuit-board-pattern.svg") !important;
  opacity: .34;
  mix-blend-mode: screen;
}

/* Le fond du hero reprend explicitement les couleurs de la charte. */
.hero-image.shell {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,45,111,.15), transparent 29rem),
    radial-gradient(circle at 82% 4%, rgba(155,92,255,.25), transparent 34rem),
    radial-gradient(circle at 72% 58%, rgba(255,45,111,.10), transparent 30rem),
    linear-gradient(180deg, #060219 0%, #0b0324 42%, #07031b 100%);
}

/* v75 — intégration d'une mascotte visuelle à côté du texte dans le hero */
.home-page .hero-image.shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 72px);
}

.home-page .hero-copy-overlay {
  max-width: 720px;
}

.home-page .hero-mascot {
  position: relative;
  z-index: 3;
  justify-self: end;
  align-self: end;
  width: min(540px, 40vw);
  max-width: 100%;
}

.home-page .hero-mascot::before {
  content: "";
  position: absolute;
  inset: 12% 8% 8%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,45,111,.24) 0%, rgba(155,92,255,.18) 38%, transparent 72%);
  filter: blur(42px);
}

.home-page .hero-mascot::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 14%;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(11,4,38,.78) 0%, rgba(11,4,38,.38) 42%, transparent 72%);
  filter: blur(18px);
}

.home-page .hero-mascot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 60px rgba(0,0,0,.34))
    drop-shadow(0 0 42px rgba(255,45,111,.16));
  animation: heroMascotFloat 7s ease-in-out infinite;
}

@keyframes heroMascotFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1080px) {
  .home-page .hero-image.shell {
    grid-template-columns: 1fr;
  }

  .home-page .hero-copy-overlay {
    max-width: 760px;
  }

  .home-page .hero-mascot {
    justify-self: center;
    align-self: end;
    width: min(440px, 82vw);
    margin-top: clamp(10px, 4vw, 24px);
  }
}

@media (max-width: 700px) {
  .home-page .hero-mascot {
    width: min(340px, 90vw);
  }
}


/* v76 — mascotte hero avec fond réellement transparent et alignement corrigé */
.home-page .hero-image.shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .82fr);
  gap: clamp(28px, 4.5vw, 72px);
}

.home-page .hero-copy-overlay {
  align-self: center;
  max-width: 700px;
}

.home-page .hero-mascot {
  position: relative;
  z-index: 3;
  justify-self: center;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(460px, 34vw);
  max-width: 100%;
  margin: 0;
}

.home-page .hero-mascot::before {
  inset: 14% 10% 10%;
  background: radial-gradient(circle, rgba(255,45,111,.18) 0%, rgba(155,92,255,.14) 42%, transparent 74%);
  filter: blur(48px);
}

.home-page .hero-mascot::after {
  left: 19%;
  right: 19%;
  bottom: 2%;
  height: 11%;
  background: radial-gradient(ellipse at center, rgba(11,4,38,.62) 0%, rgba(11,4,38,.28) 46%, transparent 74%);
  filter: blur(16px);
}

.home-page .hero-mascot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 44px rgba(0,0,0,.28))
    drop-shadow(0 0 36px rgba(255,45,111,.12));
  animation: heroMascotFloat 7s ease-in-out infinite;
}

@media (max-width: 1080px) {
  .home-page .hero-image.shell {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
  }

  .home-page .hero-copy-overlay {
    max-width: 760px;
  }

  .home-page .hero-mascot {
    width: min(360px, 70vw);
    justify-self: center;
    align-self: center;
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .home-page .hero-mascot {
    width: min(300px, 74vw);
  }
}

/* v77 — intégration de la mascotte issue du style fourni par l'utilisateur */
.home-page .hero-mascot {
  justify-self: end;
  align-self: center;
  width: min(520px, 38vw);
}

.home-page .hero-mascot::before {
  inset: 12% 8% 14%;
  background: radial-gradient(circle, rgba(255,45,111,.16) 0%, rgba(155,92,255,.12) 46%, transparent 76%);
  filter: blur(44px);
}

.home-page .hero-mascot::after {
  left: 18%;
  right: 18%;
  bottom: 4%;
  height: 10%;
}

.home-page .hero-mascot img {
  filter:
    drop-shadow(0 18px 44px rgba(0,0,0,.26))
    drop-shadow(0 0 32px rgba(255,45,111,.10));
}

@media (max-width: 1080px) {
  .home-page .hero-mascot {
    justify-self: center;
    width: min(380px, 72vw);
  }
}

@media (max-width: 700px) {
  .home-page .hero-mascot {
    width: min(320px, 78vw);
  }
}


/* v79 — animations et dynamisme maîtrisés */
.home-page .hero-image.shell {
  --mx: 0;
  --my: 0;
  --scrollY: 0;
}

/* L'image hero respire légèrement, sans effet agressif. */
.home-page .hero-bg img {
  transform:
    scale(1.045)
    translate3d(
      calc(var(--mx) * -10px),
      calc(var(--my) * -7px + var(--scrollY) * .018px),
      0
    ) !important;
  transform-origin: center;
  animation: heroBackgroundBreath 18s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes heroBackgroundBreath {
  0% {
    filter: saturate(1.05) contrast(1.04) brightness(.82) hue-rotate(-2deg);
  }
  100% {
    filter: saturate(1.16) contrast(1.08) brightness(.90) hue-rotate(5deg);
  }
}

/* Motif PCB vivant : déplacement très lent + léger pulse. */
.home-page .hero-pcb-overlay {
  animation:
    pcbDrift 22s linear infinite,
    pcbPulse 6s ease-in-out infinite;
  will-change: background-position, opacity;
}

@keyframes pcbDrift {
  from { background-position: 0 0; }
  to { background-position: 360px 360px; }
}

@keyframes pcbPulse {
  0%, 100% { opacity: .30; }
  50% { opacity: .42; }
}

/* Texte hero : apparition plus nette et premium. */
.home-page .hero-copy-overlay {
  animation: heroCopyEnter .9s cubic-bezier(.19, 1, .22, 1) both;
}

@keyframes heroCopyEnter {
  from {
    opacity: 0;
    transform: translate3d(-18px, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Accent dynamique sur le mot final. */
.home-page .hero-title em {
  position: relative;
  background-size: 220% 100%;
  animation: heroGradientShift 7s ease-in-out infinite;
  text-shadow:
    0 0 34px rgba(255,45,111,.22),
    0 0 52px rgba(155,92,255,.12);
}

@keyframes heroGradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Mascotte : flottement + parallaxe légère via variables JS. */
.home-page .hero-mascot {
  transform:
    translate3d(
      calc(var(--mx) * 18px),
      calc(var(--my) * 12px),
      0
    );
  transition: transform .22s ease-out;
  will-change: transform;
}

.home-page .hero-mascot img {
  animation:
    heroMascotFloat 6.5s ease-in-out infinite,
    heroMascotGlow 5.5s ease-in-out infinite !important;
  transform-origin: 48% 56%;
}

@keyframes heroMascotFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-.6deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(.8deg);
  }
}

@keyframes heroMascotGlow {
  0%, 100% {
    filter:
      drop-shadow(0 18px 44px rgba(0,0,0,.28))
      drop-shadow(0 0 28px rgba(255,45,111,.10));
  }
  50% {
    filter:
      drop-shadow(0 26px 54px rgba(0,0,0,.34))
      drop-shadow(0 0 46px rgba(255,45,111,.20))
      drop-shadow(0 0 32px rgba(155,92,255,.14));
  }
}

/* Boutons : micro-interaction plus vivante. */
.home-page .actions .button {
  position: relative;
  overflow: hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.home-page .actions .button::after {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -45%;
  width: 34%;
  transform: rotate(22deg) translateX(-180%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.26), transparent);
  opacity: 0;
  pointer-events: none;
}

.home-page .actions .button:hover {
  transform: translateY(-3px);
}

.home-page .actions .button:hover::after {
  animation: buttonSheen .8s ease;
}

@keyframes buttonSheen {
  0% {
    transform: rotate(22deg) translateX(-180%);
    opacity: 0;
  }
  25% {
    opacity: .75;
  }
  100% {
    transform: rotate(22deg) translateX(520%);
    opacity: 0;
  }
}

/* Cartes et blocs de contenu : léger lift au survol. */
.service-card,
.solution-card,
.proof-card,
.article-card,
.local-seo-strip {
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease;
}

.service-card:hover,
.solution-card:hover,
.proof-card:hover,
.article-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 70px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,45,111,.12) inset;
}

/* Effet plus fluide lors de l'entrée des éléments révélés. */
.reveal {
  transition:
    opacity .72s cubic-bezier(.19, 1, .22, 1),
    transform .72s cubic-bezier(.19, 1, .22, 1),
    filter .72s cubic-bezier(.19, 1, .22, 1);
}

.reveal:not(.visible) {
  filter: blur(4px);
}

.reveal.visible {
  filter: blur(0);
}

/* Respect des préférences d'accessibilité. */
@media (prefers-reduced-motion: reduce) {
  .home-page .hero-bg img,
  .home-page .hero-pcb-overlay,
  .home-page .hero-copy-overlay,
  .home-page .hero-title em,
  .home-page .hero-mascot,
  .home-page .hero-mascot img,
  .home-page .actions .button::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .reveal,
  .reveal:not(.visible),
  .reveal.visible {
    transition: none !important;
    filter: none !important;
  }
}


/* v80 — animations étendues aux autres sections du site */

/* Header : effet de profondeur au scroll */
.header {
  transition:
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}

body.has-scrolled .header {
  box-shadow:
    0 18px 56px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,45,111,.08) inset;
  border-color: rgba(255,255,255,.14);
}

/* Soulignement dynamique du menu */
.nav a:not(.nav-button) {
  position: relative;
}

.nav a:not(.nav-button)::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,45,111,.75), rgba(155,92,255,.75), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .24s ease;
}

.nav a:not(.nav-button):hover::after,
.nav a:not(.nav-button).active::after {
  transform: scaleX(1);
}

/* Page hero internes */
.page-hero {
  overflow: hidden;
  isolation: isolate;
}

.page-hero::before {
  animation: pageHeroGlow 13s ease-in-out infinite alternate;
}

.page-hero-visual img {
  transition:
    transform .45s cubic-bezier(.19, 1, .22, 1),
    filter .45s cubic-bezier(.19, 1, .22, 1);
}

.page-hero-visual:hover img {
  transform: scale(1.035) rotate(.4deg);
  filter: saturate(1.12) contrast(1.06);
}

@keyframes pageHeroGlow {
  0% {
    opacity: .62;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  100% {
    opacity: .88;
    transform: translate3d(1.5%, 1%, 0) scale(1.03);
  }
}

/* Titres de sections */
.title h2,
.page-hero-copy h1,
.blog-hero h1 {
  position: relative;
}

.title h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2d6f, #9b5cff, transparent);
  transform: scaleX(.55);
  transform-origin: left;
  opacity: .75;
  transition: transform .45s ease, opacity .45s ease;
}

.title.visible h2::after,
.section:hover .title h2::after {
  transform: scaleX(1);
  opacity: 1;
}

/* Stagger générique : piloté par JS via --stagger-delay */
.reveal {
  transition-delay: var(--stagger-delay, 0ms);
}

/* Cartes services : image plus dynamique */
.service-card figure,
.article-card figure,
.solution-card,
.proof-card,
.value-card,
.step-card,
.audit-card,
.package-card {
  position: relative;
  overflow: hidden;
}

.service-card figure::after,
.article-card figure::after,
.solution-card::after,
.proof-card::after,
.value-card::after,
.step-card::after,
.audit-card::after,
.package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 44%, transparent 58%);
  transform: translateX(-120%);
  opacity: 0;
}

.service-card:hover figure::after,
.article-card:hover figure::after,
.solution-card:hover::after,
.proof-card:hover::after,
.value-card:hover::after,
.step-card:hover::after,
.audit-card:hover::after,
.package-card:hover::after {
  animation: cardSheen 1s ease;
}

@keyframes cardSheen {
  0% { transform: translateX(-120%); opacity: 0; }
  22% { opacity: .85; }
  100% { transform: translateX(120%); opacity: 0; }
}

.service-card img,
.article-card img {
  transition: transform .55s cubic-bezier(.19, 1, .22, 1), filter .55s ease;
}

.service-card:hover img,
.article-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.06);
}

/* Cards : bordure lumineuse au hover */
.service-card,
.solution-card,
.proof-card,
.value-card,
.step-card,
.audit-card,
.package-card,
.article-card,
.contact-card,
.form-card {
  position: relative;
  transition:
    transform .26s cubic-bezier(.19, 1, .22, 1),
    box-shadow .26s cubic-bezier(.19, 1, .22, 1),
    border-color .26s ease,
    background .26s ease;
}

.service-card:hover,
.solution-card:hover,
.proof-card:hover,
.value-card:hover,
.step-card:hover,
.audit-card:hover,
.package-card:hover,
.article-card:hover,
.contact-card:hover,
.form-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,45,111,.24);
  box-shadow:
    0 26px 78px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,45,111,.10) inset,
    0 0 42px rgba(155,92,255,.08);
}

/* Process / étapes : apparition en ligne plus claire */
.process,
.steps,
.timeline {
  position: relative;
}

.step-card,
.process-card {
  transform-origin: center;
}

.step-card.visible,
.process-card.visible {
  animation: stepPop .6s cubic-bezier(.19, 1, .22, 1) both;
}

@keyframes stepPop {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Statistiques / preuves : compteurs visuels plus vivants */
.stat,
.metric,
.kpi {
  transition: transform .24s ease, color .24s ease, text-shadow .24s ease;
}

.stat:hover,
.metric:hover,
.kpi:hover {
  transform: translateY(-3px);
  text-shadow: 0 0 26px rgba(255,45,111,.20);
}

/* FAQ / détails : ouverture plus fluide si details/summary est utilisé */
details {
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

details[open] {
  border-color: rgba(255,45,111,.22);
  box-shadow: 0 18px 56px rgba(0,0,0,.20);
}

details > *:not(summary) {
  animation: detailsOpen .28s ease both;
}

@keyframes detailsOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA final : halo vivant */
.cta,
.final-cta,
.contact-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.cta::before,
.final-cta::before,
.contact-cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,45,111,.18), transparent 28%),
    radial-gradient(circle at 70% 45%, rgba(155,92,255,.18), transparent 32%);
  animation: ctaHaloMove 11s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes ctaHaloMove {
  from { transform: translate3d(-2%, -1%, 0) rotate(0deg); opacity: .65; }
  to { transform: translate3d(2%, 1%, 0) rotate(8deg); opacity: 1; }
}

/* Liens de cartes : flèche plus nerveuse */
.service-card footer span,
.article-card span,
.solution-card span,
.card-link span {
  transition: transform .22s ease, color .22s ease;
}

.service-card:hover footer span,
.article-card:hover span,
.solution-card:hover span,
.card-link:hover span {
  transform: translateX(5px);
  color: #ff2d6f;
}

/* Formulaires */
input,
textarea,
select {
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255,45,111,.48);
  box-shadow:
    0 0 0 4px rgba(255,45,111,.10),
    0 0 28px rgba(155,92,255,.10);
}

/* Scroll progress légèrement plus visible */
.scroll-progress {
  box-shadow:
    0 0 16px rgba(255,45,111,.45),
    0 0 28px rgba(155,92,255,.30);
}

/* Accessibilité : désactivation propre si l'utilisateur réduit les animations */
@media (prefers-reduced-motion: reduce) {
  .header,
  .nav a::after,
  .page-hero::before,
  .page-hero-visual img,
  .title h2::after,
  .service-card,
  .solution-card,
  .proof-card,
  .value-card,
  .step-card,
  .audit-card,
  .package-card,
  .article-card,
  .contact-card,
  .form-card,
  .service-card img,
  .article-card img,
  .cta::before,
  .final-cta::before,
  .contact-cta::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}


/* v81 — correction du bouton "Demander le diagnostic"
   Le fond était visuellement coupé à gauche à cause de l'animation/overflow.
   On force une peinture propre du bouton et on garde l'effet de survol sans rogner le fond. */
a.button,
button.button,
.nav-button {
  isolation: isolate;
  background-clip: padding-box;
  transform: translateZ(0);
}

a.button.primary,
button.button.primary,
.nav-button {
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* Le reflet animé ne doit jamais influencer le fond du bouton. */
.actions .button::after,
.home-page .actions .button::after {
  z-index: 1;
  border-radius: inherit;
}

.actions .button > *,
.home-page .actions .button > * {
  position: relative;
  z-index: 2;
}

/* Fix spécifique : le fond doit dépasser très légèrement sous le rayon,
   ce qui évite la coupure visible côté gauche sur certains rendus. */
a.button.primary::before,
button.button.primary::before,
.nav-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
  pointer-events: none;
}

/* On évite que le JS de micro-interaction écrase le rendu du fond sur les boutons critiques. */
.nav-button,
.actions .button.primary,
.actions .button.secondary {
  will-change: transform;
  backface-visibility: hidden;
}


/* v82 — correction plus directe du CTA hero
   Hypothèse validée par le retour utilisateur :
   le problème vient du rendu/clip de l'ombre portée et des pseudo-couches.
   On simplifie donc le bouton du hero :
   - suppression du faux calque ajouté en v81 ;
   - ombre plus contenue ;
   - overflow visible sur le conteneur ;
   - reflet animé recadré proprement dans la forme du bouton. */

.home-page .actions,
.hero .actions {
  overflow: visible;
  padding-left: 4px; /* petite marge de sécurité pour éviter tout rognage visuel à gauche */
}

.home-page .actions .button,
.hero .actions .button {
  overflow: visible;
}

.home-page .actions .button.primary::before,
.hero .actions .button.primary::before,
.home-page .actions .button.secondary::before,
.hero .actions .button.secondary::before,
.nav-button::before {
  content: none !important;
}

.home-page .actions .button.primary,
.hero .actions .button.primary {
  box-shadow: 0 10px 24px rgba(255,45,111,.18);
}

.home-page .actions .button.secondary,
.hero .actions .button.secondary {
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.home-page .actions .button::after,
.hero .actions .button::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: inherit;
  clip-path: inset(0 round 12px);
  transform: translateX(-120%);
  background: linear-gradient(
    110deg,
    transparent 0%,
    transparent 38%,
    rgba(255,255,255,.14) 50%,
    transparent 62%,
    transparent 100%
  );
  opacity: 0;
}

.home-page .actions .button:hover::after,
.hero .actions .button:hover::after {
  opacity: 1;
  animation: buttonSheenSoft .85s ease;
}

@keyframes buttonSheenSoft {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  18% {
    opacity: .9;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}


/* v83 — suppression des animations de boutons + correction du CTA sur diagnostic-it-pme
   Demandes utilisateur :
   1) supprimer l'animation des boutons ;
   2) corriger le rognage du fond/ombre du bouton "Demander le diagnostic".
*/

.button,
.nav-button,
.actions .button,
.home-page .actions .button,
.hero .actions .button {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease !important;
}

.button:hover,
.nav-button:hover,
.actions .button:hover,
.home-page .actions .button:hover,
.hero .actions .button:hover {
  transform: none !important;
}

.button::after,
.nav-button::after,
.actions .button::after,
.home-page .actions .button::after,
.hero .actions .button::after {
  content: none !important;
  animation: none !important;
}

.button::before,
.actions .button::before,
.home-page .actions .button::before,
.hero .actions .button::before,
.nav-button::before {
  animation: none !important;
}

/* s'assurer qu'aucun ancien keyframe/button sheen n'impacte encore le rendu */
.actions .button:hover::after,
.home-page .actions .button:hover::after,
.hero .actions .button:hover::after,
.nav-button:hover::after {
  animation: none !important;
  opacity: 0 !important;
}

/* correction du rognage sur les pages internes, notamment diagnostic-it-pme */
.page-hero,
.page-hero-copy,
.page-hero-copy .actions,
.page-hero .actions {
  overflow: visible !important;
}

.page-hero .button.primary,
.page-hero .button.secondary {
  box-shadow: 0 8px 18px rgba(255,45,111,.16);
}

.page-hero .button.secondary {
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}


/* v84 — corriger l'effet rose des encadrés quand on survole un bouton
   + réintroduire un hover discret en fondu sur les boutons */

.button,
.nav-button,
.actions .button,
.home-page .actions .button,
.hero .actions .button {
  position: relative;
  transition:
    background-color .22s ease,
    background .22s ease,
    border-color .22s ease,
    color .22s ease,
    box-shadow .22s ease,
    filter .22s ease !important;
}

/* Hover simple en fondu, sans brillance ni déplacement */
.button:hover,
.nav-button:hover,
.actions .button:hover,
.home-page .actions .button:hover,
.hero .actions .button:hover {
  transform: none !important;
  filter: brightness(1.04);
}

.button.primary:hover,
.actions .button.primary:hover,
.home-page .actions .button.primary:hover,
.hero .actions .button.primary:hover,
.nav-button:hover {
  background: linear-gradient(135deg, #ff4a86, #c62f78) !important;
  box-shadow: 0 10px 24px rgba(255,45,111,.20) !important;
}

.button.secondary:hover,
.actions .button.secondary:hover,
.home-page .actions .button.secondary:hover,
.hero .actions .button.secondary:hover {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
}

/* Quand le pointeur est sur un bouton dans un encadré, on neutralise
   l'effet hover du parent pour éviter que tout le bloc vire au rose. */
@supports selector(.feature:has(.button:hover)) {
  .feature:has(.button:hover),
  .cta:has(.button:hover),
  .final-cta:has(.button:hover),
  .contact-cta:has(.button:hover),
  .service-card:has(.button:hover),
  .solution-card:has(.button:hover),
  .proof-card:has(.button:hover),
  .value-card:has(.button:hover),
  .step-card:has(.button:hover),
  .audit-card:has(.button:hover),
  .package-card:has(.button:hover),
  .article-card:has(.button:hover),
  .contact-card:has(.button:hover),
  .form-card:has(.button:hover) {
    transform: none !important;
    border-color: rgba(255,255,255,.09) !important;
    box-shadow: var(--shadow) !important;
  }

  .feature:has(.button:hover)::before,
  .cta:has(.button:hover)::before,
  .final-cta:has(.button:hover)::before,
  .contact-cta:has(.button:hover)::before,
  .service-card:has(.button:hover)::after,
  .solution-card:has(.button:hover)::after,
  .proof-card:has(.button:hover)::after,
  .value-card:has(.button:hover)::after,
  .step-card:has(.button:hover)::after,
  .audit-card:has(.button:hover)::after,
  .package-card:has(.button:hover)::after,
  .article-card:has(.button:hover)::after {
    animation: none !important;
    opacity: 0 !important;
  }

  .service-card:has(.button:hover) img,
  .article-card:has(.button:hover) img,
  .feature:has(.button:hover) .feature-visual img,
  .page-hero:has(.actions .button:hover) .page-hero-visual img {
    transform: none !important;
    filter: none !important;
  }
}


/* v85 — le réseau animé passe bien devant l'image du hero */
.home-page .hero-network {
  position: absolute;
  inset: 0;
  z-index: 3 !important;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .88;
  mix-blend-mode: screen;
}

.home-page .hero-copy-overlay {
  z-index: 4 !important;
}

.home-page .hero-mascot {
  z-index: 4 !important;
}

.home-page .hero-pcb-overlay {
  z-index: 2 !important;
}

.home-page .hero-shade {
  z-index: 1 !important;
}

/* v86 — Answer hub SEO/AEO/AIO/GEO */
.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.answer-card{min-height:100%;padding:24px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(135deg,rgba(28,9,72,.72),rgba(10,5,35,.66));box-shadow:var(--shadow)}.answer-card h3{margin:0 0 12px;font-size:clamp(1.18rem,1.5vw,1.48rem);letter-spacing:-.025em}.answer-card p{color:var(--muted);margin:0 0 18px}.card-link{color:var(--pink2);font-weight:650}@media (max-width:1000px){.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.answer-grid{grid-template-columns:1fr}}


/* v89 — correction ciblée page principale / CTA "Parlons de votre environnement IT"
   Repart de v87 : la page contact n'est pas modifiée.
   Le problème venait du bloc global qui neutralisait .cta::before quand un bouton interne était survolé.
   Résultat : le halo/fond du CTA changeait au survol des boutons. */

.home-page #contact.cta {
  background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
  border-color: rgba(255,255,255,.09) !important;
  box-shadow: var(--shadow) !important;
  transform: none !important;
  filter: none !important;
}

/* Le fond/halo du CTA reste stable, même au survol des boutons. */
@supports selector(.cta:has(.button:hover)) {
  .home-page #contact.cta:has(.button:hover) {
    background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
    border-color: rgba(255,255,255,.09) !important;
    box-shadow: var(--shadow) !important;
    transform: none !important;
    filter: none !important;
  }

  .home-page #contact.cta:has(.button:hover)::before {
    content: "" !important;
    opacity: .82 !important;
    animation: ctaHaloMove 11s ease-in-out infinite alternate !important;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,45,111,.18), transparent 28%),
      radial-gradient(circle at 70% 45%, rgba(155,92,255,.18), transparent 32%) !important;
  }
}

/* Hover des boutons dans ce CTA : fade discret, sans glow débordant et sans effet sur le parent. */
.home-page #contact.cta .cta-actions .button {
  transition:
    background .22s ease,
    border-color .22s ease,
    color .22s ease,
    opacity .22s ease !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.home-page #contact.cta .cta-actions .button:hover {
  transform: none !important;
  filter: none !important;
}

.home-page #contact.cta .cta-actions .button.primary:hover {
  background: linear-gradient(135deg, #ff3f7c, #ba2068) !important;
  box-shadow: none !important;
}

.home-page #contact.cta .cta-actions .button.secondary:hover {
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: none !important;
}


/* v90 — neutralisation complète de l'effet parent sur le CTA d'accueil
   Le bloc "Parlons de votre environnement IT" ne change plus du tout
   au hover des boutons : fond, halo, bordure, ombre et transform restent fixes. */

.home-page #contact.cta,
.home-page #contact.cta:hover,
.home-page #contact.cta:focus,
.home-page #contact.cta:focus-within {
  background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
  border-color: rgba(255,255,255,.09) !important;
  box-shadow: var(--shadow) !important;
  transform: none !important;
  filter: none !important;
}

.home-page #contact.cta::before,
.home-page #contact.cta:hover::before,
.home-page #contact.cta:focus-within::before {
  content: "" !important;
  position: absolute !important;
  inset: -40% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .82 !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,45,111,.18), transparent 28%),
    radial-gradient(circle at 70% 45%, rgba(155,92,255,.18), transparent 32%) !important;
}

/* Le hover des boutons reste strictement local au bouton. */
.home-page #contact.cta .cta-actions .button,
.home-page #contact.cta .cta-actions .button:hover,
.home-page #contact.cta .cta-actions .button:focus,
.home-page #contact.cta .cta-actions .button:focus-visible {
  transform: none !important;
  filter: none !important;
}

.home-page #contact.cta .cta-actions .button.primary,
.home-page #contact.cta .cta-actions .button.primary:hover,
.home-page #contact.cta .cta-actions .button.primary:focus,
.home-page #contact.cta .cta-actions .button.primary:focus-visible {
  box-shadow: none !important;
}

.home-page #contact.cta .cta-actions .button.secondary,
.home-page #contact.cta .cta-actions .button.secondary:hover,
.home-page #contact.cta .cta-actions .button.secondary:focus,
.home-page #contact.cta .cta-actions .button.secondary:focus-visible {
  box-shadow: none !important;
}

/* Surcharge explicite du sélecteur global :has(.button:hover). */
@supports selector(.cta:has(.button:hover)) {
  .home-page #contact.cta:has(.button:hover),
  .home-page #contact.cta:has(.button:focus),
  .home-page #contact.cta:has(.button:focus-visible) {
    background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
    border-color: rgba(255,255,255,.09) !important;
    box-shadow: var(--shadow) !important;
    transform: none !important;
    filter: none !important;
  }

  .home-page #contact.cta:has(.button:hover)::before,
  .home-page #contact.cta:has(.button:focus)::before,
  .home-page #contact.cta:has(.button:focus-visible)::before {
    content: "" !important;
    opacity: .82 !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,45,111,.18), transparent 28%),
      radial-gradient(circle at 70% 45%, rgba(155,92,255,.18), transparent 32%) !important;
  }
}


/* v93 — Certifications */
.certifications-section {
  position: relative;
}

.certifications-section .title p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
}

.certification-groups {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.certification-group {
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(135deg, rgba(28,9,72,.76), rgba(10,5,35,.66));
  box-shadow: var(--shadow);
}

.certification-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.certification-group-heading span {
  color: var(--pink2);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
}

.certification-group-heading strong {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 520;
}

.certification-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.certification-grid-small {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cert-card {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 18% 10%, rgba(255,45,111,.12), transparent 38%),
    rgba(255,255,255,.035);
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.cert-card:hover {
  border-color: rgba(255,45,111,.32);
  background:
    radial-gradient(circle at 18% 10%, rgba(255,45,111,.18), transparent 38%),
    rgba(255,255,255,.055);
  box-shadow:
    0 18px 54px rgba(0,0,0,.24),
    0 0 0 1px rgba(255,45,111,.08) inset;
}

.cert-code {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #8c43ff);
  font-size: .76rem;
  font-weight: 740;
  letter-spacing: .08em;
}

.cert-vendor {
  color: var(--pink2);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.cert-card strong {
  color: #fff;
  line-height: 1.15;
  font-size: 1rem;
}

.cert-card small {
  color: var(--muted);
  line-height: 1.35;
}

.cert-card em {
  margin-top: auto;
  color: var(--pink2);
  font-style: normal;
  font-size: .88rem;
  font-weight: 650;
}

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

@media (max-width: 640px) {
  .certification-group {
    padding: 20px;
  }

  .certification-group-heading {
    align-items: start;
    flex-direction: column;
  }

  .certification-grid,
  .certification-grid-small {
    grid-template-columns: 1fr;
  }
}


/* v94 — Badges certifications */
.cert-card {
  align-items: flex-start;
}

.cert-badge {
  width: 92px;
  height: 92px;
  object-fit: contain;
  align-self: center;
  margin: 0 auto 6px;
  filter:
    drop-shadow(0 10px 22px rgba(0,0,0,.28))
    drop-shadow(0 0 18px rgba(255,45,111,.10));
  transition:
    transform .22s ease,
    filter .22s ease;
}

.cert-card:hover .cert-badge {
  transform: translateY(-2px) scale(1.025);
  filter:
    drop-shadow(0 14px 28px rgba(0,0,0,.34))
    drop-shadow(0 0 24px rgba(255,45,111,.16));
}

.cert-card .cert-code {
  margin-top: 2px;
}

@media (max-width: 640px) {
  .cert-badge {
    width: 86px;
    height: 86px;
  }
}


/* v95 — centrage du texte d'introduction des certifications */
.certifications-section .title {
  text-align: center;
}

.certifications-section .title p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* v97 — Pages services : le CTA "Discutons de ce besoin" ne réagit plus au hover du bouton.
   Le cadre reste strictement fixe ; seul le bouton change visuellement. */

.service-cta,
.service-cta:hover,
.service-cta:focus,
.service-cta:focus-within {
  background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
  border-color: rgba(255,255,255,.09) !important;
  box-shadow: var(--shadow) !important;
  transform: none !important;
  filter: none !important;
}

.service-cta::before,
.service-cta:hover::before,
.service-cta:focus-within::before {
  content: "" !important;
  position: absolute !important;
  inset: -40% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .72 !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,45,111,.16), transparent 28%),
    radial-gradient(circle at 70% 45%, rgba(155,92,255,.16), transparent 32%) !important;
}

/* Le bouton reste actif, mais sans déplacement/glow débordant qui donne l'impression de modifier le fond du cadre. */
.service-cta .cta-actions .button,
.service-cta .cta-actions .button:hover,
.service-cta .cta-actions .button:focus,
.service-cta .cta-actions .button:focus-visible {
  transform: none !important;
  filter: none !important;
}

.service-cta .cta-actions .button.primary,
.service-cta .cta-actions .button.primary:hover,
.service-cta .cta-actions .button.primary:focus,
.service-cta .cta-actions .button.primary:focus-visible {
  box-shadow: none !important;
}

.service-cta .cta-actions .button.primary:hover,
.service-cta .cta-actions .button.primary:focus-visible {
  background: linear-gradient(135deg, #ff3f7c, #ba2068) !important;
}

/* Surcharge du correctif global à base de :has(.button:hover), qui coupait/altérait le halo du CTA. */
@supports selector(.cta:has(.button:hover)) {
  .service-cta:has(.button:hover),
  .service-cta:has(.button:focus),
  .service-cta:has(.button:focus-visible) {
    background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
    border-color: rgba(255,255,255,.09) !important;
    box-shadow: var(--shadow) !important;
    transform: none !important;
    filter: none !important;
  }

  .service-cta:has(.button:hover)::before,
  .service-cta:has(.button:focus)::before,
  .service-cta:has(.button:focus-visible)::before {
    content: "" !important;
    opacity: .72 !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,45,111,.16), transparent 28%),
      radial-gradient(circle at 70% 45%, rgba(155,92,255,.16), transparent 32%) !important;
  }
}


/* v98 — Page audit Microsoft 365 : correction du CTA "Demander un audit Microsoft 365"
   Même logique que les CTA services : le cadre ne réagit plus au hover du bouton. */

.audit-cta,
.audit-cta:hover,
.audit-cta:focus,
.audit-cta:focus-within {
  background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
  border-color: rgba(255,255,255,.09) !important;
  box-shadow: var(--shadow) !important;
  transform: none !important;
  filter: none !important;
}

.audit-cta::before,
.audit-cta:hover::before,
.audit-cta:focus-within::before {
  content: "" !important;
  position: absolute !important;
  inset: -40% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .72 !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,45,111,.16), transparent 28%),
    radial-gradient(circle at 70% 45%, rgba(155,92,255,.16), transparent 32%) !important;
}

.audit-cta .cta-actions .button,
.audit-cta .cta-actions .button:hover,
.audit-cta .cta-actions .button:focus,
.audit-cta .cta-actions .button:focus-visible {
  transform: none !important;
  filter: none !important;
}

.audit-cta .cta-actions .button.primary,
.audit-cta .cta-actions .button.primary:hover,
.audit-cta .cta-actions .button.primary:focus,
.audit-cta .cta-actions .button.primary:focus-visible {
  box-shadow: none !important;
}

.audit-cta .cta-actions .button.primary:hover,
.audit-cta .cta-actions .button.primary:focus-visible {
  background: linear-gradient(135deg, #ff3f7c, #ba2068) !important;
}

@supports selector(.cta:has(.button:hover)) {
  .audit-cta:has(.button:hover),
  .audit-cta:has(.button:focus),
  .audit-cta:has(.button:focus-visible) {
    background: linear-gradient(135deg, rgba(28,9,72,.82), rgba(10,5,35,.72)) !important;
    border-color: rgba(255,255,255,.09) !important;
    box-shadow: var(--shadow) !important;
    transform: none !important;
    filter: none !important;
  }

  .audit-cta:has(.button:hover)::before,
  .audit-cta:has(.button:focus)::before,
  .audit-cta:has(.button:focus-visible)::before {
    content: "" !important;
    opacity: .72 !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,45,111,.16), transparent 28%),
      radial-gradient(circle at 70% 45%, rgba(155,92,255,.16), transparent 32%) !important;
  }
}


/* v99 — indication discrète lorsqu'un besoin est pré-sélectionné via un lien entrant */
select[name="besoin"][data-prefilled="true"] {
  border-color: rgba(255,45,111,.42);
  box-shadow:
    0 0 0 1px rgba(255,45,111,.16),
    0 0 22px rgba(255,45,111,.10);
}


/* v100 — Pages légales : cadre aligné sur la largeur du pied de page */
.legal-content.content-card {
  max-width: none !important;
  width: auto;
}


/* v101 — correction largeur pages légales
   Annule le width:auto de v100 : le cadre reprend exactement la largeur .shell,
   donc la même largeur visible que le panneau du footer. */
.legal-content.content-card {
  width: min(var(--max), calc(100% - 56px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 640px) {
  .legal-content.content-card {
    width: min(var(--max), calc(100% - 32px)) !important;
  }
}

/* v103 — Mobile : correction hero mascotte + section locale
   Le hero mobile ne garde plus une hauteur viewport fixe : son contenu définit la hauteur.
   Cela évite que la mascotte déborde sous le hero et recouvre le bloc suivant. */
@media (max-width: 760px) {
  .home-page .hero-image.shell {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    overflow: hidden !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: clamp(18px, 5vw, 28px) !important;
    padding:
      clamp(112px, 24vw, 146px)
      18px
      clamp(34px, 9vw, 58px) !important;
    margin-bottom: clamp(28px, 8vw, 48px) !important;
  }

  .home-page .hero-copy-overlay {
    max-width: 100% !important;
    align-self: start !important;
  }

  .home-page .hero-copy-overlay .hero-title {
    font-size: clamp(2.45rem, 12vw, 3.8rem) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }

  .home-page .hero-copy-overlay .lead {
    max-width: none !important;
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .home-page .hero-copy-overlay .actions {
    margin-top: 22px !important;
  }

  .home-page .hero-mascot {
    justify-self: center !important;
    align-self: center !important;
    width: min(260px, 66vw) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .hero-mascot img {
    width: 100% !important;
    max-height: 260px !important;
    object-fit: contain !important;
    animation: none !important;
  }

  .home-page .hero-mascot::before {
    filter: blur(26px) !important;
    opacity: .72 !important;
  }

  .home-page .hero-mascot::after {
    filter: blur(10px) !important;
    opacity: .72 !important;
  }

  .home-page .hero-image + .local-seo-strip {
    margin-top: 0 !important;
  }

  .home-page .local-seo-strip {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 22px !important;
    margin-bottom: clamp(36px, 8vw, 58px) !important;
  }

  .home-page .local-seo-strip > div,
  .home-page .local-seo-strip > p:last-child {
    align-self: start !important;
    max-width: none !important;
  }

  .home-page .local-seo-strip h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
  }

  .home-page .local-seo-strip > p:last-child {
    margin-top: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    font-size: .98rem !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 390px) {
  .home-page .hero-mascot {
    width: min(220px, 62vw) !important;
  }

  .home-page .hero-mascot img {
    max-height: 220px !important;
  }

  .home-page .hero-copy-overlay .hero-title {
    font-size: clamp(2.2rem, 11.5vw, 3.2rem) !important;
  }
}


/* v104 — Performance mobile
   Objectif : alléger la navigation mobile sans retirer l'identité visuelle desktop. */
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  /* Les canvases animés coûtent cher sur mobile : on les coupe visuellement et JS les retire. */
  #network,
  .home-page .hero-network {
    display: none !important;
  }

  /* Réduction des effets permanents sur le hero mobile. */
  .home-page .hero-bg img {
    animation: none !important;
    transform: none !important;
    filter: saturate(1.02) contrast(1.02) brightness(.78) !important;
    will-change: auto !important;
  }

  .home-page .hero-pcb-overlay {
    animation: none !important;
    opacity: .16 !important;
  }

  .home-page .hero-mascot,
  .home-page .hero-mascot img,
  .home-page .hero-mascot::before,
  .home-page .hero-mascot::after {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
  }

  /* Les révélations restent visibles, mais sans transition/blur qui ralentit le scroll. */
  .reveal,
  .reveal.visible,
  .reveal:not(.visible) {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  /* Désactivation des micro-interactions lourdes au toucher. */
  .button,
  .nav-button,
  .service-card,
  .solution-card,
  .proof-card,
  .value-card,
  .step-card,
  .audit-card,
  .package-card,
  .article-card,
  .contact-card,
  .form-card,
  .content-card,
  .split-panel {
    transition: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  .button:hover,
  .nav-button:hover,
  .service-card:hover,
  .solution-card:hover,
  .proof-card:hover,
  .article-card:hover {
    transform: none !important;
    filter: none !important;
  }

  .home-page .actions .button::after,
  .home-page .actions .button:hover::after {
    animation: none !important;
    content: none !important;
  }

  /* Backdrop blur réduit : gain sensible sur mobile, surtout avec header sticky/fixed. */
  .header,
  .home-page .header,
  .nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Limite les recalculs de rendu hors viewport. */
  main > section:not(.hero-image),
  .page-section,
  .service-card,
  .solution-card,
  .proof-card,
  .article-card,
  .content-card,
  .split-panel,
  .footer-panel {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }
}

@media (max-width: 640px) {
  .home-page .hero-image.shell {
    min-height: auto !important;
    height: auto !important;
  }

  .local-seo-strip {
    content-visibility: visible;
  }
}


/* v105 — Mobile/tablette : suppression complète des points animés
   Les réseaux de points n'apportent pas assez de valeur sur mobile par rapport à leur coût GPU/CPU. */
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  #network,
  #hero-network,
  .hero-network {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .site-bg::before,
  .site-bg::after {
    animation: none !important;
    transform: none !important;
  }

  .home-page .hero-pcb-overlay {
    animation: none !important;
    transform: none !important;
    opacity: .10 !important;
  }
}


/* v106 — restauration desktop des points animés
   Le mode performance ne doit plus cibler les desktops tactiles ou hybrides.
   Les points sont coupés uniquement sur petits écrans et en reduced-motion. */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  #network,
  #hero-network,
  .hero-network {
    display: block;
    visibility: visible;
  }
}


/* v107 — correction réelle desktop : les canvases redeviennent visibles hors mobile.
   Cette règle est placée après les correctifs v104/v105 pour reprendre la priorité. */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  #network {
    display: block !important;
    visibility: visible !important;
    opacity: .55 !important;
  }

  .home-page #hero-network,
  .home-page .hero-network {
    display: block !important;
    visibility: visible !important;
    opacity: .88 !important;
  }
}


/* v108 — Adobe Fonts / Typekit
   Le kit est chargé via https://use.typekit.net/thl1nns.css.
   Comme le nom exact de la font-family n'est pas exposé par le lien seul,
   script.js détecte la famille Adobe chargée et renseigne --font-typekit-detected.
   Fallback : Inter / system UI. */

:root {
  --font-fluid-fallback: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-fluid-brand: var(--font-typekit-detected, var(--font-fluid-fallback));
  --font-fluid-body: var(--font-typekit-detected, var(--font-fluid-fallback));
}

html.typekit-font-active body {
  font-family: var(--font-fluid-body);
}

html.typekit-font-active h1,
html.typekit-font-active h2,
html.typekit-font-active h3,
html.typekit-font-active h4,
html.typekit-font-active h5,
html.typekit-font-active h6,
html.typekit-font-active .brand,
html.typekit-font-active .nav,
html.typekit-font-active .button,
html.typekit-font-active .nav-button,
html.typekit-font-active .eyebrow,
html.typekit-font-active .footer-column h3,
html.typekit-font-active .cert-code,
html.typekit-font-active .stat-number {
  font-family: var(--font-fluid-brand);
}

/* Les blocs techniques restent en monospace pour préserver la lisibilité. */
code,
pre,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}


/* v109 — Typographie Fluid Workplace
   Adobe Fonts expose deux familles :
   - axia : police principale du site
   - axia-stencil : gros titres uniquement */

:root {
  --font-fluid-fallback: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-fluid-body: "axia", var(--font-fluid-fallback);
  --font-fluid-brand: "axia", var(--font-fluid-fallback);
  --font-fluid-display: "axia-stencil", "axia", var(--font-fluid-fallback);
}

body,
input,
select,
textarea,
button {
  font-family: var(--font-fluid-body);
}

.brand,
.nav,
.button,
.nav-button,
.eyebrow,
.footer-column h3,
.cert-code,
.stat-number,
.card-kicker,
.service-tag,
.badge,
.pill,
summary {
  font-family: var(--font-fluid-brand);
}

/* Axia Stencil est réservée aux gros titres pour garder de la personnalité sans nuire à la lisibilité. */
h1,
.hero-title,
.page-hero h1,
.section .title h2,
.title h2,
.cta h2,
.proof-section h2,
.sovereign-choice h2,
.certifications-section h2,
.local-seo-strip h2 {
  font-family: var(--font-fluid-display);
  font-weight: 700;
  letter-spacing: -0.035em;
}

/* Les titres intermédiaires restent en Axia pour éviter un effet stencil trop répétitif. */
h2:not(.hero-title):not(.page-hero h1),
h3,
h4,
h5,
h6,
.info-card h3,
.content-card h2,
.split-panel h2,
.service-card h3,
.solution-card h3,
.article-card h3,
.cert-card h3,
.audit-card h3,
.package-card h3,
.footer-contact-card h3 {
  font-family: var(--font-fluid-brand);
}

/* Ajustement optique : Axia Stencil peut paraître plus large et plus dense. */
.hero-title,
.page-hero h1 {
  letter-spacing: -0.045em;
}

@media (max-width: 680px) {
  h1,
  .hero-title,
  .page-hero h1,
  .section .title h2,
  .title h2,
  .cta h2 {
    letter-spacing: -0.028em;
  }
}

/* Les blocs techniques restent en monospace. */
code,
pre,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
}


/* v110 — Axia Stencil plus présent
   Objectif : rapprocher davantage les titres du traitement du hero
   "L’informatique qui fait avancer votre entreprise", sans appliquer
   la police stencil aux paragraphes ni aux textes longs. */

:root {
  --font-fluid-display: "axia-stencil", "axia", var(--font-fluid-fallback);
}

/* Titres principaux et titres de sections */
h1,
.page-hero h1,
.hero-title,
.title h2,
.section .title h2,
.page-section > .title h2,
.cta h2,
.proof-section h2,
.sovereign-choice h2,
.certifications-section h2,
.local-seo-strip h2,
.feature-copy h2,
.process-v2 .title h2,
.contact-grid-v2 h2 {
  font-family: var(--font-fluid-display) !important;
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* Titres de cartes importantes : plus d'identité visuelle, mais pas sur les longs textes. */
.service-card h3,
.solution-card h3,
.proof-card h3,
.value-card h3,
.step-card h3,
.audit-card h3,
.package-card h3,
.cert-card h3,
.service-overview-card h2,
.answer-card h3,
.article-card h3 {
  font-family: var(--font-fluid-display) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
}

/* Titres éditoriaux / légaux : stencil plus discret pour éviter l'effet trop décoratif. */
.content-card.legal-content h2,
.content-card.legal-content h3,
.faq-item summary {
  font-family: var(--font-fluid-brand) !important;
  letter-spacing: normal;
}

/* Les petits libellés restent en Axia classique. */
.eyebrow,
.button,
.nav-button,
.nav,
.footer-column h3,
.footer-contact-card h3,
.cert-code,
.service-tag,
.badge,
.pill {
  font-family: var(--font-fluid-brand) !important;
}

@media (max-width: 680px) {
  h1,
  .page-hero h1,
  .hero-title,
  .title h2,
  .section .title h2,
  .cta h2,
  .feature-copy h2 {
    letter-spacing: -0.03em;
  }

  .service-card h3,
  .solution-card h3,
  .proof-card h3,
  .value-card h3,
  .step-card h3,
  .audit-card h3,
  .package-card h3,
  .cert-card h3 {
    letter-spacing: -0.018em;
  }
}


/* v111 — Axia Stencil en graisse fine
   Le stencil perd son effet visuel en gras. On force donc les titres en
   axia-stencil sur une graisse fine afin de mieux révéler les découpes. */

h1,
.page-hero h1,
.hero-title,
.title h2,
.section .title h2,
.page-section > .title h2,
.cta h2,
.proof-section h2,
.sovereign-choice h2,
.certifications-section h2,
.local-seo-strip h2,
.feature-copy h2,
.process-v2 .title h2,
.contact-grid-v2 h2,
.service-card h3,
.solution-card h3,
.proof-card h3,
.value-card h3,
.step-card h3,
.audit-card h3,
.package-card h3,
.cert-card h3,
.service-overview-card h2,
.answer-card h3,
.article-card h3 {
  font-family: var(--font-fluid-display) !important;
  font-weight: 300 !important;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* Le hero peut rester très grand : on lui donne une graisse encore plus légère
   lorsque le navigateur dispose de cette graisse dans le kit Adobe Fonts. */
.hero-title,
.page-hero h1 {
  font-weight: 300 !important;
}

/* Les très petits titres de cartes restent lisibles avec un interlettrage moins serré. */
.service-card h3,
.solution-card h3,
.proof-card h3,
.value-card h3,
.step-card h3,
.audit-card h3,
.package-card h3,
.cert-card h3,
.answer-card h3,
.article-card h3 {
  letter-spacing: -0.012em;
}

/* Si la graisse 300 n'est pas disponible dans le kit, le navigateur utilisera
   la graisse la plus proche. Cette règle garde l'intention visuelle côté CSS. */
