De GOUDEN BV

Amsterdam Lawyers — Jouw BV-plan

:root {
–gold: #B8860B;
–gold-dark: #966D09;
–gold-dim: rgba(184,134,11,0.08);
–gold-border: rgba(184,134,11,0.25);
–bg: #FFFFFF;
–card: #F7F5F0;
–text: #1A1A1A;
–muted: #5A5A5A;
–blue: #2A6BA5;
–blue-dim: rgba(42,107,165,0.07);
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
font-family:’DM Sans’,sans-serif;
background:var(–bg);
color:var(–text);
line-height:1.65;
font-size:16px;
}

/* NAV */
nav {
position:fixed;top:0;left:0;right:0;z-index:100;
padding:0.8rem 2rem;
background:rgba(255,255,255,0.92);
backdrop-filter:blur(10px);
display:flex;justify-content:space-between;align-items:center;
border-bottom:1px solid rgba(184,134,11,0.15);
}
.logo {
font-family:’DM Serif Display’,serif;
font-size:1.15rem;color:var(–gold);
text-decoration:none;
}
.nav-cta {
font-size:0.8rem;font-weight:600;color:var(–gold);
text-decoration:none;border:1px solid var(–gold-border);
padding:0.4rem 1rem;border-radius:50px;
transition:all 0.3s;
}
.nav-cta:hover { background:var(–gold);color:#fff; }

/* HERO */
.hero {
min-height:100vh;min-height:100svh;
display:flex;flex-direction:column;
justify-content:center;align-items:center;
text-align:center;padding:5rem 1.5rem 3rem;
position:relative;
}
.hero::before {
content:”;position:absolute;inset:0;
background:radial-gradient(ellipse at 50% 35%,rgba(184,134,11,0.06),transparent 65%);
pointer-events:none;
}
h1 {
font-family:’DM Serif Display’,serif;
font-size:clamp(2rem,5.5vw,3.6rem);
color:var(–text);margin-bottom:2.5rem;
position:relative;z-index:1;
}
.tags {
display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem;
margin-bottom:1.8rem;position:relative;z-index:1;
}
.tag {
background:var(–gold-dim);border:1px solid var(–gold-border);
border-radius:50px;padding:0.45rem 1.2rem;
font-size:0.9rem;font-weight:500;color:var(–gold);
}
.arrow-down {
margin:1.2rem 0;position:relative;z-index:1;
animation:pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%,100%{transform:translateY(0);opacity:.6}
50%{transform:translateY(6px);opacity:1}
}
.hero-headline {
position:relative;z-index:1;
display:flex;align-items:center;gap:1rem;flex-wrap:wrap;
justify-content:center;
}
.hero-headline .main {
font-family:’DM Serif Display’,serif;
font-size:clamp(1.8rem,4.5vw,3rem);color:var(–gold);
}
.hero-headline .sub {
font-size:clamp(0.95rem,2vw,1.2rem);color:var(–muted);
padding-left:1rem;border-left:2px solid var(–gold-border);
}

/* STEPS */
.steps {
max-width:700px;margin:0 auto;
padding:0 1.5rem 4rem;
}
.step {
position:relative;
padding:2rem 0 2rem 3rem;
}
/* vertical line */
.step::before {
content:”;position:absolute;left:11px;top:0;bottom:0;
width:2px;background:var(–gold-border);
}
.step:last-child::before { display:none; }
/* dot */
.step::after {
content:”;position:absolute;left:4px;top:2.2rem;
width:16px;height:16px;border-radius:50%;
background:var(–bg);border:2px solid var(–gold);
}
.step.blue::after { border-color:var(–blue); }

.step-label {
font-size:0.65rem;font-weight:700;letter-spacing:2.5px;
text-transform:uppercase;color:var(–gold-dark);margin-bottom:0.5rem;
}
.step.blue .step-label { color:var(–blue); }

.step h2 {
font-family:’DM Serif Display’,serif;
font-size:clamp(1.4rem,3vw,1.9rem);
color:var(–text);margin-bottom:0.6rem;line-height:1.25;
}
.step p {
color:var(–muted);font-size:0.95rem;margin-bottom:0.5rem;
max-width:560px;
}
.step p strong { color:var(–text);font-weight:600; }

.more {
display:inline-flex;align-items:center;gap:0.4rem;
margin-top:0.6rem;color:var(–gold-dark);font-size:0.8rem;
font-weight:600;letter-spacing:1px;text-decoration:none;
border-bottom:1px solid var(–gold-border);
padding-bottom:2px;transition:all 0.3s;cursor:pointer;
}
.more:hover { border-color:var(–gold-dark); }

/* HIGHLIGHT */
.highlight {
margin:1rem 0;padding:0.8rem 1.2rem;
border-left:3px solid var(–gold);
color:var(–text);font-size:0.95rem;
background:var(–gold-dim);border-radius:0 8px 8px 0;
}

/* MINI DIAGRAM */
.diagram {
display:flex;flex-direction:column;align-items:center;
gap:0;margin:1.2rem 0;
}
.d-box {
padding:0.6rem 1.4rem;border-radius:8px;
font-size:0.82rem;font-weight:600;text-align:center;
min-width:180px;border:1.5px solid rgba(0,0,0,0.1);
background:var(–card);color:var(–text);
}
.d-box.gold { border-color:var(–gold);color:var(–gold-dark);background:var(–gold-dim); }
.d-box.blue { border-color:var(–blue);color:var(–blue);background:var(–blue-dim); }
.d-line {
width:1.5px;height:20px;
background:rgba(0,0,0,0.1);
}
.d-line.gold { background:rgba(184,134,11,0.35); }
.d-line.blue { background:rgba(42,107,165,0.35); }
.d-note {
font-size:0.65rem;color:var(–muted);
letter-spacing:1.5px;text-transform:uppercase;
margin:2px 0;
}

/* CTA */
.cta {
text-align:center;padding:3rem 1.5rem 5rem;
max-width:700px;margin:0 auto;
}
.cta h2 {
font-family:’DM Serif Display’,serif;
font-size:1.6rem;color:var(–text);margin-bottom:1.5rem;
}
.cta-row { display:flex;flex-wrap:wrap;justify-content:center;gap:0.8rem; }
.btn {
display:inline-block;text-decoration:none;
font-weight:700;font-size:0.9rem;
padding:0.8rem 2rem;border-radius:50px;
border:2px solid var(–gold);transition:all 0.3s;
}
.btn.primary { background:var(–gold);color:#fff; }
.btn.primary:hover { background:transparent;color:var(–gold); }
.btn.ghost { background:transparent;color:var(–gold); }
.btn.ghost:hover { background:var(–gold);color:#fff; }

/* FOOTER */
footer {
border-top:1px solid rgba(0,0,0,0.06);
padding:1.5rem;text-align:center;
font-size:0.75rem;color:var(–muted);
}
footer a { color:var(–gold-dark);text-decoration:none; }

@media(max-width:500px){
.step { padding-left:2.2rem; }
.step::before { left:8px; }
.step::after { left:2px;width:14px;height:14px; }
.d-box { min-width:140px;font-size:0.75rem;padding:0.5rem 1rem; }
}


BV-plan intake →

Wat is jouw BV-plan?

Goud
Bitcoin
Beursaandelen
Verhuurpanden
De BV in
en box 3 uit

Stap 1

Nieuwe BV oprichten

Of jouw bestaande holding BV gebruiken. Dit is de eerste stap om je vermogen uit box 3 te halen.

Stap 2 — Agio

Vermogen de BV in brengen

Je brengt je edelmetalen, crypto, beursaandelen en panden in de BV via een kapitaalstorting (agio-inbreng).

MEER HIEROVER →

Stap 3 — Gouden BV

Één BV is géén BV

Jouw BV richt zelf een tweede BV op: de Gouden BV. Je schuift het vermogen door via een tweede agio-storting.

Jij (privé)
Jouw holding BV
agio-storting ↓
✦ Gouden BV

Wil je jouw vermogen bij je kinderen krijgen? Niet door de vermogensbestanddelen te verplaatsen — maar door de aandelen van de Gouden BV over te dragen via de deelnemingsvrijstelling.

MEER HIEROVER →

Stap 4 — Kids BV

Toekomstbestendig doorschuiven

Laat de aandelen van de Gouden BV niet bij je kinderen privé terechtkomen, maar in hun eigen BV: de Kids BV. Zij schuiven later wederom door naar de volgende generatie — met dezelfde deelnemingsvrijstelling.

Jouw holding BV
✦ Gouden BV
aandelen overdragen ↓
Kids BV
volgende generatie ↓ …

Amsterdam Lawyers · Barbara Strozzilaan 201 · 1083HN Amsterdam · 020-899 8467