.au-logobar { padding: 0; background: #FFFFFF; min-height: 200px; display: flex; flex-direction: column; justify-content: center; }
.au-logobar-intro { text-align: center; margin: 0 0 28px; font-family: var(--font-head); font-size: 13px; font-weight: var(--fw-semibold); letter-spacing: 0.08em; color: var(--c-navy); }
.au-logobar-divider-top { margin: 0 0 30px; }
.au-logobar-divider-bottom { margin: 36px 0 0; }
.au-logobar-marquee .logo-marquee-item { min-width: 0; padding: 0 12px; margin: 0 16px; width: 132px; height: 72px; display: grid; place-items: center; }
.au-logobar-marquee .logo-marquee-item img { height: 48px; max-height: 48px; width: auto; max-width: 108px; object-fit: contain; }
.au-logobar-marquee .logo-marquee-track { animation-duration: 75s; }

@media (max-width: 680px) {
  .au-logobar { padding: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .au-hero.is-settled .hh-in { transition: none; opacity: 1; transform: none; }
}

.au-hero { padding: 64px 0; min-height: clamp(640px, 72vh, 700px); display: flex; flex-direction: column; justify-content: center; }
.au-hero > .container { width: 100%; }
.au-hero .hero-bg { background: #FFFFFF; }
.au-hero .hero-bg::after { display: none; }
.au-hero-stack { display: grid; grid-template-columns: 40% 60%; gap: 48px; align-items: center; }
.au-hero-copy { width: 100%; text-align: left; }
.au-hero h1 { font-size: clamp(30px, 3.2vw, 42px); line-height: 1.1; margin-bottom: 16px; max-width: 13em; }
.au-hero .lead { font-size: 16.5px; line-height: 1.6; color: var(--c-text-muted); max-width: 30em; margin-bottom: 26px; }
.au-hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.au-hero-shot { display: block; width: 100%; }
.au-hero-shot img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 18px; box-shadow: 0 2px 4px rgba(20,20,100,.08), 0 24px 50px rgba(35,1,123,.20), 0 44px 90px rgba(168,2,144,.13); }

@media (max-width: 1024px) {
  .au-hero-stack { grid-template-columns: 1fr; gap: 36px; }
  .au-hero-copy { text-align: left; }
  .au-hero-shot { margin-top: 4px; }
}

.au-hero-shot .hh-visual { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: var(--c-bg-soft); box-shadow: 0 28px 60px -20px rgba(20,20,100,0.28), 0 6px 18px rgba(20,20,100,0.08); }
.au-hero-shot .hv-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.au-hero-shot .hv-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to bottom right, rgba(11,10,61,0) 45%, rgba(11,10,61,0.18) 100%); }
.au-hero-shot .hv-avatar { width: 36px; height: 36px; flex: none; border-radius: 999px; object-fit: cover; box-shadow: none; }
.lg-hero { padding: 64px 0; min-height: clamp(640px, 72vh, 700px); justify-content: center; }
.lg-hero .hero-bg::before { display: none; }
.lg-hero > .container { display: flex; flex-direction: column; flex: 1 1 auto; width: 100%; justify-content: center; }
.lg-hero .hh-logobar { margin-top: 40px; }
.lg-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 2.4vw, 38px); align-items: center; }
.lg-hero h1 { font-family: var(--font-head); font-weight: var(--fw-semibold); font-size: clamp(34px, 3.4vw, 50px); line-height: 1.06; letter-spacing: -0.025em; color: var(--c-navy); margin: 14px 0 22px; }
.lg-hero-sub { font-size: var(--fs-lead); line-height: 1.6; color: var(--c-text-muted); max-width: 540px; margin: 0 0 32px; }
.lg-hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.lg-ph { position: relative; border-radius: var(--radius-feature); background: radial-gradient(80% 90% at 70% 10%, rgba(35,1,251,0.06), transparent 60%), var(--c-bg-soft); border: 1.5px dashed var(--c-border); box-shadow: var(--shadow-card); display: grid; place-items: center; text-align: center; padding: 28px; }
.lg-hero-visual .lg-ph { min-height: 384px; }
/* Specificiteit .elementor-widget-... nodig: Elementor-core zet
   `.elementor img { border-radius: 0 }` (0,1,1) en dat wint anders van
   `.lg-hero-img` (0,1,0), waardoor de hoeken vierkant bleven. */
