/* vastgoed-bv.nl — Amsterdam Lawyers (huisstijl opricht.ing) */
:root {
  --blue: #003b8f;
  --red: #ff1020;
  --wit: #ffffff;
  --soft: rgba(255, 255, 255, .80);
  --lijn: rgba(255, 255, 255, .22);
  /* aliassen voor bestaande pagina's */
  --paper: var(--blue);
  --paper-deep: var(--blue);
  --ink: var(--wit);
  --ink-soft: var(--soft);
  --koper: var(--red);
  --koper-licht: #d40d1b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  background: var(--blue);
  color: var(--wit);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--wit); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--wit); }
a:active { opacity: .72; }
:focus-visible { outline: 3px solid rgba(255, 16, 32, .55); outline-offset: 2px; border-radius: 2px; }

.wrap { max-width: 720px; margin: 0 auto; padding: 0 22px; }
.wrap-wide { max-width: 760px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
header.site { background: var(--blue); }
header.site .inner {
  max-width: 760px; margin: 0 auto; padding: 18px 22px 0;
  text-align: center;
}
.logo { width: min(42vw, 150px); height: auto; display: block; margin: 0 auto 4px; }
.brand-naam {
  font-size: clamp(28px, 8vw, 42px); line-height: .96;
  font-weight: 800; letter-spacing: -.045em; color: var(--wit);
}
.divider { width: 58px; height: 4px; border-radius: 999px; background: var(--red); margin: 14px auto; }
.brand {
  display: inline-block;
  font-size: 15px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--wit); text-decoration: none;
}
.brand b { color: var(--red); font-weight: 800; }

/* ---------- hero ---------- */
.hero { padding: 26px 0 10px; text-align: center; }
.hero h1 {
  font-size: clamp(34px, 9vw, 48px); line-height: .95;
  font-weight: 800; letter-spacing: -.055em;
}
.hero h1 em { font-style: normal; color: var(--red); }
.hero p.lede {
  margin: 16px auto 0; font-size: 21px; line-height: 1.28;
  font-weight: 650; color: var(--wit); max-width: 30em;
}

/* ---------- naamplaatje ---------- */
.plaatje {
  display: inline-block;
  font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--red);
}

/* ---------- dossierlijst (home) ---------- */
.dossiers { padding: 22px 0 48px; }
.dossier {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid rgba(255, 255, 255, .45); border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  padding: 20px 20px 18px;
  margin-bottom: 12px;
  transition: background .16s ease, border-color .16s ease;
}
.dossier:hover { background: rgba(255, 255, 255, .14); color: inherit; }
.dossier h2 {
  font-size: 24px; line-height: 1.03; font-weight: 800; letter-spacing: -.03em;
  margin: 10px 0 8px; color: var(--wit);
}
.dossier p { color: var(--soft); max-width: 42em; }
.dossier .lees {
  display: inline-block; margin-top: 12px;
  font-size: 17px; font-weight: 800; color: var(--red);
}
.sublink {
  display: block; margin: -2px 0 14px; padding-left: 20px;
  font-size: 16px; color: var(--soft); font-weight: 600;
}

/* ---------- artikel ---------- */
article.verhaal { padding: 26px 0 20px; }
article.verhaal h1 {
  font-size: clamp(30px, 7.5vw, 42px); line-height: .98;
  font-weight: 800; letter-spacing: -.045em;
  margin: 10px 0 18px;
}
article.verhaal p { margin-bottom: 14px; max-width: 40em; color: var(--soft); }
article.verhaal h2 {
  font-size: clamp(23px, 6vw, 31px); line-height: 1;
  font-weight: 800; letter-spacing: -.035em;
  margin: 28px 0 10px; color: var(--wit);
}

/* stappen */
ol.stappen { list-style: none; counter-reset: stap; margin: 22px 0; }
ol.stappen li {
  counter-increment: stap;
  position: relative; padding: 0 0 22px 52px;
  border-left: 1px solid var(--lijn); margin-left: 17px;
}
ol.stappen li:last-child { border-left-color: transparent; padding-bottom: 6px; }
ol.stappen li::before {
  content: counter(stap);
  position: absolute; left: -17px; top: 0;
  width: 34px; height: 34px; border-radius: 999px;
  background: var(--red); color: var(--wit);
  font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
ol.stappen li b.kop { display: block; font-size: 19px; font-weight: 800; margin-bottom: 4px; color: var(--wit); }
ol.stappen li p { margin: 0; color: var(--soft); }

/* ---------- afrekening ---------- */
.afrekening {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .45); border-radius: 18px;
  padding: 20px 20px 16px; margin: 30px 0;
}
.afrekening .titel {
  font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--red);
  border-bottom: 1px solid var(--lijn); padding-bottom: 12px; margin-bottom: 6px;
}
.afrekening table { width: 100%; border-collapse: collapse; }
.afrekening td {
  padding: 10px 0; border-bottom: 1px dotted var(--lijn);
  vertical-align: top; font-size: 17px; color: var(--soft);
}
.afrekening td.bedrag {
  font-weight: 800; font-variant-numeric: tabular-nums; text-align: right;
  white-space: nowrap; color: var(--wit);
}
.afrekening tr.totaal td {
  border-bottom: none; border-top: 2px solid var(--wit);
  font-weight: 800; padding-top: 12px; color: var(--wit);
}
.afrekening .voetnoot { margin-top: 12px; font-size: 15px; color: rgba(255, 255, 255, .66); }

