@import "https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@300;400;500&display=swap";
.fw-landing{--fw-bg:#fff;--fw-bg-elev:#f1f6fc;--fw-bg-card:#fff;--fw-border:#e0dbd4;--fw-border-soft:#eae6e0;--fw-text:#0c0c0a;--fw-muted:#66615c;--fw-dim:#a09894;--fw-cyan:#6fb1fc;--fw-success:#1a9e6e;--fw-yellow:#c8900a;--fw-red:#d43030;--fw-mono:"Geist Mono",ui-monospace,Menlo,monospace;--fw-r-xs:6px;--fw-r-sm:10px;--fw-r-md:14px;--fw-r-lg:18px;--fw-r-xl:24px;--fw-r-pill:999px;--fw-sh-sm:0 1px 2px #0000000a,0 4px 12px #0000000d;--fw-sh-md:0 2px 8px #0000000d,0 8px 28px #00000012,0 20px 48px #0000000a;--fw-sh-lg:0 4px 16px #0000000f,0 16px 48px #00000017,0 32px 80px #0000000d;--fw-sh-cyan:0 4px 20px #6fb1fc38,0 1px 4px #6fb1fc2e;background:radial-gradient(ellipse 80% 30% at 70% 0%,#6fb1fc08 0%,transparent 70%),var(--fw-bg);color:var(--fw-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.55;position:relative}.dark .fw-landing{--fw-bg:#0a0a09;--fw-bg-elev:#111110;--fw-bg-card:#161614;--fw-border:#242420;--fw-border-soft:#1c1c1a;--fw-text:#ede5d8;--fw-muted:#7a7470;--fw-dim:#4a4644;--fw-sh-sm:0 1px 2px #0003,0 4px 12px #00000040;--fw-sh-md:0 2px 8px #00000040,0 8px 28px #00000059,0 20px 48px #0003;--fw-sh-lg:0 4px 16px #0000004d,0 16px 48px #0006,0 32px 80px #0000004d;--fw-sh-cyan:0 4px 24px #6fb1fc2e,0 1px 4px #6fb1fc1f;background:radial-gradient(ellipse 80% 30% at 70% 0%,#6fb1fc0d 0%,transparent 70%),var(--fw-bg)}.fw-landing:before{content:"";background:linear-gradient(180deg,transparent 0%,var(--fw-cyan)20%,var(--fw-cyan)80%,transparent 100%);z-index:50;opacity:.55;pointer-events:none;width:2px;position:fixed;top:0;bottom:0;left:0}@media (max-width:768px){.fw-landing:before{display:none}}.fw-landing *,.fw-landing :before,.fw-landing :after{box-sizing:border-box}.fw-landing a{color:inherit;text-decoration:none}.fw-landing button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}.fw-landing img,.fw-landing svg{max-width:100%;display:inline-block}.fw-landing ::selection{color:inherit;background:#6fb1fc2e}.fw-landing h1,.fw-landing h2{font-family:Clash Display,Geist,ui-sans-serif,sans-serif}.fw-landing h1,.fw-landing h2,.fw-landing h3{letter-spacing:-.04em;margin:0;font-weight:700;line-height:1}.fw-landing p{margin:0}.fw-landing .fw-container{max-width:1400px;margin:0 auto;padding:0 48px}.fw-landing section{background:0 0;padding:104px 0;position:relative}.fw-landing section+section,.fw-landing .trust,.fw-landing .trust+section{position:relative}.fw-landing section+section:before,.fw-landing .trust:before,.fw-landing .trust+section:before{content:"";background:linear-gradient(90deg,transparent,var(--fw-border-soft)30%,var(--fw-border-soft)70%,transparent);pointer-events:none;height:1px;position:absolute;top:0;left:5%;right:5%}.fw-landing .fw-header{z-index:100;background:var(--fw-bg);border-bottom:1px solid var(--fw-border-soft);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;position:sticky;top:0}.dark .fw-landing .fw-header{background:#0a0a09d9}.fw-landing .fw-header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.fw-landing .fw-header-brand{color:var(--fw-text);align-items:center;gap:10px;text-decoration:none;display:flex}.fw-landing .fw-header-brand img{border-radius:var(--fw-r-sm);box-shadow:var(--fw-sh-sm)}.fw-landing .fw-header-brand span{letter-spacing:-.02em;font-family:Clash Display,Geist,sans-serif;font-size:18px;font-weight:700}.fw-landing .fw-header-actions{align-items:center;gap:12px;display:flex}.fw-landing .fw-header-link{color:var(--fw-muted);border-radius:var(--fw-r-sm);align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.fw-landing .fw-header-link:hover{color:var(--fw-text)}.fw-landing .fw-header-link.green{color:var(--fw-success)}.fw-landing .fw-header-link.green:hover{color:#22c47a}@media (max-width:640px){.fw-landing .fw-header-link{display:none}}.fw-landing .btn-sm{padding:8px 16px;font-size:13px}.fw-landing .section-title{margin:18px 0 16px;font-size:clamp(30px,4vw,50px)}.fw-landing .section-sub{color:var(--fw-muted);max-width:560px;font-size:17px;line-height:1.75}.fw-landing .section-head{text-align:center;max-width:680px;margin:0 auto 72px}.fw-landing .section-head .section-sub{margin:0 auto}.fw-landing .section-sub-ar{color:var(--fw-dim);font-size:14px;font-family:var(--fw-mono);direction:rtl;margin-top:8px}.fw-landing .reveal{opacity:0;filter:blur(3px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1),filter .55s;transform:translateY(28px)}.fw-landing .reveal.in{opacity:1;filter:blur();transform:none}.fw-landing .features-list .feature-row:first-child.reveal{transition-delay:0s}.fw-landing .features-list .feature-row:nth-child(2).reveal{transition-delay:70ms}.fw-landing .features-list .feature-row:nth-child(3).reveal{transition-delay:.14s}.fw-landing .features-list .feature-row:nth-child(4).reveal{transition-delay:.21s}.fw-landing .features-list .feature-row:nth-child(5).reveal{transition-delay:.28s}.fw-landing .features-list .feature-row:nth-child(6).reveal{transition-delay:.35s}.fw-landing .industry-grid .industry-card:first-child.reveal{transition-delay:0s}.fw-landing .industry-grid .industry-card:nth-child(2).reveal{transition-delay:70ms}.fw-landing .industry-grid .industry-card:nth-child(3).reveal{transition-delay:.14s}.fw-landing .industry-grid .industry-card:nth-child(4).reveal{transition-delay:.21s}.fw-landing .industry-grid .industry-card:nth-child(5).reveal{transition-delay:.28s}.fw-landing .industry-grid .industry-card:nth-child(6).reveal{transition-delay:.35s}.fw-landing .section-head.reveal{transform:translateY(18px)scale(.99)}.fw-landing .section-head.reveal.in{transform:none}@keyframes fw-hero-in{0%{opacity:0;filter:blur(6px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:none}}@keyframes fw-hero-slide{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes fw-rule-in{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}.fw-landing .hero h1{animation:.9s cubic-bezier(.16,1,.3,1) .35s both fw-hero-in}.fw-landing .hero-rule{animation:.8s cubic-bezier(.16,1,.3,1) .5s both fw-rule-in}.fw-landing .hero-stats-bar{animation:.7s cubic-bezier(.16,1,.3,1) .6s both fw-hero-in}.fw-landing .hero-sub{animation:.7s cubic-bezier(.16,1,.3,1) .7s both fw-hero-in}.fw-landing .hero-cta-row{animation:.7s cubic-bezier(.16,1,.3,1) .8s both fw-hero-in}.fw-landing .hero-meta{animation:.6s cubic-bezier(.16,1,.3,1) .9s both fw-hero-in}.fw-landing .hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:80px;padding-bottom:48px;display:flex;position:relative;overflow:hidden;border-top:none!important}.fw-landing .hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 55% at 60% 30%,#6fb1fc0a 0%,#0000 80%);height:70%;position:absolute;top:-20%;left:30%;right:-10%}.dark .fw-landing .hero:after{background:radial-gradient(60% 55% at 60% 30%,#6fb1fc0e 0%,#0000 80%)}.fw-landing .hero-content{z-index:1;flex-direction:column;display:flex;position:relative}.fw-landing .hero-rule{background:linear-gradient(90deg,transparent 0%,var(--fw-border)15%,var(--fw-border)85%,transparent 100%);flex-shrink:0;width:100%;height:1px}.fw-landing .hero-hed{padding:48px 0 44px}.fw-landing .hero h1{letter-spacing:-.045em;color:var(--fw-text);font-size:clamp(36px,8vw,90px);font-weight:700;line-height:.95}.fw-landing .word-cycle{color:var(--fw-cyan);white-space:nowrap;display:inline;position:relative}.fw-landing .word-cycle span{white-space:nowrap;animation:.35s cubic-bezier(.16,1,.3,1) fw-cycle;display:inline}@keyframes fw-cycle{0%{opacity:0;filter:blur(4px);transform:translateY(10px)}to{opacity:1;filter:blur();transform:none}}.fw-landing .hero-stats-bar{align-items:stretch;padding:22px 0;display:flex}.fw-landing .hstat{border-right:1px solid var(--fw-border);flex:1;padding:0 28px}.fw-landing .hstat:first-child{padding-left:0}.fw-landing .hstat:last-child{border-right:none}.fw-landing .hstat-num{letter-spacing:-.045em;color:var(--fw-text);font-family:Clash Display,Geist,sans-serif;font-size:32px;font-weight:700;line-height:1}.fw-landing .hstat-label{font-family:var(--fw-mono);color:var(--fw-dim);text-transform:uppercase;letter-spacing:.07em;margin-top:7px;font-size:11px;line-height:1.4}.fw-landing .hero-body{justify-content:space-between;align-items:center;gap:56px;padding:40px 0 0;display:flex}.fw-landing .hero-sub{color:var(--fw-muted);max-width:460px;font-size:clamp(15px,1.4vw,17.5px);font-weight:400;line-height:1.8}.fw-landing .hero-cta-row{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;display:flex}.fw-landing .hero-meta{color:var(--fw-dim);font-size:12px;font-family:var(--fw-mono);flex-wrap:wrap;gap:20px;margin-top:28px;display:flex}.fw-landing .hero-meta span{align-items:center;gap:7px;display:inline-flex}@keyframes fw-dot-pulse{0%,to{box-shadow:0 0 #1a9e6e80}50%{box-shadow:0 0 0 5px #1a9e6e00}}.fw-landing .hero-meta .dot{background:var(--fw-success);border-radius:50%;width:6px;height:6px;animation:2.4s infinite fw-dot-pulse}@media (max-width:900px){.fw-landing .hero-stats-bar{flex-wrap:wrap}.fw-landing .hstat{border-right:none;border-bottom:1px solid var(--fw-border);flex:calc(50% - 28px);padding:14px 0}.fw-landing .hstat:nth-child(2n){padding-left:24px}.fw-landing .hstat:nth-last-child(-n+2){border-bottom:none}.fw-landing .hero-body{flex-direction:column;align-items:flex-start;gap:20px}.fw-landing .hero-sub{max-width:100%}}@media (max-width:640px){.fw-landing .hero{min-height:unset;padding-top:72px;padding-bottom:40px}.fw-landing .hstat{padding:12px 0}.fw-landing .hstat:nth-child(2n){padding-left:16px}.fw-landing .hero-hed{padding:28px 0 24px}.fw-landing .hero-meta{gap:12px;margin-top:20px}}.fw-landing .btn{border-radius:var(--fw-r-sm);letter-spacing:.015em;align-items:center;gap:8px;padding:11px 22px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;transition:transform .24s cubic-bezier(.34,1.56,.64,1),box-shadow .24s,opacity .18s,background .18s,border-color .18s,color .18s;display:inline-flex}@keyframes fw-shimmer{0%{background-position:-200%}to{background-position:200%}}.fw-landing .btn-primary{background:var(--fw-cyan);color:#062338;box-shadow:0 1px 2px #6fb1fc26,0 4px 14px #6fb1fc2e}.fw-landing .btn-primary:hover{box-shadow:var(--fw-sh-cyan);filter:brightness(1.05);transform:translateY(-2px)}.fw-landing .btn-primary:active{transform:translateY(0)}.fw-landing .btn-ghost{color:var(--fw-text);border:1px solid var(--fw-border);box-shadow:var(--fw-sh-sm);background:0 0}.fw-landing .btn-ghost:hover{color:var(--fw-cyan);box-shadow:0 2px 12px #6fb1fc1a,var(--fw-sh-sm);border-color:#6fb1fc59;transform:translateY(-1px)}.fw-landing .btn-ghost:active{transform:translateY(0)}.fw-landing .trust{padding:44px 0}.fw-landing .logos-label{text-align:center;color:var(--fw-dim);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-family:var(--fw-mono);margin-bottom:24px}.fw-landing .logos-track-wrap{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.fw-landing .logos-track{align-items:center;gap:64px;width:max-content;animation:38s linear infinite fw-scroll;display:flex}.fw-landing .logos-track:hover{animation-play-state:paused}@keyframes fw-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.fw-landing .logo-item{font-family:var(--fw-mono);color:var(--fw-border);letter-spacing:.03em;white-space:nowrap;align-items:center;gap:8px;font-size:12.5px;font-weight:500;transition:color .3s;display:flex}.fw-landing .logos-track:hover .logo-item{color:var(--fw-muted)}.fw-landing .logo-item .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.fw-landing .logo-item .sq{background:currentColor;width:6px;height:6px}.fw-landing .logo-item .tri{border-bottom:7px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.fw-landing .pill{border-radius:var(--fw-r-pill);color:var(--fw-muted);font-size:11px;font-weight:400;font-family:var(--fw-mono);letter-spacing:.03em;background:#6fb1fc0d;border:1px solid #6fb1fc24;padding:4px 11px;transition:background .18s,border-color .18s,color .18s}.fw-landing .pill:hover{color:var(--fw-text);background:#6fb1fc17;border-color:#6fb1fc40}.fw-landing .features-list{border-top:1px solid var(--fw-border);flex-direction:column;display:flex}.fw-landing .feature-row{border-bottom:1px solid var(--fw-border);grid-template-columns:76px 1fr 1fr auto;align-items:start;gap:24px;padding:36px 0;transition:background .2s;display:grid}.fw-landing .feature-row:hover{border-radius:var(--fw-r-xs);background:linear-gradient(90deg,#6fb1fc06 0%,#0000 100%);margin:0 -40px;padding-left:40px;padding-right:40px}.fw-landing .feature-num{color:var(--fw-border);letter-spacing:-.05em;font-family:Clash Display,Geist,sans-serif;font-size:48px;font-weight:700;line-height:1;transition:color .22s}.fw-landing .feature-row:hover .feature-num{color:#6fb1fc59}.fw-landing .feature-row-title{color:var(--fw-text);letter-spacing:-.02em;margin-bottom:8px;font-family:Clash Display,Geist,sans-serif;font-size:18px;font-weight:600}.fw-landing .feature-row-body{color:var(--fw-muted);font-size:14px;line-height:1.7}.fw-landing .feature-row-stack{flex-wrap:wrap;align-items:flex-start;gap:6px;padding-top:3px;display:flex}.fw-landing .feature-row-icon{color:var(--fw-cyan);opacity:.5;padding-top:2px;transition:opacity .22s;display:flex}.fw-landing .feature-row:hover .feature-row-icon{opacity:.8}@media (max-width:820px){.fw-landing .feature-row{grid-template-columns:52px 1fr;gap:16px}.fw-landing .feature-num{font-size:32px}.fw-landing .feature-row-stack,.fw-landing .feature-row-icon{display:none}.fw-landing .feature-row:hover{margin:0;padding-left:0;padding-right:0}}.fw-landing .industry-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:820px){.fw-landing .industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.fw-landing .industry-grid{grid-template-columns:1fr}}.fw-landing .industry-card{background:var(--fw-bg-card);border:1px solid var(--fw-border);border-radius:var(--fw-r-md);box-shadow:var(--fw-sh-sm);flex-direction:column;gap:12px;padding:28px 24px;transition:border-color .3s,box-shadow .3s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.fw-landing .industry-card:hover{box-shadow:var(--fw-sh-md),0 0 0 1px #6fb1fc0a inset;border-color:#6fb1fc47;transform:translateY(-4px)}.fw-landing .industry-icon{border-radius:var(--fw-r-sm);width:44px;height:44px;color:var(--fw-cyan);background:#6fb1fc0f;border:1px solid #6fb1fc24;place-items:center;transition:background .2s,transform .2s;display:grid}.fw-landing .industry-card:hover .industry-icon{background:#6fb1fc1f;transform:scale(1.08)}.fw-landing .industry-name{letter-spacing:-.02em;font-family:Clash Display,Geist,sans-serif;font-size:17px;font-weight:600}.fw-landing .industry-name-ar{color:var(--fw-dim);font-size:13px;font-family:var(--fw-mono);direction:rtl;margin-top:-6px}.fw-landing .industry-desc{color:var(--fw-muted);font-size:13px;line-height:1.65}.fw-landing .timeline{flex-direction:column;display:flex}.fw-landing .step{grid-template-columns:56px 1fr;gap:24px;display:grid;position:relative}.fw-landing .step:before{content:"";background:linear-gradient(180deg,var(--fw-border)0%,var(--fw-border-soft)70%,transparent 100%);width:1px;position:absolute;top:52px;bottom:0;left:28px}.fw-landing .step:last-child:before{display:none}.fw-landing .step-num{border:1px solid var(--fw-border);background:var(--fw-bg-card);width:30px;height:30px;font-family:var(--fw-mono);color:var(--fw-dim);z-index:1;border-radius:var(--fw-r-xs);box-shadow:var(--fw-sh-sm);flex-shrink:0;place-items:center;margin-top:14px;font-size:11px;transition:border-color .24s,color .24s,background .24s,box-shadow .24s;display:grid;position:relative}.fw-landing .step.open .step-num{color:var(--fw-cyan);background:#6fb1fc14;border-color:#6fb1fc80;box-shadow:0 2px 10px #6fb1fc26}.fw-landing .step-card{border-bottom:1px solid var(--fw-border-soft);padding:14px 0 32px}.fw-landing .step-head{text-align:left;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;padding:0;transition:opacity .18s;display:flex}.fw-landing .step-head:hover{opacity:.88}.fw-landing .step-head-l{flex:1}.fw-landing .step-head h3{color:var(--fw-text);letter-spacing:-.02em;margin-bottom:6px;font-family:Clash Display,Geist,sans-serif;font-size:18px;font-weight:600}.fw-landing .step-head p{color:var(--fw-muted);font-size:14px;line-height:1.65}.fw-landing .step-chevron{color:var(--fw-dim);flex-shrink:0;margin-top:2px;transition:transform .28s cubic-bezier(.16,1,.3,1),color .18s}.fw-landing .step.open .step-chevron{color:var(--fw-cyan);transform:rotate(180deg)}.fw-landing .step-body{max-height:0;transition:max-height .38s cubic-bezier(.16,1,.3,1);overflow:hidden}.fw-landing .step.open .step-body{max-height:240px}.fw-landing .step-body-inner{color:var(--fw-muted);padding:16px 0 8px;font-size:14px;line-height:1.75}.fw-landing .step-body-inner strong{color:var(--fw-text)}.fw-landing .step-deliverables{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.fw-landing .step-deliverables .pill{font-size:10.5px}.fw-landing .pricing-wrap{padding:104px 0;position:relative}.fw-landing .pricing-wrap:before{content:"";background:linear-gradient(90deg,transparent,var(--fw-border-soft)30%,var(--fw-border-soft)70%,transparent);pointer-events:none;height:1px;position:absolute;top:0;left:5%;right:5%}.fw-landing .earn-section{background:linear-gradient(135deg,#6fb1fc0a 0%,#1a9e6e0a 100%);padding:88px 0;position:relative}.fw-landing .earn-inner{text-align:center;max-width:720px;margin:0 auto}.fw-landing .earn-icon{border-radius:var(--fw-r-md);width:56px;height:56px;color:var(--fw-success);background:#1a9e6e14;border:1px solid #1a9e6e2e;place-items:center;margin:0 auto 20px;display:grid}.fw-landing .earn-section h2{margin-bottom:12px}.fw-landing .earn-section .section-sub{max-width:480px;margin:0 auto 32px}.fw-landing .earn-benefits{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;display:flex}.fw-landing .earn-benefit{background:var(--fw-bg-card);border:1px solid var(--fw-border);border-radius:var(--fw-r-pill);color:var(--fw-muted);box-shadow:var(--fw-sh-sm);align-items:center;gap:7px;padding:7px 14px;font-size:13px;display:inline-flex}.fw-landing .earn-benefit svg{color:var(--fw-success)}.fw-landing .download-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;margin:0 auto;display:grid}@media (max-width:640px){.fw-landing .download-grid{grid-template-columns:1fr}}.fw-landing .download-card{background:var(--fw-bg-card);border:1px solid var(--fw-border);border-radius:var(--fw-r-md);box-shadow:var(--fw-sh-sm);gap:16px;padding:28px;transition:border-color .3s,box-shadow .3s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.fw-landing .download-card:hover{box-shadow:var(--fw-sh-md);border-color:#6fb1fc47;transform:translateY(-3px)}.fw-landing .download-icon{border-radius:var(--fw-r-sm);flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.fw-landing .download-icon.online{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.fw-landing .download-icon.desktop{color:var(--fw-success);background:#1a9e6e14;border:1px solid #1a9e6e26}.fw-landing .download-title{letter-spacing:-.02em;margin-bottom:6px;font-family:Clash Display,Geist,sans-serif;font-size:16px;font-weight:600}.fw-landing .download-desc{color:var(--fw-muted);margin-bottom:14px;font-size:13px;line-height:1.6}.fw-landing .download-list{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.fw-landing .download-check{color:var(--fw-muted);align-items:center;gap:8px;font-size:13px;display:flex}.fw-landing .download-check svg{color:var(--fw-cyan);flex-shrink:0}.fw-landing .download-btn{border-radius:var(--fw-r-sm);border:1px solid var(--fw-border);color:var(--fw-text);align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.fw-landing .download-btn:hover{color:var(--fw-cyan);border-color:#6fb1fc59}.fw-landing .download-btn.disabled{opacity:.5;pointer-events:none}.fw-landing .download-btn .coming{color:var(--fw-dim);font-size:10px;font-family:var(--fw-mono)}.fw-landing .help-grid{grid-template-columns:repeat(3,1fr);gap:12px;max-width:800px;margin:0 auto;display:grid}@media (max-width:640px){.fw-landing .help-grid{grid-template-columns:1fr}}.fw-landing .help-card{background:var(--fw-bg-card);border:1px solid var(--fw-border);border-radius:var(--fw-r-md);box-shadow:var(--fw-sh-sm);color:inherit;align-items:center;gap:14px;padding:18px 20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.fw-landing .help-card:hover{box-shadow:var(--fw-sh-md);border-color:#6fb1fc47;transform:translateY(-2px)}.fw-landing .help-card-icon{border-radius:var(--fw-r-sm);color:#fff;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.fw-landing .help-card-icon.wa{background:#25d366}.fw-landing .help-card-icon.email{background:#3b82f6}.fw-landing .help-card-icon.support{background:linear-gradient(135deg,#f59e0b,#ef4444)}.fw-landing .help-card-title{color:var(--fw-text);font-size:14px;font-weight:600}.fw-landing .help-card-sub{color:var(--fw-dim);margin-top:1px;font-size:12px}.fw-landing .final-cta-wrap{padding:0 40px 72px}.fw-landing .final-cta{border:1px solid var(--fw-border);border-radius:var(--fw-r-xl);background:var(--fw-bg-card);text-align:center;max-width:1120px;box-shadow:var(--fw-sh-md);margin:0 auto;padding:88px 96px;position:relative;overflow:hidden}.fw-landing .final-cta:before{content:"";background:linear-gradient(90deg,#0000,#6fb1fc80 30%,#6fb1fc99 50%,#6fb1fc80 70%,#0000);height:1px;position:absolute;top:0;left:15%;right:15%}.fw-landing .final-cta:after{content:"";pointer-events:none;background:radial-gradient(60% 40% at 50% 0,#6fb1fc0a 0%,#0000 100%);position:absolute;inset:0}.fw-landing .final-cta h2{margin:14px 0 18px;font-size:clamp(34px,4.5vw,56px)}.fw-landing .final-cta p{color:var(--fw-muted);max-width:520px;margin:0 auto 40px;font-size:17px;line-height:1.75}.fw-landing .final-cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:768px){.fw-landing .final-cta{padding:56px 32px}}@media (max-width:480px){.fw-landing .final-cta-wrap{padding:0 20px 28px}}.fw-landing .fw-footer{border-top:1px solid var(--fw-border-soft);padding:48px 0 32px}.fw-landing .fw-footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:48px;display:grid}@media (max-width:768px){.fw-landing .fw-footer-inner{text-align:center;grid-template-columns:1fr;gap:32px}}.fw-landing .fw-footer-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}@media (max-width:768px){.fw-landing .fw-footer-brand{justify-content:center}}.fw-landing .fw-footer-brand img{border-radius:var(--fw-r-xs)}.fw-landing .fw-footer-brand span{letter-spacing:-.02em;font-family:Clash Display,Geist,sans-serif;font-size:18px;font-weight:700}.fw-landing .fw-footer-tagline{color:var(--fw-muted);margin-bottom:12px;font-size:13px}.fw-landing .fw-footer-tagline a{color:var(--fw-cyan)}.fw-landing .fw-footer-tagline a:hover{text-decoration:underline}.fw-landing .fw-footer-col h4{letter-spacing:-.01em;margin-bottom:14px;font-family:Clash Display,Geist,sans-serif;font-size:14px;font-weight:600}.fw-landing .fw-footer-col a{color:var(--fw-muted);padding:4px 0;font-size:13px;transition:color .2s;display:block}.fw-landing .fw-footer-col a:hover{color:var(--fw-cyan)}.fw-landing .fw-footer-col a.green{color:var(--fw-success)}.fw-landing .fw-footer-col a.green:hover{color:#22c47a}.fw-landing .fw-footer-bottom{border-top:1px solid var(--fw-border-soft);color:var(--fw-dim);font-size:12px;font-family:var(--fw-mono);justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;display:flex}.fw-landing .fw-footer-social{background:var(--fw-bg-elev);width:36px;height:36px;color:var(--fw-muted);border-radius:50%;place-items:center;transition:background .2s,color .2s;display:grid}.fw-landing .fw-footer-social:hover{color:var(--fw-cyan);background:#6fb1fc1a}.sp-nav{z-index:90;flex-direction:column;gap:6px;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.sp-dot{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:0;padding:10px 0;font-family:inherit;display:flex;position:relative}.sp-label{font-family:var(--fw-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--fw-muted);white-space:nowrap;opacity:0;background:var(--fw-bg-card);border:1px solid var(--fw-border);border-radius:var(--fw-r-sm);pointer-events:none;box-shadow:var(--fw-sh-sm);margin-right:10px;padding:5px 11px;font-size:10px;font-weight:500;line-height:1.4;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),color .2s,border-color .2s,background .2s;transform:translate(8px)}.sp-bar{background:var(--fw-border);border-radius:1px;flex-shrink:0;width:18px;height:2px;transition:width .28s cubic-bezier(.34,1.56,.64,1),background .2s;display:block}.sp-dot:hover .sp-label{opacity:1;transform:translate(0)}.sp-dot:hover .sp-bar{background:var(--fw-dim);width:30px}.sp-dot.active .sp-label{color:var(--fw-cyan);box-shadow:0 2px 12px #6fb1fc1f,var(--fw-sh-sm);background:#6fb1fc12;border-color:#6fb1fc4d}.sp-dot.active:hover .sp-label{opacity:1;transform:translate(0)}.sp-dot.active .sp-bar{background:var(--fw-cyan);width:26px;box-shadow:0 0 8px #6fb1fc66}@media (max-width:768px){.sp-nav{display:none}}.fw-landing .hero{position:relative;overflow:hidden}.fw-landing .hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.fw-landing .hero-bg-img{object-fit:cover;object-position:center right;width:100%;height:100%;display:block;position:absolute;inset:0}.fw-landing .hero-bg:after{content:"";background:radial-gradient(68% 58% at 50% 46%,#ffffff8c 0%,#ffffff2e 55%,#fff0 100%);position:absolute;inset:0}.dark .fw-landing .hero-bg:after{background:radial-gradient(68% 58% at 50% 46%,#0a0a099e 0%,#0a0a0947 55%,#0a0a0900 100%)}@media (max-width:768px){.fw-landing .hero-bg:after{background:#ffffff8c}.dark .fw-landing .hero-bg:after{background:#0a0a0999}}.fw-landing .hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:relative}.fw-landing .hero-trust{align-items:center;gap:10px;margin-top:4px;display:inline-flex}.fw-landing .hero-trust-stars{color:#f0b030;letter-spacing:1.5px;font-size:12px}.fw-landing .hero-trust-text{color:var(--fw-muted);font-size:12px;font-family:var(--fw-mono);letter-spacing:.02em}.fw-landing .hero-headline{letter-spacing:-.045em;color:var(--fw-text);max-width:18ch;margin:0;font-family:Clash Display,Geist,sans-serif;font-size:clamp(40px,8.5vw,92px);font-weight:700;line-height:1.02}.fw-landing .hero-tagline{color:var(--fw-muted);max-width:460px;margin:0;font-size:clamp(15px,1.55vw,18px);line-height:1.65}.fw-landing .hero-cta{margin-top:12px}.fw-landing .btn-lg{padding:14px 30px;font-size:15px}.fw-landing .hero-arabic{font-family:var(--fw-mono);color:var(--fw-dim);letter-spacing:.02em;direction:rtl;margin-top:4px;font-size:13px}.fw-landing .hero-trust,.fw-landing .hero-headline,.fw-landing .hero-tagline,.fw-landing .hero-cta,.fw-landing .hero-arabic{animation:.7s cubic-bezier(.16,1,.3,1) both fw-hero-in}.fw-landing .hero-headline{animation-delay:.1s}.fw-landing .hero-tagline{animation-delay:.25s}.fw-landing .hero-cta{animation-delay:.4s}.fw-landing .hero-trust{animation-delay:.55s}.fw-landing .hero-arabic{animation-delay:.65s}@media (max-width:640px){.fw-landing .hero-content{gap:20px}.fw-landing .hero-headline{max-width:100%}.fw-landing .fw-container{padding:0 20px}.fw-landing section{padding:64px 0}.fw-landing .section-head{margin-bottom:48px}.fw-landing .final-cta-wrap{padding:0 16px 24px}.fw-landing .final-cta{padding:44px 24px}.fw-landing .trust{padding:36px 0}.fw-landing .hstat-num{font-size:24px}.fw-landing .section-title{font-size:clamp(26px,6vw,50px)}.fw-landing .earn-section{padding:56px 0}}
