﻿/* ==== /over-ons/ hoofdpagina - bouwt op de tokens uit basics.css;
   de team-kaarten en contactknoppen komen uit medewerkers.css ==== */

.overons-hero {
	background: var(--very-light-blue);
	border-bottom: 1px solid var(--light-blue);
	padding: 1.2rem 0 1.8rem;
}

	.overons-hero h1 {
		margin: 0 0 0.2rem;
		font-size: 2rem;
	}

.overons-sub {
	color: var(--primary-blue);
	font-family: var(--font-bold);
	font-size: 1.2rem;
	margin: 0 0 1rem;
}

.overons-hero .chip-score {
	background: var(--highlight-green);
	border-color: var(--highlight-green);
	color: var(--text-light);
	font-weight: 600;
}

.overons-team,
.overons-media,
.overons-registraties {
	padding: 2rem 0;
}

	.overons-team h2,
	.overons-media h2,
	.overons-registraties h2 {
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 0.6rem;
	}

	.overons-team .subline {
		color: #555;
		margin-bottom: 1rem;
	}

	.overons-team .medewerker-kaart h3 {
		font-size: var(--font-size-h3);
		margin: 0 0 0.3rem;
	}

.overons-media {
	background: var(--gray-light);
}

	.overons-media p {
		max-width: 900px;
		line-height: 1.6;
		margin-bottom: 1rem;
	}

/* De logo-rij mag de volle breedte pakken: gelijk verdeeld, flink formaat */
.media-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	margin: 2rem 0;
}

	.media-logos img {
		height: 80px;
		width: auto;
		max-width: 100%;
		filter: grayscale(1);
		opacity: 0.8;
		transition: filter .15s, opacity .15s;
	}

	.media-logos a:hover img {
		filter: none;
		opacity: 1;
	}

@media (max-width: 768px) {
	.media-logos {
		justify-content: center;
		gap: 1.5rem;
	}

		.media-logos img {
			height: 52px;
		}
}

.overons-registraties p {
	max-width: 900px;
	line-height: 1.6;
	margin-bottom: 1rem;
}

/* auto-fill (niet auto-fit): één kaart blijft kolombreedte in plaats van 100% te rekken */
.registratie-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.2rem;
	margin: 1.2rem 0;
}

.registratie-kaart {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	background: var(--color-white);
	border: 1px solid var(--gray-dark);
	border-radius: var(--border-radius);
	padding: var(--padding-default);
	text-decoration: none;
	color: var(--text-dark);
}

	.registratie-kaart:hover {
		box-shadow: var(--shadow);
		border-color: var(--light-blue);
	}

	.registratie-kaart img {
		height: 40px;
		width: auto;
		align-self: flex-start;
		margin-bottom: 0.3rem;
	}

	.registratie-kaart strong {
		font-size: 1.05rem;
	}

	.registratie-kaart span {
		font-size: 0.92rem;
		color: #555;
		line-height: 1.45;
	}

.overons-contact {
	justify-content: center;
	margin-bottom: 2rem;
}

/* Partnerlogo's: in kleur en flink formaat, verdeeld over de breedte */
.partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	margin: 2rem 0;
}

	.partner-logos img {
		height: 64px;
		width: auto;
		max-width: 100%;
	}

@media (max-width: 768px) {
	.partner-logos {
		justify-content: center;
		gap: 1.5rem;
	}

		.partner-logos img {
			height: 44px;
		}
}

/* Photo-roll: kop centreren, aansluitend op de bestaande track-styling */
.photo-roll h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 0.5rem;
}

.photo-roll p {
	text-align: center;
	margin-top: 1rem;
}

/* Sfeerimpressie: uniforme kaarten met de caption als overlay op de foto */
.photo-track figure {
	position: relative;
	width: 320px;
	height: 240px;
	max-width: none;
	max-height: none;
}

	.photo-track figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.photo-roll .photo-track figcaption {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 1.6rem 0.8rem 0.6rem;
		background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
		color: var(--text-light);
		font-size: 0.9rem;
		font-weight: 600;
		text-align: left;
	}

