.bjcm {
	--bjcm-primary-color: #0b5fff;
	--bjcm-primary-deep: #0842ba;
	--bjcm-primary-soft: rgba(11, 95, 255, 0.1);
	--bjcm-primary-glow: rgba(11, 95, 255, 0.2);
	--bjcm-text-color: #1a2433;
	--bjcm-heading-color: #0f1726;
	--bjcm-muted-color: #607086;
	--bjcm-border-color: rgba(15, 23, 38, 0.12);
	--bjcm-border-strong: rgba(15, 23, 38, 0.18);
	--bjcm-surface: #ffffff;
	--bjcm-surface-soft: #f5f8fc;
	--bjcm-surface-muted: #eef4fb;
	--bjcm-shadow-soft: 0 18px 44px rgba(15, 23, 38, 0.08);
	--bjcm-shadow-card: 0 14px 34px rgba(15, 23, 38, 0.08);
	--bjcm-shadow-hover: 0 28px 56px rgba(15, 23, 38, 0.14);
	--bjcm-radius-2xl: 32px;
	--bjcm-radius-xl: 24px;
	--bjcm-radius-lg: 20px;
	--bjcm-radius-md: 16px;
	--bjcm-radius-sm: 12px;
	--bjcm-font-body: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: var(--bjcm-text-color);
	font-family: var(--bjcm-font-body);
	line-height: 1.7;
}

.bjcm *,
.bjcm *::before,
.bjcm *::after {
	box-sizing: border-box;
}

.bjcm :where(h1, h2, h3, h4, h5, p, ul, ol, figure) {
	margin: 0;
}

.bjcm :where(ul, ol) {
	padding-left: 1.15rem;
}

.bjcm :where(a, button, input, select, textarea) {
	font: inherit;
}

.bjcm :where(img, svg) {
	max-width: 100%;
	height: auto;
}

.bjcm :where(svg) {
	overflow: visible;
}

.bjcm :where(a) {
	color: inherit;
}

.bjcm-job-grid,
.bjcm-job-details-page,
.bjcm-application-form-wrapper {
	position: relative;
	font-family: var(--bjcm-font-body);
}

