/* ZETWEE groeiscan homepage-widget.
   Alles staat scoped onder .zw-gsw zodat er niets van Divi, Divi Pixel of
   Gravity Forms wordt overschreven. Fonts worden bewust geerfd (font-family:
   inherit), er wordt geen nieuw lettertype geladen. */

.zw-gsw{position:relative;overflow:hidden;background:#8BE565;color:#0A0B09;font-family:inherit}
.zw-gsw *,.zw-gsw *::before,.zw-gsw *::after{box-sizing:border-box}

/* decoratieve glows in de hoeken */
.zw-gsw__glow{position:absolute;border-radius:50%;pointer-events:none}
.zw-gsw__glow--a{top:-260px;left:-190px;width:640px;height:640px;background:radial-gradient(circle,rgba(255,255,255,.55) 0%,rgba(255,255,255,0) 70%)}
.zw-gsw__glow--b{right:-210px;bottom:-300px;width:720px;height:720px;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 70%)}

.zw-gsw__wrap{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:96px 32px;display:grid;grid-template-columns:1fr .94fr;gap:56px;align-items:center}

/* ---------- linkerkolom ---------- */
.zw-gsw__pill{display:inline-flex;align-items:center;gap:9px;margin:0 0 22px;padding:9px 18px;border-radius:999px;background:#0A0B09;color:#8BE565;font-size:12.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.zw-gsw__pill i{display:block;width:7px;height:7px;border-radius:50%;background:#8BE565}

.zw-gsw__h2{margin:0 0 20px;color:#0A0B09;font-size:clamp(34px,4.4vw,54px);font-weight:700;line-height:1.04;letter-spacing:-1.4px}
.zw-gsw__lead{margin:0 0 30px;max-width:520px;color:#1d3312;font-size:19px;line-height:1.6}

.zw-gsw__checks{list-style:none;margin:0 0 32px;padding:0;display:grid;gap:14px}
.zw-gsw__checks li{display:flex;align-items:flex-start;gap:13px;font-size:16.5px;line-height:1.45}
.zw-gsw__checks svg{flex:0 0 26px;width:26px;height:26px;margin-top:1px}

.zw-gsw__hr{margin:0 0 18px;border:0;border-top:1px solid rgba(10,11,9,.16)}
.zw-gsw__rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#1d3312;font-size:15.5px}
.zw-gsw__rating b{color:#0A0B09;font-size:22px;font-weight:700}
.zw-gsw__stars{color:#0A0B09;font-size:17px;letter-spacing:2px}

/* ---------- rechterkaart ---------- */
.zw-gsw__kaart{position:relative;background:#fff;border-radius:26px;padding:40px 38px;box-shadow:0 34px 70px rgba(10,11,9,.22)}

.zw-gsw__badge{position:absolute;top:-22px;right:-16px;z-index:2;display:inline-flex;align-items:center;gap:10px;padding:11px 20px 11px 13px;border-radius:999px;background:#0A0B09;color:#fff;font-size:14.5px;font-weight:600;white-space:nowrap;box-shadow:0 12px 26px rgba(10,11,9,.28)}
.zw-gsw__badge svg{flex:0 0 22px;width:22px;height:22px}

.zw-gsw__kop{margin:0 0 6px;color:#0A0B09;font-size:clamp(24px,2.4vw,30px);font-weight:700;line-height:1.15;letter-spacing:-.6px}
.zw-gsw__sub{margin:0 0 26px;color:#5C6356;font-size:15.5px}

.zw-gsw__veld{margin:0 0 18px}
.zw-gsw__veld>label{display:block;margin:0 0 8px;color:#6B7363;font-size:12.5px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}
.zw-gsw__veld>label em{font-style:normal;font-weight:400;letter-spacing:0;text-transform:none}

.zw-gsw input[type=url],
.zw-gsw input[type=email],
.zw-gsw input[type=text]{width:100%;padding:16px 18px;border:1.5px solid #E1E5DB;border-radius:14px;background:#F5F7F2;color:#0A0B09;font-family:inherit;font-size:16px;line-height:1.3;transition:border-color .16s ease,background-color .16s ease}
.zw-gsw input[type=url]:focus,
.zw-gsw input[type=email]:focus,
.zw-gsw input[type=text]:focus{outline:none;border-color:#8BE565;background:#fff}
.zw-gsw input[aria-invalid=true]{border-color:#d3453a}
.zw-gsw ::placeholder{color:#9aa295;opacity:1}

/* honeypot: blijft onzichtbaar, vangt bots */
.zw-gsw__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.zw-gsw__consent{display:flex;align-items:flex-start;gap:12px;margin:4px 0 22px;color:#3f4a38;font-size:14.5px;line-height:1.5;cursor:pointer}
.zw-gsw__consent input{flex:0 0 auto;width:19px;height:19px;margin-top:2px;accent-color:#0A0B09}
.zw-gsw__consent a{color:#0A0B09;text-decoration:underline}

.zw-gsw__knop{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:19px;border:0;border-radius:999px;background:#0A0B09;color:#fff;font-family:inherit;font-size:17.5px;font-weight:600;cursor:pointer;box-shadow:0 14px 30px rgba(10,11,9,.28);transition:transform .16s ease,box-shadow .16s ease}
.zw-gsw__knop:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px rgba(10,11,9,.32)}
.zw-gsw__knop:focus-visible{outline:3px solid #0A0B09;outline-offset:3px}
.zw-gsw__knop:disabled{opacity:.65;cursor:default}
.zw-gsw__knop svg{flex:0 0 18px;width:18px;height:18px}

.zw-gsw__micro{margin:14px 0 0;color:#8b9282;font-size:13px;text-align:center}
.zw-gsw__melding{margin:14px 0 0;padding:10px 14px;border-radius:10px;background:#fdecea;color:#a8231a;font-size:14.5px;line-height:1.45}

/* ---------- uitslag na verzenden ---------- */
.zw-gsw__uitslag{text-align:center}
.zw-gsw__score{display:flex;align-items:baseline;justify-content:center;gap:4px;margin:0 0 4px;color:#0A0B09;font-size:64px;font-weight:700;line-height:1;letter-spacing:-2px}
.zw-gsw__score span{color:#8b9282;font-size:24px;font-weight:600;letter-spacing:0}
.zw-gsw__uitslag-kop{margin:0 0 20px;color:#0A0B09;font-size:19px;font-weight:700}
.zw-gsw__cats{list-style:none;display:flex;justify-content:center;gap:10px;margin:0 0 20px;padding:0;flex-wrap:wrap}
.zw-gsw__cats li{padding:10px 14px;border-radius:12px;background:#F5F7F2;font-size:14px;line-height:1.2;text-align:center}
.zw-gsw__cats b{display:block;color:#0A0B09;font-size:20px;font-weight:700}
.zw-gsw__cats li.leeg b{color:#9aa295}
.zw-gsw__cats span{color:#6B7363}
.zw-gsw__uitslag-mail{margin:0 0 18px;color:#3f4a38;font-size:15.5px;line-height:1.5}
.zw-gsw__uitslag-link{display:inline-block;color:#0A0B09;font-weight:600;text-decoration:underline}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .zw-gsw__wrap{grid-template-columns:1fr;gap:38px;padding:64px 20px}
  .zw-gsw__h2{font-size:clamp(28px,7vw,38px);letter-spacing:-1px}
  .zw-gsw__lead{font-size:17.5px}
  .zw-gsw__kaart{padding:30px 22px}
  /* badge terug in de kaart, anders valt hij buiten beeld */
  .zw-gsw__badge{position:static;margin:0 0 18px;box-shadow:none}
  .zw-gsw__glow--a{width:420px;height:420px;top:-180px;left:-140px}
  .zw-gsw__glow--b{width:460px;height:460px;bottom:-200px;right:-150px}
}

@media (prefers-reduced-motion:reduce){
  .zw-gsw *{transition:none!important}
  .zw-gsw__knop:hover:not(:disabled){transform:none}
}

/* ---------- Divi-wrapper full-bleed maken ----------
   De sitestyling zet .et_pb_row op max-width 1240px. Dat wint van de
   width=100% in de module-instellingen, waardoor de groene sectie witte
   randen krijgt. Alleen binnen deze sectie terugdraaien, zodat de rest
   van de site zijn 1240px-grid houdt. */
.zw-groeiscan.et_pb_section{padding:0!important}
.zw-groeiscan .et_pb_row{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
.zw-groeiscan .et_pb_column{width:100%!important;margin:0!important;padding:0!important}
.zw-groeiscan .et_pb_module{margin-bottom:0!important}
.zw-groeiscan .et_pb_text_inner{margin:0!important;padding:0!important}
