
:root{--purple:#6f2dbd;--purple-dark:#43206f;--blue:#2556a3;--ink:#211735;--muted:#6d647c;--paper:#fffdf9;--mist:#f7f1ff;--line:rgba(67,32,111,.16);--shadow:0 24px 70px rgba(45,26,70,.12);--serif:'Source Serif 4',Georgia,serif;--sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-wrap{max-width:1320px;margin:0 auto;min-height:86px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:186px}.desktop-nav{display:flex;gap:19px;font-size:14px;font-weight:800}.nav-link{padding:8px 0;border-bottom:2px solid transparent;opacity:.84}.nav-link:hover,.nav-link.active{color:var(--purple);border-color:var(--purple);opacity:1}.menu-toggle{display:none;width:46px;height:42px;border:1px solid var(--line);border-radius:999px;background:white;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:var(--purple-dark);border-radius:2px}.mobile-panel{display:none;padding:16px 28px 24px;border-top:1px solid var(--line);background:rgba(255,253,249,.98)}.mobile-panel.open{display:grid;gap:6px}.mobile-link{padding:13px 12px;border-radius:14px;font-weight:800}.mobile-link:hover,.mobile-link.active{background:#efe7fb;color:var(--purple-dark)}.hero-section{max-width:1440px;margin:0 auto;min-height:calc(100vh - 86px);padding:92px 28px 70px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);gap:36px;align-items:center;overflow:hidden}.hero-copy{z-index:2;max-width:830px}.eyebrow{margin:0 0 14px;color:var(--purple);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero-copy h1{margin:0;font-family:var(--serif);font-weight:650;letter-spacing:-.065em;line-height:.88;font-size:clamp(58px,8.2vw,134px);color:var(--purple-dark)}.hero-copy h2{margin:26px 0 0;font-family:var(--serif);font-weight:560;letter-spacing:-.045em;line-height:1;font-size:clamp(34px,4.6vw,78px);color:var(--blue)}.hero-copy p:not(.eyebrow){margin:28px 0 0;font-size:clamp(18px,1.55vw,24px);line-height:1.55;color:#403650}.hero-art{min-height:680px;height:76vh;background-size:cover;background-position:center;border-radius:46% 0 0 46%/58% 0 0 58%;box-shadow:var(--shadow);position:relative}.hero-art:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(255,253,249,.55),rgba(111,45,189,.05))}.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:30px;min-height:54px;padding:0 25px;border-radius:999px;font-weight:900;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--purple);color:white;box-shadow:0 16px 34px rgba(111,45,189,.24)}.btn.secondary{background:white;color:var(--purple-dark);border-color:var(--line)}main,.page-main{max-width:1280px;margin:0 auto;padding:0 28px}.section{padding:92px 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:36px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.section-title{max-width:980px;margin-bottom:38px}.section-title h2,.split-title h2,.cta-band h2{font-family:var(--serif);font-size:clamp(40px,5.2vw,78px);line-height:1.02;letter-spacing:-.045em;margin:0;color:var(--purple-dark)}.section-title p,.split-title p{font-size:19px;color:var(--muted);max-width:800px}.card,.category-card,.job-card,.blog-card{background:white;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 36px rgba(45,26,70,.06)}.card h3,.category-card h3,.job-card h3,.blog-card h3{margin:0 0 12px;color:var(--purple-dark);font-size:24px;line-height:1.15;letter-spacing:-.025em}.card p,.category-card p,.job-card p,.blog-card p{color:var(--muted);margin:0 0 16px}.material-symbols-rounded{color:var(--purple);font-size:38px}.big-quote{margin:60px 0;padding:clamp(36px,5vw,70px);border-radius:38px;background:linear-gradient(135deg,var(--purple-dark),var(--purple));color:white}.big-quote h2{font-family:var(--serif);font-size:clamp(40px,6vw,88px);line-height:.98;letter-spacing:-.055em;margin:0}.big-quote p{color:rgba(255,255,255,.86);font-size:20px;max-width:880px}.muted-panel{background:var(--mist);border:1px solid var(--line);border-radius:38px;padding:clamp(34px,5vw,68px)}.stage-list{counter-reset:stage;display:grid;gap:18px}.stage-card{display:grid;grid-template-columns:84px 1fr;gap:22px;padding:28px;border-radius:28px;background:white;border:1px solid var(--line)}.stage-card:before{counter-increment:stage;content:counter(stage);display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#efe7fb;color:var(--purple);font-family:var(--serif);font-size:30px;font-weight:700}.stage-card h3{margin:0 0 8px;color:var(--purple-dark);font-size:26px;line-height:1.1}.stage-card p{margin:0;color:var(--muted)}.filters{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.search-input,.filter-select{border:1px solid var(--line);border-radius:999px;padding:14px 18px;font:inherit;background:white;color:var(--ink);min-height:52px}.search-input{min-width:min(420px,100%);flex:1}.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card:hover,.job-card:hover,.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(111,45,189,.32)}.badge{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#efe7fb;color:var(--purple-dark);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.read-link{color:var(--purple);font-weight:900}.blog-list{display:grid;gap:20px;max-width:1080px}.blog-card{display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:start}.blog-card .material-symbols-rounded{font-size:46px}.blog-card h3{color:var(--blue);font-family:var(--serif);font-size:clamp(28px,3vw,44px)}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.job-id{color:var(--purple);font-weight:900;font-size:13px;letter-spacing:.04em}.article-wrap,.job-wrap{max-width:980px;margin:0 auto;padding:72px 28px 110px}.article-wrap h1,.job-wrap h1{font-family:var(--serif);color:var(--purple-dark);font-size:clamp(42px,5.6vw,76px);line-height:1;letter-spacing:-.055em;margin:0 0 18px}.article-subtitle{font-size:22px;color:var(--muted)}.article-content{margin-top:48px}.article-content h2,.job-content h2{font-family:var(--serif);font-size:clamp(32px,4vw,50px);line-height:1.1;letter-spacing:-.035em;color:var(--purple-dark);margin:48px 0 18px}.article-content h3,.job-content h3{font-size:23px;color:var(--blue);margin:34px 0 12px}.article-content p,.job-content p{font-size:18px;color:#3e354c}.article-content li,.job-content li{margin:10px 0;color:#3e354c}.takeaways,.advice-box,.link-box{margin:34px 0;padding:28px;border-radius:26px;border:1px solid var(--line);background:var(--mist)}.takeaways h2,.advice-box h2,.link-box h2{margin-top:0;font-family:var(--serif);color:var(--purple-dark)}.link-box a{color:var(--blue);font-weight:800;word-break:break-word}.breadcrumb{color:var(--purple);font-weight:900;margin-bottom:20px;display:inline-flex}.cta-band{max-width:1280px;margin:70px auto;padding:clamp(34px,5vw,68px);border-radius:40px;background:linear-gradient(135deg,var(--mist),#fff);border:1px solid var(--line);display:flex;justify-content:space-between;gap:28px;align-items:center}.cta-band p{max-width:760px;color:var(--muted);font-size:19px}.email-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.email-card{background:white;border:1px solid var(--line);border-radius:24px;padding:24px}.email-card h3{margin:0 0 8px;color:var(--purple-dark)}.email-card a{color:var(--blue);font-weight:900}.site-footer{margin-top:80px;background:#2a173f;color:white}.footer-inner{max-width:1280px;margin:0 auto;padding:70px 28px 48px;display:grid;grid-template-columns:1.35fr .7fr .7fr .95fr;gap:36px}.footer-brand img{width:230px;margin-bottom:20px;filter:brightness(0) invert(1)}.footer-brand p{color:rgba(255,255,255,.78);font-size:18px}.footer-links,.footer-contact{display:grid;align-content:start;gap:10px}.footer-links h3,.footer-contact h3{margin:0 0 10px}.footer-links a,.footer-contact a{color:rgba(255,255,255,.78)}.footer-bottom{max-width:1280px;margin:0 auto;padding:24px 28px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.68);font-size:14px}.hidden{display:none!important}.legal-page{max-width:930px;margin:0 auto;padding:70px 28px 100px}.legal-page h1{font-family:var(--serif);font-size:clamp(46px,6vw,78px);color:var(--purple-dark);line-height:1;letter-spacing:-.055em}.legal-page h2{margin-top:42px;color:var(--purple-dark)}


/* Metasoft Capital update pass */
:root{--purple:#5f4fb0;--purple-dark:#43206f;--blue:#2556a3;--paper:#fffdf9;--mist:#f4edff;--line:rgba(67,32,111,.16)}
.site-header{position:relative!important;top:auto!important;background:rgba(255,253,249,.96)!important;backdrop-filter:none!important;z-index:30}
.nav-wrap{max-width:100%!important;min-height:74px!important;padding:0 42px!important;justify-content:space-between!important;gap:20px!important}
.brand{display:flex;align-items:center;margin-right:auto}.brand img{width:140px!important;height:auto!important}.desktop-nav{margin-left:auto!important;gap:20px!important;align-items:center!important}.nav-link{font-size:14px!important;font-weight:850!important}.blog-nav-button{border:1px solid var(--purple-dark)!important;border-radius:999px!important;padding:8px 17px!important;color:var(--purple-dark)!important;line-height:1}.blog-nav-button:hover,.blog-nav-button.active{background:var(--purple-dark)!important;color:#fff!important;border-color:var(--purple-dark)!important}.mobile-panel{background:var(--paper)!important}.mobile-link.blog-nav-button{display:inline-flex;border:1px solid var(--purple-dark);border-radius:999px;padding:10px 16px;width:max-content}
.hero-section{max-width:none!important;width:100%!important;min-height:560px!important;margin:0!important;padding:48px 48px 64px!important;display:block!important;position:relative!important;overflow:hidden!important}.hero-copy{position:relative!important;z-index:2!important;width:min(1120px,72vw)!important;max-width:1120px!important}.hero-copy h1{font-size:clamp(54px,6.4vw,104px)!important;line-height:.92!important;letter-spacing:-.055em!important}.hero-copy h2{font-size:clamp(28px,3.1vw,50px)!important;line-height:1.04!important;margin-top:24px!important}.hero-copy p:not(.eyebrow){font-size:clamp(15px,1.2vw,18px)!important;line-height:1.58!important;max-width:760px!important}.hero-art{position:absolute!important;right:0!important;top:0!important;bottom:0!important;width:48vw!important;height:auto!important;min-height:0!important;border-radius:46% 0 0 46%/58% 0 0 58%!important;box-shadow:none!important;opacity:.86!important;z-index:0!important}.hero-art:after{background:linear-gradient(90deg,rgba(255,253,249,.78),rgba(255,253,249,.1),rgba(95,79,176,.05))!important}.btn.primary,.big-quote,.stage-bridge-dark{background:var(--purple-dark)!important;color:#fff!important}.btn.primary{box-shadow:0 16px 34px rgba(67,32,111,.24)!important}.btn.secondary{color:var(--purple-dark)!important}.material-symbols-rounded{font-family:'Material Symbols Rounded'!important;color:var(--purple-dark)!important;font-size:38px!important;font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 0,'opsz' 24}.card h3,.category-card h3,.job-card h3{color:var(--purple-dark)!important}.section-title.wide-title{max-width:1120px!important}.section-title h2,.split-title h2,.cta-band h2{color:var(--purple-dark)!important}.big-quote{background:var(--purple-dark)!important}.muted-panel{background:#f4edff!important}.badge{background:#efe6ff!important;color:var(--purple-dark)!important}.stage-list{gap:18px}.stage-card{border-color:var(--line)!important}.detailed-stage{grid-template-columns:88px 1fr!important;align-items:start!important}.detailed-stage .stage-summary{font-size:18px;color:#483b5f;margin-bottom:22px}.stage-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.stage-detail-grid h4{margin:0 0 6px;color:var(--purple-dark);font-size:15px;text-transform:uppercase;letter-spacing:.08em}.stage-detail-grid p{font-size:15px!important;line-height:1.55!important}.later-stage-panel{padding:clamp(40px,6vw,78px)!important}.group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.group-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 36px rgba(45,26,70,.06)}.group-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(67,32,111,.32)}.group-card h3{font-size:25px;line-height:1.12;margin:14px 0 12px;color:var(--purple-dark)}.group-card p{color:var(--muted);margin:0 0 16px}.category-detail-card h4{margin:0 0 16px;color:#6d647c;font-size:16px}.category-detail-card ul{padding-left:22px;margin:12px 0 18px}.example-line{font-size:15px!important;color:#6d647c!important}.site-footer{background:#2a173f!important;margin-top:70px!important}.footer-inner{max-width:none!important;width:100%!important;padding:70px 70px 52px!important;display:grid!important;grid-template-columns:minmax(420px,1.4fr) .55fr .65fr .85fr!important;gap:44px!important}.footer-brand img{width:172px!important;filter:brightness(0) invert(1)!important}.footer-brand p{max-width:610px!important;color:rgba(255,255,255,.86)!important;font-size:18px!important;line-height:1.58!important}.footer-brand strong{display:block;color:#fff;font-weight:900;letter-spacing:.05em}.footer-links,.footer-contact{justify-self:end;min-width:190px}.footer-bottom{max-width:none!important;padding-left:70px!important;padding-right:70px!important}.cta-band{background:linear-gradient(135deg,var(--mist),#fff)!important}.article-wrap,.job-wrap{padding-top:58px!important}.article-wrap h1,.job-wrap h1{font-size:clamp(42px,5vw,72px)!important}.article-subtitle{font-size:19px!important}.takeaways,.advice-box,.link-box{background:var(--mist)!important}
@media(max-width:1180px){.desktop-nav{display:none!important}.menu-toggle{display:flex!important}.nav-wrap{padding:0 24px!important}.hero-section{padding:38px 24px 48px!important;min-height:auto!important}.hero-copy{width:100%!important;max-width:100%!important}.hero-art{position:relative!important;width:100%!important;height:360px!important;margin-top:28px!important;border-radius:38px!important}.group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr!important}.footer-links,.footer-contact{justify-self:start}}
@media(max-width:760px){.brand img{width:112px!important}.nav-wrap{min-height:64px!important;padding:0 18px!important}.hero-section{padding:34px 18px 44px!important}.hero-copy h1{font-size:clamp(46px,15vw,70px)!important}.hero-copy h2{font-size:clamp(26px,8vw,40px)!important}.hero-copy p:not(.eyebrow){font-size:15px!important}.hero-art{height:280px!important}.stage-detail-grid,.group-grid,.directory-grid,.jobs-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr!important}.detailed-stage{grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr!important;padding:48px 24px!important}.footer-bottom{padding-left:24px!important;padding-right:24px!important}.footer-brand img{width:150px!important}.footer-links,.footer-contact{justify-self:start}.blog-card{grid-template-columns:1fr!important}}

/* Final menu update: regular links plus special pill links for Startups, Jobs, and Blog */
.site-header{position:relative!important;top:auto!important;z-index:50!important;}
.nav-pill,.blog-nav-button{border:1px solid var(--purple-dark)!important;border-radius:999px!important;padding:8px 17px!important;color:var(--purple-dark)!important;line-height:1;background:transparent!important;}
.nav-pill:hover,.nav-pill.active,.blog-nav-button:hover,.blog-nav-button.active{background:var(--purple-dark)!important;color:#fff!important;border-color:var(--purple-dark)!important;opacity:1!important;}
.mobile-link.nav-pill{display:inline-flex!important;border:1px solid var(--purple-dark)!important;border-radius:999px!important;padding:10px 16px!important;width:max-content!important;margin:4px 0!important;}
.mobile-link.nav-pill.active,.mobile-link.nav-pill:hover{background:var(--purple-dark)!important;color:#fff!important;}
.legal-page p,.legal-page li{font-size:18px;line-height:1.75;color:#3e354c;}
.legal-page ul{padding-left:26px;margin:16px 0 26px;}
.legal-page h2{font-family:var(--serif);font-size:clamp(30px,3vw,44px);line-height:1.12;letter-spacing:-.03em;}