.bjcm-grid-shell {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.bjcm-job-layout {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding-inline: 24px;
}

.bjcm-layout-context-grid {
	--bjcm-hero-gradient: linear-gradient(135deg, rgba(11, 95, 255, 0.06), rgba(255, 255, 255, 0) 44%);
}

.bjcm-layout-context-list {
	--bjcm-hero-gradient: linear-gradient(135deg, rgba(0, 157, 142, 0.07), rgba(255, 255, 255, 0) 44%);
}

.bjcm-layout-context-compact {
	--bjcm-hero-gradient: linear-gradient(135deg, rgba(255, 138, 61, 0.08), rgba(255, 255, 255, 0) 44%);
}

.bjcm-layout-context-modern {
	--bjcm-hero-gradient: linear-gradient(135deg, rgba(11, 95, 255, 0.12), rgba(255, 255, 255, 0) 42%);
}

.bjcm-layout-context-minimal {
	--bjcm-hero-gradient: linear-gradient(135deg, rgba(34, 45, 70, 0.06), rgba(255, 255, 255, 0) 42%);
}

.bjcm-job-grid {
	padding: clamp(20px, 3vw, 36px);
	border: 1px solid var(--bjcm-border-color);
	border-radius: calc(var(--bjcm-radius-2xl) + 2px);
	background:
		radial-gradient(circle at top right, rgba(11, 95, 255, 0.11), transparent 30%),
		radial-gradient(circle at bottom left, rgba(11, 95, 255, 0.06), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: var(--bjcm-shadow-soft);
}

.bjcm-grid-hero {
	margin-bottom: 24px;
}

.bjcm-grid-hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
	gap: 24px;
	align-items: stretch;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(11, 95, 255, 0.12);
	border-radius: var(--bjcm-radius-2xl);
	background:
		var(--bjcm-hero-gradient),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.bjcm-grid-hero-copy {
	max-width: 760px;
}

.bjcm-grid-eyebrow,
.bjcm-section-kicker,
.bjcm-form-kicker,
.bjcm-job-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	color: var(--bjcm-primary-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bjcm-grid-heading {
	max-width: 14ch;
	margin-bottom: 14px;
	color: var(--bjcm-heading-color);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.bjcm-grid-description,
.bjcm-card-excerpt,
.bjcm-grid-summary-meta,
.bjcm-filter-note,
.bjcm-form-intro,
.bjcm-form-help {
	color: var(--bjcm-muted-color);
}

.bjcm-grid-description {
	max-width: 62ch;
	font-size: 16px;
	line-height: 1.85;
}

.bjcm-grid-hero-meta {
	display: grid;
	gap: 14px;
}

.bjcm-grid-stat-card {
	display: grid;
	gap: 6px;
	align-content: start;
	padding: 18px 20px;
	border: 1px solid var(--bjcm-border-color);
	border-radius: var(--bjcm-radius-xl);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--bjcm-shadow-card);
}

.bjcm-grid-stat-label,
.bjcm-meta-label,
.bjcm-job-highlight-label,
.bjcm-job-summary-label {
	color: var(--bjcm-muted-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: capitalize;
}

.bjcm-grid-stat-value,
.bjcm-grid-layout-name,
.bjcm-meta-value,
.bjcm-job-highlight-value,
.bjcm-job-summary-value {
	color: var(--bjcm-heading-color);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.bjcm-grid-stat-value,
.bjcm-grid-layout-name {
	font-size: 19px;
}

.bjcm-grid-layout-note {
	font-size: 14px;
	color: var(--bjcm-muted-color);
}

.bjcm-filter-panel,
.bjcm-card,
.bjcm-job-hero,
.bjcm-section,
.bjcm-form-shell,
.bjcm-form-section-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--bjcm-border-color);
	border-radius: var(--bjcm-radius-xl);
	box-shadow: var(--bjcm-shadow-soft);
}

.bjcm-filter-panel {
	padding: 22px;
	margin-bottom: 24px;
}

.bjcm-filter-panel-head {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.bjcm-filter-panel-copy {
	max-width: 520px;
}

.bjcm-filter-title {
	color: var(--bjcm-heading-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.bjcm-filter-note {
	max-width: 38ch;
	font-size: 15px;
	line-height: 1.75;
}

.bjcm-filter-form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 20px;
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: var(--bjcm-radius-lg);
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.bjcm-filter-group,
.bjcm-form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bjcm-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-self: end;
}

.bjcm-filter-form label,
.bjcm-application-form label {
	color: var(--bjcm-heading-color);
	font-size: 15px;
	font-weight: 600;
}

.bjcm .bjcm-filter-form input[type="search"],
.bjcm .bjcm-filter-form select,
.bjcm .bjcm-application-form input[type="text"],
.bjcm .bjcm-application-form input[type="email"],
.bjcm .bjcm-application-form input[type="url"],
.bjcm .bjcm-application-form input[type="tel"],
.bjcm .bjcm-application-form input[type="number"],
.bjcm .bjcm-application-form input[type="file"],
.bjcm .bjcm-application-form textarea,
.bjcm .bjcm-application-form select {
	width: 100%;
	min-height: 56px;
	padding: 14px 16px;
	border: 1px solid var(--bjcm-border-color) !important;
	border-radius: var(--bjcm-radius-sm) !important;
	background: #ffffff !important;
	color: var(--bjcm-text-color) !important;
	font-size: 16px;
	line-height: 1.45;
	box-shadow: inset 0 1px 2px rgba(15, 23, 38, 0.03) !important;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bjcm-filter-form input::placeholder,
.bjcm-application-form input::placeholder,
.bjcm-application-form textarea::placeholder {
	color: #8a99aa;
}

.bjcm .bjcm-filter-form input[type="search"]:hover,
.bjcm .bjcm-filter-form select:hover,
.bjcm .bjcm-application-form input[type="text"]:hover,
.bjcm .bjcm-application-form input[type="email"]:hover,
.bjcm .bjcm-application-form input[type="url"]:hover,
.bjcm .bjcm-application-form input[type="tel"]:hover,
.bjcm .bjcm-application-form input[type="number"]:hover,
.bjcm .bjcm-application-form input[type="file"]:hover,
.bjcm .bjcm-application-form textarea:hover,
.bjcm .bjcm-application-form select:hover {
	border-color: var(--bjcm-border-strong) !important;
}

.bjcm .bjcm-filter-form input[type="search"]:focus,
.bjcm .bjcm-filter-form select:focus,
.bjcm .bjcm-application-form input[type="text"]:focus,
.bjcm .bjcm-application-form input[type="email"]:focus,
.bjcm .bjcm-application-form input[type="url"]:focus,
.bjcm .bjcm-application-form input[type="tel"]:focus,
.bjcm .bjcm-application-form input[type="number"]:focus,
.bjcm .bjcm-application-form input[type="file"]:focus,
.bjcm .bjcm-application-form textarea:focus,
.bjcm .bjcm-application-form select:focus,
.bjcm-button:focus,
.bjcm-button:focus-visible {
	outline: 3px solid rgba(11, 95, 255, 0.18);
	outline-offset: 2px;
	border-color: rgba(11, 95, 255, 0.4) !important;
	box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.08) !important;
}

.bjcm .bjcm-application-form input:-webkit-autofill,
.bjcm .bjcm-application-form input:-webkit-autofill:hover,
.bjcm .bjcm-application-form input:-webkit-autofill:focus,
.bjcm .bjcm-filter-form input:-webkit-autofill,
.bjcm .bjcm-filter-form input:-webkit-autofill:hover,
.bjcm .bjcm-filter-form input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--bjcm-text-color) !important;
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	border: 1px solid var(--bjcm-border-color) !important;
}

.bjcm-grid-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 4px 2px;
}

.bjcm-grid-summary-text {
	color: var(--bjcm-heading-color);
	font-size: 16px;
	font-weight: 600;
}

.bjcm-grid {
	display: grid;
	gap: 22px;
}

.bjcm-layout-grid,
.bjcm-layout-modern,
.bjcm-layout-compact,
.bjcm-layout-minimal {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bjcm-layout-list {
	grid-template-columns: 1fr;
}

.bjcm-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
	padding: 24px;
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.bjcm-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, var(--bjcm-primary-color), rgba(11, 95, 255, 0.3));
	opacity: 0.9;
}

.bjcm-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 36%);
	pointer-events: none;
}

