/*
Theme Name:       Campingjobs.eu
Theme URI:        https://campingjobs.eu
Author:           Campingjobs
Description:      Betaald campingwerk door heel Europa. Vacatures plaatsen met promocode systeem en WooCommerce betaling.
Version:          1.0.0
Requires at least: 6.0
Tested up to:     6.6
Requires PHP:     8.0
License:          GNU General Public License v2 or later
Text Domain:      campingjobs
*/

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

:root {
  --g:    #16a34a;
  --gd:   #15803d;
  --gx:   #052e16;
  --gbg:  #f0fdf4;
  --gbr:  #bbf7d0;
  --a:    #f59e0b;
  --al:   #fef3c7;
  --t:    #111827;
  --t2:   #374151;
  --t3:   #6b7280;
  --b:    #e5e7eb;
  --bg:   #fff;
  --bg2:  #f9fafb;
  --s1:   0 1px 3px rgba(0,0,0,.07);
  --s2:   0 4px 16px rgba(0,0,0,.09);
  --s3:   0 12px 40px rgba(0,0,0,.12);
  --r:    8px;
  --rl:   14px;
  --rx:   20px;
  --rf:   999px;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --fnd:  'Playfair Display', Georgia, serif;
  --nav:  64px;
  --w:    1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 16px; color: var(--t); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--gd); text-decoration: none; transition: color .15s; }
