:root{
  --bg:#07080b;--panel:#11141a;--panel2:#171b23;--text:#f7f7f8;--muted:#b7bdc8;--line:rgba(255,255,255,.12);--red:#e30613;--red2:#ff1f2d;--white:#fff;--shadow:0 24px 80px rgba(0,0,0,.35);--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{background:#000;border-bottom:1px solid var(--line);font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:10px 0;align-items:center}.topbar a{color:var(--muted)}.topbar a:hover{color:#fff}.lang{display:flex;gap:8px}.lang button{background:transparent;color:#fff;border:1px solid var(--line);padding:6px 10px;border-radius:999px;cursor:pointer}.lang button.active{background:var(--red);border-color:var(--red)}.header{position:sticky;top:0;z-index:20;background:rgba(7,8,11,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand img{height:54px;width:auto}.navlinks{display:flex;gap:24px;align-items:center}.navlinks a{color:#e9ebef;font-weight:700;font-size:14px;letter-spacing:.02em}.navlinks a:hover{color:var(--red2)}.mobile-toggle{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:12px;padding:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.2s ease}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red2);transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.04)}.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}.hero{min-height:780px;display:flex;align-items:center;position:relative;overflow:hidden;background:url('../images/bg_1.jpg') center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.64) 46%,rgba(0,0,0,.2) 100%),linear-gradient(0deg,rgba(7,8,11,1) 0%,rgba(7,8,11,0) 35%)}.hero .container{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#fff;background:rgba(227,6,19,.16);border:1px solid rgba(227,6,19,.45);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(42px,7vw,82px);line-height:.98;margin:22px 0 20px;max-width:820px;letter-spacing:-.06em}.hero p{font-size:clamp(18px,2vw,22px);color:#e4e7ee;max-width:660px;margin:0 0 34px}.actions{display:flex;gap:14px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px;max-width:780px}.stat{background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.stat strong{display:block;font-size:30px;line-height:1}.stat span{color:var(--muted);font-size:14px}.section{padding:96px 0}.section-light{background:#f5f6f8;color:#10131a}.section h2{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:12px 0 18px;letter-spacing:-.04em}.lead{color:var(--muted);font-size:18px;max-width:760px}.section-light .lead,.section-light p.muted{color:#576071}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.section-light .card{background:#fff;border-color:#e5e8ef;box-shadow:0 20px 60px rgba(16,19,26,.08)}.service-card{min-height:250px;display:flex;flex-direction:column}.service-card .icon{font-size:34px;margin-bottom:18px}.service-card h3{margin:0 0 10px;font-size:22px}.service-card p{color:var(--muted);margin:0}.section-light .service-card p{color:#576071}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}.image-stack img{height:280px;width:100%;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.image-stack img:first-child{grid-column:span 2;height:360px}.checklist{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.checklist li{display:flex;gap:12px;align-items:flex-start}.checklist li:before{content:"✓";background:var(--red);color:#fff;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 24px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{height:240px;width:100%;object-fit:cover;border-radius:18px;transition:.2s ease}.gallery img:hover{transform:scale(1.02)}.cta{background:linear-gradient(135deg,rgba(227,6,19,.95),rgba(120,0,8,.95)),url('../images/bg_2.jpg') center/cover;border-radius:34px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden}.cta h2{margin:0;color:#fff}.cta p{color:#fff;margin:12px 0 0;opacity:.9}.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.info-list{display:grid;gap:14px;margin-top:24px}.info-item{padding:18px;border-radius:18px;background:#fff;border:1px solid #e5e8ef}.info-item strong{display:block;color:#10131a}.info-item span,.info-item a{color:#576071}.mapbox iframe{border:0;width:100%;height:460px;border-radius:var(--radius);filter:saturate(.9)}.hours{width:100%;border-collapse:collapse;margin-top:18px}.hours td{padding:9px 0;border-bottom:1px solid #e5e8ef;color:#576071}.hours td:last-child{text-align:right;color:#10131a;font-weight:700}.footer{background:#000;border-top:1px solid var(--line);padding:54px 0;color:var(--muted)}.footer .container{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer img{height:62px;width:auto;margin-bottom:18px}.footer h3{color:#fff;margin:0 0 12px}.footer a{display:block;color:var(--muted);margin:7px 0}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:30;background:#25d366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.32)}[data-lang]{display:none}html[lang="fr"] [data-lang="fr"],html[lang="en"] [data-lang="en"]{display:initial}.block[ data-lang]{display:none}html[lang="fr"] .block[data-lang="fr"],html[lang="en"] .block[data-lang="en"]{display:block}
@media(max-width:900px){.topbar .container{display:none}.mobile-toggle{display:block}.navlinks{display:none;position:absolute;left:16px;right:16px;top:82px;background:#0b0d12;border:1px solid var(--line);border-radius:20px;padding:18px;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.hero{min-height:700px}.stats,.grid-3,.grid-2,.split,.contact-wrap,.footer .container{grid-template-columns:1fr}.image-stack img,.image-stack img:first-child{grid-column:auto;height:260px}.gallery{grid-template-columns:repeat(2,1fr)}.cta{display:block;padding:32px}.mapbox iframe{height:360px}}@media(max-width:560px){.brand img{height:42px}.hero h1{font-size:42px}.section{padding:66px 0}.gallery{grid-template-columns:1fr}.gallery img{height:260px}.stats{grid-template-columns:1fr}.footer{padding-bottom:86px}}

/* Requested refinements */
.hero{background-position:left center;}
.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.35) 38%,rgba(0,0,0,.88) 68%,rgba(0,0,0,.96) 100%),linear-gradient(0deg,rgba(7,8,11,1) 0%,rgba(7,8,11,0) 35%)}
.hero-content{display:flex;flex-direction:column;align-items:flex-end;text-align:left;max-width:1160px;}
.hero-content .eyebrow,.hero-content .block,.hero-content .actions,.hero-content .stats{width:min(640px,100%);}
.hero-content h1{max-width:640px;}
.hero-content p{max-width:620px;}
.lang button{font-weight:900;min-width:76px;}
.old-content .card p{color:#576071;margin:0;}
.old-content .card h3{margin-top:0;color:#10131a;}
@media(max-width:900px){.hero{background-position:center}.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.58)),linear-gradient(0deg,rgba(7,8,11,1) 0%,rgba(7,8,11,0) 35%)}.hero-content{align-items:flex-start}.hero-content .eyebrow,.hero-content .block,.hero-content .actions,.hero-content .stats{width:100%;}}