.bjcm-card:hover,
.bjcm-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(11, 95, 255, 0.2);
	box-shadow: var(--bjcm-shadow-hover);
}

.bjcm-card-top,
.bjcm-card-excerpt,
.bjcm-card-footer,
.bjcm-job-hero-grid,
.bjcm-job-summary-card {
	position: relative;
	z-index: 1;
}

.bjcm-card-badges,
.bjcm-card-footer,
.bjcm-job-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.bjcm-card-title {
	color: var(--bjcm-heading-color);
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -0.03em;
}

.bjcm-card-title a {
	text-decoration: none;
}

.bjcm-card-title a:hover,
.bjcm-card-title a:focus {
	color: var(--bjcm-primary-color);
}

.bjcm-card-subtitle {
	margin-top: 6px;
	color: var(--bjcm-muted-color);
	font-size: 14px;
	line-height: 1.65;
}

.bjcm-pill,
.bjcm-card-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.bjcm-pill {
	border: 1px solid transparent;
	background: var(--bjcm-primary-soft);
	color: var(--bjcm-primary-color);
}

.bjcm-pill-open,
.bjcm-pill-soft {
	border-color: rgba(11, 95, 255, 0.16);
	background: rgba(11, 95, 255, 0.08);
	color: var(--bjcm-primary-color);
}

.bjcm-pill-muted {
	border-color: rgba(139, 59, 59, 0.15);
	background: #f8ecec;
	color: #8b3b3b;
}

.bjcm-card-tag {
	border: 1px solid rgba(15, 23, 38, 0.08);
	background: var(--bjcm-surface-soft);
	color: var(--bjcm-heading-color);
}

.bjcm-card-tag-soft {
	border-color: rgba(239, 91, 42, 0.14);
	background: rgba(255, 243, 236, 0.96);
	color: #ef5b2a;
}

