/* Waarom Datic — converterende feature-pagina */

@keyframes wd-rise {
	from { opacity: 0; transform: translateY(22px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes wd-ken-pan {
	0% { transform: scale(1.05) translate3d(0, 0, 0); }
	100% { transform: scale(1.12) translate3d(-1.2%, -0.8%, 0); }
}
@keyframes wd-pulse-soft {
	0%, 100% { transform: scale(1); opacity: 0.95; }
	50% { transform: scale(1.06); opacity: 1; }
}

.wd {
	--wd-ink: #1e1a17;
	--wd-muted: #6a635c;
	--wd-foam: #f3f1ed;
	--wd-line: #e6e2dc;
	--wd-mint: #5cb85c;
	--wd-mint-deep: #449d44;
	--wd-panel: #ffffff;
	--wd-font: "Outfit", system-ui, sans-serif;
	--wd-display: "Fraunces", Georgia, serif;
	color: var(--wd-muted);
	font-family: var(--wd-font);
}

.wd h1,
.wd h2,
.wd h3 {
	font-family: var(--wd-display);
	color: var(--wd-ink);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.wd-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.wd-reveal.is-in {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	.wd-reveal { opacity: 1; transform: none; transition: none; }
	.wd-hero__media { animation: none !important; }
}

/* ---- Hero ---- */
.wd-hero {
	position: relative;
	min-height: clamp(320px, 48vh, 420px);
	display: flex;
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	margin: 0;
}

.wd-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: url('../images/bg02.jpg');
	background-size: cover;
	background-position: center;
	animation: wd-ken-pan 28s ease-in-out alternate infinite;
}

.wd-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(115deg, rgba(30, 26, 23, 0.82) 0%, rgba(30, 26, 23, 0.55) 48%, rgba(30, 26, 23, 0.38) 100%),
		radial-gradient(ellipse 60% 50% at 85% 20%, rgba(92, 184, 92, 0.22), transparent 55%);
}

.wd-hero__inner {
	width: min(720px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.75rem 0 2rem;
	color: #fff;
	animation: wd-rise 0.85s ease both;
}

.wd-brand {
	font-family: var(--wd-display);
	font-size: clamp(2.4rem, 7vw, 3.6rem);
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.55rem;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.wd-brand--sm {
	font-size: clamp(1.6rem, 4vw, 2rem);
	color: var(--wd-ink);
	margin-bottom: 0.35rem;
}

.wd-hero__title {
	color: #fff !important;
	font-size: clamp(1.55rem, 3.8vw, 2.15rem);
	font-weight: 600;
	margin: 0 0 0.75rem;
}

.wd-hero__lead {
	margin: 0 0 1.4rem;
	font-size: 1.08rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	max-width: 34rem;
}

.wd-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

/* ---- Jump nav ---- */
.wd-jump {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--wd-line);
}

.wd-jump__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.55rem 1rem;
	display: flex;
	gap: 0.35rem 1rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.wd-jump__inner::-webkit-scrollbar { display: none; }

.wd-jump a {
	flex: 0 0 auto;
	color: var(--wd-muted) !important;
	text-decoration: none !important;
	font-size: 0.88rem;
	font-weight: 600;
	white-space: nowrap;
}
.wd-jump a:hover {
	color: var(--wd-mint-deep) !important;
}

/* ---- Bands ---- */
.wd-band {
	padding: 3.5rem 1rem;
}

.wd-band--tint {
	background: rgba(255, 255, 255, 0.55);
	border-top: 1px solid var(--wd-line);
	border-bottom: 1px solid var(--wd-line);
}

.wd-band--accent {
	padding: 2.5rem 1rem 3.25rem;
	background:
		radial-gradient(ellipse 70% 80% at 100% 0%, rgba(92, 184, 92, 0.2), transparent 50%),
		linear-gradient(145deg, #2a2420 0%, #1e1a17 60%, #241f1b 100%);
	color: rgba(255, 255, 255, 0.82);
}

.wd-band--accent h2 {
	color: #fff !important;
}

/* ---- Split ---- */
.wd-split {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 900px) {
	.wd-split {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 3rem;
	}
	.wd-split--flip .wd-split__copy { order: 2; }
	.wd-split--flip .wd-split__visual { order: 1; }
}

.wd-eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wd-mint-deep);
}

.wd-eyebrow--on-dark {
	color: #9fd49f;
}

.wd-split__copy h2 {
	font-size: clamp(1.55rem, 3vw, 2rem);
}

.wd-split__copy > p {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 34rem;
}

.wd-list {
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.wd-list li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.35rem;
	line-height: 1.45;
}

.wd-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--wd-mint);
}

