#body_wrap.jdb-v3-global-footer .jdb-v3-skip-anchor {
	display: block;
	position: relative;
	width: 0;
	height: 0;
}

#body_wrap.jdb-v3-global-footer #jdb-v3-top,
.jdb-v3-global-top {
	scroll-margin-top: 88px;
}

#body_wrap.jdb-v3-global-footer #content {
	margin-bottom: 0;
}

.jdb-v3-global-top {
	display: block;
	position: relative;
	width: 0;
	height: 0;
}

.jdb-v3-footer {
	position: relative;
	padding: 56px 0 40px;
	border-top: 1px solid var(--jdb-color-border);
	background:
		radial-gradient(circle at 12% 0, rgba(169, 36, 50, .12), transparent 34%),
		linear-gradient(180deg, #11161d 0%, #0b0e13 100%);
	color: var(--jdb-color-text);
	overflow: hidden;
}

.jdb-v3-footer::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--jdb-color-accent) 0 18%, #5c1f2a 42%, transparent 78%);
	content: "";
}

.jdb-v3-footer,
.jdb-v3-footer * {
	box-sizing: border-box;
}

.jdb-v3-footer > .jdb-v3-container {
	width: min(100% - 40px, 1200px);
	margin-inline: auto;
}

.jdb-v3-footer__top,
.jdb-v3-footer__nav,
.jdb-v3-footer-nav-group {
	min-width: 0;
}

.jdb-v3-footer__top {
	display: grid;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--jdb-color-border);
	gap: 28px;
}

.jdb-v3-footer__brand-lockup {
	display: flex;
	align-items: center;
	gap: 16px;
}

.jdb-v3-footer__monogram {
	display: inline-grid;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(220, 119, 130, .55);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(169, 36, 50, .22), rgba(255, 255, 255, .03));
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .025);
	color: var(--jdb-color-text);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.04em;
	place-items: center;
	text-decoration: none;
}

.jdb-v3-footer__monogram:visited {
	color: var(--jdb-color-text);
}

.jdb-v3-footer__monogram:hover {
	border-color: var(--jdb-color-link);
	background-color: rgba(169, 36, 50, .18);
	color: #fff;
}

.jdb-v3-footer__eyebrow,
.jdb-v3-footer__quick-label,
.jdb-v3-footer__directory-head > div > p {
	margin: 0;
	color: var(--jdb-color-link);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
}

.jdb-v3-footer__title {
	margin: 5px 0 0;
	color: var(--jdb-color-text);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 750;
	letter-spacing: .02em;
	line-height: 1.35;
}

.jdb-v3-footer__description {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--jdb-color-text-secondary);
	font-size: 15px;
	line-height: 1.85;
}

