:root {
	--epbd-navy: #0b1d3a;
	--epbd-navy-2: #07172e;
	--epbd-blue: #1e63ff;
	--epbd-blue-2: #0d4fe6;
	--epbd-cyan: #38bdf8;
	--epbd-teal: #14b8a6;
	--epbd-ice: #f7fbff;
	--epbd-soft-blue: #e7f0ff;
	--epbd-gray: #f3f5f8;
	--epbd-text: #334155;
	--epbd-muted: #64748b;
	--epbd-border: #e2e8f0;
	--epbd-white: #ffffff;
	--epbd-radius: 8px;
	--epbd-button-radius: 8px;
	--epbd-shadow: 0 18px 42px rgba(11, 29, 58, 0.08);
	--epbd-shadow-strong: 0 26px 70px rgba(11, 29, 58, 0.14);
	--epbd-width: 1180px;
}

.epbd-theme {
	color: var(--epbd-text);
	background: var(--epbd-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.epbd-theme * {
	box-sizing: border-box;
}

.epbd-theme a {
	color: var(--epbd-blue);
	text-decoration: none;
}

.epbd-theme a:focus-visible,
.epbd-theme button:focus-visible,
.epbd-theme input:focus-visible,
.epbd-theme select:focus-visible,
.epbd-theme textarea:focus-visible,
.epbd-theme summary:focus-visible {
	outline: 3px solid rgba(30, 99, 255, 0.35);
	outline-offset: 3px;
}

.epbd-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

.epbd-container {
	width: min(var(--epbd-width), calc(100% - 48px));
	margin-inline: auto;
}

.epbd-main {
	min-height: 60vh;
}

.epbd-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(226, 232, 240, 0.88);
	backdrop-filter: blur(14px);
}

.epbd-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	gap: 28px;
}

.epbd-brand {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	color: var(--epbd-navy);
	font-weight: 800;
	white-space: nowrap;
}

.epbd-brand__main {
	font-size: 31px;
	letter-spacing: 0;
}

.epbd-brand__sub {
	font-size: 24px;
	letter-spacing: 0;
}

.epbd-primary-navigation {
	display: flex;
	align-items: center;
	gap: 22px;
}

.epbd-menu,
.epbd-footer-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.epbd-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 76px;
	color: var(--epbd-navy);
	font-weight: 650;
	font-size: 15px;
}

.epbd-menu .current-menu-item > a::after,
.epbd-menu a:hover::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	content: "";
	background: var(--epbd-blue);
	border-radius: 999px 999px 0 0;
}

.epbd-button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	color: var(--epbd-white) !important;
	background: linear-gradient(135deg, var(--epbd-blue), var(--epbd-blue-2));
	border: 1px solid transparent;
	border-radius: var(--epbd-button-radius);
	box-shadow: 0 12px 30px rgba(30, 99, 255, 0.2);
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.epbd-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 36px rgba(30, 99, 255, 0.28);
}

.epbd-button--light {
	color: var(--epbd-blue) !important;
	background: var(--epbd-white);
	box-shadow: none;
}

.epbd-button--outline {
	color: var(--epbd-blue) !important;
	background: var(--epbd-white);
	border-color: rgba(30, 99, 255, 0.35);
	box-shadow: none;
}

.epbd-button--full {
	width: 100%;
}

.epbd-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-button-radius);
	background: var(--epbd-white);
}

.epbd-menu-toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--epbd-navy);
	border-radius: 999px;
}

.epbd-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: 600px;
	color: var(--epbd-white);
	background-color: var(--epbd-navy-2);
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(7, 23, 46, 0.82) 42%, rgba(7, 23, 46, 0.18) 78%),
		radial-gradient(circle at 78% 24%, rgba(56, 189, 248, 0.22), transparent 32%),
		var(--epbd-hero-image);
	background-position: center, center, center;
	background-size: cover, cover, cover;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.epbd-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		linear-gradient(120deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54.2% 54.4%, transparent 54.6%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 112px);
	mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
	opacity: 0.55;
}

.epbd-hero::after {
	position: absolute;
	right: clamp(22px, 6vw, 92px);
	bottom: -74px;
	z-index: -1;
	width: min(48vw, 560px);
	height: 170px;
	content: "";
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(30, 99, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.14);
	transform: skewX(-18deg);
}

