/* Contactpagina (pagina-ID 177) — uitsluitend hier geladen, zie functions.php (is_page(177)). */

/* Compacte hero-tekst boven de contactknoppen */
body.page-id-177 .ict-contact-hero {
	max-width: 640px;
	margin: 0 auto 28px;
	text-align: center;
}
body.page-id-177 .ict-contact-hero-subtitle {
	color: #A1A1AA;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

/* Directe contactknoppen */
body.page-id-177 .ict-contact-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin: 0 auto 40px;
	max-width: 900px;
}
body.page-id-177 .ict-contact-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #FAFAFA;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
body.page-id-177 .ict-contact-btn-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: #21c7d9;
}
body.page-id-177 .ict-contact-btn-icon svg {
	width: 100%;
	height: 100%;
}
body.page-id-177 .ict-contact-btn.ict-contact-btn-accent {
	background: linear-gradient(135deg, #7137e8, #21c7d9);
	border-color: transparent;
}
body.page-id-177 .ict-contact-btn.ict-contact-btn-accent .ict-contact-btn-icon {
	color: #FAFAFA;
}
body.page-id-177 .ict-contact-btn:hover,
body.page-id-177 .ict-contact-btn:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(33, 199, 217, 0.6);
	box-shadow: 0 8px 24px rgba(33, 199, 217, 0.18);
}
body.page-id-177 .ict-contact-btn:active {
	transform: translateY(0);
}

/* Twee kolommen: info + formulier / kaart */
body.page-id-177 .ict-contact-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 480px);
	gap: 32px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
}
body.page-id-177 .ict-contact-col-info,
body.page-id-177 .ict-contact-col-map {
	min-width: 0;
}

/* Contactgegevens-kaart */
body.page-id-177 .ict-contact-info-card {
	margin-bottom: 32px;
}
body.page-id-177 .ict-contact-visit {
	color: #21c7d9;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 4px 0 18px;
}
body.page-id-177 .ict-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
body.page-id-177 .ict-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
body.page-id-177 .ict-contact-list-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: #21c7d9;
	margin-top: 2px;
}
body.page-id-177 .ict-contact-list-icon svg {
	width: 100%;
	height: 100%;
}
body.page-id-177 .ict-contact-list a {
	color: #FAFAFA;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition: border-color 0.15s ease, color 0.15s ease;
}
body.page-id-177 .ict-contact-list a:hover,
body.page-id-177 .ict-contact-list a:focus-visible {
	color: #21c7d9;
	border-color: #21c7d9;
}