.jdb-v3-footer__metrics {
	display: flex;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.jdb-v3-footer__metrics li {
	display: grid;
	min-width: 112px;
	padding: 0 20px;
	border-left: 1px solid var(--jdb-color-border);
	gap: 2px;
}

.jdb-v3-footer__metrics li:first-child {
	padding-left: 0;
	border-left: 0;
}

.jdb-v3-footer__metrics strong {
	color: var(--jdb-color-text);
	font-size: 22px;
	font-weight: 750;
	line-height: 1.2;
}

.jdb-v3-footer__metrics span {
	color: var(--jdb-color-text-muted);
	font-size: 12px;
	line-height: 1.5;
}

.jdb-v3-footer__quick {
	align-self: start;
	padding: 22px;
	border: 1px solid var(--jdb-color-border);
	border-radius: 18px;
	background: rgba(21, 26, 33, .82);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
}

.jdb-v3-footer__quick-list {
	display: grid;
	margin-top: 12px;
	gap: 8px;
}

.jdb-v3-footer__quick-link {
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border: 1px solid var(--jdb-color-border-strong);
	border-radius: 10px;
	background: rgba(255, 255, 255, .015);
	color: var(--jdb-color-text);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
	text-decoration: none;
	transition: border-color var(--jdb-duration-fast), background-color var(--jdb-duration-fast), transform var(--jdb-duration-fast);
}

.jdb-v3-footer__quick-link:visited {
	color: var(--jdb-color-text);
}

.jdb-v3-footer__quick-link:hover {
	border-color: #596777;
	background: var(--jdb-color-hover);
	color: #fff;
	transform: translateX(2px);
}

.jdb-v3-footer__quick-link--primary {
	border-color: var(--jdb-color-accent);
	background: linear-gradient(135deg, #a92432, #7f1925);
	box-shadow: 0 10px 24px rgba(169, 36, 50, .22);
}

.jdb-v3-footer__quick-link--primary:hover {
	border-color: var(--jdb-color-accent-hover);
	background: linear-gradient(135deg, #c02b3b, #921d2a);
}

.jdb-v3-footer__quick-link svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.jdb-v3-footer__directory-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin: 40px 0 18px;
	gap: 24px;
}

.jdb-v3-footer__directory-head h2 {
	margin: 5px 0 0;
	color: var(--jdb-color-text);
	font-size: 24px;
	line-height: 1.4;
}

.jdb-v3-footer__directory-head > p {
	max-width: 430px;
	margin: 0;
	color: var(--jdb-color-text-muted);
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}

.jdb-v3-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.jdb-v3-footer-nav-group {
	margin: 0;
	padding: 17px 18px;
	border: 1px solid var(--jdb-color-border);
	border-radius: 14px;
	background: rgba(21, 26, 33, .72);
	transition: border-color var(--jdb-duration-fast), background-color var(--jdb-duration-fast);
}

.jdb-v3-footer-nav-group[open] {
	background: rgba(23, 29, 37, .88);
}

.jdb-v3-footer-nav-group:hover {
	border-color: #364252;
}

.jdb-v3-footer-nav-group__summary {
	display: flex;
	min-height: 32px;
	align-items: center;
	color: var(--jdb-color-text);
	list-style: none;
	gap: 9px;
}

.jdb-v3-footer-nav-group__summary::-webkit-details-marker {
	display: none;
}

.jdb-v3-footer-nav-group__summary::marker {
	content: "";
}

.jdb-v3-footer-nav-group__title {
	min-width: 0;
	margin-right: auto;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.5;
}

.jdb-v3-footer-nav-group__count {
	display: inline-grid;
	flex: 0 0 auto;
	min-width: 26px;
	height: 26px;
	padding: 0 7px;
	border: 1px solid var(--jdb-color-border);
	border-radius: 999px;
	color: var(--jdb-color-text-muted);
	font-size: 11px;
	font-weight: 700;
	place-items: center;
}

.jdb-v3-footer-nav-group__chevron {
	display: none;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform var(--jdb-duration-fast);
}

.jdb-v3-footer-nav-group__list {
	display: grid;
	margin: 10px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid rgba(39, 49, 61, .72);
	gap: 1px;
	list-style: none;
}

.jdb-v3-footer-nav-group__link {
	display: flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	padding: 8px 8px 8px 10px;
	border-radius: 8px;
	color: var(--jdb-color-text-secondary);
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	gap: 10px;
}

.jdb-v3-footer-nav-group__link:visited {
	color: var(--jdb-color-text-secondary);
}

.jdb-v3-footer-nav-group__link:hover {
	background: var(--jdb-color-hover);
	color: var(--jdb-color-text);
}

.jdb-v3-footer-nav-group__link span {
	min-width: 0;
}

.jdb-v3-footer-nav-group__link svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: var(--jdb-color-text-muted);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.jdb-v3-footer a:focus-visible,
.jdb-v3-footer summary:focus-visible {
	outline: 3px solid var(--jdb-color-accent);
	outline-offset: 2px;
}

.jdb-v3-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid var(--jdb-color-border);
	gap: 20px;
}

.jdb-v3-footer__copyright,
.jdb-v3-footer__notice {
	margin: 0;
}

.jdb-v3-footer__copyright {
	color: var(--jdb-color-text-secondary);
	font-size: 13px;
}

.jdb-v3-footer__notice {
	margin-top: 4px;
	color: var(--jdb-color-text-muted);
	font-size: 11px;
	line-height: 1.5;
}

.jdb-v3-footer__back-to-top {
	display: inline-flex;
	flex: 0 0 auto;
	width: fit-content;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--jdb-color-border-strong);
	border-radius: 999px;
	background: rgba(255, 255, 255, .025);
	color: var(--jdb-color-text-secondary);
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
	gap: 8px;
	white-space: nowrap;
}

.jdb-v3-footer__back-to-top:visited {
	color: var(--jdb-color-text-secondary);
}

.jdb-v3-footer__back-to-top:hover {
	border-color: #596777;
	background: var(--jdb-color-hover);
	color: var(--jdb-color-text);
}

