@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap";
:root{--bg:#0b0b09;--panel:#12110e;--text:#f4efe6;--muted:#b8afa2;--soft:#7d7468;--gold:#d9b967;--gold2:#f0d482;--line:#ffffff1a;--line2:#d9b96747}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 20% 0,#c9a35b2e,#0000 32%),radial-gradient(circle at 90% 10%,#ffffff12,#0000 28%),linear-gradient(#080807 0%,#11100e 45%,#090908 100%);margin:0;font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000b3,#0000 85%);mask-image:linear-gradient(#000000b3,#0000 85%)}a{color:inherit;text-decoration:none}.page{z-index:1;max-width:1240px;margin:auto;padding:26px 24px 80px;position:relative}.nav{z-index:20;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);background:#090907b8;border-radius:999px;justify-content:space-between;align-items:center;gap:22px;padding:16px 22px;display:flex;position:sticky;top:18px}.brand{white-space:nowrap;align-items:center;gap:16px;font-weight:900;display:flex}.brand-logo-img{object-fit:contain;width:92px;max-width:92px;height:92px;max-height:92px;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;margin:0;padding:0;display:block}.brand span b{color:var(--gold)}.links{color:var(--muted);gap:26px;font-size:14px;font-weight:800;display:flex}.links a{transition:color .2s}.links a:hover{color:var(--gold2)}.lang{border:1px solid var(--line);border-radius:999px;gap:6px;padding:5px;display:flex}.lang a{color:var(--muted);border-radius:999px;padding:10px 13px;font-size:12px;font-weight:900}.lang .active{background:var(--gold);color:#111}.burger{border:1px solid var(--line);width:46px;height:46px;color:var(--text);cursor:pointer;background:#ffffff09;border-radius:999px;justify-content:center;align-items:center;display:none}.burger span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block;position:relative}.burger span:before,.burger span:after{content:"";background:currentColor;border-radius:999px;width:18px;height:2px;transition:all .25s;position:absolute;left:0}.burger span:before{top:-6px}.burger span:after{top:6px}.nav.open .burger span{background:0 0}.nav.open .burger span:before{top:0;transform:rotate(45deg)}.nav.open .burger span:after{top:0;transform:rotate(-45deg)}.hero{border-bottom:1px solid var(--line);align-items:end;min-height:76vh;padding:90px 0 60px;display:grid}.kicker{letter-spacing:.35em;text-transform:uppercase;color:var(--gold2);font-size:13px;font-weight:900}.hero h1{letter-spacing:-.075em;max-width:980px;margin:22px 0;font-size:clamp(64px,10vw,150px);line-height:.86}.hero p{max-width:720px;color:var(--muted);font-size:clamp(19px,2vw,26px);line-height:1.65}.actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.btn{border:1px solid var(--line);border-radius:999px;align-items:center;gap:10px;padding:15px 20px;font-weight:900;transition:all .2s;display:inline-flex}.btn.primary{background:var(--gold);color:#111;border-color:#0000}.btn:hover{transform:translateY(-1px)}section{border-bottom:1px solid var(--line);padding:86px 0}.section-head{grid-template-columns:220px 1fr;align-items:start;gap:34px;margin-bottom:38px;display:grid}.num{color:var(--gold);letter-spacing:.25em;font-weight:900}.section-head h2{letter-spacing:-.055em;margin:0;font-size:clamp(38px,5vw,74px);line-height:.95}.section-head p{color:var(--muted);max-width:760px;margin:0;font-size:19px;line-height:1.7}.rows{border-top:1px solid var(--line)}.row{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr 1.3fr auto;align-items:center;gap:22px;padding:28px 0;display:grid}.ico{border:1px solid var(--line2);width:58px;height:58px;color:var(--gold2);background:#d9b96709;border-radius:50%;place-items:center;font-size:24px;display:grid}.row h3{margin:0;font-size:24px}.row p{color:var(--muted);margin:0;line-height:1.6}.tag{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:900}.work{border-top:1px solid var(--line)}.work-item{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.5fr auto;align-items:center;gap:26px;padding:34px 0;display:grid}.work-item h3{letter-spacing:-.04em;margin:0;font-size:42px}.work-item p{color:var(--muted);margin:0;line-height:1.65}.work-item a,.work-item span{color:var(--gold2);font-weight:900}.timeline{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.step{border-inline-end:1px solid var(--line);min-height:240px;padding:34px 28px}.step:last-child{border-inline-end:0}.step b{color:var(--gold);letter-spacing:.25em;font-size:13px}.step h3{margin:70px 0 12px;font-size:28px}.step p{color:var(--muted);line-height:1.65}.quote{letter-spacing:-.06em;max-width:980px;font-size:clamp(38px,6vw,88px);line-height:1}.cta{justify-content:space-between;align-items:center;gap:30px;padding-bottom:56px;display:flex}.cta p{color:var(--muted);max-width:620px;font-size:20px;line-height:1.7}footer{color:var(--soft);justify-content:space-between;gap:24px;padding:34px 0;display:flex}.reveal{opacity:0;transition:all 1s;transform:translateY(24px)}.reveal.show{opacity:1;transform:none}.arabic{font-family:Tajawal,Manrope,system-ui,sans-serif}.arabic .hero h1,.arabic .section-head h2,.arabic .quote,.arabic .work-item h3{letter-spacing:-.04em;font-family:Tajawal,Manrope,system-ui,sans-serif}.arabic .kicker,.arabic .num,.arabic .tag{letter-spacing:.12em}.arabic .kicker{text-transform:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff0a}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--gold),#7d5a24);border-radius:999px}@media (max-width:900px){.page{padding:14px}.nav{border-radius:24px;grid-template-columns:auto 1fr auto;gap:12px;display:grid;top:10px}.burger{display:flex}.links{flex-direction:column;grid-column:1/-1;gap:10px;width:100%;padding:14px 4px 4px;display:none}.nav.open .links{display:flex}.links a{border:1px solid var(--line);background:#ffffff08;border-radius:16px;padding:12px 14px}.brand-logo-img{width:64px;max-width:64px;height:64px;max-height:64px}.brand{gap:10px}.hero{min-height:auto;padding:70px 0 50px}.hero h1{font-size:64px}.section-head{grid-template-columns:1fr}.row{grid-template-columns:50px 1fr}.row p,.row .tag{grid-column:2}.work-item{grid-template-columns:1fr}.work-item h3{font-size:34px}.timeline{grid-template-columns:1fr}.step{border-inline-end:0;border-bottom:1px solid var(--line);min-height:auto}.step h3{margin:30px 0 10px}.cta,footer{display:block}}@media (max-width:520px){.hero h1{font-size:54px}.hero p{font-size:18px}.section-head h2,.quote{font-size:38px}.nav{padding:12px}.lang a{padding:8px 10px}}.case-page{max-width:1240px}.case-hero{border-bottom:1px solid var(--line);align-items:end;min-height:74vh;padding:100px 0 70px;display:grid}.case-label{border:1px solid var(--line2);width:fit-content;color:var(--gold2);letter-spacing:.18em;text-transform:uppercase;background:#d9b9670b;border-radius:999px;margin-bottom:22px;padding:10px 14px;font-size:12px;font-weight:900;display:inline-flex}.case-hero h1{letter-spacing:-.075em;max-width:980px;margin:0;font-size:clamp(58px,10vw,138px);line-height:.86}.case-hero p{max-width:780px;color:var(--muted);margin:28px 0 0;font-size:clamp(19px,2vw,25px);line-height:1.65}.case-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.case-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.case-meta div{border-inline-end:1px solid var(--line);padding:26px 24px}.case-meta div:last-child{border-inline-end:0}.case-meta span{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900;display:block}.case-meta strong{color:var(--text);font-size:17px;line-height:1.45;display:block}.case-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.case-card{border-inline-end:1px solid var(--line);background:#ffffff05;min-height:260px;padding:32px 28px}.case-card:last-child{border-inline-end:0}.case-card span{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;margin-bottom:54px;font-size:12px;font-weight:900;display:block}.case-card h3{margin:0 0 14px;font-size:28px;line-height:1.05}.case-card p{color:var(--muted);margin:0;line-height:1.65}.flow-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(8,1fr);display:grid}.flow-line div{border-inline-end:1px solid var(--line);min-height:120px;color:var(--gold2);background:#d9b96706;align-items:end;padding:22px 18px;font-weight:900;display:flex}.flow-line div:last-child{border-inline-end:0}.feature-list{border-top:1px solid var(--line)}.feature-list div{border-bottom:1px solid var(--line);grid-template-columns:280px 1fr;gap:28px;padding:28px 0;display:grid}.feature-list h3{margin:0;font-size:26px}.feature-list p{color:var(--muted);max-width:760px;margin:0;line-height:1.7}.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.proof-strip div{border-inline-end:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:170px;padding:28px 24px;display:flex}.proof-strip div:last-child{border-inline-end:0}.proof-strip strong{letter-spacing:-.04em;font-size:32px}.proof-strip span{color:var(--muted);line-height:1.5}@media (max-width:900px){.case-hero{min-height:auto;padding:70px 0 54px}.case-hero h1{font-size:58px}.case-meta{grid-template-columns:1fr}.case-meta div{border-inline-end:0;border-bottom:1px solid var(--line)}.case-grid{grid-template-columns:1fr}.case-card{border-inline-end:0;border-bottom:1px solid var(--line);min-height:auto}.case-card span{margin-bottom:28px}.flow-line{grid-template-columns:1fr 1fr}.flow-line div{min-height:96px}.feature-list div{grid-template-columns:1fr;gap:12px}.proof-strip{grid-template-columns:1fr}.proof-strip div{border-inline-end:0;border-bottom:1px solid var(--line)}}@media (max-width:520px){.case-hero h1{font-size:48px}.flow-line{grid-template-columns:1fr}}.stayx-operating-section{background:radial-gradient(circle at 70%,#0056ff59,#0000 36%),radial-gradient(circle at 20% 85%,#0078ff38,#0000 32%),linear-gradient(135deg,#020817 0%,#06152c 45%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;grid-template-columns:.85fr 1.35fr;align-items:center;gap:42px;min-height:760px;margin:40px 0 0;padding:80px 64px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000073}.stayx-operating-bg{pointer-events:none;opacity:.72;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),radial-gradient(circle at 50% 100%,#008fff8c,#0000 28%);background-size:42px 42px,42px 42px,100% 100%;position:absolute;inset:0}.stayx-operating-bg:before{content:"";opacity:.75;background:repeating-linear-gradient(170deg,#006eff47 0 1px,#0000 1px 16px);height:38%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-operating-copy,.stayx-device-stage{z-index:1;position:relative}.stayx-brand-lockup{color:#ffffff8c;letter-spacing:.08em;align-items:center;gap:12px;margin-bottom:28px;font-weight:900;display:inline-flex}.stayx-brand-lockup span span{color:var(--gold)}.stayx-mark{color:#08111f;background:linear-gradient(135deg, var(--gold), #f4d86b);border-radius:18px;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 0 38px #d9b96759}.stayx-operating-copy h2{letter-spacing:.04em;color:#fff;max-width:520px;margin:0;font-size:clamp(46px,5vw,78px);line-height:1.08}.stayx-operating-copy h2:first-letter{color:var(--gold)}.stayx-operating-copy p{color:#ffffffc7;max-width:430px;margin:26px 0 0;font-size:20px;line-height:1.55}.stayx-operating-line{color:#ffffffe0;margin-top:80px;font-size:20px;line-height:1.5}.stayx-laptop{width:min(680px,52vw);position:absolute;top:50px;right:100px;transform:perspective(1300px)rotateY(-8deg)rotateX(2deg)}.stayx-laptop-screen{aspect-ratio:16/10;background:linear-gradient(#08245a,#05183d);border:1px solid #ffffff2e;border-radius:24px 24px 14px 14px;padding:22px;box-shadow:inset 0 0 0 1px #ffffff0d,0 35px 90px #000000a6,0 0 90px #0066ff6b}.stayx-laptop-base{background:linear-gradient(#1d2432,#0e111a);border-radius:0 0 32px 32px;width:92%;height:22px;margin:0 auto;box-shadow:0 20px 60px #0009}.stayx-screen-toolbar{gap:10px;margin-bottom:14px;display:flex}.stayx-screen-toolbar span{color:#ffffffb8;background:#ffffff14;border-radius:10px;padding:8px 12px;font-size:11px;font-weight:800}.stayx-stat-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.stayx-stat-grid div,.stayx-chart-card,.stayx-phone-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:14px}.stayx-stat-grid div{padding:12px}.stayx-stat-grid small,.stayx-phone-card small,.stayx-chart-card span{color:#ffffff8c;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.stayx-stat-grid strong,.stayx-phone-card strong{color:#fff;margin-top:6px;font-size:18px;display:block}.stayx-stat-grid .green,.stayx-phone-card .green{color:#20e08a}.stayx-stat-grid i,.stayx-phone-card i{opacity:.8;background:linear-gradient(90deg,#0000,#006bff,#00e090);border-radius:999px;height:18px;margin-top:8px;display:block}.stayx-dashboard-grid{grid-template-columns:1.2fr .8fr .8fr;gap:12px;margin-top:12px;display:grid}.stayx-chart-card{min-height:105px;padding:14px}.stayx-chart-card.big{min-height:170px}.stayx-chart-card.wide{grid-column:span 2}.stayx-chart-lines{background:linear-gradient(#0000,#ffffff0a),repeating-linear-gradient(90deg,#ffffff0d 0 1px,#0000 1px 42px);border-radius:12px;height:110px;margin-top:18px;position:relative}.stayx-chart-lines b{background:linear-gradient(90deg, #006bff, #20e08a, var(--gold));border-radius:999px;height:2px;position:absolute;left:18px;right:18px}.stayx-chart-lines b:first-child{top:70%;transform:rotate(-8deg)}.stayx-chart-lines b:nth-child(2){top:45%;transform:rotate(12deg)}.stayx-chart-lines b:nth-child(3){top:30%;transform:rotate(-14deg)}.stayx-bars{align-items:end;gap:9px;height:70px;margin-top:18px;display:flex}.stayx-bars b{background:linear-gradient(180deg, var(--gold), #005cff);border-radius:999px 999px 4px 4px;flex:1}.stayx-bars b:first-child{height:36%}.stayx-bars b:nth-child(2){height:78%}.stayx-bars b:nth-child(3){height:52%}.stayx-bars b:nth-child(4){height:90%}.stayx-donut{background:conic-gradient(var(--gold) 0 34%, #006bff 34% 72%, #20e08a 72% 100%);border-radius:50%;width:76px;height:76px;margin:18px auto 0;box-shadow:inset 0 0 0 18px #072457}.stayx-heatmap{grid-template-columns:repeat(8,1fr);gap:5px;margin-top:16px;display:grid}.stayx-heatmap i{background:#006cff73;border-radius:4px;height:14px}.stayx-heatmap i:nth-child(3n){background:#20e08ab3}.stayx-heatmap i:nth-child(5n){background:#d9b967c7}.stayx-phone{background:#07101f;border:1px solid #ffffff3d;border-radius:34px;width:190px;padding:12px;position:absolute;top:205px;right:0;box-shadow:0 30px 90px #000000a6,0 0 70px #0066ff73}.stayx-phone-screen{background:linear-gradient(#073071,#061a40);border-radius:26px;min-height:390px;padding:16px}.stayx-phone-top{color:#fff;justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:900;display:flex}.stayx-phone-top b{color:var(--gold);background:#d9b96738;border-radius:999px;padding:6px 8px;font-size:11px}.stayx-phone-card{margin-bottom:10px;padding:12px}.stayx-phone-nav{justify-content:space-around;gap:8px;margin-top:18px;display:flex}.stayx-phone-nav span{background:#ffffff1f;border-radius:10px;width:28px;height:28px}.arabic .stayx-operating-copy h2{letter-spacing:0;line-height:1.18}@media (max-width:1000px){.stayx-operating-section{grid-template-columns:1fr;padding:54px 24px}.stayx-device-stage{min-height:540px}.stayx-laptop{width:min(760px,84vw);left:0;right:auto}.stayx-phone{right:10px}}@media (max-width:620px){.stayx-operating-section{border-radius:24px;padding:42px 18px}.stayx-operating-copy h2{font-size:44px}.stayx-operating-line{margin-top:34px;font-size:16px}.stayx-device-stage{min-height:520px}.stayx-laptop{width:92vw;top:40px;left:-22px}.stayx-laptop-screen{border-radius:18px;padding:14px}.stayx-stat-grid{grid-template-columns:repeat(2,1fr)}.stayx-dashboard-grid{grid-template-columns:1fr}.stayx-chart-card.big,.stayx-chart-card{min-height:86px}.stayx-phone{width:156px;top:255px;right:0}.stayx-phone-screen{min-height:320px}}.stayx-operating-section{background:radial-gradient(circle at 78% 44%,#005fff6b,#0000 34%),radial-gradient(circle at 35% 92%,#0084ff40,#0000 34%),linear-gradient(135deg,#020715 0%,#061a36 48%,#020713 100%);grid-template-columns:.82fr 1.38fr;min-height:790px;padding:82px 64px}.stayx-operating-copy p{color:#ffffffbd;max-width:465px}.stayx-device-stage{min-height:620px}.stayx-laptop{filter:drop-shadow(0 45px 75px #0000008c);width:min(740px,54vw);top:58px;right:92px;transform:perspective(1500px)rotateY(-7deg)rotateX(2deg)}.stayx-laptop-screen{background:linear-gradient(#0c2d69f2,#051538fa),radial-gradient(circle at 80% 10%,#0094ff33,#0000 30%);border:1px solid #ffffff29;border-radius:20px 20px 12px 12px;padding:24px;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 -60px 120px #00000038,0 35px 110px #000000b3,0 0 110px #0066ff73}.stayx-laptop-base{background:linear-gradient(#222c3e,#0b101a 70%);border-radius:0 0 38px 38px;width:90%;height:18px}.stayx-stat-grid div,.stayx-chart-card,.stayx-phone-card{background:linear-gradient(#ffffff12,#ffffff09);border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.stayx-stat-grid div:before,.stayx-chart-card:before,.stayx-phone-card:before{content:"";background:linear-gradient(110deg,#0000 0%,#ffffff14 45%,#0000 70%);animation:5.5s ease-in-out infinite stayx-card-sheen;position:absolute;inset:0;transform:translate(-130%)}.stayx-sparkline{background:#005adc47;border-radius:999px;height:18px;margin-top:10px;position:relative;overflow:hidden}.stayx-sparkline:after{content:"";background:linear-gradient(90deg,#0000 0 10%,#006bff 18%,#00d6ff 34%,#20e08a 50%,#0000 62%),repeating-linear-gradient(90deg,#0000 0 12px,#ffffff2e 12px 14px,#0000 14px 22px);width:170%;animation:2.8s ease-in-out infinite stayx-spark;position:absolute;inset:0}.stayx-sparkline.second:after{background:linear-gradient(90deg, transparent 0 10%, #005cff 18%, #8b6bff 34%, var(--gold) 50%, transparent 62%), repeating-linear-gradient(90deg, transparent 0 12px, #ffffff29 12px 14px, transparent 14px 22px);animation-delay:-.7s}.stayx-sparkline.third:after{animation-delay:-1.2s}.stayx-sparkline.fourth:after{animation-delay:-1.8s}.stayx-animated-line{background:linear-gradient(#0000,#ffffff09),repeating-linear-gradient(90deg,#ffffff0e 0 1px,#0000 1px 52px),repeating-linear-gradient(#ffffff0b 0 1px,#0000 1px 34px);border-radius:14px;width:100%;height:128px;margin-top:14px}.stayx-animated-line path{fill:none;stroke-width:4px;stroke-linecap:round;stroke-dasharray:520;stroke-dashoffset:520px;animation:4s ease-in-out infinite alternate stayx-line-draw}.stayx-animated-line path:first-child{stroke:#20e08a}.stayx-animated-line path:nth-child(2){stroke:#006bff;animation-delay:-.8s}.stayx-animated-line path:nth-child(3){stroke:var(--gold);animation-delay:-1.4s}.stayx-bars b{transform-origin:bottom;animation:2.6s ease-in-out infinite alternate stayx-bar-live}.stayx-bars b:nth-child(2){animation-delay:-.4s}.stayx-bars b:nth-child(3){animation-delay:-.9s}.stayx-bars b:nth-child(4){animation-delay:-1.3s}.stayx-donut{animation:7s linear infinite stayx-donut-spin}.stayx-heatmap i{animation:3.2s ease-in-out infinite stayx-cell-pulse}.stayx-heatmap i:nth-child(2n){animation-delay:-.6s}.stayx-heatmap i:nth-child(3n){animation-delay:-1.1s}.stayx-heatmap i:nth-child(5n){animation-delay:-1.8s}.stayx-iphone{background:linear-gradient(145deg,#1c2432,#060a12 45%,#30394a);border:1px solid #ffffff38;border-radius:40px;width:182px;padding:7px;position:absolute;top:190px;right:0;box-shadow:inset 0 0 0 1px #ffffff17,inset 0 0 0 2px #0000008c,0 36px 100px #000000a6,0 0 80px #06f6}.stayx-iphone:after{content:"";pointer-events:none;border-radius:33px;position:absolute;inset:7px;box-shadow:inset 0 0 0 1px #ffffff0f}.stayx-iphone-screen{background:radial-gradient(circle at 50% -10%,#0084ff8c,#0000 24%),linear-gradient(#073277,#061b43 58%,#05142e);border-radius:33px;min-height:392px;padding:42px 14px 16px;position:relative;overflow:hidden}.stayx-dynamic-island{background:#05070c;border-radius:999px;width:68px;height:20px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff14,0 0 18px #0000008c}.stayx-side-button{background:#ffffff38;border-radius:999px;width:3px;position:absolute}.stayx-side-button.left{height:46px;top:92px;left:-3px}.stayx-side-button.right{height:64px;top:128px;right:-3px}.stayx-phone-top{margin-bottom:14px}.stayx-phone-nav span{background:#ffffff21;border-radius:10px;width:26px;height:26px;animation:2.8s ease-in-out infinite stayx-nav-breathe}.stayx-phone-nav span:nth-child(2){animation-delay:-.4s}.stayx-phone-nav span:nth-child(3){animation-delay:-.8s}.stayx-phone-nav span:nth-child(4){animation-delay:-1.2s}@keyframes stayx-card-sheen{0%,45%{transform:translate(-130%)}70%,to{transform:translate(130%)}}@keyframes stayx-spark{0%{transform:translate(-38%)}50%{transform:translate(0%)}to{transform:translate(18%)}}@keyframes stayx-line-draw{0%{stroke-dashoffset:520px;opacity:.35}45%,to{stroke-dashoffset:0;opacity:1}}@keyframes stayx-bar-live{0%{filter:brightness(.9);transform:scaleY(.55)}to{filter:brightness(1.22);transform:scaleY(1.08)}}@keyframes stayx-donut-spin{to{transform:rotate(360deg)}}@keyframes stayx-cell-pulse{0%,to{opacity:.42;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@keyframes stayx-nav-breathe{0%,to{opacity:.42}50%{opacity:.9}}@media (max-width:1000px){.stayx-iphone{right:8px}}@media (max-width:620px){.stayx-operating-section{min-height:820px}.stayx-operating-copy h2{font-size:46px}.stayx-laptop{width:94vw;top:42px;left:-28px}.stayx-iphone{border-radius:34px;width:154px;padding:6px;top:272px;right:0}.stayx-iphone-screen{border-radius:28px;min-height:320px;padding:36px 11px 12px}.stayx-dynamic-island{width:58px;height:18px}}.stayx-operating-section{grid-template-columns:.72fr 1.28fr;gap:30px;width:min(100vw - 44px,1540px);max-width:none;margin-left:50%;transform:translate(-50%)}.stayx-operating-copy h2{z-index:4;max-width:520px;font-size:clamp(58px,5vw,88px);line-height:1.04;position:relative}.stayx-operating-copy p,.stayx-operating-line,.stayx-brand-lockup{z-index:4;position:relative}.stayx-device-stage{z-index:2;overflow:visible}.stayx-laptop{opacity:.98;width:min(760px,50vw);top:86px;right:78px}@media (min-width:1450px){.stayx-operating-section{min-height:830px}.stayx-laptop{width:790px;right:110px}.stayx-iphone{right:42px}}@media (max-width:1180px){.stayx-operating-section{grid-template-columns:.8fr 1.2fr;padding-left:42px;padding-right:42px}.stayx-operating-copy h2{font-size:clamp(50px,5.6vw,74px)}.stayx-laptop{width:min(700px,54vw);right:54px}.stayx-iphone{width:160px;right:8px}}@media (max-width:900px){.stayx-operating-section{border-radius:28px;width:100%;min-height:auto;margin-left:0;padding:50px 22px 32px;display:block;transform:none}.stayx-operating-copy{max-width:100%}.stayx-operating-copy h2{max-width:100%;font-size:clamp(48px,11vw,78px);line-height:1.04}.stayx-operating-copy p{max-width:620px;font-size:19px}.stayx-operating-line{margin-top:28px;font-size:17px}.stayx-device-stage{min-height:520px;margin-top:34px;position:relative;overflow:hidden}.stayx-laptop{filter:drop-shadow(0 34px 64px #0000008c);width:100%;position:relative;top:0;left:0;right:auto;transform:none}.stayx-laptop-screen{aspect-ratio:16/10}.stayx-iphone{width:150px;top:170px;right:18px}}@media (max-width:620px){.stayx-operating-section{border-radius:24px;padding:42px 18px 28px}.stayx-brand-lockup{margin-bottom:20px}.stayx-mark{border-radius:15px;width:48px;height:48px}.stayx-operating-copy h2{letter-spacing:.035em;font-size:clamp(42px,14vw,62px);line-height:1.03}.stayx-operating-copy p{font-size:17px;line-height:1.55}.stayx-device-stage{min-height:470px;margin-top:26px}.stayx-laptop{width:116%;margin-left:-8%}.stayx-laptop-screen{border-radius:16px;padding:12px}.stayx-screen-toolbar span{padding:6px 8px;font-size:9px}.stayx-stat-grid{gap:7px}.stayx-stat-grid div{padding:9px}.stayx-stat-grid strong{font-size:14px}.stayx-dashboard-grid{gap:8px}.stayx-chart-card{padding:10px}.stayx-animated-line{height:82px}.stayx-iphone{border-radius:32px;width:136px;padding:6px;top:178px;right:6px}.stayx-iphone-screen{border-radius:26px;min-height:300px;padding:34px 10px 12px}.stayx-phone-card{margin-bottom:8px;padding:9px}.stayx-phone-card strong{font-size:15px}.stayx-phone-card small{font-size:8px}.stayx-phone-top span{font-size:14px}.stayx-phone-top b{font-size:9px}.stayx-dynamic-island{width:56px;height:17px}}@media (max-width:430px){.stayx-operating-section{padding-left:16px;padding-right:16px}.stayx-operating-copy h2{font-size:42px}.stayx-device-stage{min-height:430px}.stayx-laptop{width:128%;margin-left:-14%}.stayx-iphone{width:126px;top:165px}}.stayx-operating-section{grid-template-columns:minmax(390px,.82fr) minmax(560px,1.18fr)!important;gap:26px!important;width:100%!important;max-width:100%!important;min-height:760px!important;margin:52px 0 0!important;padding:72px 54px!important;display:grid!important;overflow:hidden!important;transform:none!important}.stayx-operating-copy{z-index:5!important;max-width:520px!important}.stayx-operating-copy h2{letter-spacing:.045em!important;max-width:520px!important;font-size:clamp(54px,4.9vw,82px)!important;line-height:1.04!important}.stayx-operating-copy p{max-width:430px!important}.stayx-device-stage{z-index:2!important;min-height:600px!important;position:relative!important;overflow:visible!important}.stayx-laptop{width:min(720px,52vw)!important;margin:0!important;position:absolute!important;top:88px!important;left:auto!important;right:-6px!important;transform:perspective(1400px)rotateY(-6deg)rotateX(2deg)!important}.stayx-iphone{width:168px!important;top:255px!important;right:-8px!important}@media (max-width:1180px){.stayx-operating-section{grid-template-columns:minmax(340px,.86fr) minmax(470px,1.14fr)!important;padding:62px 38px!important}.stayx-operating-copy h2{font-size:clamp(48px,5vw,68px)!important}.stayx-laptop{width:min(650px,56vw)!important;top:100px!important;right:-35px!important}.stayx-iphone{width:150px!important;top:280px!important;right:-8px!important}}@media (max-width:900px){.stayx-operating-section{border-radius:28px!important;width:100%!important;max-width:100%!important;min-height:auto!important;margin:36px 0 0!important;padding:46px 22px 30px!important;display:block!important}.stayx-operating-copy{max-width:100%!important}.stayx-operating-copy h2{letter-spacing:.025em!important;max-width:100%!important;font-size:clamp(42px,10vw,64px)!important;line-height:1.06!important}.stayx-operating-copy p{max-width:620px!important;font-size:18px!important}.stayx-operating-line{margin-top:26px!important;font-size:16px!important}.stayx-device-stage{min-height:500px!important;margin-top:30px!important;overflow:hidden!important}.stayx-laptop{width:104%!important;margin-left:-2%!important;position:relative!important;top:0!important;left:0!important;right:auto!important;transform:none!important}.stayx-iphone{width:142px!important;position:absolute!important;top:165px!important;right:8px!important}}@media (max-width:620px){.stayx-operating-section{border-radius:24px!important;margin-top:28px!important;padding:40px 18px 26px!important}.stayx-brand-lockup{margin-bottom:18px!important}.stayx-mark{border-radius:15px!important;width:46px!important;height:46px!important}.stayx-operating-copy h2{letter-spacing:.02em!important;font-size:clamp(38px,12vw,54px)!important;line-height:1.05!important}.stayx-operating-copy p{font-size:16px!important;line-height:1.55!important}.stayx-device-stage{min-height:430px!important;margin-top:24px!important}.stayx-laptop{width:112%!important;margin-left:-6%!important}.stayx-laptop-screen{border-radius:16px!important;padding:11px!important}.stayx-screen-toolbar span{padding:6px 8px!important;font-size:8px!important}.stayx-stat-grid{gap:7px!important}.stayx-stat-grid div{padding:8px!important}.stayx-stat-grid strong{font-size:13px!important}.stayx-chart-card{padding:9px!important}.stayx-animated-line{height:78px!important}.stayx-iphone{border-radius:30px!important;width:124px!important;padding:5px!important;top:150px!important;right:4px!important}.stayx-iphone-screen{border-radius:25px!important;min-height:286px!important;padding:32px 9px 10px!important}.stayx-dynamic-island{width:52px!important;height:16px!important}.stayx-phone-card{margin-bottom:7px!important;padding:8px!important}.stayx-phone-card strong{font-size:14px!important}.stayx-phone-card small{font-size:7px!important}.stayx-phone-top span{font-size:13px!important}.stayx-phone-top b{font-size:8px!important}}@media (max-width:430px){.stayx-operating-section{padding-left:16px!important;padding-right:16px!important}.stayx-operating-copy h2{font-size:38px!important}.stayx-device-stage{min-height:405px!important}.stayx-laptop{width:118%!important;margin-left:-9%!important}.stayx-iphone{width:118px!important;top:145px!important}}@media (max-width:900px){.stayx-device-stage{box-sizing:border-box!important;padding-left:10px!important;padding-right:10px!important}.stayx-laptop{width:100%!important;margin-left:0!important;left:0!important}}@media (max-width:620px){.stayx-device-stage{padding-left:8px!important;padding-right:8px!important}.stayx-laptop{width:100%!important;margin-left:0!important}.stayx-iphone{right:10px!important}}@media (max-width:430px){.stayx-device-stage{padding-left:6px!important;padding-right:6px!important}.stayx-laptop{width:100%!important;margin-left:0!important}.stayx-iphone{width:116px!important;right:8px!important}}.stayx-challenges-section{background:radial-gradient(circle at 50% 55%,#005fff47,#0000 34%),radial-gradient(circle at 15% 100%,#0078ff2e,#0000 30%),linear-gradient(135deg,#020817 0%,#06152c 45%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:82px 54px 72px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000061}.stayx-challenges-bg{pointer-events:none;opacity:.9;background:radial-gradient(circle at 50% 48%,#005aff2e,#0000 34%),repeating-linear-gradient(90deg,#0000 0 26px,#0073ff21 26px 27px),repeating-linear-gradient(0deg,#0000 0 26px,#0073ff1a 26px 27px);position:absolute;inset:0}.stayx-challenges-bg:before{content:"";opacity:.18;background-image:radial-gradient(circle,#006efff2 1.5px,#0000 1.5px);background-size:16px 16px;height:270px;position:absolute;inset:60px 12% auto;-webkit-mask-image:radial-gradient(#000 0 45%,#0000 72%);mask-image:radial-gradient(#000 0 45%,#0000 72%)}.stayx-challenges-bg:after{content:"";opacity:.72;background:repeating-linear-gradient(170deg,#006eff42 0 1px,#0000 1px 16px);height:34%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-challenges-head{z-index:1;text-align:center;max-width:850px;margin:0 auto 48px;position:relative}.stayx-challenges-head span{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:900;display:inline-flex}.stayx-challenges-head h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(42px,5vw,78px);line-height:.96}.stayx-challenges-head p{color:var(--gold);margin:18px auto 0;font-size:21px;font-weight:900;line-height:1.45}.stayx-challenge-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:22px 28px;max-width:960px;margin:0 auto;display:grid;position:relative}.stayx-challenge-card{background:linear-gradient(#ffffff0e,#ffffff06);border:1px solid #0069ff59;border-radius:18px;grid-template-columns:1fr 58px;align-items:center;gap:18px;min-height:112px;padding:20px 18px;display:grid;box-shadow:inset 0 1px #ffffff0d,0 20px 50px #00000038}.arabic .stayx-challenge-card{grid-template-columns:58px 1fr}.arabic .stayx-challenge-card .stayx-challenge-icon{order:1}.arabic .stayx-challenge-card .stayx-challenge-copy{order:2}.stayx-challenge-card:nth-child(7){grid-column:2}.stayx-challenge-copy h3{color:#fff;margin:0;font-size:17px;line-height:1.25}.stayx-challenge-copy p{color:#ffffffad;margin:6px 0 0;font-size:13px;line-height:1.45}.stayx-challenge-icon{width:56px;height:56px;color:var(--gold);background:#d9b96721;border-radius:18px;place-items:center;font-size:26px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #d9b96747}.stayx-challenge-card:nth-child(2) .stayx-challenge-icon{color:#20e08a;background:#20e08a21;box-shadow:inset 0 0 0 1px #20e08a47}.stayx-challenge-card:nth-child(3) .stayx-challenge-icon{color:#ff4e72;background:#ff4e7224;box-shadow:inset 0 0 0 1px #ff4e7247}.stayx-challenge-card:nth-child(4) .stayx-challenge-icon{color:#ffffffd9;background:#ffffff1f;box-shadow:inset 0 0 0 1px #fff3}.stayx-challenge-card:nth-child(5) .stayx-challenge-icon{color:#8b6bff;background:#8b6bff26;box-shadow:inset 0 0 0 1px #8b6bff47}.stayx-challenge-card:nth-child(6) .stayx-challenge-icon{color:#ff5fb8;background:#ff5fb826;box-shadow:inset 0 0 0 1px #ff5fb847}.stayx-challenge-card:nth-child(7) .stayx-challenge-icon{color:var(--gold);background:#d9b96729;box-shadow:inset 0 0 0 1px #d9b96747}.stayx-challenges-bottom{z-index:1;text-align:center;max-width:760px;color:var(--gold);margin:76px auto 0;font-size:clamp(22px,2.4vw,34px);font-weight:900;line-height:1.35;position:relative}.arabic .stayx-challenges-head h2,.arabic .stayx-challenges-head p,.arabic .stayx-challenges-bottom{letter-spacing:0}@media (max-width:900px){.stayx-challenges-section{border-radius:28px;padding:58px 22px 50px}.stayx-challenge-grid{grid-template-columns:1fr;gap:14px}.stayx-challenge-card,.arabic .stayx-challenge-card{grid-template-columns:1fr 54px}.arabic .stayx-challenge-card .stayx-challenge-icon{order:2}.arabic .stayx-challenge-card .stayx-challenge-copy{order:1}.stayx-challenge-card:nth-child(7){grid-column:auto}.stayx-challenges-bottom{margin-top:46px}}@media (max-width:520px){.stayx-challenges-section{border-radius:24px;padding:48px 18px 42px}.stayx-challenges-head{margin-bottom:34px}.stayx-challenges-head h2{font-size:38px}.stayx-challenges-head p{font-size:17px}.stayx-challenge-card{padding:17px 15px}.stayx-challenge-copy h3{font-size:16px}.stayx-challenge-copy p{font-size:12px}.stayx-challenge-icon{border-radius:16px;width:50px;height:50px}}.stayx-control-section{background:radial-gradient(circle at 42% 48%,#0072ff52,#0000 35%),radial-gradient(circle at 80% 82%,#003caa42,#0000 32%),linear-gradient(135deg,#020817 0%,#06152c 52%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:74px 54px 64px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000061}.stayx-control-bg{opacity:.8;pointer-events:none;background:radial-gradient(circle at 12% 72%,#0069ff47,#0000 28%),repeating-linear-gradient(90deg,#0000 0 32px,#0073ff17 32px 33px),repeating-linear-gradient(0deg,#0000 0 32px,#0073ff13 32px 33px);position:absolute;inset:0}.stayx-control-bg:after{content:"";background:repeating-linear-gradient(166deg,#006eff47 0 1px,#0000 1px 16px);height:34%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-control-head{z-index:1;text-align:center;max-width:980px;margin:0 auto 34px;position:relative}.stayx-control-head h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(44px,5vw,82px);line-height:1}.stayx-control-head p{max-width:780px;color:var(--gold);margin:18px auto 0;font-size:21px;font-weight:900;line-height:1.45}.stayx-control-stage{z-index:1;min-height:560px;position:relative}.stayx-control-laptop{filter:drop-shadow(0 45px 80px #0000009e);width:min(720px,62vw);position:absolute;top:20px;left:50%;transform:translate(-58%)perspective(1400px)rotateY(5deg)rotateX(2deg)}.stayx-control-screen{aspect-ratio:16/10;background:linear-gradient(#0c2d69f2,#051538fa),radial-gradient(circle at 20% 0,#0094ff38,#0000 28%);border:1px solid #ffffff29;border-radius:22px 22px 14px 14px;padding:22px;box-shadow:inset 0 0 0 1px #ffffff0f,0 0 110px #0066ff6b}.stayx-control-base{background:linear-gradient(#222c3e,#0b101a 70%);border-radius:0 0 36px 36px;width:90%;height:18px;margin:0 auto}.stayx-control-topbar,.stayx-control-tabs,.stayx-control-form,.stayx-control-cards,.stayx-control-table{z-index:1;position:relative}.stayx-control-topbar{justify-content:space-between;align-items:center;display:flex}.stayx-control-topbar span,.stayx-control-phone-title span{color:var(--gold);letter-spacing:.14em;font-size:10px;font-weight:900;display:block}.stayx-control-topbar strong,.stayx-control-phone-title strong{color:#fff;margin-top:4px;font-size:20px;display:block}.stayx-control-user{color:#0b1734;background:#eef3ff;border-radius:999px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.stayx-control-tabs{gap:8px;margin-top:16px;display:flex}.stayx-control-tabs span{color:#ffffffa6;background:#ffffff14;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900}.stayx-control-tabs .active{color:#20e08a;background:#20e08a26}.stayx-control-form{grid-template-columns:repeat(4,1fr) auto;gap:8px;margin-top:16px;display:grid}.stayx-control-form label{color:#ffffff8c;gap:4px;font-size:9px;font-weight:900;display:grid}.stayx-control-form label b,.stayx-control-phone-inputs i{color:#0a1730;background:#ffffffeb;border-radius:8px;padding:8px 9px;font-size:10px;font-style:normal;font-weight:900}.stayx-control-form button,.stayx-control-phone-inputs button{background:var(--gold);color:#111;border:0;border-radius:9px;align-self:end;padding:9px 12px;font-size:10px;font-weight:900}.stayx-control-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.stayx-control-cards div,.stayx-control-mini-card{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:14px;padding:12px}.stayx-control-cards small,.stayx-control-mini-card span{color:#ffffff94;font-size:10px;font-weight:900;display:block}.stayx-control-cards strong,.stayx-control-mini-card strong{color:#fff;margin-top:6px;font-size:20px;display:block}.stayx-control-table{border:1px solid #ffffff17;border-radius:16px;margin-top:14px;overflow:hidden}.stayx-control-table-head,.stayx-control-row{grid-template-columns:1.2fr .8fr .8fr .8fr .9fr;align-items:center;gap:8px;padding:10px 12px;display:grid}.stayx-control-table-head{color:#ffffff8c;text-transform:uppercase;background:#ffffff14;font-size:9px;font-weight:900}.stayx-control-row{color:#ffffffd1;border-top:1px solid #fff1;font-size:10px}.stayx-control-row b{color:#20e08a;background:#20e08a29;border-radius:8px;justify-content:center;padding:6px 8px;display:inline-flex}.stayx-control-phone{background:linear-gradient(145deg,#1c2432,#060a12 45%,#30394a);border:1px solid #ffffff38;border-radius:38px;width:172px;padding:7px;position:absolute;top:145px;right:60px;box-shadow:inset 0 0 0 1px #ffffff17,0 36px 100px #000000a6,0 0 80px #06f6}.stayx-control-phone-screen{background:linear-gradient(#073277,#061b43 58%,#05142e);border-radius:31px;min-height:350px;padding:40px 12px 14px;position:relative;overflow:hidden}.stayx-control-island{background:#05070c;border-radius:999px;width:64px;height:19px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.stayx-control-phone-inputs{gap:8px;margin-top:18px;display:grid}.stayx-control-phone-inputs button{width:100%}.stayx-control-mini-card{margin-top:10px}.stayx-control-bottom{z-index:1;text-align:center;color:#fff;max-width:780px;margin:16px auto 0;font-size:clamp(22px,2.2vw,34px);font-weight:900;line-height:1.35;position:relative}.arabic .stayx-control-head h2,.arabic .stayx-control-head p,.arabic .stayx-control-bottom{letter-spacing:0}@media (max-width:900px){.stayx-control-section{border-radius:28px;padding:58px 22px 50px}.stayx-control-stage{min-height:520px;overflow:hidden}.stayx-control-laptop{width:100%;position:relative;top:auto;left:auto;transform:none}.stayx-control-phone{width:142px;top:188px;right:14px}.stayx-control-form{grid-template-columns:1fr 1fr}.stayx-control-cards{grid-template-columns:1fr}.stayx-control-table-head,.stayx-control-row{grid-template-columns:1.2fr .8fr .8fr}.stayx-control-table-head span:nth-child(4),.stayx-control-table-head span:nth-child(5),.stayx-control-row span:nth-child(4),.stayx-control-row b{display:none}}@media (max-width:520px){.stayx-control-section{border-radius:24px;padding:48px 18px 42px}.stayx-control-head h2{font-size:38px}.stayx-control-head p{font-size:17px}.stayx-control-stage{min-height:460px}.stayx-control-screen{border-radius:18px;padding:12px}.stayx-control-form,.stayx-control-cards{display:none}.stayx-control-phone{width:122px;top:150px;right:6px}.stayx-control-phone-screen{border-radius:26px;min-height:285px;padding:32px 9px 10px}.stayx-control-island{width:52px;height:16px}.stayx-control-phone-title strong{font-size:14px}.stayx-control-phone-inputs{gap:6px}.stayx-control-phone-inputs i{padding:7px;font-size:8px}.stayx-control-mini-card{padding:9px}.stayx-control-bottom{font-size:22px}}@media (max-width:900px){.stayx-control-stage{min-height:610px!important;overflow:hidden!important}.stayx-control-phone{width:142px!important;top:178px!important}.stayx-control-bottom{margin-top:8px!important}}@media (max-width:520px){.stayx-control-stage{min-height:560px!important}.stayx-control-phone{width:122px!important;top:142px!important;right:8px!important}.stayx-control-phone-screen{min-height:300px!important}.stayx-control-bottom{margin-top:12px!important}}@media (max-width:430px){.stayx-control-stage{min-height:545px!important}.stayx-control-phone{width:116px!important;top:138px!important;right:8px!important}.stayx-control-phone-screen{min-height:292px!important}}@media (max-width:900px){.stayx-control-stage{min-height:700px!important;overflow:hidden!important}.stayx-control-laptop{z-index:1!important;opacity:.82!important}.stayx-control-phone{z-index:5!important;border-radius:38px!important;width:168px!important;padding:7px!important;top:150px!important;right:22px!important}.stayx-control-phone-screen{border-radius:31px!important;min-height:390px!important;padding:40px 12px 14px!important}.stayx-control-bottom{margin-top:18px!important}}@media (max-width:520px){.stayx-control-stage{min-height:650px!important}.stayx-control-phone{border-radius:36px!important;width:154px!important;padding:7px!important;top:135px!important;right:14px!important}.stayx-control-phone-screen{border-radius:30px!important;min-height:370px!important;padding:38px 11px 13px!important}.stayx-control-phone-title strong{font-size:17px!important}.stayx-control-phone-inputs i{padding:9px 8px!important;font-size:9px!important}.stayx-control-phone-inputs button{padding:10px 8px!important;font-size:11px!important}.stayx-control-mini-card{padding:11px!important}.stayx-control-mini-card strong{font-size:24px!important}}@media (max-width:430px){.stayx-control-stage{min-height:630px!important}.stayx-control-phone{width:150px!important;top:132px!important;right:12px!important}.stayx-control-phone-screen{min-height:365px!important}}.stayx-iphone{border-radius:42px!important;width:218px!important;padding:8px!important}.stayx-iphone-screen{border-radius:34px!important;min-height:408px!important;padding:42px 15px 16px!important}.stayx-phone-card{padding:13px!important}.stayx-phone-card strong{font-size:20px!important}.stayx-control-phone{border-radius:42px!important;width:220px!important;padding:8px!important}.stayx-control-phone-screen{border-radius:34px!important;min-height:415px!important;padding:42px 15px 16px!important}.stayx-control-phone-inputs i{padding:10px 11px!important;font-size:10px!important}.stayx-control-phone-inputs button{padding:12px 10px!important;font-size:12px!important}.stayx-control-mini-card{padding:13px!important}.stayx-control-mini-card strong{font-size:28px!important}.stayx-iphone{right:10px!important}.stayx-control-phone{right:24px!important}@media (max-width:1180px){.stayx-iphone{width:190px!important}.stayx-iphone-screen{min-height:365px!important}.stayx-control-phone{width:190px!important}.stayx-control-phone-screen{min-height:365px!important}}@media (max-width:900px){.stayx-iphone{width:176px!important;right:14px!important}.stayx-iphone-screen{border-radius:31px!important;min-height:335px!important;padding:39px 12px 14px!important}.stayx-control-phone{width:178px!important;right:14px!important}.stayx-control-phone-screen{border-radius:31px!important;min-height:340px!important;padding:39px 12px 14px!important}.stayx-control-stage{min-height:620px!important}}@media (max-width:620px){.stayx-iphone{width:164px!important;right:8px!important}.stayx-iphone-screen{min-height:312px!important;padding:36px 11px 12px!important}.stayx-control-phone{width:164px!important;right:8px!important}.stayx-control-phone-screen{min-height:315px!important;padding:36px 11px 12px!important}.stayx-control-stage{min-height:590px!important}.stayx-control-phone-title strong{font-size:18px!important}.stayx-control-mini-card strong{font-size:24px!important}}@media (max-width:430px){.stayx-iphone{width:156px!important;right:6px!important}.stayx-iphone-screen{min-height:300px!important}.stayx-control-phone{width:156px!important;right:6px!important}.stayx-control-phone-screen{min-height:302px!important}.stayx-control-stage{min-height:575px!important}}@media (max-width:900px){.stayx-device-stage{min-height:650px!important}.stayx-iphone{border-radius:42px!important;width:215px!important;padding:8px!important;top:155px!important;right:10px!important}.stayx-iphone-screen{border-radius:34px!important;min-height:405px!important;padding:42px 15px 16px!important}.stayx-control-stage{min-height:690px!important}.stayx-control-phone{border-radius:42px!important;width:215px!important;padding:8px!important;top:145px!important;right:10px!important}.stayx-control-phone-screen{border-radius:34px!important;min-height:405px!important;padding:42px 15px 16px!important}}@media (max-width:620px){.stayx-device-stage{min-height:620px!important}.stayx-iphone{width:202px!important;top:145px!important;right:6px!important}.stayx-iphone-screen{min-height:382px!important}.stayx-control-stage{min-height:660px!important}.stayx-control-phone{width:202px!important;top:135px!important;right:6px!important}.stayx-control-phone-screen{min-height:382px!important}.stayx-control-phone-title strong{font-size:21px!important}.stayx-control-phone-inputs i{font-size:10px!important}}@media (max-width:430px){.stayx-device-stage{min-height:590px!important}.stayx-iphone{width:190px!important;top:140px!important;right:4px!important}.stayx-iphone-screen{min-height:360px!important;padding:38px 13px 14px!important}.stayx-control-stage{min-height:630px!important}.stayx-control-phone{width:190px!important;top:130px!important;right:4px!important}.stayx-control-phone-screen{min-height:360px!important;padding:38px 13px 14px!important}}@media (max-width:380px){.stayx-iphone,.stayx-control-phone{width:176px!important;right:2px!important}.stayx-iphone-screen,.stayx-control-phone-screen{min-height:342px!important}}.stayx-journey-section{background:radial-gradient(circle at 16% 78%,#0069ff40,#0000 30%),radial-gradient(circle at 82% 36%,#0078ff3d,#0000 32%),linear-gradient(135deg,#030712 0%,#07162f 48%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:72px 54px 64px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000061}.stayx-journey-section:before{content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.stayx-journey-top{z-index:1;grid-template-columns:220px 1fr;align-items:start;gap:34px;display:grid;position:relative}.stayx-journey-top h2{color:#fff;letter-spacing:-.045em;max-width:820px;margin:0;font-size:clamp(42px,5vw,78px);line-height:.98}.stayx-journey-top p{color:#ffffffb8;max-width:780px;margin:18px 0 0;font-size:20px;line-height:1.65}.stayx-journey-body{z-index:1;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;margin-top:44px;display:grid;position:relative}.stayx-journey-panel{background:radial-gradient(circle at 60% 54%,#0069ff4d,#0000 36%),linear-gradient(#ffffff0e,#ffffff06);border:1px solid #0069ff47;border-radius:28px;min-height:520px;position:relative;overflow:hidden}.stayx-journey-panel-glow{opacity:.72;background:repeating-linear-gradient(166deg,#006eff4d 0 1px,#0000 1px 16px);height:42%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-journey-copy{z-index:2;max-width:360px;padding:36px;position:relative}.stayx-journey-copy span{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:900;display:block}.stayx-journey-copy p{color:#ffffffb8;margin:16px 0 0;font-size:17px;line-height:1.6}.stayx-journey-phone-stack{width:470px;height:410px;position:absolute;bottom:38px;right:40px}.stayx-journey-phone{background:linear-gradient(145deg,#1c2432,#060a12 45%,#30394a);border:1px solid #ffffff38;border-radius:40px;width:190px;padding:8px;position:absolute;box-shadow:inset 0 0 0 1px #ffffff14,0 35px 90px #00000094,0 0 70px #0066ff61}.stayx-journey-phone.ghost{opacity:.88;top:52px;left:0;transform:rotate(-4deg)}.stayx-journey-phone.active{top:0;right:0;transform:rotate(3deg)}.stayx-journey-phone:after{content:"";background:radial-gradient(circle at 50% -10%,#0084ff70,#0000 25%),linear-gradient(#073277,#061b43 58%,#05142e);border-radius:32px;min-height:352px;display:block}.stayx-journey-island{z-index:2;background:#05070c;border-radius:999px;width:62px;height:18px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.stayx-journey-screen-title,.stayx-journey-input,.stayx-journey-button,.stayx-journey-live-card{z-index:3;position:absolute;left:22px;right:22px}.stayx-journey-screen-title{color:#fff;font-size:20px;font-weight:900;top:56px}.stayx-journey-input{color:#0b1734;background:#ffffffeb;border-radius:10px;align-items:center;height:36px;padding:0 12px;font-size:12px;font-weight:900;display:flex}.stayx-journey-phone.ghost .stayx-journey-input:first-of-type{top:118px}.stayx-journey-phone.ghost .stayx-journey-input:nth-of-type(2){top:164px}.stayx-journey-phone.ghost .stayx-journey-button{top:212px}.stayx-journey-button{background:var(--gold);color:#111;border-radius:12px;place-items:center;height:44px;font-size:12px;font-weight:900;display:grid}.stayx-journey-live-card{background:#ffffff12;border:1px solid #ffffff1c;border-radius:14px;min-height:68px;padding:12px}.stayx-journey-live-card span{color:#ffffff94;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.stayx-journey-live-card strong{color:#fff;margin-top:6px;font-size:18px;display:block}.stayx-journey-live-card.total strong{color:var(--gold)}.stayx-journey-phone.active .stayx-journey-live-card:first-of-type{top:110px}.stayx-journey-phone.active .stayx-journey-live-card:nth-of-type(2){top:188px}.stayx-journey-phone.active .stayx-journey-live-card:nth-of-type(3){top:266px}.stayx-journey-phone.active .stayx-journey-button{top:346px}.stayx-journey-steps{border-top:1px solid var(--line)}.stayx-journey-step{border-bottom:1px solid var(--line);grid-template-columns:64px 1fr;gap:18px;padding:24px 0;display:grid;position:relative}.stayx-journey-step:before{content:"";opacity:.6;background:linear-gradient(#0000,#d9b967b3,#0000);width:1px;position:absolute;top:0;bottom:0;left:30px}.arabic .stayx-journey-step:before{left:auto;right:30px}.stayx-journey-step-index{z-index:1;color:#111;background:var(--gold);border-radius:18px;place-items:center;width:58px;height:58px;font-weight:900;display:grid;position:relative;box-shadow:0 0 42px #d9b96747}.stayx-journey-step h3{color:#fff;margin:0;font-size:22px}.stayx-journey-step p{color:#ffffffad;margin:8px 0 0;line-height:1.55}.stayx-journey-step:nth-child(2) .stayx-journey-step-index,.stayx-journey-step:nth-child(4) .stayx-journey-step-index{animation:2.8s ease-in-out infinite stayx-journey-pulse}.stayx-journey-footer{z-index:1;text-align:center;color:#fff;max-width:800px;margin:50px auto 0;font-size:clamp(24px,2.4vw,38px);font-weight:900;line-height:1.35;position:relative}.arabic .stayx-journey-top h2,.arabic .stayx-journey-footer{letter-spacing:0}@keyframes stayx-journey-pulse{0%,to{transform:scale(1);box-shadow:0 0 30px #d9b96738}50%{transform:scale(1.07);box-shadow:0 0 56px #d9b9677a}}@media (max-width:1000px){.stayx-journey-body{grid-template-columns:1fr}.stayx-journey-panel{min-height:560px}}@media (max-width:900px){.stayx-journey-section{border-radius:28px;padding:56px 22px 48px}.stayx-journey-top{grid-template-columns:1fr}}@media (max-width:620px){.stayx-journey-section{border-radius:24px;padding:46px 18px 42px}.stayx-journey-top h2{font-size:38px}.stayx-journey-top p{font-size:16px}.stayx-journey-panel{min-height:620px}.stayx-journey-copy{padding:24px}.stayx-journey-phone-stack{width:330px;height:380px;bottom:28px;left:50%;right:auto;transform:translate(-50%)}.stayx-journey-phone{width:160px}.stayx-journey-phone:after{min-height:315px}.stayx-journey-phone.ghost{top:58px;left:0}.stayx-journey-phone.active{top:0;right:0}.stayx-journey-screen-title{font-size:17px}.stayx-journey-step{grid-template-columns:54px 1fr}.stayx-journey-step-index{border-radius:15px;width:50px;height:50px}.stayx-journey-step h3{font-size:19px}}@media (max-width:400px){.stayx-journey-phone-stack{width:300px}.stayx-journey-phone{width:148px}}.stayx-journey-v2{background:radial-gradient(circle at 20% 80%,#0069ff38,#0000 30%),radial-gradient(circle at 80% 30%,#0082ff38,#0000 28%),linear-gradient(135deg,#030712 0%,#07152c 52%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:68px 54px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000057}.stayx-journey-v2-bg{opacity:.5;pointer-events:none;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.stayx-journey-v2-bg:after{content:"";background:repeating-linear-gradient(166deg,#006eff47 0 1px,#0000 1px 16px);height:32%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-journey-v2-head{z-index:1;border-bottom:1px solid var(--line);grid-template-columns:220px 1fr;align-items:start;gap:34px;padding-bottom:44px;display:grid;position:relative}.stayx-journey-v2-head h2{color:#fff;letter-spacing:-.045em;max-width:920px;margin:0;font-size:clamp(42px,4.6vw,72px);line-height:1}.stayx-journey-v2-head p{color:#ffffffb8;max-width:780px;margin:18px 0 0;font-size:20px;line-height:1.65}.stayx-journey-v2-grid{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:34px;margin-top:34px;display:grid;position:relative}.stayx-journey-map{background:radial-gradient(circle at 64% 40%,#0069ff47,#0000 36%),linear-gradient(#ffffff0e,#ffffff06);border:1px solid #0069ff47;border-radius:28px;min-height:520px;padding:30px;position:relative;overflow:hidden}.stayx-journey-map-title span{color:var(--gold);letter-spacing:.16em;font-size:12px;font-weight:900;display:block}.stayx-journey-map-title strong{color:#fff;margin-top:10px;font-size:clamp(22px,2.6vw,36px);line-height:1.2;display:block}.stayx-flow-line{grid-template-columns:repeat(5,1fr);gap:12px;margin:42px 0 34px;display:grid;position:relative}.stayx-flow-line:before{content:"";background:linear-gradient(90deg, var(--gold), #006bff, #20e08a);opacity:.7;height:2px;animation:2.8s ease-in-out infinite alternate stayx-flow-glow;position:absolute;top:30px;left:8%;right:8%}.stayx-flow-node{z-index:1;justify-items:center;gap:10px;display:grid;position:relative}.stayx-flow-node b{background:var(--gold);color:#111;border-radius:20px;place-items:center;width:62px;height:62px;font-weight:900;display:grid;box-shadow:0 0 40px #d9b96759}.stayx-flow-node span{color:#ffffffc7;text-align:center;font-size:13px;font-weight:900}.stayx-live-card{background:linear-gradient(#072d6ef0,#051432f0);border:1px solid #ffffff1f;border-radius:24px;max-width:420px;margin-top:28px;padding:22px;box-shadow:inset 0 0 0 1px #ffffff0d,0 30px 80px #00000059}.stayx-live-card-top{justify-content:space-between;align-items:center;display:flex}.stayx-live-card-top span{color:#fff;font-size:18px;font-weight:900}.stayx-live-card-top b{color:var(--gold);background:#d9b9672e;border-radius:999px;padding:8px 10px;font-size:12px}.stayx-live-guest{color:#ffffffc7;background:#ffffff12;border-radius:14px;margin-top:16px;padding:12px 14px;font-weight:900}.stayx-live-metrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.stayx-live-metrics div{background:#ffffff0f;border:1px solid #ffffff17;border-radius:16px;padding:14px}.stayx-live-metrics span{color:#ffffff94;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.stayx-live-metrics strong{color:#fff;margin-top:6px;font-size:18px;display:block}.stayx-live-metrics .total strong{color:var(--gold)}.stayx-live-button{background:var(--gold);color:#111;border-radius:16px;place-items:center;height:48px;margin-top:14px;font-weight:900;display:grid}.stayx-journey-list{border-top:1px solid var(--line)}.stayx-journey-list-item{border-bottom:1px solid var(--line);grid-template-columns:64px 1fr;gap:18px;padding:22px 0;display:grid}.stayx-journey-list-item>div{width:56px;height:56px;color:var(--gold);background:#d9b96729;border-radius:18px;place-items:center;font-weight:900;display:grid}.stayx-journey-list-item h3{color:#fff;margin:0;font-size:22px}.stayx-journey-list-item p{color:#ffffffad;margin:8px 0 0;line-height:1.55}.arabic .stayx-journey-v2-head h2{letter-spacing:0}@keyframes stayx-flow-glow{0%{opacity:.35;filter:blur()}to{opacity:.9;filter:blur(.4px)}}@media (max-width:1000px){.stayx-journey-v2-grid{grid-template-columns:1fr}}@media (max-width:900px){.stayx-journey-v2{border-radius:28px;padding:54px 22px}.stayx-journey-v2-head{grid-template-columns:1fr}}@media (max-width:620px){.stayx-journey-v2{border-radius:24px;padding:44px 18px}.stayx-journey-v2-head h2{font-size:38px}.stayx-journey-v2-head p{font-size:16px}.stayx-journey-map{min-height:auto;padding:22px}.stayx-flow-line{grid-template-columns:1fr;gap:14px;margin:30px 0}.stayx-flow-line:before{width:2px;height:auto;inset:8% auto 8% 31px}.stayx-flow-node{grid-template-columns:62px 1fr;place-items:center start}.stayx-flow-node span{text-align:start;font-size:15px}.stayx-live-metrics{grid-template-columns:1fr}.stayx-journey-list-item{grid-template-columns:54px 1fr}.stayx-journey-list-item>div{border-radius:15px;width:50px;height:50px}.stayx-journey-list-item h3{font-size:19px}}.stayx-journey-classic{background:radial-gradient(circle at 18% 80%,#0069ff3d,#0000 32%),radial-gradient(circle at 82% 34%,#0078ff38,#0000 30%),linear-gradient(135deg,#030712 0%,#07162f 48%,#030713 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:64px 54px 58px;position:relative;overflow:hidden;box-shadow:0 30px 120px #0000005c}.stayx-classic-bg{opacity:.5;pointer-events:none;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.stayx-classic-bg:after{content:"";background:repeating-linear-gradient(166deg,#006eff47 0 1px,#0000 1px 16px);height:32%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-classic-head{z-index:1;border-bottom:1px solid var(--line);grid-template-columns:210px 1fr;align-items:start;gap:34px;padding-bottom:38px;display:grid;position:relative}.stayx-classic-head h2{color:#fff;letter-spacing:-.04em;max-width:900px;margin:0;font-size:clamp(42px,4.2vw,68px);line-height:1.02}.stayx-classic-head p{color:#ffffffb8;max-width:780px;margin:18px 0 0;font-size:19px;line-height:1.62}.stayx-classic-body{z-index:1;grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);gap:30px;margin-top:34px;display:grid;position:relative}.stayx-classic-panel{background:radial-gradient(circle at 62% 46%,#0069ff4d,#0000 36%),linear-gradient(#ffffff0e,#ffffff06);border:1px solid #0069ff47;border-radius:28px;min-height:540px;position:relative;overflow:hidden}.stayx-classic-copy{z-index:2;max-width:350px;padding:34px;position:relative}.stayx-classic-copy span{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.stayx-classic-copy p{color:#ffffffb8;margin:15px 0 0;font-size:17px;line-height:1.58}.stayx-classic-phone-pair{width:510px;height:390px;position:absolute;bottom:58px;right:36px}.stayx-classic-phone{background:linear-gradient(145deg,#1c2432,#060a12 45%,#30394a);border:1px solid #ffffff38;border-radius:40px;width:190px;padding:8px;position:absolute;box-shadow:inset 0 0 0 1px #ffffff14,0 35px 90px #00000094,0 0 70px #0066ff61}.stayx-classic-phone:before{content:"";background:radial-gradient(circle at 50% -10%,#0084ff70,#0000 25%),linear-gradient(#073277,#061b43 58%,#05142e);border-radius:32px;min-height:355px;display:block}.stayx-classic-phone.register{top:44px;left:0;transform:rotate(-4deg)}.stayx-classic-phone.live{top:0;right:0;transform:rotate(3deg)}.stayx-classic-island{z-index:3;background:#05070c;border-radius:999px;width:62px;height:18px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.stayx-classic-phone-title,.stayx-classic-input,.stayx-classic-loading-button,.stayx-classic-live-top,.stayx-classic-bill-grid,.stayx-classic-checkout,.stayx-classic-toast{z-index:4;position:absolute;left:22px;right:22px}.stayx-classic-phone-title{color:#fff;font-size:20px;font-weight:900;line-height:1.15;top:56px}.stayx-classic-input{color:#0b1734;background:#ffffffeb;border-radius:10px;align-items:center;gap:8px;height:38px;padding:0 12px;font-size:12px;font-weight:900;display:flex}.stayx-classic-input b{color:#006bff;font-size:11px}.stayx-classic-phone.register .stayx-classic-input:first-of-type{top:118px}.stayx-classic-phone.register .stayx-classic-input:nth-of-type(2){top:166px}.stayx-classic-loading-button{background:var(--gold);color:#111;border-radius:13px;place-items:center;height:46px;font-size:12px;font-weight:900;display:grid;top:218px;overflow:hidden}.stayx-classic-loading-button i{background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:42%;animation:1.8s ease-in-out infinite stayx-register-loading;position:absolute;inset:0}.stayx-classic-live-top{justify-content:space-between;align-items:center;display:flex;top:56px}.stayx-classic-live-top strong{color:#fff;font-size:20px}.stayx-classic-live-top span{color:var(--gold);background:#d9b96733;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:900}.stayx-classic-bill-grid{gap:10px;display:grid;top:112px}.stayx-classic-bill-grid div{background:#ffffff12;border:1px solid #ffffff1c;border-radius:14px;min-height:54px;padding:11px;animation:2.8s ease-in-out infinite stayx-bill-card-live}.stayx-classic-bill-grid div:nth-child(2){animation-delay:-.7s}.stayx-classic-bill-grid div:nth-child(3){animation-delay:-1.2s}.stayx-classic-bill-grid span{color:#ffffff94;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.stayx-classic-bill-grid strong{color:#fff;margin-top:5px;font-size:18px;display:block}.stayx-classic-bill-grid .total strong{color:var(--gold)}.stayx-classic-checkout{background:var(--gold);color:#111;border-radius:13px;place-items:center;height:44px;font-size:12px;font-weight:900;display:grid;top:306px}.stayx-classic-toast{color:#20e08a;opacity:0;background:#20e08a21;border:1px solid #20e08a38;border-radius:12px;padding:10px;font-size:11px;font-weight:900;animation:4s ease-in-out infinite stayx-toast;top:264px;transform:translateY(10px)}.stayx-classic-flow{z-index:3;color:var(--gold);align-items:center;gap:10px;font-size:13px;font-weight:900;display:flex;position:absolute;bottom:24px;left:34px;right:34px}.stayx-classic-flow i{background:linear-gradient(90deg, var(--gold), #006bff);flex:1;height:1px;animation:2.2s ease-in-out infinite alternate stayx-flow-line-move}.stayx-classic-steps{border-top:1px solid var(--line)}.stayx-classic-step{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr;gap:18px;padding:22px 0;display:grid}.stayx-classic-step>div{width:52px;height:52px;color:var(--gold);background:#d9b96729;border-radius:16px;place-items:center;font-weight:900;display:grid}.stayx-classic-step h3{color:#fff;margin:0;font-size:21px}.stayx-classic-step p{color:#ffffffad;margin:8px 0 0;line-height:1.55}.stayx-classic-footer{z-index:1;text-align:center;max-width:820px;color:var(--gold);margin:44px auto 0;font-size:clamp(22px,2.2vw,34px);font-weight:900;line-height:1.35;position:relative}.arabic .stayx-classic-head h2,.arabic .stayx-classic-footer{letter-spacing:0}@keyframes stayx-register-loading{0%{transform:translate(-120%)}to{transform:translate(260%)}}@keyframes stayx-bill-card-live{0%,to{filter:brightness();transform:translateY(0)}50%{filter:brightness(1.18);transform:translateY(-2px)}}@keyframes stayx-toast{0%,38%{opacity:0;transform:translateY(10px)}48%,78%{opacity:1;transform:translateY(0)}88%,to{opacity:0;transform:translateY(-8px)}}@keyframes stayx-flow-line-move{0%{opacity:.35;transform:scaleX(.65)}to{opacity:1;transform:scaleX(1)}}@media (max-width:1000px){.stayx-classic-body{grid-template-columns:1fr}.stayx-classic-panel{min-height:590px}}@media (max-width:900px){.stayx-journey-classic{border-radius:28px;padding:54px 22px}.stayx-classic-head{grid-template-columns:1fr}}@media (max-width:620px){.stayx-journey-classic{border-radius:24px;padding:44px 18px}.stayx-classic-head h2{font-size:38px}.stayx-classic-head p{font-size:16px}.stayx-classic-panel{min-height:670px}.stayx-classic-copy{max-width:100%;padding:24px}.stayx-classic-phone-pair{width:342px;height:390px;bottom:74px;left:50%;right:auto;transform:translate(-50%)}.stayx-classic-phone{width:168px}.stayx-classic-phone:before{min-height:320px}.stayx-classic-phone.register{top:60px;left:0}.stayx-classic-phone.live{top:0;right:0}.stayx-classic-flow{gap:6px;font-size:11px;bottom:24px;left:18px;right:18px}.stayx-classic-step{grid-template-columns:52px 1fr}.stayx-classic-step h3{font-size:19px}}@media (max-width:400px){.stayx-classic-phone-pair{width:310px}.stayx-classic-phone{width:154px}}.stayx-classic-body{align-items:start!important}.stayx-classic-steps{align-self:start!important}.stayx-classic-step{padding:16px 0!important}.stayx-classic-step-copy{margin:0!important;padding:0!important}.stayx-classic-step-copy h3{margin:0!important}.stayx-classic-step-copy p{margin:7px 0 0!important}.stayx-classic-phone-pair{bottom:58px!important}.stayx-classic-bill-grid{display:none!important}.stayx-classic-bill-card{z-index:4;background:#ffffff12;border:1px solid #ffffff1c;border-radius:14px;min-height:54px;padding:11px;animation:2.8s ease-in-out infinite stayx-bill-card-live;position:absolute;left:22px;right:22px}.stayx-classic-bill-card.orders{animation-delay:-.7s;top:184px}.stayx-classic-bill-card.total{animation-delay:-1.2s;top:256px}.stayx-classic-bill-card span{color:#ffffff94;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.stayx-classic-bill-card strong{color:#fff;margin-top:5px;font-size:18px;display:block}.stayx-classic-bill-card.total strong{color:var(--gold)}.stayx-classic-toast{text-align:center;padding:8px!important;font-size:10px!important;top:300px!important;left:28px!important;right:28px!important}@media (max-width:620px){.stayx-classic-panel{min-height:590px!important}.stayx-classic-phone-pair{bottom:66px!important}.stayx-classic-phone{width:164px!important}.stayx-classic-phone:before{min-height:312px!important}.stayx-classic-phone-title{font-size:17px!important}.stayx-classic-input{height:34px!important;font-size:10px!important}.stayx-classic-input-mobile{top:108px!important}.stayx-classic-input-name{top:150px!important}.stayx-classic-loading-button{height:40px!important;font-size:10px!important;top:194px!important}.stayx-classic-live-top{top:52px!important}.stayx-classic-live-top strong{font-size:17px!important}.stayx-classic-bill-card{min-height:48px!important;padding:9px!important}.stayx-classic-bill-card.stay{top:102px!important}.stayx-classic-bill-card.orders{top:164px!important}.stayx-classic-bill-card.total{top:226px!important}.stayx-classic-bill-card strong{font-size:15px!important}.stayx-classic-toast{font-size:9px!important;top:264px!important}.stayx-classic-checkout{height:36px!important;font-size:10px!important;top:288px!important}.stayx-classic-step{padding:14px 0!important}}@media (max-width:400px){.stayx-classic-panel{min-height:570px!important}.stayx-classic-phone{width:150px!important}.stayx-classic-phone:before{min-height:300px!important}}.stayx-classic-body{grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr)!important}.stayx-classic-step{grid-template-columns:62px minmax(0,1fr)!important;align-items:start!important;gap:20px!important;padding:20px 0!important}.stayx-classic-step>div:first-child{width:54px!important;min-width:54px!important;height:54px!important;color:var(--gold)!important;background:#d9b96729!important;border-radius:17px!important;place-items:center!important;font-weight:900!important;display:grid!important}.stayx-classic-step-copy{place-items:unset!important;width:auto!important;min-width:0!important;height:auto!important;box-shadow:none!important;color:inherit!important;background:0 0!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important}.stayx-classic-step-copy h3{color:#fff!important;white-space:normal!important;margin:0!important;font-size:22px!important;line-height:1.18!important}.stayx-classic-step-copy p{color:#ffffffad!important;white-space:normal!important;max-width:360px!important;margin:8px 0 0!important;font-size:15px!important;line-height:1.5!important}@media (max-width:1000px){.stayx-classic-body{grid-template-columns:1fr!important}}@media (max-width:620px){.stayx-classic-step{grid-template-columns:54px minmax(0,1fr)!important;gap:16px!important;padding:16px 0!important}.stayx-classic-step>div:first-child{border-radius:15px!important;width:48px!important;min-width:48px!important;height:48px!important}.stayx-classic-step-copy h3{font-size:19px!important}.stayx-classic-step-copy p{font-size:14px!important}}.stayx-classic-panel{min-height:560px!important}.stayx-classic-copy{max-width:285px!important;padding:32px!important}.stayx-classic-phone-pair{width:470px!important;bottom:66px!important;right:24px!important}.stayx-classic-phone.register{top:60px!important;left:22px!important}.stayx-classic-phone.live{top:10px!important;right:0!important}.stayx-classic-flow{display:none!important}.stayx-classic-phone-title{top:58px!important}.stayx-classic-live-top{top:58px!important}.stayx-classic-toast{text-align:center!important;padding:7px 8px!important;font-size:9px!important;line-height:1.2!important;top:292px!important;left:28px!important;right:28px!important}.stayx-classic-checkout{height:38px!important;top:322px!important}.stayx-classic-footer{margin-top:34px!important;font-size:clamp(20px,2vw,30px)!important}@media (max-width:1000px){.stayx-classic-panel{min-height:610px!important}.stayx-classic-copy{max-width:360px!important}}@media (max-width:620px){.stayx-classic-panel{min-height:620px!important}.stayx-classic-copy{max-width:100%!important;padding:24px!important}.stayx-classic-phone-pair{width:336px!important;bottom:52px!important}.stayx-classic-phone{width:160px!important}.stayx-classic-phone:before{min-height:318px!important}.stayx-classic-phone.register{top:58px!important;left:0!important}.stayx-classic-phone.live{top:0!important;right:0!important}.stayx-classic-phone-title{top:54px!important}.stayx-classic-input-mobile{top:106px!important}.stayx-classic-input-name{top:148px!important}.stayx-classic-loading-button{top:192px!important}.stayx-classic-live-top{top:52px!important}.stayx-classic-bill-card.stay{top:100px!important}.stayx-classic-bill-card.orders{top:160px!important}.stayx-classic-bill-card.total{top:220px!important}.stayx-classic-toast{font-size:8px!important;top:256px!important}.stayx-classic-checkout{height:36px!important;top:280px!important}.stayx-classic-footer{margin-top:28px!important;font-size:22px!important}}@media (max-width:400px){.stayx-classic-phone-pair{width:306px!important}.stayx-classic-phone{width:148px!important}}.stayx-iphone-screen{min-height:355px!important;padding:38px 12px 14px!important}.stayx-phone-top span{font-size:15px!important;line-height:1.1!important}.stayx-phone-top b{padding:6px 8px!important;font-size:9px!important}.stayx-phone-card{border-radius:13px!important;margin-bottom:9px!important;padding:10px!important}.stayx-phone-card small{letter-spacing:.02em!important;font-size:8px!important}.stayx-phone-card strong{font-size:16px!important;line-height:1.1!important}.stayx-phone-card i,.stayx-phone-card .stayx-sparkline{height:14px!important;margin-top:7px!important}.stayx-phone-nav{margin-top:13px!important}.stayx-phone-nav span{border-radius:8px!important;width:22px!important;height:22px!important}.stayx-control-phone-screen{min-height:355px!important;padding:38px 12px 14px!important}.stayx-control-phone-title span{font-size:9px!important}.stayx-control-phone-title strong{font-size:18px!important;line-height:1.12!important}.stayx-control-phone-inputs{gap:7px!important;margin-top:14px!important}.stayx-control-phone-inputs i{border-radius:8px!important;padding:8px 9px!important;font-size:9px!important}.stayx-control-phone-inputs button{border-radius:10px!important;padding:10px 8px!important;font-size:10px!important;line-height:1.15!important}.stayx-control-mini-card{border-radius:13px!important;margin-top:8px!important;padding:10px!important}.stayx-control-mini-card span{font-size:9px!important}.stayx-control-mini-card strong{font-size:22px!important;line-height:1.1!important}.stayx-classic-phone:before{min-height:340px!important}.stayx-classic-phone-title{font-size:17px!important;line-height:1.12!important}.stayx-classic-input{border-radius:8px!important;height:32px!important;padding:0 10px!important;font-size:9px!important}.stayx-classic-input b{font-size:9px!important}.stayx-classic-loading-button{border-radius:10px!important;height:38px!important;font-size:10px!important}.stayx-classic-live-top strong{font-size:17px!important;line-height:1.1!important}.stayx-classic-live-top span{padding:6px 7px!important;font-size:9px!important}.stayx-classic-bill-card{border-radius:12px!important;min-height:46px!important;padding:8px!important}.stayx-classic-bill-card span{font-size:8px!important}.stayx-classic-bill-card strong{font-size:15px!important;line-height:1.1!important}.stayx-classic-toast{border-radius:9px!important;padding:6px 7px!important;font-size:8px!important}.stayx-classic-checkout{border-radius:10px!important;height:34px!important;font-size:9px!important}.stayx-classic-bill-card.stay{top:104px!important}.stayx-classic-bill-card.orders{top:164px!important}.stayx-classic-bill-card.total{top:224px!important}.stayx-classic-toast{top:276px!important}.stayx-classic-checkout{top:300px!important}.stayx-classic-input-mobile{top:112px!important}.stayx-classic-input-name{top:152px!important}.stayx-classic-loading-button{top:196px!important}@media (max-width:620px){.stayx-iphone-screen,.stayx-control-phone-screen{min-height:330px!important;padding:36px 11px 12px!important}.stayx-classic-phone:before{min-height:310px!important}.stayx-phone-card strong,.stayx-control-phone-title strong,.stayx-classic-phone-title,.stayx-classic-live-top strong{font-size:15px!important}.stayx-classic-bill-card.stay{top:96px!important}.stayx-classic-bill-card.orders{top:152px!important}.stayx-classic-bill-card.total{top:208px!important}.stayx-classic-toast{top:254px!important}.stayx-classic-checkout{top:276px!important}.stayx-classic-input-mobile{top:104px!important}.stayx-classic-input-name{top:142px!important}.stayx-classic-loading-button{top:184px!important}}@media (min-width:1001px){.stayx-classic-copy{max-width:260px!important}.stayx-classic-phone-pair{width:458px!important;right:10px!important}.stayx-classic-phone.register{left:54px!important}}.stayx-classic-toast{display:none!important}.stayx-classic-checkout{color:#0000!important;animation:4.2s ease-in-out infinite stayx-checkout-button-state!important;overflow:hidden!important}.stayx-classic-checkout span{color:#111;text-align:center;place-items:center;padding:0 8px;font-weight:900;line-height:1.15;display:grid;position:absolute;inset:0}.stayx-checkout-default{opacity:1;animation:4.2s ease-in-out infinite stayx-checkout-default-state;transform:translateY(0)}.stayx-checkout-done{opacity:0;animation:4.2s ease-in-out infinite stayx-checkout-done-state;transform:translateY(12px);color:#0b281d!important}@keyframes stayx-checkout-button-state{0%,46%{background:var(--gold);box-shadow:none}58%,86%{background:#20e08a;box-shadow:0 0 28px #20e08a42}to{background:var(--gold);box-shadow:none}}@keyframes stayx-checkout-default-state{0%,46%{opacity:1;transform:translateY(0)}56%,92%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes stayx-checkout-done-state{0%,48%{opacity:0;transform:translateY(12px)}58%,86%{opacity:1;transform:translateY(0)}96%,to{opacity:0;transform:translateY(12px)}}@media (max-width:620px){.stayx-classic-checkout span{font-size:9px!important}}.arabic .stayx-classic-panel{direction:rtl}.arabic .stayx-classic-copy{text-align:right!important;max-width:285px!important;margin-left:0!important;margin-right:auto!important;padding:32px!important}.arabic .stayx-classic-phone-pair{width:462px!important;left:24px!important;right:auto!important}.arabic .stayx-classic-phone.register{left:0!important;right:auto!important}.arabic .stayx-classic-phone.live{left:auto!important;right:0!important}.arabic .stayx-classic-step{grid-template-columns:62px minmax(0,1fr)!important}.arabic .stayx-classic-step-copy{text-align:right!important}@media (max-width:1000px){.arabic .stayx-classic-copy{max-width:100%!important}.arabic .stayx-classic-phone-pair{left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media (max-width:620px){.arabic .stayx-classic-panel{min-height:620px!important}.arabic .stayx-classic-phone-pair{width:336px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.arabic .stayx-classic-copy{padding:24px!important}}@media (max-width:400px){.arabic .stayx-classic-phone-pair{width:306px!important}}@media (min-width:1001px){.stayx-classic-panel{min-height:585px!important}.stayx-classic-phone-pair{bottom:46px!important}.stayx-classic-phone.register{top:64px!important}.stayx-classic-phone.live{top:14px!important}}.stayx-bridge-section{background:radial-gradient(circle at 50% 0,#d9b9671c,#0000 32%),radial-gradient(circle at 18% 86%,#0069ff2e,#0000 30%),linear-gradient(135deg,#050607 0%,#090d13 52%,#030303 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:76px 54px 64px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000057}.stayx-bridge-bg{pointer-events:none;opacity:.44;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.stayx-bridge-line{z-index:1;grid-template-columns:1fr 16px 1fr;align-items:center;gap:18px;margin-bottom:42px;display:grid;position:relative}.stayx-bridge-line span{background:linear-gradient(90deg,#0000,#d9b96773,#0000);height:1px}.stayx-bridge-line b{background:var(--gold);border-radius:999px;width:16px;height:16px;animation:2.6s ease-in-out infinite stayx-bridge-pulse;box-shadow:0 0 34px #d9b9678c}.stayx-bridge-content{z-index:1;text-align:center;max-width:980px;margin:0 auto;position:relative}.stayx-bridge-eyebrow{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-flex}.stayx-bridge-content h2{color:#fff;letter-spacing:-.045em;max-width:980px;margin:20px auto 0;font-size:clamp(40px,4.4vw,72px);line-height:1.02}.stayx-bridge-content p{color:#ffffffb8;max-width:860px;margin:24px auto 0;font-size:20px;line-height:1.65}.stayx-bridge-note{max-width:680px;color:var(--gold);background:#d9b96714;border:1px solid #d9b9673d;border-radius:18px;margin:28px auto 0;padding:18px 22px;font-weight:900;line-height:1.45}.stayx-bridge-pillars{z-index:1;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;margin-top:54px;display:grid;position:relative}.stayx-bridge-pillars article{border-right:1px solid var(--line);padding:34px 30px}.arabic .stayx-bridge-pillars article{border-right:0;border-left:1px solid var(--line)}.stayx-bridge-pillars article:last-child{border-right:0}.arabic .stayx-bridge-pillars article:last-child{border-left:0}.stayx-bridge-pillars span{color:var(--gold);letter-spacing:.16em;margin-bottom:20px;font-size:13px;font-weight:900;display:inline-flex}.stayx-bridge-pillars h3{color:#fff;margin:0;font-size:28px;line-height:1.1}.stayx-bridge-pillars p{color:#ffffffa8;margin:16px 0 0;line-height:1.58}.arabic .stayx-bridge-content h2,.arabic .stayx-bridge-content p,.arabic .stayx-bridge-note{letter-spacing:0}@keyframes stayx-bridge-pulse{0%,to{opacity:.55;transform:scale(.72)}50%{opacity:1;transform:scale(1)}}@media (max-width:900px){.stayx-bridge-section{border-radius:28px;padding:56px 22px 48px}.stayx-bridge-pillars{grid-template-columns:1fr}.stayx-bridge-pillars article,.arabic .stayx-bridge-pillars article{border-left:0;border-right:0;border-bottom:1px solid var(--line)}.stayx-bridge-pillars article:last-child,.arabic .stayx-bridge-pillars article:last-child{border-bottom:0}}@media (max-width:620px){.stayx-bridge-section{border-radius:24px;padding:46px 18px 42px}.stayx-bridge-content h2{font-size:36px}.stayx-bridge-content p{font-size:16px}.stayx-bridge-pillars article{padding:26px 0}}.case-stayx .stayx-bridge-section+section,.case-stayx .stayx-bridge-section+section+section{display:none!important}.case-stayx .stayx-bridge-section+section+section+section{margin-top:34px!important}.stayx-system-map-section{background:radial-gradient(circle at 50% 35%,#d9b9671a,#0000 34%),radial-gradient(circle at 16% 84%,#0069ff2e,#0000 30%),linear-gradient(135deg,#030303 0%,#080d14 50%,#020202 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:76px 54px 64px;position:relative;overflow:hidden;box-shadow:0 30px 120px #00000057}.stayx-system-map-bg:after{content:"";opacity:.62;background:repeating-linear-gradient(166deg,#006eff33 0 1px,#0000 1px 16px);height:30%;position:absolute;inset:auto -10% 0;transform:skewY(-7deg)}.stayx-system-map-head span{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-flex}.stayx-system-map-group{min-width:0;position:relative}.stayx-system-map-column{background:linear-gradient(#ffffff0e,#ffffff06);border:1px solid #ffffff1f;border-radius:26px;min-height:410px;padding:30px;box-shadow:inset 0 1px #ffffff0d,0 24px 70px #00000040}.stayx-system-column-number{background:var(--gold);color:#111;border-radius:18px;place-items:center;width:54px;height:54px;font-weight:900;display:grid;box-shadow:0 0 38px #d9b96747}.stayx-system-map-column p{color:#ffffff9e;margin:12px 0 0;line-height:1.55}.arabic .stayx-system-map-head h2,.arabic .stayx-system-map-bottom{letter-spacing:0}@keyframes stayx-system-signal{0%{opacity:0;transform:translateY(-50%)scale(.6)}35%{opacity:1}to{opacity:0;transform:translate(34px,-50%)scale(1)}}@media (max-width:1000px){.stayx-system-map-grid{grid-template-columns:1fr;gap:22px}.stayx-system-map-column{min-height:auto}.stayx-system-connector{width:2px;height:34px;margin:18px auto -4px;position:relative;top:auto;left:auto;transform:none}.stayx-system-connector span{background:linear-gradient(#d9b96733,#d9b967e6,#006effa6)}.stayx-system-connector b{animation:2.4s ease-in-out infinite stayx-system-signal-mobile;top:0;left:50%;transform:translate(-50%)}}@keyframes stayx-system-signal-mobile{0%{opacity:0;transform:translate(-50%)scale(.6)}35%{opacity:1}to{opacity:0;transform:translate(-50%,34px)scale(1)}}@media (max-width:620px){.stayx-system-map-section{border-radius:24px;padding:46px 18px 42px}.stayx-system-map-head{margin-bottom:34px}.stayx-system-map-head h2{font-size:36px}.stayx-system-map-head p{font-size:16px}.stayx-system-map-column{border-radius:22px;padding:24px}.stayx-system-map-column h3{font-size:24px}.stayx-system-map-bottom{margin-top:34px;font-size:22px}}.stayx-system-map-section{background:radial-gradient(circle at 50% 35%,#d9b9671a,#0000 34%),radial-gradient(circle at 16% 84%,#0069ff2e,#0000 30%),linear-gradient(135deg,#030303 0%,#080d14 50%,#020202 100%);border:1px solid #ffffff1f;border-radius:34px;margin:34px 0 0;padding:76px 54px 64px;position:relative;overflow:hidden}.stayx-system-map-bg{pointer-events:none;opacity:.45;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.stayx-system-map-head{z-index:1;text-align:center;max-width:980px;margin:0 auto 54px;position:relative}.stayx-system-map-head span{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}.stayx-system-map-head h2{color:#fff;letter-spacing:-.045em;max-width:950px;margin:18px auto 0;font-size:clamp(40px,4.2vw,68px);line-height:1.03}.stayx-system-map-head p{color:#ffffffb3;max-width:820px;margin:22px auto 0;font-size:19px;line-height:1.65}.stayx-system-map-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:54px;display:grid;position:relative}.stayx-system-map-group{position:relative}.stayx-system-map-column{background:linear-gradient(#ffffff0e,#ffffff06);border:1px solid #ffffff1f;border-radius:26px;min-height:360px;padding:30px}.stayx-system-column-number{background:var(--gold);color:#111;border-radius:18px;place-items:center;width:54px;height:54px;font-weight:900;display:grid}.stayx-system-map-column h3{color:#fff;margin:24px 0 0;font-size:30px;line-height:1.08}.stayx-system-node-list{gap:10px;margin-top:24px;display:grid}.stayx-system-node{background:#ffffff0e;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;min-height:42px;padding:10px 12px;display:flex}.stayx-system-node i{background:var(--gold);border-radius:999px;width:9px;height:9px;box-shadow:0 0 18px #d9b9678c}.stayx-system-node span{color:#ffffffd1;font-size:14px;font-weight:800}.stayx-system-connector{width:34px;height:2px;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.stayx-system-connector span{background:linear-gradient(90deg,#d9b96733,#d9b967e6,#006effa6);position:absolute;inset:0}.stayx-system-connector b{background:var(--gold);border-radius:999px;width:7px;height:7px;animation:2.4s ease-in-out infinite stayx-system-signal;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stayx-system-connector b:nth-child(3){animation-delay:.45s}.stayx-system-connector b:nth-child(4){animation-delay:.9s}.stayx-system-map-bottom{z-index:1;text-align:center;max-width:760px;color:var(--gold);margin:54px auto 0;font-size:clamp(22px,2.2vw,34px);font-weight:900;line-height:1.35;position:relative}@media (max-width:1000px){.stayx-system-map-grid{grid-template-columns:1fr;gap:22px}.stayx-system-connector{display:none}}@media (max-width:620px){.stayx-system-map-section{border-radius:24px;padding:46px 18px 42px}.stayx-system-map-head h2{font-size:36px}.stayx-system-map-head p{font-size:16px}.stayx-system-map-column{border-radius:22px;min-height:auto;padding:24px}}.case-stayx .stayx-bridge-section+.stayx-system-map-section{display:block!important}.case-stayx .stayx-system-map-section+section,.case-stayx .stayx-system-map-section+section+section{display:none!important}.case-stayx .stayx-system-map-section+section+section+section{margin-top:34px!important}@media (max-width:700px){.stayx-system-map-section{padding:44px 16px 38px!important}.stayx-system-map-head{text-align:start!important;margin-bottom:28px!important}.stayx-system-map-head span{letter-spacing:.14em!important;font-size:10px!important}.stayx-system-map-head h2{letter-spacing:-.035em!important;margin-top:14px!important;font-size:34px!important;line-height:1.08!important}.arabic .stayx-system-map-head h2{letter-spacing:0!important}.stayx-system-map-head p{margin-top:16px!important;font-size:15px!important;line-height:1.6!important}.stayx-system-map-grid{grid-template-columns:1fr!important;gap:0!important;padding-inline-start:16px!important;display:grid!important;position:relative!important}.stayx-system-map-grid:before{content:"";top:22px;bottom:22px;background:linear-gradient(#d9b96700,#d9b967b3,#006eff80,#d9b96700);width:1px;position:absolute;inset-inline-start:5px}.stayx-system-map-group{margin:0!important;padding:0 0 12px!important;position:relative!important}.stayx-system-map-group:before{content:"";background:var(--gold);z-index:3;top:22px;border-radius:999px;width:11px;height:11px;position:absolute;inset-inline-start:-15px;box-shadow:0 0 22px #d9b967a6}.stayx-system-map-group:not(:first-child){margin-top:-4px!important}.stayx-system-map-column{background:radial-gradient(circle at 0 0,#d9b9671a,#0000 32%),linear-gradient(#fff1,#ffffff06)!important;border-radius:20px!important;min-height:0!important;padding:17px 16px 16px!important;box-shadow:inset 0 1px #ffffff0e,0 16px 42px #00000038!important}.stayx-system-column-number{border-radius:999px!important;width:auto!important;height:auto!important;padding:6px 10px!important;font-size:11px!important;line-height:1!important;display:inline-flex!important}.stayx-system-map-column h3{margin:13px 0 0!important;font-size:22px!important;line-height:1.15!important}.stayx-system-map-column p{display:none!important}.stayx-system-node-list{flex-wrap:wrap!important;gap:7px!important;margin-top:14px!important;display:flex!important}.stayx-system-node{background:#ffffff12!important;border-radius:999px!important;gap:7px!important;width:auto!important;min-height:0!important;padding:7px 9px!important}.stayx-system-node i{width:6px!important;height:6px!important}.stayx-system-node span{white-space:nowrap!important;font-size:11px!important;line-height:1!important}.stayx-system-connector{display:none!important}.stayx-system-map-bottom{text-align:start!important;background:#d9b96712!important;border:1px solid #d9b9672e!important;border-radius:18px!important;margin-top:26px!important;padding:16px!important;font-size:18px!important;line-height:1.35!important}.stayx-system-map-group{display:grid!important}.stayx-system-map-group:not(:last-child){padding-bottom:0!important}.stayx-system-connector{width:2px!important;height:38px!important;margin:10px 0 10px 28px!important;display:block!important;position:relative!important;top:auto!important;left:auto!important;overflow:visible!important;transform:none!important}.arabic .stayx-system-connector{margin-left:0!important;margin-right:28px!important}.stayx-system-connector span{background:linear-gradient(#d9b96726,#d9b967f2,#006eff8c)!important;border-radius:999px!important;width:2px!important;height:38px!important;position:absolute!important;inset:0!important;box-shadow:0 0 18px #d9b96738!important}.stayx-system-connector b{background:var(--gold)!important;border-radius:999px!important;width:8px!important;height:8px!important;animation:2.2s ease-in-out infinite stayx-system-mobile-flow-dot!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 20px #d9b967bf!important}.stayx-system-connector b:nth-child(3){animation-delay:.36s!important}.stayx-system-connector b:nth-child(4){animation-delay:.72s!important}.stayx-system-map-group:before{animation:2.4s ease-in-out infinite stayx-system-mobile-node-pulse!important}.stayx-system-map-group:nth-child(2):before{animation-delay:.35s!important}.stayx-system-map-group:nth-child(3):before{animation-delay:.7s!important}}@keyframes stayx-system-mobile-flow-dot{0%{opacity:0;transform:translate(-50%)scale(.55)}26%{opacity:1}to{opacity:0;transform:translate(-50%,38px)scale(1)}}@keyframes stayx-system-mobile-node-pulse{0%,to{opacity:.65;transform:scale(.9);box-shadow:0 0 18px #d9b96759}50%{opacity:1;transform:scale(1.08);box-shadow:0 0 30px #d9b967bf}}@media (max-width:700px){.stayx-system-map-grid{padding-inline-start:30px!important;position:relative!important;overflow:visible!important}.stayx-system-map-grid:before{content:""!important;top:16px!important;bottom:18px!important;opacity:1!important;background:linear-gradient(#d9b9672e,#d9b967,#006efff2,#d9b967,#d9b9672e) 0 0/100% 240%!important;border-radius:999px!important;width:4px!important;animation:2.1s linear infinite stayx-mobile-rail-energy!important;position:absolute!important;inset-inline-start:8px!important;box-shadow:0 0 14px #d9b967a6,0 0 34px #006eff61!important}.stayx-system-map-grid:after{content:""!important;inset-inline-start:3px!important;filter:blur(.2px)!important;opacity:.95!important;pointer-events:none!important;background:radial-gradient(circle,#fffffff2,#d9b967d9 20%,#006eff59 52%,#0000 72%)!important;border-radius:999px!important;width:14px!important;height:92px!important;animation:3.2s ease-in-out infinite stayx-mobile-energy-orb!important;position:absolute!important;top:0!important}.stayx-system-map-group{padding-bottom:16px!important;position:relative!important}.stayx-system-map-group:not(:first-child){margin-top:0!important}.stayx-system-map-group:before{content:""!important;top:28px!important;background:radial-gradient(circle, #fff 0 13%, var(--gold) 14% 62%, #006effa6 63% 100%)!important;z-index:5!important;border-radius:999px!important;width:17px!important;height:17px!important;animation:2.2s ease-in-out infinite stayx-mobile-node-energy!important;position:absolute!important;inset-inline-start:-28px!important;box-shadow:0 0 0 5px #d9b9671f,0 0 24px #d9b967e6,0 0 44px #006eff73!important}.stayx-system-map-group:nth-child(2):before{animation-delay:.35s!important}.stayx-system-map-group:nth-child(3):before{animation-delay:.7s!important}.stayx-system-map-group:after{content:""!important;top:36px!important;background:linear-gradient(90deg, var(--gold), #006effe6, transparent)!important;z-index:4!important;border-radius:999px!important;width:26px!important;height:2px!important;animation:1.8s ease-in-out infinite stayx-mobile-cable-flash!important;position:absolute!important;inset-inline-start:-12px!important;box-shadow:0 0 16px #d9b9678c!important}.arabic .stayx-system-map-group:after{background:linear-gradient(270deg, var(--gold), #006effe6, transparent)!important}.stayx-system-connector{display:none!important}.stayx-system-map-column{border-color:#d9b9672e!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff0f,0 18px 52px #00000042,0 0 42px #006eff14!important}.stayx-system-map-column:before{content:""!important;pointer-events:none!important;background:linear-gradient(110deg,#0000 0%,#d9b96714 42%,#0000 68%)!important;animation:4.2s ease-in-out infinite stayx-mobile-card-sheen!important;position:absolute!important;inset:0!important;transform:translate(-140%)!important}.stayx-system-map-group:nth-child(2) .stayx-system-map-column:before{animation-delay:.7s!important}.stayx-system-map-group:nth-child(3) .stayx-system-map-column:before{animation-delay:1.4s!important}.stayx-system-node{border-color:#d9b96729!important;box-shadow:inset 0 1px #ffffff0d!important}.stayx-system-node i{animation:1.9s ease-in-out infinite stayx-mobile-chip-dot!important}.stayx-system-node:nth-child(2) i{animation-delay:.25s!important}.stayx-system-node:nth-child(3) i{animation-delay:.5s!important}.stayx-system-node:nth-child(4) i{animation-delay:.75s!important}.stayx-system-node:nth-child(5) i{animation-delay:1s!important}}@keyframes stayx-mobile-rail-energy{0%{filter:brightness();background-position:0 0}50%{filter:brightness(1.35);background-position:0 100%}to{filter:brightness();background-position:0 240%}}@keyframes stayx-mobile-energy-orb{0%{opacity:0;transform:translateY(0)scale(.75)}12%{opacity:1}50%{opacity:.95}to{opacity:0;transform:translateY(520px)scale(1.08)}}@keyframes stayx-mobile-node-energy{0%,to{filter:brightness();transform:scale(.88)}50%{filter:brightness(1.4);transform:scale(1.18)}}@keyframes stayx-mobile-cable-flash{0%,to{opacity:.35;transform:scaleX(.55)}50%{opacity:1;transform:scaleX(1)}}@keyframes stayx-mobile-card-sheen{0%,48%{transform:translate(-140%)}74%,to{transform:translate(140%)}}@keyframes stayx-mobile-chip-dot{0%,to{opacity:.55;transform:scale(.8);box-shadow:0 0 8px #d9b96759}50%{opacity:1;transform:scale(1.25);box-shadow:0 0 16px #d9b967e6}}.case-stayx .case-hero{border:1px solid #ffffff1f;border-radius:34px;align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden;box-shadow:0 34px 130px #0000006b;background:linear-gradient(90deg, #02050c2e 0%, #02050c0a 58%, #02050c1a 100%), linear-gradient(180deg, #02050c00 0%, #02050c2e 76%, var(--bg) 100%), url(/stayx-hero-clean.png) center / cover no-repeat!important;margin-top:28px!important;padding:0!important}.case-stayx .case-hero:before,.case-stayx .case-hero:after{content:none!important;display:none!important}.case-stayx .case-hero>div{z-index:2;-webkit-backdrop-filter:blur(20px)saturate(1.08);backdrop-filter:blur(20px)saturate(1.08);background:#030710d6;border:1px solid #ffffff29;border-radius:24px;max-width:560px;margin:0 0 0 44px;padding:24px 26px;position:relative;box-shadow:inset 0 1px #ffffff14,0 28px 90px #0000006b}.arabic.case-stayx .case-hero>div{text-align:right;margin-left:0;margin-right:44px}.case-stayx .case-hero .case-label{color:var(--gold)}.case-stayx .case-hero h1{color:#fff;letter-spacing:-.045em;max-width:520px;font-size:clamp(42px,4.4vw,72px);line-height:1.02}.case-stayx .case-hero p{color:#ffffffc7;max-width:500px;font-size:17px;line-height:1.55}.case-stayx .case-actions{margin-top:22px}.case-stayx .case-actions .btn.primary{background:var(--gold);color:#111}@media (max-width:900px){.case-stayx .case-hero{border-radius:28px;align-items:flex-end;min-height:660px;background-position:top!important;margin-top:22px!important}.case-stayx .case-hero>div,.arabic.case-stayx .case-hero>div{border-radius:20px;width:calc(100% - 36px);max-width:none;margin:0 18px 22px;padding:18px}.case-stayx .case-hero h1{font-size:38px;line-height:1.04}.case-stayx .case-hero p{font-size:15px}}@media (max-width:520px){.case-stayx .case-hero{min-height:620px;margin-top:20px!important}.case-stayx .case-hero>div,.arabic.case-stayx .case-hero>div{width:calc(100% - 28px);margin:0 14px 18px;padding:16px}.case-stayx .case-hero h1{font-size:34px}.case-stayx .case-actions .btn{padding:12px 14px}}.case-stayx .stayx-hero-logo-wrap{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0307108a;border:1px solid #ffffff1f;border-radius:20px;justify-content:center;align-items:center;min-width:132px;min-height:56px;padding:10px 14px;display:flex;position:absolute;top:44px;left:44px;box-shadow:inset 0 1px #ffffff0f,0 18px 42px #00000047}.case-stayx .stayx-hero-logo-wrap img{object-fit:contain;filter:drop-shadow(0 10px 22px #00000059);width:128px;max-height:46px;display:block}.arabic.case-stayx .stayx-hero-logo-wrap{left:auto;right:44px}.stayx-brand-lockup{margin-bottom:28px}.stayx-section-logo{object-fit:contain;filter:drop-shadow(0 16px 28px #00000059);width:170px;max-height:72px;display:block}@media (max-width:900px){.case-stayx .stayx-hero-logo-wrap,.arabic.case-stayx .stayx-hero-logo-wrap{border-radius:18px;min-width:112px;min-height:48px;padding:8px 12px;top:24px;left:24px;right:auto}.case-stayx .stayx-hero-logo-wrap img{width:108px;max-height:40px}.stayx-section-logo{width:145px}}.case-stayx .stayx-operating-section,.case-stayx .stayx-challenges-section,.case-stayx .stayx-control-section,.case-stayx .stayx-journey-section,.case-stayx .stayx-bridge-section,.case-stayx .stayx-system-map-section{filter:none!important;will-change:auto!important;backface-visibility:visible!important;animation:none!important;transform:none!important}.case-stayx .stayx-operating-section *,.case-stayx .stayx-challenges-section *,.case-stayx .stayx-control-section *,.case-stayx .stayx-journey-section *,.case-stayx .stayx-bridge-section *,.case-stayx .stayx-system-map-section *{scroll-behavior:auto}.case-stayx .stayx-focus-panel,.case-stayx .stayx-focus-panel *,.case-stayx .stayx-focus-active,.case-stayx .stayx-focus-active *{filter:none!important;transition-property:color,background-color,border-color,box-shadow,opacity!important;animation:none!important;transform:none!important}@media (min-width:901px){.arabic.case-stayx .stayx-operating-section .stayx-iphone{left:clamp(34px,4.6vw,78px)!important;right:auto!important;transform:translate(0)!important}.arabic.case-stayx .stayx-operating-section .stayx-laptop{left:-24px!important;right:auto!important}}@media (max-width:900px){.arabic.case-stayx .stayx-operating-section .stayx-iphone{left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media (min-width:901px){.arabic.case-stayx .case-hero{display:block!important;position:relative!important}.arabic.case-stayx .case-hero>div{text-align:right!important;max-width:560px!important;margin:0!important;position:absolute!important;top:50%!important;left:clamp(42px,5.2vw,82px)!important;right:auto!important;transform:translateY(-50%)!important}}@media (max-width:900px){.arabic.case-stayx .case-hero{display:flex!important}.arabic.case-stayx .case-hero>div{max-width:none!important;margin:0 18px 22px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.arabic.case-stayx .stayx-operating-section .stayx-iphone{left:6px!important;right:auto!important;transform:none!important}}@media (max-width:520px){.arabic.case-stayx .stayx-operating-section .stayx-iphone{left:-4px!important;right:auto!important;transform:none!important}}@media (max-width:900px){.case-stayx .stayx-system-map-section .stayx-system-map-grid{flex-direction:column!important;gap:0!important;display:flex!important;position:relative!important}.case-stayx .stayx-system-map-section .stayx-system-map-group{z-index:2!important;margin-top:0!important;position:relative!important}.case-stayx .stayx-system-map-section .stayx-system-map-group+.stayx-system-map-group{margin-top:34px!important}.case-stayx .stayx-system-map-section .stayx-system-map-column{z-index:4!important;position:relative!important}.case-stayx .stayx-system-map-section .stayx-system-map-grid:before,.case-stayx .stayx-system-map-section .stayx-system-map-grid:after{z-index:0!important;pointer-events:none!important}.case-stayx .stayx-system-map-section .stayx-system-map-group:before,.case-stayx .stayx-system-map-section .stayx-system-map-group:after,.case-stayx .stayx-system-map-section .stayx-system-connector{z-index:1!important;pointer-events:none!important}.case-stayx .stayx-system-map-section .stayx-system-node{min-height:unset!important;margin:0!important}}@media (max-width:520px){.case-stayx .stayx-system-map-section .stayx-system-map-group+.stayx-system-map-group{margin-top:38px!important}}.case-stayx .stayx-classic-step-mark{background:radial-gradient(circle at 50% 0,#d9b9673d,#0000 54%),#ffffff0e!important;border:1px solid #d9b96738!important;border-radius:20px!important;grid-template-rows:1fr auto!important;place-items:center!important;gap:1px!important;width:62px!important;min-width:62px!important;height:62px!important;padding:8px 0 7px!important;display:grid!important;box-shadow:inset 0 1px #ffffff14,0 12px 32px #00000038!important}.case-stayx .stayx-classic-step-icon{color:var(--gold)!important;place-items:center!important;line-height:0!important;display:grid!important}.case-stayx .stayx-classic-step-icon svg{stroke:currentColor!important;stroke-width:1.85px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:24px!important;height:24px!important}.case-stayx .stayx-classic-step-number{color:#ffffff9e!important;letter-spacing:.08em!important;font-size:10px!important;font-weight:900!important;line-height:1!important}@media (max-width:900px){.case-stayx .stayx-classic-step-mark{border-radius:18px!important;width:56px!important;min-width:56px!important;height:56px!important}.case-stayx .stayx-classic-step-icon svg{width:21px!important;height:21px!important}}.case-helios{--helios-gold:#e0bd64;--helios-gold-strong:#f4d980;--helios-green:#123727;--helios-blue:#071a2d;--helios-ink:#080b0d}.case-helios .case-hero{background:radial-gradient(circle at 76% 18%,#e0bd6438,#0000 30%),radial-gradient(circle at 18% 82%,#1f68483d,#0000 34%),linear-gradient(135deg,#081216f2,#03080df5),url(/projects/helios/images/images__home__hero.jpg) 50%/cover no-repeat;border-radius:0 0 34px 34px;min-height:76vh;position:relative;overflow:hidden}.case-helios .case-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#000000b8,#00000038),radial-gradient(circle at 68% 36%,#e0bd6424,#0000 34%);position:absolute;inset:0}.case-helios .case-hero>div{z-index:1;max-width:780px;position:relative}.case-helios .case-label{color:var(--helios-gold-strong)}.helios-flagship-section{padding:clamp(74px,8vw,120px) 0;position:relative;overflow:hidden}.helios-orbit{filter:blur(.2px);opacity:.72;pointer-events:none;background:radial-gradient(circle,#e0bd642e,#0000 60%),conic-gradient(from 180deg,#0000,#e0bd6447,#0000);border-radius:999px;width:460px;height:460px;position:absolute;top:60px;right:-120px}.arabic .helios-orbit{left:-120px;right:auto}.helios-flagship-copy{z-index:2;max-width:870px;margin-bottom:42px;position:relative}.helios-flagship-copy span,.helios-ops-copy span{color:var(--helios-gold-strong);letter-spacing:.24em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:950;display:inline-flex}.helios-flagship-copy h2,.helios-ops-copy h2{letter-spacing:-.06em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(42px,6vw,86px);line-height:.94}.arabic .helios-flagship-copy h2,.arabic .helios-ops-copy h2{letter-spacing:-.04em;font-family:Tajawal,Manrope,sans-serif}.helios-flagship-copy p,.helios-ops-copy p{color:var(--muted);max-width:780px;margin:22px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.75}.helios-flagship-visual{background:#ffffff0a;border:1px solid #e0bd642e;border-radius:36px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 34px 100px #00000061}.helios-flagship-visual img{object-fit:cover;filter:saturate(1.04)contrast(1.04);width:100%;height:100%;min-height:520px;display:block}.helios-flagship-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#0000009e),radial-gradient(circle at 28% 25%,#e0bd642e,#0000 28%);position:absolute;inset:0}.helios-live-card{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080c0eb8;border:1px solid #ffffff26;border-radius:24px;width:min(380px,100% - 60px);padding:22px;position:absolute;bottom:30px;left:30px;box-shadow:0 20px 70px #00000061}.arabic .helios-live-card{text-align:right;left:auto;right:30px}.helios-live-card strong{color:var(--helios-gold-strong);margin-bottom:6px;font-size:24px;display:block}.helios-live-card span{color:#ffffffc2;line-height:1.5}.helios-layer-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.helios-layer-card,.helios-journey-step,.helios-ops-cards article{background:linear-gradient(#ffffff12,#ffffff06);border:1px solid #ffffff1b;border-radius:26px;padding:24px;box-shadow:0 18px 60px #00000038}.helios-layer-card span,.helios-journey-step>div{min-width:46px;height:38px;color:var(--helios-gold-strong);background:#e0bd6424;border-radius:999px;place-items:center;margin-bottom:26px;padding:0 14px;font-weight:950;display:inline-grid}.helios-layer-card h3,.helios-journey-step h3,.helios-ops-cards h3{margin:0 0 10px;font-size:25px}.helios-layer-card p,.helios-journey-step p,.helios-ops-cards p{color:var(--muted);margin:0;line-height:1.65}.helios-journey-system,.helios-ops-system,.helios-gallery-proof{position:relative}.helios-journey-board{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.helios-journey-step{flex-direction:column;justify-content:space-between;min-height:230px;display:flex}.helios-journey-step h3{color:var(--text)}.helios-ops-system{grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px;padding:clamp(74px,8vw,118px) 0;display:grid}.helios-ops-copy{max-width:640px}.helios-ops-layout{grid-template-columns:280px 1fr;align-items:center;gap:22px;display:grid}.helios-phone-mock{background:radial-gradient(circle at 50% 0,#e0bd6429,#0000 30%),linear-gradient(#112b4d,#061226);border:9px solid #ffffff1a;border-radius:42px;min-height:520px;padding:34px 22px 22px;transform:rotate(-3deg);box-shadow:0 36px 90px #00000075,inset 0 1px #ffffff1f}.arabic .helios-phone-mock{transform:rotate(3deg)}.helios-phone-island{background:#030508;border-radius:999px;width:82px;height:22px;margin:0 auto 28px}.helios-phone-mock>strong{text-align:center;color:#fff;margin-bottom:28px;font-size:22px;display:block}.helios-phone-row{background:#ffffff0e;border:1px solid #ffffff1f;border-radius:18px;justify-content:space-between;gap:16px;margin-bottom:12px;padding:15px;display:flex}.helios-phone-row span{color:#ffffffa8;text-transform:uppercase;font-size:12px;font-weight:900}.helios-phone-row b{color:var(--helios-gold-strong)}.helios-phone-total{text-align:center;background:var(--helios-gold);color:#16110a;border-radius:16px;margin-top:26px;padding:16px;font-weight:950}.helios-ops-cards{gap:14px;display:grid}.helios-gallery-grid{grid-template-columns:1.15fr .85fr 1fr;grid-auto-rows:220px;gap:14px;display:grid}.helios-gallery-grid figure{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:26px;margin:0;overflow:hidden;box-shadow:0 18px 50px #0000003d}.helios-gallery-grid figure:first-child{grid-row:span 2}.helios-gallery-grid figure:nth-child(4){grid-column:span 2}.helios-gallery-grid img{object-fit:cover;filter:saturate(1.04)contrast(1.03);width:100%;height:100%;display:block}@media (max-width:1050px){.helios-layer-grid,.helios-journey-board,.helios-ops-system,.helios-ops-layout{grid-template-columns:1fr}.helios-journey-board{gap:14px}.helios-journey-step{min-height:auto}.helios-phone-mock{max-width:330px;margin:0 auto}.helios-gallery-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.case-helios .case-hero{border-radius:0 0 24px 24px;min-height:68vh}.helios-flagship-visual,.helios-flagship-visual img{min-height:360px}.helios-live-card{width:auto;bottom:16px;left:16px;right:16px}.arabic .helios-live-card{left:16px;right:16px}.helios-layer-card,.helios-journey-step,.helios-ops-cards article{border-radius:22px;padding:20px}.helios-gallery-grid{grid-template-columns:1fr;grid-auto-rows:230px}.helios-gallery-grid figure:first-child,.helios-gallery-grid figure:nth-child(4){grid-area:auto}}.case-helios .case-hero{background:radial-gradient(circle at 76% 18%,#e0bd6429,#0000 30%),radial-gradient(circle at 20% 82%,#1f684829,#0000 34%),linear-gradient(90deg,#0000007a,#0000001f 58%,#00000038),url(/projects/helios/images/images__home__hero.jpg) 50%/cover no-repeat!important;padding-inline:clamp(32px,5vw,78px)!important}.case-helios .case-hero:before{background:linear-gradient(90deg,#00000070,#00000014 62%,#0000002e),radial-gradient(circle at 70% 35%,#e0bd641a,#0000 34%)!important}.case-helios .case-hero>div{max-width:820px!important;padding-inline:clamp(8px,1.8vw,24px)!important}.case-helios .case-hero h1{text-shadow:0 18px 60px #0000008c!important}.case-helios .case-hero p{color:#f4efe6c7!important;max-width:760px!important}@media (max-width:720px){.case-helios .case-hero{padding-inline:22px!important}.case-helios .case-hero>div{padding-inline:0!important}}.case-helios .helios-flagship-visual{isolation:isolate!important;background:#050505!important;position:relative!important}.case-helios .helios-flagship-visual img{transform-origin:50%!important;transform:scale(1.018)!important}.case-helios .helios-flagship-visual:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000002e,#0000 22% 72%,#00000061),linear-gradient(#00000024,#0000 26%,#00000052);position:absolute;inset:0}.case-helios .helios-flagship-visual:after{z-index:2!important}.case-helios .helios-live-card{z-index:4!important}.case-helios .helios-card-top{justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:24px!important;display:flex!important}.case-helios .helios-layer-card .helios-card-top>span:first-child{margin:0!important}.case-helios .helios-card-icon{width:48px!important;height:48px!important;color:var(--helios-gold-strong)!important;background:radial-gradient(circle at 50% 0,#f4d9803d,#0000 60%),#ffffff0e!important;border:1px solid #e0bd6438!important;border-radius:16px!important;place-items:center!important;margin:0!important;padding:0!important;display:grid!important;box-shadow:inset 0 1px #ffffff14!important}.case-helios .helios-card-icon svg,.case-helios .helios-journey-icon svg{stroke:currentColor!important;stroke-width:1.85px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:24px!important;height:24px!important}.case-helios .helios-journey-mark{width:62px!important;height:62px!important;color:var(--helios-gold-strong)!important;background:radial-gradient(circle at 50% 0,#f4d9803d,#0000 60%),#e0bd641f!important;border:1px solid #e0bd643d!important;border-radius:20px!important;grid-template-rows:1fr auto!important;place-items:center!important;gap:2px!important;margin-bottom:24px!important;padding:8px 0 7px!important;display:grid!important;box-shadow:inset 0 1px #ffffff1a,0 14px 36px #0000003d!important}.case-helios .helios-journey-icon{place-items:center!important;line-height:0!important;display:grid!important}.case-helios .helios-journey-number{color:#ffffffa3!important;letter-spacing:.08em!important;font-size:10px!important;font-weight:950!important;line-height:1!important}.case-helios .helios-journey-step{position:relative!important;overflow:hidden!important}.case-helios .helios-journey-step:after,.case-helios .helios-layer-card:after,.case-helios .helios-ops-cards article:after{content:"";border-radius:inherit;opacity:.52;pointer-events:none;background:radial-gradient(circle at 20% 0,#e0bd641f,#0000 38%),radial-gradient(circle at 100% 100%,#2268481f,#0000 36%);position:absolute;inset:-1px}.case-helios .helios-layer-card,.case-helios .helios-ops-cards article{position:relative!important;overflow:hidden!important}@media (prefers-reduced-motion:no-preference){.case-helios .helios-orbit{animation:16s ease-in-out infinite alternate helios-orbit-breathe}.case-helios .helios-flagship-visual img{animation:18s ease-in-out infinite alternate helios-image-breathe}.case-helios .helios-live-card{animation:7s ease-in-out infinite helios-soft-float}.case-helios .helios-layer-card:first-child,.case-helios .helios-journey-step:first-child,.case-helios .helios-ops-cards article:first-child{animation:8s ease-in-out infinite helios-card-breathe}.case-helios .helios-layer-card:nth-child(2),.case-helios .helios-journey-step:nth-child(3),.case-helios .helios-ops-cards article:nth-child(2){animation:9s ease-in-out .8s infinite helios-card-breathe}.case-helios .helios-layer-card:nth-child(3),.case-helios .helios-journey-step:nth-child(5),.case-helios .helios-ops-cards article:nth-child(3){animation:10s ease-in-out 1.4s infinite helios-card-breathe}.case-helios .helios-phone-mock{animation:8s ease-in-out infinite helios-phone-idle}.case-helios .helios-phone-row b,.case-helios .helios-phone-total{animation:3.8s ease-in-out infinite helios-live-pulse}}@keyframes helios-orbit-breathe{0%{opacity:.56;transform:translate(0,0)scale(1)}to{opacity:.78;transform:translate(-18px,14px)scale(1.08)}}@keyframes helios-image-breathe{0%{filter:saturate(1.04)contrast(1.03)brightness();transform:scale(1.018)}to{filter:saturate(1.08)contrast(1.04)brightness(1.04);transform:scale(1.045)}}@keyframes helios-soft-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-8px)}}@keyframes helios-card-breathe{0%,to{border-color:#ffffff1b;transform:translate(0,0)}50%{border-color:#e0bd643d;transform:translateY(-5px)}}@keyframes helios-phone-idle{0%,to{transform:rotate(-3deg)translate(0,0)}50%{transform:rotate(-2deg)translateY(-8px)}}.arabic .helios-phone-mock{animation-name:helios-phone-idle-ar!important}@keyframes helios-phone-idle-ar{0%,to{transform:rotate(3deg)translate(0,0)}50%{transform:rotate(2deg)translateY(-8px)}}@keyframes helios-live-pulse{0%,to{filter:brightness()}50%{filter:brightness(1.18)}}@media (max-width:720px){.case-helios .helios-card-icon{width:44px!important;height:44px!important}.case-helios .helios-journey-mark{border-radius:18px!important;width:56px!important;height:56px!important}.case-helios .helios-card-icon svg,.case-helios .helios-journey-icon svg{width:21px!important;height:21px!important}}.case-helios .nav{z-index:80!important}@media (min-width:901px){.case-helios .nav+.case-hero{background-position:50%!important;border-radius:34px!important;width:100%!important;max-width:none!important;min-height:70vh!important;margin:24px 0 0!important;padding:112px clamp(56px,7vw,118px) 92px!important;overflow:hidden!important;transform:none!important}.case-helios .case-hero:before{background:linear-gradient(90deg,#00000080,#00000029 62%,#00000038),radial-gradient(circle at 68% 36%,#e0bd641a,#0000 34%)!important}.case-helios .case-hero>div{max-width:820px!important;padding-inline:0!important}}@media (max-width:900px){.case-helios .nav+.case-hero{background-position:50%!important;border-radius:22px!important;width:100%!important;min-height:auto!important;margin-top:18px!important;padding:70px 20px 42px!important;transform:none!important}.case-helios .case-hero h1{margin:0 0 18px!important;font-size:clamp(50px,16vw,76px)!important;line-height:.88!important}.case-helios .case-hero p{max-width:96%!important;font-size:16px!important;line-height:1.5!important}.case-helios .case-actions{gap:10px!important;margin-top:22px!important}.case-helios .case-actions .btn{padding:12px 14px!important;font-size:13px!important}}@media (max-width:720px){.case-helios .helios-journey-system{padding-top:48px!important;padding-bottom:48px!important}.case-helios .helios-journey-system .section-head{gap:14px!important;margin-bottom:20px!important}.case-helios .helios-journey-system .section-head h2{font-size:clamp(32px,10vw,44px)!important;line-height:1!important}.case-helios .helios-journey-system .section-head p{font-size:15.5px!important;line-height:1.5!important}.case-helios .helios-journey-board{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.case-helios .helios-journey-step{border-radius:18px!important;justify-content:flex-start!important;gap:7px!important;min-height:118px!important;padding:13px!important}.case-helios .helios-journey-mark{border-radius:14px!important;width:42px!important;height:42px!important;margin-bottom:6px!important;padding:5px 0 4px!important}.case-helios .helios-journey-icon svg{width:17px!important;height:17px!important}.case-helios .helios-journey-number{font-size:8px!important}.case-helios .helios-journey-step h3{margin:0!important;font-size:18px!important;line-height:1.05!important}.case-helios .helios-journey-step p{margin:0!important;font-size:12.5px!important;line-height:1.35!important}.case-helios .helios-ops-system{padding:48px 0!important;display:block!important}.case-helios .helios-ops-copy{margin-bottom:18px!important}.case-helios .helios-ops-copy h2{font-size:clamp(34px,11vw,48px)!important;line-height:.98!important}.case-helios .helios-ops-copy p{margin-top:12px!important;font-size:15.5px!important;line-height:1.5!important}.case-helios .helios-ops-layout{display:block!important}.case-helios .helios-phone-mock{border-width:6px!important;border-radius:31px!important;width:min(245px,76vw)!important;max-width:245px!important;min-height:360px!important;margin:0 auto 16px!important;padding:24px 14px 15px!important}.case-helios .helios-phone-island{width:58px!important;height:15px!important;margin-bottom:18px!important}.case-helios .helios-phone-mock>strong{margin-bottom:16px!important;font-size:16px!important}.case-helios .helios-phone-row{border-radius:13px!important;margin-bottom:8px!important;padding:10px!important}.case-helios .helios-phone-row span{margin-bottom:4px!important;font-size:9px!important;display:block!important}.case-helios .helios-phone-row b{font-size:12px!important}.case-helios .helios-phone-total{margin-top:12px!important;padding:11px 8px!important;font-size:12px!important}.case-helios .helios-ops-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;display:grid!important}.case-helios .helios-ops-cards article{border-radius:16px!important;min-height:118px!important;padding:13px!important}.case-helios .helios-ops-cards h3{margin-bottom:6px!important;font-size:16px!important;line-height:1.05!important}.case-helios .helios-ops-cards p{-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:12px!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}}@media (max-width:390px){.case-helios .helios-phone-mock{width:min(230px,74vw)!important;min-height:340px!important}.case-helios .helios-ops-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.case-helios .helios-ops-cards article{padding:12px!important}.case-helios .helios-ops-cards p{-webkit-line-clamp:3!important}}@media (max-width:720px){.case-helios .helios-gallery-proof{padding-top:46px!important;padding-bottom:46px!important}.case-helios .helios-gallery-proof .section-head{margin-bottom:18px!important}.case-helios .helios-gallery-grid{grid-template-columns:1.15fr .85fr!important;grid-auto-rows:108px!important;gap:8px!important;display:grid!important}.case-helios .helios-gallery-grid figure{border-radius:16px!important}.case-helios .helios-gallery-grid figure:first-child{grid-area:span 2/1/auto/2!important}.case-helios .helios-gallery-grid figure:nth-child(2),.case-helios .helios-gallery-grid figure:nth-child(3){grid-area:span 1/2/auto/3!important}.case-helios .helios-gallery-grid figure:nth-child(4){grid-area:span 1/1/auto/3!important}.case-helios .helios-gallery-grid figure:nth-child(5),.case-helios .helios-gallery-grid figure:nth-child(6){grid-area:span 1!important}}.case-helios .helios-phone-mock{isolation:isolate!important;background:linear-gradient(#061327,#061226) padding-box padding-box,linear-gradient(145deg,#5f7485 0%,#18293c 18%,#7f95a4 36%,#0c1725 58%,#4e6272 82%,#9eacb5 100%) border-box!important;border:7px solid #0000!important;position:relative!important;box-shadow:0 34px 88px #0000007a,inset 0 0 0 1px #ffffff1a,inset 0 0 38px #ffffff09!important}.case-helios .helios-phone-mock:before{content:"";opacity:.95;z-index:-1;background:linear-gradient(#91a4b1,#263544 55%,#748798);border-radius:999px;width:4px;height:26px;position:absolute;top:88px;left:-10px;box-shadow:0 42px #516577,0 84px #516577}.case-helios .helios-phone-mock:after{content:"";opacity:.95;z-index:-1;background:linear-gradient(#91a4b1,#263544 55%,#748798);border-radius:999px;width:4px;height:58px;position:absolute;top:132px;right:-10px}.case-helios .helios-phone-island{background:linear-gradient(#010307,#05080c)!important;box-shadow:inset 0 1px 1px #ffffff0f,0 6px 14px #00000057!important}.case-helios .helios-phone-row{background:linear-gradient(#fff1,#ffffff08)!important;border-color:#ffffff1b!important}.case-helios .helios-phone-total{box-shadow:0 12px 28px #e0bd642e,inset 0 1px #ffffff52!important}@media (max-width:720px){.case-helios .helios-phone-mock{border-width:7px!important;border-radius:38px!important;width:min(210px,58vw)!important;max-width:210px!important;min-height:425px!important;margin:0 auto 18px!important;padding:27px 13px 16px!important}.case-helios .helios-phone-island{width:58px!important;height:16px!important;margin-bottom:22px!important}.case-helios .helios-phone-mock>strong{margin-bottom:20px!important;font-size:17px!important}.case-helios .helios-phone-row{border-radius:14px!important;margin-bottom:10px!important;padding:11px!important}.case-helios .helios-phone-row span{letter-spacing:.05em!important;font-size:9px!important}.case-helios .helios-phone-row b{font-size:12.5px!important}.case-helios .helios-phone-total{border-radius:14px!important;margin-top:18px!important;padding:12px 8px!important;font-size:12px!important}.case-helios .helios-phone-mock:before{width:3px;height:24px;top:88px;left:-9px;box-shadow:0 40px #516577,0 80px #516577}.case-helios .helios-phone-mock:after{width:3px;height:56px;top:138px;right:-9px}}@media (max-width:390px){.case-helios .helios-phone-mock{width:min(198px,56vw)!important;max-width:198px!important;min-height:405px!important}}.case-page.case-stayx,.case-page.case-helios{padding-bottom:130px!important}.case-floating-cta{z-index:120;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:radial-gradient(circle at 20% 0,#d9b9672e,#0000 38%),#080807d1;border:1px solid #d9b96738;border-radius:999px;justify-content:space-between;align-items:center;gap:18px;width:min(720px,100vw - 32px);padding:12px 12px 12px 18px;transition:opacity .32s,transform .32s,border-color .32s;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%,26px)scale(.98);box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff12}.case-floating-cta.visible{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.case-floating-cta:hover{border-color:#d9b9676b}.case-floating-cta>div{min-width:0}.case-floating-cta span{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:950;display:block}.case-floating-cta strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:1.1;display:block;overflow:hidden}.case-floating-cta a{background:var(--gold);color:#111;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:950;display:inline-flex;box-shadow:0 14px 34px #d9b9672e,inset 0 1px #ffffff47}.arabic .case-floating-cta{text-align:right;direction:rtl;padding:12px 18px 12px 12px}@media (max-width:720px){.case-page.case-stayx,.case-page.case-helios{padding-bottom:118px!important}.case-floating-cta{border-radius:22px;gap:10px;width:auto;padding:10px;bottom:12px;left:12px;right:12px;transform:translateY(24px)scale(.98)}.case-floating-cta.visible{transform:translate(0,0)scale(1)}.case-floating-cta span{letter-spacing:.14em;font-size:9px}.case-floating-cta strong{max-width:180px;font-size:13px}.case-floating-cta a{white-space:nowrap;min-height:42px;padding:0 14px;font-size:12.5px}}@media (max-width:390px){.case-floating-cta strong{display:none}.case-floating-cta span{margin-bottom:0}.case-floating-cta a{flex:1}}.case-helios .helios-hero-logo{object-fit:contain;filter:drop-shadow(0 18px 38px #0000006b)drop-shadow(0 0 22px #e0bd6429);width:clamp(96px,10vw,158px);height:auto;margin:0 0 18px;display:block}.case-helios .case-label{margin-top:0!important}.arabic.case-helios .helios-hero-logo{margin-left:auto;margin-right:0}@media (max-width:720px){.case-helios .helios-hero-logo{width:104px;margin-bottom:14px}}.case-helios .nav{z-index:150!important;margin-bottom:clamp(22px,2.8vw,36px)!important;position:sticky!important}.case-helios .nav+.case-hero{z-index:1!important;margin-top:0!important;position:relative!important;transform:none!important}@media (min-width:901px){.case-helios .nav{margin-bottom:34px!important}.case-helios .nav+.case-hero{margin-top:0!important}}@media (max-width:900px){.case-helios .nav{margin-bottom:22px!important}.case-helios .nav+.case-hero{margin-top:0!important}}@media (max-width:520px){.case-helios .nav{margin-bottom:24px!important}}.case-shooftix{--sx-gold:#dfbf6a;--sx-gold-strong:#f0d37d;--sx-panel:#fff1;--sx-panel-strong:#ffffff18;--sx-line:#dfbf6a2e;--sx-soft:#f4efe6b8}.case-shooftix .case-hero{border-radius:34px;min-height:76vh;position:relative;overflow:hidden;background:linear-gradient(90deg,#0b0908c7,#0b09085c 48%,#0b09082e),radial-gradient(circle at 72% 30%,#dfbf6a2e,#0000 30%),url(/projects/shooftix/shooftix-hero-theatre.png) 50%/cover no-repeat!important}.case-shooftix .case-hero:before{background:linear-gradient(90deg,#0000006b,#0000001f 64%,#0000001a),radial-gradient(circle at 68% 36%,#dfbf6a1a,#0000 34%)!important}.case-shooftix .case-hero>div{z-index:3;max-width:820px;position:relative}.case-shooftix .shooftix-hero-logo{object-fit:contain;filter:drop-shadow(0 18px 38px #00000070)drop-shadow(0 0 20px #dfbf6a2e);width:clamp(120px,13vw,190px);height:auto;margin:0 0 18px;display:block}.case-shooftix .case-label{color:var(--sx-gold-strong)}.case-shooftix .case-hero p{color:#f4efe6d1}.shooftix-system-section,.shooftix-scanner-section,.shooftix-backend-section,.shooftix-visual-break{position:relative;border-bottom-color:#dfbf6a24!important}.shooftix-flow-layout{grid-template-columns:.82fr 1.18fr;align-items:start;gap:24px;display:grid}.shooftix-flow-copy{border:1px solid var(--sx-line);background:radial-gradient(circle at 18% 0%, #dfbf6a29, transparent 44%), var(--sx-panel);border-radius:28px;padding:26px;position:sticky;top:120px}.shooftix-flow-copy span,.shooftix-scanner-copy span,.shooftix-backend-copy span,.shooftix-visual-copy span{color:var(--sx-gold-strong);letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:950;display:inline-flex}.shooftix-flow-copy p,.shooftix-scanner-copy p,.shooftix-backend-copy p,.shooftix-visual-copy p{color:var(--muted);margin:0;font-size:18px;line-height:1.7}.shooftix-flow-steps{gap:12px;display:grid}.shooftix-flow-step{background:linear-gradient(#ffffff13,#ffffff09);border:1px solid #ffffff1c;border-radius:22px;overflow:hidden;box-shadow:0 18px 60px #0000002e}.shooftix-flow-step summary{cursor:pointer;grid-template-columns:48px 1fr;align-items:center;gap:14px;padding:18px;list-style:none;display:grid}.shooftix-flow-step summary::-webkit-details-marker{display:none}.shooftix-flow-step summary span{width:46px;height:46px;color:var(--sx-gold-strong);background:radial-gradient(circle at 50% 0,#dfbf6a3d,#0000 60%),#dfbf6a1c;border:1px solid #dfbf6a38;border-radius:16px;place-items:center;font-weight:950;display:grid}.shooftix-flow-step summary strong{font-size:22px}.shooftix-flow-step p{color:var(--muted);margin:0;padding:0 18px 18px 80px;line-height:1.6}.arabic .shooftix-flow-step p{padding:0 80px 18px 18px}.shooftix-scanner-section{grid-template-columns:.82fr 1.18fr;align-items:center;gap:36px;display:grid}.shooftix-scanner-copy h2,.shooftix-backend-copy h2,.shooftix-visual-copy h2{letter-spacing:-.055em;margin:0 0 20px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(42px,5.4vw,78px);line-height:.96}.arabic .shooftix-scanner-copy h2,.arabic .shooftix-backend-copy h2,.arabic .shooftix-visual-copy h2{letter-spacing:-.04em;font-family:Tajawal,Manrope,sans-serif}.shooftix-scanner-stage{border:1px solid var(--sx-line);background:radial-gradient(circle at 70%,#dfbf6a33,#0000 24%),radial-gradient(circle at 30% 20%,#ffffff17,#0000 28%),linear-gradient(135deg,#ffffff14,#ffffff06),url(/projects/shooftix/shooftix-ticketing-flow.png) 50%/cover no-repeat;border-radius:34px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000004d}.shooftix-scanner-stage:before{content:"";pointer-events:none;background:linear-gradient(90deg,#00000057,#0000000f),radial-gradient(circle at 66% 52%,#dfbf6a26,#0000 26%);position:absolute;inset:0}.shooftix-ticket-card{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090908c7;border:1px solid #dfbf6a47;border-radius:24px;width:min(310px,38%);padding:24px;position:absolute;bottom:11%;left:8%;box-shadow:0 24px 80px #00000070}.shooftix-ticket-card>span{color:var(--sx-gold-strong);letter-spacing:.22em;font-size:11px;font-weight:950}.shooftix-ticket-card h3{margin:12px 0 18px;font-size:30px}.shooftix-ticket-meta{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:18px;display:grid}.shooftix-ticket-meta div{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:13px;padding:10px}.shooftix-ticket-meta small{color:var(--muted);margin-bottom:4px;font-size:9px;font-weight:900;display:block}.shooftix-ticket-meta strong{color:var(--text);font-size:16px}.shooftix-qr{background:#f3efe5;border-radius:14px;grid-template-columns:repeat(8,1fr);gap:3px;width:112px;height:112px;padding:8px;display:grid}.shooftix-qr i{background:0 0;border-radius:2px}.shooftix-qr i.active{background:#111}.shooftix-scanner-device{z-index:3;text-align:center;background:linear-gradient(#ffffff1f,#ffffff09),#080807e0;border:1px solid #dfbf6a38;border-radius:34px;place-items:center;width:170px;height:250px;padding:22px;display:grid;position:absolute;top:28%;right:8%;box-shadow:0 30px 90px #0000007a,inset 0 1px #ffffff1a}.shooftix-scanner-lens{background:radial-gradient(circle,#dfbf6a52,#0000 48%),#050505;border:1px solid #dfbf6a38;border-radius:18px;width:74px;height:48px;box-shadow:0 0 30px #dfbf6a2e}.shooftix-scanner-device strong{color:var(--sx-gold-strong);font-size:24px}.shooftix-scanner-device span{color:var(--muted);font-size:13px}.shooftix-scan-beam{z-index:2;pointer-events:none;filter:blur(1px);opacity:.82;background:linear-gradient(90deg,#dfbf6a00,#dfbf6a61,#dfbf6a00);width:36%;height:90px;animation:2.8s ease-in-out infinite shooftix-scan;position:absolute;top:41%;right:21%;transform:rotate(-7deg)}.shooftix-backend-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:28px;display:grid}.shooftix-seat-panel{border:1px solid var(--sx-line);background:radial-gradient(circle at 50% 0,#dfbf6a26,#0000 42%),linear-gradient(#ffffff14,#ffffff08);border-radius:34px;padding:26px;box-shadow:0 28px 80px #0000003d}.shooftix-seat-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.shooftix-seat-head span{color:var(--text);font-size:22px;font-weight:950}.shooftix-seat-head strong{color:#a8f5c9;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.shooftix-stage-label{text-align:center;color:#f4efe6a8;letter-spacing:.22em;border:1px solid #ffffff1c;border-radius:999px;width:70%;margin:0 auto 24px;padding:10px;font-size:12px;font-weight:950}.shooftix-seat-map{grid-template-columns:repeat(12,1fr);gap:10px;display:grid}.shooftix-seat-map i{aspect-ratio:1;background:#ffffff29;border-radius:999px;box-shadow:inset 0 1px #ffffff1f}.shooftix-seat-map i.reserved{background:#ffffff0e}.shooftix-seat-map i.selected{background:var(--sx-gold);box-shadow:0 0 0 4px #dfbf6a1f,0 0 24px #dfbf6a42}.shooftix-backend-cards{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;display:grid}.shooftix-backend-cards article{background:var(--sx-panel);border:1px solid #ffffff1b;border-radius:22px;padding:20px}.shooftix-backend-cards h3{margin:0 0 8px;font-size:20px}.shooftix-backend-cards p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.shooftix-visual-break{grid-template-columns:.72fr 1.28fr;align-items:center;gap:28px;display:grid}.shooftix-visual-break figure{border:1px solid var(--sx-line);border-radius:34px;margin:0;overflow:hidden;box-shadow:0 30px 90px #00000052}.shooftix-visual-break img{object-fit:cover;filter:saturate(1.03)contrast(1.03)brightness(1.08);width:100%;min-height:420px;display:block}@media (prefers-reduced-motion:no-preference){.shooftix-ticket-card{animation:6.5s ease-in-out infinite shooftix-float}.shooftix-scanner-device{animation:7s ease-in-out infinite shooftix-device-idle}.shooftix-seat-map i.selected{animation:2.6s ease-in-out infinite shooftix-seat-pulse}.shooftix-flow-step[open]{animation:5.5s ease-in-out infinite shooftix-card-breathe}}@keyframes shooftix-scan{0%,to{opacity:.34;transform:translateY(-18px)rotate(-7deg)}50%{opacity:.9;transform:translate(-56px,26px)rotate(-7deg)}}@keyframes shooftix-float{0%,to{transform:translate(0,0)rotate(-2deg)}50%{transform:translateY(-9px)rotate(-1deg)}}@keyframes shooftix-device-idle{0%,to{transform:translate(0,0)rotate(2deg)}50%{transform:translateY(-8px)rotate(1deg)}}@keyframes shooftix-seat-pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.12)}}@keyframes shooftix-card-breathe{0%,to{border-color:#ffffff1c}50%{border-color:#dfbf6a52}}@media (max-width:900px){.case-shooftix .case-hero{border-radius:24px;min-height:auto;padding:72px 20px 44px}.case-shooftix .case-hero h1{font-size:clamp(48px,15vw,78px);line-height:.9}.case-shooftix .case-hero p{font-size:16px;line-height:1.5}.case-shooftix .shooftix-hero-logo{width:118px;margin-bottom:14px}.shooftix-flow-layout,.shooftix-scanner-section,.shooftix-backend-grid,.shooftix-visual-break{grid-template-columns:1fr;gap:18px}.shooftix-flow-copy{border-radius:20px;padding:18px;position:relative;top:auto}.shooftix-flow-copy p,.shooftix-scanner-copy p,.shooftix-backend-copy p,.shooftix-visual-copy p{font-size:15.5px;line-height:1.5}.shooftix-scanner-copy h2,.shooftix-backend-copy h2,.shooftix-visual-copy h2{font-size:clamp(34px,11vw,48px);line-height:.98}.shooftix-flow-steps{gap:8px}.shooftix-flow-step{border-radius:16px}.shooftix-flow-step summary{grid-template-columns:38px 1fr;gap:10px;padding:12px}.shooftix-flow-step summary span{border-radius:12px;width:36px;height:36px;font-size:12px}.shooftix-flow-step summary strong{font-size:17px}.shooftix-flow-step p{padding:0 12px 12px 60px;font-size:13px;line-height:1.4}.arabic .shooftix-flow-step p{padding:0 60px 12px 12px}.shooftix-scanner-stage{border-radius:24px;min-height:430px}.shooftix-ticket-card{border-radius:18px;width:190px;padding:16px;bottom:16px;left:16px}.shooftix-ticket-card h3{margin:9px 0 12px;font-size:21px}.shooftix-ticket-meta{gap:6px;margin-bottom:12px}.shooftix-ticket-meta div{border-radius:10px;padding:7px}.shooftix-ticket-meta strong{font-size:13px}.shooftix-qr{gap:2px;width:82px;height:82px;padding:6px}.shooftix-scanner-device{border-radius:26px;width:118px;height:172px;padding:14px;top:36px;right:16px}.shooftix-scanner-lens{border-radius:14px;width:54px;height:34px}.shooftix-scanner-device strong{font-size:17px}.shooftix-scanner-device span{font-size:11px}.shooftix-scan-beam{width:44%;height:64px;top:34%;right:25%}.shooftix-seat-panel{border-radius:22px;padding:18px}.shooftix-seat-map{gap:7px}.shooftix-backend-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.shooftix-backend-cards article{border-radius:16px;min-height:120px;padding:13px}.shooftix-backend-cards h3{margin-bottom:6px;font-size:16px}.shooftix-backend-cards p{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.shooftix-visual-break figure{border-radius:22px}.shooftix-visual-break img{min-height:260px}}@media (max-width:420px){.shooftix-scanner-stage{min-height:400px}.shooftix-ticket-card{width:178px}.shooftix-scanner-device{width:108px}.shooftix-backend-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.shooftix-visual-break img{min-height:220px}}.case-shooftix .nav{z-index:150!important;margin-bottom:34px!important}.case-shooftix .nav+.case-hero{z-index:1!important;margin-top:0!important;position:relative!important;overflow:hidden!important;transform:none!important}.case-shooftix .case-hero>div{max-width:900px!important;padding-inline:clamp(34px,5.4vw,92px)!important}.case-shooftix .case-hero h1{max-width:760px!important;margin-left:0!important}.case-shooftix .case-hero p{max-width:760px!important}@media (min-width:901px){.case-shooftix .nav{margin-bottom:38px!important}.case-shooftix .nav+.case-hero{border-radius:34px!important;padding-top:116px!important;padding-bottom:92px!important}}@media (max-width:900px){.case-shooftix .nav{margin-bottom:24px!important}.case-shooftix .nav+.case-hero{border-radius:24px!important;margin-top:0!important;padding:68px 0 42px!important}.case-shooftix .case-hero>div{padding-inline:22px!important}.case-shooftix .case-hero h1{font-size:clamp(48px,15vw,76px)!important;line-height:.9!important}.case-shooftix .case-hero p{font-size:16px!important;line-height:1.5!important}}@media (max-width:520px){.case-shooftix .nav{margin-bottom:26px!important}.case-shooftix .case-hero>div{padding-inline:20px!important}}.case-shooftix .shooftix-flow-index{width:54px!important;height:54px!important;color:var(--sx-gold-strong)!important;background:radial-gradient(circle at 50% 0,#dfbf6a42,#0000 58%),#dfbf6a1c!important;border:1px solid #dfbf6a3d!important;border-radius:17px!important;grid-template-rows:1fr auto!important;place-items:center!important;gap:1px!important;padding:7px 0 6px!important;display:grid!important}.case-shooftix .shooftix-flow-index svg{stroke:currentColor!important;stroke-width:1.85px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:22px!important;height:22px!important}.case-shooftix .shooftix-flow-index em{color:#ffffff9e!important;letter-spacing:.08em!important;font-size:9px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}.case-shooftix .shooftix-flow-step summary{grid-template-columns:54px 1fr!important}.case-shooftix .shooftix-flow-step:not([open]) summary{padding-block:14px!important}.case-shooftix .shooftix-flow-step:not([open]){min-height:86px!important}@media (max-width:900px){.case-shooftix .shooftix-flow-index{border-radius:15px!important;width:46px!important;height:46px!important}.case-shooftix .shooftix-flow-index svg{width:19px!important;height:19px!important}.case-shooftix .shooftix-flow-step summary{grid-template-columns:46px 1fr!important;padding:11px!important}.case-shooftix .shooftix-flow-step summary strong{font-size:16px!important}.case-shooftix .shooftix-flow-step:not([open]){min-height:68px!important}}.case-motion-studios-egypt{--ms-gold:#f5cf3f;--ms-gold-soft:#d6aa2f;--ms-purple:#7d4dff;--ms-panel:#fff1;--ms-line:#f5cf3f2e;--ms-soft:#f4efe6b8}.case-motion-studios-egypt .case-hero{border-radius:34px;min-height:76vh;position:relative;overflow:hidden;background:linear-gradient(90deg,#07050bc2,#07050b52 48%,#07050b29),radial-gradient(circle at 74% 28%,#7d4dff3d,#0000 31%),radial-gradient(circle at 68% 62%,#f5cf3f29,#0000 34%),url(/projects/motion-studios-egypt/motion-studios-hero-performance.png) 50%/cover no-repeat!important}.case-motion-studios-egypt .case-hero:before{background:linear-gradient(90deg,#00000080,#00000021 64%,#00000014),radial-gradient(circle at 70% 42%,#7d4dff29,#0000 34%)!important}.case-motion-studios-egypt .case-hero>div{z-index:3;max-width:860px;position:relative;padding-inline:clamp(34px,5vw,84px)!important}.case-motion-studios-egypt .motion-studios-hero-logo{object-fit:contain;filter:drop-shadow(0 18px 34px #00000070)drop-shadow(0 0 22px #f5cf3f33);width:clamp(120px,12vw,170px);height:auto;margin:0 0 18px;display:block}.case-motion-studios-egypt .case-label{color:var(--ms-gold)}.case-motion-studios-egypt .case-hero p{color:#f4efe6d1}.motion-studios-system-section,.motion-studios-visual-section,.motion-studios-backend-section,.motion-studios-closing-visual{position:relative;border-bottom-color:#f5cf3f24!important}.motion-studios-pillar-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.motion-studios-pillar{background:radial-gradient(circle at 20% 0,#f5cf3f1f,#0000 42%),linear-gradient(#ffffff13,#ffffff08);border:1px solid #ffffff1a;border-radius:24px;overflow:hidden;box-shadow:0 18px 58px #00000038}.motion-studios-pillar summary{cursor:pointer;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:18px;list-style:none;display:grid}.motion-studios-pillar summary::-webkit-details-marker{display:none}.motion-studios-pillar summary span{color:#151006;background:var(--ms-gold);border-radius:16px;place-items:center;width:46px;height:46px;font-weight:950;display:grid}.motion-studios-pillar summary strong{font-size:20px;line-height:1.1}.motion-studios-pillar p{color:var(--muted);margin:0;padding:0 18px 18px;font-size:14px;line-height:1.55}.motion-studios-visual-section{grid-template-columns:.72fr 1.28fr;align-items:center;gap:30px;display:grid}.motion-studios-visual-copy span,.motion-studios-backend-copy span,.motion-studios-closing-visual span{color:var(--ms-gold);letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:950;display:inline-flex}.motion-studios-visual-copy h2,.motion-studios-backend-copy h2,.motion-studios-closing-visual h2{letter-spacing:-.055em;margin:0 0 18px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(42px,5.4vw,78px);line-height:.96}.arabic .motion-studios-visual-copy h2,.arabic .motion-studios-backend-copy h2,.arabic .motion-studios-closing-visual h2{letter-spacing:-.04em;font-family:Tajawal,Manrope,sans-serif}.motion-studios-visual-copy p,.motion-studios-backend-copy p,.motion-studios-closing-visual p{color:var(--muted);margin:0;font-size:18px;line-height:1.7}.motion-studios-visual-section figure,.motion-studios-closing-visual figure{border:1px solid var(--ms-line);border-radius:34px;margin:0;overflow:hidden;box-shadow:0 30px 90px #00000052}.motion-studios-visual-section img,.motion-studios-closing-visual img{object-fit:cover;filter:saturate(1.04)contrast(1.03)brightness(1.04);width:100%;min-height:430px;display:block}.motion-studios-backend-section{gap:26px;display:grid}.motion-studios-backend-copy{max-width:840px}.motion-studios-dashboard-stage{border:1px solid var(--ms-line);background:radial-gradient(circle at 82% 20%,#7d4dff2e,#0000 32%),radial-gradient(circle at 18% 0,#f5cf3f1f,#0000 36%),linear-gradient(#fff1,#ffffff06);border-radius:34px;padding:22px;box-shadow:0 28px 90px #0000004d}.motion-studios-dashboard{background:#05070db8;border:1px solid #ffffff1a;border-radius:26px;overflow:hidden;box-shadow:inset 0 1px #ffffff14}.motion-studios-dashboard-top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.motion-studios-dashboard-top span{color:var(--ms-gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:950}.motion-studios-dashboard-top strong{margin-top:4px;font-size:24px;display:block}.motion-studios-dashboard-top b{color:#9ff4c5;text-transform:uppercase;border:1px solid #9ff4c538;border-radius:999px;padding:9px 12px;font-size:12px}.motion-studios-dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 20px;display:grid}.motion-studios-dashboard-metrics article,.motion-studios-wallet-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:18px;padding:16px}.motion-studios-dashboard-metrics span,.motion-studios-wallet-card span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.motion-studios-dashboard-metrics strong,.motion-studios-wallet-card strong{color:var(--text);margin-top:8px;font-size:26px;display:block}.motion-studios-dashboard-body{grid-template-columns:.7fr 1.3fr .8fr;gap:14px;padding:0 20px 20px;display:grid}.motion-studios-student-list{gap:8px;display:grid}.motion-studios-student-list span{color:var(--ms-gold);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.motion-studios-student-list b{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:12px;font-size:13px}.motion-studios-schedule-grid{grid-template-columns:repeat(7,1fr);align-self:stretch;gap:8px;display:grid}.motion-studios-schedule-grid i{background:#ffffff0e;border:1px solid #ffffff0f;border-radius:12px;min-height:38px}.motion-studios-schedule-grid i.gold{background:#f5cf3f80;box-shadow:0 0 24px #f5cf3f2e}.motion-studios-schedule-grid i.purple{background:#7d4dff80;box-shadow:0 0 24px #7d4dff2e}.motion-studios-wallet-card small{color:var(--muted);margin-top:10px;display:block}.motion-studios-backend-cards{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.motion-studios-backend-cards article{background:var(--ms-panel);border:1px solid #ffffff1a;border-radius:22px;padding:20px}.motion-studios-backend-cards h3{margin:0 0 8px;font-size:20px}.motion-studios-backend-cards p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.motion-studios-closing-visual{grid-template-columns:1.18fr .82fr;align-items:center;gap:30px;display:grid}@media (prefers-reduced-motion:no-preference){.motion-studios-dashboard-stage{animation:7s ease-in-out infinite motion-studios-soft-glow}.motion-studios-schedule-grid i.gold,.motion-studios-schedule-grid i.purple{animation:3.2s ease-in-out infinite motion-studios-cell-pulse}.motion-studios-visual-section img,.motion-studios-closing-visual img{animation:14s ease-in-out infinite alternate motion-studios-image-breathe}}@keyframes motion-studios-soft-glow{0%,to{border-color:#f5cf3f2e}50%{border-color:#7d4dff42}}@keyframes motion-studios-cell-pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.16);transform:scale(1.08)}}@keyframes motion-studios-image-breathe{0%{transform:scale(1)}to{transform:scale(1.035)}}@media (max-width:900px){.case-motion-studios-egypt .case-hero{border-radius:24px;min-height:auto;padding:72px 20px 44px}.case-motion-studios-egypt .case-hero h1{font-size:clamp(46px,14vw,74px);line-height:.9}.case-motion-studios-egypt .case-hero p{font-size:16px;line-height:1.5}.case-motion-studios-egypt .motion-studios-hero-logo{width:118px;margin-bottom:14px}.motion-studios-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.motion-studios-pillar{border-radius:17px}.motion-studios-pillar summary{grid-template-columns:40px 1fr;gap:9px;padding:12px}.motion-studios-pillar summary span{border-radius:13px;width:38px;height:38px;font-size:12px}.motion-studios-pillar summary strong{font-size:15px}.motion-studios-pillar p{padding:0 12px 12px;font-size:12.5px;line-height:1.38}.motion-studios-visual-section,.motion-studios-closing-visual{grid-template-columns:1fr;gap:18px}.motion-studios-visual-copy h2,.motion-studios-backend-copy h2,.motion-studios-closing-visual h2{font-size:clamp(34px,11vw,48px);line-height:.98}.motion-studios-visual-copy p,.motion-studios-backend-copy p,.motion-studios-closing-visual p{font-size:15.5px;line-height:1.5}.motion-studios-visual-section figure,.motion-studios-closing-visual figure{border-radius:22px}.motion-studios-visual-section img,.motion-studios-closing-visual img{min-height:250px}.motion-studios-dashboard-stage{border-radius:22px;padding:12px}.motion-studios-dashboard{border-radius:18px}.motion-studios-dashboard-top{padding:14px}.motion-studios-dashboard-top strong{font-size:19px}.motion-studios-dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.motion-studios-dashboard-metrics article,.motion-studios-wallet-card{border-radius:14px;padding:10px}.motion-studios-dashboard-metrics span,.motion-studios-wallet-card span{font-size:9px}.motion-studios-dashboard-metrics strong,.motion-studios-wallet-card strong{font-size:17px}.motion-studios-dashboard-body{grid-template-columns:1fr;gap:10px;padding:0 12px 12px}.motion-studios-student-list{grid-template-columns:repeat(2,minmax(0,1fr))}.motion-studios-student-list span{grid-column:1/-1}.motion-studios-student-list b{border-radius:12px;padding:9px;font-size:11px}.motion-studios-schedule-grid{gap:6px}.motion-studios-schedule-grid i{border-radius:9px;min-height:28px}.motion-studios-backend-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.motion-studios-backend-cards article{border-radius:16px;min-height:122px;padding:13px}.motion-studios-backend-cards h3{margin-bottom:6px;font-size:16px}.motion-studios-backend-cards p{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}}@media (max-width:420px){.motion-studios-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.motion-studios-dashboard-metrics{grid-template-columns:repeat(3,1fr)}.motion-studios-visual-section img,.motion-studios-closing-visual img{min-height:220px}}.case-motion-studios-egypt .nav{margin-bottom:42px!important}.case-motion-studios-egypt .nav+.case-hero{margin-top:0!important}@media (max-width:900px){.case-motion-studios-egypt .nav{margin-bottom:26px!important}}@media (max-width:520px){.case-motion-studios-egypt .nav{margin-bottom:28px!important}}.case-queuex{--qx-mint:#4ee0b2;--qx-teal:#0aa889;--qx-ink:#102033;--qx-soft:#f4f9fcc7;--qx-line:#4ee0b238;--qx-panel:#ffffff13}.case-queuex .case-hero{border-radius:34px;min-height:74vh;position:relative;overflow:hidden;background:linear-gradient(90deg,#030f18d6,#030f185c 52%,#030f181f),radial-gradient(circle at 78% 20%,#4ee0b238,#0000 30%),url(/projects/queuex/queuex-hero-app.png) 50%/cover no-repeat!important}.case-queuex .case-hero:before{background:linear-gradient(90deg,#00000085,#0000001a 66%,#0000000d),radial-gradient(circle at 72% 36%,#4ee0b224,#0000 34%)!important}.case-queuex .case-hero>div{z-index:3;max-width:850px;position:relative;padding-inline:clamp(34px,5vw,84px)!important}.case-queuex .queuex-hero-logo{object-fit:contain;filter:drop-shadow(0 18px 34px #00000059)drop-shadow(0 0 18px #4ee0b233);width:clamp(110px,11vw,160px);height:auto;margin:0 0 18px;display:block}.case-queuex .case-label{color:var(--qx-mint)}.case-queuex .case-hero p{color:#f4f9fcd1}.queuex-system-section,.queuex-dashboard-section,.queuex-mobile-section,.queuex-control-section{position:relative;border-bottom-color:#4ee0b224!important}.queuex-flow-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.queuex-flow-step{background:radial-gradient(circle at 20% 0,#4ee0b224,#0000 42%),linear-gradient(#ffffff13,#ffffff08);border:1px solid #ffffff1a;border-radius:22px;overflow:hidden;box-shadow:0 18px 58px #0000002e}.queuex-flow-step summary{cursor:pointer;grid-template-columns:46px 1fr;align-items:center;gap:12px;padding:15px;list-style:none;display:grid}.queuex-flow-step summary::-webkit-details-marker{display:none}.queuex-flow-step summary span{color:#08231d;background:var(--qx-mint);border-radius:15px;place-items:center;width:44px;height:44px;font-weight:950;display:grid}.queuex-flow-step summary strong{font-size:17px;line-height:1.1}.queuex-flow-step p{color:var(--muted);margin:0;padding:0 15px 15px;font-size:13px;line-height:1.45}.queuex-dashboard-section,.queuex-mobile-section{grid-template-columns:.72fr 1.28fr;align-items:center;gap:30px;display:grid}.queuex-mobile-section{grid-template-columns:1.1fr .9fr}.queuex-dashboard-copy span,.queuex-mobile-copy span,.queuex-control-copy span{color:var(--qx-mint);letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:950;display:inline-flex}.queuex-dashboard-copy h2,.queuex-mobile-copy h2,.queuex-control-copy h2{letter-spacing:-.055em;margin:0 0 18px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(42px,5.4vw,78px);line-height:.96}.arabic .queuex-dashboard-copy h2,.arabic .queuex-mobile-copy h2,.arabic .queuex-control-copy h2{letter-spacing:-.04em;font-family:Tajawal,Manrope,sans-serif}.queuex-dashboard-copy p,.queuex-mobile-copy p,.queuex-control-copy p{color:var(--muted);margin:0;font-size:18px;line-height:1.7}.queuex-dashboard-section figure,.queuex-mobile-section figure{border:1px solid var(--qx-line);background:#ffffff0f;border-radius:34px;margin:0;overflow:hidden;box-shadow:0 30px 90px #00000038}.queuex-dashboard-section img,.queuex-mobile-section img{object-fit:cover;filter:saturate(1.03)contrast(1.02)brightness(1.03);width:100%;min-height:430px;display:block}.queuex-mobile-section img{object-fit:contain;background:#f5f8fa;min-height:520px}.queuex-control-section{gap:24px;display:grid}.queuex-control-copy{max-width:820px}.queuex-control-cards{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.queuex-control-cards article{background:radial-gradient(circle at 20% 0%, #4ee0b21f, transparent 42%), var(--qx-panel);border:1px solid #ffffff1a;border-radius:22px;padding:20px}.queuex-control-cards h3{margin:0 0 8px;font-size:20px}.queuex-control-cards p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}@media (prefers-reduced-motion:no-preference){.queuex-dashboard-section img,.queuex-mobile-section img{animation:14s ease-in-out infinite alternate queuex-image-breathe}.queuex-flow-step[open],.queuex-control-cards article:nth-child(2){animation:5.5s ease-in-out infinite queuex-soft-pulse}}@keyframes queuex-image-breathe{0%{transform:scale(1)}to{transform:scale(1.025)}}@keyframes queuex-soft-pulse{0%,to{border-color:#ffffff1a}50%{border-color:#4ee0b24d}}@media (max-width:900px){.case-queuex .case-hero{border-radius:24px;min-height:auto;padding:72px 20px 44px}.case-queuex .case-hero h1{font-size:clamp(46px,14vw,74px);line-height:.9}.case-queuex .case-hero p{font-size:16px;line-height:1.5}.case-queuex .queuex-hero-logo{width:112px;margin-bottom:14px}.queuex-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.queuex-flow-step{border-radius:17px}.queuex-flow-step summary{grid-template-columns:38px 1fr;gap:9px;padding:12px}.queuex-flow-step summary span{border-radius:12px;width:36px;height:36px;font-size:12px}.queuex-flow-step summary strong{font-size:15px}.queuex-flow-step p{padding:0 12px 12px;font-size:12px;line-height:1.35}.queuex-dashboard-section,.queuex-mobile-section{grid-template-columns:1fr;gap:18px}.queuex-dashboard-copy h2,.queuex-mobile-copy h2,.queuex-control-copy h2{font-size:clamp(34px,11vw,48px);line-height:.98}.queuex-dashboard-copy p,.queuex-mobile-copy p,.queuex-control-copy p{font-size:15.5px;line-height:1.5}.queuex-dashboard-section figure,.queuex-mobile-section figure{border-radius:22px}.queuex-dashboard-section img{min-height:250px}.queuex-mobile-section img{min-height:430px}.queuex-control-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.queuex-control-cards article{border-radius:16px;min-height:122px;padding:13px}.queuex-control-cards h3{margin-bottom:6px;font-size:16px}.queuex-control-cards p{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}}@media (max-width:420px){.queuex-dashboard-section img{min-height:220px}.queuex-mobile-section img{min-height:380px}}.case-queuex .nav{margin-bottom:42px!important}@media (min-width:901px){.case-queuex .case-hero{background-position:50%!important;background-size:cover!important;border-radius:34px!important;width:min(100vw - 56px,1540px)!important;max-width:none!important;min-height:74vh!important;margin-top:0!important;margin-left:50%!important;transform:translate(-50%)!important}.case-queuex .case-hero>div{padding-inline:clamp(64px,8vw,148px)!important}}@media (max-width:900px){.case-queuex .nav{margin-bottom:26px!important}.case-queuex .case-hero{background-position:50%!important;border-radius:24px!important;width:100%!important;max-width:100%!important;margin-top:0!important;margin-left:0!important;transform:none!important}}@media (max-width:520px){.case-queuex .nav{margin-bottom:28px!important}}.case-queuex .case-hero>div{display:none!important}@media (min-width:901px){.case-queuex .case-hero{background:linear-gradient(90deg,#0000001f,#0000000a),#041622 url(/projects/queuex/queuex-hero-app.png) 50%/contain no-repeat!important;border-radius:34px!important;width:min(100vw - 56px,1540px)!important;max-width:none!important;min-height:74vh!important;margin-left:50%!important;transform:translate(-50%)!important}.case-queuex .case-hero:before{display:none!important}}@media (max-width:900px){.case-queuex .case-hero{background:linear-gradient(#00000014,#0000001a),#041622 url(/projects/queuex/queuex-hero-app.png) 50%/cover no-repeat!important;border-radius:24px!important;min-height:58vh!important}.case-queuex .case-hero:before{display:none!important}}@media (min-width:901px){.case-queuex .case-hero{background:linear-gradient(90deg,#0000001f,#0000000a),#041622 url(/projects/queuex/queuex-hero-app.png) 50%/contain no-repeat!important}.case-queuex .case-hero>div,.case-queuex .case-hero:before{display:none!important}}@media (max-width:900px){.case-queuex .case-hero{background:#041622 url(/projects/queuex/queuex-mobile-hero.png) top/contain no-repeat!important;border:1px solid #4ee0b22e!important;border-radius:24px!important;min-height:78vh!important}.case-queuex .case-hero>div,.case-queuex .case-hero:before{display:none!important}}@media (max-width:430px){.case-queuex .case-hero{background-position:top!important;background-size:contain!important;min-height:76vh!important}}@media (max-width:380px){.case-queuex .case-hero{min-height:72vh!important}}.case-queuex .case-hero{isolation:isolate!important}.case-queuex .case-hero:after{content:"";z-index:1;pointer-events:none;opacity:.24;mix-blend-mode:screen;background-image:linear-gradient(#4ee0b21a 1px,#0000 1px),linear-gradient(90deg,#4ee0b214 1px,#0000 1px),radial-gradient(circle at 18% 28%,#4ee0b238,#0000 24%),radial-gradient(circle at 78% 22%,#217eff29,#0000 28%);background-size:34px 34px,34px 34px,100% 100%,100% 100%;position:absolute;inset:0}.queuex-proof-strip{background:radial-gradient(circle at 12% 0,#4ee0b22e,#0000 38%),linear-gradient(135deg,#ffffff13,#ffffff08);border:1px solid #4ee0b238;border-radius:26px;margin:-8px 0 26px;padding:22px 24px;position:relative;overflow:hidden;box-shadow:0 22px 70px #0000002e,inset 0 1px #ffffff14}.queuex-proof-strip:before{content:"";opacity:.28;pointer-events:none;background-image:linear-gradient(#4ee0b21a 1px,#0000 1px),linear-gradient(90deg,#4ee0b214 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.queuex-proof-strip span,.queuex-proof-strip strong,.queuex-proof-strip p{z-index:1;position:relative}.queuex-proof-strip span{color:var(--qx-mint);letter-spacing:.22em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:950;display:inline-flex}.queuex-proof-strip strong{color:var(--text);letter-spacing:-.045em;max-width:820px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(28px,3.4vw,48px);line-height:1.02;display:block}.arabic .queuex-proof-strip strong{letter-spacing:-.035em;font-family:Tajawal,Manrope,sans-serif}.queuex-proof-strip p{color:var(--muted);max-width:720px;margin:12px 0 0;font-size:17px;line-height:1.55}@media (max-width:900px){.case-queuex .case-hero:after{opacity:.18;background-size:28px 28px,28px 28px,100% 100%,100% 100%}.queuex-proof-strip{border-radius:20px;margin:0 0 18px;padding:17px}.queuex-proof-strip span{letter-spacing:.17em;font-size:9px}.queuex-proof-strip strong{font-size:clamp(24px,7.5vw,34px)}.queuex-proof-strip p{font-size:14px;line-height:1.45}}.queuex-proof-strip{grid-template-columns:auto 1fr!important;align-items:center!important;gap:22px!important;display:grid!important}.queuex-proof-logo{z-index:1;object-fit:contain;background:#fffffff5;border-radius:20px;width:clamp(86px,9vw,128px);height:auto;padding:12px;position:relative;box-shadow:0 18px 46px #00000038,inset 0 1px #ffffffe6}.queuex-proof-content{z-index:1;min-width:0;position:relative}.queuex-proof-content p{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.queuex-foundation-link{color:var(--text);background:radial-gradient(circle at 20% 0,#4ee0b22e,#0000 48%),#ffffff0e;border:1px solid #4ee0b238;border-radius:16px;flex-direction:column;align-items:flex-start;gap:3px;padding:8px 12px;text-decoration:none;display:inline-flex}.queuex-foundation-link b{color:var(--text);font-size:clamp(21px,2.3vw,32px);font-weight:950;line-height:1.05}.queuex-foundation-link small{color:var(--qx-mint);letter-spacing:.04em;font-size:12px;font-weight:900;line-height:1}.queuex-foundation-link:hover{border-color:#4ee0b26b;transform:translateY(-1px)}@media (max-width:900px){.queuex-proof-strip{grid-template-columns:1fr!important;gap:14px!important}.queuex-proof-logo{border-radius:16px;width:92px;padding:10px}.queuex-proof-content p{align-items:flex-start}.queuex-foundation-link{width:100%;padding:10px 12px}.queuex-foundation-link b{font-size:clamp(20px,6vw,28px)}.queuex-foundation-link small{font-size:11px}}.case-queuex .queuex-foundation-link b{letter-spacing:0!important;direction:rtl!important;font-family:Tajawal,Noto Kufi Arabic,Segoe UI,Arial,sans-serif!important;font-weight:900!important}.case-queuex .queuex-foundation-link small{letter-spacing:.04em!important;direction:ltr!important;font-family:Manrope,system-ui,sans-serif!important}@media (min-width:901px){html[dir=rtl] .case-queuex .case-hero,[dir=rtl] .case-queuex .case-hero,.arabic.case-queuex .case-hero,.case-queuex.arabic .case-hero{background:linear-gradient(90deg,#0000001a,#0000000a),#041622 url(/projects/queuex/queuex-hero-app.png) 50%/contain no-repeat!important;border-radius:34px!important;width:100%!important;max-width:100%!important;min-height:74vh!important;margin-left:auto!important;margin-right:auto!important;left:auto!important;right:auto!important;transform:none!important}html[dir=rtl] .case-queuex .case-hero>div,[dir=rtl] .case-queuex .case-hero>div,.arabic.case-queuex .case-hero>div,.case-queuex.arabic .case-hero>div{display:none!important}}html[dir=rtl] .case-queuex .queuex-flow-step summary,[dir=rtl] .case-queuex .queuex-flow-step summary{text-align:right!important;direction:rtl!important}html[dir=rtl] .case-queuex .queuex-flow-step summary strong,[dir=rtl] .case-queuex .queuex-flow-step summary strong{letter-spacing:0!important;font-family:Tajawal,Manrope,sans-serif!important}html[dir=rtl] .case-queuex .queuex-flow-step p,[dir=rtl] .case-queuex .queuex-flow-step p{text-align:right!important;direction:rtl!important;font-family:Tajawal,Manrope,sans-serif!important}@media (min-width:901px){.case-queuex .case-hero{background:linear-gradient(90deg,#0000001a,#0000000a),#041622 url(/projects/queuex/queuex-hero-app.png) 50%/contain no-repeat!important;border-radius:34px!important;width:100%!important;max-width:100%!important;min-height:74vh!important;margin-left:auto!important;margin-right:auto!important;left:auto!important;right:auto!important;transform:none!important}.case-queuex .case-hero>div,.case-queuex .case-hero:before{display:none!important}}.portfolio-showcase{position:relative}.portfolio-showcase:before{content:"";z-index:-1;pointer-events:none;opacity:.42;background:radial-gradient(circle at 18% 28%,#d9bc5b2e,#0000 34%),radial-gradient(circle at 72% 18%,#2bb48924,#0000 32%);height:420px;position:absolute;inset:-60px -24px auto}.portfolio-grid-xl{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.portfolio-build{min-height:280px;color:var(--text);background:linear-gradient(#ffffff13,#ffffff07);border:1px solid #ffffff1a;border-radius:28px;flex-direction:column;justify-content:flex-end;padding:22px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 70px #0000002e}.portfolio-build:before{content:"";opacity:.72;pointer-events:none;background:radial-gradient(circle at 30% 18%,#ffffff1a,#0000 26%),radial-gradient(circle at 80% 12%,#d9bc5b2e,#0000 28%);position:absolute;inset:0}.portfolio-build:after{content:"";opacity:.22;background:var(--gold);filter:blur(8px);border-radius:50%;width:120px;height:120px;position:absolute;top:-28px;right:-28px}.portfolio-build span,.portfolio-build h3,.portfolio-build p,.portfolio-build strong{z-index:1;position:relative}.portfolio-build span{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin-bottom:auto;font-size:11px;font-weight:950}.portfolio-build h3{letter-spacing:-.05em;margin:0 0 12px;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(28px,2.6vw,44px);line-height:.96}.arabic .portfolio-build h3{letter-spacing:-.03em;font-family:Tajawal,Manrope,sans-serif}.portfolio-build p{color:var(--muted);margin:0 0 18px;font-size:14px;line-height:1.55}.portfolio-build strong{color:var(--text);font-size:14px}.portfolio-build:hover{background:linear-gradient(#ffffff1a,#ffffff0a);border-color:#d9bc5b57;transform:translateY(-4px)}.queuex-build.featured{background:radial-gradient(circle at 70% 16%,#4ee0b233,#0000 32%),radial-gradient(circle at 22% 0,#217eff26,#0000 32%),linear-gradient(#ffffff14,#ffffff08);grid-column:span 2}.queuex-build.featured:after{background:#4ee0b2}.helios-build:after{background:#e8c65d}.shooftix-build:after{background:#d9bc5b}.motion-build:after{background:#7d4dff}.stayx-build:after{background:#55b7ff}.client-orbit{background:radial-gradient(circle at 20% 0,#4ee0b21c,#0000 32%),linear-gradient(#fff1,#ffffff07);border:1px solid #ffffff1a;border-radius:30px;margin-top:26px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0003}.client-orbit-head{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:18px;padding:18px 22px 10px;display:flex}.client-orbit-head span{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:11px;font-weight:950}.client-orbit-head strong{color:var(--muted);font-size:14px;font-weight:800}.client-track{gap:12px;width:max-content;padding:16px;animation:26s linear infinite client-orbit-scroll;display:flex}.arabic .client-track{animation-direction:reverse}.client-orbit:hover .client-track{animation-play-state:paused}.client-pill{background:#00000038;border:1px solid #ffffff17;border-radius:22px;grid-template-rows:auto auto;grid-template-columns:58px 1fr;align-items:center;column-gap:12px;min-width:260px;padding:12px;display:grid}.client-pill img{object-fit:contain;background:#fffffff5;border-radius:16px;grid-row:1/3;width:58px;height:58px;padding:7px}.client-pill b{color:var(--text);font-size:15px;line-height:1.15}.client-pill span{color:var(--muted);font-size:12px;line-height:1.2}@keyframes client-orbit-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1100px){.portfolio-grid-xl{grid-template-columns:repeat(2,minmax(0,1fr))}.queuex-build.featured{grid-column:span 2}}@media (max-width:640px){.portfolio-grid-xl{grid-template-columns:1fr}.queuex-build.featured{grid-column:span 1}.portfolio-build{border-radius:22px;min-height:215px;padding:18px}.client-orbit-head{gap:6px;display:grid}.client-track{animation-duration:20s}.client-pill{min-width:230px}}#portfolio{scroll-margin-top:150px}@media (max-width:900px){#portfolio{scroll-margin-top:118px}}.portfolio-grid-xl{grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important}.queuex-build.featured{grid-column:auto!important}.portfolio-build{min-height:280px!important}@media (max-width:1100px) and (min-width:641px){.portfolio-grid-xl{grid-template-columns:repeat(3,minmax(0,1fr))!important}.queuex-build.featured{grid-column:auto!important}}@media (max-width:640px){.portfolio-grid-xl{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;grid-template-columns:none!important;gap:12px!important;margin-inline:-18px!important;padding:4px 18px 18px!important;display:flex!important;overflow:auto hidden!important}.portfolio-grid-xl::-webkit-scrollbar{height:0}.portfolio-build,.queuex-build.featured{scroll-snap-align:center!important;border-radius:24px!important;flex:0 0 min(82vw,360px)!important;width:min(82vw,360px)!important;min-height:235px!important;padding:18px!important}.portfolio-build h3{font-size:clamp(30px,10vw,42px)!important}.portfolio-build p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:14px!important;line-height:1.45!important}.portfolio-build span{letter-spacing:.16em!important;font-size:10px!important}.arabic .portfolio-grid-xl{direction:rtl!important}.arabic .portfolio-build{text-align:right!important;direction:rtl!important}}main.page:not(.case-page)>.nav{margin-bottom:26px!important}main.page:not(.case-page)>.hero{isolation:isolate;border:1px solid #ffffff14;border-radius:36px;position:relative;overflow:hidden;box-shadow:0 34px 110px #00000047,inset 0 1px #ffffff0d;background:linear-gradient(#080807f2,#080807e0)!important;min-height:min(74vh,770px)!important}main.page:not(.case-page)>.hero:before{content:"";z-index:0;pointer-events:none;opacity:.18;background-image:linear-gradient(#d9bc5b0d 1px,#0000 1px),linear-gradient(90deg,#d9bc5b0a 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0}main.page:not(.case-page)>.hero:after{content:"";z-index:1;pointer-events:none;opacity:0;background:linear-gradient(90deg,#080807f5 0%,#080807b8 34%,#0808072e 100%),radial-gradient(circle at 18% 18%,#d9bc5b1f,#0000 30%),url(/home/surialxlabs-hero-system.png) 100%/cover no-repeat;animation:.95s cubic-bezier(.22,.8,.24,1) 80ms forwards homeHeroVisualIn;position:absolute;inset:0;transform:translate(54px)}main.page:not(.case-page)>.hero>div{z-index:2;opacity:0;animation:.9s cubic-bezier(.22,.8,.24,1) .16s forwards homeHeroContentIn;position:relative;transform:translate(-42px);max-width:610px!important;padding-inline:clamp(28px,4.1vw,68px)!important}main.page:not(.case-page)>.hero .kicker{margin-bottom:18px!important}main.page:not(.case-page)>.hero h1{text-wrap:balance;text-shadow:0 20px 60px #0000007a;letter-spacing:-.075em!important;max-width:610px!important;font-size:clamp(58px,5.5vw,94px)!important;line-height:.9!important}main.page:not(.case-page)>.hero p{text-shadow:0 14px 36px #00000061;max-width:540px!important;font-size:clamp(18px,1.22vw,21px)!important;line-height:1.56!important}main.page:not(.case-page)>.hero .actions{margin-top:24px!important}main.page.arabic:not(.case-page)>.hero:after,main.arabic.page:not(.case-page)>.hero:after{background:linear-gradient(270deg,#080807f5 0%,#080807b8 34%,#0808072e 100%),radial-gradient(circle at 82% 18%,#d9bc5b1f,#0000 30%),url(/home/surialxlabs-hero-system.png) 0/cover no-repeat}main.page.arabic:not(.case-page)>.hero>div,main.arabic.page:not(.case-page)>.hero>div{max-width:640px!important}@keyframes homeHeroVisualIn{0%{opacity:0;transform:translate(54px)}to{opacity:1;transform:translate(0)}}@keyframes homeHeroContentIn{0%{opacity:0;transform:translate(-42px)}to{opacity:1;transform:translate(0)}}@media (max-width:900px){main.page:not(.case-page)>.nav{margin-bottom:18px!important}main.page:not(.case-page)>.hero{border-radius:26px!important;min-height:auto!important;margin-bottom:18px!important;padding:208px 20px 32px!important}main.page:not(.case-page)>.hero:before{opacity:.14!important}main.page:not(.case-page)>.hero:after{background:linear-gradient(#0808071a 0%,#080807ad 42%,#080807f5 100%),url(/home/surialxlabs-hero-system.png) top/165% no-repeat;animation:.9s cubic-bezier(.22,.8,.24,1) 80ms forwards homeHeroVisualInMobile;transform:translate(24px)}main.page:not(.case-page)>.hero>div{animation:.82s cubic-bezier(.22,.8,.24,1) .16s forwards homeHeroContentInMobile;transform:translate(-26px);max-width:none!important;padding-inline:0!important}main.page:not(.case-page)>.hero .kicker{letter-spacing:.22em!important;margin-bottom:14px!important;font-size:12px!important}main.page:not(.case-page)>.hero h1{text-wrap:balance;letter-spacing:-.062em!important;max-width:360px!important;font-size:clamp(38px,10.4vw,60px)!important;line-height:.93!important}main.page:not(.case-page)>.hero p{max-width:370px!important;font-size:15px!important;line-height:1.5!important}main.page:not(.case-page)>.hero .actions{flex-wrap:wrap;gap:10px;display:flex;margin-top:22px!important}main.page:not(.case-page)>.hero .btn{min-height:48px!important;padding:0 18px!important;font-size:14px!important}}@keyframes homeHeroVisualInMobile{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes homeHeroContentInMobile{0%{opacity:0;transform:translate(-26px)}to{opacity:1;transform:translate(0)}}@media (max-width:520px){main.page:not(.case-page)>.hero{padding-top:192px!important;padding-bottom:30px!important}main.page:not(.case-page)>.hero:after{background-position:top!important;background-size:178%!important}}@media (max-width:390px){main.page:not(.case-page)>.hero{padding-top:180px!important}main.page:not(.case-page)>.hero:after{background-size:192%!important}main.page:not(.case-page)>.hero h1{font-size:clamp(36px,10vw,54px)!important}}@media (prefers-reduced-motion:reduce){main.page:not(.case-page)>.hero:after,main.page:not(.case-page)>.hero>div{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:900px){main.page:not(.case-page)>.nav{margin-bottom:22px!important}main.page:not(.case-page)>.hero{border-radius:26px!important;align-items:flex-end!important;min-height:calc(100svh - 132px)!important;margin-top:0!important;margin-bottom:22px!important;padding:clamp(188px,34svh,245px) 20px 32px!important;display:flex!important}main.page:not(.case-page)>.hero>div{width:100%!important}}@supports (height:100dvh){@media (max-width:900px){main.page:not(.case-page)>.hero{min-height:calc(100dvh - 132px)!important}}}@media (max-width:520px){main.page:not(.case-page)>.nav{margin-bottom:20px!important}main.page:not(.case-page)>.hero{min-height:calc(100svh - 124px)!important;padding-top:clamp(178px,32svh,226px)!important;padding-bottom:30px!important}}@supports (height:100dvh){@media (max-width:520px){main.page:not(.case-page)>.hero{min-height:calc(100dvh - 124px)!important}}}@media (max-width:390px){main.page:not(.case-page)>.hero{min-height:calc(100svh - 118px)!important;padding-top:clamp(165px,30svh,210px)!important}}@supports (height:100dvh){@media (max-width:390px){main.page:not(.case-page)>.hero{min-height:calc(100dvh - 118px)!important}}}@media (min-width:901px){main.page.arabic:not(.case-page)>.hero:after,main.arabic.page:not(.case-page)>.hero:after{opacity:0;transform:translate(54px);background:linear-gradient(90deg,#080807f5 0%,#080807b8 34%,#0808072e 100%),radial-gradient(circle at 18% 18%,#d9bc5b1f,#0000 30%),url(/home/surialxlabs-hero-system.png) 100%/cover no-repeat!important;animation:.95s cubic-bezier(.22,.8,.24,1) 80ms forwards homeHeroVisualIn!important}main.page.arabic:not(.case-page)>.hero>div,main.arabic.page:not(.case-page)>.hero>div{text-align:right!important;direction:rtl!important;justify-self:start!important;max-width:610px!important;margin-left:0!important;margin-right:auto!important;padding-inline:clamp(28px,4.1vw,68px)!important}main.page.arabic:not(.case-page)>.hero h1,main.arabic.page:not(.case-page)>.hero h1{letter-spacing:-.045em!important;max-width:610px!important;font-size:clamp(58px,5.5vw,94px)!important;line-height:.9!important}main.page.arabic:not(.case-page)>.hero p,main.arabic.page:not(.case-page)>.hero p{max-width:540px!important}}@media (max-width:900px){main.page.arabic:not(.case-page)>.hero:after,main.arabic.page:not(.case-page)>.hero:after{transform:translate(24px);background:linear-gradient(#0808071a 0%,#080807ad 42%,#080807f5 100%),url(/home/surialxlabs-hero-system.png) top/165% no-repeat!important;animation:.9s cubic-bezier(.22,.8,.24,1) 80ms forwards homeHeroVisualInMobile!important}main.page.arabic:not(.case-page)>.hero>div,main.arabic.page:not(.case-page)>.hero>div{text-align:right!important;direction:rtl!important;margin-left:0!important;margin-right:auto!important}}.arabic .client-orbit{direction:ltr!important}.arabic .client-track{will-change:transform;transform:translate(0);direction:ltr!important;justify-content:flex-start!important;align-items:stretch!important;width:max-content!important;min-width:max-content!important;animation:22s linear infinite both client-orbit-scroll!important}.arabic .client-pill{text-align:right!important;direction:rtl!important}.arabic .client-pill img{direction:ltr!important}.arabic .client-pill b,.arabic .client-pill span{text-align:right!important;direction:rtl!important}.client-track{backface-visibility:hidden;transform:translate(0,0)}main.page:not(.case-page) #build .row .ico,main.page:not(.case-page) .rows .row .ico{box-shadow:inset 0 1px #ffffff0a;color:#0000!important;background:radial-gradient(circle at 30% 25%,#d9bc5b29,#0000 42%),#0000002e!important;border:1px solid #d9bc5b61!important;border-radius:999px!important;flex:0 0 56px!important;place-items:center!important;width:56px!important;min-width:56px!important;height:56px!important;font-size:0!important;display:grid!important;position:relative!important;overflow:hidden!important}main.page:not(.case-page) #build .row .ico svg,main.page:not(.case-page) .rows .row .ico svg,main.page:not(.case-page) #build .row .ico>*,main.page:not(.case-page) .rows .row .ico>*{display:none!important}main.page:not(.case-page) #build .row .ico:before,main.page:not(.case-page) #build .row .ico:after,main.page:not(.case-page) .rows .row .ico:before,main.page:not(.case-page) .rows .row .ico:after{content:"";display:block;position:absolute}main.page:not(.case-page) #build .row:first-child .ico:before,main.page:not(.case-page) .rows .row:first-child .ico:before{background:radial-gradient(circle at 2px 3px, var(--gold) 0 2px, transparent 2.4px), radial-gradient(circle at 2px 9px, var(--gold) 0 2px, transparent 2.4px), radial-gradient(circle at 2px 15px, var(--gold) 0 2px, transparent 2.4px), linear-gradient(var(--gold), var(--gold)) 8px 2px / 13px 1.6px no-repeat, linear-gradient(var(--gold), var(--gold)) 8px 8px / 13px 1.6px no-repeat, linear-gradient(var(--gold), var(--gold)) 8px 14px / 13px 1.6px no-repeat;width:23px;height:18px;top:19px;left:17px}main.page:not(.case-page) #build .row:nth-child(2) .ico:before,main.page:not(.case-page) .rows .row:nth-child(2) .ico:before{background:linear-gradient(var(--gold), var(--gold)) 2px 11px / 3px 8px no-repeat, linear-gradient(var(--gold), var(--gold)) 9px 7px / 3px 12px no-repeat, linear-gradient(var(--gold), var(--gold)) 16px 3px / 3px 16px no-repeat, linear-gradient(#d9bc5b8c, #d9bc5b8c) 0 19px / 22px 1.4px no-repeat;width:22px;height:20px;top:18px;left:17px}main.page:not(.case-page) #build .row:nth-child(3) .ico:before,main.page:not(.case-page) .rows .row:nth-child(3) .ico:before{border:1.6px solid var(--gold);box-sizing:border-box;border-radius:5px;width:23px;height:17px;top:19px;left:16.5px}main.page:not(.case-page) #build .row:nth-child(3) .ico:after,main.page:not(.case-page) .rows .row:nth-child(3) .ico:after{background:var(--gold);border-radius:999px;width:14px;height:2px;top:25px;left:21px;box-shadow:0 5px #d9bc5bd9,-7px -5px #d9bc5bbf}@media (max-width:767px){main.page:not(.case-page) #build .row .ico,main.page:not(.case-page) .rows .row .ico{flex:0 0 52px!important;width:52px!important;min-width:52px!important;height:52px!important}}.method-lab{padding-top:clamp(72px,8vw,120px);padding-bottom:clamp(72px,8vw,120px);scroll-margin-top:150px;position:relative}.method-lab:before{content:"";z-index:-1;pointer-events:none;opacity:.28;background:radial-gradient(circle at 18% 24%,#d9bc5b24,#0000 34%),radial-gradient(circle at 82% 22%,#2bb4891f,#0000 30%);height:480px;position:absolute;inset:40px -20px auto}.method-head{grid-template-columns:180px minmax(0,1fr);align-items:end;gap:clamp(24px,4vw,56px);margin-bottom:34px;display:grid}.method-head h2{letter-spacing:-.07em;max-width:860px;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(40px,5.4vw,80px);line-height:.95}.arabic .method-head h2{letter-spacing:-.035em;font-family:Tajawal,Manrope,sans-serif;line-height:1.02}.method-head p{max-width:560px;color:var(--muted);margin:14px 0 0;font-size:18px;line-height:1.55}.method-strip{background:linear-gradient(#ffffff0f,#ffffff06);border:1px solid #ffffff17;border-radius:34px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:26px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 80px #0000002e}.method-wire{z-index:0;pointer-events:none;position:absolute;inset:0}.method-wire-svg{width:100%;height:100%;position:absolute;inset:0}.method-wire-mobile{display:none}.wire-track{fill:none;stroke:#d9bc5b8c;stroke-width:2.2px;stroke-linecap:round;stroke-dasharray:8 10;filter:drop-shadow(0 0 12px #d9bc5b2e)}.wire-orb{fill:var(--gold);filter:drop-shadow(0 0 8px #d9bc5bd9)drop-shadow(0 0 22px #d9bc5b8c)}.method-card{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:radial-gradient(circle at 50% 0,#d9bc5b1f,#0000 42%),#00000038;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;justify-content:flex-start;min-height:230px;padding:22px;display:flex;position:relative}.method-badge{background:var(--gold);color:#12110d;border-radius:999px;place-items:center;width:48px;height:48px;margin-bottom:22px;font-family:Space Grotesk,Manrope,sans-serif;font-size:13px;font-weight:950;display:grid;box-shadow:0 10px 26px #d9bc5b2e}.method-card h3{letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(28px,2.1vw,40px);line-height:.98}.arabic .method-card h3{letter-spacing:-.02em;font-family:Tajawal,Manrope,sans-serif}.method-card p{color:var(--muted);max-width:20ch;margin:0;font-size:18px;line-height:1.48}@media (max-width:1100px){.method-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.method-wire-desktop{display:none}.method-wire-mobile{display:block}.method-card{min-height:210px}}@media (max-width:900px){.method-lab{padding-top:70px;padding-bottom:72px;scroll-margin-top:118px}.method-head{grid-template-columns:1fr;gap:14px;margin-bottom:22px}.method-head h2{max-width:430px;font-size:clamp(34px,10vw,56px)}.arabic .method-head h2{max-width:420px}.method-head p{max-width:360px;font-size:15px}.method-strip{border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px}.method-card{border-radius:22px;min-height:180px;padding:18px}.method-badge{width:42px;height:42px;margin-bottom:18px;font-size:12px}.method-card h3{margin-bottom:10px;font-size:clamp(24px,5vw,34px)}.method-card p{max-width:100%;font-size:15px}}@media (max-width:560px){.method-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}.method-card{min-height:155px;padding:16px 14px}.method-card h3{font-size:clamp(18px,5.7vw,28px)}.method-card p{font-size:13px;line-height:1.42}.method-badge{width:38px;height:38px;margin-bottom:14px;font-size:11px}}@media (hover:hover) and (min-width:901px){.portfolio-build{isolation:isolate}.portfolio-hover-preview{z-index:3;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ffffff21,#ffffff0b),#00000059;border:1px solid #ffffff24;border-radius:20px;height:112px;transition:opacity .28s,transform .28s;position:absolute;top:18px;left:18px;right:18px;overflow:hidden;transform:translateY(14px)scale(.985);box-shadow:0 18px 45px #00000057,inset 0 1px #ffffff1a}.portfolio-hover-preview:before{content:"";background:radial-gradient(circle at 5px,#d9bc5bf2 0 3px,#0000 3.5px),radial-gradient(circle at 18px,#ffffff52 0 3px,#0000 3.5px),radial-gradient(circle at 31px,#ffffff38 0 3px,#0000 3.5px);border-radius:999px;height:9px;position:absolute;top:12px;left:14px;right:14px}.portfolio-hover-preview:after{content:"";opacity:.95;background:linear-gradient(90deg,#fff3,#ffffff0f) 0 0/58% 10px no-repeat,linear-gradient(90deg,#d9bc5b73,#2bb48940) 0 22px/74% 8px no-repeat,linear-gradient(90deg,#ffffff26,#ffffff0a) 0 42px/46% 8px no-repeat,linear-gradient(90deg,#ffffff21,#ffffff09) 0 62px/64% 8px no-repeat,repeating-linear-gradient(#ffffff12 0 1px,#0000 1px 22px);border-radius:14px;animation:3.8s linear infinite portfolio-preview-soft-scroll;position:absolute;inset:30px 14px 12px}.portfolio-build:hover .portfolio-hover-preview{opacity:1;transform:translateY(0)scale(1)}.portfolio-build:hover:before{opacity:.92}.portfolio-build:hover h3,.portfolio-build:hover p,.portfolio-build:hover strong{transform:translateY(10px)}.portfolio-build h3,.portfolio-build p,.portfolio-build strong{transition:transform .28s}.helios-build .portfolio-hover-preview:after{background-color:#d9bc5b0d}.shooftix-build .portfolio-hover-preview:after{background-color:#d9bc5b0f}.motion-build .portfolio-hover-preview:after{background-color:#7d4dff12}.stayx-build .portfolio-hover-preview:after{background-color:#55b7ff0f}.queuex-build .portfolio-hover-preview:after{background-color:#4ee0b20f}}@keyframes portfolio-preview-soft-scroll{0%{background-position:0 0,0 22px,0 42px,0 62px,0 0}to{background-position:0 -22px,0 0,0 20px,0 40px,0 -22px}}@media (max-width:900px){.portfolio-hover-preview{display:none!important}}.nav{-webkit-backdrop-filter:blur(22px)saturate(132%)!important;backdrop-filter:blur(22px)saturate(132%)!important;background:#080806c7!important;border-color:#ffffff1a!important;box-shadow:0 18px 70px #00000042,inset 0 1px #ffffff0b!important}@media (min-width:901px){.nav{background:#080806cc!important}}@media (max-width:900px){.nav{z-index:1000!important;background:#080806d1!important;border-color:#ffffff1b!important;position:sticky!important;box-shadow:0 18px 60px #00000052,inset 0 1px #ffffff0b!important}.nav.open{background:#080806db!important}.nav.open .links{z-index:1001!important;-webkit-backdrop-filter:blur(24px)saturate(135%)!important;backdrop-filter:blur(24px)saturate(135%)!important;background:#0a0a08e0!important;border:1px solid #ffffff1a!important;border-radius:22px!important;flex-direction:column!important;gap:10px!important;width:auto!important;padding:12px!important;display:flex!important;position:absolute!important;top:calc(100% + 10px)!important;left:10px!important;right:10px!important;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff0e!important}.nav.open .links a{background:#ffffff0b!important;border:1px solid #ffffff13!important;border-radius:14px!important;align-items:center!important;min-height:44px!important;padding:0 14px!important;display:flex!important}.nav.open .links a:hover{color:var(--gold2)!important;background:#d9bc5b1c!important;border-color:#d9bc5b3d!important}.nav.open .burger{background:#ffffff0e!important}}@media (min-width:901px){.nav .brand{gap:14px!important}.nav .brand span{letter-spacing:-.015em!important;font-size:18px!important;font-weight:900!important;line-height:1!important}.nav .brand span b{font-size:1em!important;font-weight:900!important}}html,body{width:100%;max-width:100%;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}body{overscroll-behavior-x:none}img,video,iframe,canvas,svg{max-width:100%}.nav{z-index:1000!important;position:sticky!important;top:18px!important}@media (max-width:900px){html,body{width:100%;max-width:100vw;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}body{touch-action:pan-y;overscroll-behavior-x:none}.nav{z-index:1000!important;position:sticky!important;top:10px!important}footer span{display:block!important}footer span+span{margin-top:6px!important}}