.wd-list--on-dark li {
	color: rgba(255, 255, 255, 0.88);
}
.wd-list--on-dark li::before {
	background: #9fd49f;
}

.wd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
.wd-actions--center {
	justify-content: center;
}

/* ---- Buttons ---- */
.wd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none !important;
	border: 2px solid transparent;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.wd-btn:hover {
	transform: translateY(-1px);
}
.wd-btn--lg {
	padding: 0.85rem 1.55rem;
	font-size: 1.05rem;
}
.wd-btn--solid {
	background: var(--wd-mint) !important;
	border-color: var(--wd-mint) !important;
	color: #fff !important;
}
.wd-btn--solid:hover {
	background: var(--wd-mint-deep) !important;
	border-color: #419641 !important;
	color: #fff !important;
}
.wd-btn--ghost {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
}
.wd-btn--ghost:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
}
.wd-btn--soft {
	background: #fff !important;
	border-color: var(--wd-line) !important;
	color: var(--wd-ink) !important;
}
.wd-btn--soft:hover {
	border-color: #cfc8bf !important;
	color: var(--wd-ink) !important;
}
.wd-btn--on-dark {
	background: #fff !important;
	border-color: #fff !important;
	color: var(--wd-ink) !important;
}
.wd-btn--ghost-dark {
	background: transparent !important;
	border-color: #cfc8bf !important;
	color: var(--wd-ink) !important;
}

/* ---- Icon grid ---- */
.wd-center {
	max-width: 1100px;
	margin: 0 auto 1.75rem;
	text-align: center;
}
.wd-center--narrow {
	max-width: 40rem;
}
.wd-center h2 {
	font-size: clamp(1.55rem, 3vw, 2rem);
}
.wd-lead {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.6;
}

.wd-icon-grid {
	max-width: 1100px;
	margin: 0 auto 1.75rem;
	display: grid;
	gap: 1.1rem;
	grid-template-columns: 1fr;
}
@media (min-width: 600px) {
	.wd-icon-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
	.wd-icon-grid { grid-template-columns: repeat(4, 1fr); }
}

.wd-icon-item {
	padding: 1.15rem 1rem 1.25rem;
	background: var(--wd-panel);
	border: 1px solid var(--wd-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(30, 26, 23, 0.04);
	text-align: left;
}
.wd-icon-item h3 {
	font-size: 1.05rem;
	margin: 0 0 0.35rem;
	font-family: var(--wd-font);
	font-weight: 700;
}
.wd-icon-item p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
}
.wd-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: 0.65rem;
	border-radius: 12px;
	background: rgba(92, 184, 92, 0.14);
	color: var(--wd-mint-deep);
	font-size: 1.1rem;
}

/* ---- Photo band ---- */
.wd-photo {
	position: relative;
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	isolation: isolate;
	overflow: hidden;
}
.wd-photo__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: url('../images/bg02.jpg');
	background-size: cover;
	background-position: center 35%;
	filter: saturate(0.9);
}
.wd-photo__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(30, 26, 23, 0.55);
}
.wd-photo__quote {
	margin: 0;
	padding: 2rem 1.25rem;
	font-family: var(--wd-display);
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	color: #fff;
	text-align: center;
	max-width: 28rem;
	line-height: 1.3;
}

/* ---- Highlight (vrouwen) ---- */
.wd-highlight {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	gap: 2rem;
	align-items: center;
}
@media (min-width: 900px) {
	.wd-highlight {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 2.5rem;
	}
}
.wd-highlight__copy > p {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.88);
}

/* ---- Finale ---- */
.wd-finale {
	padding: 3.75rem 1rem 4.5rem;
	background: var(--wd-panel);
	border-top: 1px solid var(--wd-line);
	text-align: center;
}
.wd-finale__inner {
	max-width: 36rem;
	margin: 0 auto;
}
.wd-finale h2 {
	font-size: clamp(1.55rem, 3vw, 2rem);
}
.wd-finale p {
	margin: 0 0 1.35rem;
	font-size: 1.05rem;
}

/* ---- Product mocks ---- */
.wd-mock {
	border-radius: 18px;
	border: 1px solid var(--wd-line);
	background: var(--wd-panel);
	box-shadow: 0 14px 36px rgba(30, 26, 23, 0.08);
	overflow: hidden;
}

.wd-mock--blur {
	padding: 1.35rem 1.2rem 1.1rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(92, 184, 92, 0.12), transparent 45%),
		var(--wd-panel);
}
.wd-mock__row {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}
.wd-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 30%, #c8e6c8, #7cb87c 55%, #4a8f4a);
}
.wd-avatar--blur {
	filter: blur(5px);
	opacity: 0.75;
	transform: scale(1.02);
}
.wd-avatar--clear {
	box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.35);
}
.wd-mock__caption {
	margin: 0.5rem 0 0;
	text-align: center;
	font-size: 0.85rem;
	color: var(--wd-muted);
}

