.ease-careers-board {
	background: #000;
	color: #fff;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

.ease-careers-board__header {
	margin: 0 auto;
	max-width: 1160px;
	padding: 48px 24px 52px;
}

.ease-careers-board__heading {
	color: #fff;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0;
	max-width: 320px;
}

.ease-careers-board__heading::after {
	color: #9ec0ff;
	content: "";
}

.ease-careers-board__content {
	background: #fff;
	color: #111;
}

.ease-careers-card {
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1160px;
	padding: 34px 24px 28px;
	position: relative;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ease-careers-card:hover,
.ease-careers-card:focus {
	background: #f7faff;
	box-shadow: 0 18px 36px rgba(10, 37, 64, 0.08);
	outline: none;
	transform: translateY(-1px);
}

.ease-careers-card:focus-visible,
.ease-careers-card:focus-within {
	box-shadow: inset 0 0 0 3px rgba(14, 97, 239, 0.42), 0 18px 36px rgba(10, 37, 64, 0.08);
}

.ease-careers-card__primary {
	flex: 1 1 auto;
	min-width: 0;
}

.ease-careers-card__title {
	align-items: center;
	display: flex;
	font-size: clamp(1.9rem, 3vw, 3.1rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0 0 18px;
}

.ease-careers-card__title a {
	color: #111;
	min-width: 0;
	text-decoration: none;
}

.ease-careers-card__title a:hover,
.ease-careers-card__title a:focus {
	color: #0e61ef;
}

.ease-careers-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ease-careers-pill {
	background: #17385b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	padding: 8px 12px;
	text-transform: uppercase;
}

.ease-careers-card__secondary {
	align-items: flex-end;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 20px;
}

.ease-careers-card__experience {
	color: #0e61ef;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
	text-align: right;
}

.ease-careers-card__experience span {
	font-weight: 700;
}

.ease-careers-card__button,
.ease-careers-apply-button {
	background: #0e61ef;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 600;
	justify-content: center;
	min-width: 128px;
	padding: 14px 22px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.ease-careers-card__button:hover,
.ease-careers-card__button:focus,
.ease-careers-apply-button:hover,
.ease-careers-apply-button:focus {
	background: #084bc2;
	color: #fff;
	transform: translateY(-1px);
}

.ease-careers-share-button {
	align-items: center;
	background: #0e61ef;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 11px 16px;
	position: relative;
	text-decoration: none;
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, margin 0.22s ease, opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, width 0.22s ease;
	white-space: nowrap;
}

.ease-careers-share-button:hover,
.ease-careers-share-button:focus {
	background: #084bc2;
	box-shadow: 0 10px 24px rgba(14, 97, 239, 0.22);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.ease-careers-share-button.is-copied {
	background: #0056d6;
	box-shadow: 0 10px 24px rgba(0, 86, 214, 0.24);
}

.ease-careers-share-button.is-unavailable {
	background: #17385b;
	box-shadow: 0 10px 24px rgba(23, 56, 91, 0.24);
}

.ease-careers-share-button[data-share-status]:not([data-share-status=""])::after {
	background: #0056d6;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 86, 214, 0.24);
	color: #fff;
	content: attr(data-share-status);
	font-size: 0.78rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	padding: 8px 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 20;
}

.ease-careers-share-button__icon,
.ease-careers-share-button__icon svg {
	display: block;
	height: 18px;
	width: 18px;
}

.ease-careers-share-button--card {
	flex: 0 0 auto;
	height: 40px;
	margin-left: 14px;
	min-height: 40px;
	opacity: 1;
	overflow: visible;
	padding: 0;
	transform: none;
	visibility: visible;
	width: 40px;
}

.ease-careers-share-button--card .ease-careers-share-button__text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ease-careers-card__title:hover .ease-careers-share-button--card,
.ease-careers-card__title:focus-within .ease-careers-share-button--card {
	margin-left: 14px;
	opacity: 1;
	transform: translateX(0) scale(1);
	visibility: visible;
	width: 40px;
}

.ease-careers-board__footer {
	margin: 0 auto;
	max-width: 1160px;
	padding: 32px 24px 40px;
}

.ease-careers-board__footer p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.ease-careers-board__empty {
	margin: 0 auto;
	max-width: 1160px;
	padding: 40px 24px;
}

.ease-careers-job {
	background: #fff;
	color: #111;
	font-family: "Source Sans 3", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.ease-careers-job__hero {
	background: #0a2540;
	overflow: hidden;
	padding: 112px 24px 78px;
	position: relative;
}

.ease-careers-job__hero-glow {
	background: radial-gradient(circle, rgba(0, 86, 214, 0.85) 0%, rgba(0, 86, 214, 0) 62%);
	filter: blur(80px);
	height: 320px;
	left: 50%;
	opacity: 0.22;
	position: absolute;
	top: 86px;
	transform: translateX(-50%);
	width: 1050px;
}

.ease-careers-job__hero-lines {
	background-image: repeating-radial-gradient(circle at center, rgba(172, 205, 255, 0.11) 0 1px, transparent 1px 11px);
	height: 420px;
	left: 50%;
	opacity: 0.3;
	position: absolute;
	top: 34px;
	transform: translateX(-50%);
	width: min(1464px, calc(100% - 80px));
}

.ease-careers-job__hero-inner {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.ease-careers-job__breadcrumbs {
	align-items: center;
	color: #accdff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	gap: 4px;
	justify-content: center;
	line-height: 22.75px;
	margin-bottom: 18px;
}

.ease-careers-job__breadcrumbs a,
.ease-careers-job__breadcrumbs span {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ease-careers-job__client-tag {
	border: 1px solid rgba(195, 198, 215, 0.2);
	border-radius: 999px;
	color: #accdff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 16px;
	margin-bottom: 24px;
	padding: 8px 17px;
	text-transform: uppercase;
}

.ease-careers-job__title {
	color: #fff;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 600;
	letter-spacing: -2.8px;
	line-height: 1.06;
	margin: 0 auto 28px;
	max-width: 560px;
}

.ease-careers-job__hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.ease-careers-job__hero-pill {
	background: rgba(4, 26, 48, 0.92);
	border: 1px solid rgba(68, 71, 77, 0.5);
	border-radius: 999px;
	color: #e9f2ff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 16px;
	padding: 9px 17px;
	text-transform: uppercase;
}

.ease-careers-job__content-wrap {
	padding: 0 24px 100px;
}

.ease-careers-job__layout {
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(280px, 389px) minmax(0, 851px);
	margin: 0 auto;
	max-width: 1290px;
	padding-top: 100px;
}

.ease-careers-job__sidebar {
	align-self: start;
	position: sticky;
	top: 110px;
}

.ease-careers-job__sidebar-copy {
	margin-bottom: 60px;
	max-width: 310px;
}

.ease-careers-job__sidebar-title {
	color: #111;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 30px;
	margin: 0 0 20px;
}

.ease-careers-job__sidebar-email {
	color: #111;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}

.ease-careers-job__nav {
	background: #005ce6;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 24px;
}

.ease-careers-job__share {
	margin-top: 24px;
}

.ease-careers-share-button--job {
	box-shadow: 0 14px 30px rgba(14, 97, 239, 0.18);
	min-height: 48px;
	width: 100%;
}

.ease-careers-job__nav-link {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #e9f2ff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 2.4px;
	line-height: 16px;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.ease-careers-job__nav-link.is-active,
.ease-careers-job__nav-link:hover,
.ease-careers-job__nav-link:focus {
	background: #0056D6;
	outline: none;
}

.ease-careers-job__nav-icon,
.ease-careers-job__section-kicker,
.ease-careers-job__section-mark {
	color: currentColor;
	display: inline-flex;
	flex: 0 0 auto;
}

.ease-careers-job__nav-icon svg,
.ease-careers-job__section-kicker svg,
.ease-careers-job__section-mark svg {
	display: block;
	height: 20px;
	width: 20px;
}

.ease-careers-job__sections {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.ease-careers-job__section {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 24px;
	box-shadow: 0 22px 45px rgba(10, 37, 64, 0.08);
	padding: 41px;
	position: relative;
	scroll-margin-top: 120px;
}

.ease-careers-job__section-header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.ease-careers-job__section-kicker {
	color: #111;
}

.ease-careers-job__section-title {
	color: #111;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2.2px;
	line-height: 30px;
	margin: 0;
}

.ease-careers-job__section-content {
	color: #2e2e2e;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	max-width: 700px;
}

.ease-careers-job__section-content p,
.ease-careers-job__section-content ul,
.ease-careers-job__section-content ol {
	margin: 0 0 28px;
}

.ease-careers-job__section-content > :last-child {
	margin-bottom: 0;
}

.ease-careers-job__section-content ul,
.ease-careers-job__section-content ol {
	padding-left: 28px;
}

.ease-careers-job__section-mark {
	color: rgba(0, 86, 214, 0.16);
	height: 90px;
	position: absolute;
	right: 42px;
	top: 42px;
	width: 90px;
}

.ease-careers-job__section-mark svg {
	height: 100%;
	width: 100%;
}

.ease-careers-job__return {
	background: #fff;
	padding: 0 24px 72px;
}

.ease-careers-job__return-link {
	align-items: center;
	color: #005ce6;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 8px;
	line-height: 22px;
	margin-left: max(24px, calc((100% - 1290px) / 2));
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ease-careers-job__return-link::before {
	content: "\2190";
	font-size: 18px;
	line-height: 1;
}

.ease-careers-job__return-link:hover,
.ease-careers-job__return-link:focus {
	color: #041a30;
	transform: translateX(-2px);
}

.ease-careers-job__cta {
	background: #0a2540;
	overflow: hidden;
	padding: 100px 24px;
	position: relative;
}

.ease-careers-job__cta-glow {
	background: radial-gradient(circle, rgba(0, 86, 214, 0.7) 0%, rgba(0, 86, 214, 0) 64%);
	filter: blur(80px);
	height: 400px;
	left: 50%;
	opacity: 0.12;
	position: absolute;
	top: 40px;
	transform: translateX(-50%);
	width: 1000px;
}

.ease-careers-job__cta-inner {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.ease-careers-job__cta-title {
	color: #fff;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(32px, 4vw, 40px);
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1.2;
	margin: 0 0 24px;
}

.ease-careers-job__cta-copy {
	color: #e5eeff;
	font-size: 20px;
	line-height: 28px;
	margin: 0 auto 32px;
	max-width: 768px;
	opacity: 0.8;
}

.ease-careers-job__cta-button {
	background: #005ce6;
	border-radius: 12px;
	box-shadow: 0 0 30px rgba(37, 99, 235, 0.4);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: 22.75px;
	min-width: 234px;
	padding: 20px 48px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.ease-careers-job__cta-button:hover,
.ease-careers-job__cta-button:focus {
	background: #004cc0;
	color: #fff;
	transform: translateY(-1px);
}

.ease-careers-card__title a:focus-visible,
.ease-careers-card__button:focus-visible,
.ease-careers-apply-button:focus-visible,
.ease-careers-share-button:focus-visible,
.ease-careers-job__sidebar-email:focus-visible,
.ease-careers-job__nav-link:focus-visible,
.ease-careers-job__cta-button:focus-visible,
.ease-careers-job__return-link:focus-visible {
	outline: 3px solid rgba(14, 97, 239, 0.42);
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.ease-careers-board *,
	.ease-careers-board *::before,
	.ease-careers-board *::after,
	.ease-careers-job *,
	.ease-careers-job *::before,
	.ease-careers-job *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

@media (max-width: 767px) {
	.ease-careers-board__header {
		padding: 36px 20px 40px;
	}

	.ease-careers-card {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px 20px 24px;
	}

	.ease-careers-card__secondary {
		align-items: flex-start;
		width: 100%;
	}

	.ease-careers-card__experience {
		text-align: left;
	}

	.ease-careers-card__button {
		width: 100%;
	}

	.ease-careers-share-button--card {
		margin-left: 14px;
		opacity: 1;
		transform: none;
		visibility: visible;
		width: 40px;
	}

	.ease-careers-job__hero {
		padding: 88px 20px 56px;
	}

	.ease-careers-job__hero-lines {
		height: 280px;
		width: calc(100% - 40px);
	}

	.ease-careers-job__title {
		letter-spacing: -1.8px;
	}

	.ease-careers-job__content-wrap {
		padding: 0 20px 72px;
	}

	.ease-careers-job__layout {
		gap: 32px;
		grid-template-columns: 1fr;
		padding-top: 56px;
	}

	.ease-careers-job__sidebar {
		position: static;
		top: auto;
	}

	.ease-careers-job__sidebar-copy {
		margin-bottom: 28px;
		max-width: none;
	}

	.ease-careers-job__nav {
		padding: 18px;
	}

	.ease-careers-job__share {
		margin-top: 18px;
	}

	.ease-careers-job__section {
		padding: 28px 22px;
	}

	.ease-careers-job__return {
		padding: 0 20px 56px;
	}

	.ease-careers-job__return-link {
		margin-left: 0;
	}

	.ease-careers-job__section-mark {
		height: 56px;
		right: 24px;
		top: 24px;
		width: 56px;
	}

	.ease-careers-job__section-title {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.ease-careers-job__section-content {
		font-size: 18px;
		line-height: 28px;
	}

	.ease-careers-job__cta {
		padding: 72px 20px;
	}

	.ease-careers-job__cta-button {
		min-width: 100%;
	}
}
