/* Minified — source: assets/css/home.css — DO NOT EDIT this file directly. Run: node _dev/minify-css.js */
html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;color:#111;background:#fff;overflow-x:hidden}[dir="rtl"] body{font-family:'Cairo','Tajawal',sans-serif}a{text-decoration:none;color:inherit}.lime{color:#C7F262}.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;background:transparent;border-bottom:1px solid transparent;display:flex;align-items:center;justify-content:space-between;padding:0 48px;transition:background 0.3s ease,border-color 0.3s ease}.header.solid{background:#fff;border-bottom-color:rgba(0,0,0,0.06)}.header-logo{display:flex;align-items:center}.header-logo img{height:56px;width:110px;display:block;object-fit:contain;object-position:left center}.header-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:44px;align-items:center}.header:not(.solid) .header-nav a{color:rgba(10,10,10,0.72)}.header:not(.solid) .header-nav a:hover{color:#0A0A0A}.header:not(.solid) #lang-toggle{color:#0A0A0A;border-color:rgba(10,10,10,0.18)}.header:not(.solid) .btn-lime{box-shadow:0 6px 20px rgba(199,242,98,0.4)}.header:not(.solid) .hamburger svg{stroke:#0A0A0A}.header-nav a{font-size:0.9rem;font-weight:600;color:#555;transition:color 0.2s}.header-nav a:hover{color:#111}.header-right{display:flex;align-items:center;gap:18px}.header-login{font-size:0.9rem;font-weight:600;color:#555;transition:color 0.2s;text-decoration:none}.header-login:hover{color:#111}.header:not(.solid) .header-login{color:rgba(10,10,10,0.72)}.header:not(.solid) .header-login:hover{color:#0A0A0A}#lang-toggle{background:none;border:1px solid #ddd;border-radius:8px;padding:6px 14px;font-size:0.85rem;font-weight:600;cursor:pointer;font-family:'Cairo',sans-serif}.btn-lime{display:inline-block;background:#C7F262;color:#111;font-weight:700;font-size:0.9rem;padding:10px 24px;border-radius:50px;transition:transform 0.2s,box-shadow 0.2s;border:none;cursor:pointer}.btn-lime:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(199,242,98,0.4)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}.hamburger svg{width:28px;height:28px}.mobile-nav{display:none;position:fixed;inset:0;z-index:999;background:rgba(255,255,255,0.98);flex-direction:column;align-items:center;justify-content:center;gap:24px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:1.2rem;font-weight:700;color:#111}.mobile-nav-close{position:absolute;top:14px;right:16px;width:44px;height:44px;background:rgba(0,0,0,0.04);border:1px solid rgba(0,0,0,0.12);border-radius:10px;color:#111;font-size:1.6rem;font-weight:300;line-height:1;cursor:pointer;padding:0;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.18s}.mobile-nav-close:hover,.mobile-nav-close:active{background:rgba(0,0,0,0.1)}html[dir="rtl"] .mobile-nav-close{right:auto;left:16px}.header.menu-open{background:#fff;border-bottom-color:rgba(0,0,0,0.06)}.header.menu-open .header-login{color:#111}.header.menu-open #lang-toggle{color:#111;border-color:#ddd}.header.menu-open .hamburger svg{stroke:#111}.header.menu-open .hamburger{position:relative}.header.menu-open .hamburger svg{visibility:hidden}.header.menu-open .hamburger::after{content:'\00D7';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:300;line-height:1;color:#111}.mobile-nav-close{display:none !important}@media (max-width:768px){.header{padding:0 16px;height:60px}.header-logo img{height:36px;width:auto}.header-nav{display:none}.header .btn-lime{display:none !important}.header-right{gap:10px}.header-login{font-size:0.82rem}#lang-toggle{padding:5px 10px;font-size:0.78rem;border-radius:6px}.hamburger{display:block}}#scene-hero{height:500vh}#scene-hero .scene-sticky{opacity:0;animation:heroReveal 1.2s ease-out 0.3s forwards}#canvas-hero-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;transition:opacity 0.6s ease}#canvas-hero-poster.hidden{opacity:0}#canvas-hero{position:relative;z-index:1}@media (prefers-reduced-motion:reduce){#scene-hero{height:100vh}#canvas-hero{display:none}#canvas-hero-poster{opacity:1 !important}}@media (max-width:900px){#scene-hero{height:280vh}}@keyframes heroReveal{from{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-tag{font-size:0.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#FFFFFF;margin-bottom:16px;opacity:0;transform:translateY(10px);transition:opacity 0.6s ease,transform 0.6s ease}.hero-tag.show{opacity:1;transform:translateY(0)}.hero-typed{display:inline-block;border-right:3px solid #C7F262;animation:blink 0.7s step-end infinite;white-space:nowrap;overflow:hidden}.hero-typed.done{border-right-color:transparent;animation:none}@keyframes blink{50%{border-color:transparent}}html[dir="rtl"] .hero-typed{border-right:none;border-left:3px solid #C7F262}html[dir="rtl"] .hero-typed.done{border-left-color:transparent}.hero-sub{font-size:clamp(0.95rem,2vw,1.3rem) !important;max-width:500px;margin:0 auto}.hero-cta{display:inline-block;margin-top:32px;background:#C7F262;color:#111;font-weight:700;font-size:1.05rem;padding:16px 44px;border-radius:50px;text-decoration:none;pointer-events:auto;transition:font-size 0.1s ease-out,padding 0.1s ease-out,box-shadow 0.25s ease;will-change:font-size,padding;box-shadow:0 4px 20px rgba(199,242,98,0.3)}.hero-cta:hover{box-shadow:0 8px 32px rgba(199,242,98,0.5)}.hero-cta-ghost{background:#FFFFFF !important;color:#0A0A0A !important;border:1px solid rgba(10,10,10,0.18);box-shadow:0 6px 16px -8px rgba(10,10,10,0.12) !important;transition:border-color 0.25s ease,background 0.25s ease,transform 0.25s ease}.hero-cta-ghost:hover{background:#FFFFFF !important;border-color:#0A0A0A;transform:translateY(-2px);box-shadow:0 10px 22px -10px rgba(10,10,10,0.16) !important}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:4px;opacity:1;transition:opacity 0.4s ease}.scroll-indicator span{color:rgba(255,255,255,0.7);font-size:0.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.scroll-label{font-weight:400 !important;letter-spacing:0 !important;text-transform:none !important;font-size:0.7rem !important;color:rgba(255,255,255,0.5) !important}.scroll-arrow{width:32px;height:32px;border-radius:50%;background:#C7F262;color:#111;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-top:4px;animation:bounce 1.5s ease-in-out infinite;box-shadow:0 2px 12px rgba(199,242,98,0.4)}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}.scroll-indicator.hide{opacity:0}.hero-stats{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);z-index:5;display:flex;align-items:center;gap:24px;padding:12px 32px;background:rgba(255,255,255,0.08);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.1);border-radius:50px;opacity:0;transition:opacity 0.6s ease}.hero-stats.show{opacity:1}.stat{color:#fff;font-size:0.8rem;font-weight:600;letter-spacing:0.5px;white-space:nowrap}.stat-divider{width:1px;height:16px;background:rgba(255,255,255,0.2)}.scene-text-left::after,.scene-text-right::after{content:'';position:absolute;top:30%;bottom:30%;width:1px;background:rgba(199,242,98,0.3)}.scene-text-left::after{right:0}.scene-text-right::after{left:0}@media (max-width:768px){#scene-hero h1{font-size:clamp(2.2rem,10vw,3.5rem);letter-spacing:-1.5px}.hero-cta{padding:14px 32px;font-size:0.95rem}#scene-hero .scene-overlay{background:linear-gradient(to bottom,rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.25) 40%,rgba(0,0,0,0.30) 60%,rgba(0,0,0,0.55) 100%)}.hero-stats{padding:10px 20px;gap:16px}.stat{font-size:0.7rem}.scene-text-center{padding:0 24px}}.scene-cta{display:inline-block;margin-top:24px;background:#C7F262;color:#111;font-weight:700;font-size:1rem;padding:14px 40px;border-radius:50px;text-decoration:none;pointer-events:auto;transition:font-size 0.1s ease-out,padding 0.1s ease-out,box-shadow 0.25s ease;will-change:font-size,padding;box-shadow:0 4px 20px rgba(199,242,98,0.3)}.scene-cta:hover{box-shadow:0 8px 32px rgba(199,242,98,0.5)}.scene-bottom-text{position:absolute;bottom:0;left:0;right:0;z-index:6;text-align:center;padding:60px 24px 48px;background:linear-gradient(to top,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 60%,transparent 100%);pointer-events:none}.scene-bottom-text h2{color:#fff;font-size:clamp(2rem,5vw,4rem);font-weight:900;text-shadow:0 2px 20px rgba(0,0,0,0.4);margin-bottom:8px;opacity:0;transform:translateY(20px);transition:opacity 0.7s ease,transform 0.7s ease}.scene-bottom-text h2.show{opacity:1;transform:translateY(0)}.scene-bottom-text .scene-sub{color:rgba(255,255,255,0.85);font-size:clamp(0.9rem,1.5vw,1.1rem);font-weight:400;text-shadow:0 1px 10px rgba(0,0,0,0.3);margin-bottom:24px;opacity:0;transition:opacity 0.6s ease 0.1s}.scene-bottom-text .scene-sub.show{opacity:1}.scene-bottom-text .scene-cta{pointer-events:auto;margin-top:0}.scene-lines-bottom{display:flex;flex-direction:column;align-items:center;gap:8px;margin:16px 0 24px}.scene-line-b{color:rgba(255,255,255,0.9);font-size:clamp(0.8rem,1.2vw,0.95rem);font-weight:500;line-height:1.5;padding:6px 20px;background:rgba(0,0,0,0.25);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:30px;border:1px solid rgba(255,255,255,0.08);opacity:0;transform:translateY(10px);transition:opacity 0.5s ease,transform 0.5s ease}.scene-line-b.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.scene-line-b{font-size:0.8rem;padding:5px 14px}}.scene-side-lines{position:absolute;top:0;bottom:0;width:24%;z-index:6;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:0 28px;pointer-events:none}.side-left{left:0;align-items:flex-start;text-align:left}.side-right{right:0;align-items:flex-end;text-align:right}html[dir="rtl"] .side-left{right:0;left:auto;align-items:flex-end;text-align:right}html[dir="rtl"] .side-right{left:0;right:auto;align-items:flex-start;text-align:left}.scene-line-s{color:rgba(255,255,255,0.92);font-size:clamp(0.78rem,1vw,0.9rem);font-weight:600;line-height:1.65;padding:10px 18px;background:rgba(0,0,0,0.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,0.1);text-shadow:0 1px 6px rgba(0,0,0,0.3);opacity:0;transform:translateX(-20px);transition:opacity 0.6s ease,transform 0.6s ease}.side-right .scene-line-s{transform:translateX(20px)}.scene-line-s.show{opacity:1;transform:translateX(0)}@media (max-width:768px){.scene-side-lines{display:none}}.pill-badge{display:inline-block;background:#C7F262;color:#111;font-size:0.75rem;font-weight:700;padding:6px 16px;border-radius:50px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.hiw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1100px;margin:0 auto}.hiw-card{border-radius:24px;padding:36px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.4s ease,box-shadow 0.4s ease}.hiw-card.show{opacity:1;transform:translateY(0)}.hiw-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,0.08)}.hiw-card-large{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;min-height:300px}.hiw-card-lime{background:#C7F262;color:#111}.hiw-card-dark{background:#1A1A1A;color:#fff}.hiw-card-white{background:#F7F6F9;color:#111;border:1px solid #E5E7EB;overflow:visible !important;position:relative;z-index:5}.hiw-card-white>div>div:first-child{position:relative;z-index:15}.hiw-card-white{min-height:380px !important}.hiw-card-white h3{max-width:45%}.hiw-card-white p{max-width:45% !important}.robot-container{position:absolute;right:0;top:0;bottom:0;width:50%;z-index:1;overflow:visible;display:flex;align-items:center;justify-content:center}.robot-container spline-viewer{width:100%;height:100%;display:block}html[dir="rtl"] .robot-container{right:auto;left:0}spline-viewer,spline-viewer canvas{overflow:visible !important}spline-viewer{--spline-viewer-badge-display:none !important}spline-viewer #logo,spline-viewer [id="logo"],spline-viewer a[href*="spline"]{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;width:0 !important;height:0 !important;overflow:hidden !important}.robot-mobile-fallback{display:none}@media (max-width:768px){.robot-container{position:relative;width:100%;height:auto;min-height:280px}.hiw-card-white p,.hiw-card-white h3{max-width:100% !important}#robot-container #robot-spline,#robot-container spline-viewer{display:none !important}.robot-mobile-fallback{display:block !important;width:100%;height:auto;max-width:320px;margin:0 auto;aspect-ratio:1 / 1;object-fit:contain}}.hiw-card-gradient{background:linear-gradient(135deg,#111 0%,#2a2a2a 100%);color:#fff}.hiw-card h3{font-size:1.5rem;font-weight:800;margin:16px 0 8px;line-height:1.2}.hiw-card p{font-size:0.95rem;line-height:1.65;opacity:0.8;margin-bottom:20px}.hiw-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;font-size:1rem;font-weight:900;background:rgba(0,0,0,0.08);color:#111}.hiw-badge-lime{background:#C7F262;color:#111}.hiw-badge-dark{background:rgba(255,255,255,0.1);color:#fff}.hiw-cta{display:inline-block;font-size:0.88rem;font-weight:700;color:#111;text-decoration:none;padding:10px 24px;border-radius:50px;background:rgba(0,0,0,0.08);transition:all 0.2s ease}.hiw-cta:hover{background:rgba(0,0,0,0.15);transform:translateX(4px)}.hiw-cta-light{color:#C7F262;background:rgba(199,242,98,0.12)}.hiw-cta-light:hover{background:rgba(199,242,98,0.25)}.hiw-card-dark{position:relative;overflow:hidden;background:linear-gradient(145deg,#1A1A1A 0%,#222 60%,rgba(149,191,71,0.08) 100%);border:1px solid rgba(149,191,71,0.1)}.hiw-card-dark:hover{border-color:rgba(149,191,71,0.25);box-shadow:0 20px 60px rgba(0,0,0,0.15),0 0 40px rgba(149,191,71,0.06)}.hiw-card-dark>*{position:relative;z-index:2}.shopify-bg-logo{position:absolute;right:-20px;bottom:-15px;width:200px;height:auto;opacity:0.25;pointer-events:none;z-index:1;filter:drop-shadow(0 0 40px rgba(149,191,71,0.15));transition:opacity 0.4s ease,transform 0.4s ease}.hiw-card-dark:hover .shopify-bg-logo{opacity:0.35;transform:scale(1.05) rotate(-3deg)}html[dir="rtl"] .shopify-bg-logo{right:auto;left:-20px}html[dir="rtl"] .hiw-card-dark>div[style*="max-width"]{margin-left:auto;margin-right:0}.hiw-card-dark h3{color:#fff}.hiw-card-dark p{color:rgba(255,255,255,0.7)}@media (max-width:768px){.shopify-bg-logo{width:140px;opacity:0.15;right:-10px;bottom:-10px}.hiw-card-dark>div[style*="max-width"]{max-width:70% !important}}.hiw-card-gradient h3{color:#fff}.hiw-card-gradient p{color:rgba(255,255,255,0.65)}.hiw-icon-area{margin-bottom:8px}.ai-pulse-icon{position:relative;display:inline-block}.ai-ring{position:absolute;inset:-6px;border-radius:16px;border:2px solid #C7F262;opacity:0;animation:aiRingPulse 2.5s ease-out infinite}@keyframes aiRingPulse{0%{transform:scale(0.8);opacity:0.6}100%{transform:scale(1.4);opacity:0}}.ai-typing-demo{margin-top:20px;padding:16px;background:#fff;border-radius:12px;border:1px solid #E5E7EB;position:relative}.typing-line{height:8px;border-radius:4px;background:#E5E7EB;margin-bottom:8px;animation:typingExpand 3s ease-in-out infinite}.tl-1{width:0%;animation-delay:0s}.tl-2{width:0%;animation-delay:0.5s}.tl-3{width:0%;animation-delay:1s}@keyframes typingExpand{0%{width:0%;background:#E5E7EB}30%{width:85%;background:#C7F262}60%{width:85%;background:#C7F262}100%{width:85%;background:#E5E7EB}}.typing-cursor{position:absolute;bottom:20px;right:20px;width:2px;height:14px;background:#C7F262;animation:cursorBlink 0.8s step-end infinite}@keyframes cursorBlink{50%{opacity:0}}.hiw-floating-cards{position:relative;height:240px}.hiw-float-card{position:absolute;background:#fff;border-radius:16px;padding:12px;width:140px;box-shadow:0 8px 30px rgba(0,0,0,0.1);animation:floatCard 4s ease-in-out infinite}.fc-1{top:10px;left:10%;animation-delay:0s}.fc-2{top:40px;left:40%;animation-delay:0.8s}.fc-3{top:20px;right:5%;animation-delay:1.6s}.fc-img{width:100%;height:80px;border-radius:10px;margin-bottom:8px}.fc-line{height:6px;border-radius:3px;background:#e8e8e8;margin-bottom:4px}.fc-line.short{margin-bottom:8px}.fc-price{font-size:0.85rem;font-weight:800;color:#111}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.hiw-stats-visual{display:flex;flex-direction:column;gap:16px;padding:24px;background:rgba(255,255,255,0.05);border-radius:16px;border:1px solid rgba(255,255,255,0.08)}.hiw-stat-item{display:flex;align-items:center;gap:12px}.hiw-stat-item span{font-size:0.75rem;font-weight:600;color:rgba(255,255,255,0.5);min-width:60px}.stat-bar{flex:1;height:8px;background:rgba(255,255,255,0.08);border-radius:4px;overflow:hidden}.stat-fill{height:100%;border-radius:4px;background:#C7F262;width:0%}.stat-fill.animate{animation:statGrowOnce 2s ease-out forwards}.sf-1.animate{animation-delay:0s}.sf-2.animate{animation-delay:0.4s}.sf-3.animate{animation-delay:0.8s}@keyframes statGrowOnce{0%{width:5%}100%{width:var(--target-width)}}.stat-value{font-size:0.85rem;font-weight:800;color:#C7F262;min-width:70px;text-align:right}spline-viewer{--spline-viewer-badge-display:none;position:relative}spline-viewer::part(logo){display:none !important}.hiw-grid{overflow:visible !important}spline-viewer:not(:defined){display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f6f9 0%,#e8e8e8 100%);border-radius:16px;min-height:280px}@keyframes robotPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.hiw-grid{grid-template-columns:1fr}.hiw-card-large{grid-column:span 1;grid-template-columns:1fr}.hiw-card{padding:28px}.hiw-card-visual{margin-top:8px;width:100%}.hiw-floating-cards{height:220px}.hiw-float-card{width:38%;padding:10px}.hiw-float-card img{height:70px !important}.fc-1{top:0;left:2%}.fc-2{top:36px;left:34%}.fc-3{top:14px;right:2%}.hiw-stats-visual{padding:18px;gap:12px}.hiw-stat-item span:first-child{min-width:54px;font-size:0.7rem}.stat-value{min-width:58px;font-size:0.78rem}}html[dir="rtl"] .hiw-card{text-align:right}html[dir="rtl"] .hiw-cta:hover{transform:translateX(-4px)}html[dir="rtl"] .hiw-card-large{direction:rtl}html[dir="rtl"] .hiw-stat-item{flex-direction:row-reverse}.hiw-note{max-width:720px;margin-left:auto;margin-right:auto}.hiw-note-inner{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;background:rgba(199,242,98,0.08);border:1px solid rgba(199,242,98,0.2);border-radius:16px;border-left:4px solid #C7F262}html[dir="rtl"] .hiw-note-inner{border-left:none;border-right:4px solid #C7F262}.hiw-note-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.hiw-note-inner p{font-size:0.88rem;color:#404040;line-height:1.65;margin:0}.hiw-note-inner strong{color:#111}.dashboard-section{background:#fff;padding:24px 0;overflow:hidden}.tablet-wrapper{max-width:800px;margin:0 auto;perspective:1200px}.tablet-frame{background:#1a1a1a;border-radius:28px;padding:0;box-shadow:0 25px 80px rgba(0,0,0,0.15),0 10px 30px rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.05);transform:rotateX(8deg);transform-origin:center top;transform-style:flat;transition:transform 0.3s ease;overflow:hidden;contain:paint;isolation:isolate}.tablet-bezel-top{height:28px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border-radius:28px 28px 0 0}.tablet-camera{width:8px;height:8px;border-radius:50%;background:#333;border:1px solid #444}.tablet-screen{position:relative;width:calc(100% - 24px);height:560px;margin:0 12px;overflow:hidden;background:#f3f4f6;border-radius:4px;contain:paint}.tablet-screen img{position:absolute;top:0;left:0;width:100%;height:auto;display:block;transition:top 0.05s linear;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.tablet-bezel-bottom{height:20px;background:#1a1a1a;border-radius:0 0 28px 28px}@media (max-width:768px){.tablet-frame{border-radius:20px;transform:rotateX(4deg)}.tablet-bezel-top{height:20px;border-radius:20px 20px 0 0}.tablet-bezel-bottom{height:14px;border-radius:0 0 20px 20px}.tablet-screen{height:380px;margin:0 8px;width:calc(100% - 16px)}.tablet-camera{width:6px;height:6px}}@media (max-width:480px){.tablet-screen{height:280px}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;height:520px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 8%,black 92%,transparent 100%)}.testimonial-col{overflow:hidden;position:relative}.testimonial-scroll{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.scroll-up{animation:scrollUp 25s linear infinite}.scroll-up:hover{animation-play-state:paused}.scroll-down{animation:scrollDown 28s linear infinite}.scroll-down:hover{animation-play-state:paused}.scroll-up-slow{animation:scrollUp 32s linear infinite}.scroll-up-slow:hover{animation-play-state:paused}@keyframes scrollUp{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}100%{transform:translateY(0)}}.testimonial-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,0.04);transition:box-shadow 0.3s ease,border-color 0.3s ease;flex-shrink:0}.testimonial-card:hover{border-color:#C7F262;box-shadow:0 8px 30px rgba(199,242,98,0.15)}.testimonial-card p{font-size:0.92rem;line-height:1.65;color:#404040;margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.85rem;flex-shrink:0}.testimonial-name{font-weight:700;font-size:0.85rem;color:#111;line-height:1.3}.testimonial-role{font-size:0.75rem;color:#9CA3AF;line-height:1.3}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr;height:460px}.testimonial-col-2,.testimonial-col-3{display:none}}@media (max-width:1024px) and (min-width:769px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-col-3{display:none}}html[dir="rtl"] .testimonial-author{flex-direction:row-reverse}html[dir="rtl"] .testimonial-card{text-align:right}.how-cta-btn{display:inline-block;background:#C7F262;color:#111;font-weight:700;font-size:1.05rem;padding:16px 44px;border-radius:50px;text-decoration:none;transition:transform 0.25s ease,box-shadow 0.25s ease;box-shadow:0 4px 20px rgba(199,242,98,0.3)}.how-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(199,242,98,0.5)}.scene{position:relative;width:100%}.scene-sticky{position:sticky;top:0;width:100%;height:100vh;overflow:hidden}.scene-sticky canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.scene-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0.20) 60%,rgba(0,0,0,0.40) 100%)}.scene-text-center{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20%;pointer-events:none}.scene-text-center h2{color:#fff;font-size:clamp(2rem,5vw,4.5rem);font-weight:900;text-shadow:0 2px 30px rgba(0,0,0,0.5);opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}.scene-text-center h2.show{opacity:1;transform:translateY(0)}.scene-sub{color:#fff;font-size:clamp(1rem,2vw,1.3rem);margin-top:12px;text-shadow:0 1px 15px rgba(0,0,0,0.5);font-weight:600;opacity:0;transition:opacity 0.6s ease}.scene-sub.show{opacity:1}.scene-line{color:#fff;font-size:clamp(0.9rem,1.5vw,1.1rem);margin-top:10px;text-shadow:0 1px 10px rgba(0,0,0,0.5);font-weight:500;opacity:0;transform:translateY(15px);transition:opacity 0.5s ease,transform 0.5s ease}.scene-line.show{opacity:1;transform:translateY(0)}.scene-text-left,.scene-text-right{position:absolute;top:0;bottom:0;width:25%;z-index:3;display:flex;align-items:center;padding:0 32px;pointer-events:none}.scene-text-left{left:0;background:linear-gradient(to right,rgba(0,0,0,0.6) 0%,transparent 100%)}.scene-text-right{right:0;background:linear-gradient(to left,rgba(0,0,0,0.6) 0%,transparent 100%);text-align:right}[dir="rtl"] .scene-text-left{left:auto;right:0;background:linear-gradient(to left,rgba(0,0,0,0.6) 0%,transparent 100%);text-align:right}[dir="rtl"] .scene-text-right{right:auto;left:0;background:linear-gradient(to right,rgba(0,0,0,0.6) 0%,transparent 100%);text-align:left}.scene-text-left p,.scene-text-right p{color:#fff;font-size:0.9rem;font-weight:600;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,0.5);opacity:0;transition:opacity 0.6s ease}.scene-text-left p.show,.scene-text-right p.show{opacity:1}@media (max-width:768px){.scene-text-left,.scene-text-right{display:none}.scene-text-center{padding:0 8%}}.cta-break{background:#fff;padding:64px 24px;text-align:center}.cta-break .label{font-size:0.8rem;color:#9CA3AF;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.cta-break .btn{display:inline-block;background:#C7F262;color:#111;font-weight:700;font-size:1rem;padding:14px 40px;border-radius:50px;transition:transform 0.2s,box-shadow 0.2s}.cta-break .btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(199,242,98,0.4)}.pricing-section{background:#F7F6F9;padding:32px 24px 32px}.pricing-inner{max-width:1200px;margin:0 auto;text-align:center}.pricing-inner>h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:24px}.toggle-wrap{display:inline-flex;align-items:center;gap:12px;margin-bottom:48px}.toggle-label{font-size:0.95rem;font-weight:600;color:#555}.toggle-label.active{color:#111}.toggle-track{position:relative;width:56px;height:30px;background:#ddd;border-radius:50px;cursor:pointer;transition:background 0.3s}.toggle-track.yearly{background:#C7F262}.toggle-knob{position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:left 0.3s,right 0.3s;box-shadow:0 1px 4px rgba(0,0,0,0.15)}.toggle-track.yearly .toggle-knob{left:29px}html[dir="rtl"] .toggle-knob{left:auto;right:3px}html[dir="rtl"] .toggle-track.yearly .toggle-knob{left:auto;right:29px}.save-badge{background:#C7F262;color:#111;font-size:0.7rem;font-weight:700;padding:3px 10px;border-radius:50px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:left}.price-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:32px;display:flex;flex-direction:column;position:relative;transition:transform 0.3s,box-shadow 0.3s}.price-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.08)}.price-card.featured{border:2px solid #C7F262}.price-card .badge-feat{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#C7F262;color:#111;font-size:0.7rem;font-weight:700;padding:4px 14px;border-radius:50px;white-space:nowrap}.price-card .plan-name{font-size:1.1rem;font-weight:700;margin-bottom:8px}.price-card .price{font-size:2.2rem;font-weight:900;margin-bottom:4px}.price-card .price small{font-size:0.9rem;font-weight:500;color:#6B7280}.price-card .price-note{font-size:0.8rem;color:#9CA3AF;margin-bottom:20px}.price-card ul{list-style:none;flex:1;margin-bottom:24px}.price-card ul li{font-size:0.9rem;color:#444;padding:6px 0;padding-left:20px;position:relative}.price-card ul li::before{content:"\2713";position:absolute;left:0;color:#C7F262;font-weight:700}[dir="rtl"] .price-card ul li{padding-left:0;padding-right:20px}[dir="rtl"] .price-card ul li::before{left:auto;right:0}.price-card .btn-lime{width:100%;text-align:center}@media (max-width:900px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.pricing-grid{grid-template-columns:1fr}}.blog-view-all{font-size:0.95rem;font-weight:700;color:#111;text-decoration:none;padding:10px 24px;border-radius:50px;border:2px solid #E5E7EB;transition:all 0.2s ease}.blog-view-all:hover{border-color:#C7F262;background:rgba(199,242,98,0.08)}.blog-grid{display:flex;gap:24px;overflow:hidden;padding:8px 0;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.blog-scroll-track{display:flex;gap:24px;animation:blogScroll 30s linear infinite;will-change:transform}.blog-scroll-track:hover{animation-play-state:paused}@keyframes blogScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.blog-card{background:#fff;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid #E5E7EB;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;display:flex;flex-direction:column;min-width:320px;max-width:320px;flex-shrink:0}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,0.08);border-color:#C7F262}.blog-card-img{position:relative;overflow:hidden}.blog-card-placeholder{width:100%;height:180px;display:flex;align-items:center;justify-content:center;font-size:3rem;transition:transform 0.4s ease}.blog-card:hover .blog-card-placeholder{transform:scale(1.05)}.blog-card-tag{position:absolute;top:12px;left:12px;background:rgba(255,255,255,0.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#111;font-size:0.7rem;font-weight:700;padding:4px 12px;border-radius:50px;letter-spacing:0.5px}html[dir="rtl"] .blog-card-tag{left:auto;right:12px}.blog-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.blog-card-body h3{font-size:1.05rem;font-weight:800;color:#111;line-height:1.35;margin-bottom:8px}.blog-card-body p{font-size:0.85rem;color:#6B7280;line-height:1.6;flex:1;margin-bottom:12px}.blog-card-meta{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid #f0f0f0}.blog-card-meta span{font-size:0.75rem;font-weight:600;color:#9CA3AF}@media (max-width:768px){.blog-card{min-width:280px;max-width:280px}.blog-card-placeholder{height:140px}}html[dir="rtl"] .blog-card-body{text-align:right}html[dir="rtl"] .blog-grid,html[dir="rtl"] .blog-scroll-track{direction:ltr}.scene-final-cta{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20%;opacity:0;transition:opacity 0.8s ease;pointer-events:none}.scene-final-cta.show{opacity:1;pointer-events:auto}.final-tagline{font-size:0.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#C7F262;margin-bottom:12px}.scene-final-cta h3{color:#fff;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:900;text-shadow:0 2px 30px rgba(0,0,0,0.5);margin-bottom:16px}.final-sub{color:rgba(255,255,255,0.75);font-size:1rem;max-width:480px;line-height:1.6;margin-bottom:32px}.final-btn{display:inline-block;background:#C7F262;color:#111;font-weight:700;font-size:1.05rem;padding:16px 44px;border-radius:50px;text-decoration:none;transition:transform 0.25s ease,box-shadow 0.25s ease;box-shadow:0 4px 20px rgba(199,242,98,0.3)}.final-btn:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(199,242,98,0.5)}@media (max-width:768px){.scene-final-cta{padding:0 8%}}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;padding:12px 20px;background:#fff;border-top:1px solid #eee;box-shadow:0 -4px 20px rgba(0,0,0,0.08)}.mobile-cta a{display:block;width:100%;text-align:center}@media (max-width:768px){.mobile-cta.visible{display:block}}html[dir="rtl"] .hero-title,html[dir="rtl"] #scene-hero h1{letter-spacing:0 !important}#scene-hero{height:auto !important}#scene-hero .scene-sticky{position:static !important;height:auto !important;overflow:visible !important}.home-hero{position:relative;background:#FAF8F1;padding:120px 24px 80px;overflow:hidden;perspective:1200px}.home-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(900px 420px at 80% 0%,rgba(199,242,98,0.30),transparent 60%),radial-gradient(700px 400px at 0% 100%,rgba(199,242,98,0.20),transparent 60%);pointer-events:none;z-index:0}.home-hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}@media (max-width:1000px){.home-hero{padding:96px 20px 60px}.home-hero-inner{grid-template-columns:1fr;gap:36px}}.home-hero-stage{position:relative;order:1;perspective:1400px;isolation:isolate}.home-hero-glow{position:absolute;inset:-8% -8% -8% -8%;background:radial-gradient(60% 60% at 50% 50%,rgba(199,242,98,0.22),transparent 70%);filter:blur(18px);z-index:0;pointer-events:none}.home-hero-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:0.5;z-index:0;pointer-events:none;animation:home-hero-blob-drift 14s ease-in-out infinite}.home-hero-blob-1{width:200px;height:200px;top:-20px;right:-40px;background:rgba(199,242,98,0.55)}.home-hero-blob-2{width:160px;height:160px;bottom:-30px;left:-50px;background:rgba(199,178,122,0.4);animation-delay:4s}@keyframes home-hero-blob-drift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(20px,-16px) scale(1.08)}}.home-hero-video{position:relative;z-index:1;display:block;width:100%;height:auto;min-height:240px;border-radius:22px;background:#FAF8F1;-webkit-mask-image:radial-gradient(95% 90% at 50% 50%,#000 70%,transparent 100%);mask-image:radial-gradient(95% 90% at 50% 50%,#000 70%,transparent 100%);box-shadow:0 30px 60px -25px rgba(10,10,10,0.25),0 8px 24px -10px rgba(199,242,98,0.18);animation:home-hero-video-float 8s ease-in-out infinite;transform:rotateY(4deg) rotateX(2deg) translateZ(0);transform-style:preserve-3d;will-change:transform;transition:transform 0.6s cubic-bezier(0.2,0.8,0.2,1);opacity:0;animation:home-hero-video-enter 1.0s cubic-bezier(0.2,0.85,0.2,1) 0.2s forwards,home-hero-video-float 8s ease-in-out 1.2s infinite}.home-hero-stage:hover .home-hero-video{animation-play-state:paused,paused;transform:rotateY(0deg) rotateX(0deg) translateY(-4px)}[dir="rtl"] .home-hero-video{transform:rotateY(-4deg) rotateX(2deg) translateZ(0)}@keyframes home-hero-video-enter{from{opacity:0;transform:rotateY(4deg) rotateX(2deg) translateY(20px) scale(0.97)}to{opacity:1;transform:rotateY(4deg) rotateX(2deg) translateY(0) scale(1)}}@keyframes home-hero-video-float{0%,100%{transform:rotateY(4deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(2deg) rotateX(1deg) translateY(-10px)}}[dir="rtl"] .home-hero-video{animation-name:home-hero-video-enter-rtl,home-hero-video-float-rtl}@keyframes home-hero-video-enter-rtl{from{opacity:0;transform:rotateY(-4deg) rotateX(2deg) translateY(20px) scale(0.97)}to{opacity:1;transform:rotateY(-4deg) rotateX(2deg) translateY(0) scale(1)}}@keyframes home-hero-video-float-rtl{0%,100%{transform:rotateY(-4deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-2deg) rotateX(1deg) translateY(-10px)}}.home-hero-card{position:absolute;z-index:4;background:#FFFFFF;border-radius:16px;padding:14px 18px;border:1px solid rgba(10,10,10,0.06);box-shadow:0 22px 40px -22px rgba(10,10,10,0.25);font-family:'Inter',sans-serif;opacity:0;animation:home-hero-card-enter 0.85s cubic-bezier(0.2,0.85,0.2,1) forwards,home-hero-card-drift 5s ease-in-out infinite;will-change:transform}.home-hero-card .head{display:flex;align-items:center;gap:8px;font-size:0.7rem;font-weight:700;color:#0A0A0A;margin-bottom:6px}.home-hero-card .head .dot{width:7px;height:7px;border-radius:50%;background:#5BA800;box-shadow:0 0 8px rgba(91,168,0,0.6);animation:home-hero-pulse 2.4s ease-in-out infinite}.home-hero-card .head .ic{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#C7F262,#B3DD50);color:#1A2C00;font-size:0.62rem;font-weight:900;letter-spacing:0.03em}.home-hero-card .num{font-size:1.55rem;font-weight:900;color:#0A0A0A;letter-spacing:-0.025em;line-height:1;font-feature-settings:'tnum' on}.home-hero-card .sub{font-size:0.65rem;font-weight:600;color:rgba(10,10,10,0.55);letter-spacing:0.04em;margin-top:6px}.home-hero-card .bars{display:flex;align-items:flex-end;gap:3px;height:28px;margin-top:8px}.home-hero-card .bars span{flex:1;background:linear-gradient(180deg,#C7F262,#B3DD50);border-radius:2px;animation:home-hero-bars-grow 1.1s cubic-bezier(0.2,0.85,0.2,1) backwards}.home-hero-card .bars span:nth-child(1){animation-delay:1.6s}.home-hero-card .bars span:nth-child(2){animation-delay:1.7s}.home-hero-card .bars span:nth-child(3){animation-delay:1.8s}.home-hero-card .bars span:nth-child(4){animation-delay:1.9s}.home-hero-card .bars span:nth-child(5){animation-delay:2.0s}.home-hero-card .bars span:nth-child(6){animation-delay:2.1s}@keyframes home-hero-bars-grow{from{transform:scaleY(0);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}.home-hero-card .line{height:6px;border-radius:3px;background:linear-gradient(90deg,rgba(10,10,10,0.16),rgba(10,10,10,0.06));margin-top:6px;animation:home-hero-line-fill 1.4s cubic-bezier(0.2,0.85,0.2,1) backwards;transform-origin:left center}[dir="rtl"] .home-hero-card .line{transform-origin:right center}.home-hero-card .line.short{width:65%;animation-delay:1.9s}.home-hero-card .line:not(.short){animation-delay:1.7s}@keyframes home-hero-line-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}.home-hero-card .ic-check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(199,242,98,0.3);color:#1A2C00;font-size:0.85rem;font-weight:800;flex-shrink:0}.home-hero-card-sale{display:flex;align-items:center;gap:12px}.home-hero-card-sale>div{display:flex;flex-direction:column;gap:1px}.home-hero-card-sale strong{font-size:0.78rem;font-weight:800;color:#0A0A0A}.home-hero-card-sale span{font-size:0.7rem;color:rgba(10,10,10,0.55)}.home-hero-card-orders{top:-10px;right:-20px;width:180px;animation-delay:1.0s,1.85s}.home-hero-card-ai{bottom:22%;left:-32px;width:200px;animation-delay:1.25s,2.1s}.home-hero-card-sale{bottom:-14px;right:12%;animation-delay:1.5s,2.35s}[dir="rtl"] .home-hero-card-orders{right:auto;left:-20px}[dir="rtl"] .home-hero-card-ai{left:auto;right:-32px}[dir="rtl"] .home-hero-card-sale{right:auto;left:12%}@keyframes home-hero-card-enter{from{opacity:0;transform:translateY(16px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes home-hero-card-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes home-hero-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:0.5}}.home-hero-text{order:2;max-width:600px}.home-hero-badge{display:inline-flex;align-items:center;gap:10px;padding:7px 14px;border-radius:50px;background:rgba(255,255,255,0.85);border:1px solid rgba(10,10,10,0.08);box-shadow:0 6px 18px -10px rgba(10,10,10,0.12);font-family:'Inter',sans-serif;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#0A0A0A;margin-bottom:22px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transform:translateY(8px);animation:home-hero-fade-up 0.5s cubic-bezier(0.2,0.8,0.2,1) 0.1s forwards}[dir="rtl"] .home-hero-badge{font-family:'Cairo','Tajawal',sans-serif;letter-spacing:0.04em}.home-hero-badge .dot{width:8px;height:8px;border-radius:50%;background:#B3DD50;box-shadow:0 0 12px #B3DD50;animation:home-hero-pulse 2.4s ease-in-out infinite;flex-shrink:0}@keyframes home-hero-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:0.55}}.home-hero-h1{opacity:1 !important;transform:none !important;color:#0A0A0A !important;text-shadow:none !important;transition:none !important;font-family:'Inter',system-ui,sans-serif;font-size:clamp(2.4rem,5.6vw,4.6rem) !important;font-weight:900;letter-spacing:-0.038em !important;line-height:1.2 !important;margin:0 0 44px !important;max-width:none !important}[dir="rtl"] .home-hero-h1{font-family:'Cairo','Tajawal',sans-serif;line-height:1.4 !important;letter-spacing:-0.01em !important;font-weight:700}.home-hero-h1 .home-hero-tw-line{line-height:inherit}.home-hero-h1 .home-hero-tw-line{display:inline-block;vertical-align:top;line-height:inherit}.home-hero-h1 .home-hero-tw-inner{display:inline-block;color:#0A0A0A;animation:home-hero-h1-glow 4.5s ease-in-out infinite;will-change:text-shadow}.home-hero-h1 .home-hero-tw-l1{animation-delay:0s}.home-hero-h1 .home-hero-tw-l2{animation-delay:1.5s}@keyframes home-hero-h1-glow{0%,100%{text-shadow:0 0 8px rgba(199,242,98,0.10)}50%{text-shadow:0 0 36px rgba(107,142,31,0.55),0 0 14px rgba(199,242,98,0.45),0 0 4px rgba(199,242,98,0.35)}}.home-hero-h1 .home-hero-tw-cursor{display:none !important}@keyframes home-hero-fade-up{to{opacity:1;transform:translateY(0)}}.home-hero-lede{font-family:'Inter',sans-serif;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55;color:rgba(10,10,10,0.65);max-width:560px;margin:0 0 30px;opacity:0;transform:translateY(8px);animation:home-hero-fade-up 0.5s cubic-bezier(0.2,0.8,0.2,1) 1.4s forwards}[dir="rtl"] .home-hero-lede{font-family:'Cairo','Tajawal',sans-serif;font-size:clamp(1rem,1.4vw,1.15rem)}.home-hero-cta-row{display:inline-flex;gap:12px;flex-wrap:wrap;opacity:0;transform:translateY(8px);animation:home-hero-fade-up 0.5s cubic-bezier(0.2,0.8,0.2,1) 1.65s forwards}.home-hero-cta-row .hero-cta{margin-top:0 !important;padding:14px 28px !important;font-size:0.92rem !important;letter-spacing:0.02em;box-shadow:0 10px 30px -10px rgba(199,242,98,0.55)}.home-hero-cta-row .hero-cta:hover{box-shadow:0 16px 36px -10px rgba(199,242,98,0.7)}.home-hero-cta-row .hero-cta-ghost{padding:14px 22px !important;border:1px solid rgba(10,10,10,0.18) !important;background:#FFFFFF !important;color:#0A0A0A !important;box-shadow:0 6px 16px -8px rgba(10,10,10,0.12) !important;transition:border-color 0.3s,background 0.3s,transform 0.3s}.home-hero-cta-row .hero-cta-ghost:hover{border-color:#0A0A0A !important;background:#FFFFFF !important;transform:translateY(-2px)}.home-hero-trust{margin-top:28px;display:flex;gap:22px;flex-wrap:wrap;font-family:'Inter',sans-serif;font-size:0.82rem;color:rgba(10,10,10,0.65);opacity:0;transform:translateY(8px);animation:home-hero-fade-up 0.5s cubic-bezier(0.2,0.8,0.2,1) 1.9s forwards}[dir="rtl"] .home-hero-trust{font-family:'Cairo','Tajawal',sans-serif;gap:18px}.home-hero-trust span{display:inline-flex;align-items:center;gap:8px}.home-hero-trust span::before{content:"✓";color:#0A0A0A;font-weight:800}body.home #main-header,body.front-page #main-header,body.home #main-header.solid,body.front-page #main-header.solid{background:rgba(250,248,241,0.72) !important;border-bottom:1px solid rgba(10,10,10,0.05) !important;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px)}body.home .header-nav a,body.front-page .header-nav a{color:rgba(10,10,10,0.7) !important;font-weight:600}body.home .header-nav a:hover,body.front-page .header-nav a:hover{color:#0A0A0A !important}body.home .header-login,body.front-page .header-login{color:rgba(10,10,10,0.7) !important;font-weight:600}body.home .header-login:hover,body.front-page .header-login:hover{color:#0A0A0A !important}body.home #lang-toggle,body.front-page #lang-toggle{color:#0A0A0A !important;border-color:rgba(10,10,10,0.18) !important;background:transparent !important}body.home .hamburger svg,body.front-page .hamburger svg{stroke:#0A0A0A !important}@media (max-width:720px){.home-hero{padding:84px 18px 56px}.home-hero-inner{gap:36px}.home-hero-stage{perspective:none}.home-hero-video{animation:home-hero-video-enter 1.0s cubic-bezier(0.2,0.85,0.2,1) 0.2s forwards !important;transform:none !important;min-height:200px}[dir="rtl"] .home-hero-video{animation:home-hero-video-enter 1.0s cubic-bezier(0.2,0.85,0.2,1) 0.2s forwards !important}.home-hero-blob-1{width:140px;height:140px}.home-hero-blob-2{width:110px;height:110px}.home-hero-card{padding:10px 12px;border-radius:12px}.home-hero-card .head{font-size:0.62rem;gap:6px}.home-hero-card .head .ic{width:18px;height:18px;font-size:0.55rem}.home-hero-card .num{font-size:1.2rem}.home-hero-card .sub{font-size:0.58rem}.home-hero-card .bars{height:22px}.home-hero-card-sale strong{font-size:0.7rem}.home-hero-card-sale span{font-size:0.62rem}.home-hero-card-sale .ic-check{width:24px;height:24px;font-size:0.75rem}.home-hero-card-orders{top:0;right:4px;width:132px}.home-hero-card-ai{bottom:18%;left:0;width:152px}.home-hero-card-sale{bottom:-8px;right:8%}[dir="rtl"] .home-hero-card-orders{right:auto;left:4px}[dir="rtl"] .home-hero-card-ai{left:auto;right:0}[dir="rtl"] .home-hero-card-sale{right:auto;left:8%}.home-hero-h1{font-size:clamp(2rem,9vw,2.8rem) !important;margin-bottom:32px !important;line-height:1.3 !important}[dir="rtl"] .home-hero-h1{line-height:1.5 !important}.home-hero-lede{font-size:0.95rem;margin-bottom:22px}.home-hero-cta-row{width:100%;gap:10px}.home-hero-cta-row .hero-cta,.home-hero-cta-row .hero-cta-ghost{padding:12px 20px !important;font-size:0.86rem !important;flex:1 1 auto;text-align:center}.home-hero-trust{gap:14px;font-size:0.76rem}}@media (prefers-reduced-motion:reduce){.home-hero-video,.home-hero-card,.home-hero-blob,.home-hero-badge,.home-hero-lede,.home-hero-cta-row,.home-hero-trust,.home-hero-h1 .home-hero-tw-inner{animation:none !important;opacity:1 !important;transform:none !important;clip-path:none !important}.home-hero-badge .dot{animation:none}.home-hero-card .head .dot{animation:none}.home-hero-card .bars span{transform:scaleY(1) !important;animation:none !important}.home-hero-card .line{transform:scaleX(1) !important;animation:none !important}.home-hero-h1 .home-hero-tw-cursor{display:none}}