.epbd-hero--epbd {
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(11, 29, 58, 0.84) 43%, rgba(11, 29, 58, 0.2) 78%),
		radial-gradient(circle at 74% 26%, rgba(20, 184, 166, 0.18), transparent 34%),
		var(--epbd-hero-image);
}

.epbd-hero--automation {
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(7, 23, 46, 0.8) 41%, rgba(7, 23, 46, 0.16) 78%),
		radial-gradient(circle at 76% 30%, rgba(56, 189, 248, 0.28), transparent 36%),
		var(--epbd-hero-image);
}

.epbd-hero--audience {
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(11, 29, 58, 0.82) 44%, rgba(11, 29, 58, 0.18) 78%),
		radial-gradient(circle at 75% 28%, rgba(125, 211, 252, 0.22), transparent 34%),
		var(--epbd-hero-image);
}

.epbd-hero--knowledge {
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(7, 23, 46, 0.78) 43%, rgba(7, 23, 46, 0.2) 78%),
		radial-gradient(circle at 74% 24%, rgba(20, 184, 166, 0.18), transparent 34%),
		var(--epbd-hero-image);
}

.epbd-hero--consultation {
	background-image:
		linear-gradient(90deg, rgba(5, 17, 36, 0.98), rgba(11, 29, 58, 0.82) 44%, rgba(11, 29, 58, 0.17) 78%),
		radial-gradient(circle at 74% 28%, rgba(56, 189, 248, 0.24), transparent 34%),
		var(--epbd-hero-image);
}

.epbd-hero__content {
	position: relative;
	z-index: 1;
	max-width: 680px;
	padding: 108px 0;
}

.epbd-eyebrow,
.epbd-badge,
.epbd-card-category {
	margin: 0 0 14px;
	color: var(--epbd-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.epbd-hero .epbd-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #b8d8ff;
}

.epbd-hero .epbd-eyebrow::before {
	width: 34px;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, var(--epbd-cyan), transparent);
}

.epbd-hero h1,
.epbd-subhero h1,
.epbd-article-hero h1 {
	margin: 0 0 20px;
	color: inherit;
	font-size: clamp(36px, 5.4vw, 64px);
	line-height: 1.05;
	letter-spacing: 0;
	font-weight: 850;
}

.epbd-lead,
.epbd-hero .epbd-lead {
	margin: 0 0 18px;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
	font-weight: 650;
	color: inherit;
}

.epbd-hero p:not(.epbd-eyebrow):not(.epbd-lead) {
	max-width: 640px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
}

.epbd-section {
	position: relative;
	padding: 96px 0;
}

.epbd-section--tight {
	padding: 72px 0;
}

.epbd-section--soft {
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(247, 251, 255, 0.96)),
		repeating-linear-gradient(90deg, rgba(30, 99, 255, 0.035) 0 1px, transparent 1px 120px);
}

.epbd-section + .epbd-section::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(var(--epbd-width), calc(100% - 48px));
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.38), transparent);
	transform: translateX(-50%);
}

.epbd-section-heading {
	max-width: 820px;
	margin: 0 auto 48px;
	text-align: center;
}

.epbd-section-heading--left {
	margin-inline: 0;
	text-align: left;
}

.epbd-section-heading--left p {
	margin-inline: 0;
}

.epbd-section h2,
.epbd-section-heading h2,
.epbd-subhero h1,
.epbd-article-body h2 {
	margin: 0 0 16px;
	color: var(--epbd-navy);
	font-size: clamp(30px, 3.2vw, 42px);
	line-height: 1.18;
	letter-spacing: 0;
	font-weight: 820;
}

.epbd-section-heading h2::after {
	display: block;
	width: 42px;
	height: 3px;
	margin: 18px auto 0;
	content: "";
	background: linear-gradient(90deg, var(--epbd-blue), var(--epbd-cyan));
	border-radius: 999px;
}

.epbd-section-heading--left h2::after {
	margin-left: 0;
}

.epbd-section-heading p {
	max-width: 760px;
	margin: 0 auto;
	color: #475569;
	font-size: 18px;
	line-height: 1.65;
}

.epbd-card-grid {
	display: grid;
	gap: 26px;
}

.epbd-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.epbd-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.epbd-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 32px 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92)),
		var(--epbd-white);
	border: 1px solid rgba(203, 213, 225, 0.82);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.epbd-card::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--epbd-blue), var(--epbd-cyan));
	opacity: 0.72;
}

