:root {
	--dp-bg: #f7f1e8;
	--dp-surface: rgba(255, 252, 247, 0.88);
	--dp-surface-strong: #ffffff;
	--dp-surface-dark: #0f172a;
	--dp-text: #14314c;
	--dp-muted: #51657a;
	--dp-muted-soft: #6b8090;
	--dp-line: rgba(20, 49, 76, 0.12);
	--dp-line-strong: rgba(91, 186, 176, 0.24);
	--dp-primary: #18324a;
	--dp-primary-dark: #11263a;
	--dp-primary-soft: rgba(24, 50, 74, 0.08);
	--dp-accent: #68bdb4;
	--dp-accent-soft: rgba(104, 189, 180, 0.16);
	--dp-shadow: 0 24px 70px rgba(17, 38, 58, 0.12);
	--dp-radius-xl: 32px;
	--dp-radius-lg: 24px;
	--dp-radius-md: 18px;
}

body.dp-jobs-page,
body.dp-jobs-single {
	background:
		radial-gradient(circle at top right, rgba(104, 189, 180, 0.22), transparent 24%),
		radial-gradient(circle at bottom left, rgba(24, 50, 74, 0.08), transparent 22%),
		linear-gradient(180deg, #fbf7f2 0%, #f7f1e8 44%, #d8eeeb 100%);
	color: var(--dp-text);
	font-family: "Assistant", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.dp-jobs-page #site-header,
body.dp-jobs-single #site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 12px 0;
	backdrop-filter: blur(16px);
	background: rgba(248, 250, 252, 0.82);
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

body.dp-jobs-page #site-header .site-branding,
body.dp-jobs-single #site-header .site-branding {
	flex-direction: row;
	align-items: center;
}

body.dp-jobs-page #site-header .custom-logo-link,
body.dp-jobs-single #site-header .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

body.dp-jobs-page #site-header .custom-logo,
body.dp-jobs-single #site-header .custom-logo {
	width: auto;
	max-width: 72px;
	max-height: 72px;
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(79, 70, 229, 0.18);
	object-fit: cover;
}

body.dp-jobs-page .page-content,
body.dp-jobs-single .page-content {
	margin-top: 0;
}

.dp-homepage,
.dp-jobs-wrap,
.dp-form-wrap,
.dp-single-job {
	max-width: 1180px;
	margin: 0 auto;
}

.dp-homepage,
.dp-jobs-wrap,
.dp-single-job {
	padding: 26px 20px 64px;
}

.dp-form-wrap {
	margin: 32px auto 64px;
	padding: 34px;
}

.dp-form-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: 22px;
	align-items: start;
}

.dp-form-main,
.dp-form-aside {
	min-width: 0;
}

.dp-form-header {
	margin-bottom: 20px;
}

.dp-form-header h2,
.dp-form-header h3,
.dp-form-header h1 {
	margin: 12px 0 0;
	font-family: "Rubik", "Assistant", sans-serif;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.dp-form-header h1 {
	font-size: clamp(2.2rem, 3.7vw, 3.45rem);
}

.dp-form-header h2,
.dp-form-header h3 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.dp-form-header p {
	max-width: 62ch;
	margin: 14px 0 0;
	color: var(--dp-muted);
	font-size: 1.02rem;
	line-height: 1.8;
}

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

.dp-input-hint {
	display: block;
	margin-top: 2px;
	color: var(--dp-muted-soft);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.6;
}

.dp-side-card {
	position: sticky;
	top: 108px;
	padding: 26px;
	border-radius: var(--dp-radius-lg);
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(51, 65, 85, 0.96));
	color: #fff;
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.22);
}

.dp-side-card strong {
	display: block;
	font-family: "Rubik", "Assistant", sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
}

.dp-side-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.dp-side-list li {
	padding: 13px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(241, 245, 249, 0.96);
	line-height: 1.7;
}

.dp-homepage a,
.dp-jobs-wrap a,
.dp-form-wrap a,
.dp-single-job a {
	text-decoration: none;
}

.dp-topbar,
.dp-hero,
.dp-page-hero,
.dp-form-wrap,
.dp-single-job,
.dp-job-card,
.dp-feature-card,
.dp-inline-callout,
.dp-empty-state,
.dp-home-section,
.dp-ai-callout {
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius-xl);
	background: var(--dp-surface);
	box-shadow: var(--dp-shadow);
}

.dp-topbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 16px 22px;
	margin-bottom: 18px;
	backdrop-filter: blur(16px);
}

