:root {
	--denya-cert-navy: #06385f;
	--denya-cert-navy-dark: #031f35;
	--denya-cert-blue: #0c71c3;
	--denya-cert-cyan: #37c6e8;
	--denya-cert-green: #47bd8b;
	--denya-cert-ink: #163247;
	--denya-cert-muted: #4c697c;
	--denya-cert-line: #d5e5ee;
	--denya-cert-soft: #f1f7fa;
	--denya-cert-white: #ffffff;
}

.denya-certifications-page #main-content {
	overflow: hidden;
}

.denya-certifications-page .denya-cert-section .et_pb_row {
	width: min(90%, 1200px);
	max-width: 1200px;
}

.denya-cert-hero.et_pb_section {
	padding: 84px 0 80px !important;
	background:
		radial-gradient(circle at 86% 20%, rgba(55, 198, 232, 0.2), transparent 28%),
		linear-gradient(135deg, var(--denya-cert-navy-dark), var(--denya-cert-navy) 58%, #07598f) !important;
}

.denya-cert-hero .et_pb_row,
.denya-cert-cta .et_pb_row {
	display: flex;
	align-items: center;
}

.denya-cert-breadcrumb,
.denya-cert-breadcrumb p,
.denya-cert-kicker,
.denya-cert-kicker p,
.denya-cert-hero-copy,
.denya-cert-hero-copy p {
	color: #ffffff !important;
}

.denya-cert-breadcrumb {
	margin-bottom: 18px !important;
	font-size: 13px;
	font-weight: 700;
}

body.denya-certifications-page #page-container .denya-cert-hero .denya-cert-breadcrumb p {
	color: #ffffff !important;
	font-size: 13px !important;
}

.denya-cert-breadcrumb a {
	color: #c8eaff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.denya-cert-kicker,
body.denya-certifications-page #page-container .denya-cert-hero .denya-cert-kicker p {
	margin-bottom: 13px !important;
	color: #bfeaff !important;
	font-size: 14px !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.denya-certifications-page #page-container .denya-cert-hero .et_pb_heading_container h1 {
	max-width: 790px;
	margin-bottom: 22px;
	color: #ffffff !important;
	font-size: clamp(42px, 5vw, 64px) !important;
	line-height: 1.06 !important;
}

.denya-cert-hero-copy,
.denya-cert-hero-copy p {
	max-width: 720px;
	color: #e2f1f8 !important;
	font-size: 18px;
	line-height: 1.75;
}

body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta,
body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta {
	display: inline-flex;
	min-height: 52px;
	margin-top: 13px !important;
	margin-right: 10px !important;
	padding: 13px 22px !important;
	align-items: center;
	justify-content: center;
	border-radius: 14px !important;
	font-size: 16px !important;
	font-weight: 750;
	line-height: 1.2 !important;
	white-space: nowrap;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta {
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: var(--denya-cert-navy) !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta {
	border: 1px solid rgba(255, 255, 255, 0.84) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: #ffffff !important;
}

body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta:hover,
body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta:focus-visible,
body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta:hover,
body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta:focus-visible {
	padding: 13px 22px !important;
	transform: translateY(-2px);
}

body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta::after,
body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta::after {
	display: none !important;
	content: none !important;
}

.denya-cert-hero-panel {
	margin-left: 28px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 26px 58px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(12px);
}

.denya-cert-hero-panel > span {
	display: block;
	margin-bottom: 18px;
	color: #bfeaff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.denya-cert-hero-panel ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.denya-cert-hero-panel li {
	display: flex;
	min-height: 66px;
	padding: 14px 16px;
	align-items: center;
	gap: 12px;
	border-radius: 13px;
	background: rgba(3, 31, 53, 0.48);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.denya-cert-hero-panel li::before {
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	color: var(--denya-cert-navy);
	content: '✓';
	font-size: 14px;
	font-weight: 900;
}

.denya-cert-section.et_pb_section {
	padding: 76px 0 !important;
}

.denya-cert-section h2 {
	color: var(--denya-cert-navy-dark) !important;
	font-size: clamp(32px, 4vw, 46px) !important;
	line-height: 1.16 !important;
}

.denya-cert-section-lead,
.denya-cert-section-lead p {
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
	color: var(--denya-cert-muted) !important;
	font-size: 17px;
	line-height: 1.75;
}

.denya-cert-gallery-section.et_pb_section {
	background: var(--denya-cert-soft) !important;
}

.denya-cert-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 38px;
}

.denya-cert-card {
	display: flex;
	overflow: hidden;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--denya-cert-line);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 15px 38px rgba(6, 56, 95, 0.1);
}

.denya-cert-viewer-button {
	position: relative;
	display: flex;
	width: 100%;
	height: 410px;
	padding: 18px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid var(--denya-cert-line);
	background:
		linear-gradient(135deg, rgba(215, 230, 239, 0.65), rgba(246, 250, 252, 0.95)),
		repeating-linear-gradient(45deg, transparent 0 15px, rgba(6, 56, 95, 0.035) 16px 17px);
	cursor: zoom-in;
}

.denya-cert-preview img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	border: 1px solid rgba(6, 56, 95, 0.12);
	box-shadow: 0 10px 24px rgba(3, 31, 53, 0.16);
	transition: transform 180ms ease;
}

