:root{
  --navy:#0d385b;
  --navy-2:#174f7b;
  --blue:#2f93cc;
  --sky:#79c8ee;
  --ice:#eef8fd;
  --ink:#11283a;
  --muted:#607487;
  --white:#fff;
  --line:#dceaf2;
  --shadow:0 24px 70px rgba(13,56,91,.15);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Tajawal",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;top:-100px;right:20px;background:#fff;padding:12px 18px;z-index:9999;border-radius:12px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.top-strip{background:var(--navy);color:#fff;font-size:13px}
.top-strip-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;opacity:.94}
.top-strip a{direction:ltr;font-weight:700}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,56,91,.07)}
.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:58px;height:58px;border-radius:16px;object-fit:cover;box-shadow:0 8px 24px rgba(13,56,91,.1)}
.brand span{display:grid;line-height:1.15}.brand strong{font-size:20px;color:var(--navy)}.brand small{font-size:13px;color:var(--muted);margin-top:5px}
.primary-nav{display:flex;align-items:center;gap:27px;font-size:15px;font-weight:600;color:#304c61}
.primary-nav>a{position:relative;padding:29px 0}.primary-nav>a:after{content:"";position:absolute;bottom:20px;right:0;width:0;height:2px;background:var(--blue);transition:.3s}.primary-nav>a:hover:after{width:100%}
.install-btn{border:0;background:var(--navy);color:#fff;border-radius:14px;padding:11px 17px;display:flex;align-items:center;gap:8px;font-weight:700;box-shadow:0 10px 25px rgba(13,56,91,.18)}
.install-btn svg,.btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:var(--ice);border-radius:13px;padding:11px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:3px;transition:.3s}
.hero{position:relative;min-height:720px;padding:86px 0 74px;background:linear-gradient(125deg,#f7fcff 0%,#fff 53%,#eaf7fd 100%);overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(47,147,204,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(47,147,204,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to left,black,transparent 80%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-orb-one{width:430px;height:430px;background:radial-gradient(circle,rgba(121,200,238,.24),rgba(121,200,238,0));top:-170px;left:-90px}.hero-orb-two{width:330px;height:330px;background:radial-gradient(circle,rgba(47,147,204,.16),rgba(47,147,204,0));bottom:-100px;right:10%}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.sponsor-pill{display:inline-flex;align-items:center;gap:10px;background:#e9f6fc;color:var(--navy);padding:8px 14px;border-radius:100px;font-size:13px;font-weight:700;border:1px solid #d3edf9}
.pulse-dot{width:9px;height:9px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 0 rgba(47,147,204,.4);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(47,147,204,0)}100%{box-shadow:0 0 0 0 rgba(47,147,204,0)}}
.hero h1{font-size:clamp(42px,5.15vw,72px);line-height:1.17;margin:24px 0 22px;letter-spacing:-1.6px;color:var(--navy);font-weight:900}
.hero h1 span{color:var(--blue);position:relative}.hero h1 span:after{content:"";position:absolute;height:10px;border-radius:20px;background:rgba(121,200,238,.28);right:0;left:0;bottom:4px;z-index:-1}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:610px;margin:0 0 30px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{border:0;min-height:53px;padding:0 23px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:.3s}
.btn-primary{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;box-shadow:0 16px 34px rgba(13,56,91,.22)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(13,56,91,.28)}
.btn-ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.hero-trust{display:flex;gap:28px;margin-top:36px;padding-top:28px;border-top:1px solid var(--line)}
.hero-trust div{display:grid}.hero-trust strong{font-size:19px;color:var(--navy)}.hero-trust span{font-size:12px;color:var(--muted)}
.hero-visual{position:relative;padding:15px 35px 25px 10px}
.school-photo-card{position:relative;height:545px;border-radius:38px;overflow:hidden;box-shadow:0 35px 90px rgba(13,56,91,.22);isolation:isolate;border:8px solid rgba(255,255,255,.88)}
.school-photo-card>img{width:100%;height:100%;object-fit:cover;object-position:center 18%}
.photo-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,30,49,.72),rgba(5,30,49,0) 55%)}
.school-badge{position:absolute;right:25px;bottom:24px;display:flex;align-items:center;gap:12px;color:#fff}.school-badge img{width:54px;height:54px;object-fit:cover;border-radius:14px}.school-badge div{display:grid;line-height:1.25}.school-badge small{font-size:12px;opacity:.8}.school-badge strong{font-size:22px}
.floating-card{position:absolute;z-index:2;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 18px 45px rgba(13,56,91,.2);border:1px solid rgba(255,255,255,.8);padding:13px 15px;border-radius:18px;display:flex;align-items:center;gap:11px;animation:float 4.5s ease-in-out infinite}.floating-card strong,.floating-card span{display:block;white-space:nowrap}.floating-card strong{font-size:13px;color:var(--navy)}.floating-card span{font-size:10px;color:var(--muted)}
@keyframes float{50%{transform:translateY(-8px)}}
.attendance-card{top:72px;left:0}.reports-card{bottom:105px;right:-22px;animation-delay:1.1s}.mini-icon{width:36px;height:36px;border-radius:11px;background:#e3f8ee;color:#1d9c65;display:grid;place-items:center;font-weight:900}.bars{width:36px;height:36px;border-radius:11px;background:#eaf6fc;display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:8px}.bars i{width:4px;border-radius:4px;background:var(--blue)}.bars i:nth-child(1){height:8px}.bars i:nth-child(2){height:16px}.bars i:nth-child(3){height:12px}
.scroll-note{position:absolute;bottom:18px;right:50%;transform:translateX(50%);font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px;writing-mode:vertical-rl}.scroll-note span{width:1px;height:34px;background:var(--blue)}
.intro-bar{position:relative;margin-top:-1px;background:var(--navy);color:#fff}
.intro-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:136px}.intro-grid>div{display:flex;align-items:center;gap:16px;padding:30px;border-left:1px solid rgba(255,255,255,.13)}.intro-grid>div:last-child{border-left:0}.feature-icon{font-size:14px;font-weight:800;color:var(--sky);width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:12px;display:grid;place-items:center;flex:none}.intro-grid p{margin:0;display:grid}.intro-grid strong{font-size:17px}.intro-grid small{font-size:12px;color:rgba(255,255,255,.63);margin-top:2px}
.section{padding:112px 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-gallery{position:relative;min-height:560px}.gallery-main{width:82%;height:480px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-logo{position:absolute;left:0;bottom:0;width:190px;height:190px;background:#fff;border-radius:28px;box-shadow:0 25px 60px rgba(13,56,91,.16);padding:14px}.gallery-logo img{width:100%;height:100%;object-fit:cover;border-radius:19px}.experience-card{position:absolute;right:-20px;bottom:32px;background:var(--navy);color:#fff;padding:19px 24px;border-radius:20px;box-shadow:var(--shadow);display:grid}.experience-card strong{font-size:26px}.experience-card span{font-size:11px;color:rgba(255,255,255,.7)}
.eyebrow{display:inline-block;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.2px;margin-bottom:13px}.eyebrow.light{color:#89d4f6}.section-copy h2,.section-head h2,.pwa-copy h2,.contact-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.25;color:var(--navy);margin:0 0 20px;letter-spacing:-1px}.section-copy>p,.section-head>p,.contact-copy>p{font-size:17px;color:var(--muted);margin:0;max-width:680px}.info-list{margin-top:33px;display:grid;gap:18px}.info-list>div{display:flex;align-items:flex-start;gap:13px}.info-list>div>span{width:31px;height:31px;border-radius:10px;background:#e4f6fc;color:var(--blue);display:grid;place-items:center;font-weight:900;flex:none}.info-list p{margin:0;display:grid}.info-list strong{font-size:16px;color:var(--navy)}.info-list small{color:var(--muted);font-size:13px}
.digital{background:linear-gradient(155deg,#0a304e,#0e426b 62%,#0b3555);color:#fff;overflow:hidden;position:relative}.digital:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(62,166,218,.22),transparent 66%);left:-230px;top:130px}.digital .section-head h2{color:#fff}.digital .section-head p{color:rgba(255,255,255,.68);margin-inline:auto}.centered{text-align:center}.system-showcase{margin-top:70px;position:relative;padding-left:130px}.device-frame{background:#edf4f8;border-radius:24px 24px 18px 18px;padding:12px;box-shadow:0 35px 100px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.25)}.device-top{height:32px;background:#d9e5eb;border-radius:14px 14px 8px 8px;display:flex;align-items:center;gap:6px;padding:0 12px;direction:ltr}.device-top span{width:8px;height:8px;border-radius:50%;background:#a9bcc7}.device-top div{font-size:9px;color:#648092;margin-left:auto;margin-right:auto;direction:rtl}.dashboard{height:510px;background:#f5f9fb;border-radius:9px;display:flex;overflow:hidden;color:var(--ink);direction:rtl}.dash-sidebar{width:170px;background:#fff;border-left:1px solid #e5edf1;padding:22px 14px}.dash-logo{display:flex;align-items:center;gap:8px;padding:0 5px 22px;border-bottom:1px solid #edf2f5}.dash-logo img{width:34px;height:34px;border-radius:9px;object-fit:cover}.dash-logo strong{font-size:13px;color:var(--navy)}.dash-sidebar nav{display:grid;gap:7px;margin-top:18px}.dash-sidebar a{padding:9px 10px;border-radius:9px;font-size:10px;color:#6d8494;display:flex;gap:8px}.dash-sidebar a.active{background:#eaf6fc;color:#2689c1;font-weight:700}.dash-sidebar i{font-style:normal;width:15px;text-align:center}.dash-main{flex:1;padding:24px}.dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dash-header div:first-child{display:grid}.dash-header small{font-size:9px;color:#7f96a4}.dash-header strong{font-size:16px;color:var(--navy)}.avatar{width:32px;height:32px;border-radius:50%;background:#d9eef9;display:grid;place-items:center;color:var(--blue);font-size:11px;font-weight:800}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-row article{background:#fff;padding:15px;border-radius:12px;box-shadow:0 7px 18px rgba(17,40,58,.05);display:grid;grid-template-columns:auto 1fr;gap:10px}.stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:11px;font-weight:900}.student{background:#e8f6fc;color:#248dc5}.check{background:#e7f8ef;color:#28a46d}.grade{background:#fff2e3;color:#e8952b}.stat-row p{margin:0;display:grid}.stat-row small{font-size:8px;color:#8899a4}.stat-row strong{font-size:16px;color:var(--navy)}.stat-row em{font-size:7px;color:#79a190;grid-column:2;font-style:normal;margin-top:-5px}.dash-content{display:grid;grid-template-columns:1.35fr .85fr;gap:13px;margin-top:14px}.chart-card,.activity-card{background:#fff;border-radius:13px;padding:15px;box-shadow:0 7px 18px rgba(17,40,58,.05)}.card-title{display:flex;justify-content:space-between;align-items:center}.card-title strong{font-size:11px;color:var(--navy)}.card-title span{font-size:7px;color:#87a0ae}.chart-bars{height:180px;display:flex;align-items:flex-end;gap:14px;padding:22px 14px 0;border-bottom:1px solid #edf2f5;background:repeating-linear-gradient(to top,transparent 0,transparent 44px,#eff4f6 45px)}.chart-bars i{height:var(--h);flex:1;max-width:24px;background:linear-gradient(to top,#267fb3,#65bbe5);border-radius:6px 6px 2px 2px;box-shadow:0 6px 12px rgba(47,147,204,.14)}.chart-labels{display:flex;justify-content:space-between;padding-top:8px;color:#91a1ab;font-size:6px}.activity-card ul{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:13px}.activity-card li{display:flex;gap:8px;align-items:flex-start}.activity-card b{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;font-size:8px;flex:none}.green{background:#e8f8ef;color:#27a16a}.blue{background:#e7f4fb;color:#2789be}.orange{background:#fff2e5;color:#e89732}.activity-card p{margin:0;display:grid;line-height:1.3}.activity-card strong{font-size:8px;color:#3c5667}.activity-card small{font-size:6px;color:#95a5ae;margin-top:3px}
.phone-frame{position:absolute;left:0;bottom:-45px;width:230px;height:455px;background:#0b1821;border:6px solid #1c2c36;border-radius:36px;padding:9px;box-shadow:0 30px 70px rgba(0,0,0,.38);transform:rotate(-2deg)}.phone-speaker{position:absolute;z-index:2;top:11px;right:50%;transform:translateX(50%);width:62px;height:16px;border-radius:0 0 12px 12px;background:#0b1821}.mobile-ui{height:100%;border-radius:25px;background:#f5f9fb;color:var(--ink);padding:24px 13px 14px;overflow:hidden}.mobile-head{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--navy)}.mobile-head img{width:26px;height:26px;border-radius:8px;object-fit:cover}.mobile-head b{margin-right:auto}.mobile-ui>p{font-size:7px;color:#8396a2;margin:18px 0 2px}.mobile-ui>h3{font-size:13px;line-height:1.4;margin:0 0 13px;color:var(--navy)}.mobile-card{background:linear-gradient(135deg,#216f9d,#329bd2);border-radius:14px;color:#fff;padding:13px;display:grid}.mobile-card span{font-size:7px;opacity:.75}.mobile-card strong{font-size:13px}.mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:9px 0}.mobile-grid div{background:#fff;border-radius:11px;padding:10px;display:grid;box-shadow:0 4px 12px rgba(13,56,91,.06)}.mobile-grid b{font-size:12px;color:var(--navy)}.mobile-grid span{font-size:6px;color:#8a9ba6}.mobile-list{display:flex;gap:7px;background:#fff;border-radius:10px;padding:9px;margin-top:7px;box-shadow:0 4px 12px rgba(13,56,91,.05)}.mobile-list>span{width:25px;height:25px;border-radius:7px;background:#eaf6fb}.mobile-list p{margin:0;display:grid}.mobile-list b{font-size:7px;color:#3c5667}.mobile-list small{font-size:6px;color:#93a4ae}
.digital-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:95px}.digital-features article{padding:25px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}.digital-features span{font-size:12px;color:#7bc8ed}.digital-features h3{font-size:17px;margin:20px 0 7px}.digital-features p{font-size:12px;color:rgba(255,255,255,.62);margin:0}
.stages{background:#f7fbfd}.section-head{margin-bottom:48px}.stage-track{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:15px}.stage-block{min-height:230px;border-radius:26px;padding:28px;background:#fff;box-shadow:0 20px 50px rgba(13,56,91,.08);display:flex;gap:20px;align-items:flex-start;position:relative;overflow:hidden}.stage-block:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;left:-55px;bottom:-65px;background:var(--stage-bg)}.stage-block>span{width:46px;height:46px;border-radius:14px;background:var(--stage-bg);color:var(--stage-color);display:grid;place-items:center;font-weight:900;flex:none}.stage-block div{display:grid}.stage-block small{font-size:12px;color:var(--stage-color);font-weight:800;margin-top:4px}.stage-block strong{font-size:22px;color:var(--navy);margin:9px 0}.stage-block p{font-size:13px;color:var(--muted);margin:0}.primary{--stage-bg:#e8f6fc;--stage-color:#238abd}.middle{--stage-bg:#e8f8ef;--stage-color:#23986a}.upper{--stage-bg:#fff1e3;--stage-color:#dc8a2f}.stage-arrow{width:42px;height:42px;border-radius:50%;background:#e6f3f9;display:grid;place-items:center;color:var(--blue);font-size:20px}
.pwa-section{padding-top:0;background:#f7fbfd}.pwa-card{min-height:430px;border-radius:34px;background:linear-gradient(135deg,#0c385a,#15547f);color:#fff;padding:58px 70px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;overflow:hidden;position:relative}.pwa-card:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(103,192,233,.26),transparent 66%);left:-130px;bottom:-250px}.pwa-copy{position:relative;z-index:2}.pwa-copy h2{color:#fff}.pwa-copy p{color:rgba(255,255,255,.7);font-size:16px;max-width:580px;margin:0 0 25px}.btn-white{background:#fff;color:var(--navy)}.app-preview{height:330px;position:relative;display:grid;place-items:center}.app-phone{position:relative;z-index:2;width:205px;height:365px;border-radius:35px;background:#f4f8fa;border:7px solid #112636;box-shadow:0 30px 65px rgba(0,0,0,.28);display:flex;align-items:center;flex-direction:column;padding-top:60px;color:var(--navy)}.app-notch{position:absolute;top:0;width:90px;height:22px;border-radius:0 0 14px 14px;background:#112636}.app-phone img{width:105px;height:105px;border-radius:25px;box-shadow:0 15px 30px rgba(13,56,91,.12)}.app-phone strong{font-size:18px;margin-top:16px}.app-phone span{font-size:11px;color:var(--muted)}.loading-line{width:110px;height:5px;background:#dbe8ee;border-radius:10px;margin-top:30px;overflow:hidden}.loading-line i{display:block;width:70%;height:100%;background:var(--blue);border-radius:10px}.app-ring{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%}.ring-one{width:270px;height:270px}.ring-two{width:360px;height:360px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-items{display:grid;gap:12px;margin-top:30px}.contact-items>a,.contact-items>div{display:flex;align-items:center;gap:14px;border:1px solid var(--line);padding:14px;border-radius:17px;transition:.3s}.contact-items>a:hover{border-color:var(--blue);transform:translateX(-4px)}.contact-items span{width:44px;height:44px;border-radius:13px;background:#eaf6fb;color:var(--blue);display:grid;place-items:center;font-size:18px;font-weight:800}.contact-items p{display:grid;margin:0}.contact-items small{font-size:11px;color:var(--muted)}.contact-items strong{font-size:15px;color:var(--navy)}.contact-panel{height:520px;border-radius:32px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.contact-panel>img{width:100%;height:100%;object-fit:cover}.panel-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,35,55,.86),transparent 65%);display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding:35px;color:#fff}.panel-overlay img{width:70px;height:70px;border-radius:18px;object-fit:cover}.panel-overlay h3{font-size:25px;margin:14px 0 12px}.panel-overlay a{background:#fff;color:var(--navy);padding:9px 22px;border-radius:12px;font-weight:800;font-size:13px}
.site-footer{background:#081f31;color:#fff;padding:54px 0 22px}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:40px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:64px;height:64px;border-radius:17px}.footer-brand p{display:grid;margin:0}.footer-brand strong{font-size:18px}.footer-brand span{font-size:11px;color:rgba(255,255,255,.57)}.footer-links{display:flex;gap:25px;font-size:13px;color:rgba(255,255,255,.72)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;gap:25px;font-size:11px;color:rgba(255,255,255,.52)}.footer-bottom a{color:#7fcdf1;font-weight:700}
.install-modal[hidden]{display:none}.install-modal{position:fixed;inset:0;background:rgba(3,19,30,.68);backdrop-filter:blur(6px);z-index:999;display:grid;place-items:center;padding:20px}.install-dialog{position:relative;width:min(410px,100%);background:#fff;border-radius:27px;padding:34px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.28)}.install-dialog>img{width:86px;height:86px;border-radius:22px;margin:0 auto 17px;box-shadow:0 12px 28px rgba(13,56,91,.14)}.install-dialog h2{font-size:23px;color:var(--navy);margin:0 0 10px}.install-dialog p{font-size:14px;color:var(--muted);margin:0 0 22px}.modal-close{position:absolute;top:14px;left:14px;border:0;background:#eef5f8;width:34px;height:34px;border-radius:10px;color:var(--navy);font-size:23px}.modal-ok{width:100%}.offline-toast{position:fixed;bottom:20px;right:50%;transform:translateX(50%) translateY(120px);background:#0b2d47;color:#fff;padding:11px 18px;border-radius:13px;font-size:12px;z-index:500;box-shadow:var(--shadow);transition:.35s}.offline-toast.show{transform:translateX(50%) translateY(0)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}.delay-3{transition-delay:.36s}
@media (max-width:1000px){.primary-nav{gap:16px}.hero-grid,.split-grid,.contact-grid{gap:45px}.hero h1{font-size:48px}.school-photo-card{height:500px}.system-showcase{padding-left:70px}.phone-frame{width:200px;height:410px}.digital-features{grid-template-columns:repeat(2,1fr)}.stage-track{grid-template-columns:1fr}.stage-arrow{transform:rotate(-90deg);margin:auto}.pwa-card{padding:50px}}
@media (max-width:820px){.container{width:min(100% - 28px,720px)}.top-strip{display:none}.site-header{top:0}.nav-wrap{min-height:72px}.brand img{width:49px;height:49px}.menu-toggle{display:block}.primary-nav{position:absolute;top:72px;right:14px;left:14px;display:none;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:16px;align-items:stretch;flex-direction:column;gap:2px}.primary-nav.open{display:flex}.primary-nav>a{padding:11px 12px;border-radius:10px}.primary-nav>a:hover{background:var(--ice)}.primary-nav>a:after{display:none}.install-btn{justify-content:center;margin-top:7px}.hero{padding:55px 0 80px}.hero-grid,.split-grid,.contact-grid,.pwa-card{grid-template-columns:1fr}.hero-grid{gap:55px}.hero-copy{text-align:center}.sponsor-pill{font-size:11px}.hero h1{font-size:clamp(38px,11vw,56px)}.hero-copy>p{font-size:16px}.hero-actions,.hero-trust{justify-content:center}.hero-visual{padding:0 20px}.school-photo-card{height:510px}.attendance-card{left:0}.reports-card{right:0}.scroll-note{display:none}.intro-grid{grid-template-columns:1fr}.intro-grid>div{border-left:0;border-bottom:1px solid rgba(255,255,255,.12);padding:22px 12px}.intro-grid>div:last-child{border-bottom:0}.section{padding:80px 0}.about-gallery{min-height:520px}.gallery-main{height:440px}.section-copy h2,.section-head h2,.pwa-copy h2,.contact-copy h2{font-size:36px}.system-showcase{padding:0;margin-top:48px}.device-frame{overflow:hidden}.dashboard{height:470px;min-width:680px;transform-origin:right top;transform:scale(.85);width:117.7%;margin-bottom:-70px}.phone-frame{left:-8px;bottom:-75px}.digital-features{margin-top:120px}.pwa-card{padding:45px 30px;text-align:center}.pwa-copy p{margin-inline:auto;margin-bottom:25px}.app-preview{margin-top:20px}.footer-grid,.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}
@media (max-width:520px){.hero{padding-top:38px}.sponsor-pill{padding:7px 10px}.hero h1{font-size:38px;letter-spacing:-.8px}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.btn{width:100%}.hero-trust{gap:13px}.hero-trust div{flex:1}.hero-trust strong{font-size:15px}.hero-trust span{font-size:9px}.hero-visual{padding:0}.school-photo-card{height:430px;border-radius:29px;border-width:5px}.school-badge{right:18px}.floating-card{padding:10px}.floating-card strong{font-size:11px}.attendance-card{top:30px}.reports-card{bottom:90px}.section{padding:66px 0}.about-gallery{min-height:440px}.gallery-main{width:92%;height:360px}.gallery-logo{width:140px;height:140px}.experience-card{right:0;bottom:20px;padding:14px 18px}.section-copy h2,.section-head h2,.pwa-copy h2,.contact-copy h2{font-size:30px}.section-copy>p,.section-head>p,.contact-copy>p{font-size:14px}.dashboard{transform:scale(.66);width:151.5%;margin-bottom:-165px}.device-frame{padding:7px}.phone-frame{width:155px;height:320px;border-radius:28px;bottom:-45px}.mobile-ui{padding:20px 10px 10px}.mobile-head img{width:20px;height:20px}.mobile-ui>h3{font-size:10px}.mobile-card{padding:9px}.mobile-list:nth-of-type(2){display:none}.digital-features{grid-template-columns:1fr;margin-top:80px}.stage-block{min-height:auto}.pwa-card{padding:38px 20px}.app-phone{width:175px;height:320px}.contact-panel{height:420px}.footer-links{gap:14px}.footer-bottom{font-size:10px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
