@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Cairo:wght@400;500;600;700;800&display=swap";:root{--brand-blue:#4a6af7;--brand-blue-hover:#3a54d4;--brand-blue-light:#8ea2ff;--brand-dark-blue:#09001c;--dark-surface:#0a0f1f;--dark-card:#ffffff0a;--dark-card-hover:#ffffff14;--dark-border:#ffffff1a;--dark-border-hover:#ffffff26;--text-white:#fff;--text-gray:#8b93a5;--danger:#f44336;--success:#4caf50;--font-main:"Sora", system-ui, sans-serif;--font-arabic:"Cairo", system-ui, sans-serif;--shadow-card:0 10px 40px #00000059;--shadow-phone:0 25px 60px #0009;--shadow-btn:0 10px 30px #4a6af766}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--dark-surface);color:var(--text-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.atmosphere{z-index:-1;pointer-events:none;position:fixed;inset:0}.atmosphere:before{content:"";background:radial-gradient(80% 50% at 50% 0,#4a6af759 0%,#0a0f1f00 70%);position:absolute;inset:0}.atmosphere:after{content:"";filter:blur(80px);background:conic-gradient(from 45deg,#4a6af766,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}.atmosphere-grid{background:linear-gradient(#ffffff08 1px,#0000 1px) 0 0/100% 48px;position:absolute;inset:0}.container,.section{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.glass-card{border:1px solid var(--dark-border);background:var(--dark-card);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:24px;transition:transform .3s,border-color .3s;position:relative}.glass-card:hover{border-color:var(--dark-border-hover);transform:translateY(-4px)}.glass-card .card-accent{pointer-events:none;background:radial-gradient(circle,#4a6af759,#0000 60%);border-radius:50%;width:48px;height:48px;position:absolute;top:-12px;right:-12px}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#141424b3;border:1px solid #ffffff0d;border-radius:24px}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--brand-blue);color:var(--text-white);box-shadow:var(--shadow-btn)}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-primary:active{transform:scale(.95)}.btn-secondary{color:var(--text-white);border:1px solid var(--dark-border);background-color:#ffffff0d}.btn-secondary:hover{border-color:var(--brand-blue);background-color:#ffffff1a}.toggle-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;color:var(--text-white);background:#ffffff0d;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:12px;padding:6px 8px;font-family:inherit;transition:all .2s;display:inline-flex}.toggle-button:hover{background:#ffffff1a}.toggle-button.active{box-shadow:0 0 0 2px #4a6af799}.toggle-track{background:#ffffff26;border-radius:9999px;flex-shrink:0;align-items:center;width:48px;height:24px;transition:background .3s;display:inline-flex;position:relative}.toggle-track.on{background:var(--brand-blue)}.toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;transform:translate(2px);box-shadow:0 2px 4px #0000004d}.toggle-thumb.on{transform:translate(26px)}[dir=rtl] .toggle-thumb{transform:translate(-2px)}[dir=rtl] .toggle-thumb.on{transform:translate(-26px)}.toggle-label{opacity:.9;font-size:14px;line-height:1.2}h1,h2,h3,h4,h5,h6{margin-bottom:0;font-weight:800;line-height:1.2}h1{letter-spacing:-.5px;font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2rem)}p{color:#ffffffb3;margin-bottom:0}.hero{padding-top:56px;padding-bottom:0;position:relative}@media (width>=768px){.hero{padding-top:96px}}.hero-grid{align-items:center;gap:40px;display:grid}@media (width>=768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-brand{opacity:.9;align-items:center;gap:12px;margin-bottom:24px;display:flex}.hero-subtitle{color:#ffffffb3;max-width:560px;margin-top:20px;font-size:16px;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:28px;display:flex}.hero-badges{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.phone-container{width:94%;max-width:380px;margin:0 auto;position:relative}.phone-body{box-shadow:var(--shadow-phone);background:linear-gradient(#ffffff14,#ffffff05);border:1px solid #ffffff26;border-radius:2.2rem;padding:12px;position:relative}.phone-notch{background:#0009;border-radius:0 0 16px 16px;width:144px;height:24px;margin:0 auto 12px}.phone-screen{border-radius:1.6rem;position:relative;overflow:hidden}.phone-screen img{object-fit:contain;width:100%;height:auto;display:block}.phone-screen-overlay{mix-blend-mode:screen;pointer-events:none;background-color:#0000;background-image:linear-gradient(#4a6af740 1px,#0000 1px),linear-gradient(90deg,#4a6af740 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.phone-accent{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#4a6af799,#0000 60%);border-radius:50%;width:128px;height:128px;position:absolute;top:-32px;right:-32px}.features-section{margin-top:80px}.features-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-icon-box{color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.feature-title{color:#ffffffe6;margin-bottom:4px;font-size:18px;font-weight:600}.feature-desc{color:#ffffffb3;font-size:14px;line-height:1.6}.controls-section{margin-top:64px}@media (width>=768px){.controls-inner{flex-direction:row;align-items:flex-start}}@media (width>=768px){[dir=rtl] .controls-inner{flex-direction:row-reverse}}.controls-title{margin-bottom:8px;font-size:20px;font-weight:600}.controls-subtitle{color:#ffffffb3;margin-bottom:24px;font-size:14px}.control-item{border:1px solid var(--dark-border);background:#ffffff0d;border-radius:12px;margin-bottom:16px;padding:16px;position:relative;overflow:hidden}.control-item:last-child{margin-bottom:0}.control-item-gradient{pointer-events:none;position:absolute;inset:0}.control-item-gradient.aim{background:linear-gradient(90deg,#34d3994d,#0000)}.control-item-gradient.auto{background:linear-gradient(90deg,#fbbf244d,#0000)}.control-item-gradient.antiban{background:linear-gradient(90deg,#fb71854d,#0000)}.control-item-gradient.custom{background:linear-gradient(90deg,#38bdf84d,#0000)}[dir=rtl] .control-item-gradient.aim{background:linear-gradient(270deg,#34d3994d,#0000)}[dir=rtl] .control-item-gradient.auto{background:linear-gradient(270deg,#fbbf244d,#0000)}[dir=rtl] .control-item-gradient.antiban{background:linear-gradient(270deg,#fb71854d,#0000)}[dir=rtl] .control-item-gradient.custom{background:linear-gradient(270deg,#38bdf84d,#0000)}.control-item-inner{justify-content:space-between;align-items:center;display:flex;position:relative}.control-item-label{color:#ffffffe6;font-size:14px;font-weight:500}.control-toggle-display{align-items:center;gap:8px;display:inline-flex}.control-toggle-display span{color:#fff9;font-size:12px}.mini-track{background:#4a6af766;border-radius:9999px;width:36px;height:8px;padding:2px}.mini-thumb{background:var(--brand-blue);border-radius:9999px;width:16px;height:100%;display:block}.controls-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;display:flex}.docs-link{color:#ffffffb3;text-underline-offset:4px;font-size:14px;text-decoration:underline;transition:color .2s}.docs-link:hover{color:#fff}.phone-secondary-wrapper{flex:1;max-width:320px;margin:0 auto;position:relative}.phone-secondary-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#4a6af766,#0000 60%);border-radius:50%;width:160px;height:160px;position:absolute;top:-24px;left:-24px}.phone-secondary{background:linear-gradient(#ffffff1a,#ffffff0d);border:1px solid #ffffff26;border-radius:2rem;padding:12px;position:relative;transform:rotate(-3deg);box-shadow:0 20px 60px #00000080}.phone-secondary .phone-notch{width:112px;height:20px}.phone-secondary .phone-screen{border-radius:1.4rem}.phone-secondary .phone-screen img{height:auto}.testimonials-section{margin-top:64px}.testimonials-title{color:#ffffffe6;margin-bottom:24px;font-size:24px;font-weight:600}.testimonials-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.testimonial-name{color:#ffffffe6;font-size:14px;font-weight:600}.testimonial-stars{color:var(--brand-blue);align-items:center;gap:4px;display:flex}.testimonial-text{color:#ffffffb3;font-size:14px;line-height:1.6}.cta-section{margin-top:64px;padding-bottom:96px}.cta-card{border:1px solid var(--dark-border);background:linear-gradient(to bottom right,#0b122a,#0b0f1e);border-radius:24px;padding:40px;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(80% 60% at 20% 20%,#4a6af759,#0000 60%);position:absolute;inset:0}.cta-inner{flex-direction:column;align-items:flex-start;gap:16px;display:flex;position:relative}@media (width>=768px){.cta-inner{flex-direction:row;justify-content:space-between;align-items:center}}[dir=rtl] .cta-inner{align-items:flex-end}@media (width>=768px){[dir=rtl] .cta-inner{flex-direction:row-reverse}}.cta-title{letter-spacing:-.3px;font-size:24px;font-weight:700}.cta-subtitle{color:#ffffffb3;margin-top:4px;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:.8s forwards fadeInUp}.animate-fade-in{animation:.6s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}[dir=rtl]{font-family:var(--font-arabic)}[dir=rtl] .hero-subtitle{margin-left:auto}[dir=rtl] .hero-actions,[dir=rtl] .hero-badges{justify-content:flex-end}[dir=rtl] .ml-auto{margin-left:0;margin-right:auto}input,select,textarea{border:1px solid var(--dark-border);width:100%;color:var(--text-white);font-family:var(--font-main);background-color:#0003;border-radius:12px;padding:14px 20px;font-size:16px;transition:border-color .3s}input:focus,select:focus,textarea:focus{border-color:var(--brand-blue);outline:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.text-gradient{background:linear-gradient(135deg, #fff, var(--text-gray));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-blue{background:linear-gradient(90deg, var(--brand-blue), var(--brand-blue-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.card{border:1px solid var(--dark-border);background-color:#141424cc;border-radius:20px;padding:24px;transition:transform .3s,border-color .3s}.card:hover{border-color:var(--brand-blue);transform:translateY(-5px)}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--dark-border);background:#0a0f1fd9;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo img{object-fit:contain;filter:brightness(0)invert();width:34px;height:34px}.navbar-logo-text{font-size:20px;font-weight:700}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-link{color:#ffffffb3;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.navbar-link:hover{color:#fff;background:#ffffff0f}.navbar-right{align-items:center;gap:10px;display:flex}.navbar-lang-btn{border:1px solid var(--dark-border);color:#fff;cursor:pointer;background:#ffffff0f;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .2s;display:flex}.navbar-lang-btn:hover{border-color:var(--brand-blue)}.navbar-menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;display:none}.navbar-mobile-menu{border-top:1px solid var(--dark-border);background:#0a0f1ff2;flex-direction:column;gap:4px;padding:12px 24px 16px;display:none}.navbar-mobile-link{color:#ffffffb3;border-radius:8px;padding:10px 12px;font-size:15px;text-decoration:none;transition:all .2s}.navbar-mobile-link:hover{color:#fff;background:#ffffff0f}@media (width<=768px){.navbar-links{display:none}.navbar-menu-toggle{display:block}.navbar-mobile-menu{display:flex}}.hero{text-align:center;padding-top:60px}@media (width>=768px){.hero{padding-top:80px}}.hero-brand{opacity:.9;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;display:flex}.hero-brand img{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:34px;height:34px;padding:5px}.hero-brand span{letter-spacing:.2em;color:#fffc;text-transform:uppercase;font-size:12px}.hero-title-center{text-align:center}.hero-title-line{color:#fffc;display:block}.hero-title-brand{background:linear-gradient(90deg, var(--brand-blue), var(--brand-blue-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:8px;display:inline-block}.hero-subtitle-center{color:#ffffffb3;text-align:center;max-width:600px;margin:20px auto 0;font-size:16px;line-height:1.7}.hero-actions-center{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:28px;display:flex}.hero-badges-center{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.badge{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;padding:4px 14px;font-size:12px}.hero-preview{flex-direction:column;align-items:center;gap:20px;margin-top:48px;display:flex}.preview-frame{border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:800px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.preview-glow{z-index:0;filter:blur(20px);pointer-events:none;background:linear-gradient(135deg,#4a6af726,#0000 60%);position:absolute;inset:-20px}.preview-image{z-index:1;width:100%;height:auto;display:block;position:relative}.preview-toggle{justify-content:center;display:flex}.section-header{text-align:center;margin-bottom:32px}.section-header h2{color:#ffffffe6}.controls-card{overflow:hidden}.controls-inner{flex-direction:column;gap:32px;display:flex}@media (width>=768px){.controls-inner{flex-direction:row;align-items:flex-start}}[dir=rtl] .controls-inner{flex-direction:column}@media (width>=768px){[dir=rtl] .controls-inner{flex-direction:row-reverse}}.controls-content{flex:1}.controls-list{flex-direction:column;gap:12px;display:flex}.app-mock-wrapper{flex:1;justify-content:center;max-width:340px;margin:0 auto;display:flex}.app-mock{background:#0a0a1ef2;border:1px solid #4a6af740;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 20px 50px #00000080}.mock-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.mock-logo-row{align-items:center;gap:8px;display:flex}.mock-logo-circle{background:var(--brand-blue);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.mock-app-name{color:#fff;font-size:14px;font-weight:600}.mock-panel{background:linear-gradient(#ffffff05 0%,#0000 100%);flex-direction:column;gap:12px;padding:20px 16px;display:flex}.mock-status{background:#4caf501a;border-radius:8px;align-items:center;gap:8px;margin-bottom:4px;padding:8px 12px;display:flex}.mock-setting-row{justify-content:space-between;align-items:center;display:flex}.mock-setting-label{color:#fffc;font-size:13px}.mock-toggle{background:#ffffff1a;border-radius:10px;width:36px;height:20px;transition:all .3s;position:relative}.mock-toggle.on{background:var(--brand-blue)}.mock-toggle-dot{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000004d}.mock-toggle-dot.on{transform:translate(16px)}[dir=rtl] .mock-toggle-dot.on{transform:translate(-16px)}[dir=rtl] .mock-toggle-dot{left:auto;right:2px}.mock-controls{background:#0000004d;border-top:1px solid #ffffff0f;justify-content:space-around;padding:12px 8px;display:flex}.mock-ctrl-item{color:#ffffff73;cursor:default;flex-direction:column;align-items:center;gap:3px;font-size:10px;display:flex}.mock-ctrl-active{color:var(--brand-blue)}.site-footer{background:#ffffff05;border-top:1px solid #ffffff0f;margin-top:0;padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer-brand img{filter:brightness(0)invert();width:30px;height:30px}.footer-brand-name{font-size:18px;font-weight:700}.footer-desc{color:#ffffff80;max-width:280px;font-size:14px;line-height:1.6}.footer-col-title{color:#fffc;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:14px;font-weight:600}.footer-col-links{flex-direction:column;gap:8px;display:flex}.footer-link{color:#ffffff80;font-size:14px;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--brand-blue)}.footer-bottom{text-align:center;border-top:1px solid #ffffff0f;margin-top:32px;padding-top:20px}.footer-copyright{color:#ffffff59;font-size:13px}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.page-content{flex:1}#offer-x-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:2147483647;background:#0d111c99;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #0000004d}#offer-x-btn:hover{background:#2563eb;border-color:#ffffff4d;transform:rotate(90deg)scale(1.1);box-shadow:0 0 20px #2563eb99}#offer-x-btn:active{transform:rotate(90deg)scale(.95)}#offer-x-btn:before,#offer-x-btn:after{content:none!important}
