.elementor-19517 .elementor-element.elementor-element-b6f4e17{--display:flex;}.elementor-19517 .elementor-element.elementor-element-fc1056a > .elementor-widget-container{margin:12px 0px -26px 0px;}.elementor-19517 .elementor-element.elementor-element-fc1056a{font-size:14px;}.elementor-19517 .elementor-element.elementor-element-41c0eca{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19517 .elementor-element.elementor-element-5edbef6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-19517 .elementor-element.elementor-element-fc1056a > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-19517 .elementor-element.elementor-element-fc1056a{font-size:17px;}}/* Start custom CSS for breadcrumbs, class: .elementor-element-fc1056a *//* Hele broodkruimelrij */
.elementor-19517 .elementor-element.elementor-element-fc1056a {
    font-size: 13px;
}

/* Linkjes: Home / Werk / Drukwerk */
.elementor-19517 .elementor-element.elementor-element-fc1056a a {
    color: #117DBD;          /* roze */
    text-decoration: none;
    font-weight: 300;
}

/* Scheidingstekens (/, › etc.)  */
.elementor-19517 .elementor-element.elementor-element-fc1056a .separator {
    margin: 0 6px;
    color: #333333;
}

/* Laatste deel (huidige pagina) */
.elementor-19517 .elementor-element.elementor-element-fc1056a span {
    color: #333333;
}

@media (max-width: 768px) {
  .elementor-widget-breadcrumbs p {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
    padding-bottom: 4px; /* optioneel */
  }

  .elementor-widget-breadcrumbs p::-webkit-scrollbar {
    display: none;
  }

  .elementor-widget-breadcrumbs p a,
  .elementor-widget-breadcrumbs p span,
  .elementor-widget-breadcrumbs p strong {
    display: inline-block;
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5edbef6 */.wg-advice{
  --wg-text:#111827;
  --wg-muted:#475569;
  --wg-muted2:#64748b;

  --wg-border:rgba(15,23,42,.12);
  --wg-border-soft:rgba(15,23,42,.08);

  --wg-blue:#3b6fe8;
  --wg-blue2:#5b8df0;
  --wg-orange:#F59E0B;
  --wg-orange2:#D97706;

  /* ✅ calmer shadows (match advice pages) */
  --wg-shadow-xl:0 16px 36px rgba(15,23,42,.08);
  --wg-shadow-lg:0 12px 26px rgba(15,23,42,.07);
  --wg-shadow-md:0 8px 18px rgba(15,23,42,.06);
  --wg-shadow-soft:0 4px 12px rgba(15,23,42,.05);

  --wg-radius-xl:22px;
  --wg-radius-lg:20px;
  --wg-radius-md:16px;

  --wg-ease:cubic-bezier(.2,.9,.2,1);

  /* typography */
  --wg-base: 16px;
  --wg-leading: 1.72;

  --wg-w-regular:400;
  --wg-w-medium:500;
  --wg-w-semibold:600;
  --wg-w-bold:700;
  --wg-w-extrabold:800;

  --wg-h1: clamp(26px, 2.2vw, 32px);
  --wg-h2: clamp(20px, 1.65vw, 26px);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* =====================================================
   WRAPPER (editorial width)
===================================================== */
.wg-advice{
  max-width:1040px;       /* ✅ matches your advice pages */
  margin:0 auto;
  padding:32px 16px 90px;
  position:relative;
}

/* =====================================================
   PREMIUM BACKGROUND (same as koopgids hub)
===================================================== */
.wg-advice::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(980px 560px at 14% -8%, rgba(59,111,232,.10), transparent 62%),
    radial-gradient(820px 560px at 94% 0%, rgba(245,158,11,.09), transparent 58%),
    linear-gradient(#ffffff,#ffffff);
  transform: translateZ(0);
}

/* Noise overlay */
.wg-advice::after{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .018;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* =====================================================
   HERO
===================================================== */
.wg-top{
  background:#ffffff;
  border:1px solid var(--wg-border-soft);
  border-radius:var(--wg-radius-xl);
  padding:34px 32px;
  box-shadow:var(--wg-shadow-xl);
  position:relative;
  overflow:hidden;
}

/* ✅ calm glow overlay */
.wg-top::after{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(620px 240px at 10% 0%, rgba(59,111,232,.05), transparent 70%),
    radial-gradient(520px 240px at 100% 0%, rgba(245,158,11,.06), transparent 70%);
  opacity:.72;
}

.wg-top-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:22px;
  align-items:start;
}

.wg-top h1{
  margin:0 0 12px;
  font-size:var(--wg-h1);
  line-height:1.12;
  letter-spacing:-0.02em;
  color:var(--wg-text);
  font-weight:var(--wg-w-extrabold);
  position:relative;
  padding-bottom:12px;
  max-width:56ch;
}

.wg-top h1::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:64px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wg-orange),var(--wg-orange2));
}

.wg-top p{
  margin:0;
  color:var(--wg-muted);
  line-height:1.78;
  max-width:92ch;
  font-size:15.9px;
  font-weight:var(--wg-w-regular);
}

