:root{--ink:#101a35;--muted:#66708a;--purple:#6256ef;--purple2:#7c70ff;--soft:#f7f7ff;--line:#e9e9f4;--white:#fff;--shadow:0 28px 80px rgba(54,45,145,.12);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Tajawal",Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.section-pad{padding:120px 0}.page-loader{position:fixed;inset:0;background:#fff;z-index:9999;display:grid;place-items:center;transition:.65s ease}.page-loader.hide{opacity:0;visibility:hidden}.loader-mark{width:50px;height:50px;border:4px solid #eceaff;border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cursor-glow{position:fixed;width:340px;height:340px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(106,93,255,.11),transparent 68%);z-index:-1;transform:translate(-50%,-50%);transition:width .2s,height .2s}.scroll-progress{position:fixed;top:0;right:0;height:3px;width:0;background:linear-gradient(90deg,#8c83ff,#493dde);z-index:1000}.site-header{position:fixed;top:0;right:0;left:0;z-index:100;background:rgba(255,255,255,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s}.site-header.scrolled{border-color:rgba(20,30,60,.07);box-shadow:0 10px 35px rgba(35,28,105,.06)}.nav-wrap{height:88px;display:flex;align-items:center;gap:34px}.brand{margin-left:auto}.brand img{width:150px;height:58px;object-fit:contain}.main-nav{display:flex;gap:28px;font-size:15px;font-weight:600}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;right:0;bottom:-8px;width:0;height:2px;background:var(--purple);transition:.3s}.main-nav a:hover:after{width:100%}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:700;transition:.3s}.nav-cta{background:var(--purple);color:#fff;padding:13px 20px;box-shadow:0 12px 30px rgba(98,86,239,.24)}.nav-cta svg,.btn svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.menu-toggle{display:none;background:none;border:0;padding:6px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px;transition:.3s}.hero{min-height:100vh;padding-top:150px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center;position:relative;z-index:2}.aurora{position:absolute;border-radius:50%;filter:blur(15px);opacity:.7;animation:aurora 9s ease-in-out infinite alternate}.aurora-one{width:650px;height:520px;left:-130px;top:90px;background:radial-gradient(circle,rgba(117,102,255,.17),rgba(217,223,255,.09) 50%,transparent 72%)}.aurora-two{width:450px;height:450px;right:-120px;bottom:40px;background:radial-gradient(circle,rgba(113,197,255,.12),transparent 70%);animation-delay:-3s}@keyframes aurora{to{transform:translate(45px,30px) scale(1.08)}}.dot-grid{position:absolute;top:130px;right:5%;width:200px;height:200px;opacity:.25;background-image:radial-gradient(#7569f6 1.2px,transparent 1.2px);background-size:16px 16px;mask-image:linear-gradient(to bottom,#000,transparent)}.eyebrow,.section-tag{display:inline-flex;align-items:center;gap:9px;color:var(--purple);font-weight:700;font-size:14px}.eyebrow span{width:29px;height:2px;background:var(--purple)}.hero h1{font-size:clamp(48px,5.4vw,78px);line-height:1.13;letter-spacing:-2.5px;margin:22px 0}.gradient-text,.section-head h2 span,.platform-copy h2 span,.why-copy h2 span{background:linear-gradient(120deg,#5b4de7,#8b7fff);-webkit-background-clip:text;color:transparent}.hero-copy>p{font-size:19px;line-height:1.95;color:var(--muted);max-width:580px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}.btn{padding:16px 23px}.btn-primary{background:linear-gradient(135deg,#6c5ff5,#5447dc);color:white;box-shadow:0 16px 35px rgba(93,78,229,.26)}.btn-primary:hover,.nav-cta:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(93,78,229,.32)}.btn-light{background:white;border:1px solid var(--line);box-shadow:0 10px 30px rgba(25,23,74,.05)}.trust-line{display:flex;gap:25px;margin-top:30px;color:#737c92;font-size:13px}.trust-line span:before{content:"✓";color:var(--purple);font-weight:800;margin-left:7px}.hero-visual{height:570px;position:relative;display:grid;place-items:center}.dashboard-card{position:relative;width:82%;padding:24px;background:rgba(255,255,255,.83);backdrop-filter:blur(22px);border:1px solid rgba(117,105,246,.15);border-radius:32px;box-shadow:var(--shadow);z-index:5;transform-style:preserve-3d}.dash-top{display:flex;justify-content:space-between;align-items:center}.dash-top div{display:flex;flex-direction:column;gap:4px}.dash-top small,.dash-stats small{color:#8b93a8}.live-dot{font-size:11px;color:#3cab70;background:#eafaf2;padding:7px 11px;border-radius:99px}.chart-area{height:230px;position:relative;margin:20px 0 10px}.chart-area svg{width:100%;height:100%;overflow:visible}.chart-fill{fill:url(#chartFill)}.chart-line{fill:none;stroke:#675af1;stroke-width:5;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000}.is-visible .chart-line{animation:draw 2.5s .4s ease forwards}@keyframes draw{to{stroke-dashoffset:0}}.chart-tooltip{position:absolute;top:30px;left:40px;background:white;padding:11px 16px;border-radius:15px;box-shadow:0 12px 30px rgba(50,44,136,.14);display:flex;flex-direction:column}.chart-tooltip strong{color:#37ad73;font-size:20px}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--line);padding-top:18px}.dash-stats div{text-align:center}.dash-stats strong{font-size:25px;margin:0 4px}.dash-stats em{font-style:normal;color:#7d8497;font-size:12px}.orbit{position:absolute;border:1px solid rgba(106,94,246,.22);border-radius:50%;animation:rotate 16s linear infinite}.orbit-a{width:520px;height:350px;transform:rotate(-13deg)}.orbit-b{width:410px;height:510px;transform:rotate(47deg);animation-direction:reverse}@keyframes rotate{to{transform:rotate(347deg)}}.floating-chip{position:absolute;width:58px;height:58px;border-radius:17px;background:rgba(255,255,255,.91);box-shadow:0 17px 42px rgba(40,35,115,.14);display:grid;place-items:center;font-size:24px;font-weight:900;z-index:8;animation:float 4s ease-in-out infinite}.chip-google{right:6%;top:20%;color:#4285f4}.chip-meta{left:5%;top:28%;color:#2877ef;animation-delay:-1s}.chip-snap{left:7%;bottom:22%;color:#f2ce00;animation-delay:-2s}.chip-tiktok{right:14%;bottom:10%;color:#14182b;animation-delay:-3s}@keyframes float{50%{transform:translateY(-14px) rotate(3deg)}}.mini-card{position:absolute;background:rgba(255,255,255,.88);border:1px solid rgba(113,97,240,.12);box-shadow:0 16px 36px rgba(39,32,122,.1);border-radius:18px;padding:13px 16px;display:flex;align-items:center;gap:10px;z-index:9;animation:float 5s ease-in-out infinite}.mini-card small{display:block;color:#8d94a5}.mini-card b{font-size:13px}.mini-icon{width:35px;height:35px;border-radius:11px;background:#eeecff;display:grid;place-items:center;color:var(--purple)}.mini-a{top:8%;left:17%}.mini-b{bottom:8%;right:12%;animation-delay:-2s}.platform-strip{position:relative;z-index:3;margin-top:55px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 12px 35px rgba(20,20,70,.05);padding:20px 28px;display:flex;align-items:center;gap:35px}.platform-strip>span{color:#777f92;font-size:14px;white-space:nowrap}.platform-list{display:flex;justify-content:space-around;gap:35px;flex:1;color:#41495d}.platform-list b{font-size:14px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:50px}.section-head h2,.center-head h2,.platform-copy h2,.why-copy h2{font-size:clamp(36px,4vw,55px);line-height:1.25;margin:14px 0 0;letter-spacing:-1.6px}.section-head p{max-width:500px;color:var(--muted);line-height:1.9}.services{background:linear-gradient(180deg,#fff,#fbfbff)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:30px 25px;transition:.35s;min-height:330px;display:flex;flex-direction:column;transform-style:preserve-3d}.service-card:hover{border-color:rgba(99,86,239,.28);box-shadow:var(--shadow);transform:translateY(-9px)}.icon-box,.step-icon{width:55px;height:55px;border-radius:17px;background:linear-gradient(145deg,#f0eeff,#fff);border:1px solid #ebe8ff;display:grid;place-items:center;color:var(--purple);font-size:25px;box-shadow:0 10px 25px rgba(76,63,190,.09)}.service-card h3{font-size:21px;margin:27px 0 12px}.service-card p{color:var(--muted);line-height:1.85;font-size:15px}.service-card a{margin-top:auto;color:var(--purple);font-weight:700}.platforms{overflow:hidden}.platforms-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px;background:#fbfbff;border:1px solid var(--line);border-radius:40px;padding:70px}.platform-copy p{color:var(--muted);font-size:17px;line-height:1.9}.platform-pills{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.platform-pills span{padding:9px 14px;background:white;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:600}.text-link{font-weight:800;color:var(--purple)}.phone-stage{height:480px;position:relative;display:grid;place-items:center}.phone{position:relative;width:230px;height:430px;border-radius:44px;background:linear-gradient(160deg,#fff,#efeeff);border:8px solid #262147;padding:13px;box-shadow:0 38px 80px rgba(62,49,176,.22);z-index:4;transform:rotate(-7deg);transform-style:preserve-3d}.phone-notch{position:absolute;width:85px;height:22px;background:#262147;border-radius:0 0 15px 15px;top:0;left:50%;transform:translateX(-50%)}.phone-screen{height:100%;background:linear-gradient(160deg,#f9f8ff,#fff);border-radius:30px;padding:55px 20px 20px;text-align:center}.ad-badge{width:72px;height:72px;border-radius:22px;margin:auto;background:linear-gradient(145deg,#766aff,#5648db);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 14px 32px rgba(88,74,221,.3)}.phone-screen small{display:block;margin-top:25px;color:#7b8293}.phone-screen strong{display:block;font-size:34px;color:#2aae70;margin-top:5px}.bars{height:90px;display:flex;align-items:end;justify-content:center;gap:8px;margin-top:20px}.bars i{display:block;width:15px;border-radius:5px 5px 2px 2px;background:linear-gradient(#8277ff,#5b4fe3);animation:bars 2.5s ease-in-out infinite}.bars i:nth-child(1){height:30%}.bars i:nth-child(2){height:55%;animation-delay:-.4s}.bars i:nth-child(3){height:40%;animation-delay:-.8s}.bars i:nth-child(4){height:75%;animation-delay:-1.2s}.bars i:nth-child(5){height:62%;animation-delay:-1.6s}.bars i:nth-child(6){height:92%;animation-delay:-2s}@keyframes bars{50%{transform:scaleY(.72);opacity:.7}}.screen-list span{height:8px;background:#ecebf7;border-radius:9px;display:block;margin:9px}.stage-ring{position:absolute;border:1px solid rgba(98,86,239,.18);border-radius:50%;animation:rotate 18s linear infinite}.ring-one{width:440px;height:300px}.ring-two{width:360px;height:420px;animation-direction:reverse}.target-card,.result-card{position:absolute;background:rgba(255,255,255,.9);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;z-index:6}.target-card{right:4%;bottom:15%;padding:15px}.target-card b{font-size:13px}.target{width:75px;height:75px;border-radius:50%;display:grid;place-items:center;margin:auto auto 7px;background:repeating-radial-gradient(circle,#6559ee 0 6px,#eeeaff 7px 13px)}.result-card{left:2%;top:15%;padding:17px 24px}.result-card small{color:#8b91a0}.result-card strong{display:block;color:#2bad70;font-size:25px}.center-head{text-align:center;max-width:720px;margin:0 auto 65px}.center-head p{color:var(--muted)}.process{background:#fcfcff}.process-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:18px}.process-line:before{content:"";position:absolute;top:58px;right:10%;left:10%;border-top:2px dashed #dcd8ff}.step{text-align:center;position:relative;z-index:2}.step>span{font-size:12px;color:#aaa5cd}.step-icon{margin:13px auto 20px;background:white}.step h3{font-size:18px;margin-bottom:9px}.step p{font-size:14px;line-height:1.7;color:var(--muted)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.why-visual{height:500px;position:relative;display:grid;place-items:center}.pulse-core{width:170px;height:170px;border-radius:50%;background:white;box-shadow:0 30px 80px rgba(70,55,184,.17);display:grid;place-items:center;z-index:4}.pulse-core img{width:120px}.pulse-ring{position:absolute;border:1px solid rgba(100,87,239,.18);border-radius:50%;animation:pulse 3.2s ease-out infinite}.pr-1{width:240px;height:240px}.pr-2{width:340px;height:340px;animation-delay:-1s}.pr-3{width:460px;height:460px;animation-delay:-2s}@keyframes pulse{0%{transform:scale(.82);opacity:0}45%{opacity:1}100%{transform:scale(1.05);opacity:0}}.satellite{position:absolute;padding:12px 17px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 15px 38px rgba(50,42,137,.1);color:var(--purple);font-weight:700;animation:float 4.5s ease-in-out infinite}.s1{top:11%;right:14%}.s2{bottom:12%;right:8%;animation-delay:-1.5s}.s3{left:8%;top:42%;animation-delay:-3s}.why-list{margin-top:35px;display:grid;gap:24px}.why-list>div{display:flex;gap:15px}.why-list i{font-style:normal;flex:0 0 38px;height:38px;border-radius:12px;background:#eeecff;color:var(--purple);display:grid;place-items:center;font-weight:900}.why-list b,.why-list small{display:block}.why-list small{color:var(--muted);margin-top:5px;line-height:1.7}.cta-section{padding:40px 0 110px}.cta-card{position:relative;overflow:hidden;background:linear-gradient(125deg,#f5f3ff,#fff 55%,#f4f7ff);border:1px solid #e4e0ff;border-radius:36px;padding:65px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-copy{position:relative;z-index:2}.cta-copy>span{color:var(--purple);font-weight:700}.cta-copy h2{font-size:clamp(38px,4.5vw,60px);line-height:1.15;margin:15px 0}.cta-copy p{color:var(--muted)}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;z-index:2}.email-link{color:#5f6574}.cta-orb{position:absolute;border-radius:50%;filter:blur(2px)}.cta-orb.one{width:320px;height:320px;left:-60px;top:-100px;background:radial-gradient(circle,rgba(112,96,255,.2),transparent 70%)}.cta-orb.two{width:280px;height:280px;right:38%;bottom:-190px;background:radial-gradient(circle,rgba(95,187,255,.15),transparent 70%)}footer{border-top:1px solid var(--line);padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:70px;padding-bottom:50px}.footer-brand img{width:170px;margin-bottom:15px}.footer-brand p{max-width:330px;color:var(--muted);line-height:1.8}.footer-grid h4{margin:0 0 20px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px}.footer-grid a{color:#687084}.footer-bottom{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;color:#8a91a1;font-size:13px}.whatsapp-float{position:fixed;left:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;z-index:80;box-shadow:0 15px 35px rgba(37,211,102,.3);animation:waPulse 2.5s infinite}.whatsapp-float svg{width:31px;fill:#fff}@keyframes waPulse{50%{box-shadow:0 15px 35px rgba(37,211,102,.3),0 0 0 12px rgba(37,211,102,0)}}.reveal{opacity:0;transform:translateY(38px);transition:opacity .85s cubic-bezier(.2,.8,.2,1),transform .85s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1000px){.main-nav{position:fixed;inset:88px 15px auto;background:rgba(255,255,255,.97);border:1px solid var(--line);border-radius:24px;padding:25px;display:flex;flex-direction:column;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-15px);transition:.3s}.main-nav.open{opacity:1;visibility:visible;transform:none}.menu-toggle{display:block}.nav-cta{display:none}.hero-grid,.platforms-grid,.why-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-line{justify-content:center}.hero-visual{height:510px}.services-grid{grid-template-columns:repeat(2,1fr)}.platforms-grid{padding:55px}.platform-copy{text-align:center}.platform-pills{justify-content:center}.why-grid{gap:40px}.why-copy{text-align:center}.why-list{text-align:right;max-width:600px;margin-inline:auto}.section-head{align-items:start}.process-line{grid-template-columns:repeat(3,1fr);row-gap:45px}.process-line:before{display:none}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.section-pad{padding:78px 0}.nav-wrap{height:74px}.brand img{width:126px;height:48px}.main-nav{inset:74px 12px auto}.hero{padding-top:115px;min-height:auto}.hero-grid{gap:28px}.hero h1{font-size:44px;letter-spacing:-1.7px}.hero-copy>p{font-size:16px;line-height:1.85}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-line{gap:9px;flex-wrap:wrap}.trust-line span{background:#fafaff;border:1px solid var(--line);padding:7px 10px;border-radius:99px;font-size:11px}.hero-visual{height:390px;margin-top:15px}.dashboard-card{width:94%;padding:16px;border-radius:23px}.chart-area{height:145px;margin:13px 0}.dash-stats strong{font-size:19px}.dash-stats small{font-size:10px}.orbit-a{width:340px;height:230px}.orbit-b{width:280px;height:360px}.floating-chip{width:43px;height:43px;border-radius:13px;font-size:18px}.mini-card{padding:9px 11px}.mini-card small{font-size:9px}.mini-card b{font-size:11px}.mini-icon{width:29px;height:29px}.mini-a{left:4%;top:4%}.mini-b{right:3%;bottom:4%}.platform-strip{margin-top:30px;display:block;text-align:center;padding:17px 12px;overflow:hidden}.platform-list{overflow:auto;justify-content:flex-start;padding-top:13px;scrollbar-width:none}.platform-list b{white-space:nowrap}.section-head{display:block;margin-bottom:32px}.section-head p{font-size:15px}.section-head h2,.center-head h2,.platform-copy h2,.why-copy h2{font-size:35px}.services-grid{grid-template-columns:1fr}.service-card{min-height:280px}.platforms-grid{padding:36px 20px;border-radius:28px;gap:30px}.phone-stage{height:410px;transform:scale(.88)}.process-line{grid-template-columns:1fr 1fr}.step:last-child{grid-column:1/-1}.why-visual{height:390px}.pulse-core{width:125px;height:125px}.pulse-core img{width:90px}.pr-1{width:190px;height:190px}.pr-2{width:270px;height:270px}.pr-3{width:360px;height:360px}.satellite{font-size:12px;padding:9px 12px}.cta-card{padding:42px 24px;display:block;text-align:center;border-radius:28px}.cta-copy h2{font-size:40px}.cta-actions{margin-top:28px}.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{display:block;text-align:center;line-height:2}.footer-bottom a{display:block}.whatsapp-float{width:54px;height:54px;left:17px;bottom:17px}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
