@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700;800;900&display=swap");*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}:root{--c-white:#fff;--c-bg:#f9fafb;--c-surface:#fff;--c-border-light:#f3f4f6;--c-teal-light:#ebf8f9;--c-teal:#2e959e;--c-teal-dark:#0e7c86;--c-teal-mid:#14b8a6;--c-dark:#0e2d30;--c-accent:#ceff8a;--c-dark-text:#101828;--c-gray-1:#6a7282;--c-gray-2:#4a5565;--c-gray-3:#90a1b9;--c-gray-4:#364153;--c-success:#00a63e;--c-success-bg:#dcfce7;--c-orange:#ff7300;--c-orange-bg:#fff1e5;--c-red:#ef4444;--c-red-bg:#fef2f2;--c-yellow:#eab308;--c-purple:#8b5cf6;--c-blue:#3b82f6;--c-blue-bg:#eff6ff;--c-pink:#ec4899;--c-border:#e5e7eb;--c-border-input:#e6e6e6;--font-ar:"IBM Plex Sans Arabic","Tajawal",sans-serif;--font-en:"IBM Plex Sans","IBM Plex Sans Arabic",sans-serif;--font-num:"IBM Plex Sans",monospace;--fs-h1:36px;--fs-h2:22px;--fs-card:15px;--fs-button:13px;--fs-body:13px;--fs-small:11px;--fs-caption:10px;--fs-badge:9px;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--r-xs:4px;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:20px;--r-full:999px;--sp-1:2px;--sp-2:4px;--sp-3:8px;--sp-4:12px;--sp-5:16px;--sp-6:20px;--sp-7:24px;--sp-8:32px;--sp-9:40px;--sidebar-store:220px;--sidebar-manager:240px;--header-h:58px;--shadow-none:none;--shadow-hover:0 12px 32px rgba(46,149,158,.2);--shadow-card:0 2px 8px rgba(16,24,40,.04)}[data-theme=dark]{--c-white:#fff;--c-bg:#0e2d30;--c-surface:#133a3e;--c-border-light:#1a4a4f;--c-teal-light:#1a4a4f;--c-teal:#2e959e;--c-teal-dark:#3abac5;--c-dark:#ceff8a;--c-accent:#ceff8a;--c-dark-text:#fff;--c-gray-1:#a3a3a3;--c-gray-2:#8a8a8a;--c-gray-3:#6a7a7f;--c-gray-4:#d4d4d4;--c-success:#4ade80;--c-orange:#ff7200;--c-red:#f87171;--c-purple:#a78bfa;--c-blue:#60a5fa;--c-pink:#f472b6;--c-border:#1e4f54;--c-border-input:#2a5a5f;--shadow-hover:0 12px 32px rgba(206,255,138,.12);--shadow-card:0 2px 8px rgba(0,0,0,.25)}html{direction:rtl}body,html{overflow-x:hidden}body{font-family:var(--font-ar);font-weight:var(--fw-regular);font-size:var(--fs-body);color:var(--c-dark-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;position:relative;width:100%}.brand,.en,.num,:lang(en){font-family:var(--font-en);font-feature-settings:"tnum"}.h1,h1{font-size:var(--fs-h1);line-height:1.15;letter-spacing:-.01em}.h1,.h2,h1,h2{font-weight:var(--fw-bold);color:var(--c-dark-text)}.h2,h2{font-size:var(--fs-h2);line-height:1.25}.h3,h3{font-size:var(--fs-card);font-weight:var(--fw-bold);line-height:1.35;color:var(--c-dark-text)}.body,p{font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:1.6;color:var(--c-gray-4)}.small{font-size:var(--fs-small)}.caption,.small{color:var(--c-gray-1)}.caption{font-size:var(--fs-caption)}.badge{font-size:var(--fs-badge);font-weight:var(--fw-bold);letter-spacing:.02em;text-transform:uppercase}.label{font-size:var(--fs-button);font-weight:var(--fw-semibold);color:var(--c-gray-4)}.mono,code{font-family:var(--font-num);font-size:12px;background:var(--c-border-light);padding:2px 6px;border-radius:var(--r-xs)}.teal{color:var(--c-teal)}.bg-teal{background:var(--c-teal);color:var(--c-white)}.bg-teal-light{background:var(--c-teal-light);color:var(--c-teal-dark)}.mkt-desktop-only{display:flex!important}.mkt-mobile-only{display:none!important}@media (max-width:767px){.mkt-desktop-only{display:none!important}.mkt-mobile-only{display:flex!important}}.mkt-mhead{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:60px;padding:12px 16px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between;gap:12px}.mkt-mhead__icon{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:none;cursor:pointer;border-radius:10px}.mkt-mhead__icon:active{background:#f3f4f6}.mkt-mhead__brand{display:flex;align-items:center;gap:8px;flex:1 1;justify-content:center}.mkt-mhead__brand img{height:36px}.mkt-mhead__brand-text{display:flex;flex-direction:column;line-height:1.1}.mkt-mhead__brand-text .b1{font-size:14px;font-weight:700;color:#101828}.mkt-mhead__brand-text .b2{font-size:9px;font-weight:600;color:#0e7c86;letter-spacing:.04em;font-family:IBM Plex Sans,sans-serif}.mkt-mhead__cta{background:#0e7c86;color:#fff;border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;min-height:40px}.mkt-overlay{position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .24s ease}.mkt-overlay.is-open{opacity:1;pointer-events:auto}.mkt-drawer{position:fixed;top:0;right:0;z-index:100;width:85%;max-width:320px;height:100vh;background:#fff;box-shadow:-8px 0 32px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column;padding:20px;overflow-y:auto}[dir=rtl] .mkt-drawer{right:0;left:auto}.mkt-drawer.is-open{transform:translateX(0)}.mkt-drawer__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.mkt-drawer__close{width:40px;height:40px;display:grid;place-items:center;background:#f3f4f6;border:none;border-radius:10px;cursor:pointer}.mkt-drawer__logo{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding:8px 0 16px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.mkt-drawer__logo img{height:44px}.mkt-drawer__logo .sub{font-size:12px;color:#475569;font-weight:600}.mkt-drawer__nav{display:flex;flex-direction:column;margin-bottom:8px}.mkt-drawer__navitem{display:flex;align-items:center;justify-content:space-between;padding:16px 8px;min-height:56px;background:transparent;border:none;border-bottom:1px solid #f1f5f9;font-family:inherit;font-size:15px;font-weight:600;color:#101828;cursor:pointer;text-align:right;width:100%}.mkt-drawer__navitem:active{background:#f8fafc}.mkt-drawer__ctas{display:flex;flex-direction:column;gap:12px;padding-top:20px}.mkt-drawer__btn{min-height:48px;border-radius:12px;font-family:inherit;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none}.mkt-drawer__btn--primary{background:#0e7c86;color:#fff}.mkt-drawer__btn--outline{background:#fff;color:#0e7c86;border:1.5px solid #0e7c86}.mkt-drawer__contact{display:flex;flex-direction:column;gap:12px;padding-top:20px;margin-top:16px;border-top:1px solid #f1f5f9}.mkt-drawer__contact-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569;font-weight:500}.mkt-drawer__social{display:flex;gap:12px;padding-top:8px}.mkt-drawer__social-btn{width:44px;height:44px;border-radius:12px;background:#f1f5f9;border:none;display:grid;place-items:center;cursor:pointer;color:#0e7c86}@media (max-width:767px){.mkt-r-section{padding:48px 16px!important}.mkt-r-container{padding-left:16px!important;padding-right:16px!important}.mkt-r-hero-grid{grid-template-columns:1fr!important;gap:24px!important;padding:32px 16px!important;text-align:center!important}.mkt-r-hero-grid h1{font-size:28px!important;line-height:1.25!important}.mkt-r-hero-grid p{font-size:15px!important;margin-inline:auto!important}.mkt-r-hero-grid .ctas,.mkt-r-hero-grid>div>div[style*=flex]{justify-content:center!important}.mkt-r-hero-grid .ctas{flex-wrap:wrap}.mkt-r-hero-art{max-width:100%!important;margin:0 auto!important}.mkt-r-hero-art,.mkt-r-hero-art>div[style*=rotateY]{transform:none!important}.mkt-r-grid-2,.mkt-r-grid-3,.mkt-r-grid-4{grid-template-columns:1fr!important;gap:16px!important}.mkt-r-h1{font-size:26px!important;line-height:1.25!important}.mkt-r-h2{font-size:22px!important;line-height:1.3!important}.mkt-r-h3{font-size:18px!important;line-height:1.35!important}.mkt-r-body{font-size:14px!important}.mkt-r-card{padding:16px!important}.mkt-r-flex-col{flex-direction:column!important;align-items:stretch!important}.mkt-r-pricing-card{width:100%!important;max-width:100%!important}.mkt-r-form{grid-template-columns:1fr!important}.mkt-r-no-mobile{display:none!important}.mkt-r-footer-cols{grid-template-columns:1fr!important;gap:32px!important}.mkt-chat-fab{width:56px!important;height:56px!important}section[data-section=form],section[id=features],section[id=request],section[id=why]{padding:56px 16px!important}section[id=features]>div,section[id=request]>div,section[id=why]>div{padding-left:0!important;padding-right:0!important}section[id=hero] .mkt-r-section{padding:56px 16px!important}section[id=hero] h1.mkt-r-h1{font-size:32px!important;line-height:1.2!important}section[id=hero] p.mkt-r-body{font-size:15px!important}section h2[style*="font-size: 40"],section h2[style*="font-size:40"],section h2[style*="fontSize:40"]{font-size:26px!important;line-height:1.25!important}footer[id=contact]{padding:48px 16px 24px!important}footer[id=contact]>div{padding-left:0!important;padding-right:0!important}section[id=hero] [style*=border-top][style*="rgba(255,255,255"]{gap:12px!important}[data-track-empty]{padding:40px 16px!important}[data-track-empty] h1{font-size:28px!important}[data-track-empty] p{font-size:14px!important}[data-track-empty]>div>div[style*="display: flex"][style*="gap: 10"],[data-track-empty]>div>div[style*="display:flex"][style*="gap:10"]{flex-direction:column!important;gap:10px!important}[data-track-empty] input{width:100%!important}[data-track-empty] button[style*="height:56"]{width:100%!important;height:52px!important}[data-track-status]{padding:12px 16px!important}[data-track-status]>div{flex-wrap:wrap!important;gap:10px!important;justify-content:flex-start!important}}@keyframes mkt-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes mkt-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.12);opacity:.3}}@keyframes mkt-dash-flow{to{stroke-dashoffset:-16}}@keyframes mkt-arrow-bounce{0%,to{transform:translateX(0)}50%{transform:translateX(-8px)}}