.bjcm-card-meta,
.bjcm-job-highlight-grid,
.bjcm-job-summary-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.bjcm-card-meta {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bjcm-layout-modern .bjcm-card-meta,
.bjcm-layout-grid .bjcm-card-meta {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bjcm-card-meta li,
.bjcm-job-highlight-card,
.bjcm-job-summary-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 14px 15px;
	border: 1px solid rgba(15, 23, 38, 0.06);
	border-radius: var(--bjcm-radius-md);
	background: var(--bjcm-surface-soft);
}

.bjcm-card-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: var(--bjcm-text-color);
	font-size: 15px;
	line-height: 1.82;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bjcm-card-footer {
	justify-content: center;
	margin-top: auto;
	padding-top: 4px;
}

.bjcm-card-footer-note {
	max-width: 22ch;
	color: var(--bjcm-muted-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.bjcm-layout-modern .bjcm-card {
	background:
		linear-gradient(180deg, rgba(11, 95, 255, 0.07), rgba(255, 255, 255, 0) 28%),
		linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border-color: rgba(11, 95, 255, 0.15);
}

.bjcm-layout-modern .bjcm-card::before {
	height: 6px;
}

.bjcm-layout-grid .bjcm-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.bjcm-layout-compact {
	gap: 18px;
}

.bjcm-layout-compact .bjcm-card {
	padding: 20px;
	gap: 14px;
	border-radius: 18px;
}

.bjcm-layout-compact .bjcm-card::before {
	inset: 0 auto 0 0;
	width: 5px;
	height: auto;
	background: linear-gradient(180deg, var(--bjcm-primary-color), rgba(11, 95, 255, 0.25));
}

.bjcm-layout-compact .bjcm-card-meta {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bjcm-layout-minimal .bjcm-card {
	box-shadow: none;
	border-color: rgba(15, 23, 38, 0.14);
	background: #ffffff;
}

.bjcm-layout-minimal .bjcm-card::before {
	opacity: 0.25;
}

.bjcm-layout-minimal .bjcm-card::after {
	display: none;
}

.bjcm-layout-minimal .bjcm-card-meta li {
	background: transparent;
}

.bjcm-layout-list .bjcm-card {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
	gap: 22px 24px;
	align-items: start;
}

.bjcm-layout-list .bjcm-card-top,
.bjcm-layout-list .bjcm-card-excerpt {
	grid-column: 1 / 2;
}

.bjcm-layout-list .bjcm-card-meta {
	grid-column: 2 / 3;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bjcm-layout-list .bjcm-card-footer {
	grid-column: 1 / -1;
	justify-content: center;
	padding-top: 18px;
	border-top: 1px solid var(--bjcm-border-color);
}

.bjcm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 12px 22px;
	border: 1px solid var(--bjcm-primary-color);
	border-radius: 999px;
	background: var(--bjcm-primary-color);
	box-shadow: 0 10px 20px rgba(11, 95, 255, 0.14);
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.bjcm-button:hover,
.bjcm-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 14px 24px rgba(11, 95, 255, 0.18);
	color: #ffffff;
}

.bjcm-button-secondary {
	background: #ffffff;
	box-shadow: none;
	color: var(--bjcm-primary-color);
}

.bjcm-button-secondary:hover,
.bjcm-button-secondary:focus {
	background: rgba(11, 95, 255, 0.05);
	color: var(--bjcm-primary-color);
}

.bjcm-button-large {
	width: 100%;
	max-width: 360px;
}

.bjcm-empty-state,
.bjcm-form-notice {
	padding: 22px 24px;
	border: 1px solid var(--bjcm-border-color);
	border-radius: var(--bjcm-radius-lg);
	background: var(--bjcm-surface-soft);
}

.bjcm-empty-state h3 {
	margin-bottom: 8px;
	color: var(--bjcm-heading-color);
	font-size: 22px;
	font-weight: 600;
}

.bjcm-empty-state p {
	color: var(--bjcm-muted-color);
}

.bjcm-form-notice {
	border-left: 4px solid var(--bjcm-primary-color);
}

.bjcm-form-notice-error {
	border-left-color: #c24141;
	background: #fff2f2;
	border-color: #e7bebe;
	color: #7a2525;
}

.bjcm-form-notice-success {
	border-left-color: #2d8a46;
	background: #eef9f1;
	border-color: #b7d9c1;
	color: #245c33;
}

.bjcm-form-notice-info {
	border-left-color: #4b6a91;
	background: #eff5fb;
	border-color: #c7d7e7;
	color: #2f4b6b;
}

.bjcm-form-feedback:empty {
	display: none;
}

.bjcm-error-list {
	margin-top: 12px;
	padding-left: 1.2rem;
}

.bjcm-application-form.is-submitting {
	opacity: 0.78;
	pointer-events: none;
}

.bjcm-application-form .bjcm-button[disabled] {
	cursor: wait;
}

.bjcm-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}

.bjcm-pagination a,
.bjcm-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 8px 14px;
	border: 1px solid var(--bjcm-border-color);
	border-radius: 999px;
	background: #ffffff;
	color: var(--bjcm-text-color);
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bjcm-pagination a:hover,
.bjcm-pagination a:focus {
	transform: translateY(-1px);
	border-color: rgba(11, 95, 255, 0.2);
	box-shadow: 0 10px 20px rgba(15, 23, 38, 0.08);
}

.bjcm-pagination .current {
	background: linear-gradient(180deg, var(--bjcm-primary-color), var(--bjcm-primary-deep));
	border-color: var(--bjcm-primary-color);
	color: #ffffff;
	box-shadow: 0 14px 24px rgba(11, 95, 255, 0.2);
}

.bjcm-job-details-page {
	padding: clamp(26px, 2.8vw, 42px) 0 clamp(42px, 4vw, 72px);
}

.bjcm-job-layout {
	display: grid;
	gap: clamp(22px, 2.6vw, 34px);
}

.bjcm-job-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), transparent 24%),
		radial-gradient(circle at top left, rgba(11, 95, 255, 0.05), transparent 24%),
		radial-gradient(circle at bottom right, rgba(11, 95, 255, 0.06), transparent 32%),
		var(--bjcm-hero-gradient),
		linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
	box-shadow: 0 18px 40px rgba(15, 23, 38, 0.08);
}