.elementor-widget-bconnect_lg_hero .lg-hero-img { display: block; width: 100%; height: auto; border-radius: 24px; }
.lg-ph-mark { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-gradient); display: grid; place-items: center; color: #fff; margin: 0 auto 14px; box-shadow: 0 8px 20px rgba(168,2,142,0.26); }
.lg-ph-mark svg { width: 26px; height: 26px; }
.lg-ph-label { font-family: var(--font-head); font-size: 12.5px; font-weight: var(--fw-semibold); letter-spacing: 0.04em; color: var(--c-text-soft); line-height: 1.5; max-width: 24ch; margin: 0 auto; }
.lg-logobar-marquee .logo-marquee-item { min-width: auto; padding: 0 24px; }
.lg-logobar-marquee .logo-marquee-track { animation-duration: 76s; }
.lg-hero-proof { list-style: none; margin: 36px 0 0; padding: 26px 0 0; border-top: 1px solid var(--c-border); display: flex; flex-wrap: wrap; gap: 14px 40px; }
.lg-hero-proof li { display: flex; flex-direction: column; gap: 3px; }
.lg-hero-proof-num { font-family: var(--font-head); font-weight: var(--fw-semibold); font-size: clamp(22px, 2vw, 27px); line-height: 1; letter-spacing: -0.02em; background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lg-hero-proof-label { font-family: var(--font-body); font-size: 13px; line-height: 1.35; color: var(--c-text-soft); max-width: 16ch; }
/* ===== Gradient-gloed achter de hero-visual ==================
   Twee losse, geroteerde gradient-vlekken i.p.v. één symmetrische
   ring om het beeld: linksboven koel (navy + electric blue),
   rechtsonder warm (magenta + vleugje blauw). Ze steken met
   negatieve insets buiten het beeld uit, liggen met z-index:-1
   erachter, en `isolation: isolate` op de ouder houdt ze binnen
   deze stapelcontext zodat ze niet door de rest van de sectie
   lekken. Kleuren komen uit de merkgradient (#141464 / #2301fb /
   #a80290), alleen op lage opacity als licht i.p.v. als vlak.
   Zelfde recept staat op .mr-hero-figure (/meer-rendement/).
   ============================================================ */
.lg-hero-visual { position: relative; isolation: isolate; }
.lg-hero-visual::before,
.lg-hero-visual::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.lg-hero-visual::before {
  inset: -16% 26% 26% -18%;
  background:
    radial-gradient(58% 62% at 38% 34%, rgba(20,20,100,0.26), transparent 68%),
    radial-gradient(52% 56% at 70% 12%, rgba(35,1,251,0.24), transparent 70%);
  filter: blur(40px);
  transform: rotate(-7deg);
}
.lg-hero-visual::after {
  inset: 26% -18% -18% 26%;
  background:
    radial-gradient(56% 60% at 60% 62%, rgba(168,2,144,0.21), transparent 68%),
    radial-gradient(48% 52% at 28% 84%, rgba(35,1,251,0.20), transparent 72%);
  filter: blur(46px);
  transform: rotate(6deg);
}
.lg-hero-img { position: relative; z-index: 1; }
/* Zelfde specificiteitsval als bij de afronding hierboven: Elementor zet
   `.elementor img { box-shadow: none }` (0,1,1), dus deze plateauschaduw
   (contact + navy ambient + wijde magenta laag) had zonder prefix nooit
   effect. */
.elementor-widget-container .lg-hero-img {
  box-shadow:
    0 1.5px 4px rgba(20,20,100,0.10),
    0 26px 52px -22px rgba(20,20,100,0.30),
    0 60px 96px -40px rgba(168,2,144,0.22);
}

@media (max-width: 880px) {
  .lg-hero-grid { grid-template-columns: 1fr; }
  .lg-hero-visual .lg-ph { min-height: 280px; }
}

@media (max-width: 520px) {
  .lg-hero-proof { gap: 14px 26px; }
}

.lg-deliver-visual .lg-ph { min-height: 420px; height: 100%; }

@media (max-width: 900px) {
  .lg-deliver-visual .lg-ph { min-height: 300px; }
}

.lg-chan-visual .lg-ph { width: 100%; max-width: 520px; min-height: 500px; }

@media (max-width: 900px) {
  .lg-chan-visual .lg-ph { min-height: 300px; }
}

.lg-hero-sub { max-width: 30em; text-wrap: pretty; }
.lg-hero .hero-bg { background: radial-gradient(720px 400px at 86% 14%, rgba(35, 1, 251, 0.065), transparent 60%), radial-gradient(560px 320px at 0% 62%, rgba(168, 2, 144, 0.045), transparent 55%), #FFFFFF; }
.lg-hero .hero-bg::before { display: block; background-image: radial-gradient(rgba(20, 20, 100, 0.16) 1px, transparent 1.5px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(620px 460px at 76% 45%, black, transparent 72%); mask-image: radial-gradient(620px 460px at 76% 45%, black, transparent 72%); opacity: 0.5; }
.lg-hero-float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 14px; box-shadow: 0 12px 28px -10px rgba(20, 20, 100, 0.28), 0 2px 6px rgba(20, 20, 100, 0.08); padding: 11px 16px; pointer-events: none; }
.lg-hero-float-lead { top: -20px; left: -26px; }
.lg-hero-float-stat { right: -18px; bottom: 9%; }
.lg-hf-dot { width: 9px; height: 9px; flex: none; border-radius: var(--radius-pill); background: var(--c-success); box-shadow: 0 0 0 3px rgba(57, 181, 74, 0.22); }
.lg-hf-txt { display: flex; flex-direction: column; gap: 2px; }
.lg-hf-txt strong { font-family: var(--font-head); font-size: 13.5px; font-weight: var(--fw-semibold); color: var(--c-navy); line-height: 1.15; letter-spacing: -0.005em; }
.lg-hf-txt span { font-family: var(--font-body); font-size: 12px; color: var(--c-text-soft); line-height: 1.25; }
.lg-hero-float-stat { flex-direction: column; align-items: flex-start; gap: 3px; padding: 12px 17px; }
.lg-hf-num { font-family: var(--font-head); font-weight: var(--fw-semibold); font-size: 19px; line-height: 1; letter-spacing: -0.02em; background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lg-hf-lbl { font-family: var(--font-body); font-size: 12px; color: var(--c-text-soft); line-height: 1.2; }

@media (prefers-reduced-motion: no-preference) {
  .lg-hero-float { animation: lgHfFloat 6s var(--ease) infinite; }
  .lg-hero-float-stat { animation-delay: -3s; }
  .lg-hf-dot { animation: lgHfPulse 2.4s ease-in-out infinite; }
}

@media (max-width: 880px) {
  .lg-hero-float-lead { top: -16px; left: 8px; }
  .lg-hero-float-stat { right: 8px; bottom: 6%; }
}

.lg-hero .lg-hero-grid { grid-template-columns: 1fr 1.18fr; }

@media (max-width: 880px) {
  .lg-hero .lg-hero-grid { grid-template-columns: 1fr; }
}

.home-hero .hh-logobar { margin-top: 40px; }
.home-hero .hero-bg { background: #FFFFFF; }
.hh-logobar-section { background: transparent; min-height: 200px; display: flex; flex-direction: column; justify-content: center; padding: 0; overflow: hidden; }
/* Flex-item met margin:0 auto krimpt naar contentbreedte; width:100% houdt
   de container op volle breedte binnen de flex-sectie. */
.hh-logobar-section > .container { width: 100%; }
.hh-logobar-section .hh-logobar { margin-top: 0; border-top: none; padding-top: 32px; }
.hh-logobar { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--c-border); }
.hh-logobar-intro { font-family: var(--font-head); font-size: 16px; font-weight: var(--fw-semibold); color: var(--c-navy); margin-bottom: 20px; letter-spacing: -0.005em; text-align: center; }
.hh-logobar-intro .accent { background: linear-gradient(135deg, #2301fb, #a80290); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hh-logobar-row { display: flex; align-items: center; justify-content: flex-start; gap: 48px; flex-wrap: wrap; }
.hh-marquee .logo-marquee-track { animation-duration: 60s; }
.hh-marquee:hover .logo-marquee-track { animation-play-state: paused; }
.hh-marquee .logo-marquee-item { min-width: 0; padding: 0 12px; margin: 0 16px; width: 132px; height: 72px; display: grid; place-items: center; }
.hh-marquee .logo-marquee-item:hover img { filter: none; opacity: 1; }
.hh-marquee .logo-marquee-item img.is-mono, .hh-marquee .logo-marquee-item:hover img.is-mono { filter: grayscale(100%); opacity: .65; }

@media (max-width: 680px) {
  .hh-logobar-row { gap: 24px; }
}

.logo-marquee { overflow:hidden; -webkit-mask-image:none; mask-image:none; }
.logo-marquee-track { display:flex; align-items:center; width:max-content; gap:0; animation: logo-marquee var(--mq-duration, 80s) linear infinite; will-change:transform; }
.logo-marquee:hover .logo-marquee-track { animation-play-state:paused; }
.logo-marquee-item, .hh-marquee .logo-marquee-item, .au-logobar-marquee .logo-marquee-item, .hl-logobar-marquee .logo-marquee-item { flex:0 0 auto; display:flex; align-items:center; justify-content:center; min-width:auto; padding:0 44px; background:transparent; width:auto; height:auto; min-height:72px; margin:0; }
.logo-marquee-item img, .hh-marquee .logo-marquee-item img, .au-logobar-marquee .logo-marquee-item img, .hl-logobar-marquee .logo-marquee-item img { height:53px; max-height:53px; width:auto; max-width:119px; object-fit:contain; filter:grayscale(100%); opacity:.85; background:transparent; mix-blend-mode:normal; transition:opacity .25s var(--ease); }
.logo-marquee-item img:hover, .hh-marquee .logo-marquee-item img:hover, .hh-marquee .logo-marquee-item img.is-mono:hover, .au-logobar-marquee .logo-marquee-item img:hover, .hl-logobar-marquee .logo-marquee-item img:hover { filter:grayscale(100%); opacity:1; }
.hh-marquee .logo-marquee-track, .au-logobar-marquee .logo-marquee-track, .hl-logobar-marquee .logo-marquee-track { animation-duration: var(--mq-duration, 80s); }
.au-logobar-divider { height:1px; border:0; background:var(--c-border); width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.au-logobar-divider-top { margin-top:0; margin-bottom:28px; }
.au-logobar-divider-bottom { margin-top:28px; margin-bottom:0; }
.hh-logobar { margin-top:40px; padding-top:0; border-top:0; }
.au-logobar-marquee { width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.au-logobar, .hh-logobar-section { overflow:hidden; }

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track { animation:none; }
}

.hh-logobar-section--dark { background: var(--c-lavender); position: relative; z-index: 1; overflow: hidden; min-height: 0; }
.hh-logobar-section--dark::before, .hh-logobar-section--dark::after { content: ""; position: absolute; z-index: 0; pointer-events: none; border-radius: 50%; filter: blur(16px); }
.hh-logobar-section--dark::before { top: -55%; left: -8vw; width: clamp(400px, 40vw, 760px); height: clamp(400px, 40vw, 760px); background: radial-gradient(circle at center, rgba(35, 1, 251, 0.20) 0%, rgba(35,1,251,0) 60%); animation: hhvSideB 42s ease-in-out infinite; }
.hh-logobar-section--dark::after { top: -62%; right: -8vw; width: clamp(440px, 44vw, 820px); height: clamp(440px, 44vw, 820px); background: radial-gradient(circle at center, rgba(168, 2, 144, 0.20) 0%, rgba(168,2,144,0) 60%); animation: hhvSideC 46s ease-in-out infinite; }
.hh-logobar-section--dark .container, .hh-logobar-section--dark .hh-logobar { position: relative; z-index: 1; }
.hh-logobar-section--dark .hh-logobar { margin-top: 4px; padding-top: 0; border-top: none; }
.hh-logobar-section--dark .au-logobar-divider { display: none; }
.hh-logobar-section--dark .hh-logobar-intro { color: var(--c-navy); font-size: 18.5px; }
.hh-logobar-section--dark .au-logobar-marquee { background: radial-gradient(90% 160% at 50% 0%, rgba(168, 2, 144, 0.42) 0%, rgba(35, 1, 251, 0.30) 40%, rgba(20, 20, 100, 0) 74%), #141464; padding-top: 30px; padding-bottom: 30px; margin-top: 4px; }
.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img, .hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img.is-mono { filter: brightness(0) invert(1); opacity: .78; mix-blend-mode: normal; }
.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img:hover, .hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img.is-mono:hover { filter: brightness(0) invert(1); opacity: 1; }
.hh-logobar-section--dark .au-logobar-marquee { background: linear-gradient(135deg, #2301fb 0%, #a80290 100%); }
.sol-hero--visual .au-hero-stack { grid-template-columns: 1fr 1.32fr; }
.hh-logobar-section .au-logobar-marquee, .au-logobar .au-logobar-marquee { background: radial-gradient(70% 150% at 10% -20%, rgba(88,208,245,.15) 0%, transparent 55%), radial-gradient(60% 130% at 94% 120%, rgba(255,255,255,.09) 0%, transparent 58%), linear-gradient(135deg, #2301fb 0%, #a80290 100%); }
.hh-logobar-section:not(.hh-logobar-section--dark) { background: #fff; }
.hh-logobar-section .au-logobar-marquee .logo-marquee-item img, .hh-logobar-section .au-logobar-marquee .logo-marquee-item img.is-mono, .au-logobar .au-logobar-marquee .logo-marquee-item img, .au-logobar .au-logobar-marquee .logo-marquee-item img.is-mono { filter: brightness(0) invert(1); opacity: .82; mix-blend-mode: normal; }
.hh-logobar-section .au-logobar-marquee .logo-marquee-item img:hover, .au-logobar .au-logobar-marquee .logo-marquee-item img:hover { filter: brightness(0) invert(1); opacity: 1; }
.hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-divider, .au-logobar .au-logobar-divider { display: none; }
.hh-logobar-section--dark .au-logobar-marquee, .hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee, .au-logobar .au-logobar-marquee { padding-top: 26px; padding-bottom: 26px; }
.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item, .hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee .logo-marquee-item, .au-logobar .au-logobar-marquee .logo-marquee-item { min-height: 62px; padding: 0 40px; }
.hh-logobar-section--dark .au-logobar-marquee .logo-marquee-item img, .hh-logobar-section:not(.hh-logobar-section--dark) .au-logobar-marquee .logo-marquee-item img, .au-logobar .au-logobar-marquee .logo-marquee-item img { height: 45px; max-height: 45px; max-width: 101px; }
.hh-logobar-section--dark .hh-logobar-intro, .hh-logobar-section:not(.hh-logobar-section--dark) .hh-logobar-intro { font-size: 26px; letter-spacing: -0.01em; }
.au-logobar .au-logobar-intro { font-size: 26px; letter-spacing: -0.01em; line-height: 1.6; margin: 0 0 20px; }
.au-logobar { min-height: 208px; justify-content: flex-start; padding-top: 32px; }
.logo-marquee { -webkit-mask-image: none !important; mask-image: none !important; }
.hh-logobar-section--dark::before, .hh-logobar-section--dark::after { display: none; }
.au-hero.lg-hero, .au-hero.sol-hero, .au-hero.hl2-hero, .au-hero:not(.lg-hero):not(.sol-hero):not(.hl2-hero) { min-height: 704px; }

@media (max-width: 720px) {
  .au-hero.lg-hero, .au-hero.sol-hero, .au-hero.hl2-hero, .au-hero:not(.lg-hero):not(.sol-hero):not(.hl2-hero) { min-height: 0; }
}

@keyframes logo-marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

@keyframes lgHfFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

@keyframes lgHfPulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(57, 181, 74, 0.22); } 50% { box-shadow: 0 0 0 7px rgba(57, 181, 74, 0.08); } }

@keyframes hhvSideB { 0% { transform: translate3d(0, 0, 0) scale(1); } 33% { transform: translate3d(4vw, -22vh, 0) scale(1.10); } 66% { transform: translate3d(2vw, 22vh, 0) scale(0.95); } 100% { transform: translate3d(0, 0, 0) scale(1); } }

@keyframes hhvSideC { 0% { transform: translate3d(0, 0, 0) scale(1); } 33% { transform: translate3d(-4vw, 34vh, 0) scale(1.12); } 66% { transform: translate3d(-2vw, 66vh, 0) scale(0.97); } 100% { transform: translate3d(0, 0, 0) scale(1); } }

/* ============================================================
   Hero-plaatsing in Elementor-context + hardening
   ============================================================ */
.elementor-widget-bconnect_lg_hero { margin: 0 !important; }

/* ===== HARDENING — gradient/kleur tegen theme-resets ===== */
.elementor-widget-bconnect_lg_hero .accent,
.elementor-widget-bconnect_lg_hero .hh-logobar-intro .accent {
	background: linear-gradient(90deg, #2301fb 0%, #a80290 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
	display: inline-block;
}
.elementor-widget-bconnect_lg_hero .btn-primary {
	background: linear-gradient(90deg, #2301fb 0%, #a80290 100%) !important;
	color: #fff !important;
}
.elementor-widget-bconnect_lg_hero .btn-primary:hover {
	background: linear-gradient(90deg, #3a1eff 0%, #c213ad 100%) !important;
	color: #fff !important;
}
.elementor-widget-bconnect_lg_hero .lg-hf-dot { background: #39B54A !important; }

/* ===== PATCH v0.3.1 — defensieve marquee-layout (zie hero.css) ===== */
.elementor-widget-bconnect_lg_hero .logo-marquee { overflow: hidden !important; display: block; }
.elementor-widget-bconnect_lg_hero .logo-marquee-track {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	width: max-content !important;
	animation: logo-marquee var(--mq-duration, 80s) linear infinite;
	will-change: transform;
}
.elementor-widget-bconnect_lg_hero .logo-marquee-item { flex: 0 0 auto !important; }
@media (prefers-reduced-motion: reduce) {
	.elementor-widget-bconnect_lg_hero .logo-marquee-track { animation: none; }
}

/* Meer-leads hero: één doorlopende, licht-getinte ondergrond over hero én
   logobalk, zodat "Werkt voor elk merk" vloeit vanuit de hero i.p.v. een
   losse witte balk. De wash zit op de widget-wrapper; beide secties zijn
   transparant zodat hij ononderbroken doorloopt. Scoped op deze widget. */
.elementor-widget-bconnect_lg_hero {
	background:
		radial-gradient(760px 460px at 88% 12%, rgba(35, 1, 251, 0.06), transparent 60%),
		radial-gradient(620px 420px at 4% 82%, rgba(168, 2, 144, 0.05), transparent 58%),
		#ffffff;
}
.elementor-widget-bconnect_lg_hero .lg-bg-light { background: transparent; }
.elementor-widget-bconnect_lg_hero .lg-bg-light::before { display: none; }
.elementor-widget-bconnect_lg_hero .lg-hero .hero-bg { background: transparent; }
.elementor-widget-bconnect_lg_hero .hh-logobar-section:not(.hh-logobar-section--dark) { background: transparent; }

/* Mobiel: kleinere blur, anders smeren de vlekken op een klein
   scherm uit tot vage grijze plekken. */
@media (max-width: 767px) {
  .lg-hero-visual::before { filter: blur(30px); }
  .lg-hero-visual::after { filter: blur(30px); }
}
