/* =========================================================
   SIW Careers – front-end styling
   Tokens uit het Elementor-kit van de site:
   navy #0B3163 · rood #810503/#750503 · gradient #9A3735→#810503
   zacht roze #F2E6E6 · rand #25252514 · knop: pill 40px, Inter 700

   NB: de kit print globale stijlen (o.a. rode onderstreepte links en
   heading-typografie) NA deze stylesheet. Daarom staan op de betwiste
   eigenschappen bewust hogere specificiteit + !important.
   ========================================================= */

.siw-careers,
.siw-vac-hero,
.siw-vac-body,
.siw-apply {
	--siw-navy: #0b3163;
	--siw-red: #810503;
	--siw-red-dark: #750503;
	--siw-grad: linear-gradient(180deg, #9a3735 0%, #810503 100%);
	--siw-ink: #252525;
	--siw-muted: rgba(37, 37, 37, 0.8);
	--siw-border: rgba(37, 37, 37, 0.08);
	--siw-blush: #f2e6e6;
	--siw-soft: #f5f5f5;
	font-family: "Inter", sans-serif;
}

/* ---------- Pill-knop (site-stijl) ---------- */

.siw-careers .siw-vac-card__btn,
.siw-apply .siw-apply__btn {
	display: inline-block;
	background: var(--siw-grad);
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1 !important;
	text-decoration: none !important;
	padding: 15px 26px;
	border-radius: 40px;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.siw-careers .siw-vac-card__btn:hover,
.siw-careers .siw-vac-card__btn:focus,
.siw-apply .siw-apply__btn:hover,
.siw-apply .siw-apply__btn:focus {
	background: var(--siw-red);
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(129, 5, 3, 0.25);
}

/* ---------- Chips (kenmerken) ---------- */

.siw-careers .siw-vac-card__meta-item,
.siw-vac-hero .siw-chip {
	display: inline-flex;
	align-items: center;
	font-family: "Inter", sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1;
	color: var(--siw-red-dark);
	background: var(--siw-blush);
	border-radius: 40px;
	padding: 8px 15px;
	white-space: nowrap;
}

/* ---------- Overzicht (listing) ---------- */

.siw-careers .siw-careers__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
}

.siw-careers .siw-vac-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--siw-border);
	border-radius: 20px;
	padding: 30px 28px 28px;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.siw-careers .siw-vac-card:hover {
	border-color: rgba(129, 5, 3, 0.18);
	box-shadow: 0 18px 44px rgba(11, 49, 99, 0.12);
	transform: translateY(-4px);
}

/* Kaarttitel: kit-heading- en linkstijlen overrulen */
.siw-careers .siw-vac-card__title {
	margin: 0 0 14px !important;
	font-family: "Inter", sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	color: var(--siw-navy) !important;
}

.siw-careers .siw-vac-card__title a,
.siw-careers .siw-vac-card__title a:visited {
	color: var(--siw-navy) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.siw-careers .siw-vac-card__title a:hover,
.siw-careers .siw-vac-card__title a:focus {
	color: var(--siw-red) !important;
	text-decoration: none !important;
}

.siw-careers .siw-vac-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.siw-careers .siw-vac-card__excerpt {
	margin: 0 0 24px;
	color: var(--siw-muted);
	font-size: 15px;
	line-height: 1.65;
}

.siw-careers .siw-vac-card__btn {
	align-self: flex-start;
	margin-top: auto;
}

.siw-careers .siw-careers__empty {
	color: var(--siw-muted);
	font-size: 17px;
}

/* ---------- Hero op losse vacaturepagina ---------- */

.siw-vac-hero {
	background: var(--siw-soft) url("https://siwsolutions.eu/wp-content/uploads/2024/09/Mask-group-1.png") no-repeat right bottom / auto 100%;
	padding: 90px 24px 56px;
}

.siw-vac-hero .siw-vac-hero__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.siw-vac-hero .siw-vac-hero__back,
.siw-vac-hero .siw-vac-hero__back:visited {
	display: inline-block;
	margin: 0 0 22px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--siw-red-dark) !important;
	text-decoration: none !important;
}

