@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color:#0a1b2b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edf2ff;font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*,:before,:after{box-sizing:border-box}body{background:#edf2ff;min-height:100vh;margin:0}a{text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:2px;outline:2px solid #0f62fe}.app{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;min-height:100vh;display:flex}main{flex:1}.hero{text-align:center;padding:2rem 5vw 3rem}.nav{justify-content:space-between;align-items:center;padding:1rem 0 2rem;display:flex}.nav__actions{align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn.ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.btn.ghost:hover{background:#fff3;border-color:#ffffff80}.nav__logo a{letter-spacing:.05em;color:inherit;font-size:1.5rem;font-weight:700;text-decoration:none}.hero__content{max-width:600px;margin:0 auto}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}.hero__content h1{letter-spacing:-.02em;white-space:nowrap;margin:0 0 1rem;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:700;line-height:1.2}@media (width<=768px){.hero__content h1{white-space:normal}}.hero__content p{color:#ffffffe6;margin:0 0 2rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.5}.hero__stats{justify-content:center;gap:3rem;margin-top:2rem;display:flex}.stat{text-align:center}.stat__number{color:#fff;font-size:2rem;font-weight:700;display:block}.stat__label{color:#fffc;font-size:.9rem}.links-section{color:#0a1b2b;background:#fff;padding:2rem 5vw 6rem}.links-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.link-card{color:inherit;background:#fff;border:1px solid #0a1b2b1a;border-radius:1.5rem;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.link-card:before{content:"";background:var(--card-color);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.link-card:hover:before{transform:scaleX(1)}.link-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-header h2{color:#0a1b2b;margin:0;font-size:1.5rem;font-weight:600}.card-icon{border-radius:50%;width:12px;height:12px}.link-card p{color:#0a1b2bb3;margin:0 0 1.5rem;font-size:1rem;line-height:1.5}.card-features{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.feature-tag{color:#0f62fe;background:#0f62fe1a;border-radius:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.launch-text{color:var(--card-color);font-weight:600}.link-arrow{color:var(--card-color);font-size:1.2rem;transition:transform .2s}.link-card:hover .link-arrow{transform:translate(4px)}.footer{color:#fffc;background:#0a1b2b;padding:3rem 5vw 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.footer-section h5{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-section p{color:#ffffffb3;margin:0;line-height:1.5}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}@media (width<=768px){.hero{padding:1.5rem 4vw 2.5rem}.nav{gap:1rem;padding:.5rem 0 1.5rem}.nav__logo a{font-size:1.3rem}.nav__actions{gap:.5rem}.btn{padding:.5rem 1rem;font-size:.85rem}.hero__badge{margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem}.hero__content{padding:0 2vw}.hero__content h1{margin-bottom:.75rem;white-space:normal!important;font-size:1.75rem!important}.hero__content p{margin-bottom:1.5rem;font-size:.95rem}.hero__stats{gap:1.25rem;margin-top:1.5rem}.stat__number{font-size:1.4rem}.stat__label{font-size:.85rem}.links-section{padding:1.5rem 4vw 3rem}.links-grid{grid-template-columns:1fr;gap:1.25rem}.link-card{border-radius:1.25rem;padding:1.5rem}.card-header h2{font-size:1.3rem}.link-card p{font-size:.95rem}.card-features{gap:.4rem;margin-bottom:1.25rem}.feature-tag{padding:.2rem .65rem;font-size:.75rem}.about-section,.team-section,.faq-section,.careers-section,.contact-section,.terms-section{padding:2.5rem 4vw}.about-grid{grid-template-columns:1fr;gap:2rem}.about-text h2,.values-section h2,.vision-section h2,.opportunities-section h2,.contact-info h2,.response-info h2{font-size:1.5rem}.about-text p,.vision-section p,.careers-intro p,.opportunities-section p{font-size:1rem}.values-grid{grid-template-columns:1fr;gap:1.25rem}.value-card{padding:1.5rem}.value-card h3{font-size:1.2rem}.value-card p{font-size:.95rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-methods{gap:1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem;font-size:.9rem}.footer{padding:2rem 4vw 1rem}.footer-section h4{font-size:1.1rem}.footer-section h5{font-size:.95rem}.member-card{padding:2rem 1.5rem}.member-info h2{font-size:1.6rem}.member-info h3{font-size:1.1rem}.member-info p{font-size:1rem}.faq-category h2{font-size:1.5rem}.faq-item{padding:1.25rem}.faq-item summary{font-size:1rem}.faq-item p{font-size:.95rem}.contact-method{padding:1.25rem}.contact-method h3{font-size:1.1rem}.contact-method p{font-size:.95rem}.founder-card{padding:1.5rem}.founder-card h3{font-size:1.3rem}.roles-interest{padding:1.5rem}.roles-interest h3{font-size:1.1rem}.roles-interest ul li{font-size:.95rem}.terms-content{padding:0}.terms-text h2{font-size:1.3rem}.terms-text p{font-size:.95rem}.careers-intro h2{font-size:1.6rem}.contact-cta h3{font-size:1.2rem}}@media (width<=480px){.hero{padding:1.25rem 3vw 2rem}.nav{padding:.5rem 0 1.25rem}.nav__logo a{font-size:1.2rem}.btn{padding:.45rem .85rem;font-size:.8rem}.hero__badge{padding:.35rem .7rem;font-size:.7rem}.hero__content h1{margin-bottom:.5rem;font-size:1.5rem!important}.hero__content p{margin-bottom:1.25rem;font-size:.9rem}.hero__stats{gap:1rem;margin-top:1.25rem}.stat__number{font-size:1.2rem}.stat__label{font-size:.8rem}.links-section{padding:1.25rem 3vw 2.5rem}.links-grid{gap:1rem}.link-card{border-radius:1rem;padding:1.25rem}.card-header h2{font-size:1.2rem}.link-card p{margin-bottom:1.25rem;font-size:.9rem}.card-features{gap:.35rem;margin-bottom:1rem}.feature-tag{padding:.2rem .55rem;font-size:.7rem}.launch-text{font-size:.9rem}.about-section,.team-section,.faq-section,.careers-section,.contact-section,.terms-section{padding:2rem 3vw}.about-text h2,.values-section h2,.vision-section h2,.opportunities-section h2,.contact-info h2,.response-info h2,.faq-category h2{margin-bottom:1rem;font-size:1.35rem}.about-text p,.vision-section p,.careers-intro p,.opportunities-section p,.faq-item p,.contact-method p,.terms-text p{font-size:.9rem}.value-card{padding:1.25rem}.value-card h3{font-size:1.1rem}.value-card p{font-size:.9rem}.member-card{padding:1.5rem 1.25rem}.member-info h2{font-size:1.4rem}.member-info h3{font-size:1rem}.member-info p{font-size:.95rem}.btn.primary{padding:.7rem 1.5rem;font-size:.9rem}.faq-item{padding:1rem}.faq-item summary{font-size:.95rem}.contact-method{padding:1rem}.contact-method h3{font-size:1rem}.founder-card{padding:1.25rem}.founder-card h3{font-size:1.2rem}.founder-title{font-size:.95rem}.roles-interest{padding:1.25rem}.roles-interest h3{font-size:1rem}.roles-interest ul li{padding:.4rem 0;font-size:.9rem}.terms-text h2{margin:1.5rem 0 .75rem;font-size:1.2rem}.careers-intro h2{font-size:1.4rem}.contact-cta h3{font-size:1.1rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem;font-size:.85rem}.footer-section h4{margin-bottom:.75rem;font-size:1rem}.footer-section h5{margin-bottom:.75rem;font-size:.9rem}.footer-section ul li{margin-bottom:.4rem}.footer-bottom{margin-top:1.5rem;padding-top:1.5rem}.footer-bottom p{font-size:.8rem}}.about-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.about-content{max-width:1000px;margin:0 auto}.about-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.about-text h2{color:#0a1b2b;margin-bottom:1.5rem;font-size:1.8rem}.about-text p{color:#0a1b2bcc;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.values-section{text-align:center}.values-section h2{color:#0a1b2b;margin-bottom:3rem;font-size:2.2rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.value-card{text-align:center;background:#f8fafc;border-radius:1rem;padding:2rem}.value-card h3{color:#0f62fe;margin-bottom:1rem;font-size:1.3rem}.value-card p{color:#0a1b2bb3;margin:0;font-size:1rem;line-height:1.6}.team-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.team-content{max-width:800px;margin:0 auto}.team-member{margin-bottom:4rem}.member-card{text-align:center;background:#f8fafc;border-radius:1.5rem;padding:3rem}.member-info h2{color:#0a1b2b;margin-bottom:.5rem;font-size:2rem}.member-info h3{color:#0f62fe;margin-bottom:2rem;font-size:1.2rem;font-weight:500}.member-info p{color:#0a1b2bcc;text-align:left;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.member-links{margin-top:2rem}.btn.primary{color:#fff;background:#0f62fe;border-radius:.5rem;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .2s}.btn.primary:hover{background:#0043ce;transform:translateY(-1px)}.vision-section{text-align:center}.vision-section h2{color:#0a1b2b;margin-bottom:2rem;font-size:2rem}.vision-section p{color:#0a1b2bcc;text-align:left;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.faq-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.faq-content{max-width:900px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category h2{color:#0f62fe;border-bottom:2px solid #0f62fe;margin-bottom:2rem;padding-bottom:.5rem;font-size:1.8rem}.faq-list{gap:1rem;display:grid}.faq-item{background:#f8fafc;border:1px solid #0a1b2b1a;border-radius:.75rem;padding:1.5rem;transition:all .2s}.faq-item:hover{box-shadow:0 4px 12px #0000000d}.faq-item summary{cursor:pointer;color:#0a1b2b;margin-bottom:0;font-size:1.1rem;font-weight:600}.faq-item p{color:#0a1b2bcc;margin-top:1rem;margin-bottom:0;line-height:1.6}.careers-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.careers-content{max-width:1000px;margin:0 auto}.careers-intro{text-align:center;margin-bottom:3rem}.careers-intro h2{color:#0a1b2b;margin-bottom:1.5rem;font-size:2rem}.opportunities-section{text-align:center;margin-top:4rem}.opportunities-section h2{color:#0a1b2b;margin-bottom:1.5rem;font-size:2rem}.roles-interest{background:#f8fafc;border-radius:1rem;margin:2rem 0;padding:2rem}.roles-interest h3{color:#0f62fe;margin-bottom:1rem}.roles-interest ul{margin:0;padding:0;list-style:none}.roles-interest ul li{color:#0a1b2bcc;padding:.5rem 0}.contact-cta{margin-top:3rem}.contact-cta h3{color:#0a1b2b;margin-bottom:1rem}.contact-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.contact-content{max-width:1000px;margin:0 auto}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.contact-info h2{color:#0a1b2b;margin-bottom:1.5rem;font-size:2rem}.contact-methods{gap:2rem;margin-top:2rem;display:grid}.contact-method{background:#f8fafc;border-radius:1rem;padding:1.5rem}.contact-method h3{color:#0f62fe;margin-bottom:.5rem}.contact-link{color:#0f62fe;font-weight:600;text-decoration:none;transition:color .2s}.contact-link:hover{color:#0043ce}.founder-info{align-items:center;display:flex}.founder-card{text-align:center;background:#f8fafc;border-radius:1rem;width:100%;padding:2rem}.founder-card h3{color:#0a1b2b;margin-bottom:.5rem}.founder-title{color:#0f62fe;margin-bottom:1rem;font-weight:600}.response-info{text-align:center;background:#f8fafc;border-radius:1rem;padding:2rem}.response-info h2{color:#0a1b2b;margin-bottom:1rem}.terms-section{color:#0a1b2b;background:#fff;padding:4rem 5vw}.terms-content{max-width:800px;margin:0 auto}.terms-text h2{color:#0f62fe;margin:2rem 0 1rem;font-size:1.5rem}.terms-text p{color:#0a1b2bcc;margin-bottom:1.5rem;line-height:1.7}.terms-text a{color:#0f62fe;text-decoration:none}.terms-text a:hover{text-decoration:underline}