.denya-cert-viewer-button:hover img,
.denya-cert-viewer-button:focus-visible img {
	transform: scale(1.018);
}

.denya-cert-viewer-label {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: rgba(3, 31, 53, 0.88);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.denya-cert-card-body {
	display: flex;
	padding: 25px;
	flex: 1;
	flex-direction: column;
}

.denya-cert-tag {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 16px;
	padding: 7px 10px;
	border-radius: 8px;
	background: #e8f5fb;
	color: var(--denya-cert-navy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
}

.denya-cert-card h3 {
	margin: 0 0 11px;
	color: var(--denya-cert-navy-dark) !important;
	font-size: 23px;
	line-height: 1.3;
}

.denya-cert-card-copy {
	margin-bottom: 20px;
	color: var(--denya-cert-muted);
	font-size: 15px;
	line-height: 1.68;
}

.denya-cert-meta {
	display: grid;
	gap: 12px;
	margin: auto 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--denya-cert-line);
}

.denya-cert-meta div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 10px;
}

.denya-cert-meta dt {
	color: #668094;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.denya-cert-meta dd {
	margin: 0;
	color: var(--denya-cert-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.denya-cert-protection-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 35px;
}

.denya-cert-protection-card {
	padding: 27px;
	border-top: 4px solid var(--denya-cert-blue);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(6, 56, 95, 0.09);
}

.denya-cert-protection-card span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e7f5fb;
	color: var(--denya-cert-navy);
	font-size: 14px;
	font-weight: 900;
}

.denya-cert-protection-card h3 {
	margin-bottom: 9px;
	color: var(--denya-cert-navy) !important;
	font-size: 20px;
	line-height: 1.3;
}

.denya-cert-protection-card p {
	color: var(--denya-cert-muted) !important;
	font-size: 14px;
	line-height: 1.68;
}

.denya-cert-cta.et_pb_section {
	padding: 64px 0 !important;
	background: var(--denya-cert-navy) !important;
}

body.denya-certifications-page #page-container .denya-cert-cta .et_pb_heading_container h2 {
	color: #ffffff !important;
	font-size: clamp(31px, 4vw, 45px) !important;
	line-height: 1.16 !important;
}

.denya-cert-cta-copy,
.denya-cert-cta-copy p {
	color: #dceef7 !important;
	font-size: 17px;
	line-height: 1.72;
}

.denya-cert-cta-actions {
	text-align: right;
}

.denya-cert-modal[hidden] {
	display: none !important;
}

.denya-cert-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	padding: 24px;
	align-items: center;
	justify-content: center;
	background: rgba(2, 18, 31, 0.9);
	backdrop-filter: blur(8px);
}

.denya-cert-modal-open {
	overflow: hidden;
}

