/* ===== RESET THEME PADDING ===== */
.woe-homepage .site-content { padding: 0 !important; }
.woe-homepage .site-main { max-width: 100% !important; margin: 0 !important; }

/* ===== HERO ===== */
.woe-hero { position: relative; width: 100%; min-height: 580px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.woe-hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: radial-gradient(ellipse at 20% 20%, rgba(200,169,126,.06) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 80%, rgba(200,169,126,.04) 0%, transparent 50%);
}
.woe-hero-inner { position: relative; z-index: 2; text-align: center; color: #fff; padding: 24px; max-width: 880px; margin: 0 auto; }
.woe-hero-subtitle { font-family: "Inter", sans-serif; font-size: .85em; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: #c8a97e; margin: 0 0 18px !important; }
.woe-hero-inner h1 { font-family: "Montserrat", sans-serif; font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 800; color: #f1f5f9 !important; margin: 0 0 20px !important; line-height: 1.1; letter-spacing: -1px; text-shadow: 0 2px 24px rgba(0,0,0,.5); }
.woe-hero-desc { font-family: "Inter", sans-serif; font-size: clamp(.95em, 1.5vw, 1.12em); line-height: 1.7; color: rgba(241,245,249,.85); margin: 0 auto 34px !important; max-width: 560px; }
.woe-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.woe-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #C4822A, #9B6215); color: #fff !important; padding: 15px 32px; border-radius: 6px; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: .92em; letter-spacing: .8px; text-transform: uppercase; text-decoration: none !important; box-shadow: 0 4px 20px rgba(196,130,42,.3); transition: all .3s; }
.woe-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(196,130,42,.45); }
.woe-btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(241,245,249,.9) !important; padding: 15px 32px; border-radius: 6px; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: .92em; letter-spacing: .8px; text-transform: uppercase; text-decoration: none !important; border: 2px solid rgba(241,245,249,.2); transition: all .3s; }
.woe-btn-secondary:hover { border-color: #c8a97e; color: #c8a97e !important; }

/* ===== SECTIE TITELS ===== */
.woe-section-pre { font-family: "Montserrat", sans-serif; font-size: .78em; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; color: #c8a97e; margin: 0 0 10px !important; text-align: center; }
.woe-section-title { font-family: "Montserrat", sans-serif; font-size: 1.8em; font-weight: 800; color: #f1f5f9; margin: 0 0 32px !important; text-align: center; letter-spacing: -.5px; }
.woe-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ===== CATEGORIEKAARTEN ===== */
.woe-categories { padding: 55px 20px 30px; }
.woe-cat-grid { display: flex; flex-direction: column; align-items: center; gap: 18px; list-style: none; padding: 0; margin: 20px 0 0; }
@media(min-width:769px){ .woe-cat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; align-items: start; } }
@media(min-width:1100px){ .woe-cat-grid { grid-template-columns: repeat(3,1fr); } }
.woe-cat-card { display: block; background: #16213e; border: 1px solid #2a3548; border-radius: 10px; overflow: hidden; text-decoration: none !important; cursor: pointer; transition: all .25s cubic-bezier(.25,.46,.45,.94); position: relative; aspect-ratio: 4/3; width: 100%; }
.woe-cat-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: opacity .3s, transform .5s; }
.woe-cat-card:hover .woe-cat-card-img { transform: scale(1.05); opacity: .9; }
.woe-cat-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.3) 0%, rgba(10,10,0,.65) 100%); pointer-events: none; z-index: 1; }
.woe-cat-badge { position: absolute; top: 14px; left: 14px; z-index: 3; font-size: 1.6rem; background: rgba(0,0,0,.6); border-radius: 10px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: #fff; backdrop-filter: blur(6px); border: 1px solid rgba(200,136,42,.3); }
.woe-cat-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; background: linear-gradient(0deg, rgba(10,10,10,.95) 0%, rgba(10,10,10,.7) 60%, transparent 100%); padding: 50px 18px 18px; text-align: left; }
.woe-cat-info h3 { font-family: "Montserrat", sans-serif; font-size: .9em; font-weight: 700; color: #f1f5f9 !important; margin: 0 0 4px !important; text-transform: uppercase; letter-spacing: .5px; }
.woe-cat-info p { font-family: "Inter", sans-serif; font-size: .78em; color: #7a8899; margin: 0 0 6px !important; line-height: 1.4; }
.woe-cat-info span { font-family: "Inter", sans-serif; font-size: .7em; color: #c8a97e; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.woe-cat-card:hover { transform: translateY(-5px); border-color: rgba(200,136,42,.5); box-shadow: 0 10px 28px rgba(0,0,0,.35); }

/* ===== TRUSTBAR ===== */
.woe-trustbar { background: linear-gradient(135deg, #16213e, #1a1a2e); padding: 40px 20px; border-top: 1px solid rgba(200,136,42,.08); border-bottom: 2px solid rgba(200,136,42,.2); }
.woe-trust-grid { max-width: 1000px; margin: 0 auto; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; text-align: center; }
.woe-trust-item { flex: 1; min-width: 140px; padding: 18px 10px; background: rgba(255,255,255,.02); border-radius: 10px; border: 1px solid rgba(255,255,255,.04); }
.woe-trust-icon { font-size: 2rem; margin-bottom: 10px; display: block; line-height: 1; }
.woe-trust-item h4 { font-family: "Montserrat", sans-serif; font-size: .82em; font-weight: 700; color: #f1f5f9; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 6px !important; }
.woe-trust-item p { font-size: .82em; color: #667788; margin: 0 !important; line-height: 1.5; font-family: "Inter", sans-serif; }

/* ===== BLOG SECTIE ===== */
.woe-blog-section { max-width: 1160px; margin: 0 auto; padding: 50px 20px 30px; }
.woe-blog-section h2 { font-family: "Montserrat", sans-serif; font-size: 1.8em; font-weight: 800; color: #f1f5f9; margin: 0; letter-spacing: -.5px; text-align: center; }
.woe-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; list-style: none; padding: 20px 0 0; margin: 0; }
.woe-blog-card { display: block; background: #16213e; border: 1px solid #2a3548; border-radius: 10px; overflow: hidden; text-decoration: none !important; transition: all .25s cubic-bezier(.25,.46,.45,.94); }
.woe-blog-card:hover { transform: translateY(-4px); border-color: rgba(200,169,126,.5); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.woe-blog-thumb-wrap { overflow: hidden; }
.woe-blog-thumb { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .4s; }
.woe-blog-card:hover .woe-blog-thumb { transform: scale(1.03); }
.woe-blog-thumb-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg, rgba(200,169,126,.08), rgba(40,40,50,.2)); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: rgba(200,169,126,.3); }
.woe-blog-inner { padding: 18px; }
.woe-blog-meta { font-size: .72em; color: #c8a97e; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 6px !important; font-family: "Inter", sans-serif; }
.woe-blog-inner h3 { font-family: "Montserrat", sans-serif; font-size: .92em; font-weight: 700; color: #f1f5f9 !important; margin: 0 0 8px !important; line-height: 1.4; }
.woe-blog-inner p { font-family: "Inter", sans-serif; font-size: .82em; color: #7a8899; line-height: 1.6; margin: 0 !important; }
.woe-blog-more { text-align: center; margin-top: 28px; }

/* ===== FOOTER ===== */
.woe-custom-footer { background: #0a0a0a; border-top: 1px solid #2a3548; padding: 40px 20px 25px; color: #8899aa; }
.woe-footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 35px; }
.woe-footer-grid h4 { font-family: "Montserrat", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: .78em; color: #f1f5f9; margin: 0 0 14px !important; }
.woe-footer-grid a { display: block; color: #8899aa; text-decoration: none; font-size: .88em; margin-bottom: 4px; transition: color .2s; }
.woe-footer-grid a:hover { color: #c8a97e !important; }
.woe-footer-grid p { font-size: .85em; color: #8899aa; line-height: 1.6; margin: 0 0 8px !important; font-family: "Inter", sans-serif; }
.woe-footer-bottom { max-width: 1140px; margin: 28px auto 0; padding-top: 22px; border-top: 1px solid #1a2332; text-align: center; font-size: .74em; color: #556677; line-height: 1.7; }
.woe-footer-bottom a { color: #c8a97e; text-decoration: none; }

/* ===== HAMBURGER ===== */
.woe-hamburger { display: none; position: fixed; top: 16px; right: 16px; z-index: 10001; background: rgba(10,10,10,.95); border: 1px solid #2a3548; color: #f1f5f9; font-size: 1.5rem; padding: 10px 14px; border-radius: 8px; cursor: pointer; }
.woe-close-btn { display: none; background: none; border: none; color: #f1f5f9; font-size: 2rem; cursor: pointer; padding: 8px; }
.woe-mobile-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,.97); z-index: 10000; padding: 70px 30px 30px; overflow-y: auto; }
.woe-mobile-nav ul { list-style: none; padding: 0; margin: 10px 0 0; text-align: center; }
.woe-mobile-nav li { margin: 12px 0; }
.woe-mobile-nav a { color: #f1f5f9; font-family: "Inter", sans-serif; font-size: 1.1em; text-decoration: none; padding: 8px 0; display: block; }
.woe-mobile-nav a:hover { color: #c8a97e; }

/* ===== ANIMATIES ===== */
@keyframes woefadeInUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes woefadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes woeBounceIn { 0%{opacity:0;transform:scale(.3)} 50%{opacity:1;transform:scale(1.05)} 70%{transform:scale(.95)} 100%{transform:scale(1)} }
@keyframes woeShimmer { 0%{background-position:-200% 0} 100%{background-position:200% 0} }
.woe-hero { animation: woefadeInUp .9s ease-out both; }
.woe-hero-inner { animation: woefadeInUp .9s ease-out .15s both; }
.woe-hero-subtitle { animation: woefadeIn .6s ease-out both; }
.woe-hero-desc { animation: woefadeInUp .9s ease-out .3s both; }
.woe-hero-cta { animation: woefadeInUp 1s ease-out .45s both; }
.woe-cat-card { opacity:0; animation: woefadeInUp .6s ease-out both; }
.woe-cat-card:nth-child(1){animation-delay:.1s} .woe-cat-card:nth-child(2){animation-delay:.2s}
.woe-cat-card:nth-child(3){animation-delay:.3s} .woe-cat-card:nth-child(4){animation-delay:.4s}
.woe-cat-card:nth-child(5){animation-delay:.5s} .woe-cat-card:nth-child(6){animation-delay:.6s}
.woe-trust-item { opacity:0; animation: woefadeInUp .5s ease-out both; }
.woe-trust-icon { animation: woeBounceIn .6s ease-out both; }
.woe-trust-item:nth-child(1){animation-delay:.3s} .woe-trust-item:nth-child(2){animation-delay:.45s}
.woe-trust-item:nth-child(3){animation-delay:.6s} .woe-trust-item:nth-child(4){animation-delay:.75s}
.woe-blog-card { opacity:0; animation: woefadeInUp .5s ease-out both; }
.woe-blog-card:nth-child(1){animation-delay:.4s} .woe-blog-card:nth-child(2){animation-delay:.55s}
.woe-blog-card:nth-child(3){animation-delay:.7s}
.woe-btn-primary { background-size:200% 100%; background-image:linear-gradient(135deg,#C4822A,#9B6215,#C4822A); animation:woeShimmer 4s ease-in-out infinite; }
.woe-btn-primary:hover { animation:none; transform:translateY(-2px); box-shadow:0 8px 28px rgba(196,130,42,.45); }
@media(prefers-reduced-motion:reduce){ .woe-hero,.woe-hero-inner,.woe-hero-subtitle,.woe-hero-cta,.woe-cat-card,.woe-trust-item,.woe-blog-card,.woe-btn-primary,.woe-hero-overlay,.woe-trust-icon{animation:none!important;opacity:1!important;} }
@media(max-width:768px){
    .woe-hero{padding:60px 16px 50px}
    .woe-hero-inner h1{font-size:1.8rem}
    .woe-categories{padding:40px 16px 20px}
    .woe-cat-grid{flex-direction:column;align-items:center;gap:12px}
    .woe-blog-grid{grid-template-columns:1fr;gap:16px}
    .woe-trust-grid{gap:16px}
    .woe-trust-item{min-width:120px}
    .woe-hero-inner{padding-top:50px}
}
@media(min-width:769px){ .woe-hamburger{display:block!important} }
@media(max-width:768px){ .woe-hamburger{display:block!important} }