/* Notariskantoren: plaats-zoeker in de hero en het profielblok */
.notaris-zoek {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	max-width: 560px;
}

	.notaris-zoek label {
		flex: 0 0 100%;
		font-size: 0.95rem;
		color: #444;
	}

	.notaris-zoek input {
		flex: 1;
		min-width: 220px;
		padding: 0.6rem 0.9rem;
		border: 1px solid var(--gray-medium);
		border-radius: var(--border-radius);
		font-size: 1rem;
	}

	.notaris-zoek .nextButton {
		margin: 0;
	}

.notaris-profiel {
	max-width: 820px;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

/* Bibliotheek: e-book-kaarten met staande omslag */
.ebook-sectie {
	padding: 2rem 0 0.5rem;
}

	.ebook-sectie h2 {
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}

.ebook-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.ebook-kaart {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-white);
	border: 1px solid var(--gray-dark);
	border-radius: var(--border-radius);
	overflow: hidden;
	text-decoration: none;
	color: var(--text-dark);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: transform .15s, box-shadow .15s;
}

	.ebook-kaart:hover {
		transform: translateY(-4px);
		box-shadow: var(--shadow);
	}

.ebook-cover {
	aspect-ratio: 3 / 4;
	max-height: 300px;
	background: var(--very-light-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

	.ebook-cover img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 0.8rem;
	}

.ebook-info {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem;
	gap: 0.4rem;
}

	.ebook-info h3 {
		font-size: 1.05rem;
		margin: 0;
	}

	.ebook-info p {
		font-size: 0.9rem;
		color: #555;
		line-height: 1.45;
		margin: 0;
		flex: 1;
	}

.ebook-cta {
	color: var(--color-link);
	font-weight: 600;
	font-size: 0.95rem;
}

.ebook-kaart:hover .ebook-cta {
	text-decoration: underline;
}

/* Videotheek: thumbnails met play-knop en duur-badge */
.video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 1.2rem 0;
}

.video-kaart {
	display: block;
	text-decoration: none;
	color: var(--text-dark);
}

	.video-kaart h3 {
		font-size: 1.05rem;
		margin: 0.6rem 0 0;
	}

	.video-kaart:hover h3 {
		color: var(--color-link);
	}

.video-thumb {
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--gray-light);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

	.video-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 119, 200, 0.9);
	color: var(--text-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	padding-left: 4px;
	transition: transform .15s;
}

.video-kaart:hover .video-play {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-duur {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: rgba(0, 0, 0, 0.75);
	color: var(--text-light);
	font-size: 0.8rem;
	padding: 2px 8px;
	border-radius: 4px;
}

/* Video-detail: responsieve speler en uitklapbaar transcript */
.video-speler {
	position: relative;
	max-width: 900px;
	margin: 0 auto 1.5rem;
	aspect-ratio: 16 / 9;
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	background: #000;
}

	.video-speler iframe {
		width: 100%;
		height: 100%;
		border: 0;
	}

.video-omschrijving {
	max-width: 900px;
	margin: 0 auto 1.5rem;
	line-height: 1.6;
}

.video-transcript {
	max-width: 900px;
	margin: 0 auto 1.5rem;
	border: 1px solid var(--gray-dark);
	border-radius: var(--border-radius);
	padding: 1rem 1.2rem;
	background: var(--gray-light);
}

	.video-transcript summary {
		cursor: pointer;
		font-weight: 600;
		color: var(--color-link);
	}

	.video-transcript div {
		margin-top: 0.8rem;
		line-height: 1.6;
	}

/* Modal-popup (o.a. het bedankje na een sollicitatie) */
.mw-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 40, 70, 0.55);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

	.mw-modal-overlay.hideMe {
		display: none;
	}

.mw-modal {
	background: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 480px;
	width: 100%;
	padding: 2rem 2rem 1.6rem;
	text-align: center;
}

.mw-modal-foto {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid var(--very-light-blue);
	margin: -3.5rem auto 0.8rem;
	display: block;
	background: var(--color-white);
	box-shadow: var(--shadow);
}

