/* Alles hieronder is voorafgegaan door .jbp zodat het WordPress-thema niets kapotmaakt */
/* Volle breedte, ook als het thema de pagina in een smalle container zet */
.jbp { width: 100vw !important; max-width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; overflow-x: hidden; }
/* Afscherming van het WordPress-thema: het thema mag niets over deze pagina heen leggen */
.jbp { position: relative; z-index: 1; isolation: isolate; opacity: 1 !important; filter: none !important; mix-blend-mode: normal !important; background: #ffffff !important; }
.jbp::before, .jbp::after { content: none !important; }
.jbp .sec { background: #ffffff !important; }
.jbp .grey { background: #f4f6f9 !important; }
.jbp .lightblue { background: #eaf2fb !important; }
.jbp .navy { background: #193251 !important; }
.jbp .hero { background-color: #193251 !important; }
.jbp .hero > .inner { position: relative; }
.jbp .card { background: #ffffff !important; }
.jbp .card.blue { background: #0355a3 !important; }
.jbp .faq > div { background: #ffffff !important; }
.jbp .formwrap { background: #eaf2fb !important; }
.jbp footer { background: #193251 !important; }
.jbp h1, .jbp .hero .sub, .jbp .usps .t, .jbp .usps .d, .jbp .navy, .jbp .navy h2, .jbp .navy p, .jbp footer, .jbp .card.blue, .jbp .card.blue .t { color: #ffffff !important; }
.jbp .sec h2, .jbp .lead, .jbp .body, .jbp .card .t, .jbp .card .d, .jbp .faq .q, .jbp .faq .a { color: #193251 !important; }
.jbp .card.blue .t { color: #ffffff !important; }

.jbp, .jbp * { box-sizing: border-box; }
.jbp { font-family: Roboto, Helvetica, Arial, sans-serif; color: #193251; background: #fff; line-height: 1.5; }
.jbp img { max-width: 100%; display: block; }
.jbp a { color: #0355a3; text-decoration: none; }
.jbp a:hover { color: #193251; }
.jbp h1, .jbp h2 { margin: 0; font-weight: 900; letter-spacing: -0.025em; line-height: 1.05; }
.jbp .wrap { max-width: 1180px; margin: 0 auto; }
.jbp .sec { padding: clamp(72px, 9vw, 120px) 6vw; }
.jbp .mono { font-family: 'Roboto Mono', monospace; letter-spacing: 0.08em; }
.jbp .eyebrow { font-family: 'Roboto Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #0355a3; margin-bottom: 18px; }

.jbp .hero-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px 32px; width: 100%; max-width: 1180px; margin: 0 auto 48px; }
.jbp .logo { display: flex; align-items: baseline; gap: 10px; flex-shrink: 0; white-space: nowrap; color: #fff; }
.jbp .logo b { font-weight: 900; font-size: 22px; letter-spacing: -0.02em; }
.jbp .logo span { font-weight: 400; font-size: 22px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; }
.jbp nav { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.jbp nav a { color: #fff; font-size: 15px; font-weight: 500; opacity: 0.9; white-space: nowrap; }
.jbp .cta-pill { display: inline-flex; align-items: center; flex-shrink: 0; white-space: nowrap; height: 44px; padding: 0 22px; border-radius: 999px; background: #0355a3; color: #fff !important; font-size: 15px; font-weight: 700; }
.jbp .cta-pill:hover { background: #fff; color: #193251 !important; }
.jbp .langsw { display: flex; align-items: center; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; overflow: hidden; }
.jbp .langsw button { height: 32px; padding: 0 11px; border: 0; font: 700 13px/1 Roboto, Helvetica, Arial, sans-serif; letter-spacing: 0.06em; cursor: pointer; background: transparent; color: #fff; }
.jbp .langsw button.on { background: #fff; color: #193251; }

.jbp .hero { min-height: 92vh; display: flex; flex-direction: column; padding: 32px 6vw 0; background: #193251; overflow: hidden; }
.jbp .hero { background-color: #193251; background-repeat: no-repeat; }
.jbp .hero .inner { max-width: 1180px; width: 100%; margin: auto auto 0; padding: 40px 0 56px; }
.jbp .badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px; background: #0355a3; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 26px; }
.jbp .badge i { width: 8px; height: 8px; border-radius: 999px; background: #fff; }
.jbp h1 { font-size: clamp(44px, 7vw, 104px); line-height: 0.94; color: #fff; max-width: 15ch; text-wrap: balance; }
.jbp .sub { margin: 22px 0 0; font-size: clamp(20px, 2.2vw, 30px); color: #fff; opacity: 0.92; }
.jbp .sub em { color: #7fb2e8; font-weight: 500; font-style: normal; }
.jbp .herocta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.jbp .btn-solid { display: inline-flex; align-items: center; height: 60px; padding: 0 32px; background: #0355a3; color: #fff !important; font-size: 17px; font-weight: 700; white-space: nowrap; }
.jbp .btn-solid:hover { background: #fff; color: #193251 !important; }
.jbp .btn-ghost { display: inline-flex; align-items: center; height: 60px; padding: 0 30px; border: 2px solid rgba(255,255,255,.7); color: #fff !important; font-size: 17px; font-weight: 700; white-space: nowrap; }
.jbp .btn-ghost:hover { background: #fff; color: #193251 !important; border-color: #fff; }
@keyframes jbpRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.jbp .usps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 56px; }
.jbp .usps > div { position: relative; overflow: hidden; padding: 30px 26px 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(2px); opacity: 0; animation: jbpRise .7s cubic-bezier(.2,.7,.3,1) forwards; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.jbp .usps > div:nth-child(1) { animation-delay: .05s; }
.jbp .usps > div:nth-child(2) { animation-delay: .15s; }
.jbp .usps > div:nth-child(3) { animation-delay: .25s; }
.jbp .usps > div:nth-child(4) { animation-delay: .35s; }
.jbp .usps > div::after { content: ''; position: absolute; left: 26px; bottom: 0; height: 4px; width: 28px; background: #0355a3; transition: width .35s cubic-bezier(.2,.7,.3,1); }
.jbp .usps > div:hover { transform: translateY(-6px); background: rgba(3,85,163,.22); border-color: rgba(127,178,232,.7); }
.jbp .usps > div:hover::after { width: calc(100% - 52px); }
.jbp .usps .n { position: absolute; top: 10px; right: 18px; font-family: 'Roboto Mono', monospace; font-size: 46px; font-weight: 700; line-height: 1; color: rgba(255,255,255,.09); letter-spacing: -.04em; }
.jbp .usps .t { position: relative; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.25; max-width: 15ch; }
.jbp .usps .d { position: relative; font-size: 14px; color: #fff; opacity: .72; margin-top: 8px; line-height: 1.5; max-width: 26ch; }
@media (prefers-reduced-motion: reduce) { .jbp .usps > div { animation: none; opacity: 1; } }

.jbp .two { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(300px, 1.15fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.jbp .two h2 { font-size: clamp(32px, 4vw, 54px); }
.jbp .rule { width: 64px; height: 6px; background: #0355a3; margin-top: 28px; }
.jbp .lead { margin: 0; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.6; }
.jbp .body { margin: 22px 0 0; font-size: 17px; line-height: 1.7; opacity: .78; }
.jbp .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; margin-top: 44px; padding-top: 32px; border-top: 1px solid rgba(25,50,81,.14); }
.jbp .stats .v { font-size: clamp(32px, 3.4vw, 44px); font-weight: 900; letter-spacing: -.03em; color: #0355a3; line-height: 1; }
.jbp .stats .l { font-size: 14px; opacity: .7; margin-top: 8px; }

.jbp .grey { background: #f4f6f9; }
.jbp .lightblue { background: #eaf2fb; }
.jbp .navy { background: #193251; color: #fff; }
.jbp .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.jbp .card { background: #fff; border: 1px solid rgba(25,50,81,.1); padding: 30px 26px 26px; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s ease, transform .15s ease; }
.jbp .card:hover { border-color: #0355a3; transform: translateY(-3px); }
.jbp .card .dot { width: 40px; height: 40px; border-radius: 999px; background: #193251; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Roboto Mono', monospace; font-size: 13px; }
.jbp .card .t { font-size: 20px; font-weight: 700; margin-top: 8px; }
.jbp .card .d { font-size: 15px; line-height: 1.5; opacity: .72; }
.jbp .card.blue { background: #0355a3; color: #fff; justify-content: space-between; gap: 18px; }
.jbp .card.blue a { color: #fff !important; font-weight: 700; font-size: 15px; border-bottom: 2px solid rgba(255,255,255,.5); align-self: flex-start; padding-bottom: 2px; }

.jbp .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.jbp .steps > div { border-top: 3px solid #0355a3; padding-top: 22px; }
.jbp .steps .n { font-family: 'Roboto Mono', monospace; font-size: 13px; color: #7fb2e8; margin-bottom: 12px; }
.jbp .steps .t { font-size: 21px; font-weight: 700; margin-bottom: 10px; }
.jbp .steps p { margin: 0; font-size: 15px; line-height: 1.6; opacity: .78; }
.jbp .quote { margin-top: 72px; padding: 40px; background: rgba(255,255,255,.06); border-left: 4px solid #0355a3; }
.jbp .quote p { margin: 0; font-size: clamp(19px, 2vw, 26px); line-height: 1.45; font-weight: 500; }
.jbp .quote .who { margin-top: 18px; font-size: 14px; opacity: .7; }

.jbp .faq { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1px; background: rgba(25,50,81,.14); }
.jbp .faq > div { background: #fff; padding: 30px 28px; }
.jbp .faq .q { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.jbp .faq .a { font-size: 15px; line-height: 1.6; opacity: .75; }

.jbp .formwrap { background: #eaf2fb; padding: clamp(28px, 3.5vw, 48px); border-top: 5px solid #0355a3; }
.jbp .fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.jbp label.f { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; }
.jbp input[type=text], .jbp input[type=tel], .jbp input[type=email], .jbp textarea { padding: 0 14px; height: 50px; border: 1px solid rgba(25,50,81,.2); background: #fff; font: 400 15px/1.4 Roboto, Helvetica, Arial, sans-serif; color: #193251; }
.jbp textarea { height: auto; padding: 14px; resize: vertical; }
.jbp input:focus, .jbp textarea:focus { outline: none; border-color: #0355a3; }
.jbp .chips { display: flex; flex-wrap: wrap; gap: 10px; }
.jbp .chip { height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(25,50,81,.2); background: #fff; color: #193251; font: 500 14px/1 Roboto, Helvetica, Arial, sans-serif; cursor: pointer; }
.jbp .chip.on { background: #0355a3; border-color: #0355a3; color: #fff; }
.jbp .submit { height: 58px; background: #0355a3; color: #fff; border: 0; font: 700 17px/1 Roboto, Helvetica, Arial, sans-serif; cursor: pointer; }
.jbp .submit:hover { background: #193251; }
.jbp .note { padding: 22px 24px; background: #f4f6f9; border-left: 4px solid #0355a3; }
.jbp .thanks { min-height: 380px; display: none; flex-direction: column; justify-content: center; gap: 16px; }
.jbp .thanks .tick { width: 52px; height: 52px; border-radius: 999px; background: #0355a3; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; }

.jbp .wa { position: fixed !important; bottom: 26px !important; right: 26px !important; z-index: 9999 !important; display: flex; align-items: center; gap: 10px; height: 58px; padding: 0 22px 0 18px; border-radius: 999px; background: #25d366; color: #fff !important; font-size: 15px; font-weight: 700; white-space: nowrap; box-shadow: 0 12px 28px rgba(18,140,74,.4); }
.jbp .wa:hover { background: #128c4a; }

.jbp footer { padding: 64px 6vw 40px; background: #193251; color: #fff; }
.jbp footer .row { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-end; }
.jbp footer a { color: #fff !important; font-size: 14px; opacity: .75; }
.jbp .maprow { display: grid; grid-template-columns: minmax(260px, 520px) minmax(240px, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.jbp .regionbtn { text-align: left; font-family: Roboto, Helvetica, Arial, sans-serif; background: #fff; border: 1px solid rgba(25,50,81,.14); border-left: 4px solid rgba(3,85,163,.25); padding: 14px 18px; cursor: pointer; display: flex; flex-direction: column; gap: 5px; transition: border-color .15s ease, background .15s ease; }
.jbp .regionbtn.on { background: #eaf2fb; border-color: #0355a3; border-left-color: #193251; }
.jbp .navtoggle { display: none; height: 44px; padding: 0 18px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; font: 700 15px/1 Roboto, Helvetica, Arial, sans-serif; border-radius: 999px; cursor: pointer; }
.jbp .navtoggle:hover { background: #fff; color: #193251; }
.jbp section[id] { scroll-margin-top: 16px; }
@media (max-width: 860px) {
  .jbp .two, .jbp .maprow { grid-template-columns: 1fr; }
  .jbp .navtoggle { display: inline-flex; align-items: center; }
  .jbp .hero-top { align-items: center; }
  .jbp nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px 0 4px; border-top: 1px solid rgba(255,255,255,.2); }
  .jbp nav.open { display: flex; }
  .jbp nav a { font-size: 17px; }
  .jbp .cta-pill { width: 100%; justify-content: center; }
}
.jbp .jbp-error { padding: 14px 16px; background: #fdecec; border-left: 4px solid #c0392b; font-size: 14px; line-height: 1.5; color: #7d2018; }
.jbp .submit[disabled] { opacity: .7; cursor: default; }
