body.bdf-blank-canvas {
	padding-top: 0 !important;
}

.bdf-hub {
	margin: 0;
	min-height: 100vh;
	background: var(--bdf-hub-bg, #f5f5f5);
	color: var(--bdf-hub-text, #1e293b);
	font-family: Arial, Helvetica, sans-serif;
}

.bdf-hub-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.bdf-hub-top {
	background: var(--bdf-hub-color, #e3000a);
	padding: 22px 28px;
	display: flex;
	align-items: center;
}

.bdf-hub-logo {
	display: block;
	max-height: 52px;
	max-width: 240px;
	width: auto;
	height: auto;
}

.bdf-hub-brand {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .01em;
}

.bdf-hub-main {
	flex: 1;
	width: min(920px, calc(100% - 40px));
	margin: 0 auto;
	padding: 48px 0 64px;
}

.bdf-hub-hero {
	margin-bottom: 36px;
}

.bdf-hub-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bdf-hub-color, #e3000a);
}

.bdf-hub-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	font-weight: 700;
}

.bdf-hub-intro {
	max-width: 620px;
	font-size: 17px;
	line-height: 1.6;
	opacity: .82;
}

.bdf-hub-intro p {
	margin: 0 0 10px;
}

.bdf-hub-grid {
	display: grid;
	gap: 18px;
}

@media (min-width: 760px) {
	.bdf-hub-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.bdf-hub-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	border-radius: 16px;
	padding: 26px 26px 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
	border: 1px solid rgba(15, 23, 42, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}

.bdf-hub-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(15, 23, 42, .1);
}

.bdf-hub-meta {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--bdf-hub-color, #e3000a);
}

.bdf-hub-card-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
}

.bdf-hub-excerpt {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.55;
	opacity: .78;
}

.bdf-hub-cta {
	margin-top: auto;
	padding-top: 22px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bdf-hub-color, #e3000a);
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
}

.bdf-hub-cta span {
	transition: transform .18s ease;
}

.bdf-hub-card:hover .bdf-hub-cta span {
	transform: translateX(4px);
}

.bdf-hub-empty {
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	margin: 0;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.bdf-hub-embed {
	width: 100%;
}

.bdf-hub-embed .bdf-hub-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bdf-hub-embed .bdf-hub-card {
	border-radius: 0;
	border: 1px solid var(--dbzr-line, #e4e4e4);
	box-shadow: none;
	padding: 32px;
	background: #fff;
}

.bdf-hub-embed .bdf-hub-card:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--dbzr-anthrazit, #535353);
}

.bdf-hub-embed .bdf-hub-meta {
	font-family: "Libre Franklin", sans-serif;
	letter-spacing: .12em;
	color: var(--dbzr-red, #e3000a);
}

.bdf-hub-embed .bdf-hub-card-title {
	font-family: Archivo, sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--dbzr-anthrazit, #535353);
}

.bdf-hub-embed .bdf-hub-excerpt {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 300;
	color: var(--dbzr-muted, #8a8a8a);
	opacity: 1;
}

.bdf-hub-embed .bdf-hub-cta {
	color: var(--dbzr-red, #e3000a);
	font-family: "Libre Franklin", sans-serif;
}

.bdf-hub-embed .bdf-hub-cta:hover {
	color: var(--dbzr-anthrazit, #535353);
}

.bdf-hub-embed .bdf-hub-empty {
	border-radius: 0;
	border: 1px solid var(--dbzr-line, #e4e4e4);
	box-shadow: none;
	font-family: "Libre Franklin", sans-serif;
	color: var(--dbzr-muted, #8a8a8a);
}

body.bdf-blank-canvas {
	margin: 0;
	background: var(--dbzr-bg, #f5f5f5);
}

.bdf-blank-canvas .bdf-canvas {
	min-height: 100vh;
}

.bdf-hub-foot {
	padding: 18px 28px 28px;
	text-align: center;
	font-size: 12px;
	color: #64748b;
}
