@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cairo:wght@400;500;600;700;800;900&display=swap');
:root{
  --bg:#02070d;--bg2:#06101a;--panel:#071421;--text:#f5fbff;--muted:#a9bfcd;
  --cyan:#12bfff;--cyan2:#6fe4ff;--line:rgba(30,196,255,.42);--shadow:rgba(0,0,0,.55);
  --app:430px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{margin:0;color:var(--text);font-family:'Cairo',Arial,sans-serif;background:radial-gradient(circle at 50% 0, rgba(18,113,181,.15), transparent 30rem),linear-gradient(180deg,#01060a 0%,#031019 40%,#01060a 100%)}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font:inherit}
body.drawer-open{overflow:hidden}
.page-bg{min-height:100vh;padding:0 0 40px}
.app{width:min(100%,var(--app));margin:0 auto;min-height:100vh;background:linear-gradient(180deg,#01070c 0%,#04111a 58%,#02070d 100%);box-shadow:0 0 90px rgba(0,0,0,.5)}
.header{position:sticky;top:0;z-index:50;height:76px;padding:10px 14px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;direction:ltr;background:rgba(2,9,15,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand img{width:46px;filter:drop-shadow(0 0 10px rgba(28,165,255,.18))}
.brandText{font-size:13px;font-weight:800;line-height:1.05;white-space:nowrap;text-align:left}
.brandText span{display:block;font-size:11px;font-weight:700;margin-top:4px}
.headerSpacer{display:block}
.langToggle{display:flex;gap:3px;padding:4px;border-radius:999px;background:rgba(10,24,36,.95);border:1px solid rgba(57,192,255,.25);box-shadow:inset 0 0 20px rgba(17,149,229,.07), 0 0 12px rgba(0,0,0,.25);direction:ltr}
.langToggle a{min-width:35px;height:31px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:900;color:#7f97a8;letter-spacing:.05em}
.langToggle a.active{background:linear-gradient(145deg,#088ffc,#29d3ff);color:#fff;box-shadow:0 0 14px rgba(21,186,255,.44), inset 0 0 10px rgba(255,255,255,.18)}
.menuBtn{width:38px;height:38px;border:0;background:transparent;padding:7px;cursor:pointer}
.menuBtn img{width:100%}
.drawer{position:fixed;top:76px;left:50%;transform:translateX(-50%) translateY(-118%);transition:.25s ease;width:min(100%,var(--app));z-index:49;background:rgba(2,12,20,.98);border-bottom:1px solid var(--line);padding:12px 16px 18px;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.drawer.open{transform:translateX(-50%) translateY(0)}
.drawer a{display:flex;align-items:center;justify-content:space-between;padding:14px 6px;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px;font-weight:800}.drawer a:last-child{border-bottom:0}
.hero{position:relative;padding-bottom:16px;background:linear-gradient(180deg,#020a11 0%,#04121b 36%,#020910 70%,#01070d 100%)}
.heroVisual{position:relative;height:484px;overflow:hidden;background:#03101a}
.heroPhoto{width:100%;height:100%;object-fit:cover;object-position:center 8%;filter:brightness(.95) contrast(1.05) saturate(.97)}
.heroVisual::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,14,.68) 0%,rgba(2,8,14,.22) 26%,rgba(2,8,14,.18) 74%,rgba(2,8,14,.58) 100%),linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,0) 52%,rgba(2,8,14,.92) 100%);z-index:1}
.heroVisual::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 110px rgba(0,0,0,.34);z-index:1}
.sideMicro{position:absolute;z-index:3;top:126px;color:#edf6fb;font-size:7px;font-weight:700;line-height:1.65;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 3px 12px rgba(0,0,0,.9)}
.sideMicro.left{left:14px;text-align:left}
.sideMicro.right{right:14px;text-align:left}
.sideMicro.right::after{content:'';display:block;width:34px;height:2px;margin-top:7px;background:var(--cyan);box-shadow:0 0 10px rgba(18,191,255,.6)}
.heroSig{position:absolute;left:50%;bottom:36px;transform:translateX(-50%) rotate(-5deg);width:242px;z-index:4;filter:drop-shadow(0 5px 14px rgba(0,0,0,.55))}
.heroCopy{position:relative;z-index:2;margin-top:-10px;padding:0 14px;text-align:center}
.heroName{font-family:'Bebas Neue',Impact,sans-serif;font-size:76px;line-height:.86;letter-spacing:.04em;margin:0;text-shadow:0 5px 18px rgba(0,0,0,.25)}
.heroAr{margin-top:6px;font-size:30px;font-weight:900;line-height:1;color:#10aefe}
.heroTag{margin-top:12px;font-size:16px;font-weight:800;line-height:1.25}
.heroSub{margin:4px auto 0;max-width:300px;font-size:8px;color:#b8c8d4;line-height:1.45;font-weight:700}
.stats{margin:16px auto 14px;display:grid;grid-template-columns:1fr 34px 1fr;align-items:center;max-width:360px}
.stat{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 4px}
.statNum{font-family:'Bebas Neue',Impact,sans-serif;font-size:50px;line-height:.82}
.statLabel{font-size:8px;font-weight:800;line-height:1.15;letter-spacing:.04em;text-transform:uppercase;text-align:left}
.statCenter{display:flex;align-items:center;justify-content:flex-start;position:relative;height:100%;transform:translateX(-5px)}
.statCenter::before{content:'';position:absolute;left:22px;top:2px;bottom:2px;width:1px;background:rgba(255,255,255,.16)}
.statCenter img{position:relative;z-index:1;width:22px;filter:drop-shadow(0 0 10px rgba(16,186,255,.48))}
.statEndIcon{width:30px;filter:drop-shadow(0 0 10px rgba(18,191,255,.42))}
.cta{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;height:60px;border-radius:999px;background:linear-gradient(90deg,#0a83ff 0%,#17beff 100%);border:1px solid rgba(185,244,255,.85);box-shadow:0 0 30px rgba(17,184,255,.42), inset 0 0 0 1px rgba(255,255,255,.14);font-size:15px;font-weight:800;overflow:hidden}
.cta::before{content:'';position:absolute;inset:1px;border-radius:999px;box-shadow:inset 0 8px 20px rgba(255,255,255,.16)}
.cta img{position:relative;z-index:1;width:24px}.cta span{position:relative;z-index:1}
.cta .arrow{margin-left:auto;margin-right:17px;font-size:23px;line-height:1}
[dir=rtl] .cta .arrow{margin-left:auto;margin-right:17px}
.cta .waIcon{margin-left:17px}[dir=rtl] .cta .waIcon{margin-left:17px;margin-right:0}
.microBottom{margin-top:12px;font-size:7px;font-weight:800;letter-spacing:.18em;color:#abbecb;text-transform:uppercase}
.specialties{padding:26px 12px 26px;background:linear-gradient(180deg,#03111b 0%,#020910 35%,#020910 100%);border-top:1px solid rgba(28,194,255,.08)}
.eyebrow{text-align:center;color:#33c8ff;font-size:8px;font-weight:900;letter-spacing:.28em;text-transform:uppercase}
.sectionTitle{margin:6px 0 0;text-align:center;font-size:34px;line-height:1.04;font-weight:900}
.sectionSub{margin:4px auto 16px;max-width:332px;text-align:center;color:#c0cfda;font-size:9px;line-height:1.5;font-weight:700}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.card{position:relative;min-height:202px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#07131d,#08131d);border:1px solid rgba(17,193,255,.55);box-shadow:0 0 0 1px rgba(13,153,235,.12) inset,0 0 18px rgba(17,160,235,.08);cursor:pointer}
.card::before{content:'';position:absolute;inset:0;border-radius:16px;box-shadow:inset 0 0 22px rgba(95,219,255,.05),inset 0 0 0 1px rgba(122,232,255,.08);pointer-events:none;z-index:1}
.card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 18%);pointer-events:none;z-index:1}
.cardBg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;filter:grayscale(.08) saturate(.76) brightness(.96)}
.cardShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,18,.88) 0%,rgba(4,14,22,.70) 42%,rgba(4,14,22,.26) 100%),linear-gradient(180deg,rgba(8,16,24,.06) 0%,rgba(8,16,24,.28) 100%);z-index:1}
.corner{position:absolute;z-index:2;pointer-events:none;border-color:#15c4ff;filter:drop-shadow(0 0 9px rgba(18,191,255,.35))}
.corner.tl{top:8px;left:8px;width:26px;height:26px;border-top:2px solid var(--cyan);border-left:2px solid var(--cyan);border-radius:12px 0 0 0;opacity:.95}
.corner.br{right:8px;bottom:8px;width:26px;height:26px;border-right:2px solid var(--cyan);border-bottom:2px solid var(--cyan);border-radius:0 0 12px 0;opacity:.95}
.cardBody{position:relative;z-index:2;min-height:202px;padding:14px 12px 12px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.cardIcon{width:54px;height:54px;margin:0 0 10px;filter:drop-shadow(0 0 16px rgba(15,182,255,.25))}
.cardIcon img{width:100%;height:100%;object-fit:contain}
.card h3{margin:0 0 4px;font-size:17px;line-height:1.08;font-weight:900;max-width:74%}
.card p{margin:0;max-width:74%;font-size:8.6px;line-height:1.28;font-weight:700;color:#d5e0e7}
.cardArrow{position:absolute;right:10px;bottom:10px;width:42px;height:42px;border-radius:50%;border:2px solid #18c2ff;display:grid;place-items:center;color:#17c1ff;font-size:22px;box-shadow:0 0 16px rgba(21,185,255,.18), inset 0 0 18px rgba(255,255,255,.03);background:rgba(2,10,16,.2)}
.card.contest .cardBg{object-position:right center}
.card.fatloss .cardBg{object-position:center 28%}
.card.muscle .cardBg{object-position:74% center}
.card.injury .cardBg{object-position:center 20%}
.card.nutrition .cardBg{object-position:center center}
.card.forty .cardBg{object-position:right center}
.trustStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}
.trustItem{text-align:center;color:#d2dde4;font-size:6px;font-weight:800;line-height:1.3;text-transform:uppercase;letter-spacing:.03em}
.trustItem img{width:32px;height:32px;object-fit:contain;margin:0 auto 6px;filter:drop-shadow(0 0 10px rgba(18,191,255,.2))}
.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:16px;background:rgba(0,0,0,.8);backdrop-filter:blur(10px)}
.modal.open{display:grid}
.modalCard{width:min(100%,392px);background:linear-gradient(180deg,#071625 0%,#04111b 100%);border:1px solid rgba(46,201,255,.52);border-radius:18px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.7),0 0 24px rgba(22,168,255,.12)}
.modalTop{display:flex;align-items:flex-start;gap:12px}.modalIcon{width:52px;height:52px;flex:0 0 52px;padding:9px;border-radius:14px;background:rgba(9,177,255,.06);border:1px solid rgba(57,196,255,.24)}
.modalIcon img{width:100%;height:100%;object-fit:contain}.modalTitle{margin:2px 0 0;font-size:24px;line-height:1.12;font-weight:900}.modalClose{margin-left:auto;width:36px;height:36px;padding:8px;border:0;border-radius:50%;background:rgba(255,255,255,.05);cursor:pointer}
[dir=rtl] .modalClose{margin-left:0;margin-right:auto}
.modalClose img{width:100%}.modalText{margin:14px 0;color:#c2d0d9;font-size:12px;line-height:1.62}.modalBullets{display:grid;gap:8px}.modalBullet{display:flex;align-items:flex-start;gap:8px;padding:9px 11px;border-radius:12px;background:rgba(16,176,248,.06);border:1px solid rgba(51,192,255,.14);font-size:10px;font-weight:700;line-height:1.45}.dot{width:6px;height:6px;margin-top:5px;border-radius:50%;background:#24c8ff;box-shadow:0 0 9px rgba(18,191,255,.8)}.modalCta{margin-top:14px;height:48px;font-size:13px}
[dir=rtl] .heroCopy{ text-align:center }
[dir=rtl] .statLabel{text-align:right}
[dir=rtl] .drawer a span:last-child{transform:scaleX(-1)}
[dir=rtl] .cardBody{align-items:flex-start;text-align:right}
[dir=rtl] .card h3,[dir=rtl] .card p{max-width:72%}
[dir=rtl] .trustItem{text-transform:none}
@media (min-width: 900px){
  :root{--app:1180px}
  .page-bg{padding:24px 0 60px}
  .app{width:min(calc(100% - 24px),var(--app));min-height:auto;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}
  .drawer{width:min(calc(100% - 24px),var(--app))}
  .hero{display:grid;grid-template-columns:minmax(420px,520px) 1fr;gap:30px;align-items:end;padding:30px 34px 26px}
  .heroVisual{height:690px;border-radius:22px;overflow:hidden}
  .sideMicro{font-size:10px;top:162px}
  .sideMicro.left{left:22px}.sideMicro.right{right:22px}
  .heroSig{width:330px;bottom:52px}
  .heroCopy{padding:0 8px 16px;text-align:left;margin-top:0}
  .heroName{font-size:132px}
  .heroAr{font-size:44px}
  .heroTag{font-size:28px;margin-top:16px}
  .heroSub{margin:10px 0 0;max-width:520px;font-size:14px}
  .stats{margin:26px 0 18px;max-width:460px;grid-template-columns:1fr 42px 1fr}
  .statNum{font-size:68px}
  .statLabel{font-size:12px}
  .statCenter{transform:translateX(-7px)}
  .statCenter::before{left:28px}
  .statCenter img{width:26px}
  .statEndIcon{width:38px}
  .cta{max-width:460px;height:68px;font-size:18px}
  .cta img{width:28px}
  .microBottom{text-align:left;font-size:9px;margin-top:16px}
  .specialties{padding:34px}
  .eyebrow{font-size:12px}.sectionTitle{font-size:64px}.sectionSub{font-size:16px;max-width:780px;margin-bottom:24px}
  .cards{grid-template-columns:repeat(3,1fr);gap:16px}
  .card,.cardBody{min-height:270px}
  .cardIcon{width:66px;height:66px}
  .card h3{font-size:22px}
  .card p{font-size:14px;line-height:1.34}
  .cardArrow{width:52px;height:52px;font-size:28px;right:14px;bottom:14px}
  .corner.tl,.corner.br{width:32px;height:32px}
  .trustStrip{gap:16px;margin-top:22px;padding-top:18px}
  .trustItem{font-size:10px}
  .trustItem img{width:42px;height:42px}
  [dir=rtl] .heroCopy{text-align:right}
  .microBottom,[dir=rtl] .microBottom{text-align:left}
}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.drawer,.card,.cta,*{transition:none!important}}

/* v0.3.1 precision correction pass */
.header{direction:ltr!important;grid-template-columns:auto 1fr auto auto!important}
.header .brand{grid-column:1}.header .headerSpacer{grid-column:2}.header .langToggle{grid-column:3}.header .menuBtn{grid-column:4}
[dir=rtl] .header,[dir=rtl] .header *{direction:ltr!important}
[dir=rtl] .brandText span{direction:rtl!important;text-align:left!important}
.heroSig{bottom:82px!important;width:246px!important}.heroCopy{margin-top:-42px!important}.heroVisual{height:488px!important}
.stats{grid-template-columns:1fr 30px 1fr!important}.statCenter{justify-content:flex-start!important;transform:translateX(-12px)!important}.statCenter::before{left:28px!important}.statCenter img{width:30px!important;height:30px!important;object-fit:contain!important}.statEndIcon{width:32px!important;height:40px!important;object-fit:contain!important}
.cta{direction:ltr!important}[dir=rtl] .cta span:not(.arrow){direction:rtl!important;unicode-bidi:plaintext}.cta .waIcon,[dir=rtl] .cta .waIcon{margin-left:17px!important;margin-right:0!important}.cta .arrow,[dir=rtl] .cta .arrow{margin-left:auto!important;margin-right:17px!important}
.card{border-color:rgba(33,190,242,.42)!important;box-shadow:0 0 0 1px rgba(74,216,255,.06) inset,0 10px 24px rgba(0,0,0,.24)!important}
.cardBg{opacity:.90!important;filter:grayscale(.08) saturate(.82) brightness(1.05) contrast(1.05)!important}
.cardShade{background:linear-gradient(90deg,rgba(2,9,15,.91) 0%,rgba(3,12,19,.69) 46%,rgba(3,12,19,.13) 100%),linear-gradient(180deg,rgba(8,16,24,.02),rgba(8,16,24,.20))!important}
.corner{border:0!important;width:62px!important;height:62px!important;opacity:.82!important;filter:blur(.4px) drop-shadow(0 0 10px rgba(22,196,255,.30))!important}
.corner.tl{top:-16px!important;left:-16px!important;border-radius:50%!important;background:radial-gradient(circle at 30% 30%,rgba(63,219,255,.56),rgba(24,195,255,.15) 28%,rgba(24,195,255,0) 65%)!important}
.corner.br{right:-16px!important;bottom:-16px!important;border-radius:50%!important;background:radial-gradient(circle at 70% 70%,rgba(63,219,255,.54),rgba(24,195,255,.14) 28%,rgba(24,195,255,0) 66%)!important}
.cardIcon,.cardIcon img,.trustItem img,.statCenter img,.statEndIcon,.cta img,.brand img{background:transparent!important}
.cardArrow{font-size:0!important;width:40px!important;height:40px!important;border:1.6px solid rgba(35,207,255,.92)!important;background:radial-gradient(circle at 40% 35%,rgba(23,174,238,.08),rgba(2,9,15,.76) 72%)!important;box-shadow:0 0 13px rgba(24,190,255,.16),inset 0 0 10px rgba(21,195,255,.04)!important}
.cardArrow::before{content:'';width:9px;height:9px;border-top:2px solid #4fddff;border-right:2px solid #4fddff;transform:rotate(45deg) translate(-1px,1px);filter:drop-shadow(0 0 4px rgba(67,218,255,.38))}
.card h3,.card p{max-width:72%!important}
[dir=rtl] .cardShade{background:linear-gradient(270deg,rgba(2,9,15,.93) 0%,rgba(3,12,19,.69) 46%,rgba(3,12,19,.12) 100%),linear-gradient(180deg,rgba(8,16,24,.02),rgba(8,16,24,.20))!important}
[dir=rtl] .cardBg{transform:scaleX(-1)!important}[dir=rtl] .cardBody{align-items:flex-end!important;text-align:right!important}[dir=rtl] .cardIcon{align-self:flex-end!important}[dir=rtl] .card h3,[dir=rtl] .card p{max-width:68%!important;text-align:right!important}[dir=rtl] .cardArrow{left:10px!important;right:auto!important}
[dir=rtl] .card.contest .cardBg{object-position:84% center!important}[dir=rtl] .card.fatloss .cardBg{object-position:74% 28%!important}[dir=rtl] .card.muscle .cardBg{object-position:86% center!important}[dir=rtl] .card.injury .cardBg{object-position:76% 20%!important}[dir=rtl] .card.nutrition .cardBg{object-position:78% center!important}[dir=rtl] .card.forty .cardBg{object-position:88% center!important}
@media(min-width:900px){.heroSig{bottom:104px!important;width:340px!important}.heroCopy{margin-top:0!important;padding-bottom:70px!important}.stats{grid-template-columns:1fr 38px 1fr!important}.statCenter{transform:translateX(-16px)!important}.statCenter img{width:36px!important;height:36px!important}.cardBg{opacity:.92!important}}


/* ==========================================================
   v0.3.2 LOCK PASS — Hero + Specialties
   Cache-busted stylesheet. Known issues corrected only.
   ========================================================== */

/* Hero: use clean transparent assets and tighten signature/name composition */
.heroSig{
  width:236px!important;
  bottom:52px!important;
  left:51%!important;
  transform:translateX(-50%) rotate(-5deg)!important;
  object-fit:contain!important;
  background:transparent!important;
}
.heroCopy{margin-top:-24px!important}
.heroName{margin-top:0!important}

/* Stats: icons now belong to the stat they describe; center is divider only */
.stats{
  display:grid!important;
  grid-template-columns:1fr 1px 1fr!important;
  column-gap:12px!important;
  align-items:center!important;
  max-width:360px!important;
}
.statExperience{grid-column:1!important}
.statsDivider{grid-column:2!important;display:block!important;width:1px!important;height:38px!important;background:rgba(255,255,255,.18)!important;justify-self:center!important}
.statDubai{grid-column:3!important}
.stat{gap:7px!important;padding:0 2px!important;min-width:0!important}
.statIcon{display:block!important;flex:0 0 auto!important;object-fit:contain!important;background:transparent!important;filter:drop-shadow(0 0 9px rgba(18,191,255,.38))!important}
.statExperience .statIcon{width:28px!important;height:28px!important;margin-left:1px!important}
.statDubai .statIcon{width:25px!important;height:38px!important;margin-left:1px!important}
.statCenter{display:none!important}
.statEndIcon{display:none!important}
[dir=rtl] .stats{direction:ltr!important}
[dir=rtl] .statExperience{grid-column:3!important;direction:rtl!important}
[dir=rtl] .statDubai{grid-column:1!important;direction:rtl!important}
[dir=rtl] .statExperience .statIcon,[dir=rtl] .statDubai .statIcon{margin-left:0!important;margin-right:1px!important}
[dir=rtl] .statLabel{text-align:right!important}

/* Specialty corner treatment: soft ambient corner glow, never a hard L-line */
.corner{border:0!important;box-shadow:none!important;pointer-events:none!important;z-index:2!important;filter:blur(3px)!important;opacity:.38!important}
.corner.tl{
  top:-34px!important;left:-34px!important;width:92px!important;height:92px!important;border-radius:50%!important;
  background:radial-gradient(circle at 68% 68%,rgba(52,216,255,.58) 0%,rgba(17,183,255,.19) 28%,rgba(5,90,145,.06) 48%,rgba(0,0,0,0) 70%)!important;
}
.corner.br{
  right:-34px!important;bottom:-34px!important;width:92px!important;height:92px!important;border-radius:50%!important;
  background:radial-gradient(circle at 32% 32%,rgba(52,216,255,.54) 0%,rgba(17,183,255,.17) 28%,rgba(5,90,145,.05) 48%,rgba(0,0,0,0) 70%)!important;
}

/* Specialty action control: compact glass tile with a clean CSS chevron, no malformed circle */
.cardArrow{
  font-size:0!important;
  width:36px!important;height:36px!important;
  right:11px!important;bottom:11px!important;
  border-radius:10px!important;
  border:1px solid rgba(53,211,255,.62)!important;
  background:linear-gradient(145deg,rgba(15,89,130,.42),rgba(2,10,16,.82))!important;
  box-shadow:0 0 11px rgba(20,185,255,.14),inset 0 0 10px rgba(64,220,255,.05)!important;
  display:grid!important;place-items:center!important;
}
.cardArrow::before{
  content:''!important;
  width:8px!important;height:8px!important;
  border-top:2px solid #65e3ff!important;
  border-right:2px solid #65e3ff!important;
  transform:rotate(45deg)!important;
  filter:drop-shadow(0 0 3px rgba(75,222,255,.4))!important;
}
[dir=rtl] .cardArrow{left:11px!important;right:auto!important}
[dir=rtl] .cardArrow::before{transform:rotate(45deg)!important}

/* Keep Arabic imagery on the opposite side from Arabic copy */
[dir=rtl] .cardBg{transform:scaleX(-1)!important}
[dir=rtl] .cardBody{align-items:flex-end!important;text-align:right!important}
[dir=rtl] .cardIcon{align-self:flex-end!important}
[dir=rtl] .card h3,[dir=rtl] .card p{max-width:66%!important;text-align:right!important}

/* True transparency: image containers themselves never receive a fill */
.brand img,.cta img,.statIcon,.cardIcon,.cardIcon img,.trustItem img{background:transparent!important}
.card.forty .cardIcon img,.trustItem img[src*="users-v032"]{object-fit:contain!important;transform:none!important}

/* Desktop lock remains responsive, with adjusted hero signature/name */
@media(min-width:900px){
  .heroSig{width:324px!important;bottom:112px!important;left:50%!important}
  .heroCopy{margin-top:-10px!important;padding-bottom:62px!important}
  .stats{max-width:470px!important;grid-template-columns:1fr 1px 1fr!important;column-gap:18px!important}
  .statsDivider{height:48px!important}
  .statExperience .statIcon{width:34px!important;height:34px!important}
  .statDubai .statIcon{width:32px!important;height:46px!important}
  .cardArrow{width:42px!important;height:42px!important;border-radius:12px!important;right:14px!important;bottom:14px!important}
  [dir=rtl] .cardArrow{left:14px!important;right:auto!important}
}
\n\n/* ==========================================================
   v0.4 — FOUR-SCREEN PASS
   01 Hero / 02 Specialties / 03 About / 04 Trust
   ========================================================== */

/* Arabic stat pair must remain one physical row. */
.statExperience,.statDubai,.statsDivider{grid-row:1!important}

/* Desktop hero signature: slightly lower than v0.3.2. */
@media(min-width:900px){
  .heroSig{bottom:88px!important}
}

/* Smooth screen-to-screen visual handoff. */
.hero,.specialties,.about,.trust{position:relative;isolation:isolate}
.specialties{padding-bottom:42px!important;background:linear-gradient(180deg,#03111b 0%,#020910 72%,#05131d 100%)!important}
.about{padding:34px 14px 44px;background:linear-gradient(180deg,#05131d 0%,#03101a 18%,#020910 88%,#04111a 100%)}
.trust{padding:34px 14px 46px;background:linear-gradient(180deg,#04111a 0%,#020910 20%,#01070d 100%)}
.about::before,.trust::before{content:'';position:absolute;left:0;right:0;top:-42px;height:84px;pointer-events:none;z-index:-1;background:linear-gradient(180deg,rgba(2,9,15,0),rgba(20,174,235,.045) 48%,rgba(4,17,26,0))}
.about::after,.trust::after{content:'';position:absolute;left:8%;right:8%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(38,202,255,.18),transparent);opacity:.65}

/* Scroll reveal is deliberately subtle; content remains usable without JS. */
.js-reveal .revealBlock{opacity:.72;transform:translateY(12px);transition:opacity .62s ease,transform .62s cubic-bezier(.2,.75,.25,1)}
.js-reveal .revealBlock.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js-reveal .revealBlock{opacity:1!important;transform:none!important;transition:none!important}}

/* Shared screen headings */
.screenEyebrow{color:#33c8ff;font-size:9px;font-weight:900;letter-spacing:.28em;text-transform:uppercase}
.screenTitle{margin:5px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:36px;line-height:1.02;font-weight:700;letter-spacing:-.02em}
.screenSub{margin:5px 0 0;color:#d5e2e9;font-size:14px;line-height:1.28;font-weight:600}
[dir=rtl] .screenEyebrow{letter-spacing:0;text-transform:none;font-size:11px}
[dir=rtl] .screenTitle{font-family:'Cairo',Arial,sans-serif;font-size:34px;font-weight:900;letter-spacing:0;line-height:1.15}
[dir=rtl] .screenSub{font-size:13px;line-height:1.55}

/* 03 — About Omar */
.aboutHead{margin-bottom:16px;text-align:left}
[dir=rtl] .aboutHead{text-align:right}
.aboutFeature{display:grid;grid-template-columns:57% 43%;align-items:stretch;min-height:320px;margin:0 -4px 10px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 18% 35%,rgba(18,143,213,.14),transparent 44%),linear-gradient(180deg,#06121d,#020910);border:1px solid rgba(34,190,242,.13)}
.aboutPhotoWrap{position:relative;min-width:0;overflow:hidden}
.aboutPhoto{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:54% center;filter:contrast(1.04) saturate(.96)}
.aboutPhotoWrap::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 56%,rgba(2,9,15,.88) 100%),linear-gradient(180deg,transparent 70%,rgba(2,9,15,.94) 100%);pointer-events:none}
.aboutQuote{position:relative;z-index:2;padding:42px 10px 20px 6px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.aboutQuoteMain{font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.38;font-weight:700;color:#f8fbfd;text-shadow:0 4px 14px #000}
.aboutQuoteMain::before{content:'“';color:#20c8ff;font-size:28px;line-height:0;vertical-align:-7px;margin-right:2px}
.aboutQuoteMain::after{content:'”';color:#20c8ff}
.aboutQuoteAlt{margin-top:18px;font-size:16px;line-height:1.55;font-weight:600;color:#f3f7fa}
.aboutQuoteSig{width:156px;margin-top:12px;filter:drop-shadow(0 0 12px rgba(27,181,255,.2))}
[dir=rtl] .aboutFeature{direction:ltr}
[dir=rtl] .aboutQuote{direction:rtl;text-align:right;padding-left:8px;padding-right:4px}
[dir=rtl] .aboutQuoteMain{font-family:'Cairo',Arial,sans-serif;font-size:16px;font-weight:800;line-height:1.65}
[dir=rtl] .aboutQuoteMain::before{margin-left:2px;margin-right:0}
[dir=rtl] .aboutQuoteAlt{direction:ltr;text-align:left;font-size:11px;line-height:1.45;color:#a9bfcd}
[dir=rtl] .aboutQuoteSig{align-self:flex-end}
.aboutIntro{margin:13px 2px 16px;color:#d5e1e8;font-size:12px;line-height:1.72;font-weight:500}
[dir=rtl] .aboutIntro{text-align:right;font-size:12px;line-height:1.85}
.aboutPoints{display:grid;gap:0}
.aboutPoint{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding:12px 2px;border-top:1px solid rgba(65,196,242,.14)}
.aboutPoint:first-child{border-top:0}
.aboutPointIcon{width:54px;height:54px;padding:7px;border-radius:50%;border:1px solid rgba(30,193,255,.46);background:radial-gradient(circle,rgba(18,159,225,.09),rgba(1,7,13,.2));box-shadow:0 0 16px rgba(17,170,240,.08)}
.aboutPointIcon img{width:100%;height:100%;object-fit:contain;background:transparent!important;filter:drop-shadow(0 0 8px rgba(25,190,255,.2))}
.aboutPoint h3{margin:0;color:#42ceff;font-size:16px;line-height:1.2;font-weight:900}
.aboutPoint p{margin:3px 0 0;color:#d6e0e7;font-size:10px;line-height:1.45;font-weight:600}
[dir=rtl] .aboutPoint{grid-template-columns:58px 1fr;direction:rtl;text-align:right}
[dir=rtl] .aboutPoint h3{font-size:15px}
[dir=rtl] .aboutPoint p{font-size:10px;line-height:1.6}

/* 04 — Trust & Results */
.trustHead{text-align:left;margin-bottom:18px}
[dir=rtl] .trustHead{text-align:right}
.trustMetrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(41,196,243,.16);border-bottom:1px solid rgba(41,196,243,.16)}
.trustMetric{position:relative;min-height:124px;padding:14px 10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px}
.trustMetric:nth-child(odd){border-right:1px solid rgba(41,196,243,.20)}
.trustMetric:nth-child(-n+2){border-bottom:1px solid rgba(41,196,243,.16)}
.trustMetricNum{font-family:'Bebas Neue',Impact,sans-serif;font-size:58px;line-height:.8;letter-spacing:.01em}
.trustMetricLabel{margin-top:5px;color:#edf5f9;font-size:10px;line-height:1.25;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.trustMetricIcon{width:58px;height:58px;object-fit:contain;background:transparent!important;filter:drop-shadow(0 0 12px rgba(20,190,255,.30))}
.trustMetricStar{font-size:58px;line-height:1;color:#24c7ff;text-shadow:0 0 18px rgba(19,189,255,.42)}
[dir=rtl] .trustMetrics{direction:ltr}
[dir=rtl] .trustMetricText{direction:rtl;text-align:right}
[dir=rtl] .trustMetricLabel{text-transform:none;letter-spacing:0;font-size:11px}
.trustBadges{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;padding:16px 0 14px}
.trustBadge{text-align:center;padding:0 3px;color:#dce7ec;font-size:7px;line-height:1.35;font-weight:800;text-transform:uppercase}
.trustBadge+.trustBadge{border-left:1px solid rgba(44,194,242,.13)}
.trustBadge img{width:42px;height:42px;object-fit:contain;margin:0 auto 7px;background:transparent!important;filter:drop-shadow(0 0 9px rgba(19,184,255,.18))}
[dir=rtl] .trustBadges{direction:rtl}
[dir=rtl] .trustBadge{text-transform:none;font-size:8px}
[dir=rtl] .trustBadge+.trustBadge{border-left:0;border-right:1px solid rgba(44,194,242,.13)}
.recognitionCard{position:relative;margin-top:4px;overflow:hidden;border-radius:17px;border:1px solid rgba(44,198,246,.55);background:linear-gradient(180deg,#061421,#03101a);box-shadow:0 14px 40px rgba(0,0,0,.28),inset 0 0 0 1px rgba(75,217,255,.03)}
.recognitionRibbon{position:absolute;z-index:3;right:0;top:0;padding:7px 13px 7px 15px;border-radius:0 16px 0 13px;background:#062239;border:1px solid rgba(48,199,245,.65);border-top:0;border-right:0;color:#54d7ff;font-size:9px;font-weight:900;letter-spacing:.27em;text-transform:uppercase}
.recognitionImage{width:100%;aspect-ratio:1.34/1;object-fit:cover;object-position:center;border-bottom:1px solid rgba(50,196,242,.30)}
.recognitionCopy{position:relative;padding:12px 14px 17px;min-height:118px}
.recognitionTitle{margin:0;font-size:17px;line-height:1.22;font-weight:900}
.recognitionDate{margin:2px 0 0;font-size:13px;line-height:1.3;color:#f2f7fa;font-weight:600}
.recognitionQuote{margin:9px 122px 0 0;color:#b9cfdb;font-size:10px;font-style:italic;line-height:1.45}
.recognitionSig{position:absolute;right:10px;bottom:8px;width:116px;filter:drop-shadow(0 0 10px rgba(26,186,255,.15))}
[dir=rtl] .recognitionRibbon{right:auto;left:0;border-radius:16px 0 13px 0;border-right:1px solid rgba(48,199,245,.65);border-left:0}
[dir=rtl] .recognitionCopy{text-align:right}
[dir=rtl] .recognitionQuote{margin-right:0;margin-left:122px}
[dir=rtl] .recognitionSig{right:auto;left:10px}

/* Desktop adaptation: wide, balanced, never a mobile strip. */
@media(min-width:900px){
  .about,.trust{padding:54px 48px 64px}
  .screenEyebrow{font-size:12px}.screenTitle{font-size:66px}.screenSub{font-size:21px}
  [dir=rtl] .screenEyebrow{font-size:14px}[dir=rtl] .screenTitle{font-size:58px}[dir=rtl] .screenSub{font-size:19px}
  .aboutHead{margin-bottom:28px}
  .aboutFeature{grid-template-columns:50% 50%;min-height:500px;margin:0;border-radius:24px}
  .aboutPhoto{object-position:58% center}
  .aboutQuote{padding:72px 42px 46px 24px}
  .aboutQuoteMain{font-size:31px;line-height:1.38}
  .aboutQuoteAlt{font-size:24px;margin-top:28px}
  .aboutQuoteSig{width:260px;margin-top:22px}
  [dir=rtl] .aboutQuote{padding:72px 24px 46px 42px}[dir=rtl] .aboutQuoteMain{font-size:27px}[dir=rtl] .aboutQuoteAlt{font-size:15px}
  .aboutIntro{font-size:17px;line-height:1.75;margin:24px 8px 18px;max-width:1040px}
  [dir=rtl] .aboutIntro{font-size:17px;line-height:1.9}
  .aboutPoints{grid-template-columns:1fr 1fr;gap:0 30px}
  .aboutPoint{grid-template-columns:74px 1fr;gap:16px;padding:18px 8px;min-height:112px}
  .aboutPoint:nth-child(2){border-top:0}.aboutPointIcon{width:68px;height:68px;padding:8px}.aboutPoint h3{font-size:22px}.aboutPoint p{font-size:14px}
  [dir=rtl] .aboutPoint{grid-template-columns:74px 1fr}[dir=rtl] .aboutPoint h3{font-size:21px}[dir=rtl] .aboutPoint p{font-size:14px}

  .trustHead{margin-bottom:28px}
  .trustGrid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:start}
  .trustMetrics{min-height:352px}
  .trustMetric{min-height:176px;padding:20px 18px}.trustMetricNum{font-size:88px}.trustMetricLabel{font-size:14px}.trustMetricIcon{width:76px;height:76px}.trustMetricStar{font-size:78px}
  [dir=rtl] .trustMetricLabel{font-size:15px}
  .trustBadges{padding:24px 0 0}.trustBadge{font-size:10px}.trustBadge img{width:56px;height:56px}.recognitionCard{margin-top:0;border-radius:22px}.recognitionRibbon{font-size:11px;padding:9px 17px}.recognitionCopy{padding:17px 20px 22px;min-height:142px}.recognitionTitle{font-size:22px}.recognitionDate{font-size:17px}.recognitionQuote{font-size:13px;margin-right:180px}.recognitionSig{width:166px;right:18px;bottom:10px}[dir=rtl] .recognitionQuote{margin-right:0;margin-left:180px}[dir=rtl] .recognitionSig{left:18px}
}


/* ==========================================================
   v0.5 — SIX-SCREEN PASS
   01 Hero / 02 Specialties / 03 About / 04 Trust / 05 Gallery / 06 Contact
   ========================================================== */

/* About correction: no side fade over Omar's head. Use the photo as a clean mini-hero and fade only into the lower copy. */
.aboutFeature{display:block!important;min-height:0!important;overflow:hidden!important;background:linear-gradient(180deg,#06121d,#020910)!important}
.aboutPhotoWrap{height:275px!important;position:relative!important;overflow:hidden!important;background:#02070d!important}
.aboutPhoto{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important;filter:contrast(1.04) saturate(.96)!important;background:#02070d!important}
.aboutPhotoWrap::after{content:''!important;position:absolute!important;inset:auto 0 0 0!important;height:30%!important;background:linear-gradient(180deg,transparent,rgba(2,9,15,.96))!important;pointer-events:none!important}
.aboutQuote{padding:0 16px 18px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:10px 14px!important;align-items:end!important;margin-top:-22px!important;background:linear-gradient(180deg,rgba(2,9,15,0),#020910 22%)!important}
.aboutQuoteMain{grid-column:1 / -1!important;font-size:17px!important;max-width:330px!important}
.aboutQuoteAlt{margin:0!important;align-self:end!important}
.aboutQuoteSig{width:155px!important;margin:0!important;align-self:end!important;justify-self:end!important;filter:drop-shadow(0 0 12px rgba(27,181,255,.2))!important}
[dir=rtl] .aboutQuote{direction:rtl!important;text-align:right!important;padding:0 16px 18px!important}
[dir=rtl] .aboutQuoteSig{justify-self:start!important}

/* Shared screen transitions */
.gallery,.contact{position:relative;isolation:isolate}
.gallery{padding:38px 0 44px;background:linear-gradient(180deg,#01070d 0%,#03111b 12%,#020910 86%,#04111a 100%)}
.contact{padding:38px 14px 18px;background:linear-gradient(180deg,#04111a 0%,#03101a 18%,#020910 86%,#01060b 100%)}
.gallery::before,.contact::before{content:'';position:absolute;left:0;right:0;top:-42px;height:84px;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(2,9,15,0),rgba(20,174,235,.05) 50%,rgba(4,17,26,0))}
.galleryHead,.contactHead{padding:0 14px;text-align:left}
[dir=rtl] .galleryHead,[dir=rtl] .contactHead{text-align:right}

/* 05 Gallery — floating horizontal carousel */
.galleryFilters{display:flex;gap:7px;padding:18px 14px 12px;overflow-x:auto;scrollbar-width:none;direction:ltr}.galleryFilters::-webkit-scrollbar{display:none}
.galleryFilter{flex:0 0 auto;min-width:72px;height:38px;padding:0 15px;border-radius:999px;border:1px solid rgba(87,203,244,.14);background:rgba(12,27,39,.86);color:#9eb0bb;font:800 10px 'Cairo',sans-serif;cursor:pointer;transition:.2s ease}
.galleryFilter.active{color:#fff;border-color:rgba(131,229,255,.72);background:linear-gradient(145deg,#0b8ff3,#28c6ff);box-shadow:0 0 18px rgba(20,182,255,.28),inset 0 0 10px rgba(255,255,255,.12)}
.galleryShell{position:relative;overflow:hidden}
.galleryRail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:16px 14px 26px;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x}
.galleryRail::-webkit-scrollbar{display:none}
.galleryCard{position:relative;flex:0 0 74%;max-width:295px;aspect-ratio:4/5;padding:0;border:1px solid rgba(39,185,237,.30);border-radius:18px;overflow:hidden;background:#07111a;scroll-snap-align:center;cursor:pointer;box-shadow:0 18px 38px rgba(0,0,0,.36),0 0 0 1px rgba(25,175,235,.05) inset;transform:translateY(0);animation:galleryBreathe 5.2s ease-in-out infinite}
.galleryCard:nth-child(2n){animation-delay:-1.7s}.galleryCard:nth-child(3n){animation-delay:-3.2s}
.galleryCard[hidden]{display:none!important}
.galleryCard img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease;filter:saturate(.95) contrast(1.02)}
.galleryCard::after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(1,8,13,.9));pointer-events:none}
.galleryCaption{position:absolute;z-index:2;left:12px;right:12px;bottom:10px;text-align:left;color:#f4f9fc;font-size:12px;font-weight:800;text-shadow:0 2px 12px #000}
[dir=rtl] .galleryCaption{text-align:right}
.galleryCard:hover img{transform:scale(1.025)}
@keyframes galleryBreathe{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.galleryNav{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(113,224,255,.55);background:rgba(3,15,23,.78);backdrop-filter:blur(10px);box-shadow:0 0 16px rgba(15,182,245,.14);padding:9px;cursor:pointer;display:none}
.galleryNav.prev{left:9px}.galleryNav.next{right:9px}.galleryNav img{width:100%;height:100%}
.galleryHint{margin:0;padding:0 14px;color:#7e96a5;font-size:8px;line-height:1.5;text-align:center;font-weight:700;letter-spacing:.03em}
[dir=rtl] .galleryHint{letter-spacing:0;font-size:9px}

/* Gallery lightbox */
.galleryLightbox{position:fixed;inset:0;z-index:140;display:none;place-items:center;padding:48px 18px 26px;background:rgba(0,0,0,.88);backdrop-filter:blur(12px)}
.galleryLightbox.open{display:grid}.galleryLightbox figure{margin:0;width:min(92vw,540px);max-height:82vh;display:grid;gap:10px;place-items:center}.galleryLightbox figure img{max-width:100%;max-height:74vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.65);object-fit:contain}.galleryLightbox figcaption{color:#eaf3f7;font-size:12px;font-weight:800;text-align:center}.lightboxClose{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(2,12,18,.76);color:#fff;font-size:28px;line-height:1;cursor:pointer}.lightboxArrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(91,218,255,.38);background:rgba(2,12,18,.76);padding:9px;cursor:pointer}.lightboxArrow.prev{left:8px}.lightboxArrow.next{right:8px}.lightboxArrow img{width:100%}

/* 06 Contact */
.contactHead{text-align:center!important}.contactHead .screenEyebrow{margin-bottom:8px}.contactHead .screenTitle{font-size:34px;max-width:385px;margin-left:auto;margin-right:auto}.contactHead .screenSub{max-width:340px;margin:8px auto 0;line-height:1.55}
.contactWhatsApp{position:relative;margin:24px auto 22px;height:62px;max-width:395px;border-radius:999px;display:flex;align-items:center;gap:12px;padding:0 16px;background:linear-gradient(90deg,#0787ff,#1bc3ff);border:1px solid rgba(193,244,255,.9);box-shadow:0 0 28px rgba(13,183,255,.38),inset 0 8px 20px rgba(255,255,255,.13);color:#fff;font-size:15px;font-weight:900}
.contactWhatsApp img{width:27px;height:27px;object-fit:contain}.contactWhatsApp span:nth-child(2){flex:1;text-align:center}.contactChevron{font-size:26px;line-height:1}
.contactSocials{display:grid;grid-template-columns:1fr 1fr;gap:9px;max-width:410px;margin:0 auto}
.socialAction{display:flex;align-items:center;gap:10px;min-height:76px;padding:11px;border-radius:16px;border:1px solid rgba(50,190,239,.17);background:linear-gradient(180deg,rgba(9,27,40,.92),rgba(4,15,24,.92));box-shadow:0 12px 28px rgba(0,0,0,.2)}
.socialAction img{width:42px;height:42px;flex:0 0 42px}.socialAction span{display:grid;line-height:1.18}.socialAction b{font-size:11px;color:#f5f9fb}.socialAction small{margin-top:3px;color:#9eb0bc;font-size:8px;font-weight:700}
[dir=rtl] .socialAction{direction:rtl;text-align:right}
.contactPromises{display:grid;grid-template-columns:repeat(3,1fr);max-width:410px;margin:18px auto 0;padding:14px 6px;border-radius:16px;border:1px solid rgba(39,187,241,.28);background:rgba(5,18,28,.72)}
.contactPromise{text-align:center;padding:1px 5px;border-left:1px solid rgba(62,188,232,.12);font-size:8px;line-height:1.35;font-weight:800;color:#e7f0f5}.contactPromise:first-child{border-left:0}.contactPromise img{width:34px;height:34px;object-fit:contain;margin:0 auto 6px;filter:drop-shadow(0 0 9px rgba(22,188,255,.22))}
[dir=rtl] .contactPromise{border-left:0;border-right:1px solid rgba(62,188,232,.12)}[dir=rtl] .contactPromise:first-child{border-right:0}
.shareAction{margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 17px;border-radius:999px;border:1px solid rgba(48,191,242,.22);background:rgba(7,24,36,.82);color:#b9d4e0;font-size:9px;font-weight:800;cursor:pointer}.shareAction img{width:21px;height:21px}
.contactMotto{text-align:center;margin-top:21px;color:#dfe8ed;font-size:13px;font-weight:700;letter-spacing:.06em}.contactSignature{width:205px;margin:13px auto 0;filter:drop-shadow(0 0 14px rgba(18,185,255,.16))}.footerReserve{height:42px}
.drawerShare{width:100%;display:flex;align-items:center;gap:10px;padding:14px 6px;border:0;border-top:1px solid rgba(255,255,255,.07);background:transparent;color:#dce8ee;font-size:13px;font-weight:800;cursor:pointer}.drawerShare img{width:22px;height:22px}
.shareToast{position:fixed;z-index:170;left:50%;bottom:28px;transform:translate(-50%,18px);opacity:0;padding:10px 16px;border-radius:999px;background:rgba(6,23,34,.94);border:1px solid rgba(56,194,240,.35);color:#e8f7fc;font-size:10px;font-weight:800;pointer-events:none;transition:.24s ease}.shareToast.show{opacity:1;transform:translate(-50%,0)}

@media(min-width:720px){.galleryCard{flex-basis:36%;max-width:360px}.galleryNav{display:block}.contactSocials{grid-template-columns:repeat(4,1fr);max-width:760px}.socialAction{display:grid;justify-items:center;text-align:center;gap:8px;min-height:112px}.socialAction span{text-align:center}.contactPromises{max-width:760px}.contactWhatsApp{max-width:520px}}
@media(min-width:900px){
  .aboutFeature{display:grid!important;grid-template-columns:58% 42%!important;min-height:430px!important}
  .aboutPhotoWrap{height:auto!important;min-height:430px!important}.aboutPhoto{object-fit:contain!important;object-position:center bottom!important}
  .aboutPhotoWrap::after{height:22%!important}
  .aboutQuote{margin-top:0!important;padding:48px 24px 28px 8px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:transparent!important}
  .aboutQuoteMain{font-size:24px!important}.aboutQuoteAlt{margin-top:22px!important}.aboutQuoteSig{width:210px!important;margin-top:16px!important;align-self:flex-start!important}
  [dir=rtl] .aboutQuote{padding:48px 8px 28px 24px!important}
  .gallery{padding:52px 34px 54px}.galleryHead{padding:0}.galleryFilters{padding:22px 0 16px}.galleryRail{padding:18px 10px 30px;gap:16px}.galleryCard{flex-basis:24%;max-width:none}.galleryHint{font-size:10px}
  .contact{padding:58px 34px 22px}.contactHead .screenTitle{font-size:60px;max-width:820px}.contactHead .screenSub{font-size:17px;max-width:680px}.contactWhatsApp{height:70px;font-size:18px}.contactMotto{font-size:16px}.contactSignature{width:260px}
}
@media(prefers-reduced-motion:reduce){.galleryCard{animation:none!important}}

/* ==========================================================
   v0.6 — FUNCTIONALITY + FOOTER PROMO + PERFORMANCE PASS
   ========================================================== */

/* Header now includes a top share icon */
.header{grid-template-columns:auto 1fr auto auto auto!important}
.header .brand{grid-column:1!important}
.header .headerSpacer{grid-column:2!important}
.header .langToggle{grid-column:3!important}
.header .topShareBtn{grid-column:4!important}
.header .menuBtn{grid-column:5!important}
.topShareBtn,.menuBtn{
  width:38px;height:38px;border:1px solid rgba(57,192,255,.25);background:rgba(10,24,36,.95);
  border-radius:50%;padding:8px;cursor:pointer;display:grid;place-items:center;
  box-shadow:inset 0 0 20px rgba(17,149,229,.07),0 0 12px rgba(0,0,0,.25)
}
.topShareBtn img,.menuBtn img{width:100%;height:100%;object-fit:contain}
[dir=rtl] .header,[dir=rtl] .header *{direction:ltr!important}

/* Lighter core images and logo sizes */
.brand img{width:42px!important}
.heroSig{image-rendering:auto}
.contactSignature{width:192px}

/* Specialty arrow uses the approved asset */
.cardArrow{
  font-size:0!important;width:36px!important;height:36px!important;right:11px!important;bottom:11px!important;
  border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;
  display:block!important;background-image:url('/assets/icons/card-arrow-v060.webp')!important;
  background-repeat:no-repeat!important;background-size:contain!important;background-position:center!important;
}
.cardArrow::before{content:none!important}
[dir=rtl] .cardArrow{left:11px!important;right:auto!important}

/* Gallery scrolling tuned to feel less sticky on mobile */
.galleryRail{
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  overscroll-behavior-y:auto;
  scroll-snap-type:x proximity;
  touch-action:auto;
}
.galleryNav[disabled]{opacity:.35;pointer-events:none}
.galleryCard img{will-change:transform}
.gallery,.contact,.about,.trust{content-visibility:auto;contain-intrinsic-size:900px}

/* Contact icons: larger and clean */
.socialAction img{width:48px;height:48px;object-fit:contain;background:transparent!important}
.socialAction b{font-size:11px}
.socialAction small{font-size:8px}

/* Footer promo */
.siteFooter{
  position:relative;
  padding:18px 14px 30px;border-top:1px solid rgba(65,196,242,.1);
  background:linear-gradient(180deg,#01070d 0%,#00050a 100%);
  display:grid;gap:14px;align-items:end
}
.footerBrand{display:grid;gap:8px;justify-items:center;text-align:center}
.footerMeta{color:#89a4b4;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.footerLogo{width:min(80vw,270px);height:auto;filter:drop-shadow(0 0 10px rgba(255,122,23,.12))}
.footerCopy{margin:0;max-width:320px;color:#b7c8d2;font-size:10px;line-height:1.55;font-weight:700}
.footerPromoBtn{
  position:relative;isolation:isolate;overflow:hidden;
  width:100%;max-width:340px;min-height:58px;justify-self:center;border:1px solid rgba(255,134,42,.18);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,124,29,.10),transparent 34%),
    linear-gradient(180deg,rgba(18,26,35,.86),rgba(8,13,19,.9));
  color:#eef7fb;border-radius:16px;padding:10px 16px 11px;display:grid;gap:1px;text-align:center;cursor:pointer;
  box-shadow:0 12px 26px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02)
}
.footerPromoBtn::before{
  content:'';position:absolute;right:-16px;top:-12px;width:120px;height:92px;pointer-events:none;opacity:.16;
  background-image:
    linear-gradient(30deg,rgba(255,255,255,.15) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.15) 87.5%,rgba(255,255,255,.15)),
    linear-gradient(150deg,rgba(255,255,255,.15) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.15) 87.5%,rgba(255,255,255,.15)),
    linear-gradient(90deg,rgba(255,255,255,.08) 2%,transparent 2.5%,transparent 97%,rgba(255,255,255,.08) 97.5%,rgba(255,255,255,.08));
  background-size:22px 38px;background-position:0 0,0 0,11px 19px;transform:rotate(7deg)
}
.footerPromoBtn::after{
  content:'';position:absolute;left:16%;right:16%;bottom:-10px;height:16px;border-radius:999px;z-index:-1;
  background:radial-gradient(circle at center,rgba(65,196,242,.30) 0%,rgba(65,196,242,.14) 34%,rgba(65,196,242,0) 72%);
  filter:blur(10px);animation:footerBreath 3.2s ease-in-out infinite
}
.footerPromoBtn span{font-size:13px;font-weight:900;letter-spacing:.01em}
.footerPromoBtn small{color:#ffa65a;font-size:9px;font-weight:800;letter-spacing:.03em;opacity:.82}
@keyframes footerBreath{0%,100%{opacity:.38;transform:scaleX(.94)}50%{opacity:.78;transform:scaleX(1.02)}}

/* Promo modal */
.promoModal{
  position:fixed;inset:0;z-index:150;display:none;place-items:center;padding:18px;
  background:rgba(0,0,0,.62);backdrop-filter:blur(14px)
}
.promoModal.open{display:grid}
.promoCard{
  position:relative;width:min(100%,414px);padding:22px 18px 18px;border-radius:24px;
  background:linear-gradient(180deg,rgba(5,17,28,.98) 0%,rgba(2,10,16,.96) 100%);
  border:1px solid rgba(62,191,242,.18);box-shadow:0 28px 80px rgba(0,0,0,.44), inset 0 0 0 1px rgba(255,255,255,.03);
  overflow:hidden
}
.promoCard::before{
  content:'';position:absolute;inset:-20% -10% auto auto;width:220px;height:220px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(255,125,27,.18) 0%,rgba(255,125,27,.05) 35%,rgba(255,125,27,0) 68%)
}
.promoClose{
  position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;padding:8px;cursor:pointer;
  border:1px solid rgba(255,255,255,.14);background:rgba(11,20,30,.84)
}
.promoClose img{width:100%;height:100%;object-fit:contain}
.promoBadge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(10,27,39,.9);border:1px solid rgba(255,123,25,.24);color:#ff9c4b;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.promoCard h3{margin:16px 0 6px;font-size:28px;line-height:1.05;font-weight:900}
.promoCard p{margin:0;color:#d8e5eb;font-size:13px;line-height:1.6;font-weight:600}
.promoActions{display:grid;gap:10px;margin-top:16px}
.promoLink{
  min-height:68px;border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:12px;
  border:1px solid rgba(55,191,242,.18);background:linear-gradient(180deg,rgba(10,25,37,.94),rgba(5,16,26,.94));
  box-shadow:0 14px 28px rgba(0,0,0,.18)
}
.promoLink img{width:42px;height:42px;object-fit:contain;flex:0 0 42px}
.promoLink span{display:grid;line-height:1.12}
.promoLink b{font-size:14px}
.promoLink small{margin-top:4px;color:#9fc8d6;font-size:10px;font-weight:800}
.promoLink.telegram small{color:#66dfff}
.promoLink.whatsapp small{color:#8beab1}
.promoLinkIcon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;flex:0 0 42px;background:linear-gradient(145deg,#0d8cff,#16c5ff);color:#fff;box-shadow:0 0 18px rgba(20,186,255,.28)}
.promoLinkIcon svg{width:24px;height:24px}
.promoNote{margin-top:14px;color:#8fa8b7;font-size:10px;line-height:1.55;font-weight:700}
[dir=rtl] .promoCard{text-align:right}
[dir=rtl] .promoClose{right:auto;left:14px}
[dir=rtl] .promoLink{direction:rtl;text-align:right}

/* Share toast slightly stronger */
.shareToast{font-size:10px;padding:11px 16px}

@media(min-width:720px){
  .siteFooter{grid-template-columns:1fr auto;gap:24px;padding:22px 22px 34px}
  .footerBrand{justify-items:start;text-align:left}
  .footerPromoBtn{min-width:280px;width:auto}
  [dir=rtl] .footerBrand{justify-items:end;text-align:right}
}
@media(min-width:900px){
  .contactSignature{width:230px}
  .siteFooter{padding:26px 34px 38px}
  .footerMeta{font-size:11px}
  .footerCopy{font-size:12px;max-width:460px}
  .footerPromoBtn span{font-size:14px}
  .promoCard{width:min(100%,460px);padding:26px 22px 22px}
  .promoCard h3{font-size:34px}
  .promoCard p{font-size:15px}
}


/* v0.8 launch refinement: gallery fit, lower-profile ServiceDash CTA, premium promo modal */
.galleryCard.posterCard img{object-fit:cover;background:#02070d}

.siteFooter{
  padding-top:16px;
  background:
    radial-gradient(circle at 14% 0%,rgba(24,182,239,.045),transparent 32%),
    linear-gradient(180deg,#01070d 0%,#00050a 100%);
}
.footerPromoBtn{
  --cyan:#20d8ff;--orange:#ff8a2a;
  position:relative;isolation:isolate;overflow:hidden;
  width:100%;max-width:360px;min-height:48px;
  display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;
  align-items:center;column-gap:10px;row-gap:0;
  padding:7px 12px 8px 13px;border:1px solid transparent;border-radius:15px;
  background:
    linear-gradient(180deg,rgba(12,20,28,.93),rgba(5,10,15,.96)) padding-box,
    linear-gradient(92deg,rgba(32,216,255,.70),rgba(65,117,145,.16) 48%,rgba(255,138,42,.62)) border-box;
  box-shadow:0 8px 20px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03);
  color:#f1f7fa;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;
}
.footerPromoBtn:hover{transform:translateY(-1px);box-shadow:0 11px 26px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04)}
.footerPromoBtn::before{
  content:'';position:absolute;right:-12px;top:-18px;width:118px;height:92px;pointer-events:none;opacity:.22;
  background-image:
    linear-gradient(30deg,rgba(255,138,42,.46) 12%,transparent 12.5%,transparent 87%,rgba(255,138,42,.46) 87.5%,rgba(255,138,42,.46)),
    linear-gradient(150deg,rgba(255,138,42,.28) 12%,transparent 12.5%,transparent 87%,rgba(255,138,42,.28) 87.5%,rgba(255,138,42,.28)),
    linear-gradient(90deg,rgba(255,138,42,.18) 2%,transparent 2.5%,transparent 97%,rgba(255,138,42,.18) 97.5%,rgba(255,138,42,.18));
  background-size:20px 34px;background-position:0 0,0 0,10px 17px;transform:rotate(7deg)
}
.footerPromoBtn::after{
  content:'';position:absolute;left:22%;right:22%;bottom:-13px;height:18px;z-index:-1;border-radius:999px;
  background:linear-gradient(90deg,rgba(32,216,255,0),rgba(32,216,255,.34) 34%,rgba(255,138,42,.32) 67%,rgba(255,138,42,0));
  filter:blur(9px);animation:footerBreath080 3.3s ease-in-out infinite
}
.footerPromoBtn .promoQuestion{grid-column:1/3;grid-row:1;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#e9f4f8}
.footerPromoBtn .promoAction{grid-column:1/3;grid-row:2;font-size:9px;font-weight:800;color:#9eb4c0;letter-spacing:.01em}
.footerPromoBtn .promoArrow{grid-column:3;grid-row:1/3;font-size:22px;line-height:1;color:#ff9a45;text-shadow:0 0 12px rgba(255,138,42,.25);padding-right:2px}
@keyframes footerBreath080{0%,100%{opacity:.35;transform:scaleX(.92)}50%{opacity:.80;transform:scaleX(1.03)}}
[dir=rtl] .footerPromoBtn{text-align:right}
[dir=rtl] .footerPromoBtn::before{right:auto;left:-12px;transform:rotate(-7deg)}
[dir=rtl] .footerPromoBtn .promoArrow{transform:scaleX(-1)}

.promoModal{background:rgba(0,0,0,.56);backdrop-filter:blur(16px) saturate(.85)}
.promoCard{
  width:min(100%,430px);padding:24px 18px 19px;border-radius:25px;text-align:center;
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(21,20,19,.91),rgba(9,11,14,.95)) padding-box,
    linear-gradient(145deg,rgba(255,174,103,.70),rgba(255,138,42,.34) 45%,rgba(255,138,42,.74)) border-box;
  box-shadow:0 30px 90px rgba(0,0,0,.52),0 0 42px rgba(255,125,24,.08),inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden
}
.promoCard::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:.20;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,151,63,.25),transparent 34%),
    radial-gradient(circle at 8% 88%,rgba(255,121,23,.16),transparent 28%)
}
.promoCard::after{
  content:'';position:absolute;left:-28px;bottom:-16px;width:170px;height:152px;pointer-events:none;opacity:.27;
  background-image:
    linear-gradient(30deg,rgba(255,132,31,.48) 12%,transparent 12.5%,transparent 87%,rgba(255,132,31,.48) 87.5%,rgba(255,132,31,.48)),
    linear-gradient(150deg,rgba(255,132,31,.35) 12%,transparent 12.5%,transparent 87%,rgba(255,132,31,.35) 87.5%,rgba(255,132,31,.35)),
    linear-gradient(90deg,rgba(255,132,31,.18) 2%,transparent 2.5%,transparent 97%,rgba(255,132,31,.18) 97.5%,rgba(255,132,31,.18));
  background-size:24px 42px;background-position:0 0,0 0,12px 21px;transform:rotate(-4deg)
}
.promoClose{z-index:4;top:13px;right:13px;background:rgba(11,13,16,.72);border-color:rgba(255,255,255,.17)}
.promoBadge{position:relative;z-index:2;margin:auto;background:rgba(18,18,18,.62);border-color:rgba(255,139,44,.25);color:#ff9b4b}
.promoCard h3{position:relative;z-index:2;margin:18px 0 5px;font-size:30px;line-height:1.05;letter-spacing:-.02em}
.promoCard p{position:relative;z-index:2;margin:0 auto;max-width:330px;color:#d3dcdf;font-size:13px;line-height:1.55;font-weight:600}
.promoActions{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}
.promoLink{min-height:64px;border-radius:18px;padding:10px 13px;box-shadow:0 12px 26px rgba(0,0,0,.22);transition:transform .2s ease,box-shadow .2s ease}
.promoLink:hover{transform:translateY(-1px)}
.promoLink.telegram{background:linear-gradient(145deg,rgba(16,142,240,.96),rgba(29,195,255,.88));border-color:rgba(133,231,255,.74);box-shadow:0 0 24px rgba(24,174,255,.20),0 12px 26px rgba(0,0,0,.22)}
.promoLink.whatsapp{background:linear-gradient(145deg,rgba(11,51,28,.97),rgba(6,32,20,.96));border-color:rgba(48,214,111,.62);box-shadow:0 0 22px rgba(35,211,104,.11),0 12px 26px rgba(0,0,0,.22)}
.promoLink.telegram small{color:#e4f8ff}.promoLink.whatsapp small{color:#a9eec4}
.promoLinkIcon{background:rgba(255,255,255,.13);box-shadow:none}
.promoServiceLogo{position:relative;z-index:2;display:block;width:50%;max-width:175px;height:auto;margin:18px auto 0;filter:drop-shadow(0 0 12px rgba(255,255,255,.05));opacity:.94}
.promoNote{position:relative;z-index:2;margin-top:11px;color:#899ca6;font-size:9px;line-height:1.5}
[dir=rtl] .promoCard{text-align:center}
[dir=rtl] .promoLink{text-align:right}
@media(min-width:430px){
  .promoActions{grid-template-columns:1fr 1fr}
  .promoServiceLogo{width:24%;max-width:120px}
}
@media(min-width:720px){
  .footerPromoBtn{max-width:350px;min-width:310px}
}
@media(prefers-reduced-motion:reduce){.footerPromoBtn::after{animation:none!important}}

/* ==========================================================
   v0.8.1 — footer/logo hierarchy + universal OG host pass
   ========================================================== */
.footerLogoLink{display:inline-block;line-height:0;justify-self:center}
.footerLogo{width:min(64vw,205px)!important;transition:opacity .2s ease,transform .2s ease}
.footerLogoLink:hover .footerLogo{opacity:.9;transform:translateY(-1px)}
.promoServiceLogoLink{position:relative;z-index:2;display:block;width:42%;max-width:165px;margin:16px auto 0;line-height:0}
.promoServiceLogo{display:block!important;width:100%!important;max-width:none!important;height:auto;margin:0!important;opacity:.94;transition:opacity .2s ease,transform .2s ease}
.promoServiceLogoLink:hover .promoServiceLogo{opacity:1;transform:translateY(-1px)}
@media(min-width:720px){
  .footerLogoLink{justify-self:start}
  [dir=rtl] .footerLogoLink{justify-self:end}
  .footerLogo{width:250px!important}
  .promoServiceLogoLink{width:36%;max-width:190px;margin-top:18px}
}
@media(min-width:1100px){
  .promoServiceLogoLink{width:39%;max-width:205px}
}
