.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid rgba(59,130,246,.1)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{width:40px;height:40px;object-fit:contain}.logo-text{font-size:1.25rem;font-weight:600;color:#1e3a8a;letter-spacing:-.02em}.nav{display:flex;gap:2rem}.nav-link{color:#1a1a2e;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#3b82f6}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:100%;height:2px;background:#3b82f6;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media (max-width: 768px){.header-container{padding:.875rem 1.5rem}.logo-text{font-size:1.1rem}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:6rem 2rem 2rem;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease}.nav.open{right:0}.nav-link{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.nav-link:after{display:none}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#e0f2fe,#3b82f6);padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.12) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{padding-right:2rem}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#3b82f61a;color:#1e3a8a;font-size:.875rem;font-weight:600;border-radius:20px;margin-bottom:1.5rem;letter-spacing:.05em}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#1e3a8a;margin-bottom:.5rem;line-height:1.1;letter-spacing:-.03em}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#3b82f6;font-weight:500;margin-bottom:1.5rem;line-height:1.3}.hero-description{font-size:1.1rem;color:#555;margin-bottom:2.5rem;line-height:1.7;max-width:500px}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:#1e3a8a;color:#fff;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #1e3a8a4d}.hero-cta:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a66}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hero-stat-item{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #3b82f626;transition:transform .3s ease}.hero-stat-item:hover{transform:translateY(-4px)}.hero-stat-number{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem;line-height:1}.hero-stat-label{font-size:.95rem;color:#666;font-weight:500}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-content{padding-right:0}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 4rem}.hero-badge{font-size:.8rem}.hero-description{font-size:1rem;max-width:100%}.hero-stats{gap:1rem}.hero-stat-item{padding:1.5rem}.hero-stat-number{font-size:2rem}}@media (max-width: 480px){.hero{padding:5rem 1rem 3rem}.hero-stats{grid-template-columns:1fr}.hero-cta{padding:.875rem 2rem;font-size:.95rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1000px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e3a8a;margin-bottom:1rem}.about-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.about-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.timeline-item{background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:2rem;border-radius:16px;border-left:4px solid #3b82f6;transition:transform .3s ease,box-shadow .3s ease}.timeline-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b82f626}.timeline-year{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:.75rem}.timeline-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.timeline-description{font-size:.95rem;color:#555;line-height:1.6}.about-mission{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:3rem;border-radius:20px;text-align:center;color:#fff}.mission-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.mission-text{font-size:1.1rem;line-height:1.8;max-width:700px;margin:0 auto;opacity:.95}@media (max-width: 768px){.about{padding:4rem 1.5rem}.about-timeline{grid-template-columns:1fr}.timeline-item{padding:1.5rem}.about-mission{padding:2rem}}@media (max-width: 480px){.about{padding:3rem 1rem}.about-title{font-size:1.75rem}.about-subtitle{font-size:1rem}.timeline-item{padding:1.25rem}.timeline-year{font-size:1.25rem}.timeline-title{font-size:1.1rem}.timeline-description{font-size:.9rem}.mission-title{font-size:1.5rem}.mission-text{font-size:1rem}}.programs{padding:6rem 2rem;background:#fff}.programs-container{max-width:1200px;margin:0 auto}.programs-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:1rem}.programs-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.program-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e0f2fe;transition:all .3s ease;box-shadow:0 2px 8px #3b82f614}.program-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #3b82f626;border-color:#3b82f6}.program-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;margin-bottom:1.5rem;color:#1e3a8a}.program-icon svg{width:28px;height:28px}.program-title{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.program-description{font-size:1rem;color:#555;line-height:1.7}@media (max-width: 768px){.programs{padding:4rem 1.5rem}.programs-grid{grid-template-columns:1fr}.program-card{padding:2rem}}@media (max-width: 480px){.programs{padding:3rem 1rem}.programs-title{font-size:1.75rem}.programs-subtitle{font-size:1rem}.program-card{padding:1.5rem}.program-icon{width:48px;height:48px}.program-icon svg{width:24px;height:24px}.program-title{font-size:1.25rem}.program-description{font-size:.9rem}}.team{padding:6rem 2rem;background:#fff}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:1rem}.team-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.team-president{display:flex;align-items:center;gap:2rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:3rem;border-radius:20px;margin-bottom:3rem;color:#fff}.president-avatar{width:120px;height:120px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.president-avatar svg{width:60px;height:60px;color:#fff}.president-info{flex:1}.president-name{font-size:2rem;font-weight:700;margin-bottom:.5rem}.president-position{font-size:1.25rem;opacity:.9;margin-bottom:1rem;font-weight:500}.president-description{font-size:1rem;opacity:.85;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e0f2fe;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #3b82f614}.team-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #3b82f626;border-color:#3b82f6}.team-avatar{width:70px;height:70px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e3a8a}.team-avatar svg{width:35px;height:35px}.team-name{font-size:1.15rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.team-position{font-size:.9rem;color:#3b82f6;font-weight:500;margin-bottom:.75rem}.team-description{font-size:.85rem;color:#777;line-height:1.6}@media (max-width: 768px){.team{padding:4rem 1.5rem}.team-president{flex-direction:column;text-align:center;padding:2rem}.president-avatar{width:100px;height:100px}.president-avatar svg{width:50px;height:50px}.president-name{font-size:1.5rem}.president-position{font-size:1.1rem}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.team{padding:3rem 1rem}.team-grid{grid-template-columns:1fr}.team-title{font-size:1.75rem}.team-subtitle{font-size:1rem}.team-card{padding:1.5rem}.team-avatar{width:60px;height:60px}.team-avatar svg{width:30px;height:30px}.team-name{font-size:1.1rem}.team-position{font-size:.85rem}.team-description{font-size:.8rem}}.events{padding:6rem 2rem;background:#fff}.events-container{max-width:1200px;margin:0 auto}.events-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:1rem}.events-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.event-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e0f2fe;transition:all .3s ease;box-shadow:0 2px 8px #3b82f614;position:relative;overflow:hidden}.event-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #3b82f626;border-color:#3b82f6}.event-number{position:absolute;top:1rem;right:1rem;font-size:3rem;font-weight:700;color:#3b82f61a;line-height:1}.event-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;margin-bottom:1.25rem;color:#1e3a8a}.event-icon svg{width:24px;height:24px}.event-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.event-description{font-size:.95rem;color:#555;line-height:1.6}@media (max-width: 768px){.events{padding:4rem 1.5rem}.events-grid{grid-template-columns:repeat(2,1fr)}.event-card{padding:1.5rem}.event-number{font-size:2rem}}@media (max-width: 480px){.events{padding:3rem 1rem}.events-grid{grid-template-columns:1fr}.events-title{font-size:1.75rem}.events-subtitle{font-size:1rem}.event-card{padding:1.25rem}.event-icon{width:40px;height:40px}.event-icon svg{width:20px;height:20px}.event-title{font-size:1.1rem}.event-description{font-size:.9rem}}.join{padding:6rem 2rem;background:#fff}.join-container{max-width:1200px;margin:0 auto}.join-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:1rem}.join-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.join-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.join-info{padding-right:2rem}.join-text{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.join-cta{display:inline-block;padding:1rem 2.5rem;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.join-cta:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.join-contact{background:linear-gradient(135deg,#e0f2fe,#bae6fd);padding:2.5rem;border-radius:16px}.contact-heading{font-size:1.5rem;font-weight:600;color:#1e3a8a;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#1a1a2e;font-size:1rem;margin-bottom:1.5rem}.contact-item svg{width:24px;height:24px;color:#3b82f6;flex-shrink:0}@media (max-width: 968px){.join-content{grid-template-columns:1fr;gap:3rem}.join-info{padding-right:0}}@media (max-width: 640px){.join{padding:4rem 1.5rem}.join-contact{padding:2rem}}@media (max-width: 480px){.join{padding:3rem 1rem}.join-title{font-size:1.75rem}.join-subtitle,.join-text{font-size:1rem}.join-cta{padding:.875rem 2rem;font-size:.95rem}.contact-item{font-size:.9rem}}.footer{background:#1e3a8a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{padding-right:2rem}.footer-logo-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-logo-image{width:40px;height:40px;object-fit:contain;border-radius:50%}.footer-logo{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:0;letter-spacing:-.02em}.footer-tagline{font-size:.95rem;color:#b8d4f1;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.social-link:hover{background:#fff3;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.footer-heading{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer-link{display:block;color:#b8d4f1;font-size:.95rem;margin-bottom:.75rem;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-contact-item{color:#b8d4f1;font-size:.95rem;margin-bottom:.5rem;line-height:1.6}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{color:#b8d4f1;font-size:.9rem}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{padding-right:0}}@media (max-width: 480px){.footer{padding:2.5rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-logo{font-size:1.25rem}.footer-tagline{font-size:.9rem}.footer-heading{font-size:1rem}.footer-link,.footer-contact-item{font-size:.85rem}.footer-copyright{font-size:.8rem}}.app{min-height:100vh}.animate-on-scroll{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff;color:#1a1a2e;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}
