*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);overflow-x:hidden}
a{color:inherit;text-decoration:none}
.topbar{position:fixed;z-index:50;top:0;left:0;right:0;height:78px;padding:0 max(22px,5vw);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(9,11,22,.9),rgba(9,11,22,.28));backdrop-filter:blur(14px)}
.brand img{width:min(var(--site-logo-width,125px),42vw);height:auto;max-height:62px;object-fit:contain;display:block}
.topbar nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:750;color:var(--muted)}
.topbar nav a:hover{color:var(--text)}
.nav-quote{padding:10px 15px;border:1px solid color-mix(in srgb,var(--secondary) 48%,transparent);border-radius:999px;color:var(--text)!important;background:color-mix(in srgb,var(--secondary) 12%,transparent)}
.hero{min-height:100svh;position:relative;display:grid;place-items:center;padding:120px 7vw 80px;overflow:hidden;background:radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--primary) 32%,transparent),transparent 34rem),radial-gradient(circle at 85% 70%,color-mix(in srgb,var(--secondary) 24%,transparent),transparent 32rem)}
.hero-inner{position:relative;z-index:3;max-width:920px;text-align:center}
.eyebrow,.mini{display:inline-flex;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--secondary)}
.hero h1{font-size:clamp(48px,8vw,108px);line-height:.93;letter-spacing:-.055em;margin:20px 0 28px;max-width:1000px}
.hero p{max-width:710px;margin:0 auto;color:var(--muted);font-size:clamp(17px,2vw,22px);line-height:1.7}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:38px}
.cta{display:inline-flex;gap:14px;align-items:center;padding:15px 22px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent));font-weight:900;box-shadow:0 14px 45px color-mix(in srgb,var(--primary) 35%,transparent)}
.cta-secondary{background:rgba(255,255,255,.07);box-shadow:none;border:1px solid rgba(255,255,255,.12)}
.cta span{font-size:20px}
.hero-glow{position:absolute;border-radius:999px;filter:blur(80px);opacity:.4}
.glow-a{width:340px;height:340px;background:var(--accent);top:12%;right:-120px}
.glow-b{width:300px;height:300px;background:var(--secondary);bottom:4%;left:-100px}
.fun-orbit{position:absolute;inset:0;pointer-events:none}
.fun-orbit span{position:absolute;font-size:clamp(26px,4vw,54px);filter:drop-shadow(0 10px 20px #0008);animation:float 5s ease-in-out infinite}
.fun-orbit span:nth-child(1){left:8%;top:28%}.fun-orbit span:nth-child(2){right:8%;top:23%;animation-delay:-1s}.fun-orbit span:nth-child(3){left:14%;bottom:16%;animation-delay:-2s}.fun-orbit span:nth-child(4){right:17%;bottom:17%;animation-delay:-3s}
@keyframes float{50%{transform:translateY(-16px) rotate(5deg)}}
.section{padding:100px max(22px,7vw)}
.section-head{max-width:760px;margin-bottom:44px}
.section h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.04em;line-height:1;margin:12px 0 16px}
.section-head p,.about p{color:var(--muted);font-size:18px;line-height:1.75}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card{position:relative;min-height:420px;padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),var(--surface);overflow:hidden;transition:.25s transform,.25s border-color}
.card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--secondary) 45%,transparent)}
.card:after{content:"";position:absolute;width:190px;height:190px;border-radius:999px;right:-60px;top:-60px;filter:blur(12px);opacity:.17}
.card-0:after{background:var(--primary)}.card-1:after{background:var(--accent)}.card-2:after{background:var(--secondary)}
.card-visual{height:106px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:24px;position:relative;z-index:1}
.card-logo{display:block;width:min(var(--service-logo-size),100%);height:auto;max-height:100px;object-fit:contain;object-position:left center}
.card-icon{font-size:46px;line-height:1}
.card-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}
.card h3{font-size:36px;margin:8px 0 14px;letter-spacing:-.04em}
.card p{color:var(--muted);font-size:16px;line-height:1.7}
.card-link{position:absolute;bottom:28px;left:30px;right:30px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.09);padding-top:18px;font-weight:850}
.about{padding-top:40px}
.about-panel{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px;align-items:center;padding:60px;border-radius:36px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 18%,var(--surface)),color-mix(in srgb,var(--secondary) 10%,var(--surface)));border:1px solid rgba(255,255,255,.09)}
.about-mark{font-size:clamp(70px,10vw,150px);font-weight:1000;letter-spacing:-.09em;text-align:center;text-shadow:0 0 50px color-mix(in srgb,var(--primary) 45%,transparent)}
.about-mark span{color:var(--secondary)}
.inline-quote{display:inline-block;margin-top:14px;font-weight:900;color:var(--secondary)}
footer{padding:34px max(22px,7vw);border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}
.footer-right{display:flex;gap:22px;flex-wrap:wrap;justify-content:flex-end}
footer a:hover{color:var(--text)}

