:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}body{color:#fff;direction:rtl;background:#1a0a2e;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:18px;line-height:1.6}.app{min-height:100vh}.btn{cursor:pointer;border:none;border-radius:50px;padding:18px 50px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:linear-gradient(90deg,#e94560,#ff6b6b)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e9456066}.btn-secondary{color:#fff;background:0 0;border:2px solid #e94560}.btn-secondary:hover{background:#e94560;transform:translateY(-3px)}section{width:100%}@media (width<=1200px){.section-title{font-size:2.8rem}.section-subtitle{font-size:1.15rem}.btn{padding:15px 40px;font-size:1rem}.container{padding:0 40px}}@media (width<=768px){.section-title{font-size:2rem}body{font-size:16px}.container{padding:0 20px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a0a2e}::-webkit-scrollbar-thumb{background:linear-gradient(#e94560,#ff6b6b);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#e94560}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}.navbar{z-index:1000;background:0 0;width:100vw;max-width:100vw;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#16213ef2;padding:15px 0;box-shadow:0 2px 20px #0000004d}.nav-container{flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 60px;display:flex}.nav-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f97316,#fb923c);border:none;border-radius:30px;padding:12px 30px;font-family:Tajawal,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f9731666}.nav-links{gap:30px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#fff;cursor:pointer;font-family:Tajawal,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover{color:#f97316}.logo{cursor:pointer;order:3;align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:50px}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.mobile-toggle span{background:#fff;border-radius:3px;width:25px;height:3px;transition:all .3s;display:block}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (width<=1200px){.navbar{padding:20px 0}.navbar.scrolled{padding:15px 0}.nav-container{padding:0 40px}.nav-links{gap:30px}}@media (width<=992px){.nav-links{display:none}.mobile-toggle{order:-1;display:flex}.nav-container{flex-wrap:wrap;padding:0 20px}.nav-cta-btn{padding:10px 20px;font-size:.9rem}}@media (width<=768px){.nav-links{background:#16213efa;flex-direction:column;gap:20px;width:70%;height:100vh;padding:100px 40px;transition:right .3s;display:flex;position:fixed;top:0;right:-100%}.nav-links.active{right:0}.logo-img{height:40px}}.hero{text-align:center;background:linear-gradient(135deg,#1a0a2e 0%,#16213e 50%,#0f3460 100%);flex-direction:column;align-items:center;width:100vw;max-width:100vw;min-height:100vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.4;z-index:0;background:url(/6f1511c381c86ed3d0eeb64fcff5b92f26015196.jpg) 50%/cover;position:absolute;inset:0}.hero:after{content:"";z-index:0;background:linear-gradient(135deg,#1a0a2ecc 0%,#16213eb3 50%,#0f346099 100%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:900px;padding:0 40px;position:relative}.ai-badge{color:#a78bfa;background:#8b5cf633;border:1px solid #8b5cf666;border-radius:30px;align-items:center;gap:8px;margin-bottom:30px;padding:10px 20px;font-size:.9rem;display:inline-flex}.hero-title{color:#fff;letter-spacing:-1px;margin-bottom:20px;font-size:4.5rem;font-weight:900;line-height:1.3}.hero-subtitle{color:#e2e8f0;margin-bottom:25px;font-size:1.8rem;font-weight:600;line-height:1.5}.hero-description{color:#94a3b8;max-width:750px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.9}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.play-icon{fill:currentColor;width:18px;height:18px}@media (width<=1200px){.hero{padding:140px 0 80px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}}@media (width<=768px){.hero{padding:120px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-content{padding:0 20px}.btn{padding:14px 24px;font-size:.95rem}}.stats{background:linear-gradient(90deg,#f97316,#ea580c);width:100vw;max-width:100vw;padding:60px 0}.stats-container{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto;padding:0 40px;display:grid}.stat-item{text-align:center;color:#fff}.stat-number{margin-bottom:8px;font-family:Tajawal,sans-serif;font-size:3rem;font-weight:800;display:block}.stat-label{opacity:.95;font-size:1rem;font-weight:500}@media (width<=992px){.stats-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.stats{padding:40px 0}.stats-container{grid-template-columns:repeat(2,1fr);gap:25px;padding:0 20px}.stat-number{font-size:2.2rem}.stat-label{font-size:.9rem}}.about{background:linear-gradient(#1a0a2e 0%,#0f0518 100%);width:100vw;max-width:100vw;padding:100px 0}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:0 60px;display:grid}.about-video{position:relative}.video-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.video-wrapper img{filter:grayscale();width:100%;height:auto;display:block}.play-button{cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px #f9731680}.play-button svg{fill:#fff;width:30px;height:30px;margin-right:-4px}.quality-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e143cf2;border:1px solid #8b5cf64d;border-radius:12px;align-items:center;gap:12px;padding:15px 20px;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000004d}.badge-icon{font-size:1.5rem}.badge-text{flex-direction:column;align-items:flex-start;display:flex}.badge-text strong{color:#fff;font-size:.95rem;font-weight:700}.badge-text span{color:#a78bfa;font-size:.75rem}.about-content{text-align:right}.section-label{align-items:center;gap:12px;margin-bottom:20px;display:flex}.about-title{color:#fff;margin-bottom:25px;font-size:2.8rem;font-weight:800;line-height:1.4}.duck{color:#f97316;font-weight:900}.about-text{color:#94a3b8;margin-bottom:15px;font-size:1.15rem;line-height:1.9}.about-text-secondary{color:#64748b;margin-bottom:30px;font-size:1rem;line-height:1.8}.features-grid{grid-template-columns:1fr 1fr;gap:15px 30px;display:grid}.features-column{flex-direction:column;gap:12px;display:flex}.feature-item{color:#e2e8f0;align-items:center;gap:10px;font-size:.95rem;display:flex}.check-icon{color:#f97316;flex-shrink:0;width:22px;height:22px}.check-icon svg{width:100%;height:100%}@media (width<=1200px){.about-container{grid-template-columns:1fr;gap:50px;padding:0 40px}.about-video{order:2}.about-content{text-align:center;order:1}.section-label{justify-content:center}.features-grid{max-width:500px;margin:0 auto}}@media (width<=768px){.about{padding:60px 0}.about-container{padding:0 20px}.about-title{font-size:2rem}.play-button{width:60px;height:60px}.play-button svg{width:22px;height:22px}.features-grid{grid-template-columns:1fr;gap:10px}}.video-section{background:linear-gradient(#1a0a2e 0%,#16213e 100%);width:100vw;max-width:100vw;padding:100px 0}.container{width:100%;margin:0 auto;padding:0 40px}.section-title{color:#fff;text-align:center;margin-bottom:15px;font-size:3.5rem}.section-title:after{content:"";background:linear-gradient(90deg,#e94560,#ff6b6b);border-radius:2px;width:60px;height:4px;margin:15px auto 0;display:block}.section-subtitle{text-align:center;color:#b8c5d6;margin-bottom:60px;font-size:1.3rem}.videos-grid{grid-template-columns:repeat(3,1fr);gap:40px;width:100%;display:grid}.video-card{background:#ffffff0d;border:1px solid #e9456033;border-radius:20px;transition:all .3s;overflow:hidden}.video-card:hover{border-color:#e94560;transform:translateY(-10px);box-shadow:0 20px 40px #e9456033}.video-thumbnail{height:280px;position:relative;overflow:hidden}.video-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.video-card:hover .video-thumbnail img{transform:scale(1.1)}.play-button{cursor:pointer;background:linear-gradient(90deg,#e94560,#ff6b6b);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-button:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 30px #e9456080}.play-button svg{color:#fff;width:32px;height:32px;margin-right:-3px}.video-info{padding:25px}.video-category{color:#e94560;background:#e9456033;border-radius:25px;margin-bottom:12px;padding:8px 20px;font-size:1rem;display:inline-block}.video-info h3{color:#fff;margin:0;font-size:1.3rem;line-height:1.5}@media (width<=1024px){.video-section{padding:80px 0}.section-title{font-size:2.8rem}.video-thumbnail{height:220px}}@media (width<=768px){.container{padding:0 20px}.videos-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.services{background:linear-gradient(#0f0518 0%,#1a0a2e 100%);width:100vw;max-width:100vw;padding:100px 0}.services-container{max-width:1400px;margin:0 auto;padding:0 60px}.services-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.service-card{background:#1a0a2e;border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0006}.service-image{height:280px;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-image img{transform:scale(1.05)}.image-overlay{background:linear-gradient(#0000 0%,#1a0a2e4d 50%,#1a0a2ef2 100%);position:absolute;inset:0}.service-icon{z-index:2;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 5px 20px #f9731666}.service-icon svg{fill:#fff;width:26px;height:26px}.service-content{text-align:right;z-index:1;margin-top:-60px;padding:25px 25px 30px;position:relative}.service-content h3{color:#fff;margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.4}.service-content p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.7}@media (width<=1200px){.services{padding:80px 0}.services-container{padding:0 40px}.section-title{font-size:2.5rem}}@media (width<=768px){.services-container{padding:0 20px}.services-grid{grid-template-columns:1fr;gap:25px}.section-title{font-size:2rem}.service-image{height:220px}.service-icon{width:45px;height:45px;right:15px}.service-icon svg{width:22px;height:22px}}.process{background:linear-gradient(#1a0a2e 0%,#0f0518 100%);width:100vw;max-width:100vw;padding:100px 0}.process-container{max-width:1400px;margin:0 auto;padding:0 60px}.targets-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.target-card{text-align:center;background:#1a0a2e99;border:1px solid #8b5cf633;border-radius:20px;padding:40px 35px;transition:all .3s}.target-card:hover{border-color:#f9731666;transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.target-icon{color:#f97316;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 25px;display:flex}.target-icon svg{width:32px;height:32px}.target-card h3{color:#fff;margin-bottom:15px;font-size:1.4rem;font-weight:700}.target-card p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.8}@media (width<=1200px){.process{padding:80px 0}.process-container{padding:0 40px}.section-title{font-size:2.5rem}}@media (width<=768px){.process-container{padding:0 20px}.targets-grid{grid-template-columns:1fr;gap:20px}.section-title{font-size:2rem}.target-card{padding:30px 25px}.target-icon{width:60px;height:60px}.target-icon svg{width:26px;height:26px}}.journey{background:linear-gradient(#0f0518 0%,#1a0a2e 50%,#0f0518 100%);width:100vw;max-width:100vw;padding:100px 0;overflow:hidden}.journey-container{max-width:1400px;margin:0 auto;padding:0 60px}.timeline-desktop{flex-direction:column;gap:0;display:flex;position:relative}.timeline-row{justify-content:space-between;align-items:flex-start;padding:0 30px;display:flex;position:relative}.top-row{margin-bottom:0;padding-bottom:0}.bottom-row{justify-content:space-around;margin-top:-20px;padding-top:0}.timeline-step,.timeline-step-bottom{flex-direction:column;flex:1;align-items:center;max-width:200px;display:flex;position:relative}.timeline-step-bottom{flex-direction:column-reverse;margin-top:40px}.step-badge{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-10px;right:20px;box-shadow:0 4px 15px #7c3aed66}.timeline-step-bottom .step-badge{top:auto;bottom:-10px;right:20px}.step-icon-main{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border:3px solid #1a0a2e;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex;box-shadow:0 8px 30px #f9731666}.step-icon-main svg{width:28px;height:28px}.step-content{text-align:center;max-width:180px;margin-top:20px}.timeline-step-bottom .step-content{margin-top:0;margin-bottom:20px}.step-content h3{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:700}.step-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}.timeline-line{z-index:0;background:linear-gradient(90deg,#7c3aed,#a855f7,#7c3aed);height:2px;position:absolute;top:70px;left:120px;right:120px}.timeline-mobile{flex-direction:column;gap:0;display:none}.mobile-step{flex-direction:column;align-items:center;display:flex;position:relative}.mobile-step-header{flex-direction:column;align-items:center;margin-bottom:15px;display:flex}.mobile-step .step-badge{margin-bottom:10px}.mobile-step .step-content{text-align:center;margin-top:15px;margin-bottom:20px}.mobile-step .step-content h3{margin-bottom:8px;font-size:1.1rem}.mobile-step .step-content p{font-size:.9rem}.mobile-connector{background:linear-gradient(#7c3aed,#a855f7);width:2px;height:40px;margin-bottom:20px}@media (width<=1200px){.journey{padding:80px 0}.journey-container{padding:0 40px}.section-title{font-size:2.8rem}.timeline-row{padding:0 30px}.timeline-line{left:50px;right:50px}.step-detail{max-width:150px}.step-detail h3{font-size:1rem}}@media (width<=992px){.timeline-desktop{display:none}.timeline-mobile{display:flex}.section-title{font-size:2.3rem}}@media (width<=768px){.journey-container{padding:0 20px}.section-header{margin-bottom:50px}.section-title{font-size:2rem}.step-icon-main{width:60px;height:60px}.step-icon-main svg{width:24px;height:24px}}.gallery{background:linear-gradient(#0f0518 0%,#1a0a2e 100%);width:100vw;max-width:100vw;padding:100px 0}.gallery-container{max-width:1400px;margin:0 auto;padding:0 60px}.gallery-masonry{grid-template-columns:1fr 1.5fr 1fr;align-items:start;gap:20px;display:grid}.gallery-column{flex-direction:column;gap:20px;display:flex}.gallery-item{cursor:pointer;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.gallery-item:hover{transform:translateY(-5px)}.gallery-item.small{height:220px}.gallery-item.large{height:460px}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}@media (width<=1200px){.gallery{padding:80px 0}.gallery-container{padding:0 40px}.section-title{font-size:2.8rem}.gallery-masonry{grid-template-columns:1fr 1.2fr 1fr;gap:15px}.gallery-item.small{height:180px}.gallery-item.large{height:390px}}@media (width<=992px){.gallery-masonry{grid-template-columns:1fr 1fr}.center-col{display:none}.gallery-item.small{height:200px}}@media (width<=768px){.gallery-container{padding:0 20px}.section-title{font-size:2rem}.gallery-masonry{grid-template-columns:1fr}.center-col{display:flex}.gallery-item.small,.gallery-item.large{height:250px}}.partners{background:linear-gradient(#1a0a2e 0%,#0f0518 100%);width:100vw;max-width:100vw;padding:100px 0}.partners-container{max-width:1400px;margin:0 auto;padding:0 60px}.section-header{text-align:center;margin-bottom:60px}.section-label{justify-content:center;align-items:center;gap:15px;margin-bottom:20px;display:flex}.section-label span{color:#f97316;font-size:1rem;font-weight:600}.label-line{background:#f97316;border-radius:2px;width:40px;height:3px}.section-title{color:#fff;margin:0;font-size:3rem;font-weight:800}.partners-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.partner-card{text-align:center;background:#1a0a2e99;border:1px solid #8b5cf633;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;padding:40px 30px;transition:all .3s;display:flex}.partner-card:hover{border-color:#f9731666;transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.partner-name{margin-bottom:12px;font-size:1.5rem;font-weight:800;line-height:1.3}.partner-type{color:#64748b;font-size:.9rem;font-weight:500}.partner-logo{justify-content:center;align-items:center;margin-bottom:12px;display:flex}.partner-logo img{object-fit:contain;max-width:200px;max-height:80px}@media (width<=1200px){.partners{padding:80px 0}.partners-container{padding:0 40px}.section-title{font-size:2.5rem}.partner-name{font-size:1.3rem}}@media (width<=992px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.partners-container{padding:0 20px}.section-title{font-size:2rem}.partners-grid{grid-template-columns:1fr;gap:15px}.partner-card{min-height:120px;padding:30px 20px}.partner-name{font-size:1.4rem}}.cta{justify-content:center;align-items:center;width:100vw;max-width:100vw;padding:120px 0;display:flex;position:relative;overflow:hidden}.cta-background{z-index:0;position:absolute;inset:0}.cta-background img{object-fit:cover;width:100%;height:100%}.cta-overlay{background:linear-gradient(135deg,#1a0a2eeb 0%,#0f0518d9 50%,#1a0a2ee6 100%);position:absolute;inset:0}.cta-content{z-index:1;text-align:center;max-width:800px;padding:0 40px;position:relative}.cta-badge{color:#f97316;background:#f9731626;border:1px solid #f973164d;border-radius:30px;align-items:center;gap:8px;margin-bottom:25px;padding:10px 20px;font-size:.9rem;display:inline-flex}.sparkle{font-size:1rem}.cta-title{color:#fff;margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.3}.cta-title .highlight{color:#f97316}.cta-description{color:#94a3b8;margin-bottom:8px;font-size:1.1rem;line-height:1.8}.cta-subtitle{color:#64748b;margin-bottom:35px;font-size:1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn{cursor:pointer;border:none;border-radius:30px;align-items:center;gap:10px;padding:16px 32px;font-family:Tajawal,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-outline{color:#fff;background:0 0;border:2px solid #8b5cf680}.btn-outline:hover{background:#a855f71a;border-color:#a855f7}.users-icon{width:20px;height:20px}.btn-orange{color:#fff;background:linear-gradient(90deg,#f97316,#ea580c)}.btn-orange:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f9731666}.arrow-icon{fill:currentColor;width:18px;height:18px;transform:rotate(180deg)}@media (width<=1200px){.cta{padding:100px 0}.cta-title{font-size:2.8rem}}@media (width<=768px){.cta{padding:80px 0}.cta-content{padding:0 20px}.cta-title{font-size:2.2rem}.cta-description{font-size:1rem}.btn{padding:14px 24px;font-size:.95rem}}.contact{background:linear-gradient(135deg,#1a0a2e 0%,#0f3460 100%);width:100vw;max-width:100vw;padding:120px 0;position:relative;overflow:hidden}.contact:before{content:"";background:radial-gradient(circle,#e945601a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-content{text-align:center;z-index:1;width:100%;margin:0 auto;padding:0 40px;position:relative}.contact-title{color:#fff;margin-bottom:20px;font-size:4rem}.contact-subtitle{color:#b8c5d6;margin-bottom:50px;font-size:1.4rem}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.contact-buttons .btn{align-items:center;gap:10px;text-decoration:none;display:flex}.contact-buttons svg{width:20px;height:20px}@media (width<=1200px){.contact{padding:100px 0}.contact-title{font-size:3rem}.contact-content{padding:0 40px}}@media (width<=768px){.contact-title{font-size:2.2rem}.contact-content{padding:0 20px}}.footer{background:linear-gradient(#0a0514 0%,#0d0618 100%);width:100vw;max-width:100vw;padding:80px 0 30px}.footer-container{max-width:1400px;margin:0 auto;padding:0 60px}.footer-content{grid-template-columns:1.2fr 1fr 1fr 1.5fr;gap:60px;width:100%;display:grid}.footer-column{text-align:right}.footer-title{color:#fff;margin-bottom:25px;font-size:1.2rem;font-weight:700}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{color:#64748b;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:18px;font-size:.95rem;display:flex}.footer-list li span{color:#64748b}.footer-list.links li{margin-bottom:12px;display:block}.footer-list.links a{color:#64748b;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-list.links a:hover{color:#f97316}.icon-circle{background:#8b5cf633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.icon-circle svg{color:#a855f7;width:16px;height:16px}.icon-circle.phone svg{color:#f97316}.footer-brand{text-align:right;padding-right:20px}.footer-logo{justify-content:flex-end;align-items:center;margin-bottom:15px;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:55px}.footer-description{color:#64748b;margin-bottom:20px;font-size:.9rem;line-height:1.7}.social-icons{flex-direction:row-reverse;justify-content:flex-start;gap:12px;display:flex}.social-icon{color:#a855f7;background:#8b5cf626;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-icon svg{width:18px;height:18px}.social-icon:hover{background:#a855f74d;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #8b5cf61a;justify-content:space-between;align-items:center;margin-top:50px;padding-top:25px;display:flex}.footer-links-bottom{gap:30px;display:flex}.footer-links-bottom a{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links-bottom a:hover{color:#f97316}.footer-copyright{color:#64748b;margin:0;font-size:.9rem}@media (width<=1200px){.footer{padding:60px 0 25px}.footer-container{padding:0 40px}.footer-content{gap:40px}}@media (width<=992px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px 30px}.footer-bottom{text-align:center;flex-direction:column;gap:15px}}@media (width<=768px){.footer-container{padding:0 20px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-column,.footer-brand{text-align:center}.footer-list li,.footer-logo,.social-icons{flex-direction:row;justify-content:center}.footer-links-bottom{flex-wrap:wrap;justify-content:center}}
