.ncl-recruitment-page {
	background: #fff;
	color: #202124;
}

.ncl-recruitment-banner-wrap {
	padding: 48px 0 46px;
}

.ncl-recruitment-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	overflow: hidden;
	padding: 46px 52px;
	border-radius: 10px;
	background: linear-gradient(110deg, #c90022 0%, #ed1f3d 58%, #ff5c61 100%);
	color: #fff;
}

.ncl-recruitment-banner::after {
	position: absolute;
	inset: 0 0 0 auto;
	width: 38%;
	background-image: radial-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px);
	background-size: 12px 12px;
	content: "";
	opacity: 0.45;
}

.ncl-recruitment-banner__icon,
.ncl-recruitment-email__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border: 2px solid rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	flex: 0 0 auto;
}

.ncl-recruitment-banner svg,
.ncl-recruitment-email svg,
.ncl-recruitment-section-heading svg {
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.ncl-recruitment-card__row-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ncl-recruitment-banner__copy,
.ncl-recruitment-banner__action {
	position: relative;
	z-index: 1;
}

.ncl-recruitment-banner__copy h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.ncl-recruitment-banner__copy p {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 17px;
	line-height: 1.55;
}

.ncl-recruitment-upload-trigger,
.ncl-recruitment-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 56px;
	padding: 0 40px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #d60023;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(105, 0, 18, 0.16);
}

.ncl-recruitment-upload-trigger svg {
	width: 20px;
	height: 20px;
}

.ncl-recruitment-upload-trigger:focus-visible,
.ncl-recruitment-form__submit:focus-visible,
.ncl-recruitment-card__link:focus-visible,
.ncl-recruitment-modal__close:focus-visible {
	outline: 3px solid rgba(214, 0, 35, 0.28);
	outline-offset: 3px;
}

.ncl-recruitment-jobs {
	padding: 20px 0 52px;
}

.ncl-recruitment-notice {
	margin: 0 0 24px;
	padding: 14px 18px;
	border: 1px solid #f3c7ce;
	border-radius: 8px;
	background: #fff7f8;
	color: #802031;
	font-weight: 600;
}

.ncl-recruitment-notice.is-success {
	border-color: #b7e2c1;
	background: #f3fbf5;
	color: #146c2e;
}

.ncl-recruitment-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 34px;
	color: #d60023;
	text-align: center;
}

.ncl-recruitment-section-heading h2 {
	margin: 0;
	color: #222;
	font-size: 31px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.ncl-recruitment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px;
}

.ncl-recruitment-card {
	min-width: 0;
}