.dp-topbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.dp-topbar-logo,
.dp-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.dp-topbar-logo-image {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 16px 32px rgba(75, 166, 156, 0.24);
}

.dp-topbar-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, #7dc5bc 0%, #4ba69c 100%);
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	box-shadow: 0 16px 32px rgba(75, 166, 156, 0.32);
}

.dp-topbar-brand strong,
.dp-topbar-brand span,
.dp-panel-badge,
.dp-job-card h3,
.dp-feature-card h3,
.dp-hero-panel-card h2,
.dp-section-heading h2,
.dp-inline-callout p,
.dp-empty-state h3,
.dp-form-wrap h2,
.dp-form-wrap h3,
.dp-single-job h1,
.dp-page-hero h1,
.dp-hero h1 {
	font-family: "Rubik", "Assistant", sans-serif;
}

.dp-topbar-brand strong {
	display: block;
	font-size: 1.15rem;
}

.dp-topbar-brand span {
	display: block;
	color: var(--dp-muted-soft);
	font-size: 0.88rem;
}

.dp-topbar-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 24px;
}

.dp-topbar-nav a {
	color: var(--dp-muted);
	font-weight: 700;
}

.dp-topbar-nav a:hover,
.dp-topbar-nav a:focus-visible {
	color: var(--dp-accent);
}

.dp-topbar-action,
.dp-primary-button,
.dp-secondary-button,
.dp-job-link,
.dp-form button,
.dp-jobs-filter button,
.dp-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 22px;
	border-radius: 16px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dp-topbar-action,
.dp-primary-button,
.dp-job-link,
.dp-form button,
.dp-jobs-filter button {
	background: linear-gradient(180deg, #1c3953 0%, #10263c 100%);
	color: #fff !important;
	border: 0;
	box-shadow: 0 18px 30px rgba(17, 38, 58, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.dp-secondary-button,
.dp-secondary-link {
	background: rgba(255, 255, 255, 0.92);
	color: var(--dp-primary-dark) !important;
	border: 1px solid rgba(20, 49, 76, 0.12);
}

.dp-topbar-action:visited,
.dp-topbar-action:hover,
.dp-topbar-action:focus-visible,
.dp-primary-button:visited,
.dp-primary-button:hover,
.dp-primary-button:focus-visible,
.dp-job-link:visited,
.dp-job-link:hover,
.dp-job-link:focus-visible,
.dp-form button:visited,
.dp-form button:hover,
.dp-form button:focus-visible,
.dp-jobs-filter button:visited,
.dp-jobs-filter button:hover,
.dp-jobs-filter button:focus-visible {
	color: #fff !important;
}

.dp-secondary-button:visited,
.dp-secondary-button:hover,
.dp-secondary-button:focus-visible,
.dp-secondary-link:visited,
.dp-secondary-link:hover,
.dp-secondary-link:focus-visible {
	color: var(--dp-primary-dark) !important;
}

.dp-topbar-action:hover,
.dp-primary-button:hover,
.dp-secondary-button:hover,
.dp-job-link:hover,
.dp-form button:hover,
.dp-jobs-filter button:hover,
.dp-secondary-link:hover {
	transform: translateY(-2px);
}

.dp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
	gap: 28px;
	padding: 54px 48px 42px;
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(167deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 252, 247, 0.98) 68%, rgba(124, 205, 194, 0.88) 69%, rgba(110, 188, 180, 0.95) 100%);
}

.dp-hero::before,
.dp-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.dp-hero::before {
	top: -110px;
	left: -40px;
	width: 240px;
	height: 240px;
	background: rgba(255, 255, 255, 0.72);
	filter: blur(24px);
}

.dp-hero::after {
	bottom: -50px;
	right: -40px;
	width: 220px;
	height: 220px;
	background: rgba(90, 187, 177, 0.16);
	filter: blur(16px);
}

.dp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(104, 189, 180, 0.18);
	color: #2b6c69;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.dp-hero h1,
.dp-page-hero h1,
.dp-section-heading h2,
.dp-inline-callout p,
.dp-empty-state h3 {
	margin: 0;
	line-height: 1;
}

.dp-hero h1 {
	margin-top: 22px;
	font-size: clamp(3rem, 6vw, 5.25rem);
	letter-spacing: -0.04em;
	max-width: 13ch;
}

.dp-hero h1 span {
	background: linear-gradient(135deg, #7ac6bc 0%, #4ba89d 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dp-hero p,
.dp-page-hero p,
.dp-section-heading p,
.dp-feature-card p,
.dp-job-card-excerpt,
.dp-empty-state p,
.dp-hero-panel-card p,
.dp-ai-copy p,
.dp-mini-board-item span {
	color: var(--dp-muted);
	font-size: 1.05rem;
	line-height: 1.8;
}

.dp-hero-actions,
.dp-hero-stats,
.dp-jobs-filter,
.dp-feature-grid {
	display: grid;
	gap: 14px;
}

.dp-hero-actions {
	grid-template-columns: repeat(2, minmax(0, max-content));
	margin-top: 30px;
}

.dp-hero-stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 32px;
}

.dp-hero-stats div,
.dp-feature-card,
.dp-job-card,
.dp-ai-points div {
	padding: 22px;
	border-radius: var(--dp-radius-lg);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.dp-hero-stats strong {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 2.2rem;
	color: var(--dp-primary-dark);
	letter-spacing: -0.03em;
}

.dp-hero-stats span {
	color: var(--dp-muted);
	font-size: 0.94rem;
}

.dp-hero-panel {
	display: flex;
	align-items: stretch;
}

.dp-hero-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dp-hero-logo-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border-radius: 48px;
	background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), rgba(255, 252, 247, 0.82));
	box-shadow:
		20px 20px 0 rgba(104, 189, 180, 0.52),
		0 24px 56px rgba(17, 38, 58, 0.12);
}