.epbd-card::after {
	position: absolute;
	right: -56px;
	bottom: -56px;
	z-index: -1;
	width: 140px;
	height: 140px;
	content: "";
	background: radial-gradient(circle, rgba(30, 99, 255, 0.08), transparent 68%);
}

.epbd-card:hover,
.epbd-article-card:hover,
.epbd-sidebar-box:hover {
	border-color: rgba(30, 99, 255, 0.34);
	box-shadow: var(--epbd-shadow-strong);
	transform: translateY(-3px);
}

.epbd-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
	color: var(--epbd-blue);
	background:
		linear-gradient(135deg, rgba(30, 99, 255, 0.12), rgba(56, 189, 248, 0.1)),
		#f8fbff;
	border: 1px solid rgba(30, 99, 255, 0.18);
	border-radius: var(--epbd-radius);
	box-shadow: 0 10px 24px rgba(30, 99, 255, 0.1);
}

.epbd-icon {
	width: 40px;
	height: 40px;
	color: currentColor;
}

.epbd-card h3,
.epbd-article-card h3,
.epbd-sidebar h2 {
	margin: 0 0 12px;
	color: var(--epbd-navy);
	font-size: clamp(21px, 1.8vw, 24px);
	line-height: 1.25;
	letter-spacing: 0;
}

.epbd-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.66;
	color: #3f4f63;
}

.epbd-card-media {
	position: relative;
	aspect-ratio: 16 / 9;
	margin: -32px -30px 24px;
	overflow: hidden;
	background: linear-gradient(135deg, #edf4ff, #f8fbff);
	border-bottom: 1px solid rgba(203, 213, 225, 0.82);
	border-radius: var(--epbd-radius) var(--epbd-radius) 0 0;
}

.epbd-card-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, transparent 48%, rgba(5, 17, 36, 0.36)),
		linear-gradient(90deg, rgba(5, 17, 36, 0.1), transparent 44%);
}

.epbd-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.epbd-card:hover .epbd-card-media img,
.epbd-article-card:hover .epbd-article-card__image img {
	transform: scale(1.035);
}

.epbd-card-media + .epbd-card__icon {
	position: relative;
	z-index: 2;
	width: 52px;
	height: 52px;
	margin-top: -52px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 32px rgba(11, 29, 58, 0.16);
}

.epbd-audience-card p + p {
	margin-top: 12px;
}

.epbd-date-block,
.epbd-split,
.epbd-consultation-grid,
.epbd-article-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 48px;
}

.epbd-date-card {
	padding: 36px;
	color: var(--epbd-blue);
	background: var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	text-align: center;
	box-shadow: var(--epbd-shadow);
}

.epbd-date-card span {
	display: block;
	margin-bottom: 12px;
	color: var(--epbd-muted);
	font-weight: 700;
}

.epbd-date-card strong {
	display: block;
	color: var(--epbd-blue);
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.08;
}

.epbd-split figure,
.epbd-article-image,
.epbd-featured-article figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
}

.epbd-split img,
.epbd-article-image img,
.epbd-featured-article img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.epbd-visual-panel {
	position: relative;
	isolation: isolate;
	min-height: 360px;
	margin: 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(7, 23, 46, 0.98), rgba(11, 61, 104, 0.94)),
		var(--epbd-navy);
	border: 1px solid rgba(148, 194, 255, 0.28);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow-strong);
}

.epbd-visual-panel::before {
	position: absolute;
	inset: 26px;
	z-index: -1;
	content: "";
	border: 1px solid rgba(219, 234, 254, 0.18);
	border-radius: var(--epbd-radius);
}

.epbd-visual-panel__grid {
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 78px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 78px);
	mask-image: radial-gradient(circle at 62% 46%, #000, transparent 72%);
}

.epbd-visual-panel__halo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 230px;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.26), rgba(30, 99, 255, 0.08) 58%, transparent 70%);
	border: 1px solid rgba(125, 211, 252, 0.24);
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.epbd-visual-panel__core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	color: #dbeafe;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(219, 234, 254, 0.34);
	border-radius: var(--epbd-radius);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
	transform: translate(-50%, -50%);
	backdrop-filter: blur(14px);
}

.epbd-visual-panel__core .epbd-icon {
	width: 74px;
	height: 74px;
}

