/* HB EXPERTISE — hbexpertise.ma — feuille de style commune */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0c1a28;--navy-2:#14253a;--gold:#c4923e;--gold-light:#ddb876;
  --cream:#f4efe6;--white:#fff;--text:#263444;--text-light:#5c6e7e;
  --border:rgba(196,146,62,.22);--wa:#25D366;
  --serif:'Cormorant Garamond',Georgia,serif;--sans:'Jost','Segoe UI',sans-serif;--ar:'Noto Kufi Arabic','Segoe UI',sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--white);overflow-x:hidden;line-height:1.6}
body.lang-ar{font-family:var(--ar);direction:rtl}
body.lang-ar *{letter-spacing:0!important}
body.lang-ar .serif,body.lang-ar h1,body.lang-ar h2,body.lang-ar h3,body.lang-ar h4{font-family:var(--ar)!important}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 6%}
@media(min-width:1300px){.container{padding:0}}
.serif{font-family:var(--serif)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* LANG BAR */
.lang-bar{background:#080f18;padding:.4rem 6%;display:flex;justify-content:flex-end;align-items:center;gap:.5rem;border-bottom:1px solid rgba(196,146,62,.15)}
.lang-bar-label{font-size:.62rem;color:rgba(255,255,255,.3);letter-spacing:.15em;text-transform:uppercase;margin-inline-end:.5rem}
.lang-btn{background:transparent;border:1px solid rgba(196,146,62,.3);color:rgba(255,255,255,.55);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .75rem;cursor:pointer;font-family:inherit;transition:all .25s;border-radius:2px}
.lang-btn:hover{border-color:var(--gold);color:var(--gold)}
.lang-btn.active{background:var(--gold);color:var(--navy);border-color:var(--gold);font-weight:500}

/* NAV */
nav.main-nav{position:sticky;top:0;z-index:100;background:rgba(12,26,40,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 6%;display:flex;align-items:center;justify-content:space-between;height:76px}
.nav-logo{display:flex;align-items:center;gap:.9rem;text-decoration:none}
.nav-logo img{height:50px;width:auto;object-fit:contain}
.nav-logo-text strong{display:block;font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--white);letter-spacing:.06em}
.nav-logo-text em{font-style:normal;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);opacity:.85;display:block;white-space:nowrap}
.nav-links{display:flex;gap:1.7rem;list-style:none;align-items:center}
.nav-links>li{position:relative}
.nav-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;transition:color .3s;display:block;padding:.4rem 0}
.nav-links a:hover,.nav-links a.current{color:var(--gold)}
.nav-cta{background:var(--gold)!important;color:var(--navy)!important;padding:.5rem 1.2rem!important;font-weight:500!important;white-space:nowrap}
.has-sub>a::after{content:' ▾';font-size:.6rem;opacity:.6}
.sub{display:none;position:absolute;top:100%;inset-inline-start:0;background:#0f2033;border:1px solid var(--border);min-width:260px;padding:.6rem 0;list-style:none;box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:120}
.sub.cols{min-width:520px;columns:2;column-gap:0}
.sub li{break-inside:avoid}
.sub a{padding:.55rem 1.2rem;font-size:.7rem;letter-spacing:.08em;text-transform:none;white-space:nowrap}
.sub a:hover{background:rgba(196,146,62,.1)}
.has-sub:hover .sub,.has-sub:focus-within .sub{display:block}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--gold);display:block}

