.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;overflow-x:hidden}.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{margin-top:28px;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;border-radius:999px;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%);-webkit-background-clip:text;background-clip:text;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}}