.jdb-v3-footer__back-to-top svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.jdb-v3-footer__diagnostics {
	margin-top: 24px;
	padding: 12px;
	border: 1px solid var(--jdb-color-border);
	border-radius: 10px;
	background: var(--jdb-color-surface);
	color: var(--jdb-color-text-secondary);
	font-size: 12px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.jdb-v3-footer__diagnostics p {
	margin: .5em 0;
}

@media (min-width: 1024px) {
	.jdb-v3-footer__top {
		grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
		align-items: end;
		gap: 64px;
	}

	.jdb-v3-footer__nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.jdb-v3-footer__nav {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.jdb-v3-footer-nav-group {
		padding: 0 16px;
	}

	.jdb-v3-footer-nav-group__summary {
		min-height: 56px;
		cursor: pointer;
	}

	.jdb-v3-footer-nav-group__chevron {
		display: block;
	}

	.jdb-v3-footer-nav-group[open] .jdb-v3-footer-nav-group__chevron {
		transform: rotate(180deg);
	}

	.jdb-v3-footer-nav-group__list {
		margin-top: 0;
		padding: 7px 0 10px;
	}

	.jdb-v3-footer-nav-group__link {
		min-height: 48px;
	}
}

@media (max-width: 767px) {
	.jdb-v3-footer {
		padding: 38px 0 calc(96px + env(safe-area-inset-bottom));
	}

	.jdb-v3-footer > .jdb-v3-container {
		width: min(100% - 32px, 1200px);
	}

	.jdb-v3-footer__top {
		padding-bottom: 30px;
		gap: 24px;
	}

	.jdb-v3-footer__brand-lockup {
		gap: 13px;
	}

	.jdb-v3-footer__monogram {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
		border-radius: 10px;
		font-size: 19px;
	}

	.jdb-v3-footer__title {
		font-size: 22px;
	}

	.jdb-v3-footer__description {
		margin-top: 16px;
		font-size: 15px;
		line-height: 1.8;
	}

	.jdb-v3-footer__metrics {
		margin-top: 20px;
	}

	.jdb-v3-footer__metrics li {
		min-width: 0;
		padding: 0 14px;
	}

	.jdb-v3-footer__metrics strong {
		font-size: 20px;
	}

	.jdb-v3-footer__quick {
		padding: 16px;
		border-radius: 14px;
	}

	.jdb-v3-footer__quick-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jdb-v3-footer__quick-link {
		min-height: 50px;
		padding-inline: 12px;
		font-size: 13px;
	}

	.jdb-v3-footer__quick-link--primary {
		grid-column: 1 / -1;
	}

	.jdb-v3-footer__directory-head {
		display: block;
		margin: 30px 0 14px;
	}

	.jdb-v3-footer__directory-head h2 {
		font-size: 22px;
	}

	.jdb-v3-footer__directory-head > p {
		margin-top: 8px;
		font-size: 13px;
		text-align: left;
	}

	.jdb-v3-footer__nav {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.jdb-v3-footer-nav-group {
		padding: 0 14px;
		border-radius: 12px;
	}

	.jdb-v3-footer-nav-group__summary {
		min-height: 56px;
		cursor: pointer;
	}

	.jdb-v3-footer-nav-group__title {
		font-size: 15px;
	}

	.jdb-v3-footer-nav-group__chevron {
		display: block;
	}

	.jdb-v3-footer-nav-group[open] .jdb-v3-footer-nav-group__chevron {
		transform: rotate(180deg);
	}

	.jdb-v3-footer-nav-group__list {
		margin-top: 0;
		padding: 7px 0 10px;
	}

	.jdb-v3-footer-nav-group__link {
		min-height: 48px;
		padding-inline: 8px;
		font-size: 15px;
	}

	.jdb-v3-footer__bottom {
		align-items: end;
		margin-top: 24px;
		padding-top: 20px;
	}

	.jdb-v3-footer__back-to-top {
		min-height: 48px;
		padding-inline: 12px;
	}
}

@media (max-width: 340px) {
	.jdb-v3-footer__quick-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.jdb-v3-footer__quick-link--primary {
		grid-column: auto;
	}

	.jdb-v3-footer__metrics li {
		padding-inline: 10px;
	}

	.jdb-v3-footer__back-to-top span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jdb-v3-footer *,
	.jdb-v3-footer *::before,
	.jdb-v3-footer *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