/* Demande de devis */
.quote-page{min-height:100svh;padding:120px max(18px,6vw) 70px;background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--primary) 24%,transparent),transparent 28rem),radial-gradient(circle at 90% 85%,color-mix(in srgb,var(--secondary) 20%,transparent),transparent 30rem)}
.quote-shell{width:min(1040px,100%);margin:auto;display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:start}
.quote-intro{position:sticky;top:110px}
.quote-intro h1{font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.05em;margin:14px 0 20px}
.quote-intro p{color:var(--muted);font-size:17px;line-height:1.75}
.quote-card{padding:28px;border-radius:28px;background:rgba(18,22,42,.95);border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 80px #0005}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.qfield{display:grid;gap:7px;margin-bottom:14px}
.qfield.full{grid-column:1/-1}
.qfield label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.qfield input,.qfield select,.qfield textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#0b0f1d;color:var(--text);padding:13px 14px;font:inherit;outline:none}
.qfield input:focus,.qfield select:focus,.qfield textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--secondary) 14%,transparent)}
.qfield textarea{min-height:130px;resize:vertical}
.quote-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.quote-service{display:flex;gap:9px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0c1020}
.quote-service input{width:auto}
.quote-consent{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:13px;line-height:1.5;margin:6px 0 18px}
.quote-consent input{margin-top:3px}
.quote-submit{width:100%;border:0;border-radius:14px;padding:15px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:950;font-size:16px;cursor:pointer}
.quote-success{padding:20px;border-radius:18px;background:#0e513a55;border:1px solid #2dd4bf55;margin-bottom:16px}
.quote-error{padding:14px;border-radius:14px;background:#7f1d1d55;border:1px solid #fb718555;margin-bottom:16px}
.back-site{display:inline-flex;margin-bottom:18px;color:var(--muted);font-weight:800}
.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}

@media(max-width:860px){.cards{grid-template-columns:1fr}.card{min-height:340px}.about-panel{grid-template-columns:1fr;padding:34px}.fun-orbit span{opacity:.55}.card-logo{max-width:min(var(--service-logo-size),58vw)}.quote-shell{grid-template-columns:1fr}.quote-intro{position:static}.quote-page{padding-top:96px}}
@media(max-width:620px){.topbar{height:68px}.brand img{max-height:52px}.topbar nav a:not(.nav-quote){display:none}.topbar nav{gap:8px}.nav-quote{font-size:12px;padding:9px 12px}.hero{padding-left:22px;padding-right:22px}.hero h1{font-size:52px}.section{padding:80px 22px}.about-panel{padding:28px 24px}footer{flex-direction:column}.footer-right{justify-content:flex-start}.card-visual{height:92px}.card-logo{max-height:86px}.quote-grid{grid-template-columns:1fr}.quote-services{grid-template-columns:1fr}.quote-card{padding:20px}}


/* v4 — marque globale et pages automatiques de services */
.brand{display:flex;align-items:center;gap:11px;min-width:0}
.brand-logo{display:block;width:min(var(--site-logo-width,125px),42vw);height:auto;max-height:62px;object-fit:contain}
.brand-title{font-size:24px;font-weight:1000;letter-spacing:-.04em;white-space:nowrap}
.section-brand{display:flex;align-items:center;min-height:44px;margin-bottom:10px}
.section-brand .brand-logo{width:min(var(--site-logo-width,125px),190px);max-height:72px}
.section-brand .brand-title{font-size:24px}
.about-brand{min-height:190px;display:flex;align-items:center;justify-content:center}
.about-brand .brand-logo{width:min(100%,320px);max-height:220px;object-fit:contain}
.about-brand .brand-title{font-size:clamp(64px,10vw,145px);font-weight:1000;letter-spacing:-.08em}
.about-brand:has(.brand-logo):has(.brand-title){flex-direction:column;gap:16px}
.footer-brand{display:flex;align-items:center;gap:10px;min-width:100px}
.footer-brand .brand-logo{width:min(var(--site-logo-width,125px),130px);max-height:46px}
.footer-brand .brand-title{font-size:18px;font-weight:950}

.card{padding:0}
.card-main-link{display:block;min-height:420px;padding:30px;position:relative;z-index:2}
.card-visual{height:116px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px;position:relative;z-index:1}
.card-logo{display:block;width:min(var(--service-logo-size),100%);height:auto;max-height:110px;object-fit:contain;object-position:left center}
.card-visual .service-title{font-size:36px;font-weight:950;letter-spacing:-.04em}
.card-visual:has(.card-logo):has(.service-title){gap:15px;flex-wrap:wrap;height:auto;min-height:116px}
.card-visual:has(.card-logo):has(.service-title) .service-title{font-size:27px}
.card-main-link>p{color:var(--muted);font-size:16px;line-height:1.7}
.card-link{position:absolute;bottom:28px;left:30px;right:30px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.09);padding-top:18px;font-weight:850}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.service-page{min-height:100svh;padding:118px max(20px,7vw) 80px;background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--primary) 24%,transparent),transparent 30rem),radial-gradient(circle at 90% 80%,color-mix(in srgb,var(--secondary) 19%,transparent),transparent 30rem)}
.service-shell{width:min(1050px,100%);margin:0 auto}
.service-hero{padding:50px 0 38px;max-width:900px}
.service-hero-brand{display:flex;align-items:center;gap:22px;min-height:130px;margin-bottom:22px;flex-wrap:wrap}
.service-page-logo{display:block;width:min(var(--service-page-logo-size,160px),70vw);height:auto;max-height:250px;object-fit:contain;object-position:left center}
.service-hero-brand .service-title{font-size:clamp(50px,8vw,104px);font-weight:1000;letter-spacing:-.06em;line-height:.95}
.service-hero-brand:has(.service-page-logo):has(.service-title) .service-title{font-size:clamp(32px,5vw,68px)}
.service-kicker{display:inline-flex;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:var(--secondary)}
.service-hero h1{font-size:clamp(44px,7vw,86px);letter-spacing:-.055em;line-height:.98;margin:12px 0 18px}
.service-lead{font-size:clamp(18px,2vw,23px);line-height:1.7;color:var(--muted);max-width:780px}
.service-panel{padding:34px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),var(--surface)}
.service-copy{font-size:18px;line-height:1.8;color:var(--text);max-width:850px}
.service-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}

