Active Investor Plus
- SOL New Zealand Immigration

- Apr 30
- 11 min read
file:///D:/COMPANY/Marketing%20Material/nz-active-investor-plus-visa.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Zealand Active Investor Plus Visa</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--nz-black: #0d1117;
--nz-white: #f8f5f0;
--nz-teal: #1d6b5a;
--nz-teal-light: #e3f0ec;
--nz-gold: #b88a2e;
--nz-gold-light: #f7f0df;
--nz-slate: #2e3a46;
--nz-muted: #6b7280;
--nz-border: #ddd8d0;
--ff-display: 'Playfair Display', Georgia, serif;
--ff-body: 'DM Sans', system-ui, sans-serif;
}
body {
font-family: var(--ff-body);
background: var(--nz-white);
color: var(--nz-slate);
line-height: 1.7;
font-weight: 300;
font-size: 15px;
}
/* ── HERO ── */
.hero {
background: var(--nz-black);
color: var(--nz-white);
padding: 72px 48px 80px;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0; right: 0;
width: 520px; height: 100%;
clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-badge {
display: inline-block;
background: var(--nz-teal);
color: #e3f0ec;
font-size: 11px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 2px;
margin-bottom: 28px;
}
.hero h1 {
font-family: var(--ff-display);
font-size: clamp(32px, 5vw, 54px);
font-weight: 400;
line-height: 1.15;
max-width: 680px;
margin-bottom: 16px;
letter-spacing: -0.5px;
}
.hero h1 em {
font-style: italic;
color: #c9a84c;
}
.hero-sub {
font-size: 16px;
color: #a8b5c0;
max-width: 560px;
margin-bottom: 44px;
font-weight: 300;
}
.hero-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 0;
max-width: 600px;
border: 1px solid #2a3540;
}
.hero-stat {
padding: 20px 24px;
border-right: 1px solid #2a3540;
}
.hero-stat:last-child { border-right: none; }
.hero-stat-num {
font-family: var(--ff-display);
font-size: 28px;
font-weight: 600;
color: var(--nz-white);
display: block;
line-height: 1;
margin-bottom: 4px;
}
.hero-stat-label {
font-size: 11px;
color: #6b8090;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
}
/* ── SECTION WRAPPERS ── */
.section { padding: 64px 48px; }
.section-narrow { max-width: 820px; margin: 0 auto; }
.section-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2.5px;
color: var(--nz-teal);
font-weight: 500;
margin-bottom: 8px;
}
.section-title {
font-family: var(--ff-display);
font-size: clamp(24px, 3.5vw, 36px);
font-weight: 400;
line-height: 1.25;
color: var(--nz-black);
margin-bottom: 40px;
}
/* ── DIVIDER ── */
.divider {
height: 1px;
background: var(--nz-border);
margin: 0 48px;
}
/* ── CATEGORIES GRID ── */
.categories { background: #fff; }
.cat-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
max-width: 900px;
}
@media (max-width: 640px) { .cat-grid { grid-template-columns: 1fr; } }
.cat-card {
border: 1px solid var(--nz-border);
border-radius: 4px;
overflow: hidden;
}
.cat-header {
padding: 28px 32px 20px;
border-bottom: 1px solid var(--nz-border);
}
.cat-header.growth { background: var(--nz-teal); }
.cat-header.balanced { background: var(--nz-slate); }
.cat-tag {
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 8px;
opacity: 0.7;
color: #fff;
}
.cat-name {
font-family: var(--ff-display);
font-size: 26px;
font-weight: 400;
color: #fff;
line-height: 1.2;
}
.cat-body { padding: 28px 32px; }
.cat-amount {
font-family: var(--ff-display);
font-size: 36px;
font-weight: 600;
color: var(--nz-black);
line-height: 1;
}
.cat-amount-label {
font-size: 12px;
color: var(--nz-muted);
margin-bottom: 24px;
margin-top: 2px;
}
.cat-rows { list-style: none; }
.cat-rows li {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 9px 0;
border-bottom: 1px solid #f0ece8;
font-size: 13.5px;
color: var(--nz-slate);
}
.cat-rows li:last-child { border-bottom: none; }
.cat-rows li::before {
content: '→';
color: var(--nz-teal);
font-size: 12px;
margin-top: 2px;
flex-shrink: 0;
font-weight: 500;
}
/* ── PATHWAY TIMELINE ── */
.pathway { background: #fafaf8; }
.timeline {
display: flex;
flex-direction: column;
gap: 0;
max-width: 720px;
}
.tl-item {
display: grid;
grid-template-columns: 48px 1fr;
gap: 20px;
padding-bottom: 36px;
position: relative;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-left { display: flex; flex-direction: column; align-items: center; }
.tl-dot {
width: 36px; height: 36px;
border-radius: 50%;
background: var(--nz-teal);
color: #fff;
font-size: 13px;
font-weight: 500;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
font-family: var(--ff-display);
}
.tl-line {
width: 1px;
flex: 1;
background: var(--nz-border);
margin-top: 8px;
}
.tl-item:last-child .tl-line { display: none; }
.tl-content { padding-top: 6px; }
.tl-title {
font-weight: 500;
font-size: 15px;
color: var(--nz-black);
margin-bottom: 4px;
}
.tl-desc {
font-size: 13.5px;
color: var(--nz-muted);
line-height: 1.6;
}
.tl-tag {
display: inline-block;
background: var(--nz-teal-light);
color: var(--nz-teal);
font-size: 11px;
padding: 3px 10px;
border-radius: 2px;
margin-top: 6px;
font-weight: 500;
}
/* ── INVESTMENTS ── */
.investments { background: #fff; }
.inv-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
max-width: 900px;
}
.inv-card {
border: 1px solid var(--nz-border);
border-radius: 4px;
padding: 20px 22px;
}
.inv-icon {
width: 32px; height: 32px;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
margin-bottom: 12px;
font-size: 16px;
}
.inv-icon.teal { background: var(--nz-teal-light); }
.inv-icon.gold { background: var(--nz-gold-light); }
.inv-name {
font-weight: 500;
font-size: 14px;
color: var(--nz-black);
margin-bottom: 4px;
}
.inv-desc {
font-size: 12.5px;
color: var(--nz-muted);
line-height: 1.55;
}
.inv-badge {
display: inline-block;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
padding: 3px 8px;
border-radius: 2px;
margin-top: 8px;
font-weight: 500;
}
.inv-badge.both { background: var(--nz-teal-light); color: var(--nz-teal); }
.inv-badge.balanced-only { background: var(--nz-gold-light); color: var(--nz-gold); }
/* ── LIFESTYLE STRIP ── */
.lifestyle {
background: var(--nz-teal);
color: #e3f0ec;
padding: 64px 48px;
}
.lifestyle .section-label { color: #9fcfc5; }
.lifestyle .section-title { color: #fff; margin-bottom: 32px; }
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 24px;
max-width: 900px;
}
.benefit {
padding: 24px;
border: 1px solid #2d8c78;
border-radius: 4px;
}
.benefit-title {
font-weight: 500;
font-size: 14px;
color: #fff;
margin-bottom: 6px;
}
.benefit-desc {
font-size: 13px;
color: #a8d4cc;
line-height: 1.6;
}
/* ── COMPARISON TABLE ── */
.comparison { background: #fafaf8; }
.cmp-table {
width: 100%;
max-width: 820px;
border-collapse: collapse;
font-size: 13.5px;
}
.cmp-table th {
text-align: left;
padding: 12px 20px;
font-weight: 500;
border-bottom: 2px solid var(--nz-black);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--nz-black);
}
.cmp-table th.growth-col { color: var(--nz-teal); }
.cmp-table th.bal-col { color: var(--nz-slate); }
.cmp-table td {
padding: 13px 20px;
border-bottom: 1px solid var(--nz-border);
vertical-align: top;
color: var(--nz-slate);
}
.cmp-table td:first-child {
font-weight: 400;
color: var(--nz-muted);
font-size: 12.5px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cmp-table tr:last-child td { border-bottom: none; }
.check { color: var(--nz-teal); font-weight: 500; }
/* ── ELIGIBILITY ── */
.eligibility { background: #fff; }
.elig-cols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
max-width: 820px;
}
@media (max-width: 600px) { .elig-cols { grid-template-columns: 1fr; } }
.elig-list { list-style: none; }
.elig-list li {
display: flex;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #f0ece8;
font-size: 13.5px;
align-items: flex-start;
}
.elig-list li:last-child { border-bottom: none; }
.elig-icon { color: var(--nz-teal); font-weight: 500; flex-shrink: 0; margin-top: 1px; }
.elig-text { color: var(--nz-slate); line-height: 1.55; }
/* ── CTA ── */
.cta-section {
background: var(--nz-black);
color: var(--nz-white);
padding: 72px 48px;
text-align: center;
}
.cta-section .section-label { color: #9fcfc5; margin-bottom: 12px; }
.cta-title {
font-family: var(--ff-display);
font-size: clamp(26px, 4vw, 42px);
font-weight: 400;
color: #fff;
line-height: 1.2;
max-width: 600px;
margin: 0 auto 20px;
}
.cta-title em { font-style: italic; color: #c9a84c; }
.cta-sub {
color: #6b8090;
font-size: 14px;
max-width: 480px;
margin: 0 auto 36px;
}
.cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-primary {
display: inline-block;
background: var(--nz-teal);
color: #fff;
padding: 14px 32px;
font-family: var(--ff-body);
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border-radius: 2px;
cursor: pointer;
border: none;
}
.btn-outline {
display: inline-block;
background: transparent;
color: #a8b5c0;
padding: 14px 32px;
font-family: var(--ff-body);
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border-radius: 2px;
border: 1px solid #2a3540;
cursor: pointer;
}
/* ── FOOTER ── */
footer {
background: #080c0f;
color: #3a4b56;
padding: 24px 48px;
font-size: 11px;
line-height: 1.6;
}
footer a { color: #4a7a6a; text-decoration: none; }
/* ── SOL HEADER ── */
.sol-header {
background: #fff;
border-bottom: 1px solid var(--nz-border);
padding: 16px 48px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}
.sol-logo {
display: flex;
align-items: center;
gap: 14px;
text-decoration: none;
}
.sol-logo-mark {
height: 44px;
width: auto;
display: flex;
align-items: center;
flex-shrink: 0;
}
.sol-logo-mark img {
height: 44px;
width: auto;
display: block;
}
.sol-logo-text { display: flex; flex-direction: column; }
.sol-logo-name {
font-family: var(--ff-display);
font-size: 17px;
font-weight: 600;
color: var(--nz-black);
line-height: 1.1;
letter-spacing: -0.3px;
}
.sol-logo-tagline {
font-size: 10.5px;
color: var(--nz-muted);
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 400;
margin-top: 2px;
}
.sol-header-contact {
display: flex;
gap: 24px;
align-items: center;
flex-wrap: wrap;
}
.sol-contact-item {
display: flex;
align-items: center;
gap: 7px;
font-size: 12.5px;
color: var(--nz-muted);
text-decoration: none;
}
.sol-contact-item strong {
color: var(--nz-slate);
font-weight: 500;
}
.sol-contact-dot {
width: 5px; height: 5px;
border-radius: 50%;
background: var(--nz-border);
flex-shrink: 0;
}
.sol-licence-bar {
background: var(--nz-teal-light);
padding: 8px 48px;
font-size: 11px;
color: var(--nz-teal);
display: flex;
align-items: center;
gap: 8px;
font-weight: 400;
}
.sol-licence-bar strong { font-weight: 500; }
/* ── SOL CONTACT SECTION ── */
.sol-contact-section {
background: #fff;
padding: 64px 48px;
border-top: 1px solid var(--nz-border);
}
.sol-contact-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
max-width: 860px;
}
@media (max-width: 700px) { .sol-contact-grid { grid-template-columns: 1fr; } }
.sol-contact-card {
padding: 24px;
border: 1px solid var(--nz-border);
border-radius: 4px;
}
.sol-contact-card-label {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--nz-teal);
font-weight: 500;
margin-bottom: 10px;
}
.sol-contact-card-title {
font-weight: 500;
font-size: 14px;
color: var(--nz-black);
margin-bottom: 6px;
}
.sol-contact-card-detail {
font-size: 13px;
color: var(--nz-muted);
line-height: 1.6;
}
.sol-contact-card-detail a {
color: var(--nz-teal);
text-decoration: none;
font-weight: 500;
}
/* ── PRINT/PAGE ── */
@media print {
body { background: #fff; }
.hero::before { display: none; }
.btn-primary, .btn-outline { display: none; }
}
</style>
</head>
<body>
<!-- SOL HEADER -->
<header class="sol-header">
<a href="https://www.solnewzealand.com" class="sol-logo">
<div class="sol-logo-mark"><img src="data:image/png;base64,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" alt="SOL New Zealand logo"></div>
<div class="sol-logo-text">
<span class="sol-logo-name">SOL New Zealand</span>
<span class="sol-logo-tagline">Immigration & Education Service</span>
</div>
</a>
<div class="sol-header-contact">
<a href="tel:+6421046312" class="sol-contact-item"><strong>021 046 3121</strong></a>
<div class="sol-contact-dot"></div>
<span class="sol-contact-item">16 Waverley St, Auckland CBD</span>
<div class="sol-contact-dot"></div>
<a href="https://www.solnewzealand.com" class="sol-contact-item">www.solnewzealand.com</a>
</div>
</header>
<div class="sol-licence-bar">
<strong>Licensed Immigration Adviser:</strong> Mijin Kim · Licence No. 201100846 · Member, Licensed Immigration Advisers Association (LIAA)
</div>
<!-- HERO -->
<section class="hero">
<div class="hero-badge">New Zealand · Residency by Investment</div>
<h1>Invest in <em>Aotearoa.</em><br>Secure your future.</h1>
<p class="hero-sub">The Active Investor Plus Visa offers high-net-worth individuals and their families a streamlined pathway to New Zealand permanent residency — with flexible investment categories and minimal residency requirements.</p>
<div class="hero-stats">
<div class="hero-stat">
<span class="hero-stat-num">659</span>
<span class="hero-stat-label">Applications received</span>
</div>
<div class="hero-stat">
<span class="hero-stat-num">NZD $3.9B</span>
<span class="hero-stat-label">Potential investment</span>
</div>
<div class="hero-stat">
<span class="hero-stat-num">~35 days</span>
<span class="hero-stat-label">Avg. approval time</span>
</div>
</div>
</section>
<!-- CATEGORIES -->
<section class="section categories">
<div class="section-label">Investment categories</div>
<div class="section-title">Choose your investment path</div>
<div class="cat-grid">
<div class="cat-card">
<div class="cat-header growth">
<div class="cat-tag">Category 01</div>
<div class="cat-name">Growth</div>
</div>
<div class="cat-body">
<div class="cat-amount">NZD $5M</div>
<div class="cat-amount-label">minimum investment</div>
<ul class="cat-rows">
<li>3-year investment period</li>
<li>Only 21 days in NZ required over 3 years</li>
<li>Managed funds pre-approved by Invest NZ</li>
<li>Direct investments in NZ businesses</li>
<li>Listed equities (wholesale investors)</li>
<li>Approval in principle in ~35 working days</li>
<li>Path to permanent residency after 3 years</li>
</ul>
</div>
</div>
<div class="cat-card">
<div class="cat-header balanced">
<div class="cat-tag">Category 02</div>
<div class="cat-name">Balanced</div>
</div>
<div class="cat-body">
<div class="cat-amount">NZD $10M</div>
<div class="cat-amount-label">minimum investment</div>
<ul class="cat-rows">
<li>5-year investment period</li>
<li>105 days in NZ over 5 years (reducible)</li>
<li>All Growth category investments, plus:</li>
<li>NZ government & corporate bonds</li>
<li>Property development (new builds)</li>
<li>Listed equities on public exchanges</li>
<li>Path to permanent residency after 5 years</li>
</ul>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- PATHWAY -->
<section class="section pathway">
<div class="section-label">Application journey</div>
<div class="section-title">Your path to residency</div>
<div class="timeline">
<div class="tl-item">
<div class="tl-left"><div class="tl-dot">1</div><div class="tl-line"></div></div>
<div class="tl-content">
<div class="tl-title">Submit your application online</div>
<div class="tl-desc">Apply through Immigration New Zealand's online portal. Include proof of funds, health and character documents, and identity documentation. No English language requirement applies.</div>
<span class="tl-tag">No English requirement</span>
</div>
</div>
<div class="tl-item">
<div class="tl-left"><div class="tl-dot">2</div><div class="tl-line"></div></div>
<div class="tl-content">
<div class="tl-title">Approval in principle granted</div>
<div class="tl-desc">Immigration NZ assesses your eligibility. Average processing time is approximately 35 working days. Upon approval, you have 6 months to transfer and invest your funds.</div>
<span class="tl-tag">~35 working days</span>
</div>
</div>
<div class="tl-item">
<div class="tl-left"><div class="tl-dot">3</div><div class="tl-line"></div></div>
<div class="tl-content">
<div class="tl-title">Transfer & invest your funds</div>
<div class="tl-desc">Transfer your investment capital into Invest NZ-approved managed funds, direct investments, bonds, or other acceptable assets. A work visa allows you to enter NZ during this period.</div>
<span class="tl-tag">6 months to invest</span>
</div>
</div>
<div class="tl-item">
<div class="tl-left"><div class="tl-dot">4</div><div class="tl-line"></div></div>
<div class="tl-content">
<div class="tl-title">Resident visa granted</div>
<div class="tl-desc">Once investment is confirmed, your resident visa is issued. Your partner and dependent children (up to age 24) are included. Live, work, and study in New Zealand indefinitely.</div>
<span class="tl-tag">Family included</span>
</div>
</div>
<div class="tl-item">
<div class="tl-left"><div class="tl-dot">5</div><div class="tl-line"></div></div>
<div class="tl-content">
<div class="tl-title">Permanent residence & citizenship pathway</div>
<div class="tl-desc">After completing the investment period (3 or 5 years) and meeting minimal stay requirements, apply for permanent residence. Citizenship eligibility follows after 5 years of residency.</div>
<span class="tl-tag">Citizenship eligible after 5 years</span>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- INVESTMENTS -->
<section class="section investments">
<div class="section-label">Acceptable investments</div>
<div class="section-title">A diverse range of qualifying assets</div>
<div class="inv-grid">
<div class="inv-card">
<div class="inv-icon teal">🏦</div>
<div class="inv-name">Managed funds</div>
<div class="inv-desc">Invest NZ pre-approved funds including private equity, venture capital, and private credit across NZ's leading asset managers.</div>
<span class="inv-badge both">Growth & Balanced</span>
</div>
<div class="inv-card">
<div class="inv-icon teal">🏢</div>
<div class="inv-name">Direct investments</div>
<div class="inv-desc">Equity or debt in NZ-based private businesses that create jobs or drive business expansion. Includes start-ups and greenfield projects.</div>
<span class="inv-badge both">Growth & Balanced</span>
</div>
<div class="inv-card">
<div class="inv-icon gold">📊</div>
<div class="inv-name">Listed equities</div>
<div class="inv-desc">Shares listed on public stock exchanges such as the NZX. Available to wholesale investors under both categories.</div>
<span class="inv-badge both">Growth & Balanced</span>
</div>
<div class="inv-card">
<div class="inv-icon gold">🏛️</div>
<div class="inv-name">NZ bonds</div>
<div class="inv-desc">Government, local government, and corporate bonds denominated in NZD. A lower-risk, stable income option.</div>
<span class="inv-badge balanced-only">Balanced only</span>
</div>
<div class="inv-card">
<div class="inv-icon gold">🏗️</div>
<div class="inv-name">Property development</div>
<div class="inv-desc">Investment into NZ companies undertaking residential (new builds only) or commercial property development projects.</div>
<span class="inv-badge balanced-only">Balanced only</span>
</div>
<div class="inv-card">
<div class="inv-icon teal">💼</div>
<div class="inv-name">On-call investments</div>
<div class="inv-desc">Temporarily place committed capital in bonds, listed equities, or term deposits for up to 6 months before transfer to managed funds.</div>
<span class="inv-badge both">Both categories</span>
</div>
</div>
</section>
<!-- LIFESTYLE -->
<section class="lifestyle">
<div class="section-label">Why New Zealand</div>
<div class="section-title">More than a visa — a world-class lifestyle</div>
<div class="benefits-grid">
<div class="benefit">
<div class="benefit-title">Political & economic stability</div>
<div class="benefit-desc">Consistently ranked among the world's most peaceful, democratic, and transparent nations with a stable currency and sound governance.</div>
</div>
<div class="benefit">
<div class="benefit-title">Exceptional quality of life</div>
<div class="benefit-desc">World-class healthcare, education, and infrastructure. Beaches, mountains, vineyards, and clean air — often within an hour's drive.</div>
</div>
<div class="benefit">
<div class="benefit-title">Education for your family</div>
<div class="benefit-desc">Your children study at NZ schools and universities as domestic students. Access to globally ranked institutions for your family.</div>
</div>
<div class="benefit">
<div class="benefit-title">Trans-Tasman advantage</div>
<div class="benefit-desc">The Trans-Tasman Travel Agreement enables hassle-free movement and settlement across both New Zealand and Australia.</div>
</div>
<div class="benefit">
<div class="benefit-title">Property ownership pathway</div>
<div class="benefit-desc">From 2026, AIP visa holders can purchase or build one residential property in NZ valued at NZD $5 million or more.</div>
</div>
<div class="benefit">
<div class="benefit-title">Favourable tax environment</div>
<div class="benefit-desc">With as few as 21 days in NZ required over 3 years, most investors can obtain residency without triggering NZ tax residency status.</div>
</div>
</div>
</section>
<!-- COMPARISON -->
<section class="section comparison">
<div class="section-label">Side-by-side comparison</div>
<div class="section-title">Growth vs Balanced at a glance</div>
<table class="cmp-table">
<thead>
<tr>
<th style="width:30%"></th>
<th class="growth-col">Growth category</th>
<th class="bal-col">Balanced category</th>
</tr>
</thead>
<tbody>
<tr>
<td>Minimum investment</td>
<td><strong>NZD $5 million</strong></td>
<td><strong>NZD $10 million</strong></td>
</tr>
<tr>
<td>Investment period</td>
<td>3 years</td>
<td>5 years</td>
</tr>
<tr>
<td>Days required in NZ</td>
<td>21 days (over 3 years)</td>
<td>105 days (reducible to 63)</td>
</tr>
<tr>
<td>Managed funds</td>
<td class="check">✓ Invest NZ approved</td>
<td class="check">✓ Invest NZ approved</td>
</tr>
<tr>
<td>Direct investments</td>
<td class="check">✓ NZTE approved</td>
<td class="check">✓ NZTE approved</td>
</tr>
<tr>
<td>Bonds</td>
<td style="color:var(--nz-muted)">— Not available</td>
<td class="check">✓ Govt, local govt, corporate</td>
</tr>
<tr>
<td>Property development</td>
<td style="color:var(--nz-muted)">— Not available</td>
<td class="check">✓ New builds & commercial</td>
</tr>
<tr>
<td>Resident visa travel</td>
<td>4 years from arrival</td>
<td>6 years from arrival</td>
</tr>
<tr>
<td>Permanent residence</td>
<td>After 3 years</td>
<td>After 5 years</td>
</tr>
<tr>
<td>Citizenship eligibility</td>
<td>After 5 years residency</td>
<td>After 5 years residency</td>
</tr>
</tbody>
</table>
</section>
<div class="divider"></div>
<!-- ELIGIBILITY -->
<section class="section eligibility">
<div class="section-label">Eligibility requirements</div>
<div class="section-title">What you need to qualify</div>
<div class="elig-cols">
<div>
<p style="font-size:13px;color:var(--nz-muted);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px;font-weight:500;">Financial requirements</p>
<ul class="elig-list">
<li><span class="elig-icon">→</span><span class="elig-text">Minimum NZD $5M (Growth) or NZD $10M (Balanced) in acceptable investments</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">Funds transferred within 6 months of approval in principle</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">No investment caps — invest more for reduced time requirements</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">Investments into Invest NZ or INZ approved vehicles only</span></li>
</ul>
</div>
<div>
<p style="font-size:13px;color:var(--nz-muted);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px;font-weight:500;">Personal requirements</p>
<ul class="elig-list">
<li><span class="elig-icon">→</span><span class="elig-text">Good health — medical examination and chest X-ray required</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">Good character — police certificates from all countries of residence (last 10 years)</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">No convictions for offences of dishonesty or financial fraud</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">No English language requirement — all nationalities welcome</span></li>
<li><span class="elig-icon">→</span><span class="elig-text">Partner and dependent children (up to 24) can be included</span></li>
</ul>
</div>
</div>
</section>
<!-- CTA -->
<section class="cta-section">
<div class="section-label">Talk to our team</div>
<h2 class="cta-title">Ready to invest in <em>Aotearoa New Zealand?</em></h2>
<p class="cta-sub">SOL New Zealand has guided clients through the immigration process since 2011. Our licensed adviser will walk you through every step of the Active Investor Plus Visa journey.</p>
<div class="cta-btns">
<a href="tel:+6421046312" class="btn-primary">Call 021 046 3121</a>
<a href="https://www.solnewzealand.com" class="btn-outline">Visit solnewzealand.com</a>
</div>
</section>
<!-- SOL CONTACT -->
<section class="sol-contact-section">
<div class="section-label">Contact SOL New Zealand</div>
<div class="section-title" style="margin-bottom:32px;">Trusted immigration advice,<br>tailored to you</div>
<div class="sol-contact-grid">
<div class="sol-contact-card">
<div class="sol-contact-card-label">Auckland City Office</div>
<div class="sol-contact-card-title">CBD</div>
<div class="sol-contact-card-detail">16 Waverley Street<br>Auckland CBD<br>New Zealand</div>
</div>
<div class="sol-contact-card">
<div class="sol-contact-card-label">Auckland West Office</div>
<div class="sol-contact-card-title">Henderson</div>
<div class="sol-contact-card-detail">8A Takapu Street<br>Henderson, Auckland<br>New Zealand</div>
</div>
<div class="sol-contact-card">
<div class="sol-contact-card-label">Get in touch</div>
<div class="sol-contact-card-title">Contact details</div>
<div class="sol-contact-card-detail">
Phone: <a href="tel:+6421046312">021 046 3121</a><br>
Japanese: <a href="tel:+64276241560">027 624 1560</a><br>
Web: <a href="https://www.solnewzealand.com">solnewzealand.com</a><br>
Instagram: <a href="https://www.instagram.com/sol_new_zealand_immigration">@sol_new_zealand_immigration</a>
</div>
</div>
</div>
<div style="margin-top:32px;padding:16px 20px;background:var(--nz-teal-light);border-radius:4px;max-width:860px;">
<p style="font-size:12.5px;color:var(--nz-teal);line-height:1.6;"><strong style="font-weight:500;">Licensed Immigration Adviser:</strong> Mijin Kim · Licence No. 201100846 · Member of the Licensed Immigration Advisers Association (LIAA) · In practice since 2011.</p>
</div>
</section>
<!-- FOOTER -->
<footer>
<p>© 2026 SOL NZ Immigration & Education Service. All rights reserved. This material is for general information purposes only and does not constitute immigration, legal, financial, or investment advice. Investment and residency requirements are subject to change. All programme figures sourced from Immigration New Zealand as at April 2026. For personalised advice, consult a licensed NZ immigration adviser and qualified financial professional.</p>
<p style="margin-top:8px;"><a href="https://www.solnewzealand.com">www.solnewzealand.com</a> · Source: <a href="https://www.immigration.govt.nz/visas/active-investor-plus-visa/">Immigration New Zealand</a> · <a href="https://www.nzte.govt.nz/page/investor-migrants">Invest New Zealand</a></p>
</footer>
</body>
</html>



Comments