/*
Theme Name: MijnVSOCheck
Theme URI: https://mijnvsocheck.nl
Author: Jefferson Delgado
Description: Professioneel thema voor MijnVSOCheck
Version: 1.0
Text Domain: mijnvsocheck
*/

/* ── RESET & VARIABLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0f2137;
  --navy-mid: #1a3150;
  --gold: #c8a96e;
  --gold-light: #e8d5a8;
  --cream: #faf8f4;
  --white: #ffffff;
  --text: #2c3e50;
  --text-light: #6b7d8f;
  --border: #e2ddd6;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  padding-top: 68px;
}

/* ── NAV ── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(15,33,55,0.97);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%;
  height: 68px;
  border-bottom: 1px solid rgba(200,169,110,0.2);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 0.25rem;
  align-items: center;
}

.nav-links a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  border-radius: 5px;
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 0.45rem 1.1rem !important;
  font-weight: 600 !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-cta.active { background: var(--gold-light) !important; color: var(--navy) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span { width: 24px; height: 2px; background: var(--gold); border-radius: 2px; display: block; transition: all 0.3s; }

/* ── HERO (home only) ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1e3d5e 100%);
  padding: 80px 5% 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(200,169,110,0.07) 0%, transparent 65%);
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}

.badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(200,169,110,0.15);
  border: 1px solid rgba(200,169,110,0.3);
  color: var(--gold);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.4rem 0.9rem; border-radius: 100px;
  margin-bottom: 1.5rem;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
h1 em { color: var(--gold); font-style: normal; }

.hero-sub {
  color: rgba(255,255,255,0.72);
  font-size: 1.02rem; line-height: 1.75;
  margin-bottom: 2.5rem; font-weight: 300;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 16px; padding: 2.5rem;
  backdrop-filter: blur(8px);
}
.hero-card-title {
  font-family: 'Playfair Display', serif;
  color: var(--gold); font-size: 1.05rem; margin-bottom: 1.5rem;
}
.hero-stat { margin-bottom: 1.25rem; }
.stat-label { color: rgba(255,255,255,0.45); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.3rem; }
.stat-value { color: var(--white); font-size: 0.95rem; font-weight: 500; line-height: 1.5; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 60px 5% 60px;
  border-bottom: 1px solid rgba(200,169,110,0.15);
}
.page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.page-sub { color: rgba(255,255,255,0.65); font-size: 1rem; font-weight: 300; line-height: 1.7; max-width: 580px; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 5%;
  display: flex; align-items: center; justify-content: center;
  gap: 2.5rem; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--text-light); font-weight: 500; }
.tick { color: var(--gold); }

/* ── SECTIONS ── */
.section { padding: 80px 5%; }
.section.white { background: var(--white); }
.section.cream { background: var(--cream); }
.inner { max-width: 1200px; margin: 0 auto; }

.section-label {
  font-size: 0.73rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.65rem;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--navy); line-height: 1.25; margin-bottom: 1rem;
}
.section-sub { color: var(--text-light); font-size: 1rem; line-height: 1.7; max-width: 560px; font-weight: 300; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: var(--navy);
  padding: 0.85rem 2rem; border-radius: 6px;
  font-weight: 700; font-size: 0.92rem; text-decoration: none;
  transition: all 0.25s; letter-spacing: 0.01em;
  box-shadow: 0 4px 18px rgba(200,169,110,0.3);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(200,169,110,0.38); }

.btn-outline {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.82);
  padding: 0.85rem 2rem; border-radius: 6px;
  font-weight: 500; font-size: 0.92rem; text-decoration: none;
  transition: all 0.25s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── UTILITY ── */
