#alpha-premium-footer.apf-footer,
#alpha-premium-footer.apf-footer * {
	box-sizing: border-box;
}

#alpha-premium-footer.apf-footer {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: var(--apf-min-desktop, 610px);
	margin: 0;
	padding: var(--apf-top-padding, 90px) 32px calc(var(--apf-bottom-padding, 92px) + var(--apf-bottom-height, 96px));
	overflow: hidden;
	background-image: var(--apf-bg-image);
	background-position: var(--apf-bg-position, center center);
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--apf-text, #fff);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.45;
}

#alpha-premium-footer .apf-overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--apf-overlay, #000);
	opacity: var(--apf-overlay-opacity, .48);
	pointer-events: none;
}

#alpha-premium-footer .apf-inner {
	width: min(100%, var(--apf-content-width, 1500px));
	min-height: calc(var(--apf-min-desktop, 610px) - var(--apf-top-padding, 90px) - var(--apf-bottom-padding, 92px) - var(--apf-bottom-height, 96px));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 54px;
}

#alpha-premium-footer .apf-top-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 56px;
	width: 100%;
}

#alpha-premium-footer .apf-info {
	margin: 0;
	color: var(--apf-text, #fff);
	font-size: var(--apf-body-size, 20px);
	font-weight: 500;
	line-height: 1.5;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .68), 0 1px 2px rgba(0, 0, 0, .85);
}

#alpha-premium-footer .apf-email {
	text-align: center;
}

#alpha-premium-footer .apf-address {
	text-align: right;
}

#alpha-premium-footer a {
	color: inherit;
	text-decoration: none;
}

#alpha-premium-footer .apf-info a {
	position: relative;
	display: inline-block;
}

#alpha-premium-footer .apf-info a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width .25s ease, left .25s ease;
}

#alpha-premium-footer .apf-info a:hover::after,
#alpha-premium-footer .apf-info a:focus-visible::after {
	left: 0;
	width: 100%;
}

#alpha-premium-footer .apf-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-align: center;
}

#alpha-premium-footer .apf-cta-title {
	margin: 0;
	color: var(--apf-text, #fff);
	font-size: clamp(30px, 4vw, var(--apf-heading-size, 54px));
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .015em;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .72), 0 1px 2px rgba(0, 0, 0, .9);
}

#alpha-premium-footer .apf-phone {
	display: inline-block;
	color: var(--apf-accent, #fff);
	font-size: clamp(30px, 4vw, var(--apf-phone-size, 54px));
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: .01em;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .72), 0 1px 2px rgba(0, 0, 0, .9);
	transition: transform .22s ease, opacity .22s ease;
}

#alpha-premium-footer .apf-phone:hover,
#alpha-premium-footer .apf-phone:focus-visible {
	transform: translateY(-2px);
	opacity: .9;
}

#alpha-premium-footer .apf-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	margin: -8px 0 0;
}

#alpha-premium-footer .apf-social-link,
#alpha-premium-footer .apf-social-link:hover,
#alpha-premium-footer .apf-social-link:focus,
#alpha-premium-footer .apf-social-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--apf-icon-size, 30px) + 18px);
	height: calc(var(--apf-icon-size, 30px) + 18px);
	padding: 0;
	border: 0 !important;
	border-radius: 999px;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none;
	color: var(--apf-icon, #ffffff);
	opacity: .92;
	transition: color .22s ease, transform .22s ease, opacity .22s ease;
}

#alpha-premium-footer .apf-social-link::before,
#alpha-premium-footer .apf-social-link::after {
	display: none !important;
	content: none !important;
}

#alpha-premium-footer .apf-social-link.is-disabled {
	cursor: default;
	opacity: .72;
}

#alpha-premium-footer .apf-social-link svg {
	display: block;
	width: var(--apf-icon-size, 30px);
	height: var(--apf-icon-size, 30px);
	overflow: visible;
	filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .32));
}

#alpha-premium-footer .apf-social-link:hover,
#alpha-premium-footer .apf-social-link:focus-visible {
	color: var(--apf-icon-hover, #ffffff);
	transform: translateY(-2px) scale(1.05);
	opacity: 1;
}

#alpha-premium-footer .apf-bottom-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--apf-bottom-height, 96px);
	background: var(--apf-bottom-bar, #004a92);
	display: flex;
	align-items: center;
	padding: 0 32px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

#alpha-premium-footer .apf-strip-inner {
	width: min(100%, var(--apf-content-width, 1500px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

#alpha-premium-footer .apf-strip-copy,
#alpha-premium-footer .apf-strip-nav a {
	color: var(--apf-text, #fff);
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.4;
	text-shadow: none;
}

#alpha-premium-footer .apf-strip-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 18px 28px;
}

#alpha-premium-footer .apf-strip-nav a {
	transition: opacity .2s ease, transform .2s ease;
}

#alpha-premium-footer .apf-strip-nav a:hover,
#alpha-premium-footer .apf-strip-nav a:focus-visible {
	opacity: .88;
	transform: translateY(-1px);
}



#alpha-premium-footer a:focus-visible,
#alpha-premium-footer button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

@media (max-width: 900px) {
	#alpha-premium-footer.apf-footer {
		min-height: var(--apf-min-mobile, 680px);
		padding: 64px 22px calc(70px + var(--apf-bottom-height, 96px));
		background-position: center center;
	}

	#alpha-premium-footer .apf-inner {
		min-height: calc(var(--apf-min-mobile, 680px) - 148px - var(--apf-bottom-height, 96px));
		justify-content: center;
		gap: 54px;
	}

	#alpha-premium-footer .apf-top-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}

	#alpha-premium-footer .apf-info,
	#alpha-premium-footer .apf-email,
	#alpha-premium-footer .apf-address {
		text-align: center;
	}

	#alpha-premium-footer .apf-cta-title {
		font-size: clamp(30px, 9vw, 48px);
	}

	#alpha-premium-footer .apf-phone {
		font-size: clamp(28px, 8vw, 46px);
	}

	#alpha-premium-footer .apf-socials {
		gap: 16px;
	}

	#alpha-premium-footer .apf-bottom-strip {
		height: auto;
		min-height: var(--apf-bottom-height, 96px);
		padding: 18px 22px;
	}

	#alpha-premium-footer .apf-strip-inner {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 16px;
	}

	#alpha-premium-footer .apf-strip-nav {
		justify-content: center;
		gap: 12px 20px;
	}
}

@media (max-width: 480px) {
	#alpha-premium-footer.apf-footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	#alpha-premium-footer .apf-info {
		font-size: min(var(--apf-body-size, 20px), 18px);
	}
}

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