Bespreking inplannen — Amsterdam Lawyers
:root {
–al-red: #f33b43;
–al-blue: #073d83;
–al-blue-dark: #052d62;
–al-blue-light: #0a4d9e;
–al-red-light: #f55a61;
–cream: #faf8f5;
–warm-white: #ffffff;
–text-dark: #1a1a1a;
–text-medium: #4a4a4a;
–text-light: #7a7a7a;
–border-subtle: #e8e4df;
–gold-accent: #c5993e;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘DM Sans’, sans-serif;
background: var(–cream);
color: var(–text-dark);
-webkit-font-smoothing: antialiased;
}
/* ── HEADER ── */
.header {
padding: 28px 0;
text-align: center;
background: var(–warm-white);
border-bottom: 1px solid var(–border-subtle);
}
.header img {
height: 48px;
width: auto;
}
/* ── HERO ── */
.hero {
text-align: center;
padding: 72px 24px 56px;
max-width: 720px;
margin: 0 auto;
}
.hero-label {
font-size: 12px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(–al-red);
margin-bottom: 20px;
}
.hero h1 {
font-family: ‘DM Serif Display’, serif;
font-size: 42px;
font-weight: 400;
line-height: 1.2;
color: var(–al-blue);
margin-bottom: 12px;
}
.hero-sub {
font-size: 17px;
color: var(–text-medium);
line-height: 1.6;
margin-bottom: 8px;
}
/* ── SECTION CONTAINERS ── */
.section {
max-width: 800px;
margin: 0 auto;
padding: 0 24px 64px;
}
.section-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(–al-red);
margin-bottom: 8px;
}
.section-title {
font-family: ‘DM Serif Display’, serif;
font-size: 30px;
font-weight: 400;
color: var(–al-blue);
margin-bottom: 12px;
line-height: 1.25;
}
.section-intro {
font-size: 16px;
color: var(–text-medium);
line-height: 1.7;
margin-bottom: 36px;
max-width: 620px;
}
/* ── STAP INDICATOR ── */
.stap-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(–al-blue);
color: white;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 20px;
margin-bottom: 24px;
}
/* ── CARDS: BESPREKINGSOPTIES ── */
.cards-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.card {
background: var(–warm-white);
border: 1px solid var(–border-subtle);
border-radius: 12px;
padding: 32px;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.card::before {
content: ”;
position: absolute;
left: 0; top: 0; bottom: 0;
width: 4px;
background: var(–al-blue);
opacity: 0;
transition: opacity 0.3s ease;
}
.card:hover {
border-color: var(–al-blue);
box-shadow: 0 8px 32px rgba(7, 61, 131, 0.08);
transform: translateY(-2px);
}
.card:hover::before { opacity: 1; }
.card-icon {
font-size: 24px;
margin-bottom: 8px;
}
.card-title {
font-family: ‘DM Serif Display’, serif;
font-size: 22px;
color: var(–al-blue);
margin-bottom: 6px;
}
.card-meta {
font-size: 15px;
color: var(–text-medium);
margin-bottom: 10px;
}
.card-meta strong {
color: var(–al-blue);
font-weight: 700;
}
.card-desc {
font-size: 14px;
color: var(–text-light);
line-height: 1.5;
}
.card-arrow {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 16px;
font-size: 14px;
font-weight: 600;
color: var(–al-red);
transition: gap 0.2s ease;
}
.card:hover .card-arrow { gap: 10px; }
/* ── DIVIDER ── */
.divider {
max-width: 800px;
margin: 0 auto 64px;
padding: 0 24px;
}
.divider-line {
height: 1px;
background: var(–border-subtle);
position: relative;
}
.divider-line::after {
content: ”;
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 1px;
background: var(–al-red);
}
/* ── BV-PLAN OP MAAT SECTION ── */
.bvplan-card {
background: var(–warm-white);
border: 2px solid var(–al-blue);
border-radius: 16px;
padding: 48px 40px;
position: relative;
overflow: hidden;
}
.bvplan-card::after {
content: ”;
position: absolute;
top: 0; right: 0;
width: 200px; height: 200px;
background: radial-gradient(circle at top right, rgba(7, 61, 131, 0.04), transparent 70%);
pointer-events: none;
}
.bvplan-price {
font-family: ‘DM Serif Display’, serif;
font-size: 36px;
color: var(–al-blue);
margin-bottom: 4px;
}
.bvplan-price-note {
font-size: 14px;
color: var(–text-light);
margin-bottom: 28px;
}
.bvplan-items {
list-style: none;
padding: 0;
margin: 0 0 32px;
}
.bvplan-items li {
position: relative;
padding-left: 28px;
margin-bottom: 20px;
font-size: 15px;
line-height: 1.65;
color: var(–text-dark);
}
.bvplan-items li::before {
content: ”;
position: absolute;
left: 0;
top: 7px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(–al-red);
}
.bvplan-items li strong {
color: var(–al-blue);
}
.bvplan-note {
font-size: 14px;
color: var(–text-medium);
line-height: 1.7;
padding: 20px 24px;
background: var(–cream);
border-radius: 8px;
border-left: 3px solid var(–al-blue);
}
/* ── HOW IT WORKS ── */
.steps-container {
display: grid;
grid-template-columns: 1fr;
gap: 0;
position: relative;
}
.step {
display: flex;
gap: 24px;
padding-bottom: 40px;
position: relative;
}
.step:last-child { padding-bottom: 0; }
.step-number-col {
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0;
}
.step-number {
width: 44px;
height: 44px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: ‘DM Serif Display’, serif;
font-size: 20px;
color: white;
background: var(–al-blue);
flex-shrink: 0;
}
.step:nth-child(2) .step-number { background: var(–al-red); }
.step-line {
width: 2px;
flex-grow: 1;
background: var(–border-subtle);
margin-top: 8px;
}
.step:last-child .step-line { display: none; }
.step-content {
padding-top: 8px;
}
.step-title {
font-family: ‘DM Serif Display’, serif;
font-size: 20px;
color: var(–al-blue);
margin-bottom: 6px;
}
.step-text {
font-size: 15px;
color: var(–text-medium);
line-height: 1.65;
}
.step-price {
display: inline-block;
margin-top: 8px;
font-size: 13px;
font-weight: 700;
color: var(–al-blue);
background: rgba(7, 61, 131, 0.06);
padding: 4px 12px;
border-radius: 6px;
}
/* ── TOPICS GRID ── */
.topics-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.topic-item {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: var(–text-medium);
line-height: 1.5;
padding: 12px 16px;
background: var(–warm-white);
border-radius: 8px;
border: 1px solid var(–border-subtle);
}
.topic-check {
color: var(–al-red);
font-weight: 700;
flex-shrink: 0;
margin-top: 1px;
}
/* ── CTA SECTION ── */
.cta-section {
background: var(–al-blue);
padding: 64px 24px;
text-align: center;
margin-top: 64px;
}
.cta-section .section-label { color: rgba(255,255,255,0.6); }
.cta-section h2 {
font-family: ‘DM Serif Display’, serif;
font-size: 30px;
color: white;
margin-bottom: 12px;
font-weight: 400;
}
.cta-section p {
font-size: 16px;
color: rgba(255,255,255,0.7);
margin-bottom: 36px;
line-height: 1.6;
}
.cta-buttons {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
.cta-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.cta-btn-primary {
background: var(–al-red);
color: white;
}
.cta-btn-primary:hover {
background: var(–al-red-light);
transform: translateY(-1px);
}
.cta-btn-secondary {
background: rgba(255,255,255,0.1);
color: white;
border: 1px solid rgba(255,255,255,0.25);
}
.cta-btn-secondary:hover {
background: rgba(255,255,255,0.18);
transform: translateY(-1px);
}
/* ── INTAKE SECTION ── */
.intake-banner {
background: var(–warm-white);
border: 1px solid var(–border-subtle);
border-radius: 12px;
padding: 32px;
display: flex;
align-items: center;
gap: 24px;
}
.intake-icon {
font-size: 32px;
flex-shrink: 0;
}
.intake-text h3 {
font-family: ‘DM Serif Display’, serif;
font-size: 19px;
color: var(–al-blue);
margin-bottom: 6px;
}
.intake-text p {
font-size: 14px;
color: var(–text-medium);
line-height: 1.6;
margin-bottom: 12px;
}
.intake-link {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 600;
color: var(–al-red);
text-decoration: none;
transition: gap 0.2s ease;
}
.intake-link:hover { gap: 10px; }
/* ── FOOTER ── */
.footer {
text-align: center;
padding: 48px 24px;
font-size: 14px;
color: var(–text-light);
line-height: 1.8;
background: var(–warm-white);
border-top: 1px solid var(–border-subtle);
}
.footer strong {
color: var(–al-blue);
}
.footer a {
color: var(–al-blue);
text-decoration: none;
}
.footer a:hover { text-decoration: underline; }
.footer-nav {
display: flex;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid var(–border-subtle);
}
.footer-nav a {
font-size: 13px;
font-weight: 500;
color: var(–text-light);
}
.footer-nav a:hover { color: var(–al-blue); }
/* ── RESPONSIVE ── */
@media (max-width: 640px) {
.hero h1 { font-size: 32px; }
.section-title { font-size: 26px; }
.bvplan-card { padding: 32px 24px; }
.bvplan-price { font-size: 30px; }
.topics-grid { grid-template-columns: 1fr; }
.intake-banner { flex-direction: column; text-align: center; }
.cta-buttons { flex-direction: column; align-items: center; }
}
Bespreking inplannen
BV-plan, BV oprichten of structuuradvies
We bespreken jouw situatie, wensen en mogelijkheden en geven je een eerste richting voor jouw BV-plan.
- Een volledig uitgewerkt BV-plan — welke BV(‘s), welke structuur, aandelenkapitaal, agio, eventuele schenking. De blauwdruk waarmee de notaris direct aan de slag kan.
- Een persoonlijke BV-plan bespreking (video of op kantoor) waarin we het plan samen doornemen. Niet alleen de structuur, maar ook alles wat erbij komt kijken: de notaris, bankrekening, boekhouding — zodat je weloverwogen de laatste stap kunt zetten: de BV(‘s) oprichten.
- Overlegmogelijkheid als er nog vragen zijn of als je zaken wilt aanscherpen voordat je de laatste stap zet.
Welke BV-structuur past bij jouw situatie
Hoe breng je vermogen in een BV (agio-storting)
Oprichting van een BV — werkwijze en kosten
Fiscale optimalisatie (box 2 vs. box 3)
Structuur met kinderen (Kids BV, Gouden BV)
Vastgoed uit box 3 naar een BV-structuur
Kies de bespreking die bij je past
Alle bedragen zijn exclusief btw. Na het plannen ontvang je automatisch een bevestiging.

