@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap");.sl-home{min-height:100vh;--teal:#0d9488;--teal-deep:#0f766e;--teal-dark:#115e59;--teal-light:#ccfbf1;--teal-50:#f0fdfa;--gold:#d4a017;--gold-light:rgba(212,160,23,0.08);--coral:#e87461;--navy:#0c1929;--cream:#faf7f0;--text:#1e293b;--muted:#64748b;--border:rgba(0,0,0,0.06);font-family:Cairo,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;color:var(--text)}.sl-home *,.sl-home :after,.sl-home :before{margin:0;padding:0;box-sizing:border-box;font-family:Cairo,sans-serif}.sl-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sl-home .uni-bar{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:8px 20px;background:var(--cream);border-bottom:1px solid var(--border)}.sl-home .uni-logo{width:34px;height:34px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.sl-home .uni-text{display:flex;flex-direction:column;line-height:1.4;text-align:start}.sl-home .uni-name{font-size:11px;font-weight:700;color:var(--navy)}.sl-home .uni-sub{font-size:9px;font-weight:500;color:var(--muted)}.sl-home .nav{display:flex;align-items:center;height:56px;padding:0 40px;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.sl-home .n-brand{display:flex;align-items:center;gap:8px;margin-left:auto}.sl-home .n-m{width:30px;height:30px;border-radius:8px;background:var(--teal);display:grid;place-items:center}.sl-home .n-m span{color:#fff;font-size:10px;font-weight:800}.sl-home .n-t{font-size:13px;font-weight:700;color:var(--teal-dark)}.sl-home .n-mid{display:flex;gap:24px;margin:0 auto}.sl-home .n-mid a{font-size:11px;color:var(--muted);font-weight:500;text-decoration:none;cursor:pointer;transition:color .2s}.sl-home .n-mid a:hover{color:var(--teal)}.sl-home .n-end{display:flex;gap:6px;margin-right:auto}.sl-home .nb{padding:6px 14px;border-radius:6px;font-size:10px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.sl-home .nb-o{background:transparent;border:1px solid var(--border);color:var(--text)}.sl-home .nb-o:hover{border-color:var(--teal);color:var(--teal)}.sl-home .nb-lang{background:transparent;border:1px solid var(--border);color:var(--muted);display:flex;align-items:center;gap:4px}.sl-home .nb-lang:hover{border-color:var(--teal);color:var(--teal)}.sl-home .nb-f{background:var(--teal);color:#fff}.sl-home .nb-f:hover{background:var(--teal-deep)}.sl-home .nav-burger{display:none;width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:transparent;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.sl-home .n-mid-mobile{display:none;position:absolute;top:52px;right:0;left:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.06);padding:6px 20px;flex-direction:column;z-index:99}.sl-home .n-mid-mobile.open{display:flex}.sl-home .n-mid-mobile a{padding:12px 0;font-size:13px;color:var(--text);font-weight:600;text-decoration:none;border-bottom:1px solid var(--border)}.sl-home .n-mid-mobile a:last-child{border-bottom:none}.sl-home .hero{position:relative;min-height:440px;background:linear-gradient(170deg,#fff 0,var(--teal-50) 100%);overflow:hidden}.sl-home .hero-inner{max-width:1060px;margin:0 auto;padding:56px 40px;display:flex;align-items:center;gap:48px}.sl-home .hero-content{flex:1}.sl-home .hero-visual-area{width:400px;flex-shrink:0;height:320px;border-radius:20px;background:linear-gradient(155deg,#2dd4bf 0,var(--teal) 40%,var(--teal-deep) 75%,var(--teal-dark) 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.sl-home .hv-rings{position:absolute;inset:0;z-index:3;pointer-events:none}.sl-home .hvr{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.sl-home .hvr1{width:200px;height:200px;top:-40px;right:-50px}.sl-home .hvr2{width:280px;height:280px;bottom:-60px;left:-80px}.sl-home .hv-carousel{position:absolute;inset:0;z-index:1}.sl-home .hv-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s ease;overflow:hidden}.sl-home .hv-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;animation:hvZoom 9s ease-in-out infinite alternate}.sl-home .hv-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(155deg,rgba(45,212,191,.22),rgba(15,118,110,.28) 45%,rgba(17,94,89,.5))}.sl-home .hv-slide.active{opacity:1;z-index:2}@keyframes hvZoom{0%{transform:scale(1)}to{transform:scale(1.12)}}.sl-home .hv-dots{position:absolute;bottom:14px;right:16px;z-index:4;display:flex;gap:6px}.sl-home .hv-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.35);transition:all .3s}.sl-home .hv-dot.active{background:#fff;width:16px;border-radius:4px}.sl-home .h-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border);padding:5px 14px;border-radius:100px;font-size:9px;color:var(--muted);font-weight:600;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.03)}.sl-home .h-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}.sl-home .h-title{font-size:36px;font-weight:900;line-height:1.2;color:var(--navy);margin-bottom:14px}.sl-home .h-title span{color:var(--teal)}.sl-home .h-sub{font-size:14px;color:var(--muted);line-height:1.85;font-weight:400;margin-bottom:12px;max-width:420px}.sl-home .h-vision{font-size:12px;color:var(--teal-deep);font-weight:600;margin-bottom:24px;padding:10px 16px;background:var(--teal-50);border-radius:10px;border-right:3px solid var(--teal);display:inline-block;line-height:1.7}.sl-home .h-btns{display:flex;gap:8px}.sl-home .hb{padding:11px 22px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:all .25s;display:flex;align-items:center;gap:6px;border:none}.sl-home .hb-main{background:var(--teal);color:#fff;box-shadow:0 3px 12px rgba(13,148,136,.2)}.sl-home .hb-main:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(13,148,136,.28)}.sl-home .hb-sec{background:transparent;color:var(--text);border:1.5px solid var(--border)}.sl-home .hb-sec:hover{border-color:var(--teal);color:var(--teal)}.sl-home .metrics{max-width:1060px;margin:-20px auto 0;padding:0 40px;position:relative;z-index:10}.sl-home .m-row{background:#fff;border:1px solid var(--border);border-radius:14px;padding:0;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 10px 30px rgba(15,118,110,.08)}.sl-home .m-cell{padding:26px 16px;text-align:center;position:relative;transition:background .25s}.sl-home .m-cell:hover{background:var(--teal-50)}.sl-home .m-cell:not(:last-child):after{content:"";position:absolute;left:0;top:22%;height:56%;width:1px;background:var(--border)}.sl-home .m-val{font-size:26px;font-weight:800;color:var(--teal-dark);letter-spacing:-.5px;font-variant-numeric:tabular-nums}.sl-home .m-label{font-size:10px;color:var(--muted);font-weight:600;margin-top:5px;letter-spacing:.2px}.sl-home .sec{padding:52px 40px;max-width:1060px;margin:0 auto}.sl-home .sec-bg{background:var(--cream);max-width:100%;padding:52px 0}.sl-home .sec-bg .sec-in{max-width:1060px;margin:0 auto;padding:0 40px}.sl-home .s-eye{font-size:9px;font-weight:700;letter-spacing:2px;color:var(--gold)}.sl-home .s-eye,.sl-home .s-h{text-align:center;margin-bottom:6px}.sl-home .s-h{font-size:24px;font-weight:800;color:var(--navy);line-height:1.3}.sl-home .s-h span{color:var(--teal)}.sl-home .s-p{text-align:center;color:var(--muted);font-size:12px;font-weight:400;margin-bottom:36px;line-height:1.7}.sl-home .cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sl-home .cd{background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden;transition:all .35s;cursor:pointer}.sl-home .cd:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(0,0,0,.05)}.sl-home .cd:hover .cd-arr{transform:translateX(-3px)}.sl-home .cd-top{height:110px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.sl-home .cd-top-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transition:transform 6s ease}.sl-home .cd:hover .cd-top-img{transform:scale(1.1)}.sl-home .cd-body{padding:18px 16px}.sl-home .cd-tag{font-size:8px;font-weight:700;letter-spacing:1px;margin-bottom:4px}.sl-home .cd-name{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:4px}.sl-home .cd-desc{font-size:10px;color:var(--muted);line-height:1.7;font-weight:400;margin-bottom:10px}.sl-home .cd-chips{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.sl-home .cd-chip{font-size:8px;padding:3px 8px;border-radius:100px;font-weight:500;background:var(--teal-50);color:var(--teal-dark)}.sl-home .cd-ft{padding-top:10px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.sl-home .cd-cta{font-size:10px;font-weight:600;display:flex;align-items:center;gap:4px}.sl-home .cd-arr{transition:transform .3s}.sl-home .cd-q{font-size:7px;color:var(--muted);font-style:italic}.sl-home .rew-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sl-home .rw{display:flex;gap:12px;padding:18px;background:#fff;border-radius:12px;border:1px solid var(--border);transition:all .3s}.sl-home .rw:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.03)}.sl-home .rw-i{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.sl-home .rw-t{font-size:12px;font-weight:700;color:var(--navy);margin-bottom:2px}.sl-home .rw-d{font-size:9px;color:var(--muted);line-height:1.7;font-weight:400}.sl-home .cta-box{max-width:1060px;margin:20px auto;padding:0 40px}.sl-home .cta-card{border-radius:14px;overflow:hidden;position:relative}.sl-home .cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--teal) 0,var(--teal-deep) 50%,var(--navy) 100%)}.sl-home .cta-in{position:relative;z-index:2;padding:36px;display:flex;align-items:center;justify-content:space-between}.sl-home .cta-card h2{font-size:22px;font-weight:800;color:#fff;margin-bottom:4px}.sl-home .cta-card p{font-size:11px;color:rgba(255,255,255,.45);font-weight:400}.sl-home .bg{padding:11px 22px;background:var(--gold);color:var(--navy);border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s;box-shadow:0 3px 10px rgba(212,160,23,.25)}.sl-home .bg:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(212,160,23,.35)}.sl-home .cta-n{font-size:7px;color:rgba(255,255,255,.2);margin-top:6px;font-weight:400}.sl-home .ft{padding:14px 40px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.sl-home .ft span{font-size:9px;color:var(--muted);font-weight:400}.sl-home .ft-ls{display:flex;gap:14px}.sl-home .ft-ls a{font-size:9px;color:var(--muted);text-decoration:none;cursor:pointer;font-weight:500;transition:color .2s}.sl-home .ft-ls a:hover{color:var(--teal)}@media (max-width:768px){.sl-home .nav{padding:0 16px;height:52px;position:relative}.sl-home .n-mid,.sl-home .n-t{display:none}.sl-home .nb-lang{padding:6px 8px}.sl-home .nb-o{display:none}.sl-home .nav-burger{display:flex}.sl-home .hero{min-height:auto}.sl-home .hero-inner{flex-direction:column;padding:28px 20px 36px;gap:24px}.sl-home .hero-content{width:100%;text-align:center}.sl-home .h-sub{max-width:100%;margin-left:auto;margin-right:auto}.sl-home .h-badge{font-size:8px}.sl-home .h-title{font-size:26px}.sl-home .h-vision{font-size:11px;display:block}.sl-home .h-btns{justify-content:center;flex-wrap:wrap}.sl-home .hero-visual-area{width:100%;height:220px}.sl-home .metrics{padding:0 16px;margin-top:-16px}.sl-home .m-row{grid-template-columns:repeat(2,1fr)}.sl-home .m-cell{padding:16px 8px}.sl-home .m-cell:nth-child(2):after{display:none}.sl-home .m-val{font-size:19px}.sl-home .sec{padding:36px 20px}.sl-home .sec-bg{padding:36px 0}.sl-home .sec-bg .sec-in{padding:0 20px}.sl-home .s-h{font-size:19px}.sl-home .cards{grid-template-columns:1fr;gap:14px}.sl-home .cd-top{height:150px}.sl-home .rew-grid{grid-template-columns:1fr}.sl-home .cta-box{padding:0 16px}.sl-home .cta-in{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}.sl-home .cta-card h2{font-size:18px}.sl-home .ft{flex-direction:column;gap:8px;padding:16px 20px;text-align:center}}@media (max-width:420px){.sl-home .h-title{font-size:22px}.sl-home .m-row{grid-template-columns:repeat(2,1fr)}.sl-home .m-val{font-size:17px}.sl-home .m-label{font-size:8px}}