/* BUTTONS */
.btn-primary{background:var(--gold);color:var(--navy);padding:.9rem 2.2rem;font-family:inherit;font-size:.76rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .3s;display:inline-block;text-align:center}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 28px rgba(196,146,62,.32)}
.btn-secondary{border:1px solid rgba(196,146,62,.5);color:var(--gold-light);padding:.9rem 2.2rem;font-family:inherit;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:all .3s;display:inline-block;text-align:center}
.btn-secondary:hover{background:rgba(196,146,62,.1);border-color:var(--gold)}
.btn-wa{background:var(--wa);color:#fff;padding:.9rem 2.2rem;font-family:inherit;font-size:.76rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;transition:all .3s}
.btn-wa svg{width:18px;height:18px;fill:#fff}
.btn-wa:hover{background:#1ebe5d;transform:translateY(-2px)}
.btn-dark{background:var(--navy);color:var(--gold);padding:.9rem 2.2rem;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .3s}
.btn-dark:hover{background:var(--gold);color:var(--navy)}

/* HERO */
.hero{min-height:88vh;background:var(--navy);position:relative;display:flex;align-items:center;overflow:hidden}
.hero.compact{min-height:60vh}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 68% 45%,rgba(22,41,61,.85) 0%,transparent 65%),linear-gradient(140deg,#0c1a28 0%,#14253a 55%,#0c1a28 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(196,146,62,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(196,146,62,.035) 1px,transparent 1px);background-size:55px 55px}
.hero-line{position:absolute;inset-inline-start:8%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,transparent 5%,var(--gold) 30%,var(--gold) 70%,transparent 95%);opacity:.45}
.hero-content{position:relative;z-index:2;padding:70px 4% 70px 13%;max-width:1000px;animation:fadeUp .9s ease both}
body.lang-ar .hero-content{padding:70px 13% 70px 4%}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{display:inline-flex;align-items:center;gap:.7rem;background:rgba(196,146,62,.1);border:1px solid var(--border);padding:.42rem 1.05rem;margin-bottom:2rem}
.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}
.hero-badge span{font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);font-weight:500}
.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,4rem);color:var(--white);font-weight:300;line-height:1.12;margin-bottom:1.5rem}
body.lang-ar .hero h1{font-size:clamp(1.9rem,3.8vw,3.4rem);line-height:1.4}
.hero h1 em{font-style:normal;color:var(--gold);font-weight:600}
.hero p.lead{color:rgba(255,255,255,.6);font-size:1rem;line-height:1.85;max-width:560px;margin-bottom:2.6rem;font-weight:300}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-stats{position:absolute;inset-inline-end:7%;bottom:18%;display:flex;flex-direction:column;gap:1.8rem;animation:fadeUp .9s .25s ease both;z-index:2}
.stat{text-align:end;border-inline-end:2px solid var(--gold);padding-inline-end:1.3rem}
.stat-number{font-family:var(--serif);font-size:2.5rem;color:var(--gold);font-weight:600;line-height:1}
.stat-label{font-size:.66rem;color:rgba(255,255,255,.4);letter-spacing:.14em;text-transform:uppercase;margin-top:.3rem}

/* BAND */
.about-band{background:var(--gold);padding:1.8rem 6%;display:flex;align-items:center;justify-content:center;gap:3.5rem;flex-wrap:wrap}
.about-item{display:flex;align-items:center;gap:1rem}
.about-item-icon{font-size:1.5rem}
.about-item-text strong{display:block;font-size:.8rem;font-weight:500;color:var(--navy)}
.about-item-text span{font-size:.7rem;color:rgba(12,26,40,.68)}
.about-sep{width:1px;height:36px;background:rgba(12,26,40,.2)}

/* SECTIONS */
section{padding:95px 6%}
.section-label{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.section-label::before{content:'';width:32px;height:1px;background:var(--gold)}
.section-label span{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:500}
.section-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.7rem);font-weight:400;line-height:1.2;color:var(--navy);margin-bottom:1rem}
.section-subtitle{color:var(--text-light);font-size:.94rem;line-height:1.85;max-width:600px;font-weight:300}
.center{text-align:center}
.center .section-label{justify-content:center}
.center .section-subtitle{margin:0 auto}

/* SERVICES */
#services,.bg-cream{background:var(--cream)}
.services-layout{display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:start}
.services-intro{position:sticky;top:100px}
.services-intro .section-subtitle{margin-bottom:2rem}
.services-note{border-inline-start:2px solid var(--gold);padding-inline-start:1.2rem;font-size:.82rem;color:var(--text-light);line-height:1.7;font-weight:300;font-style:italic}
.services-grid{display:flex;flex-direction:column;gap:1.5px;background:rgba(0,0,0,.07)}
.service-card{background:var(--white);padding:2rem 2.2rem;display:flex;gap:1.8rem;align-items:flex-start;position:relative;transition:all .35s;text-decoration:none;color:inherit}
.service-card::before{content:'';position:absolute;inset-inline-start:0;top:0;bottom:0;width:0;background:var(--gold);transition:width .35s}
.service-card:hover{transform:translateX(6px)}
body.lang-ar .service-card:hover{transform:translateX(-6px)}
.service-card:hover::before{width:3px}
.service-num{font-family:var(--serif);font-size:2.1rem;font-weight:300;color:rgba(196,146,62,.28);line-height:1;flex-shrink:0;width:2.5rem}
.service-body h3{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}
.service-body p{font-size:.86rem;color:var(--text-light);line-height:1.75;font-weight:300}
.service-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}
.service-tag{font-size:.63rem;padding:.22rem .6rem;background:rgba(196,146,62,.1);color:var(--gold);border:1px solid rgba(196,146,62,.25);letter-spacing:.05em;font-weight:500}
.service-more{display:inline-block;margin-top:.8rem;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.services-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.2rem}
.svc-mini{background:var(--white);border:1px solid rgba(0,0,0,.06);padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s;border-top:2px solid transparent}
.svc-mini:hover{border-top-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 30px rgba(12,26,40,.08)}
.svc-mini .ic{font-size:1.5rem;margin-bottom:.7rem}
.svc-mini h3{font-family:var(--serif);font-size:1.08rem;color:var(--navy);font-weight:600;margin-bottom:.4rem}
.svc-mini p{font-size:.8rem;color:var(--text-light);font-weight:300;line-height:1.65}

