@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* Lama Sans - Medium / Regular (Genuine Baianat Webfonts) */
@font-face {
  font-family: "Lama Sans";
  src: url("../fonts/LamaSans-Medium.ttf") format("truetype"),
       url("../fonts/LamaSans-Regular.ttf") format("truetype"),
       url("../fonts/LamaSans.ttf") format("truetype");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

/* Lama Sans - Bold */
@font-face {
  font-family: "Lama Sans";
  src: url("../fonts/LamaSans-Bold.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
:root{
  --blue:#0b63e6;
  --blue2:#2b8cff;
  --navy:#071d44;
  --ink:#071d44;
  --muted:#2c4468;
  --bg:#eef6ff;
  --bg2:#f8fbff;
  --line:#d8e7fb;
  --card:#ffffff;
  --radius:24px;
  --shadow:0 18px 50px rgba(23,74,140,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
html[lang="ar"], html[lang="ar"] body, html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] select, html[lang="ar"] textarea, html[lang="ar"] .btn, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] p, html[lang="ar"] a, html[lang="ar"] span, html[lang="ar"] small {
  font-family: "Lama Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html[lang="en"] body{
  font-family:"Manrope","Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body{
  margin:0;
  overflow-x:hidden;
  background:linear-gradient(180deg,#f6fbff 0%,#eef6ff 44%,#f9fcff 100%);
  color:var(--ink);
  line-height:1.8;
  font-size:16px;
  font-weight: 500;
}
p{
  color:#263e63;
  font-weight:500;
  line-height:1.85;
}
.pattern{
  background-image:
    radial-gradient(circle at 12% 14%, rgba(43,140,255,.10) 0 2px, transparent 2px),
    radial-gradient(circle at 88% 28%, rgba(11,99,230,.08) 0 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(11,99,230,.022) 25%, transparent 25%),
    linear-gradient(225deg, rgba(11,99,230,.018) 25%, transparent 25%);
  background-size: 28px 28px, 24px 24px, 120px 120px, 160px 160px;
  background-attachment: fixed;
}
img{max-width:100%;display:block}
a{text-decoration:none}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:9999;background:rgba(246,251,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,99,230,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:88px}
.logo img{height:68px}
.nav-links{display:flex;justify-content:center;gap:18px;align-items:center;flex:1}
.nav a{color:var(--ink);font-weight:700}
.nav-links a{position:relative;padding-bottom:6px;white-space:nowrap!important;font-size:15px}
.nav-links a.active,.nav-links a:hover{color:var(--blue)}
.nav-links a.active:after,.nav-links a:hover:after{content:"";position:absolute;right:0;left:0;bottom:0;height:2.5px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue2))}
.nav-actions{display:flex;justify-content:flex-end;gap:10px;align-items:center;flex-shrink:0!important;white-space:nowrap!important}
.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;padding:0 22px!important;height:44px!important;line-height:44px!important;border:1px solid var(--blue);font-weight:800;transition:.25s ease;white-space:nowrap!important;text-align:center;font-size:14.5px!important;box-sizing:border-box!important}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff!important;box-shadow:0 12px 28px rgba(11,99,230,.22)}
.btn-outline{color:var(--blue)!important;background:rgba(255,255,255,.95)!important}
.lang-switch{padding:0 16px!important;font-size:13.5px!important;min-width:56px!important;height:44px!important;line-height:44px!important;font-weight:700;white-space:nowrap!important}
.hero{padding:72px 0 40px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:-120px auto auto -120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(29,140,255,.18),transparent 65%)}
.hero:after{content:"";position:absolute;left:auto;right:-80px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(11,99,230,.12),transparent 68%)}
.hero .container{width:min(1260px,94%)}
.hero-grid{display:grid;grid-template-columns:0.95fr 1.18fr;gap:48px;align-items:center}
.eyebrow{color:var(--blue);font-weight:800;margin-bottom:8px;letter-spacing:.2px}
.hero h1{font-size:clamp(40px,4.55vw,64px);line-height:1.06;margin:0 0 20px;letter-spacing:-1.4px}
.hero h1 span{color:var(--blue)}
.hero p{font-size:20px;color:var(--muted);max-width:680px;margin:0}
.hero-actions{display:flex;gap:14px;justify-content:flex-start;flex-wrap:wrap;margin-top:28px}
.hero-media{position:relative;width:100%}
.hero-media:before{content:"";position:absolute;inset:-16px;border-radius:48px;background:radial-gradient(circle,rgba(11,99,230,.18),transparent 70%);filter:blur(22px);z-index:-1;pointer-events:none}
.hero-media img{width:100%;border-radius:40px;box-shadow:0 22px 60px rgba(11,99,230,.18),0 4px 16px rgba(7,29,68,.08);aspect-ratio:4/3;object-fit:cover;display:block}
.float-card{position:absolute;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid #e3effc;border-radius:20px;padding:14px 20px;box-shadow:0 14px 34px rgba(7,29,68,.12);font-weight:800;color:var(--ink);z-index:2}
.fc1{top:6%;left:-5%}
.fc2{right:-3%;bottom:8%}
.trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px;color:#334a70;font-weight:700}
.trust span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px}
.section{padding:84px 0;position:relative}
.section-title{text-align:center;max-width:760px;margin:0 auto 42px}
.section-title small{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff!important;border-radius:999px;padding:7px 20px;margin-bottom:14px;box-shadow:0 10px 24px rgba(11,99,230,.18);font-size:15px;font-weight:800;letter-spacing:0}
.panel .section-title small{background:rgba(255,255,255,.16)!important;color:#ffffff!important;box-shadow:0 6px 18px rgba(0,0,0,.1)!important;border:1px solid rgba(255,255,255,.24)!important}
.section-title h2{font-size:clamp(30px,3.5vw,46px);line-height:1.2;margin:8px 0 12px}
.section-title p{color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.card{background:rgba(255,255,255,.86);border:1px solid #e1edf9;border-radius:24px;padding:26px;box-shadow:0 12px 36px rgba(24,73,135,.06);transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#e9f4ff,#dcecff);display:grid;place-items:center;color:var(--blue);font-size:22px;font-weight:900;margin-bottom:18px}
.card h3{margin:0 0 8px;font-size:20px;line-height:1.4}
.card p{color:var(--muted);font-size:15px;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.split img{width:100%;border-radius:34px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}
.panel{background:linear-gradient(135deg,#0b2c68,#0b63e6);color:#fff;border-radius:34px;padding:42px;position:relative;overflow:hidden}
.panel:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-80px;bottom:-100px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;text-align:center;color:var(--ink);font-weight:700}
.stat strong{font-size:38px;color:var(--blue);display:block}
.logos{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.logo-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;text-align:center;font-weight:800}
.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(24,73,135,.06)}
.article-card img{width:100%;height:210px;object-fit:cover}
.article-card .body{padding:22px}
.article-card h3{margin:0 0 8px;line-height:1.45}
.article-card p{color:var(--muted)}
.article-card a{color:var(--blue);font-weight:800}
.cta{background:linear-gradient(135deg,#0b2c68,#0d6df1);border-radius:32px;padding:40px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}
.page-hero{padding:64px 0 34px}
.page-hero h1{font-size:52px;line-height:1.16;margin:0 0 10px}
.content-wrap{max-width:900px;margin:auto}
.content-wrap h2{margin-top:38px;font-size:32px}
.content-wrap p,.content-wrap li{color:var(--muted);font-weight:500;line-height:1.9}
.footer{background:linear-gradient(180deg,#071b3e 0%,#081f48 100%);color:#dbe8ff;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;align-items:start}
.footer a{color:#dbe8ff}
.footer h3{margin:0 0 14px;font-size:18px;color:#fff}
.footer p,.footer div{color:#dbe8ff}
.footer-brand p{max-width:340px;margin:16px 0 0;color:#dbe8ff}
.footer-logo{height:96px;filter:brightness(4)}
.socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.social-link{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.04);transition:.25s}
.social-link:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.social-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-link.x svg{stroke-width:2.2}
.social-link.youtube svg{fill:currentColor;stroke:none}
.footer-links div,.footer-contact div{margin-bottom:8px}
.footer-contact a{color:#dbe8ff}
.footer-bottom{margin-top:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#b8cdf2}
.wa{position:fixed;bottom:22px;right:22px;z-index:60;background:#1fbf64;color:#fff;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;font-size:26px;box-shadow:0 14px 30px rgba(31,191,100,.35);transition:all .3s ease}
.wa-popup{position:fixed;right:22px;bottom:94px;z-index:60;background:#fff;border:1px solid #dbe8f8;border-radius:18px;padding:14px 16px;width:250px;box-shadow:var(--shadow);display:none;transition:all .3s ease}
.wa-popup.show{display:block}.wa-popup strong{display:block}.wa-popup small{color:var(--muted)}
.close-wa{float:left;border:0;background:transparent;color:#7d8dad;font-size:22px;cursor:pointer}
[dir="rtl"] .hero-actions{justify-content:flex-start}
[dir="rtl"] .wa{right:auto;left:22px}
[dir="rtl"] .wa-popup{right:auto;left:22px}

/* Mobile Bottom Bar (Hidden on Desktop) */
.mobile-bottom-bar{display:none}

@media(max-width:980px){
  body{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))!important}
  .mobile-bottom-bar{
    display:flex!important;
    position:fixed!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
    left:14px!important;
    right:14px!important;
    max-width:440px!important;
    margin:0 auto!important;
    height:64px!important;
    background:rgba(7,27,62,.94)!important;
    backdrop-filter:blur(20px) saturate(180%)!important;
    -webkit-backdrop-filter:blur(20px) saturate(180%)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:28px!important;
    box-shadow:0 16px 36px rgba(7,27,62,.35),0 4px 14px rgba(7,27,62,.25)!important;
    z-index:9999!important;
    padding:4px 8px!important;
    align-items:center!important;
    justify-content:space-around!important;
    box-sizing:border-box!important;
  }
  .bottom-nav-item{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    flex:1!important;
    height:100%!important;
    color:#93a8c7!important;
    text-decoration:none!important;
    border-radius:20px!important;
    transition:all .22s cubic-bezier(.4,0,.2,1)!important;
    position:relative!important;
    padding:4px 2px!important;
    gap:3px!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .bottom-nav-item:active{transform:scale(.92)!important}
  .bottom-nav-icon{width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .bottom-nav-icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:all .2s ease!important}
  .bottom-nav-label{font-size:11px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}
  .bottom-nav-item.active{
    color:#ffffff!important;
    background:rgba(11,99,230,.38)!important;
    box-shadow:0 4px 14px rgba(11,99,230,.3)!important;
  }
  .bottom-nav-item.active .bottom-nav-icon{transform:translateY(-1px)!important;color:#60a5fa!important}
  .bottom-nav-item.active .bottom-nav-icon svg{stroke:#60a5fa!important}
  .bottom-nav-item.active .bottom-nav-label{color:#ffffff!important;font-weight:800!important}
  .bottom-nav-item.active::after{
    content:''!important;
    position:absolute!important;
    bottom:4px!important;
    width:4px!important;
    height:4px!important;
    border-radius:50%!important;
    background:#60a5fa!important;
    box-shadow:0 0 6px #60a5fa!important;
  }

  /* WhatsApp above dock on mobile */
  .wa{bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;width:52px!important;height:52px!important;font-size:22px!important}
  .wa svg{width:26px!important;height:26px!important}
  [dir="rtl"] .wa{right:auto!important;left:18px!important}
  [dir="ltr"] .wa{left:auto!important;right:18px!important}
  .wa-popup{bottom:calc(150px + env(safe-area-inset-bottom,0px))!important;width:235px!important}
  [dir="rtl"] .wa-popup{right:auto!important;left:18px!important}
  [dir="ltr"] .wa-popup{left:auto!important;right:18px!important}

  .nav{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:68px!important}
  .site-header .nav-links, .nav-links, .site-header .nav-actions, .nav-actions{display:none!important}
  .menu-toggle{display:inline-flex!important}
  .logo img{height:46px!important;max-width:155px!important}
  .hero-grid,.split{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .logos{grid-template-columns:repeat(2,1fr)}
  .articles{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero{padding-top:28px}
}
@media(max-width:640px){
  .cards,.stats,.logos,.articles{grid-template-columns:1fr}
  .hero h1{font-size:clamp(28px,7.5vw,42px)!important;line-height:1.18!important;letter-spacing:-.4px!important;margin-bottom:14px!important}
  .hero p{font-size:16px!important;line-height:1.7!important}
  .hero-actions{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}
  .hero-actions .btn{width:100%!important;justify-content:center!important}
  .trust{gap:8px!important;margin-top:20px!important}
  .trust span{font-size:13px!important;padding:7px 12px!important}
  .section{padding:48px 0}
  .cta{flex-direction:column;text-align:center;padding:28px 20px;border-radius:24px}
  .page-hero{padding:44px 0 24px}
  .page-hero h1{font-size:clamp(26px,7vw,38px)!important;line-height:1.2!important}
  .page-hero p{font-size:15.5px!important}
  .hero-media{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:24px}
  .float-card{position:static!important;display:inline-flex!important;margin:0!important;font-size:13px!important;padding:10px 14px!important;border-radius:14px!important;box-shadow:0 4px 16px rgba(24,73,135,.08)!important}
  .fc1,.fc2{top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}
  input,select,textarea{font-size:16px!important}
}

/* Interaction and responsive polish */
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(11,99,230,.22),transparent)}
/* Mobile Menu Toggle Button */
.menu-toggle{display:none;width:44px;height:44px;border:1.5px solid #dceafb;border-radius:14px;background:#ffffff;color:#071d44;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(24,73,135,.08);transition:all .25s ease;padding:0}
.menu-toggle:hover{border-color:#0b63e6;color:#0b63e6}
.menu-toggle.open{background:#071d44;border-color:#071d44;color:#ffffff}
.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:18px;height:2px;background:#071d44!important;border-radius:99px;transition:transform .25s ease,opacity .25s ease}
.menu-toggle span{margin:4.5px 0}
.menu-toggle.open:before{transform:translateY(6.5px) rotate(45deg);background:#ffffff!important}
.menu-toggle.open span{opacity:0}
.menu-toggle.open:after{transform:translateY(-6.5px) rotate(-45deg);background:#ffffff!important}

/* Mobile Menu Backdrop Overlay */
.mobile-menu-overlay{position:fixed;inset:0;background:rgba(7,27,62,.52);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9997;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1)}
.mobile-menu-overlay.open{opacity:1;pointer-events:auto}

/* Mobile Menu Modal Drawer */
.mobile-menu{position:fixed;top:80px;left:14px;right:14px;max-width:460px;margin:0 auto;z-index:9998;background:rgba(255,255,255,.98);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1.5px solid #dceafb;border-radius:26px;padding:16px 14px 18px;box-shadow:0 24px 60px rgba(7,27,62,.24),0 4px 16px rgba(11,99,230,.08);max-height:calc(100vh - 170px);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;opacity:0;transform:translateY(-16px) scale(.97);pointer-events:none;transition:all .32s cubic-bezier(.16,1,.3,1)}
.mobile-menu::-webkit-scrollbar{display:none}
.mobile-menu.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}

/* Mobile Menu Head */
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:2px 8px 12px;margin-bottom:8px;border-bottom:1px solid #eaf2fc}
.mobile-menu-title{font-size:13px;font-weight:800;color:#263e63;letter-spacing:.2px}
.mobile-menu-close-btn{width:32px;height:32px;border-radius:10px;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:20px;line-height:1;cursor:pointer;transition:all .2s ease}
.mobile-menu-close-btn:hover{background:#e2e8f0;color:#071d44}

/* Mobile Menu Links */
.mobile-nav-link{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 12px!important;color:#071d44!important;font-weight:700!important;font-size:15px!important;border-radius:16px!important;margin-bottom:4px!important;transition:all .2s ease!important;text-decoration:none!important;border:1px solid transparent!important}
.mobile-nav-link:hover{background:#f0f7ff!important;color:#0b63e6!important}
.mobile-link-start{display:flex!important;align-items:center!important;gap:12px!important}
.mobile-link-icon{width:36px!important;height:36px!important;border-radius:12px!important;background:#eff6ff!important;color:#0b63e6!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:all .2s ease!important}
.mobile-link-icon svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.mobile-link-arrow{color:#94a3b8!important;display:flex!important;align-items:center!important;transition:transform .2s ease,color .2s ease!important}
.mobile-link-arrow svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
[dir="rtl"] .mobile-link-arrow svg{transform:rotate(180deg)!important}
.mobile-nav-link:hover .mobile-link-icon{background:#0b63e6!important;color:#ffffff!important;box-shadow:0 4px 12px rgba(11,99,230,.25)!important}
.mobile-nav-link:hover .mobile-link-arrow{color:#0b63e6!important;transform:translateX(3px)!important}
[dir="rtl"] .mobile-nav-link:hover .mobile-link-arrow{transform:translateX(-3px)!important}

/* Active State */
.mobile-nav-link.active{background:linear-gradient(135deg,rgba(11,99,230,.08),rgba(43,140,255,.12))!important;border:1px solid rgba(11,99,230,.28)!important;color:#0b63e6!important;font-weight:800!important}
.mobile-nav-link.active .mobile-link-icon{background:#0b63e6!important;color:#ffffff!important;box-shadow:0 4px 14px rgba(11,99,230,.3)!important}
.mobile-nav-link.active .mobile-link-arrow{color:#0b63e6!important}
.mobile-active-badge{font-size:10.5px!important;font-weight:800!important;background:#0b63e6!important;color:#ffffff!important;padding:3px 8px!important;border-radius:999px!important;letter-spacing:0!important}

/* Mobile Actions Bottom */
.mobile-actions{display:grid!important;grid-template-columns:auto 1fr!important;gap:10px!important;padding-top:14px!important;margin-top:10px!important;border-top:1px solid #eaf2fc!important}
.mobile-actions .lang-switch{height:46px!important;line-height:46px!important;padding:0 18px!important;font-weight:800!important;border-radius:14px!important}
.mobile-actions .btn-primary{height:46px!important;line-height:46px!important;font-weight:800!important;border-radius:14px!important;box-shadow:0 8px 22px rgba(11,99,230,.25)!important}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
.service-showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.service-visual{position:relative}.service-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.service-copy h2{font-size:clamp(30px,3.2vw,46px);line-height:1.2;margin:0 0 16px}.service-copy>p{color:var(--muted);font-size:18px}.check-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;background:rgba(255,255,255,.8);border:1px solid var(--line);border-radius:16px;padding:14px 48px 14px 16px;color:#405678}.check-list li:before{content:"✓";position:absolute;right:16px;top:13px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-weight:900}.service-process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.process-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 30px rgba(24,73,135,.06)}.process-card b{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf4ff;color:var(--blue);margin-bottom:14px}.process-card h3{margin:0 0 8px}.process-card p{margin:0;color:var(--muted)}
.service-kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.service-kpi div{background:linear-gradient(135deg,#0b2c68,#0b63e6);color:#fff;border-radius:18px;padding:18px;text-align:center}.service-kpi strong{display:block;font-size:24px}
.internal-visual-strip{margin-top:30px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.internal-visual-strip img{width:100%;height:360px;object-fit:cover}
@media(max-width:980px){.menu-toggle{display:flex}.nav{grid-template-columns:1fr auto}.nav>.logo{justify-self:start}.service-showcase{grid-template-columns:1fr}.service-process{grid-template-columns:1fr 1fr}.service-kpi{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.mobile-actions{grid-template-columns:1fr}.service-process,.service-kpi{grid-template-columns:1fr}.footer-logo{height:84px}.internal-visual-strip img{height:240px}}

/* v4 refinements */
.logo img{width:auto;max-width:190px;object-fit:contain}
.icon svg,.stat-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.icon{font-size:0}
.about-label{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b63e6,#2b8cff);color:#fff!important;border-radius:999px;padding:8px 16px;margin-bottom:15px;box-shadow:0 10px 24px rgba(11,99,230,.18);font-size:17px;letter-spacing:0}
.split h2{margin-top:0}
.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:145px}
.stat-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4ff,#dcecff);color:var(--blue);box-shadow:inset 0 0 0 1px rgba(11,99,230,.08)}
.stat span{font-weight:800;line-height:1.4}
.wa{padding:0;overflow:hidden}
.wa svg{width:31px;height:31px;color:#fff}
/* Smart patient-journey dock */
.journey-dock{position:fixed;left:50%;bottom:20px;transform:translate(-50%,20px);z-index:58;width:min(620px,calc(100vw - 180px));display:flex;align-items:center;gap:16px;padding:10px 16px;border:1px solid rgba(185,214,245,.9);border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 16px 44px rgba(20,73,135,.14);opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease}
.journey-dock.visible{opacity:1;transform:translate(-50%,0)}
.journey-title{white-space:nowrap;color:var(--navy);font-size:12px;font-weight:800;padding-inline-end:2px}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;align-items:start;flex:1;padding-top:1px}
.journey-track:before{content:"";position:absolute;top:8px;left:8%;right:8%;height:2px;background:#dceafb;border-radius:99px}
.journey-progress{position:absolute;top:8px;left:8%;width:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--blue2));border-radius:99px;transition:width .4s cubic-bezier(.2,.8,.2,1)}
.journey-track button{position:relative;border:0;background:transparent;color:#8190a8;font:inherit;font-size:11px;font-weight:700;display:grid;justify-items:center;gap:5px;z-index:2;padding:0;pointer-events:none}
.journey-track i{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #cbdff5;box-shadow:0 0 0 3px rgba(255,255,255,.9);transition:.3s ease}
.journey-track button.active{color:var(--blue)}
.journey-track button.active i{border-color:var(--blue);background:var(--blue);box-shadow:0 0 0 4px rgba(11,99,230,.12)}
/* Subtle depth interaction on hero visual */
.hero-media{transform-style:preserve-3d;perspective:900px}
.hero-media .hero-frame,.hero-media .float-card{transition:transform .22s ease-out}
@media(prefers-reduced-motion:reduce){.journey-dock,.journey-progress,.hero-media .hero-frame,.hero-media .float-card{transition:none!important}.reveal{transition:none!important}}
@media(max-width:980px){.journey-dock{display:none}.logo img{height:60px;max-width:170px}}
@media(max-width:640px){.logo img{height:54px;max-width:155px}.hero h1{font-size:38px}.about-label{font-size:16px;padding:7px 14px}.stat{min-height:128px}}


/* v5 visual refinements (Desktop Only) */
@media (min-width: 981px) {
  .nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:96px}
  .nav-links{display:flex;justify-content:center;gap:26px;align-items:center;flex:1}
  .nav-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center;flex-shrink:0;white-space:nowrap}
  .logo img{height:76px!important;max-width:225px!important}
}
.cards .card{background:linear-gradient(180deg,rgba(231,243,255,.98) 0%,rgba(250,253,255,.98) 100%);border:1px solid #bcd9fb;box-shadow:0 16px 38px rgba(19,82,160,.08);position:relative;overflow:hidden}
.cards .card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--blue),var(--blue2));opacity:.78}
[dir="rtl"] .cards .card:before{left:auto;right:0}
.cards .card:hover{background:linear-gradient(180deg,#dfefff 0%,#f7fbff 100%);border-color:#86baf5;box-shadow:0 22px 50px rgba(18,83,165,.14)}
.cards .icon{background:linear-gradient(135deg,#0b63e6,#2b8cff);color:#fff;box-shadow:0 10px 20px rgba(11,99,230,.18)}
.footer-logo{height:112px!important;max-width:260px;filter:brightness(0) invert(1)!important;object-fit:contain}
.socials{gap:10px}
.social-link{width:44px;height:44px;background:rgba(255,255,255,.06)}
.social-link svg{width:19px;height:19px}
.social-link.tiktok svg{fill:currentColor;stroke:none}
.contact-line{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#dbe8ff}
.contact-line svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.95}
.contact-line a{display:inline-flex;align-items:center;color:#dbe8ff}
.contact-line.location a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.25);text-underline-offset:4px}
.contact-stack{display:grid;gap:12px;margin:18px 0 22px}
.contact-stack .contact-line{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:13px 15px;margin:0}
/* Signature interactive patient decision map */
.decision-lab{padding-top:28px}
.decision-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;background:linear-gradient(135deg,#071f49 0%,#0a3c87 52%,#0b63e6 100%);border-radius:36px;padding:46px;color:#fff;box-shadow:0 28px 70px rgba(7,47,109,.18)}
.decision-shell:before{content:"";position:absolute;inset:-120px auto auto -80px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.02)}
.decision-shell:after{content:"";position:absolute;right:-110px;bottom:-120px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(83,171,255,.34),transparent 65%)}
.decision-copy,.decision-orbit{position:relative;z-index:2}
.decision-copy .eyebrow{color:#a9d1ff}
.decision-copy h2{font-size:clamp(31px,3.4vw,48px);line-height:1.18;margin:6px 0 14px;color:#fff}
.decision-copy>p{color:#d4e5ff;font-size:18px;margin:0 0 24px}
.insight-card{min-height:150px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:20px 22px;backdrop-filter:blur(12px);transition:.28s ease}
.insight-card b{display:block;color:#fff;font-size:19px;margin-bottom:7px}
.insight-card p{margin:0;color:#d8e8ff}
.decision-orbit{width:min(470px,100%);aspect-ratio:1;margin:auto;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(255,255,255,.08) 0 16%,transparent 17%),radial-gradient(circle at center,transparent 0 40%,rgba(255,255,255,.14) 40.5% 41%,transparent 41.5%),radial-gradient(circle at center,transparent 0 67%,rgba(255,255,255,.10) 67.5% 68%,transparent 68.5%)}
.decision-center{width:128px;height:128px;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#fff,#dbeeff);color:#0a3c87;font-weight:900;box-shadow:0 20px 48px rgba(7,27,62,.25),0 0 0 10px rgba(255,255,255,.08);z-index:3}
.decision-center small{display:block;font-size:12px;color:#4f6f9b;font-weight:700}
.orbit-node{position:absolute;width:92px;height:92px;border-radius:28px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.10);color:#fff;display:grid;place-items:center;text-align:center;padding:8px;font-family:inherit;font-weight:800;cursor:pointer;backdrop-filter:blur(12px);transition:.3s ease;box-shadow:0 14px 32px rgba(7,27,62,.15)}
.orbit-node svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:2px}
.orbit-node:hover,.orbit-node.active{background:#fff;color:#0b63e6;transform:scale(1.07);box-shadow:0 18px 44px rgba(7,27,62,.25)}
.orbit-node.n1{top:4%;left:50%;transform:translateX(-50%)}
.orbit-node.n1:hover,.orbit-node.n1.active{transform:translateX(-50%) scale(1.07)}
.orbit-node.n2{right:2%;top:50%;transform:translateY(-50%)}
.orbit-node.n2:hover,.orbit-node.n2.active{transform:translateY(-50%) scale(1.07)}
.orbit-node.n3{bottom:4%;left:50%;transform:translateX(-50%)}
.orbit-node.n3:hover,.orbit-node.n3.active{transform:translateX(-50%) scale(1.07)}
.orbit-node.n4{left:2%;top:50%;transform:translateY(-50%)}
.orbit-node.n4:hover,.orbit-node.n4.active{transform:translateY(-50%) scale(1.07)}
.orbit-node .pulse{position:absolute;inset:-8px;border-radius:32px;border:1px solid rgba(110,185,255,.38);opacity:0}
.orbit-node.active .pulse{animation:nodePulse 2s infinite}
@keyframes nodePulse{0%{opacity:.7;transform:scale(.92)}70%,100%{opacity:0;transform:scale(1.2)}}
/* magnetic consultation CTA */
[data-magnetic]{will-change:transform;transition:transform .18s ease-out,box-shadow .25s ease}
@media(max-width:980px){.nav{min-height:86px}.logo img{height:68px!important;max-width:200px!important}.decision-shell{grid-template-columns:1fr;padding:34px}.decision-orbit{max-width:420px}.footer-logo{height:102px!important}}
@media(max-width:640px){.logo img{height:60px!important;max-width:180px!important}.decision-shell{padding:28px 20px;border-radius:28px}.decision-orbit{max-width:320px}.decision-center{width:104px;height:104px}.orbit-node{width:76px;height:76px;border-radius:22px;font-size:12px}.footer-logo{height:94px!important}}

/* High Contrast Polish & Clean Typography - Prestigious Royal Deep Blue */
:root{--ink:#0b2c68;--navy:#0b2c68;--muted:#263e63}
html[lang="ar"] body{font-family:"Lama Sans","Segoe UI",Tahoma,sans-serif;color:var(--ink);font-weight:500}
html[lang="en"] body{font-family:"Manrope","Segoe UI",Arial,sans-serif;color:var(--ink);font-weight:500}
h1,h2,h3,h4,h5,h6,
.nav a,
.card h3,
.section-title h2,
.split h2,
.article-card h3,
.hero h1,
.page-hero h1,
.works-page-hero h1,
strong,b,th,label,dt{
  color:#0b2c68!important;
  font-weight:800;
}
.hero h1 span{color:var(--blue)!important}
.hero p,.section-title p,.card p,.split p{color:var(--muted);font-weight:500}

/* Eyebrows in inner page heroes styled as blue badge/pill like about-label */
.page-hero .eyebrow,
.works-page-hero .eyebrow {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff!important;
  border-radius:999px;
  padding:6px 18px;
  margin-bottom:14px;
  box-shadow:0 10px 24px rgba(11,99,230,.18);
  font-size:14.5px;
  font-weight:800;
}

/* Preserve bright white on all dark sections */
.panel h1, .panel h2, .panel h3, .panel strong, .panel b,
.cta h1, .cta h2, .cta h3, .cta strong, .cta b,
.footer h1, .footer h2, .footer h3, .footer h4, .footer strong, .footer b,
.decision-shell h1, .decision-shell h2, .decision-shell h3, .decision-shell strong, .decision-shell b,
.insight-card b, .insight-card h3,
.works-modal-caption h3, .works-modal-caption strong {
  color:#ffffff!important;
}

/* All lines, divider rules, horizontal rules and dark borders use rich deep navy blue */
hr, .divider, .line-separator, .border-dark {
  border: none !important;
  border-top: 1.5px solid #0b2c68 !important;
  opacity: 0.2 !important;
}

/* Prevent browser default black focus ring */
*:focus-visible {
  outline: 2px solid #0b2c68 !important;
  outline-offset: 2px;
}

/* Sub-text on dark backgrounds - High Contrast & 100% Readability */
.decision-copy > p,
.decision-shell p {
  color: #dbe8ff !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}
.decision-copy .eyebrow {
  color: #93c5fd !important;
  font-weight: 700 !important;
}
.insight-card p,
[data-insight-body] {
  color: #e2eeff !important;
  font-weight: 500 !important;
}
.insight-card b,
[data-insight-title] {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.cta p,
.cta div p {
  color: #dbe8ff !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.footer p,
.footer-brand p {
  color: #c5dcff !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

.works-modal-caption p,
#modal-desc {
  color: #cbd5e1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Article content readability boost */
.article-body-content p{color:#152b48!important;font-size:18.5px!important;line-height:2!important;font-weight:500!important;margin-bottom:24px!important}

/* Contact panel text clarity */
.panel h2{color:#fff!important;font-weight:800!important}
.panel .contact-line,.panel .contact-line a{color:#ffffff!important;font-weight:700!important}
.panel .contact-line svg{color:#93c5fd!important}

/* Header consultation button (Desktop Only) */
@media (min-width: 981px) {
  .site-header .nav-actions{gap:12px;white-space:nowrap;display:flex!important}
  .site-header .nav-actions .btn{white-space:nowrap!important;display:inline-flex;align-items:center;justify-content:center}
  .site-header .nav-actions .btn-primary{
    background:linear-gradient(135deg,#0759d8,#1688ff);
    color:#fff!important;
    border-color:#0759d8;
    box-shadow:0 10px 22px rgba(11,99,230,.26);
    white-space:nowrap!important;
    padding:12px 24px!important;
    font-size:14.5px!important;
    line-height:1.2!important;
    flex-shrink:0!important;
  }
  .site-header .nav-actions .btn-primary:hover{box-shadow:0 14px 28px rgba(11,99,230,.32)}
  .site-header .nav-actions .lang-switch{
    padding:10px 18px!important;
    font-size:13.5px!important;
    font-weight:700!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    flex-shrink:0!important;
  }
}

/* Hero CTAs exactly as the approved version */
.hero-actions .btn-primary{background:linear-gradient(135deg,#0b63e6,#2b8cff);color:#fff!important;border-color:#0b63e6;box-shadow:0 12px 28px rgba(11,99,230,.22)}
.hero-actions .btn-outline{background:#fff;color:#0b63e6!important;border-color:#0b63e6}
.hero-actions .btn-outline:hover{background:#edf6ff}

/* Decision phrase is optically centered in the circle */
.decision-center{display:flex!important;align-items:center;justify-content:center;flex-direction:column;position:relative;text-align:center;padding:20px;line-height:1.25}
.decision-center .decision-main{display:flex;align-items:center;justify-content:center;min-height:46px;font-size:18px;font-weight:900;color:#0a3c87}
.decision-center small{position:absolute;bottom:18px;left:10px;right:10px;font-size:10px;line-height:1.15;color:#5a76a0;font-weight:700}

/* Why Digital Health: force the approved dark panel and readable stat cards */
.panel{background:linear-gradient(135deg,#0b2c68 0%,#0b63e6 100%)!important;color:#fff!important}
.panel .section-title h2{color:#fff!important}
.panel .section-title small{color:#bcd9ff!important}
.panel .section-title p{color:#d9e7ff!important}
.panel .stat{background:#fff!important;color:#10264b!important;border-color:#d9e8fb!important}
.panel .stat span{color:#10264b!important}
.panel .stat-icon{background:linear-gradient(135deg,#eaf4ff,#dcecff)!important;color:#0b63e6!important}

/* Main CTA WhatsApp button: visible and aligned with the navy typography */
.cta .btn-outline{background:#fff!important;color:#0b2c68!important;border-color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.10)}
.cta .btn-outline:hover{background:#eaf4ff!important;color:#0759d8!important}

/* Footer WhatsApp CTA must not disappear against the white button */
.footer .btn-outline,.footer-contact .btn-outline{background:#fff!important;color:#0b2c68!important;border-color:#fff!important;font-weight:800;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.footer .btn-outline:hover,.footer-contact .btn-outline:hover{background:#eaf4ff!important;color:#0759d8!important}
.footer a.btn-outline{color:#0b2c68!important}

/* Small color consistency fixes */
.footer h3{color:#fff!important}
.footer .social-link{color:#fff!important}
.eyebrow{color:#0b63e6}
.about-label{color:#fff!important}

@media(max-width:640px){
  .decision-center .decision-main{font-size:15px;min-height:38px}
  .decision-center small{bottom:12px;font-size:8.5px}
}

/* ==========================================================================
   Works & Portfolio Showcase Styles (Horizontal Slider Layout & Modals)
   ========================================================================== */

/* Page Hero */
.works-page-hero {
  padding: 44px 0 24px;
  text-align: center;
}
.works-page-hero h1 {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 900;
  color: #071d44;
  margin: 10px 0 14px;
  line-height: 1.25;
}
.works-page-hero p {
  font-size: 16px;
  color: #4a6385;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Filter Navigation Bar */
.works-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 24px auto 36px;
  max-width: 900px;
}
.filter-pill {
  padding: 9px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #1a3353;
  border: 1.5px solid #d0e1f9;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all .25s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(11,99,230,.05);
}
.filter-pill:hover {
  background: #f0f7ff;
  border-color: #0b63e6;
  color: #0b63e6;
}
.filter-pill.active {
  background: linear-gradient(135deg, #0b63e6, #0759d8);
  color: #ffffff !important;
  border-color: #0759d8;
  box-shadow: 0 8px 20px rgba(11,99,230,.28);
}

/* Category Row Section */
.works-row-section {
  background: #ffffff;
  border-radius: 28px;
  border: 1.5px solid #dbe8fb;
  box-shadow: 0 12px 36px rgba(23,74,140,.06);
  padding: 26px;
  margin-bottom: 34px;
  position: relative;
  transition: border-color .3s ease;
}
.works-row-section:last-child {
  margin-bottom: 10px;
}

.works-row-container {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Right Side Category Card */
.works-cat-card {
  background: linear-gradient(145deg, #f4f8fe 0%, #eaf2fd 100%);
  border: 1.5px solid #cfe2fd;
  border-radius: 22px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 310px;
}
.works-cat-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.works-cat-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 6px 16px rgba(11,99,230,.12);
  border: 1px solid #e0edfe;
}
.works-cat-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #0b63e6;
  background: rgba(11,99,230,.1);
  padding: 3px 10px;
  border-radius: 999px;
  align-self: flex-start;
}
.works-cat-title {
  font-size: 22px;
  font-weight: 900;
  color: #071d44;
  margin: 0;
  line-height: 1.3;
}
.works-cat-desc {
  font-size: 13.5px;
  color: #4b6488;
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
}
.works-cat-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(11,99,230,.12);
}
.works-cat-counter {
  font-size: 12px;
  font-weight: 800;
  color: #0b63e6;
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #c7dffa;
}
.works-scroll-controls {
  display: flex;
  gap: 8px;
}
.scroll-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #b7d6fd;
  background: #ffffff;
  color: #0b63e6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  box-shadow: 0 3px 10px rgba(11,99,230,.08);
  font-size: 14px;
  user-select: none;
}
.scroll-btn:hover {
  background: #0b63e6;
  color: #ffffff;
  border-color: #0b63e6;
  transform: scale(1.06);
}
.scroll-btn:active {
  transform: scale(.94);
}

/* Left Side: Horizontal Scroll Track */
.works-slider-wrapper {
  overflow: hidden;
  position: relative;
  min-width: 0; /* Crucial for CSS Grid horizontal flex */
  display: flex;
  align-items: stretch;
}
.works-slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 4px 14px 4px;
  width: 100%;
  align-items: stretch;
  cursor: grab;
}
.works-slider-track:active {
  cursor: grabbing;
}
/* Custom sleek scrollbar */
.works-slider-track::-webkit-scrollbar {
  height: 6px;
}
.works-slider-track::-webkit-scrollbar-track {
  background: #edf4fe;
  border-radius: 999px;
}
.works-slider-track::-webkit-scrollbar-thumb {
  background: #b8d6fc;
  border-radius: 999px;
}
.works-slider-track::-webkit-scrollbar-thumb:hover {
  background: #0b63e6;
}

/* Base Work Slide Card */
.work-slide-card {
  border-radius: 20px;
  background: #ffffff;
  border: 1.5px solid #e1edf9;
  box-shadow: 0 8px 24px rgba(23,74,140,.06);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
  user-select: none;
}
.work-slide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11,99,230,.14);
  border-color: #0b63e6;
}

/* 1. Images Slide Card */
.slide-image-card {
  width: 290px;
  min-width: 290px;
  max-width: 290px;
  flex: 0 0 290px;
}
.slide-image-thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f1f6fc;
}
.slide-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.work-slide-card:hover .slide-image-thumb img {
  transform: scale(1.06);
}
.slide-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 68, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.work-slide-card:hover .slide-image-overlay {
  opacity: 1;
}
.slide-zoom-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b63e6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(7,27,62,.18);
  font-size: 16px;
  transform: scale(.8);
  transition: transform .3s ease;
}
.work-slide-card:hover .slide-zoom-btn {
  transform: scale(1);
}

.slide-card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.slide-card-cat {
  font-size: 11px;
  font-weight: 800;
  color: #0b63e6;
  background: #eef6ff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 8px;
}
.slide-card-title {
  font-size: 15px;
  font-weight: 800;
  color: #071d44;
  margin: 0 0 6px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide-card-desc {
  font-size: 12.5px;
  color: #4b6488;
  margin: 0 0 10px 0;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide-card-client {
  font-size: 11.5px;
  font-weight: 700;
  color: #7b94b5;
  border-top: 1px solid #f0f4fa;
  padding-top: 8px;
  margin-top: auto;
}

/* 2. Reels Slide Card (9:16) */
.slide-reel-card {
  width: 215px;
  min-width: 215px;
  max-width: 215px;
  flex: 0 0 215px;
  aspect-ratio: 9/16;
  height: 380px;
  border-radius: 22px;
  border: 2px solid #d4e3f8;
  background: #071d44;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slide-reel-card:hover {
  border-color: #9333ea;
  box-shadow: 0 18px 44px rgba(147, 51, 234, .25);
  transform: translateY(-5px);
}
.slide-reel-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.slide-reel-card:hover .slide-reel-poster {
  transform: scale(1.06);
}
.slide-reel-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,29,68,0.15) 0%, rgba(7,29,68,0.45) 40%, rgba(7,29,68,0.96) 100%);
  z-index: 1;
}
.slide-reel-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(147, 51, 234, 0.9);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.slide-reel-play {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #9333ea;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(7,27,62,.28);
  transition: all .3s ease;
}
.slide-reel-card:hover .slide-reel-play {
  background: #9333ea;
  color: #ffffff;
  transform: translate(-50%, -50%) scale(1.12);
}
.slide-reel-info {
  position: relative;
  z-index: 2;
  padding: 16px;
  color: #ffffff;
}
.slide-reel-cat {
  font-size: 10px;
  font-weight: 800;
  color: #d8b4fe;
  display: block;
  margin-bottom: 4px;
}
.slide-reel-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 6px 0;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(7,27,62,.6);
}
.slide-reel-client {
  font-size: 11px;
  color: #cbd5e1;
  font-weight: 600;
}

/* 3. Videos Slide Card (16:9) */
.slide-video-card {
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
}
.slide-video-card:hover {
  border-color: #e11d48;
  box-shadow: 0 18px 44px rgba(225,29,72,.14);
}
.slide-video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #071d44;
}
.slide-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.slide-video-card:hover .slide-video-thumb img {
  transform: scale(1.05);
}
.slide-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,29,68,0.1) 0%, rgba(7,29,68,0.6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-video-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(225, 29, 72, 0.95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(225,29,72,.4);
  transition: all .3s ease;
}
.slide-video-card:hover .slide-video-play {
  transform: scale(1.12);
  background: #be123c;
}
.slide-video-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 6px;
}

/* 4. Software Slide Card */
.slide-software-card {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  flex: 0 0 350px;
}
.slide-software-card:hover {
  border-color: #059669;
  box-shadow: 0 18px 44px rgba(5,150,105,.14);
}
.slide-browser-frame {
  background: #071d44;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slide-browser-dots {
  display: flex;
  gap: 5px;
}
.slide-browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.slide-browser-dots span:nth-child(1) { background: #ef4444; }
.slide-browser-dots span:nth-child(2) { background: #f59e0b; }
.slide-browser-dots span:nth-child(3) { background: #10b981; }
.slide-browser-url {
  background: rgba(255,255,255,.1);
  color: #94a3b8;
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 6px;
  flex: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-software-thumb {
  height: 175px;
  overflow: hidden;
  background: #f1f6fc;
}
.slide-software-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.slide-software-card:hover .slide-software-thumb img {
  transform: scale(1.04);
}
.slide-software-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px 14px;
  border-radius: 12px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  font-weight: 800;
  font-size: 12.5px;
  text-decoration: none;
  transition: all .2s ease;
  margin-top: 10px;
}
.slide-software-btn:hover {
  background: #059669;
  color: #ffffff;
  border-color: #059669;
}

/* Universal Lightbox & Video Modal */
.works-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(7, 27, 62, 0.88);
  backdrop-filter: blur(10px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.works-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}
.works-modal-container {
  background: #071b3e;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.15);
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 25px 60px rgba(7,27,62,.6);
}
.works-modal-container.reel-mode {
  max-width: 440px;
}
.works-modal-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background .2s ease;
  font-size: 18px;
}
.works-modal-close:hover {
  background: rgba(255,255,255,.35);
}
.works-modal-media-holder {
  width: 100%;
  background: #071b3e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.works-modal-media-holder.aspect-16-9 {
  aspect-ratio: 16/9;
}
.works-modal-media-holder.aspect-9-16 {
  aspect-ratio: 9/16;
  max-height: 75vh;
}
.works-modal-media-holder img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.works-modal-media-holder iframe, .works-modal-media-holder video {
  width: 100%;
  height: 100%;
  border: none;
}
.works-modal-caption {
  padding: 16px 20px;
  background: #071b3e;
  color: #ffffff;
}
.works-modal-caption h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px 0;
}
.works-modal-caption p {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .works-row-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .works-cat-card {
    min-height: auto;
  }
  .works-row-section {
    padding: 18px 14px;
    border-radius: 22px;
  }
  .works-page-hero h1 {
    font-size: clamp(24px, 6.5vw, 32px);
  }
  .works-page-hero p {
    font-size: 15px;
  }
  .works-filter-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 6px 4px 12px !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    scrollbar-width: none !important;
    margin: 16px auto 24px !important;
  }
  .works-filter-nav::-webkit-scrollbar {
    display: none !important;
  }
  .filter-pill {
    flex-shrink: 0 !important;
    font-size: 13px !important;
    padding: 8px 16px !important;
    white-space: nowrap !important;
  }
  .works-slider-track {
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .works-slider-track::-webkit-scrollbar {
    display: none !important;
  }
  .works-card {
    scroll-snap-align: start !important;
  }
}

/* ==========================================================================
   FINAL MOBILE HEADER OVERRIDES (Max Specificity Guarantee)
   ========================================================================== */
@media (max-width: 980px) {
  header.site-header .nav,
  .site-header .nav,
  .nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 64px !important;
    padding: 6px 0 !important;
  }
  header.site-header .logo img,
  .site-header .logo img,
  .logo img {
    height: 44px !important;
    max-height: 44px !important;
    max-width: 150px !important;
    width: auto !important;
  }
  header.site-header .nav-links,
  .site-header .nav-links,
  .nav-links,
  header.site-header .nav-actions,
  .site-header .nav-actions,
  .nav-actions {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  header.site-header .menu-toggle,
  .site-header .menu-toggle,
  .menu-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
  }
}

@media (min-width: 981px) {
  .menu-toggle,
  .mobile-menu,
  .mobile-menu-overlay,
  .mobile-bottom-bar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Consultation Form Styles */
.consultation-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 36px rgba(11, 99, 230, 0.08);
  position: relative;
}
@media (max-width: 640px) {
  .consultation-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
}
.consultation-card h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 8px;
}
.consultation-card p.form-subtitle {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.consultation-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .consultation-form .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.consultation-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.consultation-form .form-group.full-width {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.consultation-form label {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}
.consultation-form label span.required {
  color: #ef4444;
  margin-inline-start: 2px;
}
.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f8fbff;
  color: var(--navy);
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 500;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(11, 99, 230, 0.12);
}
.consultation-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230b63e6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 16px;
  padding-left: 38px;
}
html[lang="en"] .consultation-form select {
  background-position: right 14px center;
  padding-left: 16px;
  padding-right: 38px;
}
.consultation-form .form-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 14px;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
}
.consultation-form .form-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.consultation-form .form-feedback {
  display: none;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  animation: fadeIn 0.3s ease;
}
.consultation-form .form-feedback.success {
  display: block;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.consultation-form .form-feedback.error {
  display: block;
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}
.consultation-form .form-feedback.sending {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}
.consultation-form input.input-error,
.consultation-form select.input-error,
.consultation-form textarea.input-error {
  border-color: #ef4444 !important;
  background: #fff8f8 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12) !important;
}

