:root {
  --brand-1: #fff9e6;
  --brand-2: #e0e0e0;
  --ink: #1a1a1a;
  --muted: #5f5f5f;
  --bg: #fcfbfa;
  --card: #ffffff;
  --ring: #fff9e6;
  --success: #17653d;
  --shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --step-size: 44px;
}
/*? ALGEMENE AANPASSINGEN */
body {
  background-color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.adminluminalink {
  text-decoration: none;
  color: gray;
}
/*? KNOPPEN */
.knop {
  background-color: #fff9e6;
  border: 0;
  color: #000;
}
.knop a {
  color: #000;
  text-decoration: none;
}
.knop:hover {
  background-color: #fffcf3;
}
.knop a:hover {
  background-color: #fffcf3;
}
.dienstenknop a {
  text-decoration: none;
  color: #6d757d;
}
.dienstenknop:hover a {
  text-decoration: none;
  color: white;
}
.mail_button {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

/*?NAVBAR */
.navbar {
  background-color: white;
}
.navbar-expand-lg {
  background-color: #fff9e6;
}
.navbar-nav {
  background-color: #fff9e6;
}
/*? Homepage */
.features-header {
  display: flex;
  justify-content: center;
}
.h1-custom {
  font-weight: bold;
  font-size: 2rem;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 576px) {
  .h1-custom {
    font-size: 1.5rem;
  }
}
/*? Over */
.over {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 2rem;
}

.over h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}

.over h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #444;
}

.over p {
  margin-bottom: 1.2rem;
}

.highlight {
  font-style: italic;
  font-size: 1.05rem;
  padding: 0.5rem 1rem;
  border-left: 4px solid #fff9e6;
  background: #fffcf3;
  margin: 1.5rem 0;
}
.owner-card {
  text-align: center;
  margin: 2rem auto;
  max-width: 350px;
}

.owner-card img {
  border-radius: 5%;
  width: auto;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 4px solid #eee;
}

.owner-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.owner-card p {
  font-size: 0.95rem;
  color: #666;
}
/*? FOTO's */
.foto1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .foto1 {
    margin-left: 100px;
  }
}
.fotospec {
  height: 250px;
  width: 400px;
  border-radius: 10%;
}
/*? Contact band */
.contact-band {
  background-color: #fff9e6;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.contact-item a {
  color: #2e2e2e;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.contact-item i {
  font-size: 1.2rem;
  color: #2e2e2e;
}
/* ?Footer */
.createdby {
  font-size: 8px;
}
.createdby a {
  text-decoration: none;
  color: #555555;
  font-weight: bold;
}
.active {
  font-weight: bold;
}

/*? FAQ */
.accordion {
  --bs-accordion-btn-bg: #fffcf3;
  --bs-accordion-active-bg: #fff9e6;
  --bs-accordion-active-color: #2e2e2e;
  --bs-accordion-btn-focus-box-shadow: black;
}
.faq-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  background-color: #e0e0e0;
}
/*? Privacyverklaring */
.doeleindenlijst {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.privacyverklaring h1 {
  padding-top: 1rem;
}
.privacyverklaring h2 {
  font-size: 1rem;
}
.privacyverklaring h3 {
  font-size: 1.5rem;
}
.privacyverklaring p {
  font-size: 1rem;
}
/*! Samenvatting-box voor privacyverklaring */
.privacy-summary {
  position: relative;
  background: #fffcf3;
  border: 1px solid #e6eef7;
  border-left: 4px solid #fff9e6;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.privacy-summary .summary-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.9;
  color: #fff9e6;
}

.privacy-summary h2 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem 0;
}

.privacy-summary p {
  margin: 0 0 0.5rem 0;
}
/*? STAPPENPLAN */
.stappenplan {
  max-width: 1024px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 48px);
}

.page-head {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-bottom: 28px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: var(--card);
  border-radius: 999px;
  box-shadow: var(--shadow);
  border: 1px solid var(--brand-2);
}
.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #fff 0 18%, transparent 19%),
    var(--brand-1);
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--brand-1);
}
.logo-name {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.stappenplan h1 {
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.15;
  margin: 10px 0 0 0;
}
.lead {
  color: var(--muted);
  margin: 0;
  font-size: clamp(14px, 2.2vw, 18px);
}

.panel {
  background: var(--card);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow);
  border: 1px solid var(--brand-2);
  overflow: clip;
}

.stepper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 14px;
  padding: 22px clamp(16px, 3vw, 28px);
  transition: background 0.25s ease;
}
.step + .step {
  border-top: 1px solid var(--brand-2);
}
.step:hover {
  background: linear-gradient(
    0deg,
    rgba(214, 198, 185, 0.12),
    rgba(214, 198, 185, 0.12)
  );
}

.badge {
  width: var(--step-size);
  height: var(--step-size);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--ring);
  font-weight: 700;
  color: var(--ink);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  flex: 0 0 auto;
}

.step h3 {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 22px);
}
.step p {
  margin: 6px 0 0 0;
  color: var(--muted);
}

.chip {
  justify-self: end;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--brand-2);
  background: linear-gradient(180deg, #fff, #f9f9f9);
  color: #2d2d2d;
}
.chip--done {
  border-color: #b9e2c8;
  background: #eaf6ef;
  color: var(--success);
}

summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
summary::-webkit-details-marker {
  display: none;
}
.caret {
  inline-size: 10px;
  block-size: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
details[open] .caret {
  transform: rotate(225deg) translate(-1px, -1px);
}
.details-box {
  padding: 12px 14px;
  border-left: 3px solid var(--brand-1);
  background: #faf7f4;
  border-radius: 12px;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(16px, 3vw, 28px);
  background: linear-gradient(180deg, #fff, #fafafa);
  border-top: 1px dashed var(--brand-2);
}
.butn {
  appearance: none;
  border: 1px solid transparent;
  background: var(--brand-1);
  color: #2a201a;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  transition:
    transform 0.06s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  box-shadow: 0 6px 14px rgba(134, 110, 91, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.butn:hover {
  transform: translateY(-1px);
}
.butn:active {
  transform: translateY(0);
}
.butn--ghost {
  background: #fff;
  border-color: var(--brand-2);
  box-shadow: var(--shadow);
}

@media print {
  .panel,
  .logo {
    box-shadow: none;
  }
  .cta {
    display: none;
  }
  .step {
    padding: 12px 0;
  }
  .badge {
    border: 1px solid #000;
    background: #fff;
  }
}
.contactinformatieprivacy {
  list-style-type: none;
}
.doeleindenlijst {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-position: inside !important;

  /* Moderne properties */
  margin-inline-start: 0 !important;
  padding-inline-start: 0 !important;
}
p {
  font-size: 1rem;
}
* {
  font-family: "Inter", sans-serif;
}