.dp-hero-logo-image {
	display: block;
	width: min(100%, 430px);
	height: auto;
	filter: drop-shadow(0 18px 24px rgba(17, 38, 58, 0.08));
}

.dp-hero-logo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 260px;
	border-radius: 42px;
	background: linear-gradient(180deg, #7cc9bf 0%, #53a79e 100%);
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 4rem;
	font-weight: 900;
	box-shadow: 0 16px 28px rgba(83, 167, 158, 0.34);
}

.dp-hero-copy-billboard {
	display: grid;
	align-content: start;
}

.dp-hero-copy-billboard h1 {
	max-width: 12ch;
	font-size: clamp(3rem, 5.5vw, 5rem);
	line-height: 1.02;
}

.dp-hero-copy-billboard p {
	max-width: 56ch;
}

.dp-hero-marquee {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	padding: 12px 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, #18324a 0%, #10263c 100%);
	color: #f8fafc;
	box-shadow: 0 14px 26px rgba(17, 38, 58, 0.15);
}

.dp-hero-marquee span {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 0.98rem;
}

.dp-hero-marquee span:not(:last-child)::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-inline-start: 14px;
	border-radius: 999px;
	background: rgba(125, 201, 191, 0.92);
}

.dp-hero-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 0;
	align-items: center;
	margin: -18px auto 0;
	padding: 22px 26px;
	border-radius: 0 0 32px 32px;
	background: linear-gradient(180deg, rgba(159, 221, 213, 0.78), rgba(122, 197, 188, 0.88));
	box-shadow: 0 24px 52px rgba(83, 167, 158, 0.16);
	max-width: 1120px;
}

.dp-trust-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 16px;
	align-items: center;
	padding: 0 24px;
}

.dp-trust-item:not(:first-child) {
	border-right: 1px solid rgba(20, 49, 76, 0.18);
}

.dp-trust-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: #17314a;
	font-size: 1.8rem;
	font-weight: 800;
}

.dp-trust-item strong {
	display: block;
	font-family: "Rubik", "Assistant", sans-serif;
	font-size: 1.16rem;
	color: #18324a;
}

.dp-trust-item span {
	display: block;
	margin-top: 4px;
	color: rgba(20, 49, 76, 0.82);
	line-height: 1.6;
}

.dp-trust-cta {
	padding-inline-start: 24px;
}

.dp-trust-cta .dp-primary-button {
	min-width: 290px;
}

.dp-hero-panel-card {
	width: 100%;
	align-self: center;
	padding: 28px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.96));
	color: #fff;
	border-radius: var(--dp-radius-xl);
}

.dp-panel-badge {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(129, 140, 248, 0.18);
	color: #c7d2fe;
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 14px;
}

.dp-hero-panel-card h2 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.1;
}

.dp-hero-panel-card p {
	margin: 16px 0 0;
	color: rgba(226, 232, 240, 0.82);
}

