:root{--bg:#08090a;--panel:#111316;--ink:#f7f7f7;--muted:#a6a8ad;--red:#ef233c;--line:#292c31}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Tajawal,system-ui,sans-serif;font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;background:rgba(8,9,10,.9);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(255,255,255,.07)}
.brand img{width:174px;height:54px;object-fit:contain}
.nav nav{display:flex;gap:30px}
.nav nav a{font-size:.9rem;color:#d4d5d7}
.nav nav a:hover{color:#fff}
.lang{border:1px solid var(--line);background:#15171a;color:#fff;border-radius:50px;padding:10px 16px;font:600 .85rem inherit;cursor:pointer}
.hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,80px);align-items:center;padding:clamp(48px,7vw,100px) clamp(20px,7vw,110px)}
.eyebrow{color:var(--red);font-weight:800;letter-spacing:.18em;font-size:.75rem;margin:0 0 18px}
.hero h1,.section h2,.contact h2{font-size:clamp(2.5rem,6vw,6rem);letter-spacing:-.055em;line-height:.95;margin:0}
.lead{color:var(--muted);font-size:clamp(1rem,1.5vw,1.25rem);max-width:680px;margin:28px 0 32px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{padding:14px 22px;border-radius:7px;font-weight:700}
.primary{background:var(--red)}
.primary:hover{background:#ff3650}
.secondary{border:1px solid var(--line);background:#111316}
.proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#d0d1d3;font-size:.8rem}
.proof span:before{content:'•';color:var(--red);margin-right:8px}
.hero-media{position:relative;margin:0;max-width:620px;justify-self:end}
.hero-media:before{content:'';position:absolute;inset:-12px 12px 12px -12px;border:1px solid var(--red);z-index:-1}
.hero-media img{width:100%;height:min(68vh,720px);object-fit:cover;filter:saturate(.8) contrast(1.06)}
.hero-media figcaption{position:absolute;left:-24px;bottom:24px;background:#fff;color:#0a0a0a;padding:16px 20px;display:grid;line-height:1.2}
.hero-media figcaption b{color:var(--red);font-size:1.4rem}
.hero-media figcaption span{font-size:.76rem}
.section{padding:clamp(80px,10vw,150px) clamp(20px,7vw,110px)}
.services{background:#0d0f11}
.section-head{max-width:920px;margin-bottom:54px}
.section h2,.contact h2{font-size:clamp(2.1rem,4vw,4.3rem)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-grid article{min-height:310px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.service-grid article>b{color:var(--red);font-size:.8rem}
.service-grid h3{margin:auto 0 12px;font-size:1.3rem}
.service-grid p{margin:0;color:var(--muted);font-size:.92rem}
.inline{display:flex;align-items:end;justify-content:space-between;max-width:none;gap:32px}
.inline>p{color:var(--muted);max-width:400px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:320px;gap:12px}
.gallery figure{margin:0;position:relative;overflow:hidden;background:#15171a}
.gallery .wide{grid-column:span 2}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease;filter:saturate(.78)}
.gallery figure:hover img{transform:scale(1.035);filter:saturate(1)}
.gallery figcaption{position:absolute;left:12px;bottom:12px;background:rgba(8,9,10,.86);padding:7px 10px;font-size:.78rem}
.contact{margin:0 clamp(20px,7vw,110px) clamp(50px,7vw,100px);padding:clamp(36px,6vw,72px);background:var(--red);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.contact .eyebrow{color:#fff}
.contact-actions{display:grid}
.contact-actions a{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.35);display:grid}
.contact-actions small{opacity:.8}
.contact-actions strong{font-size:1.1rem}
footer{border-top:1px solid var(--line);padding:32px clamp(20px,7vw,110px);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.8rem}
footer img{width:145px;height:48px;object-fit:contain}
.float-wa{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#051b0d;font-weight:900;box-shadow:0 12px 34px rgba(0,0,0,.4);z-index:30}
.reveal{animation:up .7s ease both}
@keyframes up{from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:none}
}
html[dir="rtl"] body{font-family:Tajawal,Inter,sans-serif}
html[dir="rtl"] .proof span:before{margin:0 0 0 8px}
html[dir="rtl"] .hero-media figcaption{left:auto;right:-24px}
html[dir="rtl"] .eyebrow{letter-spacing:.05em}
@media(max-width:980px){.hero{grid-template-columns:1fr}
.hero-media{justify-self:stretch;max-width:none}
.hero-media img{height:62vh}
.service-grid{grid-template-columns:repeat(2,1fr)}
.gallery{grid-template-columns:repeat(2,1fr)}
.contact{grid-template-columns:1fr}
.nav nav{display:none}
}
@media(max-width:560px){.nav{height:72px}
.brand img{width:145px}
.hero{min-height:auto;padding-top:46px}
.hero h1{font-size:3rem}
.hero-media img{height:54vh}
.hero-media figcaption{left:12px;right:auto}
.service-grid{grid-template-columns:1fr}
.service-grid article{min-height:230px}
.inline{display:block}
.gallery{grid-template-columns:1fr;grid-auto-rows:300px}
.gallery .wide{grid-column:auto}
.contact{margin-left:12px;margin-right:12px}
.actions .btn{width:100%;text-align:center}
footer{display:block;text-align:center}
footer img{margin:auto}
.float-wa{right:14px;bottom:14px}
}

.recovery-showcase{background:linear-gradient(155deg,#101215 0%,#08090a 70%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.shop{background:#08090a;border-top:1px solid var(--line)}
.shop-head{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,7vw,110px);align-items:end;margin-bottom:48px}
.shop-head h2{max-width:850px}
.shop-head>p{margin:0;color:var(--muted);font-size:1.05rem}
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.shop-grid article{min-height:270px;padding:28px;background:linear-gradient(145deg,#16181c,#101215);border:1px solid var(--line);display:flex;flex-direction:column}
.shop-grid article span{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.12em}
.shop-grid h3{margin:auto 0 10px;font-size:1.25rem}
.shop-grid p{margin:0;color:var(--muted);font-size:.92rem}
.shop-cta{margin-top:20px;padding:24px 28px;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}
.shop-cta p{margin:0;max-width:760px;font-size:1.05rem}
.shop-cta .btn{white-space:nowrap}
.recovery-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,7vw,110px);align-items:end;margin-bottom:54px}
.recovery-intro h2{max-width:720px}
.recovery-copy p{margin:0 0 18px;color:#d6d7d9;font-size:1.05rem}
.case-note{display:block;padding-left:14px;border-left:2px solid var(--red);color:var(--muted);font-size:.85rem}
.recovery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:270px;gap:12px}
.recovery-grid figure{position:relative;margin:0;overflow:hidden;background:#15171a;border:1px solid rgba(255,255,255,.06)}
.recovery-grid .recovery-feature{grid-column:span 2;grid-row:span 2}
.recovery-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.04);transition:transform .45s ease,filter .45s ease}
.recovery-grid figure:hover img{transform:scale(1.025);filter:saturate(1) contrast(1.02)}
.recovery-grid figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;background:rgba(8,9,10,.88);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:16px}
.recovery-grid figcaption b{font-size:.95rem}
.recovery-grid figcaption span{color:var(--muted);font-size:.78rem;text-align:right}
.recovery-cta{margin-top:28px;padding:24px 28px;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}
.recovery-cta p{margin:0;max-width:730px;font-size:1.05rem}
.recovery-cta .btn{white-space:nowrap}
html[dir="rtl"] .case-note{padding-left:0;padding-right:14px;border-left:0;border-right:2px solid var(--red)}
html[dir="rtl"] .recovery-grid figcaption span{text-align:left}
@media(max-width:980px){
.shop-head{grid-template-columns:1fr}
.shop-grid{grid-template-columns:repeat(2,1fr)}
.shop-cta{align-items:flex-start;flex-direction:column}
.recovery-intro{grid-template-columns:1fr}
.recovery-grid{grid-template-columns:repeat(2,1fr)}
.recovery-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
.shop-grid{grid-template-columns:1fr}
.shop-grid article{min-height:210px}
.shop-cta{padding:20px}
.shop-cta .btn{width:100%;text-align:center}
.recovery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px;gap:8px}
.recovery-grid .recovery-feature{grid-column:span 2;grid-row:span 2}
.recovery-grid figcaption{left:10px;right:10px;bottom:10px;display:grid}
.recovery-grid figcaption span{text-align:left}
.recovery-cta{padding:20px}
.recovery-cta .btn{width:100%;text-align:center}
}
