@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--white:#fff;--blue:#023399;--blue-light:#3b5fc9;--red:#ff0603;--light-blue:#e6eeff;--dark-blue:#01226b;--gray:#f8f9fa;--gray-dark:#6c757d;--text-dark:#1a1a2e;--text-muted:#64748b;--gradient-hero:linear-gradient(135deg,#fef7f7,#f8f0fc 25%,#f0f4ff 50%,#fff);--gradient-blue:linear-gradient(135deg,#023399,#0056b3 50%,#023399);--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--border-radius:16px;--border-radius-lg:24px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--white);color:#1a1a2e;color:var(--text-dark);font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;margin:0}.App{display:flex;flex-direction:column;min-height:100vh;padding-top:80px;text-align:left}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fffffff2;border-bottom:1px solid #0000000d;height:80px;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:1000}.navbar.scrolled{box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-sm);padding:.75rem 0}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 3rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#023399;color:var(--blue);font-size:1.25rem;font-weight:700;gap:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.navbar-logo:hover{opacity:.9}.navbar-logo-image{height:42px;width:auto}.navbar-logo-text{font-weight:700;letter-spacing:-.5px}.navbar-menu{align-items:center;display:flex;gap:.5rem;list-style-type:none}.navbar-menu li{margin-left:.5rem}.navbar-menu a{border-radius:8px;color:#1a1a2e;color:var(--text-dark);font-size:.95rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.navbar-menu a.active,.navbar-menu a:hover{background:#e6eeff;background:var(--light-blue);color:#023399;color:var(--blue)}.navbar-menu a[href="#/signup"],.navbar-menu a[href="/signup"]{background:#023399;background:var(--blue);border-radius:8px;color:#fff!important;color:var(--white)!important;font-weight:600;padding:.6rem 1.5rem}.navbar-menu a[href="#/signup"]:hover,.navbar-menu a[href="/signup"]:hover{background:#01226b;background:var(--dark-blue);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.logout-button{background:none;border:2px solid #023399;border:2px solid var(--blue);border-radius:8px;color:#023399;color:var(--blue);cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.5rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.logout-button:hover{background:#023399;background:var(--blue);color:#fff;color:var(--white)}.hero{align-items:center;background:linear-gradient(135deg,#fef7f7,#f8f0fc 25%,#f0f4ff 50%,#fff);background:var(--gradient-hero);display:flex;min-height:calc(100vh - 80px);overflow:hidden;padding:4rem 3rem;position:relative}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;width:100%}.hero-content{position:relative;z-index:2}.social-icons{display:flex;gap:.75rem;margin-bottom:2rem}.social-icon{align-items:center;border-radius:12px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:40px}.social-icon:hover{box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);transform:translateY(-3px)}.social-icon.instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.tiktok{background:#000}.social-icon.twitter{background:#1da1f2}.social-icon.youtube{background:red}.hero-badge{background:#0233991a;border-radius:8px;color:#023399;color:var(--blue);display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{color:#1a1a2e;color:var(--text-dark);font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.15;margin-bottom:1.5rem}.hero-title .highlight{color:#023399;color:var(--blue)}.hero-subtitle{color:#64748b;color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-primary{background:#023399;background:var(--blue);color:#fff;color:var(--white)}.btn-primary:hover{background:#01226b;background:var(--dark-blue);box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #1a1a2e;border:2px solid var(--text-dark);color:#1a1a2e;color:var(--text-dark)}.btn-dark,.btn-outline:hover{background:#1a1a2e;background:var(--text-dark);color:#fff;color:var(--white)}.btn-dark:hover{background:#0f0f1a;box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-icon{height:20px;width:20px}.hero-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);position:relative}.hero-image-item{aspect-ratio:1;border-radius:24px;border-radius:var(--border-radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.hero-image-item:hover{box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);transform:scale(1.02)}.hero-image-item img{height:100%;object-fit:cover;width:100%}.hero-image-item:first-child{border-radius:24px 24px 24px 60px;border-radius:var(--border-radius-lg) var(--border-radius-lg) var(--border-radius-lg) 60px}.hero-image-item:nth-child(2){border-radius:24px 24px 60px 24px;border-radius:var(--border-radius-lg) var(--border-radius-lg) 60px var(--border-radius-lg)}.hero-image-item:nth-child(3){border-radius:24px 60px 24px 24px;border-radius:var(--border-radius-lg) 60px var(--border-radius-lg) var(--border-radius-lg)}.hero-image-item:nth-child(4){border-radius:60px 24px 24px 24px;border-radius:60px var(--border-radius-lg) var(--border-radius-lg) var(--border-radius-lg)}.metrics-section{background:#fff;background:var(--white)}.metrics-container{gap:6rem}.metric-count{color:#1a1a2e;color:var(--text-dark);font-size:4rem}.metric-text{color:#64748b;color:var(--text-muted)}.about-section{background:#fff;background:var(--white);padding:6rem 3rem}.about-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.about-label{color:#023399;letter-spacing:1px}.about-title{color:#1a1a2e;color:var(--text-dark);font-size:2.75rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-description{color:#64748b;color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.about-features{display:flex;gap:1.5rem}.about-feature{align-items:flex-start;background:#f8f9fa;background:var(--gray);border-radius:16px;border-radius:var(--border-radius);display:flex;flex:1 1;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.about-feature:hover{box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-feature-icon{align-items:center;background:#023399;background:var(--blue);border-radius:12px;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-size:1.25rem;height:48px;justify-content:center;width:48px}.about-feature-content h4{color:#1a1a2e;color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.25rem}.about-feature-content p{color:#64748b;color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-image{align-items:center;display:flex;justify-content:center}.phone-mockup{background:linear-gradient(180deg,#1a1a2e,#2d2d44);border-radius:40px;box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);height:560px;padding:12px;position:relative;width:280px}.phone-screen{align-items:center;background:linear-gradient(180deg,#1e3a5f,#0a1628);border-radius:32px;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:2rem;width:100%}.phone-label{color:#fff9;font-size:.75rem;margin-bottom:.5rem}.phone-amount{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.phone-amount,.phone-button{color:#fff;color:var(--white)}.phone-button{background:#023399;background:var(--blue);border-radius:8px;font-size:.9rem;font-weight:600;padding:.75rem 2rem}.mission-section{background:linear-gradient(135deg,#023399,#0056b3 50%,#023399);background:var(--gradient-blue);overflow:hidden;padding:6rem 3rem;position:relative}.mission-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.mission-container{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.mission-title{color:#fff;color:var(--white);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.mission-text{color:#ffffffe6;font-size:1.15rem;line-height:1.9;margin-bottom:2.5rem}.mission-author{gap:1rem}.mission-author,.mission-author-avatar{align-items:center;display:flex;justify-content:center}.mission-author-avatar{background:#fff3;border-radius:50%;color:#fff;color:var(--white);font-size:1.5rem;height:56px;width:56px}.mission-author-info{text-align:left}.mission-author-name{color:#fff;color:var(--white);font-size:1rem;font-weight:600}.mission-author-role{color:#ffffffb3;font-size:.85rem}.programs-section{background:#f8f9fa;background:var(--gray);padding:6rem 3rem}.programs-container{margin:0 auto;max-width:1400px}.section-header{margin-bottom:3rem;text-align:center}.section-label{color:#023399;color:var(--blue);font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.75rem;text-transform:uppercase}.section-title{color:#1a1a2e;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#64748b;color:var(--text-muted);font-size:1.05rem;margin:0 auto;max-width:600px}.programs-grid{grid-template-columns:repeat(4,1fr)}.program-card{background:var(--white);border-radius:24px;border-radius:var(--border-radius-lg);box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.program-card:hover{box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-8px)}.program-image{height:200px;object-fit:cover;width:100%}.program-content{padding:1.5rem}.program-title{color:#1a1a2e;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.program-description{color:#64748b;color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.program-link{align-items:center;color:#023399;color:var(--blue);display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.program-link:hover{gap:.75rem}.care-package-section{background:#fff;background:var(--white);padding:6rem 3rem;text-align:center}.care-package-content{margin:0 auto;max-width:800px}.care-package-content h2{color:#023399;color:var(--blue);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.care-package-content>p{color:#64748b;color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.care-package-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2.5rem 0}.feature{align-items:center;background:#f8f9fa;background:var(--gray);border-radius:16px;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.feature:hover{background:#e6eeff;background:var(--light-blue);transform:translateY(-3px)}.feature-icon{font-size:2.5rem}.feature span:not(.feature-icon){color:#1a1a2e;color:var(--text-dark);font-size:.95rem;font-weight:600}.cta-button{background:#023399;background:var(--blue);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-family:inherit;font-size:1.05rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.cta-button:hover{background:#01226b;background:var(--dark-blue);box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.testimonials-section{background:#f8f9fa;background:var(--gray)}.testimonials-wrapper{margin:0 auto;max-width:1200px}.footer{background:#023399;background:var(--blue);color:#fff;padding:3rem 3rem 2rem}.footer-content{margin:0 auto;max-width:1400px;text-align:center}.footer-links{flex-wrap:wrap;gap:2rem;list-style-type:none;margin-bottom:1.5rem}.footer-links a{color:#fff;color:var(--white);font-weight:500;opacity:.9;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.footer-links a:hover{opacity:1}.footer p{color:#fffc;font-size:.9rem}.aono-credit{font-size:.85rem;margin-top:1rem}.aono-link{color:#fff;color:var(--white);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.aono-link:hover{text-decoration:underline}.hamburger{background:none;border:none;cursor:pointer;display:none;padding:0;z-index:1001}.hamburger span{background-color:#1a1a2e;background-color:var(--text-dark);border-radius:2px;display:block;height:2px;margin:6px auto;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:25px}@media (max-width:1200px){.programs-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3rem}}@media (max-width:992px){.hero-container{gap:3rem;grid-template-columns:1fr}.hero-content{order:1;text-align:center}.hero-images{margin:0 auto;max-width:500px;order:2}.social-icons{justify-content:center}.hero-subtitle{margin:0 auto 2rem}.hero-buttons{justify-content:center}.about-container{gap:3rem;grid-template-columns:1fr}.about-image{order:-1}.about-features{flex-direction:column}.metrics-container{gap:3rem}}@media (max-width:768px){.App{padding-top:70px}.navbar{height:70px;padding:.75rem 0}.navbar-container{padding:0 1.5rem}.hamburger{display:block}.navbar-menu{background:#fff;background:var(--white);box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow-lg);flex-direction:column;gap:0;height:100vh;left:-100%;padding-top:80px;position:fixed;top:0;transition:.3s;width:100%}.navbar-menu.active{left:0}.navbar-menu li{margin:0;text-align:center;width:100%}.navbar-menu a{display:block;font-size:1.1rem;padding:1rem 2rem}.navbar-menu a[href="#/signup"],.navbar-menu a[href="/signup"]{display:inline-block;margin:1rem 2rem;width:auto}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{min-height:auto;padding:3rem 1.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.metrics-container{align-items:center;flex-direction:column;gap:2.5rem}.metric-count{font-size:3rem}.about-section,.care-package-section,.mission-section,.programs-section,.testimonials-section{padding:4rem 1.5rem}.about-title,.care-package-content h2,.mission-title,.section-title{font-size:2rem}.programs-grid{grid-template-columns:1fr}.care-package-features{align-items:center;flex-direction:column}.feature{max-width:300px;width:100%}.footer{padding:2rem 1.5rem}.footer-links{gap:1rem}}@media (max-width:480px){.navbar-logo-text{display:none}.hero-title{font-size:1.85rem}.hero-images{gap:.75rem}.btn{font-size:.9rem;padding:.75rem 1.25rem}.phone-mockup{height:480px;width:240px}.phone-amount{font-size:2rem}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-slide-left{animation:slideInLeft .8s ease forwards}.animate-slide-right{animation:slideInRight .8s ease forwards}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.video-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.video-modal-content{animation:scaleIn .3s ease;max-width:950px;width:100%}.video-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.video-modal-title{color:#fff;color:var(--white);font-size:1.25rem;font-weight:600}.video-modal-close{align-items:center;background:#fff;background:var(--white);border:none;border-radius:8px;color:#1a1a2e;color:var(--text-dark);cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.video-modal-close svg{font-size:1.1rem}.video-modal-close:hover{background:#023399;background:var(--blue);color:#fff;color:var(--white);transform:translateY(-2px)}.video-modal{background:#000;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 25px 80px #00000080;overflow:hidden;position:relative;width:100%}.video-container{height:0;padding-bottom:56.25%;position:relative;width:100%}.video-container iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-modal-hint{color:#fff9;font-size:.85rem;margin-top:1rem;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.video-modal-overlay{align-items:flex-start;padding:3rem 1rem 1rem}.video-modal-header{align-items:stretch;flex-direction:column-reverse;gap:1rem}.video-modal-title{font-size:1.1rem;text-align:center}.video-modal-close{justify-content:center;padding:1rem 1.5rem}.video-modal-hint{font-size:.8rem}}@media (max-width:480px){.video-modal-overlay{padding:2rem .75rem .75rem}.video-modal-close{font-size:.95rem;padding:.875rem 1.25rem}.video-modal{border-radius:12px}}.about-page{background:var(--white)}.about-hero{background:var(--gradient-hero);padding:5rem 3rem 6rem;text-align:center}.about-hero-content{margin:0 auto;max-width:800px}.about-label{color:var(--blue);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.about-hero-title{color:var(--text-dark);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-hero-title .highlight{color:var(--blue)}.about-hero-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:600px}.about-main{padding:5rem 3rem}.about-main-container{align-items:flex-start;display:flex;gap:4rem;margin:0 auto;max-width:1200px}.about-image-wrap{flex:1 1;min-width:0;position:relative}.about-image-wrap img{border-radius:var(--border-radius);box-shadow:var(--shadow-lg);display:block;height:auto;position:relative;width:100%;z-index:1}.about-image-accent{border:2px solid var(--blue);border-radius:var(--border-radius);inset:12px -12px -12px 12px;opacity:.15;position:absolute;z-index:0}.about-text-content{flex:1 1;min-width:0}.about-text-content h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.about-text-content h2:after{background:var(--blue);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:48px}.about-text-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.about-programs{background:var(--gray);padding:5rem 3rem}.about-programs-container{margin:0 auto;max-width:1200px;text-align:center}.about-programs-title{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:3rem}.about-programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.about-program-card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2.5rem 2rem;text-align:center;transition:var(--transition)}.about-program-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.about-program-icon-wrap{align-items:center;background:var(--light-blue);border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto 1.5rem;width:56px}.about-program-icon{color:var(--blue);font-size:1.4rem}.about-program-card h3{color:var(--text-dark);font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.about-program-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.about-cta{background:linear-gradient(180deg,#0a1628,#1a1a2e);padding:5rem 3rem;text-align:center}.about-cta-container{margin:0 auto;max-width:700px}.about-cta h2{color:var(--white);font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta p{color:#ffffffb3;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.about-cta-button{align-items:center;background:var(--blue);border:none;border-radius:50px;color:var(--white);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.9rem 2rem;transition:var(--transition)}.about-cta-button:hover{background:var(--blue-light);box-shadow:0 8px 30px #02339966;transform:translateY(-2px)}.about-cta-arrow{font-size:.85rem;transition:transform .3s ease}.about-cta-button:hover .about-cta-arrow{transform:translateX(4px)}@media (max-width:992px){.about-main-container{gap:3rem}.about-programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{padding:4rem 1.5rem 4.5rem}.about-hero-title{font-size:2.25rem}.about-main{padding:3.5rem 1.5rem}.about-main-container{flex-direction:column}.about-image-accent{display:none}.about-text-content h2{font-size:1.75rem}.about-programs{padding:3.5rem 1.5rem}.about-programs-grid{grid-template-columns:1fr;margin:0 auto;max-width:480px}.about-cta{padding:3.5rem 1.5rem}.about-cta h2{font-size:1.75rem}}@media (max-width:480px){.about-hero-title{font-size:1.85rem}.about-hero-subtitle{font-size:1rem}.about-text-content p{font-size:.95rem}}.auth-page{align-items:center;background:var(--gradient-hero);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:3rem 1.5rem}.auth-card{background:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:520px;padding:2.5rem 2.5rem 2rem;width:100%}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:.35rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-steps{gap:0;justify-content:center;margin-bottom:2rem}.auth-step,.auth-steps{align-items:center;display:flex}.auth-step{flex-direction:column;gap:.35rem}.auth-step-num{align-items:center;background:#e8edf5;border-radius:50%;color:var(--text-muted);display:flex;font-size:.85rem;font-weight:600;height:36px;justify-content:center;transition:var(--transition);width:36px}.auth-step.active .auth-step-num{background:var(--blue);color:var(--white)}.auth-step-label{color:var(--text-muted);font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.auth-step.active .auth-step-label{color:var(--blue)}.auth-step-line{background:#e8edf5;height:2px;margin:0 1rem 1.1rem;width:64px}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem 1rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field label{color:var(--text-dark);display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:var(--text-muted);font-size:.9rem;left:14px;pointer-events:none;position:absolute}.auth-input-wrap input,.auth-input-wrap select{-webkit-appearance:none;appearance:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;color:var(--text-dark);font-family:inherit;font-size:.95rem;padding:.75rem .75rem .75rem 2.5rem;transition:var(--transition);width:100%}.auth-input-wrap select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M6 8 1 3h10z' fill='%2364748b'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.auth-input-wrap input:focus,.auth-input-wrap select:focus{background:var(--white);border-color:var(--blue);box-shadow:0 0 0 3px #02339914;outline:none}.auth-input-wrap input::placeholder{color:#94a3b8}.auth-field-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.auth-password-feedback{margin-top:.5rem}.auth-strength-bar{background:#e2e8f0;border-radius:4px;height:4px;margin-bottom:.4rem;overflow:hidden}.auth-strength-fill{border-radius:4px;height:100%;transition:width .3s ease,background .3s ease}.auth-strength-label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.35rem}.auth-pw-checks{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.auth-pw-checks li{background:#fef2f2;border-radius:20px;color:#dc2626;font-size:.72rem;font-weight:500;padding:.2rem .55rem;transition:var(--transition)}.auth-pw-checks li.met{background:#f0fdf4;color:#16a34a}.auth-match{display:block;font-size:.8rem;font-weight:500;margin-top:.35rem}.auth-match.yes{color:#16a34a}.auth-match.no{color:#dc2626}.auth-toggle-group{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.auth-toggle-btn{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.85rem 1rem;transition:var(--transition)}.auth-toggle-btn.active,.auth-toggle-btn:hover{border-color:var(--blue);color:var(--blue)}.auth-toggle-btn.active{background:var(--light-blue)}.auth-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.85rem 1.5rem;transition:var(--transition)}.auth-btn.primary{background:var(--blue);color:var(--white);width:100%}.auth-btn.primary:hover:not(:disabled){background:var(--dark-blue);box-shadow:0 4px 16px #0233994d;transform:translateY(-1px)}.auth-btn.primary:disabled{cursor:not-allowed;opacity:.65}.auth-btn.secondary{background:#f1f5f9;border:1.5px solid #e2e8f0;color:var(--text-dark)}.auth-btn.secondary:hover{background:#e2e8f0}.auth-btn-icon{font-size:.8rem}.auth-btn-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:auto 1fr}.auth-footer-link{border-top:1px solid #f1f5f9;color:var(--text-muted);font-size:.9rem;margin-top:1.75rem;padding-top:1.25rem;text-align:center}.auth-footer-link a{color:var(--blue);font-weight:600;margin-left:.35rem;text-decoration:none}.auth-footer-link a:hover{text-decoration:underline}@media (max-width:600px){.auth-card{border-radius:var(--border-radius);padding:2rem 1.5rem 1.5rem}.auth-header h1{font-size:1.5rem}.auth-btn-row,.auth-field-row,.auth-toggle-group{grid-template-columns:1fr}.auth-btn-row .auth-btn.secondary{order:2}}.dashboard{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{margin-bottom:2rem;text-align:center}.dashboard-header h1{color:#023399;margin-bottom:.5rem}.dashboard-header p{color:#666}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem}.dashboard-shell{background:#f6f9ff;min-height:calc(100vh - 80px);padding:2rem 0 3rem}.dashboard-universal{margin:0 auto;max-width:1200px;padding:0 2rem}.dashboard-section{margin-bottom:2.5rem}.dashboard-section-title{color:#023399;font-size:1.35rem;font-weight:600;margin-bottom:1.25rem}.dashboard-welcome-card{background:linear-gradient(135deg,#f0f4ff,#e8eeff 50%,#f5f8ff);border-radius:16px;box-shadow:0 4px 20px #0233990f;margin-bottom:2.5rem;overflow:hidden;padding:2rem 2rem 2rem 2.5rem;position:relative}.welcome-card-content{max-width:560px;position:relative;z-index:1}.dashboard-welcome-title{color:#023399;font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-welcome-mission{color:#37474f;font-size:1.1rem;line-height:1.6;margin-bottom:1.25rem}.welcome-chips{display:flex;flex-wrap:wrap;gap:.75rem}.welcome-chip{background:#fffc;border-radius:20px;box-shadow:0 1px 4px #0000000f;color:#023399;display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem .9rem}.welcome-card-blob{height:220px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:220px}.blob-shape{border-radius:50%;opacity:.15;position:absolute}.blob-1{background:#023399;height:140px;right:20px;top:50%;transform:translateY(-50%);width:140px}.blob-2{background:#1565c0;height:80px;right:80px;top:10%;width:80px}.blob-3{background:#0d47a1;bottom:20%;height:60px;right:40px;width:60px}.get-started-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.get-started-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;padding:1.5rem;transition:box-shadow .25s,transform .25s}.get-started-card:hover{box-shadow:0 8px 24px #00000014}.get-started-card-icon-wrap{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.get-started-card-icon{color:#fff;font-size:1.25rem}.get-started-card-title{color:#1a1a2e;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.get-started-card-helper{color:#546e7a;font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.get-started-card-cta{align-items:center;background:#023399;border-radius:8px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.get-started-card-cta:hover{background:#01226b}.cta-arrow{font-size:.75rem}.programs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.program-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;color:inherit;display:block;padding:1.5rem;text-decoration:none;transition:box-shadow .25s,transform .25s}.program-card:hover{box-shadow:0 12px 28px #0000001a;transform:translateY(-4px)}.program-card-icon-wrap{align-items:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%;display:flex;height:52px;justify-content:center;margin-bottom:1.25rem;width:52px}.program-card-icon{color:#023399;font-size:1.5rem}.program-card-title{color:#1a1a2e;font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.program-card-desc{color:#455a64;font-size:.95rem;line-height:1.55;margin-bottom:1rem}.program-card-status{align-items:center;border-radius:24px;display:inline-flex;font-size:.85rem;font-weight:600;gap:.45rem;margin-bottom:1rem;padding:.45rem .95rem}.program-card-status .status-dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.program-card-status.status-open{background:#e8f5e9;color:#2e7d32}.program-card-status.status-open .status-dot{background:#2e7d32}.program-card-status.status-upcoming{background:#fff3e0;color:#e65100}.program-card-status.status-upcoming .status-dot{background:#e65100}.program-card-status.status-closed{background:#ffebee;color:#c62828}.program-card-status.status-closed .status-dot{background:#c62828}.program-card-link{align-items:center;color:#023399;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem}.program-card-link-arrow{font-size:.75rem;transition:transform .2s}.program-card:hover .program-card-link-arrow{transform:translateX(4px)}.updates-timeline{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;overflow:hidden;padding:1.5rem 0}.update-item{display:flex;gap:1.25rem;padding:0 1.5rem 1.25rem;position:relative}.update-item:last-child{padding-bottom:.5rem}.update-item-icon{align-items:center;background:#e3f2fd;border-radius:50%;color:#023399;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;width:40px}.update-item-line{background:#e0e7ef;bottom:0;left:2.35rem;position:absolute;top:48px;width:2px}.update-item:last-child .update-item-line{display:none}.update-item-content{flex:1 1;min-width:0}.update-item-meta{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}.update-item-meta strong{color:#023399;font-size:.95rem}.update-item-time{color:#78909c;font-size:.8rem}.update-item-text{color:#455a64;font-size:.9rem;line-height:1.5;margin:0}.profile-snippet-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem 1.75rem}.profile-snippet-info{flex:1 1;min-width:0}.profile-snippet-name{color:#1a1a2e;font-weight:600;margin:0 0 .25rem}.profile-snippet-email{color:#546e7a;font-size:.95rem;margin:0 0 .25rem}.profile-snippet-completion{color:#78909c;font-size:.85rem;margin:0}.profile-snippet-edit{background:#023399;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;padding:.65rem 1.35rem;text-decoration:none;transition:background-color .2s}.profile-snippet-edit:hover{background:#01226b}@media (max-width:768px){.dashboard-shell{padding:1.5rem 0 2rem}.dashboard-universal{padding:0 1rem}.dashboard-welcome-card{padding:1.5rem 1.5rem 2rem}.dashboard-welcome-title{font-size:1.6rem}.welcome-card-blob{height:120px;opacity:.2;width:120px}.blob-1{height:80px;width:80px}.get-started-cards,.programs-grid{grid-template-columns:1fr}.update-item{padding:0 1rem 1rem}.update-item-line{left:2.1rem}}.applications-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.applications-section h2{color:#023399;margin-bottom:1.5rem}.no-applications{padding:2rem;text-align:center}.new-application-button{background-color:#023399;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .3s}.new-application-button:hover{background-color:#01236b}.applications-list{grid-gap:1rem;display:grid;gap:1rem}.application-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:transform .3s ease}.application-card:hover{transform:translateY(-2px)}.application-header{align-items:center;display:flex;margin-bottom:1rem}.status-icon{font-size:1.5rem;margin-right:.5rem}.status-icon.pending{color:#f57c00}.status-icon.approved{color:#4caf50}.status{border-radius:4px;font-weight:600;padding:.25rem .75rem}.status.pending{background-color:#fff3e0;color:#f57c00}.status.approved{background-color:#e8f5e9;color:#4caf50}.application-details{grid-gap:.5rem;display:grid;gap:.5rem}.application-details p{margin:0}.table-container{overflow-x:auto}.drops-table{border-collapse:collapse;margin-top:1rem;width:100%}.drops-table td,.drops-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.drops-table th{color:#023399;font-weight:600}.drops-table th,.drops-table tr:hover{background-color:#f8f9fa}.drop-status{border-radius:20px;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.drop-status.open{background-color:#e8f5e9;color:#2e7d32}.drop-status.closed{background-color:#ffebee;color:#c62828}.apply-button{background-color:#023399;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.apply-button:hover{background-color:#01236b}.status-submitted{color:#2e7d32;font-weight:500}.status-closed{color:#c62828;font-weight:500}.dashboard-loading{align-items:center;color:#666;display:flex;font-size:1.1rem;justify-content:center;min-height:400px}@media (max-width:768px){.applications-section,.dashboard{padding:1rem}.drops-table td,.drops-table th{padding:.75rem}}@media (max-width:480px){.dashboard-header h1{font-size:1.5rem}.application-card{padding:1rem}}.introduction{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;padding:2rem;width:100%}.introduction p{color:#333;font-size:18px;line-height:1.6;margin-bottom:1rem}.introduction h2{color:#023399;font-size:24px;margin-bottom:1rem;margin-top:1.5rem}.note{background-color:#f0f0f0;border-radius:4px;font-style:italic;margin-bottom:1rem;padding:1rem}.introduction ol{margin-bottom:1rem;padding-left:1.5rem}.introduction li{color:#333;font-size:16px;margin-bottom:.5rem}@media (max-width:768px){.introduction{padding:1.5rem}.introduction p{font-size:16px}.introduction h2{font-size:20px}.introduction li{font-size:14px}}.loading-container{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px)}.loading-container p{color:#023399;font-size:1.1rem;font-weight:500;margin-top:1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#023399;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.confirmation-modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.confirmation-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:2rem;text-align:center;width:90%}.confirmation-icon{color:#023399;font-size:48px;margin-bottom:1rem}.confirmation-content h2{color:#023399;font-size:24px;margin-bottom:1rem}.confirmation-content p{margin-bottom:1.5rem}.ok-button{background-color:#023399;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.ok-button:hover{background-color:#01236b}.header-icon{color:#023399;margin-right:10px;vertical-align:middle}.modal-spinner{border-width:3px;height:40px;margin:20px auto;width:40px}.confirmation-icon.error{color:#dc3545}.confirmation-content p{color:#666;line-height:1.6;margin:1rem 0}.confirmation-content .spinner+p{color:#023399;font-weight:500;margin-top:1rem}.admin-section{padding:20px}.view-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.view-button:hover{background-color:#357abd}.applications-detail{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:30px;padding:20px}.applications-detail h3,.close-button{margin-bottom:20px}.close-button{background-color:#666;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.close-button:hover{background-color:#555}.applications-table{border-collapse:collapse;margin-top:20px;width:100%}.applications-table td,.applications-table th{border-bottom:1px solid #ddd;padding:12px;text-align:left}.applications-table th{background-color:#f5f5f5;font-weight:600}.applications-table tr:hover{background-color:#f9f9f9}.footer{background:linear-gradient(180deg,#0a1628,#1a1a2e);color:var(--white);padding:4rem 3rem 2rem;position:relative}.footer-container{margin:0 auto;max-width:1400px}.scroll-top-btn{align-items:center;background:var(--blue);border:none;border-radius:50%;box-shadow:0 4px 20px #02339966;color:var(--white);cursor:pointer;display:flex;font-size:1.25rem;height:56px;justify-content:center;left:50%;position:absolute;top:-28px;transform:translateX(-50%);transition:all .3s ease;width:56px}.scroll-top-btn:hover{background:var(--dark-blue);box-shadow:0 8px 30px #02339980;transform:translateX(-50%) translateY(-4px)}.footer-content{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem}.footer-links-section{text-align:center}.footer-links-section h4{color:var(--white);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem}.footer-links{display:flex;gap:1.5rem;justify-content:center;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-links a{color:#ffffffb3;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:var(--white)}.footer-social{gap:1rem}.footer-social,.footer-social a{display:flex;justify-content:center}.footer-social a{align-items:center;background:#ffffff1a;border-radius:50%;color:var(--white);font-size:1.1rem;height:40px;transition:all .3s ease;width:40px}.footer-social a:hover{background:var(--blue);transform:translateY(-3px)}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--white)}.footer-bottom-links .divider{color:#ffffff4d}.aono-link{color:#fffc!important;font-weight:500}@media (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-links{flex-wrap:wrap;gap:1rem}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}.footer-bottom-links .divider{display:none}}@media (max-width:480px){.scroll-top-btn{height:48px;top:-24px;width:48px}}.privacy-policy{background-color:#f9f9f9;margin:0 auto;max-width:1000px;min-height:calc(100vh - 160px);padding:2rem}.privacy-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;text-align:left}.privacy-policy h1{color:#023399;font-size:2rem;margin-bottom:1rem;text-align:center}.last-updated{color:#666;font-style:italic;text-align:center}.last-updated,.privacy-policy section{margin-bottom:2rem}.privacy-policy h2{color:#023399;font-size:1.5rem;margin-bottom:1rem}.privacy-policy p{color:#333;line-height:1.6;margin-bottom:1rem}.privacy-policy ul{list-style-type:disc;margin-bottom:1rem;margin-left:1rem;padding-left:1rem}.privacy-policy li{color:#333;line-height:1.6;margin-bottom:.5rem;padding-left:.5rem}.contact-info{background-color:#f5f5f5;border-radius:4px;margin-top:1rem;padding:1.5rem}.contact-info p{color:#333;margin-bottom:.5rem}@media (max-width:768px){.privacy-policy{padding:1rem}.privacy-content{padding:1.5rem}.privacy-policy h1{font-size:1.75rem}.privacy-policy h2{font-size:1.25rem}}.testimonials-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 3rem;position:relative}.testimonials-container{margin:0 auto;max-width:900px}.testimonials-header{margin-bottom:3rem;text-align:center}.testimonials-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.testimonials-subtitle{color:var(--text-muted);font-size:1.05rem;font-style:italic}.testimonials-carousel{align-items:center;display:flex;flex-direction:column}.testimonials-avatars{gap:1rem;margin-bottom:2.5rem}.testimonial-avatar,.testimonials-avatars{align-items:center;display:flex;justify-content:center}.testimonial-avatar{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:3px solid #0000;border-radius:50%;color:var(--blue);cursor:pointer;font-size:1.25rem;font-weight:600;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px}.testimonial-avatar:hover{transform:scale(1.1)}.testimonial-avatar.active{background:linear-gradient(135deg,var(--blue) 0,var(--blue-light) 100%);border-color:var(--white);box-shadow:0 8px 24px #0233994d;color:var(--white);height:72px;width:72px}.testimonial-quote-container{margin:0 auto 2.5rem;max-width:700px;position:relative;text-align:center}.quote-icon{color:var(--blue);font-size:2rem;margin-bottom:1rem;opacity:.2}.testimonial-quote{animation:fadeIn .5s ease;color:var(--text-dark);font-size:1.2rem;font-style:italic;line-height:1.8;margin:0;padding:0}.testimonial-quote.animating{animation:fadeOut .3s ease}.testimonial-author{color:var(--blue);font-size:1rem;font-weight:600;margin-top:1.5rem}.testimonials-nav{gap:2rem;margin-bottom:2rem}.nav-button,.testimonials-nav{align-items:center;display:flex;justify-content:center}.nav-button{background:var(--blue);border:none;border-radius:50%;box-shadow:0 4px 12px #02339933;color:var(--white);cursor:pointer;font-size:1rem;height:48px;transition:all .3s ease;width:48px}.nav-button:hover{background:var(--dark-blue);transform:scale(1.1)}.testimonials-dots{display:flex;gap:.5rem}.dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.dot:hover{background:#9ca3af}.dot.active{background:var(--blue);border-radius:5px;width:24px}.view-all-button{background:#0000;border:2px solid var(--blue);border-radius:50px;color:var(--blue);cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.view-all-button:hover{background:var(--blue);color:var(--white)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:768px){.testimonials-section{padding:4rem 1.5rem}.testimonials-header h2{font-size:2rem}.testimonials-avatars{gap:.5rem}.testimonial-avatar{font-size:1rem;height:44px;width:44px}.testimonial-avatar.active{height:56px;width:56px}.testimonial-quote{font-size:1.05rem;line-height:1.7}.nav-button{height:40px;width:40px}.testimonials-nav{gap:1rem}}@media (max-width:480px){.testimonials-avatars{flex-wrap:wrap}.testimonial-avatar:first-child,.testimonial-avatar:last-child{display:none}.testimonial-quote{font-size:1rem}.testimonials-dots{display:none}}.testimonials-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh;padding:8rem 2rem}.testimonials-page-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.testimonials-page-header h1{color:#023399;font-size:3.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.page-subtitle{color:#666;font-size:1.4rem;line-height:1.6;margin:0 auto;max-width:600px}.testimonials-page-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin:0 auto;max-width:1400px}.testimonial-page-card{animation:fadeInUp .8s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:24px;box-shadow:0 10px 30px #0000000f;padding:3rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1)}@media (max-width:768px){.testimonials-page{padding:6rem 1rem}.testimonials-page-header h1{font-size:2.5rem}.page-subtitle{font-size:1.2rem}.testimonials-page-grid{grid-template-columns:1fr}}.metrics-section{background-color:var(--white);border-bottom:1px solid #0000000d;border-top:1px solid #0000000d;padding:5rem 3rem}.metrics-container{display:flex;gap:8rem;justify-content:center;margin:0 auto;max-width:1000px}.metric{position:relative;text-align:center}.metric:not(:last-child):after{background:linear-gradient(180deg,#0000,#0000001a,#0000);content:"";height:60px;position:absolute;right:-4rem;top:50%;transform:translateY(-50%);width:1px}.metric-count{color:#023399!important;font-size:4.5rem;font-weight:800;letter-spacing:-2px;line-height:1;margin-bottom:.5rem}.metric-text{color:#023399!important;font-size:.95rem;font-weight:500;letter-spacing:.5px}@media (max-width:992px){.metrics-container{gap:5rem}.metric:not(:last-child):after{right:-2.5rem}.metric-count{font-size:3.5rem}}@media (max-width:768px){.metrics-section{padding:4rem 1.5rem}.metrics-container{align-items:center;flex-direction:column;gap:3rem}.metric:not(:last-child):after{display:none}.metric-count{font-size:3.5rem}.metric-text{font-size:.9rem}}@media (max-width:480px){.metrics-section{padding:3rem 1rem}.metric-count{font-size:3rem}}.profile-page-shell{background:#f6f9ff;min-height:calc(100vh - 80px);padding:2rem 0 3rem}.profile-page-inner{margin:0 auto;max-width:800px;padding:0 1.5rem}.profile-page-back{align-items:center;color:#023399;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;text-decoration:none;transition:color .2s}.profile-page-back:hover{color:#01226b}.profile-page-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;padding:2rem 2.25rem}.profile-page-title{color:#023399;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.profile-notice{background:#f0f4ff;border-left:4px solid #023399;border-radius:0 8px 8px 0;margin-bottom:1.75rem;padding:1rem 1.25rem}.profile-notice p{color:#37474f;font-size:.9rem;line-height:1.5;margin:0}.profile-notice a{color:#023399;font-weight:600;text-decoration:none}.profile-notice a:hover{text-decoration:underline}.profile-fields{display:flex;flex-direction:column;gap:0}.profile-name-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.profile-field{margin-bottom:1.25rem}.profile-field label{color:#37474f;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.profile-input{border:1px solid #e0e7ef;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.profile-input.disabled{background:#f8f9fa;color:#546e7a;cursor:not-allowed}.profile-input.readonly{background:#fff;color:#1a1a2e}.profile-input.editable{background:#fff;border-color:#023399}.profile-input.editable:focus{box-shadow:0 0 0 3px #0233991f;outline:none}.profile-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.profile-btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem 1.35rem;transition:background-color .2s,transform .2s}.profile-btn.edit{background:#023399;color:#fff}.profile-btn.edit:hover{background:#01226b;transform:translateY(-1px)}.profile-btn.save{background:#2e7d32;color:#fff}.profile-btn.save:hover{background:#1b5e20;transform:translateY(-1px)}.profile-btn.cancel{background:#f5f5f5;color:#37474f}.profile-btn.cancel:hover{background:#eee;transform:translateY(-1px)}.profile-save-error{color:#c62828;font-size:.9rem;margin:0 0 .5rem}.profile-page-error{background:#ffebee;border-radius:8px;color:#c62828;margin-bottom:1rem;padding:1rem 1.25rem}.profile-page-error-hint{color:#b71c1c;font-size:.85rem;margin:.5rem 0 0;opacity:.9}.profile-page-loading{align-items:center;color:#023399;display:flex;flex-direction:column;font-weight:500;justify-content:center;min-height:280px}.profile-page-spinner{animation:profile-spin .9s linear infinite;border:4px solid #e3f2fd;border-radius:50%;border-top-color:#023399;height:48px;margin-bottom:1rem;width:48px}@keyframes profile-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.profile-page-shell{padding:1.5rem 0 2rem}.profile-page-card{padding:1.5rem 1.25rem}.profile-name-row{grid-template-columns:1fr}.profile-actions{flex-direction:column}.profile-btn{width:100%}}.contact-redirect{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.contact-redirect p{color:#666;font-size:1.1rem;margin:1rem 0}.contact-redirect a{color:#023399;font-weight:600;text-decoration:none}.contact-redirect a:hover{text-decoration:underline}.team-page{background:var(--white)}.team-hero{background:var(--gradient-hero);padding:5rem 3rem 6rem;text-align:center}.team-hero-content{margin:0 auto;max-width:800px}.team-label{color:var(--blue);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.team-title{color:var(--text-dark);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.team-title .highlight{color:var(--blue)}.team-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:600px}.team-section{background:var(--gray);padding:5rem 3rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.team-card{background:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition)}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.card-image-wrapper{height:320px;overflow:hidden;position:relative;width:100%}.card-image-wrapper img{height:100%;object-fit:cover;object-position:top center;transition:transform .4s ease;width:100%}.team-card:hover .card-image-wrapper img{transform:scale(1.05)}.card-overlay{align-items:flex-end;background:linear-gradient(0deg,#023399e6 0,#02339966 40%,#0000);bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding-bottom:1.5rem;position:absolute;right:0;transition:opacity .3s ease}.team-card:hover .card-overlay{opacity:1}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:var(--white);border-radius:50%;color:var(--blue);display:flex;font-size:1.1rem;height:42px;justify-content:center;text-decoration:none;transition:var(--transition);width:42px}.social-links a:hover{background:var(--blue);color:var(--white);transform:translateY(-3px)}.card-info{padding:1.75rem;text-align:center}.member-name{color:var(--text-dark);font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.member-role{color:var(--blue);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.member-bio{color:var(--text-muted);font-size:.9rem;line-height:1.7}.join-team-section{background:var(--gradient-blue);overflow:hidden;padding:5rem 3rem;position:relative;text-align:center}.join-team-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.join-team-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.join-team-content h2{color:var(--white);font-size:2.25rem;font-weight:700;margin-bottom:1rem}.join-team-content p{color:#ffffffe6;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.join-btn{background:var(--white);border-radius:8px;color:var(--blue);display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:var(--transition)}.join-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}@media (max-width:1024px){.team-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.team-title{font-size:2.5rem}}@media (max-width:768px){.team-hero{padding:4rem 1.5rem 5rem}.team-title{font-size:2rem}.team-subtitle{font-size:1rem}.team-section{padding:4rem 1.5rem}.team-grid{grid-template-columns:1fr;max-width:450px}.card-image-wrapper{height:280px}.join-team-section{padding:4rem 1.5rem}.join-team-content h2{font-size:1.75rem}.join-team-content p{font-size:1rem}}@media (max-width:480px){.team-hero{padding:3rem 1rem 4rem}.team-title{font-size:1.75rem}.team-section{padding:3rem 1rem}.card-image-wrapper{height:260px}.card-info{padding:1.25rem}.member-name{font-size:1.2rem}.member-bio{font-size:.85rem}.join-team-section{padding:3rem 1rem}.join-btn{font-size:.95rem;padding:.875rem 2rem}}.team-card{animation:fadeInUp .6s ease forwards;opacity:0}.team-card:first-child{animation-delay:.1s}.team-card:nth-child(2){animation-delay:.2s}.team-card:nth-child(3){animation-delay:.3s}.team-card:nth-child(3) .card-image-wrapper img{object-position:center 30%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.0a447ca5.css.map*/