.bjcm-job-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32) 1px, transparent 1px, transparent 10px);
	opacity: 0.45;
	pointer-events: none;
}

.bjcm-job-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58));
	pointer-events: none;
}

.bjcm-job-hero-main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(240px, 0.5fr);
	gap: clamp(22px, 2.7vw, 32px);
	align-items: center;
}

.bjcm-job-hero-copy {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.bjcm-job-title {
	max-width: 20ch;
	margin: 0;
	color: var(--bjcm-heading-color);
	font-size: 35px;
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.bjcm-job-title-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-self: stretch;
	min-width: 0;
}

.bjcm-job-apply-button {
	width: min(100%, 220px);
	min-width: 188px;
	min-height: 56px;
	padding-inline: 28px;
}

.bjcm-job-lead {
	max-width: 60ch;
	margin: 0;
	color: var(--bjcm-text-color);
	font-size: 16px;
	line-height: 1.82;
}

.bjcm-job-highlight-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bjcm-job-highlight-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	min-height: 0;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bjcm-job-highlight-card::before {
	display: none;
}

.bjcm-job-highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--bjcm-primary-color);
	box-shadow:
		inset 0 0 0 1px rgba(15, 23, 38, 0.05),
		0 10px 18px rgba(15, 23, 38, 0.05);
}

.bjcm-job-highlight-icon svg {
	width: 22px;
	height: 22px;
}

.bjcm-job-highlight-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.bjcm-job-highlight-value {
	font-size: 12px;
	line-height: 1.45;
}

.bjcm-job-cta-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 252px;
	min-height: 118px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.28) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.64),
		0 18px 34px rgba(15, 23, 38, 0.08);
}

.bjcm-job-cta-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.68), transparent 46%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(11, 95, 255, 0.04));
	pointer-events: none;
}

.bjcm-job-summary-card {
	display: grid;
	gap: 16px;
	padding: 22px;
	border: 1px solid rgba(11, 95, 255, 0.14);
	border-radius: var(--bjcm-radius-xl);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--bjcm-shadow-card);
}

