
body.dls-employer-page main.cariera-section-padding,
body.page-id-884942 #post-884942.cariera-section-padding {
	padding-top: 0 !important;
}

body.dls-employer-page header.cariera-main-header,
body.dls-employer-page .cariera-main-header,
body.dls-employer-page .main-header,
body.dls-employer-page .site-header,
body.page-id-884942 header.cariera-main-header,
body.page-id-884942 .cariera-main-header,
body.page-id-884942 .main-header,
body.page-id-884942 .site-header {
	background: #ff9900 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}


.dls-employer-home {
	--dls-eh-ink: #111111;
	--dls-eh-muted: #675d51;
	--dls-eh-paper: #fffaf2;
	--dls-eh-soft: #f4eee5;
	--dls-eh-line: #dfd2bd;
	--dls-eh-orange: #ff9900;
	--dls-eh-green: #166534;
	background: var(--dls-eh-paper);
	color: var(--dls-eh-ink);
	font-family: inherit;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dls-employer-home * {
	box-sizing: border-box;
}

.dls-eh-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
}

.dls-eh-hero {
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 153, 0, .42) 0%, rgba(255, 153, 0, 0) 42%),
		linear-gradient(180deg, #ff9900 0%, #ffaf2e 14%, #ffd89a 48%, #fff4df 100%);
	border-bottom: 1px solid rgba(17, 17, 17, .16);
	padding: clamp(54px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
}

.dls-eh-hero__grid,
.dls-eh-split,
.dls-eh-final {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
}

.dls-eh-hero__copy {
	align-self: center;
}


.dls-eh-lang {
	display: inline-flex;
	gap: 6px;
	margin: 0 0 18px;
}

.dls-eh-lang a {
	align-items: center;
	background: rgba(255, 255, 255, .38);
	border: 1px solid rgba(17, 17, 17, .2);
	border-radius: 999px;
	color: var(--dls-eh-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	justify-content: center;
	letter-spacing: .06em;
	line-height: 1;
	min-width: 44px;
	padding: 10px 12px;
	text-decoration: none;
}

.dls-eh-lang a.is-active {
	background: var(--dls-eh-ink);
	border-color: var(--dls-eh-ink);
	color: #ffffff;
}

.dls-eh-kicker {
	color: #f04b23;
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dls-eh-section--dark .dls-eh-kicker,
.dls-eh-hero .dls-eh-kicker {
	color: var(--dls-eh-ink);
}

.dls-eh-hero h1,
.dls-eh-section h2 {
	font-size: clamp(38px, 6vw, 76px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .96;
	margin: 0;
	max-width: 900px;
}

.dls-eh-section h2 {
	font-size: clamp(30px, 4.4vw, 58px);
}

.dls-eh-lead,
.dls-eh-offer p,
.dls-eh-section-head p + h2 + p {
	color: var(--dls-eh-muted);
	font-size: clamp(18px, 2.1vw, 23px);
	line-height: 1.38;
	margin: 22px 0 0;
	max-width: 780px;
}

.dls-eh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.dls-eh-button {
	align-items: center;
	border: 1px solid var(--dls-eh-ink);
	border-radius: 999px;
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 52px;
	padding: 15px 22px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.dls-eh-button:hover {
	transform: translateY(-1px);
}

.dls-eh-button--primary {
	background: var(--dls-eh-ink);
	color: #ffffff;
}

.dls-eh-button--primary:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--dls-eh-ink);
}

.dls-eh-button--secondary {
	background: rgba(255, 255, 255, .46);
	color: var(--dls-eh-ink);
}

.dls-eh-button--secondary:hover {
	background: #ffffff;
	color: var(--dls-eh-ink);
}

.dls-eh-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .5);
	color: #ffffff;
}

.dls-eh-button--ghost:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--dls-eh-ink);
}

.dls-eh-hero__panel {
	align-self: center;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(17, 17, 17, .22);
	color: #ffffff;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.dls-eh-panel-row {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	display: grid;
	gap: 8px;
	grid-template-columns: 44px minmax(0, 1fr);
	padding: 24px;
}

.dls-eh-panel-row:last-child {
	border-bottom: 0;
}

.dls-eh-panel-row span {
	color: var(--dls-eh-orange);
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	font-weight: 900;
	grid-row: span 2;
	letter-spacing: .08em;
}

