body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}html{overflow-x:hidden;scroll-behavior:smooth}button{border:none;cursor:pointer;font-family:inherit;outline:none}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:2rem}a:focus,button:focus,input:focus{outline:2px solid #f56500;outline-offset:2px}@media (max-width:768px){.container{padding:0 .5rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa;box-shadow:0 2px 20px #00000014;left:0;padding:.75rem 0;position:fixed;right:0;top:0;z-index:1000}.header .container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.header .container,.logo{align-items:center;display:flex}.logo{z-index:1001}.logo a{align-items:center;display:flex}.logo-image{height:auto;transition:transform .3s ease;width:96px}.logo-image:hover{transform:scale(1.05)}.logo-text{color:#0ea5e9;font-size:1.6rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.desktop-nav,.nav-list{display:flex}.nav-list{gap:2.5rem;list-style:none;margin:0;padding:0}.nav-list li{position:relative}.nav-list a,.nav-list a:visited{color:#374151;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-list a:hover{color:#f59e0b}.dropdown{position:relative}.dropdown-toggle{align-items:center;cursor:pointer;display:flex}.dropdown-toggle:after{content:"▼";font-size:.7rem;margin-left:.5rem;transition:transform .3s ease}.dropdown:hover .dropdown-toggle:after{transform:rotate(180deg)}.dropdown-menu{background:#fff;border:1px solid #0000001a;border-radius:8px;box-shadow:0 10px 30px #00000026;left:0;margin-top:.5rem;min-width:280px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{align-items:center;border-bottom:1px solid #0000000d;color:#374151;display:flex;gap:1rem;padding:1rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.dropdown-item:first-child{border-radius:8px 8px 0 0}.dropdown-item:hover{background-color:#f8f9fa;color:#f59e0b}.dropdown-icon{align-items:center;color:#f59e0b;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}.dropdown-icon svg{height:100%;width:100%}.dropdown-content{display:flex;flex-direction:column;gap:.2rem}.dropdown-title{color:inherit;font-size:.95rem;font-weight:600}.dropdown-desc{color:#6b7280;font-size:.8rem;line-height:1.3}.dropdown-item:hover .dropdown-desc{color:#9ca3af}.mobile-menu-btn{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.mobile-menu-btn span{background-color:#374151;border-radius:2px;height:3px;margin:2px 0;transition:.3s;width:25px}.mobile-menu-btn.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa;display:none;height:100vh;left:0;padding-top:5rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:999}.mobile-nav.active{transform:translateX(0)}.mobile-nav-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.mobile-nav-list>li{border-bottom:1px solid #0000001a}.mobile-nav-list>li>a{color:#374151;display:block;font-size:1.1rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.mobile-nav-list>li>a:hover{background-color:#f8f9fa;color:#f59e0b}.mobile-dropdown-toggle{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:1.1rem;font-weight:500;justify-content:space-between;padding:1rem 2rem;text-align:left;transition:background-color .3s ease;width:100%}.mobile-dropdown-toggle:hover{background-color:#f8f9fa;color:#f59e0b}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-menu{background-color:#f8f9fa;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-dropdown-menu.open{max-height:300px}.mobile-dropdown-item{align-items:center;border-bottom:1px solid #0000000d;color:#374151;display:flex;gap:1rem;padding:1rem 3rem;text-decoration:none;transition:background-color .3s ease}.mobile-dropdown-item:last-child{border-bottom:none}.mobile-dropdown-item:hover{background-color:#e5e7eb;color:#f59e0b}.mobile-dropdown-icon{align-items:center;color:#f59e0b;display:flex;flex-shrink:0;height:1.2rem;justify-content:center;width:1.2rem}.mobile-dropdown-icon svg{height:100%;width:100%}.mobile-dropdown-content{display:flex;flex-direction:column;gap:.2rem}.mobile-dropdown-title{font-size:.95rem;font-weight:600}.mobile-dropdown-desc{color:#6b7280;font-size:.8rem;line-height:1.3}.mobile-donate-container{border-top:1px solid #0000001a;margin-top:1rem;padding:1rem 2rem}.mobile-donate-btn{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-align:center;transition:all .3s ease;width:100%}.mobile-donate-btn:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 20px #f59e0b66;transform:translateY(-2px)}.desktop-donate-btn{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;position:relative;transition:all .2s ease;z-index:1001}.desktop-donate-btn:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 6px 16px #f59e0b4d;transform:translateY(-1px)}@media (max-width:1024px){.header .container{padding:0 1.5rem}.nav-list{gap:2rem}.logo-image{width:80px}.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-nav{display:block}.desktop-donate-btn{display:none}}@media (max-width:768px){.header .container{padding:0 1rem}.logo-image{width:70px}.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-nav{display:block}.desktop-donate-btn{display:none}}@media (max-width:480px){.header .container{padding:0 .75rem}.logo-image{width:60px}.header{padding:.5rem 0}.desktop-donate-btn{display:none}.mobile-donate-btn{font-size:1rem;padding:.9rem 1.5rem}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:4rem 0 2rem;position:relative}.footer:before{background:linear-gradient(90deg,#f56500,#f97316,#fbbf24);content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer-content{margin-bottom:3.5rem}.footer-main{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.2fr 2fr 1fr;justify-items:start;margin:0 auto;max-width:1200px}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-image{filter:brightness(0) invert(1);height:60px;width:auto}.footer-description{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin:0}.footer-social-media{margin-top:1rem}.social-media-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#cbd5e1;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon svg{height:20px;width:20px}.social-icon:hover{background:#f56500;color:#fff;transform:translateY(-2px)}.social-icon.facebook:hover{background:#1877f2}.social-icon.twitter:hover{background:#1da1f2}.social-icon.linkedin:hover{background:#0077b5}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-icon.youtube:hover{background:red}.footer-navigation{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);justify-items:start;max-width:100%}.footer-nav-section{display:flex;flex-direction:column}.footer-nav-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;position:relative}.footer-nav-title:after{background:#f56500;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:2rem}.footer-nav-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-nav-links a{border-left:3px solid #0000;color:#cbd5e1;display:block;font-size:.9rem;margin-left:-.5rem;padding:.25rem 0 .25rem .5rem;text-decoration:none;transition:all .3s ease}.footer-nav-links a:hover{border-left-color:#f56500;color:#f56500;padding-left:1rem}.footer-newsletter{justify-self:end;max-width:100%;padding-left:1rem}.newsletter-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.newsletter-description{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:420px;width:100%}.newsletter-input{background-color:#ffffff0d;border:2px solid #334155;border-radius:12px;color:#fff;font-size:.95rem;padding:1rem;transition:all .3s ease;width:100%}.newsletter-input::placeholder{color:#94a3b8}.newsletter-input:focus{background-color:#ffffff1a;border-color:#f56500;outline:none}.newsletter-btn{align-items:center;background:linear-gradient(135deg,#f56500,#f97316);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.newsletter-btn:hover{box-shadow:0 8px 25px #f565004d;transform:translateY(-2px)}.newsletter-icon{height:16px;width:16px}.footer-bottom{border-top:1px solid #334155;justify-content:space-between;margin:0 auto;padding-top:2rem;width:100%}.footer-bottom,.footer-bottom-left{align-items:center;display:flex;gap:2rem}.copyright{color:#94a3b8;font-size:.9rem;margin:0}.footer-legal-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.footer-legal-links a{color:#cbd5e1;font-size:.85rem;text-decoration:none;transition:color .3s ease}.footer-legal-links a:hover{color:#f56500}.footer-bottom-right,.footer-location{align-items:center;display:flex}.footer-location{color:#cbd5e1;font-size:.9rem;gap:.5rem;margin:0}.location-icon{color:#f56500;height:16px;width:16px}@media (max-width:1200px){.footer-main{gap:2rem;grid-template-columns:1fr 1.8fr 1fr;padding:0 1rem}.footer-navigation{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-newsletter{justify-self:stretch}}@media (max-width:992px){.footer-main{gap:2.5rem;grid-template-columns:1fr;padding:0 1rem;text-align:left}.footer-navigation{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.footer-newsletter{justify-self:start;max-width:100%;padding-left:0}.newsletter-form{max-width:100%}}@media (max-width:768px){.footer{padding:3rem 0 2rem}.footer-main{gap:2rem;padding:0 1rem}.footer-navigation{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-bottom{gap:1.5rem;padding:2rem 1rem 0;text-align:center}.footer-bottom,.footer-bottom-left{align-items:center;flex-direction:column}.footer-bottom-left{gap:1rem}.footer-legal-links{flex-wrap:wrap}.footer-legal-links,.social-icons{justify-content:center}}@media (max-width:480px){.footer-brand{text-align:center}.social-icons{justify-content:center}.footer-legal-links{flex-direction:column;gap:.5rem}.newsletter-form{width:100%}}.hero{align-items:center;color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background-image:url(/static/media/DSC_3053%201.ffaa21e016aeef9a19c6.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#0009,#0000004d 50%,#0009)}.hero-content{padding-bottom:80px;padding-top:140px;position:relative;width:100%;z-index:2}.hero-content .container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-title{font-size:3.25rem;font-weight:700;line-height:1.15;margin-bottom:2.5rem;max-width:700px;text-shadow:0 2px 4px #0000004d}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.8rem;transition:all .2s ease}.btn-primary:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 24px #f59e0b66;transform:translateY(-1px)}.btn-secondary{align-items:center;background:#0000;border:2px solid #fff6;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.6rem;padding:.85rem 1.8rem;transition:all .2s ease}.btn-secondary:hover{background:#ffffff26;border-color:#fff9;transform:translateY(-1px)}.play-icon{align-items:center;background:#ffffff40;border-radius:50%;display:flex;font-size:.7rem;height:20px;justify-content:center;width:20px}@media (max-width:1024px){.hero-content{padding-bottom:70px;padding-top:120px}.hero-title{font-size:3rem}}@media (max-width:768px){.hero-content{padding-bottom:60px;padding-top:110px}.hero-title{font-size:2.5rem;margin-bottom:2rem}.hero-buttons{align-items:flex-start;flex-direction:column;gap:.8rem}.btn-primary,.btn-secondary{justify-content:center;width:100%}}@media (max-width:480px){.hero-content{padding-bottom:50px;padding-top:100px}.hero-title{font-size:2rem;line-height:1.2}.btn-primary,.btn-secondary{font-size:.9rem;padding:.8rem 1.5rem}}.from-idea-to-impact{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;padding:6rem 0;position:relative}.from-idea-to-impact:before{background:linear-gradient(90deg,#f56500,#f97316,#fbbf24);content:"";height:3px;left:0;position:absolute;right:0;top:0}.from-idea-to-impact .container{margin:0 auto;max-width:1000px;padding:0 2rem;width:100%}.from-idea-to-impact .content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:900px;text-align:center}.from-idea-to-impact .section-title{color:#1e293b;font-size:3rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:2rem;text-align:center}.from-idea-to-impact .section-description{color:#475569;font-size:1.25rem;font-weight:400;line-height:1.7;margin:0;max-width:800px;text-align:center}@media (max-width:1024px){.from-idea-to-impact{padding:5rem 0}.from-idea-to-impact .section-title{font-size:2.5rem}.from-idea-to-impact .section-description{font-size:1.1rem}}@media (max-width:768px){.from-idea-to-impact{padding:4rem 0}.from-idea-to-impact .container{padding:0 1rem}.from-idea-to-impact .section-title{font-size:2rem;margin-bottom:1.5rem}.from-idea-to-impact .section-description{font-size:1rem}}@media (max-width:480px){.from-idea-to-impact{padding:3rem 0}.from-idea-to-impact .section-title{font-size:1.75rem}.from-idea-to-impact .section-description{font-size:.95rem}}.what-we-do{background-color:#fff;display:block;padding:6rem 0;position:relative;width:100%}.what-we-do .container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:3rem}.section-title{max-width:800px}.pillars-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:space-between;margin-top:1rem;width:100%}.pillar-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex:1 1;height:450px;min-width:300px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pillar-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.pillar-image{background-color:#f8f9fa;background-position:50%;background-size:cover;height:100%;min-height:300px;position:relative;width:100%}.pillar-overlay{background:linear-gradient(180deg,#0000001a 0,#000c);bottom:0;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;min-height:300px;padding:2rem;position:absolute;right:0}.pillar-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.pillar-description{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.learn-more-btn{align-self:flex-start;background-color:#f56500;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease;width:auto}.learn-more-btn:hover{background-color:#ff8a00}@media (max-width:992px){.section-title{font-size:2.2rem;max-width:90%}.pillars-grid{flex-direction:column;gap:1.5rem}.pillar-card{height:350px;min-width:auto}}@media (max-width:768px){.what-we-do{padding:4rem 0}.what-we-do .container{padding:0 1rem}.section-header{margin-bottom:2rem;text-align:center}.section-label{display:block;margin-bottom:1rem;padding-left:0;text-align:center}.section-label:before{display:none}.section-title{font-size:1.8rem;line-height:1.4;margin:0 auto;text-align:center}.pillars-grid{flex-direction:column;gap:1.5rem}.pillar-card{height:350px;min-width:auto;width:100%}.pillar-overlay{padding:1.5rem}.pillar-title{font-size:1.3rem;margin-bottom:.8rem}.pillar-description{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.learn-more-btn{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:480px){.what-we-do{padding:3rem 0}.what-we-do .container{padding:0 .75rem}.section-header{margin-bottom:1.5rem}.section-title{font-size:1.5rem;line-height:1.3}.pillar-card{height:300px}.pillar-overlay{padding:1rem}.pillar-title{font-size:1.1rem;margin-bottom:.6rem}.pillar-description{font-size:.85rem;line-height:1.4;margin-bottom:.8rem}.learn-more-btn{font-size:.85rem;padding:.5rem 1rem}}.impact-stories{background-color:#fff;padding:6rem 0}.impact-stories .container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 2rem}.impact-stories .section-header{display:block;margin-bottom:4rem;text-align:left;width:100%}.impact-stories .section-label{color:#f56500;display:block;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;padding-left:3.5rem;position:relative;text-transform:uppercase}.impact-stories .section-label:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.8rem}.impact-stories .section-title{color:#2d3748;font-size:2.5rem;font-weight:700;line-height:1.3;margin:0}.impact-stories .stories-carousel{position:relative}.impact-stories .carousel-container{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.impact-stories .carousel-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#4a5568;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px}.impact-stories .carousel-btn:hover{background:#f56500;border-color:#f56500;color:#fff}.impact-stories .stories-grid{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:1rem;margin-top:.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.impact-stories .stories-grid::-webkit-scrollbar{display:none}.impact-stories .story-card{border-radius:8px;flex-basis:calc(33.33333% - 0.66667rem);flex-grow:0;flex-shrink:0;height:360px;overflow:hidden;position:relative;scroll-snap-align:start;transition:transform .3s ease}.impact-stories .story-card:hover{transform:translateY(-5px)}.impact-stories .story-image{height:100%;overflow:hidden;position:relative;width:100%}.impact-stories .story-image img{height:100%;object-fit:cover;width:100%}.impact-stories .story-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000001a 0,#0009);bottom:0;display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:absolute;right:0}.impact-stories .read-more-btn{background-color:#f56500;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.impact-stories .read-more-btn:hover{background-color:#ff8a00}@media (max-width:1200px){.impact-stories .story-card{flex-basis:calc(50% - 0.5rem);flex-grow:0;flex-shrink:0;height:320px}}@media (max-width:992px){.impact-stories .section-title{font-size:2.2rem}.impact-stories .carousel-container{flex-direction:column;gap:1rem}.impact-stories .carousel-btn{display:none}}@media (max-width:768px){.impact-stories .section-header{text-align:center}.impact-stories .section-label{display:inline-block;padding-left:0}.impact-stories .section-label:before{display:none}.impact-stories .section-title{font-size:2rem;text-align:center}.impact-stories .story-card{flex:0 0 100%;height:260px}.impact-stories .story-overlay{padding:1.5rem}}.partnership{background-color:#f7fafc;padding:6rem 0}.partnership .container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{display:block;margin-bottom:4rem;text-align:left;width:100%}.section-title{line-height:1.3;margin:0}.partnership-content{align-items:stretch;display:flex;gap:4rem;justify-content:space-between;margin-top:1rem;width:100%}.video-section{display:flex;flex:1 1;flex-direction:column;position:relative}.video-placeholder{align-items:center;border-radius:16px;display:flex;flex:1 1;height:100%;justify-content:center;min-height:350px;overflow:hidden;position:relative;width:100%}.video-placeholder img{border-radius:16px;height:100%;object-fit:cover;width:100%}.play-button{align-items:center;background:#f56500e6;border:none;border-radius:50%;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:80px;z-index:2}.play-button:hover{background:#f56500;transform:translate(-50%,-50%) scale(1.1)}.play-button svg{color:#fff;margin-left:2px}.collaboration-section{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100%}.video-caption{margin-bottom:2rem;margin-top:1.5rem}.video-caption h3{color:#2d3748;font-size:1.3rem;font-weight:700}.collaboration-points{display:flex;flex-direction:column;gap:2rem}.collaboration-item{align-items:flex-start;border-radius:12px;display:flex;gap:1.2rem;padding:1rem;transition:all .3s ease}.collaboration-item:hover{background:#f565000d;transform:translateX(8px)}.collaboration-icon{align-items:center;display:flex;flex-shrink:0;height:56px;justify-content:center;transition:all .3s ease;width:56px}.collaboration-item:hover .collaboration-icon{transform:translateY(-2px)}.collaboration-icon svg{fill:#f56500;color:#f56500;height:32px;width:32px}.collaboration-content{flex:1 1;padding-top:.2rem}.collaboration-title{color:#2d3748;font-size:1.2rem;font-weight:700;margin-bottom:.6rem;transition:color .3s ease}.collaboration-item:hover .collaboration-title{color:#f56500}.collaboration-description{color:#4a5568;font-size:.95rem;line-height:1.6}@media (max-width:992px){.partnership-content{flex-direction:column;gap:3rem}.section-title{font-size:2.2rem}}@media (max-width:768px){.partnership{padding:4rem 0}.partnership .container{padding:0 1rem}.section-header{margin-bottom:3rem;text-align:center}.section-label{display:inline-block;padding-left:0}.section-label:before{display:none}.section-title{font-size:1.8rem;line-height:1.4;text-align:center}.partnership-content{gap:2.5rem}.video-placeholder{height:250px}.collaboration-points{gap:1.5rem}.collaboration-item{gap:1rem;padding:.8rem}.collaboration-item:hover{transform:translateX(4px)}.collaboration-icon{height:48px;width:48px}.collaboration-icon svg{height:28px;width:28px}.collaboration-title{font-size:1.1rem}.collaboration-description{font-size:.9rem}}.call-to-action{color:#fff;padding:6rem 0;position:relative;text-align:center}.cta-background{background:linear-gradient(135deg,#667eea,#764ba2)}.cta-background,.cta-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.cta-overlay{background:#2d3748cc}.cta-content{z-index:2}.cta-title{margin-left:auto;margin-right:auto;max-width:600px}.cta-btn{border:2px solid #0000;border-radius:8px;cursor:pointer;font-size:1.1rem;min-width:180px}.cta-btn.primary{background:linear-gradient(135deg,#f56500,#ff8a00);border:none}.cta-btn.primary:hover{box-shadow:0 6px 20px #f5650066}.cta-btn.secondary{background:linear-gradient(135deg,#ff8a00,orange);border:none}.cta-btn.secondary:hover{box-shadow:0 6px 20px #ff8a0066}.cta-btn.tertiary{background:#0000;border:2px solid #ffffff80;color:#fff}.cta-btn.tertiary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width:768px){.cta-title{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-btn{max-width:300px;width:100%}}.who-are-we-page{margin:0;padding:100px 0 0}.who-are-we-section{background-color:#fff;padding:3rem 0 6rem}.who-are-we-page .about-section-header{margin-bottom:3rem;width:100%}.who-are-we-page .about-section-label{color:#f56500!important;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;padding-left:3.5rem;position:relative;text-transform:uppercase}.who-are-we-page .about-section-label:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.8rem}.who-content{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}.image-section{flex:1.2 1;max-width:55%;position:relative}.hero-image{border-radius:16px;height:450px;object-fit:cover;width:100%}.image-overlay-content{align-items:flex-start;background:linear-gradient(#f565004d,#00000080);border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:2.5rem;position:absolute;right:0;top:0;z-index:2}.about-hero-title{color:#fff;font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.cta-button{background-color:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background-color:#e55a00;box-shadow:0 4px 12px #f565004d;transform:translateY(-2px)}.content-section{flex:0.8 1;max-width:45%;padding-left:2rem;padding-top:1rem}.main-description{color:#2d3748;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem}.detailed-description{color:#4a5568;font-size:.95rem;line-height:1.7;margin-bottom:0}.mission-vision-section{background-color:#f7fafc;padding:6rem 0}.mission-vision-content{align-items:flex-start;display:flex;gap:4rem}.mission-vision-left{flex:1 1;max-width:40%}.mission-vision-section .section-header{padding-right:2rem}.mission-vision-section .section-label-small{color:#f56500;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem;padding-left:3rem;position:relative;text-transform:uppercase}.mission-vision-section .section-label-small:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.5rem}.mission-vision-section .section-title{color:#2d3748;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.mission-vision-section .section-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:0}.mission-vision-right{flex:1 1;max-width:60%}.mission-vision-cards{display:flex;gap:2rem}.mission-card,.vision-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;flex:1 1;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-8px)}.card-image{height:200px;overflow:hidden}.card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.mission-card:hover .card-image img,.vision-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:1.5rem}.card-title{color:#2d3748;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.card-description{color:#4a5568;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.mission-vision-cards .read-more-btn{align-items:center;background:none;border:none;color:#f56500;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:0;transition:all .3s ease}.mission-vision-cards .read-more-btn:after{content:"→";transition:transform .3s ease}.mission-vision-cards .read-more-btn:hover{color:#e55a00}.mission-vision-cards .read-more-btn:hover:after{transform:translateX(4px)}.values-section{background:linear-gradient(135deg,#f59e0b,#f97316);padding:6rem 0}.values-grid{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.value-item{align-items:flex-start;background:#0000!important;background-color:initial!important;border:none!important;box-shadow:none!important;flex-direction:column;margin:0!important;padding:0!important;text-align:left}.value-icon,.value-item{border-radius:0!important;display:flex}.value-icon{align-items:center;background:none!important;color:#000;height:32px;justify-content:center;margin-bottom:1.25rem;width:32px}.value-title{color:#000;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem;text-align:left}.value-description{color:#000;font-size:.95rem;line-height:1.6;margin-bottom:0;text-align:left}.our-story-section{background-color:#fff;padding:6rem 0}.our-story-section .story-content{align-items:center;display:flex;gap:4rem}.our-story-section .story-image{flex:1 1;max-width:50%}.our-story-section .story-image img{border-radius:16px;height:auto;object-fit:cover;width:100%}.our-story-section .story-text{flex:1 1;max-width:50%;padding-left:2rem}.our-story-section .story-title{color:#2d3748;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem}.our-story-section .story-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:0}@media (max-width:992px){.who-content{align-items:stretch;flex-direction:column;gap:3rem}.content-section,.image-section{max-width:100%}.content-section{padding-left:0;padding-top:0}.hero-image{height:400px}.about-hero-title{font-size:2.8rem}.main-description{font-size:1.3rem}.mission-vision-content{flex-direction:column;gap:3rem}.mission-vision-left,.mission-vision-right{max-width:100%}.mission-vision-section .section-header{padding-right:0;text-align:center}.mission-vision-cards{gap:1.5rem}.values-grid{gap:2rem;grid-template-columns:repeat(2,1fr);max-width:800px}.our-story-section .story-content{gap:3rem}.our-story-section .story-text{padding-left:1rem}.our-story-section .story-title{font-size:2.2rem}}@media (max-width:768px){.who-are-we-section{padding:2rem 0 4rem}.about-section-header{margin-bottom:2rem;text-align:center}.about-section-label{padding-left:0!important}.about-section-label:before{display:none}.who-content{gap:2rem}.hero-image{height:300px}.image-overlay-content{padding:2rem}.about-hero-title{font-size:2.2rem;text-align:center}.cta-button{align-self:center;padding:.8rem 1.5rem}.main-description{font-size:1.2rem;text-align:center}.detailed-description{font-size:.9rem;text-align:center}.mission-vision-section{padding:4rem 0}.mission-vision-section .section-label-small{padding-left:0}.mission-vision-section .section-label-small:before{display:none}.mission-vision-section .section-title{font-size:2rem}.mission-vision-cards{flex-direction:column;gap:2rem}.values-section{padding:4rem 0}.values-grid{gap:2.5rem;grid-template-columns:1fr;max-width:100%;padding:0 1rem}.value-icon{color:#000;height:28px;width:28px}.value-title{color:#000;font-size:1.1rem}.value-description{color:#000;font-size:.9rem}.our-story-section{padding:4rem 0}.our-story-section .story-content{flex-direction:column;gap:2rem}.our-story-section .story-image,.our-story-section .story-text{flex:none;max-width:100%}.our-story-section .story-text{padding-left:0}.our-story-section .story-title{font-size:2rem;margin-bottom:1.5rem}.our-story-section .story-description{font-size:.95rem}}@media (max-width:480px){.image-overlay-content{padding:1.5rem}.about-hero-title{font-size:2rem}.main-description{font-size:1.1rem}.detailed-description{font-size:.9rem}.mission-vision-section .section-title{font-size:1.8rem}.card-image{height:180px}.card-content{padding:1.25rem}.values-section{padding:3rem 0}.values-grid{gap:2rem;padding:0 1rem}.value-icon{color:#000;height:24px;width:24px}.value-title{color:#000;font-size:1rem}.value-description{color:#000;font-size:.85rem}.our-story-section{padding:3rem 0}.our-story-section .story-title{font-size:1.8rem;margin-bottom:1rem}.our-story-section .story-description{font-size:.9rem}}.why-it-matters-page{background-color:#fff;min-height:100vh}.why-hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:8rem 0 6rem;text-align:center}.why-hero-content{margin:0 auto;max-width:800px}.why-hero-title{color:#2d3748;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.why-hero-description{color:#4a5568;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.donate-cta-btn{align-items:center;background:linear-gradient(135deg,#f56500,#ff8a00);border:none;border-radius:8px;box-shadow:0 4px 15px #f565004d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.donate-cta-btn:hover{box-shadow:0 6px 20px #f5650066;transform:translateY(-2px)}.our-why-section{background-color:#fff;padding:6rem 0}.section-label-orange{letter-spacing:2px;padding-left:3rem;padding-right:3rem;text-transform:uppercase}.section-label-orange:after,.section-label-orange:before{background-color:#f56500;width:2.5rem}.section-label-orange:before{left:0}.section-label-orange:after{right:0}.why-stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.stat-item{padding:2rem;text-align:center}.stat-number{color:#f56500;font-size:3rem;font-weight:700;line-height:1;margin-bottom:1rem}.stat-description{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:0}.why-explanation{margin:0 auto;max-width:800px;text-align:center}.why-explanation p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:0}.why-matters-details{background-color:#f8fafc;padding:6rem 0}.why-content-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.why-section-title{color:#2d3748;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.why-intro{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:3rem}.impact-stats{display:flex;flex-direction:column;gap:2rem}.impact-stat{align-items:flex-start;display:flex;gap:1rem}.impact-icon{align-items:center;background:linear-gradient(135deg,#f56500,#ff8a00);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:.25rem;width:32px}.impact-stat p{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:0}.why-feature-image{border-radius:16px;height:auto;object-fit:cover;width:100%}.our-approach-section{background-color:#fff;padding:6rem 0}.approach-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:4rem}.approach-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.approach-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.approach-icon{align-items:center;background:linear-gradient(135deg,#f56500,#ff8a00);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.approach-title{color:#2d3748;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.approach-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:0}.our-impact-section{background:linear-gradient(135deg,#f56500,#ff8a00);padding:6rem 0}.impact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:4rem}.impact-metric{color:#fff;text-align:center}.metric-number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:1rem}.metric-label{font-size:1rem;line-height:1.5;margin-bottom:0;opacity:.9}.final-cta-section{background-color:#2d3748;padding:6rem 0}.cta-title{color:#fff;margin-bottom:3rem}.donate-now-btn,.join-us-btn{border:2px solid #0000;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.join-us-btn{background:#0000;border-color:#fff;color:#fff}.join-us-btn:hover{background:#fff;color:#2d3748}.donate-now-btn{background:linear-gradient(135deg,#f56500,#ff8a00);border:none;color:#fff}.donate-now-btn:hover{box-shadow:0 6px 20px #f5650066;transform:translateY(-2px)}@media (max-width:768px){.why-hero-title{font-size:2.5rem}.why-hero-description{font-size:1rem}.section-label-orange{padding-left:0;padding-right:0}.section-label-orange:after,.section-label-orange:before{display:none}.why-stats-grid{gap:2rem;grid-template-columns:1fr}.why-content-layout{gap:3rem;grid-template-columns:1fr}.why-section-title{font-size:2rem}.approach-grid{gap:2rem;grid-template-columns:1fr}.impact-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.donate-now-btn,.join-us-btn{max-width:300px;width:100%}}@media (max-width:480px){.why-hero-section{padding:6rem 0 4rem}.why-hero-title{font-size:2rem}.final-cta-section,.our-approach-section,.our-impact-section,.our-why-section,.why-matters-details{padding:4rem 0}.metric-number,.stat-number{font-size:2.5rem}.impact-grid{grid-template-columns:1fr}.cta-title{font-size:1.75rem}}.our-team-page{background:#fff;min-height:100vh}.team-hero-section{background:linear-gradient(135deg,#f56500,#ff8533);color:#fff;padding:120px 0 80px;text-align:center}.team-hero-content{margin:0 auto;max-width:800px}.team-section-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:8px 24px}.team-hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.team-hero-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.95}.core-team-section{background:#f8f9fa;padding:80px 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.advisory-board-section{background:#fff;padding:80px 0}.advisory-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.creative-council-section{background:#f8f9fa;padding:80px 0}.creative-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.team-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.team-card:hover{box-shadow:0 8px 40px #f5650026;transform:translateY(-8px)}.team-card-large{align-items:center;display:grid;grid-column:span 2;grid-template-columns:1fr 1fr;min-height:320px}.team-image-container{background:#f8f9fa;height:280px;overflow:hidden;position:relative;width:100%}.team-card-large .team-image-container{height:100%}.team-image{height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.team-card:hover .team-image{transform:scale(1.05)}.team-overlay{align-items:center;background:linear-gradient(45deg,#f56500e6,#ff8533e6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.team-card:hover .team-overlay{opacity:1}.team-social{display:flex;gap:1rem}.social-btn{align-items:center;background:#0000;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.social-btn:hover{background:#fff;color:#f56500;transform:scale(1.1)}.team-info{padding:1.5rem}.team-card-large .team-info{padding:2rem}.team-name{color:#2c3e50;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.team-card-large .team-name{font-size:1.6rem}.team-role{color:#f56500;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.team-card-large .team-role{font-size:1.1rem}.team-bio{color:#666;font-size:.95rem;line-height:1.6}.team-card-large .team-bio{font-size:1.1rem}.join-team-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 0;text-align:center}.join-team-content{margin:0 auto;max-width:800px}.join-team-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.3;margin-bottom:1.5rem}.join-team-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.join-team-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.careers-btn,.volunteer-btn{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:16px 32px;text-transform:uppercase;transition:all .3s ease}.careers-btn{background:#f56500;color:#fff}.careers-btn:hover{background:#e55a00;box-shadow:0 8px 25px #f565004d;transform:translateY(-2px)}.volunteer-btn{background:#0000;border:2px solid #fff;color:#fff}.volunteer-btn:hover{background:#fff;color:#2c3e50;transform:translateY(-2px)}@media (max-width:768px){.team-hero-section{padding:80px 0 60px}.advisory-board-section,.core-team-section,.creative-council-section,.join-team-section{padding:60px 0}.section-header-center{margin-bottom:3rem}.section-label-orange:after,.section-label-orange:before{display:none}.advisory-grid,.creative-grid,.team-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.team-card-large{grid-column:span 1;grid-template-columns:1fr}.team-card-large .team-image-container{height:280px}.join-team-buttons{align-items:center;flex-direction:column}.careers-btn,.volunteer-btn{max-width:300px;width:100%}}@media (max-width:480px){.team-hero-section{padding:60px 0 40px}.advisory-board-section,.core-team-section,.creative-council-section,.join-team-section{padding:40px 0}.team-info{padding:1rem}.team-card-large .team-info{padding:1.5rem}.team-name{font-size:1.1rem}.team-card-large .team-name{font-size:1.3rem}}.yocilab-academy-page{background:#fff;min-height:100vh}.academy-main-section{background:#fff;padding:2rem 0 4rem}.academy-section-header{margin-bottom:3rem;text-align:center}.academy-section-label{background:#f56500;border-radius:25px;color:#fff;padding:.5rem 2rem;text-transform:uppercase}.academy-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.academy-image-section{border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;position:relative}.academy-hero-image{display:block;height:400px;object-fit:cover;width:100%}.academy-image-overlay-content{align-items:flex-start;background:linear-gradient(90deg,#f56500f2,#f56500e6);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:3rem;position:absolute;right:0;text-align:left;top:0}.academy-hero-title{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;max-width:90%}.academy-cta-button{background:#fff;border:none;border-radius:50px;color:#f56500;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.academy-cta-button:hover{background:#f8f9fa;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.academy-content-section{padding-left:1rem}.academy-main-description{color:#2c3e50;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem}.academy-detailed-description{color:#666;font-size:1.1rem;line-height:1.7}.academy-programs-section{background:#f8f9fa;padding:4rem 0;position:relative}.programs-header{margin-bottom:3rem;position:relative}.programs-title{color:#2c3e50;font-size:clamp(2.2rem,4vw,2.8rem);font-weight:700;letter-spacing:-.5px;margin-bottom:1.5rem}.programs-description{color:#666;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.program-section{margin-bottom:3rem;padding:1.5rem 0;position:relative}.program-section:last-of-type{margin-bottom:0}.program-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;min-height:350px;padding:2rem 0;position:relative}.program-content.reverse{direction:rtl;grid-template-columns:1fr 1fr}.program-content.reverse>*{direction:ltr}.program-text{display:flex;flex-direction:column;gap:1.2rem;justify-content:center;padding:1.5rem 0}.spark-program{background:#fff;border-left:5px solid #f56500;border-radius:20px;box-shadow:0 8px 30px #f5650014;margin:2rem 0;padding:2.5rem}.changemakers-program{background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:25px;box-shadow:0 15px 40px #2c3e5033;color:#fff;margin:2rem 0;overflow:hidden;padding:3rem;position:relative}.changemakers-program:before{background:radial-gradient(circle,#f565001a,#0000);border-radius:50%;content:"";height:200px;position:absolute;right:0;top:0;width:200px}.changemakers-program .program-title{color:#fff}.changemakers-program .program-subtitle{background:#f5650033;border:1px solid #f565004d;color:#f56500}.changemakers-program .program-description{color:#ffffffe6}.changemakers-program .learning-section{background:#ffffff0d;border:1px solid #ffffff1a}.changemakers-program .learning-title{border-bottom:2px solid #f565004d;color:#fff}.changemakers-program .learning-list li{background:#ffffff0d;border:1px solid #ffffff1a;color:#ffffffe6}.fellowship-program{background:#fff;margin:2rem 0}.fellowship-program .program-content{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e9ecef;border-radius:20px;box-shadow:0 10px 35px #00000014;padding:3rem}.program-title{font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.8px;margin-bottom:.8rem}.spark-program .program-title{color:#2c3e50;position:relative}.spark-program .program-title:after{color:#f56500;content:"+";font-size:1.2em;font-weight:800;margin-left:.1rem}.program-subtitle{background:#f5650014;border:1px solid #f5650033;border-radius:25px;display:inline-block;font-weight:700;letter-spacing:1.5px;margin-bottom:2rem;padding:.6rem 1.5rem;text-transform:uppercase}.program-description{color:#555;font-size:1.15rem;font-weight:400;line-height:1.8}.learning-list,.program-features{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin:2rem 0;padding:0}.learning-list li,.program-features li{align-items:center;background:#f5650008;border:1px solid #f565001a;border-radius:12px;color:#333;display:flex;font-size:1rem;font-weight:500;gap:1rem;line-height:1.6;padding:1.2rem 1.5rem;position:relative;transition:all .3s ease}.learning-list li:hover,.program-features li:hover{background:#f565000f;border-color:#f5650033;box-shadow:0 4px 20px #f565001a;transform:translateY(-2px)}.learning-list li:before,.program-features li:before{align-items:center;background:#f56500;border-radius:50%;content:"";display:flex;flex-shrink:0;height:20px;justify-content:center;position:relative;width:20px}.program-features li:after{height:12px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain;width:12px}.learning-list li:after,.program-features li:after{background:#fff;content:"";left:1.9rem;position:absolute}.learning-list li:after{border-radius:50%;height:8px;width:8px}.changemakers-program .program-content.changemakers-card{gap:2rem;grid-template-columns:1fr;text-align:center}.changemakers-program .program-image{border:4px solid #f565004d;border-radius:50%;height:300px;margin:0 auto 2rem;width:300px}.changemakers-program .program-image img{border-radius:50%}.fellowship-program .program-content.fellowship-hero{background:linear-gradient(135deg,#f565000d,#f5650005);border:2px solid #f565001a;position:relative}.fellowship-program .program-content.fellowship-hero:before{background:linear-gradient(90deg,#f56500,#ff8533,#f56500);border-radius:20px 20px 0 0;content:"";height:4px;left:-1px;position:absolute;right:-1px;top:-1px}.spark-program .program-btn{background:linear-gradient(135deg,#f56500,#f73);box-shadow:0 6px 20px #f5650040}.changemakers-program .program-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#f56500,#f73);border:2px solid #fff3}.fellowship-program .program-btn{background:linear-gradient(135deg,#2c3e50,#34495e);border:2px solid #f565004d;color:#fff}.fellowship-program .program-btn:hover{background:linear-gradient(135deg,#f56500,#f73);border-color:#0000}.learning-list li:after,.program-features li:after{background:#f56500;content:"";height:16px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5 7 7-7 7'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 5 7 7-7 7'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain;opacity:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:all .3s ease;width:16px}.learning-list li:hover:after,.program-features li:hover:after{opacity:1;transform:translateY(-50%) translateX(5px)}.learning-section{margin-bottom:1.5rem}.learning-title{font-size:1.2rem;margin-bottom:1rem}.program-btn{background:linear-gradient(135deg,#f56500,#f73);border:none;border-radius:35px;box-shadow:0 6px 20px #f5650040;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;overflow:hidden;padding:1.4rem 3rem;position:relative;text-transform:uppercase;transition:all .3s ease}.program-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.program-btn:hover:before{left:100%}.program-btn:hover{background:linear-gradient(135deg,#e55a00,#f56500);box-shadow:0 10px 30px #f5650066;transform:translateY(-3px)}.application-note{font-size:.95rem;line-height:1.5}.program-image{aspect-ratio:4/3;background:#f8f9fa;border-radius:20px;box-shadow:0 15px 40px #0000001f;position:relative;transition:all .4s ease}.program-image:hover{box-shadow:0 25px 60px #0000002e;transform:translateY(-8px) scale(1.02)}.program-image img{transition:transform .4s ease}.program-image:hover img{transform:scale(1.08)}.program-image:before{background:linear-gradient(45deg,#f565000d,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.program-image:hover:before{opacity:1}.academy-final-cta{background:linear-gradient(135deg,#2c3e50,#34495e 50%,#2c3e50);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.academy-final-cta:before{background:radial-gradient(circle at 30% 20%,#f565001a 0,#0000 50%),radial-gradient(circle at 70% 80%,#f5650014 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.final-cta-content{margin:0 auto;max-width:900px;position:relative;z-index:1}.final-cta-title{font-size:clamp(2.2rem,5vw,3rem);font-weight:700;letter-spacing:-.5px;line-height:1.3;margin-bottom:2rem}.final-cta-description{font-size:1.3rem;font-weight:300;line-height:1.7;margin-bottom:1.5rem;opacity:.9}.final-cta-question{color:#f56500;font-size:1.3rem;font-weight:600;letter-spacing:1px;margin-bottom:3rem;text-transform:uppercase}.final-cta-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.explore-btn,.sponsor-btn{border-radius:35px;letter-spacing:.8px;min-width:220px;overflow:hidden;padding:1.5rem 3rem;position:relative}.sponsor-btn{background:linear-gradient(135deg,#f56500,#f73);box-shadow:0 8px 25px #f565004d}.sponsor-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.sponsor-btn:hover:before{left:100%}.sponsor-btn:hover{background:linear-gradient(135deg,#e55a00,#f56500);box-shadow:0 12px 35px #f5650066}.explore-btn{border:2px solid #fffc}.explore-btn:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-color:#fff}@media (max-width:768px){.academy-main-section{padding:1.5rem 0 3rem}.academy-content{gap:2rem;grid-template-columns:1fr}.academy-content-section{padding-left:0}.academy-hero-image{height:300px}.academy-programs-section{padding:3rem 0}.program-section,.programs-header{margin-bottom:2rem}.program-section{padding:1rem 0}.program-content{gap:2rem;grid-template-columns:1fr;min-height:auto;padding:1.5rem 0}.program-content.reverse{direction:ltr;grid-template-columns:1fr}.program-text{gap:1rem;padding:1rem 0}.learning-list,.program-features{gap:.8rem}.learning-list li,.program-features li{font-size:.95rem;padding:1rem 1.2rem}.program-image{aspect-ratio:16/10;width:100%}.changemakers-program,.spark-program{padding:2rem 1.5rem}.changemakers-program .program-image{height:250px;width:250px}.fellowship-program .program-content{padding:2rem 1.5rem}.program-title{font-size:clamp(1.8rem,5vw,2.5rem)}.academy-final-cta{padding:4rem 0}.final-cta-buttons{align-items:center;flex-direction:column;gap:1.2rem}.explore-btn,.sponsor-btn{max-width:300px;width:100%}}@media (max-width:480px){.academy-main-section{padding:1rem 0 2rem}.academy-section-header{margin-bottom:2rem}.academy-hero-image{height:250px}.academy-image-overlay-content{padding:1.5rem}.academy-hero-title{font-size:1.5rem;margin-bottom:1.5rem}.academy-cta-button{font-size:.9rem;padding:.8rem 1.5rem}.academy-main-description{font-size:1.2rem}.program-section{margin-bottom:3rem;padding:1.5rem 0}.program-content{gap:2rem;padding:1.5rem 0}.program-text{gap:1rem}.program-title{font-size:clamp(1.6rem,4vw,2rem)}.program-subtitle{padding:.5rem 1.2rem}.program-description,.program-subtitle{font-size:1rem;margin-bottom:1.5rem}.learning-list li,.program-features li{font-size:.9rem;padding:.8rem 1rem}.program-btn{font-size:.9rem;padding:1.2rem 2rem}.academy-final-cta{padding:3rem 0}.final-cta-title{font-size:clamp(1.8rem,4vw,2.2rem)}.final-cta-description{font-size:1.1rem}.final-cta-question{font-size:1.1rem;margin-bottom:2rem}.explore-btn,.sponsor-btn{font-size:1rem;padding:1.2rem 2rem}}.academy-hero-content{margin:0 auto;max-width:900px}.academy-section-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:8px 24px}.academy-hero-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.3;margin-bottom:2rem}.academy-hero-description{font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:800px;opacity:.95}.section-header-center{margin-bottom:4rem;text-align:center}.section-label-orange{color:#f56500;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;position:relative}.section-label-orange:after,.section-label-orange:before{background:#f56500;content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.section-label-orange:before{left:-60px}.section-label-orange:after{right:-60px}.section-title-center{color:#2c3e50;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.3;margin-bottom:1rem}.section-description-center{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.what-we-do-academy{background:#f8f9fa;padding:80px 0}.programs-grid{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.program-card{box-shadow:0 8px 30px #0000001a;padding:2.5rem;position:relative;transition:all .3s ease}.program-card:before{background:linear-gradient(90deg,#f56500,#ff8533);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.program-card:hover:before{transform:scaleX(1)}.program-card:hover{box-shadow:0 15px 50px #f5650026;transform:translateY(-10px)}.program-header{margin-bottom:2rem;text-align:center}.program-icon{align-items:center;background:linear-gradient(135deg,#f56500,#ff8533);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:80px}.program-card:hover .program-icon{transform:scale(1.1) rotate(5deg)}.program-title{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.program-age{color:#f56500;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.program-content{margin-bottom:2.5rem}.program-description{color:#666;margin-bottom:1.5rem}.program-features{list-style:none;margin:0;padding:0}.program-features li{color:#555;padding:.5rem 0 .5rem 1.5rem}.program-features li:before{background:#f56500;content:"";height:16px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 13 4 4L19 7'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain;top:.6rem;width:16px}.learning-section{background:#f5650005;border:1px solid #f5650014;border-radius:16px;margin-bottom:2rem;padding:2rem}.learning-title{align-items:center;border-bottom:2px solid #f565001a;color:#2c3e50;display:flex;font-size:1.3rem;font-weight:700;gap:.8rem;margin-bottom:1.5rem;padding-bottom:.8rem}.learning-title:before{background:#f56500;border-radius:4px;content:"";height:20px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 12 2 2 4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 12 2 2 4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain;width:20px}.learning-list{list-style:none;margin:1rem 0;padding:0}.learning-list li{color:#555;padding:.4rem 0 .4rem 1.5rem;position:relative}.learning-list li:before{background:#f56500;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.8rem;width:8px}.program-cta{text-align:center}.primary-btn{background:linear-gradient(135deg,#f56500,#ff8533);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;max-width:280px;padding:16px 32px;text-transform:uppercase;transition:all .3s ease;width:100%}.primary-btn:hover{background:linear-gradient(135deg,#e55a00,#f56500);box-shadow:0 8px 25px #f565004d;transform:translateY(-2px)}.application-note{color:#666;font-size:.9rem;font-style:italic;margin-top:1rem}.spark-plus{border-left:4px solid #4caf50}.changemakers{border-left:4px solid #2196f3}.fellowship{border-left:4px solid #9c27b0}.final-cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;overflow:hidden;padding:100px 0;position:relative;text-align:center}.final-cta-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path fill="url(%23a)" d="M0 0h100v20H0z"/></svg>') top/100% 200px no-repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.cta-title{font-size:clamp(2.2rem,5vw,3rem);line-height:1.3}.cta-description{font-size:1.3rem;margin-bottom:1rem;opacity:.9}.cta-question{color:#f56500;font-size:1.2rem;font-weight:600;margin-bottom:3rem}.cta-buttons{gap:2rem}.explore-btn,.sponsor-btn{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;min-width:200px;padding:18px 36px;text-transform:uppercase;transition:all .3s ease}.sponsor-btn{background:#f56500;color:#fff}.sponsor-btn:hover{background:#e55a00;box-shadow:0 10px 30px #f5650066;transform:translateY(-3px)}.explore-btn{background:#0000;border:2px solid #fff;color:#fff}.explore-btn:hover{background:#fff;color:#2c3e50;transform:translateY(-3px)}@media (max-width:768px){.academy-hero-section{padding:80px 0 60px}.final-cta-section,.what-we-do-academy{padding:60px 0}.section-header-center{margin-bottom:3rem}.section-label-orange:after,.section-label-orange:before{display:none}.programs-grid{gap:2rem;grid-template-columns:1fr;margin-top:2rem}.program-card{padding:2rem}.cta-buttons{align-items:center;flex-direction:column;gap:1.5rem}.explore-btn,.sponsor-btn{max-width:300px;width:100%}}@media (max-width:480px){.academy-hero-section{padding:60px 0 40px}.final-cta-section,.what-we-do-academy{padding:40px 0}.program-card{padding:1.5rem}.program-icon{height:60px;width:60px}.program-title{font-size:1.5rem}.primary-btn{font-size:.9rem;padding:14px 28px}}.yocilab-hub-page{margin:0;padding:100px 0 0}.hub-hero-section{background-color:#fff;padding:3rem 0 6rem}.hub-section-header{margin-bottom:3rem;width:100%}.hub-section-label{color:#f56500!important;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;padding-left:3.5rem;position:relative;text-transform:uppercase}.hub-section-label:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.8rem}.hub-hero-content{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}.hub-image-section{flex:1.2 1;max-width:55%;position:relative}.hub-hero-image{border-radius:16px;height:450px;object-fit:cover;width:100%}.hub-image-overlay-content{align-items:flex-start;background:linear-gradient(#f565004d,#00000080);border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:2.5rem;position:absolute;right:0;top:0;z-index:2}.hub-hero-title{color:#fff;font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.hub-cta-button{background-color:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.hub-cta-button:hover{background-color:#e55a00;box-shadow:0 4px 12px #f565004d;transform:translateY(-2px)}.hub-content-section{flex:0.8 1;max-width:45%;padding-left:2rem;padding-top:1rem}.hub-main-description{color:#2d3748;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem}.hub-detailed-description{color:#4a5568;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.hub-detailed-description:last-child{margin-bottom:0}.hub-objectives-section{background-color:#f7fafc;padding:6rem 0}.objectives-content{text-align:center}.objectives-header{margin-bottom:4rem}.objectives-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:4rem}.objective-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.objective-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-8px)}.objective-icon{align-items:center;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;margin-bottom:1.5rem;width:48px}.objective-title{color:#2d3748;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.objective-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:0}.hub-programs-section{background-color:#fff;padding:6rem 0}.programs-header{margin-bottom:4rem;text-align:center}.programs-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr}.program-card{background:#fff;border-radius:20px;box-shadow:0 6px 25px #0000001a;display:flex;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.program-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.program-card:nth-child(2n){flex-direction:row-reverse}.program-image{flex:1 1;min-height:400px;overflow:hidden}.program-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.program-card:hover .program-image img{transform:scale(1.05)}.program-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem}.program-title{color:#2d3748;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.program-subtitle{color:#f56500;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.program-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:2rem}.program-features{margin-bottom:2rem}.program-features h4{color:#2d3748;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.program-features ul{list-style:none;margin:0;padding:0}.program-features li{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.program-features li:before{color:#f56500;content:"✓";font-size:1rem;font-weight:700;left:0;position:absolute;top:0}.program-cta-btn{align-self:flex-start;background-color:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.program-cta-btn:hover{background-color:#e55a00;box-shadow:0 4px 12px #f565004d;transform:translateY(-2px)}@media (max-width:992px){.hub-hero-content{align-items:stretch;flex-direction:column;gap:3rem}.hub-content-section,.hub-image-section{max-width:100%}.hub-content-section{padding-left:0;padding-top:0}.hub-hero-image{height:400px}.hub-hero-title{font-size:2.8rem}.hub-main-description{font-size:1.3rem}.objectives-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.program-card,.program-card:nth-child(2n){flex-direction:column!important}.program-image{min-height:300px}.program-content{padding:2rem}.program-title{font-size:1.75rem}}@media (max-width:768px){.hub-hero-section{padding:2rem 0 4rem}.hub-section-header{margin-bottom:2rem;text-align:center}.hub-section-label{padding-left:0!important}.hub-section-label:before{display:none}.hub-hero-content{gap:2rem}.hub-hero-image{height:300px}.hub-image-overlay-content{padding:2rem}.hub-hero-title{font-size:2.2rem;text-align:center}.hub-cta-button{align-self:center;padding:.8rem 1.5rem}.hub-main-description{font-size:1.2rem;text-align:center}.hub-detailed-description{font-size:.9rem;text-align:center}.hub-objectives-section,.hub-programs-section{padding:4rem 0}.section-label-small{padding-left:0}.section-label-small:before{display:none}.section-title{font-size:2rem}.objectives-grid{gap:2rem;grid-template-columns:1fr}.objectives-header,.programs-header{margin-bottom:3rem}.programs-grid{gap:3rem}.program-image{min-height:250px}.program-content{padding:1.5rem}.program-title{font-size:1.5rem}.program-subtitle{font-size:1rem}.program-description{font-size:.95rem}.program-features li{font-size:.9rem}}@media (max-width:480px){.hub-image-overlay-content{padding:1.5rem}.hub-hero-title{font-size:2rem}.hub-main-description{font-size:1.1rem}.hub-detailed-description{font-size:.9rem}.section-title{font-size:1.8rem}.hub-objectives-section,.hub-programs-section{padding:3rem 0}.objective-item{padding:1.5rem}.objective-icon{height:40px;width:40px}.objective-title{font-size:1.1rem}.objective-description{font-size:.9rem}.program-content{padding:1.25rem}.program-title{font-size:1.3rem}.program-subtitle{font-size:.95rem}.program-description{font-size:.9rem}.program-features h4{font-size:1rem}.program-features li{font-size:.85rem}.program-cta-btn{font-size:.9rem;padding:.8rem 1.5rem}}.signature-events-page{margin:0;padding:100px 0 0}.events-hero-section{background-color:#fff;padding:3rem 0 6rem}.events-section-header{margin-bottom:3rem;width:100%}.events-section-label{color:#f56500!important;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;padding-left:3.5rem;position:relative;text-transform:uppercase}.events-section-label:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.8rem}.events-hero-content{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}.events-image-section{flex:1.2 1;max-width:55%;position:relative}.events-hero-image{border-radius:16px;height:450px;object-fit:cover;width:100%}.events-image-overlay-content{align-items:flex-start;background:linear-gradient(#f565004d,#00000080);border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:2.5rem;position:absolute;right:0;top:0;z-index:2}.events-hero-title{color:#fff;font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.events-cta-button{background-color:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.events-cta-button:hover{background-color:#e55a00;box-shadow:0 4px 12px #f565004d;transform:translateY(-2px)}.events-content-section{flex:0.8 1;max-width:45%;padding-left:2rem;padding-top:1rem}.events-main-description{color:#2d3748;font-size:1.4rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem}.events-detailed-description{color:#4a5568;font-size:.95rem;line-height:1.7;margin-bottom:0}.events-grid-section{background-color:#f7fafc;padding:6rem 0}.events-grid-header{margin-bottom:4rem;text-align:center}.section-label-small{color:#f56500;font-size:.8rem;letter-spacing:2px;padding-left:3rem;position:relative;text-transform:uppercase}.section-label-small:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.5rem}.section-title{color:#2d3748;margin-bottom:1.5rem}.section-description{color:#4a5568;font-size:1rem;margin-bottom:0;margin-left:auto;margin-right:auto}.events-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-top:4rem}.event-card{background:#fff;border-radius:20px;box-shadow:0 6px 25px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.event-image{height:250px;overflow:hidden;position:relative}.event-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.event-card:hover .event-image img{transform:scale(1.05)}.event-frequency{background:#f56500e6;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:1px;padding:.5rem 1rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.event-content{display:flex;flex-direction:column;flex-grow:1;padding:2rem}.event-title{color:#2d3748;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.event-description{color:#4a5568;flex-grow:1;font-size:.95rem;line-height:1.7;margin-bottom:2rem}.event-details{margin-bottom:2rem}.event-detail{align-items:flex-start;display:flex;margin-bottom:.75rem}.detail-label{color:#2d3748;font-size:.9rem;font-weight:600;margin-right:1rem;min-width:80px}.detail-value{color:#4a5568;font-size:.9rem;line-height:1.5}.event-cta-btn{align-self:flex-start;background-color:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.event-cta-btn:hover{background-color:#e55a00;box-shadow:0 4px 12px #f565004d;transform:translateY(-2px)}.events-cta-section{background:linear-gradient(135deg,#f59e0b,#f97316);padding:6rem 0}.cta-content{color:#fff;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.cta-description{font-size:1.1rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{gap:1.5rem}.primary-cta-btn,.secondary-cta-btn{border:2px solid #fff;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-cta-btn{background-color:#fff;color:#f56500}.primary-cta-btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.primary-cta-btn:hover,.secondary-cta-btn{background-color:initial;color:#fff}.secondary-cta-btn:hover{background-color:#fff;box-shadow:0 4px 12px #0003;color:#f56500;transform:translateY(-2px)}@media (max-width:992px){.events-hero-content{align-items:stretch;flex-direction:column;gap:3rem}.events-content-section,.events-image-section{max-width:100%}.events-content-section{padding-left:0;padding-top:0}.events-hero-image{height:400px}.events-hero-title{font-size:2.8rem}.events-main-description{font-size:1.3rem}.events-grid{gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.cta-title{font-size:2.2rem}.cta-buttons{align-items:center;flex-direction:column}.primary-cta-btn,.secondary-cta-btn{min-width:200px;width:auto}}@media (max-width:768px){.events-hero-section{padding:2rem 0 4rem}.events-section-header{margin-bottom:2rem;text-align:center}.events-section-label{padding-left:0!important}.events-section-label:before{display:none}.events-hero-content{gap:2rem}.events-hero-image{height:300px}.events-image-overlay-content{padding:2rem}.events-hero-title{font-size:2.2rem;text-align:center}.events-cta-button{align-self:center;padding:.8rem 1.5rem}.events-main-description{font-size:1.2rem;text-align:center}.events-detailed-description{font-size:.9rem;text-align:center}.events-grid-section{padding:4rem 0}.section-label-small{padding-left:0}.section-label-small:before{display:none}.section-title{font-size:2rem}.events-grid-header{margin-bottom:3rem}.events-grid{gap:2rem;grid-template-columns:1fr}.event-image{height:220px}.event-content{padding:1.5rem}.event-title{font-size:1.3rem}.event-description{font-size:.9rem}.detail-label,.detail-value{font-size:.85rem}.detail-label{min-width:70px}.events-cta-section{padding:4rem 0}.cta-title{font-size:2rem}.cta-description{font-size:1rem;margin-bottom:2.5rem}}@media (max-width:480px){.events-image-overlay-content{padding:1.5rem}.events-hero-title{font-size:2rem}.events-main-description{font-size:1.1rem}.events-detailed-description{font-size:.9rem}.section-title{font-size:1.8rem}.events-cta-section,.events-grid-section{padding:3rem 0}.event-image{height:200px}.event-content{padding:1.25rem}.event-title{font-size:1.2rem}.event-description{font-size:.85rem}.event-description,.event-details{margin-bottom:1.5rem}.detail-label,.detail-value{font-size:.8rem}.detail-label{min-width:60px}.event-cta-btn{font-size:.85rem;padding:.75rem 1.5rem}.cta-title{font-size:1.8rem;margin-bottom:1rem}.cta-description{font-size:.95rem;margin-bottom:2rem}.primary-cta-btn,.secondary-cta-btn{font-size:.9rem;min-width:180px;padding:.875rem 1.5rem}}.seed4impact-page{margin:0;padding:100px 0 0}.seed-hero-section{background:linear-gradient(135deg,#1e293b,#334155 50%,#475569);color:#fff;overflow:hidden;padding:4rem 0 6rem;position:relative}.seed-hero-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.seed-hero-content{align-items:center;display:flex;gap:4rem;position:relative;z-index:2}.seed-hero-text{flex:1 1;max-width:60%}.seed-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.seed-hero-subtitle{color:#e0f2fe;font-size:1.3rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem}.seed-hero-description{color:#bfdbfe;font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.seed-hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.seed-primary-btn,.seed-secondary-btn{border:2px solid #0000;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.seed-primary-btn{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:2px solid #0000;color:#fff}.seed-primary-btn:hover{box-shadow:0 8px 25px #0ea5e966;transform:translateY(-2px)}.seed-secondary-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #ffffff4d;color:#fff}.seed-secondary-btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.seed-hero-visual{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;max-width:40%}.seed-visual-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:flex;flex-direction:column;padding:1.5rem;text-align:center;transition:transform .3s ease}.seed-visual-card:hover{background:#ffffff26;transform:translateY(-4px)}.seed-visual-image{border:2px solid #ffffff4d;border-radius:50%;height:60px;margin-bottom:1rem;object-fit:cover;width:60px}.seed-visual-content{text-align:center}.seed-icon{font-size:2.5rem;margin-bottom:1rem}.seed-visual-card h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.seed-visual-card p{color:#bfdbfe;font-size:1rem;margin:0}.seed-about-section{background-color:#f8fafc;overflow:hidden;padding:6rem 0}.seed-about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.seed-about-content{align-items:flex-start;display:flex;gap:3rem;margin-bottom:4rem}.seed-about-text{flex:1 1;max-width:60%;padding-right:1rem}.section-label{color:#f56500;display:block;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;padding-left:3.5rem;position:relative;text-transform:uppercase}.section-label:before{background-color:#f56500;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.8rem}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.seed-about-description{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.seed-about-visual{display:flex;flex:1 1;flex-direction:column;max-width:40%;padding-left:1rem}.seed-about-image{border-radius:16px;box-shadow:0 8px 25px #0000001a;height:300px;object-fit:cover;object-position:center;width:100%}.seed-about-stats{align-items:stretch;display:flex;flex-direction:row;gap:2rem;justify-content:center;margin:3rem auto 0;max-width:900px;padding:0 1rem;width:100%}.seed-stat{background:#fff;border-left:5px solid #0ea5e9;border-radius:20px;box-shadow:0 8px 32px #0000001f;flex:1 1;min-width:200px;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.seed-stat:before{background:linear-gradient(90deg,#0ea5e9,#0284c7,#0369a1);content:"";height:3px;left:0;position:absolute;right:0;top:0}.seed-stat:hover{box-shadow:0 12px 40px #0ea5e933;transform:translateY(-8px)}.seed-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#0284c7);background-clip:text;-webkit-background-clip:text;color:#0ea5e9;font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:1rem;text-shadow:0 2px 4px #0ea5e91a}.seed-stat-label{color:#64748b;font-size:.95rem;font-weight:500;letter-spacing:.5px;line-height:1.4;text-transform:uppercase}.seed-how-it-works-section{background-color:#fff;padding:6rem 0}.seed-how-header{margin-bottom:3rem;text-align:left}.seed-how-header .section-label{margin-bottom:1rem}.section-description{color:#475569;font-size:1.1rem;line-height:1.7;margin:0;max-width:600px}.seed-how-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.seed-how-card{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;border-radius:20px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.seed-how-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-8px)}.seed-how-image{border-radius:12px;height:200px;margin-bottom:1.5rem;object-fit:cover;width:100%}.seed-how-icon{font-size:3rem;margin-bottom:1.5rem}.seed-how-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.seed-how-list{list-style:none;margin:0;padding:0}.seed-how-list li{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:1rem;padding-left:2rem;position:relative}.seed-how-list li:before{color:#0ea5e9;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute;top:0}.seed-features-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:6rem 0}.seed-features-header{margin-bottom:3rem;text-align:left}.seed-features-header .section-label{color:#bae6fd;margin-bottom:1rem}.seed-features-header .section-label:before{background-color:#bae6fd}.seed-features-header .section-title{color:#fff}.seed-features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.seed-feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,background .3s ease}.seed-feature-card:hover{background:#ffffff26;transform:translateY(-8px)}.seed-feature-image{border-radius:12px;height:180px;margin-bottom:1.5rem;object-fit:cover;width:100%}.seed-feature-icon{font-size:2.5rem;margin-bottom:1.5rem}.seed-feature-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.seed-feature-desc{color:#e2e8f0;font-size:1rem;line-height:1.6;margin-bottom:0}.seed-feature-content{display:flex;flex-direction:column;gap:1.5rem}.seed-subfeat h4{color:#bae6fd;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.seed-subfeat p{color:#e2e8f0;font-size:.95rem;line-height:1.6;margin:0}.seed-feature-split{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1rem}.seed-split-item h4{color:#bae6fd;font-size:1rem;font-weight:600;margin-bottom:.5rem}.seed-split-item p{color:#e2e8f0;font-size:.9rem;line-height:1.5;margin:0}.seed-why-section{background-color:#f8fafc;padding:6rem 0}.seed-why-header{margin-bottom:3rem;text-align:left}.seed-why-header .section-label{margin-bottom:1rem}.seed-why-subtitle{color:#0ea5e9;font-size:1.5rem;font-weight:600;margin-top:1rem}.seed-why-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.seed-why-item{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.seed-why-item:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-8px)}.seed-why-image{border:3px solid #0ea5e9;border-radius:50%;height:80px;margin-bottom:1.5rem;object-fit:cover;width:80px}.seed-why-icon{font-size:2.5rem;margin-bottom:1.5rem}.seed-why-item h4{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.seed-why-item p{color:#475569;font-size:1rem;line-height:1.6;margin:0}.seed-cta-section{background:linear-gradient(135deg,#0ea5e9,#0284c7);padding:6rem 0}.seed-cta-dual{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.seed-cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:3rem;text-align:center;transition:transform .3s ease}.seed-cta-card:hover{background:#ffffff26;transform:translateY(-8px)}.seed-cta-title{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.seed-cta-description{color:#bae6fd;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.seed-cta-btn{border:2px solid #0000;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;max-width:280px;padding:1rem 2rem;transition:all .3s ease;width:100%}.seed-cta-btn.primary{background:#fff;color:#0284c7}.seed-cta-btn.primary:hover{background:#f3f4f6;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.seed-cta-btn.secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.seed-cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width:992px){.seed-hero-content{flex-direction:column;gap:3rem}.seed-hero-text,.seed-hero-visual{max-width:100%}.seed-hero-title{font-size:3rem}.seed-about-content{flex-direction:column;gap:2rem}.seed-about-text,.seed-about-visual{max-width:100%;padding-left:0;padding-right:0}.seed-about-stats{flex-direction:row;gap:1.5rem;justify-content:center;margin-top:3rem;padding:0 1rem}.seed-how-grid{grid-template-columns:1fr}.seed-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.seed-feature-split{grid-template-columns:1fr}}@media (max-width:768px){.seed4impact-page{padding-top:80px}.seed-hero-section{padding:3rem 0 4rem}.seed-hero-title{font-size:2.5rem}.seed-hero-description,.seed-hero-subtitle,.seed-hero-title{text-align:center}.seed-hero-buttons{justify-content:center}.seed-primary-btn,.seed-secondary-btn{flex:1 1;min-width:150px}.section-label{display:block;margin-bottom:1rem;padding-left:0;text-align:center}.section-label:before{display:none}.section-title{font-size:2rem}.seed-about-visual{flex-direction:column;width:100%}.seed-about-image{height:250px;width:100%}.seed-about-stats{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;max-width:100%;padding:0 1rem;width:100%}.seed-stat{min-width:180px;padding:2rem 1.5rem}.seed-stat-number{font-size:3rem}.seed-features-grid,.seed-how-grid{gap:2rem;grid-template-columns:1fr}.seed-why-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.seed-cta-dual{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.seed-hero-title{font-size:2rem}.seed-hero-subtitle{font-size:1.1rem}.seed-hero-description{font-size:1rem}.section-title{font-size:1.8rem}.seed-cta-card,.seed-feature-card,.seed-how-card,.seed-stat,.seed-visual-card{padding:1.5rem}.seed-stat-number{font-size:2.5rem}.seed-hero-buttons{flex-direction:column}.seed-primary-btn,.seed-secondary-btn{width:100%}}.contact-page{min-height:100vh;padding-top:100px}.contact-hero-section{background:linear-gradient(135deg,#f56500,#f97316 50%,#fbbf24);overflow:hidden;padding:4rem 0 6rem;position:relative}.contact-hero-section:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.contact-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.contact-hero-description{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.95}.contact-content-section{background-color:#f8fafc;padding:6rem 0}.contact-content-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{background:#fff;border-radius:24px;box-shadow:0 8px 32px #0000001a;height:-webkit-fit-content;height:fit-content;padding:3rem}.contact-info-title{color:#1e293b;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.contact-info-description{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.contact-info-items{display:flex;flex-direction:column;gap:2rem}.contact-info-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{align-items:center;background:linear-gradient(135deg,#f56500,#f97316);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.contact-icon svg{height:24px;width:24px}.contact-info-content h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-info-content p{color:#64748b;line-height:1.5;margin:0}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{color:#f56500;font-weight:500;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#f97316;text-decoration:underline}.contact-form-container{background:#fff;border-radius:24px;box-shadow:0 8px 32px #0000001a;padding:3rem}.contact-form-title{color:#1e293b;font-size:2.25rem;font-weight:700;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-label{color:#374151;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-textarea{background-color:#fafafa;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{background-color:#fff;border-color:#f56500;box-shadow:0 0 0 3px #f565001a;outline:none}.form-textarea{min-height:120px;resize:vertical}.contact-submit-btn{align-items:center;background:linear-gradient(135deg,#f56500,#f97316);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1.25rem 2rem;transition:all .3s ease}.contact-submit-btn:hover{box-shadow:0 8px 25px #f565004d;transform:translateY(-2px)}.btn-icon{height:20px;width:20px}.contact-map-section{background-color:#fff;padding:6rem 0}.contact-map-content{text-align:center}.contact-map-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-map-description{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:600px}.contact-map-placeholder{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:16px;padding:4rem 2rem;text-align:center}.map-placeholder-content{margin:0 auto;max-width:300px}.map-icon{align-items:center;background:linear-gradient(135deg,#f56500,#f97316);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.map-icon svg{height:32px;width:32px}.map-placeholder-content h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.map-placeholder-content p{color:#64748b;margin-bottom:1.5rem}.directions-btn{background:#f56500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s ease}.directions-btn:hover{background:#f97316}.contact-cta-section{background:linear-gradient(135deg,#1e293b,#334155);padding:6rem 0;text-align:center}.contact-cta-content{color:#fff}.contact-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-cta-description{font-size:1.1rem;line-height:1.6;margin:0 auto 2.5rem;max-width:600px;opacity:.9}.contact-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-primary-btn,.cta-secondary-btn{border:2px solid #0000;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-primary-btn{background:linear-gradient(135deg,#f56500,#f97316);border:none;color:#fff}.cta-primary-btn:hover{box-shadow:0 8px 25px #f565004d;transform:translateY(-2px)}.cta-secondary-btn{background:#0000;border-color:#fff;color:#fff}.cta-secondary-btn:hover{background:#fff;color:#1e293b}@media (max-width:992px){.contact-hero-title{font-size:3rem}.contact-content-grid{gap:3rem;grid-template-columns:1fr}.contact-form-container,.contact-info{padding:2.5rem}}@media (max-width:768px){.contact-page{padding-top:80px}.contact-hero-section{padding:3rem 0 4rem}.contact-hero-title{font-size:2.5rem}.contact-hero-description{font-size:1.1rem}.contact-content-section{padding:4rem 0}.contact-form-container,.contact-info{padding:2rem}.contact-cta-title,.contact-form-title,.contact-info-title,.contact-map-title{font-size:2rem}.contact-cta-buttons{align-items:center;flex-direction:column}.cta-primary-btn,.cta-secondary-btn{max-width:300px;width:100%}}@media (max-width:480px){.contact-hero-title{font-size:2rem}.contact-form-container,.contact-info{padding:1.5rem}.contact-info-item{align-items:center;flex-direction:column;text-align:center}.contact-icon{margin-bottom:.5rem}}.story-detail-page{background:#fff;min-height:100vh;padding-top:0}.story-not-found{margin:0 auto;max-width:1200px;padding:4rem 0;text-align:center}.story-not-found h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.story-not-found p{color:#666;font-size:1.1rem;margin-bottom:2rem}.story-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin-top:80px;padding:6rem 0 4rem}.story-nav{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1200px;padding:0 2rem}.back-link{align-items:center;color:#64748b;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease;white-space:nowrap}.back-link:hover{color:#0f172a}.story-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.story-category{background:#e0f2fe;border-radius:20px;color:#0277bd;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.story-hero-title{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.story-hero-meta{align-items:center;color:#64748b;column-gap:1rem;display:flex;flex-wrap:wrap;font-size:1rem;margin-bottom:1.5rem;row-gap:.25rem}.story-role{color:#334155;font-weight:600}.story-company{color:#0277bd;font-weight:500}.separator{display:none}.story-hero-meta>:not(:last-child):after{color:#cbd5e1;content:"\2022";margin-left:1rem}.story-hero-subtitle{color:#475569;font-size:1.25rem;line-height:1.6;margin:0}.story-hero-image{position:relative}.story-hero-image img{border-radius:20px;box-shadow:0 20px 40px #0000001a;height:520px;object-fit:cover;width:100%}.story-content{background:#fff;padding:4rem 0}.story-content .container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.story-main{max-width:none}.story-quote-section{margin-bottom:3rem}.main-quote{background:#f8fafc;border-left:4px solid #0277bd;border-radius:10px;color:#1e293b;font-size:1.5rem;font-style:italic;line-height:1.6;margin:0;padding:2rem}.main-quote cite{color:#64748b;display:block;font-size:1rem;font-style:normal;font-weight:600;margin-top:1rem}.story-paragraph{color:#374151;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-paragraph:first-of-type:first-letter{color:#0277bd;float:left;font-size:4rem;font-weight:700;line-height:1;margin-right:.5rem;margin-top:.25rem}.additional-quotes{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.additional-quotes blockquote{border-radius:10px;color:#475569;font-size:1.1rem;font-style:italic;line-height:1.6;margin:0;padding:1.5rem;position:relative}.fellowship-quote{background:#f0f9ff;border-left:4px solid #0ea5e9}.inspiration-quote{background:#f0fdf4;border-left:4px solid #22c55e}.dream-quote{background:#fdf4ff;border-left:4px solid #a855f7}.leadership-quote{background:#fff7ed;border-left:4px solid #f97316}.yocilab-quote{background:#fef3c7;border-left:4px solid #f59e0b}.story-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:2rem}.sidebar-section h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.sidebar-image-block{background:#f8fafc}.sidebar-image{border-radius:12px;box-shadow:0 8px 24px #00000014;overflow:hidden;position:relative}.sidebar-image img{display:block;height:auto;object-fit:cover;width:100%}.sidebar-gallery{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.sidebar-gallery .sidebar-image{box-shadow:0 4px 16px #00000014}.sidebar-gallery .sidebar-image img{height:120px;object-fit:cover}@media (max-width:1024px){.sidebar-gallery{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.sidebar-gallery .sidebar-image img{height:140px}}.achievements-list{list-style:none;margin:0;padding:0}.achievement-item{align-items:flex-start;border-bottom:1px solid #e2e8f0;color:#374151;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5;padding:.75rem 0}.achievement-item:last-child{border-bottom:none}.achievement-item svg{color:#22c55e;flex-shrink:0;margin-top:.125rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#e0f2fe;border-radius:20px;color:#0277bd;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.related-stories{background:#f8fafc;padding:4rem 0}.related-stories .container{margin:0 auto;max-width:1200px;padding:0 2rem}.related-title{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.related-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;color:inherit;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.related-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.related-image img{height:200px;object-fit:cover;width:100%}.related-content{padding:1.5rem}.related-category{background:#e0f2fe;border-radius:12px;color:#0277bd;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.related-name{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.related-role{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.related-short{color:#475569;font-size:.9rem;line-height:1.5;margin:0}.story-cta{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 0;text-align:center}.story-cta .container{margin:0 auto;max-width:1200px;padding:0 2rem}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.cta-content p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn{border-radius:50px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#0277bd;color:#fff}.cta-btn.primary:hover{background:#0369a1;transform:translateY(-2px)}.cta-btn.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}.back-btn{background:#0277bd;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.back-btn:hover{background:#0369a1;transform:translateY(-2px)}@media (max-width:1024px){.story-hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.story-hero-meta{justify-content:center}.story-hero-image img{height:420px}.story-content .container{gap:2rem;grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.story-hero{padding:4rem 0 3rem}}@media (max-width:768px){.story-hero{margin-top:60px;padding:2rem 0}.story-nav{margin-bottom:1rem}.related-stories .container,.story-content .container,.story-cta .container,.story-hero-content,.story-nav{padding:0 1rem}.story-hero-title{font-size:2rem}.story-hero-subtitle{font-size:1.1rem}.story-hero-image img{height:320px}.story-content{padding:2rem 0}.sidebar-section{padding:1.5rem}.metrics-grid,.related-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.main-quote{font-size:1.25rem;padding:1.5rem}.story-paragraph:first-of-type:first-letter{font-size:3rem}}.impact-stories-page{min-height:100vh;padding-top:80px}.stories-hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0}.stories-hero-content{margin:0 auto;max-width:800px;text-align:center}.section-label-small{background:#e0f2fe;border-radius:20px;color:#0277bd;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1rem}.stories-hero-title{color:#0f172a;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.stories-hero-subtitle{color:#475569;font-size:1.25rem;line-height:1.6;margin:0}.stories-grid-section{background:#fff;padding:4rem 0}.stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.story-grid-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:all .3s ease}.story-grid-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.story-grid-image{height:250px;overflow:hidden;position:relative}.story-grid-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.story-grid-card:hover .story-grid-image img{transform:scale(1.05)}.story-grid-overlay{left:1rem;position:absolute;top:1rem}.story-grid-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0277bde6;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.story-grid-content{padding:2rem}.story-grid-name{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.story-grid-role{color:#0277bd;font-size:1rem;font-weight:600;margin-bottom:1rem}.story-grid-short{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.story-grid-meta{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem}.story-grid-country{font-weight:500}.story-grid-company{color:#0277bd;font-weight:500}.separator{color:#cbd5e1}.story-grid-btn{background:#0277bd;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.story-grid-btn:hover{background:#0369a1;transform:translateY(-2px)}.stories-cta-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 0;text-align:center}.stories-cta-content h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.stories-cta-content p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.stories-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.stories-cta-btn{border-radius:50px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.stories-cta-btn.primary{background:#0277bd;color:#fff}.stories-cta-btn.primary:hover{background:#0369a1;transform:translateY(-2px)}.stories-cta-btn.secondary{background:#0000;border:2px solid #fff;color:#fff}.stories-cta-btn.secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}@media (max-width:768px){.stories-hero-section{padding:2rem 0}.stories-hero-title{font-size:2.5rem}.stories-hero-subtitle{font-size:1.1rem}.stories-grid{gap:1.5rem;grid-template-columns:1fr}.story-grid-content{padding:1.5rem}.stories-grid-section{padding:2rem 0}.stories-cta-content h2{font-size:2rem}.stories-cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.stories-grid{grid-template-columns:1fr;padding:0 1rem}.story-grid-card{margin:0 auto;max-width:350px}}
/*# sourceMappingURL=main.c73a1629.css.map*/