.ncl-recruitment-card__link {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 30px 28px;
	border: 1px solid #e7e7ea;
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(20, 24, 33, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ncl-recruitment-card__link:hover {
	transform: translateY(-3px);
	border-color: #f3b8c0;
	box-shadow: 0 14px 32px rgba(20, 24, 33, 0.12);
}

.ncl-recruitment-status {
	align-self: flex-start;
	margin: 0 0 20px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #eef1f4;
	color: #4e5966;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.ncl-recruitment-status.is-open {
	background: #26a846;
	color: #fff;
}

.ncl-recruitment-status.is-paused {
	background: #ff8a00;
	color: #fff;
}

.ncl-recruitment-status.is-expired {
	background: #6b7280;
	color: #fff;
}

.ncl-recruitment-card h3 {
	margin: 0 0 24px;
	color: #101114;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ncl-recruitment-card dl {
	display: grid;
	gap: 16px;
	margin: 0;
}

.ncl-recruitment-card dl div {
	display: grid;
	grid-template-columns: 18px minmax(142px, max-content) minmax(0, 1fr);
	column-gap: 8px;
	align-items: center;
}

.ncl-recruitment-card dt,
.ncl-recruitment-card dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.ncl-recruitment-card dt {
	display: contents;
	color: #676d75;
}

.ncl-recruitment-card dt > span:not(.ncl-recruitment-card__row-icon) {
	grid-column: 2;
	white-space: nowrap;
}

.ncl-recruitment-card__row-icon {
	display: inline-flex;
	grid-column: 1;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #7a7f87;
}

.ncl-recruitment-card dd {
	grid-column: 3;
	color: #343940;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.ncl-recruitment-card dd.is-accent {
	color: #e00024;
	font-weight: 800;
}

.ncl-recruitment-empty {
	max-width: 680px;
	margin: 0 auto;
	padding: 34px 24px;
	border: 1px dashed #e1e3e8;
	border-radius: 8px;
	text-align: center;
}

.ncl-recruitment-empty h2 {
	margin: 0 0 10px;
	font-size: 24px;
	letter-spacing: 0;
}

.ncl-recruitment-empty p {
	margin: 0;
	color: #666d76;
}

.ncl-recruitment-email {
	padding: 0 0 68px;
}

.ncl-recruitment-email__inner {
	display: flex;
	gap: 38px;
	align-items: center;
	padding: 32px 64px;
	border: 1px solid #ffd2d8;
	border-radius: 10px;
	background: linear-gradient(90deg, #fff 0%, #fff5f6 100%);
}

.ncl-recruitment-email__icon {
	width: 96px;
	height: 96px;
	border: 0;
	background: linear-gradient(135deg, #d60023, #ff4b58);
	color: #fff;
}

.ncl-recruitment-email h2 {
	margin: 0 0 10px;
	font-size: 23px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.ncl-recruitment-email a {
	display: inline-block;
	margin-bottom: 10px;
	color: #ef2c42;
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.ncl-recruitment-email p {
	margin: 0;
	color: #69707a;
}

.ncl-recruitment-modal[hidden] {
	display: none;
}

.ncl-recruitment-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.ncl-recruitment-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 24, 0.48);
}

.ncl-recruitment-modal__dialog {
	position: relative;
	width: min(100%, 430px);
	max-height: calc(100vh - 44px);
	overflow: auto;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.ncl-recruitment-modal__dialog h2 {
	margin: 0 36px 20px 0;
	font-size: 22px;
	letter-spacing: 0;
}

.ncl-recruitment-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #f2f3f5;
	color: #30343a;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.ncl-recruitment-form__trap {
	position: absolute;
	left: -9999px;
}

.ncl-recruitment-dropzone {
	display: flex;
	min-height: 132px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 20px;
	border: 1px dashed #cfd4dc;
	border-radius: 8px;
	background: #fafbfc;
	text-align: center;
	cursor: pointer;
}

.ncl-recruitment-dropzone strong {
	color: #d60023;
}

.ncl-recruitment-dropzone input {
	width: 100%;
	max-width: 240px;
}

.ncl-recruitment-form__file {
	margin: 14px 0 18px;
	color: #5e6670;
	font-size: 14px;
	text-align: center;
	overflow-wrap: anywhere;
}

.ncl-recruitment-form__submit {
	width: 100%;
	background: #d60023;
	color: #fff;
}

.ncl-recruitment-modal-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.ncl-recruitment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ncl-recruitment-banner {
		padding: 36px;
	}

	.ncl-recruitment-card dl div {
		grid-template-columns: 18px minmax(142px, max-content) minmax(0, 1fr);
	}
}

@media (max-width: 700px) {
	.ncl-recruitment-banner-wrap {
		padding: 26px 0;
	}

	.ncl-recruitment-banner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 30px 24px;
		text-align: left;
	}

	.ncl-recruitment-banner__icon {
		width: 64px;
		height: 64px;
	}

	.ncl-recruitment-upload-trigger {
		width: 100%;
	}

	.ncl-recruitment-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.ncl-recruitment-card dl div {
		grid-template-columns: 18px minmax(142px, max-content) minmax(0, 1fr);
	}

	.ncl-recruitment-section-heading h2 {
		font-size: 25px;
	}

	.ncl-recruitment-email__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.ncl-recruitment-email a {
		font-size: 22px;
	}
}
