@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=Manrope:wght@400;600;700&display=swap";
:root{--brand-blue:#4b91bd;--brand-blue-dark:#4a80ad;--brand-teal:#24745f;--brand-teal-dark:#2f7a5f;--brand-magenta:#c20d68;--brand-magenta-dark:#b3006b;--brand-yellow:#ffbd19;--brand-yellow-dark:#fbb713;--brand-purple:#9184d9;--brand-green:#1d8069;--brand-mint:#52c3a8;--navy-950:#081a24;--navy-900:#0c2730;--navy-850:#06131b;--status-success:#1d8069;--status-warning:#ffbd19;--status-error:#c20d68;--status-info:#4b91bd;--surface-light-base:#fbfdfc;--surface-light-raised:#fff;--surface-light-sunken:#eef8f4;--text-light-primary:#10241f;--text-light-muted:#62736e;--border-light:#1446391f;--surface-dark-base:#081a24;--surface-dark-raised:#0c2730;--surface-dark-sunken:#06131b;--text-dark-primary:#e9e9ed;--text-dark-muted:#9fa1b4;--border-dark:#e9e9ed29;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:100px;--radius-circle:50%;--shadow-sm:0 10px 25px #0a1e191f;--shadow-md:0 24px 60px #0a1e1929;--shadow-lg:0 40px 90px #000a0f59;--shadow-glow-purple:0 0 34px #9184d957;--ease-standard:cubic-bezier(.2,.8,.2,1);--duration-fast:.2s;--duration-base:.35s;--duration-slow:.6s;--z-base:1;--z-nav:20;--z-header:60;--z-orbit:10;--z-core:80;--z-modal:1000;--focus-ring-color:#9184d9;--focus-ring-width:3px;--focus-ring-offset:2px;--bp-tablet:1100px;--bp-mobile:650px}[data-surface=light]{--surface-base:var(--surface-light-base);--surface-raised:var(--surface-light-raised);--text-primary:var(--text-light-primary);--text-muted:var(--text-light-muted);--border-color:var(--border-light)}[data-surface=dark]{--surface-base:var(--surface-dark-base);--surface-raised:var(--surface-dark-raised);--text-primary:var(--text-dark-primary);--text-muted:var(--text-dark-muted);--border-color:var(--border-dark)}:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:var(--radius-sm)}:root{--ink:#10241f;--muted:#62736e;--green:#1d8069;--mint:#52c3a8;--pale:#eef8f4;--blue:#4b91bd;--magenta:#c20d68;--yellow:#ffbd19;--line:#1446391f;--shell:min(1440px,calc(100vw - 80px))}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:clip}body{color:var(--ink);background:#fbfdfc;margin:0;font-family:IBM Plex Sans Arabic,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin-inline:auto}.announcement{background:linear-gradient(90deg,var(--brand-teal),var(--brand-green));color:#fff;letter-spacing:.1px;justify-content:center;align-items:center;gap:12px;height:38px;font-size:13px;display:flex}.announcement span{color:#ffe185}.announcement b{border-bottom:1px solid #ffffff80;font-weight:600}.nav{z-index:20;justify-content:space-between;align-items:center;height:92px;display:flex;position:relative}.brand{align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;width:48px;height:46px}.brand strong{letter-spacing:-1.2px;font-size:25px;font-weight:700}.navlinks{align-items:center;gap:32px;font-size:14px;font-weight:600;display:flex}.navlinks a{position:relative}.navlinks a:after{content:"";inset-inline:0;background:var(--green);height:2px;transition:all .3s;position:absolute;bottom:-8px;transform:scaleX(0)}.navlinks a:hover:after{transform:scaleX(1)}.navactions{align-items:center;gap:13px;display:flex}.lang,.login,.menub{font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0}.lang{font-family:Manrope;font-size:12px}.login{font-size:14px;font-weight:600}.button{background:linear-gradient(135deg,var(--brand-teal),var(--brand-mint));color:#fff;border-radius:14px;justify-content:center;align-items:center;gap:20px;padding:16px 24px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 35px #1c80692a}.button:hover{transform:translateY(-3px);box-shadow:0 20px 45px #1c806940}.menub{font-size:24px;display:none}.hero{grid-template-columns:42% 58%;align-items:center;min-height:calc(100vh - 130px);padding:20px 0 65px;display:grid;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#aee8d52e,#0000 67%);border-radius:50%;width:750px;height:750px;position:absolute;top:-170px;right:-280px}.heroCopy{z-index:4;position:relative}.eyebrow{color:#56716a;align-items:center;gap:9px;margin-bottom:28px;font-size:13px;font-weight:600;display:flex}.eyebrow i{background:linear-gradient(90deg,var(--blue),var(--magenta));width:30px;height:1px}.hero h1{letter-spacing:-6px;margin:0 0 30px;font-size:clamp(65px,6.1vw,105px);font-weight:700;line-height:.98}.hero h1 span{background:linear-gradient(105deg,var(--green),var(--blue));color:#0000;-webkit-background-clip:text}.heroCopy>p{max-width:630px;color:var(--muted);margin:0 0 35px;font-size:19px;line-height:1.9}.heroActions{align-items:center;gap:25px;display:flex}.ghost{align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.play{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:10px;font-style:normal;display:grid;box-shadow:0 10px 25px #23463d12}.promise{color:#71807c;gap:24px;margin-top:28px;font-size:11px;display:flex}.promise span:first-letter{color:var(--green)}.heroVisual{height:580px;transform:translate(calc(var(--mx,0)*-8px),calc(var(--my,0)*-6px));transition:transform .16s ease-out;position:relative}.visualGlow{filter:blur(40px);background:radial-gradient(#8adbc64a,#0000 65%);width:78%;height:60%;position:absolute;top:18%;right:8%}.ecosystem{filter:drop-shadow(0 35px 30px #174c3d1b);width:118%;height:auto;animation:1.2s cubic-bezier(.2,.8,.2,1) both arrive;position:absolute;top:50%;left:-13%;transform:translateY(-50%)}.coreLogo{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;background:#ffffffb8;border-radius:38px;flex-direction:column;justify-content:center;align-items:center;width:175px;height:175px;animation:5s ease-in-out infinite float;display:flex;position:absolute;top:47%;left:47%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #fff,0 25px 65px #2c756231}.coreLogo img{object-fit:contain;width:88px;height:70px}.coreLogo strong{margin-top:-5px;font-size:20px}.coreLogo small{color:var(--muted);font-size:9px}.liveCard{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffcf;border:1px solid #fff;border-radius:18px;display:flex;position:absolute;box-shadow:0 24px 60px #17463824}.sales{flex-direction:column;width:170px;height:112px;padding:17px;animation:5s ease-in-out 1s infinite float;top:21%;left:1%}.sales span{color:var(--muted);font-size:10px}.sales strong{margin:7px 0;font-family:Manrope;font-size:19px}.sales b{color:#15936f;font-family:Manrope;font-size:11px}.orders{grid-template-columns:8px 1fr;align-items:center;column-gap:10px;padding:12px 16px;display:grid;bottom:21%;right:2%}.orders i{background:var(--magenta);border-radius:50%;grid-row:1/3;width:8px;height:8px;box-shadow:0 0 0 6px #c20d6812}.orders span{color:var(--muted);font-size:9px}.orders strong{font:600 12px Manrope}.scrollHint{color:#80918c;letter-spacing:1px;align-items:center;gap:8px;font-size:10px;display:flex;position:absolute;bottom:25px;right:50%;transform:translate(50%)}.scrollHint i{border:1px solid #a9b9b4;border-radius:12px;width:18px;height:28px;position:relative}.scrollHint i:after{content:"";background:var(--green);border-radius:3px;width:3px;height:5px;animation:1.6s infinite scroll;position:absolute;top:5px;left:7px}.trust{border-block:1px solid var(--line);background:#fff}.trustInner{grid-template-columns:1.4fr repeat(4,1fr);align-items:center;min-height:110px;display:grid}.trustInner>span{color:var(--muted);font-size:14px}.trustInner>div{border-inline-start:1px solid var(--line);flex-direction:column;padding-inline:36px;display:flex}.trustInner b{color:var(--green);font:700 25px Manrope}.trustInner small{color:var(--muted);font-size:10px}.section{padding-block:145px}.sectionHead{grid-template-columns:1.4fr .6fr;align-items:end;margin-bottom:75px;display:grid}.tag{color:var(--green);background:#e6f5ef;border:1px solid #d4ece3;border-radius:100px;margin-bottom:22px;padding:7px 13px;font-size:10px;font-weight:700;display:inline-flex}.sectionHead h2,.appIntro h2{letter-spacing:-3px;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.08}.sectionHead h2 em,.appIntro h2 em{color:#7a8d87;font-style:normal;font-weight:400}.sectionHead>p{color:var(--muted);max-width:440px;font-size:16px;line-height:1.9}.capGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.cap{border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f6faf8);border-radius:30px;min-height:360px;padding:35px;transition:all .4s;position:relative;overflow:hidden}.cap:hover{transform:translateY(-8px);box-shadow:0 30px 70px #174b3e16}.cap>small{color:#9ba9a5;font:600 10px Manrope;position:absolute;top:25px;left:28px}.cap h3{margin:24px 0 8px;font-size:25px}.cap p{color:var(--muted);font-size:13px}.cap>b{margin-top:28px;font-size:11px;display:block}.crystalIcon{place-items:center;height:150px;display:grid}.crystalIcon span{color:#fff;background:linear-gradient(145deg,#8ad8c5aa,#176f5dcf);border-radius:30px;place-items:center;width:100px;height:100px;font:500 40px Manrope;transition:all .5s;display:grid;transform:rotate(-8deg);box-shadow:inset 12px 12px 24px #ffffff9e,inset -12px -12px 22px #0a5b4550,0 28px 50px #176f5d35}.cap:hover .crystalIcon span{transform:rotate(5deg)scale(1.08)}.c1 .crystalIcon span{background:linear-gradient(145deg,#ef77b3aa,#a90558df)}.c2 .crystalIcon span{background:linear-gradient(145deg,#8dc8ef,#357caadf)}.c3 .crystalIcon span{background:linear-gradient(145deg,#ffd774,#e8980cdf)}.c4 .crystalIcon span{background:linear-gradient(145deg,#a6d8f0,#4186afdf)}.c5 .crystalIcon span{background:linear-gradient(145deg,#f58ebf,#aa145ddf)}.story{background:var(--navy-950);color:#fff;position:relative;overflow:hidden}.story:before{content:"";filter:blur(80px);background:#176b7040;border-radius:50%;width:700px;height:700px;position:absolute;bottom:-300px;left:-150px}.storyGrid{grid-template-columns:minmax(280px,36%) minmax(0,1fr);align-items:center;gap:70px;display:grid}.tag.light{color:#9de8d4;background:#ffffff12;border-color:#ffffff1c}.storyCopy h2{letter-spacing:-3px;margin:0 0 30px;font-size:70px;line-height:1.1}.storyCopy p{color:#b1c8c2;max-width:450px;line-height:1.9}.textLink{border-bottom:1px solid #ffffff50;margin-top:25px;padding-bottom:6px;font-weight:600;display:inline-block}.dashboardScene{color:var(--ink);background:linear-gradient(145deg,#f9fffc,#e9f6f1);border-radius:28px;padding:25px;transform:perspective(1400px)rotateY(5deg)rotateX(2deg);box-shadow:0 50px 120px #0007}.dashTop{border-bottom:1px solid var(--line);align-items:center;gap:6px;padding-bottom:20px;display:flex}.dashTop i{background:#e87979;border-radius:50%;width:7px;height:7px}.dashTop i:nth-child(2){background:#ffd05c}.dashTop i:nth-child(3){background:#57bd92}.dashTop span{margin-inline-start:15px;font-size:11px;font-weight:600}.dashNumbers{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.dashNumbers article{background:#fff;border-radius:14px;flex-direction:column;padding:17px;display:flex}.dashNumbers small{color:var(--muted);font-size:9px}.dashNumbers strong{margin:8px 0;font:700 18px Manrope}.dashNumbers b{color:#189473;font:600 9px Manrope}.chart{background:#fff;border-radius:17px;height:270px;padding:20px;position:relative;overflow:hidden}.chart svg{width:100%;height:100%}.apps{grid-template-columns:37% 63%;align-items:center;min-height:850px;display:grid;overflow:hidden}.appIntro>p{color:var(--muted);max-width:420px;margin:25px 0 35px;line-height:1.9}.button.dark{background:var(--ink)}.appOrbit{height:620px;position:relative}.appOrbit:before{content:"";border:1px dashed #4c99832e;border-radius:50%;width:500px;height:500px;animation:50s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.appCenter{z-index:2;background:linear-gradient(145deg,#fff,#e7f4ef);border:1px solid #fff;border-radius:48px;flex-direction:column;justify-content:center;align-items:center;width:230px;height:230px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 40px #fff,0 35px 80px #1a735b2a}.appGridIcon{grid-template-columns:repeat(3,15px);gap:5px;margin-bottom:18px;display:grid}.appGridIcon i{background:var(--green);border-radius:5px;height:15px;box-shadow:inset 3px 3px 5px #ffffff80}.appGridIcon i:nth-child(2n){background:var(--blue)}.appGridIcon i:nth-child(3n){background:var(--magenta)}.appCenter small{color:var(--muted);font-size:9px}.appTile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #fff;border-radius:18px;align-items:center;gap:12px;width:190px;padding:15px;animation:5s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 20px 55px #194c3f1c}.appTile>i{color:#fff;background:linear-gradient(145deg,#7fd8c0,#18715c);border-radius:13px;place-items:center;width:45px;height:45px;font:18px Manrope;display:grid;box-shadow:inset 5px 5px 9px #ffffff6b}.appTile div{flex-direction:column;display:flex}.appTile small{color:var(--muted);font-size:9px}.a0{top:7%;left:35%}.a1{animation-delay:.5s;top:21%;right:1%}.a2{animation-delay:1s;bottom:23%;right:2%}.a3{animation-delay:1.5s;bottom:5%;left:36%}.a4{animation-delay:2s;bottom:22%;left:1%}.a5{animation-delay:2.5s;top:22%;left:2%}.a1>i,.a4>i{background:linear-gradient(145deg,#83c8eb,#3b7ea8)}.a2>i,.a5>i{background:linear-gradient(145deg,#f079b3,#a40b55)}.a3>i{background:linear-gradient(145deg,#ffd86a,#e39508)}.themes{background:var(--navy-950);color:#fff;overflow:hidden}.sectionHead.center{text-align:center;flex-direction:column;align-items:center;display:flex}.sectionHead.center p{max-width:600px}.themeRail{perspective:1400px;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.theme{height:480px;color:var(--ink);background:#fff;border-radius:25px;padding:13px;transition:all .5s;box-shadow:0 40px 90px #001d1690}.theme:hover{transform:translateY(-15px)rotateX(2deg)}.browser{background:#f1f1f1;border-radius:12px 12px 0 0;gap:4px;height:25px;padding:9px;display:flex}.browser span{background:#f47f7f;border-radius:50%;width:6px;height:6px}.browser span:nth-child(2){background:#ffd15b}.browser span:nth-child(3){background:#54bd8e}.theme>div:nth-child(2){letter-spacing:8px;flex-direction:column;justify-content:center;align-items:center;height:390px;font:300 55px Manrope;display:flex}.theme>div small{letter-spacing:4px;margin-top:10px;font-size:8px}.theme>b{padding:10px;font-size:11px}.fashion{color:#44352e;background:linear-gradient(140deg,#e3d7cc,#f8f3ed)}.coffee{color:#f9e5bd;background:radial-gradient(circle,#b8804e,#412516);font-family:IBM Plex Sans Arabic!important}.mono{color:#fff;background:#0a0a0a}.finalCta{background:linear-gradient(135deg,var(--navy-950),var(--navy-900));color:#fff;place-items:center;min-height:700px;display:grid;position:relative;overflow:hidden}.finalCta:before{content:"";background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.finalInner{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.finalInner img{object-fit:contain;filter:brightness(0)invert();margin-bottom:20px}.finalInner>span{letter-spacing:2px;font-size:12px}.finalInner h2{letter-spacing:-4px;margin:18px 0;font-size:75px;line-height:1.1}.finalInner p{color:#b7c6d1;margin-bottom:30px;font-size:16px}.button.white{color:#0d2b3a;background:#fff;box-shadow:0 20px 50px #04121c66}.orb{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#fff6,#ffffff0a);border-radius:50%;position:absolute;box-shadow:inset 20px 20px 30px #ffffff30,0 30px 80px #176b7050}.o1{width:280px;height:280px;top:-50px;right:-70px}.o2{width:160px;height:160px;bottom:8%;left:8%}footer{background:var(--navy-850);color:#d8e3df;padding-top:90px}.footerTop{grid-template-columns:2fr repeat(4,1fr);gap:50px;padding-bottom:65px;display:grid}.footerBrand .brand img{filter:brightness(0)invert()}.footerBrand p{color:#899a95;font-size:12px}.footerTop>div:not(.footerBrand){flex-direction:column;gap:12px;display:flex}.footerTop b{color:#fff;margin-bottom:9px;font-size:12px}.footerTop a{color:#879791;font-size:11px}.footerBottom{color:#72827d;border-top:1px solid #ffffff12;justify-content:space-between;padding:24px 0 35px;font-size:9px;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes arrive{0%{opacity:0;transform:translateY(-45%)scale(.92)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes scroll{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(9px)}}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:1100px){:root{--shell:min(94vw,1000px)}.navlinks{top:85px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:25px;display:none;position:absolute;inset-inline:0;box-shadow:0 30px 60px #153c321c}.navlinks.open{display:grid}.menub{display:block}.hero{text-align:center;grid-template-columns:1fr;padding-top:50px}.heroCopy{flex-direction:column;align-items:center;display:flex}.hero h1{font-size:72px}.heroVisual{width:100%;height:650px}.promise{justify-content:center}.trustInner{grid-template-columns:1fr 1fr}.trustInner>span{text-align:center;grid-column:1/3;padding:20px}.sectionHead,.apps,.storyGrid{grid-template-columns:1fr}.sectionHead{gap:30px}.capGrid{grid-template-columns:repeat(2,1fr)}.apps{gap:30px}.appIntro{text-align:center}.appIntro p{margin-inline:auto}.storyCopy{text-align:center}.storyCopy p{margin-inline:auto}.dashboardScene{transform:none}.themeRail{grid-template-columns:1fr 1fr}.theme:last-child{display:none}.footerTop{grid-template-columns:2fr repeat(2,1fr)}}@media (max-width:650px){:root{--shell:calc(100vw - 32px)}.announcement{font-size:10px}.announcement b{display:none}.nav{height:75px}.nav .brand strong{font-size:20px}.navactions .login,.navactions .lang,.navactions .button{display:none}.hero{padding-top:25px}.hero h1{letter-spacing:-3px;font-size:54px}.heroCopy>p{font-size:15px}.heroActions{flex-direction:column}.promise{flex-wrap:wrap;gap:10px}.heroVisual{height:420px}.ecosystem{width:135%;left:-18%}.coreLogo{border-radius:25px;width:110px;height:110px}.coreLogo img{width:55px;height:45px}.coreLogo strong{font-size:14px}.liveCard{display:none}.section{padding-block:90px}.sectionHead h2,.appIntro h2,.storyCopy h2,.finalInner h2{letter-spacing:-2px;font-size:44px}.capGrid{grid-template-columns:1fr}.trustInner>div{padding:18px}.appOrbit{height:520px;transform:scale(.82)}.appTile{width:165px}.themeRail{grid-template-columns:1fr}.theme:nth-child(2){display:none}.finalCta{min-height:590px}.footerTop{grid-template-columns:1fr 1fr}.footerBrand{grid-column:1/3}.footerBottom{text-align:center;flex-direction:column;gap:10px}}.visualGlow{filter:blur(45px);background:radial-gradient(#9ee3d12d,#0000 67%);width:92%;height:72%;top:14%;right:1%}.ecosystemFrame{isolation:isolate;animation:1.2s cubic-bezier(.2,.8,.2,1) both ecosystemEnter;position:absolute;inset:0;overflow:visible}.ecosystem,.pulseLayer{aspect-ratio:1672/941;width:118%;height:auto;position:absolute;top:50%;left:-13%;transform:translateY(-50%);-webkit-mask-image:radial-gradient(79% 76%,#000 64%,#0000 100%);mask-image:radial-gradient(79% 76%,#000 64%,#0000 100%)}.ecosystem{filter:drop-shadow(0 35px 30px #174c3d14);animation:none}.pulseLayer{--x:50%;--y:50%;--delay:0s;clip-path:circle(10.5% at var(--x) var(--y));transform-origin:var(--x) var(--y);opacity:0;z-index:2;animation:crystalWave 12s var(--delay) cubic-bezier(.2,.72,.35,1) infinite;pointer-events:none;background:url(/visuals/crystal-commerce-ecosystem-v2.png) 50%/100% 100% no-repeat}.networkPipelines{aspect-ratio:1000/563;z-index:2;pointer-events:none;width:118%;height:auto;position:absolute;top:52%;left:-13%;overflow:visible;transform:translateY(-50%);-webkit-mask-image:radial-gradient(78% 75%,#000 68%,#0000 100%);mask-image:radial-gradient(78% 75%,#000 68%,#0000 100%)}.pipeBase{fill:none;stroke:#6bbca936;stroke-width:1.8px;stroke-linecap:round}.pipeFlow,.pipePulse{--pipe:#24745f;fill:none;stroke:var(--pipe);stroke-linecap:round;filter:url(#neonGlow)}.pipeFlow{--flow-delay:0s;stroke-width:3.2px;stroke-dasharray:2 18;opacity:.72;animation:pipelineFlow 3.8s var(--flow-delay) linear infinite}.pipePulse{--delay:0s;stroke-width:6px;stroke-dasharray:55 620;opacity:0;animation:neonTravel 12s var(--delay) ease-in-out infinite}.coreVideo{transform-origin:50%;width:190px;height:182px;transform-style:preserve-3d;z-index:4;pointer-events:none;filter:drop-shadow(0 10px 9px #0e57431e);place-items:center;display:grid;position:absolute;top:45.8%;left:46.45%;overflow:hidden;transform:translate(-50%,-50%)perspective(700px)rotateX(58deg)}.coreVideo video{object-fit:contain;mix-blend-mode:multiply;transform-origin:50%;width:100%;height:100%;display:block}.coreDeck{width:190px;height:128px;transform-style:preserve-3d;z-index:4;color:#10241f;text-shadow:0 2px #fff;filter:drop-shadow(0 16px 12px #0e57432b);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:51%;left:45.6%;transform:translate(-50%,-50%)perspective(620px)rotateX(57deg)rotate(-1.5deg)}.coreDeck strong{letter-spacing:-2px;font-size:38px;line-height:1}.coreDeck small{color:#56716a;letter-spacing:.4px;margin-top:10px;font-size:9px;font-weight:700}.logoMotion{pointer-events:none;position:absolute;inset:0}.logoMotion i{border-radius:4px;width:13px;height:13px;animation:2.7s ease-in-out infinite alternate dotTravel;position:absolute;box-shadow:inset 3px 3px 5px #ffffff75,0 5px 10px #14524224}.logoMotion i:first-child{background:#4b91bd;top:21px;right:23px}.logoMotion i:nth-child(2){background:#6cabc2;animation-delay:.18s;top:21px;right:42px}.logoMotion i:nth-child(3){background:#24745f;animation-delay:.35s;top:24px;left:28px}.logoMotion i:nth-child(4){background:#459c82;animation-delay:.52s;top:43px;left:28px}.logoMotion i:nth-child(5){background:#99054f;animation-delay:.7s;bottom:15px;right:61px}.logoMotion i:nth-child(6){background:#ce0a68;animation-delay:.88s;bottom:15px;right:42px}@keyframes crystalWave{0%,72%,to{filter:brightness();transform:translateY(0)rotate(-5deg)scale(1)}82%{filter:brightness(1.18);transform:translateY(-9px)rotate(3deg)scale(1.09);box-shadow:inset 10px 10px 20px #fff9,inset -10px -10px 20px #0b614a35,0 30px 60px #1e83654b}}@keyframes pipelineFlow{to{stroke-dashoffset:-80px}}@keyframes neonTravel{0%,9%,to{opacity:0;stroke-dashoffset:640px}1%{opacity:.2}4.25%{opacity:1;stroke-dashoffset:0}7.5%{opacity:.45;stroke-dashoffset:-640px}}@keyframes ecosystemEnter{0%{opacity:0;scale:.96}to{opacity:1;scale:1}}@keyframes dotTravel{0%{filter:brightness(.95);transform:translate(-7px)translateY(0)}to{filter:brightness(1.25);transform:translate(7px)translateY(-2px);box-shadow:inset 3px 3px 5px #ffffff90,0 0 15px}}@media (max-width:650px){.ecosystem,.pulseLayer,.networkPipelines{width:135%;left:-18%}.coreVideo{width:108px;height:104px;top:45.8%;left:47.4%}}.crystalIcon svg{color:#fff;filter:drop-shadow(0 3px 5px #0b3d3260);width:48px;height:48px;display:block}.footerBrand .brandSlogan{letter-spacing:2.4px;background:linear-gradient(90deg,#6cabc2,#ffbd19,#52c3a8);color:#0000;-webkit-background-clip:text;margin:14px 0 4px;font:700 10px Manrope,sans-serif}.hero h1{letter-spacing:-4px;font-size:clamp(58px,5.55vw,92px);line-height:1.13}.heroLine{display:block;background:0 0!important;-webkit-background-clip:initial!important;color:inherit!important}.heroLine.lineOne{color:#10241f!important}.heroLine.lineTwo{background:linear-gradient(100deg,#24745f,#4b91bd)!important;color:#0000!important;-webkit-background-clip:text!important}.heroLine.lineThree{background:linear-gradient(100deg,#c20d68,#ffbd19)!important;color:#0000!important;-webkit-background-clip:text!important}.trustInner{min-height:145px}.trustInner>span{font-size:19px;font-weight:500;line-height:1.6}.trustInner>div{gap:5px;padding-inline:34px}.trustInner b{font-size:36px;line-height:1.1}.trustInner small{font-size:14px;line-height:1.5}.cap>small{color:#24745f;background:#e6f5ef;border:1px solid #cae8dd;border-radius:17px;place-items:center;min-width:48px;height:34px;padding:0 10px;font:700 18px Manrope;display:grid;top:25px;left:28px}.c1>small,.c5>small{color:#a90558;background:#fbe6f1;border-color:#f3c7dd}.c2>small,.c4>small{color:#357caa;background:#e8f4fb;border-color:#cde5f3}.c3>small{color:#a96d00;background:#fff4d8;border-color:#f4dfaa}.sectionHead>p{color:#536a63;font-size:20px;line-height:2}.cap p{font-size:17px;line-height:1.75}.cap>b{font-size:14px}.appIntro>p{font-size:19px;line-height:2}.storyCopy p{font-size:18px}.footerBrand>p:not(.brandSlogan){font-size:14px;line-height:1.8}.dashboardScene{background:linear-gradient(145deg,#fafffd,#e6f5ef);border:1px solid #ffffff90;width:100%;max-width:620px;margin-inline:auto;padding:22px;transform:perspective(1400px)rotateY(2deg)rotateX(1deg)}.dashTop{padding:0 4px 17px}.dashTop b{color:#668078;background:#fff;border-radius:8px;margin-inline-start:auto;padding:7px 10px;font-size:10px}.dashNumbers{grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.dashNumbers article{min-width:0;padding:15px 13px;position:relative;overflow:hidden}.dashNumbers small{font-size:10px}.dashNumbers strong{margin:6px 0;font-size:16px}.dashNumbers b{font-size:9px}.dashNumbers svg{fill:none;stroke:#2c9b80;stroke-width:2px;opacity:.65;width:66px;height:22px;position:absolute;bottom:10px;left:9px}.dashNumbers article:nth-child(2) svg{stroke:#4b91bd}.dashNumbers article:nth-child(3) svg{stroke:#c20d68}.dashNumbers article:nth-child(4) svg{stroke:#ffad19}.analyticsGrid{grid-template-columns:1.7fr .75fr;gap:12px;display:grid}.revenuePanel,.channelPanel{background:#fff;border-radius:18px;padding:17px;box-shadow:0 12px 30px #1746380b}.revenuePanel header,.channelPanel header{justify-content:space-between;align-items:center;display:flex}.revenuePanel header div,.channelPanel header{flex-direction:column;display:flex}.revenuePanel header small,.channelPanel header small{color:#778c85;font-size:9px}.revenuePanel header strong,.channelPanel header strong{font-size:13px}.revenuePanel header>span{border:1px solid var(--line);color:#62736e;border-radius:7px;padding:6px 9px;font-size:9px}.comboChart{border-bottom:1px solid var(--line);background:repeating-linear-gradient(#0000 0 49px,#153f3510 50px);height:205px;margin-top:12px;position:relative;overflow:hidden}.bars{align-items:end;gap:10px;display:flex;position:absolute;inset:22px 8px 24px}.bars i{height:var(--h);opacity:.68;transform-origin:bottom;animation:barGrow 1s var(--d) cubic-bezier(.2,.8,.2,1) both;background:linear-gradient(#58cbb0,#156e5b);border-radius:5px 5px 2px 2px;flex:1}.comboChart>svg{width:calc(100% - 16px);height:calc(100% - 47px);position:absolute;inset:19px 8px 28px;overflow:visible}.lineGlow,.lineMain{fill:none;stroke-linecap:round;stroke-linejoin:round}.lineGlow{stroke:#c20d6840;stroke-width:10px}.lineMain{stroke:#c20d68;stroke-width:4px;stroke-dasharray:900;stroke-dashoffset:900px;animation:2.2s ease-out .35s forwards drawChart}.months{bottom:3px;color:#80918c;justify-content:space-between;font-size:7px;display:flex;position:absolute;inset-inline:5px}.channelPanel{flex-direction:column;display:flex}.donut{background:conic-gradient(#1d8069 0 48%,#4b91bd 48% 80%,#c20d68 80%);border-radius:50%;place-items:center;width:125px;height:125px;margin:18px auto 13px;animation:1.4s ease-out both donutReveal;display:grid}.donut:before{content:"";background:#fff;border-radius:50%;grid-area:1/1;width:72px;height:72px}.donut div{z-index:1;text-align:center;flex-direction:column;grid-area:1/1;display:flex}.donut b{font:700 16px Manrope}.donut small{color:#73847f;font-size:8px}.channelPanel ul{gap:7px;margin:auto 0 0;padding:0;list-style:none;display:grid}.channelPanel li{grid-template-columns:8px 1fr auto;align-items:center;gap:7px;font-size:9px;display:grid}.channelPanel li i{background:#1d8069;border-radius:2px;width:7px;height:7px}.channelPanel li:nth-child(2) i{background:#4b91bd}.channelPanel li:nth-child(3) i{background:#c20d68}.channelPanel li b{font:600 9px Manrope}.appOrbit{height:690px}.appCenter{border-radius:54px;width:270px;height:270px}.appGridIcon{grid-template-columns:repeat(3,19px);gap:6px}.appGridIcon i{height:19px}.appCenter strong{font-size:32px}.appCenter small{margin-top:8px;font-size:18px}.appTile{border-radius:21px;gap:15px;width:238px;padding:20px}.appTile>i{border-radius:16px;width:60px;height:60px;font-size:24px}.appTile strong{font-size:22px}.appTile small{margin-top:4px;font-size:16px}.appIntro>p{font-size:22px}footer{background:radial-gradient(circle at 88% 10%,#176b7030,transparent 32%),linear-gradient(135deg,var(--navy-950),var(--navy-900));color:#e8f2ee;border-top:8px solid #0000;border-image:linear-gradient(90deg,#24745f,#4b91bd,#ffbd19,#c20d68) 1;padding-top:100px}.footerTop{gap:64px;padding-bottom:75px}.footerBrand .brand img{filter:none;background:#f5fbf8;border-radius:14px;padding:5px}.footerBrand .brand strong{color:#fff;font-size:34px}.footerTop b{margin-bottom:16px;font-size:20px}.footerTop a{color:#c3d5cf;font-size:18px;line-height:1.85;transition:all .2s}.footerTop a:hover{color:#fff;transform:translate(-3px)}.footerBrand .brandSlogan{letter-spacing:3.5px;background:0 0;-webkit-background-clip:initial;color:inherit;font-size:15px}.brandSlogan span:first-child{color:#4b91bd}.brandSlogan span:nth-child(2){color:#ffbd19}.brandSlogan span:nth-child(3){color:#52c3a8}.footerBrand>p:not(.brandSlogan){font-size:18px}.footerBottom{color:#b7cac4;padding:32px 0 42px;font-size:15px}@keyframes barGrow{0%{opacity:0;transform:scaleY(0)}to{opacity:.68;transform:scaleY(1)}}@keyframes drawChart{to{stroke-dashoffset:0}}@keyframes donutReveal{0%{opacity:0;transform:rotate(-90deg)scale(.7)}to{opacity:1;transform:rotate(0)scale(1)}}@media (max-width:1100px){.analyticsGrid{grid-template-columns:1fr}.channelPanel{display:none}.dashNumbers{grid-template-columns:repeat(2,1fr)}.appOrbit{height:640px}}@media (max-width:650px){.sectionHead>p,.appIntro>p,.storyCopy p{font-size:16px}.cap p{font-size:15px}.dashboardScene{padding:12px}.dashNumbers{grid-template-columns:1fr 1fr}.dashNumbers article:nth-child(n+3){display:none}.analyticsGrid{grid-template-columns:1fr}.comboChart{height:180px}.appCenter{width:220px;height:220px}.appTile{width:180px;padding:13px}.appTile>i{width:45px;height:45px}.appTile strong{font-size:15px}.appTile small{font-size:13px}.footerTop a{font-size:15px}.footerTop b{font-size:17px}}.bars i{animation:barBreathe 7.5s var(--d) ease-in-out infinite alternate}.lineMain{animation:9s ease-in-out infinite alternate drawChart}.lineGlow{animation:4.5s ease-in-out infinite chartGlow}.donut{animation:7s ease-in-out infinite alternate donutBreathe}@keyframes barBreathe{0%,8%{opacity:.42;transform:scaleY(.3)}72%,to{opacity:.78;transform:scaleY(1)}}@keyframes chartGlow{0%,to{opacity:.2}50%{opacity:.75}}@keyframes donutBreathe{0%,12%{opacity:.72;transform:rotate(-90deg)scale(.86)}70%,to{opacity:1;transform:rotate(0)scale(1)}}:root{--icon-brand:64px;--icon-feature:104px;--icon-compact:60px}.announcement{gap:16px;height:52px;font-size:16px}.nav{width:min(1680px,100vw - 100px);height:118px}.nav .brand{gap:14px}.nav .brand img,.footerBrand .brand img{width:var(--icon-brand);height:var(--icon-brand)}.nav .brand strong{letter-spacing:-1.5px;font-size:34px}.navlinks{gap:40px;font-size:18px}.navactions{gap:18px}.login{font-size:18px}.lang{font-size:15px}.button.small{border-radius:13px;padding:15px 24px;font-size:17px}.crystalIcon span{width:var(--icon-feature);height:var(--icon-feature)}.crystalIcon svg{width:50%;height:50%}.appTile>i{width:var(--icon-compact);height:var(--icon-compact)}@media (max-width:1100px){.nav{width:var(--shell)}.navlinks{top:108px}}@media (max-width:650px){:root{--icon-brand:50px;--icon-feature:92px;--icon-compact:48px}.announcement{height:38px;font-size:10px}.nav{height:82px}.nav .brand strong{font-size:24px}.navlinks{top:76px}.appTile>i{width:var(--icon-compact);height:var(--icon-compact)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.brandPatternDemo .hero,.brandPatternDemo .trust,.brandPatternDemo .platform,.brandPatternDemo .apps{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed}.brandPatternDemo .story,.brandPatternDemo .themes{background-image:url(/brand/tawlefah-pattern-dark.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed}.brandPatternDemo .finalCta,.brandPatternDemo footer{background-image:url(/brand/tawlefah-pattern-dark.svg),linear-gradient(135deg,var(--navy-950),var(--navy-900));background-position:top,50%;background-repeat:repeat,no-repeat;background-size:1200px 700px,cover;background-attachment:fixed,scroll}.brandPatternDemo .hero>*,.brandPatternDemo .trust>*,.brandPatternDemo .platform>*,.brandPatternDemo .story>*,.brandPatternDemo .apps>*,.brandPatternDemo .themes>*,.brandPatternDemo .finalCta>*,.brandPatternDemo footer>*{z-index:1;position:relative}@media (max-width:650px){.brandPatternDemo .hero,.brandPatternDemo .trust,.brandPatternDemo .platform,.brandPatternDemo .apps,.brandPatternDemo .story,.brandPatternDemo .themes,.brandPatternDemo .finalCta,.brandPatternDemo footer{background-size:760px 443px}}.innerSite{color:#10241f;background:#fbfdfc;min-height:100vh;overflow:hidden}.innerSite .siteNav{z-index:30;position:relative}.innerSite .section{padding-block:120px}.innerSite h1,.innerSite h2,.innerSite h3,.innerSite p{margin-top:0}.innerSite .tag{color:#24745f;background:#eff8f4;border:1px solid #cfe5dd;border-radius:999px;align-items:center;min-height:38px;padding:8px 16px;font-size:15px;font-weight:800;display:inline-flex}.innerSite .tag.light{color:#bce8db;background:#ffffff12;border-color:#ffffff2e}.innerSite .eyebrow{color:#24745f;align-items:center;gap:12px;font-size:17px;font-weight:800;display:flex}.innerSite .eyebrow i{background:linear-gradient(90deg,#24745f,#c20d68);width:42px;height:2px}.innerHero{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;grid-template-columns:1.15fr .65fr;align-items:center;gap:90px;min-height:690px;padding-block:90px 120px;display:grid}.innerHero h1{letter-spacing:-4px;max-width:850px;margin:24px 0 30px;font-size:clamp(58px,6vw,96px);line-height:1.03}.innerHero h1 em,.simpleHero h1 em{background:linear-gradient(95deg,#24745f,#4b91bd,#c20d68);color:#0000;-webkit-background-clip:text;font-style:normal}.innerHero>div>p{color:#596f68;max-width:760px;font-size:22px;line-height:1.9}.innerHero .heroActions{align-items:center;gap:18px;margin-top:38px;display:flex}.innerHero .ghost{color:#10241f;padding:17px 22px;font-size:17px;font-weight:800}.metricCrystal{isolation:isolate;aspect-ratio:1;background:radial-gradient(circle at 30% 20%,#fff 0 20%,#0000 45%),linear-gradient(145deg,#e9faf5,#b9e4d8 48%,#f8ffff);border:1px solid #d5e8e1;border-radius:42% 58% 55% 45%/48% 42% 58% 52%;align-content:center;place-items:center;animation:7s ease-in-out infinite crystalFloat;display:grid;position:relative;box-shadow:inset 18px 20px 45px #fff,inset -18px -18px 40px #2185681c,0 40px 80px #1a5f4b20}.metricCrystal:before{content:"";border:1px solid #ffffffc7;border-radius:46% 54%;position:absolute;inset:14%;box-shadow:inset 0 0 30px #fff}.metricCrystal span{z-index:2;color:#0c493c;font:800 clamp(40px,4.4vw,72px) Manrope,sans-serif;position:relative}.metricCrystal small{z-index:2;color:#496b61;margin-top:10px;font-size:17px;position:relative}.metricCrystal i{border-radius:9px;width:30px;height:30px;position:absolute;box-shadow:inset 5px 5px 10px #fff8,0 10px 22px #143f332b}.metricCrystal i:first-of-type{background:#4b91bd;top:12%;right:25%}.metricCrystal i:nth-of-type(2){background:#459c82;top:31%;left:12%}.metricCrystal i:nth-of-type(3){background:#c20d68;bottom:13%;right:22%}.metricCrystal i:nth-of-type(4){background:#ffbd19;bottom:27%;left:9%}.innerFeatures{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed}.innerFeatureGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px;display:grid}.innerFeatureGrid article{background:#ffffffdf;border:1px solid #d9e6e1;border-radius:34px;min-height:390px;padding:36px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 22px 60px #184a3b0a}.innerFeatureGrid article:hover{transform:translateY(-8px);box-shadow:0 30px 70px #184a3b18}.innerFeatureGrid article>small{color:#24745f;background:#edf7f3;border-radius:17px;place-items:center;min-width:48px;height:34px;font:800 17px Manrope;display:grid;position:absolute;top:30px;left:30px}.miniCrystal{color:#fff;border-radius:30px;place-items:center;width:100px;height:100px;font-size:46px;font-weight:300;display:grid;transform:rotate(-5deg);box-shadow:inset 12px 12px 26px #ffffff75,inset -10px -10px 26px #12382f20,0 25px 45px #164b3e22}.miniCrystal.tone0{background:linear-gradient(145deg,#c9eee4,#2f9278)}.miniCrystal.tone1{background:linear-gradient(145deg,#f9c9df,#b90760)}.miniCrystal.tone2{background:linear-gradient(145deg,#c7e6f8,#438fb9)}.miniCrystal.tone3{background:linear-gradient(145deg,#ffe5a6,#f3a914)}.innerFeatureGrid h3{margin:66px 0 14px;font-size:30px}.innerFeatureGrid p{color:#60756e;font-size:17px;line-height:1.9}.brandDark{background-color:var(--navy-900);color:#fff;background-image:url(/brand/tawlefah-pattern-dark.svg),radial-gradient(circle at 15% 30%,#287a6252,#0000 32%);background-position:top,50%;background-repeat:repeat,no-repeat;background-size:1200px 700px,auto;background-attachment:fixed,scroll;position:relative}.brandDark .sectionHead h2{color:#fff}.brandDark .sectionHead em{color:#92d6c4}.journeyGrid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:65px;display:grid}.journeyGrid article{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff21;border-radius:30px;min-height:300px;padding:38px}.journeyGrid b{color:#ffbd19;font:700 28px Manrope}.journeyGrid article:nth-child(2) b{color:#6cabc2}.journeyGrid article:nth-child(3) b{color:#e2619e}.journeyGrid h3{margin:65px 0 15px;font-size:30px}.journeyGrid p{color:#c3d8d1;font-size:17px;line-height:1.85}.innerCta{text-align:center;color:#fff;background-image:url(/brand/tawlefah-pattern-dark.svg),linear-gradient(120deg,#94044b,#d01975);background-position:top,50%;background-repeat:repeat,no-repeat;background-size:1200px 700px,cover;background-attachment:fixed,scroll;padding:130px 0}.innerCta span{font-size:18px}.innerCta h2{letter-spacing:-3px;margin:20px 0 18px;font-size:clamp(46px,5.2vw,82px)}.innerCta p{color:#ffeaf4;font-size:20px}.innerCta .button{margin-top:25px;display:inline-flex}.simpleHero{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;flex-direction:column;justify-content:center;align-items:flex-start;min-height:500px;padding-block:80px;display:flex}.simpleHero h1{letter-spacing:-4px;max-width:950px;margin:25px 0;font-size:clamp(52px,6vw,92px);line-height:1.08}.simpleHero>p{color:#5d746c;max-width:820px;font-size:22px;line-height:1.9}.utilityGrid{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.utilityGrid article{background:#fffffff0;border:1px solid #d9e7e2;border-radius:32px;min-height:310px;padding:42px}.utilityGrid article>span{color:#4b91bd;font:700 20px Manrope}.utilityGrid h2{margin:55px 0 14px;font-size:34px}.utilityGrid p{color:#60756e;font-size:18px;line-height:1.85}.utilityGrid a{color:#c20d68;margin-top:18px;font-weight:800;display:inline-block}.legalPage{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;padding-block:100px 140px}.legalPage header{border-bottom:1px solid #d6e5df;padding-bottom:60px}.legalPage header h1{letter-spacing:-3px;margin:28px 0 16px;font-size:clamp(52px,6vw,84px)}.legalPage header p{color:#72857f;font-size:17px}.legalPage>section{border-bottom:1px solid #dbe7e2;grid-template-columns:100px 1fr;gap:35px;padding:55px 0;display:grid}.legalPage>section>b{color:#4b91bd;font:700 24px Manrope}.legalPage h2{font-size:30px}.legalPage section p{color:#596f68;max-width:850px;font-size:18px;line-height:2}.helpHero{background-image:url(/brand/tawlefah-pattern-dark.svg),linear-gradient(135deg,var(--navy-900),var(--brand-teal-dark));color:#fff;background-position:top,50%;background-repeat:repeat,no-repeat;background-size:1200px 700px,cover;background-attachment:fixed,scroll;padding:115px 0}.helpHero span{color:#a7d8cb;font-size:18px}.helpHero h1{letter-spacing:-3px;margin:18px 0 35px;font-size:clamp(52px,6vw,86px)}.helpHero label{background:#fff;border-radius:22px;align-items:center;max-width:850px;height:82px;padding:0 28px;display:flex;box-shadow:0 25px 60px #061c174d}.helpHero input{color:#10241f;background:0 0;border:0;outline:0;width:100%;height:100%;font:500 19px inherit}.helpHero label b{color:#24745f;font-size:34px}.helpGrid{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.helpGrid>a{color:#10241f;background:#fffffff0;border:1px solid #d8e7e2;border-radius:30px;min-height:330px;padding:36px;transition:all .25s}.helpGrid>a:hover{transform:translateY(-7px);box-shadow:0 28px 60px #174b3d15}.helpGrid span{color:#c20d68;font:700 20px Manrope}.helpGrid h2{margin:55px 0 15px;font-size:28px}.helpGrid p{color:#5c716a;min-height:70px;font-size:17px;line-height:1.8}.helpGrid b{color:#24745f;margin-top:25px;display:block}.supportBand{color:#fff;background-image:url(/brand/tawlefah-pattern-dark.svg),linear-gradient(120deg,#9e0751,#c20d68);background-position:top,50%;background-repeat:repeat,no-repeat;background-size:1200px 700px,cover;background-attachment:fixed,scroll;padding:100px 0}.supportBand>.shell{justify-content:space-between;align-items:end;gap:40px;display:flex}.supportBand h2{margin:22px 0 10px;font-size:52px}.supportBand p{color:#ffeaf4;margin-bottom:0;font-size:19px}.guidePage,.articlePage{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;padding-block:90px 140px}.guidePage>header,.articlePage>header{max-width:950px;padding-bottom:55px}.guidePage h1,.articlePage h1{letter-spacing:-3px;margin:26px 0;font-size:clamp(48px,6vw,82px);line-height:1.1}.guidePage>header p,.articlePage>header p{color:#5d736c;font-size:21px;line-height:1.9}.guideSteps{gap:18px;max-width:1000px;display:grid}.guideSteps section{background:#fffffff0;border:1px solid #d7e6e0;border-radius:28px;grid-template-columns:72px 1fr;gap:24px;padding:34px;display:grid}.guideSteps b{color:#fff;background:linear-gradient(145deg,#c9eee3,#2f9278);border-radius:18px;place-items:center;width:58px;height:58px;font:700 18px Manrope;display:grid;box-shadow:inset 7px 7px 15px #fff6}.guideSteps h2{font-size:27px}.guideSteps p{color:#5c716a;font-size:17px;line-height:1.85}.blogGrid{background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.blogGrid>a{color:#10241f;background:#fff;border:1px solid #d8e6e1;border-radius:32px;padding:22px 22px 34px;display:block}.blogGrid>a.featured{grid-column:1/-1}.blogArt{background-image:url(/brand/tawlefah-pattern-light.svg),linear-gradient(135deg,#dff4ed,#8bc8b8);border-radius:24px;height:280px;position:relative;overflow:hidden}.featured .blogArt{height:390px}.blogArt:before,.blogArt:after{content:"";border-radius:32%;position:absolute;transform:rotate(20deg);box-shadow:inset 20px 20px 35px #fff8,0 30px 55px #123d3121}.blogArt:before{background:linear-gradient(145deg,#f5c4dc,#be0a62);width:180px;height:180px;top:19%;right:12%}.blogArt:after{background:linear-gradient(145deg,#cae8f8,#4b91bd);width:110px;height:110px;bottom:13%;left:14%}.art1:before,.art4:before{background:linear-gradient(145deg,#ceeae2,#278069)}.art2:before,.art5:before{background:linear-gradient(145deg,#ffe7ab,#ffad19)}.blogArt span{z-index:2;color:#fff;font:800 22px Manrope;position:absolute;top:24px;left:28px}.blogGrid>a>small{color:#c20d68;margin-top:25px;font-weight:800;display:block}.blogGrid h2{margin:12px 0;font-size:30px;line-height:1.35}.blogGrid p{color:#5d726b;font-size:17px;line-height:1.85}.blogGrid b{color:#24745f;margin-top:24px;display:block}.articleBody{background:#fffffff0;border:1px solid #d7e6e0;border-radius:32px;max-width:920px;padding:45px}.articleBody section+section{border-top:1px solid #dbe7e2;margin-top:50px;padding-top:45px}.articleBody h2{font-size:32px}.articleBody p,.articleBody li{color:#526962;font-size:18px;line-height:2}.articleBody li+li{margin-top:12px}.notFound{text-align:center;background-image:url(/brand/tawlefah-pattern-light.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;place-items:center;min-height:70vh;padding:80px 20px;display:grid}.notFound b{color:#c20d68;font:800 100px Manrope}.notFound h1{margin:0 0 16px;font-size:48px}.notFound p{color:#60756e;font-size:19px}.loadingPage{place-items:center;min-height:60vh;display:grid}.loadingPage span{border:7px solid #d9ebe5;border-top-color:#c20d68;border-radius:50%;width:78px;height:78px;animation:.8s linear infinite spinner}@keyframes crystalFloat{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-16px)rotate(1deg)}}@keyframes spinner{to{transform:rotate(360deg)}}@media (max-width:1100px){.innerHero{grid-template-columns:1fr;gap:50px}.metricCrystal{justify-self:center;width:min(520px,75vw)}.innerFeatureGrid,.helpGrid{grid-template-columns:repeat(2,1fr)}.journeyGrid{grid-template-columns:1fr}.supportBand>.shell{flex-direction:column;align-items:flex-start}.blogGrid{grid-template-columns:1fr}.blogGrid>a.featured{grid-column:auto}.featured .blogArt{height:300px}}@media (max-width:650px){.innerSite .section{padding-block:75px}.innerHero{min-height:auto;padding-block:65px 85px}.innerHero h1,.simpleHero h1,.guidePage h1,.articlePage h1{letter-spacing:-2px;font-size:44px}.innerHero>div>p,.simpleHero>p{font-size:17px}.innerHero .heroActions{flex-direction:column;align-items:stretch}.metricCrystal{width:82vw}.innerFeatureGrid,.helpGrid,.utilityGrid{grid-template-columns:1fr}.innerFeatureGrid article{min-height:330px}.innerFeatureGrid h3{margin-top:48px}.simpleHero{min-height:420px}.journeyGrid article{min-height:250px}.innerCta{padding:90px 0}.innerCta h2{font-size:44px}.legalPage>section,.guideSteps section{grid-template-columns:1fr}.legalPage>section{gap:15px}.helpHero{padding:80px 0}.helpHero label{height:68px}.supportBand h2{font-size:40px}.articleBody{padding:25px}.blogArt,.featured .blogArt{height:250px}.siteNav .navactions .login,.siteNav .navactions .button{display:none}}.heroCopy,.innerHero>div,.storyCopy,.appIntro,.themeIntro,.simpleHero:before,.legalPage>header,.guidePage>header,.articlePage>header,.sectionHead>div,.sectionHead>p{-webkit-backdrop-filter:blur(15px);background:#ffffffd1;border:1px solid #d2e4ddc7;box-shadow:0 24px 70px #0f3f330f}.heroCopy,.innerHero>div,.storyCopy,.appIntro,.themeIntro{border-radius:30px;padding:34px}.innerHero>div{z-index:2;position:relative}.sectionHead>div{border-radius:26px;padding:28px 32px}.sectionHead>p{border-radius:22px;padding:22px 26px}.simpleHero{isolation:isolate;position:relative}.simpleHero:before{content:"";z-index:-1;inset-inline-start:-32px;border-radius:34px;width:min(1040px,100% + 32px);position:absolute;top:54px;bottom:54px}.simpleHero>*{z-index:1;position:relative}.legalPage>header,.guidePage>header,.articlePage>header{border-radius:32px;padding:38px}.brandDark .sectionHead>div,.brandDark .sectionHead>p,.supportBand>div>div,.innerCta>.shell{-webkit-backdrop-filter:blur(16px);background:#081a24c2;border-color:#ffffff29;box-shadow:0 30px 80px #020a0f59}.supportBand>div>div{border:1px solid #ffffff26;border-radius:28px;padding:30px 34px}.innerCta>.shell{width:min(980px,var(--shell));border:1px solid #ffffff26;border-radius:36px;padding:46px}.helpHero .shell{-webkit-backdrop-filter:blur(15px);background:#081a24c2;border:1px solid #ffffff29;border-radius:34px;padding:38px;box-shadow:0 30px 80px #020a0f59}.story .storyCopy,.themes .sectionHead>div,.themes .sectionHead>p,.finalCta .finalInner{-webkit-backdrop-filter:blur(16px);background:#081a24c2;border-color:#ffffff29;box-shadow:0 30px 80px #020a0f59}.story .storyCopy,.finalCta .finalInner{z-index:3;position:relative}.finalCta .finalInner{border:1px solid #ffffff29;border-radius:36px;padding:44px}.themes .sectionHead>p{color:#c3d3dc}.themes .sectionHead h2 em{color:#9fc4d6}.story .storyCopy p{color:#c3d3dc}@media (max-width:650px){.heroCopy,.innerHero>div,.storyCopy,.appIntro,.themeIntro{border-radius:24px;padding:22px}.sectionHead>div,.sectionHead>p{border-radius:22px;padding:20px}.simpleHero:before{inset-inline:-10px;width:auto;top:36px;bottom:36px}.legalPage>header,.guidePage>header,.articlePage>header{padding:24px}.innerCta>.shell{padding:30px 22px}.helpHero .shell{padding:25px}}.miniCrystal{isolation:isolate;overflow:hidden}.miniCrystal svg{color:#fff;filter:drop-shadow(0 4px 8px #07382c38);width:54%;height:54%;animation:5.4s ease-in-out infinite iconDraw;animation-delay:var(--icon-delay,0s)}.innerFeatureGrid article .miniCrystal,.utilityGrid article .miniCrystal,.priceCard .miniCrystal{animation:5.4s ease-in-out infinite crystalWave;animation-delay:var(--icon-delay,0s)}.innerFeatureGrid article:nth-child(4n+1) .miniCrystal{background:linear-gradient(145deg,#aee8d8,#23846d)}.innerFeatureGrid article:nth-child(4n+2) .miniCrystal{background:linear-gradient(145deg,#f4aed0,#bd1666)}.innerFeatureGrid article:nth-child(4n+3) .miniCrystal{background:linear-gradient(145deg,#b8def2,#4b92bd)}.innerFeatureGrid article:nth-child(4n) .miniCrystal{background:linear-gradient(145deg,#ffe39b,#eba51e)}.innerFeatureGrid article:hover .miniCrystal{animation-play-state:paused;transform:translateY(-7px)rotate(4deg)scale(1.08)}@keyframes iconDraw{0%,72%,to{opacity:.96;transform:scale(1)}82%{opacity:1;transform:scale(1.13)}}.utilityGrid article{position:relative;overflow:hidden}.utilityGrid article:has(.utilityIcon){padding-top:140px}.utilityIcon{inset-inline-start:34px;top:30px;border-radius:26px!important;place-items:center!important;width:88px!important;height:88px!important;display:grid!important;position:absolute!important}.utilityIcon.tone0{background:linear-gradient(145deg,#aee8d8,#23846d)}.utilityIcon.tone1{background:linear-gradient(145deg,#f4aed0,#bd1666)}.utilityIcon.tone2{background:linear-gradient(145deg,#b8def2,#4b92bd)}.utilityIcon.tone3{background:linear-gradient(145deg,#ffe39b,#eba51e)}.themeCatalog{background:#f8fbfa}.catalogHead{text-align:center;max-width:920px;margin:0 auto 65px}.catalogHead h2{letter-spacing:-3px;margin:0;font-size:clamp(44px,5vw,74px);line-height:1.08}.catalogHead h2 em{color:#7b8f88;font-style:normal;font-weight:400}.catalogHead p{max-width:700px;color:var(--muted);margin:25px auto 0;font-size:17px;line-height:1.9}.themeCatalogGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.catalogTheme{min-height:520px;animation:7s ease-in-out infinite themeEnter;animation-delay:var(--icon-delay);background:#fff;border:1px solid #d7e4df;border-radius:28px;padding:13px;transition:all .45s;box-shadow:0 22px 60px #123f3312}.catalogTheme:hover{transform:translateY(-10px);box-shadow:0 34px 80px #123f3325}.themeChrome{align-items:center;gap:5px;height:28px;padding:0 8px;display:flex}.themeChrome i{background:#ef7b7b;border-radius:50%;width:7px;height:7px}.themeChrome i:nth-child(2){background:#ffd05a}.themeChrome i:nth-child(3){background:#57bd92}.themeCanvas{border-radius:18px;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex;position:relative;overflow:hidden}.themeCanvas:after{content:"";animation:6s ease-in-out infinite themeShine;animation-delay:var(--icon-delay);background:linear-gradient(120deg,#0000 35%,#fff5 50%,#0000 65%);position:absolute;inset:0;transform:translate(-120%)}.themeCanvas b{letter-spacing:5px;z-index:1;font:500 clamp(35px,4vw,56px) Manrope;position:relative}.themeCanvas small{z-index:1;margin-top:12px;position:relative}.themeCanvas span{z-index:1;font-size:12px;font-weight:800;position:absolute;bottom:25px;right:25px}.catalogTheme footer{color:var(--ink);background:0 0;justify-content:space-between;padding:18px 8px 4px;display:flex}.catalogTheme footer em{color:var(--green);font-size:12px;font-style:normal}.themeElan .themeCanvas{color:#44352e;background:linear-gradient(145deg,#e8ded5,#faf7f4)}.themeMizaj .themeCanvas{color:#ffeac7;background:radial-gradient(circle,#b98353,#3f2417)}.themeBayt .themeCanvas{color:#173c32;background:linear-gradient(145deg,#d8e5df,#879f93)}.themePulse .themeCanvas{color:#103f5b;background:linear-gradient(145deg,#d9eff9,#4595c1)}.themeDigital .themeCanvas{color:#fff;background:linear-gradient(145deg,#d9d5fc,#6d57d4)}.themeRihab .themeCanvas{color:#573200;background:linear-gradient(145deg,#f9e7a9,#ec9d23)}.themeSilk .themeCanvas{color:#fff;background:linear-gradient(145deg,#f7d5e4,#bf2a70)}.themeTaste .themeCanvas{color:#20300b;background:linear-gradient(145deg,#e5f0c8,#6b863d)}.themeAtlas .themeCanvas{color:#fff;background:linear-gradient(145deg,#d0e3df,#1d7662)}.themeNoir .themeCanvas{color:#fff;background:#090909}.themeLumiere .themeCanvas{color:#3b2a09;background:linear-gradient(145deg,#fff6d8,#a77b20)}.themeSignature .themeCanvas{color:#fff;background:linear-gradient(145deg,#1c1d20,#63103b)}.themeNoir,.themeLumiere,.themeSignature{border-color:#c79a38}.themeNoir footer em,.themeLumiere footer em,.themeSignature footer em{color:#9b064d}@keyframes themeShine{0%,68%,to{transform:translate(-120%)}80%{transform:translate(120%)}}@keyframes themeEnter{0%,74%,to{filter:saturate()}82%{filter:saturate(1.12)brightness(1.04)}}.pricingCatalog{background:linear-gradient(#fff,#f2f8f5)}.centerText{text-align:center}.billingSwitch{background:#e8f3ef;border:1px solid #d3e6de;border-radius:100px;gap:6px;width:max-content;margin:0 auto 45px;padding:7px;display:flex}.billingSwitch>*{border-radius:100px;padding:10px 18px;font-size:13px}.billingSwitch b{background:var(--green);color:#fff}.pricingGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:22px;display:grid}.priceCard{background:#fff;border:1px solid #d6e4df;border-radius:32px;padding:38px;transition:all .4s;position:relative;box-shadow:0 24px 65px #133f3412}.priceCard:hover{transform:translateY(-9px);box-shadow:0 35px 80px #133f3425}.priceCard.growth{border:2px solid var(--brand-green);transform:translateY(-14px)}.priceCard.growth:hover{transform:translateY(-22px)}.priceCard.pro{background:var(--navy-900);color:#fff;border-color:var(--brand-teal)}.priceIcon{background:linear-gradient(145deg,#aee8d8,#23846d);margin-bottom:30px;border-radius:25px!important;place-items:center!important;width:84px!important;height:84px!important;display:grid!important}.priceCard.growth .priceIcon{background:linear-gradient(145deg,#f4aed0,#bd1666)}.priceCard.pro .priceIcon{background:linear-gradient(145deg,#ffe39b,#eba51e)}.priceCard mark{color:var(--green);background:#e5f5ef;border-radius:100px;padding:8px 12px;font-size:11px;font-weight:800;position:absolute;top:22px;left:22px}.priceCard h3{margin:0 0 16px;font-size:30px}.priceCard>strong{font:800 36px Manrope}.priceCard>p{color:#71847e;min-height:42px}.priceCard.pro>p{color:#b5c8c2}.priceCard .button{justify-content:center;margin:25px 0;display:flex}.priceCard.pro .button{color:var(--brand-teal-dark);background:#fff}.priceCard ul{border-top:1px solid #dfe9e5;margin:0;padding:24px 0 0;list-style:none}.priceCard.pro ul{border-color:#ffffff20}.priceCard li{color:#50675f;padding:10px 0;font-size:14px}.priceCard.pro li{color:#d2dfdb}.pricePolicy{color:#587068;background:#ffffffc9;border:1px solid #d8e6e1;border-radius:22px;justify-content:space-between;gap:30px;margin-top:35px;padding:25px 30px;display:flex}.pricePolicy b{color:var(--ink)}@media (max-width:1100px){.themeCatalogGrid{grid-template-columns:repeat(2,1fr)}.pricingGrid{grid-template-columns:1fr}.priceCard.growth,.priceCard.growth:hover{transform:none}.pricePolicy{flex-direction:column}}@media (max-width:650px){.catalogHead h2{letter-spacing:-2px;font-size:42px}.themeCatalogGrid{grid-template-columns:1fr}.catalogTheme{min-height:440px}.themeCanvas{height:330px}.pricingCatalog,.themeCatalog{padding-block:85px}.priceCard{padding:28px}.pricePolicy{padding:22px}.utilityGrid article:has(.utilityIcon){padding-top:125px}}button.catalogTheme{font:inherit;color:inherit;text-align:inherit;cursor:pointer;width:100%}button.catalogTheme:focus-visible{outline:4px solid var(--brand-mint);outline-offset:4px}.themeModal{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#061b17d9;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.themeModalPanel{background:#f7fbf9;border-radius:30px;width:min(1180px,96vw);max-height:94vh;overflow:auto;box-shadow:0 50px 140px #0009}.themeModalPanel>header{z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7fbf9ed;border-bottom:1px solid #d6e5df;justify-content:space-between;align-items:center;padding:20px 26px;display:flex;position:sticky;top:0}.themeModalPanel>header span{color:#657a73;font-size:12px}.themeModalPanel>header h2{margin:3px 0;font:700 28px Manrope}.previewDevices{align-items:center;gap:7px;display:flex}.previewDevices button{color:#4e675f;cursor:pointer;background:#fff;border:1px solid #d3e3dd;border-radius:100px;padding:10px 15px}.previewDevices button.active{background:var(--green);color:#fff}.previewDevices .modalClose{color:#263b35;background:#fff;padding:2px 13px;font-size:26px}.themePreview{border-radius:20px;width:calc(100% - 52px);margin:26px auto;transition:all .45s;overflow:hidden;box-shadow:0 25px 80px #0d44352b}.themePreview.mobile{width:min(390px,100% - 40px)}.previewBrowser{background:#e9eeec;align-items:center;gap:6px;height:38px;padding:0 14px;display:flex}.previewBrowser i{background:#ef7777;border-radius:50%;width:8px;height:8px}.previewBrowser i:nth-child(2){background:#f5c74b}.previewBrowser i:nth-child(3){background:#4eb78c}.previewBrowser span{letter-spacing:2px;margin-inline-start:12px;font:600 9px Manrope}.previewStoreNav{color:#233832;background:#fff;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:22px 34px;display:grid}.previewStoreNav b{font:700 22px Manrope}.previewStoreNav span{text-align:center;font-size:12px}.previewStoreNav i{text-align:end;font-size:11px;font-style:normal}.previewHero{flex-direction:column;justify-content:center;align-items:flex-start;min-height:420px;padding:70px 8%;display:flex}.previewHero small{letter-spacing:3px}.previewHero h3{margin:18px 0;font:700 clamp(54px,8vw,104px)/1 Manrope}.previewHero p{max-width:520px;font-size:16px;line-height:1.8}.previewHero button{background:var(--navy-900);color:#fff;border:0;border-radius:100px;margin-top:15px;padding:14px 24px}.previewProducts{background:#fff;grid-template-columns:repeat(3,1fr);gap:14px;padding:20px;display:grid}.previewProducts article{background:linear-gradient(145deg,#edf3f0,#b9d1c8);border-radius:15px;height:180px}.themePreview.themeMizaj .previewHero{color:#ffeac7;background:radial-gradient(circle,#b98353,#3f2417)}.themePreview.themeNoir .previewHero{color:#fff;background:#090909}.themePreview.themeElan .previewHero{color:#44352e;background:linear-gradient(145deg,#e8ded5,#faf7f4)}.themePreview.themeBayt .previewHero{color:#173c32;background:linear-gradient(145deg,#d8e5df,#879f93)}.themePreview.themePulse .previewHero{color:#103f5b;background:linear-gradient(145deg,#d9eff9,#4595c1)}.themePreview.themeDigital .previewHero{color:#fff;background:linear-gradient(145deg,#d9d5fc,#6d57d4)}.themePreview.themeRihab .previewHero{color:#573200;background:linear-gradient(145deg,#f9e7a9,#ec9d23)}.themePreview.themeSilk .previewHero{color:#fff;background:linear-gradient(145deg,#f7d5e4,#bf2a70)}.themePreview.themeTaste .previewHero{color:#20300b;background:linear-gradient(145deg,#e5f0c8,#6b863d)}.themePreview.themeAtlas .previewHero{color:#fff;background:linear-gradient(145deg,#d0e3df,#1d7662)}.themePreview.themeLumiere .previewHero{color:#3b2a09;background:linear-gradient(145deg,#fff6d8,#a77b20)}.themePreview.themeSignature .previewHero{color:#fff;background:linear-gradient(145deg,#1c1d20,#63103b)}.themePreview.mobile .previewStoreNav{grid-template-columns:1fr auto;padding:18px}.themePreview.mobile .previewStoreNav span{display:none}.themePreview.mobile .previewHero{min-height:500px;padding:45px 28px}.themePreview.mobile .previewHero h3{font-size:58px}.themePreview.mobile .previewProducts{grid-template-columns:1fr}.themePreview.mobile .previewProducts article{height:260px}.themeModalPanel>footer{color:var(--ink);background:#fff;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.themeModalPanel>footer div{flex-direction:column;display:flex}.themeModalPanel>footer span{color:#647970;margin-top:4px;font-size:12px}.themeModalPanel>footer a{background:var(--green);color:#fff;border-radius:12px;padding:14px 20px;font-weight:800}@media (max-width:650px){.themeModal{padding:8px}.themeModalPanel{border-radius:22px;width:100%}.themeModalPanel>header{flex-direction:column;align-items:flex-start;gap:15px}.previewDevices{width:100%;overflow:auto}.themePreview{width:calc(100% - 20px);margin:10px auto}.themeModalPanel>footer{flex-direction:column;align-items:stretch;gap:18px}.themeModalPanel>footer a{text-align:center}}.themeRail .theme{cursor:pointer;display:block}.themeRail .theme>b{display:block}.themeRail .theme:hover,.themeRail .theme:focus-visible{outline:none;transform:translateY(-15px)rotateX(2deg);box-shadow:0 0 0 4px #52c3a866,0 45px 100px #001d1690}.brandPatternDemo>.announcement{background:linear-gradient(100deg,#a80755,#cf176f 55%,#9a064e);box-shadow:0 8px 25px #a8075526}@keyframes coreBreathe{0%,to{opacity:.35;transform:scale(.94)}50%{opacity:.78;transform:scale(1.05)}}@keyframes coreSpin{to{transform:rotate(360deg)}}.darkEcosystemDemo{background:var(--navy-950);min-height:100svh;color:var(--text-dark-primary);isolation:isolate;font-family:IBM Plex Sans Arabic,system-ui,sans-serif;position:relative;overflow:hidden}.darkEcosystemDemo:before{content:"";z-index:-4;background:radial-gradient(circle at 50% 80%,#176b7059,#0000 35%),radial-gradient(circle at 16% 76%,#4a80ad22,#0000 25%),radial-gradient(circle at 86% 72%,#b3006b12,#0000 25%),linear-gradient(150deg,#0c2730 0%,#081a24 58%,#06131b 100%);position:absolute;inset:0}.darkIdentityLines{z-index:-2;opacity:.38;mix-blend-mode:screen;background-image:url(/brand/tawlefah-pattern-dark.svg);background-position:top;background-repeat:repeat;background-size:1200px 700px;background-attachment:fixed;position:absolute;inset:0}.darkIdentityLines:after{content:"";background:linear-gradient(#081a2400 0 42%,#081a2455 64%,#081a24 100%);position:absolute;inset:0}.darkDots i{border-radius:3px;width:9px;height:9px;position:absolute;box-shadow:0 0 20px}.darkDots i:first-child{color:#4a80ad;background:#4a80ad;top:45%;left:7%}.darkDots i:nth-child(2){color:#fbb713;background:#fbb713;top:24%;left:33%}.darkDots i:nth-child(3){color:#2f7a5f;background:#2f7a5f;top:45%;right:13%}.darkDots i:nth-child(4){color:#b3006b;background:#b3006b;top:30%;right:31%}.darkTopNav{z-index:120;color:#c9cad5;justify-content:space-between;align-items:center;gap:28px;padding:26px 5.2% 18px;font-size:14px;display:flex;position:relative}.darkTopLinks{align-items:center;gap:25px;display:flex}.darkTopLinks a,.darkTopActions a,.darkTopActions button{transition:color .2s,background .2s,border-color .2s}.darkTopLinks a:hover,.darkTopActions a:hover,.darkTopActions button:hover{color:#fff}.darkTopActions{align-items:center;gap:15px;display:flex}.darkTopActions button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0}.darkTopActions .darkNavCta{color:#fff;background:#9184d91a;border:1px solid #9184d97a;border-radius:9px;padding:10px 17px}.darkMobileMenu{display:none;position:relative}.darkMobileMenu summary{cursor:pointer;color:#fff;border:1px solid #9184d963;border-radius:10px;place-items:center;width:44px;height:44px;list-style:none;display:grid}.darkMobileMenu summary::-webkit-details-marker{display:none}.darkMobileMenu>div{top:50px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#081a24ee;border:1px solid #9184d94d;border-radius:13px;width:210px;padding:12px;display:grid;position:absolute;inset-inline-start:0;box-shadow:0 20px 45px #0009}.darkMobileMenu a{color:#d7d8e1;border-radius:8px;padding:10px 12px}.darkMobileMenu a:hover{color:#fff;background:#ffffff0d}.darkDemoHeader{z-index:60;direction:ltr;justify-content:space-between;align-items:flex-start;height:43vh;min-height:430px;padding:10px 5.2% 0;display:flex;position:relative}@media (min-width:901px){.darkEcosystemDemo[dir=ltr] .darkDemoHeader{flex-direction:row-reverse}}.darkLogo{direction:ltr;width:144px;display:block}.darkLogo img{object-fit:contain;filter:drop-shadow(0 12px 25px #0008);width:100%;height:auto}.darkDemoCopy{text-align:right;direction:rtl;width:min(690px,53vw)}.darkEcosystemDemo[dir=ltr] .darkDemoCopy{text-align:left;direction:ltr}.darkPill{color:#b9b2df;border:1px solid #9184d94d;border-radius:100px;align-items:center;gap:11px;padding:9px 16px;font-size:13px;display:inline-flex}.darkPill i{background:var(--brand-purple);width:7px;height:7px;box-shadow:0 0 14px var(--brand-purple);border-radius:50%}.darkDemoCopy h1{letter-spacing:-2.2px;margin:24px 0 17px;font-size:clamp(46px,3.65vw,66px);font-weight:600;line-height:1.18}.darkDemoCopy h1 em{color:#f0eff5;font-style:normal}.darkDemoCopy h1:first-letter{color:var(--brand-purple)}.darkTitleWord{display:inline-block;position:relative}.darkTitleWord>i{z-index:3;pointer-events:none;border-radius:.035em;width:.13em;height:.13em;display:block;position:absolute;box-shadow:0 0 .2em}.darkTitleOne>i{background:var(--brand-purple);color:var(--brand-purple);bottom:-.07em;right:42%}.darkTitleJobs>i:first-child{color:#b3006b;background:#b3006b;bottom:-.08em;right:19%}.darkTitleJobs>i:last-child{color:#fbb713;background:#fbb713;bottom:-.08em;right:35%}.darkDemoCopy>p{color:#9fa1b4;margin:0 0 26px;font-size:18px;line-height:1.9}.darkDemoCopy>div{gap:12px;display:flex}.darkPrimary,.darkSecondary{border-radius:10px;justify-content:center;align-items:center;gap:28px;min-height:53px;padding:0 22px;font-weight:600;display:inline-flex}.darkPrimary{border:1px solid var(--brand-purple);color:#fff}.darkSecondary{color:#b8bac8;border:1px solid #3b3d4d}.darkOrbit{z-index:10;height:60vh;min-height:520px;margin:0 3%;position:relative}.darkPipes{width:100%;height:100%;position:absolute;top:53%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.darkPipe,.darkFlow{fill:none;stroke-linecap:round}.darkPipe{stroke:#9184d948;stroke-width:2px}.darkFlow{--delay:0s;--tint:var(--brand-purple);stroke:var(--tint);stroke-width:3px;stroke-dasharray:6 94;filter:drop-shadow(0 0 7px var(--tint));animation:darkDataFlow 3.4s var(--delay) linear infinite}.darkCore{z-index:80;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:linear-gradient(150deg,#e9e9ed1f,#9184d919 48%,#161826b8);border:1px solid #e9e9ed29;border-radius:36px;place-items:center;width:190px;height:190px;display:grid;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%);box-shadow:0 34px 80px #0009,inset 0 1px #ffffff38,0 0 90px #9184d947}.darkCore img{object-fit:contain;width:120px;height:148px}.darkCore span{border:1px solid #9184d93e;border-radius:50%;animation:4.4s ease-in-out infinite coreBreathe;position:absolute;inset:-42px}.darkCore span:nth-child(2){border-style:dashed;animation:48s linear infinite coreSpin;inset:-78px}.darkNode{--tint:var(--brand-purple);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);will-change:transform,opacity;background:linear-gradient(160deg,#e9e9ed19,#161826c9);border:1px solid #e9e9ed24;grid-template-rows:auto auto;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:3px 11px;width:190px;min-height:122px;padding:15px 16px;display:grid;position:absolute;top:53%;left:50%;box-shadow:0 22px 44px #0008,inset 0 1px #ffffff24}.darkNode i{background:color-mix(in srgb,var(--tint) 17%,transparent);border:1px solid color-mix(in srgb,var(--tint) 38%,transparent);width:40px;height:40px;color:color-mix(in srgb,var(--tint) 70%,#fff);border-radius:11px;grid-row:1/3;place-items:center;font:700 20px Manrope;display:grid}.darkNode strong{color:#f1f1f5;white-space:normal;align-self:end;font-size:15px;line-height:1.35}.darkNode small{color:#85889c;text-transform:uppercase;letter-spacing:.11em;white-space:nowrap;direction:ltr;align-self:start;font:600 9px Manrope}.darkNode:hover{box-shadow:0 26px 60px #0009,inset 0 1px #ffffff32,0 0 34px color-mix(in srgb,var(--tint) 34%,transparent);border-color:var(--tint)!important}@keyframes darkDataFlow{to{stroke-dashoffset:-100px}}@media (max-width:1100px){.darkTopLinks{gap:14px;font-size:12px}.darkTopNav{gap:16px;padding:22px 5.2% 16px}.darkTopActions{gap:10px;font-size:12px}}@media (max-width:900px){.darkEcosystemDemo{min-height:1220px}.darkTopNav{padding:18px 24px 14px}.darkTopLinks,.darkTopActions{display:none}.darkMobileMenu{display:block}.darkDemoHeader{flex-direction:column;height:auto;min-height:560px;padding:54px 24px 34px}.darkLogo{width:105px}.darkDemoCopy{text-align:center;width:100%;margin:auto}.darkEcosystemDemo[dir=ltr] .darkDemoCopy{text-align:center}.darkDemoCopy h1{letter-spacing:-1.7px;font-size:clamp(38px,8.6vw,53px)}.darkDemoCopy>p br{display:none}.darkDemoCopy>div{justify-content:center}.darkOrbit{height:520px;margin:0}.darkNode{grid-template-columns:32px 1fr;width:148px;min-height:96px;padding:10px}.darkNode i{width:30px;height:30px;font-size:14px}.darkNode strong{font-size:11px}.darkNode small{font-size:7px}.darkCore{width:135px;height:135px}.darkCore img{width:86px;height:105px}}.langMenu{position:relative}.langMenuList{z-index:100;inset-inline-end:0;min-width:130px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);box-shadow:0 14px 35px #10241f24}.langMenuList a{white-space:nowrap;border-radius:8px;padding:8px 10px;display:block}.langMenuList a:hover,.langMenuList a:focus-visible{background:var(--pale);outline:none}.langMenuList a[aria-current=true]{color:var(--green);font-weight:700}
