.d73-pro-footer {
	--d73-footer-bg: #0b0d11;
	--d73-footer-accent: #d71912;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: 0;
	border-top: 4px solid var(--d73-footer-accent);
	background: var(--d73-footer-bg);
	background:
		linear-gradient(125deg, color-mix(in srgb, var(--d73-footer-bg) 88%, #1b2330), var(--d73-footer-bg) 55%),
		var(--d73-footer-bg);
	color: #f7f8fa;
	font-family: Arial, Helvetica, sans-serif;
}

.d73-pro-footer,
.d73-pro-footer * {
	box-sizing: border-box;
}

.d73-pro-footer a {
	color: inherit;
	text-decoration: none;
}

.d73-pro-footer__glow {
	position: absolute;
	z-index: -1;
	top: -240px;
	right: -180px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--d73-footer-accent) 23%, transparent) 0, transparent 68%);
	pointer-events: none;
}

.d73-pro-footer__container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.d73-pro-footer__main {
	display: grid;
	grid-template-columns: minmax(320px, 1.25fr) minmax(160px, .62fr) minmax(290px, 1fr);
	gap: clamp(38px, 5vw, 76px);
	padding-block: clamp(48px, 6vw, 76px) 46px;
}

.d73-pro-footer__brand,
.d73-pro-footer__navigation,
.d73-pro-footer__contact {
	min-width: 0;
}

.d73-pro-footer__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 17px;
	padding: 6px 11px;
	border: 1px solid color-mix(in srgb, var(--d73-footer-accent) 65%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--d73-footer-accent) 13%, transparent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.d73-pro-footer__logo {
	display: block;
	width: min(100%, 350px);
	line-height: 0;
}

.d73-pro-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 26px rgba(0, 0, 0, .24));
}

.d73-pro-footer__tagline {
	max-width: 445px;
	margin: 17px 0 25px;
	color: #b8bec8;
	font-size: 15px;
	line-height: 1.72;
}

.d73-pro-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 11px 17px;
	border-radius: 10px;
	background: var(--d73-footer-accent);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--d73-footer-accent) 28%, transparent);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
	transition: transform .2s ease, filter .2s ease;
}

.d73-pro-footer__cta:hover,
.d73-pro-footer__cta:focus-visible {
	transform: translateY(-2px);
	background: var(--d73-footer-accent);
	filter: brightness(1.1);
}

.d73-pro-footer__cta svg,
.d73-pro-footer__email svg,
.d73-pro-footer__social svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.d73-pro-footer .d73-icon-fill {
	fill: currentColor;
	stroke: none;
}

.d73-pro-footer__title {
	position: relative;
	margin: 10px 0 25px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.d73-pro-footer__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 3px;
	border-radius: 3px;
	background: var(--d73-footer-accent);
}

.d73-pro-footer__menu {
	display: grid;
	gap: 2px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.d73-pro-footer__menu li {
	margin: 0 !important;
	padding: 0 !important;
}

.d73-pro-footer__menu a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 7px 0;
	color: #c8cdd5;
	font-size: 14px;
	line-height: 1.35;
	transition: color .2s ease, transform .2s ease;
}

.d73-pro-footer__menu a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--d73-footer-accent);
	opacity: .75;
}

.d73-pro-footer__menu a:hover,
.d73-pro-footer__menu a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.d73-pro-footer__contact > p {
	max-width: 410px;
	margin: 0 0 17px;
	color: #b8bec8;
	font-size: 14px;
	line-height: 1.65;
}

.d73-pro-footer__email {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	margin-bottom: 22px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
}

.d73-pro-footer__email span {
	overflow-wrap: anywhere;
}

.d73-pro-footer__email:hover,
.d73-pro-footer__email:focus-visible {
	color: color-mix(in srgb, var(--d73-footer-accent) 70%, #fff) !important;
}

.d73-pro-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.d73-pro-footer__social a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 9px;
	background: rgba(255, 255, 255, .045);
	color: #d8dce2;
	font-size: 12px;
	font-weight: 700;
	transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.d73-pro-footer__social a:hover,
.d73-pro-footer__social a:focus-visible {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--d73-footer-accent) 55%, transparent);
	background: color-mix(in srgb, var(--d73-footer-accent) 13%, transparent);
	color: #fff;
}

.d73-pro-footer__social svg {
	width: 17px;
	height: 17px;
}

.d73-pro-footer__live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 31px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
	color: #aeb5c0;
	font-size: 11px;
	font-weight: 700;
}

.d73-pro-footer__live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 0 0 4px rgba(37, 211, 102, .12);
	animation: d73-live-pulse 2.2s ease-in-out infinite;
}

.d73-pro-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 21px 24px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	color: #878f9b;
	font-size: 12px;
}

.d73-pro-footer__bottom p {
	margin: 0;
}

.d73-pro-footer__bottom strong {
	color: #f1f3f5;
}

.d73-pro-footer a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

@keyframes d73-live-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .5; }
}

@media (max-width: 900px) {
	.d73-pro-footer__main {
		grid-template-columns: 1.15fr .85fr;
	}

	.d73-pro-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.d73-pro-footer__container {
		width: min(100% - 30px, 1180px);
	}

	.d73-pro-footer__main {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-block: 42px 34px;
	}

	.d73-pro-footer__contact {
		grid-column: auto;
	}

	.d73-pro-footer__logo {
		width: min(100%, 305px);
		margin-inline: auto;
	}

	.d73-pro-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

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