.wg-top strong{
  font-weight:var(--wg-w-semibold);
  color:var(--wg-text);
}

/* =====================================================
   TRUST PILLS (calmer)
===================================================== */
.wg-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.wg-trust-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  padding:8px 12px;
  font-size:12.6px;
  line-height:1.2;
  font-weight:600;
  color:rgba(15,23,42,.88);
  box-shadow:0 4px 10px rgba(15,23,42,.04);
}

.wg-trust-pill i{
  color:rgba(245,158,11,.95);
}

/* =====================================================
   BUTTONS
===================================================== */
.wg-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.wg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  padding:13px 16px;
  border-radius:14px;
  text-decoration:none !important;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.01em;
  transition:transform .18s var(--wg-ease), box-shadow .18s var(--wg-ease);
  min-height:48px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  user-select:none;
  white-space:nowrap;
}

.wg-btn-primary{
  color:#fff !important;
  background:linear-gradient(90deg,var(--wg-blue),var(--wg-blue2));
  box-shadow:0 12px 28px rgba(59,111,232,.22);
}

.wg-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(59,111,232,.28);
}

.wg-btn-secondary{
  color:var(--wg-text) !important;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}

.wg-btn-secondary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(15,23,42,.07);
}

/* =====================================================
   INTENT MENU (calm premium)
===================================================== */
.wg-intent{
  margin-top:18px;
  background:rgba(248,250,252,.92);
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:16px;
  box-shadow:var(--wg-shadow-soft);
  position:relative;
  overflow:hidden;
}

/* ✅ safety: force clean link styles */
.wg-intent-title,
.wg-intent-item a,
.wg-intent-item a:link,
.wg-intent-item a:visited,
.wg-intent-head{
  color:var(--wg-text) !important;
  opacity:1 !important;
  filter:none !important;
}

.wg-intent-item a *{
  color:inherit !important;
  opacity:1 !important;
}

.wg-intent-title{
  margin:0 0 10px;
  font-size:14.6px;
  font-weight:800;
  letter-spacing:-0.01em;
}

.wg-intent-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.wg-intent-item a{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none !important;

  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:14px 14px;

  box-shadow:0 8px 16px rgba(15,23,42,.04);
  transition:transform .18s var(--wg-ease),
             box-shadow .18s var(--wg-ease),
             border-color .18s var(--wg-ease);

  min-height:64px;
}

.wg-intent-item a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 24px rgba(15,23,42,.06);
  border-color:rgba(245,158,11,.18);
}

.wg-intent-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,158,11,.10);
  border:1px solid rgba(245,158,11,.18);
  flex:0 0 auto;
}

.wg-intent-icon i{
  font-size:14px;
  color:rgba(245,158,11,.95) !important;
}

.wg-intent-head{
  font-size:14px;
  font-weight:800;
  letter-spacing:-0.01em;
}

/* =====================================================
   MINI BANNER (✅ slightly higher)
===================================================== */
.wg-mini-banner{
  margin:26px 0 40px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--wg-shadow-md);
  position:relative;
  background:#fff;
}

.wg-mini-banner img{
  display:block;
  width:100%;
  height:210px;          /* ✅ was 190px */
  object-fit:cover;
  object-position:center center;
}

/* =====================================================
   SECTIONS
===================================================== */
.wg-section{
  margin-top:54px;
}

.wg-section h2{
  margin:0 0 14px;
  font-size:var(--wg-h2);
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--wg-text);
  position:relative;
  padding-bottom:12px;
}

.wg-section h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:50px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wg-orange),var(--wg-orange2));
}

.wg-section p{
  margin:0 0 16px;
  max-width:92ch;
  color:var(--wg-muted);
  line-height:1.75;
  font-size:15.7px;
}

/* =====================================================
   GROUPS (clean cards)
===================================================== */
.wg-groups{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  margin-top:10px;
}

.wg-group{
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:18px;
  box-shadow:none;
  position:relative;
  overflow:hidden;
}

/* calm top accent */
.wg-group::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  opacity:.55;
  background:linear-gradient(90deg, rgba(245,158,11,.85), rgba(59,111,232,.38));
}

.wg-group-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.wg-group-title{
  margin:0;
  font-size:16.2px;
  line-height:1.28;
  font-weight:800;
  letter-spacing:-0.01em;
  color:var(--wg-text);
}

.wg-group-desc{
  margin:6px 0 0;
  font-size:14.1px;
  color:var(--wg-muted);
  line-height:1.65;
}

.wg-group-meta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  color:rgba(15,23,42,.78);
  background:rgba(241,245,249,.86);
  border:1px solid rgba(15,23,42,.06);
  padding:8px 10px;
  border-radius:999px;
  white-space:nowrap;
}

/* =====================================================
   LINKS
===================================================== */
.wg-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.wg-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding:13px 14px;
  border-radius:14px;

  text-decoration:none !important;
  font-size:14.4px;
  line-height:1.28;
  font-weight:600;
  color:rgba(15,23,42,.92);

  background:rgba(248,250,252,.95);
  border:1px solid rgba(15,23,42,.07);

  transition:transform .15s var(--wg-ease),
             background .15s var(--wg-ease),
             border-color .15s var(--wg-ease),
             box-shadow .15s var(--wg-ease);

  min-height:50px;
}