.siw-vac-hero .siw-vac-hero__back:hover {
	color: var(--siw-red) !important;
	text-decoration: underline !important;
}

.siw-vac-hero .siw-vac-hero__title {
	margin: 0 0 22px !important;
	font-family: "Inter", sans-serif !important;
	font-size: clamp(30px, 4.4vw, 44px) !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: var(--siw-navy) !important;
	max-width: 820px;
}

.siw-vac-hero .siw-vac-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* ---------- Tekstkolom ---------- */

.siw-vac-body {
	max-width: 820px;
	margin: 0 auto;
	padding: 56px 24px 90px;
	color: var(--siw-ink);
	font-size: 16px;
	line-height: 1.75;
}

.siw-vac-body h2 {
	margin: 40px 0 16px !important;
	font-family: "Inter", sans-serif !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: var(--siw-navy) !important;
}

.siw-vac-body p {
	margin: 0 0 18px;
}

.siw-vac-body ul {
	margin: 0 0 22px;
	padding-left: 22px;
}

.siw-vac-body li {
	margin-bottom: 9px;
}

.siw-vac-body li::marker {
	color: var(--siw-red);
}

/* ---------- Apply-blok ---------- */

.siw-apply {
	margin: 52px 0 0;
	padding: 40px 38px;
	background: var(--siw-blush);
	border-radius: 20px;
}

.siw-apply .siw-apply__title {
	margin: 0 0 10px !important;
	font-family: "Inter", sans-serif !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	color: var(--siw-navy) !important;
}

.siw-apply .siw-apply__text {
	margin: 0 0 24px;
	color: var(--siw-ink);
	font-size: 16px;
	line-height: 1.65;
}

/* ---------- Sollicitatieformulier ---------- */

.siw-apply .siw-apply__btn {
	border: 0;
	cursor: pointer;
}

.siw-apply .siw-apply__form {
	margin-top: 6px;
}

.siw-apply .siw-apply__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 18px;
}

.siw-apply .siw-apply__field {
	margin: 0 0 18px;
}

.siw-apply .siw-apply__field label {
	display: block;
	margin: 0 0 7px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--siw-ink);
}

.siw-apply .siw-apply__field input,
.siw-apply .siw-apply__field textarea {
	width: 100%;
	padding: 13px 16px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: var(--siw-ink);
	background: #fff;
	border: 1px solid rgba(37, 37, 37, 0.16);
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.siw-apply .siw-apply__field input:focus,
.siw-apply .siw-apply__field textarea:focus {
	outline: none;
	border-color: var(--siw-navy);
	box-shadow: 0 0 0 3px rgba(11, 49, 99, 0.12);
}

.siw-apply .siw-apply__field input[type="file"] {
	padding: 11px 14px;
	background: #fff;
}

.siw-apply .siw-apply__consent {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.55;
}

.siw-apply .siw-apply__consent label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.siw-apply .siw-apply__consent input {
	margin-top: 3px;
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	accent-color: var(--siw-red);
}

.siw-apply .siw-req {
	color: var(--siw-red);
}

.siw-apply .siw-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.siw-apply .siw-notice {
	margin: 0 0 20px;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
}

.siw-apply .siw-notice.is-success {
	background: #e8f2ea;
	color: #1d5a2e;
}

.siw-apply .siw-notice.is-error {
	background: #fdecec;
	color: var(--siw-red);
}

@media (max-width: 600px) {
	.siw-apply .siw-apply__row {
		grid-template-columns: 1fr;
	}

	.siw-careers .siw-vac-card {
		padding: 26px 22px;
	}

	.siw-vac-hero {
		padding: 56px 20px 40px;
		background-image: none;
	}

	.siw-vac-body {
		padding: 40px 20px 64px;
	}

	.siw-apply {
		padding: 30px 24px;
	}
}