.epbd-visual-panel__node {
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--epbd-cyan);
	border: 4px solid rgba(219, 234, 254, 0.84);
	border-radius: 999px;
	box-shadow: 0 0 30px rgba(56, 189, 248, 0.72);
}

.epbd-visual-panel__node--one {
	top: 25%;
	left: 24%;
}

.epbd-visual-panel__node--two {
	top: 24%;
	right: 24%;
}

.epbd-visual-panel__node--three {
	right: 30%;
	bottom: 20%;
}

.epbd-visual-panel__line {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.72), transparent);
	transform-origin: left center;
}

.epbd-visual-panel__line--one {
	top: 32%;
	left: 25%;
	width: 52%;
	transform: rotate(10deg);
}

.epbd-visual-panel__line--two {
	right: 26%;
	bottom: 27%;
	width: 42%;
	transform: rotate(-28deg);
}

.epbd-visual-panel--epbd .epbd-visual-panel__node,
.epbd-visual-panel--knowledge .epbd-visual-panel__node {
	background: var(--epbd-teal);
}

.epbd-visual-panel--consultation .epbd-visual-panel__halo,
.epbd-visual-panel--audience .epbd-visual-panel__halo {
	background: radial-gradient(circle, rgba(125, 211, 252, 0.24), rgba(20, 184, 166, 0.08) 58%, transparent 70%);
}

.epbd-featured-article__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	color: var(--epbd-blue);
	background:
		linear-gradient(135deg, rgba(30, 99, 255, 0.12), rgba(11, 29, 58, 0.04)),
		var(--epbd-white);
}

.epbd-featured-article__fallback .epbd-icon {
	width: 96px;
	height: 96px;
}

.epbd-featured-article__fallback--overlay {
	position: absolute;
	right: 22px;
	bottom: 22px;
	min-height: 0;
	width: 86px;
	height: 86px;
	color: var(--epbd-blue);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--epbd-radius);
	box-shadow: 0 16px 40px rgba(11, 29, 58, 0.18);
	backdrop-filter: blur(12px);
}

.epbd-featured-article__fallback--overlay .epbd-icon {
	width: 58px;
	height: 58px;
}

.epbd-check-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 22px 0 0;
	list-style: none;
}

.epbd-check-list li {
	position: relative;
	padding-left: 28px;
}

.epbd-check-list li::before {
	position: absolute;
	left: 0;
	top: 0.15em;
	color: var(--epbd-blue);
	content: "✓";
	font-weight: 900;
}

.epbd-side-note,
.epbd-source-box,
.epbd-info-card,
.epbd-sidebar-box {
	position: relative;
	overflow: hidden;
	padding: 32px;
	background:
		linear-gradient(135deg, #f7fbff, #ffffff),
		var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
}

.epbd-side-note::before,
.epbd-source-box::before,
.epbd-info-card::before,
.epbd-sidebar-box::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	content: "";
	background: linear-gradient(180deg, var(--epbd-blue), var(--epbd-cyan));
}

.epbd-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.epbd-timeline::before {
	position: absolute;
	top: 22px;
	left: 18%;
	right: 18%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(30, 99, 255, 0.45), transparent);
}

.epbd-timeline article,
.epbd-tabs-static article,
.epbd-myth,
details {
	position: relative;
	padding: 28px;
	background: var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: 0 12px 34px rgba(11, 29, 58, 0.055);
}

.epbd-timeline strong,
.epbd-steps article > span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	color: var(--epbd-white);
	background: var(--epbd-blue);
	border-radius: 999px;
	font-weight: 850;
}

.epbd-deadline-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.epbd-deadline-strip article {
	padding: 20px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(203, 213, 225, 0.8);
	border-radius: var(--epbd-radius);
	box-shadow: 0 10px 26px rgba(11, 29, 58, 0.045);
}

.epbd-deadline-strip span {
	display: block;
	margin-bottom: 8px;
	color: var(--epbd-blue);
	font-weight: 850;
}

.epbd-deadline-strip p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.55;
}

.epbd-note {
	max-width: 820px;
	margin: 28px auto 0;
	color: var(--epbd-muted);
	text-align: center;
}

.epbd-myth + .epbd-myth,
details + details {
	margin-top: 16px;
}

details summary {
	cursor: pointer;
	color: var(--epbd-navy);
	font-weight: 800;
}