.bjcm-job-summary-title,
.bjcm-section-title,
.bjcm-form-shell h2 {
	color: var(--bjcm-heading-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.03em;
	margin: 0;
}

.bjcm-job-summary-list {
	grid-template-columns: 1fr;
}

.bjcm-closed-message {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 232px);
	min-height: 56px;
	padding: 12px 22px;
	border: 1px solid #ebc9c9;
	border-radius: 999px;
	background: #fff3f3;
	color: #8b3b3b;
	font-weight: 700;
}

.bjcm-job-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.36fr) minmax(340px, 0.9fr);
	gap: 22px;
	align-items: start;
}

.bjcm-job-content-main {
	display: grid;
	gap: 18px;
}

.bjcm-sidebar-stack {
	position: sticky;
	top: 26px;
	display: grid;
	gap: 18px;
}

.bjcm-section,
.bjcm-sidebar-card,
.bjcm-form-shell {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(251, 252, 255, 0.99) 100%);
	box-shadow: 0 18px 34px rgba(15, 23, 38, 0.07);
}

.bjcm-section::before,
.bjcm-sidebar-card::before,
.bjcm-form-shell::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--bjcm-primary-color), rgba(11, 95, 255, 0.18));
}

.bjcm-section-overview,
.bjcm-section-responsibilities,
.bjcm-section-requirements,
.bjcm-section-benefits,
.bjcm-sidebar-card,
.bjcm-form-shell {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 255, 0.99) 100%);
}

.bjcm-section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.bjcm-section-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(255, 248, 243, 0.96);
	color: var(--bjcm-primary-color);
	box-shadow: inset 0 0 0 1px rgba(15, 23, 38, 0.05);
}

.bjcm-section-icon svg {
	width: 20px;
	height: 20px;
}

.bjcm-section-heading {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	border: 0;
}

.bjcm-section-subtitle {
	color: var(--bjcm-muted-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

.bjcm-rich-text {
	color: var(--bjcm-text-color);
	font-size: 16px;
	line-height: 1.88;
}

.bjcm-rich-text p + p,
.bjcm-rich-text ul + p,
.bjcm-rich-text p + ul,
.bjcm-rich-text p + ol {
	margin-top: 17px;
}

.bjcm-rich-text ul,
.bjcm-rich-text ol {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.bjcm-rich-text li::marker {
	color: var(--bjcm-primary-color);
}

.bjcm-rich-text a {
	color: var(--bjcm-primary-color);
}

.bjcm-check-list {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bjcm-check-list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: var(--bjcm-text-color);
	font-size: 16px;
	line-height: 1.82;
}

.bjcm-check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--bjcm-primary-color);
}

.bjcm-check-icon svg {
	width: 16px;
	height: 16px;
}

.bjcm-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bjcm-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 9px 15px;
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 18px rgba(15, 23, 38, 0.04);
	color: var(--bjcm-heading-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.bjcm-chip-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bjcm-primary-color);
	box-shadow: 0 0 0 4px rgba(11, 95, 255, 0.08);
}

.bjcm-benefit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
}

.bjcm-benefit-card {
	display: grid;
	gap: 12px;
	align-content: start;
	min-height: 118px;
	padding: 16px 14px;
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	box-shadow: 0 12px 22px rgba(15, 23, 38, 0.04);
}

.bjcm-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: rgba(255, 248, 243, 0.96);
	color: var(--bjcm-primary-color);
}

.bjcm-benefit-icon svg {
	width: 20px;
	height: 20px;
}

.bjcm-benefit-text {
	margin: 0;
	color: var(--bjcm-heading-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.bjcm-experience-card .bjcm-rich-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
}

.bjcm-application-section {
	scroll-margin-top: 24px;
}

.bjcm-application-section .bjcm-application-form-wrapper {
	width: 100%;
}

.bjcm-form-header {
	position: relative;
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(15, 23, 38, 0.08);
}

.bjcm-form-title-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bjcm-form-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background: rgba(255, 248, 243, 0.96);
	color: var(--bjcm-primary-color);
	box-shadow: inset 0 0 0 1px rgba(15, 23, 38, 0.05);
}

.bjcm-form-title-icon svg {
	width: 20px;
	height: 20px;
}

.bjcm-form-title-copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.bjcm-form-header .bjcm-form-kicker {
	margin: 0;
	line-height: 1.18;
}

