:root{--blue: #087bff;--deep: #0756d8;--navy: #061d4a;--cyan: #29d8ff;--warm: #ffc928;--success: #1bcb7f;--ink: #13213a;--muted: #60708b;--line: rgba(7, 86, 216, .12);--glass: rgba(255, 255, 255, .72);--r: 18px;--r-lg: 26px;--shadow-sm: 0 6px 18px rgba(7, 86, 216, .08);--shadow: 0 18px 44px rgba(7, 86, 216, .13);--shadow-lg: 0 30px 70px rgba(7, 86, 216, .18);--nav-h: 72px;--font: "Cairo", "Tajawal", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body.landing-story{margin:0;font-family:var(--font);line-height:1.65;color:var(--ink);background:#fff;overflow-x:hidden}body.landing-story.is-locked{overflow:hidden;touch-action:none}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.landing-story picture{display:contents}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px}.story-canvas{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(70% 40% at 78% 4%,rgba(41,216,255,.1),transparent 70%),radial-gradient(60% 35% at 10% 22%,rgba(8,123,255,.08),transparent 72%),radial-gradient(65% 35% at 90% 52%,rgba(41,216,255,.07),transparent 72%),radial-gradient(60% 35% at 12% 76%,rgba(8,123,255,.07),transparent 72%),linear-gradient(180deg,#fdfeff,#f2f8ff 30%,#f6fbff 62%,#fff)}.story-glow{position:absolute;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(41,216,255,.22) 0%,transparent 70%)}.story-glow--1{width:420px;height:420px;top:4%;right:-6%}.story-glow--2{width:380px;height:380px;top:40%;left:-8%;background:radial-gradient(circle,rgba(8,123,255,.18) 0%,transparent 70%)}.story-glow--3{width:340px;height:340px;bottom:14%;right:4%;background:radial-gradient(circle,rgba(7,86,216,.14) 0%,transparent 70%)}.ribbon-layer{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.ribbon-svg{position:absolute;top:0;left:0;display:block}.ribbon-glow{display:none}.ribbon-body{fill:none;stroke:url(#ribbonGradient);stroke-width:16;stroke-linecap:round;stroke-linejoin:round;opacity:.85}.ribbon-shine{fill:none;stroke:#ffffffbf;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:.55}.nav{position:fixed;inset:0 0 auto;height:var(--nav-h);z-index:100;transition:background .24s ease,box-shadow .24s ease}.nav.is-stuck{background:#ffffffeb;box-shadow:0 6px 28px #0756d817}@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))){@media (min-width: 1024px){.nav.is-stuck{background:#ffffffd1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}}.nav__inner{max-width:1240px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav__logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:900;font-size:1.05rem;color:var(--navy);flex-shrink:0}.nav__logo img{width:38px;height:38px;-o-object-fit:contain;object-fit:contain}.nav__links{display:none;align-items:center;gap:.1rem;margin:0;padding:0;list-style:none}.nav__links a{display:block;padding:.5rem .9rem;font-size:.875rem;font-weight:700;color:var(--muted);border-radius:999px;transition:color .18s ease,background .18s ease}.nav__links a:hover{color:var(--deep);background:#087bff14}.nav__actions{display:flex;align-items:center;gap:.5rem}.nav__toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);cursor:pointer}.nav__mobile{position:fixed;inset:var(--nav-h) 0 0 0;z-index:99;padding:1.5rem 1.25rem;overflow-y:auto;overscroll-behavior:contain;background:#fffffffa;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.nav__mobile.is-open{opacity:1;transform:none;pointer-events:auto}.nav__mobile a{display:block;padding:.9rem 0;font-weight:700;color:var(--ink);border-bottom:1px solid var(--line)}.nav__mobile-cta{width:100%;margin-top:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.7rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:800;line-height:1;border:none;border-radius:999px;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn--sm{min-height:40px;padding:.55rem 1.05rem;font-size:.82rem}.btn--lg{min-height:52px;padding:.9rem 1.9rem;font-size:1rem}.btn--primary{background:linear-gradient(135deg,var(--blue),var(--deep));color:#fff;box-shadow:0 10px 26px #087bff52}.btn--primary:hover{box-shadow:0 14px 34px #087bff6b;color:#fff}.btn--ghost{background:#ffffffe6;color:var(--deep);border:1.5px solid rgba(7,86,216,.22)}.btn--ghost:hover{background:#fff;color:var(--deep)}.main{position:relative;z-index:2}.section{position:relative;padding:4rem 1.25rem;scroll-margin-top:calc(var(--nav-h) + 12px);background:transparent}.section--hero{padding-top:calc(var(--nav-h) + 2.5rem);padding-bottom:3rem}.section--final{padding-bottom:5rem}.wrap{width:100%;max-width:1180px;margin:0 auto}.grid{display:grid;gap:2.5rem;align-items:center}.copy{position:relative;z-index:3}.copy--head{max-width:640px;margin-bottom:2.5rem}.copy--center{max-width:720px;margin-inline:auto;text-align:center}.copy--center .lede{margin-inline:auto}.eyebrow{display:inline-block;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:800;color:var(--deep);background:#087bff1a;border-radius:999px}.headline{margin:0 0 .9rem;font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:900;line-height:1.25;color:var(--navy);letter-spacing:-.01em}.headline--xl{font-size:clamp(1.9rem,4.4vw,3rem);line-height:1.18}.lede{margin:0 0 1.5rem;max-width:32rem;font-size:clamp(.95rem,1.4vw,1.08rem);color:var(--muted)}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-stage{position:relative;z-index:2;aspect-ratio:1 / 1;max-height:560px;contain:layout style}.hero-stage .hero-ribbon{position:absolute;top:-6%;left:50%;width:74%;transform:translate(-50%);opacity:.5;z-index:1}.hero-stage .hero-dashboard{position:absolute;top:4%;left:0;width:82%;z-index:2;filter:drop-shadow(0 26px 44px rgba(7,86,216,.22))}.hero-stage .hero-chaos{position:absolute;bottom:2%;left:2%;width:46%;z-index:3;filter:drop-shadow(0 16px 30px rgba(7,86,216,.16))}.hero-stage .hero-mascot{position:absolute;bottom:0;right:2%;width:44%;z-index:4;filter:drop-shadow(0 18px 34px rgba(7,86,216,.24))}html.is-scrolling .hero-stage img,html.is-scrolling .learn-stage img,html.is-scrolling .center-stage img,html.is-scrolling .protect-stage img,html.is-scrolling .analytics-stage img,html.is-scrolling .parent-stage img,html.is-scrolling .final__mascot{filter:none!important}.cards-row{position:relative;z-index:3;display:grid;gap:1.1rem;grid-template-columns:1fr}.glass{padding:1.25rem 1.35rem;background:#ffffffe0;border:1px solid rgba(255,255,255,.9);border-radius:var(--r-lg);box-shadow:var(--shadow)}@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))){@media (min-width: 1024px){.glass{background:var(--glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}}.glass__title{margin:0 0 1rem;font-size:.85rem;font-weight:800;color:var(--navy)}.glass__note{margin:.75rem 0 0;font-size:.75rem;font-weight:700;color:#b91c1c}.bars{margin:0;padding:0;list-style:none;display:grid;gap:.7rem}.bars li{display:grid;grid-template-columns:4.5rem 1fr 2.4rem;gap:.6rem;align-items:center}.bars__name{font-size:.75rem;font-weight:700;color:var(--ink)}.bars__track{height:8px;border-radius:999px;background:#0756d81a;overflow:hidden}.bars__fill{display:block;height:100%;width:var(--w, 50%);border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.bars__fill--warn{background:linear-gradient(90deg,#f59e0b,var(--warm))}.bars__pct{font-size:.72rem;font-weight:800;color:var(--navy);text-align:left}.spark{height:68px}.spark svg{width:100%;height:100%}.spark__line{fill:none;stroke:#ef4444;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.alerts{display:grid;gap:.6rem}.alert{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.78rem;font-weight:700;border-radius:12px}.alert b{font-size:.95rem;font-weight:900}.alert--warn{background:#fffbebeb;color:#b45309;border:1px solid rgba(245,158,11,.3)}.alert--danger{background:#fef2f2eb;color:#b91c1c;border:1px solid rgba(239,68,68,.26)}.flist{margin:0;padding:0;list-style:none;display:grid;gap:.6rem;max-width:27rem}.flist li{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;font-size:.9rem;font-weight:800;color:var(--navy);background:#ffffffb8;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm)}.flist--sm li{font-size:.85rem;padding:.55rem .8rem}.flist__ic{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;font-size:.8rem;color:var(--deep);background:linear-gradient(135deg,#087bff29,#29d8ff33);border-radius:10px}.learn-stage{position:relative;z-index:2;display:flex;justify-content:center;padding-bottom:2rem;contain:layout style}.learn-stage .learn-video{width:100%;max-width:480px;filter:drop-shadow(0 24px 40px rgba(7,86,216,.2))}.learn-stage .learn-orb{position:absolute;bottom:0;right:-2%;width:30%;max-width:150px;filter:drop-shadow(0 14px 26px rgba(41,216,255,.3))}.mini-row{position:relative;z-index:3;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2.5rem}.mini{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:#ffffffc7;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-sm)}.mini img{width:58px;height:58px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.mini div{display:flex;flex-direction:column;line-height:1.35}.mini b{font-size:.85rem;font-weight:800;color:var(--navy)}.mini span{font-size:.75rem;color:var(--muted)}.center-stage{position:relative;z-index:2;padding-bottom:3rem;contain:layout style}.center-stage .center-building{width:100%;max-width:560px;margin:0 auto;filter:drop-shadow(0 28px 48px rgba(7,86,216,.2))}.center-stage .center-kiosk{position:absolute;bottom:0;right:0;width:34%;max-width:190px;filter:drop-shadow(0 16px 30px rgba(7,86,216,.2))}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;max-width:30rem}.chip{padding:.45rem .9rem;font-size:.8rem;font-weight:800;color:var(--deep);background:#ffffffd1;border:1px solid rgba(8,123,255,.2);border-radius:999px;box-shadow:var(--shadow-sm)}.protect-stage{position:relative;z-index:2;display:flex;justify-content:center;border-radius:var(--r-lg);contain:layout style}.protect-stage .protect-player{width:100%;max-width:500px;filter:drop-shadow(0 24px 42px rgba(7,86,216,.2))}.protect-scan{position:absolute;top:10%;bottom:10%;width:45%;z-index:3;background:linear-gradient(90deg,transparent,rgba(41,216,255,.38),transparent);transform:translate(-160%);pointer-events:none}.analytics-stage{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.4vw,2rem)}.analytics-stage .analytics-board{flex:1 1 auto;min-width:0;max-width:820px;border-radius:clamp(12px,1.5vw,22px);box-shadow:0 26px 58px #0756d82e}.analytics-stage .analytics-phone{flex:0 0 auto;width:clamp(130px,16vw,245px);filter:drop-shadow(0 22px 42px rgba(7,86,216,.24))}.parent-stage{position:relative;z-index:2;contain:layout style}.parent-stage .parent-report{width:100%;max-width:500px;margin:0 auto;filter:drop-shadow(0 24px 42px rgba(7,86,216,.2))}.bubble{position:absolute;z-index:4;padding:.5rem .85rem;font-size:.72rem;font-weight:700;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);white-space:nowrap}.bubble--1{top:4%;right:0}.bubble--2{bottom:8%;left:0}.final{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;max-width:860px}.final .lede{margin-inline:auto}.final .cta-row{justify-content:center}.final__mascot{width:clamp(120px,20vw,190px)}.footer{position:relative;z-index:3;padding:3rem 1.25rem 2rem;background:var(--navy);color:#ffffffd1}.footer__grid{max-width:1180px;margin:0 auto;display:grid;gap:2rem;grid-template-columns:1fr}.footer__brand img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;margin-bottom:.85rem}.footer__brand p{margin:0;font-size:.875rem;max-width:22rem}.footer__col h4{margin:0 0 .8rem;font-size:.78rem;font-weight:800;color:#fff;letter-spacing:.05em}.footer__col a{display:block;padding:.35rem 0;font-size:.875rem;color:#ffffffb3}.footer__col a:hover{color:var(--cyan)}.footer__meta{display:block;padding:.35rem 0;font-size:.875rem;color:#ffffff80}.footer__bottom{max-width:1180px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;justify-content:space-between;font-size:.8rem;color:#ffffff8c}.footer__bottom-links{display:flex;flex-wrap:wrap;gap:.35rem .55rem;align-items:center}.footer__bottom a{color:#ffffffb3}.footer__bottom a:hover{color:var(--cyan)}.footer__credit{margin:0;font-size:.8rem;font-weight:700;color:#ffffff8c}.footer__credit a{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:3px}.footer__credit a:hover{color:var(--cyan)}.modal{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:max(1rem,env(safe-area-inset-top,0px)) 1rem max(1rem,env(safe-area-inset-bottom,0px));background:#061d4a85;opacity:0;pointer-events:none;transition:opacity .22s ease;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.modal.is-open{opacity:1;pointer-events:auto}.modal__card{width:100%;max-width:460px;flex:0 0 auto;margin:1.25rem auto;padding:1.5rem 1.35rem;background:#fff;border-radius:var(--r-lg);box-shadow:0 30px 70px #061d4a4d;transform:translateY(16px);transition:transform .22s ease;overflow:visible}.modal.is-open .modal__card{transform:none}.modal__title{margin:0 0 .4rem;font-size:1.25rem;font-weight:900;color:var(--navy)}.modal__hint{margin:0 0 1.25rem;font-size:.875rem;color:var(--muted)}.field{margin-bottom:1rem}.field label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:800;color:var(--muted)}.field__legend{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:800;color:var(--muted)}.field__hint{margin:.4rem 0 0;font-size:.72rem;line-height:1.45;color:var(--muted)}.choice-row{display:grid;gap:.55rem}.choice{display:flex;align-items:center;gap:.55rem;padding:.65rem .8rem;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;font-size:.86rem;font-weight:700;color:var(--navy)}.choice input{accent-color:var(--blue)}.modal__error{margin:0 0 .75rem;padding:.65rem .8rem;border-radius:12px;background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#b91c1c;font-size:.82rem;font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:44px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;color:var(--ink);background:#f4f9ff;border:1px solid rgba(7,86,216,.2);border-radius:12px}.field textarea{min-height:96px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);background:#fff}.field.is-error input,.field.is-error select,.field.is-error textarea{border-color:#ef4444}.modal__actions{display:flex;gap:.75rem;margin-top:1.25rem}.modal__done{text-align:center;padding:1rem 0}.modal__done-title{margin:0;font-size:1.1rem;font-weight:800;color:var(--navy)}.modal__done-text{margin:.5rem 0 1rem;color:var(--muted)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.reveal.is-in{opacity:1;transform:none}@media (min-width: 768px){.cards-row,.mini-row{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.section{padding:5.5rem 1.5rem}.section--hero{padding-top:calc(var(--nav-h) + 3rem)}.nav__links{display:flex}.nav__toggle{display:none}.grid--hero{grid-template-columns:1fr 1.05fr;gap:2rem}.grid--split{grid-template-columns:1fr 1fr;gap:3.5rem}.copy--head{margin-bottom:3rem}.analytics-stage .analytics-side{display:block}.final{flex-direction:row;text-align:right;gap:2.5rem}.final .lede{margin-inline:0}.final .cta-row{justify-content:flex-start}.final__mascot{flex-shrink:0}.footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr}}@media (max-width: 1023px){.nav__actions .btn--sm{min-height:36px;padding:.45rem .7rem;font-size:.75rem}.nav__logo span{font-size:.95rem}.hero-stage,.learn-stage,.center-stage,.protect-stage,.parent-stage{width:100%;margin-inline:auto}.hero-stage,.learn-stage{max-width:460px}.center-stage{max-width:480px}.protect-stage,.parent-stage{max-width:460px}.ribbon-glow,.ribbon-shine{display:none}.ribbon-body{stroke-width:10}.story-glow{display:none}.hero-stage .hero-dashboard,.hero-stage .hero-chaos,.hero-stage .hero-mascot,.learn-stage .learn-video,.learn-stage .learn-orb,.center-stage .center-building,.center-stage .center-kiosk,.protect-stage .protect-player,.analytics-stage .analytics-phone,.parent-stage .parent-report{filter:none}}@media (max-width: 767px){.analytics-stage{flex-direction:column-reverse}.analytics-stage .analytics-board{width:100%}.analytics-stage .analytics-phone{width:175px}}@media (max-width: 480px){.bars li{grid-template-columns:3.9rem 1fr 2.2rem}.bubble{font-size:.68rem;padding:.4rem .6rem}}@media (max-width: 420px){.nav__logo span{display:none}}@media (prefers-reduced-motion: reduce){.reveal{opacity:1!important;transform:none!important}.protect-scan{display:none}.btn:hover{transform:none}}
