:root {
	--dj-blue-900: #00477f;
	--dj-blue-800: #00569a;
	--dj-blue-700: #0864ab;
	--dj-blue-600: #1779bd;
	--dj-orange: #f26a00;
	--dj-orange-light: #ff8300;
	--dj-ink: #24272b;
	--dj-muted: #6f747b;
	--dj-border: #dce4ec;
	--dj-surface: #f5f9fd;
	--dj-white: #fff;
	--dj-shadow: 0 16px 42px rgba(0, 71, 127, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--dj-ink);
	background: var(--dj-white);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
	position: relative;
	z-index: 20;
	height: 82px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 2px 12px rgba(0, 71, 127, .08);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--dj-blue-900); }
.brand-symbol { position: relative; width: 50px; height: 50px; flex: 0 0 auto; }
.brand-symbol span { position: absolute; display: block; }
.brand-symbol .shape-a { inset: 0 17px 17px 0; border-radius: 13px 4px 13px 4px; background: linear-gradient(145deg, var(--dj-blue-900), var(--dj-blue-700)); }
.brand-symbol .shape-b { right: 0; top: 6px; width: 23px; height: 36px; border-radius: 4px 13px 13px 13px; background: var(--dj-blue-700); }
.brand-symbol .shape-c { left: 0; bottom: 0; width: 20px; height: 18px; border-radius: 4px 4px 4px 8px; background: var(--dj-orange); }
.brand-name { font-size: 31px; font-weight: 800; letter-spacing: -.04em; }
.main-nav { display: flex; align-items: center; gap: 45px; color: var(--dj-blue-900); font-weight: 700; }
.main-nav a { position: relative; padding: 29px 0 26px; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; content: ""; background: var(--dj-orange); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; left: 0; }
.menu-toggle { display: none; padding: 8px; color: var(--dj-blue-900); border: 0; background: transparent; cursor: pointer; }

