/* =========================================
   HOLY WISDOM — Main Stylesheet
   Stijl: Christelijk, elegant, goud & blauw op diepzwart
   Goud:  #C8A020 | Highlight: #F0C830 | Donker: #8A6E10
   Blauw: #3A7ED5 | (uit "Wisdom" logo-tekst)
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  /* Paars — primaire accentkleur */
  --gold:        #8B5CF6;
  --gold-dark:   #5B21B6;
  --gold-light:  #C4B5FD;
  --gold-dim:    rgba(139,92,246,0.12);
  --gold-border: rgba(139,92,246,0.28);
  --shadow-gold: 0 8px 36px rgba(139,92,246,0.25);

  /* Decoratief paars — matcht goud-paarse logo stijl */
  --deco-gold:        #8B5CF6;
  --deco-gold-light:  #C4B5FD;
  --deco-gold-dim:    rgba(139,92,246,0.12);
  --deco-gold-border: rgba(139,92,246,0.28);

  /* Blauw — uit het logo ("Wisdom" tekst, metallic blauw) */
  --wisdom:        #3A7ED5;
  --wisdom-dark:   #1A4A90;
  --wisdom-light:  #A0C8F0;
  --wisdom-dim:    rgba(58,126,213,0.12);
  --wisdom-border: rgba(58,126,213,0.28);

  /* Achtergronden — donker, warm zwart */
  --bg:       #0D0A06;
  --bg-dark:  #080604;
  --bg-mid:   #161210;
  --bg-card:  #1C1814;
  --bg-white: #FFFFFF;

  /* Tekst — licht, warm wit */
  --text:       #E8E0D4;
  --text-dark:  #F4F0EC;
  --text-muted: #A09080;
  --text-light: #6A6055;

  /* Randen */
  --border:      rgba(255,255,255,0.08);
  --border-dark: rgba(255,255,255,0.05);

  /* Typografie */
  --font:       'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;

  /* Afmetingen & animaties */
  --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
  --radius:     10px;
  --radius-lg:  16px;
  --radius-xl:  24px;

  /* Schaduwen */
  --shadow:    0 2px 24px rgba(0,0,0,0.55);
  --shadow-md: 0 8px 48px rgba(0,0,0,0.65);

  /* Legacy aliassen voor CMS-kleuroverride compatibiliteit */
  --blue:        var(--wisdom);
  --blue-dark:   var(--wisdom-dark);
  --blue-light:  var(--wisdom-light);
  --blue-dim:    var(--wisdom-dim);
  --blue-border: var(--wisdom-border);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { color: var(--text); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5 { font-family: var(--font-serif); font-weight: 700; line-height: 1.2; color: var(--text-dark); letter-spacing: -0.01em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-family: var(--font); font-size: 0.95rem; font-weight: 600; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; transition: all var(--transition); text-decoration: none; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, #A78BFA, #8B5CF6, #5B21B6); color: #fff; border-color: #8B5CF6; }
.btn-primary:hover { background: linear-gradient(135deg, #C4B5FD, #A78BFA); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 24px rgba(139,92,246,0.4); }
.btn-secondary { background: transparent; color: #A78BFA; border-color: #8B5CF6; }
.btn-secondary:hover { background: rgba(139,92,246,0.12); color: #C4B5FD; transform: translateY(-1px); }
.btn-white { background: var(--gold); color: #0D0A06; border-color: var(--gold); font-weight: 700; }
.btn-white:hover { background: var(--gold-light); color: #0D0A06; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-1px); }

/* NAVBAR */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 190px; background: transparent; transition: all var(--transition); }
#navbar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 70px; background: rgba(13,10,6,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 2px solid #C8A020; z-index: 0; transition: all var(--transition); }
#navbar.scrolled::before { background: rgba(13,10,6,1); box-shadow: 0 2px 24px rgba(0,0,0,0.5); }
.nav-inner { display: flex; align-items: flex-start; justify-content: space-between; height: 190px; gap: 24px; position: relative; z-index: 1; }
.nav-logo { display: flex; align-items: flex-start; flex-shrink: 0; margin-top: 0px; }
.nav-logo img { height: 120px; width: auto; object-fit: contain; filter: drop-shadow(0 0 10px rgba(200,160,32,0.4)); }
.nav-logo-icon { display: none; }
.nav-logo-text { display: none; }
.nav-links { height: 70px; display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.nav-links li { display: flex; align-items: center; }
.nav-links li + li::before { display: none; }
.nav-links a { font-family: var(--font-serif); font-style: italic; font-size: 0.875rem; font-weight: 600; color: var(--text); padding: 8px 18px; transition: color var(--transition); text-decoration: none; background: transparent; border-radius: 0; }
.nav-links a:hover,
.nav-links a.active {
  background: linear-gradient(180deg, #FFE066 0%, #C8A020 45%, #F0C830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(200,160,32,0.7)) drop-shadow(0 0 14px rgba(240,200,48,0.3));
}
.nav-toggle { height: 70px; display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; transition: opacity var(--transition); }
.nav-toggle:hover { opacity: 0.7; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all var(--transition); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
#nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 999; }
#nav-overlay.open { display: block; }

/* HERO */
.hero-section { position: relative; min-height: 100vh; display: flex; align-items: center; background: #0A0A0A; overflow: hidden; padding-top: 160px; color: #F4F0EC; }
/* Lichtstralen van boven — goddelijk licht */
.hero-bg-pattern { position: absolute; inset: 0; pointer-events: none;
  background: conic-gradient(from 270deg at 50% -10%,
    rgba(255,255,255,0.04) 0deg, transparent 25deg,
    rgba(255,255,255,0.02) 50deg, transparent 75deg,
    rgba(255,255,255,0.04) 100deg, transparent 130deg,
    rgba(255,255,255,0.02) 155deg, transparent 180deg);
}
.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-grid-lines::before { content: ''; position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 2px; height: 65%; background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(139,92,246,0.12), transparent); }
.hero-grid-lines::after { content: ''; position: absolute; top: -10%; left: 50%; transform: translateX(-50%) rotate(18deg); transform-origin: top center; width: 1px; height: 55%; background: linear-gradient(to bottom, rgba(255,255,255,0.05), transparent); }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 0; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 6px 16px; margin-bottom: 20px; }
.hero-label-dot { width: 6px; height: 6px; background: #A78BFA; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.hero-title { font-family: var(--font-serif); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; color: var(--text-dark); line-height: 1.15; margin-bottom: 20px; }
.hero-title .highlight { background: linear-gradient(135deg, #C4B5FD, #8B5CF6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 1.05rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 32px; padding-top: 32px; border-top: 1px solid var(--border); }
.hero-stat-num { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 800; color: #A78BFA; line-height: 1; margin-bottom: 4px; }
.hero-stat-label { font-size: 0.78rem; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-cross-ornament { width: 340px; height: 340px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-cross-ornament::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 70%); border: 1px solid var(--deco-gold-border); }
.hero-cross-ornament::after { content: ''; position: absolute; inset: 30px; border-radius: 50%; border: 1px solid rgba(139,92,246,0.06); }
.hero-cross-icon { font-size: 8rem; line-height: 1; filter: drop-shadow(0 0 30px rgba(139,92,246,0.4)); animation: glow 3s ease-in-out infinite; }
@keyframes glow { 0%, 100% { filter: drop-shadow(0 0 20px rgba(139,92,246,0.3)); } 50% { filter: drop-shadow(0 0 40px rgba(139,92,246,0.6)); } }
.hero-verse { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); background: var(--bg-card); border: 1px solid var(--deco-gold-border); border-radius: 12px; padding: 16px 20px; text-align: center; white-space: nowrap; box-shadow: var(--shadow); }
.hero-verse-text { font-family: var(--font-serif); font-style: italic; font-size: 0.82rem; color: var(--deco-gold); margin-bottom: 4px; }
.hero-verse-ref { font-family: var(--font); font-size: 0.72rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.06em; text-transform: uppercase; }

/* HERO CARD (legacy compat) */
.hero-card-stack, .hero-card-back, .hero-card, .hero-card-main { display: none; }

/* SECTIONS */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-mid); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--text-dark); margin-bottom: 16px; }
.section-header p { font-size: 1rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; line-height: 1.8; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 6px 16px; margin-bottom: 20px; }

/* SERVICES / CATEGORIES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.service-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; transition: all var(--transition); }
.service-card:hover { border-color: #8B5CF6; transform: translateY(-3px); box-shadow: 0 8px 36px rgba(139,92,246,0.25); }
.service-icon { font-size: 2.2rem; margin-bottom: 16px; line-height: 1; }
.service-card h3 { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.service-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

/* NEWS / BLOG */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.news-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.news-card:hover { border-color: #8B5CF6; transform: translateY(-4px); box-shadow: 0 8px 36px rgba(139,92,246,0.25); }
.news-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.news-card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.news-card-cat { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 2px 10px; }
.news-card-time { font-size: 0.75rem; color: var(--text-light); }
.news-card h3 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; line-height: 1.4; }
.news-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; flex: 1; }
.news-card-footer { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: var(--text-light); }
.news-card-footer a { color: #A78BFA; font-weight: 600; }

/* PORTFOLIO / COLLECTIES */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.portfolio-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); }
.portfolio-card:hover { border-color: #8B5CF6; transform: translateY(-3px); box-shadow: 0 8px 36px rgba(139,92,246,0.25); }
.portfolio-card-img { height: 160px; background: linear-gradient(135deg, var(--bg-mid), var(--bg)); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }
.portfolio-card-body { padding: 20px; }
.portfolio-card-cat { font-size: 0.7rem; font-weight: 700; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 2px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; display: inline-block; }
.portfolio-card h3 { font-family: var(--font-serif); font-size: 1.05rem; color: var(--text-dark); margin-bottom: 8px; }
.portfolio-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.portfolio-tag { font-size: 0.7rem; color: var(--text-muted); background: var(--bg-mid); border: 1px solid var(--border); border-radius: 4px; padding: 2px 8px; }

/* REVIEWS */
.reviews-section { background: linear-gradient(160deg, #161616 0%, #0C0C0C 100%); padding: 80px 0; }
.reviews-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--gold-dark) transparent; }
.review-card { min-width: 300px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; scroll-snap-align: start; flex-shrink: 0; }
.review-stars { color: var(--gold); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 36px; height: 36px; background: var(--gold); color: #0D0A06; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; }
.review-name { font-size: 0.85rem; font-weight: 700; color: var(--text-dark); }
.review-date { font-size: 0.75rem; color: var(--text-muted); }
.review-google-badge { margin-left: auto; font-size: 0.7rem; font-weight: 700; color: var(--text-light); }
.reviews-nav { display: flex; gap: 8px; }
.reviews-nav button { width: 36px; height: 36px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; color: var(--text); cursor: pointer; font-size: 1rem; transition: all var(--transition); }
.reviews-nav button:hover { border-color: var(--gold); color: var(--gold); }

/* BOOKING / CTA */
.booking-section { background: linear-gradient(135deg, #0D0818, #150E2A, #0D0818); position: relative; overflow: hidden; padding: 100px 28px; text-align: center; display: flex; justify-content: center; }
.booking-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(139,92,246,0.06) 1px, transparent 0); background-size: 32px 32px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-text h2 { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 20px; }
.about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.value-card:hover { border-color: #8B5CF6; transform: translateY(-3px); box-shadow: 0 8px 36px rgba(139,92,246,0.25); }
.value-icon { font-size: 1.8rem; margin-bottom: 10px; }
.value-card h4 { font-family: var(--font-serif); font-size: 0.95rem; color: var(--text-dark); margin-bottom: 6px; }
.value-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info h2 { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom: 12px; }
.contact-info p { color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.contact-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.contact-row a { font-family: var(--font-serif); font-style: italic; font-size: 0.875rem; font-weight: 600; color: var(--text); transition: color var(--transition); }
.contact-row a:hover {
  background: linear-gradient(180deg, #FFE066 0%, #C8A020 45%, #F0C830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(200,160,32,0.7)) drop-shadow(0 0 14px rgba(240,200,48,0.3));
}
.contact-icon { width: 36px; height: 36px; background: rgba(139,92,246,0.12); border: 1px solid rgba(139,92,246,0.28); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 36px; }
.contact-form h3 { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: var(--bg-mid); border: 1px solid var(--border); border-radius: var(--radius); padding: 11px 14px; font-family: var(--font); font-size: 0.9rem; color: var(--text-dark); transition: border-color var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #8B5CF6; box-shadow: 0 0 0 3px rgba(139,92,246,0.12); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* PAGE HEADER */
.page-header { padding: 160px 0 60px; background: linear-gradient(180deg, rgba(139,92,246,0.05) 0%, transparent 100%); border-bottom: 1px solid var(--border); }
.page-header h1 { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin-bottom: 12px; }
.page-header p { font-size: 1.05rem; color: var(--text-muted); max-width: 560px; }

/* BREADCRUMB */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-muted); padding: 12px 0; margin-bottom: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb-sep { color: #8B5CF6; }

/* LEGAL */
.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 0 80px; }
.legal-content h2 { font-family: var(--font-serif); font-size: 1.5rem; margin: 32px 0 12px; color: var(--gold); }
.legal-content p, .legal-content li { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--gold); }

/* FOOTER */
footer { background: #1C1814; border-top: 1px solid rgba(139,92,246,0.3); }
.footer-top { padding: 60px 0 40px; }
.footer-main { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-brand {}
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo img { height: 120px; width: auto; object-fit: contain; filter: drop-shadow(0 0 10px rgba(200,160,32,0.4)); }
.footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { width: 34px; height: 34px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); transition: all var(--transition); }
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 { font-family: var(--font-serif); font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-family: var(--font-serif); font-style: italic; font-size: 0.875rem; font-weight: 600; color: var(--text); transition: color var(--transition); }
.footer-col ul a:hover,
.footer-col ul a.active {
  background: linear-gradient(180deg, #FFE066 0%, #C8A020 45%, #F0C830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(200,160,32,0.7)) drop-shadow(0 0 14px rgba(240,200,48,0.3));
}
.footer-contact-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-contact-icon { width: 28px; height: 28px; background: var(--gold-dim); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.footer-contact-row span { font-size: 0.85rem; color: var(--text-muted); }
.footer-contact-row a { font-family: var(--font-serif); font-style: italic; font-size: 0.875rem; font-weight: 600; color: var(--text); transition: color var(--transition); }
.footer-contact-row a:hover {
  background: linear-gradient(180deg, #FFE066 0%, #C8A020 45%, #F0C830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(200,160,32,0.7)) drop-shadow(0 0 14px rgba(240,200,48,0.3));
}
.footer-legal-info { display: flex; flex-direction: column; gap: 4px; margin-top: 12px; font-size: 0.78rem; color: var(--text-light); }
.footer-bottom { border-top: 1px solid var(--border); padding: 20px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom-inner > span { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-family: var(--font-serif); font-style: italic; font-size: 0.875rem; font-weight: 600; color: var(--text); transition: color var(--transition); }
.footer-bottom-links a:hover {
  background: linear-gradient(180deg, #FFE066 0%, #C8A020 45%, #F0C830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(200,160,32,0.7)) drop-shadow(0 0 14px rgba(240,200,48,0.3));
}

/* COOKIE BANNER */
#cookie-banner { display: none; position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--bg-card); border: 1px solid var(--gold-border); border-radius: var(--radius-lg); padding: 16px 24px; box-shadow: var(--shadow-md); z-index: 10000; max-width: 600px; width: calc(100% - 40px); }
#cookie-banner p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 12px; }
#cookie-banner p a { color: var(--gold); }
.cookie-actions { display: flex; gap: 10px; }
.cookie-accept { flex: 1; background: var(--gold); color: #0D0A06; border: none; border-radius: var(--radius); padding: 8px 16px; font-weight: 700; font-size: 0.85rem; cursor: pointer; }
.cookie-decline { background: transparent; color: var(--text-muted); border: 1px solid var(--border); border-radius: var(--radius); padding: 8px 16px; font-size: 0.85rem; cursor: pointer; }

/* TOAST */
.toast { position: fixed; bottom: 80px; right: 24px; background: var(--bg-card); border: 1px solid var(--gold-border); color: var(--text-dark); border-radius: var(--radius); padding: 12px 20px; font-size: 0.9rem; font-weight: 600; z-index: 9999; opacity: 0; transform: translateY(10px); transition: all var(--transition); pointer-events: none; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast.success { border-color: #4ade80; color: #4ade80; }
.toast.error { border-color: #f87171; color: #f87171; }

/* BACK TO TOP */
#back-to-top { position: fixed; bottom: 24px; right: 24px; width: 44px; height: 44px; background: linear-gradient(135deg, #A78BFA, #8B5CF6, #5B21B6); color: #fff; border: none; border-radius: 50%; font-size: 0.95rem; font-weight: 800; cursor: pointer; opacity: 0; transform: translateY(10px); transition: all var(--transition); z-index: 500; display: flex; align-items: center; justify-content: center; line-height: 1; padding-bottom: 2px; }
#back-to-top.visible { opacity: 1; transform: translateY(0); }
#back-to-top:hover { background: linear-gradient(135deg, #C4B5FD, #A78BFA, #7C3AED); transform: translateY(-2px); }

/* COUNT-UP */
.count-up { font-family: var(--font-serif); }

/* SEARCH */
.search-bar { display: flex; gap: 10px; max-width: 600px; margin: 0 auto 40px; }
.search-bar input { flex: 1; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 16px; font-size: 0.95rem; color: var(--text-dark); font-family: var(--font); }
.search-bar input:focus { outline: none; border-color: var(--gold); }
.search-bar button { background: var(--gold); color: #0D0A06; border: none; border-radius: var(--radius); padding: 12px 20px; font-weight: 700; cursor: pointer; }


/* ── HIGHLIGHT — "Wisdom" blauw accent ── */
.highlight-blue {
  color: var(--wisdom);
  background: linear-gradient(135deg, var(--wisdom-light), var(--wisdom));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── HERO GLOED — donker, dramatisch ── */
.hero-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(139,92,246,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 70%, rgba(139,92,246,0.07) 0%, transparent 45%),
    radial-gradient(ellipse at 80% 30%, rgba(139,92,246,0.05) 0%, transparent 40%),
    #0A0A0A;
}
/* Hero tekst expliciet licht (donkere achtergrond) */
.hero-section .hero-title { color: #F4F0EC; }
.hero-section .hero-subtitle { color: rgba(255,255,255,0.65); }
.hero-section .hero-stat-label { color: rgba(255,255,255,0.5); }
.hero-section .hero-stat { border-color: rgba(255,255,255,0.1); }
.hero-section .hero-stats { border-top-color: rgba(255,255,255,0.1); }

/* ── HERO CROSS GLOED ── */
.hero-cross-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: glow 3s ease-in-out infinite;
}
@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(200,160,32,0.5)) drop-shadow(0 0 50px rgba(200,160,32,0.2)); }
  50%       { filter: drop-shadow(0 0 40px rgba(200,160,32,0.8)) drop-shadow(0 0 80px rgba(200,160,32,0.4)); }
}

/* ── HERO VERSE BOX ── */
.hero-verse {
  background: linear-gradient(135deg, #1C1C1C, #141414);
  border: 1px solid var(--deco-gold-border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5), inset 0 1px 0 rgba(139,92,246,0.10);
}
.hero-verse-text { color: #FFFFFF; font-size: 0.85rem; }

/* ── CATEGORIE TAG ── */
.news-card-cat, .article-cat {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
}

/* ── SECTION TAG ── */
.section-tag {
  background: var(--gold-dim);
  box-shadow: none;
}

/* ── SERVICE CARD HOVER ── */
.service-card:hover { box-shadow: 0 8px 36px rgba(139,92,246,0.20), 0 0 0 1px var(--gold); }

/* ── NEWS CARD HOVER ── */
.news-card:hover { box-shadow: 0 8px 36px rgba(139,92,246,0.20), 0 0 0 1px var(--gold); }

/* ── BUTTONS — paars ── */
.btn-primary {
  background: linear-gradient(135deg, #A78BFA, #8B5CF6, #5B21B6);
  border-color: #8B5CF6;
  color: #fff;
  font-weight: 700;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #C4B5FD, #A78BFA, #7C3AED);
  box-shadow: 0 6px 24px rgba(139,92,246,0.45);
  color: #fff;
}

/* ── FOOTER LOGO — goud ── */
.footer-logo-icon { font-size: 1.2rem; }

/* ── BIJBELVERS QUOTE — blauw goud combo ── */
blockquote, .bible-verse {
  border-left: 3px solid var(--gold);
  background: linear-gradient(135deg, rgba(139,92,246,0.08), rgba(139,92,246,0.03));
  padding: 20px 24px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-light);
  line-height: 1.7;
}

/* ── BOOKING SECTIE — dieper donker met goud gloed ── */
.booking-section {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(139,92,246,0.12) 0%, transparent 60%),
    linear-gradient(160deg, #141414, #1C1C1C, #0C0C0C);
}
.booking-section::before {
  background-image: radial-gradient(circle at 1px 1px, rgba(139,92,246,0.08) 1px, transparent 0);
}

/* ── WISDOM ACCENT TEKST ── */
.text-wisdom { color: var(--wisdom); }
.wisdom-underline { border-bottom: 2px solid var(--wisdom); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { position: fixed; top: 150px; right: 0; width: 280px; height: calc(100vh - 150px); background: var(--bg-card); border-left: 2px solid #C8A020; flex-direction: column; align-items: stretch; padding: 24px 16px; gap: 4px; transform: translateX(100%); transition: transform var(--transition); z-index: 1000; overflow-y: auto; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 12px 16px; font-size: 0.95rem; }
  .nav-toggle { display: flex; }
  .section { padding: 60px 0; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .hero-content { padding: 40px 0; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .contact-form { padding: 24px 16px; }
}
