@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d0b2b;--purple:#7c3aed;--purple-light:#a78bfa;--orange:#f97316;--teal:#14b8a6;--text:#e2e8f0;--text-muted:#94a3b8;--white:#fff}body{color:#1e1b4b;background:#fff;font-family:Manrope,sans-serif;overflow-x:hidden}.app-container{flex-direction:column;min-height:100vh;display:flex}.theme-dark{background-color:var(--navy);color:var(--white)}.theme-dark nav{background:0 0}.theme-dark .logo-text h1{color:var(--white)}.theme-dark .nav-links a{color:var(--text)}.theme-dark .nav-links a.active{color:var(--white)}.theme-dark .hamburger span{background:var(--white)}.theme-dark footer{background:#0a0820;border-top:1px solid #ffffff12}.theme-light{color:#1e1b4b;background-color:#fff}.theme-light nav{background:#fff;border-bottom:1px solid #e8e6f8;box-shadow:0 2px 12px #0000000d}.theme-light .logo-text h1{color:#1e1b4b}.theme-light .nav-links a{color:#475569}.theme-light .nav-links a.active{color:#1e1b4b}.theme-light .hamburger span,.theme-light footer{background:#1e1b4b}nav{z-index:10;justify-content:space-between;align-items:center;padding:18px 60px;display:flex;position:relative}.logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{object-fit:contain;width:auto;height:46px}.logo-text h1{letter-spacing:1.5px;font-size:20px;font-weight:800}.logo-text p{color:var(--text-muted);letter-spacing:.5px;font-size:10px}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{padding-bottom:4px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a.active:after{content:"";background:var(--purple);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.btn-nav,.btn-join-nav{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;transition:opacity .2s}.btn-nav:hover,.btn-join-nav:hover{opacity:.9}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}footer{padding:48px 60px 28px}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-brand p{color:#94a3b8;max-width:240px;margin-top:12px;font-size:13px;line-height:1.6}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col a{color:#94a3b8;margin-bottom:10px;font-size:13px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--purple-light)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom p{color:#64748b;font-size:12px}.page-hero{text-align:center;padding:60px 60px 50px}.page-hero .badge{color:var(--purple);letter-spacing:1px;text-transform:uppercase;background:#7c3aed33;border-radius:20px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-block}.page-hero h2{font-size:42px;font-weight:800;line-height:1.2}.page-hero h2 span{color:var(--purple)}.page-hero p{color:#475569;max-width:560px;margin-top:16px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.7}.divider{background:var(--purple);border-radius:2px;width:50px;height:3px;margin:12px auto 0}.section-title{text-align:center;margin-bottom:48px}.section-title h2{font-size:32px;font-weight:800}.section-title h2 span{color:var(--purple)}.section-title p{color:#64748b;margin-top:10px;font-size:14px}.join-cta{text-align:center;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:24px;margin:60px;padding:60px}.join-cta h2{color:#1e1b4b;margin-bottom:12px;font-size:32px;font-weight:800}.join-cta p{color:#64748b;margin-bottom:28px;font-size:15px}.btn-join-big{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:16px 36px;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-join-big:hover{opacity:.9}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:520px;padding:40px 60px 60px;display:grid;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";background-image:radial-gradient(circle,#7c3aed66 1.5px,#0000 1.5px);background-size:18px 18px;position:absolute}.hero:before{width:160px;height:200px;top:80px;left:calc(50% - 100px)}.hero:after{width:160px;height:200px;bottom:60px;left:calc(50% - 60px)}.hero-left{max-width:540px}.hero-left h2{color:var(--white);font-size:46px;font-weight:800;line-height:1.15}.hero-left h2 span{color:var(--purple-light);display:block}.hero-desc{color:#cbd5e1;max-width:460px;margin-top:20px;font-size:14.5px;line-height:1.75}.hero-desc p+p{margin-top:10px}.hero-desc a{color:var(--purple-light);font-weight:600;text-decoration:none}.hero-desc a.teal{color:#38bdf8}.hero-btns{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.btn-primary{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;display:flex}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff59;border-radius:8px;align-items:center;gap:8px;padding:12px 26px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;display:flex}.hero-social{align-items:center;gap:12px;margin-top:28px;display:flex}.avatars{display:flex}.hero-social p{color:#94a3b8;font-size:13px}.hero-social p strong{color:var(--purple-light)}.hero-right{justify-content:center;align-items:center;height:460px;display:flex;position:relative}.collage{clip-path:polygon(8% 0%,100% 0%,92% 100%,0% 100%);border-radius:12px;flex-shrink:0;width:400px;height:460px;position:relative;overflow:hidden}.collage>img{object-fit:cover;width:100%;height:100%;display:block}.collage:after{content:"";background:linear-gradient(transparent, var(--navy));pointer-events:none;height:80px;position:absolute;bottom:0;left:0;right:0}.feature-pills{flex-direction:column;gap:32px;margin-left:28px;display:flex}.pill{align-items:flex-start;gap:12px;display:flex}.pill-icon{width:36px;height:36px;color:var(--purple-light);flex-shrink:0}.pill h4{color:var(--purple-light);margin-bottom:3px;font-size:15px;font-weight:700}.pill p{color:#94a3b8;max-width:140px;font-size:12px;line-height:1.5}.features{background:#f1f0fa;grid-template-columns:repeat(3,1fr);gap:24px;padding:50px 60px;display:grid}.feat-card{border-radius:16px;padding:32px 28px;position:relative;overflow:hidden}.feat-card:first-child{background:#f0eeff}.feat-card:nth-child(2){background:#fff7f0}.feat-card:nth-child(3){background:#f0fdfb}.feat-card-body{align-items:flex-start;gap:20px;display:flex}.feat-content{flex:1;min-width:0}.feat-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.feat-icon-wrap.purple{background:#7c3aed}.feat-icon-wrap.orange{background:#f97316}.feat-icon-wrap.teal{background:#14b8a6}.feat-icon-wrap svg{color:#fff;width:32px;height:32px}.feat-card h3{margin-bottom:6px;font-size:18px;font-weight:800}.feat-card:first-child h3{color:#4f46e5}.feat-card:nth-child(2) h3{color:#f97316}.feat-card:nth-child(3) h3{color:#0d9488}.feat-content>p{color:#64748b;margin-bottom:16px;font-size:13px}.feat-list{flex-direction:column;gap:8px;list-style:none;display:flex}.feat-list li{color:#334155;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.feat-list li:before{content:"";background:50%/12px no-repeat;border-radius:50%;flex-shrink:0;width:18px;height:18px}.feat-card:first-child .feat-list li:before{background-color:#4f46e5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.feat-card:nth-child(2) .feat-list li:before{background-color:#f97316;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.feat-card:nth-child(3) .feat-list li:before{background-color:#14b8a6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.feat-ghost{opacity:.07;width:70px;height:70px;position:absolute;bottom:20px;right:20px}.why{background:#f1f0fa;padding:20px 60px 60px}.why-inner{background:#e8e6f8;border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:50px 48px;display:grid}.why-left h2{color:#1e1b4b;margin-bottom:6px;font-size:28px;font-weight:800}.why-divider{background:var(--purple);border-radius:2px;width:50px;height:3px;margin:0 auto 36px}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-item{flex-direction:column;gap:10px;display:flex}.why-item-icon{width:40px;height:40px;color:var(--purple)}.why-item h4{color:#1e1b4b;font-size:13.5px;font-weight:800;line-height:1.3}.why-item p{color:#64748b;font-size:12.5px;line-height:1.55}.why-cta{text-align:center;background:#fff;border-radius:16px;min-width:240px;padding:32px 28px}.why-cta p{color:#1e1b4b;margin-bottom:4px;font-size:16px;font-weight:800;line-height:1.4}.why-cta .highlight{color:var(--purple);margin-bottom:20px;font-size:17px;display:block}.btn-get-started{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;display:flex}.search-bar{gap:12px;max-width:600px;margin:32px auto 0;display:flex}.search-bar input{color:#1e1b4b;background:#f8f7ff;border:1px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:14px 20px;font-family:Manrope,sans-serif;font-size:14px}.search-bar input::placeholder{color:#64748b}.search-bar button{background:var(--purple);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:14px 28px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:10px;padding:0 60px 40px;display:flex}.tab{cursor:pointer;border:none;border-radius:20px;padding:9px 20px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.tab.active{background:var(--purple);color:#fff}.tab:not(.active){color:#64748b;background:#f1f0fa}.opp-grid{grid-template-columns:repeat(3,1fr);gap:24px;padding:0 60px 80px;display:grid}.opp-card{background:#fff;border:1px solid #7c3aed33;border-radius:16px;padding:28px;transition:border-color .2s;box-shadow:0 2px 12px #0000000d}.opp-card:hover{border-color:var(--purple)}.opp-card-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.opp-type{text-transform:uppercase;letter-spacing:1px;border-radius:12px;padding:4px 12px;font-size:11px;font-weight:700}.opp-type.job{color:var(--purple-light);background:#7c3aed33}.opp-type.intern{color:#fb923c;background:#f9731633}.opp-type.mentor{color:#2dd4bf;background:#14b8a633}.opp-type.research{color:#818cf8;background:#6366f133}.opp-card h3{color:#1e1b4b;margin-bottom:6px;font-size:16px;font-weight:800}.opp-card .company{color:var(--text-muted);margin-bottom:14px;font-size:13px}.opp-tags{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.opp-tag{color:#64748b;background:#f1f0fa;border-radius:6px;padding:4px 10px;font-size:11px}.opp-footer{justify-content:space-between;align-items:center;display:flex}.opp-footer span{color:#64748b;font-size:12px}.btn-apply{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 20px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.stats-strip{background:#7c3aed1a;border-top:1px solid #7c3aed33;border-bottom:1px solid #7c3aed33;justify-content:center;gap:80px;padding:28px 60px;display:flex}.stat{text-align:center}.stat h3{color:var(--purple);font-size:32px;font-weight:800}.stat p{color:#94a3b8;margin-top:4px;font-size:13px}.section{padding:70px 60px}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pillar-card{text-align:center;background:#fff;border:1px solid #7c3aed26;border-radius:20px;padding:36px 28px;box-shadow:0 2px 12px #0000000d}.pillar-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.pillar-icon.purple{background:#7c3aed33}.pillar-icon.orange{background:#f9731633}.pillar-icon.teal{background:#14b8a633}.pillar-icon svg{width:28px;height:28px}.pillar-card h3{margin-bottom:10px;font-size:18px;font-weight:800}.pillar-card p{color:#64748b;font-size:13px;line-height:1.6}.events-section{background:#f8f7ff;padding:70px 60px}.events-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.event-card{background:#fff;border:1px solid #e8e6f8;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.event-date-bar{background:var(--purple);align-items:center;gap:10px;padding:10px 20px;display:flex}.event-date-bar .date{color:#fff;font-size:22px;font-weight:800}.event-date-bar .month{color:#ffffffd9;text-transform:uppercase;letter-spacing:1px;font-size:12px}.event-body{padding:20px}.event-body h3{margin-bottom:8px;font-size:15px;font-weight:700}.event-body p{color:#64748b;margin-bottom:14px;font-size:13px;line-height:1.5}.event-meta{justify-content:space-between;align-items:center;display:flex}.event-meta span{color:#94a3b8;font-size:12px}.btn-event{color:var(--purple-light);cursor:pointer;background:#7c3aed33;border:none;border-radius:8px;padding:7px 16px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.testimonials{padding:70px 60px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.testimonial{border:1px solid #e8e6f8;border-left:3px solid var(--purple);background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #0000000d}.testimonial p{color:#475569;margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.author-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.author-name{font-size:13px;font-weight:700}.author-role{color:#64748b;font-size:12px}.focus-section{padding:20px 60px 70px}.focus-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.focus-card{text-align:center;background:#fff;border:1px solid #14b8a626;border-radius:16px;padding:28px 22px;transition:border-color .2s;box-shadow:0 2px 12px #0000000d}.focus-card:hover{border-color:var(--teal)}.focus-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.focus-icon svg{width:26px;height:26px}.focus-card h3{margin-bottom:8px;font-size:15px;font-weight:800}.focus-card p{color:#64748b;font-size:12.5px;line-height:1.55}.projects-section{background:#f8f7ff;padding:70px 60px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.project-card{background:#fff;border:1px solid #e8e6f8;border-top:3px solid #0000;border-radius:16px;padding:28px;box-shadow:0 2px 12px #0000000d}.project-card.purple{border-top-color:var(--purple)}.project-card.teal{border-top-color:var(--teal)}.project-card.orange{border-top-color:var(--orange)}.project-tag{letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-block}.project-card.purple .project-tag{color:var(--purple-light)}.project-card.teal .project-tag{color:#2dd4bf}.project-card.orange .project-tag{color:#fb923c}.project-card h3{margin-bottom:10px;font-size:16px;font-weight:800}.project-card p{color:#64748b;margin-bottom:18px;font-size:13px;line-height:1.6}.project-meta{justify-content:space-between;align-items:center;display:flex}.project-meta span{color:#475569;font-size:12px}.btn-view{color:var(--purple-light);cursor:pointer;background:#7c3aed26;border:none;border-radius:8px;padding:8px 16px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.challenge-cta{grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:70px 60px;display:grid}.challenge-left h2{margin-bottom:16px;font-size:34px;font-weight:800;line-height:1.25}.challenge-left h2 span{color:#2dd4bf}.challenge-left p{color:#94a3b8;margin-bottom:28px;font-size:14px;line-height:1.7}.btn-submit{background:var(--teal);color:#0d0b2b;cursor:pointer;border:none;border-radius:10px;padding:15px 32px;font-family:Manrope,sans-serif;font-size:14px;font-weight:800}.challenge-right{background:#fff;border:1px solid #14b8a633;border-radius:20px;padding:32px;box-shadow:0 2px 12px #0000000d}.challenge-right h3{color:#2dd4bf;margin-bottom:20px;font-size:16px;font-weight:800}.criteria-list{flex-direction:column;gap:12px;list-style:none;display:flex}.criteria-list li{color:#475569;align-items:flex-start;gap:12px;font-size:13.5px;display:flex}.criteria-list li:before{content:"✓";color:var(--teal);flex-shrink:0;font-weight:800}.story-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:0 60px 70px;display:grid}.story-left h2{margin-bottom:20px;font-size:32px;font-weight:800}.story-left h2 span{color:var(--purple-light)}.story-left p{color:#64748b;margin-bottom:16px;font-size:14px;line-height:1.8}.story-stats{grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;display:grid}.story-stat{text-align:center;background:#fff;border:1px solid #e8e6f8;border-radius:14px;padding:20px;box-shadow:0 2px 12px #0000000d}.story-stat h3{color:var(--purple);font-size:28px;font-weight:800}.story-stat p{color:#64748b;margin-top:4px;font-size:12px}.story-right{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:24px;padding:40px}.story-right h3{color:var(--purple);margin-bottom:16px;font-size:18px;font-weight:800}.story-right p{color:#475569;font-size:14px;line-height:1.75}.mv-section{background:#f8f7ff;grid-template-columns:1fr 1fr;gap:32px;padding:70px 60px;display:grid}.mv-card{border-radius:20px;padding:40px}.mv-card.mission{background:#7c3aed1a;border:1px solid #7c3aed33}.mv-card.vision{background:#14b8a614;border:1px solid #14b8a633}.mv-card .mv-label{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;font-size:11px;font-weight:700}.mv-card.mission .mv-label{color:var(--purple-light)}.mv-card.vision .mv-label{color:#2dd4bf}.mv-card h3{margin-bottom:14px;font-size:22px;font-weight:800}.mv-card p{color:#64748b;font-size:14px;line-height:1.75}.values-section{padding:70px 60px}.values-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.value-card{text-align:center;background:#fff;border:1px solid #e8e6f8;border-radius:16px;padding:28px 22px;box-shadow:0 2px 12px #0000000d}.value-num{color:#7c3aed40;margin-bottom:12px;font-size:36px;font-weight:800}.value-card h3{color:var(--purple);margin-bottom:8px;font-size:15px;font-weight:800}.value-card p{color:#64748b;font-size:13px;line-height:1.6}.team-section{background:#f8f7ff;padding:70px 60px}.team-photo-wrap{border-radius:20px;max-width:700px;margin-top:48px;margin-left:auto;margin-right:auto;overflow:hidden}.team-photo-wrap img{width:100%;display:block}.team-caption{text-align:center;color:#64748b;margin-top:16px;font-size:13px}.contact-section{grid-template-columns:1fr 1.4fr;align-items:start;gap:48px;padding:0 60px 80px;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.info-card{background:#fff;border:1px solid #e8e6f8;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex;box-shadow:0 2px 12px #0000000d}.info-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.info-icon svg{width:20px;height:20px}.info-card h4{color:#1e1b4b;margin-bottom:4px;font-size:13px;font-weight:700}.info-card p{color:#64748b;font-size:13px;line-height:1.5}.info-card a{color:var(--purple-light);font-size:13px;text-decoration:none}.social-section{margin-top:8px}.social-section h4{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:700}.social-links{flex-wrap:wrap;gap:12px;display:flex}.social-link{color:var(--navy);background:#fff;border:1px solid #e8e6f8;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 12px #0000000d}.social-link:hover{color:var(--purple-light);background:#7c3aed33}.contact-form{background:#fff;border:1px solid #e8e6f8;border-radius:20px;padding:40px;box-shadow:0 2px 12px #0000000d}.contact-form h3{margin-bottom:28px;font-size:20px;font-weight:800}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.form-group label{color:#94a3b8;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#1e1b4b;background:#f8f7ff;border:1px solid #0c0b2b1a;border-radius:10px;outline:none;padding:13px 16px;font-family:Manrope,sans-serif;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple)}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select option{color:#1e1b4b;background:#fff}.form-group textarea{resize:vertical;min-height:130px}.btn-send{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 32px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;transition:opacity .2s;display:flex}.btn-send:hover{opacity:.9}.form-success-msg{color:#065f46;text-align:center;background:#d1fae5;border:1px solid #10b981;border-radius:10px;margin-bottom:20px;padding:16px;font-size:14px;font-weight:600}@media (width<=1024px){nav{padding:16px 28px}.nav-links{gap:20px}.hero{padding:32px 28px 48px}.hero-left h2{font-size:38px}.collage{width:300px;height:380px}.hero-right{height:400px}.features{padding:40px 28px}.why{padding:20px 28px 48px}.why-inner{padding:40px 32px}.why-grid{gap:16px}nav,.page-hero,.story-section,.values-section,.team-section,.focus-section,.projects-section,.challenge-cta,.contact-section{padding-left:28px;padding-right:28px}.mv-section{padding:60px 28px}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.join-cta{margin:48px 28px}.focus-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}.stats-strip{gap:40px;padding:28px}.pillars-grid,.events-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){nav{z-index:100;flex-wrap:nowrap;align-items:center;padding:14px 20px;position:sticky;top:0}.logo{flex:1}.hamburger{flex-shrink:0;order:2;margin-left:auto;display:flex}.btn-nav,.btn-join-nav{display:none}.nav-links{border-radius:14px;flex-direction:column;flex-basis:100%;order:3;align-items:flex-start;gap:0;width:100%;margin-top:10px;animation:.25s slideDown;display:none;overflow:hidden;box-shadow:0 8px 30px #0000001f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}nav{flex-wrap:wrap}.theme-dark .nav-links{background:#15103d}.theme-light .nav-links{background:#fff;border:1px solid #e8e6f8}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{align-items:center;padding:14px 22px;font-size:15px;font-weight:600;transition:background .15s;display:flex}.theme-dark .nav-links a:hover{background:#ffffff0d}.theme-light .nav-links a:hover{background:#f8f7ff}.theme-dark .nav-links a{border-bottom:1px solid #ffffff0f}.theme-light .nav-links a{border-bottom:1px solid #f0eeff}.nav-links li:last-child a{border-bottom:none}.nav-links a.active:after{display:none}.theme-light .nav-links a.active{color:var(--purple);background:#7c3aed0f}.theme-dark .nav-links a.active{color:var(--purple-light);background:#7c3aed1a}.hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hamburger span{transform-origin:50%;transition:transform .3s,opacity .2s}.hero{grid-template-columns:1fr;gap:32px;min-height:auto;padding:28px 20px 40px}.hero:before,.hero:after{display:none}.hero-left{max-width:100%}.hero-left h2{font-size:30px}.hero-desc{max-width:100%;font-size:14px}.hero-right{flex-direction:column;gap:24px;height:auto}.collage{clip-path:polygon(4% 0%,100% 0%,96% 100%,0% 100%);width:100%;height:260px}.feature-pills{flex-flow:wrap;justify-content:center;gap:16px;margin-left:0}.pill{flex:120px}.pill p{max-width:100%}.features{grid-template-columns:1fr;gap:16px;padding:32px 20px}.why{padding:16px 20px 40px}.why-inner{grid-template-columns:1fr;gap:32px;padding:32px 20px}.why-grid{grid-template-columns:repeat(2,1fr);gap:20px}.why-cta{min-width:auto}.page-hero{padding:40px 20px 48px}.page-hero h2{font-size:28px}.story-section{grid-template-columns:1fr;gap:36px;padding:0 20px 48px}.mv-section{grid-template-columns:1fr;padding:48px 20px}.values-section,.team-section,.focus-section,.projects-section{padding:48px 20px}.values-grid,.focus-grid,.projects-grid,.pillars-grid,.events-grid,.testimonials-grid{grid-template-columns:1fr}.join-cta{margin:0 20px 48px;padding:40px 24px}.join-cta h2{font-size:24px}footer{padding:40px 20px 24px}.footer-top{grid-template-columns:1fr 1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.search-bar{flex-direction:column;margin:24px 20px 0}.filter-tabs{padding:16px 20px 24px}.opp-grid{grid-template-columns:1fr;padding:0 20px 48px}.challenge-cta{grid-template-columns:1fr;padding:48px 20px}.contact-section{grid-template-columns:1fr;padding:0 20px 60px}.form-row{grid-template-columns:1fr}.contact-form{padding:28px 20px}}@media (width<=480px){.hero-left h2{font-size:26px}.hero-btns{flex-direction:column}.btn-primary,.btn-outline{justify-content:center;width:100%}.why-grid{grid-template-columns:1fr}.feat-icon-wrap{width:56px;height:56px}.values-grid,.focus-grid{grid-template-columns:1fr}.story-stats{grid-template-columns:1fr 1fr}}