.gold-line { width: 40px; height: 2px; background: var(--gold); opacity: 0.4; }
.gold-title { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.2rem; margin-bottom: 1rem; }
.gold-sub { color: var(--gold); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.muted { color: rgba(255,255,255,0.72); }
.divider { height: 1px; background: var(--border); margin: 3rem 0; }

/* ── CHECK LIST ── */
.check-list { list-style: none; }
.check-list li { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.5rem 0; border-bottom: 1px solid var(--border); font-size: 0.92rem; }
.check-list li:last-child { border-bottom: none; }
.chk { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.warn { color: #c8a96e; flex-shrink: 0; margin-top: 1px; }

/* ── TWO COL ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }

/* ── DARK CARD ── */
.dark-card {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 16px; padding: 2.25rem;
}
.dark-card .check-list li { border-color: rgba(255,255,255,0.1); }

/* ── STEPS ── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; padding: 2rem;
  transition: all 0.3s;
}
.step-card:hover { border-color: var(--gold); box-shadow: 0 12px 36px rgba(15,33,55,0.08); transform: translateY(-4px); }
.step-icon { display: none; }
.step-num { font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 700; color: rgba(200,169,110,0.25); line-height: 1; margin-bottom: 0.75rem; }
.step-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--navy); margin-bottom: 0.6rem; }
.step-card p { color: var(--text-light); font-size: 0.88rem; line-height: 1.65; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 14px; padding: 2rem;
  transition: all 0.3s;
}
.review-card:hover { box-shadow: 0 12px 36px rgba(15,33,55,0.08); border-color: var(--gold); }
.stars { color: var(--gold); font-size: 0.95rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
.review-text { color: var(--text); font-size: 0.92rem; line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; }
.review-author { font-weight: 600; color: var(--navy); font-size: 0.875rem; }
.review-role { color: var(--text-light); font-size: 0.8rem; margin-top: 0.2rem; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; padding: 2.25rem;
  transition: all 0.3s; display: flex; flex-direction: column;
  position: relative;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(15,33,55,0.1); border-color: var(--gold); }
.service-card.featured { background: var(--navy); border-color: var(--gold); }
.service-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.28rem 0.9rem; border-radius: 100px; white-space: nowrap;
}
.service-num { font-size: 0.72rem; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.6rem; }
.service-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.4rem; }
.service-price { font-size: 2rem; font-weight: 700; color: var(--navy); margin: 0.75rem 0 0.5rem; }
.service-card.featured .service-price { color: var(--gold); }
.service-desc { color: var(--text-light); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1.25rem; }
.service-btn {
  display: block; text-align: center; margin-top: auto; padding: 0.75rem;
  border-radius: 8px; font-weight: 600; font-size: 0.875rem; text-decoration: none;
  background: var(--cream); color: var(--navy); border: 1px solid var(--border);
  transition: all 0.2s; margin-top: 1.5rem;
}
.service-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* ── INFO BOX ── */
.info-box {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: rgba(200,169,110,0.08); border: 1px solid rgba(200,169,110,0.25);
  border-radius: 12px; padding: 1.5rem;
}
.info-icon { font-size: 1.5rem; flex-shrink: 0; }
.info-box strong { display: block; color: var(--navy); font-size: 0.95rem; margin-bottom: 0.4rem; }
.info-box p { color: var(--text-light); font-size: 0.875rem; line-height: 1.65; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #1e3d5e 100%);
  padding: 80px 5%;
}

/* ── FAQ ── */
.faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
.faq-col { }
.faq-item { padding: 1.25rem 0; border-bottom: 1px solid var(--border); cursor: pointer; }
.faq-item:last-child { border-bottom: none; }
.faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; font-weight: 600; color: var(--navy); font-size: 0.92rem; line-height: 1.5; user-select: none; }
.faq-icon { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; transition: transform 0.2s; }
.faq-a { color: var(--text-light); font-size: 0.875rem; line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
.faq-item.open .faq-a { max-height: 500px; padding-top: 0.75rem; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

.cta-inline {
  margin-top: 4rem; padding: 3rem;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 16px; text-align: center;
}
.cta-inline h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 0.6rem; }
.cta-inline p { color: var(--text-light); margin-bottom: 1.5rem; }

/* ── UPLOAD PAGE ── */
.upload-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; align-items: start; }
.upload-form-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; }
.upload-info { display: flex; flex-direction: column; gap: 1.25rem; }
.info-block { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
.info-block-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.info-block h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; }
.info-block p { color: var(--text-light); font-size: 0.875rem; line-height: 1.65; }
.info-block .check-list li { font-size: 0.875rem; }

/* ── CONTACT PAGE ── */
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; align-items: start; }
.contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; }
.contact-info h3 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.4rem; margin-bottom: 0.6rem; }
.contact-info > p { color: var(--text-light); font-size: 0.92rem; line-height: 1.65; margin-bottom: 1.5rem; }
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
.contact-icon { width: 40px; height: 40px; background: var(--navy); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-detail strong { display: block; color: var(--navy); font-size: 0.82rem; font-weight: 600; margin-bottom: 0.2rem; }
.contact-detail span, .contact-detail a { color: var(--text-light); font-size: 0.88rem; text-decoration: none; }
.contact-detail a:hover { color: var(--gold); }

/* ── OVER ONS ── */
.over-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }
.over-layout p { color: var(--text); line-height: 1.8; font-size: 0.97rem; }
.quote-block {
  margin-top: 2rem; padding: 1.75rem;
  background: var(--cream); border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
}
.quote-block p { font-style: italic; color: var(--text); font-size: 0.95rem; line-height: 1.75; }
.quote-block span { display: block; margin-top: 0.75rem; color: var(--gold); font-weight: 600; font-size: 0.85rem; }
.profile-card { background: var(--navy); border: 1px solid rgba(200,169,110,0.25); border-radius: 20px; padding: 2.5rem; text-align: center; }
.profile-avatar { width: 90px; height: 90px; background: linear-gradient(135deg, var(--gold) 0%, #9a7a42 100%); border-radius: 50%; margin: 0 auto 1.25rem; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--navy); font-weight: 700; }
.profile-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 0.3rem; }
.profile-role { color: var(--gold); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.profile-contact { margin-top: 1.5rem; }
.profile-contact a { color: var(--gold-light); font-size: 0.875rem; text-decoration: none; display: block; margin-bottom: 0.4rem; }
.profile-contact a:hover { color: var(--gold); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; transition: all 0.3s; }
.value-card:hover { border-color: var(--gold); box-shadow: 0 12px 36px rgba(15,33,55,0.08); }
.value-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.value-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--navy); margin-bottom: 0.6rem; }
.value-card p { color: var(--text-light); font-size: 0.875rem; line-height: 1.65; }

