:root{
  --ink:#151a22;--ink-2:#252d38;--muted:#66717e;--paper:#fffdf7;--cream:#f7f2e7;--yellow:#f4c430;--yellow-2:#ffd94d;--olive:#6f7827;--green:#203f37;--white:#fff;--line:rgba(21,26,34,.12);--shadow:0 28px 70px rgba(21,26,34,.14);--radius:30px;--container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Alexandria","Noto Kufi Arabic",Tahoma,sans-serif;line-height:1.75;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;top:10px;right:10px;z-index:9999;background:var(--ink);color:#fff;padding:10px 16px;border-radius:10px;transform:translateY(-180%)}.skip-link:focus{transform:none}.section{padding:110px 0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}
.site-header{position:fixed;inset:0 0 auto;z-index:100;padding:16px 0;transition:.35s}.site-header.scrolled{padding:9px 0;background:rgba(255,253,247,.9);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(21,26,34,.07);border-bottom:1px solid rgba(21,26,34,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.brand img{width:58px;height:58px;border-radius:50%;box-shadow:0 8px 20px rgba(20,20,20,.15)}.brand-copy{display:grid;line-height:1.35}.brand-copy strong{font-family:"Noto Kufi Arabic",sans-serif;font-size:15px;font-weight:800}.brand-copy small{font-size:10.5px;letter-spacing:.08em;color:var(--muted);direction:ltr;text-align:right}.nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}.nav>a:not(.nav-button){position:relative}.nav>a:not(.nav-button)::after{content:"";position:absolute;right:0;bottom:-8px;width:0;height:2px;background:var(--yellow);transition:.25s}.nav>a:hover::after{width:100%}.nav-button{background:var(--ink);color:#fff;padding:11px 20px;border-radius:999px;box-shadow:0 10px 24px rgba(21,26,34,.15)}.menu-toggle{display:none;border:0;background:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:23px;height:2px;background:var(--ink);border-radius:10px;transition:.25s}
.hero{position:relative;min-height:940px;padding:145px 0 110px;background:radial-gradient(circle at 12% 22%,rgba(244,196,48,.28),transparent 27%),linear-gradient(135deg,#fffdf8 0%,#f9f4e8 50%,#f1ead9 100%);isolation:isolate;overflow:hidden}.hero-grid-lines{position:absolute;inset:0;opacity:.23;z-index:-2;background-image:linear-gradient(rgba(21,26,34,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(21,26,34,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0%,transparent 88%)}.hero-bloom{position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.bloom-a{width:440px;height:440px;background:rgba(255,217,77,.27);left:-150px;top:150px}.bloom-b{width:520px;height:520px;background:rgba(111,120,39,.12);right:-260px;bottom:40px}.hero-layout{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:52px;min-height:690px}.system-announcement{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.72);border:1px solid rgba(21,26,34,.11);box-shadow:0 12px 35px rgba(21,26,34,.06);backdrop-filter:blur(10px);padding:10px 14px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:24px}.pixel-mark{display:grid;grid-template-columns:repeat(2,7px);grid-template-rows:repeat(2,7px);gap:2px;transform:rotate(45deg)}.pixel-mark i{display:block;border-radius:2px;background:var(--ink)}.pixel-mark i:nth-child(2){background:var(--yellow)}.hero-kicker{margin:0 0 13px;color:var(--olive);font-weight:800;font-size:14px}.hero h1{font-family:"Noto Kufi Arabic",sans-serif;font-size:clamp(42px,5.15vw,70px);line-height:1.38;letter-spacing:-.035em;margin:0 0 24px;font-weight:800}.hero h1 span{position:relative;color:var(--green)}.hero h1 span::after{content:"";position:absolute;right:2%;left:3%;bottom:2px;height:11px;background:var(--yellow);opacity:.55;z-index:-1;border-radius:10px;transform:rotate(-1deg)}.hero-lead{font-size:16px;line-height:2.05;color:#4c5662;margin:0;max-width:650px}.hero-lead strong{color:var(--ink);font-weight:800}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:14px 21px;font-size:13px;font-weight:800;transition:.25s;min-height:52px}.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-primary{background:var(--ink);color:#fff;box-shadow:0 15px 30px rgba(21,26,34,.18)}.button-primary:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(21,26,34,.23)}.button-ghost{background:rgba(255,255,255,.65);border:1px solid rgba(21,26,34,.15)}.button-ghost:hover{background:#fff;transform:translateY(-3px)}.hero-meta{display:grid;grid-template-columns:.7fr 1.25fr .8fr;margin-top:42px;padding-top:25px;border-top:1px solid rgba(21,26,34,.13)}.hero-meta div{display:grid;padding-inline:18px;border-left:1px solid rgba(21,26,34,.11)}.hero-meta div:first-child{padding-right:0}.hero-meta div:last-child{border-left:0}.hero-meta b{font-size:15px}.hero-meta span{font-size:10.5px;color:var(--muted);margin-top:2px}.hero-visual{position:relative;min-height:655px;direction:ltr}.identity-card{position:absolute;left:0;top:0;width:64%;height:520px;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(-3deg);background:#c89f18;border:8px solid rgba(255,255,255,.78)}.identity-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(17,23,29,.8),transparent 50%)}.identity-shine{position:absolute;inset:-20% -30% auto auto;width:70%;height:120%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.32),transparent);transform:rotate(18deg);z-index:2}.identity-photo{width:100%;height:100%;object-fit:cover}.identity-caption{position:absolute;z-index:4;left:20px;right:20px;bottom:20px;display:flex;align-items:center;gap:12px;color:#fff}.identity-caption img{width:64px;height:64px;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,.25)}.identity-caption div{display:grid;line-height:1.4}.identity-caption small{font-weight:700;font-size:12px}.identity-caption strong{font-size:14px;letter-spacing:.02em}.system-window{position:absolute;right:0;top:115px;width:79%;background:#fff;border-radius:26px;box-shadow:0 38px 90px rgba(21,26,34,.23);border:1px solid rgba(21,26,34,.11);overflow:hidden;transform:rotate(1.5deg);z-index:5}.window-top{height:48px;background:#f7f8fa;display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid #e7e9ee;direction:ltr}.window-dots{display:flex;gap:5px}.window-dots span{width:8px;height:8px;border-radius:50%;background:#d8dbe1}.window-dots span:first-child{background:#ef7d69}.window-dots span:nth-child(2){background:#f2c14c}.window-dots span:last-child{background:#66b98a}.window-title{font-size:10px;color:#6b7480;margin-right:auto;direction:rtl}.window-status{display:flex;align-items:center;gap:5px;font-size:9px;color:#5c6864;direction:rtl}.window-status i{width:6px;height:6px;border-radius:50%;background:#4fb37c;box-shadow:0 0 0 4px rgba(79,179,124,.12)}.window-body{display:grid;grid-template-columns:54px 1fr;min-height:340px;direction:ltr}.mock-sidebar{background:var(--ink);display:flex;align-items:center;flex-direction:column;padding:15px 0;gap:19px}.mock-pixel{width:30px;height:30px;border-radius:9px;background:var(--yellow);display:grid;place-items:center;color:var(--ink);font-weight:900;margin-bottom:7px}.mock-sidebar>i{width:20px;height:20px;border-radius:6px;border:1px solid rgba(255,255,255,.15);position:relative}.mock-sidebar>i.active{background:rgba(244,196,48,.18);border-color:rgba(244,196,48,.42)}.mock-sidebar>i::after{content:"";position:absolute;inset:6px;border-radius:2px;background:rgba(255,255,255,.4)}.mock-sidebar>i.active::after{background:var(--yellow)}.mock-main{padding:18px;direction:rtl}.mock-head{display:flex;align-items:center;justify-content:space-between}.mock-head div{display:grid;line-height:1.45}.mock-head small{font-size:8px;color:#9aa2ad}.mock-head strong{font-size:13px}.mock-avatar{width:31px;height:31px;border-radius:50%;background:linear-gradient(145deg,#f4c430,#8f7b1c)}.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:16px}.mock-cards>div{background:#f8f8f6;border:1px solid #ededeb;border-radius:13px;padding:10px;display:grid;gap:2px}.mock-icon{width:25px;height:25px;border-radius:8px;background:#fff3bd;display:grid;place-items:center;color:#7b6815;font-size:9px;font-weight:800}.mock-cards b{font-size:10px}.mock-cards small{font-size:7.5px;color:#9aa2ad}.mock-lower{display:grid;grid-template-columns:1.3fr .7fr;gap:9px;margin-top:10px;direction:ltr}.mock-chart,.mock-progress{background:#fbfbfa;border:1px solid #eee;border-radius:13px;padding:11px}.chart-title{display:flex;justify-content:space-between;align-items:center;direction:rtl}.chart-title b{font-size:9px}.chart-title small{font-size:7px;color:#a1a8b0}.mock-chart svg{width:100%;height:90px;margin-top:5px}.chart-line{fill:none;stroke:#d9ad1f;stroke-width:4;stroke-linecap:round}.chart-area{fill:url(#chartFill)}.mock-progress{direction:rtl;display:flex;flex-direction:column;justify-content:center}.mock-progress b{font-size:8px}.mock-progress>span{height:7px;border-radius:10px;background:#ebeef0;margin:10px 0;overflow:hidden}.mock-progress>span i{display:block;width:var(--value);height:100%;background:var(--yellow);border-radius:inherit}.mock-progress small{font-size:7px;color:#9ca4ad}.window-credit{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:11px 16px;background:#151a22;color:#fff;font-size:9px;direction:rtl}.window-credit span{opacity:.58}.window-credit strong{display:flex;align-items:center;gap:6px}.pixel-dot{display:inline-block;width:7px;height:7px;background:var(--yellow);border-radius:2px;transform:rotate(45deg)}.floating-note{position:absolute;z-index:8;background:#fff;border:1px solid rgba(21,26,34,.1);box-shadow:0 16px 38px rgba(21,26,34,.13);border-radius:14px;padding:11px 14px;font-size:10px;font-weight:700;display:flex;align-items:center;gap:8px;direction:rtl}.floating-note span{width:24px;height:24px;border-radius:8px;background:#fff0aa;display:grid;place-items:center}.note-one{right:-22px;top:70px;animation:floatY 4s ease-in-out infinite}.note-two{left:28px;bottom:48px;animation:floatY 4.8s ease-in-out infinite reverse}@keyframes floatY{50%{transform:translateY(-10px)}}.hero-bottom{position:absolute;right:-4%;left:-4%;bottom:-70px;height:130px;background:var(--paper);border-radius:50% 50% 0 0/100% 100% 0 0}
.section-label{display:inline-flex;align-items:center;gap:9px;color:var(--olive);font-size:12px;font-weight:800;margin-bottom:15px}.section-label::before{content:"";width:26px;height:2px;background:var(--yellow)}.intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:start}.intro-heading h2,.section-head h2,.pixel-copy h2,.location-copy h2{font-family:"Noto Kufi Arabic",sans-serif;font-size:clamp(30px,4vw,50px);line-height:1.55;margin:0;font-weight:800;letter-spacing:-.025em}.intro-copy{font-size:15px;color:#555f6b}.intro-copy p{margin:0 0 18px}.signature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:65px}.signature-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;min-height:290px;overflow:hidden;transition:.3s}.signature-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(21,26,34,.09)}.signature-featured{background:var(--yellow);border-color:transparent;transform:translateY(24px)}.signature-featured:hover{transform:translateY(16px)}.signature-number{position:absolute;left:22px;top:20px;font-size:11px;color:rgba(21,26,34,.4);font-weight:800}.signature-icon{width:58px;height:58px;border-radius:18px;background:var(--cream);display:grid;place-items:center;margin-bottom:50px}.signature-featured .signature-icon{background:rgba(255,255,255,.55)}.signature-icon svg{width:27px;height:27px;fill:none;stroke:var(--ink);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.signature-card h3{font-size:18px;margin:0 0 9px}.signature-card p{font-size:12px;color:#66717e;margin:0}.signature-featured p{color:rgba(21,26,34,.72)}
.stages{background:#f3efe5}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-head>div{max-width:700px}.section-head>p{max-width:310px;color:var(--muted);font-size:13px;margin:0 0 10px}.stages-track{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stage{background:#fff;border-radius:28px;padding:24px;min-height:440px;border:1px solid rgba(21,26,34,.07);display:flex;flex-direction:column;transition:.35s;position:relative;overflow:hidden}.stage:hover{transform:translateY(-8px);box-shadow:0 25px 55px rgba(21,26,34,.10)}.stage-top{display:flex;justify-content:space-between;align-items:center}.stage-top span{font-size:12px;font-weight:800}.stage-top em{font-style:normal;font-size:9px;padding:6px 10px;background:#f5f4f0;border-radius:999px;color:#747d87}.stage-art{height:175px;margin:23px 0;position:relative;border-radius:20px;overflow:hidden;background:#f6f2e7}.stage-art-seed{background:linear-gradient(155deg,#fff2ad,#f0d75e)}.stage-art-seed i:first-child{position:absolute;width:12px;height:80px;background:#46582f;border-radius:10px;left:50%;bottom:25px;transform:translateX(-50%)}.stage-art-seed i:nth-child(2),.stage-art-seed i:nth-child(3){position:absolute;width:55px;height:35px;background:#647733;border-radius:100% 0 100% 0;bottom:72px;left:calc(50% - 48px);transform:rotate(17deg)}.stage-art-seed i:nth-child(3){border-radius:0 100% 0 100%;left:calc(50% - 7px);transform:rotate(-17deg)}.stage-art-books{display:grid;place-items:center;background:linear-gradient(145deg,#dbe8e3,#9ec1b5)}.stage-art-books i{position:absolute;width:130px;height:32px;border-radius:6px;left:50%;transform:translateX(-50%);box-shadow:0 8px 15px rgba(21,26,34,.1)}.stage-art-books i:first-child{bottom:36px;background:#203f37}.stage-art-books i:nth-child(2){bottom:72px;background:#f4c430;width:112px;transform:translateX(-46%) rotate(-3deg)}.stage-art-books i:nth-child(3){bottom:108px;background:#fff;width:96px;transform:translateX(-56%) rotate(4deg)}.stage-art-cap{background:linear-gradient(145deg,#2d3540,#11161d)}.stage-art-cap i:first-child{position:absolute;width:128px;height:80px;background:var(--yellow);clip-path:polygon(50% 10%,100% 35%,50% 60%,0 35%);left:50%;top:48%;transform:translate(-50%,-50%)}.stage-art-cap i:nth-child(2){position:absolute;width:7px;height:65px;background:var(--yellow);left:68%;top:53%;border-radius:10px}.stage h3{font-size:20px;margin:0 0 8px}.stage p{font-size:12px;color:#66717e;margin:0}.stage>small{margin-top:auto;padding-top:22px;font-size:10px;color:var(--olive);font-weight:800;border-top:1px solid rgba(21,26,34,.08)}
.pixel-section{position:relative;background:var(--ink);color:#fff;overflow:hidden}.pixel-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:60px 60px}.pixel-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:420px;height:420px;background:rgba(244,196,48,.13);right:-160px;top:-120px}.orb-two{width:380px;height:380px;background:rgba(68,115,99,.18);left:-150px;bottom:-100px}.pixel-layout{position:relative;display:grid;grid-template-columns:1fr .88fr;align-items:center;gap:90px}.pixel-eyebrow{display:inline-flex;align-items:center;gap:11px;color:#f9d95d;font-size:11px;font-weight:700;margin-bottom:20px}.pixel-eyebrow .pixel-mark i{background:#fff}.pixel-eyebrow .pixel-mark i:nth-child(2){background:var(--yellow)}.pixel-copy h2{color:#fff}.pixel-copy>p{color:rgba(255,255,255,.68);font-size:14px;max-width:630px;margin:25px 0 28px}.pixel-features{display:grid;grid-template-columns:1fr 1fr;gap:11px}.pixel-features span{display:flex;align-items:center;gap:9px;font-size:11px;color:rgba(255,255,255,.84)}.pixel-features i{font-style:normal;width:22px;height:22px;border-radius:7px;background:rgba(244,196,48,.13);color:var(--yellow);display:grid;place-items:center}.provided-by{display:flex;align-items:center;gap:10px;margin-top:32px;padding-top:23px;border-top:1px solid rgba(255,255,255,.12);font-size:10px}.provided-by span{color:rgba(255,255,255,.46)}.provided-by strong{font-size:13px;display:flex;align-items:center;gap:7px}.phone-scene{position:relative;min-height:650px;display:grid;place-items:center;direction:ltr}.phone-shadow{position:absolute;width:350px;height:80px;background:rgba(0,0,0,.38);filter:blur(30px);bottom:45px;border-radius:50%}.phone{position:relative;width:315px;height:620px;border-radius:48px;background:#05070a;padding:10px;box-shadow:0 45px 90px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.16);transform:rotate(4deg)}.phone-notch{position:absolute;z-index:4;width:105px;height:25px;border-radius:0 0 16px 16px;background:#05070a;left:50%;top:8px;transform:translateX(-50%)}.phone-screen{height:100%;border-radius:39px;background:#f7f5ef;overflow:hidden;padding:38px 16px 16px;color:var(--ink);direction:rtl}.phone-head{display:flex;align-items:center;gap:10px}.phone-logo{width:39px;height:39px;border-radius:12px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-weight:900}.phone-head>div:nth-child(2){display:grid;line-height:1.4}.phone-head small{font-size:8px;color:#89919a}.phone-head b{font-size:11px}.phone-head>span{margin-right:auto;font-size:11px}.phone-banner{height:125px;background:linear-gradient(145deg,#202832,#11161d);border-radius:22px;margin-top:18px;color:#fff;padding:16px;display:grid;position:relative;overflow:hidden}.phone-banner::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(244,196,48,.16);left:-40px;bottom:-70px}.phone-banner small{font-size:8px;color:rgba(255,255,255,.6)}.phone-banner strong{font-size:32px;line-height:1}.phone-banner span{font-size:8px;color:#f3d356}.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.phone-grid>div{background:#fff;border:1px solid #e7e5de;border-radius:16px;padding:12px;display:flex;align-items:center;gap:9px}.phone-grid i{font-style:normal;width:30px;height:30px;border-radius:10px;background:#fff3c3;color:#806c17;display:grid;place-items:center;font-size:8px;font-weight:800}.phone-grid b{font-size:9px}.phone-list{margin-top:17px}.list-head{display:flex;justify-content:space-between;align-items:center}.list-head b{font-size:10px}.list-head small{font-size:7px;color:#8e969e}.phone-list>span{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:7px;padding:11px 0;border-bottom:1px solid #e6e4dc}.phone-list>span i{width:26px;height:26px;border-radius:9px;background:#e5eee9;position:relative}.phone-list>span i::after{content:"";position:absolute;inset:8px;border-radius:50%;background:#557567}.phone-list>span b{font-size:7.5px}.phone-list>span em{font-size:6.5px;color:#9aa1a8;font-style:normal}.phone-float{position:absolute;background:#fff;color:var(--ink);border-radius:17px;padding:13px 17px;box-shadow:0 18px 45px rgba(0,0,0,.25);display:grid;line-height:1.45;direction:rtl}.phone-float b{font-size:14px}.phone-float span{font-size:8px;color:#7e8790}.float-a{right:-20px;top:155px;animation:floatY 4.2s ease-in-out infinite}.float-b{left:-30px;bottom:130px;animation:floatY 5s ease-in-out infinite reverse}
.location-panel{background:#fff;border:1px solid var(--line);border-radius:34px;min-height:480px;display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden;box-shadow:0 30px 70px rgba(21,26,34,.08)}.location-copy{padding:60px}.location-copy p{color:var(--muted);font-size:13px;margin:20px 0 28px;max-width:500px}.location-actions{display:flex;align-items:center;gap:22px}.location-phone{display:grid;line-height:1.45}.location-phone small{font-size:9px;color:var(--muted)}.location-phone strong{font-size:14px;direction:ltr}.map-visual{position:relative;overflow:hidden;background:#ece8dd}.map-visual::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at center,rgba(255,255,255,.35),transparent 60%),linear-gradient(rgba(21,26,34,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,26,34,.035) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}.road{position:absolute;background:#fff;border:1px solid rgba(21,26,34,.05);box-shadow:0 5px 20px rgba(21,26,34,.06)}.r1{width:120%;height:28px;left:-10%;top:30%;transform:rotate(14deg)}.r2{width:95%;height:20px;left:5%;top:67%;transform:rotate(-21deg)}.r3{width:24px;height:110%;left:62%;top:-5%;transform:rotate(7deg)}.r4{width:18px;height:85%;left:25%;top:12%;transform:rotate(-12deg)}.map-campus{position:absolute;left:10%;top:18%;font-size:10px;color:#79827b;background:rgba(255,255,255,.75);padding:7px 10px;border-radius:10px}.map-pin{position:absolute;left:55%;top:45%;width:54px;height:54px;border-radius:50% 50% 50% 0;background:var(--yellow);transform:rotate(-45deg);box-shadow:0 12px 25px rgba(142,116,16,.26)}.map-pin span{position:absolute;width:19px;height:19px;border-radius:50%;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%)}.map-school{position:absolute;left:39%;top:59%;display:flex;align-items:center;gap:8px;background:#fff;padding:8px 12px 8px 8px;border-radius:16px;box-shadow:0 15px 35px rgba(21,26,34,.14)}.map-school img{width:40px;height:40px;border-radius:50%}.map-school b{font-size:9px;white-space:nowrap}
.closing{padding:0 0 80px}.closing-inner{background:var(--yellow);border-radius:34px;padding:38px 45px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;overflow:hidden;position:relative}.closing-inner::after{content:"";position:absolute;width:280px;height:280px;border:55px solid rgba(255,255,255,.16);border-radius:50%;left:-100px;top:-105px}.closing-inner img{width:92px;height:92px;border-radius:50%;box-shadow:0 15px 32px rgba(95,76,10,.21);position:relative;z-index:2}.closing-inner div{position:relative;z-index:2}.closing-inner span{font-size:11px;font-weight:800}.closing-inner h2{font-family:"Noto Kufi Arabic",sans-serif;font-size:clamp(23px,3vw,36px);margin:4px 0 0;line-height:1.55}.button-light{background:#fff;color:var(--ink);position:relative;z-index:2}.button-light:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(95,76,10,.15)}
.footer{background:#0d1117;color:#fff;padding:55px 0 25px}.footer-main{display:grid;grid-template-columns:1fr .8fr 1fr;align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:62px;height:62px;border-radius:50%}.footer-brand div{display:grid;line-height:1.4}.footer-brand strong{font-size:13px}.footer-brand small{font-size:9px;color:rgba(255,255,255,.48)}.footer-main>p{font-size:10px;color:rgba(255,255,255,.53);text-align:center}.footer-main nav{display:flex;justify-content:flex-end;gap:20px;font-size:10px;color:rgba(255,255,255,.66)}.footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;align-items:center;font-size:9px;color:rgba(255,255,255,.45)}.footer-bottom a strong{color:#f1cb42}.floating-call{position:fixed;left:22px;bottom:22px;z-index:70;width:54px;height:54px;border-radius:18px;background:var(--yellow);display:grid;place-items:center;box-shadow:0 16px 34px rgba(114,92,13,.27);transition:.25s}.floating-call:hover{transform:translateY(-4px) rotate(-4deg)}.floating-call svg{width:23px;height:23px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1050px){.hero{min-height:auto}.hero-layout{grid-template-columns:1fr;gap:35px}.hero-content{max-width:760px}.hero-visual{min-height:650px;max-width:760px;width:100%;margin-inline:auto}.hero h1{font-size:56px}.intro-layout{gap:45px}.pixel-layout{gap:35px}.location-copy{padding:45px}.nav{gap:15px}.nav>a:not(.nav-button){display:none}}
@media(max-width:780px){:root{--container:min(100% - 28px,1180px)}.section{padding:80px 0}.site-header{padding:10px 0}.brand img{width:50px;height:50px}.brand-copy strong{font-size:12px}.brand-copy small{font-size:8px}.menu-toggle{display:flex;z-index:5}.nav{position:fixed;inset:0 0 auto;background:rgba(255,253,247,.97);backdrop-filter:blur(18px);padding:95px 24px 30px;display:grid;gap:0;transform:translateY(-110%);transition:.35s;box-shadow:0 20px 45px rgba(21,26,34,.12)}.nav.open{transform:none}.nav>a:not(.nav-button){display:block;padding:15px;border-bottom:1px solid rgba(21,26,34,.08)}.nav-button{margin-top:18px;text-align:center}.menu-toggle.active span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:last-child{transform:translateY(-7px) rotate(-45deg)}.hero{padding-top:118px;padding-bottom:85px}.hero-layout{gap:42px}.system-announcement{font-size:9.5px;padding:8px 11px}.hero-kicker{font-size:11px}.hero h1{font-size:clamp(36px,11vw,49px);line-height:1.5}.hero-lead{font-size:13px;line-height:2}.hero-actions{align-items:stretch}.button{padding:12px 14px;font-size:11px;min-height:48px}.hero-meta{grid-template-columns:1fr 1fr;margin-top:30px;gap:14px}.hero-meta div{border:0;background:rgba(255,255,255,.5);border-radius:12px;padding:11px!important}.hero-meta div:last-child{grid-column:1/-1}.hero-visual{min-height:570px}.identity-card{width:72%;height:410px;border-width:5px;border-radius:26px;left:-2%}.identity-caption{left:12px;right:12px;bottom:12px}.identity-caption img{width:48px;height:48px}.identity-caption small{font-size:9px}.identity-caption strong{font-size:10px}.system-window{width:90%;top:105px;right:-1%;border-radius:20px}.window-body{grid-template-columns:43px 1fr;min-height:295px}.mock-sidebar{gap:14px}.mock-main{padding:12px}.mock-cards>div{padding:8px}.mock-lower{grid-template-columns:1fr}.mock-progress{display:none}.floating-note{font-size:8px;padding:8px 10px}.note-one{right:0;top:65px}.note-two{left:0;bottom:34px}.hero-bottom{height:90px;bottom:-50px}.intro-layout{grid-template-columns:1fr;gap:22px}.intro-heading h2,.section-head h2,.pixel-copy h2,.location-copy h2{font-size:31px}.signature-grid,.stages-track{grid-template-columns:1fr}.signature-card{min-height:245px}.signature-featured{transform:none}.signature-featured:hover{transform:translateY(-8px)}.section-head{display:grid;gap:16px;align-items:start}.stages-track{gap:14px}.stage{min-height:405px}.pixel-layout{grid-template-columns:1fr;gap:55px}.pixel-features{grid-template-columns:1fr}.phone-scene{min-height:600px}.phone{width:285px;height:570px}.phone-float{padding:10px 13px}.float-a{right:-2px}.float-b{left:-3px}.location-panel{grid-template-columns:1fr}.location-copy{padding:35px 25px}.location-actions{align-items:stretch;flex-direction:column}.map-visual{min-height:340px}.closing-inner{grid-template-columns:auto 1fr;padding:27px 22px}.closing-inner img{width:66px;height:66px}.closing-inner .button{grid-column:1/-1;width:100%}.footer-main{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-main nav{justify-content:center;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:9px;text-align:center}.floating-call{left:14px;bottom:14px;width:49px;height:49px}}
@media(max-width:430px){.hero-actions{display:grid;grid-template-columns:1fr}.hero-visual{min-height:510px}.identity-card{height:350px}.system-window{width:96%;top:96px}.window-title{display:none}.window-body{min-height:265px}.mock-cards{gap:5px}.mock-cards small{display:none}.mock-chart svg{height:68px}.identity-caption{display:none}.note-two{display:none}.phone-scene{transform:scale(.93);margin-inline:-15px}.map-school{left:20%;top:62%}.closing-inner h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