.epbd-tabs-static,
.epbd-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.epbd-steps {
	position: relative;
	max-width: 1120px;
	margin-inline: auto;
	counter-reset: epbd-step;
}

.epbd-steps article {
	position: relative;
	padding: 28px 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92)),
		var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
}

.epbd-steps article:not(:last-child)::after {
	position: absolute;
	top: 48px;
	right: -20px;
	z-index: 2;
	width: 16px;
	height: 16px;
	content: "";
	border-top: 2px solid rgba(30, 99, 255, 0.42);
	border-right: 2px solid rgba(30, 99, 255, 0.42);
	transform: rotate(45deg);
}

.epbd-steps article > span:first-child {
	margin-bottom: 18px;
}

.epbd-step-icon {
	position: absolute;
	top: 28px;
	right: 24px;
	display: inline-flex;
	color: rgba(30, 99, 255, 0.72);
}

.epbd-step-icon .epbd-icon {
	width: 38px;
	height: 38px;
}

.epbd-cta-banner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 38px 44px;
	color: var(--epbd-white);
	background:
		linear-gradient(135deg, rgba(5, 17, 36, 0.98), rgba(10, 52, 92, 0.98)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 90px);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow-strong);
}

.epbd-cta-banner::after {
	position: absolute;
	top: -90px;
	right: 12%;
	width: 260px;
	height: 260px;
	content: "";
	background: radial-gradient(circle, rgba(56, 189, 248, 0.3), transparent 66%);
}

.epbd-cta-banner > * {
	position: relative;
	z-index: 1;
}

.epbd-cta-banner h2,
.epbd-cta-banner p {
	margin: 0;
	color: var(--epbd-white);
}

.epbd-cta-banner p {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
}

.epbd-center {
	margin-top: 32px;
	text-align: center;
}

.epbd-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: var(--epbd-blue);
	font-weight: 800;
}

.epbd-text-link::after {
	content: "→";
}

.epbd-subhero {
	padding: 92px 0 72px;
	color: var(--epbd-white);
	background: linear-gradient(135deg, var(--epbd-navy), #0e3a75);
}

.epbd-text-page {
	max-width: 860px;
}

.epbd-filter-bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) auto;
	gap: 14px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(203, 213, 225, 0.86);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
	backdrop-filter: blur(12px);
}

.epbd-filter-bar input,
.epbd-filter-bar select,
.epbd-consultation-form input,
.epbd-consultation-form select,
.epbd-consultation-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	color: var(--epbd-navy);
	background: var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	font: inherit;
}

.epbd-featured-article {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: 40px;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
		var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
}

.epbd-featured-article::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--epbd-blue), var(--epbd-cyan));
}

.epbd-knowledge-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 36px;
	align-items: start;
}

.epbd-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.epbd-article-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)),
		var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.epbd-article-card::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--epbd-blue), var(--epbd-cyan));
	opacity: 0;
	transition: opacity 160ms ease;
}

.epbd-article-card:hover::before {
	opacity: 1;
}

.epbd-article-card__image {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	color: var(--epbd-blue);
	background:
		radial-gradient(circle at 72% 28%, rgba(56, 189, 248, 0.16), transparent 34%),
		linear-gradient(135deg, #f8fbff, #edf4ff);
}

.epbd-article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.epbd-article-card__fallback {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background:
		linear-gradient(135deg, rgba(30, 99, 255, 0.1), rgba(56, 189, 248, 0.08)),
		rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--epbd-radius);
	box-shadow: 0 12px 28px rgba(11, 29, 58, 0.18);
	backdrop-filter: blur(10px);
}

.epbd-article-card__fallback .epbd-icon {
	width: 40px;
	height: 40px;
}

.epbd-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.epbd-article-card h3 a {
	color: var(--epbd-navy);
}

.epbd-article-card .epbd-text-link {
	margin-top: auto;
	padding-top: 16px;
}

.epbd-sidebar {
	display: grid;
	gap: 24px;
}

