@font-face{font-family:Rabar;src:url(/Rabar_022.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--brand: #F97316;--brand-dark: #EA580C;--brand-light: #FFF7ED;--brand-purple: #7C3AED;--brand-gradient: linear-gradient(135deg, #F97316 0%, #EC4899 50%, #7C3AED 100%);--blue: #2563EB;--blue-dark: #1D4ED8;--blue-light: #EFF6FF;--purple: #7C3AED;--purple-light: #F5F3FF;--orange: #F97316;--orange-light: #FFF7ED;--green: #059669;--green-light: #ECFDF5;--pink: #EC4899;--pink-light: #FDF2F8;--cyan: #06B6D4;--cyan-light: #ECFEFF;--red: #EF4444;--yellow: #F59E0B;--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-rtl: "Rabar", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .03);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .15)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--gray-900);background:var(--white);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:var(--font);cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;transition:all .3s ease}.navbar.scrolled{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200)}.navbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:96px}.nav-logo{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);display:flex;align-items:center;gap:10px}.nav-logo-img{width:80px;height:80px;border-radius:16px;object-fit:contain}.nav-logo span{color:var(--brand)}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-links a:hover{color:var(--gray-900)}.nav-cta{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:all .2s ease}.btn-primary{background:var(--brand);color:var(--white)}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 8px 20px #f973164d}.btn-secondary{background:var(--white);color:var(--gray-700);border:1.5px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--gray-300);background:var(--gray-50)}.btn-blue{background:var(--brand);color:var(--white)}.btn-blue:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 8px 20px #f973164d}.btn-large{padding:14px 32px;font-size:1rem;border-radius:var(--radius)}.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.mobile-toggle span{width:22px;height:2px;background:var(--gray-900);border-radius:2px;transition:all .3s}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:156px 24px 80px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--gray-50);opacity:.5}.hero-blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.45}.hero-blob-1{width:600px;height:600px;background:#f9731612;top:-200px;left:50%;transform:translate(-50%);animation:blobFloat1 12s ease-in-out infinite}.hero-blob-2{width:400px;height:400px;background:#7c3aed0f;bottom:0;left:-50px;animation:blobFloat2 14s ease-in-out infinite}.hero-blob-3{width:400px;height:400px;background:#f973160d;bottom:10%;right:-80px;animation:blobFloat3 10s ease-in-out infinite}@keyframes blobFloat1{0%,to{transform:translate(-50%) translate(0) scale(1)}33%{transform:translate(-50%) translate(-40px,30px) scale(1.05)}66%{transform:translate(-50%) translate(20px,-20px) scale(.97)}}@keyframes blobFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(.95)}66%{transform:translate(-20px,20px) scale(1.03)}}@keyframes blobFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(1.08)}}.hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--brand-light);color:var(--brand);border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:32px;border:1px solid rgba(249,115,22,.2)}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-domain{margin-bottom:28px;font-family:var(--mono);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;line-height:1.2}.hero-domain-word{display:inline-block;font-weight:800}.hero-domain-static{color:var(--gray-300);font-weight:500}.hero-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.035em;color:var(--gray-900);margin-bottom:20px;max-width:600px}.hero-title-gradient{color:var(--brand)}.hero-desc{font-size:1.1rem;line-height:1.7;color:var(--gray-500);margin-bottom:36px;max-width:540px}.hero-buttons{display:flex;gap:14px;margin-bottom:48px;flex-wrap:wrap;justify-content:center}.hero-stats{display:flex;gap:40px;flex-wrap:wrap;justify-content:center;margin-bottom:64px;padding:20px 36px;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--gray-100)}.hero-stat{display:flex;flex-direction:column;align-items:center}.hero-stat-value{font-size:1.5rem;font-weight:800;color:var(--gray-900);letter-spacing:-.02em}.hero-stat-label{font-size:.78rem;color:var(--gray-400);font-weight:500}.hero-visual{position:relative;width:100%;max-width:880px;perspective:1200px}.browser-mockup{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl),0 0 0 1px #0000000d;overflow:hidden;transform:perspective(1400px) rotateX(3deg);transition:transform .5s ease}.browser-mockup:hover{transform:perspective(1400px) rotateX(.5deg)}.browser-chrome{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--gray-100);border-bottom:1px solid var(--gray-200);gap:12px}.browser-dots{display:flex;gap:6px;flex-shrink:0}.browser-dot{width:11px;height:11px;border-radius:50%}.browser-address{flex:1;display:flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;padding:5px 12px;font-family:var(--mono);font-size:.75rem;max-width:420px;margin:0 auto;overflow:hidden}.browser-store-name{font-weight:700;display:inline-block}.browser-domain{color:var(--gray-400);font-weight:400;white-space:nowrap}.browser-content{height:360px;overflow:hidden;position:relative}.float-pill{position:absolute;background:var(--white);border-radius:var(--radius);padding:10px 16px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;font-size:.8rem;font-weight:600;z-index:5;border:1px solid var(--gray-100)}.float-pill-icon{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.float-pill-value{font-weight:800;font-size:.9rem}.float-pill-label{font-size:.65rem;color:var(--gray-400);font-weight:500}.ticker-section{padding:48px 0;background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);overflow:hidden}.ticker-label{text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:24px}.ticker-track{display:flex;gap:12px;width:max-content;padding:6px 0}.ticker-row{overflow:hidden;margin-bottom:12px}.ticker-row:last-child{margin-bottom:0}.ticker-animate{animation:tickerScroll 60s linear infinite}.ticker-animate-reverse{animation:tickerScrollReverse 55s linear infinite}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tickerScrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.ticker-item{flex-shrink:0;padding:8px 18px;border-radius:100px;font-size:.82rem;font-weight:500;white-space:nowrap;border:1px solid var(--gray-200);color:var(--gray-600);background:var(--white);transition:all .2s}.ticker-item:hover{border-color:var(--brand);color:var(--brand)}.features-section{padding:120px 24px}.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-bottom:16px}.section-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--gray-900);margin-bottom:20px;max-width:700px}.section-desc{font-size:1.1rem;color:var(--gray-500);line-height:1.7;max-width:560px;margin-bottom:64px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--gray-200);border-left:1px solid var(--gray-200)}.feature-item{padding:40px 36px;border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);position:relative;transition:background .25s ease;cursor:default}.feature-item:hover{background:var(--gray-50)}.feature-num{font-size:.72rem;font-weight:700;letter-spacing:.12em;color:var(--gray-300);text-transform:uppercase;margin-bottom:20px;font-family:var(--mono)}.feature-icon-wrap{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-title{font-size:1.05rem;font-weight:700;margin-bottom:10px;color:var(--gray-900);line-height:1.35}.feature-desc{font-size:.88rem;color:var(--gray-500);line-height:1.65}.modules-section{padding:120px 24px;background:var(--gray-50)}.modules-header{text-align:center;margin-bottom:64px}.modules-header .section-title,.modules-header .section-desc{margin-left:auto;margin-right:auto}.modules-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1280px;margin:0 auto}.module-cat{padding:28px;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-100);transition:all .3s ease}.module-cat:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.module-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.module-cat-icon{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.module-cat-count{font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:100px;background:var(--gray-100);color:var(--gray-600)}.module-cat-name{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:10px}.module-cat-items{display:flex;flex-direction:column;gap:6px}.module-cat-item{font-size:.8rem;color:var(--gray-500);padding-left:12px;position:relative}.module-cat-item:before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:var(--gray-300);transform:translateY(-50%)}.stats-section{padding:100px 24px;background:var(--gray-900);color:var(--white);position:relative;overflow:hidden}.stats-section:before{display:none}.stats-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto}.stats-header{text-align:center;margin-bottom:72px}.stats-header .section-label{color:var(--brand)}.stats-header .section-title{color:var(--white);margin-left:auto;margin-right:auto}.stats-header .section-desc{color:var(--gray-400);margin-left:auto;margin-right:auto}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat-card{text-align:center;padding:40px 24px;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);transition:all .3s}.stat-card:hover{background:#ffffff12;border-color:#ffffff1a;transform:translateY(-4px)}.stat-number{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;letter-spacing:-.03em;line-height:1;margin-bottom:8px}.stat-label{font-size:.9rem;color:var(--gray-400);font-weight:500}.cta-section{padding:120px 24px;text-align:center}.cta-inner{max-width:900px;margin:0 auto;padding:80px 60px;border-radius:var(--radius-xl);background:var(--brand);position:relative;overflow:hidden}.cta-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000014}.cta-content{position:relative;z-index:2}.cta-title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--white);margin-bottom:20px}.cta-desc{font-size:1.1rem;color:#fffc;max-width:500px;margin:0 auto 36px;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.btn-white{background:var(--white);color:var(--gray-900);font-weight:700}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-ghost{background:#ffffff26;color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-ghost:hover{background:#ffffff40}.footer{padding:80px 24px 40px;border-top:1px solid var(--gray-100)}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;margin-bottom:60px}.footer-brand{max-width:300px}.footer-logo{font-size:1.3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:14px;display:flex;align-items:center;gap:10px}.footer-logo span{color:var(--brand)}.footer-brand-desc{font-size:.88rem;color:var(--gray-500);line-height:1.7}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-900);margin-bottom:20px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:.88rem;color:var(--gray-500);transition:color .2s}.footer-col a:hover{color:var(--gray-900)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--gray-100)}.footer-copy{font-size:.82rem;color:var(--gray-400)}.footer-socials{display:flex;gap:16px}.footer-social{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--gray-100);display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--gray-500)}.footer-social:hover{background:var(--gray-900);color:var(--white)}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.modules-categories{grid-template-columns:repeat(3,1fr)}.stats-grid,.footer-top{grid-template-columns:repeat(2,1fr)}.hero-visual{max-width:720px}}@media (max-width: 768px){.nav-links{display:none}.mobile-toggle{display:flex}.hero{padding:100px 16px 60px;min-height:auto}.hero-domain{font-size:clamp(1.6rem,7vw,2.4rem)}.hero-title{font-size:1.8rem}.hero-stats{gap:20px;padding:16px 20px;flex-wrap:wrap;justify-content:center}.hero-visual{max-width:100%}.float-pill{display:none}.browser-mockup{transform:none!important}.features-section,.modules-section,.cta-section{padding:80px 16px}.features-grid,.modules-categories{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:16px}.stat-card{padding:28px 16px}.cta-inner{padding:48px 28px}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.hero-buttons{flex-direction:column}.hero-buttons .btn{justify-content:center}.cta-buttons{flex-direction:column;align-items:center}.dash-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero-domain{font-size:.95rem}.hero-stats{flex-direction:column;gap:12px}.stats-grid,.dash-metrics{grid-template-columns:1fr}}:root[lang=ar],:root[lang=ku]{--font: "Rabar", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[dir=rtl] body{font-family:var(--font);letter-spacing:0}.lang-dropdown{position:relative}.lang-dropdown-btn{display:flex;align-items:center;gap:6px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;padding:7px 12px;font-size:.82rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .15s;font-family:var(--font);letter-spacing:.01em}.lang-dropdown-btn:hover{background:var(--gray-50);border-color:var(--gray-300)}.lang-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;box-shadow:0 8px 30px #0000001a;padding:4px;z-index:100;display:flex;flex-direction:column}[dir=rtl] .lang-dropdown-menu{right:auto;left:0}.lang-dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border:none;background:none;border-radius:7px;cursor:pointer;transition:background .12s;font-family:var(--font);text-align:left;width:100%}[dir=rtl] .lang-dropdown-item{text-align:right}.lang-dropdown-item:hover{background:var(--gray-50)}.lang-dropdown-item.active{background:var(--gray-100)}.lang-dropdown-code{font-size:.78rem;font-weight:700;color:var(--gray-900);min-width:24px}.lang-dropdown-name{font-size:.82rem;color:var(--gray-500);font-weight:500}[dir=rtl] .hero-buttons,[dir=rtl] .hero-stats{justify-content:flex-start}[dir=rtl] .hero-stat{align-items:flex-start}[dir=rtl] .float-pill{direction:ltr}[dir=rtl] .btn svg,[dir=rtl] .hero-arrow-svg{transform:scaleX(-1)}[dir=rtl] .section-label,[dir=rtl] .section-title,[dir=rtl] .section-desc,[dir=rtl] .modules-header,[dir=rtl] .stats-header,[dir=rtl] .feature-item,[dir=rtl] .feature-num{text-align:right}[dir=rtl] .feature-icon-wrap{margin-left:auto}[dir=rtl] .module-cat{text-align:right}[dir=rtl] .module-cat-items{justify-content:flex-start}[dir=rtl] .stat-card,[dir=rtl] .cta-content{text-align:right}[dir=rtl] .cta-buttons{justify-content:flex-start}[dir=rtl] .footer-brand,[dir=rtl] .footer-col,[dir=rtl] .footer-col ul{text-align:right}[dir=rtl] .footer-bottom{flex-direction:row-reverse}[dir=rtl] .ticker-animate{animation-direction:reverse}[dir=rtl] .ticker-animate-reverse{animation-direction:normal}.hero-domain,.browser-address,.browser-domain,.browser-store-name{direction:ltr;unicode-bidi:isolate}[dir=rtl] .hero-stat-value,[dir=rtl] .stat-number,[dir=rtl] .float-pill-value{direction:ltr;unicode-bidi:isolate;display:inline-block}[dir=rtl] .hero-inner,[dir=rtl] .cta-title,[dir=rtl] .cta-desc{text-align:right}
