@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');

:root{--navy:#071e2d;--navy-2:#0b2b3d;--ink:#102b39;--teal:#0b988d;--teal-dark:#08776f;--mint:#d9f3ee;--aqua:#63d5c8;--cream:#f5f8f7;--white:#fff;--muted:#647a83;--line:#dbe7e5;--shadow:0 25px 70px rgba(8,38,52,.12);--radius:24px;--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:#fbfdfc;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{position:relative;padding:120px 0}.skip-link{position:fixed;z-index:1000;top:10px;inset-inline-start:-300px;background:#fff;padding:12px 18px;border-radius:8px}.skip-link:focus{inset-inline-start:10px}.page-glow{position:fixed;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:-1}.page-glow-one{width:420px;height:420px;right:-220px;top:480px;background:radial-gradient(circle,rgba(65,210,194,.1),transparent 70%)}.page-glow-two{width:500px;height:500px;left:-300px;top:1050px;background:radial-gradient(circle,rgba(16,93,124,.08),transparent 70%)}
.site-header{height:84px;position:fixed;top:0;left:0;width:100%;z-index:100;background:rgba(250,253,252,.82);border-bottom:1px solid rgba(11,59,74,.07);backdrop-filter:blur(18px);transition:.3s}.site-header.scrolled{height:72px;box-shadow:0 10px 35px rgba(7,30,45,.07)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:37px;height:37px;fill:var(--teal)}.brand-mark-detail{fill:none;stroke:rgba(255,255,255,.8);stroke-width:1.4}.brand-text{font-family:Manrope,sans-serif;font-size:20px;letter-spacing:-.6px}.brand-text b{font-weight:700;color:var(--navy)}.brand-text span{color:var(--teal);margin-inline-start:3px}.desktop-nav{display:flex;align-items:center;gap:34px}.desktop-nav a{font-size:14px;font-weight:500;color:#35515c;position:relative}.desktop-nav a:after{content:"";position:absolute;bottom:-8px;left:50%;right:50%;height:2px;background:var(--teal);transition:.25s}.desktop-nav a:hover:after{left:0;right:0}.header-actions{display:flex;align-items:center;gap:16px}.lang-toggle{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#788b92;font-size:12px;font-weight:700;padding:8px}.lang-toggle i{height:14px;width:1px;background:#bac9c9}.lang-toggle .active{color:var(--teal)}.header-cta{font-size:13px;font-weight:600;padding:11px 17px;background:var(--navy);color:#fff;border-radius:9px;transition:.25s}.header-cta:hover{background:var(--teal);transform:translateY(-2px)}.menu-toggle{display:none;border:0;background:transparent;width:36px;height:36px;position:relative}.menu-toggle span{position:absolute;width:20px;height:2px;background:var(--navy);left:8px;top:13px;transition:.25s}.menu-toggle span+span{top:21px}.mobile-nav{display:none}
.hero{min-height:820px;padding-top:165px;padding-bottom:40px;background:radial-gradient(circle at 80% 30%,rgba(70,206,191,.13),transparent 27%),linear-gradient(145deg,#fbfdfc 0%,#f2f9f7 52%,#edf7f5 100%);overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;left:-280px;top:100px;border:1px solid rgba(9,145,134,.08);border-radius:50%;box-shadow:0 0 0 90px rgba(9,145,134,.025),0 0 0 180px rgba(9,145,134,.018)}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:60px}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.7);border:1px solid rgba(11,152,141,.18);padding:8px 13px;border-radius:100px;color:var(--teal-dark);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(11,152,141,.1);animation:statusPulse 2s infinite}@keyframes statusPulse{50%{box-shadow:0 0 0 9px rgba(11,152,141,0)}}h1,h2,h3,p{margin-top:0}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(48px,5.1vw,74px);line-height:1.04;letter-spacing:-4px;margin:27px 0 25px;color:var(--navy)}.hero h1 em,.org-copy h2 em,.ecosystem-heading h2 em{font-style:normal;color:var(--teal)}.hero-description{font-size:17px;line-height:1.8;color:#59717c;max-width:600px}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;padding:0 23px;border-radius:10px;border:1px solid transparent;font-weight:600;font-size:14px;transition:.3s}.button-primary{background:var(--teal);color:#fff;box-shadow:0 12px 30px rgba(11,152,141,.2)}.button-primary:hover{background:var(--teal-dark);transform:translateY(-3px);box-shadow:0 18px 34px rgba(11,152,141,.28)}.button-ghost{background:rgba(255,255,255,.65);border-color:#cbdcda;color:var(--navy)}.button-ghost:hover{background:#fff;border-color:var(--teal);transform:translateY(-3px)}.arrow{font-size:16px}.trust-line{display:flex;align-items:center;gap:18px;margin-top:45px;color:#819298;font-size:11px;text-transform:uppercase;letter-spacing:1px}.trust-line>div{display:flex;align-items:center;gap:13px}.trust-line b{font-size:10px;color:#506b75}.trust-line i{width:3px;height:3px;background:#7fc2bb;border-radius:50%}
.hero-visual{position:relative;min-height:570px;display:flex;align-items:center;justify-content:center}.visual-shell{width:500px;position:relative;z-index:2;border-radius:25px;overflow:hidden;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg);box-shadow:0 35px 80px rgba(4,40,50,.18)}.glass-panel{background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(18px)}.dashboard-head{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;border-bottom:1px solid #e5eeee}.mini-brand{display:flex;gap:8px;align-items:center;color:var(--navy);font-size:12px}.mini-crown{color:var(--teal);font-size:18px}.dashboard-controls{display:flex;align-items:center;gap:8px}.dashboard-controls>span{width:6px;height:6px;border-radius:50%;background:#cbd9d8}.avatar{width:27px;height:27px;border-radius:8px;background:var(--navy);color:#fff;font-size:8px;display:grid;place-items:center}.dashboard-body{padding:22px;background:#f4f8f7}.welcome-card{min-height:145px;padding:25px 27px;border-radius:18px;color:#fff;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,#092c3e,#0d5d65 62%,#158d82);position:relative;overflow:hidden}.welcome-card:before{content:"";position:absolute;width:200px;height:200px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-60px;top:-85px;box-shadow:0 0 0 30px rgba(255,255,255,.035)}.welcome-card small{font-size:8px;letter-spacing:1.5px;color:#9cddd4}.welcome-card h3{font:600 20px/1.3 Manrope;margin:10px 0 0;letter-spacing:-.5px}.pulse-orb{width:75px;position:relative;z-index:1}.pulse-orb svg circle{fill:rgba(255,255,255,.07);stroke:rgba(255,255,255,.12)}.pulse-orb svg path{fill:none;stroke:#7ce3d4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.service-mini{background:#fff;border:1px solid #e3ecea;padding:15px 11px;border-radius:13px;display:flex;flex-direction:column;gap:4px}.service-mini.active{border-color:#9bd8d1;box-shadow:0 8px 20px rgba(10,117,106,.06)}.service-mini b{font-size:9px;margin-top:7px}.service-mini small{font-size:7px;color:#8a9a9e}.mini-icon{width:24px;height:24px;background:#e0f4f0;border-radius:7px;position:relative}.video-icon:before{content:"";position:absolute;border:1.5px solid var(--teal);border-radius:3px;width:10px;height:7px;left:5px;top:7px}.video-icon:after{content:"";position:absolute;border:3px solid transparent;border-right:0;border-left-color:var(--teal);right:3px;top:8px}.home-icon:before{content:"⌂";position:absolute;color:var(--teal);left:6px;top:3px}.lab-icon:before{content:"◇";position:absolute;color:var(--teal);left:6px;top:2px;font-size:15px}.journey-card{background:#fff;border-radius:14px;padding:15px 17px}.journey-title{display:flex;justify-content:space-between;align-items:start}.journey-title div{display:flex;flex-direction:column}.journey-title small{font-size:6px;letter-spacing:1px;color:#8fa2a6}.journey-title b{font-size:9px;margin-top:3px}.journey-title>span{color:#a5b4b6;font-size:9px}.journey-path{display:grid;grid-template-columns:17px 1fr 17px 1fr 17px 1fr 17px;align-items:center;margin-top:14px}.journey-path span{height:17px;border-radius:50%;background:#eef4f3;border:1px solid #dce7e5;display:grid;place-items:center;font-size:6px;color:#829597}.journey-path span.done{background:var(--teal);color:#fff}.journey-path span.pulse{color:var(--teal);background:#d9f3ee}.journey-path i{height:1px;background:#dce8e6}.journey-labels{display:flex;justify-content:space-between;margin-top:6px;color:#829498}.journey-labels small{font-size:6px;width:17%;text-align:center}.floating-card{position:absolute;z-index:4;padding:13px 16px;border-radius:13px;box-shadow:0 16px 40px rgba(8,42,52,.15);display:flex;align-items:center;gap:10px;animation:float 5s ease-in-out infinite}.floating-card b{font-size:10px;display:block}.floating-card small{font-size:7px;color:#7b9197}.floating-member{left:-5px;top:120px}.floating-network{right:-10px;bottom:75px;animation-delay:-2.5s}.member-check{width:27px;height:27px;background:var(--teal);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:11px}.network-dots{width:31px;height:31px;position:relative}.network-dots span{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--teal)}.network-dots span:nth-child(2){right:0;top:7px;background:#67cfc3}.network-dots span:nth-child(3){left:9px;bottom:0;background:var(--navy)}.network-dots:before{content:"";position:absolute;inset:7px;border:1px solid #9ccfc9;transform:rotate(25deg)}.orbit{position:absolute;border-radius:50%;border:1px dashed rgba(11,152,141,.2);animation:spin 35s linear infinite}.orbit-one{width:530px;height:530px}.orbit-two{width:650px;height:650px;animation-direction:reverse}.orbit-one:before,.orbit-two:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--teal);top:12%;left:16%;box-shadow:0 0 0 6px rgba(11,152,141,.1)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-10px)}}.hero-edge{margin-top:20px;display:flex;align-items:center;gap:12px;color:#85979c;text-transform:uppercase;letter-spacing:1.5px;font-size:8px}.hero-edge i{height:1px;width:45px;background:#a8bbbd}
.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--teal);font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:700;margin-bottom:18px}.section-kicker:before{content:"";width:24px;height:1px;background:currentColor}.section-kicker.light{color:#77d4c8}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.section-heading h2,.ecosystem-heading h2,.contact-copy h2{font:600 clamp(36px,4.2vw,55px)/1.1 Manrope;letter-spacing:-2.5px;color:var(--navy);margin:0}.section-heading>p{max-width:440px;color:var(--muted);line-height:1.75;margin-bottom:5px}.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{min-height:390px;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;position:relative;overflow:hidden;transition:.35s}.solution-card:after{content:"";position:absolute;width:160px;height:160px;border:1px solid rgba(12,152,141,.07);border-radius:50%;right:-70px;top:-70px;box-shadow:0 0 0 28px rgba(12,152,141,.025)}.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#a9d8d3}.solution-card.featured{background:linear-gradient(155deg,#0a3344,#0b5960);color:#fff;border-color:transparent;box-shadow:0 22px 55px rgba(7,45,57,.18)}.solution-card.featured h3,.solution-card.featured a{color:#fff}.solution-card.featured p{color:#b8d0d2}.solution-card.featured .solution-number{color:#63bdb5}.solution-number{font-size:10px;letter-spacing:2px;color:#9badaf}.solution-icon{width:63px;height:63px;border-radius:18px;background:var(--mint);margin:50px 0 28px;position:relative;transition:.35s}.featured .solution-icon{background:rgba(81,203,189,.12)}.solution-card:hover .solution-icon{transform:scale(1.08) rotate(-3deg)}.solution-card h3{font:600 20px Manrope;letter-spacing:-.4px;color:var(--navy)}.solution-card p{font-size:14px;line-height:1.75;color:var(--muted)}.solution-card a{position:absolute;left:34px;right:34px;bottom:28px;display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:var(--teal)}.solution-card a b{font-size:15px}.icon-video:before{content:"";position:absolute;width:23px;height:17px;border:2px solid var(--teal);border-radius:5px;left:17px;top:22px}.icon-video:after{content:"";position:absolute;border:7px solid transparent;border-right:0;border-left-color:var(--teal);right:12px;top:24px}.icon-home:before{content:"⌂";position:absolute;color:#7ce0d4;font-size:35px;left:15px;top:6px}.icon-diagnostics:before{content:"";position:absolute;width:18px;height:29px;border:2px solid var(--teal);border-radius:4px 4px 10px 10px;left:22px;top:15px}.icon-diagnostics:after{content:"";position:absolute;width:14px;height:2px;background:var(--teal);left:24px;top:27px}
.organizations{background:var(--navy);color:#fff;overflow:hidden}.organizations:before{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(104,215,202,.06);border-radius:50%;left:-400px;top:-200px;box-shadow:0 0 0 100px rgba(104,215,202,.025),0 0 0 200px rgba(104,215,202,.015)}.org-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.org-copy h2{font:600 clamp(38px,4vw,55px)/1.14 Manrope;letter-spacing:-2.5px;margin:5px 0 28px}.org-copy p{color:#acc0c5;line-height:1.85;font-size:15px;max-width:480px}.text-link{display:inline-flex;align-items:center;gap:35px;color:#75d4c9;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700;margin-top:22px}.text-link b{font-size:17px}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(150,210,204,.1);border:1px solid rgba(150,210,204,.1)}.audience-grid article{min-height:245px;padding:27px 30px;background:#092536;position:relative;transition:.3s}.audience-grid article:hover{background:#0c3041}.audience-grid article>span{position:absolute;right:22px;top:20px;color:#4b6b75;font-size:9px;letter-spacing:1px}.audience-symbol{width:36px;height:36px;margin:12px 0 35px;position:relative}.audience-symbol:before,.audience-symbol:after{content:"";position:absolute}.symbol-employer:before{inset:5px;border:1.5px solid #65cfc3;border-radius:3px;background:linear-gradient(90deg,transparent 45%,#65cfc3 45%,#65cfc3 52%,transparent 52%)}.symbol-employer:after{width:12px;height:5px;border:1px solid #65cfc3;border-bottom:0;top:0;left:12px;border-radius:3px 3px 0 0}.symbol-insurer:before{inset:3px 5px;border:1.5px solid #65cfc3;border-radius:50% 50% 45% 45%;clip-path:polygon(50% 0,100% 18%,90% 75%,50% 100%,10% 75%,0 18%)}.symbol-partner:before{width:13px;height:13px;border:1.5px solid #65cfc3;border-radius:50%;left:3px;top:5px;box-shadow:17px 9px 0 -1px #092536,17px 9px 0 .5px #65cfc3}.symbol-partner:after{width:22px;height:1px;background:#65cfc3;left:12px;top:18px;transform:rotate(28deg)}.symbol-gov:before{left:3px;top:8px;width:30px;height:22px;border:1.5px solid #65cfc3;background:repeating-linear-gradient(90deg,transparent 0 5px,#65cfc3 5px 6px)}.symbol-gov:after{border-left:17px solid transparent;border-right:17px solid transparent;border-bottom:8px solid #65cfc3;top:0;left:1px}.audience-grid h3{font:600 16px Manrope;margin-bottom:10px}.audience-grid p{color:#91aab0;font-size:12px;line-height:1.6;margin:0;max-width:210px}
.ecosystem{padding-bottom:150px;background:#f6faf9;overflow:hidden}.ecosystem-heading{text-align:center;max-width:700px;margin:0 auto}.ecosystem-heading p{max-width:620px;margin:22px auto 0;color:var(--muted);line-height:1.8}.ecosystem-visual{height:650px;max-width:1000px;margin:70px auto 0;position:relative}.ecosystem-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px dashed #badbd7;border-radius:50%}.ring-outer{width:600px;height:600px}.ring-inner{width:370px;height:370px;border-style:solid;border-color:#dceae8}.eco-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:195px;height:195px;border-radius:50%;background:linear-gradient(145deg,#092b3c,#0b5660);box-shadow:0 25px 50px rgba(8,45,56,.22),0 0 0 18px rgba(11,152,141,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:3}.eco-center svg{width:42px;fill:#61d4c7}.eco-center b{font:600 18px Manrope;margin-top:9px}.eco-center small{font-size:6px;letter-spacing:1.5px;color:#78c8c0;margin-top:5px}.eco-node{position:absolute;width:210px;min-height:74px;padding:13px 15px;background:#fff;border:1px solid #dbe9e7;border-radius:14px;box-shadow:0 14px 35px rgba(9,44,55,.08);display:flex;align-items:center;gap:12px;z-index:2;transition:.3s}.eco-node:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(9,44,55,.13)}.node-icon{width:37px;height:37px;flex:0 0 37px;border-radius:10px;background:#e3f5f2;color:var(--teal);display:grid;place-items:center;font-size:18px}.eco-node b{display:block;font-size:11px}.eco-node small{display:block;color:#8b9fa3;font-size:8px;margin-top:4px}.node-1{left:70px;top:40px}.node-2{right:70px;top:40px}.node-3{right:-5px;top:285px}.node-4{right:100px;bottom:0}.node-5{left:100px;bottom:0}.node-6{left:-5px;top:285px}
.vision{padding:0 0 120px;background:#f6faf9}.vision-card{min-height:510px;border-radius:30px;background:radial-gradient(circle at 85% 15%,rgba(77,201,188,.18),transparent 25%),linear-gradient(135deg,#071e2d,#0a3949);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.vision-card:before,.vision-card:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(120,215,204,.08);border-radius:50%;left:-170px;bottom:-170px;box-shadow:0 0 0 70px rgba(120,215,204,.025)}.vision-card:after{left:auto;right:-160px;bottom:auto;top:-160px}.vision-crown{width:75px;margin-bottom:22px}.vision-crown svg{fill:none;stroke:#64cfc3;stroke-width:1.5}.vision-card blockquote{font:500 clamp(28px,4vw,46px)/1.4 Manrope;letter-spacing:-1.5px;max-width:900px;margin:18px 30px 35px}.vision-signature{display:flex;align-items:center;gap:16px;text-transform:uppercase;color:#7bbcb8;letter-spacing:1.5px;font-size:8px}.vision-signature i{width:28px;height:1px;background:#527e7f}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.contact-copy p{color:var(--muted);line-height:1.8;max-width:480px;margin-top:25px}.contact-emails{display:flex;flex-direction:column;margin-top:50px;gap:18px}.contact-emails a{display:flex;flex-direction:column}.contact-emails small{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:#91a3a7;margin-bottom:5px}.contact-emails b{font-size:15px;color:var(--teal);font-weight:600}.contact-form{background:#f5f9f8;border:1px solid #dfebe9;border-radius:24px;padding:38px}.contact-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;font-size:11px;font-weight:600;color:#45616b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d8e5e3;background:#fff;border-radius:9px;padding:13px 14px;color:var(--ink);outline:none;transition:.25s;font-size:13px}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(11,152,141,.09)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a5b4b5}.form-submit{width:100%;border:0;margin-top:5px}.form-note{font-size:9px!important;text-align:center!important;color:#91a3a7!important;margin:12px 0 0!important}.form-status{text-align:center;font-size:11px;color:var(--teal);min-height:15px;margin:8px 0 0}
footer{background:#061a28;color:#fff;padding:55px 0 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.09)}.footer-brand .brand-text b{color:#fff}.footer-top>p{color:#93a9ae;font-size:13px;margin:0}.back-top{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#74c8c0}.footer-bottom{display:flex;justify-content:space-between;padding-top:25px;color:#627b82;font-size:9px;letter-spacing:.4px}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
[dir="rtl"] body{font-family:"Noto Sans Arabic",Arial,sans-serif}[dir="rtl"] .hero h1,[dir="rtl"] .section-heading h2,[dir="rtl"] .org-copy h2,[dir="rtl"] .ecosystem-heading h2,[dir="rtl"] .contact-copy h2,[dir="rtl"] .vision-card blockquote,[dir="rtl"] .solution-card h3,[dir="rtl"] .audience-grid h3{font-family:"Noto Sans Arabic",Arial,sans-serif;letter-spacing:-1px}[dir="rtl"] .brand-text,[dir="rtl"] .welcome-card h3,[dir="rtl"] .eco-center b{font-family:"Noto Sans Arabic",Arial,sans-serif}[dir="rtl"] .hero h1{line-height:1.25}[dir="rtl"] .solution-card a{left:34px;right:34px}[dir="rtl"] .audience-grid article>span{right:auto;left:22px}[dir="rtl"] .node-1{right:70px;left:auto}[dir="rtl"] .node-2{left:70px;right:auto}[dir="rtl"] .node-3{left:-5px;right:auto}[dir="rtl"] .node-4{left:100px;right:auto}[dir="rtl"] .node-5{right:100px;left:auto}[dir="rtl"] .node-6{right:-5px;left:auto}[dir="rtl"] select{background-position:left 14px center}[dir="rtl"] .visual-shell{transform:perspective(1000px) rotateY(3deg) rotateX(1deg)}
@media(max-width:1000px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.mobile-nav{display:flex;position:fixed;top:72px;left:0;right:0;background:rgba(250,253,252,.98);padding:25px 30px 35px;flex-direction:column;gap:22px;border-bottom:1px solid var(--line);transform:translateY(-130%);opacity:0;transition:.3s;z-index:-1}.menu-open .mobile-nav{transform:none;opacity:1}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{padding-top:140px}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{max-width:750px;margin:auto}.hero-description{margin-inline:auto}.hero-actions,.trust-line{justify-content:center}.hero-visual{margin-top:25px}.hero-edge{display:none}.section-heading{align-items:start;gap:30px}.org-grid{grid-template-columns:1fr;gap:60px}.org-copy{max-width:650px}.ecosystem-visual{transform:scale(.85);margin-top:20px;margin-bottom:-50px}.contact-grid{gap:45px}}
@media(max-width:720px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding:82px 0}.site-header{height:70px}.brand-mark{width:32px;height:32px}.hero{padding-top:125px;padding-bottom:60px;min-height:auto}.hero-grid{gap:20px}.hero h1{font-size:38px;letter-spacing:-2px;margin-top:22px}.hero-description{font-size:15px;line-height:1.7}.hero-actions{flex-direction:column}.button{width:100%}.trust-line{display:none}.hero-visual{min-height:440px;margin:20px -20px 0;transform:scale(.78)}.visual-shell{min-width:455px}.floating-member{left:-15px}.floating-network{right:-15px}.section-heading{flex-direction:column;margin-bottom:35px}.section-heading h2,.ecosystem-heading h2,.contact-copy h2{font-size:37px;letter-spacing:-1.7px}.section-heading>p{font-size:14px}.solution-cards{grid-template-columns:1fr}.solution-card{min-height:350px}.solution-icon{margin-top:35px}.org-grid{gap:45px}.org-copy h2{font-size:38px;letter-spacing:-1.7px}.audience-grid{grid-template-columns:1fr}.audience-grid article{min-height:210px}.ecosystem{padding-bottom:85px}.ecosystem-visual{height:auto;transform:none;margin:50px 0 0;display:flex;flex-direction:column;gap:10px}.ecosystem-ring{display:none}.eco-center{position:relative;left:auto;top:auto;transform:none;width:160px;height:160px;margin:0 auto 25px}.eco-node{position:relative!important;inset:auto!important;width:100%;min-height:70px}.vision{padding:0 0 82px}.vision-card{width:calc(100% - 28px);min-height:500px;border-radius:22px}.vision-card blockquote{font-size:27px;line-height:1.55;margin-inline:20px}.contact-grid{grid-template-columns:1fr}.contact-copy h2 br{display:none}.contact-emails{margin-top:35px}.contact-form{padding:24px 18px}.form-row{grid-template-columns:1fr;gap:0}.footer-top{flex-direction:column;gap:24px}.footer-bottom{flex-direction:column;text-align:center;gap:10px;line-height:1.5}.delay-1,.delay-2{transition-delay:0s}[dir="rtl"] .hero h1{font-size:34px;letter-spacing:-.7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
