.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all .3s ease}.header--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px #0000000d;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.header__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.header__logo-icon{width:40px;height:40px;flex-shrink:0}.header__logo-text{font-size:1rem;font-weight:500;letter-spacing:-.25px;color:#1a1a1a}.header__nav{display:flex;gap:2rem}.header__link{background:none;border:none;font-size:.9375rem;color:#666;cursor:pointer;transition:color .2s ease;padding:0;font-family:inherit}.header__link:hover{color:#1a1a1a}.header__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.header__toggle-line{width:24px;height:2px;background:#1a1a1a;transition:all .3s ease}.header__toggle-line--active:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle-line--active:nth-child(2){opacity:0}.header__toggle-line--active:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid #eee;padding:1rem 2rem}.header__mobile-link{background:none;border:none;font-size:1rem;color:#666;cursor:pointer;padding:.75rem 0;text-align:left;font-family:inherit;border-bottom:1px solid #f5f5f5}.header__mobile-link:last-child{border-bottom:none}@media (max-width: 768px){.header__nav{display:none}.header__toggle{display:flex}.header__logo-text{display:none}.header__mobile-menu{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffffeb,#ffffffd1),url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;border-radius:0 0 40px 40px}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(255,255,255,.4) 100%)}.hero__container{position:relative;z-index:1;max-width:700px;text-align:center}.hero__badge{display:inline-block;padding:.5rem 1rem;background:#c41e3a;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:20px;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;letter-spacing:-1px;line-height:1.1;color:#1a1a1a;margin:0 0 1.5rem}.hero__title-accent{color:#c41e3a}.hero__description{font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7;color:#555;max-width:600px;margin:0 auto 2.5rem}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__btn{padding:1rem 2rem;font-size:.9375rem;font-weight:500;letter-spacing:-.25px;cursor:pointer;transition:all .2s ease;border-radius:6px}.hero__btn--primary{background:#c41e3a;color:#fff;border:1px solid #c41e3a}.hero__btn--primary:hover{background:#a81832;border-color:#a81832}.hero__btn--secondary{background:transparent;color:#1a1a1a;border:1px solid #ddd}.hero__btn--secondary:hover{border-color:#1a1a1a}@media (max-width: 640px){.hero{padding:7rem 1.5rem 3rem}.hero__actions{flex-direction:column;width:100%;max-width:280px;margin:0 auto}.hero__btn{width:100%}}.impact{padding:6rem 2rem;background:#fafafa}.impact__container{max-width:1200px;margin:0 auto}.impact__header{text-align:center;max-width:600px;margin:0 auto 4rem}.impact__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin:0 0 1rem}.impact__subtitle{font-size:1.125rem;line-height:1.7;color:#666;margin:0}.impact__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.impact__card{background:#fff;transition:transform .3s ease,box-shadow .3s ease;border-radius:30px}.impact__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.impact__card-image{width:100%;height:220px;overflow:hidden;border-radius:30px 30px 0 0}.impact__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.impact__card:hover .impact__card-image img{transform:scale(1.05)}.impact__card-content{padding:1.75rem}.impact__card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.25px;color:#1a1a1a;margin:0 0 .75rem}.impact__card-description{font-size:.9375rem;line-height:1.7;color:#666;margin:0}@media (max-width: 900px){.impact__grid{grid-template-columns:1fr;gap:1.5rem}.impact{padding:4rem 1.5rem}}.focus{padding:6rem 2rem;background:#fff}.focus__container{max-width:1200px;margin:0 auto}.focus__header{text-align:center;max-width:500px;margin:0 auto 4rem}.focus__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin:0 0 1rem}.focus__subtitle{font-size:1.125rem;line-height:1.7;color:#666;margin:0}.focus__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.focus__card{background:#fafafa;transition:all .2s ease;overflow:hidden;border-radius:30px}.focus__card:hover{background:#f5f5f5}.focus__image{width:100%;height:200px;overflow:hidden}.focus__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.focus__card:hover .focus__image img{transform:scale(1.05)}.focus__card-content{padding:1.5rem}.focus__card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.25px;color:#1a1a1a;margin:0 0 .75rem}.focus__card-description{font-size:.9375rem;line-height:1.7;color:#666;margin:0}@media (max-width: 768px){.focus__grid{grid-template-columns:1fr;gap:1.5rem}.focus{padding:4rem 1.5rem}}.about{padding:6rem 2rem;background:#fafafa}.about__container{max-width:700px;margin:0 auto}.about__content{text-align:center}.about__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin:0 0 2rem}.about__text{margin-bottom:3rem}.about__text p{font-size:1.0625rem;line-height:1.8;color:#444;margin:0 0 1.25rem}.about__text p:last-child{margin-bottom:0}.about__stats{display:flex;justify-content:center;gap:3rem;padding-top:2rem;border-top:1px solid #eee}.about__stat{text-align:center}.about__stat-value{display:block;font-size:1.125rem;font-weight:600;color:#c41e3a;margin-bottom:.25rem}.about__stat-label{display:block;font-size:.875rem;color:#888;letter-spacing:.5px;text-transform:uppercase}@media (max-width: 640px){.about{padding:4rem 1.5rem}.about__stats{flex-direction:column;gap:2rem}}.team{padding:6rem 2rem;background:#fff}.team__container{max-width:1000px;margin:0 auto}.team__header{text-align:center;max-width:500px;margin:0 auto 4rem}.team__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;letter-spacing:-.5px;color:#1a1a1a;margin:0 0 1rem}.team__subtitle{font-size:1.125rem;line-height:1.7;color:#666;margin:0}.team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team__card{position:relative}.team__image-wrapper{position:relative;width:100%;aspect-ratio:4/5}.team__image{width:100%;height:100%;overflow:hidden;border-radius:12px}.team__image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(30%);transition:all .6s ease}.team__card:hover .team__image img{transform:scale(1.1);filter:grayscale(0%)}.team__badge{position:absolute;top:12px;left:12px;width:36px;height:36px;background:#c41e3a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;z-index:3;box-shadow:0 4px 12px #c41e3a66}.team__info-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);z-index:2}.team__name{font-size:1.25rem;font-weight:700;letter-spacing:-.5px;color:#fff;margin:0 0 .25rem}.team__role{font-size:.875rem;color:#ffffffd9;margin:0}.team__role:before{content:"•";color:#c41e3a;margin-right:8px}@media (max-width: 768px){.team__grid{grid-template-columns:1fr;gap:2.5rem;max-width:320px;margin:0 auto}.team{padding:4rem 1.5rem}}.cta{padding:5rem 2rem;background:#fafafa;border-top:1px solid #f0f0f0}.cta__container{max-width:700px;margin:0 auto;text-align:center}.cta__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:500;letter-spacing:-.25px;color:#1a1a1a;margin:0 0 2rem;line-height:1.4}.cta__btn{padding:1rem 2.5rem;font-size:.9375rem;font-weight:500;letter-spacing:-.25px;cursor:pointer;transition:all .2s ease;background:#c41e3a;color:#fff;border:1px solid #c41e3a;border-radius:6px}.cta__btn:hover{background:#a81832;border-color:#a81832}@media (max-width: 640px){.cta{padding:4rem 1.5rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 2rem 1.5rem;border-top-left-radius:12px;border-top-right-radius:12px}.footer__container{max-width:1200px;margin:0 auto}.footer__main{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem}.footer__logo-icon{width:36px;height:36px;flex-shrink:0}.footer__logo-text{font-size:1rem;font-weight:500;letter-spacing:-.25px;color:#fff}.footer__email{color:#999;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.footer__email:hover{color:#fff}.footer__linkedin{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:all .2s ease}.footer__linkedin-icon:hover{background:red}.footer__linkedin-icon{width:20px;height:20px;color:#fff}.footer__nav{display:flex;gap:2rem}.footer__link{background:none;border:none;font-size:.9375rem;color:#999;cursor:pointer;transition:color .2s ease;padding:0;font-family:inherit}.footer__link:hover{color:#fff}.footer__bottom{padding-top:1.5rem}.footer__copyright{font-size:.8125rem;color:#666;margin:0}@media (max-width: 768px){.footer__main{flex-direction:column;gap:2rem}.footer__nav{gap:1.5rem}.footer{padding:2.5rem 1.5rem 1.5rem}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}button{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#c41e3a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a81832}::selection{background:#c41e3a;color:#fff}