/* Formulier */
body.page-id-177 .ict-form-message {
	padding: 14px 18px;
	border-radius: 10px;
	margin-bottom: 18px;
	font-size: 15px;
}
body.page-id-177 .ict-form-success {
	background: rgba(33, 199, 217, 0.12);
	border: 1px solid rgba(33, 199, 217, 0.4);
	color: #FAFAFA;
}
body.page-id-177 .ict-form-error {
	background: rgba(232, 55, 91, 0.12);
	border: 1px solid rgba(232, 55, 91, 0.5);
	color: #FAFAFA;
}
body.page-id-177 .ict-form-honey {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
body.page-id-177 .ict-contact-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
body.page-id-177 .ict-form-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
body.page-id-177 .ict-form-row label {
	font-size: 14px;
	font-weight: 600;
	color: #A1A1AA;
}
body.page-id-177 .ict-form-row input,
body.page-id-177 .ict-form-row textarea {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	padding: 12px 14px;
	color: #FAFAFA;
	font-size: 15px;
	font-family: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.page-id-177 .ict-form-row textarea {
	resize: vertical;
	min-height: 130px;
}
body.page-id-177 .ict-form-row input:focus-visible,
body.page-id-177 .ict-form-row textarea:focus-visible {
	outline: none;
	border-color: #21c7d9;
	box-shadow: 0 0 0 3px rgba(33, 199, 217, 0.25);
}
body.page-id-177 .ict-btn-primary-native {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	padding: 13px 28px;
	border-radius: 10px;
	border: none;
	background: linear-gradient(135deg, #7137e8, #21c7d9);
	color: #FAFAFA;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
body.page-id-177 .ict-btn-primary-native:hover,
body.page-id-177 .ict-btn-primary-native:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(113, 55, 232, 0.35);
	opacity: 0.96;
}
body.page-id-177 .ict-btn-primary-native:focus-visible {
	outline: 2px solid #21c7d9;
	outline-offset: 2px;
}

/* Kaartsectie */
body.page-id-177 .ict-map-card {
	position: sticky;
	top: 24px;
}
body.page-id-177 .ict-map-preview {
	position: relative;
	width: 100%;
	height: 400px;
	min-height: 380px;
	max-height: 420px;
	border-radius: 18px;
	overflow: hidden;
	background:
		linear-gradient(160deg, rgba(113, 55, 232, 0.28), rgba(33, 199, 217, 0.18)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 42px),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 42px),
		#0b1e2d;
	box-shadow: 0 20px 45px rgba(1, 18, 34, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
body.page-id-177 .ict-map-preview-inner {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px;
	background: linear-gradient(180deg, rgba(1, 18, 34, 0.15) 0%, rgba(1, 18, 34, 0.75) 100%);
}
body.page-id-177 .ict-map-pin {
	width: 44px;
	height: 44px;
	color: #21c7d9;
	margin-bottom: 10px;
	filter: drop-shadow(0 0 10px rgba(33, 199, 217, 0.6));
}
body.page-id-177 .ict-map-pin svg {
	width: 100%;
	height: 100%;
}
body.page-id-177 .ict-map-title {
	color: #FAFAFA;
	font-size: 22px;
	margin: 0 0 6px;
}
body.page-id-177 .ict-map-address,
body.page-id-177 .ict-map-hours {
	color: #E4E4E7;
	margin: 0 0 4px;
	font-size: 14px;
}
body.page-id-177 .ict-map-hours {
	color: #A1A1AA;
	margin-bottom: 18px;
}
body.page-id-177 .ict-map-load-btn {
	margin-bottom: 14px;
}
body.page-id-177 .ict-map-secondary-actions {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	justify-content: center;
}
body.page-id-177 .ict-map-secondary-actions a {
	color: #FAFAFA;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	transition: color 0.15s ease, border-color 0.15s ease;
}
body.page-id-177 .ict-map-secondary-actions a:hover,
body.page-id-177 .ict-map-secondary-actions a:focus-visible {
	color: #21c7d9;
	border-color: #21c7d9;
}
body.page-id-177 .ict-map-preview.ict-map-loaded .ict-map-preview-inner {
	display: none;
}
body.page-id-177 .ict-map-preview iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
body.page-id-177 .ict-map-status {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #21c7d9;
}
body.page-id-177 .ict-map-privacy {
	margin: 14px 4px 0;
	font-size: 13px;
	color: #A1A1AA;
	text-align: center;
}

/* Klein humor-detail onderaan */
body.page-id-177 .ict-contact-footnote {
	text-align: center;
	color: #A1A1AA;
	font-size: 14px;
	margin: 40px 0 0;
}

/* Verwijder alléén op de contactpagina de dubbele onderste "Plan een kennismaking"-CTA-band
   (blijft ongewijzigd op alle andere pagina's — komt uit het gedeelde page.html-bestand,
   dat zelf niet wordt aangepast). */
body.page-id-177 .ict-local {
	display: none;
}

/* Subtiele animatie op de locatiepin, respecteert reduced-motion */
@media (prefers-reduced-motion: no-preference) {
	body.page-id-177 .ict-map-pin {
		animation: ict-pin-pulse 2.6s ease-in-out infinite;
	}
	@keyframes ict-pin-pulse {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-4px); }
	}
}

/* Toetsenbord-focus algemeen zichtbaar op deze pagina */
body.page-id-177 a:focus-visible,
body.page-id-177 button:focus-visible {
	outline: 2px solid #21c7d9;
	outline-offset: 2px;
}

/* Mobiel */
@media only screen and (max-width: 900px) {
	body.page-id-177 .ict-contact-columns {
		grid-template-columns: 1fr;
	}
	body.page-id-177 .ict-map-card {
		position: static;
	}
	body.page-id-177 .ict-map-preview {
		height: 380px;
		min-height: 360px;
		max-height: none;
	}
}
@media only screen and (max-width: 600px) {
	body.page-id-177 .ict-contact-buttons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	body.page-id-177 .ict-contact-btn {
		justify-content: center;
		padding: 14px 12px;
		font-size: 14px;
	}
	body.page-id-177 .ict-map-title {
		font-size: 19px;
	}
	body.page-id-177 .ict-map-preview {
		height: 340px;
		min-height: 320px;
		max-height: 360px;
	}
}
