:root{--bg: #f5f1eb;--bg-elevated: #ffffff;--surface: #ffffff;--surface-2: #f3efe9;--text: #1c1c1c;--text-muted: #5c5652;--text-subtle: #8e8a86;--border: #e4e0d9;--brand: #fac32d;--brand-hover: #e6b020;--brand-soft: rgba(250, 195, 45, .14);--accent: #1999e2;--accent-soft: rgba(25, 153, 226, .12);--success: #22c55e;--success-soft: rgba(34, 197, 94, .12);--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 20px rgba(28, 28, 28, .07);--shadow-lg: 0 16px 48px rgba(28, 28, 28, .1);--font: "Inter", "Segoe UI", system-ui, sans-serif;--font-ar: "Noto Sans Arabic", "Inter", sans-serif;--container: min(1120px, calc(100% - 2rem) )}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #141410;--bg-elevated: #1e1d19;--surface: #1e1d19;--surface-2: #272621;--text: #f0ede8;--text-muted: #a8a49e;--text-subtle: #6e6a64;--border: #353330;--brand-soft: rgba(250, 195, 45, .11);--accent-soft: rgba(25, 153, 226, .1);--success-soft: rgba(34, 197, 94, .1);--shadow: 0 4px 20px rgba(0, 0, 0, .3);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .45)}}:root[data-theme=dark]{--bg: #141410;--bg-elevated: #1e1d19;--surface: #1e1d19;--surface-2: #272621;--text: #f0ede8;--text-muted: #a8a49e;--text-subtle: #6e6a64;--border: #353330;--brand-soft: rgba(250, 195, 45, .11);--accent-soft: rgba(25, 153, 226, .1);--success-soft: rgba(34, 197, 94, .1);--shadow: 0 4px 20px rgba(0, 0, 0, .3);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}[dir=rtl] body{font-family:var(--font-ar)}a{color:inherit;text-decoration:none}img,svg{display:block}.container{width:var(--container);margin-inline:auto}.page-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% -15%,rgba(250,195,45,.18),transparent),radial-gradient(ellipse 55% 40% at 100% 15%,rgba(25,153,226,.08),transparent),radial-gradient(ellipse 50% 35% at 0% 85%,rgba(250,195,45,.1),transparent);z-index:-1}.site-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);background:#f5f1ebe6;border-bottom:1px solid var(--border)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .site-header{background:#141410e0}}:root[data-theme=dark] .site-header{background:#141410e0}.header-inner{display:flex;align-items:center;gap:1.5rem;min-height:4rem}.brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:800;font-size:1.15rem;letter-spacing:-.025em}.brand-mark svg,.brand-mark img,.brand-mark--sm svg,.brand-mark--sm img{width:2rem;height:2rem;display:block}.nav{display:flex;gap:1.5rem;margin-inline-end:auto}.nav a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:.6rem}.lang-toggle{background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;font-family:inherit}.lang-toggle:hover{color:var(--text);border-color:var(--brand)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;padding:.4rem;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}.mobile-nav{display:none;flex-direction:column;gap:.25rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--border)}.mobile-nav a{padding:.65rem .5rem;color:var(--text-muted);font-weight:500;border-radius:8px;transition:color .15s,background .15s}.mobile-nav a:hover{color:var(--text);background:var(--surface-2)}.mobile-nav:not([hidden]){display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;font-family:inherit;border:1px solid transparent;cursor:pointer;transition:transform .12s,box-shadow .15s,background .15s,border-color .15s;white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.btn-lg{padding:.75rem 1.4rem;font-size:.95rem}.btn-primary{background:var(--brand);color:#1c1c1c;box-shadow:0 6px 18px #fac32d59}.btn-primary:hover{background:var(--brand-hover);box-shadow:0 8px 24px #fac32d66}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover{border-color:color-mix(in srgb,var(--brand) 40%,var(--border));background:var(--surface-2)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text-muted)}.btn-ghost:hover{color:var(--text)}.btn-cta-primary{background:var(--brand);color:#1c1c1c;font-weight:700;box-shadow:0 6px 20px #fac32d66}.btn-cta-primary:hover{background:#fff;box-shadow:0 8px 28px #0003}.btn-cta-outline{background:transparent;border-color:#ffffff59;color:#fff}.btn-cta-outline:hover{background:#ffffff14;border-color:#ffffff8c}.hero{padding:5rem 0 3.5rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center}.eyebrow{display:inline-block;margin:0 0 .9rem;padding:.28rem .8rem;border-radius:999px;background:var(--brand-soft);color:var(--brand-hover);font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.hero h1{margin:0 0 1.1rem;font-size:clamp(2.3rem,5vw,3.5rem);line-height:1.07;letter-spacing:-.035em;font-weight:800;text-wrap:balance}.hero-lead{margin:0 0 1.85rem;color:var(--text-muted);font-size:1.08rem;line-height:1.65;max-width:34rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.25rem}.hero-stats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.hero-stats li{padding:.9rem 1rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.hero-stats strong{display:block;font-size:.9rem;font-weight:700;margin-bottom:.2rem;letter-spacing:-.01em}.hero-stats span{color:var(--text-subtle);font-size:.78rem;line-height:1.4}.hero-visual{position:relative;min-height:400px}.device-stack{position:relative;width:100%;max-width:440px;margin-inline:auto}.device{border-radius:22px;background:var(--surface);padding:10px;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.device-phone{width:178px;position:relative;z-index:2;transform:rotate(-5deg) translateY(10px)}.device-tablet{width:290px;position:absolute;right:0;top:36px;z-index:1;transform:rotate(2.5deg)}[dir=rtl] .device-tablet{right:auto;left:0;transform:rotate(-2.5deg)}.device-screen{border-radius:14px;background:var(--bg-elevated);overflow:hidden;min-height:290px;position:relative;display:flex;flex-direction:column}.device-tablet .device-screen{min-height:210px}.mock-appbar{height:34px;flex-shrink:0;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid var(--border)}.mock-appbar-logo{width:18px;height:18px;border-radius:50%;background:var(--brand);flex-shrink:0}.mock-appbar-title{flex:1;height:7px;border-radius:4px;background:var(--border);opacity:.9}.mock-appbar-cart{width:22px;height:22px;border-radius:7px;background:var(--brand-soft);border:1px solid rgba(250,195,45,.3);flex-shrink:0}.mock-featured-item{flex-shrink:0;margin:8px;height:74px;border-radius:10px;background:linear-gradient(135deg,#f7b731,#fd9644);position:relative;overflow:hidden;display:flex;align-items:flex-end}.mock-featured-item:before{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:#ffffff26;top:-20px;right:-12px}.mock-featured-info{position:relative;z-index:1;padding:6px 8px;display:flex;flex-direction:column;gap:4px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.mock-fi-name{height:6px;width:55%;border-radius:3px;background:#ffffffe6}.mock-fi-price{height:5px;width:28%;border-radius:3px;background:#ffffffa6}.mock-item-row{display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:1px solid var(--border);flex-shrink:0}.mock-item-thumb{width:30px;height:30px;border-radius:7px;flex-shrink:0}.mock-item-thumb--a{background:linear-gradient(135deg,#fac32d,#fea400)}.mock-item-thumb--b{background:linear-gradient(135deg,#4facf7,#1999e2)}.mock-item-text{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.mock-item-name{height:6px;width:62%;border-radius:3px;background:var(--text);opacity:.35}.mock-item-sub{height:5px;width:40%;border-radius:3px;background:var(--text-muted);opacity:.25}.mock-item-add{width:20px;height:20px;border-radius:50%;background:var(--brand);flex-shrink:0}.mock-bottom-nav{margin-top:auto;height:34px;flex-shrink:0;border-top:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:space-around;padding:0 12px}.mock-nav-tab{width:6px;height:6px;border-radius:3px;background:var(--border);transition:none}.mock-nav-tab--active{width:20px;background:var(--brand)}.mock-chrome{height:28px;flex-shrink:0;display:flex;align-items:center;gap:5px;padding:0 10px;background:var(--surface-2);border-bottom:1px solid var(--border)}.mock-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.mock-dot--r{background:#ff5f57}.mock-dot--y{background:#ffbd2e}.mock-dot--g{background:#28ca41}.mock-chrome-label{margin-inline-start:auto;font-size:.65rem;color:var(--text-subtle);font-weight:500;letter-spacing:.01em}.mock-dash{flex:1;display:grid;grid-template-columns:46px 1fr;min-height:0}.mock-sidebar{background:var(--surface-2);border-inline-end:1px solid var(--border);padding:10px 6px;display:flex;flex-direction:column;gap:6px}.mock-side-logo{width:22px;height:22px;border-radius:6px;background:var(--brand);margin:0 auto 6px;flex-shrink:0}.mock-side-item{height:26px;border-radius:7px;background:#1c1c1c0d;flex-shrink:0}.mock-side-item--active{background:var(--brand-soft)}.mock-main{padding:10px;display:flex;flex-direction:column;gap:8px}.mock-kpi-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.mock-kpi{border-radius:7px;background:var(--surface-2);border:1px solid var(--border);padding:5px 6px;display:flex;flex-direction:column;gap:1px}.mock-kpi--brand{background:var(--brand-soft);border-color:#fac32d4d}.mock-kpi-val{font-size:.82rem;font-weight:700;color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.mock-kpi-lbl{font-size:.55rem;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.03em}.mock-order-list{display:flex;flex-direction:column;gap:4px}.mock-order-row{display:flex;align-items:center;gap:7px;padding:6px 7px;border-radius:7px;background:var(--surface-2);border:1px solid var(--border)}.mock-tnum{font-size:.65rem;font-weight:700;color:var(--text-muted);width:18px;flex-shrink:0;font-variant-numeric:tabular-nums}.mock-order-bar{flex:1;height:5px;border-radius:3px;background:var(--border)}.mock-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mock-status--active{background:var(--brand)}.mock-status--ready{background:var(--success)}.mock-status--pending{background:var(--border)}.hero-toast{position:absolute;top:-14px;right:40px;z-index:10;display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:9px 13px;box-shadow:var(--shadow-lg);white-space:nowrap}[dir=rtl] .hero-toast{right:auto;left:40px}.hero-toast-dot{width:8px;height:8px;border-radius:50%;background:var(--success);flex-shrink:0;animation:toast-pulse 2s ease-in-out infinite}@keyframes toast-pulse{0%,to{opacity:1}50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.hero-toast-dot,.hero-live-dot{animation:none}}.hero-toast-body{display:flex;flex-direction:column;gap:2px}.hero-toast-headline{font-size:.72rem;font-weight:700;color:var(--text);line-height:1}.hero-toast-sub{font-size:.65rem;color:var(--text-subtle)}.hero-live{position:absolute;bottom:20px;right:-12px;z-index:5;display:flex;align-items:center;gap:5px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 10px 4px 7px;font-size:.68rem;font-weight:700;color:var(--text-muted);box-shadow:var(--shadow);letter-spacing:.04em;text-transform:uppercase}[dir=rtl] .hero-live{right:auto;left:-12px}.hero-live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);flex-shrink:0;animation:toast-pulse 1.8s ease-in-out infinite}.caps-strip{border-block:1px solid var(--border);background:var(--surface);padding:0}.caps-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;min-height:52px}.cap-item{display:flex;align-items:center;gap:7px;padding:.85rem 1.5rem;color:var(--text-muted);font-size:.82rem;font-weight:600;white-space:nowrap}.cap-sep{width:1px;height:18px;background:var(--border);flex-shrink:0}.section{padding:5rem 0}.section-alt{background:var(--surface-2);border-block:1px solid var(--border)}.section-head{text-align:center;max-width:600px;margin:0 auto 3rem}.section-head h2,.roles-copy h2,.download-copy h2,.cta-text h2{margin:0 0 .75rem;font-size:clamp(1.8rem,3.5vw,2.4rem);letter-spacing:-.025em;font-weight:800;text-wrap:balance}.section-lead{margin:0;color:var(--text-muted);font-size:1.02rem;line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{padding:1.6rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);transition:border-color .2s,transform .2s,box-shadow .2s}.feature-card:hover{border-color:#fac32d80;transform:translateY(-3px);box-shadow:var(--shadow-lg)}.feature-icon-wrap{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon-wrap--gold{background:var(--brand-soft);color:var(--brand-hover)}.feature-icon-wrap--blue{background:var(--accent-soft);color:var(--accent)}.feature-icon-wrap--green{background:var(--success-soft);color:var(--success)}.feature-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;letter-spacing:-.01em}.feature-card p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.6}.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;margin-top:.5rem}.flow-grid:before{content:"";position:absolute;top:58px;left:calc(12.5% + 26px);right:calc(12.5% + 26px);height:1px;background:linear-gradient(90deg,var(--border),var(--border) 50%,transparent);background-size:8px 1px;background-repeat:repeat-x;pointer-events:none}[dir=rtl] .flow-grid:before{left:calc(12.5% + 26px);right:calc(12.5% + 26px)}.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.flow-num{width:22px;height:22px;border-radius:50%;background:var(--brand-soft);color:var(--brand-hover);font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:.6rem;z-index:1;position:relative;letter-spacing:0}.flow-icon-box{width:52px;height:52px;border-radius:14px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);box-shadow:var(--shadow);margin-bottom:1.1rem;flex-shrink:0;position:relative;z-index:1}.flow-step h3{margin:0 0 .5rem;font-size:.95rem;font-weight:700;letter-spacing:-.01em}.flow-step p{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.6}.roles-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem;align-items:center}.role-list{list-style:none;margin:1.5rem 0 2rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.role-list li{display:flex;align-items:center;gap:.85rem;color:var(--text-muted);font-size:.92rem}.role-badge{display:inline-block;min-width:5rem;padding:.22rem .6rem;border-radius:6px;background:var(--brand-soft);color:var(--brand-hover);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;flex-shrink:0}.panel-window{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-lg);background:var(--surface);font-size:.72rem}.panel-topbar{display:flex;align-items:center;gap:6px;padding:.55rem .85rem;background:var(--surface-2);border-bottom:1px solid var(--border)}.panel-topbar>span:nth-child(-n+3){width:10px;height:10px;border-radius:50%;flex-shrink:0}.panel-topbar>span:nth-child(1){background:#ff5f57}.panel-topbar>span:nth-child(2){background:#febc2e}.panel-topbar>span:nth-child(3){background:#28c840}.panel-title{flex:1;text-align:center;font-size:.65rem;color:var(--text-subtle);font-weight:500}.panel-avatar{width:20px;height:20px;border-radius:50%;background:var(--brand-soft);border:1.5px solid var(--brand);flex-shrink:0}.panel-body{display:grid;grid-template-columns:78px 1fr;min-height:280px}.panel-sidebar{background:var(--surface-2);padding:.6rem .4rem;display:flex;flex-direction:column;gap:.3rem;border-inline-end:1px solid var(--border)}.panel-sb-logo{width:28px;height:28px;border-radius:8px;background:var(--brand);color:#1c1c1c;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .35rem;flex-shrink:0;font-style:normal}.panel-nav-item{display:flex;flex-direction:column;align-items:center;gap:.18rem;padding:.3rem .2rem;border-radius:8px;background:var(--bg)}.panel-nav-icon{width:16px;height:16px;border-radius:4px;background:var(--border)}.panel-nav-lbl{font-size:.52rem;color:var(--text-muted);font-weight:500;letter-spacing:.01em;line-height:1}.panel-nav-item--active{background:var(--brand-soft)}.panel-nav-item--active .panel-nav-icon{background:var(--brand)}.panel-nav-item--active .panel-nav-lbl{color:var(--text);font-weight:700}.panel-content{padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.panel-content-hd{display:flex;align-items:center;justify-content:space-between}.panel-pg-title{font-size:.75rem;font-weight:700;color:var(--text)}.panel-live-chip{font-size:.55rem;font-weight:600;color:#28c840;letter-spacing:.04em}.panel-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.panel-kpi{border-radius:8px;background:var(--surface-2);border:1px solid var(--border);padding:.45rem .55rem;display:flex;flex-direction:column;gap:.12rem}.panel-kpi--brand{background:var(--brand-soft);border-color:#fac32d4d}.panel-kpi-val{font-size:.85rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;line-height:1}.panel-kpi-lbl{font-size:.53rem;color:var(--text-muted);font-weight:500}.panel-table{display:flex;flex-direction:column;gap:.3rem}.panel-table-row{display:grid;grid-template-columns:1.5fr .7fr 1.7fr 1fr;align-items:center;padding:0 .5rem;height:28px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:.6rem;font-variant-numeric:tabular-nums}.panel-row--head{height:20px;background:transparent;border:none;color:var(--text-muted);font-size:.55rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.panel-row--hi{background:var(--brand-soft);border-color:#fac32d4d}.pst{display:inline-block;width:6px;height:6px;border-radius:50%;margin-inline-end:4px;vertical-align:middle;flex-shrink:0}.pst--on{background:var(--brand)}.pst--ok{background:#28c840}.pst--wait{background:var(--text-muted)}.download-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}.store-buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin:1.75rem 0 1rem}.store-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1.2rem;border-radius:var(--radius);background:var(--surface);color:var(--text);border:1px solid var(--border);min-width:180px;transition:transform .12s,box-shadow .15s;box-shadow:var(--shadow)}.store-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.store-btn svg{width:28px;height:28px;flex-shrink:0}.store-btn small{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.store-btn strong{font-size:1rem;font-weight:700}.store-note{font-size:.8rem;color:var(--text-subtle)}.store-note code{font-size:.78rem;background:var(--surface-2);padding:.1rem .35rem;border-radius:4px;border:1px solid var(--border)}.download-steps h3{margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.steps li{display:flex;align-items:flex-start;gap:.85rem;color:var(--text-muted);font-size:.92rem}.step-num{flex-shrink:0;width:1.85rem;height:1.85rem;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-hover);font-weight:700;font-size:.8rem}.cta-band{padding:4.5rem 0;background:#141410;color:#f0ede8}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-text h2{color:#f0ede8;font-size:clamp(1.65rem,3.2vw,2.2rem);letter-spacing:-.025em}.cta-text p{margin:.4rem 0 0;color:#f0ede8a6;font-size:1rem}.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}.site-footer{padding:2.75rem 0;border-top:1px solid var(--border);background:var(--surface-2)}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center}.footer-brand{display:flex;flex-direction:column;gap:.25rem}.footer-brand p{margin:0;font-weight:700;font-size:.95rem}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-nav a{color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color .15s}.footer-nav a:hover{color:var(--text)}.footer-copy{margin:0;text-align:end;color:var(--text-subtle);font-size:.8rem}.sr-muted{color:var(--text-subtle);font-size:.82rem}@media(max-width:960px){.nav,.header-actions .btn-ghost,.header-actions .btn-primary{display:none}.menu-toggle{display:flex;margin-inline-start:auto}.hero{padding:3rem 0 2.5rem}.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-visual{order:-1;min-height:320px}.device-stack{max-width:340px}.device-phone{width:154px}.device-tablet{width:240px;top:28px}.hero-stats{grid-template-columns:1fr}.cap-sep{display:none}.caps-inner{justify-content:flex-start;gap:.25rem 0}.cap-item{padding:.65rem 1rem}.feature-grid{grid-template-columns:1fr 1fr}.flow-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.flow-grid:before{display:none}.roles-grid,.download-grid{grid-template-columns:1fr;gap:2rem}.cta-inner{flex-direction:column;align-items:flex-start}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand{align-items:center}.footer-copy{text-align:center}}@media(max-width:600px){.hero{padding:2.5rem 0 2rem}.section{padding:3.5rem 0}.feature-grid,.flow-grid{grid-template-columns:1fr}.flow-grid .flow-step{align-items:flex-start;text-align:start;gap:.35rem}.flow-icon-box{width:40px;height:40px;border-radius:10px;margin-bottom:.4rem}.flow-icon-box svg{width:18px;height:18px}.hero-toast{display:none}.cta-actions{width:100%}.cta-actions .btn{flex:1;justify-content:center;min-width:0}}[dir=rtl] .nav{margin-inline-end:0;margin-inline-start:auto}[dir=rtl] .hero-lead{max-width:none}[dir=rtl] .flow-grid .flow-step{text-align:right}[dir=rtl] .footer-copy{text-align:start}