a:hover { color: var(--g); }
a:focus-visible { outline: 2px solid var(--g); outline-offset: 3px; border-radius: 3px; }
ul   { list-style: none; }
button, input, select, textarea { font-family: inherit; }
.skip { position: absolute; top: -100%; left: 12px; background: var(--gd); color: #fff; padding: 10px 18px; border-radius: 0 0 var(--r) var(--r); font-weight: 700; z-index: 9999; }
.skip:focus { top: 0; }

h1, h2, h3, h4 { font-family: var(--fnd); font-weight: 700; line-height: 1.15; color: var(--t); letter-spacing: -.01em; }
h1 { font-size: clamp(32px, 5vw, 60px); }
h2 { font-size: clamp(24px, 3.5vw, 42px); }
h3 { font-size: clamp(19px, 2vw, 26px); }
h4 { font-size: 18px; font-family: var(--font); }
p  { color: var(--t2); line-height: 1.7; margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.wrap   { max-width: var(--w); margin: 0 auto; padding: 0 20px; }
.sec    { padding: 64px 0; }
.sec-sm { padding: 44px 0; }
.center { text-align: center; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
@media(max-width:900px) { .g3 { grid-template-columns: 1fr 1fr; } .g4 { grid-template-columns: 1fr 1fr; } }
@media(max-width:600px) { .g2,.g3 { grid-template-columns: 1fr; } .sec { padding: 44px 0; } }

.ey { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gd); background: var(--gbg); border: 1px solid var(--gbr); padding: 5px 14px; border-radius: var(--rf); margin-bottom: 14px; }

/* Knoppen */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 22px; border-radius: var(--rf); font-size: 14px; font-weight: 700; cursor: pointer; border: 2px solid transparent; transition: all .17s; line-height: 1; text-decoration: none; }
.btn:focus-visible { outline: 2px solid var(--g); outline-offset: 3px; }
.btn-sm  { padding: 8px 16px; font-size: 13px; }
.btn-lg  { padding: 14px 30px; font-size: 16px; }
.btn-xl  { padding: 16px 38px; font-size: 17px; }
.btn-full { width: 100%; }
.btn-g   { background: var(--gd); color: #fff; border-color: var(--gd); }
.btn-g:hover { background: #0f6b35; border-color: #0f6b35; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(21,128,61,.3); }
.btn-w   { background: #fff; color: var(--gx); border-color: #fff; }
.btn-w:hover { background: var(--gbg); color: var(--gx); }
.btn-a   { background: var(--a); color: #111; border-color: var(--a); }
.btn-a:hover { background: #e08e09; border-color: #e08e09; transform: translateY(-1px); }
.btn-o   { background: transparent; color: var(--gd); border-color: var(--gbr); }
.btn-o:hover { background: var(--gbg); border-color: var(--g); }
.btn-gh  { background: transparent; color: var(--t2); border-color: transparent; }
.btn-gh:hover { background: var(--bg2); color: var(--t); }

/* Nav */
#snav { position: sticky; top: 0; z-index: 500; height: var(--nav); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--b); transition: box-shadow .15s; }
.nw   { display: flex; align-items: center; justify-content: space-between; height: var(--nav); padding: 0 20px; max-width: var(--w); margin: 0 auto; gap: 16px; }
.logo { font-family: var(--fnd); font-size: 20px; font-weight: 700; color: var(--t); display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lm   { width: 34px; height: 34px; background: linear-gradient(135deg, var(--gd), var(--g)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.logo em { font-style: italic; color: var(--g); }
.logo:hover { color: var(--t); }
.nls  { display: flex; align-items: center; gap: 2px; }
.nls a { font-size: 14px; font-weight: 600; color: var(--t2); padding: 7px 13px; border-radius: var(--rf); transition: all .15s; }
.nls a:hover, .nls .active { color: var(--gd); background: var(--gbg); }
.na   { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.burg { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: var(--bg2); border: 1px solid var(--b); border-radius: var(--r); padding: 8px; width: 38px; height: 38px; align-items: center; justify-content: center; }
.burg span { display: block; width: 18px; height: 2px; background: var(--t); border-radius: 2px; transition: all .15s; }
@media(max-width:800px) {
  .nls { display: none; } .burg { display: flex; } .na .btn-o { display: none; }
  .nls.open { display: flex; flex-direction: column; align-items: stretch; position: fixed; top: var(--nav); left: 0; right: 0; bottom: 0; background: #fff; padding: 18px; border-top: 1px solid var(--b); overflow-y: auto; gap: 3px; }
  .nls.open a { padding: 13px 15px; font-size: 15px; }
}

/* Hero */
.hero { position: relative; min-height: var(--hero-h, 68vh); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--gx); }
.hbg  { position: absolute; inset: 0; background-size: cover; background-position: center 30%; transform: scale(1.03); transition: transform 8s ease-out; }
.hbg.loaded { transform: scale(1); }
.hov  { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,22,10,.88) 0%, rgba(5,22,10,.45) 45%, rgba(5,22,10,.12) 75%, transparent 100%); }
.hc   { position: relative; z-index: 2; padding: 60px 20px 0; max-width: var(--w); margin: 0 auto; width: 100%; }
.hbadge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: var(--rf); margin-bottom: 20px; }
.dot  { width: 7px; height: 7px; background: var(--a); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1;transform:scale(1); } 50% { opacity:.5;transform:scale(1.5); } }
.hero h1 { color: #fff; font-size: clamp(36px,5.5vw,68px); line-height: 1.06; letter-spacing: -.025em; margin-bottom: 18px; max-width: 760px; }
.italic { font-style: italic; color: var(--a); }
.underlined { position: relative; display: inline; }
.underlined::after { content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 4px; background: var(--a); border-radius: 2px; transform: scaleX(0); transform-origin: left; animation: ul 1s .8s both; }
@keyframes ul { to { transform: scaleX(1); } }
.hsub  { font-size: clamp(15px, 1.8vw, 18px); color: rgba(255,255,255,.74); max-width: 540px; line-height: 1.65; margin-bottom: 30px; }
.hbtns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.htrust { display: flex; gap: 18px; flex-wrap: wrap; padding: 14px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--rl); }
.hti   { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); }
.hscroll { position: relative; z-index: 2; text-align: center; padding: 20px 0 0; }
.hscroll a { display: inline-flex; flex-direction: column; align-items: center; gap: 5px; color: rgba(255,255,255,.35); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: color .2s; }
.hscroll a:hover { color: rgba(255,255,255,.65); }
.arr  { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform:translateY(0); } 50% { transform:translateY(5px); } }

/* Zoekbalk */
.sw   { background: #fff; }
.sc   { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rx); box-shadow: var(--s3); padding: 20px 24px; display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; margin-top: -40px; position: relative; z-index: 10; }
.sf   { flex: 1; min-width: 155px; }
.sf label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--t3); margin-bottom: 5px; }
.sf input, .sf select { width: 100%; padding: 10px 14px; border: 1.5px solid var(--b); border-radius: var(--r); font-size: 14px; font-weight: 500; color: var(--t); background: var(--bg2); outline: none; transition: all .15s; }
.sf input:focus, .sf select:focus { border-color: var(--g); background: #fff; box-shadow: 0 0 0 3px rgba(22,163,74,.1); }
.sf input::placeholder { color: var(--t3); font-weight: 400; }
@media(max-width:620px) { .sc { flex-direction: column; } .sf { min-width: 100%; } .sc .btn { width: 100%; } }

/* Stats */
.stats { background: var(--gd); padding: 26px 0; }
.si   { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 14px; }
.sn   { font-family: var(--fnd); font-size: 38px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 3px; text-align: center; }
.sn em { font-style: italic; color: var(--a); }
.sl   { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.6); letter-spacing: .1em; text-transform: uppercase; text-align: center; }

/* Vacaturekaart */
.jc   { background: var(--bg); border: 1.5px solid var(--b); border-radius: var(--rl); overflow: hidden; display: flex; flex-direction: column; transition: all .17s; }
.jc:hover { border-color: #86efac; box-shadow: var(--s2); transform: translateY(-3px); }
.js   { height: 4px; background: linear-gradient(90deg, var(--g), #4ade80); }
.jb   { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.jt   { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 11px; }
.badge { display: inline-flex; align-items: center; gap: 3px; padding: 3px 9px; border-radius: var(--rf); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.bn   { background: var(--al); color: #92400e; }
.bd   { background: #fee2e2; color: #991b1b; }
.bj   { background: var(--bg2); color: var(--t3); border: 1px solid var(--b); }
.jfl  { font-size: 22px; }
.jtitle { font-family: var(--fnd); font-size: 18px; font-weight: 700; color: var(--t); margin-bottom: 4px; line-height: 1.2; }
.jtitle a { color: inherit; }
.jtitle a:hover { color: var(--gd); }
.jcamp { font-size: 13px; font-weight: 600; color: var(--gd); margin-bottom: 10px; }
.jmeta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.jp   { display: inline-flex; align-items: center; gap: 3px; background: var(--bg2); border: 1px solid var(--b); border-radius: var(--rf); padding: 3px 9px; font-size: 12px; font-weight: 600; color: var(--t2); }
.jexc { font-size: 13px; color: var(--t3); line-height: 1.6; margin-bottom: 10px; flex: 1; }
.jperks { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 13px; }
.jpk  { display: inline-flex; align-items: center; gap: 3px; background: var(--gbg); border: 1px solid var(--gbr); color: #052e16; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: var(--rf); }
.jgal { display: flex; gap: 4px; margin-bottom: 13px; border-radius: var(--r); overflow: hidden; height: 56px; }
.jgal img { flex: 1; min-width: 0; height: 56px; object-fit: cover; }
.jfoot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--b); gap: 6px; }
.jdate { font-size: 11px; color: var(--t3); font-weight: 500; }
.no-results { grid-column: 1/-1; text-align: center; padding: 48px; color: var(--t3); }

/* Single vacature */
.vh   { background: linear-gradient(135deg, var(--gbg), #fff); border-bottom: 1px solid var(--b); padding: 40px 0; }
.bc   { font-size: 13px; color: var(--t3); margin-bottom: 18px; display: flex; align-items: center; gap: 5px; }
.bc a { color: var(--g); }
.vl   { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; padding: 36px 0 60px; }
@media(max-width:840px) { .vl { grid-template-columns: 1fr; } }
.vbody h2 { font-size: 22px; margin: 24px 0 9px; }
.vbody h2:first-child { margin-top: 0; }
.vbody ul { list-style: none; margin-bottom: 14px; }
.vbody ul li { padding: 4px 0 4px 18px; position: relative; font-size: 15px; color: var(--t2); }
.vbody ul li::before { content: '✓'; position: absolute; left: 0; color: var(--g); font-weight: 700; }

/* Sidebar */
.scard { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); overflow: hidden; position: sticky; top: calc(var(--nav) + 14px); }
.sch  { background: var(--gd); color: #fff; padding: 16px 20px; }
.sch h3 { color: #fff; font-size: 16px; }
.scb  { padding: 20px; }
.sr   { display: flex; flex-direction: column; gap: 2px; padding: 9px 0; border-bottom: 1px solid var(--b); font-size: 14px; }
.sr:last-child { border-bottom: none; }
.srl  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--t3); }
.srv  { font-weight: 600; color: var(--t); }

/* Login blok op vacature */
.login-block { background: var(--gbg); border: 1.5px solid var(--gbr); border-radius: var(--r); padding: 20px; margin-top: 16px; text-align: center; }
.login-block p { font-size: 14px; color: var(--t2); margin-bottom: 14px; font-weight: 600; }
.btn-google { background: #fff; color: #3c4043; border: 1.5px solid #dadce0; border-radius: var(--r); padding: 11px 16px; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-bottom: 10px; text-decoration: none; transition: box-shadow .15s; cursor: pointer; }
.btn-google:hover { box-shadow: 0 2px 8px rgba(0,0,0,.15); color: #3c4043; }
.divider { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--b); }
.divider span { font-size: 12px; color: var(--t3); }

/* Galerij */
.gg   { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.gg .gi:first-child { grid-column: 1/-1; height: 220px; }
.gi   { position: relative; height: 140px; overflow: hidden; border-radius: var(--r); background: var(--bg2); cursor: pointer; }
.gi img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gi:hover img { transform: scale(1.05); }
.gimore { position: absolute; inset: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 700; }

/* Lightbox */
.lb   { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.93); align-items: center; justify-content: center; flex-direction: column; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 84vh; object-fit: contain; border-radius: var(--r); }
.lbc  { position: absolute; top: 20px; right: 22px; color: #fff; font-size: 28px; cursor: pointer; background: none; border: none; opacity: .7; }
.lbc:hover { opacity: 1; }
.lbn  { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 24px; cursor: pointer; background: rgba(255,255,255,.1); border: none; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.lbn:hover { background: rgba(255,255,255,.22); }
.lbpr { left: 18px; } .lbnx { right: 18px; }
.lbct { color: rgba(255,255,255,.5); font-size: 13px; font-weight: 600; margin-top: 12px; }

/* Formulier */
.fw   { max-width: 720px; }
.fcard { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rx); padding: 36px; box-shadow: var(--s1); }
.fsec { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gd); border-bottom: 2px solid var(--gbr); padding-bottom: 7px; margin: 26px 0 16px; display: block; font-family: var(--font); }
.fsec:first-of-type { margin-top: 0; }
.fg   { margin-bottom: 16px; }
.fg label { display: block; font-size: 14px; font-weight: 700; color: var(--t); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--b); border-radius: var(--r); font-size: 15px; font-weight: 500; color: var(--t); background: var(--bg2); outline: none; transition: all .15s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--g); background: #fff; box-shadow: 0 0 0 3px rgba(22,163,74,.1); }
.fg input::placeholder { color: var(--t3); font-weight: 400; }
.fg textarea { min-height: 120px; resize: vertical; }
.fg .hint { font-size: 12px; color: var(--t3); margin-top: 3px; display: block; }
.fr   { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media(max-width:540px) { .fr { grid-template-columns: 1fr; } }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--gbg); border: 1px solid var(--gbr); border-radius: var(--r); padding: 14px; }
.cl   { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--t); cursor: pointer; }
.cl input { width: 16px; height: 16px; accent-color: var(--g); cursor: pointer; }

/* Promocode box */
.promo-box { background: linear-gradient(135deg, var(--gbg), var(--al)); border: 2px solid var(--gbr); border-radius: var(--rl); padding: 24px; margin-bottom: 24px; }
.promo-box h3 { font-size: 18px; margin-bottom: 8px; font-family: var(--font); color: var(--t); }
.promo-box p  { font-size: 14px; color: var(--t3); margin-bottom: 14px; }
.promo-input  { display: flex; gap: 8px; }
.promo-input input { flex: 1; padding: 10px 14px; border: 1.5px solid var(--b); border-radius: var(--r); font-size: 15px; outline: none; }
.promo-input input:focus { border-color: var(--g); }
.promo-result { margin-top: 10px; padding: 10px 14px; border-radius: var(--r); font-size: 14px; font-weight: 600; display: none; }
.promo-ok     { background: var(--gbg); border: 1px solid var(--gbr); color: var(--gx); }
.promo-err    { background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b; }

/* Prijzen */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media(max-width:768px) { .pricing-grid { grid-template-columns: 1fr; } }
.pc   { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); overflow: hidden; transition: all .17s; position: relative; }
.pc:hover { box-shadow: var(--s2); transform: translateY(-3px); }
.pc.featured { border-color: var(--a); box-shadow: 0 0 0 3px rgba(245,158,11,.15); }
.pc-popular { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--a); color: #111; font-size: 10px; font-weight: 800; padding: 4px 14px; border-radius: 0 0 var(--r) var(--r); letter-spacing: .08em; text-transform: uppercase; }
.pc-head { padding: 28px 24px 20px; border-bottom: 1px solid var(--b); }
.pc-name { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gd); margin-bottom: 10px; font-family: var(--font); }
.pc-price { font-family: var(--fnd); font-size: 48px; font-weight: 700; color: var(--t); line-height: 1; }
.pc-price sup { font-size: 20px; vertical-align: super; }
.pc-price span { font-size: 14px; font-weight: 400; color: var(--t3); }
.pc-body { padding: 24px; }
.pc-feat { list-style: none; margin-bottom: 24px; }
.pc-feat li { display: flex; align-items: center; gap: 9px; padding: 7px 0; font-size: 14px; border-bottom: 1px solid var(--bg2); color: var(--t2); }
.pc-feat li:last-child { border-bottom: none; }
.pc-feat .ck { color: var(--g); font-weight: 800; flex-shrink: 0; }
.pc-feat .nx { color: var(--t3); flex-shrink: 0; }
.pc-feat .nx ~ span { opacity: .5; }

/* Account box */
.abox  { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); padding: 20px; margin-top: 18px; }
.abox h4 { font-size: 16px; font-weight: 700; margin-bottom: 5px; font-family: var(--font); }
.abox p  { font-size: 14px; color: var(--t3); margin-bottom: 12px; }
.atog  { display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--t); margin-bottom: 12px; }
.atog input { width: 17px; height: 17px; accent-color: var(--g); cursor: pointer; }
.afields { display: none; }
.afields.show { display: block; }

/* Notices */
.note  { display: flex; align-items: flex-start; gap: 9px; padding: 13px 16px; border-radius: var(--r); font-size: 14px; font-weight: 500; margin-bottom: 16px; }
.ni    { font-size: 17px; flex-shrink: 0; }
.nok   { background: #f0fdf4; border: 1.5px solid #86efac; color: #166534; }
.nwarn { background: var(--al); border: 1.5px solid #fcd34d; color: #92400e; }
.nerr  { background: #fef2f2; border: 1.5px solid #fca5a5; color: #991b1b; }
.ninfo { background: #eff6ff; border: 1.5px solid #93c5fd; color: #1e40af; }

/* Archief filter */
.fbar  { background: #fff; border-bottom: 1px solid var(--b); padding: 12px 0; position: sticky; top: var(--nav); z-index: 100; }

/* Landen grid */
.lg    { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); gap: 10px; }
.lt    { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); padding: 16px 10px; text-align: center; text-decoration: none; color: var(--t); transition: all .15s; display: block; }
.lt:hover { border-color: #86efac; background: var(--gbg); transform: translateY(-2px); box-shadow: var(--s1); color: var(--t); }
.lf    { font-size: 28px; margin-bottom: 7px; display: block; transition: transform .15s; }
.lt:hover .lf { transform: scale(1.12); }
.ln    { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.lc    { font-size: 11px; color: var(--t3); font-weight: 500; }

/* Dual CTA */
.dc    { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--rx); overflow: hidden; box-shadow: var(--s3); margin: 0 20px; }
@media(max-width:680px) { .dc { grid-template-columns: 1fr; } }
.dca   { background: linear-gradient(145deg, var(--gd), var(--gx)); padding: 52px 44px; }
.dcb   { background: linear-gradient(145deg, #e8a020, #c47a00); padding: 52px 44px; }
.dtag  { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 13px; border-radius: var(--rf); margin-bottom: 18px; }
.dca .dtag { background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); }
.dcb .dtag { background: rgba(0,0,0,.1); color: rgba(0,0,0,.6); }
.dtitle { font-family: var(--fnd); font-size: clamp(22px,2.8vw,36px); font-weight: 700; line-height: 1.1; margin-bottom: 12px; }
.dca .dtitle { color: #fff; }
.dcb .dtitle { color: #111; }
.dca .dtitle em { font-style: italic; color: var(--a); }
.ddesc { font-size: 15px; line-height: 1.65; margin-bottom: 22px; }
.dca .ddesc { color: rgba(255,255,255,.68); }
.dcb .ddesc { color: rgba(0,0,0,.58); }
.dlist { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; }
.dlist li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.dca .dlist li { color: rgba(255,255,255,.84); }
.dcb .dlist li { color: rgba(0,0,0,.7); }
.dck   { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.dca .dck { background: rgba(255,255,255,.12); color: #86efac; }
.dcb .dck { background: rgba(0,0,0,.1); color: #111; }
@media(max-width:520px) { .dca, .dcb { padding: 36px 24px; } }

/* Info pagina */
.info-hero { background: linear-gradient(135deg, var(--gbg), #fff); border-bottom: 1px solid var(--b); padding: 52px 0; }
.info-body { padding: 52px 0; max-width: 820px; }
.info-body h2 { font-size: 26px; margin: 32px 0 10px; }
.info-body h2:first-child { margin-top: 0; }
.info-body h3 { font-size: 20px; margin: 24px 0 8px; font-family: var(--font); font-weight: 700; }
.info-body p  { font-size: 15px; line-height: 1.8; color: var(--t2); }
.info-body ul { list-style: none; margin: 12px 0 20px; }
.info-body ul li { padding: 5px 0 5px 18px; position: relative; font-size: 15px; color: var(--t2); }
.info-body ul li::before { content: '✓'; position: absolute; left: 0; color: var(--g); font-weight: 700; }
.info-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; }
@media(max-width:640px) { .info-2col { grid-template-columns: 1fr; } }
.info-card { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); padding: 22px; }
.info-card h3 { font-size: 17px; margin-bottom: 8px; font-family: var(--font); font-weight: 700; }
.info-card p  { font-size: 14px; color: var(--t3); margin: 0; }

/* SEO blok */
.seob  { background: var(--bg2); border-top: 1px solid var(--b); padding: 52px 0; }
.seog  { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
@media(max-width:680px) { .seog { grid-template-columns: 1fr; } }
.seog h2 { font-size: 24px; margin-bottom: 10px; }
.seog p  { font-size: 15px; color: var(--t3); line-height: 1.75; }

/* Stappen */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
@media(max-width:780px) { .steps { grid-template-columns: 1fr 1fr; } }
@media(max-width:460px) { .steps { grid-template-columns: 1fr; } }
.step  { background: #fff; border: 1.5px solid var(--b); border-radius: var(--rl); padding: 26px 18px; text-align: center; transition: all .15s; }
.step:hover { border-color: var(--gbr); box-shadow: var(--s1); transform: translateY(-2px); }
.sti   { width: 60px; height: 60px; background: var(--gbg); border: 2px solid var(--gbr); border-radius: var(--rl); display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 14px; position: relative; }
.stn   { position: absolute; top: -7px; right: -7px; width: 20px; height: 20px; background: var(--gd); color: #fff; font-size: 11px; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.step h4 { font-size: 15px; font-weight: 700; margin-bottom: 5px; font-family: var(--font); }
.step p  { font-size: 13px; color: var(--t3); line-height: 1.6; margin: 0; }

/* Upload widget */
.gal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 10px; }
@media(max-width:500px) { .gal-grid { grid-template-columns: repeat(3,1fr); } }
.gi-up { position: relative; height: 80px; border-radius: var(--r); overflow: hidden; background: var(--bg2); }
.gi-up img { width: 100%; height: 100%; object-fit: cover; }
.gi-rm { position: absolute; top: 3px; right: 3px; width: 20px; height: 20px; background: rgba(0,0,0,.6); color: #fff; border: none; border-radius: 50%; font-size: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.gal-add { height: 80px; border: 2px dashed var(--b); border-radius: var(--r); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; cursor: pointer; background: var(--bg2); font-size: 20px; transition: all .17s; }
.gal-add:hover { border-color: var(--g); background: var(--gbg); }
.gal-add span { font-size: 11px; font-weight: 700; color: var(--t3); }

/* Footer */
#sfoot { background: var(--gx); color: #bbf7d0; padding: 52px 0 28px; }
.fg2   { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
@media(max-width:820px) { .fg2 { grid-template-columns: 1fr 1fr; } }
@media(max-width:460px) { .fg2 { grid-template-columns: 1fr; } }
.fl    { font-family: var(--fnd); font-size: 20px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 7px; margin-bottom: 10px; text-decoration: none; }
.fl em { font-style: italic; color: #4ade80; }
.fd    { font-size: 14px; color: #86efac; opacity: .6; line-height: 1.7; margin: 0; }
.fc h4 { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: #4ade80; margin-bottom: 14px; font-family: var(--font); }
.fc ul li { margin-bottom: 8px; }
.fc ul li a { font-size: 14px; color: #bbf7d0; opacity: .55; text-decoration: none; transition: opacity .15s; }
.fc ul li a:hover { opacity: 1; color: #fff; }
.fb    { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #86efac; opacity: .35; }

/* Reveal */
.rev   { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.rev.visible { opacity: 1; transform: none; }

/* WooCommerce overrides */
.woocommerce .button, .woocommerce button.button { background: var(--gd) !important; color: #fff !important; font-family: var(--font) !important; border-radius: var(--rf) !important; font-weight: 700 !important; border: none !important; }
.woocommerce .button:hover { background: #0f6b35 !important; }
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading { font-family: var(--fnd); }