.wd-mock--map {
	position: relative;
	min-height: 260px;
	background:
		linear-gradient(160deg, #dfe9df 0%, #eef3ee 40%, #d5e3d8 100%);
}
.wd-pin {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--wd-mint);
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(30, 26, 23, 0.2);
}
.wd-pin--a { top: 28%; left: 32%; }
.wd-pin--b { top: 48%; left: 58%; }
.wd-pin--c { top: 62%; left: 40%; }
.wd-cluster {
	position: absolute;
	top: 36%;
	left: 48%;
	min-width: 2.4rem;
	height: 2.4rem;
	padding: 0 0.45rem;
	border-radius: 999px;
	background: var(--wd-mint-deep);
	color: #fff;
	font-weight: 700;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	animation: wd-pulse-soft 2.8s ease-in-out infinite;
}
.wd-cluster--sm {
	top: 58%;
	left: 68%;
	min-width: 2rem;
	height: 2rem;
	font-size: 0.75rem;
	animation-delay: 0.6s;
}

.wd-mock--tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 1.5rem 1.25rem;
	background:
		radial-gradient(circle at 80% 20%, rgba(92, 184, 92, 0.12), transparent 40%),
		var(--wd-foam);
}
.wd-mock--tags span {
	display: inline-block;
	padding: 0.45rem 0.85rem;
	background: #fff;
	border: 1px solid var(--wd-line);
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wd-ink);
}

.wd-mock--chat {
	padding: 1.35rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	background: var(--wd-foam);
	min-height: 240px;
}
.wd-bubble {
	max-width: 85%;
	padding: 0.65rem 0.85rem;
	border-radius: 14px;
	font-size: 0.92rem;
	line-height: 1.4;
}
.wd-bubble--in {
	align-self: flex-start;
	background: #fff;
	border: 1px solid var(--wd-line);
	color: var(--wd-ink);
	border-bottom-left-radius: 4px;
}
.wd-bubble--out {
	align-self: flex-end;
	background: var(--wd-mint);
	color: #fff;
	border-bottom-right-radius: 4px;
}

.wd-mock--request {
	padding: 1.5rem 1.25rem;
	background: transparent;
	border: none;
	box-shadow: none;
}
.wd-req {
	background: #fff;
	border-radius: 16px;
	padding: 1.15rem 1.2rem;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
	color: var(--wd-ink);
}
.wd-req__dot {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--wd-mint);
	margin-right: 0.35rem;
	vertical-align: middle;
}
.wd-req strong {
	font-size: 1rem;
}
.wd-req p {
	margin: 0.35rem 0 0.9rem;
	color: var(--wd-muted);
	font-size: 0.92rem;
}
.wd-req__actions {
	display: flex;
	gap: 0.5rem;
}
.wd-req__ok,
.wd-req__no {
	flex: 1;
	text-align: center;
	padding: 0.5rem 0.4rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
}
.wd-req__ok {
	background: var(--wd-mint);
	color: #fff;
}
.wd-req__no {
	background: var(--wd-foam);
	border: 1px solid var(--wd-line);
	color: var(--wd-ink);
}

.wd-mock--phone {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.wd-phone {
	width: min(220px, 70%);
	aspect-ratio: 9 / 17;
	border-radius: 28px;
	background: #1e1a17;
	padding: 0.65rem 0.55rem 0.85rem;
	box-shadow: 0 18px 40px rgba(30, 26, 23, 0.2);
	position: relative;
}
.wd-phone__notch {
	width: 38%;
	height: 10px;
	margin: 0 auto 0.65rem;
	background: #2c2622;
	border-radius: 999px;
}
.wd-phone__push {
	background: #fff;
	border-radius: 12px;
	padding: 0.55rem 0.65rem;
	margin: 0 0.2rem 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	animation: wd-rise 0.8s ease both;
}
.wd-phone__push strong {
	font-size: 0.78rem;
	color: var(--wd-ink);
}
.wd-phone__push span {
	font-size: 0.72rem;
	color: var(--wd-muted);
}
.wd-phone__screen {
	margin: 0 0.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
.wd-phone__screen span {
	display: block;
	height: 2.2rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
}

/* Hide default sticky CTA clutter on this long page? Keep it for conversion - content footer doesn't add sticky unless layout. OK */

@media (max-width: 640px) {
	.wd-hero {
		min-height: clamp(280px, 42vh, 360px);
	}
	.wd-hero__inner {
		padding: 1.35rem 0 1.65rem;
	}
	.wd-band {
		padding: 2.75rem 1rem;
	}
}
