/**
 * NORSAN Expertplatform — volledige app-shell.
 * Neemt de pagina over van het thema, dus alle basisstijlen staan hier.
 */

/* Google Material Symbols — icoonbasis. Gebruik <span class="nep-mi">naam</span>. */
.nep-mi {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
	vertical-align: middle;
	font-size: 20px;
}
.nep-mi--sm { font-size: 15px; }
/* Icoongroottes per plek. */
.nep-side__ic.nep-mi { font-size: 20px; width: 22px; }
.nep-stat__ic.nep-mi { font-size: 20px; }
.nep-action__i.nep-mi { font-size: 26px; }
.nep-action__a.nep-mi { font-size: 22px; }
.nep-mini__p.nep-mi { font-size: 18px; }
.nep-vid__play.nep-mi { font-size: 22px; }
.nep-chip__c .nep-mi { font-size: 15px; }
.nep-toplink .nep-mi { font-size: 14px; }

:root {
	--nep-navy: #163a5c;
	--nep-navy-d: #11304c;
	--nep-blue: #1f5e9e;
	--nep-blue-s: #e7f0f8;
	--nep-orange: #df7c39;
	--nep-orange-d: #c96a2b;
	--nep-cream: #fbf4ec;
	--nep-ink: #1f2d3a;
	--nep-muted: #6a7785;
	--nep-line: #e3e8ee;
	--nep-bg: #f4f6f9;
	--nep-green: #3f9d6b;
	--nep-green-s: #e6f3ec;
	--nep-r: 14px;
	--nep-sh: 0 1px 2px rgba(22, 58, 92, .06), 0 8px 24px rgba(22, 58, 92, .07);
	--nep-sh-lg: 0 12px 40px rgba(22, 58, 92, .16);
	--nep-font: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- reset binnen onze shell ---------- */
body.nep-shell {
	margin: 0;
	padding: 0;
	background: var(--nep-bg);
	color: var(--nep-ink);
	font-family: var(--nep-font);
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.nep-shell *,
body.nep-shell *::before,
body.nep-shell *::after { box-sizing: border-box; }

body.nep-shell h1,
body.nep-shell h2,
body.nep-shell h3,
body.nep-shell h4,
body.nep-shell p,
body.nep-shell ul { margin: 0; padding: 0; }

body.nep-shell ul { list-style: none; }
body.nep-shell a { color: inherit; text-decoration: none; }
body.nep-shell img { max-width: 100%; height: auto; }
body.nep-shell button { font-family: inherit; cursor: pointer; border: 0; background: none; }
body.nep-shell.admin-bar .nep-top { top: 32px; }
@media screen and (max-width: 782px) { body.nep-shell.admin-bar .nep-top { top: 46px; } }

/* ---------- logo ---------- */
.nep-logo { display: inline-flex; align-items: center; gap: 10px; max-height: 40px; overflow: hidden; }
.nep-logo img { height: 30px; width: auto; max-height: 30px; display: block; }
.nep-logo__t {
	font-weight: 800; font-size: 23px !important; line-height: 1; letter-spacing: .5px; color: var(--nep-navy);
	display: inline-flex; align-items: center; white-space: nowrap;
}
.nep-logo__t--light { color: #fff; }
.nep-logo__d {
	display: inline-block; width: 15px; height: 15px; margin: 0 1px; flex: none;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	transform: rotate(45deg);
	background: linear-gradient(135deg, var(--nep-orange), #e9a05f);
}
.nep-logo__tag {
	font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
	color: var(--nep-orange); padding-left: 11px; border-left: 1px solid var(--nep-line);
}

/* ---------- topbar ---------- */
.nep-top {
	position: sticky; top: 0; z-index: 40;
	height: 64px; background: #fff; border-bottom: 1px solid var(--nep-line);
	display: flex; align-items: center; justify-content: space-between;
	padding: 0 26px;
}
.nep-top__r { display: flex; align-items: center; gap: 18px; }

.nep-cart {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 10px; color: var(--nep-navy);
	background: var(--nep-bg); transition: background .12s, color .12s; flex: none;
}
.nep-cart:hover { background: var(--nep-blue-s); color: var(--nep-blue); }
.nep-cart .nep-mi { font-size: 22px; }
.nep-cart__b {
	position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px;
	background: var(--nep-orange); color: #fff; border-radius: 99px; padding: 0 5px;
	font-size: 11px; font-weight: 700; display: grid; place-items: center; line-height: 1;
	border: 2px solid #fff;
}

.nep-chip {
	display: inline-flex; align-items: center; gap: 9px;
	background: var(--nep-navy); color: #fff;
	padding: 7px 12px; border-radius: 99px; font-size: 13px; font-weight: 600;
}
.nep-chip__l { color: #9fc0db; font-weight: 500; font-size: 12px; }
.nep-chip__c { color: #fff; opacity: .7; font-size: 13px; padding: 0 2px; }
.nep-chip__c:hover { opacity: 1; }

.nep-toplink { font-size: 13px; color: var(--nep-muted); font-weight: 600; }
.nep-toplink:hover { color: var(--nep-navy); }

.nep-who { display: flex; align-items: center; gap: 10px; }
.nep-avatar {
	width: 36px; height: 36px; border-radius: 50%; flex: none;
	background: linear-gradient(135deg, var(--nep-blue), var(--nep-navy));
	color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 13px;
}
.nep-who__t strong { display: block; font-size: 13px; line-height: 1.1; }
.nep-who__t em { font-style: normal; font-size: 11px; color: var(--nep-muted); }

.nep-burger { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.nep-burger span { display: block; width: 20px; height: 2px; background: var(--nep-navy); border-radius: 2px; }

/* ---------- shell ---------- */
.nep-shell-grid { display: grid; grid-template-columns: 248px 1fr; min-height: calc(100vh - 64px); }

.nep-side {
	background: #fff; border-right: 1px solid var(--nep-line);
	padding: 20px 14px; position: sticky; top: 64px;
	height: calc(100vh - 64px); overflow: auto;
}
body.nep-shell.admin-bar .nep-side { top: 96px; height: calc(100vh - 96px); }

.nep-side__g {
	font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
	color: var(--nep-muted); font-weight: 700; margin: 14px 12px 8px;
}
.nep-side__g:first-child { margin-top: 0; }

.nep-side__i {
	display: flex; align-items: center; gap: 12px;
	padding: 11px 12px; border-radius: 10px;
	font-size: 14px; font-weight: 600; color: var(--nep-ink);
	transition: .12s;
}
.nep-side__i:hover { background: var(--nep-bg); }
.nep-side__i.is-on { background: var(--nep-navy); color: #fff; }
.nep-side__i.is-on .nep-side__ic { color: #fff; }
.nep-side__ic { width: 20px; flex: none; color: var(--nep-blue); font-size: 15px; text-align: center; }
.nep-side__b {
	margin-left: auto; font-size: 11px; background: var(--nep-orange); color: #fff;
	border-radius: 99px; padding: 1px 7px; font-weight: 700;
}

.nep-main { padding: 30px 38px 60px; max-width: 1280px; }

@media (max-width: 980px) {
	.nep-shell-grid { grid-template-columns: 1fr; }
	.nep-burger { display: flex; }
	.nep-top__r .nep-who__t,
	.nep-top__r .nep-toplink { display: none; }
	.nep-side {
		position: fixed; top: 64px; left: 0; bottom: 0; width: 248px; z-index: 39;
		transform: translateX(-100%); transition: transform .2s; height: auto;
	}
	.nep-side.is-open { transform: none; box-shadow: var(--nep-sh-lg); }
	.nep-main { padding: 22px; }
}

/* ---------- page head ---------- */
.nep-head { margin-bottom: 24px; }
.nep-head h1 { font-size: 26px; font-weight: 800; color: var(--nep-navy); line-height: 1.2; }
.nep-head p { color: var(--nep-muted); font-size: 15px; margin-top: 4px; }

/* ---------- primitives ---------- */
.nep-card { background: #fff; border: 1px solid var(--nep-line); border-radius: var(--nep-r); box-shadow: var(--nep-sh); }
.nep-pad { padding: 22px; }

.nep-h3 {
	font-size: 16px; font-weight: 800; color: var(--nep-navy);
	margin-bottom: 14px; display: flex; justify-content: space-between; align-items: center;
}
.nep-h3 a { font-size: 13px; color: var(--nep-orange); font-weight: 700; }

.nep-note {
	display: flex; gap: 10px; align-items: flex-start;
	background: var(--nep-blue-s); border: 1px solid #cfe0f0; color: var(--nep-navy);
	padding: 14px 16px; border-radius: 12px; font-size: 14px; margin-bottom: 22px;
}
.nep-note--warn { background: var(--nep-cream); border-color: #f0dcc4; color: var(--nep-orange-d); }

.nep-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--nep-orange, #df7c39) !important; color: #fff !important;
	font-weight: 700; font-size: 15px; line-height: 1; border: 0;
	padding: 13px 22px; border-radius: 10px; transition: .15s; cursor: pointer;
	text-decoration: none;
}
.nep-btn:hover { background: var(--nep-orange-d, #c96a2b) !important; }
.nep-btn--sm { padding: 9px 14px; font-size: 13px; border-radius: 9px; }
.nep-btn--block { width: 100%; margin-top: 13px; }
.nep-btn--ghost { background: var(--nep-blue-s); color: var(--nep-navy) !important; }
.nep-btn--ghost:hover { background: #d8e6f3; }

.nep-pill { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 99px; }
.nep-pill--b { background: var(--nep-blue-s); color: var(--nep-navy); }
.nep-pill--o { background: #fbe9d9; color: var(--nep-orange-d); }
.nep-pill--g { background: var(--nep-green-s); color: var(--nep-green); }

.nep-empty { color: var(--nep-muted); font-size: 14px; text-align: center; padding: 34px 10px; }

.nep-grid { display: grid; gap: 18px; }
.nep-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1250px) { .nep-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .nep-grid--3 { grid-template-columns: 1fr; } }

/* ---------- stats ---------- */
.nep-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nep-stats--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1100px) { .nep-stats, .nep-stats--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nep-stats, .nep-stats--3 { grid-template-columns: 1fr; } }

.nep-stat { padding: 20px; position: relative; }
.nep-stat__l { font-size: 13px; color: var(--nep-muted); font-weight: 600; }
.nep-stat__v {
	font-size: 28px; font-weight: 800; color: var(--nep-navy);
	margin-top: 6px; letter-spacing: -.5px; line-height: 1.1;
}
.nep-stat__v .woocommerce-Price-amount { font-size: inherit; font-weight: inherit; color: inherit; }
.nep-stat__d { font-size: 12px; color: var(--nep-muted); margin-top: 4px; font-weight: 600; }
.nep-stat__ic {
	position: absolute; top: 18px; right: 18px;
	width: 40px; height: 40px; border-radius: 11px;
	background: var(--nep-blue-s); color: var(--nep-blue);
	display: grid; place-items: center; font-size: 17px;
}

/* ---------- actions ---------- */
.nep-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
@media (max-width: 900px) { .nep-actions { grid-template-columns: 1fr; } }

.nep-action { display: flex; align-items: center; gap: 18px; padding: 24px; transition: .15s; }
.nep-action:hover { transform: translateY(-2px); box-shadow: var(--nep-sh-lg); border-color: #cfe0f0; }
.nep-action__i { width: 54px; height: 54px; border-radius: 14px; flex: none; display: grid; place-items: center; font-size: 24px; }
.nep-action__i--o { background: #fbe9d9; }
.nep-action__i--b { background: var(--nep-blue-s); }
.nep-action__t { flex: 1; }
.nep-action__t strong { display: block; font-size: 17px; color: var(--nep-navy); }
.nep-action__t em { font-style: normal; font-size: 13px; color: var(--nep-muted); margin-top: 3px; display: block; }
.nep-action__a { color: var(--nep-orange); font-size: 20px; font-weight: 800; }

/* ---------- cols ---------- */
.nep-cols { display: grid; grid-template-columns: 1fr 360px; gap: 22px; margin-top: 22px; }
@media (max-width: 1100px) { .nep-cols { grid-template-columns: 1fr; } }

.nep-mini { display: flex; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--nep-line); }
.nep-mini:last-child { border-bottom: 0; }
.nep-mini__p {
	width: 64px; height: 44px; border-radius: 8px; flex: none;
	background: linear-gradient(135deg, var(--nep-navy), var(--nep-blue));
	color: #fff; display: grid; place-items: center; font-size: 13px;
}
.nep-mini__t { flex: 1; }
.nep-mini__t strong { display: block; font-size: 14px; font-weight: 700; }
.nep-mini__t em { font-style: normal; font-size: 12px; color: var(--nep-muted); }

/* ---------- table ---------- */
.nep-tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
.nep-tbl th {
	text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .6px;
	color: var(--nep-muted); font-weight: 700; padding: 0 14px 12px;
}
.nep-tbl td { padding: 13px 14px; border-top: 1px solid var(--nep-line); }
.nep-tbl tr:hover td { background: #fbfcfd; }
.nep-tbl .woocommerce-Price-amount { font-weight: 700; color: var(--nep-ink); }
.nep-com .woocommerce-Price-amount { font-weight: 800; color: var(--nep-green); }
.nep-linkfield {
	width: 100%; font-family: ui-monospace, monospace; font-size: 11px;
	padding: 6px 8px; border: 1px solid var(--nep-line); border-radius: 6px; background: #fbfcfd;
}

/* ---------- products ---------- */
.nep-prod { overflow: hidden; display: flex; flex-direction: column; }
.nep-prod__ph { height: 200px; background: #fff; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 14px; }
.nep-prod__ph img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; margin: 0 auto; }
.nep-prod__b { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.nep-prod__b h3 { font-size: 15px; color: var(--nep-navy); font-weight: 700; }
.nep-prod__pr { margin-top: auto; padding-top: 12px; display: flex; align-items: baseline; gap: 9px; }
.nep-old { color: var(--nep-muted); text-decoration: line-through; font-size: 13px; }
.nep-old .woocommerce-Price-amount { font-size: inherit; color: inherit; }
.nep-new { font-size: 21px; font-weight: 800; color: var(--nep-navy); }
.nep-new .woocommerce-Price-amount { font-size: inherit; font-weight: inherit; color: inherit; }
.nep-save { font-size: 11px; color: var(--nep-green); font-weight: 700; margin-top: 4px; }
.nep-save--none { color: var(--nep-orange-d); }

/* ---------- materials ---------- */
.nep-mat { padding: 18px; display: flex; flex-direction: column; }
.nep-mat__ph { height: 90px; display: grid; place-items: center; background: var(--nep-cream); border-radius: 10px; margin-bottom: 10px; }
.nep-mat__ph img { max-height: 80px; width: auto; object-fit: contain; }
.nep-mat h4 { font-size: 14px; color: var(--nep-navy); }
.nep-mat__free { font-size: 12px; color: var(--nep-green); font-weight: 700; margin-top: 3px; }
.nep-mat__max { font-size: 11px; color: var(--nep-orange-d); font-weight: 700; margin: 5px 0 12px; }
.nep-mat__f { display: flex; gap: 8px; margin-top: auto; }
.nep-qty { width: 64px; padding: 9px; border: 1px solid var(--nep-line); border-radius: 9px; font-size: 14px; font-family: inherit; }
.nep-free { color: var(--nep-green); font-weight: 700; }

/* ---------- events ---------- */
.nep-ev { display: flex; gap: 16px; align-items: center; padding: 18px; margin-bottom: 12px; }
.nep-ev__d {
	flex: none; background: var(--nep-navy); color: #fff; border-radius: 10px;
	padding: 12px 14px; font-weight: 800; font-size: 13px; text-align: center; min-width: 74px;
}
.nep-ev__b { flex: 1; }
.nep-ev__b h4 { font-size: 16px; color: var(--nep-navy); }
.nep-ev__b p { font-size: 13px; color: var(--nep-muted); margin-top: 3px; }

/* ---------- media ---------- */
.nep-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; align-items: center; }
.nep-search {
	flex: 1; min-width: 220px; padding: 11px 14px;
	border: 1px solid var(--nep-line); border-radius: 10px; font-size: 14px; font-family: inherit;
}
.nep-filters select {
	padding: 10px 12px; border: 1px solid var(--nep-line); border-radius: 10px;
	font-size: 13px; font-weight: 600; background: #fff; color: var(--nep-muted); font-family: inherit;
}
.nep-vid { overflow: hidden; transition: .15s; }
.nep-vid:hover { transform: translateY(-2px); box-shadow: var(--nep-sh-lg); }
.nep-vid__ph {
	display: grid; place-items: center; height: 150px; position: relative; overflow: hidden;
	background: linear-gradient(135deg, var(--nep-navy), var(--nep-blue));
}
.nep-vid__ph img { width: 100%; height: 100%; object-fit: cover; }
/* Play-knop is nu een echte button die de modal opent. */
.nep-vid__open { width: 100%; border: 0; padding: 0; cursor: pointer; }
.nep-vid__open[disabled] { cursor: default; opacity: .7; }
.nep-vid__playwrap {
	position: absolute; inset: 0; display: grid; place-items: center;
	background: rgba(22, 58, 92, .18); transition: background .15s;
}
.nep-vid__open:hover .nep-vid__playwrap { background: rgba(22, 58, 92, .32); }
.nep-vid__play {
	width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .95);
	color: var(--nep-navy); display: grid; place-items: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .25); transition: transform .15s;
}
.nep-vid__open:hover .nep-vid__play { transform: scale(1.08); }
.nep-vid__play.nep-mi { font-size: 30px; }
.nep-vid__dur {
	position: absolute; bottom: 8px; right: 8px; background: rgba(0, 0, 0, .6);
	color: #fff; font-size: 11px; padding: 2px 7px; border-radius: 5px; font-weight: 600;
}
.nep-vid__b { padding: 14px; }
.nep-vid__b h4 { font-size: 14px; color: var(--nep-navy); line-height: 1.3; margin-bottom: 8px; }

/* Video-modal */
.nep-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 20px; }
.nep-modal[hidden] { display: none; }
.nep-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 30, 48, .78); backdrop-filter: blur(2px); }
.nep-modal__box {
	position: relative; width: min(960px, 100%); background: #0d1b2a; border-radius: 14px;
	overflow: hidden; box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
}
.nep-modal__head {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 14px 18px; background: var(--nep-navy);
}
.nep-modal__head h3 { color: #fff; font-size: 16px; font-weight: 700; margin: 0; }
.nep-modal__x {
	background: rgba(255, 255, 255, .12); border: 0; color: #fff; cursor: pointer;
	width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; flex: none;
}
.nep-modal__x:hover { background: rgba(255, 255, 255, .24); }
.nep-modal__video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.nep-modal__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- builder ---------- */
.nep-builder { display: grid; grid-template-columns: 1fr 360px; gap: 22px; align-items: start; }
@media (max-width: 1100px) { .nep-builder { grid-template-columns: 1fr; } }
.nep-builder .nep-search { width: 100%; margin-bottom: 14px; }

.nep-pick {
	display: flex; gap: 12px; align-items: center; padding: 12px;
	border: 1px solid var(--nep-line); border-radius: 11px; background: #fff; margin-bottom: 10px;
}
.nep-pick img { width: 46px; height: 60px; object-fit: contain; flex: none; }
.nep-pick__ph { width: 46px; height: 60px; background: var(--nep-cream); border-radius: 8px; flex: none; }
.nep-pick__n { flex: 1; }
.nep-pick__n strong { display: block; font-size: 14px; color: var(--nep-navy); }
.nep-pick__n span { font-size: 12px; color: var(--nep-muted); }

.nep-stepper { display: flex; align-items: center; border: 1px solid var(--nep-line); border-radius: 9px; overflow: hidden; }
.nep-stepper button { width: 34px; height: 38px; background: #fff; font-size: 17px; color: var(--nep-navy); }
.nep-stepper button:hover { background: var(--nep-bg); }
.nep-stepper span { width: 34px; text-align: center; font-weight: 700; font-size: 14px; }

.nep-panel { position: sticky; top: 88px; }
.nep-line { display: flex; justify-content: space-between; font-size: 13px; padding: 7px 0; border-bottom: 1px solid var(--nep-line); }
.nep-line--tot { border: 0; font-weight: 800; color: var(--nep-navy); font-size: 17px; padding-top: 12px; }
.nep-line--com { border: 0; color: var(--nep-green); font-weight: 700; }

.nep-link { margin-top: 14px; background: var(--nep-navy); border-radius: 12px; padding: 16px; }
.nep-link__u {
	background: rgba(255, 255, 255, .1); border-radius: 9px; padding: 11px 13px;
	font: 12px/1.5 ui-monospace, monospace; color: #dcebf9; word-break: break-all;
}
.nep-link__a { display: flex; gap: 8px; margin-top: 12px; }
.nep-link__a .nep-btn { flex: 1; }

/* ---------- login page ---------- */
.nep-lp { min-height: 100vh; display: flex; align-items: stretch; }
@media (max-width: 860px) { .nep-lp { flex-direction: column; } }

.nep-lp__art {
	flex: 1; position: relative; overflow: hidden; color: #fff;
	background: linear-gradient(160deg, var(--nep-navy) 0%, var(--nep-blue) 100%);
	padding: 56px; display: flex; flex-direction: column; justify-content: space-between;
}
.nep-lp__art::after {
	content: ""; position: absolute; right: -120px; bottom: -120px;
	width: 420px; height: 420px; border-radius: 50%; background: rgba(255, 255, 255, .05);
}
.nep-lp__art::before {
	content: ""; position: absolute; left: -80px; top: -80px;
	width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .04);
}
.nep-lp__logo, .nep-lp__copy, .nep-lp__foot { position: relative; z-index: 1; }
.nep-lp__badge {
	display: inline-flex; align-items: center; background: #fff;
	padding: 11px 18px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0, 0, 0, .14);
}
.nep-lp__badge img { height: 30px; width: auto; }
.nep-lp__copy h1 { font-size: 34px; line-height: 1.2; font-weight: 800; max-width: 13ch; margin-bottom: 18px; }
.nep-lp__copy p { max-width: 40ch; color: #cdddec; font-size: 16px; }
.nep-lp__copy ul { margin-top: 32px; display: grid; gap: 14px; }
.nep-lp__copy li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #e4eef6; }
.nep-lp__copy li span {
	flex: none; width: 24px; height: 24px; border-radius: 50%;
	background: rgba(255, 255, 255, .14); color: var(--nep-orange);
	display: grid; place-items: center; font-weight: 800; font-size: 12px;
}
.nep-lp__foot { font-size: 13px; color: #9fc0db; }

.nep-lp__form {
	width: 480px; max-width: 100%; background: #fff;
	display: flex; flex-direction: column; justify-content: center; padding: 56px 60px;
}
@media (max-width: 860px) { .nep-lp__form { width: 100%; padding: 40px 24px; } .nep-lp__art { padding: 40px 24px; } }

.nep-lp__form h2,
.nep-lp__form h3 { font-size: 24px; color: var(--nep-navy); margin-bottom: 6px; }
.nep-lp__form .nep-eyebrow {
	font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
	color: var(--nep-orange); margin-bottom: 6px;
}
.nep-lp__form .nep-sub { color: var(--nep-muted); font-size: 14px; margin-bottom: 26px; }

.nep-lp__form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--nep-ink); }
.nep-lp__form .login-username,
.nep-lp__form .login-password { margin-bottom: 16px; }
.nep-lp__form .login-remember { margin-bottom: 16px; font-size: 13px; color: var(--nep-muted); }
.nep-lp__form .login-remember label { display: inline; font-weight: 500; }
.nep-lp__form input[type="text"],
.nep-lp__form input[type="password"] {
	width: 100%; padding: 13px 14px; border: 1px solid var(--nep-line);
	border-radius: 10px; font-size: 15px; background: #fbfcfd; font-family: inherit;
}
.nep-lp__form input[type="text"]:focus,
.nep-lp__form input[type="password"]:focus {
	outline: none; border-color: var(--nep-blue); box-shadow: 0 0 0 3px var(--nep-blue-s);
}
.nep-lp__form input[type="submit"],
.nep-lp__form .button {
	width: 100%; background: var(--nep-orange); color: #fff; border: 0;
	border-radius: 10px; padding: 13px 22px; font-weight: 700; font-size: 15px;
	cursor: pointer; font-family: inherit;
}
.nep-lp__form input[type="submit"]:hover,
.nep-lp__form .button:hover { background: var(--nep-orange-d); }
.nep-lp__lost { margin-top: 18px; font-size: 13px; }
.nep-lp__lost a { color: var(--nep-blue); font-weight: 600; }

/* ---------- WooCommerce notices binnen de shell ---------- */
body.nep-shell .woocommerce-message,
body.nep-shell .woocommerce-info,
body.nep-shell .woocommerce-error {
	background: var(--nep-blue-s); border: 1px solid #cfe0f0; color: var(--nep-navy);
	padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; list-style: none;
}
body.nep-shell .woocommerce-error { background: #fdecea; border-color: #f5c6c2; color: #a93226; }

/* ============================================================
   Thema-onderdelen (homepage, losse pagina's) — NORSAN Expert-thema
   ============================================================ */

/* prose: leesbare inhoud in losse pagina's/berichten */
.nep-prose { font-size: 15px; color: var(--nep-ink); line-height: 1.7; }
.nep-prose h2 { font-size: 21px; color: var(--nep-navy); margin: 24px 0 10px; }
.nep-prose h3 { font-size: 17px; color: var(--nep-navy); margin: 20px 0 8px; }
.nep-prose p { margin: 0 0 14px; }
.nep-prose a { color: var(--nep-blue); font-weight: 600; }
.nep-prose ul, .nep-prose ol { margin: 0 0 14px 22px; }
.nep-prose li { margin-bottom: 6px; }
.nep-prose img { border-radius: 10px; }

.nep-btn--lg { padding: 15px 30px; font-size: 16px; }

.nep-pager { margin-top: 20px; }
.nep-pager a { color: var(--nep-blue); font-weight: 600; }

/* hero op de homepage */
.nep-hero {
	background: linear-gradient(160deg, var(--nep-navy) 0%, var(--nep-blue) 100%);
	border-radius: var(--nep-r); color: #fff; padding: 56px 48px;
	position: relative; overflow: hidden; margin-bottom: 22px;
}
.nep-hero::after {
	content: ""; position: absolute; right: -120px; bottom: -140px;
	width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.05);
}
.nep-hero::before {
	content: ""; position: absolute; left: -80px; top: -90px;
	width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.04);
}
.nep-hero__in { position: relative; z-index: 1; max-width: 620px; }
.nep-hero__logo { background: #fff; display: inline-flex; padding: 10px 16px; border-radius: 12px; margin-bottom: 22px; }
.nep-hero__logo img { height: 30px; width: auto; }
.nep-hero__eyebrow {
	font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
	color: var(--nep-orange); display: block; margin-bottom: 10px;
}
.nep-hero h1 { font-size: 34px; line-height: 1.2; font-weight: 800; margin-bottom: 14px; }
.nep-hero p { font-size: 16px; color: #cdddec; margin-bottom: 26px; max-width: 46ch; }

/* usp-grid */
.nep-usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1100px) { .nep-usps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nep-usps { grid-template-columns: 1fr; } }
.nep-usp { padding: 24px; }
.nep-usp__i {
	width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
	background: var(--nep-blue-s); color: var(--nep-blue); font-size: 22px; margin-bottom: 14px;
}
.nep-usp h3 { font-size: 16px; color: var(--nep-navy); margin-bottom: 6px; }
.nep-usp p { font-size: 13px; color: var(--nep-muted); line-height: 1.5; }

/* WooCommerce cart/checkout binnen de shell wat inpassen */
body.nep-shell .woocommerce { font-size: 14px; }
body.nep-shell .woocommerce table.shop_table {
	border-radius: 12px; border: 1px solid var(--nep-line); background: #fff; overflow: hidden;
}
body.nep-shell .woocommerce .button,
body.nep-shell .woocommerce button.button,
body.nep-shell .woocommerce input.button {
	background: var(--nep-orange); color: #fff; border-radius: 9px; font-weight: 700;
	border: 0; padding: 12px 20px;
}
body.nep-shell .woocommerce .button:hover { background: var(--nep-orange-d); }
body.nep-shell .woocommerce .button.alt,
body.nep-shell .woocommerce #place_order {
	background: var(--nep-navy);
}
body.nep-shell .woocommerce .button.alt:hover { background: var(--nep-navy-d); }
body.nep-shell .woocommerce a { color: var(--nep-blue); }
body.nep-shell .cart_totals h2,
body.nep-shell .woocommerce-checkout h3 { color: var(--nep-navy); }

/* WooCommerce BLOCKS (blok-gebaseerde cart/checkout) — knoppen in NORSAN-stijl.
   De "Doorgaan naar afrekenen"- en "Bestelling plaatsen"-knoppen zijn standaard
   donker; hier zetten we ze naar oranje. */
body.nep-shell .wc-block-cart__submit-button,
body.nep-shell .wc-block-components-button:not(.is-link),
body.nep-shell .wp-block-woocommerce-checkout-place-order-button,
body.nep-shell .wc-block-components-checkout-place-order-button {
	background: var(--nep-orange, #df7c39) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
}
body.nep-shell .wc-block-cart__submit-button:hover,
body.nep-shell .wc-block-components-button:not(.is-link):hover,
body.nep-shell .wp-block-woocommerce-checkout-place-order-button:hover,
body.nep-shell .wc-block-components-checkout-place-order-button:hover {
	background: var(--nep-orange-d, #c96a2b) !important;
}
/* Tekstlinks binnen de blocks (bijv. "Waardebonnen toevoegen") in NORSAN-blauw. */
body.nep-shell .wc-block-components-button.is-link { color: var(--nep-blue) !important; }
/* Titels binnen de blok-winkelwagen. */
body.nep-shell .wc-block-cart__totals-title,
body.nep-shell .wc-block-components-title { color: var(--nep-navy) !important; }

/* ============================================================
   Expertcode-veld op cart/checkout
   ============================================================ */
.nep-codefield {
	background: var(--nep-blue-s, #e7f0f8); border: 1px solid #cfe0f0;
	border-radius: 12px; padding: 16px 18px; margin-bottom: 18px;
}
.nep-codefield label {
	display: block; font-size: 13px; font-weight: 700;
	color: var(--nep-navy, #163a5c); margin-bottom: 8px;
}
.nep-codefield__row { display: flex; gap: 8px; }
.nep-codefield__row input {
	flex: 1; padding: 11px 13px; border: 1px solid #cfe0f0; border-radius: 9px;
	font-size: 14px; text-transform: uppercase; background: #fff;
}
.nep-codefield__row input:focus {
	outline: none; border-color: var(--nep-blue, #1f5e9e);
	box-shadow: 0 0 0 3px rgba(31,94,158,.12);
}
.nep-codefield__row .button {
	background: var(--nep-orange, #df7c39) !important; color: #fff !important;
	border: 0 !important; border-radius: 9px !important; font-weight: 700 !important;
	padding: 11px 18px !important;
}
.nep-codefield__row .button:hover { background: var(--nep-orange-d, #c96a2b) !important; }
.nep-codefield__active {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	font-size: 14px; color: var(--nep-navy, #163a5c);
}
.nep-codefield__active strong { color: var(--nep-green, #3f9d6b); }
.nep-codefield__remove {
	background: none; border: 0; color: var(--nep-muted, #6a7785);
	font-size: 12px; text-decoration: underline; cursor: pointer; padding: 0;
}
.nep-codefield__remove:hover { color: #c0392b; }

/* code-field: notitie-regel + blocks-context */
.nep-codefield__note { font-size: 13px; margin-top: 8px; min-height: 1em; }
.nep-codefield__note.is-error { color: #c0392b; }
.wc-block-cart .nep-codefield,
.wc-block-checkout .nep-codefield { margin-bottom: 24px; }

/* prijsstaffel op de productkaart */
.nep-per { font-size: 11px; color: var(--nep-muted); margin-left: 4px; }
.nep-tiers {
	margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--nep-line);
}
.nep-tiers__h {
	font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
	color: var(--nep-muted); margin-bottom: 6px;
}
.nep-tiers__r {
	display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: baseline;
	padding: 6px 0; font-size: 13px;
	border-bottom: 1px dashed var(--nep-line);
}
.nep-tiers__r:last-child { border-bottom: 0; }
.nep-tiers__q { color: var(--nep-ink); }
.nep-tiers__p { font-weight: 700; color: var(--nep-navy); text-align: right; }
.nep-tiers__p .woocommerce-Price-amount { font-size: inherit; color: inherit; }
.nep-tiers__d { font-size: 11px; font-weight: 700; color: var(--nep-green); min-width: 40px; text-align: right; }

/* mandje-voor-klant: productkaarten in shop-stijl */
.nep-builder-grid { margin-top: 4px; }
.nep-bprod { transition: box-shadow .15s, border-color .15s; }
.nep-bprod.is-picked { border-color: var(--nep-orange); box-shadow: 0 0 0 2px rgba(223,124,57,.18); }
.nep-bprod .nep-prod__ph { position: relative; }
.nep-bprod__noimg { color: var(--nep-navy); font-weight: 800; letter-spacing: .5px; opacity: .25; }
.nep-bprod__badge {
	position: absolute; top: 8px; right: 8px; min-width: 22px; height: 22px;
	background: var(--nep-orange); color: #fff; border-radius: 99px;
	font-size: 12px; font-weight: 700; display: grid; place-items: center; padding: 0 6px;
}
.nep-bprod__sku { font-size: 11px; color: var(--nep-muted); margin: 2px 0 10px; font-family: ui-monospace, monospace; }
.nep-stepper--block { display: flex; width: 100%; margin-top: auto; }
.nep-stepper--block button { flex: none; }
.nep-stepper--block span { flex: 1; }

/* aantalselector op de productkaart in de expert-shop */
.nep-prod__add { margin-top: 12px; display: flex; flex-direction: row; align-items: stretch; gap: 8px; }
.nep-prod__add .nep-stepper--qty { width: auto; flex: none; }
.nep-prod__add .nep-stepper--qty .nep-qtyinput { width: 46px; flex: none; }
.nep-prod__add .nep-btn--block { flex: 1; width: auto; margin-top: 0; }
.nep-stepper--qty {
	display: flex; align-items: stretch; border: 1px solid var(--nep-line);
	border-radius: 9px; overflow: hidden; width: 100%;
}
.nep-stepper--qty .nep-qtybtn {
	width: 40px; background: #fff; border: 0; font-size: 18px; color: var(--nep-navy);
	cursor: pointer; flex: none; transition: background .12s;
}
.nep-stepper--qty .nep-qtybtn:hover { background: var(--nep-bg); }
.nep-qtyinput {
	flex: 1; min-width: 0; text-align: center; border: 0; border-left: 1px solid var(--nep-line);
	border-right: 1px solid var(--nep-line); font-size: 15px; font-weight: 700;
	color: var(--nep-navy); font-family: inherit; -moz-appearance: textfield; background: #fff;
}
.nep-qtyinput::-webkit-outer-spin-button,
.nep-qtyinput::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Builder-stepper: full-width in de kaart, aantal als span (geen input). */
.nep-stepper--builder { display: flex; width: 100%; margin-top: auto; }
.nep-stepper--builder .nep-qtybtn { flex: none; }
.nep-qtyval {
	flex: 1; display: flex; align-items: center; justify-content: center;
	font-size: 15px; font-weight: 700; color: var(--nep-navy);
	border-left: 1px solid var(--nep-line); border-right: 1px solid var(--nep-line);
	background: #fff;
}
.nep-vid__speaker { font-size: 12px; color: var(--nep-muted); margin-bottom: 8px; }