/* WHY (dark) */
#expertise{background:var(--navy);display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
#expertise .section-title{color:var(--white)}
#expertise .section-subtitle{color:rgba(255,255,255,.5)}
.expertise-list{list-style:none;margin-top:2.2rem}
.expertise-item{display:flex;align-items:flex-start;gap:1.1rem;padding:1.05rem 0;border-bottom:1px solid rgba(196,146,62,.12);color:rgba(255,255,255,.7);font-size:.9rem;font-weight:300;transition:color .3s}
.expertise-item:hover{color:var(--gold-light)}
.expertise-item-icon{font-size:1rem;flex-shrink:0}
.expertise-card{background:rgba(255,255,255,.04);border:1px solid var(--border);padding:2.8rem;position:relative}
.expertise-card::before{content:'\201C';position:absolute;top:-1.4rem;inset-inline-start:2.2rem;font-family:var(--serif);font-size:7rem;color:var(--gold);opacity:.22;line-height:1}
.expertise-quote{font-family:var(--serif);font-size:1.28rem;color:var(--white);line-height:1.65;font-weight:300;font-style:italic}
body.lang-ar .expertise-quote{font-style:normal}
.expertise-author{margin-top:1.8rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.expertise-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:var(--border);margin-top:1.5px}
.metric{background:rgba(255,255,255,.03);padding:1.6rem;text-align:center}
.metric-val{font-family:var(--serif);font-size:2.1rem;color:var(--gold);font-weight:600;line-height:1}
.metric-lab{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-top:.4rem}

/* PROCESS */
.process-header{text-align:center;max-width:600px;margin:0 auto 4.5rem}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:2rem}
.process-connector{position:absolute;top:24px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:1px;background:linear-gradient(90deg,var(--gold),rgba(196,146,62,.2) 40%,rgba(196,146,62,.2) 60%,var(--gold))}
.process-step{text-align:center;padding:0 1rem}
.step-num{width:48px;height:48px;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.6rem;font-family:var(--serif);font-size:1.2rem;color:var(--gold);font-weight:600;position:relative;z-index:1;background:var(--white);transition:all .3s}
.process-step:hover .step-num{background:var(--gold);color:var(--white)}
.process-step h4{font-family:var(--serif);font-size:1.1rem;color:var(--navy);margin-bottom:.5rem;font-weight:600}
.process-step p{font-size:.82rem;color:var(--text-light);line-height:1.7;font-weight:300}

