@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;overflow-y:scroll;scroll-behavior:smooth}html{scroll-snap-type:y mandatory}.navbar{position:fixed;top:0;left:0;width:100%;height:70px;background-color:#cfd6ed;display:flex;justify-content:center;align-items:center;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:opacity .5s ease}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 20px}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#000}.nav-menu{display:flex;list-style:none;gap:20px}.nav-menu li{margin:0}.nav-link{text-decoration:none;color:#000;font-weight:500;transition:.3s}.nav-link:hover{color:#0056d6}.screen{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;scroll-margin-top:70px}#screen1{background-color:#cfd6ed;display:flex;flex-direction:column}.screen1-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:90px 60px 20px;gap:40px;flex-shrink:0}.hero-text{text-align:left;padding:0;z-index:10;position:relative;flex:1;min-width:0}.hero-text h1{font-size:2.5rem;margin-bottom:20px;color:#000}.hero-text p{font-size:1rem;margin-bottom:40px;color:#000}.hero-button{display:inline-block;background-color:#0056d6;color:#fff;text-decoration:none;padding:14px 34px;border-radius:25px;font-weight:500;transition:.3s}.hero-button:hover{background-color:#003f9e;transform:scale(1.03)}.fund-support{display:flex;flex-direction:column;align-items:center;text-align:center;width:280px;flex-shrink:0;gap:16px;padding:20px;background:rgba(255,255,255,0.3);border-radius:16px}.fund-logo{max-width:180px;height:auto}.fund-support p{font-size:.75rem;line-height:1.6;color:#000}.image-container{flex-grow:1;width:100%;overflow:hidden;min-height:0}.image-container img{width:100%;height:100%;object-fit:cover;display:block}#screen2{display:flex;justify-content:center;align-items:center;background-color:#cfd6ed;padding:40px 20px}.features-container{display:flex;max-width:1200px;width:100%;gap:60px;align-items:center}.features-left{flex:1;display:flex;flex-direction:column;gap:30px}.feature-item{display:flex;gap:20px;align-items:flex-start}.feature-icon{min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#000}.feature-content h3{font-size:1.3rem;margin-bottom:8px;color:#000;font-weight:600}.feature-content p{font-size:.95rem;color:#333;line-height:1.5}.features-buttons{display:flex;gap:15px;margin-top:20px}.feature-button{padding:12px 28px;border-radius:25px;text-decoration:none;font-weight:500;transition:.3s;display:inline-block}.feature-button.primary{background-color:#000;color:#fff;border:2px solid #000}.feature-button.primary:hover{background-color:#333;border-color:#333}.feature-button.secondary{background-color:transparent;color:#000;border:2px solid #000}.feature-button.secondary:hover{background-color:#000;color:#fff}.features-right{flex:1;display:flex;justify-content:center;align-items:center}.features-right img{width:100%;max-width:500px;height:auto;border-radius:15px;object-fit:cover}@media (max-width:968px){.features-container{flex-direction:column;gap:40px}.features-right img{max-width:100%}}#screen2 h2{font-size:2rem;margin-bottom:20px;color:#000}#screen2 p{font-size:1rem;max-width:800px;color:#000}#screen3{display:flex;justify-content:center;align-items:center;background-color:#080603;padding:80px 20px}.services-container{max-width:1200px;width:100%;text-align:center}.services-header{margin-bottom:60px}.services-label{display:inline-block;font-size:.9rem;font-weight:500;color:#fff;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.services-header h2{font-size:2.5rem;color:#fff;margin-bottom:20px;line-height:1.3;max-width:900px;margin-left:auto;margin-right:auto}.services-subtitle{font-size:1rem;color:#ccc;max-width:800px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:50px}.service-card{padding:40px 30px;text-align:center}.service-icon{width:64px;height:64px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;color:#fff}.service-card h3{font-size:1.4rem;color:#fff;margin-bottom:15px;font-weight:600;line-height:1.4}.service-card p{font-size:.95rem;color:#bbb;line-height:1.6}@media (max-width:768px){.services-header h2{font-size:1.8rem}.services-grid{grid-template-columns:1fr;gap:30px}.services-buttons{flex-direction:column;align-items:center}.service-button{width:100%;max-width:300px}}#screen4{display:flex;justify-content:center;align-items:center;background-color:#080603;padding:0;overflow:hidden}.cta-container{display:flex;flex-direction:column;width:100%;height:100%}.cta-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 40px;background-color:#080603}.cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:20px;max-width:800px;line-height:1.3}.cta-content p{font-size:1rem;color:#ccc;margin-bottom:40px;max-width:700px;line-height:1.6}.cta-buttons{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.cta-button{padding:14px 40px;border-radius:30px;text-decoration:none;font-weight:500;transition:.3s;display:inline-block;font-size:1rem}.cta-button.primary{background-color:#fff;color:#000;border:2px solid #fff}.cta-button.primary:hover{background-color:transparent;color:#fff}.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid #fff}.cta-button.secondary:hover{background-color:#fff;color:#000}.cta-image{flex:1;width:100%;overflow:hidden;min-height:400px}.cta-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:968px){.cta-content h2{font-size:1.8rem}.cta-content p{font-size:.95rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px}.cta-button{width:100%}}.content{padding:40px;max-width:800px}.content h2{font-size:2rem;margin-bottom:20px;color:#fff}.content p{font-size:1rem;margin-bottom:30px;color:#fff}.second-content{padding:40px;max-width:800px}.second-content h2{font-size:2rem;margin-bottom:20px}.second-content p{font-size:1rem}.footer{background-color:#1a1a1a;color:#fff;padding:40px 20px 20px;width:100%}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-section{flex:1;min-width:200px}.footer-section h3{font-size:1.5rem;margin-bottom:15px;font-weight:700}.footer-section h4{font-size:1.2rem;margin-bottom:15px;font-weight:600}.footer-section p{font-size:.9rem;line-height:1.6;color:#ccc}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#ccc;text-decoration:none;transition:.3s}.footer-section ul li a:hover{color:#0056d6}.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #333}.footer-bottom p{font-size:.85rem;color:#888}@media (max-width:768px){.screen1-content{flex-direction:column;padding:90px 20px 20px;align-items:center}.hero-text{text-align:center}.fund-support{width:100%}.hero-text h1{font-size:2rem}.hero-text p{font-size:.9rem}.hero-button{padding:12px 28px;margin-top:30px}.nav-menu{gap:10px;font-size:.9rem}.footer-container{flex-direction:column;gap:30px}.footer-section{text-align:center}}