.dls-eh-panel-row strong {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.dls-eh-panel-row p {
	color: #d9d2c9;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}


.dls-eh-button--disabled,
.dls-eh-button--disabled:hover {
	background: rgba(255, 255, 255, .28);
	border-color: rgba(17, 17, 17, .34);
	color: rgba(17, 17, 17, .58);
	cursor: not-allowed;
	pointer-events: none;
	transform: none;
}

.dls-eh-hero__panel--channels {
	background: #111111;
}

.dls-eh-panel-intro {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	padding: 24px;
}

.dls-eh-panel-intro strong {
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.12;
}

.dls-eh-channel {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	display: grid;
	gap: 8px;
	padding: 22px 24px;
	text-decoration: none;
	transition: background-color .18s ease;
}

.dls-eh-channel:last-child {
	border-bottom: 0;
}

.dls-eh-channel:hover {
	background: rgba(255, 153, 0, .11);
}

.dls-eh-channel span {
	color: var(--dls-eh-orange);
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.1;
	text-transform: uppercase;
}

.dls-eh-channel strong {
	color: #ffffff;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.08;
}

.dls-eh-channel p {
	color: #d9d2c9;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.dls-eh-section-head--pricing {
	max-width: 1040px;
}

.dls-eh-prices {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.12fr) minmax(0, .95fr);
}

.dls-eh-price-card {
	background: var(--dls-eh-paper);
	border: 1px solid var(--dls-eh-line);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(17, 17, 17, .07);
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-height: 430px;
	padding: 30px;
	position: relative;
}

.dls-eh-price-card--preferred {
	background: #111111;
	border-color: #111111;
	box-shadow: 0 28px 80px rgba(17, 17, 17, .2);
	color: #ffffff;
	min-height: 640px;
	padding: 42px 36px;
	transform: scale(1.035);
	z-index: 2;
}

.dls-eh-price-badge {
	align-self: flex-start;
	background: var(--dls-eh-orange);
	border-radius: 999px;
	color: #111111;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 4px;
	padding: 10px 14px;
}

.dls-eh-price-label {
	color: var(--dls-eh-muted);
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.dls-eh-price-card--preferred .dls-eh-price-label {
	color: var(--dls-eh-orange);
}

.dls-eh-price-card h3 {
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 18px;
}

.dls-eh-price-card--preferred h3 {
	color: #ffffff;
}

.dls-eh-price-card p:not(.dls-eh-price-label) {
	color: var(--dls-eh-muted);
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
}

.dls-eh-price-card--preferred p:not(.dls-eh-price-label) {
	color: #e6ded4;
}

.dls-eh-price-card__footer {
	border-top: 1px solid var(--dls-eh-line);
	margin-top: auto;
	padding-top: 24px;
}

.dls-eh-price-card--preferred .dls-eh-price-card__footer {
	border-top-color: rgba(255, 255, 255, .18);
}

.dls-eh-price-card strong {
	display: block;
	font-size: clamp(42px, 4.3vw, 68px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .9;
	margin: 0 0 22px;
}

.dls-eh-price-card strong span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 10px;
}

.dls-eh-price-button {
	align-items: center;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 950;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
	width: 100%;
}

.dls-eh-price-card--preferred .dls-eh-price-button {
	background: var(--dls-eh-orange);
	border-color: var(--dls-eh-orange);
	color: #111111;
}

.dls-eh-price-button:hover {
	background: var(--dls-eh-orange);
	border-color: var(--dls-eh-orange);
	color: #111111;
}

.dls-eh-price-card--preferred .dls-eh-price-button:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
}

.dls-eh-free-note {
	background: #f0f8ee;
	border: 1px solid #bdd7b7;
	border-radius: 8px;
	color: #24461f;
	font-size: 16px;
	line-height: 1.45;
	margin-top: 26px;
	padding: 18px 22px;
}

.dls-eh-free-note strong {
	color: #163915;
	font-weight: 950;
}

.dls-eh-free-note a {
	color: #163915;
	font-weight: 950;
}

.dls-eh-section {
	padding: clamp(56px, 7vw, 96px) 0;
}

.dls-eh-section--white {
	background: #ffffff;
}

.dls-eh-section-head {
	margin-bottom: 34px;
	max-width: 940px;
}

.dls-eh-metrics {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dls-eh-metric,
.dls-eh-step,
.dls-eh-faq details {
	background: var(--dls-eh-paper);
	border: 1px solid var(--dls-eh-line);
	border-radius: 8px;
	padding: 22px;
}

.dls-eh-metric strong,
.dls-eh-step h3 {
	display: block;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.08;
	margin: 0;
}

.dls-eh-metric p,
.dls-eh-step p,
.dls-eh-faq p {
	color: var(--dls-eh-muted);
	font-size: 16px;
	line-height: 1.48;
	margin: 12px 0 0;
}

.dls-eh-steps {
	display: grid;
	gap: 14px;
}

.dls-eh-step {
	align-items: start;
	display: grid;
	gap: 8px 16px;
	grid-template-columns: 46px minmax(0, 1fr);
}

.dls-eh-step span {
	align-items: center;
	background: var(--dls-eh-orange);
	border: 1px solid var(--dls-eh-ink);
	border-radius: 999px;
	display: flex;
	font-size: 17px;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.dls-eh-step p {
	grid-column: 2;
	margin-top: 0;
}

.dls-eh-logos {
	background: var(--dls-eh-paper);
	border: 1px solid var(--dls-eh-line);
	border-radius: 8px;
	padding: 18px;
}

.dls-eh-logos .dls-company-logos {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
}

.dls-eh-logos .dls-logo {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--dls-eh-line);
	border-radius: 8px;
	display: flex;
	height: 92px;
	justify-content: center;
	padding: 14px;
}

.dls-eh-logos .dls-logo img {
	display: block;
	filter: saturate(.92);
	max-height: 60px;
	max-width: 100%;
	object-fit: contain;
}

.dls-eh-offer {
	align-items: start;
}

.dls-eh-checks {
	background: #ffffff;
	border: 1px solid var(--dls-eh-line);
	border-radius: 8px;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.dls-eh-checks p {
	align-items: center;
	border-bottom: 1px solid var(--dls-eh-line);
	display: grid;
	color: var(--dls-eh-ink);
	font-size: 18px;
	font-weight: 850;
	grid-template-columns: 34px minmax(0, 1fr);
	line-height: 1.25;
	margin: 0;
	padding: 18px 20px;
}

.dls-eh-checks p:last-child {
	border-bottom: 0;
}

.dls-eh-checks p::before {
	color: var(--dls-eh-green);
	content: "✓";
	font-weight: 950;
}

.dls-eh-section--dark {
	background: #111111;
	color: #ffffff;
}

.dls-eh-final {
	align-items: center;
}

.dls-eh-section--dark:last-of-type {
	background:
		linear-gradient(180deg, #111111 0%, #2a1d10 34%, #d9942a 100%);
	padding-bottom: clamp(76px, 9vw, 128px);
}

.dls-eh-section--dark h2 {
	color: #ffffff;
}

.dls-eh-actions--final {
	justify-content: flex-end;
	margin-top: 0;
}

.dls-eh-faq-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dls-eh-faq summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.dls-eh-faq a {
	color: var(--dls-eh-ink);
	font-weight: 900;
}

@media (max-width: 980px) {
	.dls-eh-hero__grid,
	.dls-eh-split,
	.dls-eh-final {
		grid-template-columns: 1fr;
	}

	.dls-eh-actions--final {
		justify-content: flex-start;
	}

	.dls-eh-metrics,
	.dls-eh-prices,
	.dls-eh-faq-grid {
		grid-template-columns: 1fr;
	}

	.dls-eh-price-card--preferred {
		min-height: 430px;
		transform: none;
	}

	.dls-eh-logos .dls-company-logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dls-eh-wrap {
		padding: 0 20px;
	}

	.dls-eh-hero {
		padding-top: 44px;
	}

	.dls-eh-hero h1,
	.dls-eh-section h2 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.dls-eh-lead {
		font-size: 18px;
	}

	.dls-eh-button {
		width: 100%;
	}

	.dls-eh-panel-row {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.dls-eh-panel-row span {
		grid-row: auto;
	}

	.dls-eh-step {
		grid-template-columns: 1fr;
	}

	.dls-eh-step p {
		grid-column: 1;
	}

	.dls-eh-prices {
		grid-template-columns: 1fr;
	}

	.dls-eh-logos .dls-company-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dls-eh-logos .dls-logo {
		height: 78px;
	}
}

body.dls-employer-page > .wrapper > .main-footer,
body.dls-employer-page .wrapper > .main-footer {
	margin-top: 0 !important;
}

body.dls-employer-page .main-footer,
body.dls-employer-page .main-footer .copyright {
	background: #dd9933 !important;
}