/* ── FORMS ── */
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.required { color: #d9534f; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.7rem 1rem;
  border: 1px solid var(--border); border-radius: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--text);
  background: var(--cream); outline: none; transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit {
  width: 100%; padding: 0.9rem;
  background: var(--navy); color: var(--gold);
  border: none; border-radius: 8px;
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700;
  cursor: pointer; transition: all 0.2s; letter-spacing: 0.02em;
}
.form-submit:hover { background: var(--gold); color: var(--navy); }
.checkbox-group { margin-top: 0.25rem; }
.checkbox-label { display: flex; gap: 0.75rem; align-items: flex-start; cursor: pointer; font-size: 0.85rem; color: var(--text-light); line-height: 1.5; }
.checkbox-label input { width: auto; margin-top: 3px; flex-shrink: 0; }
.checkbox-label a { color: var(--gold); }

.drop-zone {
  border: 2px dashed var(--border); border-radius: 10px;
  padding: 2rem; text-align: center; cursor: pointer;
  background: var(--cream); transition: all 0.2s;
}
.drop-zone:hover { border-color: var(--gold); background: rgba(200,169,110,0.05); }
.drop-zone .drop-icon { font-size: 2rem; margin-bottom: 0.6rem; }
.drop-zone p { color: var(--text-light); font-size: 0.9rem; margin: 0; }
.drop-zone small { color: var(--text-light); font-size: 0.78rem; display: block; margin-top: 0.35rem; opacity: 0.7; }
.drop-zone.small { padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: center; }
.drop-zone.small span { color: var(--text-light); font-size: 0.875rem; }
.file-list { margin-top: 0.75rem; }
.file-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; color: var(--text-light); padding: 0.4rem 0; border-bottom: 1px solid var(--border); }
.file-item:last-child { border-bottom: none; }

/* ── FOOTER ── */
footer {
  background: var(--navy);
  padding: 2.5rem 5%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 2rem;
  border-top: 1px solid rgba(200,169,110,0.15);
}
.footer-logo { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.1rem; }
.footer-links { display: flex; gap: 0.5rem 1.5rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.82rem; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-right { text-align: right; }
.footer-contact { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 0.75rem; }
.footer-contact a { color: rgba(255,255,255,0.6); font-size: 0.82rem; text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }
.footer-legal { display: flex; gap: 1.25rem; justify-content: flex-end; margin-bottom: 0.5rem; }
.footer-legal a { color: rgba(255,255,255,0.35); font-size: 0.78rem; text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 0.78rem; }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-card { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-right { text-align: left; }
  .footer-legal { justify-content: flex-start; }
}
@media (max-width: 800px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: rgba(15,33,55,0.98); padding: 1.25rem 5%; gap: 0.25rem; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .two-col, .faq-layout, .over-layout, .upload-layout, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .steps-grid, .reviews-grid, .values-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-bar { gap: 1rem; }
  .section { padding: 55px 5%; }
  .page-hero { padding: 28px 5% 24px; }
  .page-title { font-size: 1.6rem; margin-bottom: 0.5rem; }
  .page-sub { font-size: 0.88rem; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .reveal.visible { opacity: 1; transform: none; }
}

/* Upload message feedback */
.upload-message {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.upload-message.success {
  background: #e8f5e9;
  color: #2d7a4f;
  border: 1px solid #a5d6a7;
}
.upload-message.error {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6c6;
}

/* Prose content (algemene voorwaarden, privacyverklaring) */
.prose h1 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 2rem; margin-bottom: 0.5rem; }
.prose h2 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.3rem; margin: 2rem 0 0.5rem; }
.prose p { color: var(--text-light); line-height: 1.8; margin-bottom: 1rem; }
.prose ul { margin: 0.5rem 0 1rem 1.5rem; }
.prose ul li { color: var(--text-light); line-height: 1.8; margin-bottom: 0.4rem; list-style: disc; }
.prose a { color: var(--gold); }
.prose hr { border: none; border-top: 1px solid #e0e0e0; margin: 2rem 0; }
.prose small { color: #999; font-size: 0.85rem; }

/* FAQ accordion via page.php */
.faq-question { width: 100%; background: none; border: none; border-bottom: 1px solid #e8e4db; text-align: left; padding: 1.25rem 0; font-size: 1rem; font-family: 'Playfair Display', serif; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }

.faq-answer { display: none; padding: 0.75rem 0 1.25rem; color: var(--text-light); line-height: 1.8; font-size: 0.95rem; }
.faq-item.open .faq-answer { display: block; }

/* Bestand verwijderen knop */
.file-remove { background: none; border: none; color: #c0392b; cursor: pointer; font-size: 0.9rem; margin-left: auto; padding: 0 0.25rem; opacity: 0.7; transition: opacity 0.2s; }
.file-remove:hover { opacity: 1; }
.file-item { display: flex; align-items: center; gap: 0.5rem; }