/* Mobile header improvements */
.mobile-head-actions,.mobile-quickbar{display:none}.mobile-toggle{font-weight:900;gap:7px;align-items:center}.mobile-toggle span{display:inline-flex}.mini-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.16);font-weight:900;font-size:12px;line-height:1;padding:9px 11px;background:rgba(255,255,255,.06);white-space:nowrap}.mini-wa{background:#25d366;color:#fff;border-color:#25d366}.mini-map{background:rgba(227,6,19,.14);border-color:rgba(227,6,19,.45)}
@media(max-width:900px){
  .header{top:0;background:rgba(7,8,11,.94)}
  .nav{padding:10px 0;gap:8px;position:relative}
  .brand img{height:40px;max-width:118px;object-fit:contain}
  .mobile-head-actions{display:flex;gap:6px;align-items:center;margin-left:auto}
  .mobile-toggle{display:inline-flex;padding:9px 10px;border-radius:999px;background:rgba(255,255,255,.07);font-size:13px;min-width:auto}
  .mobile-quickbar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;width:min(1160px,calc(100% - 32px));margin:0 auto 10px}
  .mobile-quickbar a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;font-weight:900;font-size:13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
  .mobile-quickbar a:first-child{background:#25d366;border-color:#25d366;color:#fff}
  .mobile-quickbar a:nth-child(2){background:rgba(227,6,19,.18);border-color:rgba(227,6,19,.55);color:#fff}
  .navlinks{top:64px;left:12px;right:12px;padding:16px;gap:14px;box-shadow:0 24px 80px rgba(0,0,0,.45)}
  .navlinks a{font-size:16px;width:100%;padding:7px 0}.navlinks .btn{width:100%;padding:13px 18px}.navlinks .lang{width:100%;justify-content:space-between}.navlinks .lang button{flex:1;padding:10px 12px}
  .hero{min-height:calc(100vh - 112px);padding:80px 0 56px;background-position:45% center}.hero h1{font-size:clamp(34px,10vw,46px);letter-spacing:-.045em;line-height:1.03}.hero p{font-size:17px}.actions{gap:10px}.actions .btn{width:100%;padding:15px 18px}.stats{margin-top:28px;gap:10px}.stat{padding:14px}.stat strong{font-size:24px}.section h2{font-size:clamp(29px,8vw,38px)}.grid{gap:16px}.card{padding:22px}.service-card{min-height:auto}.contact-wrap{gap:18px}.info-item{padding:16px}.mapbox iframe{height:320px}.whatsapp{display:none}
}
@media(max-width:560px){
  .container{width:min(100% - 24px,1160px)}
  .brand img{height:34px;max-width:100px}.mini-call{display:none}.mini-btn{font-size:11px;padding:8px 9px}.mobile-toggle{font-size:12px;padding:8px 9px}.mobile-quickbar{width:calc(100% - 24px);gap:6px;margin-bottom:8px}.mobile-quickbar a{font-size:12px;min-height:40px}.hero{min-height:calc(100vh - 104px);padding-top:64px}.hero .eyebrow{font-size:11px;line-height:1.3}.gallery img{height:220px}.footer{padding-bottom:38px}
}
@media(max-width:380px){.mini-map{display:none}.mobile-head-actions{gap:5px}.mobile-toggle .hamb{margin-right:0}.brand img{max-width:92px}.mobile-quickbar{grid-template-columns:1fr 1fr}.mobile-quickbar a:last-child{grid-column:span 2}}


/* V4 hero clean-up: smaller text, less visual noise, more image visible */
.hero{min-height:720px;background-position:left center;}
.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.03) 0%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.72) 66%,rgba(0,0,0,.90) 100%),linear-gradient(0deg,rgba(7,8,11,.92) 0%,rgba(7,8,11,0) 30%)}
.hero-content .eyebrow,.hero-content .block,.hero-content .actions{width:min(520px,100%)}
.hero-content h1{font-size:clamp(34px,4.6vw,56px);line-height:1.04;max-width:520px;margin:18px 0 14px;letter-spacing:-.045em}
.hero-content p{font-size:clamp(16px,1.45vw,19px);max-width:510px;margin-bottom:24px;color:#eef1f5}
.hero-content .stats{display:none}
.hero .btn{padding:12px 18px;font-size:14px}
.clean-cta .actions{justify-content:flex-end}
@media(max-width:900px){
  .hero{min-height:620px;background-position:center center;padding:68px 0 44px}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.44)),linear-gradient(0deg,rgba(7,8,11,.95) 0%,rgba(7,8,11,0) 34%)}
  .hero-content h1{font-size:clamp(30px,8.6vw,40px);max-width:100%;margin:14px 0 12px}
  .hero-content p{font-size:16px;margin-bottom:20px}
  .hero .btn{width:auto;min-width:31%;padding:13px 15px;font-size:13px;flex:1}
  .clean-cta .actions{justify-content:flex-start}
}
@media(max-width:560px){
  .hero{min-height:560px;padding-top:52px;background-position:42% center}
  .hero .eyebrow{font-size:10px;padding:7px 10px}
  .hero-content h1{font-size:32px;line-height:1.06}
  .hero-content p{font-size:15px;line-height:1.55}
  .hero .actions{display:grid;grid-template-columns:1fr;gap:8px}
  .hero .btn{width:100%;font-size:13px;padding:12px 14px}
}

/* Mobile refinements */
@media(max-width:900px){
  .mobile-quickbar{display:none!important;}
  .mini-call{display:none!important;}
  .mobile-head-actions{gap:5px;}
  .lang{gap:4px;}
  .lang button{font-size:10px;padding:5px 7px;border-radius:999px;line-height:1;}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.34)),linear-gradient(0deg,rgba(7,8,11,.82) 0%,rgba(7,8,11,0) 28%)!important;}
}
@media(max-width:560px){
  .lang button{font-size:9px;padding:4px 6px;}
  .mobile-toggle{font-size:11px;padding:8px 9px;}
  .hero{min-height:calc(100vh - 72px);padding:72px 0 48px;}
  .hero h1{font-size:clamp(30px,8.5vw,38px);}
  .hero p{font-size:15.5px;max-width:92%;}
}