.denya-cert-modal-dialog {
	display: flex;
	width: min(1100px, 100%);
	max-height: calc(100vh - 48px);
	padding: 22px;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	background: #f6fafc;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.denya-cert-modal-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 22px;
}

.denya-cert-modal-toolbar span {
	color: #527288;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.denya-cert-modal-toolbar h2 {
	margin: 3px 0 0;
	color: var(--denya-cert-navy-dark) !important;
	font-size: 25px;
	line-height: 1.25;
}

.denya-cert-modal-close {
	min-width: 84px;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 11px;
	background: var(--denya-cert-navy);
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.denya-cert-modal-dialog > p {
	margin: 12px 0 16px;
	color: var(--denya-cert-muted);
	font-size: 14px;
	line-height: 1.55;
}

.denya-cert-modal-canvas {
	display: flex;
	min-height: 0;
	flex: 1;
	align-items: center;
	justify-content: center;
	overflow: auto;
	border-radius: 13px;
	background: #dce8ee;
}

.denya-cert-modal-canvas img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 205px);
	object-fit: contain;
	box-shadow: 0 12px 34px rgba(3, 31, 53, 0.2);
}

.denya-cert-print-note {
	display: none;
}

@media (max-width: 980px) {
	.denya-cert-hero .et_pb_row,
	.denya-cert-cta .et_pb_row {
		display: block;
	}

	.denya-cert-hero .et_pb_column,
	.denya-cert-cta .et_pb_column {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.denya-cert-hero-panel {
		max-width: 650px;
		margin: 42px 0 0;
	}

	.denya-cert-grid,
	.denya-cert-protection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.denya-cert-cta-actions {
		margin-top: 28px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.denya-cert-hero.et_pb_section {
		padding: 58px 0 62px !important;
	}

	.denya-cert-section.et_pb_section {
		padding: 58px 0 !important;
	}

	body.denya-certifications-page #page-container .denya-cert-hero .et_pb_heading_container h1 {
		font-size: 36px !important;
		line-height: 1.12 !important;
	}

	.denya-cert-hero-copy,
	.denya-cert-hero-copy p,
	.denya-cert-section-lead,
	.denya-cert-section-lead p,
	.denya-cert-cta-copy,
	.denya-cert-cta-copy p {
		font-size: 16px;
	}

	.denya-cert-section h2,
	body.denya-certifications-page #page-container .denya-cert-cta .et_pb_heading_container h2 {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}

	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta,
	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta {
		display: flex;
		width: 100%;
		min-height: 54px;
		margin: 12px 0 0 !important;
		padding: 12px 16px !important;
		font-size: 15px !important;
	}

	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta:hover,
	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-primary-cta:focus-visible,
	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta:hover,
	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button.denya-cert-secondary-cta:focus-visible {
		padding: 12px 16px !important;
	}

	.denya-cert-grid,
	.denya-cert-protection-grid {
		grid-template-columns: 1fr;
	}

	.denya-cert-viewer-button {
		height: 390px;
	}

	.denya-cert-meta div {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.denya-cert-modal {
		padding: 10px;
	}

	.denya-cert-modal-dialog {
		max-height: calc(100vh - 20px);
		padding: 16px;
		border-radius: 14px;
	}

	.denya-cert-modal-toolbar h2 {
		font-size: 19px;
	}

	.denya-cert-modal-dialog > p {
		font-size: 13px;
	}

	.denya-cert-modal-canvas img {
		max-height: calc(100vh - 190px);
	}
}

@media print {
	.denya-cert-preview,
	.denya-cert-modal,
	.denya-cert-primary-cta,
	.denya-cert-secondary-cta {
		display: none !important;
	}

	.denya-cert-print-note {
		display: block !important;
		padding: 14px;
		border: 1px solid #777777;
	}
}

@media (prefers-reduced-motion: reduce) {
	.denya-cert-preview img,
	body.denya-certifications-page #page-container .denya-cert-section a.et_pb_button {
		transition: none;
	}
}