.epbd-topic-list,
.epbd-popular-list {
	display: grid;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.epbd-topic-list li {
	display: grid;
	gap: 4px;
}

.epbd-topic-list span {
	color: var(--epbd-muted);
	font-size: 14px;
	line-height: 1.5;
}

.epbd-popular-list {
	list-style: decimal-leading-zero;
	padding-left: 24px;
}

.epbd-pagination {
	margin-top: 32px;
}

.epbd-pagination__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.epbd-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	color: #2563eb;
	background: #ffffff;
	border: 1px solid #d5e2f3;
	border-radius: 14px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.epbd-pagination .page-numbers.current {
	color: #ffffff;
	background: #2563eb;
	border-color: #2563eb;
}

.epbd-pagination a.page-numbers:hover {
	color: #1d4ed8;
	background: #f3f7fd;
	border-color: #2563eb;
}

.epbd-pagination .prev,
.epbd-pagination .next {
	width: auto;
	white-space: nowrap;
}

.epbd-articles {
	background:
		linear-gradient(180deg, rgba(247, 251, 255, 0.7), rgba(255, 255, 255, 0.96) 34%, rgba(247, 251, 255, 0.82)),
		repeating-linear-gradient(90deg, rgba(30, 99, 255, 0.028) 0 1px, transparent 1px 128px);
}

.epbd-articles .epbd-section--tight {
	padding: 54px 0;
}

.epbd-articles .epbd-articles-section--filters {
	padding-top: 18px;
}

.epbd-articles .epbd-articles-section--cta {
	padding-bottom: 82px;
}

.epbd-articles-section + .epbd-articles-section::before {
	display: none;
}

.epbd-filter-bar {
	grid-template-columns: minmax(280px, 1fr) minmax(190px, 250px) auto;
	gap: 16px;
	padding: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
		var(--epbd-white);
	border-color: rgba(203, 213, 225, 0.82);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.09);
}

.epbd-filter-bar input,
.epbd-filter-bar select {
	min-height: 52px;
	border-radius: 12px;
}

.epbd-filter-bar__button {
	min-height: 52px;
	padding-inline: 24px;
	border-radius: 12px;
	white-space: nowrap;
}

.epbd-featured-article {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: 44px;
	padding: 30px;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(11, 29, 58, 0.1);
}

.epbd-featured-article figure {
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	box-shadow: 0 20px 54px rgba(11, 29, 58, 0.14);
}

.epbd-featured-article img {
	min-height: 100%;
}

.epbd-featured-article__content {
	display: grid;
	gap: 14px;
	align-content: center;
}

.epbd-featured-article__content .epbd-badge,
.epbd-featured-article__content h2,
.epbd-featured-article__content p {
	margin: 0;
}

.epbd-featured-article__content h2 {
	color: var(--epbd-navy);
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.12;
}

.epbd-featured-article__content > p:not(.epbd-badge):not(.epbd-featured-article__meta) {
	color: #475569;
	font-size: 17px;
	line-height: 1.7;
}

.epbd-featured-article__meta,
.epbd-article-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--epbd-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.epbd-featured-article__meta .epbd-card-category {
	margin: 0;
}

.epbd-featured-article__meta span + span::before,
.epbd-article-card__meta span + span::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	content: "";
	background: rgba(30, 99, 255, 0.34);
	border-radius: 999px;
	vertical-align: middle;
}

.epbd-article-card {
	border-color: rgba(203, 213, 225, 0.86);
	border-radius: 18px;
	box-shadow: 0 16px 44px rgba(11, 29, 58, 0.075);
}

.epbd-article-card:hover {
	border-color: rgba(30, 99, 255, 0.32);
	box-shadow: 0 24px 70px rgba(11, 29, 58, 0.12);
	transform: translateY(-4px);
}

.epbd-article-card__image {
	border-bottom: 1px solid rgba(226, 232, 240, 0.86);
}

.epbd-article-card:hover .epbd-article-card__image img {
	transform: scale(1.035);
}

.epbd-article-card__body {
	gap: 12px;
	padding: 24px 24px 26px;
}

.epbd-article-card__body .epbd-card-category {
	margin: 0;
}

.epbd-article-card h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.24;
}

.epbd-article-card__body > p:not(.epbd-article-card__meta) {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.62;
}

.epbd-sidebar {
	position: sticky;
	top: 104px;
}

.epbd-sidebar-box {
	padding: 28px;
	border-radius: 18px;
	box-shadow: 0 16px 44px rgba(11, 29, 58, 0.07);
}

.epbd-sidebar-box h2 {
	margin: 0 0 18px;
	color: var(--epbd-navy);
	font-size: 22px;
	line-height: 1.2;
}

