@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');
:root{--blue:#3f96c5;--sky:#79c9f1;--navy:#132943;--cream:#f6f1e7;--white:#fff;--text:#18263a;--muted:#617083}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Tajawal',Arial,sans-serif;background:var(--cream);color:var(--text);direction:rtl}.container{width:min(1180px,92%);margin:auto}.topbar{height:72px;background:var(--blue);color:white;border-radius:0 0 22px 22px;position:sticky;top:0;z-index:50;box-shadow:0 5px 15px #0001}.nav{display:flex;align-items:center;justify-content:space-between;height:100%;gap:18px}.brand{font-size:14px;line-height:1.1;color:white;text-decoration:none;text-align:center;letter-spacing:1px}.brand strong{display:block;font-size:18px}.menu{display:flex;gap:27px;align-items:center}.menu a{color:white;text-decoration:none;font-size:15px;white-space:nowrap}.menu a.active,.menu a:hover{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--navy);background:white;color:var(--navy);padding:11px 24px;border-radius:7px;text-decoration:none;font-weight:700;cursor:pointer}.btn.primary{background:var(--sky);border-color:var(--sky)}.btn.dark{background:var(--navy);color:#fff}.hero{min-height:410px;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;background:#fff;border-radius:0 0 24px 24px;overflow:hidden}.hero-content{padding:55px}.hero h1{font-size:58px;line-height:1.12;color:#65bce8;margin:0 0 12px;font-weight:800}.hero h2{font-size:24px;margin:0 0 13px}.hero p{font-size:18px;line-height:1.9}.hero-image{height:100%;min-height:410px;background-size:cover;background-position:center}.actions{display:flex;gap:12px;margin-top:25px}.section{padding:64px 0}.section.white{background:#fff}.section.blue{background:var(--blue);color:white;border-radius:22px}.section-title{text-align:center;font-size:38px;margin:0 0 35px}.section-subtitle{text-align:center;margin:-25px 0 35px;color:var(--muted)}.grid{display:grid;gap:26px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:white;border:1px solid #b9dbea;border-radius:14px;padding:22px;box-shadow:0 3px 0 #00000012;overflow:hidden}.card img{width:100%;height:180px;object-fit:cover;border-radius:10px}.card h3{font-size:22px;margin:14px 0 6px}.card p{line-height:1.8;color:#4f6070}.icon{font-size:54px;color:var(--sky)}.stats{display:grid;grid-template-columns:repeat(5,1fr);background:#07192e;color:#fff}.stat{text-align:center;padding:28px;border-left:1px solid #ffffff30}.stat strong{font-size:35px;display:block}.why{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;text-align:center}.why .num{width:54px;height:54px;border:1px solid #ccecff;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:20px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center}.timeline .bubble{width:72px;height:48px;border-radius:50%;background:var(--sky);margin:0 auto 16px}.cta{margin:32px auto;background:linear-gradient(90deg,#102943dd,#102943dd),url('../images/pdf/img-012.png') center/cover;border-radius:14px;color:#fff;text-align:center;padding:35px}.filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid #bee2f2;background:white;padding:13px 22px;border-radius:8px;cursor:pointer}.filter.active{background:var(--navy);color:#fff}.project-card img{height:160px}.before-after{position:relative;height:330px;overflow:hidden;border-radius:15px;background:#75c7ef}.before-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.before-after .after{clip-path:inset(0 50% 0 0)}.before-after input{position:absolute;inset:auto 3% 18px;width:94%;z-index:3}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px}.info-box,.form-box{background:white;border:1px solid #a8d8ee;border-radius:14px;padding:28px}.info-row{background:#e1f4fd;margin:12px 0;padding:14px;border-radius:8px}.form-control{width:100%;border:0;background:#e9f6fc;padding:14px 16px;margin:7px 0;border-radius:5px;font-family:inherit}textarea.form-control{min-height:120px}.footer{background:var(--blue);color:white;padding:40px 0 15px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px}.footer a{color:white;text-decoration:none;display:block;margin:5px}.copyright{border-top:1px solid #ffffff55;margin-top:25px;padding-top:15px;text-align:center;font-size:13px}.mobile-toggle{display:none}.flash{padding:13px;background:#dff8e7;color:#176c37;border-radius:8px;margin:15px 0}.admin-body{direction:rtl;background:#f4f7fb}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#102943;color:white;padding:25px}.sidebar a{display:block;color:white;text-decoration:none;padding:12px;border-radius:7px;margin:3px 0}.sidebar a:hover{background:#ffffff16}.admin-main{padding:30px}.admin-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 12px #0001;margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #e5eaf0;text-align:right}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.kpi{background:white;padding:22px;border-radius:12px}.kpi strong{font-size:30px;color:var(--blue)}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#102943,#3f96c5)}.login-card{width:min(430px,92%);background:white;padding:35px;border-radius:16px}
@media(max-width:900px){.menu{display:none;position:absolute;top:72px;right:0;left:0;background:var(--blue);padding:20px;flex-direction:column}.menu.open{display:flex}.mobile-toggle{display:block;background:none;border:0;color:white;font-size:25px}.hero{grid-template-columns:1fr}.hero-image{order:-1;min-height:260px}.hero h1{font-size:42px}.hero-content{padding:35px}.grid-3,.grid-4,.why,.timeline,.stats,.contact-grid,.footer-grid,.kpis{grid-template-columns:1fr 1fr}.admin-layout{grid-template-columns:1fr}.sidebar{position:static}}@media(max-width:600px){.grid-3,.grid-4,.why,.timeline,.stats,.contact-grid,.footer-grid,.kpis{grid-template-columns:1fr}.hero h1{font-size:35px}.section-title{font-size:30px}.stat{border-bottom:1px solid #ffffff30}}

/* Programs page — matched to the supplied desktop reference */
.programs-page{background:#f8f4eb;border-left:1px solid #8fd2f3;border-right:1px solid #8fd2f3}.programs-hero{width:calc(100% - 30px);max-width:1180px;height:342px;margin:14px auto 0;display:grid;grid-template-columns:54% 46%;direction:ltr;background:#fffaf2;border-radius:22px;overflow:hidden;box-shadow:0 1px 9px #3d65740d}.programs-hero-art{background:url('../images/programs/programs-hero-art.jpg') center left/cover no-repeat;min-width:0}.programs-hero-copy{direction:rtl;text-align:right;padding:34px 52px 25px 24px;display:flex;flex-direction:column;justify-content:center}.programs-kicker{margin:0!important;color:#459fd1!important;font-size:25px!important;line-height:1.2!important;font-weight:800}.programs-hero-copy h1{margin:5px 0 13px;color:#0d1116;font-size:82px;line-height:.95;font-weight:800;letter-spacing:-4px}.programs-hero-copy>p:last-child{max-width:430px;margin:0;font-size:15px;line-height:1.7;color:#15191d}.programs-content{background:#fffdfa;border-top:1px solid #8fd2f3;padding:68px 0 72px}.programs-inner{width:min(1180px,94%);margin:auto}.programs-section-heading{text-align:center}.programs-section-heading h2{font-size:29px;margin:0;color:#171b21;font-weight:800}.heading-mark{position:relative;display:block;width:98px;height:16px;margin:7px auto 35px}.heading-mark:before,.heading-mark:after{content:"";position:absolute;top:7px;width:40px;height:1px;background:#78cbf4}.heading-mark:before{right:0}.heading-mark:after{left:0}.heading-mark{background:linear-gradient(45deg,transparent 42%,#79c9f1 42% 58%,transparent 58%) center/12px 12px no-repeat}.program-filters{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;direction:rtl}.program-filter{min-height:64px;background:#fff;border:1px solid #83cff5;border-radius:8px;color:#101820;font-family:inherit;font-size:14px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;cursor:pointer;transition:.2s}.program-filter:hover{transform:translateY(-1px)}.program-filter.active{background:#0d1e38;color:#fff;border-color:#0d1e38}.filter-icon{font-size:27px;line-height:1;color:#65c4f4;font-family:Arial,sans-serif}.program-filter.active .filter-icon{color:#7fd2fa}.programs-divider{height:1px;background:#8ed2f2;width:86%;margin:66px auto 35px}.programs-list-heading .heading-mark{margin-bottom:58px}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px 24px}.program-card{position:relative;min-width:0;text-align:center}.program-card-image{display:block;height:123px;border:1px solid #7cccf4;border-bottom:0;border-radius:8px 8px 0 0;overflow:hidden;background:#eef5f7}.program-card-image img{width:100%;height:100%;object-fit:cover;display:block}.program-card-body{min-height:182px;background:#fff;border:1px solid #7cccf4;border-top:0;border-radius:0 0 8px 8px;padding:15px 20px 10px}.program-card h3{font-size:18px;line-height:1.35;margin:0 0 10px}.program-card h3 a{color:#248dcc;text-decoration:none}.program-card p{font-size:12px;line-height:1.65;color:#252b31;margin:0 auto 17px;min-height:40px}.program-card-meta{border-top:1px solid #edf0f2;padding-top:12px;display:flex;align-items:center;justify-content:space-between;color:#62c4f5;font-size:24px;line-height:1}.meta-bars{font-size:18px;letter-spacing:5px}.program-details-link{display:inline-block;margin-top:12px;color:#14191e;text-decoration:none;font-size:14px;font-weight:700}.programs-cta{width:calc(100% - 48px);max-width:1130px;height:142px;margin:22px auto;background:url('../images/programs/programs-cta.jpg') center/cover no-repeat;border-radius:13px;overflow:hidden}.programs-cta-overlay{height:100%;background:#102943d9;color:white;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.programs-cta h2{font-size:26px;margin:0 0 3px}.programs-cta p{margin:0 0 10px}.programs-cta a{color:white;text-decoration:none;border:1px solid white;border-radius:5px;padding:7px 25px}.programs-page+.footer{margin-top:0}
@media(max-width:900px){.programs-hero{height:auto;grid-template-columns:1fr}.programs-hero-art{height:280px;background-position:center}.programs-hero-copy{padding:30px}.programs-hero-copy h1{font-size:58px}.program-filters{grid-template-columns:repeat(3,1fr)}.program-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.programs-hero-art{height:220px}.programs-hero-copy h1{font-size:48px}.programs-kicker{font-size:20px!important}.programs-content{padding-top:45px}.program-filters{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:1fr;gap:42px}.programs-cta{width:92%}.programs-section-heading h2{font-size:24px}}

/* About page — pixel-matched to the supplied desktop reference */
.about-page{background:#fbf7ef;border-left:1px solid #8fcdec;border-right:1px solid #8fcdec;overflow:hidden}.about-intro{width:calc(100% - 28px);max-width:1180px;min-height:532px;margin:14px auto 0;padding:42px 48px 30px;display:grid;grid-template-columns:55% 45%;align-items:center;background:#fff;border-radius:15px;box-shadow:0 13px 0 #eee7dc;direction:rtl}.about-intro-copy{padding:0 8px 0 32px;text-align:right}.about-intro-copy h1{margin:0 0 30px;color:#65bbe8;font-size:58px;line-height:1;font-weight:800}.about-intro-copy h2{margin:0 0 25px;color:#111820;font-size:30px;line-height:1.3;font-weight:800}.about-intro-copy p{margin:0 0 22px;color:#16191d;font-size:20px;line-height:1.45;font-weight:500}.about-intro-art{display:flex;align-items:center;justify-content:center;min-width:0}.about-intro-art img{width:min(430px,95%);aspect-ratio:1;object-fit:contain;display:block}.about-vision{min-height:392px;padding:60px max(8%,70px) 50px;display:grid;grid-template-columns:60% 40%;align-items:center;background:#fffaf4}.about-vision-copy{padding:0 20px;text-align:right}.about-vision-copy h2{font-size:34px;margin:0 0 20px;font-weight:800;color:#17191e}.about-vision-copy p{max-width:610px;font-size:20px;line-height:1.45;margin:0;color:#14191e}.about-vision-art{display:flex;align-items:center;justify-content:center}.vision-circle{width:206px;height:206px;border:1px dashed #bf9a68;border-radius:50%;display:grid;place-items:center;background:#fffdf9}.vision-circle img{width:168px;height:168px;object-fit:contain}.about-values{padding:28px 4.7% 44px;background:#fff}.about-heading.small{text-align:center}.about-heading.small h2{font-size:27px;margin:0;color:#151a20}.about-heading.small span{position:relative;display:block;width:100px;height:17px;margin:4px auto 25px;background:linear-gradient(45deg,transparent 40%,#78cff6 40% 60%,transparent 60%) center/12px 12px no-repeat}.about-heading.small span:before,.about-heading.small span:after{content:"";position:absolute;top:8px;width:38px;height:1px;background:#72c9f3}.about-heading.small span:before{right:0}.about-heading.small span:after{left:0}.about-values-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;direction:rtl}.about-value-card{min-height:174px;padding:12px 10px 15px;text-align:center;background:#fff;border:1px solid #dac9ae;border-radius:10px}.about-value-icon{height:57px;color:#67c5f4;font-size:47px;line-height:1;font-family:Arial,sans-serif}.about-value-card h3{font-size:16px;margin:4px 0 8px;color:#15191e}.about-value-card p{font-size:11px;line-height:1.35;margin:0;color:#2f3438}.about-why{display:grid;grid-template-columns:37.5% 62.5%;direction:ltr;background:#fffaf4;min-height:600px}.about-why-image{overflow:hidden;align-self:stretch;display:flex;align-items:center;background:#fff}.about-why-image img{width:100%;height:100%;min-height:600px;object-fit:cover;object-position:center;display:block}.about-why-copy{direction:rtl;text-align:right;padding:48px 58px 28px}.about-why-copy>h2{font-size:57px;line-height:1;color:#66bde9;margin:0 0 28px;font-weight:800}.about-why-copy>h3{font-size:31px;margin:0 0 26px;color:#111720}.about-reasons{display:grid;gap:3px}.about-reason{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;padding:9px 0 12px;border-bottom:1px solid #ddcfbc}.about-reason:last-child{border-bottom:0}.about-reason-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#0c2847;color:#73cdf8;font-size:26px;font-family:Arial,sans-serif}.about-reason h4{font-size:19px;margin:0 0 5px;color:#11161c}.about-reason p{font-size:14px;line-height:1.45;margin:0;color:#61666b}.about-stats{display:grid;grid-template-columns:repeat(5,1fr);direction:ltr;background:#06182b;color:#fff}.about-stat{min-height:146px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-right:1px solid #ffffff20}.about-stat:last-child{border-right:0}.about-stat span{height:29px;color:#72cdf8;font-size:29px;line-height:1}.about-stat strong{font-size:39px;line-height:1.08;margin-top:8px}.about-stat small{font-size:12px;font-weight:700}.about-bottom-cta{display:grid;grid-template-columns:29.5% 70.5%;direction:ltr;min-height:192px;background:#fff}.about-bottom-image{overflow:hidden}.about-bottom-image img{width:100%;height:100%;min-height:192px;object-fit:cover;display:block}.about-bottom-copy{direction:rtl;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 25px}.about-bottom-copy p{font-size:19px;color:#8a765a;margin:0 0 2px}.about-bottom-copy h2{font-size:30px;line-height:1.25;margin:0 0 13px;color:#171a1e}.about-bottom-copy a{display:inline-flex;align-items:center;gap:13px;background:#62bff0;color:#fff;text-decoration:none;border-radius:4px;padding:9px 21px;font-size:20px;font-weight:800}.about-bottom-copy a span{font-size:30px;line-height:.7}
@media(max-width:900px){.about-intro{grid-template-columns:1fr;padding:35px 25px}.about-intro-art{order:-1}.about-intro-art img{width:300px}.about-intro-copy h1{font-size:46px}.about-vision{grid-template-columns:1fr;padding:45px 30px;gap:25px}.about-values-grid{grid-template-columns:repeat(3,1fr)}.about-why{grid-template-columns:1fr}.about-why-image img{min-height:400px}.about-stats{grid-template-columns:repeat(5,1fr)}.about-bottom-cta{grid-template-columns:38% 62%}.about-bottom-copy h2{font-size:24px}}
@media(max-width:600px){.about-intro-copy{padding:0}.about-intro-copy h1{font-size:38px;margin-bottom:20px}.about-intro-copy h2{font-size:23px}.about-intro-copy p,.about-vision-copy p{font-size:16px}.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-why-copy{padding:38px 24px}.about-why-copy>h2{font-size:43px}.about-why-copy>h3{font-size:25px}.about-stats{grid-template-columns:1fr 1fr}.about-stat{border-bottom:1px solid #ffffff20}.about-bottom-cta{grid-template-columns:1fr}.about-bottom-image img{height:230px}.about-bottom-copy{padding:30px 18px}.about-bottom-copy h2{font-size:22px}}

/* Projects page - matched to supplied reference */
.projects-page{background:#fbf8ef;color:#10213a;border-left:1px solid #86cef2;border-right:1px solid #86cef2;overflow:hidden}.projects-hero{padding:74px 4.4% 46px;text-align:center;background:#fbf8ef}.projects-hero h1{margin:0;color:#10213a;font-size:42px;line-height:1.1;font-weight:800}.projects-hero h2{margin:7px 0 17px;font-size:21px;line-height:1.2}.projects-hero>p{margin:0 0 27px;color:#766f66;font-size:15px}.projects-locations-wrap{position:relative;max-width:910px;margin:auto;padding:0 26px}.projects-locations{display:grid;grid-template-columns:repeat(7,1fr);gap:17px;direction:rtl}.location-card{background:#fff;border-radius:10px;padding:6px 6px 8px;box-shadow:0 2px 8px #2e3d4a08;overflow:hidden}.location-card img{display:block;width:100%;height:62px;object-fit:cover;border-radius:7px}.location-card strong{display:block;margin-top:5px;font-size:14px;line-height:1}.projects-arrow{position:absolute;top:35px;z-index:2;border:0;background:transparent;color:#63c8fb;font-size:38px;line-height:1;cursor:pointer}.projects-arrow-start{right:0}.projects-arrow-end{left:0}.projects-restoration{padding:18px 5.2% 60px;background:#fbf8ef}.projects-heading{text-align:center}.projects-heading h2{margin:0;font-size:25px;font-weight:800}.projects-heading span{position:relative;display:block;width:124px;height:16px;margin:5px auto 25px;background:linear-gradient(45deg,transparent 42%,#75caf4 42% 58%,transparent 58%) center/13px 13px no-repeat}.projects-heading span:before,.projects-heading span:after{content:"";position:absolute;top:7px;width:49px;height:1px;background:#68c5f2}.projects-heading span:before{right:0}.projects-heading span:after{left:0}.restoration-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:880px;margin:auto}.restoration-gallery img{width:100%;height:128px;object-fit:cover;border-radius:8px;display:block}.before-after-title{text-align:center;font-size:20px;margin:28px 0 36px}.projects-compare-shell{max-width:860px;margin:auto;padding:10px;background:#fff;border-radius:12px;box-shadow:0 3px 10px #53617008}.projects-compare{position:relative;height:98px;overflow:hidden;border-radius:6px;background:#77c8f2}.compare-before,.compare-after{position:absolute;inset:0;background:#79c9f2}.compare-after{background:#79c9f2;clip-path:inset(0 50% 0 0)}.compare-divider{position:absolute;left:50%;top:0;bottom:0;width:3px;background:#fff;transform:translateX(-50%);z-index:3}.compare-divider button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;border:0;background:#fff;color:#65c6f5;font-size:20px;font-weight:700;display:grid;place-items:center}.projects-compare input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:4}.projects-experience-grid{max-width:840px;margin:68px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#fff;border-radius:14px;padding:28px 42px;text-align:center}.projects-experience-grid h3{font-size:20px;margin:0 0 15px}.projects-experience-grid p{margin:5px 0;font-size:15px}.projects-bottom-cta{display:grid;grid-template-columns:29% 71%;direction:ltr;min-height:200px;background:#fff}.projects-bottom-image{overflow:hidden}.projects-bottom-image img{display:block;width:100%;height:100%;min-height:200px;object-fit:cover}.projects-bottom-copy{direction:rtl;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px 30px}.projects-bottom-copy p{margin:0 0 4px;font-size:19px;color:#6f6252}.projects-bottom-copy h2{margin:0 0 14px;font-size:29px;line-height:1.25;color:#18191b}.projects-bottom-copy a{display:inline-flex;align-items:center;gap:12px;background:#3593c7;color:#fff;text-decoration:none;border-radius:5px;padding:10px 20px;font-size:19px;font-weight:800}.projects-bottom-copy a span{font-size:31px;line-height:.6}
@media(max-width:900px){.projects-locations{grid-template-columns:repeat(4,1fr)}.projects-hero{padding-top:50px}.restoration-gallery{gap:14px}.projects-experience-grid{padding:24px 18px}.projects-bottom-cta{grid-template-columns:35% 65%}.projects-bottom-copy h2{font-size:23px}}
@media(max-width:650px){.projects-hero h1{font-size:34px}.projects-locations-wrap{padding:0}.projects-arrow{display:none}.projects-locations{grid-template-columns:repeat(2,1fr);gap:10px}.location-card img{height:85px}.projects-restoration{padding-left:4%;padding-right:4%}.restoration-gallery{grid-template-columns:1fr}.restoration-gallery img{height:180px}.projects-compare{height:120px}.projects-experience-grid{grid-template-columns:1fr;margin-top:42px}.projects-experience-grid article{padding:12px 0;border-bottom:1px solid #eee}.projects-experience-grid article:last-child{border-bottom:0}.projects-bottom-cta{grid-template-columns:1fr}.projects-bottom-image img{min-height:220px}.projects-bottom-copy{padding:28px 18px}.projects-bottom-copy p{font-size:16px}.projects-bottom-copy h2{font-size:22px}}

/* Professional CMS */
.admin-body{margin:0;background:#f3f6fa;color:#172033;font-family:'Tajawal',Arial,sans-serif}.cms-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;direction:rtl}.cms-sidebar{background:#0d1b2e;color:#fff;padding:24px 18px;position:sticky;top:0;height:100vh;overflow:auto}.cms-brand{display:flex;gap:12px;align-items:center;padding:0 8px 24px;border-bottom:1px solid #ffffff17}.cms-brand>span{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#65c7f7,#348dc1);display:grid;place-items:center;font-size:24px;font-weight:800}.cms-brand strong,.cms-brand small{display:block}.cms-brand small{color:#9eb0c7;font-size:11px;margin-top:3px}.cms-sidebar nav p{color:#6f839e;font-size:11px;font-weight:800;margin:24px 12px 8px}.cms-sidebar nav a{display:flex;gap:12px;align-items:center;color:#c5d1df;text-decoration:none;padding:12px 14px;border-radius:10px;margin:3px 0;font-weight:600}.cms-sidebar nav a:hover,.cms-sidebar nav a.active{background:#1c3552;color:#fff;box-shadow:inset -3px 0 #6dcaf7}.cms-logout{width:100%;margin-top:24px;background:#ffffff0c;border:1px solid #ffffff22;color:#fff;padding:12px;border-radius:10px;cursor:pointer}.cms-content{min-width:0}.cms-topbar{height:78px;background:#fff;border-bottom:1px solid #e5eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:20}.cms-topbar strong,.cms-topbar small{display:block}.cms-topbar small{color:#8793a4;margin-top:3px}.cms-topbar a{color:#1678ad;text-decoration:none;font-weight:700}.cms-main{padding:30px 34px 50px}.cms-alert{padding:14px 18px;border-radius:10px;margin-bottom:18px}.cms-alert.success{background:#e8f8ef;color:#167044}.cms-alert.error{background:#fff0f0;color:#a12929}.cms-page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.cms-page-head h1,.cms-panel h2{margin:0 0 5px}.cms-page-head p,.cms-panel p{color:#778397;margin:0}.cms-pages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cms-page-card,.cms-panel{background:#fff;border:1px solid #e5eaf0;border-radius:16px;box-shadow:0 6px 24px #26344a0a}.cms-page-card{padding:22px}.cms-page-card-top,.cms-panel-head{display:flex;align-items:center;justify-content:space-between}.cms-page-icon{width:44px;height:44px;border-radius:12px;background:#edf7fc;color:#318dbd;display:grid;place-items:center;font-size:22px}.cms-page-card h2{margin:18px 0 3px}.cms-page-card>p{color:#8993a2}.cms-page-meta{display:flex;justify-content:space-between;color:#7f8a99;font-size:12px;padding:18px 0;border-top:1px solid #eef1f4;margin-top:18px}.cms-badge{display:inline-flex;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800}.cms-badge.published{background:#e7f7ee;color:#187348}.cms-badge.draft{background:#fff4d9;color:#9a6715}.cms-badge.hidden{background:#f0f1f3;color:#6b7280}.cms-card-actions{display:flex;gap:9px;margin-top:14px}.cms-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:9px;border:1px solid #d9e0e8;background:#fff;text-decoration:none;color:#26354b;font-family:inherit;font-weight:700;cursor:pointer}.cms-btn.primary{background:#177eb6;border-color:#177eb6;color:#fff}.cms-btn.ghost{background:#fff}.cms-btn.danger{background:#fff2f2;border-color:#ffd5d5;color:#ad2f2f}.cms-panel{padding:24px;margin-bottom:20px}.cms-two-col{display:grid;grid-template-columns:2fr 1fr;gap:20px}.cms-help{background:linear-gradient(135deg,#112a45,#1b5278);color:#fff}.cms-help p{color:#c9d9e8}.cms-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:20px 0}.cms-form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.cms-form-grid label.full{grid-column:1/-1}.cms-form-grid input,.cms-form-grid textarea,.cms-form-grid select,.cms-upload input{width:100%;border:1px solid #dce3eb;border-radius:9px;padding:11px 12px;background:#fff;font-family:inherit;font-size:14px}.toggle-label{flex-direction:row!important;align-items:center}.toggle-label input{width:auto!important}.cms-thumb{width:120px;height:75px;object-fit:cover;border-radius:8px;border:1px solid #e4e8ed}.cms-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:17px;color:#7b8796}.cms-breadcrumb a{color:#1678ad;text-decoration:none}.cms-section-list{display:grid;gap:10px;margin-top:20px}.cms-section-row{display:grid;grid-template-columns:28px 45px 1fr auto auto;gap:13px;align-items:center;padding:14px;border:1px solid #e5eaf0;border-radius:12px;background:#fbfcfe}.cms-section-row.dragging{opacity:.45}.drag{cursor:grab;color:#9ba6b4}.section-symbol{width:42px;height:42px;border-radius:10px;background:#edf7fc;display:grid;place-items:center;color:#2585b8}.section-info strong,.section-info small{display:block}.section-info small{color:#8a95a4;margin-top:3px}.cms-items{display:grid;gap:10px;margin-top:18px}.cms-item{border:1px solid #e4e9ef;border-radius:12px;padding:0 15px}.cms-item summary{display:flex;align-items:center;gap:10px;padding:15px 0;cursor:pointer}.cms-item summary small{margin-right:auto;color:#8893a0}.cms-dialog{border:0;border-radius:16px;width:min(780px,92vw);padding:24px;box-shadow:0 20px 80px #10203545}.cms-dialog::backdrop{background:#0c1727aa}.cms-empty{padding:30px;text-align:center;color:#8b96a5;border:1px dashed #d9e0e8;border-radius:12px}.cms-upload{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-top:18px}.cms-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cms-media-grid article{background:#fff;border:1px solid #e4e9ef;border-radius:14px;padding:12px}.cms-media-grid strong,.cms-media-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:7px 0}.cms-media-grid small{color:#8a95a4}.cms-media-preview{height:145px;background:#f2f4f7;border-radius:9px;display:grid;place-items:center;overflow:hidden}.cms-media-preview img{width:100%;height:100%;object-fit:cover}
@media(max-width:1050px){.cms-pages-grid{grid-template-columns:repeat(2,1fr)}.cms-two-col{grid-template-columns:1fr}.cms-media-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.cms-shell{grid-template-columns:1fr}.cms-sidebar{position:relative;height:auto}.cms-topbar{position:relative;padding:0 18px}.cms-main{padding:20px 15px}.cms-pages-grid,.cms-media-grid{grid-template-columns:1fr}.cms-form-grid{grid-template-columns:1fr}.cms-form-grid label.full{grid-column:auto}.cms-section-row{grid-template-columns:25px 40px 1fr}.cms-section-row .cms-badge,.cms-section-row .cms-btn{grid-column:3}.cms-upload{grid-template-columns:1fr}}

/* Home page — reference-matched, database-driven */
.home-page{background:#f5efe4}.home-shell{width:min(1180px,94%);margin:auto}.home-hero{display:grid;grid-template-columns:1.35fr .82fr;min-height:600px;background:#fff;direction:ltr;overflow:hidden}.home-hero-image{min-height:600px}.home-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-hero-copy{direction:rtl;padding:48px 54px 38px;display:flex;flex-direction:column;justify-content:center;text-align:right}.home-hero-copy h1{white-space:normal;color:#62b7e6;font-size:58px;line-height:1.08;margin:0 0 20px;font-weight:900}.home-hero-copy h2{font-size:23px;line-height:1.35;margin:0 0 24px;color:#14263e}.home-hero-body{font-size:17px;line-height:1.9;color:#26364a}.home-hero-actions{display:flex;gap:14px;margin-top:24px}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:2px solid #142943;border-radius:8px;text-decoration:none;color:#142943;font-weight:700;background:#fff}.home-btn.primary{background:#65bdec;border-color:#65bdec}.home-programs{padding:50px 0 56px}.home-title{text-align:center;font-size:40px;line-height:1.25;margin:0 0 34px;color:#142943;font-weight:800}.home-title.light{color:#fff}.home-section-subtitle{text-align:center;margin:-20px 0 30px}.home-program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:54px}.home-program-card{background:#fff;border:2px solid #79c9f1;border-radius:13px;box-shadow:0 4px 0 rgba(14,44,69,.15);padding:20px 28px 18px;text-align:center;min-height:330px;display:flex;flex-direction:column;align-items:center}.home-program-icon{width:105px;height:82px;display:grid;place-items:center;margin:-8px auto 5px}.home-program-icon img{max-width:100%;max-height:100%;object-fit:contain;border-radius:0}.home-program-icon span{font-size:60px}.home-program-card h3{font-size:22px;margin:5px 0;color:#122943}.home-program-card small{color:#58b8e8;font-size:14px}.home-program-card p{white-space:pre-line;line-height:1.75;margin:17px 0 8px;color:#26364a}.home-program-card a{margin-top:auto;color:#55b9e9;font-size:18px;font-weight:800;text-decoration:none}.home-why{background:#3d94c3;color:#fff;border-radius:14px;padding:40px 0 52px}.home-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;text-align:center}.home-why-grid article{min-width:0}.home-number{width:72px;height:72px;border:2px solid #a9ddf5;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:24px}.home-why-grid h3{font-size:17px;margin:0 0 12px}.home-why-grid p{font-size:13px;line-height:1.6;margin:0;color:#fff}.home-journey{background:#fff;border:1px solid #69c4ee;border-radius:14px;margin:38px 0;padding:68px 0 80px}.home-journey-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;direction:rtl}.home-journey-grid article{position:relative}.journey-line-wrap{position:relative;height:72px;display:flex;align-items:center;justify-content:center}.journey-line-wrap:before,.journey-line-wrap:after{content:"";position:absolute;top:50%;height:2px;width:38%;border-top:2px dashed #73c8ef}.journey-line-wrap:before{right:0}.journey-line-wrap:after{left:0}.home-journey-grid article:first-child .journey-line-wrap:before,.home-journey-grid article:last-child .journey-line-wrap:after{display:none}.journey-dot{width:72px;height:52px;background:#7bcaf0;border-radius:50%;display:block;position:relative;z-index:2}.home-journey-grid strong{display:block;color:#2489c6;font-size:18px;font-weight:500;margin:12px 0 36px}.home-journey-grid h3{font-size:18px;max-width:180px;margin:auto;line-height:1.35}.home-cta{width:min(1130px,94%);margin:32px auto;background:linear-gradient(90deg,rgba(16,41,67,.88),rgba(16,41,67,.88)),var(--home-cta-image) center/cover;border-radius:14px;padding:38px 20px;color:#fff;text-align:center}.home-cta h2{font-size:30px;margin:0 0 8px}.home-cta p{font-size:16px;margin:0 0 14px}.home-cta a{display:inline-flex;color:#fff;border:1px solid #fff;border-radius:7px;padding:10px 24px;text-decoration:none}
@media(max-width:900px){.home-hero{grid-template-columns:1fr}.home-hero-image{min-height:420px}.home-hero-copy{padding:38px}.home-program-grid{grid-template-columns:1fr 1fr;gap:24px}.home-why-grid{grid-template-columns:repeat(2,1fr)}.home-journey-grid{grid-template-columns:repeat(2,1fr);gap:34px}.journey-line-wrap:before,.journey-line-wrap:after{display:none}}
@media(max-width:600px){.home-hero-image{min-height:300px}.home-hero-copy{padding:30px 22px}.home-hero-copy h1{font-size:42px}.home-hero-copy h2{font-size:19px}.home-hero-actions{flex-wrap:wrap}.home-program-grid,.home-why-grid,.home-journey-grid{grid-template-columns:1fr}.home-title{font-size:31px}.home-journey-grid strong{margin-bottom:15px}.home-program-card{min-height:300px}}