.dp-mini-board {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.dp-mini-board-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.dp-mini-board-item strong,
.dp-ai-points strong {
	display: block;
	font-size: 1rem;
}

.dp-mini-board-item span {
	display: block;
	font-size: 0.92rem;
	color: rgba(226, 232, 240, 0.72);
}

.dp-mini-board-item em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(45, 212, 191, 0.18);
	color: #99f6e4;
	font-style: normal;
	font-weight: 800;
	font-size: 0.78rem;
}

.dp-check-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	display: grid;
	gap: 12px;
}

.dp-check-list li {
	padding: 14px 16px;
	border-radius: 16px;
	background: var(--dp-primary-soft);
	color: #e0e7ff;
	font-weight: 700;
}

.dp-home-section {
	margin-top: 28px;
	padding: 36px;
	background: rgba(255, 255, 255, 0.72);
}

.dp-home-section-highlight {
	background:
		radial-gradient(circle at top left, rgba(104, 189, 180, 0.18), transparent 28%),
		linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(216, 238, 235, 0.84));
}

.dp-home-section-ai {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.dp-ai-callout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 20px;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(104, 189, 180, 0.11), rgba(24, 50, 74, 0.05)),
		rgba(255, 252, 247, 0.88);
}

.dp-ai-copy h2,
.dp-section-heading h2,
.dp-page-hero h1,
.dp-single-job h1 {
	margin-top: 14px;
	font-size: clamp(2rem, 3vw, 3rem);
	letter-spacing: -0.03em;
}

.dp-ai-points {
	display: grid;
	gap: 12px;
}

.dp-ai-points span {
	display: block;
	margin-top: 6px;
	color: var(--dp-muted-soft);
	line-height: 1.7;
}

.dp-section-heading {
	max-width: 780px;
	margin-bottom: 24px;
}

.dp-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dp-feature-card {
	position: relative;
	min-height: 100%;
}

.dp-feature-card h3,
.dp-job-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.dp-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--dp-primary-soft) 0%, rgba(20, 184, 166, 0.16) 100%);
	color: var(--dp-primary-dark);
	font-family: "Rubik", sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
}

.dp-employer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
	gap: 20px;
	align-items: stretch;
}

.dp-employer-copy .dp-check-list {
	margin-top: 0;
}

.dp-employer-copy .dp-check-list li {
	background: rgba(104, 189, 180, 0.12);
	color: var(--dp-text);
}

.dp-inline-callout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: 28px;
	background: linear-gradient(135deg, rgba(24, 50, 74, 0.98), rgba(41, 88, 118, 0.92));
	color: #fff;
}

.dp-inline-callout p {
	font-size: 1.8rem;
	color: #fff;
}

.dp-page-hero {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	padding: 32px;
	margin-bottom: 22px;
	background:
		radial-gradient(circle at top right, rgba(79, 70, 229, 0.12), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 242, 255, 0.74));
}

.dp-jobs-filter,
.dp-form {
	display: grid;
	gap: 14px;
	margin: 24px 0 0;
}

.dp-jobs-filter {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: end;
}

.dp-jobs-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 24px;
}

.dp-job-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 26px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dp-job-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
	border-color: rgba(104, 189, 180, 0.24);
}

.dp-job-card a {
	color: inherit;
}

.dp-job-card h3 a:hover,
.dp-job-card h3 a:focus-visible {
	color: var(--dp-primary);
}

.dp-job-card-excerpt {
	margin-top: 16px;
	margin-bottom: 18px;
}

.dp-results-summary {
	margin-top: 20px;
	margin-bottom: 4px;
	color: var(--dp-muted);
	font-weight: 700;
}

.dp-job-card-head {
	display: grid;
	gap: 10px;
}

.dp-job-card-topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

.dp-job-company {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(104, 189, 180, 0.16);
	color: #18455f;
	font-size: 0.82rem;
	font-weight: 800;
}

.dp-job-date {
	color: var(--dp-muted-soft);
	font-size: 0.86rem;
	font-weight: 700;
}

.dp-job-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-job-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.12);
	color: #334155;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.4;
}

.dp-job-badge-highlight {
	background: rgba(104, 189, 180, 0.16);
	color: #1b6a66;
}

.dp-meta-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-meta-list li {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(104, 189, 180, 0.14);
	color: var(--dp-primary-dark);
	font-size: 0.95rem;
	font-weight: 700;
}

