:root{--green: #1D9E75;--green-dark: #0F6E56;--green-light: #E1F5EE;--green-mid: #9FE1CB;--text: #1a1a1a;--text-sec: #6b7280;--border: rgba(0,0,0,.1);--bg: #ffffff;--bg-sec: #f9fafb;--radius: 12px;--radius-lg: 16px;--radius-full: 100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-family:"DM Serif Display",serif;font-size:22px;color:var(--text);text-decoration:none}.navbar-logo em{font-style:normal;color:var(--green)}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{font-size:14px;color:var(--text-sec);text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--text)}.navbar-actions{display:flex;gap:8px;align-items:center}.lang-toggle{display:flex;border:.5px solid var(--border);border-radius:8px;overflow:hidden;margin-right:4px}.lang-btn{padding:5px 11px;font-size:13px;background:transparent;border:none;cursor:pointer;color:var(--text-sec);font-family:DM Sans,sans-serif;transition:all .15s}.lang-btn.active{background:var(--green);color:#fff;font-weight:500}.btn-ghost{padding:8px 18px;border-radius:8px;border:.5px solid var(--border);background:transparent;color:var(--text);font-size:14px;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.btn-ghost:hover{background:var(--bg-sec)}.btn-primary{padding:8px 20px;border-radius:8px;border:none;background:var(--green);color:#fff;font-size:14px;cursor:pointer;font-weight:500;font-family:DM Sans,sans-serif;transition:background .15s}.btn-primary:hover{background:var(--green-dark)}.btn-primary-lg{padding:13px 32px;font-size:15px;border-radius:var(--radius-full);border:none;background:var(--green);color:#fff;cursor:pointer;font-weight:500;font-family:DM Sans,sans-serif;transition:background .15s}.btn-primary-lg:hover{background:var(--green-dark)}.btn-ghost-lg{padding:13px 32px;font-size:15px;border-radius:var(--radius-full);border:.5px solid var(--border);background:transparent;color:var(--text);cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.btn-ghost-lg:hover{background:var(--bg-sec)}.hero{padding:6rem 2rem 5rem;text-align:center;max-width:860px;margin:0 auto;animation:fadeUp .6s ease both}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--green-light);color:var(--green-dark);font-size:13px;font-weight:500;padding:5px 14px;border-radius:var(--radius-full);margin-bottom:1.5rem}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--green);display:inline-block;animation:pulse 2s infinite}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(38px,6vw,62px);line-height:1.1;letter-spacing:-1px;margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--green)}.hero-p{font-size:18px;color:var(--text-sec);max-width:520px;margin:0 auto 2.5rem}.hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.hero-tag{font-size:13px;color:var(--text-sec)}.stats-bar{background:var(--green-dark);padding:2.5rem 2rem;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-num{font-family:"DM Serif Display",serif;font-size:36px;color:#fff;line-height:1}.stat-lbl{font-size:13px;color:var(--green-mid);margin-top:4px}.how-section{padding:5rem 2rem;max-width:1000px;margin:0 auto}.section-tag{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--green);margin-bottom:.75rem}.section-h2{font-family:"DM Serif Display",serif;font-size:clamp(28px,4vw,40px);line-height:1.15;margin-bottom:3rem;max-width:500px}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.how-card{padding:1.75rem;border:.5px solid var(--border);border-radius:var(--radius-lg);position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.how-card:hover{border-color:var(--green);transform:translateY(-2px)}.how-card-num{position:absolute;top:-10px;right:16px;font-family:"DM Serif Display",serif;font-size:72px;color:var(--green-light);line-height:1;pointer-events:none}.how-icon{font-size:28px;margin-bottom:1rem}.how-card h3{font-size:16px;font-weight:600;margin-bottom:8px}.how-card p{font-size:14px;color:var(--text-sec);line-height:1.6}.projects-section{background:var(--bg-sec);padding:5rem 2rem}.projects-inner{max-width:1000px;margin:0 auto}.projects-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:6px 16px;border-radius:var(--radius-full);font-size:13px;border:.5px solid var(--border);background:var(--bg);color:var(--text-sec);cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s}.filter-btn:hover,.filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}.project-card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;transition:border-color .15s,transform .15s}.project-card:hover{border-color:var(--green);transform:translateY(-2px)}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cat-pill{font-size:12px;padding:3px 11px;border-radius:var(--radius-full);font-weight:500}.cat-tech{background:#e6f1fb;color:#185fa5}.cat-food{background:#eaf3de;color:#3b6d11}.cat-fin{background:#eeedfe;color:#3c3489}.cat-health{background:#faeeda;color:#854f0b}.seek-pill{font-size:11px;color:var(--text-sec);background:var(--bg-sec);padding:3px 9px;border-radius:var(--radius-full);border:.5px solid var(--border)}.project-card h3{font-size:16px;font-weight:600;margin-bottom:6px}.project-card p{font-size:13px;color:var(--text-sec);line-height:1.55;margin-bottom:1rem}.card-footer{display:flex;justify-content:space-between;align-items:center;border-top:.5px solid var(--border);padding-top:12px}.founder-row{display:flex;align-items:center;gap:8px}.avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.av1{background:#e6f1fb;color:#185fa5}.av2{background:#eaf3de;color:#3b6d11}.av3{background:#eeedfe;color:#3c3489}.av4{background:#faeeda;color:#854f0b}.founder-name{font-size:13px;color:var(--text-sec)}.interest-btn{font-size:13px;padding:5px 13px;border-radius:8px;border:.5px solid var(--green);color:var(--green);background:transparent;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.interest-btn:hover{background:var(--green-light)}.roles-section{padding:5rem 2rem;max-width:1000px;margin:0 auto}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2.5rem}.role-card{padding:2rem;border-radius:var(--radius-lg);border:.5px solid var(--border);transition:border-color .2s,transform .2s}.role-card:hover{border-color:var(--green);transform:translateY(-2px)}.role-icon{font-size:32px;margin-bottom:1rem}.role-card h3{font-size:18px;font-weight:600;margin-bottom:6px}.role-card p{font-size:14px;color:var(--text-sec);line-height:1.6}.role-tag{display:inline-block;margin-top:1rem;font-size:12px;font-weight:500;padding:4px 12px;border-radius:var(--radius-full)}.rt-green{background:var(--green-light);color:var(--green-dark)}.rt-blue{background:#e6f1fb;color:#185fa5}.rt-purple{background:#eeedfe;color:#3c3489}.pricing-section{background:var(--bg-sec);padding:5rem 2rem}.pricing-inner{max-width:860px;margin:0 auto;text-align:center}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;text-align:left;margin-top:3rem}.price-card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;position:relative}.price-card.featured{border:2px solid var(--green)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--green);color:#fff;font-size:11px;font-weight:600;padding:3px 14px;border-radius:var(--radius-full);white-space:nowrap}.price-card h3{font-size:16px;font-weight:600;margin-bottom:4px}.price-amount{font-family:"DM Serif Display",serif;font-size:36px;margin:12px 0 4px;line-height:1}.price-per{font-size:16px;font-family:DM Sans,sans-serif;color:var(--text-sec)}.price-desc{font-size:13px;color:var(--text-sec);margin-bottom:1.25rem}.price-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:1.5rem}.price-features li{font-size:13px;color:var(--text-sec);display:flex;gap:8px;align-items:flex-start}.price-features li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.price-btn{width:100%;padding:10px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s}.price-btn-outline{border:.5px solid var(--border);background:transparent;color:var(--text)}.price-btn-outline:hover{background:var(--bg-sec)}.price-btn-solid{border:none;background:var(--green);color:#fff}.price-btn-solid:hover{background:var(--green-dark)}.cta-section{background:var(--green-dark);padding:5rem 2rem;text-align:center}.cta-section h2{font-family:"DM Serif Display",serif;font-size:clamp(28px,4vw,44px);color:#fff;margin-bottom:1rem}.cta-section p{color:var(--green-mid);font-size:17px;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-white{padding:13px 32px;border-radius:var(--radius-full);border:none;background:#fff;color:var(--green-dark);font-size:15px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:opacity .15s}.btn-white:hover{opacity:.9}.btn-ghost-white{padding:13px 32px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:15px;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.btn-ghost-white:hover{background:#ffffff1a}footer{background:#0a0a0a;padding:3rem 2rem 2rem}.footer-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{font-family:"DM Serif Display",serif;font-size:22px;color:#fff;margin-bottom:.75rem}.footer-logo em{font-style:normal;color:var(--green)}.footer-tagline{font-size:13px;color:#666;line-height:1.6}.footer-col h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.8px}.footer-col a{display:block;font-size:13px;color:#666;text-decoration:none;margin-bottom:8px;cursor:pointer;transition:color .15s}.footer-col a:hover{color:var(--green)}.footer-bottom{border-top:.5px solid #222;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:12px;color:#555}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@media (max-width:768px){.navbar-links{display:none}.footer-inner{grid-template-columns:1fr 1fr}.stats-bar{gap:2rem}}@media (max-width:480px){.footer-inner{grid-template-columns:1fr}}
