:root{--bg: #0a0a14;--bg-alt: #0e0e1c;--surface: #12121f;--surface-2: #171728;--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .16);--text: #f4f4f8;--text-muted: #a3a3b8;--text-faint: #6f6f88;--accent: #7c5cff;--accent-2: #22d3c8;--accent-warm: #ff6b81;--gradient-primary: linear-gradient(135deg, #7c5cff 0%, #22d3c8 100%);--gradient-warm: linear-gradient(135deg, #ff6b81 0%, #7c5cff 100%);--gradient-radial-glow: radial-gradient(circle, rgba(124, 92, 255, .35) 0%, rgba(124, 92, 255, 0) 70%);--shadow-card: 0 8px 30px rgba(0, 0, 0, .35);--shadow-glow: 0 0 60px rgba(124, 92, 255, .25);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--container-w: 1180px;--ease: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Cairo,Segoe UI,Tahoma,Arial,Noto Sans Arabic,sans-serif;direction:rtl;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{list-style:none;margin:0;padding:0}h1,h2,h3,p{margin:0}.skip-link{position:absolute;top:-60px;right:16px;z-index:200;background:var(--accent);color:#0a0a14;padding:10px 18px;border-radius:8px;font-weight:700;transition:top .2s}.skip-link:focus{top:12px}.container{width:100%;max-width:var(--container-w);margin-inline:auto;padding-inline:20px}.section{padding-block:88px;position:relative}@media (max-width: 720px){.section{padding-block:56px}}.eyebrow{display:inline-block;font-size:13px;font-weight:600;color:var(--accent-2);letter-spacing:.02em;margin-bottom:12px}.section-title{font-size:clamp(24px,4vw,38px);font-weight:800;line-height:1.35;max-width:720px}.section-sub{color:var(--text-muted);font-size:16px;line-height:1.8;max-width:620px;margin-top:14px}.section-head{margin-bottom:48px}.section-head.centered{text-align:center;margin-inline:auto}.section-head.centered .section-title,.section-head.centered .section-sub{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;font-weight:700;font-size:15px;border:1px solid transparent;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),opacity .2s;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--gradient-primary);color:#0a0a14;box-shadow:0 8px 24px #7c5cff59}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #7c5cff73}.btn-ghost{background:#ffffff0a;border-color:var(--border-strong);color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-ghost:hover:not(:disabled){background:#ffffff14;transform:translateY(-2px)}.btn-block{width:100%}.pulse-cta{animation:pulseGlow 2.8s ease-in-out infinite}.glass{background:#ffffff0a;border:1px solid var(--border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:26px;transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.card:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:var(--shadow-card)}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid transparent;transition:background .3s var(--ease),border-color .3s var(--ease),backdrop-filter .3s var(--ease)}.site-header.scrolled{background:#0a0a14b8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.brand-logo{flex-shrink:0;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14px;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:14px}.login-link{font-size:14px;font-weight:600;color:var(--text-muted);transition:color .2s}.login-link:hover{color:var(--text)}.mobile-menu-btn{display:none;background:none;border:1px solid var(--border-strong);border-radius:10px;width:42px;height:42px;align-items:center;justify-content:center;color:var(--text);cursor:pointer}.mobile-menu{display:none;flex-direction:column;gap:4px;padding:12px 0 20px;border-top:1px solid var(--border)}.mobile-menu.open{display:flex}.mobile-menu a,.mobile-menu .login-link{padding:12px 4px;font-size:15px;color:var(--text-muted);border-bottom:1px solid var(--border)}@media (max-width: 860px){.nav-links,.header-actions .btn-primary-wrap-desktop{display:none}.mobile-menu-btn{display:flex}}.hero{position:relative;padding-block:72px 40px;overflow:hidden}.hero-glow{position:absolute;inset:-20% -10% auto -10%;height:640px;background:var(--gradient-radial-glow);filter:blur(10px);pointer-events:none;z-index:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}@media (max-width: 980px){.hero-grid{grid-template-columns:1fr}}.hero-content h1{font-size:clamp(30px,4.6vw,48px);line-height:1.3;font-weight:800}.hero-content .highlight{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-content p.supporting{margin-top:22px;font-size:17px;line-height:1.9;color:var(--text-muted);max-width:540px}.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-trust{margin-top:22px;font-size:13px;color:var(--text-faint)}.hero-scene{position:relative;height:460px;display:flex;align-items:center;justify-content:center}@media (max-width: 980px){.hero-scene{height:400px;margin-top:8px}}@media (max-width: 560px){.hero-scene{height:340px}.hero-decor-optional{display:none}}.hero-particle{position:absolute;border-radius:50%;background:var(--gradient-primary);opacity:.5;filter:blur(1px);animation:floatParticle 7s ease-in-out infinite}.floating-card{position:absolute;animation:floatY 5.5s ease-in-out infinite}.chat-bubble-float{padding:10px 16px;border-radius:14px;font-size:13px;font-weight:600;box-shadow:var(--shadow-card);max-width:190px}.chat-bubble-float.customer{background:var(--surface-2);border:1px solid var(--border)}.chat-bubble-float.bot{background:var(--gradient-primary);color:#0a0a14}.mini-order-card{width:220px;border-radius:var(--radius-md);padding:16px}.mini-order-card .title{font-size:12px;color:var(--text-muted);margin-bottom:8px}.mini-order-card .row{display:flex;justify-content:space-between;font-size:12px;padding:5px 0;border-bottom:1px dashed var(--border)}.mini-order-card .status-pill{margin-top:10px;display:inline-block;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:#22d3c829;color:var(--accent-2)}.channel-orbit{position:absolute;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border-strong);box-shadow:var(--shadow-card);animation:floatY 6s ease-in-out infinite}.robot-wrap{position:relative;z-index:2;animation:floatY 6s ease-in-out infinite}.robot-glow-ring{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border-radius:50%;background:var(--gradient-radial-glow);filter:blur(20px);z-index:-1}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 980px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.problem-grid{grid-template-columns:1fr}}.problem-card .icon{width:46px;height:46px;border-radius:12px;background:#ff6b8124;color:var(--accent-warm);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.problem-card h3{font-size:16px;font-weight:700;margin-bottom:8px}.problem-card p{font-size:14px;color:var(--text-muted);line-height:1.7}.transition-statement{margin-top:40px;text-align:center;font-size:19px;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}@media (max-width: 980px){.steps-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.steps-row{grid-template-columns:1fr}}.step-card{position:relative;text-align:center}.step-num{width:44px;height:44px;margin:0 auto 18px;border-radius:50%;background:var(--gradient-primary);color:#0a0a14;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:16px}.step-card h3{font-size:15px;font-weight:700;margin-bottom:8px}.step-card p{font-size:13px;color:var(--text-muted);line-height:1.7}.step-line{display:none}@media (min-width: 981px){.step-line{display:block;position:absolute;top:22px;right:12.5%;left:12.5%;height:1px;background:linear-gradient(90deg,transparent,var(--border-strong) 20%,var(--border-strong) 80%,transparent);z-index:-1}}.chat-demo-wrap{max-width:480px;margin-inline:auto}.chat-demo{border-radius:var(--radius-lg);padding:20px;min-height:380px;display:flex;flex-direction:column;gap:10px}.chat-demo-header{display:flex;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:6px;border-bottom:1px solid var(--border)}.chat-demo-header .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 8px var(--accent-2)}.chat-demo-header .name{font-weight:700;font-size:14px}.chat-demo-header .status{font-size:12px;color:var(--text-muted);margin-inline-start:auto}.chat-msg{max-width:78%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.6;opacity:0;transform:translateY(8px);animation:msgIn .4s var(--ease) forwards}.chat-msg.customer{align-self:flex-start;background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-msg.bot{align-self:flex-end;background:var(--gradient-primary);color:#0a0a14;border-bottom-right-radius:4px;font-weight:600}.typing-indicator{align-self:flex-end;display:flex;gap:4px;padding:12px 16px;border-radius:14px;background:var(--gradient-primary)}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#0a0a14b3;animation:typingDot 1.1s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}.order-summary-card{margin-top:auto;border-radius:var(--radius-md);padding:16px;opacity:0;animation:msgIn .5s var(--ease) forwards}.order-summary-card .label{font-size:12px;color:var(--text-muted);margin-bottom:10px;font-weight:700}.order-summary-card .row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0}.order-summary-card .status-pill{margin-top:10px;display:inline-block;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;background:#22d3c829;color:var(--accent-2)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 980px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.feature-grid{grid-template-columns:1fr}}.feature-card .icon{width:42px;height:42px;border-radius:12px;background:#7c5cff24;color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:background .25s,color .25s}.feature-card:hover .icon{background:var(--gradient-primary);color:#0a0a14}.feature-card h3{font-size:15px;font-weight:700;margin-bottom:6px}.feature-card p{font-size:13.5px;color:var(--text-muted);line-height:1.7}.dashboard-mock{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);animation:floatSlow 8s ease-in-out infinite}.dashboard-mock-topbar{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--border)}.dashboard-mock-topbar .dot{width:9px;height:9px;border-radius:50%}.dashboard-tabs{display:flex;gap:6px;padding:14px 18px 0}.dashboard-tab{font-size:12.5px;padding:8px 14px;border-radius:999px;color:var(--text-muted);cursor:pointer;border:1px solid transparent;transition:all .2s;background:none}.dashboard-tab.active{background:#7c5cff24;color:var(--text);border-color:var(--border-strong)}.dashboard-rows{padding:16px 18px 22px;display:flex;flex-direction:column;gap:10px}.dashboard-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border)}.dashboard-row .primary{font-size:13.5px;font-weight:700}.dashboard-row .secondary{font-size:12px;color:var(--text-muted);margin-top:2px}.dashboard-row .tag{font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:999px;background:#22d3c824;color:var(--accent-2);white-space:nowrap}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 720px){.compare-grid{grid-template-columns:1fr}}.compare-card{border-radius:var(--radius-lg);padding:28px}.compare-card.before{border:1px solid var(--border);background:var(--surface)}.compare-card.after{border:1px solid rgba(34,211,200,.35);background:linear-gradient(160deg,#22d3c814,#7c5cff0f)}.compare-card .compare-label{font-size:13px;font-weight:700;color:var(--text-muted);margin-bottom:18px}.compare-card.after .compare-label{color:var(--accent-2)}.compare-card li{display:flex;align-items:center;gap:10px;font-size:14.5px;padding:9px 0;border-bottom:1px dashed var(--border);color:var(--text-muted)}.compare-card.after li{color:var(--text)}.compare-card li:last-child{border-bottom:none}.segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width: 900px){.segment-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.segment-grid{grid-template-columns:1fr}}.segment-card h3{font-size:15px;font-weight:700;margin-bottom:6px}.segment-card p{font-size:13.5px;color:var(--text-muted)}.channels-row{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:28px}.channel-pill{display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:999px}.channel-pill span{font-weight:700;font-size:14px}.note-box{max-width:620px;margin-inline:auto;text-align:center;font-size:14px;color:var(--text-muted);line-height:1.9;padding:16px 20px;border-radius:var(--radius-md)}.lead-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media (max-width: 900px){.lead-section-grid{grid-template-columns:1fr}}.lead-form{border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:16px}.form-row{display:flex;flex-direction:column;gap:6px}.form-row label{font-size:13px;font-weight:600;color:var(--text-muted)}.form-row input,.form-row select,.form-row textarea{background:#ffffff0a;border:1px solid var(--border-strong);border-radius:10px;padding:11px 14px;font-size:14px;color:var(--text);font-family:inherit;outline:none;transition:border-color .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--accent)}.form-row .field-error{font-size:12px;color:var(--accent-warm)}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 520px){.form-grid-2{grid-template-columns:1fr}}.form-status{border-radius:10px;padding:12px 14px;font-size:13.5px;text-align:center}.form-status.success{background:#22d3c824;color:var(--accent-2)}.form-status.error{background:#ff6b8124;color:var(--accent-warm)}.faq-list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:none;border:none;color:var(--text);font-size:15px;font-weight:700;cursor:pointer;text-align:right}.faq-icon{transition:transform .25s var(--ease);flex-shrink:0}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.faq-item.open .faq-answer{max-height:240px}.faq-answer p{padding:0 20px 18px;font-size:14px;line-height:1.8;color:var(--text-muted)}.site-footer{border-top:1px solid var(--border);padding-block:40px}.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;font-size:13.5px;color:var(--text-muted)}.footer-links a:hover{color:var(--text)}.tasami-link{color:var(--text-muted);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:2px;transition:color .2s,text-decoration-color .2s}.tasami-link:hover,.tasami-link:focus-visible{color:var(--accent-2);text-decoration-color:currentColor}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-2);outline-offset:3px;border-radius:4px}.footer-bottom{margin-top:24px;padding-top:20px;border-top:1px solid var(--border);font-size:12.5px;color:var(--text-faint);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.in-view{opacity:1;transform:translateY(0)}.robot-eye{animation:eyePulse 2.6s ease-in-out infinite;transform-origin:center}.robot-ring{transform-origin:120px 150px;animation:ringSpin 16s linear infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(.4deg)}}@keyframes floatParticle{0%,to{transform:translate(0);opacity:.35}50%{transform:translate(6px,-18px);opacity:.7}}@keyframes msgIn{to{opacity:1;transform:translateY(0)}}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 8px 24px #7c5cff59}50%{box-shadow:0 8px 34px #7c5cff99}}@keyframes eyePulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes ringSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