@media(max-width:860px){
  .about-brand{min-height:110px}
  .about-brand .brand-logo{width:min(100%,240px);max-height:150px}
}
@media(max-width:620px){
  .brand-logo{max-height:52px}
  .brand-title{font-size:19px}
  .card-main-link{min-height:360px;padding:24px}
  .card-visual{height:auto;min-height:92px}
  .card-logo{max-height:86px;max-width:min(var(--service-logo-size),70vw)}
  .card-visual .service-title{font-size:30px}
  .card-link{left:24px;right:24px;bottom:24px}
  .service-page{padding-top:92px}
  .service-panel{padding:24px}
  .service-hero{padding-top:30px}
}


/* v5 — accueil visuel 2 (sans émojis flottants) */
.hero-visual-2{
  min-height:100svh;
  position:relative;
  display:grid;
  place-items:center;
  padding:120px 7vw 90px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 78% 30%, rgba(244,63,94,.16), transparent 0 20rem),
    radial-gradient(circle at 14% 74%, rgba(6,182,212,.14), transparent 0 19rem),
    linear-gradient(145deg, #06091b 0%, #10183f 44%, #2b1247 100%);
}
.hero-visual-2::before,
.hero-visual-2::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}
.hero-visual-2::before{
  width:28rem;height:28rem;
  top:5.5rem;right:-10rem;
  border:3px solid rgba(241,73,255,.76);
  border-left-color:transparent;
  border-bottom-color:transparent;
  box-shadow:0 0 38px rgba(215,70,255,.18), inset 0 0 30px rgba(215,70,255,.08);
}
.hero-visual-2::after{
  width:19rem;height:19rem;
  top:22rem;left:-9rem;
  border:3px solid rgba(78,143,255,.72);
  border-right-color:transparent;
  border-top-color:transparent;
  box-shadow:0 0 32px rgba(52,182,255,.17), inset 0 0 24px rgba(52,182,255,.08);
}
.hero-visual-2 .hero-inner{
  position:relative;
  z-index:3;
  max-width:940px;
  text-align:center;
}
.hero-visual-2 .eyebrow{
  color:#19d2ff;
  font-size:clamp(12px,1.15vw,18px);
  letter-spacing:.22em;
  text-shadow:0 0 18px rgba(25,210,255,.16);
}
.hero-visual-2 h1{
  max-width:860px;
  margin:20px auto 26px;
  font-size:clamp(56px,8vw,112px);
  line-height:.95;
  letter-spacing:-.06em;
  text-shadow:0 4px 28px rgba(6,8,18,.3);
}
.hero-visual-2 p{
  max-width:760px;
  margin:0 auto;
  color:#c1cae1;
  font-size:clamp(18px,2vw,22px);
  line-height:1.75;
}
.hero-visual-2 .hero-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  margin-top:40px;
}
.hero-visual-2 .cta{
  min-width:min(100%, 690px);
  justify-content:center;
  padding:21px 30px;
  font-size:clamp(18px,1.6vw,22px);
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(90deg,#8b38ff 0%,#ff2f92 55%,#ff4f7d 100%);
  box-shadow:0 18px 48px rgba(215,40,146,.28), inset 0 1px 0 rgba(255,255,255,.2);
}
.hero-visual-2 .cta:hover{transform:translateY(-1px)}
.hero-visual-2 .cta-secondary{
  min-width:min(100%, 560px);
  background:linear-gradient(180deg, rgba(25,58,120,.48), rgba(16,29,74,.84));
  border:1px solid rgba(84,171,255,.38);
  box-shadow:0 14px 32px rgba(4,12,30,.28), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-visual-2 .hero-glow,
.hero-visual-2 .hero-dots{
  position:absolute;
  pointer-events:none;
  z-index:1;
}
.hero-visual-2 .glow-a,
.hero-visual-2 .glow-b,
.hero-visual-2 .glow-c,
.hero-visual-2 .glow-d{
  height:3px;
  border-radius:999px;
  filter:drop-shadow(0 0 9px rgba(255,255,255,.15));
}
.hero-visual-2 .glow-a{
  width:14rem;
  top:10.4rem;left:-1.5rem;
  transform:rotate(-40deg);
  background:linear-gradient(90deg, transparent, rgba(0,211,255,.95), rgba(193,66,255,.95));
}
.hero-visual-2 .glow-b{
  width:12rem;
  top:31rem;right:4.5rem;
  transform:rotate(-42deg);
  background:linear-gradient(90deg, rgba(255,0,168,.88), rgba(255,73,196,.25), transparent);
}
.hero-visual-2 .glow-c{
  width:17rem;
  bottom:8.5rem;left:-1.8rem;
  transform:rotate(42deg);
  background:linear-gradient(90deg, rgba(255,0,192,.6), rgba(0,205,255,.92), transparent);
}
.hero-visual-2 .glow-d{
  width:21rem;
  bottom:6.2rem;right:-2.4rem;
  transform:rotate(-43deg);
  background:linear-gradient(90deg, transparent, rgba(76,210,255,.98), rgba(255,58,182,.92));
}
.hero-visual-2 .hero-dots{
  width:8.8rem;height:12.5rem;
  background-image:radial-gradient(circle, rgba(83,152,255,.62) 1.2px, transparent 1.3px);
  background-size:18px 18px;
  opacity:.58;
}
.hero-visual-2 .dots-a{top:11rem;left:2.8rem}
.hero-visual-2 .dots-b{right:3.3rem;bottom:8.2rem}
.hero-visual-2 .fun-orbit{display:none!important}

@media(max-width:860px){
  .hero-visual-2{padding-top:110px;padding-bottom:78px}
  .hero-visual-2::before{width:22rem;height:22rem;right:-8rem;top:6.3rem}
  .hero-visual-2::after{width:15rem;height:15rem;left:-7rem;top:25rem}
  .hero-visual-2 .glow-b{right:1rem;top:29rem}
  .hero-visual-2 .glow-d{bottom:5rem;right:-4rem}
}
@media(max-width:620px){
  .hero-visual-2{padding:104px 22px 72px}
  .hero-visual-2 h1{font-size:clamp(50px,13vw,76px)}
  .hero-visual-2 p{font-size:17px}
  .hero-visual-2 .cta,
  .hero-visual-2 .cta-secondary{width:min(100%,34rem)}
  .hero-visual-2 .cta{padding:18px 22px}
  .hero-visual-2 .cta-secondary{padding:18px 22px}
  .hero-visual-2 .dots-a{left:1rem;top:12rem}
  .hero-visual-2 .dots-b{right:1rem;bottom:7rem}
  .hero-visual-2 .glow-a{left:-4rem}
  .hero-visual-2 .glow-c{left:-5rem;bottom:7rem}
  .hero-visual-2 .glow-d{right:-7rem;bottom:5rem}
}

/* v6 — thème 2 net : aucun flou sur l'arrière-plan */
.hero-visual-2,
.hero-visual-2::before,
.hero-visual-2::after,
.hero-visual-2 .hero-glow,
.hero-visual-2 .hero-dots{
  filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* Les traits néon restent nets, avec uniquement une légère lueur via box-shadow */
.hero-visual-2 .glow-a,
.hero-visual-2 .glow-b,
.hero-visual-2 .glow-c,
.hero-visual-2 .glow-d{
  filter:none !important;
  box-shadow:0 0 8px rgba(108,190,255,.18),0 0 12px rgba(235,63,255,.12);
}

/* En-tête net lui aussi : pas de flou de l'arrière-plan */
.topbar{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  background:linear-gradient(180deg,rgba(7,9,24,.96),rgba(7,9,24,.78)) !important;
}

/* Les halos restent des dégradés de couleur mais ne reçoivent aucun filtre de flou */
.hero-visual-2 .glow-a,
.hero-visual-2 .glow-b,
.hero-visual-2 .glow-c,
.hero-visual-2 .glow-d,
.hero-visual-2 .dots-a,
.hero-visual-2 .dots-b{
  opacity:1;
}


/* ==========================================================
   v7 CORRECTIF FINAL — THEME 2 NET, SANS ARRIERE-PLAN FLOU
   Le CSS est volontairement dans un nouveau fichier pour
   contourner tout cache navigateur/CDN de l'ancien style.css.
   ========================================================== */

/* Aucun ancien emoji / animation décorative */
.fun-orbit{display:none!important}

/* Barre du haut nette : aucun backdrop blur */
.topbar{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:#070a1b!important;
  border-bottom:1px solid rgba(91,116,255,.20)!important;
}

/* Fond : aplats/dégradé net, sans halos radiaux diffus */
.hero.hero-visual-2{
  min-height:100svh!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  padding:118px 7vw 86px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:linear-gradient(150deg,#05091d 0%,#0b1640 42%,#201149 72%,#081a48 100%)!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Arc violet net en haut à droite */
.hero.hero-visual-2::before{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  width:390px!important;
  height:390px!important;
  top:52px!important;
  right:-155px!important;
  border:4px solid #d845ff!important;
  border-left-color:transparent!important;
  border-bottom-color:transparent!important;
  border-radius:50%!important;
  background:transparent!important;
  filter:none!important;
  box-shadow:0 0 5px rgba(216,69,255,.72)!important;
  pointer-events:none!important;
}

/* Arc bleu/violet net à gauche */
.hero.hero-visual-2::after{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  width:285px!important;
  height:285px!important;
  top:415px!important;
  left:-155px!important;
  border:4px solid #4f88ff!important;
  border-right-color:transparent!important;
  border-top-color:transparent!important;
  border-radius:50%!important;
  background:transparent!important;
  filter:none!important;
  box-shadow:0 0 5px rgba(79,136,255,.68)!important;
  pointer-events:none!important;
}

/* Les quatre traits néon sont de vrais traits nets, pas des halos flous */
.hero.hero-visual-2 .hero-glow{
  position:absolute!important;
  display:block!important;
  height:4px!important;
  border-radius:2px!important;
  opacity:1!important;
  z-index:1!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  pointer-events:none!important;
}
.hero.hero-visual-2 .glow-a{
  width:250px!important;
  top:173px!important;
  left:-48px!important;
  transform:rotate(-43deg)!important;
  background:linear-gradient(90deg,#00d8ff 0%,#7754ff 45%,#ff35d2 100%)!important;
  box-shadow:0 0 4px #18cfff!important;
}
.hero.hero-visual-2 .glow-b{
  width:210px!important;
  top:505px!important;
  right:-44px!important;
  transform:rotate(-43deg)!important;
  background:linear-gradient(90deg,#ff2ead 0%,#fe73e1 48%,rgba(255,46,173,0) 100%)!important;
  box-shadow:0 0 4px #ff2ead!important;
}
.hero.hero-visual-2 .glow-c{
  width:270px!important;
  left:-60px!important;
  bottom:108px!important;
  transform:rotate(-45deg)!important;
  background:linear-gradient(90deg,#f433ff 0%,#00ddff 70%,rgba(0,221,255,0) 100%)!important;
  box-shadow:0 0 4px #00dfff!important;
}
.hero.hero-visual-2 .glow-d{
  width:370px!important;
  right:-94px!important;
  bottom:74px!important;
  transform:rotate(-43deg)!important;
  background:linear-gradient(90deg,rgba(37,219,255,0) 0%,#25dbff 45%,#ff37c7 100%)!important;
  box-shadow:0 0 4px #31d7ff!important;
}

/* Motifs de points nets */
.hero.hero-visual-2 .hero-dots{
  position:absolute!important;
  display:block!important;
  width:132px!important;
  height:170px!important;
  z-index:1!important;
  opacity:.78!important;
  filter:none!important;
  background-image:radial-gradient(circle,#3d75ff 1.7px,transparent 1.9px)!important;
  background-size:15px 15px!important;
  pointer-events:none!important;
}
.hero.hero-visual-2 .dots-a{top:168px!important;left:33px!important}
.hero.hero-visual-2 .dots-b{right:28px!important;bottom:108px!important}

/* Petit cercle bleu net à droite */
.hero.hero-visual-2 .dots-b::before{
  content:"";
  position:absolute;
  width:48px;
  height:48px;
  border:2px solid #356cff;
  border-radius:50%;
  top:-88px;
  right:12px;
  background:transparent;
}

/* Le contenu reste parfaitement lisible au-dessus des décors */
.hero.hero-visual-2 .hero-inner{
  position:relative!important;
  z-index:5!important;
  max-width:930px!important;
  text-align:center!important;
}
.hero.hero-visual-2 .eyebrow{
  color:#20d7ff!important;
  font-size:clamp(12px,1.15vw,18px)!important;
  letter-spacing:.22em!important;
  text-shadow:none!important;
}
.hero.hero-visual-2 h1{
  max-width:870px!important;
  margin:21px auto 27px!important;
  font-size:clamp(56px,8vw,112px)!important;
  line-height:.95!important;
  letter-spacing:-.06em!important;
  text-shadow:none!important;
}
.hero.hero-visual-2 p{
  max-width:760px!important;
  margin:0 auto!important;
  color:#bec8df!important;
  font-size:clamp(18px,2vw,22px)!important;
  line-height:1.75!important;
}
.hero.hero-visual-2 .hero-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:16px!important;
  margin-top:40px!important;
}
.hero.hero-visual-2 .cta{
  min-width:min(100%,690px)!important;
  justify-content:center!important;
  padding:20px 28px!important;
  background:linear-gradient(90deg,#8d32fa 0%,#e82cad 53%,#ff477d 100%)!important;
  border:1px solid rgba(255,255,255,.17)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.hero.hero-visual-2 .cta-secondary{
  min-width:min(100%,560px)!important;
  background:#102451!important;
  border:1px solid #315c9d!important;
  box-shadow:none!important;
}

/* Mobile : même composition que la maquette, sans flou */
@media(max-width:620px){
  .hero.hero-visual-2{
    padding:104px 22px 72px!important;
    background:linear-gradient(158deg,#06091d 0%,#0c1740 45%,#241148 74%,#07214a 100%)!important;
  }
  .hero.hero-visual-2::before{
    width:290px!important;height:290px!important;
    top:50px!important;right:-144px!important;
    border-width:3px!important;
  }
  .hero.hero-visual-2::after{
    width:210px!important;height:210px!important;
    top:455px!important;left:-130px!important;
    border-width:3px!important;
  }
  .hero.hero-visual-2 .glow-a{width:205px!important;top:154px!important;left:-77px!important}
  .hero.hero-visual-2 .glow-b{width:160px!important;top:520px!important;right:-52px!important}
  .hero.hero-visual-2 .glow-c{width:225px!important;left:-90px!important;bottom:116px!important}
  .hero.hero-visual-2 .glow-d{width:300px!important;right:-118px!important;bottom:67px!important}
  .hero.hero-visual-2 .hero-dots{width:110px!important;height:150px!important;background-size:14px 14px!important}
  .hero.hero-visual-2 .dots-a{left:10px!important;top:168px!important}
  .hero.hero-visual-2 .dots-b{right:5px!important;bottom:112px!important}
  .hero.hero-visual-2 h1{font-size:clamp(50px,13vw,76px)!important}
  .hero.hero-visual-2 p{font-size:17px!important}
  .hero.hero-visual-2 .cta,.hero.hero-visual-2 .cta-secondary{width:min(100%,34rem)!important}
  .hero.hero-visual-2 .cta{padding:18px 22px!important}
  .hero.hero-visual-2 .cta-secondary{padding:18px 22px!important}
}