.search-hero {
	position: relative;
	overflow: hidden;
	padding: 86px 0 18px;
	background: linear-gradient(108deg, var(--dj-blue-900) 0%, #0871c4 42%, #eef6fd 42.15%, #fff 100%);
	isolation: isolate;
}
.hero-marks { position: absolute; top: 34px; right: 6%; width: 172px; height: 78px; }
.hero-marks span { position: absolute; height: 34px; transform: skew(-11deg); border-radius: 8px; }
.hero-marks span:nth-child(1) { top: 0; left: 0; width: 74px; background: var(--dj-blue-700); }
.hero-marks span:nth-child(2) { top: 22px; left: 80px; width: 62px; background: var(--dj-orange); }
.hero-marks span:nth-child(3) { top: 41px; right: 0; width: 50px; background: #a9cdec; }

.search-panel { position: relative; z-index: 2; padding: 28px 30px 23px; border: 1px solid rgba(220, 228, 236, .8); border-radius: 13px; background: rgba(255,255,255,.98); box-shadow: var(--dj-shadow); }
.search-grid { display: grid; grid-template-columns: 1.45fr 1.2fr .86fr .62fr; gap: 22px; align-items: end; }
.form-field label { display: block; margin: 0 0 9px; font-weight: 600; }
.control { position: relative; }
.control input, .control select { width: 100%; height: 51px; padding: 0 48px 0 16px; color: var(--dj-ink); border: 1px solid #c8d0d8; border-radius: 7px; outline: 0; background: var(--dj-white); transition: border-color .2s, box-shadow .2s; }
.control select { appearance: none; cursor: pointer; }
.control input::placeholder { color: #92979d; }
.control input:focus, .control select:focus { border-color: var(--dj-blue-600); box-shadow: 0 0 0 3px rgba(23,121,189,.13); }
.control .icon { position: absolute; top: 50%; right: 15px; color: #505860; pointer-events: none; transform: translateY(-50%); }
.search-button { display: inline-flex; width: 100%; height: 51px; align-items: center; justify-content: center; color: #fff; border: 0; border-radius: 7px; background: linear-gradient(120deg, var(--dj-orange), var(--dj-orange-light)); box-shadow: 0 8px 18px rgba(242,106,0,.2); font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.search-button:hover { transform: translateY(-1px); box-shadow: 0 11px 22px rgba(242,106,0,.27); }
.search-tools { display: flex; min-height: 66px; align-items: center; justify-content: center; position: relative; }
.reset-search { position: absolute; left: 0; color: var(--dj-blue-700); font-weight: 600; }
.reset-search:hover { text-decoration: underline; }
.filter-toggle { display: inline-flex; height: 46px; padding: 0 17px; align-items: center; gap: 11px; color: var(--dj-blue-700); border: 1px solid var(--dj-blue-600); border-radius: 7px; background: #fff; font-weight: 700; cursor: pointer; }
.filter-toggle .chevron { transition: transform .25s; }
.filter-toggle[aria-expanded="false"] .chevron { transform: rotate(180deg); }
.filter-area { overflow: hidden; max-height: 310px; border: 1px solid var(--dj-border); border-radius: 11px; opacity: 1; transition: max-height .3s ease, opacity .2s, border-width .3s; }
.filter-area.is-collapsed { max-height: 0; border-width: 0; opacity: 0; }
.filter-content { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 46px; padding: 34px 48px 22px; }
.filter-divider { background: var(--dj-border); }
.filter-group h3 { margin: 0 0 13px; color: var(--dj-blue-900); font-size: 16px; }
.filter-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.check-option { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.check-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.checkbox { display: inline-grid; width: 19px; height: 19px; flex: 0 0 auto; place-items: center; border: 1px solid #9299a0; border-radius: 2px; background: #fff; }
.checkbox::after { width: 9px; height: 5px; content: ""; border-bottom: 2px solid #fff; border-left: 2px solid #fff; opacity: 0; transform: translateY(-1px) rotate(-45deg); }
.check-option input:checked + .checkbox { border-color: var(--dj-blue-700); background: var(--dj-blue-700); }
.check-option input:checked + .checkbox::after { opacity: 1; }
.filter-reset-wrap { display: flex; padding: 0 0 17px; justify-content: center; }
.filter-reset { color: var(--dj-blue-700); border: 0; background: transparent; font-weight: 600; cursor: pointer; }
.filter-reset:hover { text-decoration: underline; }

.jobs-section { padding: 17px 0 60px; }
.jobs-topline { display: flex; margin-bottom: 12px; align-items: end; justify-content: space-between; gap: 24px; }
.jobs-heading { display: flex; align-items: flex-start; gap: 18px; }
.section-mark { display: flex; gap: 4px; padding-top: 4px; }
.section-mark span { display: block; width: 40px; height: 27px; transform: skew(-10deg); border-radius: 3px 3px 10px 3px; background: var(--dj-blue-700); }
.section-mark span:last-child { width: 24px; background: var(--dj-orange); }
.jobs-heading h1 { margin: 0; font-size: clamp(25px, 2.3vw, 32px); line-height: 1.15; letter-spacing: -.035em; }
.results-count { margin: 5px 0 0; font-weight: 500; }
.pagination { display: flex; align-items: center; gap: 7px; }
.page-link { display: inline-grid; min-width: 35px; height: 35px; padding: 0 8px; place-items: center; border: 1px solid transparent; border-radius: 6px; background: #fff; font-weight: 600; }
.page-link.arrow { color: #606972; border-color: var(--dj-border); }
.page-link.active { color: #fff; background: linear-gradient(145deg, var(--dj-blue-800), var(--dj-blue-700)); box-shadow: 0 4px 10px rgba(8,100,171,.2); }
.page-link:hover:not(.active) { color: var(--dj-blue-700); border-color: #bcd2e5; }
.jobs-list { overflow: hidden; border: 1px solid var(--dj-border); border-radius: 11px; background: #fff; }
.job-row { position: relative; display: grid; min-height: 62px; grid-template-columns: 1.7fr 1fr .9fr 132px; gap: 22px; align-items: center; padding: 10px 26px 10px 51px; border-bottom: 1px solid var(--dj-border); transition: background .2s, transform .2s; }
.job-row:last-child { border-bottom: 0; }
.job-row::before, .job-row::after { position: absolute; left: 0; width: 10px; content: ""; }
.job-row::before { top: 14px; height: 31px; border-radius: 0 5px 5px 0; background: var(--dj-blue-700); }
.job-row::after { top: 38px; height: 13px; border-radius: 0 3px 3px 0; background: var(--dj-orange); }
.job-row:hover { background: #f9fcff; }
.job-title { color: var(--dj-blue-900); font-size: 16px; font-weight: 800; }
.job-title:hover { color: var(--dj-orange); }
.job-meta { display: flex; align-items: center; gap: 10px; color: #50555b; }
.job-meta .icon { width: 20px; height: 20px; }
.details-button { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; color: var(--dj-orange); border: 1.5px solid var(--dj-orange); border-radius: 7px; background: #fff; font-weight: 700; transition: color .2s, background .2s; }
.details-button:hover { color: #fff; background: var(--dj-orange); }
.pagination-bottom { justify-content: center; margin-top: 24px; }

@media (max-width: 980px) {
	.main-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: 18px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--dj-border); background: #fff; box-shadow: 0 12px 22px rgba(0,71,127,.1); }
	.main-nav.is-open { display: flex; }
	.main-nav a { padding: 12px 0; }
	.main-nav a::after { display: none; }
	.menu-toggle { display: inline-flex; }
	.search-grid { grid-template-columns: 1fr 1fr; }
	.search-button { grid-column: 2; }
	.search-hero { background: linear-gradient(106deg, var(--dj-blue-900) 0%, #0871c4 48%, #eef6fd 48.15%, #fff 100%); }
	.job-row { grid-template-columns: 1.5fr 1fr 132px; }
	.job-date { display: none; }
}

@media (max-width: 720px) {
	.container { width: min(100% - 28px, 1240px); }
	.site-header { height: 70px; }
	.brand-symbol { width: 41px; height: 41px; }
	.brand-name { font-size: 26px; }
	.main-nav { top: 70px; }
	.search-hero { padding: 44px 0 14px; }
	.search-hero { background: linear-gradient(101deg, var(--dj-blue-900) 0%, #0871c4 57%, #eef6fd 57.15%, #fff 100%); }
	.hero-marks { display: none; }
	.search-panel { padding: 20px 16px 16px; }
	.search-grid { grid-template-columns: 1fr; gap: 15px; }
	.search-button { grid-column: auto; }
	.search-tools { min-height: 82px; flex-direction: column-reverse; gap: 11px; }
	.reset-search { position: static; }
	.filter-content { grid-template-columns: 1fr; gap: 26px; padding: 25px 20px 18px; }
	.filter-area { max-height: 620px; }
	.filter-area.is-collapsed { max-height: 0; }
	.filter-divider { display: none; }
	.filter-options { grid-template-columns: 1fr; }
	.jobs-section { padding-top: 10px; }
	.jobs-topline { align-items: flex-start; }
	.jobs-topline > .pagination { display: none; }
	.section-mark span { width: 28px; height: 21px; }
	.section-mark span:last-child { width: 17px; }
	.jobs-heading { gap: 12px; }
	.job-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 18px 18px 38px; }
	.job-location, .job-date { display: flex; }
	.details-button { width: 100%; margin-top: 4px; }
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.language-switcher {
	position: relative;
}

.language-switcher summary {
	display: flex;
	height: 42px;
	padding: 0 12px;
	align-items: center;
	gap: 7px;
	color: var(--dj-blue-900);
	border: 1px solid var(--dj-border);
	border-radius: 7px;
	background: var(--dj-white);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.language-switcher summary::-webkit-details-marker {
	display: none;
}

.language-switcher summary .icon {
	width: 18px;
	height: 18px;
}

.language-chevron {
	width: 10px;
	height: 7px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	transition: transform .2s;
}

.language-switcher[open] .language-chevron {
	transform: rotate(180deg);
}

.language-menu {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	overflow: hidden;
	width: 170px;
	padding: 6px;
	border: 1px solid var(--dj-border);
	border-radius: 9px;
	background: var(--dj-white);
	box-shadow: 0 12px 30px rgba(0, 71, 127, .14);
}

.language-menu a {
	display: flex;
	padding: 10px 11px;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	font-weight: 600;
}

.language-menu a span {
	color: var(--dj-blue-900);
	font-weight: 800;
}

.language-menu a:hover,
.language-menu a.active {
	color: var(--dj-blue-900);
	background: var(--dj-surface);
}

.language-menu a.active {
	box-shadow: inset 3px 0 var(--dj-orange);
}

.job-details-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 0 52px;
	color: #fff;
	background: linear-gradient(115deg, #00477f 0%, #0871c4 72%, #eef6fd 72.1%, #fff 100%);
}

.job-details-hero .container {
	position: relative;
	z-index: 2;
}

.job-details-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.job-details-back:hover {
	color: #fff;
}

.job-details-back svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.job-details-header {
	max-width: 820px;
}

.job-details-header-content h1 {
	margin: 0;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.job-details-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	margin-top: 22px;
}

.job-details-meta-item {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 600;
}

.job-details-meta-item svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.job-details-hero-shapes {
	position: absolute;
	right: 4%;
	bottom: -35px;
	display: flex;
	align-items: flex-end;
	gap: 9px;
	opacity: .95;
	transform: skew(-11deg);
}

.job-details-hero-shapes span {
	display: block;
	width: 80px;
	height: 100px;
	border-radius: 7px 7px 20px 7px;
	background: rgba(255, 255, 255, .28);
}

.job-details-hero-shapes span:nth-child(2) {
	width: 52px;
	height: 72px;
	background: #f19518;
}

.job-details-hero-shapes span:nth-child(3) {
	width: 34px;
	height: 48px;
	background: rgba(255, 255, 255, .55);
}

.job-details-section {
	padding: 58px 0 72px;
	background: #fff;
}

.job-details-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 60px;
	align-items: start;
}

.job-details-main {
	min-width: 0;
}

.job-details-block {
	margin-bottom: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #e3e8ed;
}

.job-details-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.job-details-block h2 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 17px;
	color: #00477f;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.3;
}

.job-details-block h2::before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 5px;
	content: "";
	border-radius: 4px;
	background: #f19518;
}

.job-details-text {
	color: #424a52;
	font-size: 16px;
	line-height: 1.8;
}

.job-details-sidebar {
	position: sticky;
	top: 30px;
}

.job-details-facts {
	overflow: hidden;
	border: 1px solid #dde5eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 15px 38px rgba(0, 71, 127, .08);
}

.job-details-facts-title {
	padding: 21px 24px;
	background: linear-gradient(135deg, #00477f, #0871c4);
}

.job-details-facts-title h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.job-details-fact {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 19px 23px;
	border-bottom: 1px solid #e3e8ed;
}

.job-details-fact:last-child {
	border-bottom: 0;
}

.job-details-fact-icon {
	display: flex;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #0871c4;
	background: #edf6fc;
}

.job-details-fact-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.job-details-fact-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.job-details-fact-content span {
	color: #747d85;
	font-size: 12px;
	font-weight: 600;
}

.job-details-fact-content strong {
	color: #18222b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.job-details-bottom {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #e3e8ed;
}

.job-details-back-bottom {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0871c4;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.job-details-back-bottom:hover {
	color: #f19518;
}

.job-details-back-bottom svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 980px) {
	.job-details-grid {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 35px;
	}

	.job-details-header-content h1 {
		font-size: 38px;
	}
}

@media (max-width: 720px) {
	.job-details-hero {
		padding: 30px 0 38px;
		background: linear-gradient(110deg, #00477f 0%, #0871c4 92%, #eef6fd 92.1%, #fff 100%);
	}

	.job-details-back {
		margin-bottom: 24px;
	}

	.job-details-header-content h1 {
		font-size: 30px;
	}

	.job-details-meta {
		flex-direction: column;
		gap: 10px;
		margin-top: 18px;
	}

	.job-details-hero-shapes {
		display: none;
	}

	.job-details-section {
		padding: 36px 0 50px;
	}

	.job-details-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.job-details-sidebar {
		position: static;
		grid-row: 1;
	}

	.job-details-block {
		margin-bottom: 28px;
		padding-bottom: 28px;
	}

	.job-details-block h2 {
		font-size: 21px;
	}

	.job-details-text {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* =========================================================
   JOB APPLICATION
========================================================= */

.job-apply-cta {
	margin-top: 32px;
}

.job-apply-cta-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.job-apply-cta-content h2 {
	margin: 0 0 10px;
}

.job-apply-cta-content p {
	margin: 0;
	color: var(--dj-muted);
	font-size: 15px;
	line-height: 1.7;
}

.job-apply-open-modal {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 0;
	border-radius: 9px;
	padding: 0 25px;
	background: var(--dj-orange);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.job-apply-open-modal:hover {
	background: var(--dj-orange-light);
	transform: translateY(-1px);
}


/* =========================================================
   MODAL
========================================================= */

.job-apply-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.job-apply-modal.is-open {
	display: flex;
}

.job-apply-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 34, 61, .72);
	backdrop-filter: blur(4px);
}

.job-apply-modal-dialog {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 760px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	background: #fff;
	border-radius: 18px;
	padding: 34px;
	box-shadow: 0 30px 80px rgba(0, 31, 56, .28);
}

.job-apply-modal-header {
	margin-bottom: 28px;
	padding-right: 50px;
}

.job-apply-modal-header h2 {
	margin: 0 0 7px;
	font-size: 28px;
	font-weight: 800;
	color: var(--dj-blue-900);
}

.job-apply-modal-header p {
	margin: 0;
	font-size: 15px;
	color: var(--dj-muted);
}

.job-apply-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--dj-surface);
	color: var(--dj-ink);
	cursor: pointer;
	transition: background .2s ease;
}

.job-apply-modal-close:hover {
	background: var(--dj-border);
}

.job-apply-modal-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.job-apply-modal-open {
	overflow: hidden;
}


/* =========================================================
   FORM
========================================================= */

.job-apply-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.job-apply-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.job-apply-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.job-apply-field label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--dj-ink);
}

.job-apply-field label > span {
	color: var(--dj-orange);
}

.job-apply-field label small {
	margin-left: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--dj-muted);
}

.job-apply-field input[type="text"],
.job-apply-field input[type="email"],
.job-apply-field input[type="tel"],
.job-apply-field textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--dj-border);
	border-radius: 10px;
	background: #fff;
	padding: 13px 15px;
	font: inherit;
	font-size: 15px;
	color: var(--dj-ink);
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.job-apply-field textarea {
	min-height: 125px;
	resize: vertical;
}

.job-apply-field input[type="text"]:focus,
.job-apply-field input[type="email"]:focus,
.job-apply-field input[type="tel"]:focus,
.job-apply-field textarea:focus {
	border-color: var(--dj-blue-600);
	box-shadow: 0 0 0 3px rgba(23, 121, 189, .12);
}

.job-apply-file {
	border: 1px dashed #b7c7d7;
	border-radius: 10px;
	padding: 16px;
	background: var(--dj-surface);
}

.job-apply-file input[type="file"] {
	display: block;
	width: 100%;
	font: inherit;
	font-size: 14px;
	color: var(--dj-ink);
}

.job-apply-help {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--dj-muted);
}


/* =========================================================
   GDPR
========================================================= */

.job-apply-gdpr {
	padding-top: 2px;
}

.job-apply-gdpr label {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dj-muted);
	cursor: pointer;
}

.job-apply-gdpr input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 3px 0 0;
	flex: 0 0 auto;
	accent-color: var(--dj-blue-700);
}


/* =========================================================
   SUBMIT
========================================================= */

.job-apply-submit-wrapper {
	display: flex;
	justify-content: flex-end;
	padding-top: 3px;
}

.job-apply-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 48px;
	border: 0;
	border-radius: 9px;
	padding: 0 25px;
	background: var(--dj-orange);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.job-apply-submit:hover {
	background: var(--dj-orange-light);
	transform: translateY(-1px);
}

.job-apply-submit:disabled {
	cursor: not-allowed;
	opacity: .7;
	transform: none;
}

.job-apply-submit-loading {
	display: none;
}

.job-apply-submit.is-loading .job-apply-submit-text {
	display: none;
}

.job-apply-submit.is-loading .job-apply-submit-loading {
	display: inline;
}


/* =========================================================
   ERRORS / SUCCESS
========================================================= */

.job-apply-errors {
	margin-bottom: 24px;
	padding: 15px 18px;
	border: 1px solid #efb7b7;
	border-radius: 10px;
	background: #fff2f2;
	color: #a32d2d;
	font-size: 14px;
}

.job-apply-errors ul {
	margin: 0;
	padding-left: 18px;
}

.job-apply-errors li + li {
	margin-top: 5px;
}

.job-apply-success {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
	padding: 17px 20px;
	border: 1px solid #b9dec8;
	border-radius: 11px;
	background: #effaf3;
	color: #18713d;
	font-size: 14px;
	font-weight: 700;
}

.job-apply-success svg {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
	.job-apply-cta-content {
		flex-direction: column;
		align-items: stretch;
	}

	.job-apply-open-modal {
		width: 100%;
	}

	.job-apply-modal {
		align-items: flex-end;
		padding: 12px;
	}

	.job-apply-modal-dialog {
		max-height: calc(100vh - 24px);
		padding: 28px 20px;
		border-radius: 18px 18px 8px 8px;
	}

	.job-apply-modal-header h2 {
		font-size: 24px;
	}

	.job-apply-row {
		grid-template-columns: 1fr;
	}

	.job-apply-submit-wrapper {
		display: block;
	}

	.job-apply-submit {
		width: 100%;
	}
}