/* OFFICES */
.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.office-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-top:3px solid var(--gold);padding:0;display:flex;flex-direction:column;transition:all .3s}
.office-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(12,26,40,.1)}
.office-map{height:190px;overflow:hidden;background:#e8e2d6}
.office-map iframe{width:100%;height:100%;border:0}
.office-body{padding:1.7rem 1.8rem 1.9rem;flex:1;display:flex;flex-direction:column}
.office-body h3{font-family:var(--serif);font-size:1.45rem;color:var(--navy);font-weight:600;margin-bottom:.2rem}
.office-region{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.office-body p{font-size:.84rem;color:var(--text-light);line-height:1.7;font-weight:300;margin-bottom:.9rem}
.office-addr{font-size:.82rem;color:var(--text);line-height:1.6;margin-bottom:1.2rem}
.office-links{margin-top:auto;display:flex;gap:1.2rem;flex-wrap:wrap}
.office-links a{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(196,146,62,.4)}
.office-links a:hover{border-color:var(--gold)}

/* CITIES */
.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.8rem;margin-top:2.5rem}
.city-chip{background:var(--white);border:1px solid rgba(0,0,0,.07);padding:1rem 1.2rem;text-decoration:none;color:var(--navy);display:flex;align-items:center;gap:.7rem;transition:all .25s;font-size:.9rem}
.city-chip:hover{border-color:var(--gold);background:#fbf7ef;transform:translateX(3px)}
.city-chip .pin{color:var(--gold)}
.city-chip small{display:block;font-size:.66rem;color:var(--text-light);letter-spacing:.05em}
.city-chip.main{border-color:var(--gold);background:var(--navy);color:var(--white)}
.city-chip.main small{color:var(--gold-light)}

/* CONTACT */
#contact{background:var(--cream)}
.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:start}
.contact-details{display:flex;flex-direction:column;gap:1.6rem;margin-top:2.5rem}
.contact-detail{display:flex;gap:1.3rem;align-items:flex-start}
.contact-icon{width:46px;height:46px;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}
.contact-detail-text strong{display:block;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}
.contact-detail-text span,.contact-detail-text a{font-size:.9rem;color:var(--text);font-weight:300;line-height:1.6;text-decoration:none}
.contact-detail-text a:hover{color:var(--gold)}
.contact-box{background:var(--white);padding:2.6rem;border-top:3px solid var(--gold)}
.contact-box h3{font-family:var(--serif);font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}
.contact-box p{font-size:.84rem;color:var(--text-light);margin-bottom:1.6rem;font-weight:300;line-height:1.7}
.contact-actions{display:flex;flex-direction:column;gap:.8rem}
.contact-actions a{justify-content:center}
.addr-list{list-style:none;margin-top:1.6rem;border-top:1px solid rgba(0,0,0,.07)}
.addr-list li{padding:.9rem 0;border-bottom:1px solid rgba(0,0,0,.07);font-size:.82rem;color:var(--text-light);font-weight:300;line-height:1.55}
.addr-list strong{color:var(--navy);font-weight:500;display:block;font-size:.85rem}
.addr-list a{color:var(--gold);text-decoration:none;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}

/* MAP */
.map-wrapper{position:relative;height:400px;overflow:hidden}
.map-wrapper iframe{width:100%;height:100%;border:none}
.map-overlay{position:absolute;top:2rem;inset-inline-start:6%;background:var(--navy);padding:1.8rem 2.2rem;border-inline-start:3px solid var(--gold);max-width:320px}
.map-overlay h4{font-family:var(--serif);font-size:1.2rem;color:var(--white);margin-bottom:.4rem}
.map-overlay p{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.6;font-weight:300}
.map-overlay a{display:inline-block;margin-top:1rem;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(196,146,62,.4)}

/* CTA BAND */
.cta-band{background:var(--navy);padding:70px 6%;text-align:center;border-top:1px solid var(--border)}
.cta-band h2{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.5rem);color:var(--white);font-weight:300;margin-bottom:.6rem}
.cta-band p{color:rgba(255,255,255,.55);font-weight:300;margin-bottom:2rem}
.cta-band .actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* PAGE (inner pages) */
.breadcrumb{background:var(--cream);padding:.8rem 6%;font-size:.72rem;color:var(--text-light);letter-spacing:.05em}
.breadcrumb a{color:var(--text-light);text-decoration:none}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb span.sep{margin:0 .5rem;opacity:.5}
.page-layout{display:grid;grid-template-columns:2fr 1fr;gap:4.5rem;align-items:start}
.prose h2{font-family:var(--serif);font-size:1.75rem;color:var(--navy);font-weight:500;margin:2.4rem 0 .9rem}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--serif);font-size:1.3rem;color:var(--navy);font-weight:600;margin:1.8rem 0 .6rem}
.prose p{font-size:.95rem;line-height:1.85;color:var(--text);font-weight:300;margin-bottom:1.1rem}
.prose ul{margin:0 0 1.2rem 1.2rem;font-size:.92rem;font-weight:300;line-height:1.8}
body.lang-ar .prose ul{margin:0 1.2rem 1.2rem 0}
.prose li{margin-bottom:.3rem}
.prose li::marker{color:var(--gold)}
.prose a{color:var(--gold)}
.aside{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.4rem}
.aside-box{background:var(--cream);padding:1.7rem;border-top:3px solid var(--gold)}
.aside-box h4{font-family:var(--serif);font-size:1.15rem;color:var(--navy);font-weight:600;margin-bottom:.9rem}
.aside-box ul{list-style:none}
.aside-box li{padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.84rem;font-weight:300}
.aside-box li:last-child{border:0}
.aside-box a{text-decoration:none;color:var(--text)}
.aside-box a:hover{color:var(--gold)}
.aside-box.dark{background:var(--navy);color:#fff}
.aside-box.dark h4{color:#fff}
.aside-box.dark p{font-size:.84rem;color:rgba(255,255,255,.6);font-weight:300;margin-bottom:1.1rem;line-height:1.6}
.aside-box.dark .contact-actions a{font-size:.7rem;padding:.75rem 1rem}
.tags{display:flex;flex-wrap:wrap;gap:.5rem}
.tags span{background:var(--white);border:1px solid rgba(196,146,62,.3);color:var(--navy);font-size:.76rem;padding:.35rem .75rem;font-weight:300}
.tags.dark span{background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);border-color:rgba(196,146,62,.3)}

/* FAQ */
.faq{margin-top:1rem}
.faq details{border-bottom:1px solid rgba(0,0,0,.08);padding:.2rem 0}
.faq summary{cursor:pointer;font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--navy);padding:.9rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';color:var(--gold);font-weight:300;font-size:1.4rem;line-height:1}
.faq details[open] summary::after{content:'−'}
.faq details p{font-size:.9rem;line-height:1.8;font-weight:300;color:var(--text);padding-bottom:1.1rem}

/* EXPERT / ABOUT */
.expert-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}
.expert-card{background:var(--navy);padding:2.5rem;color:#fff;border-top:3px solid var(--gold);position:sticky;top:100px}
.expert-card img{width:120px;margin-bottom:1.5rem}
.expert-card h3{font-family:var(--serif);font-size:1.6rem;font-weight:600;margin-bottom:.2rem}
.expert-card .role{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}
.expert-card ul{list-style:none}
.expert-card li{padding:.6rem 0;border-bottom:1px solid rgba(196,146,62,.15);font-size:.85rem;font-weight:300;color:rgba(255,255,255,.75);display:flex;gap:.7rem}
.timeline{list-style:none;border-inline-start:1px solid var(--border);margin:1.5rem 0;padding-inline-start:1.6rem}
.timeline li{position:relative;padding-bottom:1.4rem;font-size:.92rem;font-weight:300;line-height:1.7}
.timeline li::before{content:'';position:absolute;inset-inline-start:calc(-1.6rem - 5px);top:.55rem;width:9px;height:9px;border-radius:50%;background:var(--gold)}
.timeline strong{display:block;font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--navy)}
.timeline em{font-style:normal;font-size:.7rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase}

