:root{--bg-primary:#051f19;--bg-secondary:#0a2d25;--bg-tertiary:#104135;--text-primary:#fff;--text-secondary:#a0bdb7;--text-highlight:#10b981;--accent-green:#25a384;--accent-green-hover:#1e866d;--accent-yellow:#f59e0b;--border-color:#ffffff1a;--glass-bg:#ffffff0d;--font-heading:"Sora", sans-serif;--font-body:"Inter", sans-serif;--max-width:1200px;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);z-index:1;margin:0 auto;padding:0 2rem;position:relative}.btn{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-green);color:#fff}.btn-primary:hover{background-color:var(--accent-green-hover);transform:translateY(-2px)}.btn-secondary{color:var(--accent-green);border:1px solid var(--accent-green);background-color:#0000}.btn-secondary:hover{background-color:#25a3841a;transform:translateY(-2px)}.pill{background-color:var(--glass-bg);border:1px solid var(--border-color);letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=768px){.container{padding:0 1.5rem}}@media (width<=480px){.container{padding:0 1rem}}.navbar{width:100%;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--glass-bg);background-color:#051f19d9;transition:all .3s;position:fixed;top:0;left:0}.navbar-container{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{cursor:pointer;align-items:center;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:50px;transition:transform .2s}.navbar-logo:hover .logo-img{transform:scale(1.02)}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--text-secondary);padding:.25rem 0;font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.navbar-links a:hover{color:var(--text-primary)}.navbar-links a.active{color:var(--text-primary);font-weight:600}.navbar-links a.active:after{content:"";background-color:var(--accent-green);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0;box-shadow:0 0 8px #25a384cc}.navbar-actions{align-items:center;gap:1rem;display:flex}.font-controls{gap:.25rem;display:flex}.icon-btn{color:#333;background-color:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;font-weight:700;transition:all .2s;display:flex}.font-btn{width:32px;height:32px;font-size:.85rem}.theme-btn{width:32px;height:32px}.icon-btn:hover{background-color:#f0f0f0;transform:translateY(-1px)}.get-started-btn{padding:.5rem 1.25rem;font-size:.9rem;text-decoration:none}.mobile-only-action{display:none}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:none}.mobile-menu-btn:hover{color:var(--accent-green)}@media (width<=1024px){.navbar-container{padding:0 1.5rem}.mobile-menu-btn{display:flex}.desktop-btn{display:none}.navbar-links{top:var(--nav-height);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:99;background-color:#051f19fa;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:2rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;left:0;transform:translateY(-150%);box-shadow:0 10px 30px #00000080}.navbar-links.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar-links li{text-align:center;width:100%}.navbar-links a{padding:.5rem 1rem;font-size:1.1rem;display:inline-block}.navbar-links a.active:after{bottom:0}.mobile-only-action{margin-top:.5rem;display:block}.mobile-only-action .get-started-btn{justify-content:center;width:80%;max-width:250px;display:inline-flex}}.footer{color:#fff;z-index:10;background-color:#031511;border-top:none;padding:5rem 0 2rem;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.footer-logo-icon{background-color:var(--accent-green);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.footer-description{color:#9ca3af;max-width:90%;font-size:.95rem;line-height:1.7}.footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{margin-bottom:.75rem}.footer-list a{color:#9ca3af;font-size:.95rem;transition:color .2s,transform .2s;display:inline-block}.footer-list a:hover{color:var(--accent-green);transform:translate(4px)}.footer-bottom{color:#9ca3af;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-links{align-items:center;gap:1.5rem;display:flex}.footer-bottom-links a{color:#9ca3af;transition:color .2s}.footer-bottom-links a:hover{color:var(--accent-green)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{min-height:100vh;padding-top:var(--nav-height);background-color:var(--bg-primary);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg-glow{filter:blur(120px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.glow-1{background-color:#10b98140;width:600px;height:600px;top:-10%;left:-10%}.glow-2{background-color:#f59e0b26;width:500px;height:500px;bottom:0%;right:-5%}.hero-pattern{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:10;justify-content:center;width:100%;display:flex;position:relative}.hero-content{text-align:left;width:100%;max-width:800px}.hero-badge{color:var(--accent-green);letter-spacing:1px;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-badge .dot{background-color:var(--accent-green);border-radius:50%;width:6px;height:6px}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.15}.highlight-green{color:#79b37a}.highlight-yellow{color:#e2a836}.hero-description{color:var(--text-secondary);max-width:650px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}@media (width<=768px){.hero-actions{flex-direction:column;width:100%;max-width:360px}.hero-actions .btn{width:100%}.hero-description{margin-bottom:2rem;font-size:1rem}}@media (width<=480px){.hero-badge{margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem}.hero-title{margin-bottom:1rem}}.showcase-section{background-color:#fff;padding:5.5rem 0 5rem;position:relative;overflow:hidden}.showcase-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#25a3840a 0%,#0000 70%);width:350px;height:350px;position:absolute;top:-60px;right:-60px}.showcase-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.showcase-image-col,.showcase-image-stack{position:relative}.showcase-image-main{border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.showcase-img{object-fit:contain;width:100%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.showcase-image-main:hover .showcase-img{transform:scale(1.03)}.showcase-float-card{-webkit-backdrop-filter:blur(12px);z-index:5;background:#fffffff2;border-radius:16px;flex-direction:column;align-items:center;gap:.2rem;padding:1.25rem 1.75rem;display:flex;position:absolute;bottom:-20px;right:-20px;box-shadow:0 10px 36px #0000001a}.float-card-value{color:var(--accent-green,#25a384);font-size:2rem;font-weight:800;font-family:var(--font-heading,"Sora", sans-serif);letter-spacing:-.02em}.float-card-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.showcase-content-col{flex-direction:column;display:flex}.showcase-pill{color:#1e866d;letter-spacing:1.5px;text-transform:uppercase;background-color:#25a3841a;border-radius:8px;align-self:flex-start;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.showcase-title{color:#0f172a;letter-spacing:-.025em;margin-bottom:.875rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.showcase-title-accent{color:var(--accent-green,#25a384)}.showcase-subtitle{color:#64748b;max-width:440px;margin-bottom:2.25rem;font-size:1rem;line-height:1.7}.showcase-steps{flex-direction:column;gap:0;display:flex}.showcase-step{gap:1.25rem;display:flex}.step-number-col{flex-direction:column;flex-shrink:0;align-items:center;width:28px;padding-top:2px;display:flex}.step-number{font-size:.85rem;font-weight:800;font-family:var(--font-heading,"Sora", sans-serif);letter-spacing:-.01em}.step-connector{background:linear-gradient(#e2e8f0,#f1f5f9);flex:1;width:2px;min-height:20px;margin:.5rem 0}.step-body{align-items:flex-start;gap:1rem;padding-bottom:1.75rem;display:flex}.step-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:1rem;transition:transform .3s;display:flex}.showcase-step:hover .step-icon{transform:scale(1.1)}.step-text{flex-direction:column;gap:.3rem;display:flex}.step-title{color:#0f172a;letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.step-desc{color:#64748b;font-size:.875rem;line-height:1.65}@media (width<=1024px){.showcase-layout{grid-template-columns:1fr;gap:3rem}.showcase-image-col{order:-1}.showcase-float-card{bottom:-16px;right:16px}}@media (width<=768px){.showcase-section{padding:4rem 0}.showcase-title{font-size:2.25rem}}@media (width<=480px){.showcase-section{padding:3rem 0}.showcase-title{font-size:1.75rem}.showcase-subtitle{margin-bottom:1.75rem;font-size:.95rem}.showcase-float-card{padding:.85rem 1rem;bottom:-10px;right:10px}.float-card-value{font-size:1.35rem}.showcase-step{gap:.75rem}.step-body{gap:.75rem;padding-bottom:1.25rem}}.purpose-section{color:#0f172a;background:#fff;flex-direction:column;justify-content:center;min-height:80vh;padding:6rem 0;display:flex}.purpose-header{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.pill-gold{color:#f59e0b;background-color:#f59e0b26;border:1px solid #f59e0b4d}.purpose-title{text-align:center;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800}.purpose-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.purpose-card{background:#fff;border:1px solid #e2e8f0;border-top:4px solid #25a384;border-radius:20px;height:100%;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0f172a14}.purpose-card:first-child{border-top-color:#25a384}.purpose-card:nth-child(2){border-top-color:#10b981}.purpose-card:nth-child(3){border-top-color:#f59e0b}.purpose-card:hover{border-color:#cbd5e1;transform:translateY(-8px);box-shadow:0 20px 40px #0f172a1f}.card-dot-container{background-color:#25a3841a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:2rem;display:flex}.card-dot{border-radius:50%;width:14px;height:14px}.card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.card-content{color:#64748b;font-size:1rem;line-height:1.7}@media (width<=1024px){.purpose-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.purpose-section{padding:4rem 0}.purpose-header{margin-bottom:2.5rem}.purpose-cards{grid-template-columns:1fr;gap:1.5rem}.purpose-card{padding:2.5rem 1.75rem}}@media (width<=480px){.purpose-section{padding:3rem 0}.purpose-title{font-size:1.85rem}.purpose-card{padding:1.75rem 1.25rem}.card-title{font-size:1.25rem}.card-content{font-size:.95rem}}.accessibility-section{background-color:#f4fbf9;padding:6rem 0}.accessibility-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.accessibility-pill{color:#1e866d;letter-spacing:1px;text-transform:uppercase;background-color:#e6f5f2;border-radius:999px;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.accessibility-title{color:#111827;letter-spacing:-.02em;max-width:900px;margin-bottom:1rem;font-size:3.5rem;line-height:1.1}.accessibility-subtitle{color:#4b5563;font-size:1.15rem;line-height:1.6}.accessibility-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.access-card{background-color:#fff;border-radius:16px;flex-direction:column;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}.access-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.access-icon-wrapper{justify-content:flex-start;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.access-card-title{color:#111827;margin-bottom:.75rem;font-size:1rem;font-weight:700}.access-card-desc{color:#6b7280;font-size:.85rem;line-height:1.5}@media (width<=1200px){.accessibility-grid{grid-template-columns:repeat(3,1fr)}.accessibility-title{font-size:2.75rem}}@media (width<=900px){.accessibility-grid{grid-template-columns:repeat(2,1fr)}.accessibility-title{font-size:2.25rem}}@media (width<=600px){.accessibility-section{padding:4rem 0}.accessibility-grid{grid-template-columns:1fr;gap:1.25rem}}@media (width<=480px){.accessibility-section{padding:3rem 0}.accessibility-title{font-size:1.85rem}.accessibility-subtitle{font-size:1rem}.access-card{padding:1.5rem 1.25rem}}.stats-section{z-index:10;background:linear-gradient(135deg,#167a68 0%,#115e59 100%);padding:6rem 0 8rem;position:relative;overflow:hidden}.stats-header{text-align:center;z-index:2;margin-bottom:4rem;position:relative}.stats-title{color:#fff;letter-spacing:-1px;font-size:3rem;font-weight:800}.stats-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.stat-card{text-align:center;-webkit-backdrop-filter:blur(10px);background-color:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;padding:3rem 2rem;transition:transform .3s,background-color .3s}.stat-card:hover{background-color:#ffffff1f;transform:translateY(-4px)}.stat-number{color:#fff;font-size:3.5rem;font-family:var(--font-heading);margin-bottom:.5rem;font-weight:800}.stat-label{color:#6ee7b7;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.stat-description{color:#fffc;font-size:.9rem}.stats-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#d9f99d26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:5%}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-section{padding:4rem 0 5rem}.stats-grid{grid-template-columns:1fr;gap:1.25rem}.stats-title{font-size:2.5rem}.stat-card{padding:2.5rem 1.5rem}}@media (width<=480px){.stats-section{padding:3rem 0 4rem}.stats-title{font-size:1.85rem}.stat-number{font-size:2.5rem}.stat-card{padding:1.75rem 1.25rem}}.projects-section{background-color:#fff;padding:6rem 0}.section-header.center{text-align:center;margin-bottom:4rem}.section-header.center .pill{margin-bottom:1.5rem}.pill-light-green{color:var(--accent-green);letter-spacing:1.5px;text-transform:uppercase;background-color:#e6f7f2;border:none;border-radius:999px;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header.center .section-title{color:#1f2937;letter-spacing:-1px;font-size:3rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.project-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.project-image-wrapper{width:100%;height:240px;position:relative}.project-image{object-fit:cover;width:100%;height:100%}.project-badge{color:#fff;z-index:2;border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.project-content{flex-grow:1;padding:2rem}.project-title{color:#111827;margin-bottom:1rem;font-size:1.25rem}.project-desc{color:#6b7280;font-size:.95rem;line-height:1.7}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.projects-section{padding:4rem 0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.section-header.center .section-title{font-size:2.5rem}}@media (width<=480px){.projects-section{padding:3rem 0}.section-header.center .section-title{font-size:1.85rem}.project-image-wrapper{height:200px}.project-content{padding:1.5rem 1.25rem}.project-title{font-size:1.15rem}}.testimonials-section{background-color:#f6faf9;padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:#fff;border-radius:24px;flex-direction:column;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 20px 50px #0d948814}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0d94881f}.quote-icon-wrapper{margin-bottom:2rem}.quote-icon{color:var(--accent-green);font-size:1.5rem}.testimonial-quote{color:#4b5563;flex-grow:1;margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;margin-top:auto;display:flex}.author-avatar-wrapper{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.author-avatar-img{object-fit:cover;width:100%;height:100%}.author-name{color:#111827;margin-bottom:.2rem;font-size:1rem;font-weight:700}.author-role{color:#6b7280;font-size:.85rem;line-height:1.4}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-section{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem 1.5rem}}@media (width<=480px){.testimonials-section{padding:3rem 0}.testimonial-card{border-radius:18px;padding:1.5rem 1.25rem}.testimonial-quote{margin-bottom:2rem;font-size:.95rem}.quote-icon-wrapper{margin-bottom:1.25rem}}.resources-section{background-color:#fff;padding:6rem 0}.resources-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.resource-card{background:#f3f8f6;border-radius:16px;flex-direction:column;padding:2.5rem;transition:transform .2s,box-shadow .2s;display:flex}.resource-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.resource-content{flex-direction:column;height:100%;display:flex}.resource-badge{color:#fff;border-radius:999px;align-self:flex-start;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.75rem;font-weight:700}.resource-title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.resource-desc{color:#6b7280;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.resource-link{align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;transition:opacity .2s;display:inline-flex}.resource-link:hover{opacity:.8}.link-arrow{font-size:.8rem}.badge-dark-teal{background-color:#0d9488}.badge-teal{background-color:#14b8a6}.badge-yellow{background-color:#f59e0b}.link-dark-teal{color:#0d9488}.link-teal{color:#14b8a6}.link-yellow{color:#f59e0b}@media (width<=1024px){.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.resources-section{padding:4rem 0}.resources-grid{grid-template-columns:1fr;gap:1.5rem}.resource-card{padding:2rem 1.75rem}}@media (width<=480px){.resources-section{padding:3rem 0}.resource-card{padding:1.5rem 1.25rem}.resource-title{font-size:1.15rem}.resource-desc{margin-bottom:1.5rem;font-size:.9rem}}.cta-section{text-align:center;background-color:#fff;justify-content:center;align-items:center;padding:clamp(3rem,6vw,5rem) 1.5rem;display:flex;position:relative;overflow:hidden}.cta-wrapper{z-index:2;background-color:#0b0f0d;border:1px solid #ffffff0f;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1300px;min-height:460px;margin:0 auto;padding:6rem 10rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px -20px #00000080}.cta-wrapper:before{content:"";z-index:0;pointer-events:none;filter:blur(40px);background:radial-gradient(#25a3848c 0%,#25a38400 70%);width:1000px;height:420px;position:absolute;bottom:-200px;left:50%;transform:translate(-50%)}.cta-wrapper>*{z-index:1;position:relative}.highlight-text{color:var(--accent-green,#6ee7b7)}.cta-top-text{color:#7c8b85;margin-bottom:.75rem;font-size:.9rem;font-weight:500}.cta-title{color:#fff;letter-spacing:-1px;margin-bottom:1.1rem;font-size:clamp(2rem,4.2vw,2.85rem);font-weight:600;line-height:1.15}.cta-description{color:#8b968f;max-width:560px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-btn{border-radius:10px;padding:1rem 3rem;font-size:.9rem;font-weight:600;transition:transform .2s,opacity .2s,background-color .2s}.cta-btn.btn-primary{color:#0b0f0d;background:#fff;border:1px solid #0000}.cta-btn.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.cta-btn.btn-secondary{color:#fff;background:0 0;border:1px solid #fff3}.cta-btn.btn-secondary:hover{background:#ffffff0d;transform:translateY(-1px)}.cta-btn:focus-visible{outline-offset:2px;outline:2px solid #6ee7b7}@media (width<=768px){.cta-wrapper{border-radius:24px;min-height:380px;padding:3.5rem 1.5rem 4rem}.cta-top-text{font-size:.8rem}.cta-actions{flex-direction:column;width:100%;max-width:320px}.cta-btn{width:100%}}@media (width<=480px){.cta-section{padding:2.5rem 1rem}.cta-wrapper{border-radius:20px;min-height:340px;padding:2.5rem 1.25rem 3rem}.cta-title{font-size:1.75rem}.cta-description{margin-bottom:1.75rem;font-size:.9rem}}.home-page{width:100%}.about-hero-section{background-image:url(https://images.unsplash.com/photo-1524178232363-1fb2b075b655?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:75vh;min-height:580px;max-height:820px;padding-top:2rem;display:flex;position:relative;overflow:hidden}.about-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19eb 0%,#0a2d25e0 40%,#051f19f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.particle{opacity:.12;border-radius:50%;position:absolute}.particle-1{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite float-particle;top:-80px;right:10%}.particle-2{background:radial-gradient(circle,#10b981 0%,#0000 70%);width:200px;height:200px;animation:10s ease-in-out infinite reverse float-particle;bottom:-40px;left:15%}.particle-3{background:radial-gradient(circle,#f59e0b 0%,#0000 70%);width:150px;height:150px;animation:12s ease-in-out infinite float-particle;top:30%;left:5%}@keyframes float-particle{0%,to{transform:translate(0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-10px,15px)}75%{transform:translate(15px,10px)}}.about-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.about-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;background-color:#25a3841f;border:1px solid #25a38440;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.about-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw + 1rem,4.5rem);font-weight:800;line-height:1.1}.about-hero-title-accent{background:linear-gradient(135deg,#6ee7b7 0%,#25a384 50%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero-subtitle{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.about-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.about-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite bounce-arrow}@keyframes bounce-arrow{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}@media (width<=768px){.about-hero-section{height:auto;min-height:520px;padding-top:2.5rem;padding-bottom:4rem}.about-hero-pill{margin-bottom:1.5rem}}@media (width<=640px){.about-hero-section{height:auto;min-height:480px;padding-top:3rem}}@media (width<=480px){.about-hero-section{height:auto;min-height:460px;padding-top:3.5rem;padding-bottom:3.5rem}}.about-section{color:#1a1a2e;background-color:#fff;padding:6rem 0 3rem;position:relative;overflow:hidden}.about-section:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#25a38408 0%,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf605 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.about-intro{max-width:720px;margin-bottom:4rem}.about-pill{letter-spacing:1.5px;text-transform:uppercase;color:#1e866d;background-color:#25a38414;border:1px solid #25a3842e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.about-title{color:#0f172a;letter-spacing:-.02em;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.15}.about-title-highlight{color:var(--accent-green,#25a384);display:inline}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:4rem;display:grid}.about-content{flex-direction:column;gap:0;display:flex}.about-text{color:#475569;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.about-text-lead{color:#334155;font-size:1.125rem;font-weight:450;line-height:1.7}.about-features-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.75rem;display:grid}.about-feature-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.about-feature-card:hover{background:#fff;border-color:#25a38426;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.about-feature-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1rem;transition:transform .3s;display:flex}.about-feature-card:hover .about-feature-icon{transform:scale(1.1)}.about-feature-info{flex-direction:column;gap:.15rem;display:flex}.about-feature-title{color:#1e293b;letter-spacing:-.01em;font-size:.875rem;font-weight:700}.about-feature-desc{color:#64748b;font-size:.78rem;line-height:1.45}.about-image-container{height:100%;min-height:520px;position:relative}.about-image-wrapper{border-radius:20px;height:100%;min-height:520px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001a,0 4px 16px #0000000d}.about-main-image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);display:block}.about-image-wrapper:hover .about-main-image{transform:scale(1.03)}.about-image-overlay{pointer-events:none;background:linear-gradient(#0000,#0003);width:100%;height:40%;position:absolute;bottom:0;left:0}.about-founded-badge{-webkit-backdrop-filter:blur(12px);z-index:10;background:#fffffff2;border-radius:14px;align-items:center;gap:.875rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:24px;left:24px;box-shadow:0 8px 32px #0000001f}.founded-year{color:var(--accent-green,#25a384);font-size:1.75rem;font-weight:800;font-family:var(--font-heading,"Sora", sans-serif);letter-spacing:-.02em}.founded-divider{background-color:#e2e8f0;width:1px;height:32px}.founded-location{color:#475569;font-size:.8rem;font-weight:600;line-height:1.3}.about-stats-badge{-webkit-backdrop-filter:blur(12px);z-index:10;background:#fffffff2;border-radius:14px;flex-direction:column;align-items:center;gap:.2rem;padding:1rem 1.35rem;display:flex;position:absolute;top:24px;right:24px;box-shadow:0 8px 32px #0000001f}.stats-badge-number{color:#0f172a;font-size:1.5rem;font-weight:800;font-family:var(--font-heading,"Sora", sans-serif)}.stats-badge-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}@media (width<=1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-container,.about-image-wrapper{min-height:400px}}@media (width<=768px){.about-section{padding:4rem 0 2.5rem}.about-intro{margin-bottom:3rem}}@media (width<=600px){.about-features-grid{grid-template-columns:1fr}.about-image-container,.about-image-wrapper{min-height:340px}.about-founded-badge{gap:.6rem;padding:.75rem 1rem;bottom:16px;left:16px}.about-stats-badge{padding:.75rem 1rem;top:16px;right:16px}.founded-year{font-size:1.35rem}}@media (width<=480px){.about-section{padding:3rem 0 2rem}.about-title{font-size:1.85rem}.about-text-lead{font-size:1rem}.about-text{font-size:.95rem}.about-founded-badge{gap:.5rem;padding:.6rem .8rem;bottom:12px;left:12px}.about-stats-badge{padding:.6rem .8rem;top:12px;right:12px}.founded-year{font-size:1.15rem}.stats-badge-number{font-size:1.25rem}}.mission-section{background-color:#f8faf9;padding:6rem 0;position:relative;overflow:hidden}.mission-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#25a3840a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.mission-header{text-align:center;max-width:620px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.mission-pill{letter-spacing:1.5px;text-transform:uppercase;color:#1e866d;background-color:#25a38414;border:1px solid #25a3842e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.mission-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3rem);font-weight:800}.mission-heading-accent{color:var(--accent-green,#25a384)}.mission-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7}.mission-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.mission-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.mission-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.mission-card-accent{border-radius:20px 20px 0 0;width:100%;height:4px;position:absolute;top:0;left:0}.mission-card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.35rem;transition:transform .3s;display:flex}.mission-card:hover .mission-card-icon{transform:scale(1.1)}.mission-card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.875rem;font-size:1.35rem;font-weight:700}.mission-card-desc{color:#64748b;font-size:.95rem;line-height:1.75}@media (width<=1024px){.mission-cards-grid{grid-template-columns:1fr;max-width:540px;margin:0 auto}}@media (width<=768px){.mission-section{padding:2.5rem 0}}@media (width<=480px){.mission-section{padding:2rem 0}.mission-header{margin-bottom:2.5rem}.mission-heading{font-size:1.85rem}.mission-subtitle{font-size:.95rem}.mission-card{border-radius:16px;padding:1.75rem 1.25rem}.mission-card-title{font-size:1.2rem}.mission-card-desc{font-size:.9rem}}.team-section{background-color:#f8faf9;padding:1rem 0 4rem;position:relative;overflow:hidden}.team-header{text-align:center;max-width:620px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.team-pill{letter-spacing:1.5px;text-transform:uppercase;color:#1e866d;background-color:#25a38414;border:1px solid #25a3842e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.team-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3rem);font-weight:800}.team-heading-accent{color:var(--accent-green,#25a384)}.team-subtitle{color:#64748b;font-size:1.05rem;line-height:1.7}.team-carousel{align-items:center;gap:0;display:flex;position:relative}.carousel-arrow{z-index:10;color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0000000f}.carousel-arrow:hover{background-color:var(--accent-green,#25a384);color:#fff;border-color:#0000;transform:translateY(-50%)scale(1.08);box-shadow:0 6px 20px #25a38440}.carousel-arrow-left{left:-22px}.carousel-arrow-right{right:-22px}.carousel-viewport{border-radius:20px;width:100%;overflow:hidden}.carousel-track{will-change:transform;gap:24px;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.team-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;flex:0 0 calc(33.3333% - 16px);align-items:center;padding:2.5rem 1.75rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #00000008}.team-card:hover{border-color:#25a38426;transform:translateY(-4px);box-shadow:0 12px 36px #00000012}.team-card-avatar-wrapper{border:4px solid #f0fdf8;border-radius:50%;width:160px;height:160px;margin-bottom:1.5rem;transition:all .35s;overflow:hidden;box-shadow:0 4px 20px #25a3841f}.team-card:hover .team-card-avatar-wrapper{border-color:#25a3844d;transform:scale(1.05);box-shadow:0 6px 28px #25a3842e}.team-card-avatar{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s;display:block}.team-card:hover .team-card-avatar{transform:scale(1.08)}.team-card-body{flex-direction:column;align-items:center;gap:0;display:flex}.team-card-name{color:#0f172a;letter-spacing:-.01em;margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.team-card-role{color:var(--accent-green,#25a384);margin-bottom:.875rem;font-size:.85rem;font-weight:600}.team-card-bio{color:#64748b;max-width:280px;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.team-card-bio-container{justify-content:center;width:100%;display:flex}.team-bio-list{text-align:left;flex-direction:column;gap:.35rem;width:100%;max-width:280px;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.team-bio-list li{color:#64748b;padding-left:1rem;font-size:.85rem;line-height:1.4;position:relative}.team-bio-list li:before{content:"•";color:var(--accent-green,#25a384);position:absolute;left:0}.team-card-socials{gap:.6rem;display:flex}.team-social-link{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;transition:all .25s;display:flex}.team-social-link:hover{background:var(--accent-green,#25a384);color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 12px #25a38440}.carousel-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.carousel-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--accent-green,#25a384);border-radius:999px;width:28px;box-shadow:0 2px 8px #25a3844d}.carousel-dot:hover:not(.active){background:#94a3b8}@media (width<=1024px){.team-card{flex:0 0 calc(50% - 12px)}.carousel-arrow-left{left:-12px}.carousel-arrow-right{right:-12px}}@media (width<=640px){.team-section{padding:1rem 0 3rem}.team-card{flex:0 0 100%}.carousel-arrow{width:36px;height:36px;font-size:.75rem}.carousel-arrow-left{left:-8px}.carousel-arrow-right{right:-8px}.team-card-avatar-wrapper{width:100px;height:100px}}@media (width<=480px){.team-section{padding:1rem 0 2.5rem}.team-heading{font-size:1.85rem}.team-subtitle{font-size:.95rem}.team-card{border-radius:16px;padding:2rem 1.25rem 1.75rem}.carousel-arrow-left{left:2px}.carousel-arrow-right{right:2px}.team-card-name{font-size:1.1rem}.team-card-bio,.team-bio-list li{font-size:.8rem}}.about-page{width:100%;padding-top:80px}.solutions-hero-section{background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:65vh;min-height:500px;max-height:750px;display:flex;position:relative;overflow:hidden}.solutions-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19eb 0%,#0a2d25e0 40%,#051f19f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.solutions-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.s-particle{opacity:.12;border-radius:50%;position:absolute}.s-particle-1{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite s-float;top:-80px;right:10%}.s-particle-2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);width:200px;height:200px;animation:10s ease-in-out infinite reverse s-float;bottom:-40px;left:15%}.s-particle-3{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:150px;height:150px;animation:12s ease-in-out infinite s-float;top:30%;left:5%}@keyframes s-float{0%,to{transform:translate(0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-10px,15px)}75%{transform:translate(15px,10px)}}.solutions-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.solutions-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#93c5fd;background-color:#3b82f61f;border:1px solid #3b82f640;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.solutions-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw + 1rem,4.5rem);font-weight:800;line-height:1.1}.solutions-hero-title-accent{background:linear-gradient(135deg,#93c5fd 0%,#3b82f6 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.solutions-hero-subtitle{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.solutions-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.solutions-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.solutions-scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite s-bounce}@keyframes s-bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}@media (width<=768px){.solutions-hero-section{height:auto;min-height:520px;padding-top:6rem;padding-bottom:4rem}}.solutions-section{background-color:#f2fbf9;padding:5rem 0}.solutions-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.solutions-pill{color:#1e866d;background-color:#e6f5f2;border:none;margin-bottom:1.5rem;font-weight:700}.solutions-title{color:#111827;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem}.solutions-subtitle{color:#4b5563;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.6}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.solution-card{background-color:#fff;border-radius:16px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.solution-card.border-teal{border:2px solid #e5e7eb;border-bottom-color:#25a384}.solution-card.border-yellow{border:2px solid #e5e7eb;border-bottom-color:#f59e0b}.solution-card.border-teal{border:2px solid #25a38433}.solution-card.border-yellow{border:2px solid #f59e0b4d}.solution-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.solution-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.solution-title{color:#111827;margin-bottom:1rem;font-size:1.25rem}.solution-description{color:#4b5563;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.solution-link{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.solution-link.teal{color:#25a384}.solution-link.yellow{color:#f59e0b}.link-arrow{transition:transform .2s}.solution-link:hover .link-arrow{transform:translate(4px)}@media (width<=1024px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.solutions-grid{grid-template-columns:1fr}}.solutions-audience-section{background-color:#f8faf9;padding:5rem 0}.sa-header{text-align:center;max-width:620px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.sa-pill{letter-spacing:1.5px;text-transform:uppercase;color:#1e866d;background-color:#25a38414;border:1px solid #25a3842e;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.sa-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3rem);font-weight:800}.sa-heading-accent{color:var(--accent-green,#25a384)}.sa-subtitle{color:#64748b;font-size:1.05rem;line-height:1.7}.sa-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.sa-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px #00000008}.sa-card:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 16px 40px #00000012}.sa-card-image-wrapper{width:100%;height:200px;position:relative;overflow:hidden}.sa-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.sa-card:hover .sa-card-image{transform:scale(1.05)}.sa-card-image-overlay{pointer-events:none;background:linear-gradient(#0000,#00000026);position:absolute;inset:0}.sa-card-body{padding:1.75rem}.sa-card-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1.25rem;font-size:1.15rem;display:flex}.sa-card-title{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.sa-card-desc{color:#64748b;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.sa-card-features{flex-direction:column;gap:.5rem;list-style:none;display:flex}.sa-feature-item{color:#334155;align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;display:flex}.sa-feature-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=1024px){.sa-cards{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.solutions-cta-section{background-color:#fff;padding:2rem 0 5rem}.solutions-cta-card{text-align:center;background:linear-gradient(135deg,#051f19 0%,#0a2d25 50%,#104135 100%);border-radius:24px;flex-direction:column;align-items:center;padding:4rem 3rem;display:flex;position:relative;overflow:hidden}.solutions-cta-glow{pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-80px;right:-80px}.solutions-cta-pill{letter-spacing:1.5px;text-transform:uppercase;color:#93c5fd;background-color:#3b82f61f;border:1px solid #3b82f640;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.solutions-cta-title{color:#fff;letter-spacing:-.02em;max-width:600px;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.solutions-cta-desc{color:#ffffffa6;max-width:560px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.solutions-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.solutions-cta-btn{border-radius:12px;padding:.85rem 2rem;font-size:.95rem}.solutions-cta-btn-outline{color:#fffc;border-color:#fff3;border-radius:12px;padding:.85rem 2rem;font-size:.95rem}.solutions-cta-btn-outline:hover{color:#fff;background-color:#ffffff14}@media (width<=768px){.solutions-cta-card{padding:3rem 1.5rem}}.solutions-page{width:100%;padding-top:80px}.opportunities-page{width:100%}.opp-hero-section{width:100%;height:75vh;min-height:580px;max-height:820px;padding-top:calc(var(--nav-height,80px) + 2rem);background-image:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.opp-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19eb 0%,#0a2d25e0 40%,#051f19f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.opp-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.opp-particle{opacity:.12;border-radius:50%;position:absolute}.opp-particle-1{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:300px;height:300px;animation:9s ease-in-out infinite s-float;top:10%;right:15%}.opp-particle-2{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:200px;height:200px;animation:11s ease-in-out infinite reverse s-float;bottom:10%;left:10%}.opp-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.opp-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;background-color:#25a3841f;border:1px solid #25a38440;border-radius:999px;align-items:center;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.opp-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw + 1rem,4.5rem);font-weight:800;line-height:1.1}.opp-hero-title-accent{background:linear-gradient(135deg,#6ee7b7 0%,#25a384 50%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.opp-hero-subtitle{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.opp-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.opp-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.opp-scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite s-bounce}.opp-programs-section{background-color:#f8faf9;padding:7rem 0;position:relative;overflow:hidden}.opp-header{text-align:center;max-width:620px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.opp-pill{letter-spacing:1.5px;text-transform:uppercase;color:#1e866d;background-color:#25a38414;border:1px solid #25a3842e;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.opp-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3rem);font-weight:800}.opp-heading-accent{color:#25a384}.opp-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7}.opp-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.opp-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.opp-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.opp-card-accent{width:100%;height:4px;position:absolute;top:0;left:0}.opp-card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.35rem;transition:transform .3s;display:flex}.opp-card:hover .opp-card-icon{transform:scale(1.1)}.opp-card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.875rem;font-size:1.35rem;font-weight:700}.opp-card-desc{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.opp-features{flex-direction:column;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.opp-feature-item{color:#334155;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.opp-feature-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.opp-btn-outline{cursor:pointer;background:0 0;border:1px solid;border-radius:10px;padding:.85rem;font-weight:600;transition:all .2s}.opp-btn-outline:hover{background:#00000008}.w-full{width:100%}.opp-apply-section{background-color:#fff;justify-content:center;align-items:center;padding:5rem 1.5rem;display:flex}.opp-apply-wrapper{z-index:2;text-align:center;background-color:#0b0f0d;border:1px solid #ffffff0f;border-radius:32px;width:100%;margin:0 auto;padding:5rem 4rem;position:relative;overflow:hidden;box-shadow:0 25px 60px -20px #00000080}.opp-apply-wrapper:before{content:"";z-index:0;pointer-events:none;filter:blur(40px);background:radial-gradient(#25a38459 0%,#25a38400 70%);width:800px;height:400px;position:absolute;bottom:-200px;left:50%;transform:translate(-50%)}.opp-apply-wrapper>*{z-index:1;position:relative}.opp-apply-top{color:#7c8b85;margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:block}.opp-apply-title{color:#fff;letter-spacing:-1px;margin-bottom:1.1rem;font-size:clamp(2rem,4vw,2.85rem);font-weight:800}.opp-apply-description{color:#8b968f;max-width:560px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.opp-steps{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.opp-step{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.opp-step:hover{background:#ffffff0f;border-color:#25a38466}.opp-step-num{color:#25a384;opacity:.5;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.opp-step h4{color:#fff;margin-bottom:.5rem;font-size:1.15rem}.opp-step p{color:#8b968f;font-size:.9rem;line-height:1.5}.opp-pitch-section{background-color:#fff;padding:5rem 0 8rem}.opp-pitch-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.opp-pitch-subtitle{color:#64748b;margin-bottom:2rem;font-size:1.1rem}@media (width<=1024px){.opp-cards-grid{grid-template-columns:1fr;max-width:540px;margin:0 auto}.opp-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (width<=768px){.opp-hero-section{height:55vh;min-height:420px}.opp-apply-wrapper{padding:3.5rem 1.5rem}.opp-programs-section{padding:5rem 0}.opp-pitch-section{padding:4rem 0 6rem}}.page-blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .3s}.pitch-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:9999;scrollbar-width:none;-ms-overflow-style:none;background:#0f172aa6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.pitch-modal-overlay::-webkit-scrollbar{display:none}.pitch-modal-card{background:#fff;border:1px solid #fff3;border-radius:24px;flex-direction:column;width:100%;max-width:620px;max-height:90vh;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}.pitch-modal-body{scrollbar-width:none;-ms-overflow-style:none;width:100%;max-height:90vh;padding:2.5rem;overflow-y:auto}.pitch-modal-body::-webkit-scrollbar{display:none}.pitch-modal-card *,.pitch-modal-overlay *{scrollbar-width:none;-ms-overflow-style:none}.pitch-modal-card ::-webkit-scrollbar{display:none}.pitch-modal-overlay ::-webkit-scrollbar{display:none}.pitch-modal-close{color:#64748b;cursor:pointer;z-index:100;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.pitch-modal-close:hover{color:#0f172a;background:#e2e8f0}.custom-file-upload{cursor:pointer;width:100%;transition:all .25s;display:block}.upload-dropzone{background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;gap:1rem;padding:1.75rem 1.25rem;transition:all .25s;display:flex}.custom-file-upload:hover .upload-dropzone{background-color:#f0fdf4;border-color:#25a384;transform:translateY(-2px)}.upload-icon-symbol{color:#1e866d;background:#e6f5f2;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.75rem;display:flex}.upload-text{text-align:left;flex-direction:column;display:flex}.upload-main-text{color:#334155;font-size:.95rem}.upload-sub-text{color:#94a3b8;margin-top:.2rem;font-size:.8rem}.upload-filename-text{color:#1e866d;word-break:break-all;font-size:.95rem;font-weight:700}.modal-form-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.security-badge{color:#1e866d;background:#e6f5f2;border-radius:999px;margin-bottom:.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.modal-form-footer p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.4}@media (width<=768px){.opp-hero-section{height:auto;min-height:650px;padding-top:calc(var(--nav-height,80px) + 4.5rem);padding-bottom:6rem}}@media (width<=640px){.opp-hero-section{height:auto;min-height:620px;padding-top:calc(var(--nav-height,80px) + 5rem);padding-bottom:6rem}.opp-hero-title{font-size:3rem}.opp-heading{font-size:2.25rem}.opp-apply-title{font-size:2rem}}@media (width<=480px){.opp-hero-section{height:auto;min-height:600px;padding-top:calc(var(--nav-height,80px) + 5rem);padding-bottom:6rem}.opp-hero-scroll-cue{margin-top:2rem}.opp-hero-content{padding:0 1.25rem}.opp-hero-pill{margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.65rem}.opp-hero-title{margin-bottom:1.25rem;font-size:2.6rem}.opp-hero-subtitle{font-size:1.1rem}.opp-programs-section{padding:3.5rem 0}.opp-heading{font-size:1.85rem}.opp-subtitle{font-size:.95rem}.opp-card{padding:1.75rem 1.25rem}.opp-card-title{font-size:1.2rem}.opp-apply-section{padding:3rem 1rem}.opp-apply-wrapper{border-radius:20px;padding:2.5rem 1.25rem}.opp-apply-title{font-size:1.75rem}.opp-apply-description{margin-bottom:2rem;font-size:.9rem}.opp-step{padding:1.5rem 1.25rem}.opp-pitch-section{padding:3rem 0 4.5rem}.opp-pitch-title{font-size:1.85rem}.opp-pitch-subtitle{font-size:.95rem}.cta-actions{flex-direction:column;gap:.75rem;width:100%;max-width:300px;margin:0 auto;display:flex}.cta-actions .btn{width:100%}.pitch-modal-card{border-radius:16px;padding:0}.pitch-modal-body{padding:1.75rem 1.25rem}.pitch-modal-close{width:32px;height:32px;top:.85rem;right:.85rem}.upload-dropzone{gap:.75rem;padding:1.25rem 1rem}.upload-icon-symbol{width:40px;height:40px;font-size:1.35rem}}.subpage-container{width:100%;padding-top:var(--nav-height,80px);background-color:#f8faf9;min-height:100vh}.subpage-hero{text-align:center;background:linear-gradient(135deg,#051f19 0%,#0a2d25 50%,#104135 100%);padding:6rem 2rem;position:relative;overflow:hidden}.subpage-hero:before{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#25a38466 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-50px}.subpage-hero-title{color:#fff;letter-spacing:-.02em;z-index:2;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;position:relative}.subpage-hero-subtitle{color:#fffc;z-index:2;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6;position:relative}.subpage-content{padding:5rem 0}.opp-form-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;max-width:650px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000000d}.opp-form-group{text-align:left;margin-bottom:1.5rem}.opp-form-label{color:#0f172a;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.opp-form-input,.opp-form-textarea,.opp-form-select{color:#0f172a;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.opp-form-textarea{resize:vertical;min-height:120px}.opp-form-input:focus,.opp-form-textarea:focus,.opp-form-select:focus{background-color:#fff;border-color:#25a384;outline:none;box-shadow:0 0 0 3px #25a38426}.opp-btn-submit{color:#fff;cursor:pointer;background-color:#25a384;border:none;border-radius:10px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background-color .2s,transform .2s}.opp-btn-submit:hover{background-color:#1e866d;transform:translateY(-2px)}.role-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1000px;margin:2rem auto;display:grid}.role-card{text-align:left;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 15px #00000008}.role-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.role-tag{color:#1e866d;background-color:#e6f5f2;border-radius:999px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.role-title{color:#0f172a;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.role-desc{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.opp-form-container{padding:2rem}}.impact-hero-section{background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;min-height:520px;max-height:780px;display:flex;position:relative;overflow:hidden}.impact-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19f0 0%,#0a2d25e6 40%,#051f19f5 100%);width:100%;height:100%;position:absolute;top:0;left:0}.impact-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ip-particle{opacity:.1;border-radius:50%;position:absolute}.ip-particle-1{background:radial-gradient(circle,#f59e0b 0%,#0000 70%);width:350px;height:350px;animation:9s ease-in-out infinite ip-float;top:-100px;right:8%}.ip-particle-2{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:250px;height:250px;animation:11s ease-in-out infinite reverse ip-float;bottom:-50px;left:12%}.ip-particle-3{background:radial-gradient(circle,#10b981 0%,#0000 70%);width:180px;height:180px;animation:13s ease-in-out infinite ip-float;top:25%;left:5%}.ip-particle-4{background:radial-gradient(circle,#6ee7b7 0%,#0000 70%);width:120px;height:120px;animation:7s ease-in-out infinite reverse ip-float;top:15%;right:25%}@keyframes ip-float{0%,to{transform:translate(0)}25%{transform:translate(25px,-15px)}50%{transform:translate(-15px,20px)}75%{transform:translate(10px,-10px)}}.impact-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.impact-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#fbbf24;background-color:#f59e0b1a;border:1px solid #f59e0b40;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.impact-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw + 1rem,4.5rem);font-weight:800;line-height:1.1}.impact-hero-title-accent{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 40%,#25a384 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.impact-hero-subtitle{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.impact-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.impact-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.impact-scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite ip-bounce}@keyframes ip-bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}@media (width<=768px){.impact-hero-section{height:auto;min-height:520px;padding-top:6rem;padding-bottom:4rem}.impact-hero-pill{margin-bottom:1.5rem}}.impact-metrics-section{background:#fff;padding:7rem 0;position:relative;overflow:hidden}.impact-metrics-glow-left{pointer-events:none;background:radial-gradient(circle,#25a38414 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:-100px}.impact-metrics-glow-right{pointer-events:none;background:radial-gradient(circle,#f59e0b0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-150px;right:-80px}.impact-metrics-header{text-align:center;margin-bottom:4rem}.impact-metrics-title{color:#0f172a;letter-spacing:-.02em;margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.impact-metrics-title .title-accent{color:var(--accent-green)}.impact-metrics-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.impact-metrics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.impact-metric-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.impact-metric-card:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.metric-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;font-size:1.3rem;transition:transform .3s;display:flex}.impact-metric-card:hover .metric-icon-wrapper{transform:scale(1.1)rotate(5deg)}.metric-value{color:#0f172a;font-size:3rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.5rem;display:block}.metric-label{color:#1e866d;margin-bottom:.5rem;font-size:1rem;font-weight:600}.metric-description{color:#64748b;font-size:.85rem;line-height:1.5}.metric-accent-bar{border-radius:3px 3px 0 0;width:0;height:3px;transition:width .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.impact-metric-card:hover .metric-accent-bar{width:60%}@media (width<=1024px){.impact-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.impact-metrics-section{padding:5rem 0}.impact-metrics-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.metric-value{font-size:2.5rem}}.impact-stories-section{background-color:#fff;padding:7rem 0;position:relative}.impact-stories-header{text-align:center;margin-bottom:4rem}.impact-stories-title{color:#0f172a;letter-spacing:-.02em;margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.impact-stories-title .accent-text{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 50%,#25a384 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.impact-stories-subtitle{color:#64748b;max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.impact-story-showcase{max-width:1000px;margin:0 auto}.story-card-large{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:1fr 1.2fr;display:grid;overflow:hidden;box-shadow:0 4px 25px #0000000a}.story-image-side{min-height:400px;position:relative;overflow:hidden}.story-image{object-fit:cover;width:100%;height:100%;transition:transform .8s;display:block}.story-card-large:hover .story-image{transform:scale(1.05)}.story-image-overlay{background:linear-gradient(#0000 40%,#051f19b3 100%);position:absolute;inset:0}.story-stat-badge{-webkit-backdrop-filter:blur(12px);z-index:2;background:#051f19d9;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;gap:.2rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.story-stat-value{color:#fbbf24;font-size:2rem;font-weight:800;font-family:var(--font-heading)}.story-stat-label{color:#ffffffb3;font-size:.75rem;font-weight:500}.story-content-side{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.story-meta{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.story-tag{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:6px;padding:.3rem .75rem;font-size:.7rem;font-weight:700}.story-location{color:#64748b;font-size:.8rem}.story-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800;line-height:1.3}.story-quote-wrapper{margin-bottom:1.5rem;position:relative}.story-quote-icon{color:#25a3844d;font-size:1rem;position:absolute;top:-4px;left:0}.story-quote{color:#475569;padding-left:1.75rem;font-size:.95rem;font-style:italic;line-height:1.75}.story-author{border-top:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-top:auto;padding-top:1.25rem;display:flex}.story-author-avatar{border:2px solid #25a3844d;border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.story-author-avatar img{object-fit:cover;width:100%;height:100%}.story-author-info h4{color:#0f172a;font-size:.9rem;font-weight:600}.story-author-info p{color:#64748b;font-size:.8rem}.story-navigation{justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.story-nav-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;transition:all .3s;display:flex}.story-nav-btn:hover{color:#6ee7b7;background:#25a38426;border-color:#25a3844d;transform:scale(1.08)}.story-dots{gap:.5rem;display:flex}.story-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.story-dot.active{background:var(--accent-green);border-radius:5px;width:28px}@media (width<=900px){.story-card-large{grid-template-columns:1fr}.story-image-side{min-height:250px;max-height:300px}}@media (width<=768px){.impact-stories-section{padding:5rem 0}.story-content-side{padding:2rem 1.5rem}.story-title{font-size:1.25rem}}.impact-timeline-section{background:#fff;padding:6rem 0 1.5rem;position:relative;overflow:hidden}.timeline-bg-glow{pointer-events:none;background:radial-gradient(circle,#25a3840f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:30%;left:50%;transform:translate(-50%)}.impact-timeline-header{text-align:center;margin-bottom:5rem}.impact-timeline-title{color:#0f172a;letter-spacing:-.02em;margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.impact-timeline-title .title-accent{color:var(--accent-green)}.impact-timeline-subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.7}.timeline-wrapper{max-width:900px;margin:0 auto;position:relative}.timeline-line{background-image:linear-gradient(180deg, var(--accent-green,#25a384) 50%, transparent 50%);opacity:.6;background-size:2px 24px;width:2px;animation:1s linear infinite moveDashes;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@keyframes moveDashes{0%{background-position:0 -24px}to{background-position:0 0}}.timeline-item{align-items:flex-start;width:50%;margin-bottom:3rem;display:flex;position:relative}.timeline-item.left{justify-content:flex-end;margin-left:0;padding-right:3.5rem}.timeline-item.right{justify-content:flex-start;margin-left:50%;padding-left:3.5rem}.timeline-node{color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:transform .3s;display:flex;position:absolute}.timeline-item.left .timeline-node{right:-22px}.timeline-item.right .timeline-node{left:-22px}.timeline-item:hover .timeline-node{transform:scale(1.15)}.timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:380px;padding:1.75rem;transition:all .3s;box-shadow:0 4px 20px #0000000a}.timeline-item:hover .timeline-card{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.timeline-item.left .timeline-card{text-align:right}.timeline-year{letter-spacing:1px;font-size:.8rem;font-weight:800;font-family:var(--font-heading)}.timeline-card-title{color:#0f172a;letter-spacing:-.01em;margin:.5rem 0;font-size:1.15rem;font-weight:700}.timeline-card-desc{color:#64748b;font-size:.88rem;line-height:1.65}@media (width<=768px){.impact-timeline-section{padding:4rem 0 1rem}.timeline-line{left:24px}.timeline-item,.timeline-item.left,.timeline-item.right{justify-content:flex-start;width:100%;margin-left:0;padding-left:4rem;padding-right:0}.timeline-item.left .timeline-node,.timeline-item.right .timeline-node{left:2px;right:auto}.timeline-item.left .timeline-card{text-align:left}.timeline-card{max-width:100%}}.impact-partners-section{background-color:#fff;padding:1.5rem 0 6rem;position:relative;overflow:hidden}.impact-partners-header{text-align:center;margin-bottom:4rem}.impact-partners-title{color:#0f172a;letter-spacing:-.02em;margin-top:1rem;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.impact-partners-title .title-accent{color:var(--accent-green)}.impact-partners-subtitle{color:#64748b;max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.partners-marquee-wrapper{margin-bottom:3rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.partners-marquee{overflow:hidden}.partners-track{gap:1.5rem;width:max-content;animation:30s linear infinite marquee-scroll;display:flex}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;align-items:center;gap:1rem;min-width:220px;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000a}.partner-card:hover{background:#f8fafc;border-color:#cbd5e1}.partner-icon{color:#6ee7b7;background:#25a3841f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.partner-info{flex-direction:column;display:flex}.partner-name{color:#0f172a;font-size:.9rem;font-weight:600}.partner-type{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.partners-grid-static{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.partner-grid-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000a}.partner-grid-card:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-4px)}.partner-grid-icon{width:48px;height:48px;color:var(--accent-green);background:#25a3841a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.2rem;display:flex}.partner-grid-name{color:#0f172a;font-size:.9rem;font-weight:600}.partner-grid-type{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500}@media (width<=1024px){.partners-grid-static{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.impact-partners-section{padding:1rem 0 4rem}.partners-grid-static{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.partners-grid-static{grid-template-columns:1fr}}.impact-cta-section{background:#fff;padding:7rem 0;position:relative;overflow:hidden}.impact-cta-glow{pointer-events:none;background:radial-gradient(circle,#25a38414 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.impact-cta-wrapper{text-align:center;max-width:700px;margin:0 auto}.impact-cta-badge{letter-spacing:1.5px;text-transform:uppercase;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.impact-cta-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.impact-cta-title .highlight-text{background:linear-gradient(135deg,#10b981 0%,#059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.impact-cta-description{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.impact-cta-actions{justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.impact-cta-btn{padding:.8rem 1.75rem;font-size:.95rem}.impact-cta-stats-row{border-top:1px solid #e2e8f0;justify-content:center;align-items:center;gap:2.5rem;padding-top:2.5rem;display:flex}.impact-cta-stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.cta-stat-value{color:#0f172a;font-size:1.75rem;font-weight:800;font-family:var(--font-heading)}.cta-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.impact-cta-divider{background:#e2e8f0;width:1px;height:40px}@media (width<=768px){.impact-cta-section{padding:5rem 0}.impact-cta-actions{flex-direction:column}.impact-cta-stats-row{gap:1.5rem}.cta-stat-value{font-size:1.5rem}}@media (width<=480px){.impact-cta-stats-row{flex-direction:column;gap:1rem}.impact-cta-divider{display:none}}.impact-page{min-height:100vh;padding-top:80px}.contact-hero-section{background-image:url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:60vh;min-height:480px;max-height:700px;display:flex;position:relative;overflow:hidden}.contact-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19f0 0%,#0a2d25e0 40%,#051f19f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cp-particle{opacity:.12;border-radius:50%;position:absolute}.cp-particle-1{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite cp-float;top:-80px;right:15%}.cp-particle-2{background:radial-gradient(circle,#6ee7b7 0%,#0000 70%);width:200px;height:200px;animation:10s ease-in-out infinite reverse cp-float;bottom:-40px;left:10%}.cp-particle-3{background:radial-gradient(circle,#10b981 0%,#0000 70%);width:150px;height:150px;animation:12s ease-in-out infinite cp-float;top:40%;left:5%}@keyframes cp-float{0%,to{transform:translate(0)}25%{transform:translate(15px,-15px)}50%{transform:translate(-10px,15px)}75%{transform:translate(10px,10px)}}.contact-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:800px;padding:0 2rem;display:flex;position:relative}.contact-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;background-color:#25a3841f;border:1px solid #25a3844d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.contact-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.5vw + 1rem,4rem);font-weight:800;line-height:1.15}.contact-hero-title-accent{background:linear-gradient(135deg,#6ee7b7 0%,#25a384 50%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero-subtitle{color:#ffffffbf;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.contact-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.contact-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.contact-scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite cp-bounce}@keyframes cp-bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}@media (width<=768px){.contact-hero-section{height:auto;min-height:500px;padding:6rem 0 4rem}.contact-hero-pill{margin-bottom:1.25rem}}.contact-form-section{background-color:#fff;padding:6rem 0;position:relative;overflow:hidden}.contact-form-glow{pointer-events:none;background:radial-gradient(circle,#25a3840d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;right:-100px}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:4rem;display:grid}.contact-info-col{padding-top:1rem}.contact-info-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.contact-info-desc{color:#64748b;margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.contact-info-list{flex-direction:column;gap:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1.25rem;display:flex}.contact-icon-wrapper{color:#16a34a;background:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:transform .3s;display:flex}.contact-info-item:hover .contact-icon-wrapper{background:#dcfce7;transform:translateY(-3px)scale(1.05)}.contact-info-text h4{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.contact-info-text p{color:#64748b;margin-bottom:.25rem;font-size:.95rem;line-height:1.5}.contact-form-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000000d}.contact-form-wrapper h3{color:#0f172a;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.contact-success-msg{color:#6ee7b7;text-align:center;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;margin-bottom:2rem;padding:1rem;font-size:.9rem;font-weight:500}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#475569;font-size:.9rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{color:#0f172a;width:100%;font-family:var(--font-body);background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:1rem;font-size:.95rem;transition:all .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23A0BDB7%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1rem top 50%;background-repeat:no-repeat;background-size:.65rem}.contact-form select option{color:#0f172a;background-color:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem}.submit-btn.loading{opacity:.7;cursor:not-allowed}@media (width<=900px){.contact-layout{grid-template-columns:1fr;gap:3.5rem}}@media (width<=768px){.contact-form-section{padding:4rem 0}.contact-form-wrapper{padding:2rem}}@media (width<=480px){.contact-form-wrapper{padding:1.5rem}}.contact-page{min-height:100vh;padding-top:80px}.research-stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.research-stat-card{text-align:center;background-color:#f2fbf9;border:1px solid #25a38433;border-radius:12px;padding:1.5rem 1rem;transition:transform .2s,box-shadow .2s}.research-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.research-stat-card .stat-number{color:#1e866d;font-size:1.75rem;font-weight:800;font-family:var(--font-heading);margin-bottom:.25rem}.research-stat-card .stat-label{color:#4b5563;font-size:.8rem;font-weight:500}.collaborate-btn{border-radius:8px;padding:.85rem 2rem;font-size:1rem}.research-papers-section{background-color:#fafbfc;padding:5rem 0 6rem}.papers-header{text-align:center;margin-bottom:3.5rem}.research-papers-pill{color:#1e866d;background-color:#e6f5f2;border:none;margin-bottom:1.5rem;font-weight:700}.papers-section-title{color:#111827;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem}.papers-section-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.papers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.paper-card{background-color:#fff;border:1px solid #25a38426;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.paper-card:before{content:"";opacity:0;background:linear-gradient(#25a384,#10b981);border-radius:4px 0 0 4px;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.paper-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.paper-card:hover:before{opacity:1}.paper-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.paper-tag{color:#1e866d;text-transform:uppercase;background-color:#e6f5f2;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.paper-year{color:#6b7280;background-color:#f3f4f6;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.paper-title{color:#111827;margin-bottom:.75rem;font-size:1.1rem;line-height:1.45}.paper-journal{color:#25a384;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.paper-journal:before{content:"";background-color:#25a384;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.scholar-cta-section{background-color:#fafbfc;padding:2.5rem 0 5rem}.scholar-cta-card{background:linear-gradient(135deg,#051f19 0%,#0a2d25 40%,#104135 100%);border:1px solid #25a38433;border-radius:20px;padding:3.5rem 3rem;position:relative;overflow:hidden}.scholar-cta-glow{pointer-events:none;background:radial-gradient(circle,#25a38433 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.scholar-cta-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.scholar-cta-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.scholar-cta-label{letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;background-color:#25a3841f;border:1px solid #25a38440;border-radius:999px;padding:.3rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.scholar-cta-title{color:#fff;letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1.2}.scholar-cta-description{color:#ffffffb3;max-width:600px;font-size:1.05rem;line-height:1.7}.scholar-cta-description strong{color:#6ee7b7;font-weight:600}.scholar-cta-btn{border-radius:10px;margin-top:.5rem;padding:.9rem 2rem;font-size:1rem;text-decoration:none;transition:all .3s}.scholar-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #25a38459}@media (width<=1024px){.research-overview-grid{grid-template-columns:1fr;gap:3rem}.research-overview-title{font-size:2.5rem}.papers-grid{grid-template-columns:1fr}.papers-section-title{font-size:2rem}}@media (width<=768px){.research-overview-section{padding:3.5rem 0}.research-papers-section{padding:3.5rem 0 4rem}.paper-card{padding:1.5rem}.scholar-cta-section{padding:2rem 0 4rem}.scholar-cta-card{padding:2.5rem 1.5rem}.scholar-cta-title{font-size:1.5rem}.scholar-cta-description{font-size:.95rem}}@media (width<=640px){.research-stats-grid{grid-template-columns:1fr}}@media (width<=480px){.research-overview-section{padding:2.5rem 0}.research-overview-title{font-size:1.85rem}.research-overview-description{max-width:100%;font-size:.95rem}.research-stat-card .stat-number{font-size:1.45rem}.collaborate-btn{width:100%;padding:.8rem 1rem}.highlight-card{padding:1.25rem}.research-papers-section{padding:2.5rem 0 3rem}.papers-section-title{font-size:1.75rem}.papers-section-subtitle{font-size:.95rem}.paper-card{padding:1.25rem}.paper-title{font-size:1rem}.scholar-cta-section{padding:2rem 0 3.5rem}.scholar-cta-card{border-radius:16px;padding:2rem 1.25rem}.scholar-cta-title{font-size:1.35rem}.scholar-cta-description{font-size:.9rem}.scholar-cta-btn{width:100%;padding:.8rem 1rem;font-size:.9rem}}.research-page{width:100%;padding-top:80px}.research-hero-section{background-image:url(https://images.unsplash.com/photo-1532094349884-543bc11b234d?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:75vh;min-height:580px;max-height:820px;padding-top:2rem;display:flex;position:relative;overflow:hidden}.research-hero-overlay{z-index:1;background:linear-gradient(160deg,#051f19eb 0%,#0a2d25e0 40%,#051f19f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.research-hero-particles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.r-particle{opacity:.12;border-radius:50%;position:absolute}.r-particle-1{background:radial-gradient(circle,#25a384 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite r-float;top:-80px;right:10%}.r-particle-2{background:radial-gradient(circle,#10b981 0%,#0000 70%);width:200px;height:200px;animation:10s ease-in-out infinite reverse r-float;bottom:-40px;left:15%}.r-particle-3{background:radial-gradient(circle,#f59e0b 0%,#0000 70%);width:150px;height:150px;animation:12s ease-in-out infinite r-float;top:30%;left:5%}@keyframes r-float{0%,to{transform:translate(0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-10px,15px)}75%{transform:translate(15px,10px)}}.research-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.research-hero-pill{letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;background-color:#25a3841f;border:1px solid #25a38440;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.research-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw + 1rem,4.5rem);font-weight:800;line-height:1.1}.research-hero-title-accent{background:linear-gradient(135deg,#6ee7b7 0%,#25a384 50%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.research-hero-subtitle{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.research-hero-scroll-cue{background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:3rem;margin-left:auto;margin-right:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.research-hero-scroll-cue:hover{background:#f8fafc;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 25px #00000059}.research-scroll-arrow{color:#0f172a;font-size:1.1rem;animation:2s ease-in-out infinite r-bounce}@keyframes r-bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(8px)}}.research-overview-section{background-color:#fff;padding:5rem 0}.research-overview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.research-overview-pill{color:#1e866d;background-color:#e6f5f2;border:none;margin-bottom:2rem;font-weight:700}.research-overview-title{color:#111827;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;line-height:1.15}.research-overview-description{color:#4b5563;max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.research-page-stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.research-page-stat-card{text-align:center;background-color:#f2fbf9;border:1px solid #25a38433;border-radius:12px;padding:1.5rem 1rem;transition:transform .2s,box-shadow .2s}.research-page-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.research-page-stat-card .rp-stat-number{color:#1e866d;font-size:1.75rem;font-weight:800;font-family:var(--font-heading);margin-bottom:.25rem}.research-page-stat-card .rp-stat-label{color:#4b5563;font-size:.8rem;font-weight:500}.research-page-collaborate-btn{border-radius:8px;padding:.85rem 2rem;font-size:1rem}.research-overview-highlights{flex-direction:column;gap:1.25rem;display:flex}.highlight-card{background-color:#f2fbf9;border:1px solid #25a38433;border-radius:12px;padding:1.75rem;transition:transform .2s,box-shadow .2s}.highlight-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000000f}.highlight-icon{color:#1e866d;background:linear-gradient(135deg,#e6f5f2 0%,#d1fae5 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.25rem;display:flex}.highlight-card h4{color:#111827;margin-bottom:.5rem;font-size:1.1rem}.highlight-card p{color:#6b7280;font-size:.9rem;line-height:1.5}.research-publications-section{background-color:#fafbfc;padding:5rem 0 6rem}.publications-header{text-align:center;margin-bottom:3.5rem}.publications-pill{color:#1e866d;background-color:#e6f5f2;border:none;margin-bottom:1.5rem;font-weight:700}.publications-title{color:#111827;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem}.publications-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.publications-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.publication-card{background-color:#fff;border:1px solid #25a38426;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.publication-card:before{content:"";opacity:0;background:linear-gradient(#25a384,#10b981);border-radius:4px 0 0 4px;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.publication-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.publication-card:hover:before{opacity:1}.publication-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.publication-number{color:#1e866d;width:36px;height:36px;font-size:.85rem;font-weight:800;font-family:var(--font-heading);background:linear-gradient(135deg,#e6f5f2,#d1fae5);border-radius:10px;justify-content:center;align-items:center;display:flex}.publication-year{color:#6b7280;background-color:#f3f4f6;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.publication-card h3{color:#111827;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.45}.publication-journal{color:#25a384;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.publication-journal:before{content:"";background-color:#25a384;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}@media (width<=1024px){.research-overview-grid{grid-template-columns:1fr;gap:3rem}.research-overview-title{font-size:2.5rem}.publications-grid{grid-template-columns:1fr}}@media (width<=768px){.research-hero-section{height:auto;min-height:520px;padding-top:2.5rem;padding-bottom:4rem}.research-hero-pill{margin-bottom:1.5rem}.research-page-stats-grid{grid-template-columns:1fr}.publications-title{font-size:2rem}.publication-card{padding:1.5rem}}@media (width<=640px){.research-hero-section{height:auto;min-height:480px;padding-top:3rem}}@media (width<=480px){.research-hero-section{height:auto;min-height:460px;padding-top:3.5rem;padding-bottom:3.5rem}}.legal-page{min-height:100vh;padding:120px 0 80px}.legal-header{text-align:center;margin-bottom:3rem}.legal-title{color:var(--text-primary,#fff);margin-bottom:1rem;font-size:2.5rem}.legal-last-updated{color:var(--text-secondary,#a1a1aa);font-size:.9rem}.legal-content{max-width:800px;color:var(--text-secondary,#a1a1aa);margin:0 auto;line-height:1.8}.legal-content h2{color:var(--text-primary,#fff);margin:2rem 0 1rem;font-size:1.5rem}.legal-content h3{color:var(--text-primary,#fff);margin:1.5rem 0 .75rem;font-size:1.25rem}.legal-content p{margin-bottom:1rem}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.app-container{width:100%;overflow-x:hidden}
