/* ====== Pages Specific Styles ====== */
/* Styles voor personal.php en business.php - Compact en overzichtelijk */

/* Overschrijf text-indent van base.css en colonne_light.css voor pagina's */
/* Gebruik zeer specifieke selector om zeker te zijn dat het wordt overschreven */
.column-body section p,
.column-body section p + p,
.column-body > section > p,
.column-body > section > p + p,
section p,
section p + p {
  text-indent: 0 !important; /* Alle paragrafen links uitgelijnd, geen inspringing */
  padding-left: 0 !important; /* Zorg dat er geen extra padding is */
  margin-left: 0 !important; /* Zorg dat er geen extra margin is */
}

/* CV Link styling */
.cv-link {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  border-bottom: none;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* Compact spacing voor sections */
.column-body section {
  margin-bottom: 1.75rem;
  padding-left: 0 !important; /* Zorg dat links geen extra padding is */
  padding-right: 0 !important;
  text-align: left !important;
}

.column-body section:last-child {
  margin-bottom: 0;
}

.column-body section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 0;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid;
  line-height: 1.3;
}

.column-body section h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.column-body section p {
  margin-bottom: 0.6rem;
  margin-left: 0 !important; /* Zorg dat er geen extra margin is */
  margin-right: 0 !important;
  padding: 0 !important; /* Zorg dat er geen extra padding is */
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1.6;
  text-align: left !important;
  text-indent: 0 !important; /* Geen text-indent voor pagina's - alles links uitgelijnd */
}

.column-body section p:last-child {
  margin-bottom: 0;
}

/* Betere spacing voor opeenvolgende paragrafen - geen text-indent */
.column-body section p + p {
  margin-top: 0;
  text-indent: 0 !important; /* Overschrijf base.css text-indent */
}

/* Betere spacing voor paragrafen na headings */
.column-body section h2 + p,
.column-body section h3 + p {
  margin-top: 0.5rem;
  text-indent: 0 !important; /* Zorg dat eerste paragraaf na heading ook links uitgelijnd is */
}

/* Compact lists - minder spacing */
.column-body .places-list,
.column-body .family-list {
  margin: 0.5rem 0;
  padding-left: 0 !important;
  list-style: none;
}

.column-body .places-list li,
.column-body .family-list li {
  margin-bottom: 0.2rem;
  padding: 0.4rem 0;
  padding-left: 1.8rem !important; /* Genoeg ruimte voor pijl */
  position: relative;
  text-align: left !important;
  margin-left: 0 !important;
}

/* Pijltjes voor places-list - goed gepositioneerd zodat ze niet door tekst gaan */
.column-body .places-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: var(--accent, #00ff66);
  font-weight: bold;
  width: 1.5rem;
  text-align: left;
  display: inline-block;
  line-height: 1.4;
}

.column-body .places-list li:last-child,
.column-body .family-list li:last-child {
  margin-bottom: 0;
}

/* Email explanation - compact */
.column-body .email-explanation {
  margin: 0.75rem 0;
  padding: 0.9rem 1rem;
}

