html lang=”en”> PCI Power Couple Investments :root{ –primary:#5d5ffd; –secondary:#ff5f6d; –bg:#f9fafb; –dark:#1f2937; –card:#ffffff; –radius:1rem; } *{margin:0;padding:0;box-sizing:border-box;font-family:’Inter’,sans-serif;} body{background:var(–bg);color:var(–dark);line-height:1.6;} /* ———- Navigation ———- */ header{background:linear-gradient(135deg,var(–primary),var(–secondary));color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;} header h1{font-size:1.5rem;font-weight:700;} nav ul{display:flex;gap:1.5rem;list-style:none;} nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s;} nav a:hover{opacity:.8;} /* ———- Hero ———- */ .hero{display:grid;place-items:center;padding:4rem 2rem;text-align:center;background:#e6e7ff;} .hero h2{font-size:2.5rem;margin-bottom:1rem;} .hero p{max-width:40rem;margin:0 auto 2rem;} .btn{padding:.75rem 1.5rem;border:none;border-radius:var(–radius);background:var(–secondary);color:#fff;cursor:pointer;font-size:1rem;transition:transform .2s;} .btn:hover{transform:translateY(-2px);} /* ———- Sections ———- */ .section{padding:4rem 2rem;max-width:1200px;margin:0 auto;} .section-title{text-align:center;font-size:2rem;margin-bottom:3rem;} /* ———- How It Works ———- */ .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;} .step{background:var(–card);border-radius:var(–radius);padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.06);text-align:center;transition:transform .2s;} .step:hover{transform:translateY(-4px);} .step i{font-size:2rem;margin-bottom:1rem;color:var(–primary);} /* ———- Tiers ———- */ .tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;} .tier{background:#fff;border-radius:var(–radius);padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.05);position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s;} .tier:hover{transform:translateY(-4px);} .tier h3{margin-bottom:.5rem;font-size:1.5rem;} .price{font-size:2rem;font-weight:700;margin:1rem 0;} .tier ul{list-style:none;margin:1rem 0;} .tier ul li{margin:.5rem 0;display:flex;align-items:center;gap:.5rem;} .tier ul li i{color:var(–primary);} /* ———- Fund Description ———- */ .fund-description{background:#fff;border-left:4px solid var(–primary);padding:1rem;border-radius:var(–radius);} /* ———- Footer ———- */ footer{background:#111827;color:#9ca3af;padding:3rem 2rem;text-align:center;} footer .social{margin-bottom:1rem;} footer .social a{color:#9ca3af;margin:0 .5rem;font-size:1.2rem;transition:color .2s;} footer .social a:hover{color:#fff;} footer small{display:block;margin-top:1rem;}

PCI Power Couple Investments

Pooling Resources, Amplifying Returns

Join the community of couples and groups pooling their income to unlock larger investments and shared prosperity—without sacrificing flexibility.

View Plans

How It Works

Create Your Pool

Form a group of 2‑10 partners and choose your monthly contribution.

Deposit & Grow

Contributions are auto‑deposited into a diversified growth fund targeting 6‑8 % annual ROI.

Track Performance

Real‑time dashboards visualize your pool’s balance, earnings, and projected growth.

Withdraw or Re‑invest

After a 6‑month commitment, withdraw up to 20 % quarterly—or roll profits back in to compound faster.

Choose Your Tier

Starter

$50/mo

  • Access to growth fund
  • Real‑time dashboard
  • Withdraw up to 10 % / qtr
Select Starter

Builder

$100/mo

  • All Starter perks
  • Quarterly strategy call
  • Withdraw up to 15 % / qtr
Select Builder

Legacy

$250/mo

  • All Builder perks
  • Personalized financial coach
  • Withdraw up to 20 % / qtr
Select Legacy

Fund Description

The PCI Growth Fund is a blended index portfolio allocated 60 % equities, 30 % fixed income, and 10 % alternatives (REITs & peer‑to‑peer lending). Rebalancing occurs semi‑annually to safeguard downside risk while targeting 6‑8 % annualized returns. Capital is held with a FINRA‑insured brokerage partner.

Questions?

Email us at info@pcinvestments.co

© 2025 PCI Power Couple Investments. All rights reserved. | For educational purposes only. Investing involves risk.
document.querySelectorAll(‘.select-tier’).forEach(btn=>{ btn.addEventListener(‘click’,()=>{ const plan=btn.dataset.plan; window.location.href=`/signup.html?plan=${plan}`; }); }); </html