.mw-modal h3 {
	font-size: 1.4rem;
	margin: 0 0 0.6rem;
}

.mw-modal p {
	line-height: 1.55;
	color: #444;
	margin: 0 0 1rem;
}

.mw-modal-naam {
	font-weight: 600;
	color: var(--text-dark) !important;
}

	.mw-modal-naam span {
		font-weight: normal;
		font-size: 0.9rem;
		color: #777;
	}

.mw-modal .profile-contact {
	justify-content: center;
}

	.mw-modal .profile-contact a {
		cursor: pointer;
	}

/* File-upload in de formulieren: nette rand en een knop-achtige kiezer */
.formWrap input[type="file"] {
	width: 100%;
	max-width: 480px;
	padding: 0.5rem;
	background: var(--color-white);
	border: 1px solid var(--gray-medium);
	border-radius: var(--border-radius);
	font-size: 1rem;
}

	.formWrap input[type="file"]::file-selector-button {
		background: var(--color-white);
		color: var(--color-link);
		border: 1px solid var(--color-link);
		border-radius: var(--border-radius);
		padding: 0.45rem 1rem;
		margin-right: 1rem;
		font-weight: 600;
		cursor: pointer;
	}

		.formWrap input[type="file"]::file-selector-button:hover {
			background: var(--light-blue);
		}

/*locatie en route*/
section.route {
	padding: 1.5rem 0 0 0;
}

	section.route .pand-foto {
		display: block;
		max-width: 760px;
		width: 100%;
		margin: 1.5rem auto;
		border-radius: var(--border-radius);
		box-shadow: var(--shadow);
	}

	section.route h2 {
		text-align: center;
		width: 100%;
		font-size: 2.4rem;
		font-weight: bold;
		font-family: 'InZpire';
	}

	section.route p {
		text-align: center;
		width: 100%;
		font-size: 1.2rem;
		margin: 1.6rem 0;
	}

/*founding story*/
.founding-story {
	padding: 0 0 2rem 0;
	background-color: #fff;
}

	.founding-story h2 {
		text-align: center;
		font-weight: bold;
		font-size: 1.7rem;
		margin: 1.5rem 0;
	}

.founding-content {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

	.founding-content figure {
		flex: 0 0 250px;
		margin: 0;
	}

	.founding-content img {
		width: 100%;
		height: auto;
		border-radius: 0.5rem;
	}

	.founding-content .text {
		flex: 1;
	}

	.founding-content h2 {
		text-align: left;
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.founding-content p {
		font-size: 1.2rem;
		line-height: 1.7;
	}
/*mission*/
.mission {
	padding: 1rem 0 1rem 0;
	background-color: #f0f3f5;
}

	.mission h2 {
		text-align: left;
		font-weight: bold;
		font-size: 1.7rem;
		margin: 1.5rem 0;
	}

.mission-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

	.mission-content figure {
		flex: 0 0 250px;
		margin: 0;
	}

	.mission-content img {
		width: 100%;
		height: auto;
		border-radius: 50%;
	}

	.mission-content .text {
		flex: 1;
	}

	.mission-content h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.mission-content p {
		font-size: 1.2rem;
		line-height: 1.7;
	}


/* Responsief voor mobiel */
@media (max-width: 768px) {
	.mission-content {
		flex-direction: column;
		text-align: left;
	}

		.mission-content figure {
			align-self: center;
		}
}


/*werke bij Moneywuse*/
.photo-roll {
	padding: 2rem 1rem;
	background-color: #f8f8f8;
}

	.photo-roll .container {
		max-width: 1200px;
		margin: 0 auto;
	}

.photo-track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding-block: 1rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

	.photo-track figure {
		flex: 0 0 auto;
		scroll-snap-align: start;
		border-radius: 8px;
		overflow: hidden;
		background: white;
		text-align: center;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		max-width: 350px;
		max-height: 350px;
	}

	.photo-track img {
		width: 100%;
		height: auto;
		display: block;
	}

	.photo-track figcaption {
		font-size: 0.9rem;
		padding: 0.5rem;
		color: #333;
	}

	.photo-track:focus {
		outline: none;
	}