/* FOOTER */
footer{background:#080f18;padding:4rem 6% 2rem;border-top:1px solid rgba(196,146,62,.15);color:rgba(255,255,255,.55)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}
.footer-brand img{height:46px;margin-bottom:1rem}
.footer-brand p{font-size:.8rem;line-height:1.7;font-weight:300;max-width:320px}
footer h5{font-family:var(--serif);color:var(--white);font-size:1rem;margin-bottom:1rem;font-weight:600}
footer ul{list-style:none}
footer li{margin-bottom:.45rem;font-size:.78rem;font-weight:300}
footer a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .3s}
footer a:hover{color:var(--gold)}
.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.7rem;color:rgba(255,255,255,.3)}
.footer-bottom a{color:rgba(255,255,255,.4)}
.footer-social svg{width:18px;height:18px;vertical-align:middle}

/* WHATSAPP FLOAT */
.wa-float{position:fixed;bottom:1.8rem;inset-inline-end:1.8rem;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}
body.lang-ar .wa-float{align-items:flex-start}
.wa-bubble{display:none;background:var(--white);border:1px solid rgba(0,0,0,.08);padding:.7rem 1.1rem;font-size:.78rem;color:var(--text);box-shadow:0 4px 20px rgba(0,0,0,.12);max-width:220px;line-height:1.5;animation:fadeUp .5s ease both;border-radius:12px 12px 0 12px;position:relative}
.wa-btn{width:58px;height:58px;background:var(--wa);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,.4);text-decoration:none;transition:all .3s;animation:pulse-wa 2s infinite}
.wa-btn:hover{background:#1ebe5d;transform:scale(1.08)}
.wa-btn svg{width:30px;height:30px;fill:#fff}
.wa-close{position:absolute;top:-8px;inset-inline-end:-8px;width:20px;height:20px;background:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.65rem;color:#fff;border:none}
@keyframes pulse-wa{0%,100%{box-shadow:0 6px 24px rgba(37,211,102,.4)}50%{box-shadow:0 6px 32px rgba(37,211,102,.7)}}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1024px){
  .offices-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .page-layout,.expert-layout,.contact-grid{grid-template-columns:1fr;gap:3rem}
  .aside,.expert-card{position:static}
}
@media(max-width:960px){
  .hero h1 br{display:none}
  .services-layout{grid-template-columns:1fr;gap:3rem}
  .services-intro{position:static}
  #expertise{grid-template-columns:1fr;gap:3rem}
  .process-steps{grid-template-columns:1fr 1fr;gap:2.5rem}
  .process-connector{display:none}
  .hero-stats{display:none}
  .nav-links{display:none;position:fixed;top:113px;left:0;right:0;background:#0c1a28;padding:1.5rem 6%;flex-direction:column;gap:.2rem;border-top:1px solid var(--border);z-index:99;max-height:calc(100vh - 113px);overflow:auto;align-items:stretch}
  .nav-links.open{display:flex}
  .nav-links a{padding:.5rem 0;font-size:.8rem}
  .has-sub .sub{display:block;position:static;background:transparent;border:0;box-shadow:none;padding:0 0 .5rem 1rem;min-width:0;columns:1}
  .has-sub>a::after{content:''}
  .nav-cta{margin-top:.6rem;text-align:center}
  .hamburger{display:flex}
}
@media(max-width:600px){
  section{padding:65px 5%}
  .hero-content{padding:70px 5% 70px 10%}
  body.lang-ar .hero-content{padding:70px 10% 70px 5%}
  .about-band{gap:1.3rem;justify-content:flex-start}
  .about-sep{display:none}
  .process-steps{grid-template-columns:1fr}
  .map-overlay{display:none}
  .footer-grid{grid-template-columns:1fr}
  .wa-float{bottom:1.2rem;inset-inline-end:1.2rem}
  .wa-bubble{display:none!important}
  .service-card{padding:1.5rem;gap:1rem}
  .contact-box{padding:1.8rem}
  .nav-logo-text em{display:none}
}

@media(max-width:1250px){.hero-stats{display:none}.nav-links{gap:1.2rem}.nav-logo-text em{display:none}}

/* MOBILE — sécurité contre les débordements horizontaux */
.contact-grid>*,.page-layout>*,.expert-layout>*,.services-layout>*,.offices-grid>*,.footer-grid>*,#expertise>*{min-width:0}
.contact-detail-text a,.contact-detail-text span,.addr-list li,footer li,.prose p,.prose li,.office-addr{overflow-wrap:anywhere}
@media(max-width:600px){
  .hero{min-height:auto}
  .hero.compact{min-height:auto}
  .hero-content{padding:56px 6% 56px 9%}
  body.lang-ar .hero-content{padding:56px 9% 56px 6%}
  .hero h1{font-size:2.1rem;line-height:1.18}
  .hero-badge span{font-size:.58rem;letter-spacing:.18em}
  .hero p.lead{font-size:.95rem;line-height:1.75}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions a{width:100%;justify-content:center}
  .section-title{font-size:1.7rem}
  .about-band{padding:1.4rem 6%;gap:1rem}
  .about-item{width:100%}
  .cta-band .actions{flex-direction:column}
  .cta-band .actions a{width:100%;justify-content:center}
  .contact-actions a{width:100%}
  .cities-grid{grid-template-columns:1fr 1fr;gap:.6rem}
  .city-chip{padding:.8rem .9rem;font-size:.85rem}
  .services-compact{grid-template-columns:1fr}
  .expertise-card{padding:2rem 1.5rem}
  .expertise-metrics{grid-template-columns:1fr 1fr}
  .breadcrumb{white-space:nowrap;overflow-x:auto}
  .tags span{font-size:.72rem}
  .lang-bar{justify-content:center}
  .lang-bar-label{display:none}
  .map-wrapper{height:300px}
  .aside-box{padding:1.4rem}
  .faq summary{font-size:1.05rem}
}
@media(max-width:600px){.wa-btn{width:50px;height:50px}.wa-btn svg{width:26px;height:26px}.wa-float{bottom:1rem;inset-inline-end:1rem}}
.contact-actions a{white-space:normal;overflow-wrap:anywhere;letter-spacing:.08em}
@media(max-width:600px){.contact-actions a{font-size:.7rem;padding:.8rem 1rem}.contact-box{padding:1.6rem 1.2rem}}