.column-body .email-explanation p {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.column-body .email-explanation p:last-child {
  margin-bottom: 0;
}

/* Blockquote - compact */
.column-body blockquote {
  margin: 0.75rem 0;
  padding: 0.6rem 0.9rem;
  font-style: italic;
  border-left-width: 3px;
  line-height: 1.5;
}

/* Vacation photo - compact */
.vacation-photo {
  margin: 1.25rem 0;
}

.vacation-photo figcaption {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Rudi quote - full width zoals op personal */
.rudi-quote {
  margin: 2rem 0;
  width: 100%;
  max-width: 100%;
  clear: both;
}

/* Strong en em styling */
.column-body section strong {
  font-weight: 600;
}

.column-body section em {
  font-style: italic;
}

/* Code styling in sections */
.column-body section code {
  font-size: 0.9em;
  padding: 0.15rem 0.4rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .column-body section {
    margin-bottom: 1.5rem;
  }
  
  .column-body section h2 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  
  .column-body section h3 {
    font-size: 0.95rem;
    margin-top: 1rem;
  }
  
  .column-body section p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-indent: 0 !important; /* Zorg dat op mobiel ook geen text-indent */
  }
  
  .column-body section p + p {
    text-indent: 0 !important; /* Zorg dat opeenvolgende paragrafen op mobiel ook links uitgelijnd zijn */
  }
  
  /* Verwijder pijltjes op mobiel om overlap te voorkomen */
  .column-body .places-list li::before {
    display: none;
  }
  
  .column-body .places-list li {
    padding-left: 0 !important;
  }
  
  .rudi-quote {
    margin: 1.5rem 0;
    padding: 1.5rem;
  }
  
  .vacation-photo {
    margin: 1rem 0;
  }
}

/* ====== Digitale Strijdtonelen Artikel Styles ====== */
.column-body .article-intro {
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.column-body .article-intro p {
  margin-bottom: 1rem;
}

.column-body .article-intro p:last-child {
  margin-bottom: 0;
}

.column-body .article-conclusion {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-soft);
}

/* Expert quotes - serif font voor quotes */
.column-body .expert-quote {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 4px solid var(--accent);
  background: var(--bg-quote);
  border-radius: 0 4px 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.7;
}

.column-body .expert-quote p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--text-main);
}

.column-body .expert-quote p:last-of-type {
  margin-bottom: 0.75rem;
}

.column-body .expert-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-style: normal;
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--text-muted);
  text-align: right;
}

.column-body .expert-quote cite::before {
  content: "— ";
}

.column-body .expert-quote--conclusion {
  background: var(--bg-quote);
  border-left-color: var(--accent);
  padding: 2rem 2.25rem;
  margin: 2rem 0;
}

/* Redact styling - zwart op zwart voor pseudonimisering */
.column-body .redact {
  background: var(--text-main);
  color: var(--text-main);
  padding: 0 4px;
  border-radius: 2px;
  user-select: none;
  cursor: default;
}

/* Example boxes - lichtgrijze kaders */
.column-body .example-box {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  background: var(--bg-email);
  border: 1px solid var(--border-soft);
  border-radius: 4px;
  border-left: 3px solid var(--accent-soft);
}

.column-body .example-box p {
  margin: 0;
  line-height: 1.6;
}

.column-body .example-box strong {
  color: var(--accent);
  font-weight: 600;
}

/* Serif headings voor dit artikel */
.column-body section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.column-body section:first-child h2 {
  margin-top: 0;
}

/* Extra spacing voor dit artikel */
.column-body section {
  margin-bottom: 2.5rem;
}

.column-body section:last-child {
  margin-bottom: 0;
}

/* Responsive voor artikel */
@media (max-width: 768px) {
  .column-body .expert-quote {
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
  }

  .column-body .expert-quote--conclusion {
    padding: 1.5rem 1.75rem;
  }

  .column-body .example-box {
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
  }

  .column-body section {
    margin-bottom: 2rem;
  }

  .column-body section h2 {
    margin-top: 2rem;
    font-size: 1.15rem;
  }
}

/* ====== Privacy pagina styling ====== */
.privacy-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.privacy-content section {
    margin-bottom: 2.5rem;
}

.privacy-content h2 {
    color: var(--text-main);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--border-main);
    padding-bottom: 0.5rem;
}

.privacy-content h3 {
    color: var(--text-main);
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.privacy-content p {
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.privacy-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.privacy-content li {
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.privacy-content strong {
    color: var(--text-main);
    font-weight: 600;
}

.privacy-content a {
    color: var(--link);
    text-decoration: underline;
}

.privacy-content a:hover,
.privacy-content a:focus {
    color: var(--link-hover);
}

.privacy-content a:visited {
    color: var(--link-visited);
}

@media (max-width: 768px) {
    .privacy-content {
        padding: 0 0.75rem;
    }
    
    .privacy-content section {
        margin-bottom: 2rem;
    }
    
    .privacy-content h2 {
        font-size: 1.3rem;
    }
    
    .privacy-content h3 {
        font-size: 1.1rem;
    }
}