.bjcm-form-intro {
	max-width: none;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

.bjcm-form-section-card {
	margin: 0 0 16px;
	padding: 16px;
	min-width: 0;
	border-radius: 18px;
	border-color: rgba(15, 23, 38, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: none;
}

.bjcm-form-section-card:last-of-type {
	margin-bottom: 0;
}

.bjcm-screen-reader-text,
.bjcm-form-section-card legend.bjcm-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.bjcm-form-section-heading {
	margin: 0 0 14px;
}

.bjcm-form-section-title {
	margin: 0;
	color: var(--bjcm-heading-color);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bjcm-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	align-items: start;
}

.bjcm-form-section-card-stack .bjcm-form-grid {
	grid-template-columns: 1fr;
}

.bjcm-form-field-full {
	grid-column: 1 / -1;
}

.bjcm-form-field {
	display: grid;
	align-content: start;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.bjcm-form-field label {
	margin: 0;
	line-height: 1.4;
}

.bjcm-form-shell .bjcm-application-form input[type="text"],
.bjcm-form-shell .bjcm-application-form input[type="email"],
.bjcm-form-shell .bjcm-application-form input[type="url"],
.bjcm-form-shell .bjcm-application-form input[type="tel"],
.bjcm-form-shell .bjcm-application-form input[type="number"],
.bjcm-form-shell .bjcm-application-form textarea,
.bjcm-form-shell .bjcm-application-form select {
	padding: 12px 14px;
	font-size: 15px;
	line-height: 1.4;
}

.bjcm-required {
	color: #ef5b2a;
}

.bjcm-application-form textarea {
	min-height: 132px;
	resize: vertical;
}

.bjcm-file-control {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.bjcm-file-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	white-space: nowrap !important;
}

.bjcm-file-picker {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
	min-height: 56px;
	padding: 10px 12px;
	border: 1px solid var(--bjcm-border-color);
	border-radius: var(--bjcm-radius-sm);
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bjcm-file-picker:hover {
	border-color: var(--bjcm-border-strong);
}

.bjcm-file-input:focus + .bjcm-file-picker,
.bjcm-file-input:focus-visible + .bjcm-file-picker {
	outline: 3px solid rgba(11, 95, 255, 0.18);
	outline-offset: 2px;
	border-color: rgba(11, 95, 255, 0.4);
	box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.08);
}

.bjcm-file-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 9px 14px;
	border: 1px solid rgba(11, 95, 255, 0.12);
	border-radius: 999px;
	background: #eef5ff;
	color: var(--bjcm-primary-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.bjcm-file-name {
	min-width: 0;
	color: var(--bjcm-text-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bjcm-file-help {
	margin: 0;
}

.bjcm-form-actions {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(15, 23, 38, 0.08);
}

.bjcm-form-privacy {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 12px 14px;
	border: 1px solid rgba(15, 23, 38, 0.08);
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.bjcm-form-privacy-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(255, 248, 243, 0.96);
	color: var(--bjcm-primary-color);
}

.bjcm-form-privacy-icon svg {
	width: 18px;
	height: 18px;
}

.bjcm-application-section .bjcm-button-large {
	width: 100%;
	max-width: none;
	min-height: 56px;
}

.bjcm-form-help {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

.bjcm-honeypot {
	display: none !important;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bjcm-application-form small {
	display: block;
	margin-top: 0;
	color: var(--bjcm-muted-color);
	font-size: 12px;
	line-height: 1.55;
}

.bjcm-job-details-page .bjcm-button,
.bjcm-application-form-wrapper .bjcm-button {
	border-color: #ef5b2a;
	background: #ef5b2a;
	box-shadow: 0 10px 20px rgba(239, 91, 42, 0.16);
}

.bjcm-job-details-page .bjcm-button:hover,
.bjcm-job-details-page .bjcm-button:focus,
.bjcm-application-form-wrapper .bjcm-button:hover,
.bjcm-application-form-wrapper .bjcm-button:focus {
	box-shadow: 0 14px 24px rgba(239, 91, 42, 0.2);
}

@media (max-width: 1160px) {
	.bjcm-grid-hero-panel,
	.bjcm-job-content-grid {
		grid-template-columns: 1fr;
	}

	.bjcm-job-layout {
		padding-inline: 20px;
	}

	.bjcm-job-hero-main {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.bjcm-job-title-action {
		justify-content: flex-start;
	}

	.bjcm-job-cta-card {
		min-height: 0;
		justify-content: flex-start;
	}

	.bjcm-job-highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bjcm-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bjcm-filter-form,
	.bjcm-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bjcm-layout-grid,
	.bjcm-layout-modern,
	.bjcm-layout-compact,
	.bjcm-layout-minimal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bjcm-sidebar-stack {
		position: static;
	}
}

@media (max-width: 860px) {
	.bjcm-layout-list .bjcm-card {
		grid-template-columns: 1fr;
	}

	.bjcm-layout-list .bjcm-card-top,
	.bjcm-layout-list .bjcm-card-meta,
	.bjcm-layout-list .bjcm-card-excerpt,
	.bjcm-layout-list .bjcm-card-footer {
		grid-column: 1 / -1;
	}

	.bjcm-layout-list .bjcm-card-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.bjcm-job-grid {
		padding: 18px;
		border-radius: 24px;
	}

	.bjcm-grid-heading {
		max-width: none;
		font-size: clamp(28px, 7.5vw, 38px);
	}

	.bjcm-filter-panel-head,
	.bjcm-grid-summary,
	.bjcm-card-footer,
	.bjcm-filter-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bjcm-filter-form,
	.bjcm-form-grid,
	.bjcm-layout-grid,
	.bjcm-layout-modern,
	.bjcm-layout-compact,
	.bjcm-layout-minimal,
	.bjcm-card-meta,
	.bjcm-job-highlight-grid {
		grid-template-columns: 1fr;
	}

	.bjcm-layout-compact .bjcm-card-meta {
		grid-template-columns: 1fr;
	}

	.bjcm-layout-list .bjcm-card-meta {
		grid-template-columns: 1fr;
	}

	.bjcm-card-footer-note {
		max-width: none;
	}

	.bjcm-button-large {
		max-width: none;
	}

	.bjcm-job-title {
		font-size: 28px;
		max-width: 20ch;
	}

	.bjcm-job-layout {
		padding-inline: 18px;
	}

	.bjcm-job-hero {
		padding: 24px;
	}

	.bjcm-job-hero-main {
		gap: 22px;
	}

	.bjcm-job-highlight-grid,
	.bjcm-form-grid {
		grid-template-columns: 1fr;
	}

	.bjcm-job-title-action {
		width: 100%;
	}

	.bjcm-job-cta-card {
		width: 100%;
		padding: 20px;
		align-items: center;
		margin: 0 auto;
	}

	.bjcm-job-apply-button,
	.bjcm-closed-message {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.bjcm-grid-hero-panel,
	.bjcm-filter-panel,
	.bjcm-filter-form,
	.bjcm-card,
	.bjcm-job-hero,
	.bjcm-section,
	.bjcm-form-shell,
	.bjcm-form-section-card,
	.bjcm-job-summary-card {
		padding: 18px;
	}

	.bjcm-grid-stat-card {
		padding: 16px 18px;
	}

	.bjcm-job-highlight-card {
		min-height: auto;
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px;
	}

	.bjcm-card-title,
	.bjcm-job-summary-title,
	.bjcm-section-title,
	.bjcm-form-shell h2,
	.bjcm-filter-title {
		font-size: 22px;
	}

	.bjcm-grid-description,
	.bjcm-rich-text,
	.bjcm-card-excerpt {
		font-size: 16px;
	}

	.bjcm-job-layout {
		padding-inline: 16px;
	}

	.bjcm-benefit-grid {
		grid-template-columns: 1fr;
	}

	.bjcm-chip-list {
		gap: 10px;
	}

	.bjcm-chip {
		width: 100%;
		justify-content: flex-start;
	}

	.bjcm-section,
	.bjcm-sidebar-card,
	.bjcm-form-shell {
		padding: 22px;
	}

	.bjcm-form-section-card {
		padding: 16px;
	}

	.bjcm-section-head,
	.bjcm-form-title-row {
		gap: 12px;
	}

	.bjcm-section-heading,
	.bjcm-form-header {
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	.bjcm-form-privacy {
		grid-template-columns: 1fr;
	}
}
