
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
 --bg:#0B0F1A;--bg2:#111829;--bg3:#0C111E;--panel:#141C2F;--panel2:#172138;
 --ink:#F4F7FE;--ink2:#A9B4CE;--muted:#7C88A6;
 --blue:#3B82F6;--blue2:#60A5FA;--blueL:#7AA2FF;
 --yellow:#FFD400;--yellow2:#FFE45C;
 --line:#1E2840;--line2:#2B3858;
 --gy:0 0 22px rgba(255,212,0,.45);--gy2:0 0 40px rgba(255,212,0,.6);
 --gb:0 0 28px rgba(59,130,246,.5);
 --maxw:1180px;--r:14px;
 --circuit:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%3E%3Cg%20fill='none'%20stroke='%232a3858'%20stroke-width='1'%3E%3Cpath%20d='M0%2024h15M33%2024h15M24%200v15M24%2033v15'/%3E%3Ccircle%20cx='24'%20cy='24'%20r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;background:linear-gradient(180deg,#0B0F1A 0%,#0E1830 42%,#0F1A33 56%,#0C1322 78%,#0B0F1A 100%) fixed;color:var(--ink2);line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Bricolage Grotesque',sans-serif;color:var(--ink);line-height:1.04;letter-spacing:-.02em;font-weight:800}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.mono{font-family:'JetBrains Mono',monospace;text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;font-weight:700;color:var(--yellow)}
.eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.5rem}
.eyebrow::before{content:'';width:26px;height:2px;background:var(--yellow);box-shadow:var(--gy);border-radius:2px}
.sect{padding:5.5rem 0;position:relative}
.sect-head{max-width:680px;margin-bottom:3rem}
.sect-head h2{font-size:clamp(2.1rem,4.2vw,3.2rem);margin:.6rem 0 .7rem}
.sect-head p{color:var(--muted);font-size:1.05rem}
.acc-y{color:var(--yellow);text-shadow:var(--gy)}
.btn{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:.92rem;padding:.9rem 1.5rem;border-radius:11px;border:1.5px solid transparent;transition:.2s;cursor:pointer;white-space:nowrap}
.btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round}
.btn-pri{background:var(--yellow);color:#0B0F1A;box-shadow:var(--gy)}.btn-pri:hover{box-shadow:var(--gy2);transform:translateY(-2px)}
.btn-out{background:rgba(255,255,255,.02);color:var(--ink);border-color:var(--line2)}.btn-out:hover{border-color:var(--blue2);color:#fff;box-shadow:var(--gb)}
.btn-w{background:#fff;color:#0B1020}.btn-w:hover{transform:translateY(-2px)}
.btn-ghost-w{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.btn-ghost-w:hover{border-color:#fff;box-shadow:var(--gy)}
.rv{opacity:0;transform:translateY(16px);transition:.6s cubic-bezier(.16,1,.3,1)}.rv.in{opacity:1;transform:none}
/* TOPBAR + HEADER */
.topbar{background:#070A12;color:#9aa6c4;font-size:.78rem;border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;justify-content:center;align-items:center;min-height:38px;gap:2.5rem;flex-wrap:wrap}
.topbar strong{color:var(--yellow)}.topbar .dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--yellow);box-shadow:var(--gy);margin-right:.55rem;animation:pulse 1.8s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
.topbar .tb-r{display:flex;gap:1.4rem;align-items:center}.topbar a{color:#fff;font-weight:700}
.hdr{position:sticky;top:0;z-index:50;background:rgba(11,15,26,.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;height:74px;gap:1rem;max-width:none;padding:0 2.6rem;position:relative}
.hdr .nav{position:absolute;left:50%;transform:translateX(-50%)}
.brand{display:flex;align-items:center;gap:.7rem}.brand img{width:42px;height:46px;filter:drop-shadow(0 0 10px rgba(59,130,246,.4))}
.brand .bt b{font-family:'Bricolage Grotesque';font-size:1.2rem;letter-spacing:.05em;color:#fff;display:block;line-height:1}
.brand .bt small{font-family:'JetBrains Mono';font-size:.55rem;letter-spacing:.2em;color:var(--yellow);text-transform:uppercase}
.nav{display:flex;gap:1.7rem;align-items:center}
.nav a{font-size:.9rem;font-weight:600;color:var(--ink2)}.nav a:hover{color:var(--yellow)}
.hdr-cta{display:flex;align-items:center;gap:.7rem}
.burger{display:none;width:46px;height:46px;border:1px solid var(--line2);border-radius:11px;background:var(--bg2);cursor:pointer;flex-direction:column;gap:4px;align-items:center;justify-content:center}
.burger span{width:18px;height:2px;background:var(--yellow);border-radius:2px}
.mnav{position:fixed;inset:0 0 0 auto;width:min(86vw,340px);background:var(--bg2);z-index:60;transform:translateX(100%);transition:.3s;padding:1.5rem;box-shadow:-20px 0 60px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:.2rem;border-left:1px solid var(--line2)}
.mnav.open{transform:none}.mnav a{padding:.9rem .4rem;border-bottom:1px solid var(--line);font-weight:700;color:#fff;font-size:1.05rem}
.mnav .x{align-self:flex-end;font-size:1.7rem;color:var(--yellow);cursor:pointer;border:0;background:0}
.scrim{position:fixed;inset:0;background:rgba(4,7,14,.6);z-index:55;opacity:0;visibility:hidden;transition:.3s}.scrim.open{opacity:1;visibility:visible}
/* HERO */
.hero{position:relative;padding:5rem 0 0;overflow:hidden;background:radial-gradient(900px 520px at 82% -8%,rgba(59,130,246,.28),transparent 60%),radial-gradient(680px 480px at -5% 25%,rgba(255,212,0,.10),transparent 55%),transparent}
.hero::before{content:'';position:absolute;inset:0;background-image:var(--circuit);opacity:.5;mask-image:linear-gradient(180deg,#000,transparent 80%);pointer-events:none}
.hero-bolt{position:absolute;right:-40px;top:40px;width:520px;height:520px;pointer-events:none;opacity:.10;z-index:0}
.hero-bolt svg{width:100%;height:100%;fill:var(--yellow);filter:drop-shadow(0 0 40px rgba(255,212,0,.5))}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:3.5rem;align-items:center}
.hero h1{font-size:clamp(2.5rem,5.4vw,4.4rem);margin:1rem 0;color:#fff}
.hero h1 em{font-style:normal;color:var(--yellow);text-shadow:var(--gy)}
.hero .lead{font-size:1.14rem;max-width:500px;margin-bottom:1.9rem;color:var(--ink2)}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-fig{position:relative;max-width:400px;margin-left:auto;aspect-ratio:4/3;border:1px solid var(--line2);border-radius:var(--r);padding:9px;background:var(--panel);box-shadow:0 0 0 1px rgba(59,130,246,.25),0 30px 80px -30px rgba(59,130,246,.55)}
.hero-fig>img{width:100%;height:100%;object-fit:cover;border-radius:9px}
.hero-fig .cap{position:absolute;right:20px;top:-16px;z-index:4;display:inline-flex;align-items:center;gap:.5rem;background:rgba(11,15,26,.85);border:1px solid var(--line2);padding:.5rem .85rem;border-radius:8px;font-size:.78rem;font-weight:700;color:#fff;backdrop-filter:blur(6px)}
.cap .led{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:var(--gy)}
.specstrip{position:relative;z-index:2;border-top:1px solid var(--line);margin-top:4rem;background:rgba(7,10,18,.5)}
.specstrip .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.spec{padding:1.6rem 1.5rem 1.6rem 0;border-right:1px solid var(--line)}.spec:last-child{border-right:0}
.spec .mono{color:var(--muted)}.spec b{display:block;font-family:'Bricolage Grotesque';color:#fff;font-size:1.08rem;margin-top:.35rem;white-space:nowrap}
/* SERVICES */
.srv-row{display:grid;grid-template-columns:58px 52px 1fr 36px;gap:1.1rem;align-items:center;padding:1.7rem 1rem;border-top:1px solid var(--line);transition:.22s;color:inherit}
.srv-row:last-child{border-bottom:1px solid var(--line)}
.srv-row:hover{background:linear-gradient(90deg,rgba(59,130,246,.10),transparent)}
.srv-row .num{font-family:'JetBrains Mono';color:var(--yellow);font-weight:700;font-size:1.05rem;text-shadow:var(--gy)}
.srv-row .ic{width:46px;height:46px;border:1px solid var(--line2);border-radius:11px;display:grid;place-items:center;background:var(--panel);transition:.22s}
.srv-row .ic svg{width:22px;height:22px;stroke:var(--yellow);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.srv-row:hover .ic{border-color:var(--yellow);box-shadow:var(--gy)}
.srv-row h3{font-size:1.32rem;margin-bottom:.25rem;color:#fff}
.srv-row p{color:var(--muted);max-width:600px;font-size:.95rem}
.srv-row .arr{color:var(--yellow);opacity:0;transform:translateX(-6px);transition:.22s;font-size:1.3rem}
.srv-row:hover .arr{opacity:1;transform:none}
/* CTA band */
.cta{position:relative;overflow:hidden;background:linear-gradient(120deg,#16277a,#3B82F6);border:1px solid rgba(122,162,255,.3);border-radius:var(--r);padding:2.4rem 2.2rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;box-shadow:var(--gb)}
.cta h3{color:#fff;font-size:1.6rem}.cta p{color:#cfe0ff;margin-top:.2rem}.cta .cta-act{display:flex;gap:.7rem;flex-wrap:wrap}
/* ABOUT */
.about{background:transparent}
.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
.about .lead{font-size:1.05rem;margin:.6rem 0 1rem;color:var(--ink2)}
.badge{display:inline-flex;gap:.5rem;align-items:center;border:1px solid var(--line2);background:var(--panel);border-radius:100px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;color:#fff}
.badge svg{width:16px;height:16px;stroke:var(--yellow);fill:none;stroke-width:2}
.points{border:1px solid var(--line);border-radius:var(--r);background:var(--panel);overflow:hidden}
.pt{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.3rem 1.4rem;border-bottom:1px solid var(--line)}.pt:last-child{border-bottom:0}
.pt .ic{width:44px;height:44px;border:1px solid var(--line2);border-radius:11px;display:grid;place-items:center;color:var(--yellow);background:var(--bg2)}
.pt .ic svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}
.pt b{display:block;color:#fff;font-family:'Bricolage Grotesque';font-size:1.04rem;margin-bottom:.15rem}
.pt span{font-size:.92rem;color:var(--muted)}
/* GALLERY */
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gal figure{position:relative;border:1px solid var(--line2);border-radius:var(--r);overflow:hidden;background:#05070d}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:.5s;opacity:.92}
.gal figure:hover img{transform:scale(1.05);opacity:1}
.gal figcaption{position:absolute;inset:auto 0 0 0;padding:.9rem;background:linear-gradient(transparent,rgba(5,7,13,.92));color:#fff;font-size:.86rem;font-weight:700}
.gal .tag{font-family:'JetBrains Mono';font-size:.58rem;text-transform:uppercase;letter-spacing:.14em;color:var(--yellow);display:block;margin-bottom:.15rem}
/* PROCESS */
.proc{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--panel)}
.step{padding:1.9rem 1.5rem;border-right:1px solid var(--line)}.step:last-child{border-right:0}
.step .n{font-family:'JetBrains Mono';color:var(--yellow);font-size:1.5rem;font-weight:700;text-shadow:var(--gy)}
.step b{display:block;font-family:'Bricolage Grotesque';color:#fff;margin:.6rem 0 .35rem;font-size:1.06rem}
.step span{font-size:.9rem;color:var(--muted)}
/* ZONE */
.zone{background:transparent;position:relative}
.zone::before{content:'';position:absolute;inset:0;background-image:var(--circuit);opacity:.4;pointer-events:none}
.zone .wrap{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.zone .lead{color:var(--ink2);margin:.7rem 0 1.3rem}
.zstats{display:flex;gap:2.4rem;flex-wrap:wrap}
.zstats b{font-family:'Bricolage Grotesque';color:var(--yellow);font-size:1.8rem;display:block;line-height:1;text-shadow:var(--gy)}
.zstats span{font-size:.78rem;color:var(--muted)}
.cities{display:flex;flex-wrap:wrap;gap:.55rem}
.city{border:1px solid var(--line2);border-radius:8px;padding:.45rem .8rem;font-size:.85rem;color:var(--ink);font-weight:600;background:var(--panel)}
.city.home{border-color:var(--yellow);color:#fff;box-shadow:var(--gy)}
/* REVIEWS */
.rev{background:transparent}
.rev-box{border:1px dashed var(--line2);border-radius:var(--r);padding:2.9rem;text-align:center;background:var(--panel)}
.rev-box .stars{color:var(--yellow);font-size:1.4rem;letter-spacing:.2em;text-shadow:var(--gy)}
.rev-box p{max-width:480px;margin:.7rem auto 1.3rem;color:var(--muted)}
/* FAQ */
.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-q{display:flex;justify-content:space-between;gap:1rem;padding:1.35rem .2rem;cursor:pointer;font-family:'Bricolage Grotesque';color:#fff;font-weight:700;font-size:1.06rem}
.faq-q .pm{color:var(--yellow);font-family:'JetBrains Mono';font-size:1.2rem;flex-shrink:0}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-a p{padding:0 .2rem 1.35rem;color:var(--muted)}
.faq-item.open .faq-a{max-height:340px}
/* CONTACT */
.contact .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}
.ci{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}
.ci .ic{width:44px;height:44px;border:1px solid var(--line2);border-radius:11px;display:grid;place-items:center;color:var(--yellow);background:var(--panel)}
.ci .ic svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:2}
.ci b{color:#fff;font-size:1.05rem;display:block}.ci .mono{color:var(--muted)}
.cf{border:1px solid var(--line2);border-radius:var(--r);padding:1.7rem;background:var(--panel)}
.cf label{font-size:.78rem;font-weight:700;color:#fff;display:block;margin:.7rem 0 .3rem}
.cf input,.cf select,.cf textarea{width:100%;border:1px solid var(--line2);border-radius:9px;padding:.74rem .8rem;font-family:inherit;font-size:.92rem;color:#fff;background:var(--bg2)}
.cf input::placeholder{color:var(--muted)}
.cf input:focus,.cf select:focus,.cf textarea:focus{outline:0;border-color:var(--blue2);box-shadow:var(--gb)}
.cf .row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.cf button{margin-top:1.1rem;width:100%;justify-content:center}
/* FOOTER */
footer{background:#05070d;color:#8b97b5;padding:3.6rem 0 1.8rem;font-size:.9rem;border-top:1px solid var(--line)}
footer a{color:#aab6d4}footer a:hover{color:var(--yellow)}
.fcols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:2rem;padding-bottom:2.4rem;border-bottom:1px solid var(--line)}
.fcols h4{color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-family:'JetBrains Mono';font-weight:700}
.fcols ul{list-style:none;display:grid;gap:.5rem;font-size:.85rem}
.fbrand{display:flex;align-items:center;gap:.7rem;margin-bottom:.9rem}.fbrand img{width:40px;height:44px}
.fbrand b{font-family:'Bricolage Grotesque';color:#fff;font-size:1.12rem;letter-spacing:.05em}
.fbot{display:flex;justify-content:space-between;gap:1rem;padding-top:1.4rem;flex-wrap:wrap;font-size:.78rem;color:var(--muted)}.fbot a{color:#aab6d4;text-decoration:underline}
/* COOKIE + MODAL + FAB */
.cookie{position:fixed;bottom:16px;left:16px;right:16px;max-width:540px;margin:0 auto;background:var(--panel2);border:1px solid var(--line2);border-radius:12px;padding:1rem 1.2rem;box-shadow:0 24px 60px -15px rgba(0,0,0,.6);z-index:80;font-size:.84rem;color:var(--ink2);display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.cookie.hide{display:none}.cookie .ck-a{display:flex;gap:.5rem;margin-left:auto}.cookie .btn{padding:.55rem 1rem;font-size:.82rem}
.modal{position:fixed;inset:0;background:rgba(4,7,14,.72);z-index:90;display:none;padding:5vh 16px;overflow:auto}.modal.open{display:block}
.modal-box{max-width:680px;margin:0 auto;background:var(--panel2);border:1px solid var(--line2);border-radius:14px;padding:2.2rem;color:var(--ink2)}
.modal-box h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.modal-box h4{color:var(--yellow);margin:1.2rem 0 .3rem;font-size:.95rem}
.modal-box p{margin-bottom:.5rem;font-size:.92rem}.modal-box .x{float:right;font-size:1.6rem;border:0;background:0;cursor:pointer;color:var(--yellow)}
.fab{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;flex-direction:column;gap:.6rem}
.fab a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.fab .call{background:var(--yellow);color:#0B0F1A;box-shadow:var(--gy)}.fab .wa{background:#25D366;color:#fff}.fab svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}
@media(max-width:920px){
 .nav,.hdr-cta .btn-out{display:none}.burger{display:flex}
 .hero .wrap,.about .wrap,.zone .wrap,.contact .wrap{grid-template-columns:1fr;gap:2.5rem}
 .hero-bolt{display:none}.hero-fig{max-width:430px}.gal,.proc{grid-template-columns:1fr 1fr}.specstrip .wrap{grid-template-columns:1fr 1fr}
 .spec:nth-child(2){border-right:0}.fcols{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .sect{padding:4rem 0}.gal,.proc,.specstrip .wrap,.cf .row,.fcols{grid-template-columns:1fr}
 .spec{border-right:0;border-bottom:1px solid var(--line)}.step{border-right:0;border-bottom:1px solid var(--line)}
 .srv-row{grid-template-columns:44px 1fr;padding:1.3rem .4rem}.srv-row .ic,.srv-row .arr{display:none}
 .topbar .tb-r .hide-sm{display:none}
}

/* ===== SOUS-PAGES ===== */
.crumb .wrap{padding:1.1rem 24px;font-size:.82rem;color:var(--muted);border-bottom:1px solid var(--line)}
.crumb a{color:var(--ink2)}.crumb a:hover{color:var(--yellow)}.crumb .sep{margin:0 .5rem;color:var(--line2)}
.crumb b{color:var(--ink)}
.hero.sub{padding:3.2rem 0 0}
.hero.sub .wrap{grid-template-columns:1.1fr .9fr}
.prose{max-width:780px}
.prose h2{font-size:clamp(1.7rem,3vw,2.35rem);margin:0 0 1.1rem;color:#fff}
.prose h3{font-size:1.28rem;color:#fff;margin:2rem 0 .6rem}
.prose p{margin-bottom:1.05rem;color:var(--ink2)}
.prose strong{color:var(--yellow);font-weight:700}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.svc-card{border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;background:var(--panel);transition:.2s}
.svc-card:hover{border-color:var(--line2);box-shadow:var(--gb);transform:translateY(-2px)}
.svc-card .ic{width:46px;height:46px;border:1px solid var(--line2);border-radius:11px;display:grid;place-items:center;margin-bottom:1rem;background:var(--bg2)}
.svc-card .ic svg{width:22px;height:22px;stroke:var(--yellow);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.svc-card h3{color:#fff;font-size:1.12rem;margin-bottom:.3rem}
.svc-card p{color:var(--muted);font-size:.9rem}
.nearby{display:flex;flex-wrap:wrap;gap:.55rem}
.nearby a{border:1px solid var(--line2);border-radius:8px;padding:.5rem .85rem;font-size:.85rem;color:var(--ink);font-weight:600;background:var(--panel)}
.nearby a:hover{border-color:var(--yellow);color:#fff;box-shadow:var(--gy)}
@media(max-width:920px){.svc-grid{grid-template-columns:1fr 1fr}.hero.sub .wrap{grid-template-columns:1fr}}
@media(max-width:560px){.svc-grid{grid-template-columns:1fr}}

/* ===== ANIMATIONS ===== */
@keyframes upIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes boltPulse{0%,100%{opacity:.07}50%{opacity:.18}}
@keyframes shine{0%{transform:translateX(-130%) skewX(-18deg)}60%,100%{transform:translateX(280%) skewX(-18deg)}}
.hero .eyebrow{animation:upIn .7s .10s both cubic-bezier(.16,1,.3,1)}
.hero h1{animation:upIn .9s .22s both cubic-bezier(.16,1,.3,1)}
.hero .lead{animation:upIn .9s .38s both cubic-bezier(.16,1,.3,1)}
.hero-cta{animation:upIn .9s .52s both cubic-bezier(.16,1,.3,1)}
.hero-fig{animation:upIn 1s .40s both cubic-bezier(.16,1,.3,1)}
.hero-bolt{animation:boltPulse 4.5s ease-in-out infinite}
.specstrip .spec{animation:upIn .7s both cubic-bezier(.16,1,.3,1)}
.specstrip .spec:nth-child(1){animation-delay:.55s}.specstrip .spec:nth-child(2){animation-delay:.66s}.specstrip .spec:nth-child(3){animation-delay:.77s}.specstrip .spec:nth-child(4){animation-delay:.88s}
.srv-list .srv-row:nth-child(2){transition-delay:.07s}.srv-list .srv-row:nth-child(3){transition-delay:.14s}.srv-list .srv-row:nth-child(4){transition-delay:.21s}.srv-list .srv-row:nth-child(5){transition-delay:.28s}.srv-list .srv-row:nth-child(6){transition-delay:.35s}
.gal figure:nth-child(2){transition-delay:.09s}.gal figure:nth-child(3){transition-delay:.18s}.gal figure:nth-child(4){transition-delay:.27s}.gal figure:nth-child(5){transition-delay:.36s}.gal figure:nth-child(6){transition-delay:.45s}
.proc.in .step,.points.in .pt,.cities.in .city{animation:upIn .55s both cubic-bezier(.16,1,.3,1)}
.proc.in .step:nth-child(2){animation-delay:.1s}.proc.in .step:nth-child(3){animation-delay:.2s}.proc.in .step:nth-child(4){animation-delay:.3s}
.points.in .pt:nth-child(2){animation-delay:.08s}.points.in .pt:nth-child(3){animation-delay:.16s}.points.in .pt:nth-child(4){animation-delay:.24s}
.cities.in .city:nth-child(2){animation-delay:.04s}.cities.in .city:nth-child(3){animation-delay:.08s}.cities.in .city:nth-child(4){animation-delay:.12s}.cities.in .city:nth-child(5){animation-delay:.16s}.cities.in .city:nth-child(6){animation-delay:.2s}.cities.in .city:nth-child(7){animation-delay:.24s}.cities.in .city:nth-child(8){animation-delay:.28s}.cities.in .city:nth-child(9){animation-delay:.32s}.cities.in .city:nth-child(10){animation-delay:.36s}
.btn-pri{position:relative;overflow:hidden}
.btn-pri::after{content:'';position:absolute;top:0;left:0;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transform:translateX(-130%) skewX(-18deg);pointer-events:none;opacity:0}
.btn-pri:hover::after{opacity:1;animation:shine .85s ease}
.srv-row,.svc-card,.gal figure,.ba,.city{will-change:transform}
@media (prefers-reduced-motion: reduce){
 .hero .eyebrow,.hero h1,.hero .lead,.hero-cta,.hero-fig,.specstrip .spec,.hero-bolt,.proc.in .step,.points.in .pt,.cities.in .city,.btn-pri:hover::after{animation:none!important}
 .rv{transition:none!important;opacity:1!important;transform:none!important}
}

.brand img,.fbrand img,.logo-icon img,.footer-logo img{object-fit:contain!important}

/* ===== BORDURE ELECTRIQUE (hover) ===== */
@property --eb{syntax:'<angle>';initial-value:0deg;inherits:false}
@keyframes ebspin{to{--eb:360deg}}
.svc-card,.service-card,.gal figure,.cta,.ba,.hero-fig,.points,.blog-card{position:relative}
.svc-card::after,.service-card::after,.gal figure::after,.cta::after,.ba::after,.hero-fig::after,.points::after,.blog-card::after{content:'';position:absolute;inset:0;border-radius:inherit;padding:2px;background:conic-gradient(from var(--eb),transparent 0deg,#FFD400 38deg,#60A5FA 90deg,transparent 150deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:3}
.svc-card:hover::after,.service-card:hover::after,.gal figure:hover::after,.cta:hover::after,.ba:hover::after,.hero-fig:hover::after,.points:hover::after,.blog-card:hover::after{opacity:1;animation:ebspin 1.6s linear infinite}
@media(prefers-reduced-motion:reduce){.svc-card::after,.service-card::after,.gal figure::after,.cta::after,.ba::after,.hero-fig::after,.points::after,.blog-card::after{display:none}}

.cta::after{opacity:1;animation:ebspin 1.8s linear infinite}

.hero-fig::after{opacity:1;animation:ebspin 1.8s linear infinite}

@media(min-width:561px) and (max-width:1120px){.specstrip .wrap{grid-template-columns:1fr 1fr}.spec:nth-child(2){border-right:0}}

.fab .wa svg{fill:currentColor;stroke:none}

/*GRIDSWAP*/.hero::before{display:none}.cta::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='46'%20height='46'%3E%3Cg%20fill='none'%20stroke='%23ffffff'%20stroke-width='1'%3E%3Cpath%20d='M0%2023h14M32%2023h14M23%200v14M23%2032v14'/%3E%3Ccircle%20cx='23'%20cy='23'%20r='2.3'/%3E%3C/g%3E%3C/svg%3E");opacity:.14;z-index:1;pointer-events:none;-webkit-mask-image:linear-gradient(120deg,#000,transparent 92%);mask-image:linear-gradient(120deg,#000,transparent 92%)}.cta>*{position:relative;z-index:2}

/*MOBILEFIX1*/@media(max-width:920px){.hdr .wrap{padding:0 1.1rem;gap:.6rem}.hdr-cta{display:none}.brand .bt b,.brand .bt small{white-space:nowrap}.brand img{flex:0 0 auto}}@media(max-width:760px){.topbar .tb-r{display:none}.topbar .wrap{justify-content:center;text-align:center;gap:.5rem}.topbar{font-size:.74rem}}
