*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#00837a;--teal-dark:#006b63;--teal-light:#e5f4f3;--teal-mid:#d0edeb;--navy:#1b3352;--navy-dark:#152840;--green-dot:#3eb489;--text-dark:#1b2b3b;--text-mid:#4a5568;--text-light:#718096;--border:#e2e8f0;--white:#fff;--bg-light:#f0f7f6;--bg-section:#e8f3f2;--shadow-sm:0 2px 8px #00000012;--shadow-md:0 4px 20px #0000001a}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.hero{text-align:left;background:#f4fafb;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:761px;padding:80px 10% 200px;font-family:Inter,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:900px;padding:0;position:relative}.hero h1{color:#0d2b4e;margin-bottom:24px;font-size:34px;font-weight:700;line-height:1.3}.hero p{color:#5a6b7c;max-width:750px;margin-bottom:35px;font-size:13.5px;font-weight:400;line-height:1.8}.btn-outline{color:#0d2b4e;cursor:pointer;background:0 0;border:1px solid #00d4cb;border-radius:6px;padding:10px 24px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-outline:hover{color:var(--white);background:#00d4cb}.hero img{z-index:1;pointer-events:none;width:100%;height:auto;position:absolute;bottom:0;left:0}.about{background:var(--white);padding:80px 48px}.about-inner{align-items:flex-start;gap:80px;max-width:1100px;margin:0 auto;display:flex}.about-left{min-width:300px;max-width:340px}.about-left h2{color:var(--navy);font-size:28px;font-weight:700;line-height:1.3}.about-right{flex:1}.about-right p{color:var(--text-mid);margin-bottom:14px;font-size:13.5px;line-height:1.75}.about-icons{grid-template-columns:1fr 1fr;gap:20px 40px;margin-top:28px;display:grid}.about-icon-item{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.icon-circle{background:var(--teal-light);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.icon-circle svg{width:18px;height:18px;stroke:var(--teal);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.about-icon-item span{color:var(--text-dark);font-size:12.5px;font-weight:600}.vision-mission{background:var(--bg-light);padding:70px 48px}.vm-inner{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}.vm-card{background:var(--white);box-shadow:var(--shadow-sm);border-radius:14px;padding:36px 32px}.vm-icon{background:var(--teal-light);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.vm-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.vm-card h3{color:var(--navy);margin-bottom:14px;font-size:18px;font-weight:700}.vm-card p{color:var(--text-mid);font-size:13px;line-height:1.7}.mission-list{flex-direction:column;gap:9px;list-style:none;display:flex}.mission-list li{color:var(--text-mid);align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.mission-list li:before{content:"";background:var(--teal);border-radius:50%;width:7px;min-width:7px;height:7px;margin-top:5px}.programs-section{background:var(--bg-light);padding:80px 48px}.programs-title{text-align:center;color:var(--navy);letter-spacing:-.3px;margin-bottom:8px;font-size:26px;font-weight:600}.programs-sub{text-align:center;color:var(--text-light);margin-bottom:48px;font-size:15px}.programs-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto;display:grid}.program-card{background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;padding:28px 24px;transition:box-shadow .2s,transform .2s}.program-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.program-icon{background:var(--teal-light);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:flex}.program-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.program-card h4{color:var(--navy);margin-bottom:8px;font-size:14.5px;font-weight:700}.program-card p{color:var(--text-light);font-size:12.5px;line-height:1.65}.experts-section{background:var(--white);align-items:flex-start;gap:80px;max-width:1100px;margin:0 auto;padding:80px 48px;display:flex}.experts-left h2{color:var(--navy);min-width:280px;max-width:320px;font-size:30px;font-weight:700;line-height:1.3}.experts-right p{color:var(--text-mid);margin-bottom:14px;font-size:13.5px;line-height:1.75}.timeline{flex-direction:column;max-width:1200px;margin:60px auto;padding:0 20px;display:flex;position:relative}.timeline:before{content:"";z-index:1;background-color:#e9ecef;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.tl-item{grid-template-columns:1fr 40px 1fr;align-items:center;width:100%;margin-bottom:30px;display:grid}.tl-dot{z-index:2;background-color:#13a9a4;border-radius:50%;width:20px;height:20px;margin:0 auto;box-shadow:0 0 0 4px #fff}.tl-content{background:var(--bg-light);border-radius:8px;padding:24px;box-shadow:0 4px 12px #0000000d}.tl-date{color:#1d8f9e;margin-bottom:8px;font-weight:700}.tl-title{margin-bottom:8px;font-size:1.15rem;font-weight:600}.tl-desc{color:var(--text-mid);font-size:13.5px;line-height:1.7}@media (width<=768px){.timeline:before{left:30px}.tl-item{flex-direction:column;align-items:flex-start;padding-left:60px;display:flex;position:relative}.tl-item.left>div:last-child,.tl-item.right>div:first-child{display:none}.tl-dot{margin:0;position:absolute;top:24px;left:0}}.cta-footer{background:var(--navy);text-align:center;padding:64px 48px}.cta-footer h2{color:var(--white);margin-bottom:12px;font-size:30px;font-weight:700;line-height:1.3}.cta-footer p{color:#ffffffbf;margin-bottom:32px;font-size:14px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn-cta-primary{background:var(--teal);color:var(--white);cursor:pointer;border:none;border-radius:24px;padding:10px 26px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .2s}.btn-cta-primary:hover{background:var(--teal-dark)}.btn-cta-outline{color:var(--white);cursor:pointer;background:0 0;border:1.5px solid #ffffff80;border-radius:24px;padding:10px 26px;font-size:13.5px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s}.btn-cta-outline:hover{border-color:var(--white);background:#ffffff14}@media (width<=900px){.navbar{padding:0 20px}.nav-links{gap:14px}.hero{text-align:center;flex-direction:column;align-items:center;min-height:761px;padding:0}.hero-content{flex-direction:column;align-items:center;padding:72px 16px 64px;display:flex}.hero-wave{width:100%;position:relative;right:auto}.about{padding:50px 20px}.about-inner{flex-direction:column;gap:32px}.vm-inner{grid-template-columns:1fr;padding:0 20px}.programs-grid{grid-template-columns:1fr 1fr}.experts-section{flex-direction:column;gap:28px;padding:50px 20px}}@media (width<=600px){.programs-grid{grid-template-columns:1fr}.cta-footer{padding:48px 20px}.hero h1{font-size:32px}.hero p{font-size:14px}.section-title{font-size:21px}}footer{background:#0d2b4e;font-family:Inter,sans-serif}.footer-strip{background:linear-gradient(90deg,#34817d 0%,#47a39e 50%,#0d2b4e 100%);height:4px}.future-section{text-align:center;background:linear-gradient(135deg,#007a75 0%,#0a3a5c 100%);padding:60px 48px}.future-section h2{color:#fff;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.future-section p{color:#ffffffbf;margin-bottom:28px;font-size:14px}.future-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:56px 48px 40px;display:grid}.footer-brand{flex-direction:column;gap:0;display:flex}.footer-logo-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer-logo-row img{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff26;border-radius:50%;width:44px;height:44px}.footer-brand .logo-text{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-weight:800;line-height:1.1}.footer-brand .logo-sub{color:#ffffff73;font-size:10.5px;line-height:1.3}.footer-brand p{color:#ffffff80;max-width:260px;margin-bottom:24px;font-size:13px;line-height:1.75}.footer-socials{gap:10px;display:flex}.footer-socials a{color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;text-decoration:none;transition:background .2s,color .2s;display:flex}.footer-socials a:hover{color:#fff;background:#34817d;border-color:#34817d}.footer-col h5{color:#fff;letter-spacing:1px;text-transform:uppercase;border-bottom:2px solid #34817d;margin-bottom:18px;padding-bottom:10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;display:inline-block}.footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#ffffff80;align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.footer-col ul li a:before{content:"";background:#47a39e;width:0;height:1px;transition:width .2s;display:inline-block}.footer-col ul li a:hover{color:#47a39e}.footer-col ul li a:hover:before{width:12px}.footer-newsletter{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:8px;padding:18px}.footer-newsletter p{color:#ffffff8c;margin-bottom:10px;font-size:12px}.footer-newsletter-form{gap:8px;display:flex}.footer-newsletter-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:9px 12px;font-family:Inter,sans-serif;font-size:12px}.footer-newsletter-form input::placeholder{color:#ffffff4d}.footer-newsletter-form input:focus{border-color:#34817d}.footer-newsletter-form button{color:#fff;cursor:pointer;white-space:nowrap;background:#34817d;border:none;border-radius:8px;padding:9px 16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:background .2s}.footer-newsletter-form button:hover{background:#274d4b}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 48px;display:flex}.footer-bottom p{color:#ffffff4d;font-size:12px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffff4d;font-size:12px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#47a39e}@media (width<=960px){.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding:40px 24px 32px}.footer-brand{grid-column:span 2}.future-section{padding:44px 24px}}@media (width<=580px){.footer-top{grid-template-columns:1fr;padding:32px 20px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding:18px 20px}.footer-bottom-links{flex-wrap:wrap;gap:16px}}.timeline-view-more-btn{background:var(--teal);color:var(--white);cursor:pointer;text-align:center;border:none;border-radius:24px;margin:20px auto 40px;padding:10px 24px;font-size:14px;font-weight:600;display:none}@media (width<=768px){.timeline.mobile-collapsed .tl-item:nth-child(n+5){display:none}.timeline.mobile-collapsed+.timeline-view-more-btn{display:block}}