.epbd-topic-list li {
	position: relative;
	padding-left: 22px;
}

.epbd-topic-list li::before {
	position: absolute;
	top: 0.52em;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	background: linear-gradient(135deg, var(--epbd-blue), var(--epbd-cyan));
	border-radius: 999px;
}

.epbd-popular-list li::marker {
	color: var(--epbd-blue);
	font-weight: 850;
}

.epbd-popular-list a {
	color: var(--epbd-navy);
	font-weight: 750;
}

.epbd-consultation-grid {
	align-items: start;
}

.epbd-form-card {
	padding: 32px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
		var(--epbd-white);
	border: 1px solid var(--epbd-border);
	border-radius: var(--epbd-radius);
	box-shadow: var(--epbd-shadow);
}

.epbd-consultation-form {
	display: grid;
	gap: 16px;
}

.epbd-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.epbd-consultation-form p {
	margin: 0;
}

.epbd-consultation-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--epbd-navy);
	font-weight: 750;
}

.epbd-consultation-form label span {
	color: #dc2626;
}

.epbd-form-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: var(--epbd-radius);
	font-weight: 700;
}

.epbd-form-message--success {
	color: #065f46;
	background: #d1fae5;
}

.epbd-form-message--error {
	color: #991b1b;
	background: #fee2e2;
}

.epbd-article-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: 620px;
	color: #ffffff;
	background-color: #061a35;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.epbd-article-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		linear-gradient(
			90deg,
			rgba(6, 26, 53, 0.96) 0%,
			rgba(6, 26, 53, 0.88) 38%,
			rgba(6, 26, 53, 0.55) 62%,
			rgba(6, 26, 53, 0.1) 100%
		);
}

.epbd-article-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	padding: 0 64px;
	margin: 0 auto;
}

.epbd-article-hero__content {
	max-width: 720px;
}

.epbd-article-category {
	margin: 0 0 24px;
	color: #60a5fa;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.epbd-article-hero h1 {
	max-width: 950px;
	margin: 0;
	color: #ffffff;
	font-size: 64px;
	line-height: 1.05;
	letter-spacing: 0;
	font-weight: 700;
}

.epbd-article-hero .epbd-lead {
	max-width: 700px;
	margin: 28px 0 0;
	color: #d6e4f2;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}

.epbd-article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 28px 0 0;
	color: #c3d4e6;
	font-size: 17px;
	font-weight: 700;
}

.epbd-article-meta span + span::before {
	margin-right: 10px;
	content: "·";
}

.epbd-article-image {
	max-width: 1200px;
	margin: 56px 0 0;
}

.epbd-article-image img {
	width: 100%;
	height: 480px;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.epbd-article-body {
	max-width: 920px;
	padding: 64px 0 80px;
}

.epbd-article-body p,
.epbd-article-body li {
	font-size: 18px;
}

.epbd-article-cta {
	padding-bottom: 72px;
}

.epbd-site-footer {
	color: rgba(255, 255, 255, 0.78);
	background:
		linear-gradient(135deg, #06172f, #082b56),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
}

.epbd-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.9fr 0.9fr;
	gap: 44px;
	padding: 58px 0;
}

.epbd-site-footer h2 {
	margin: 0 0 16px;
	color: var(--epbd-white);
	font-size: 20px;
}

.epbd-footer-menu {
	display: grid;
	gap: 9px;
	align-items: start;
}

.epbd-footer-menu a,
.epbd-footer-contact a {
	color: rgba(255, 255, 255, 0.84);
}

.epbd-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-top: 16px;
	color: var(--epbd-white) !important;
	background: var(--epbd-blue);
	border-radius: 5px;
	font-weight: 850;
}

.epbd-footer-bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1080px) {
	.epbd-card-grid--four,
	.epbd-post-grid,
	.epbd-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epbd-deadline-strip {
		grid-template-columns: 1fr;
	}

	.epbd-knowledge-layout {
		grid-template-columns: 1fr;
	}

	.epbd-sidebar {
		position: static;
	}
}

@media (max-width: 1024px) {
	.epbd-article-hero {
		min-height: 540px;
	}

	.epbd-article-hero__inner {
		padding: 0 48px;
	}

	.epbd-article-hero__content {
		max-width: 650px;
	}

	.epbd-article-hero h1 {
		font-size: 48px;
	}

	.epbd-article-hero .epbd-lead {
		font-size: 21px;
	}
}