.dp-site-footer {
	margin-top: 34px;
	padding: 30px;
	border: 1px solid rgba(30, 41, 59, 0.08);
	border-radius: var(--dp-radius-xl);
	background: linear-gradient(180deg, rgba(24, 50, 74, 0.98), rgba(17, 38, 58, 0.98));
	color: rgba(226, 232, 240, 0.92);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.dp-site-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.dp-site-footer-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.dp-footer-logo-image {
	width: 46px;
	height: 46px;
	object-fit: cover;
	border-radius: 16px;
}

.dp-site-footer-logo strong,
.dp-site-footer h4 {
	font-family: "Rubik", "Assistant", sans-serif;
	color: #fff;
}

.dp-site-footer-brand p,
.dp-site-footer ul,
.dp-site-footer-bottom p {
	margin: 0;
}

.dp-site-footer h4 {
	margin: 0 0 14px;
	font-size: 1rem;
}

.dp-site-footer ul {
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.dp-site-footer a {
	color: rgba(226, 232, 240, 0.82);
}

.dp-site-footer a:hover,
.dp-site-footer a:focus-visible {
	color: #fff;
}

.dp-site-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 18px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
	color: rgba(148, 163, 184, 0.88);
	font-size: 0.9rem;
}

.dp-form-wrap h2,
.dp-form-wrap h3 {
	margin-top: 0;
}

.dp-form input,
.dp-form textarea,
.dp-jobs-filter input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-sizing: border-box;
	font-size: 1rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dp-form input:focus,
.dp-form textarea:focus,
.dp-jobs-filter input:focus {
	border-color: rgba(79, 70, 229, 0.36);
	outline: 2px solid rgba(79, 70, 229, 0.12);
	box-shadow: 0 14px 28px rgba(79, 70, 229, 0.08);
}

.dp-form label {
	display: grid;
	gap: 8px;
	font-weight: 700;
	color: #1e293b;
}

.dp-form textarea {
	resize: vertical;
	min-height: 140px;
}

.dp-application-wrap .dp-form textarea {
	min-height: 120px;
}

.dp-notice {
	padding: 14px 16px;
	border-radius: 16px;
	margin-bottom: 18px;
	background: rgba(79, 70, 229, 0.06);
	border: 1px solid rgba(79, 70, 229, 0.12);
	color: var(--dp-text);
	line-height: 1.75;
}

.dp-notice-success {
	background: #ecfeff;
	color: #0f766e;
	border: 1px solid rgba(20, 184, 166, 0.2);
}

.dp-notice-error {
	background: #fff1f2;
	color: #be123c;
	border: 1px solid rgba(244, 63, 94, 0.22);
}

.dp-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.dp-account-wrap .dp-form {
	margin-top: 18px;
}

.dp-account-wrap .dp-form,
.dp-application-wrap .dp-form,
.dp-form-wrap .dp-form {
	padding: 24px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.dp-form input[disabled] {
	opacity: 0.75;
	cursor: not-allowed;
	background: rgba(241, 245, 249, 0.9);
}

.dp-static-page {
	max-width: 1180px;
	margin: 0 auto;
	padding: 26px 20px 64px;
}

.dp-page-hero-static {
	margin-bottom: 24px;
}

.dp-static-section {
	padding: 34px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius-xl);
	background: var(--dp-surface);
	box-shadow: var(--dp-shadow);
}

.dp-static-section + .dp-static-section {
	margin-top: 20px;
}

.dp-copy-card,
.dp-contact-card,
.dp-faq-item {
	padding: 24px;
	border-radius: var(--dp-radius-lg);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(20, 49, 76, 0.1);
}

.dp-copy-card h3,
.dp-contact-card h3 {
	margin: 0 0 14px;
	font-family: "Rubik", "Assistant", sans-serif;
	font-size: 1.3rem;
	color: var(--dp-primary-dark);
}

.dp-copy-card p,
.dp-contact-card p,
.dp-faq-item p {
	margin: 0;
	color: var(--dp-muted);
	line-height: 1.85;
}

.dp-copy-list {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.dp-copy-list li {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(104, 189, 180, 0.12);
	color: var(--dp-text);
	font-weight: 700;
	line-height: 1.7;
}

.dp-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dp-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dp-contact-card {
	display: grid;
	gap: 16px;
}

.dp-faq-list {
	display: grid;
	gap: 14px;
}

.dp-faq-item summary {
	cursor: pointer;
	list-style: none;
	font-family: "Rubik", "Assistant", sans-serif;
	font-size: 1.18rem;
	font-weight: 800;
	color: var(--dp-primary-dark);
}

.dp-faq-item summary::-webkit-details-marker {
	display: none;
}

.dp-faq-item[open] summary {
	margin-bottom: 14px;
}

.dp-empty-state {
	margin-top: 24px;
	padding: 30px;
	text-align: center;
}

.dp-empty-state .dp-job-link {
	margin-top: 8px;
}

.dp-single-job {
	padding: 34px;
	background:
		radial-gradient(circle at top right, rgba(79, 70, 229, 0.08), transparent 24%),
		rgba(255, 255, 255, 0.82);
}

.dp-single-job-content {
	margin: 22px 0 34px;
	font-size: 1.05rem;
	line-height: 1.95;
	color: #1e293b;
}

@media (max-width: 1080px) {
	.dp-topbar,
	.dp-hero,
	.dp-page-hero,
	.dp-ai-callout,
	.dp-employer-layout,
	.dp-form-shell,
	.dp-site-footer-grid,
	.dp-hero-trust {
		grid-template-columns: 1fr;
	}

	.dp-topbar {
		justify-items: start;
	}

	.dp-topbar-nav {
		justify-content: flex-start;
	}

	.dp-hero,
	.dp-page-hero,
	.dp-inline-callout {
		display: grid;
	}

	.dp-hero-stage {
		order: 2;
	}

	.dp-hero-copy-billboard {
		order: 1;
	}

	.dp-trust-item,
	.dp-trust-cta {
		padding: 0;
	}

	.dp-trust-item:not(:first-child) {
		border-right: 0;
		padding-top: 18px;
		margin-top: 18px;
		border-top: 1px solid rgba(20, 49, 76, 0.16);
	}
}

@media (max-width: 980px) {
	.dp-feature-grid,
	.dp-jobs-filter,
	.dp-hero-stats,
	.dp-account-grid,
	.dp-form-grid,
	.dp-contact-grid,
	.dp-story-grid {
		grid-template-columns: 1fr;
	}

	.dp-hero h1 {
		max-width: none;
	}

	.dp-hero-actions {
		grid-template-columns: 1fr;
	}

	.dp-job-card-topline,
	.dp-site-footer-bottom {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	body.dp-jobs-page #site-header,
	body.dp-jobs-single #site-header {
		padding: 10px 0;
	}

	body.dp-jobs-page #site-header .custom-logo,
	body.dp-jobs-single #site-header .custom-logo {
		max-width: 56px;
		max-height: 56px;
		border-radius: 14px;
	}

	.dp-homepage,
	.dp-jobs-wrap,
	.dp-single-job {
		padding: 18px 14px 44px;
	}

	.dp-topbar,
	.dp-hero,
	.dp-hero-trust,
	.dp-home-section,
	.dp-page-hero,
	.dp-form-wrap,
	.dp-single-job,
	.dp-job-card,
	.dp-inline-callout,
	.dp-empty-state,
	.dp-ai-callout {
		padding: 22px;
		border-radius: 22px;
	}

	.dp-static-section {
		padding: 22px;
		border-radius: 22px;
	}

	.dp-static-page {
		padding: 18px 14px 44px;
	}

	.dp-account-wrap .dp-form,
	.dp-application-wrap .dp-form,
	.dp-form-wrap .dp-form {
		padding: 20px;
	}

	.dp-topbar-brand strong {
		font-size: 1rem;
	}

	.dp-topbar-nav {
		gap: 12px 16px;
	}

	.dp-hero h1 {
		font-size: clamp(2.4rem, 10vw, 3.5rem);
	}

	.dp-hero-logo-shell {
		padding: 16px;
		border-radius: 32px;
		box-shadow:
			12px 12px 0 rgba(104, 189, 180, 0.46),
			0 24px 54px rgba(17, 38, 58, 0.14);
	}

	.dp-hero-logo-image {
		width: min(100%, 320px);
	}

	.dp-hero-marquee {
		gap: 10px;
		padding: 12px 14px;
	}

	.dp-trust-icon {
		width: 54px;
		height: 54px;
		font-size: 1.45rem;
	}

	.dp-inline-callout p {
		font-size: 1.45rem;
	}

	.dp-ai-copy h2,
	.dp-section-heading h2,
	.dp-page-hero h1,
	.dp-single-job h1,
	.dp-form-header h1,
	.dp-form-header h2,
	.dp-form-header h3 {
		font-size: clamp(1.7rem, 8vw, 2.3rem);
	}

	.dp-site-footer {
		padding: 22px;
	}
}
