.sharqawyjr-theme{--sj-bg-0:#0a0a0a;--sj-bg-1:#111111;--sj-bg-2:#161616;--sj-bg-3:#1d1d1d;--sj-line:rgba(255,255,255,0.07);--sj-line-strong:rgba(255,255,255,0.16);--sj-text:#f4f4f4;--sj-text-dim:#a8a8a8;--sj-text-mute:#6e6e6e;--sj-lime:#ccff33;--sj-lime-bright:#dfff66;--sj-lime-deep:#a8d91c;--sj-ease:cubic-bezier(0.22,1,0.36,1);--sj-ease-in:cubic-bezier(0.64,0,0.78,0);background:var(--sj-bg-0);color:var(--sj-text);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}.sharqawyjr-theme *,.sharqawyjr-theme :after,.sharqawyjr-theme :before{box-sizing:border-box}.sharqawyjr-theme ::selection{background:var(--sj-lime);color:#0a0a0a}.sharqawyjr-theme .sj-display{font-family:Bricolage Grotesque,Space Grotesk,sans-serif;font-weight:500;letter-spacing:-.025em}.sharqawyjr-theme .sj-mono{font-family:JetBrains Mono,monospace}.sharqawyjr-theme h1,.sharqawyjr-theme h2,.sharqawyjr-theme h3,.sharqawyjr-theme h4{font-family:Bricolage Grotesque,Space Grotesk,sans-serif;font-weight:500;letter-spacing:-.025em}.sharqawyjr-theme .sj-reveal{opacity:0;transform:translateY(32px);transition:opacity 1s var(--sj-ease),transform 1s var(--sj-ease)}.sharqawyjr-theme .sj-reveal.in{opacity:1;transform:translateY(0)}.sharqawyjr-theme .sj-blur-reveal{opacity:0;transform:translateY(40px) scale(.985);filter:blur(18px);transition:opacity 1.1s var(--sj-ease),transform 1.1s var(--sj-ease),filter 1.1s var(--sj-ease)}.sharqawyjr-theme .sj-blur-reveal.in{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.sharqawyjr-theme .sj-page{min-height:100vh;animation:sjPageEnter .8s var(--sj-ease) both}@keyframes sjPageEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sharqawyjr-theme .sj-char{display:inline-block;animation:sjCharUp 1s var(--sj-ease) both}@keyframes sjCharUp{0%{transform:translateY(110%);opacity:0}to{transform:translateY(0);opacity:1}}.sharqawyjr-theme .sj-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 36px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(16px) saturate(1.4);background:rgba(10,10,10,.6);border-bottom:1px solid transparent;transition:border-color .4s var(--sj-ease),background .4s var(--sj-ease)}.sharqawyjr-theme .sj-nav.scrolled{border-bottom-color:var(--sj-line);background:rgba(10,10,10,.82)}.sharqawyjr-theme .sj-nav-logo{display:flex;align-items:center;gap:8px;color:var(--sj-text);text-decoration:none}.sharqawyjr-theme .sj-nav-logo img{height:22px;display:block}.sharqawyjr-theme .sj-nav-logo .wordmark{font-family:Bricolage Grotesque,Space Grotesk,sans-serif;font-weight:700;font-style:italic;font-size:22px;letter-spacing:-.02em;color:var(--sj-text)}.sharqawyjr-theme .sj-nav-logo .wordmark .jr{font-size:.62em;color:var(--sj-lime);letter-spacing:0;margin-left:2px;vertical-align:baseline}.sharqawyjr-theme .sj-nav-links{display:flex;gap:2px;background:rgba(255,255,255,.035);border:1px solid var(--sj-line);border-radius:999px;padding:5px}.sharqawyjr-theme .sj-nav-link{position:relative;font-size:13px;padding:9px 18px;border-radius:999px;color:var(--sj-text-dim);text-decoration:none;transition:color .3s var(--sj-ease);font-weight:500;letter-spacing:.005em}.sharqawyjr-theme .sj-nav-link:hover{color:var(--sj-text)}.sharqawyjr-theme .sj-nav-link.active{color:#0a0a0a}.sharqawyjr-theme .sj-nav-pill{position:absolute;inset:0;background:var(--sj-lime);border-radius:999px;z-index:-1;box-shadow:0 6px 20px -6px rgba(204,255,51,.5)}.sharqawyjr-theme .sj-nav-cta{display:inline-flex;align-items:center;gap:10px;font-size:13px;padding:11px 22px;border-radius:999px;background:var(--sj-lime);color:#0a0a0a;font-weight:600;letter-spacing:.005em;text-decoration:none;border:1px solid var(--sj-lime);transition:transform .3s var(--sj-ease),background .3s var(--sj-ease),box-shadow .3s var(--sj-ease);box-shadow:0 6px 24px -8px rgba(204,255,51,.4)}.sharqawyjr-theme .sj-nav-cta:hover{background:var(--sj-lime-bright);transform:translateY(-1px);box-shadow:0 10px 28px -6px rgba(204,255,51,.55)}.sharqawyjr-theme .sj-nav-cta .arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#0a0a0a;color:var(--sj-lime);font-size:11px;transition:transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-nav-cta:hover .arrow{transform:rotate(-45deg)}.sharqawyjr-theme .sj-burger{display:none;width:44px;height:44px;background:rgba(255,255,255,.04);border:1px solid var(--sj-line);border-radius:999px;position:relative;cursor:pointer;padding:0;z-index:110;transition:background .3s var(--sj-ease),border-color .3s var(--sj-ease)}.sharqawyjr-theme .sj-burger span{position:absolute;left:50%;width:18px;height:1.8px;background:var(--sj-text);transform-origin:center;transition:transform .45s var(--sj-ease),top .35s var(--sj-ease),opacity .25s var(--sj-ease)}.sharqawyjr-theme .sj-burger span:first-child{top:calc(50% - 5px);transform:translateX(-50%)}.sharqawyjr-theme .sj-burger span:nth-child(2){top:50%;transform:translate(-50%,-50%)}.sharqawyjr-theme .sj-burger span:nth-child(3){top:calc(50% + 4px);transform:translateX(-50%)}.sharqawyjr-theme .sj-burger.open{background:var(--sj-lime);border-color:var(--sj-lime)}.sharqawyjr-theme .sj-burger.open span{background:#0a0a0a}.sharqawyjr-theme .sj-burger.open span:first-child{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.sharqawyjr-theme .sj-burger.open span:nth-child(2){opacity:0}.sharqawyjr-theme .sj-burger.open span:nth-child(3){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.sharqawyjr-theme .sj-nav-mobile{position:fixed;inset:0;z-index:105;display:flex;flex-direction:column;height:100vh;height:100dvh}.sharqawyjr-theme .sj-nav-mobile-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 100% 0,rgba(204,255,51,.25),transparent 55%),radial-gradient(ellipse at 0 100%,rgba(204,255,51,.09),transparent 50%),#0a0a0a;cursor:pointer}.sharqawyjr-theme .sj-nav-mobile-inner{position:relative;flex:1;display:flex;flex-direction:column;padding:18px 18px 28px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;pointer-events:none}.sharqawyjr-theme .sj-nav-mobile-inner>*{pointer-events:auto}.sharqawyjr-theme .sj-nav-mobile-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px}.sharqawyjr-theme .sj-nav-mobile-rule{height:1px;width:100%;background:linear-gradient(90deg,var(--sj-lime) 0,var(--sj-lime) 40%,var(--sj-line) 40%,var(--sj-line) 100%);transform-origin:left center;margin-bottom:12px}.sharqawyjr-theme .sj-nav-mobile-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--sj-line-strong);background:rgba(255,255,255,.04);position:relative;cursor:pointer;padding:0;transition:background .3s var(--sj-ease),transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-nav-mobile-close:hover{background:var(--sj-lime);border-color:var(--sj-lime);transform:rotate(90deg)}.sharqawyjr-theme .sj-nav-mobile-close span{position:absolute;left:50%;top:50%;width:16px;height:1.5px;background:var(--sj-text)}.sharqawyjr-theme .sj-nav-mobile-close:hover span{background:#0a0a0a}.sharqawyjr-theme .sj-nav-mobile-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.sharqawyjr-theme .sj-nav-mobile-close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.sharqawyjr-theme .sj-nav-mobile-links{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column}.sharqawyjr-theme .sj-nav-mobile-links li{border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-nav-mobile-links a{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:14px;padding:18px 4px;color:var(--sj-text);text-decoration:none}.sharqawyjr-theme .sj-nav-mobile-links a.active .sj-ml-label{color:var(--sj-lime)}.sharqawyjr-theme .sj-nav-mobile-links .num{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-ml-mask{display:block;overflow:hidden;line-height:1.1;padding:.08em 0}.sharqawyjr-theme .sj-ml-label{display:inline-block;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(26px,6vw,34px);letter-spacing:-.025em;will-change:transform}.sharqawyjr-theme .sj-nav-mobile-links a .arr{font-size:16px;color:var(--sj-text-mute);transition:transform .35s var(--sj-ease),color .35s var(--sj-ease)}.sharqawyjr-theme .sj-nav-mobile-links a:active .arr{transform:rotate(-45deg);color:var(--sj-lime)}.sharqawyjr-theme .sj-nav-mobile-foot{margin-top:auto;padding-top:28px}.sharqawyjr-theme .sj-nav-mobile-cta{display:inline-flex;align-items:center;gap:14px;padding:14px 22px;border-radius:999px;background:var(--sj-lime);color:#0a0a0a;text-decoration:none;font-weight:600;font-size:14px}.sharqawyjr-theme .sj-nav-mobile-cta .circ{width:26px;height:26px;border-radius:50%;background:#0a0a0a;color:var(--sj-lime);display:grid;place-items:center;font-size:12px}.sharqawyjr-theme .sj-nav.menu-open{background:transparent;border-bottom-color:transparent}.sharqawyjr-theme .sj-nav.menu-open .sj-burger{display:none}.sharqawyjr-theme .sj-nav.menu-open .sj-nav-logo{opacity:0;pointer-events:none}.sharqawyjr-theme .sj-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:140px 40px 60px;overflow:hidden}.sharqawyjr-theme .sj-hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 80% 10%,rgba(204,255,51,.18),transparent 55%),radial-gradient(ellipse at 0 100%,rgba(204,255,51,.08),transparent 50%),#0a0a0a}.sharqawyjr-theme .sj-hero-grain{position:absolute;inset:0;opacity:.1;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.4'/></svg>")}.sharqawyjr-theme .sj-hero-orb{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(204,255,51,.45),rgba(204,255,51,0) 70%);filter:blur(40px);top:10%;right:-10%;animation:sjOrbFloat 14s var(--sj-ease) infinite alternate;pointer-events:none}@keyframes sjOrbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(-40px,40px) scale(1.1)}}.sharqawyjr-theme .sj-hero-inner{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center}.sharqawyjr-theme .sj-hero-copy .eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--sj-text-dim);padding:6px 14px;border:1px solid var(--sj-line);border-radius:999px;background:rgba(255,255,255,.03);margin-bottom:32px}.sharqawyjr-theme .sj-hero-copy .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--sj-lime);box-shadow:0 0 12px var(--sj-lime);animation:sjPulse 2s infinite}@keyframes sjPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.3)}}.sharqawyjr-theme .sj-hero-h1{font-size:clamp(44px,7vw,108px);line-height:.98;letter-spacing:-.035em;font-weight:500;max-width:14ch}.sharqawyjr-theme .sj-hero-h1 .lime{color:var(--sj-lime);font-style:italic;font-weight:400}.sharqawyjr-theme .sj-hero-h1 .outline{-webkit-text-stroke:1.4px var(--sj-text);color:transparent;font-style:italic;font-weight:400}.sharqawyjr-theme .sj-hero-sub{max-width:44ch;font-size:17px;line-height:1.65;color:var(--sj-text-dim)}.sharqawyjr-theme .sj-hero-sub strong{color:var(--sj-text);font-weight:500}.sharqawyjr-theme .sj-hero-ctas{margin-top:40px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.sharqawyjr-theme .sj-btn{display:inline-flex;align-items:center;gap:12px;padding:15px 26px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;border:1px solid transparent;transition:transform .3s var(--sj-ease),background .3s var(--sj-ease),color .3s var(--sj-ease),box-shadow .3s var(--sj-ease);font-family:inherit}.sharqawyjr-theme .sj-btn-primary{background:var(--sj-lime);color:#0a0a0a;box-shadow:0 10px 30px -10px rgba(204,255,51,.55)}.sharqawyjr-theme .sj-btn-primary:hover{background:var(--sj-lime-bright);transform:translateY(-2px);box-shadow:0 16px 36px -12px rgba(204,255,51,.6)}.sharqawyjr-theme .sj-btn-primary .circ{width:26px;height:26px;border-radius:50%;background:#0a0a0a;color:var(--sj-lime);display:grid;place-items:center;font-size:12px;transition:transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-btn-primary:hover .circ{transform:rotate(-45deg)}.sharqawyjr-theme .sj-btn-ghost{color:var(--sj-text);border-color:var(--sj-line-strong);background:rgba(255,255,255,.02)}.sharqawyjr-theme .sj-btn-ghost:hover{background:rgba(255,255,255,.08);border-color:var(--sj-text-dim)}.sharqawyjr-theme .sj-hero-stores{margin-top:44px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sharqawyjr-theme .sj-store-badge{display:inline-flex;align-items:center;gap:12px;padding:10px 20px;background:#0a0a0a;border:1px solid var(--sj-line-strong);border-radius:14px;color:var(--sj-text);text-decoration:none;transition:all .3s var(--sj-ease);min-width:180px}.sharqawyjr-theme .sj-store-badge:hover{border-color:var(--sj-lime);background:rgba(204,255,51,.05);transform:translateY(-2px)}.sharqawyjr-theme .sj-store-badge .icon{width:26px;height:26px;flex-shrink:0;color:var(--sj-text)}.sharqawyjr-theme .sj-store-badge .lbl{display:flex;flex-direction:column;line-height:1.15}.sharqawyjr-theme .sj-store-badge .lbl .t{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-store-badge .lbl .s{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--sj-text)}.sharqawyjr-theme .sj-hero-phones{position:relative;display:flex;align-items:center;justify-content:center;min-height:540px}.sharqawyjr-theme .sj-phone{position:relative;width:240px;aspect-ratio:9/19.5;border-radius:38px;border:8px solid #1a1a1a;background:#0a0a0a;box-shadow:0 40px 60px -20px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.06);overflow:hidden;animation:sjPhoneFloat 8s var(--sj-ease) infinite alternate}@keyframes sjPhoneFloat{0%{transform:translateY(0) rotate(var(--rot,0deg))}to{transform:translateY(-18px) rotate(var(--rot,0deg))}}.sharqawyjr-theme .sj-phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:80px;height:22px;background:#0a0a0a;border-radius:999px;z-index:3}.sharqawyjr-theme .sj-phone .screen{position:absolute;inset:0;background:linear-gradient(180deg,#111,#0a0a0a);display:flex;flex-direction:column;color:var(--sj-text)}.sharqawyjr-theme .sj-phone .screen img{width:100%;height:100%;object-fit:cover;display:block}.sharqawyjr-theme .sj-phone-c{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;--rot:0deg}.sharqawyjr-theme .sj-phone-l{position:absolute;left:8%;top:58%;transform:translateY(-50%) rotate(-8deg);z-index:1;--rot:-8deg;animation-delay:-2s}.sharqawyjr-theme .sj-phone-r{position:absolute;right:8%;top:46%;transform:translateY(-50%) rotate(8deg);z-index:1;--rot:8deg;animation-delay:-4s}.sharqawyjr-theme .sj-section{padding:140px 40px;position:relative}.sharqawyjr-theme .sj-container{max-width:1400px;margin:0 auto}.sharqawyjr-theme .sj-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:70px;flex-wrap:wrap}.sharqawyjr-theme .sj-section-num{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--sj-text-mute);display:flex;align-items:center;gap:12px;margin-bottom:20px}.sharqawyjr-theme .sj-section-num:before{content:"";width:40px;height:1px;background:var(--sj-lime)}.sharqawyjr-theme .sj-section-title{font-size:clamp(40px,6vw,80px);line-height:1;letter-spacing:-.03em;max-width:16ch}.sharqawyjr-theme .sj-section-title .muted{color:var(--sj-text-mute)}.sharqawyjr-theme .sj-section-title .italic{font-style:italic;font-weight:400;-webkit-text-stroke:1px var(--sj-text);color:transparent}.sharqawyjr-theme .sj-section-title .lime{color:var(--sj-lime);font-style:italic;font-weight:400}.sharqawyjr-theme .sj-features{background:var(--sj-bg-0)}.sharqawyjr-theme .sj-features-lead{max-width:46ch;color:var(--sj-text-dim);font-size:16px;line-height:1.6}.sharqawyjr-theme .sj-feature{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;padding:90px 0;border-top:1px solid var(--sj-line);position:relative}.sharqawyjr-theme .sj-feature:last-child{border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-feature.reverse .sj-feature-visual{order:2}.sharqawyjr-theme .sj-feature-num{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--sj-lime);margin-bottom:20px}.sharqawyjr-theme .sj-feature-title{font-size:clamp(30px,3.6vw,54px);line-height:1.05;letter-spacing:-.025em;margin-bottom:24px}.sharqawyjr-theme .sj-feature-body{color:var(--sj-text-dim);font-size:16px;line-height:1.7;max-width:48ch}.sharqawyjr-theme .sj-feature-body strong{color:var(--sj-text);font-weight:500}.sharqawyjr-theme .sj-feature-meta{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:420px;padding-top:24px;border-top:1px solid var(--sj-line)}.sharqawyjr-theme .sj-feature-meta .k{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--sj-text-mute);display:block;margin-bottom:6px}.sharqawyjr-theme .sj-feature-meta .v{font-family:Bricolage Grotesque,sans-serif;font-size:16px;color:var(--sj-text)}.sharqawyjr-theme .sj-feature-visual{position:relative;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;border-radius:28px;background:radial-gradient(ellipse at 70% 30%,rgba(204,255,51,.16),transparent 60%),linear-gradient(180deg,var(--sj-bg-1) 0,var(--sj-bg-0) 100%);border:1px solid var(--sj-line);overflow:hidden}.sharqawyjr-theme .sj-feature-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.sharqawyjr-theme .sj-feature-visual .sj-phone{animation:none;transform:rotate(-3deg);transition:transform .6s var(--sj-ease)}.sharqawyjr-theme .sj-feature.reverse .sj-feature-visual .sj-phone{transform:rotate(3deg)}.sharqawyjr-theme .sj-feature:hover .sj-feature-visual .sj-phone{transform:rotate(0deg) scale(1.02)}.sharqawyjr-theme .sj-packages{background:radial-gradient(ellipse at 50% 0,rgba(204,255,51,.07),transparent 60%),var(--sj-bg-1);border-top:1px solid var(--sj-line);border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-pkg-lead{max-width:56ch;color:var(--sj-text-dim);font-size:16px;line-height:1.7;margin-top:4px}.sharqawyjr-theme .sj-pkg-toggle-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sharqawyjr-theme .sj-pkg-toggle{display:inline-flex;padding:5px;background:rgba(255,255,255,.04);border:1px solid var(--sj-line);border-radius:999px;position:relative}.sharqawyjr-theme .sj-pkg-toggle button{position:relative;z-index:1;padding:10px 22px;border:0;background:transparent;color:var(--sj-text-dim);font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.01em;cursor:pointer;border-radius:999px;transition:color .3s var(--sj-ease)}.sharqawyjr-theme .sj-pkg-toggle button.active{color:#0a0a0a}.sharqawyjr-theme .sj-pkg-toggle .pill{position:absolute;top:5px;bottom:5px;background:var(--sj-lime);border-radius:999px;box-shadow:0 6px 20px -6px rgba(204,255,51,.55);transition:left .4s var(--sj-ease),width .4s var(--sj-ease);z-index:0}.sharqawyjr-theme .sj-pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;margin-top:50px}.sharqawyjr-theme .sj-pkg-card{position:relative;padding:36px 30px 32px;background:var(--sj-bg-2);border:1px solid var(--sj-line);border-radius:22px;display:flex;flex-direction:column;transition:transform .4s var(--sj-ease),border-color .4s var(--sj-ease),box-shadow .4s var(--sj-ease)}.sharqawyjr-theme .sj-pkg-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2);box-shadow:0 30px 60px -30px rgba(0,0,0,.6)}.sharqawyjr-theme .sj-pkg-card.featured{background:linear-gradient(180deg,#141414,#0d0d0d);border-color:var(--sj-lime);box-shadow:0 40px 80px -30px rgba(204,255,51,.35);transform:translateY(-16px)}.sharqawyjr-theme .sj-pkg-card.featured:hover{transform:translateY(-22px)}.sharqawyjr-theme .sj-pkg-card.featured:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 60px -20px rgba(204,255,51,.2)}.sharqawyjr-theme .sj-pkg-popular{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--sj-lime);color:#0a0a0a;font-weight:700;letter-spacing:.18em;padding:6px 14px;border-radius:999px;box-shadow:0 8px 24px -8px rgba(204,255,51,.55);z-index:2}.sharqawyjr-theme .sj-pkg-eyebrow,.sharqawyjr-theme .sj-pkg-popular{font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase}.sharqawyjr-theme .sj-pkg-eyebrow{letter-spacing:.2em;color:var(--sj-text-mute);margin-bottom:12px}.sharqawyjr-theme .sj-pkg-title{font-size:28px;letter-spacing:-.02em;margin-bottom:8px;line-height:1.1}.sharqawyjr-theme .sj-pkg-tag{font-size:14px;color:var(--sj-text-dim);line-height:1.55;margin-bottom:26px;min-height:44px}.sharqawyjr-theme .sj-pkg-price-block{padding:4px 0 24px;border-bottom:1px solid var(--sj-line);margin-bottom:24px}.sharqawyjr-theme .sj-pkg-price-stack{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.sharqawyjr-theme .sj-pkg-price-num{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(52px,6vw,72px);font-weight:500;letter-spacing:-.04em;line-height:.95;color:var(--sj-text)}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-price-num{color:var(--sj-lime)}.sharqawyjr-theme .sj-pkg-price-curr{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--sj-text-dim);letter-spacing:.08em}.sharqawyjr-theme .sj-pkg-price-period{font-size:13px;color:var(--sj-text-mute);line-height:1.2}.sharqawyjr-theme .sj-pkg-price-extra{margin-top:10px;display:flex;align-items:center;gap:10px;font-size:12px}.sharqawyjr-theme .sj-pkg-price-strike{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--sj-text-mute);text-decoration:line-through;text-decoration-thickness:1px}.sharqawyjr-theme .sj-pkg-save{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:rgba(204,255,51,.12);color:var(--sj-lime);border:1px solid rgba(204,255,51,.28);border-radius:999px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.sharqawyjr-theme .sj-pkg-list{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;gap:10px}.sharqawyjr-theme .sj-pkg-list li{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font-size:14px;color:var(--sj-text);line-height:1.5}.sharqawyjr-theme .sj-pkg-list li .check{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:rgba(204,255,51,.14);color:var(--sj-lime);font-size:11px;font-weight:700;margin-top:1px}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-list li .check{background:var(--sj-lime);color:#0a0a0a}.sharqawyjr-theme .sj-pkg-cta{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:28px;padding:16px 24px;border-radius:999px;background:rgba(255,255,255,.04);color:var(--sj-text);border:1px solid var(--sj-line-strong);font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none;transition:transform .25s var(--sj-ease),background .25s var(--sj-ease),color .25s var(--sj-ease),border-color .25s var(--sj-ease),box-shadow .25s var(--sj-ease)}.sharqawyjr-theme .sj-pkg-cta:hover:not(:disabled){background:var(--sj-text);color:#0a0a0a;border-color:var(--sj-text);transform:translateY(-1px)}.sharqawyjr-theme .sj-pkg-cta:disabled{opacity:.6;cursor:not-allowed}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-cta{background:var(--sj-lime);color:#0a0a0a;border-color:var(--sj-lime);box-shadow:0 14px 30px -10px rgba(204,255,51,.6)}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-cta:hover:not(:disabled){background:var(--sj-lime-bright);border-color:var(--sj-lime-bright);transform:translateY(-2px);box-shadow:0 20px 34px -10px rgba(204,255,51,.7)}.sharqawyjr-theme .sj-pkg-cta .circ{width:22px;height:22px;border-radius:50%;background:rgba(10,10,10,.9);color:var(--sj-lime);display:grid;place-items:center;font-size:11px;transition:transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-pkg-cta:hover .circ{transform:rotate(-45deg)}.sharqawyjr-theme .sj-pkg-cta.is-loading .circ,.sharqawyjr-theme .sj-pkg-cta.is-success .circ{transform:none}.sharqawyjr-theme .sj-pkg-card:not(.featured) .sj-pkg-cta .circ{background:var(--sj-lime);color:#0a0a0a}.sharqawyjr-theme .sj-pkg-card:not(.featured) .sj-pkg-cta:hover .circ{background:#0a0a0a;color:var(--sj-lime)}.sharqawyjr-theme .sj-pkg-cta-sub{margin-top:12px;text-align:center;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-cta .spinner,.sharqawyjr-theme .sj-pkg-card:not(.featured) .sj-pkg-cta .spinner{width:14px;height:14px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:sjSpin .8s linear infinite}@keyframes sjSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sharqawyjr-theme .sj-pkg-trust{margin-top:48px;padding:22px 26px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;background:rgba(255,255,255,.025);border:1px solid var(--sj-line);border-radius:18px}.sharqawyjr-theme .sj-pkg-trust-items{display:flex;gap:22px;flex-wrap:wrap}.sharqawyjr-theme .sj-pkg-trust-item{display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sj-text-dim)}.sharqawyjr-theme .sj-pkg-trust-item .ic{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(204,255,51,.12);color:var(--sj-lime);font-size:12px}.sharqawyjr-theme .sj-pkg-trust-item strong{color:var(--sj-text);font-weight:500;letter-spacing:.12em}.sharqawyjr-theme .sj-pkg-trust-payments{display:inline-flex;gap:8px;align-items:center;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-pay-chip{display:inline-flex;align-items:center;padding:5px 9px;background:rgba(255,255,255,.04);border:1px solid var(--sj-line);border-radius:6px;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:11px;letter-spacing:.02em;color:var(--sj-text)}.sharqawyjr-theme .sj-pay-chip.visa{color:#1a1f71;background:#f4f4f4;border-color:#f4f4f4}.sharqawyjr-theme .sj-pay-chip.mc{padding:0;background:transparent;border:0;position:relative;width:28px;height:18px}.sharqawyjr-theme .sj-pay-chip.mc:after,.sharqawyjr-theme .sj-pay-chip.mc:before{content:"";position:absolute;top:0;width:18px;height:18px;border-radius:50%}.sharqawyjr-theme .sj-pay-chip.mc:before{left:0;background:#eb001b}.sharqawyjr-theme .sj-pay-chip.mc:after{right:0;background:#f79e1b;mix-blend-mode:multiply}.sharqawyjr-theme .sj-about{background:var(--sj-bg-0)}.sharqawyjr-theme .sj-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sharqawyjr-theme .sj-about-lead{color:var(--sj-text-dim);font-size:17px;line-height:1.7;margin-bottom:32px}.sharqawyjr-theme .sj-about-portrait{position:relative;aspect-ratio:4/5;border-radius:24px;overflow:hidden;border:1px solid var(--sj-line);background:var(--sj-bg-2)}.sharqawyjr-theme .sj-about-portrait img{width:100%;height:100%;object-fit:cover;display:block}.sharqawyjr-theme .sj-about-portrait-fallback{position:absolute;inset:0;background:radial-gradient(circle at 50% 70%,rgba(204,255,51,.25),transparent 60%),linear-gradient(180deg,var(--sj-bg-2),var(--sj-bg-0));display:flex;align-items:center;justify-content:center}.sharqawyjr-theme .sj-about-portrait-fallback .silhouette{width:60%;aspect-ratio:1/1;background:linear-gradient(180deg,transparent,rgba(204,255,51,.4) 90%);clip-path:ellipse(40% 60% at 50% 80%);filter:blur(16px)}.sharqawyjr-theme .sj-about-portrait-tag{position:absolute;top:24px;left:24px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--sj-text-mute);padding:6px 10px;border-radius:999px;background:rgba(10,10,10,.6);backdrop-filter:blur(10px)}.sharqawyjr-theme .sj-about-portrait-name{position:absolute;bottom:24px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:baseline;z-index:2}.sharqawyjr-theme .sj-about-portrait-name .nm{font-family:Bricolage Grotesque,sans-serif;font-size:24px;letter-spacing:-.01em;color:#fff}.sharqawyjr-theme .sj-about-portrait-name .yr{font-family:JetBrains Mono,monospace;font-size:11px;color:rgba(255,255,255,.6)}.sharqawyjr-theme .sj-certs{margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sharqawyjr-theme .sj-cert{padding:20px;border:1px solid var(--sj-line);border-radius:16px;background:var(--sj-bg-1);display:flex;flex-direction:column;gap:6px;transition:border-color .3s var(--sj-ease),transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-cert:hover{border-color:var(--sj-lime);transform:translateY(-2px)}.sharqawyjr-theme .sj-cert-badge{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--sj-lime)}.sharqawyjr-theme .sj-cert-title{font-family:Bricolage Grotesque,sans-serif;font-size:15px;letter-spacing:-.005em;color:var(--sj-text);line-height:1.3}.sharqawyjr-theme .sj-cert-org{font-size:12px;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-reviews{background:var(--sj-bg-1);border-top:1px solid var(--sj-line);border-bottom:1px solid var(--sj-line);overflow:hidden}.sharqawyjr-theme .sj-reviews-track{display:flex;gap:20px;animation:sjReviewsMarquee 40s linear infinite;width:max-content}.sharqawyjr-theme .sj-reviews:hover .sj-reviews-track{animation-play-state:paused}@keyframes sjReviewsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sharqawyjr-theme .sj-review{width:360px;flex-shrink:0;padding:28px;background:var(--sj-bg-2);border:1px solid var(--sj-line);border-radius:20px;display:flex;flex-direction:column;gap:16px}.sharqawyjr-theme .sj-review .stars{display:inline-flex;gap:3px;color:var(--sj-lime);font-size:12px}.sharqawyjr-theme .sj-review-body{color:var(--sj-text);font-size:15px;line-height:1.6;flex:1}.sharqawyjr-theme .sj-review-body:before{content:"“";display:block;font-family:Bricolage Grotesque,sans-serif;font-size:56px;line-height:.6;color:var(--sj-lime);margin-bottom:6px}.sharqawyjr-theme .sj-review-who{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--sj-line)}.sharqawyjr-theme .sj-review-who .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--sj-lime) 0,var(--sj-lime-deep) 100%);color:#0a0a0a;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:16px;display:grid;place-items:center;flex-shrink:0}.sharqawyjr-theme .sj-review-who .who-name{font-family:Bricolage Grotesque,sans-serif;font-size:15px;color:var(--sj-text)}.sharqawyjr-theme .sj-review-who .who-pkg{font-size:12px;color:var(--sj-text-mute);font-family:JetBrains Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.sharqawyjr-theme .sj-insights{background:var(--sj-bg-0);border-top:1px solid var(--sj-line);border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-insights-grid{display:grid;grid-template-columns:repeat(4,1fr)}.sharqawyjr-theme .sj-stat{padding:60px 32px;border-right:1px solid var(--sj-line);position:relative}.sharqawyjr-theme .sj-stat:last-child{border-right:0}.sharqawyjr-theme .sj-stat .tag{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--sj-text-mute);margin-bottom:18px;display:block}.sharqawyjr-theme .sj-stat .num{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(56px,7vw,104px);line-height:.9;letter-spacing:-.04em;margin-bottom:18px;font-weight:500}.sharqawyjr-theme .sj-stat .num .suffix{color:var(--sj-lime)}.sharqawyjr-theme .sj-stat .label{font-size:14px;color:var(--sj-text-dim);max-width:28ch;line-height:1.5}.sharqawyjr-theme .sj-contact{padding:140px 40px 80px;position:relative;overflow:hidden}.sharqawyjr-theme .sj-contact:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 30% 20%,rgba(204,255,51,.12),transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(204,255,51,.06),transparent 50%)}.sharqawyjr-theme .sj-contact-inner{position:relative;max-width:1400px;margin:0 auto;z-index:1}.sharqawyjr-theme .sj-contact-h{font-size:clamp(48px,9vw,140px);line-height:.95;letter-spacing:-.04em;margin-bottom:60px}.sharqawyjr-theme .sj-contact-h .italic{font-style:italic;font-weight:400;-webkit-text-stroke:1.5px var(--sj-text);color:transparent}.sharqawyjr-theme .sj-contact-h .lime{color:var(--sj-lime);font-style:italic;font-weight:400}.sharqawyjr-theme .sj-contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;padding-top:48px;border-top:1px solid var(--sj-line)}.sharqawyjr-theme .sj-field{margin-bottom:28px}.sharqawyjr-theme .sj-field-label{display:block;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--sj-text-mute);margin-bottom:12px}.sharqawyjr-theme .sj-input{width:100%;background:transparent;border:0;border-bottom:1px solid var(--sj-line-strong);padding:12px 0;color:var(--sj-text);font-family:inherit;font-size:17px;outline:none;transition:border-color .3s var(--sj-ease)}.sharqawyjr-theme .sj-input::placeholder{color:var(--sj-text-mute)}.sharqawyjr-theme .sj-input:focus{border-bottom-color:var(--sj-lime)}.sharqawyjr-theme textarea.sj-input{resize:none;min-height:110px}.sharqawyjr-theme .sj-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.sharqawyjr-theme .sj-chip{padding:8px 14px;font-size:12px;font-family:inherit;border:1px solid var(--sj-line-strong);border-radius:999px;color:var(--sj-text-dim);background:transparent;cursor:pointer;transition:all .3s var(--sj-ease)}.sharqawyjr-theme .sj-chip.selected{background:var(--sj-lime);border-color:var(--sj-lime);color:#0a0a0a}.sharqawyjr-theme .sj-chip:hover:not(.selected){border-color:var(--sj-text-dim);color:var(--sj-text)}.sharqawyjr-theme .sj-submit{margin-top:28px;padding:18px 30px;background:var(--sj-lime);color:#0a0a0a;border:0;border-radius:999px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:14px;transition:transform .3s var(--sj-ease),background .3s var(--sj-ease);box-shadow:0 10px 30px -8px rgba(204,255,51,.55)}.sharqawyjr-theme .sj-submit:hover:not(:disabled){background:var(--sj-lime-bright);transform:translateY(-2px)}.sharqawyjr-theme .sj-submit:disabled{opacity:.6;cursor:not-allowed}.sharqawyjr-theme .sj-submit .circ{width:24px;height:24px;border-radius:50%;background:#0a0a0a;color:var(--sj-lime);display:grid;place-items:center;font-size:11px}.sharqawyjr-theme .sj-contact-side h4{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(24px,2.6vw,36px);letter-spacing:-.02em;line-height:1.15;margin-bottom:36px}.sharqawyjr-theme .sj-channel{display:block;padding:20px 0;border-top:1px solid var(--sj-line);color:var(--sj-text);text-decoration:none;transition:padding .4s var(--sj-ease)}.sharqawyjr-theme .sj-channel:last-child{border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-channel:hover{padding-left:12px}.sharqawyjr-theme .sj-channel-row{display:flex;justify-content:space-between;align-items:center}.sharqawyjr-theme .sj-channel .ch{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-channel .val{font-family:Bricolage Grotesque,sans-serif;font-size:20px;color:var(--sj-text);margin-top:4px}.sharqawyjr-theme .sj-channel .arr{color:var(--sj-text-mute);transition:transform .3s var(--sj-ease),color .3s var(--sj-ease)}.sharqawyjr-theme .sj-channel:hover .arr{transform:rotate(-45deg);color:var(--sj-lime)}.sharqawyjr-theme .sj-footer{padding:80px 40px 40px;border-top:1px solid var(--sj-line);background:var(--sj-bg-0);position:relative;overflow:hidden}.sharqawyjr-theme .sj-footer-wordmark{font-family:Bricolage Grotesque,sans-serif;font-weight:500;font-style:italic;font-size:clamp(80px,16vw,240px);letter-spacing:-.05em;line-height:.85;text-align:center;background:linear-gradient(180deg,var(--sj-text) 0,rgba(204,255,51,.5) 60%,transparent 100%);color:transparent;user-select:none;padding:40px 0 20px;margin:0 auto;max-width:1400px}.sharqawyjr-theme .sj-footer-wordmark .jr{font-style:normal;color:rgba(204,255,51,.8)}.sharqawyjr-theme .sj-footer-main{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-footer-brand-logo img{height:24px;margin-bottom:18px}.sharqawyjr-theme .sj-footer-brand-text{color:var(--sj-text-dim);font-size:14px;line-height:1.6;max-width:36ch}.sharqawyjr-theme .sj-footer-stores{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.sharqawyjr-theme .sj-footer-col h5{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--sj-text-mute);font-weight:400;margin:0 0 18px}.sharqawyjr-theme .sj-footer-col .line,.sharqawyjr-theme .sj-footer-col a{display:block;padding:5px 0;color:var(--sj-text-dim);text-decoration:none;font-size:14px;transition:color .3s var(--sj-ease),padding .3s var(--sj-ease)}.sharqawyjr-theme .sj-footer-col a:hover{color:var(--sj-text);padding-left:6px}.sharqawyjr-theme .sj-footer-col .line-sub{display:block;color:var(--sj-text-mute);font-size:12px;margin-top:-4px}.sharqawyjr-theme .sj-footer-bottom{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:30px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--sj-text-mute);letter-spacing:.1em;flex-wrap:wrap;gap:16px}.sharqawyjr-theme .sj-footer-sellzy{text-decoration:none;display:inline-block;font-family:var(--font-bangers,"Bangers",cursive);font-size:1.15em;letter-spacing:.06em;background:linear-gradient(90deg,var(--sj-text-mute) 0,var(--sj-text) 30%,var(--sj-lime) 50%,var(--sj-text) 70%,var(--sj-text-mute) 100%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:sjSellzyShine 3s linear infinite}@keyframes sjSellzyShine{0%{background-position:100%}to{background-position:-100%}}.sharqawyjr-theme .sj-cursor-dot{z-index:9999;width:6px;height:6px;background:var(--sj-lime);box-shadow:0 0 14px var(--sj-lime),0 0 40px rgba(204,255,51,.4);transition:transform .15s var(--sj-ease)}.sharqawyjr-theme .sj-cursor-dot,.sharqawyjr-theme .sj-cursor-ring{position:fixed;pointer-events:none;border-radius:50%;transform:translate(-50%,-50%)}.sharqawyjr-theme .sj-cursor-ring{z-index:9998;width:36px;height:36px;border:1px solid rgba(204,255,51,.35);transition:width .3s var(--sj-ease),height .3s var(--sj-ease),border-color .3s var(--sj-ease),opacity .3s var(--sj-ease)}.sharqawyjr-theme .sj-cursor-ring.hover{width:64px;height:64px;border-color:rgba(204,255,51,.8);background:rgba(204,255,51,.05)}.sharqawyjr-theme .sj-tilt{--sj-rx:0deg;--sj-ry:0deg;perspective:1200px;transform-style:preserve-3d;transform:rotateX(var(--sj-rx)) rotateY(var(--sj-ry));transition:transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-tilt-inner{transform-style:preserve-3d}.sharqawyjr-theme .sj-tilt-glare{position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at var(--sj-gx,50%) var(--sj-gy,50%),rgba(255,255,255,.08),transparent 40%);mix-blend-mode:plus-lighter;opacity:.9}.sharqawyjr-theme .sj-phone-stack{position:relative;width:100%;max-width:640px;aspect-ratio:1/.95;perspective:1600px;transform-style:preserve-3d;margin:0 auto}.sharqawyjr-theme .sj-phone-stack .sj-phone{position:absolute;transition:transform .6s var(--sj-ease),box-shadow .6s var(--sj-ease);transform-style:preserve-3d;box-shadow:0 50px 80px -25px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.06);will-change:transform}.sharqawyjr-theme .sj-phone-stack .sj-phone-c{left:50%;top:50%;transform:translate(-50%,-50%) translateY(var(--sj-float-c,0)) rotate(0deg);z-index:3}.sharqawyjr-theme .sj-phone-stack .sj-phone-l{left:6%;top:50%;transform:translateY(-50%) translateY(var(--sj-float-l,0)) rotate(-9deg) scale(.94);z-index:2;filter:brightness(.88) saturate(.95)}.sharqawyjr-theme .sj-phone-stack .sj-phone-r{right:6%;top:50%;transform:translateY(-50%) translateY(var(--sj-float-r,0)) rotate(9deg) scale(.94);z-index:2;filter:brightness(.88) saturate(.95)}.sharqawyjr-theme .sj-phone-stack:hover .sj-phone-c{transform:translate(-50%,-50%) translateY(-8px) rotate(-1deg)}.sharqawyjr-theme .sj-phone-stack:hover .sj-phone-l{transform:translate(-10px,-50%) rotate(-11deg) scale(.96)}.sharqawyjr-theme .sj-phone-stack:hover .sj-phone-r{transform:translate(10px,-50%) rotate(11deg) scale(.96)}@keyframes sjFloatC{0%,to{--sj-float-c:0px}50%{--sj-float-c:-14px}}@keyframes sjFloatL{0%,to{--sj-float-l:0px}50%{--sj-float-l:-8px}}@keyframes sjFloatR{0%,to{--sj-float-r:0px}50%{--sj-float-r:-10px}}@property --sj-float-c{syntax:"<length>";inherits:false;initial-value:0}@property --sj-float-l{syntax:"<length>";inherits:false;initial-value:0}@property --sj-float-r{syntax:"<length>";inherits:false;initial-value:0}.sharqawyjr-theme .sj-phone-stack .sj-phone-c{animation:sjFloatC 7s var(--sj-ease) infinite}.sharqawyjr-theme .sj-phone-stack .sj-phone-l{animation:sjFloatL 8s var(--sj-ease) infinite;animation-delay:-2s}.sharqawyjr-theme .sj-phone-stack .sj-phone-r{animation:sjFloatR 9s var(--sj-ease) infinite;animation-delay:-4s}.sharqawyjr-theme .sj-phone-stack-glow{position:absolute;inset:12% 18%;background:radial-gradient(ellipse at 50% 50%,rgba(204,255,51,.45),transparent 60%);filter:blur(40px);animation:sjGlowPulse 4s var(--sj-ease) infinite;z-index:0;pointer-events:none}@keyframes sjGlowPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.sharqawyjr-theme .sj-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}.sharqawyjr-theme .sj-particle{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--sj-lime);opacity:.35;box-shadow:0 0 12px var(--sj-lime);animation:sjFloatParticle 18s var(--sj-ease-in) infinite}@keyframes sjFloatParticle{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:.4}50%{transform:translateY(-80px) scale(1.4);opacity:.8}90%{opacity:.35}to{transform:translateY(-180px) scale(.8);opacity:0}}.sharqawyjr-theme .sj-showcase{background:radial-gradient(ellipse at 50% 0,rgba(204,255,51,.08),transparent 60%),var(--sj-bg-0);border-top:1px solid var(--sj-line);border-bottom:1px solid var(--sj-line);overflow:hidden;padding:140px 0;position:relative}.sharqawyjr-theme .sj-showcase-head{max-width:1400px;margin:0 auto 70px;padding:0 40px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}.sharqawyjr-theme .sj-showcase-lead{max-width:44ch;color:var(--sj-text-dim);font-size:16px;line-height:1.65}.sharqawyjr-theme .sj-showcase-rows{display:flex;flex-direction:column;gap:28px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.sharqawyjr-theme .sj-showcase-track{display:flex;gap:28px;animation:sjShowcaseL 48s linear infinite;width:max-content}.sharqawyjr-theme .sj-showcase-track.reverse{animation-name:sjShowcaseR;animation-duration:56s}.sharqawyjr-theme .sj-showcase:hover .sj-showcase-track{animation-play-state:paused}@keyframes sjShowcaseL{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes sjShowcaseR{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.sharqawyjr-theme .sj-showcase-phone{--sj-rx:0deg;--sj-ry:0deg;flex-shrink:0;width:200px;aspect-ratio:9/19.5;border-radius:32px;background:#0a0a0a;border:7px solid #1a1a1a;overflow:hidden;box-shadow:0 30px 60px -20px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.06);position:relative;transform:rotateX(var(--sj-rx)) rotateY(var(--sj-ry));transition:transform .35s var(--sj-ease),box-shadow .35s var(--sj-ease);cursor:pointer}.sharqawyjr-theme .sj-showcase-phone:hover{box-shadow:0 40px 80px -20px rgba(204,255,51,.35),inset 0 0 0 1px rgba(204,255,51,.3)}.sharqawyjr-theme .sj-showcase-phone .notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:70px;height:18px;background:#0a0a0a;border-radius:999px;z-index:3}.sharqawyjr-theme .sj-showcase-phone .screen{position:absolute;inset:0;background:linear-gradient(180deg,#151515,#0a0a0a);overflow:hidden}.sharqawyjr-theme .sj-showcase-phone .screen img{width:100%;height:100%;object-fit:cover;display:block}.sharqawyjr-theme .sj-showcase-phone .label{position:absolute;bottom:14px;left:14px;right:14px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.85);padding:6px 10px;background:rgba(10,10,10,.55);backdrop-filter:blur(6px);border-radius:8px;z-index:2;text-align:center;opacity:0;transform:translateY(6px);transition:opacity .3s var(--sj-ease),transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-showcase-phone:hover .label{opacity:1;transform:translateY(0)}.sharqawyjr-theme .sj-showcase-phone-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sj-bg-2),var(--sj-bg-0));color:var(--sj-text-mute);font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.sharqawyjr-theme .sj-showcase-phone-fallback:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:20px 20px}.sharqawyjr-theme .sj-showcase-phone-fallback:after{content:"";position:absolute;width:80%;height:40%;left:10%;top:40%;background:radial-gradient(ellipse,rgba(204,255,51,.3),transparent 65%);filter:blur(18px)}.sharqawyjr-theme .sj-save-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--sj-lime);border:1px solid rgba(204,255,51,.25);background:rgba(204,255,51,.06);transition:opacity .3s var(--sj-ease),transform .3s var(--sj-ease)}.sharqawyjr-theme .sj-magnetic{display:inline-block;will-change:transform}.sharqawyjr-theme .sj-marquee{padding:14px 0;border-bottom:1px solid var(--sj-line);overflow:hidden;background:#0a0a0a}.sharqawyjr-theme .sj-marquee-track{display:flex;gap:40px;animation:sjMarquee 38s linear infinite;width:max-content;align-items:center}.sharqawyjr-theme .sj-marquee-item{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:500;color:var(--sj-text-dim);letter-spacing:-.005em;display:inline-flex;align-items:center;gap:12px;white-space:nowrap}.sharqawyjr-theme .sj-marquee-item .dot{width:6px;height:6px;border-radius:50%;background:var(--sj-lime)}@keyframes sjMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.sharqawyjr-theme .sj-nav{padding:12px 16px}.sharqawyjr-theme .sj-desktop-only,.sharqawyjr-theme .sj-nav-links{display:none}.sharqawyjr-theme .sj-burger{display:inline-flex;align-items:center;justify-content:center}.sharqawyjr-theme .sj-section{padding:80px 18px}.sharqawyjr-theme .sj-hero{padding:120px 18px 60px;min-height:auto}.sharqawyjr-theme .sj-hero-inner{grid-template-columns:1fr;gap:60px}.sharqawyjr-theme .sj-hero-phones{min-height:440px}.sharqawyjr-theme .sj-phone{width:200px}.sharqawyjr-theme .sj-phone-l{left:2%}.sharqawyjr-theme .sj-phone-r{right:2%}.sharqawyjr-theme .sj-feature{grid-template-columns:1fr;gap:40px;padding:60px 0}.sharqawyjr-theme .sj-feature.reverse .sj-feature-visual{order:0}.sharqawyjr-theme .sj-pkg-grid{grid-template-columns:1fr;gap:28px}.sharqawyjr-theme .sj-pkg-card.featured{transform:none;order:-1}.sharqawyjr-theme .sj-pkg-card.featured:hover{transform:translateY(-2px)}.sharqawyjr-theme .sj-pkg-trust{flex-direction:column;align-items:flex-start}.sharqawyjr-theme .sj-about-inner{grid-template-columns:1fr;gap:40px}.sharqawyjr-theme .sj-certs{grid-template-columns:1fr}.sharqawyjr-theme .sj-contact{padding:100px 18px 60px}.sharqawyjr-theme .sj-contact-grid{grid-template-columns:1fr;gap:48px}.sharqawyjr-theme .sj-insights-grid{grid-template-columns:1fr 1fr}.sharqawyjr-theme .sj-stat{padding:40px 20px}.sharqawyjr-theme .sj-stat:nth-child(2){border-right:0}.sharqawyjr-theme .sj-stat:nth-child(-n+2){border-bottom:1px solid var(--sj-line)}.sharqawyjr-theme .sj-footer-main{grid-template-columns:1fr 1fr;gap:36px}.sharqawyjr-theme .sj-footer-brand-logo{grid-column:1/-1}.sharqawyjr-theme .sj-cursor-dot,.sharqawyjr-theme .sj-cursor-ring{display:none}.sharqawyjr-theme .sj-showcase{padding:80px 0}.sharqawyjr-theme .sj-showcase-head{padding:0 18px;margin-bottom:40px}.sharqawyjr-theme .sj-showcase-phone{width:160px}.sharqawyjr-theme .sj-phone-stack{aspect-ratio:1/1.2;max-width:420px}.sharqawyjr-theme .sj-phone-stack .sj-phone{width:180px!important}}@media (hover:none) and (pointer:coarse){.sharqawyjr-theme .sj-cursor-dot,.sharqawyjr-theme .sj-cursor-ring{display:none}}.sharqawyjr-theme{--sj-bg-0:#060711;--sj-bg-1:#0b1020;--sj-bg-2:#101827;--sj-bg-3:#172033;--sj-line:rgba(225,232,255,0.1);--sj-line-strong:rgba(225,232,255,0.22);--sj-text:#f8fbff;--sj-text-dim:#a8b3c7;--sj-text-mute:#68748d;--sj-lime:#b7ff4a;--sj-lime-bright:#d8ff7a;--sj-lime-deep:#7adf63;--sj-cyan:#4be7ff;--sj-coral:#ff7a59;--sj-violet:#8f7cff}.sharqawyjr-theme .sj-scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:200;pointer-events:none;background:rgba(255,255,255,.04)}.sharqawyjr-theme .sj-scroll-progress>div{width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,var(--sj-cyan),var(--sj-lime),var(--sj-coral));box-shadow:0 0 18px rgba(75,231,255,.42)}.sharqawyjr-theme .sj-page{background:linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(180deg,#060711,#080b16 48%,#060711);background-size:72px 72px,72px 72px,100% 100%}.sharqawyjr-theme .sj-nav{top:12px;left:18px;right:18px;border:1px solid var(--sj-line);border-radius:8px;background:rgba(6,7,17,.68);box-shadow:0 18px 60px rgba(0,0,0,.28)}.sharqawyjr-theme .sj-nav.scrolled{border-color:rgba(225,232,255,.16);background:rgba(6,7,17,.88)}.sharqawyjr-theme .sj-nav-logo .wordmark{letter-spacing:0}.sharqawyjr-theme .sj-nav-logo .wordmark .jr{color:var(--sj-cyan)}.sharqawyjr-theme .sj-nav-links{border-radius:8px;background:rgba(255,255,255,.045)}.sharqawyjr-theme .sj-nav-link,.sharqawyjr-theme .sj-nav-pill{border-radius:6px}.sharqawyjr-theme .sj-nav-pill{background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan))}.sharqawyjr-theme .sj-btn,.sharqawyjr-theme .sj-nav-cta,.sharqawyjr-theme .sj-pkg-cta,.sharqawyjr-theme .sj-submit{border-radius:8px}.sharqawyjr-theme .sj-hero{padding-top:150px;isolation:isolate}.sharqawyjr-theme .sj-hero-bg{background:linear-gradient(120deg,rgba(75,231,255,.18),transparent 33%),linear-gradient(300deg,rgba(255,122,89,.13),transparent 32%),linear-gradient(180deg,rgba(183,255,74,.06),transparent 62%),#060711}.sharqawyjr-theme .sj-hero-orb{display:none}.sharqawyjr-theme .sj-hero-grain{opacity:.14}.sharqawyjr-theme .sj-hero-inner{grid-template-columns:minmax(0,.92fr) minmax(480px,1fr);gap:clamp(48px,7vw,110px)}.sharqawyjr-theme .sj-hero-copy .eyebrow{border-color:rgba(75,231,255,.24);background:rgba(75,231,255,.06);color:#d8f8ff}.sharqawyjr-theme .sj-hero-copy .eyebrow .dot{background:var(--sj-cyan);box-shadow:0 0 12px var(--sj-cyan)}.sharqawyjr-theme .sj-hero-h1{max-width:12ch}.sharqawyjr-theme .sj-co-title-lime,.sharqawyjr-theme .sj-contact-h .lime,.sharqawyjr-theme .sj-hero-h1 .lime,.sharqawyjr-theme .sj-section-title .lime{background:linear-gradient(110deg,var(--sj-lime),var(--sj-cyan) 48%,var(--sj-coral));-webkit-background-clip:text;background-clip:text;color:transparent}.sharqawyjr-theme .sj-hero-sub{font-size:18px}.sharqawyjr-theme .sj-btn-primary,.sharqawyjr-theme .sj-co-primary,.sharqawyjr-theme .sj-nav-cta,.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-cta,.sharqawyjr-theme .sj-submit{background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan));border-color:transparent;color:#061016;box-shadow:0 18px 42px -18px rgba(75,231,255,.7)}.sharqawyjr-theme .sj-btn-primary:hover,.sharqawyjr-theme .sj-co-primary:hover:not(:disabled),.sharqawyjr-theme .sj-nav-cta:hover,.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-cta:hover:not(:disabled),.sharqawyjr-theme .sj-submit:hover:not(:disabled){background:linear-gradient(135deg,var(--sj-lime-bright),var(--sj-cyan))}.sharqawyjr-theme .sj-cert,.sharqawyjr-theme .sj-checkout-flow,.sharqawyjr-theme .sj-checkout-step,.sharqawyjr-theme .sj-co-form-body,.sharqawyjr-theme .sj-co-summary,.sharqawyjr-theme .sj-co-trust,.sharqawyjr-theme .sj-contact-side,.sharqawyjr-theme .sj-feature-visual,.sharqawyjr-theme .sj-pkg-card,.sharqawyjr-theme .sj-pkg-trust,.sharqawyjr-theme .sj-review,.sharqawyjr-theme .sj-store-badge{border-radius:8px}.sharqawyjr-theme .sj-phone{border-color:#1b2334;background:#060711;box-shadow:0 42px 90px -34px rgba(0,0,0,.86),inset 0 0 0 1px rgba(255,255,255,.08)}.sharqawyjr-theme .sj-phone .screen,.sharqawyjr-theme .sj-showcase-phone .screen{background:linear-gradient(160deg,rgba(75,231,255,.11),transparent 32%),linear-gradient(20deg,rgba(183,255,74,.12),transparent 38%),#09101d}.sharqawyjr-theme .sj-phone-stack-glow{inset:8% 3%;background:conic-gradient(from 180deg,rgba(75,231,255,.52),rgba(183,255,74,.35),rgba(255,122,89,.35),rgba(75,231,255,.52));opacity:.2;filter:blur(30px)}.sharqawyjr-theme .sj-hero-command{position:absolute;right:0;top:7%;width:min(300px,48%);z-index:5;padding:16px;border:1px solid rgba(225,232,255,.16);border-radius:8px;background:rgba(8,12,24,.76);backdrop-filter:blur(18px) saturate(1.25);box-shadow:0 26px 70px rgba(0,0,0,.34);animation:sjCommandFloat 8s var(--sj-ease) infinite}@keyframes sjCommandFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(-10px,14px,0)}}.sharqawyjr-theme .sj-command-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;color:var(--sj-cyan)}.sharqawyjr-theme .sj-command-top strong{display:block;margin-top:4px;color:var(--sj-text);font-family:Bricolage Grotesque,sans-serif;font-size:20px;letter-spacing:0;line-height:1.05}.sharqawyjr-theme .sj-command-kicker{display:block;font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-command-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.sharqawyjr-theme .sj-command-grid>div,.sharqawyjr-theme .sj-command-row{border:1px solid rgba(225,232,255,.1);background:rgba(255,255,255,.045);border-radius:8px}.sharqawyjr-theme .sj-command-grid>div{display:grid;gap:7px;padding:12px}.sharqawyjr-theme .sj-command-grid svg{color:var(--sj-lime)}.sharqawyjr-theme .sj-command-grid span{font-family:Bricolage Grotesque,sans-serif;font-size:26px;line-height:.9}.sharqawyjr-theme .sj-command-grid small{color:var(--sj-text-mute);font-size:11px}.sharqawyjr-theme .sj-command-rows{display:grid;gap:8px;margin-top:8px}.sharqawyjr-theme .sj-command-row{display:grid;grid-template-columns:16px 1fr auto;gap:9px;align-items:center;padding:10px 11px;font-size:12px;color:var(--sj-text-dim)}.sharqawyjr-theme .sj-command-row svg{color:var(--sj-lime)}.sharqawyjr-theme .sj-command-row strong{color:var(--sj-text);font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.sharqawyjr-theme .sj-command-row.cool svg{color:var(--sj-cyan)}.sharqawyjr-theme .sj-command-row.warm svg{color:var(--sj-coral)}.sharqawyjr-theme .sj-section{padding-top:clamp(96px,11vw,154px);padding-bottom:clamp(96px,11vw,154px)}.sharqawyjr-theme .sj-section-num:before{background:linear-gradient(90deg,var(--sj-cyan),var(--sj-lime))}.sharqawyjr-theme .sj-feature{border-color:rgba(225,232,255,.09)}.sharqawyjr-theme .sj-feature-visual{background:linear-gradient(135deg,rgba(75,231,255,.12),transparent 40%),linear-gradient(315deg,rgba(255,122,89,.1),transparent 42%),rgba(255,255,255,.025)}.sharqawyjr-theme .sj-showcase{background:linear-gradient(120deg,rgba(143,124,255,.14),transparent 28%),linear-gradient(300deg,rgba(75,231,255,.13),transparent 28%),#080b16}.sharqawyjr-theme .sj-showcase-phone{border-radius:26px;border-color:#1b2334}.sharqawyjr-theme .sj-showcase-mock{position:absolute;inset:0;padding:32px 12px 14px;display:flex;flex-direction:column;gap:10px}.sharqawyjr-theme .sj-showcase-mock-top{display:flex;justify-content:space-between;gap:10px;align-items:center;font-family:JetBrains Mono,monospace;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--sj-text-dim)}.sharqawyjr-theme .sj-showcase-mock-top i{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan))}.sharqawyjr-theme .sj-showcase-mock-hero{min-height:92px;border-radius:8px;padding:10px;display:flex;align-items:flex-end;justify-content:space-between;background:linear-gradient(140deg,rgba(183,255,74,.2),transparent 52%),rgba(255,255,255,.055);border:1px solid rgba(225,232,255,.08)}.sharqawyjr-theme .sj-showcase-mock-hero div{width:44px;height:44px;border-radius:8px;background:rgba(75,231,255,.2)}.sharqawyjr-theme .sj-showcase-mock-hero strong{color:var(--sj-lime);font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.sharqawyjr-theme .sj-showcase-mock-bars{display:grid;gap:6px}.sharqawyjr-theme .sj-showcase-mock-bars span,.sharqawyjr-theme .sj-showcase-mock-list em{display:block;height:6px;border-radius:999px;background:rgba(225,232,255,.16)}.sharqawyjr-theme .sj-showcase-mock-list{display:grid;gap:7px;margin-top:auto}.sharqawyjr-theme .sj-showcase-mock-list div{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:8px;padding:8px;border-radius:8px;background:rgba(255,255,255,.04)}.sharqawyjr-theme .sj-showcase-mock-list span{width:22px;height:22px;border-radius:7px;background:rgba(183,255,74,.18)}.sharqawyjr-theme .sj-pkg-grid{gap:18px}.sharqawyjr-theme .sj-pkg-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)),#0b1020}.sharqawyjr-theme .sj-pkg-card.featured{background:linear-gradient(160deg,rgba(75,231,255,.18),transparent 42%),linear-gradient(20deg,rgba(183,255,74,.14),transparent 45%),#0b1020;border-color:rgba(75,231,255,.58);box-shadow:0 40px 90px -42px rgba(75,231,255,.74)}.sharqawyjr-theme .sj-chip.selected,.sharqawyjr-theme .sj-pkg-popular,.sharqawyjr-theme .sj-pkg-toggle .pill{background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan))}.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-price-num,.sharqawyjr-theme .sj-review .stars,.sharqawyjr-theme .sj-stat .num .suffix{color:var(--sj-cyan)}.sharqawyjr-theme .sj-co-trust-ic,.sharqawyjr-theme .sj-pkg-card.featured .sj-pkg-list li .check,.sharqawyjr-theme .sj-pkg-list li .check,.sharqawyjr-theme .sj-pkg-trust-item .ic{background:rgba(75,231,255,.12);color:var(--sj-cyan)}.sharqawyjr-theme .sj-checkout-flow{margin-top:34px;padding:clamp(22px,4vw,34px);border:1px solid var(--sj-line);background:linear-gradient(135deg,rgba(75,231,255,.12),transparent 40%),linear-gradient(315deg,rgba(255,122,89,.1),transparent 38%),rgba(255,255,255,.025);display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:26px;align-items:center}.sharqawyjr-theme .sj-checkout-flow-copy h3{margin-top:10px;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:0;max-width:12ch}.sharqawyjr-theme .sj-checkout-flow-copy p{margin-top:18px;color:var(--sj-text-dim);line-height:1.65;max-width:46ch}.sharqawyjr-theme .sj-checkout-flow-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sharqawyjr-theme .sj-checkout-step{position:relative;min-height:174px;padding:18px;border:1px solid var(--sj-line);background:rgba(255,255,255,.045)}.sharqawyjr-theme .sj-checkout-step-num{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.16em;color:var(--sj-text-mute)}.sharqawyjr-theme .sj-checkout-step-icon{position:absolute;right:16px;top:16px;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:#071018;background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan))}.sharqawyjr-theme .sj-checkout-step strong{display:block;margin-top:36px;font-family:Bricolage Grotesque,sans-serif;font-size:20px;letter-spacing:0}.sharqawyjr-theme .sj-checkout-step p{margin-top:10px;color:var(--sj-text-dim);font-size:13px;line-height:1.55}.sharqawyjr-theme .sj-insights{background:linear-gradient(90deg,rgba(75,231,255,.1),transparent 30%,rgba(183,255,74,.08)),#060711}.sharqawyjr-theme .sj-stat{background:rgba(255,255,255,.018)}.sharqawyjr-theme .sj-about-portrait{background:linear-gradient(135deg,rgba(75,231,255,.12),transparent 42%),linear-gradient(315deg,rgba(183,255,74,.12),transparent 42%),#0b1020}.sharqawyjr-theme .sj-about-portrait-fallback{background:linear-gradient(150deg,rgba(75,231,255,.24),transparent 35%),linear-gradient(40deg,rgba(255,122,89,.18),transparent 38%),#0b1020}.sharqawyjr-theme .sj-footer-wordmark{background:linear-gradient(180deg,#f8fbff,rgba(75,231,255,.55) 56%,transparent);-webkit-background-clip:text;background-clip:text}@media (max-width:1024px){.sharqawyjr-theme .sj-hero-inner{grid-template-columns:1fr}.sharqawyjr-theme .sj-hero-command{right:6%;top:0;width:min(280px,60%)}.sharqawyjr-theme .sj-checkout-flow{grid-template-columns:1fr}}@media (max-width:900px){.sharqawyjr-theme .sj-nav{top:10px;left:12px;right:12px;padding:12px 14px}.sharqawyjr-theme .sj-hero-h1{max-width:10ch}.sharqawyjr-theme .sj-hero-command{position:relative;right:auto;top:auto;width:100%;max-width:360px;margin:0 auto 16px}.sharqawyjr-theme .sj-phone-stack{padding-top:18px}.sharqawyjr-theme .sj-checkout-flow-steps{grid-template-columns:1fr}}@media (max-width:560px){.sharqawyjr-theme .sj-hero-stores{display:none}.sharqawyjr-theme .sj-pkg-trust-payments{flex-wrap:wrap}.sharqawyjr-theme .sj-showcase-phone{width:148px}}@media (prefers-reduced-motion:reduce){.sharqawyjr-theme *,.sharqawyjr-theme :after,.sharqawyjr-theme :before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.sharqawyjr-theme{--sj-bg-0:#05070a;--sj-bg-1:#0a0f14;--sj-bg-2:#101821;--sj-text:#fbfcf7;--sj-text-dim:#b7c0ba;--sj-text-mute:#6f7d76;--sj-line:rgba(246,255,247,0.1);--sj-line-strong:rgba(246,255,247,0.22);--sj-lime:#d7ff4f;--sj-cyan:#8df4ff;--sj-coral:#ff8a63;overflow-x:hidden}.sharqawyjr-theme .sj-section-num{display:none}.sharqawyjr-theme .sj-page{width:100%;max-width:100%;overflow-x:hidden;background:radial-gradient(circle at 18% 10%,rgba(141,244,255,.16),transparent 28rem),radial-gradient(circle at 82% 4%,rgba(215,255,79,.13),transparent 30rem),radial-gradient(circle at 50% 100%,rgba(255,138,99,.12),transparent 34rem),#05070a}.sharqawyjr-theme .sj-nav{top:18px;left:50%;right:auto;width:min(1120px,calc(100vw - 32px));transform:translateX(-50%);border-radius:999px;padding:10px 12px 10px 20px;background:rgba(5,7,10,.68)}.sharqawyjr-theme .sj-nav-cta,.sharqawyjr-theme .sj-nav-link,.sharqawyjr-theme .sj-nav-links,.sharqawyjr-theme .sj-nav-pill{border-radius:999px}.sharqawyjr-theme .sj-hero{min-height:100svh;padding:152px 24px 96px}.sharqawyjr-theme .sj-hero-bg{background:linear-gradient(rgba(5,7,10,.58),rgba(5,7,10,.92)),radial-gradient(circle at 50% 22%,rgba(215,255,79,.18),transparent 30rem),url(https://picsum.photos/seed/premium-saas-interface/1920/1080) 50%/cover;filter:grayscale(.25) contrast(1.18)}.sharqawyjr-theme .sj-hero-centered{display:flex;flex-direction:column;align-items:center;gap:54px;max-width:1280px;text-align:center}.sharqawyjr-theme .sj-hero-copy{width:100%;display:flex;flex-direction:column;align-items:center}.sharqawyjr-theme .sj-hero-h1{width:100%;max-width:min(1180px,94vw);font-family:Geist,Outfit,Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(3.2rem,6.2vw,6.4rem);line-height:.94;letter-spacing:0;text-wrap:balance}.sharqawyjr-theme .sj-inline-image{display:inline-block;width:clamp(78px,10vw,156px);height:clamp(38px,4.7vw,64px);margin:0 .08em;border-radius:999px;vertical-align:middle;background-size:cover;background-position:50%;filter:grayscale(.18) contrast(1.2) saturate(.9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.28)}.sharqawyjr-theme .sj-hero-h1 .lime{background:linear-gradient(95deg,#fbfcf7,var(--sj-lime) 44%,var(--sj-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.sharqawyjr-theme .sj-hero-sub{max-width:780px;margin-top:28px;font-size:clamp(17px,1.6vw,22px);color:rgba(251,252,247,.78)}.sharqawyjr-theme .sj-hero-ctas{justify-content:center;margin-top:34px}.sharqawyjr-theme .sj-btn{min-height:54px;padding:16px 24px;border-radius:999px}.sharqawyjr-theme .sj-btn-primary{color:#091009;background:linear-gradient(135deg,var(--sj-lime),#f8ffe6)}.sharqawyjr-theme .sj-btn-ghost{color:#fbfcf7;background:rgba(251,252,247,.08);border-color:rgba(251,252,247,.24)}.sharqawyjr-theme .sj-hero-app-wrap{width:min(1160px,94vw)}.sharqawyjr-theme .sj-app-hero{width:100%;transform-origin:center}.sharqawyjr-theme .sj-app-browser{overflow:hidden;border-radius:28px;border:1px solid rgba(251,252,247,.18);background:rgba(8,13,16,.76);box-shadow:0 60px 160px rgba(0,0,0,.62);backdrop-filter:blur(22px)}.sharqawyjr-theme .sj-app-browser-top{height:44px;display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid rgba(251,252,247,.1);color:var(--sj-text-mute);font-family:JetBrains Mono,monospace;font-size:11px}.sharqawyjr-theme .sj-app-browser-top span{width:10px;height:10px;border-radius:50%;background:rgba(251,252,247,.28)}.sharqawyjr-theme .sj-app-browser-top strong{margin-left:10px;font-weight:400}.sharqawyjr-theme .sj-app-canvas{min-height:560px;padding:clamp(18px,3vw,34px);background:linear-gradient(130deg,rgba(215,255,79,.16),transparent 42%),linear-gradient(310deg,rgba(141,244,255,.14),transparent 40%),#0b1116}.sharqawyjr-theme .sj-app-nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.sharqawyjr-theme .sj-app-nav strong{font-family:Geist,Outfit,sans-serif;letter-spacing:0;font-size:24px}.sharqawyjr-theme .sj-app-nav div{display:flex;gap:8px;flex-wrap:wrap}.sharqawyjr-theme .sj-app-nav span{padding:8px 12px;border-radius:999px;color:rgba(251,252,247,.72);background:rgba(251,252,247,.06);font-size:12px}.sharqawyjr-theme .sj-app-main{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:28px;align-items:stretch;margin-top:36px}.sharqawyjr-theme .sj-app-copy,.sharqawyjr-theme .sj-app-dock>div,.sharqawyjr-theme .sj-app-media{border-radius:22px;border:1px solid rgba(251,252,247,.12);background:rgba(251,252,247,.07)}.sharqawyjr-theme .sj-app-copy{padding:clamp(26px,4vw,54px);text-align:left}.sharqawyjr-theme .sj-app-copy h3{max-width:12ch;font-family:Geist,Outfit,sans-serif;font-size:clamp(42px,5vw,76px);line-height:.92;letter-spacing:0}.sharqawyjr-theme .sj-app-copy p{margin-top:24px;max-width:42ch;color:rgba(251,252,247,.72)}.sharqawyjr-theme .sj-app-copy button{margin-top:32px;padding:14px 18px;border:0;border-radius:999px;background:var(--sj-lime);color:#091009;font-weight:700}.sharqawyjr-theme .sj-app-media{min-height:360px;background:linear-gradient(rgba(5,7,10,.1),rgba(5,7,10,.36)),url(https://picsum.photos/seed/app-builder-preview/1200/1000) 50%/cover;filter:grayscale(.25) contrast(1.16);transition:transform .7s var(--sj-ease),filter .7s var(--sj-ease)}.sharqawyjr-theme .sj-app-browser:hover .sj-app-media{transform:scale(1.025);filter:grayscale(0) contrast(1.2)}.sharqawyjr-theme .sj-app-dock{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.sharqawyjr-theme .sj-app-dock>div{min-height:104px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.sharqawyjr-theme .sj-app-dock span{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--sj-lime),var(--sj-cyan))}.sharqawyjr-theme .sj-app-dock strong{font-family:Geist,Outfit,sans-serif;letter-spacing:0}.sharqawyjr-theme .sj-interest-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.46fr);gap:48px;align-items:end;margin-bottom:70px}.sharqawyjr-theme .sj-bento-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:14px}.sharqawyjr-theme .sj-bento-card{position:relative;min-height:350px;grid-column:span 4;overflow:hidden;border-radius:24px;border:1px solid rgba(251,252,247,.12);background:#0b1116}.sharqawyjr-theme .sj-bento-card.is-large{grid-column:span 7;min-height:470px}.sharqawyjr-theme .sj-bento-card.is-media{grid-column:span 5;min-height:470px}.sharqawyjr-theme .sj-bento-image{position:absolute;inset:0;background-size:cover;background-position:50%;filter:grayscale(.42) contrast(1.18);opacity:.78;transition:transform .7s var(--sj-ease),filter .7s var(--sj-ease),opacity .7s var(--sj-ease)}.sharqawyjr-theme .sj-bento-card:hover .sj-bento-image{transform:scale(1.06);filter:grayscale(.08) contrast(1.25);opacity:.9}.sharqawyjr-theme .sj-bento-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,10,.08),rgba(5,7,10,.86))}.sharqawyjr-theme .sj-bento-content{position:relative;z-index:1;min-height:inherit;padding:26px;display:flex;flex-direction:column;justify-content:space-between}.sharqawyjr-theme .sj-bento-content>span{color:rgba(251,252,247,.72);font-size:13px}.sharqawyjr-theme .sj-bento-content h3{max-width:15ch;font-size:clamp(26px,3.2vw,46px);line-height:1;letter-spacing:0}.sharqawyjr-theme .sj-bento-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:rgba(251,252,247,.8)}.sharqawyjr-theme .sj-bento-foot small{padding:7px 10px;border-radius:999px;background:rgba(251,252,247,.1)}.sharqawyjr-theme .sj-horizontal-accordion{display:flex;gap:12px;min-height:460px;margin-top:14px}.sharqawyjr-theme .sj-accordion-panel{flex:1;min-width:0;position:relative;overflow:hidden;border-radius:24px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:50%;filter:grayscale(.32) contrast(1.15);transition:flex .7s var(--sj-ease),filter .7s var(--sj-ease)}.sharqawyjr-theme .sj-accordion-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(5,7,10,.86))}.sharqawyjr-theme .sj-accordion-panel:hover{flex:2.4;filter:grayscale(0) contrast(1.2)}.sharqawyjr-theme .sj-accordion-panel p,.sharqawyjr-theme .sj-accordion-panel span{position:relative;z-index:1}.sharqawyjr-theme .sj-accordion-panel span{font-family:Geist,Outfit,sans-serif;font-size:clamp(24px,3vw,44px);letter-spacing:0;line-height:1}.sharqawyjr-theme .sj-accordion-panel p{max-width:30ch;margin-top:12px;color:rgba(251,252,247,.72);opacity:0;transform:translateY(10px);transition:opacity .4s var(--sj-ease),transform .4s var(--sj-ease)}.sharqawyjr-theme .sj-accordion-panel:hover p{opacity:1;transform:translateY(0)}.sharqawyjr-theme .sj-desire{padding:clamp(120px,12vw,190px) 0}.sharqawyjr-theme .sj-scrub-word{display:inline-block;will-change:opacity,transform,filter}.sharqawyjr-theme .sj-stack-stage{width:min(1120px,calc(100vw - 32px));margin:100px auto 0;display:grid;gap:22px}.sharqawyjr-theme .sj-stack-card{position:sticky;top:120px;min-height:360px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:30px;align-items:end;padding:24px;border-radius:28px;border:1px solid rgba(251,252,247,.14);background:rgba(10,15,20,.92);box-shadow:0 34px 90px rgba(0,0,0,.36)}.sharqawyjr-theme .sj-stack-media{min-height:310px;border-radius:20px;background-size:cover;background-position:50%;filter:grayscale(.24) contrast(1.16)}.sharqawyjr-theme .sj-stack-card h3{font-size:clamp(36px,5vw,74px);line-height:.92;letter-spacing:0}.sharqawyjr-theme .sj-stack-card p{max-width:44ch;margin-top:20px;color:rgba(251,252,247,.72)}.sharqawyjr-theme .sj-insights,.sharqawyjr-theme .sj-packages,.sharqawyjr-theme .sj-reviews{background:radial-gradient(circle at 12% 18%,rgba(215,255,79,.09),transparent 28rem),radial-gradient(circle at 82% 6%,rgba(141,244,255,.1),transparent 30rem),#05070a}.sharqawyjr-theme .sj-pkg-grid{gap:16px}.sharqawyjr-theme .sj-pkg-card{border-radius:24px;background:rgba(251,252,247,.055);backdrop-filter:blur(18px)}.sharqawyjr-theme .sj-pkg-card.featured{background:linear-gradient(135deg,rgba(215,255,79,.16),rgba(141,244,255,.08)),rgba(251,252,247,.06)}@media (max-width:980px){.sharqawyjr-theme .sj-app-main,.sharqawyjr-theme .sj-bento-grid,.sharqawyjr-theme .sj-interest-head,.sharqawyjr-theme .sj-stack-card{grid-template-columns:1fr}.sharqawyjr-theme .sj-bento-card,.sharqawyjr-theme .sj-bento-card.is-large,.sharqawyjr-theme .sj-bento-card.is-media{grid-column:span 1;min-height:360px}.sharqawyjr-theme .sj-horizontal-accordion{flex-direction:column}.sharqawyjr-theme .sj-accordion-panel,.sharqawyjr-theme .sj-accordion-panel:hover{flex:1;min-height:260px}.sharqawyjr-theme .sj-accordion-panel p{opacity:1;transform:none}}@media (max-width:680px){.sharqawyjr-theme .sj-hero{padding-top:128px}.sharqawyjr-theme .sj-app-canvas{min-height:auto}.sharqawyjr-theme .sj-app-nav{align-items:flex-start;flex-direction:column}.sharqawyjr-theme .sj-app-dock{grid-template-columns:repeat(2,1fr)}}