@media (max-width: 860px) {
	.epbd-container {
		width: min(100% - 32px, var(--epbd-width));
	}

	.epbd-header-inner {
		min-height: 68px;
	}

	.epbd-menu-toggle {
		display: inline-block;
	}

	.epbd-primary-navigation {
		position: fixed;
		left: 16px;
		right: 16px;
		top: 78px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		padding: 22px;
		background: var(--epbd-white);
		border: 1px solid var(--epbd-border);
		border-radius: var(--epbd-radius);
		box-shadow: var(--epbd-shadow);
	}

	.epbd-primary-navigation.is-open {
		display: flex;
	}

	.epbd-menu {
		display: grid;
		gap: 0;
	}

	.epbd-menu a {
		min-height: 44px;
	}

	.epbd-menu a::after {
		display: none;
	}

	.epbd-header-cta {
		width: 100%;
	}

	.epbd-brand__main {
		font-size: 28px;
	}

	.epbd-brand__sub {
		font-size: 19px;
	}

	.epbd-hero {
		min-height: auto;
		background-image:
			linear-gradient(90deg, rgba(7, 23, 46, 0.97), rgba(7, 23, 46, 0.82)),
			radial-gradient(circle at 84% 24%, rgba(56, 189, 248, 0.2), transparent 32%),
			var(--epbd-hero-image);
	}

	.epbd-hero__content {
		padding: 72px 0;
	}

	.epbd-section {
		padding: 68px 0;
	}

	.epbd-date-block,
	.epbd-split,
	.epbd-consultation-grid,
	.epbd-featured-article,
	.epbd-article-hero__grid,
	.epbd-timeline,
	.epbd-tabs-static,
	.epbd-filter-bar {
		grid-template-columns: 1fr;
	}

	.epbd-card-grid--four,
	.epbd-card-grid--three,
	.epbd-post-grid,
	.epbd-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epbd-timeline::before,
	.epbd-steps article:not(:last-child)::after {
		display: none;
	}

	.epbd-visual-panel {
		min-height: 300px;
	}

	.epbd-cta-banner {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px 24px;
	}

	.epbd-filter-bar__button {
		width: 100%;
	}

}

@media (max-width: 620px) {
	.epbd-card-grid--four,
	.epbd-card-grid--three,
	.epbd-post-grid,
	.epbd-footer-grid,
	.epbd-steps,
	.epbd-deadline-strip {
		grid-template-columns: 1fr;
	}

	.epbd-steps article:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 520px) {
	.epbd-card,
	.epbd-side-note,
	.epbd-source-box,
	.epbd-info-card,
	.epbd-form-card,
	.epbd-sidebar-box {
		padding: 24px;
	}

	.epbd-card-media {
		margin: -24px -24px 22px;
	}

	.epbd-section {
		padding: 58px 0;
	}

	.epbd-section--tight {
		padding: 48px 0;
	}

	.epbd-articles .epbd-section--tight {
		padding: 42px 0;
	}

	.epbd-featured-article,
	.epbd-filter-bar {
		padding: 20px;
	}

	.epbd-article-card__body {
		padding: 22px;
	}

	.epbd-hero h1,
	.epbd-subhero h1,
	.epbd-article-hero h1 {
		font-size: 36px;
		line-height: 1.08;
	}

	.epbd-article-hero {
		min-height: 520px;
		background-position: 62% center;
	}

	.epbd-article-hero::before {
		background:
			linear-gradient(
				90deg,
				rgba(6, 26, 53, 0.96) 0%,
				rgba(6, 26, 53, 0.88) 70%,
				rgba(6, 26, 53, 0.55) 100%
			);
	}

	.epbd-article-hero__inner {
		padding: 32px 24px;
	}

	.epbd-article-hero .epbd-lead {
		font-size: 19px;
	}

	.epbd-article-hero h1 {
		font-size: 38px;
	}

	.epbd-article-meta span + span::before {
		display: none;
	}

	.epbd-visual-panel {
		min-height: 260px;
	}

	.epbd-visual-panel__core {
		width: 94px;
		height: 94px;
	}

	.epbd-visual-panel__core .epbd-icon {
		width: 60px;
		height: 60px;
	}

	.epbd-brand__sub {
		display: none;
	}
}
