.jmu-dashboard-form .honeypot {
	position: fixed;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.jmu-page-title-band {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: var(--jmu-red, #d01110);
	color: #fff;
	padding: 18px 36px 20px;
}

.jmu-page-title-band h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.1rem, 4vw, 3rem);
	line-height: 1.05;
}

.jmu-page-title-subtitle {
	margin: 2px 0 0;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.2;
}

.jmu-careers-intro {
	padding: clamp(2rem, 5vw, 3.5rem) 1.25rem clamp(1.8rem, 4vw, 2.6rem);
	text-align: center;
}

.jmu-careers-intro h2 {
	margin: 0 0 0.65rem;
	color: var(--jmu-red-deep, #8b0909);
	font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.jmu-careers-intro p {
	max-width: 860px;
	margin-inline: auto;
	font-size: 1.04rem;
}

.jmu-careers-section {
	padding: 0 1.25rem clamp(3rem, 6vw, 5rem);
}

.jmu-careers-head,
.jmu-career-form-head {
	max-width: 780px;
	margin: 0 auto 1.6rem;
	text-align: center;
}

.jmu-careers-head h2,
.jmu-career-form-head h2 {
	margin: 0 0 0.55rem;
	color: var(--jmu-ink, #1a1a1a);
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	line-height: 1.15;
}

.jmu-careers-head p,
.jmu-career-form-head p {
	margin: 0;
	color: #333;
}

.jmu-careers-kicker {
	margin: 0 0 0.35rem !important;
	color: var(--jmu-red, #d01110) !important;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.jmu-careers-jobs {
	display: grid;
	gap: 1.25rem;
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.jmu-career-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 1.5rem;
	border: 1px solid #dedede;
	border-left: 5px solid var(--jmu-red, #d01110);
	background: #fff;
	padding: clamp(1.15rem, 3vw, 1.7rem);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.jmu-career-card h3 {
	margin: 0 0 0.45rem;
	color: var(--jmu-red, #d01110);
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	line-height: 1.2;
}

.jmu-career-meta {
	margin: 0 0 0.85rem;
	font-weight: 700;
}

.jmu-career-summary {
	margin: 0 0 0.7rem;
}

.jmu-career-description {
	color: #2b2b2b;
}

.jmu-career-description p {
	margin: 0.45rem 0 0;
}

.jmu-career-card-action {
	display: flex;
	justify-content: flex-end;
}

.jmu-career-apply {
	min-width: 132px;
	border: 0;
	cursor: pointer;
}

.jmu-career-form-wrap {
	scroll-margin-top: 2rem;
	max-width: 900px;
	margin-inline: auto;
}

.jmu-career-form-panel,
.jmu-career-form-wrap .jmu-form {
	border: 1px solid rgba(208, 17, 16, 0.22);
	background: #fff;
	padding: clamp(1.25rem, 4vw, 2rem);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.jmu-careers-empty {
	border: 1px solid #dedede;
	background: #fff;
	padding: 1.5rem;
	text-align: center;
}

.jmu-dashboard-form label {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--jmu-ink, #1a1a1a);
	font-weight: 700;
	line-height: 1.25;
}

.jmu-dashboard-form input,
.jmu-dashboard-form select,
.jmu-dashboard-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	background: #fff;
	color: var(--jmu-ink, #1a1a1a);
	font: inherit;
	padding: 0.7rem 0.8rem;
}

.jmu-dashboard-form textarea {
	min-height: 122px;
	resize: vertical;
}

.jmu-dashboard-form input[type="file"] {
	min-height: 0;
	padding: 0.7rem;
	line-height: 1.3;
}

.jmu-dashboard-form input:focus,
.jmu-dashboard-form select:focus,
.jmu-dashboard-form textarea:focus {
	border-color: var(--jmu-red, #d01110);
	box-shadow: 0 0 0 3px rgba(208, 17, 16, 0.14);
	outline: none;
}

.jmu-dashboard-form button[type="submit"] {
	width: 100%;
	border: 0;
	border-radius: 6px;
	background: var(--jmu-red, #d01110);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	padding: 0.85rem 1.15rem;
}

.jmu-dashboard-form button[type="submit"]:hover {
	background: var(--jmu-red-deep, #b00d0c);
}

.jmu-estimate-page-section {
	padding: 39px 1.25rem 40px;
}

.jmu-estimate-page-form.jmu-form:not(.jmu-form-compact) {
	max-width: 1185px;
	margin: 0 auto;
	border: 1px solid var(--jmu-red, #d01110);
	border-radius: 8px;
	background: #f7f7f7;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
	padding: clamp(1.6rem, 4.5vw, 3.45rem);
}

.jmu-estimate-page-note {
	margin: 0 0 2.25rem;
}

.jmu-estimate-page-form .jmu-form-grid {
	grid-template-columns: repeat(6, 1fr);
	column-gap: 1.8rem;
	row-gap: 1.25rem;
}

.jmu-estimate-page-form .jmu-form-grid > div {
	grid-column: span 3;
}

.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(3),
.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(4),
.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(5) {
	grid-column: span 2;
}

.jmu-estimate-page-form .jmu-form-grid > .full {
	grid-column: 1 / -1;
}

.jmu-estimate-page-form label {
	margin-bottom: 0.35rem;
}

.jmu-estimate-page-form input,
.jmu-estimate-page-form select,
.jmu-estimate-page-form textarea {
	border: 0;
	border-bottom: 1px solid var(--jmu-red-deep, #b00d0c);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.jmu-estimate-page-form input:focus,
.jmu-estimate-page-form select:focus,
.jmu-estimate-page-form textarea:focus {
	border-color: var(--jmu-red, #d01110);
	box-shadow: 0 2px 0 rgba(208, 17, 16, 0.22);
}

.jmu-estimate-page-form textarea {
	min-height: 51px;
}

.jmu-estimate-page-submit {
	grid-column: span 2 !important;
	margin-top: 0.25rem;
}

.jmu-estimate-page-submit button[type="submit"] {
	max-width: 280px;
}

.jmu-form-msg {
	display: none;
}

.jmu-form-msg.is-ok,
.jmu-form-msg.is-error {
	display: block;
	margin-top: 0.75rem;
	padding: 0.7rem 0.85rem;
	border-radius: 5px;
}

.jmu-form-msg.is-ok {
	background: #e7f5ed;
	color: #165b31;
}

.jmu-form-msg.is-error {
	background: #fbeaea;
	color: #8a1f1f;
}

@media (max-width: 720px) {
	.jmu-page-title-band {
		padding-inline: 20px;
	}

	.jmu-page-title-subtitle {
		font-size: 1.12rem;
	}

	.jmu-career-card {
		grid-template-columns: 1fr;
	}

	.jmu-career-card-action,
	.jmu-career-apply {
		width: 100%;
	}

	.jmu-estimate-page-section {
		padding-top: 28px;
	}

	.jmu-estimate-page-form.jmu-form:not(.jmu-form-compact) {
		padding: 1.25rem;
	}

	.jmu-estimate-page-form .jmu-form-grid,
	.jmu-estimate-page-form .jmu-form-grid > div,
	.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(3),
	.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(4),
	.jmu-estimate-page-form .jmu-form-grid > div:nth-of-type(5),
	.jmu-estimate-page-submit {
		display: block;
		grid-column: 1 / -1 !important;
	}

	.jmu-estimate-page-form .jmu-form-grid > div + div {
		margin-top: 1rem;
	}

	.jmu-estimate-page-submit button[type="submit"] {
		max-width: none;
	}
}
