
:root{--navy:#102c61;--navy-2:#173b78;--beige:#efe1c5;--beige-2:#f8f1e5;--blue-soft:#edf3fb;--ink:#15233a;--muted:#536176;--line:#e1e6ef;--shadow:0 24px 70px rgba(16,44,97,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:106px}body{margin:0;background:#fff;color:var(--ink);font-family:'Cairo',Tahoma,Arial,sans-serif;line-height:1.9}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #ad792e;outline-offset:4px}p{margin:0 0 1em}h1,h2,h3,p,span{overflow-wrap:break-word}h1,h2,h3{line-height:1.6;letter-spacing:0}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto;min-width:0}.section{padding:86px 0}section[id]{scroll-margin-top:100px}.eyebrow{display:inline-block;color:#896b3b;font-size:13px;font-weight:800;margin-bottom:10px}.eyebrow.light{color:#f3dfb7}h2{font-size:clamp(30px,3.6vw,46px);margin:0;color:var(--navy);font-weight:900}h3{margin:0 0 12px}.text-link{color:var(--navy);font-weight:800;text-decoration:underline;text-underline-offset:5px}.phone-number,.numeral{direction:ltr;unicode-bidi:isolate;white-space:nowrap;display:inline-block;font-variant-numeric:lining-nums tabular-nums}.phone-number{font-family:Arial,Tahoma,sans-serif;font-weight:700;letter-spacing:.01em}bdi{unicode-bidi:isolate}input[type=tel]{direction:ltr;text-align:left}.skip-link{position:fixed;top:-100px;inset-inline-start:20px;background:var(--navy);color:#fff;padding:10px 20px;z-index:1000}.skip-link:focus{top:10px}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:54px;height:56px;object-fit:contain;background:var(--beige);padding:5px;border-radius:14px}.brand div{display:flex;flex-direction:column;line-height:1.7}.brand strong{font-size:18px;font-weight:900;color:var(--navy)}.brand span{font-size:11px;color:#756140}.desktop-nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:800}.desktop-nav a{padding-block:6px;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:#896b3b}.nav-button{padding:10px 18px!important;background:var(--navy);color:#fff!important;border-radius:12px}.mobile-menu{display:none}.mobile-menu summary{list-style:none;width:48px;height:48px;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary::marker{display:none;content:''}.mobile-menu summary span{width:25px;height:3px;background:var(--navy);border-radius:9px;transition:transform .15s,opacity .15s}.mobile-menu[open] summary span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-panel{position:absolute;top:calc(100% + 1px);inset-inline:0;padding:14px;border:1px solid var(--line);border-radius:0 0 20px 20px;background:#fff;box-shadow:0 20px 40px rgba(16,44,97,.16);max-height:calc(100dvh - 110px);overflow-y:auto}.mobile-menu:not([open]) .mobile-menu-panel{display:none}.mobile-menu[open] .mobile-menu-panel{display:flex;flex-direction:column;gap:4px}.mobile-menu-panel a{padding:11px 14px;border-radius:10px;color:var(--navy);font-weight:800}.mobile-menu-panel a:hover{background:var(--blue-soft)}.mobile-menu-panel .mobile-register{background:var(--navy);color:#fff;text-align:center}
.hero{overflow:hidden;background:radial-gradient(circle at 10% 15%,rgba(239,225,197,.8),transparent 30%),linear-gradient(180deg,#fbfcff,#fff)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;padding-block:64px 70px}.pill{display:inline-flex;padding:5px 13px;border:1px solid #d8dfeb;border-radius:99px;font-size:12px;font-weight:800;color:var(--navy);background:#fff}.hero h1{font-size:clamp(44px,5.6vw,76px);line-height:1.45;font-weight:900;margin:20px 0;color:var(--navy)}.hero h1 span{color:#9a783d}.lead{font-size:17px;color:var(--muted);line-height:2.05;margin-bottom:26px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:12px 21px;border-radius:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-align:center}.primary{background:var(--navy);color:#fff;box-shadow:0 10px 25px rgba(16,44,97,.13)}.secondary{border:1px solid var(--line);background:#fff}.white{background:#fff;color:var(--navy)}.glass{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.05)}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.quick div{border-top:1px solid var(--line);padding-top:12px}.quick b{display:block;color:var(--navy);font-size:14px}.quick span{font-size:12px;color:var(--muted)}.hero-identity{min-height:500px;position:relative}.beige-circle{position:absolute;width:min(430px,100%);aspect-ratio:1;border-radius:50%;background:var(--beige);right:0;top:30px}.logo-panel{position:absolute;right:15%;top:78px;width:64%;height:310px;border-radius:32px;background:var(--beige);padding:22px;box-shadow:0 25px 70px rgba(16,44,97,.12)}.logo-panel img{width:100%;height:100%;object-fit:contain}.float-card{position:absolute;background:#fff;border:1px solid var(--line);padding:14px 17px;border-radius:16px;box-shadow:var(--shadow);max-width:90%}.float-card small{display:block;color:var(--muted);font-size:11px}.float-card strong{display:block;color:var(--navy);font-size:14px;margin-top:3px}.card-a{left:0;top:60px}.card-b{left:8px;bottom:48px}.ticker{background:var(--navy);color:#fff}.ticker-inner{display:flex;align-items:center;justify-content:space-between;gap:17px;min-height:62px;font-size:12px;font-weight:700;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.ticker i{font-style:normal;color:var(--beige)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.about-text p{font-size:17px;line-height:2.15;color:var(--muted);margin-bottom:20px}.section-title{display:flex;justify-content:space-between;gap:36px;align-items:flex-end;margin-bottom:32px}.section-title>p{max-width:450px;font-size:15px;color:var(--muted);margin:0}.founders-section{background:var(--beige-2)}.founders-without-photo{display:block}.founder-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.founder-card{padding:34px;border-radius:25px;border:1px solid #e7dfd1;background:#fff;position:relative;display:flex;flex-direction:column;min-width:0}.founder-card:nth-child(2){background:var(--navy);border-color:var(--navy)}.founder-number{position:absolute;top:24px;left:24px;color:#876c3e;font-size:13px;font-weight:800}.founder-card:nth-child(2) .founder-number{color:#e5ce9e}.founder-role{align-self:flex-start;background:var(--beige);border-radius:99px;padding:5px 12px;font-size:12px;font-weight:800;color:var(--navy);margin-bottom:16px}.founder-card h3{font-size:30px;color:var(--navy)}.founder-card p{font-size:15px;line-height:2.05;color:var(--muted)}.founder-card:nth-child(2) h3{color:#fff}.founder-card:nth-child(2) p{color:#e0e7f4}.founder-quote{margin-top:auto;padding-top:20px;border-top:1px solid #e7dfd1;color:var(--navy);font-weight:800;font-size:16px}.founder-card:nth-child(2) .founder-quote{color:#f2dfb8;border-color:rgba(255,255,255,.2)}
.programs-section{background:var(--blue-soft)}.program-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.program-card{background:#fff;border:1px solid #dfe5ef;border-radius:24px;padding:25px;display:flex;flex-direction:column;position:relative;min-width:0;transition:transform .15s,box-shadow .15s}.program-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.program-card .num{position:absolute;left:20px;top:18px;font-size:11px;font-weight:800;color:#667085}.program-card .icon{width:48px;height:48px;border-radius:14px;background:var(--blue-soft);color:var(--navy);display:grid;place-items:center;font-size:24px;font-weight:900;margin-bottom:20px}.program-card h3{font-size:22px;line-height:1.65;color:var(--navy);margin:0 0 10px}.program-card p{font-size:14px;line-height:2;color:var(--muted);margin:0 0 20px}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.chips>span{font-size:11px;font-weight:800;padding:4px 9px;border-radius:99px;background:#f2f4f8;color:#46546a}.dark-card{background:var(--navy);border-color:var(--navy)}.dark-card .num{color:#bdcce6}.dark-card .icon{background:rgba(255,255,255,.13);color:#fff}.dark-card h3{color:#fff}.dark-card p{color:#e0e7f4}.dark-card .chips>span{background:rgba(255,255,255,.13);color:#fff}.beige-card{background:var(--beige-2);border-color:#ead9b9}.beige-card .icon{background:var(--beige)}
.services h2{max-width:950px;font-size:clamp(29px,3.3vw,42px)}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service{padding:30px;border:1px solid var(--line);border-top:3px solid var(--navy);border-radius:0 0 20px 20px}.service-number{font-size:13px;color:#896b3b;font-weight:800}.service h3{font-size:23px;color:var(--navy);line-height:1.8;margin:10px 0}.service p{font-size:15px;line-height:2.05;color:var(--muted);margin-bottom:14px}.service p:last-child{margin-bottom:0}.updates-teaser{padding-block:20px 64px}.updates-teaser-card{display:flex;gap:32px;align-items:center;justify-content:space-between;background:var(--beige-2);border:1px solid #e6dac4;border-radius:26px;padding:36px}.updates-teaser-card h2{font-size:clamp(28px,3vw,37px)}.updates-teaser-card p{color:var(--muted);margin:10px 0 0}.updates-teaser-card>.btn{flex-shrink:0}.location{padding-top:0}.location-card{border-radius:32px;background:var(--navy);padding:50px;display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:45px;align-items:center;color:#fff}.location-card h2{color:#fff}.street-address{font-size:22px;font-weight:600;display:inline-block;unicode-bidi:isolate}.location-copy p{color:#d7e1f0;max-width:590px;margin-top:18px}.location-mark{width:230px;height:230px;padding:22px;border-radius:50%;background:var(--beige);justify-self:center}.location-mark img{width:100%;height:100%;object-fit:contain}.contact{background:#faf7f1}.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:start}.contact p{color:var(--muted);font-size:17px;line-height:2;margin-top:20px}.social-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;align-items:center}.social-links a{font-weight:800;color:var(--navy);text-decoration:underline;text-underline-offset:5px}.lead-form{background:#fff;border:1px solid #e9e1d4;border-radius:25px;padding:28px;box-shadow:var(--shadow)}.field{margin-bottom:15px}.field label{display:block;font-size:13px;font-weight:800;margin-bottom:6px}.field input,.field select{width:100%;padding:12px 14px;border-radius:11px;border:1px solid #cfd6e1;background:#fff;color:var(--ink);font-size:14px;min-height:50px}.submit{width:100%;border:0;background:var(--navy);color:#fff;font-weight:800;padding:14px;border-radius:12px;margin-top:4px}.lead-form small{display:block;color:var(--muted);margin-top:12px;font-size:12px;line-height:1.9}.form-status:empty{display:none}.form-status{font-size:13px!important;color:var(--navy)!important;margin:12px 0 0!important}footer{border-top:1px solid var(--line);background:#fff}.footer{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:24px;font-size:12px;color:var(--muted)}.footer p{margin:0}.footer-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.footer-brand img{width:46px;height:50px;object-fit:contain;background:var(--beige);padding:5px;border-radius:10px}.footer-brand div{display:flex;flex-direction:column}.footer-brand b{color:var(--navy);font-size:14px}.wa-float{position:fixed;left:18px;bottom:18px;z-index:80;background:var(--navy);border:1px solid #6f83a6;color:#fff;padding:10px 17px;border-radius:99px;font-size:13px;font-weight:800;box-shadow:0 10px 25px rgba(16,44,97,.2)}
/* Dedicated updates page */
.updates-hero{padding:35px 0 60px;background:linear-gradient(120deg,#f8f1e5,#edf3fb)}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:27px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.updates-hero h1{font-size:clamp(46px,7vw,76px);color:var(--navy);margin:0}.updates-hero>div>p{font-size:19px;color:var(--muted);margin:8px 0 24px}.update-jump-links{display:flex;gap:12px;flex-wrap:wrap}.update-jump-links a{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;padding:11px 18px;background:#fff;border:1px solid #d4dbe7;border-radius:12px;color:var(--navy);font-weight:800;font-size:14px}.update-section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:25px}.update-section-heading h2{font-size:clamp(29px,3.4vw,44px)}.update-section-heading p{font-size:16px;color:var(--muted);max-width:850px;margin:12px 0 0}.edition-badge{white-space:nowrap;background:var(--beige-2);color:var(--navy);font-size:13px;padding:8px 16px;border-radius:99px;margin-top:14px}.gallery-instruction{font-size:14px;color:var(--muted)}.updates-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.update-figure{margin:0;border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 5px 20px rgba(16,44,97,.04)}.gallery-link{display:block;position:relative;background:#f7f9fc}.gallery-link img{width:100%;height:auto;object-fit:contain}.zoom-hint{display:flex;justify-content:space-between;padding:9px 15px;color:var(--navy);background:var(--blue-soft);font-size:12px;font-weight:800}.update-figure figcaption{padding:20px}.figure-counter{font:700 12px Arial,sans-serif;color:#8a6835}.update-figure h3{font-size:19px;line-height:1.8;margin:10px 0;color:var(--navy)}.update-figure p{font-size:13px;color:var(--muted);line-height:2;margin:0}.source-note{background:#f5f7fa;border-inline-start:3px solid #8296b7;padding:16px 20px;color:#455369;font-size:13px;line-height:2;margin:28px 0 0;border-radius:8px}.source-note a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}.calendar-section{background:#f8f4ed}.calendar-layout{display:grid;grid-template-columns:1.05fr .8fr;gap:38px;align-items:start}.table-card{border:1px solid #ddd8ce;border-radius:20px;overflow:hidden;background:#fff}.exam-dates{width:100%;border-collapse:collapse;font-size:16px}.exam-dates caption{text-align:right;font-size:14px;color:var(--muted);padding:20px}.exam-dates th,.exam-dates td{padding:15px 22px;text-align:right;border-bottom:1px solid var(--line)}.exam-dates thead{background:var(--navy);color:#fff}.exam-dates td{font-family:Arial,sans-serif;font-weight:700}.exam-dates tbody th{font-weight:600;color:var(--navy)}.exam-dates tr:last-child td,.exam-dates tr:last-child th{border-bottom:0}.exam-dates tr:nth-child(even){background:#f8faff}.calendar-note{background:#fff5dd;border:1px solid #e3c98d;padding:18px 20px;border-radius:14px;margin-top:20px;color:#644b1e;font-size:14px;line-height:2}.calendar-poster{margin:0;max-width:490px}.calendar-poster .gallery-link{border-radius:20px;overflow:hidden;border:1px solid var(--line)}.calendar-poster figcaption{color:var(--muted);font-size:12px;line-height:1.9;margin-top:12px}.update-cta{padding-block:60px}.image-dialog{padding:0;border:0;border-radius:16px;background:#111f36;color:#fff;max-width:calc(100vw - 24px);width:1020px;max-height:calc(100dvh - 24px);height:94dvh;overflow:hidden}.image-dialog::backdrop{background:rgba(5,12,26,.85)}.image-dialog[open]{display:flex;flex-direction:column}.viewer-toolbar,.viewer-controls{display:flex;align-items:center;gap:16px;justify-content:space-between;padding:12px 18px;background:#142949;flex-shrink:0}.viewer-toolbar p{font-size:14px;font-weight:800;margin:0}.viewer-toolbar button,.viewer-controls button{border:1px solid #72819a;background:transparent;color:#fff;padding:8px 15px;border-radius:9px;min-height:44px}.viewer-controls{font-size:13px}.viewer-controls a{color:#f0dcad;text-decoration:underline}.viewer-controls button:disabled{opacity:.45;cursor:default}.viewer-viewport{flex:1;min-height:0;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:10px}.viewer-viewport img{height:auto;width:auto;max-width:100%;max-height:none;object-fit:contain}.viewer-close{flex-shrink:0}.viewer-close span{font:26px/1 Arial,sans-serif;margin-inline-start:8px}
@media(max-width:1100px){.desktop-nav{gap:15px;font-size:13px}.hero-grid{gap:32px}.program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.updates-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid{gap:40px}.location-card{grid-template-columns:1fr 200px;padding:40px}.location-mark{width:190px;height:190px}.footer{flex-wrap:wrap}}
@media(max-width:960px){.desktop-nav{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero h1{font-size:47px}.lead{font-size:16px}.hero-identity{min-height:420px}.logo-panel{height:260px}.float-card strong{font-size:12px}.card-b{bottom:45px}.founder-card{padding:26px}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{gap:32px}.section-title{align-items:flex-start;flex-direction:column;gap:20px}}
@media(max-width:760px){.hero-grid,.about-grid,.contact-grid,.calendar-layout{grid-template-columns:1fr}.hero-grid{padding-top:38px}.hero h1{font-size:56px}.hero-identity{width:min(440px,100%);margin-inline:auto}.beige-circle{width:340px;right:50%;transform:translateX(50%)}.logo-panel{width:240px;right:50%;transform:translateX(50%)}.about-grid{gap:24px}.founder-cards,.service-grid{grid-template-columns:1fr}.location-card{grid-template-columns:1fr;padding:34px}.location-mark{display:none}.updates-teaser-card{flex-direction:column;align-items:flex-start;padding:26px}.edition-badge{display:none}.calendar-poster{max-width:100%;width:100%}.calendar-poster img{max-height:680px;object-fit:contain}.footer{flex-direction:column;align-items:flex-start;padding-bottom:80px}.footer>p{line-height:2}.section{padding:60px 0}.updates-teaser{padding-top:0}.viewer-controls{gap:8px;flex-wrap:wrap}.viewer-controls a{order:4;flex-basis:100%;text-align:center}}
@media(max-width:500px){.container{width:calc(100% - 28px)}.nav{height:78px}.brand img{width:48px;height:50px}.brand strong{font-size:17px}.hero h1{font-size:44px}.lead{font-size:16px}.quick{gap:12px}.quick span{font-size:11px}.hero-identity{min-height:385px}.float-card{padding:10px 13px}.card-a{top:42px;right:0;left:auto}.card-b{bottom:15px;left:0}.program-grid,.updates-gallery{grid-template-columns:1fr}.program-card{padding:26px}.program-card h3{font-size:24px}.program-card p{font-size:15px}.program-card .icon{margin-bottom:16px}.founder-card h3{font-size:28px}.service{padding:24px}.lead-form{padding:22px}.location-card{padding:28px 22px}.street-address{font-size:19px}.updates-hero{padding-bottom:40px}.updates-hero h1{font-size:54px}.update-jump-links{flex-direction:column}.update-jump-links a{font-size:13px}.exam-dates th,.exam-dates td{padding:14px 18px}.calendar-note{padding:15px}.viewer-toolbar p{font-size:12px}.viewer-toolbar{padding:10px}.viewer-close{padding:7px 10px!important}.viewer-viewport{padding:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