.wg-link::after{
  content:"\f061";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:12px;
  color:rgba(59,111,232,.88);
  opacity:.9;
}

.wg-link:hover{
  transform:translateY(-1px);
  background:#ffffff;
  border-color:rgba(59,111,232,.18);
  box-shadow:0 10px 18px rgba(15,23,42,.04);
}

.wg-link:focus-visible{
  outline:3px solid rgba(59,111,232,.32);
  outline-offset:3px;
}

/* =====================================================
   HELPBOX (match advice CTA style)
===================================================== */
.wg-helpbox{
  margin-top:14px;
  padding:16px;
  border-radius:20px;

  background:
    radial-gradient(520px 220px at 0% 0%, rgba(59,111,232,.09), transparent 62%),
    radial-gradient(420px 220px at 100% 0%, rgba(245,158,11,.10), transparent 62%),
    linear-gradient(180deg, rgba(248,250,252,.92), rgba(255,255,255,.92));

  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.06);

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.wg-helpbox-left{
  min-width:0;
}

.wg-helpbox-title{
  font-weight:800;
  color:rgba(15,23,42,.96);
  margin:0 0 6px;
  font-size:15.1px;
  line-height:1.25;
  letter-spacing:-0.012em;

  /* micro thicker */
  text-shadow:0 0 0 rgba(15,23,42,.28);
}

.wg-helpbox-text{
  margin:0;
  color:var(--wg-muted);
  line-height:1.62;
  font-size:14.6px;
  max-width:86ch;
}

.wg-helpbox-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:12px 15px;
  border-radius:14px;
  text-decoration:none !important;
  font-size:13.9px;
  font-weight:800;
  letter-spacing:-0.01em;

  color:#fff !important;
  background:linear-gradient(90deg,var(--wg-blue),var(--wg-blue2));

  box-shadow:
    0 14px 26px rgba(59,111,232,.18),
    0 2px 8px rgba(15,23,42,.06);

  transition:transform .18s var(--wg-ease), box-shadow .18s var(--wg-ease);
  white-space:nowrap;
  min-height:46px;
}

.wg-helpbox-btn:hover{
  transform:translateY(-2px);
  box-shadow:
    0 18px 32px rgba(59,111,232,.24),
    0 6px 14px rgba(15,23,42,.08);
}

/* =====================================================
   FAQ
===================================================== */
.wg-faq{
  margin-top:18px;
  padding:20px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  box-shadow:none;
}

.wg-faq h3{
  margin:0 0 12px;
  font-size:16.6px;
  font-weight:800;
  letter-spacing:-0.01em;
  color:var(--wg-text);
}

.wg-faq details{
  border-top:1px solid rgba(15,23,42,.08);
  padding:13px 0;
}

.wg-faq details:first-of-type{
  border-top:none;
  padding-top:0;
}

.wg-faq summary{
  cursor:pointer;
  list-style:none;
  color:var(--wg-text);
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15.4px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-0.01em;
}

.wg-faq summary::-webkit-details-marker{ display:none; }

.wg-faq summary::before{
  content:"+";
  width:22px;
  height:22px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:800;
  color:var(--wg-blue);
  background:rgba(59,111,232,.08);
  border:1px solid rgba(59,111,232,.14);
  flex:0 0 auto;
}

.wg-faq details[open] summary::before{ content:"–"; }

.wg-faq p{
  margin:10px 0 0;
  color:var(--wg-muted);
  font-size:15.1px;
  line-height:1.68;
  font-weight:400;
  max-width:92ch;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width:1020px){
  .wg-top-inner{ grid-template-columns:1fr; }
  .wg-intent-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width:900px){
  .wg-top{
    padding:22px 16px;
    border-radius:18px;
  }
  .wg-top h1{
    font-size:clamp(22px, 5.2vw, 28px);
    line-height:1.15;
  }
  .wg-intent{
    padding:16px;
    border-radius:18px;
  }
}

@media (max-width:640px){
  .wg-advice{
    padding:24px 14px 80px;
  }

  .wg-intent-grid{
    grid-template-columns:1fr;
  }

  /* ✅ banner slightly higher on mobile too */
  .wg-mini-banner img{
    height:155px; /* was 140px */
  }

  /* full bleed feel on mobile */
  .wg-group,
  .wg-intent,
  .wg-mini-banner,
  .wg-faq{
    margin-left:-12px;
    margin-right:-12px;
  }

  .wg-group{
    padding:16px 14px;
    border-radius:18px;
  }

  .wg-group-head{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .wg-group-meta{
    order:-1;
    font-size:11.8px;
    padding:7px 10px;
  }

  .wg-helpbox{
    flex-direction:column;
    align-items:stretch;
  }

  .wg-helpbox-btn{
    width:100%;
  }

  /* noise a tiny bit calmer on small screens */
  .wg-advice::after{
    opacity: .014;
  }
}/* End custom CSS */