/* citaat */
blockquote.citaat {
  margin: 30px 0; padding: 4px 0 4px 20px;
  border-left: 4px solid var(--red);
  font-size: 22px; line-height: 1.3; font-weight: 800; letter-spacing: -.02em;
  color: var(--wit);
}
blockquote.citaat footer {
  margin-top: 8px; font-size: 16px; font-weight: 600; color: var(--soft); letter-spacing: 0;
}

/* disclaimer */
p.disclaimer { font-size: 15px; color: rgba(255, 255, 255, .66); font-style: italic; }

/* ---------- CTA ---------- */
.cta-blok {
  border-top: 1px solid var(--lijn);
  padding: 30px 0 6px; margin: 34px 0 26px;
  text-align: center;
}
.cta-blok h2 {
  font-size: clamp(23px, 6vw, 31px); line-height: 1;
  font-weight: 800; letter-spacing: -.035em; margin-bottom: 18px;
}
.cta-knop {
  display: block; text-decoration: none; text-align: center;
  background: var(--red); color: var(--wit);
  font-size: 18px; font-weight: 800;
  padding: 13px 18px; border-radius: 999px;
  border: 1px solid var(--red);
}
.cta-knop:hover { background: var(--koper-licht); border-color: var(--koper-licht); color: var(--wit); }

/* verder lezen */
.verder { margin: 30px 0 14px; border-top: 1px solid var(--lijn); }
.verder .label {
  font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255, 255, 255, .66); margin: 20px 0 6px;
}
.verder a {
  display: block; padding: 12px 0; border-bottom: 1px solid var(--lijn);
  font-size: 20px; font-weight: 800; letter-spacing: -.025em;
  color: var(--wit); text-decoration: none;
}
.verder a:hover { text-decoration: underline; }

/* ---------- formulier ---------- */
.form-kaart {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .45); border-radius: 18px;
  padding: 20px 20px 22px; margin: 26px 0;
}
.form-veld { margin: 0 0 14px; }
.form-veld label { display: block; font-size: 16px; font-weight: 800; margin: 0 0 6px; color: var(--wit); }
.form-veld input, .form-veld textarea {
  width: 100%; border: 1px solid rgba(255, 255, 255, .35); border-radius: 14px;
  background: rgba(255, 255, 255, .10); color: var(--wit);
  font-size: 18px; font-family: inherit; padding: 14px 14px; outline: none;
}
.form-veld textarea { min-height: 110px; resize: vertical; }
.form-veld input::placeholder, .form-veld textarea::placeholder { color: rgba(255, 255, 255, .55); }
.form-veld input:focus, .form-veld textarea:focus { border-color: var(--wit); }
button.cta-knop { width: 100%; cursor: pointer; font-family: inherit; border: 1px solid var(--red); }

/* ---------- footer ---------- */
footer.site {
  border-top: 1px solid var(--lijn);
  margin-top: 34px; padding: 18px 0 36px;
  font-size: 15px; color: rgba(255, 255, 255, .66);
  text-align: center;
}
footer.site .inner { max-width: 760px; margin: 0 auto; padding: 0 22px; }
footer.site b { color: var(--wit); }
footer.site a { color: var(--wit); font-weight: 800; text-decoration: underline; }
footer.site .noot { margin-top: 14px; font-size: 14px; }

@media (max-width: 560px) {
  .dossier { padding: 16px 16px 14px; }
  .afrekening { padding: 16px 14px 12px; }
  .sublink { padding-left: 4px; }
}

/* ---------- bv-plan ---------- */
.bv-plan { margin: 30px 0 14px; border-top: 1px solid var(--lijn); padding-top: 20px; }
.bv-plan .label {
  font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--red); margin: 0 0 6px;
}
.bv-plan a {
  display: block; padding: 12px 0;
  font-size: 20px; font-weight: 800; letter-spacing: -.025em;
  color: var(--wit); text-decoration: none;
}
.bv-plan a:hover { text-decoration: underline; }

/* ---------- artikelfoto ---------- */
.artikel-foto {
  display: block; width: 100%; height: auto;
  border-radius: 18px; border: 1px solid rgba(255, 255, 255, .45);
  margin: 4px 0 20px;
}
