.home-footer {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	max-width: min(var(--container-max-width-xl), calc(100% - 1.5rem));
	margin: 3rem auto 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: var(--home-content-bg);
	border-radius: 2rem;
	box-shadow: var(--home-shadow);
}

.home-bottom-nav-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;

	justify-content: center;
	align-items: center;
	background: #231D58;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 15.7px -4px #00000040;
	gap: .75rem;
    height: 70px;
    padding-left: 1rem;
    padding-right: 1rem;

}

.home-bottom-nav-bar .header-auth-button-secondary {
	background: none;
}
.home-bottom-nav-bar .header-auth-button-secondary .header-auth-button-inner {
	background: transparent;
	color: white;
}

.home-bottom-nav-bar .home-header__signup {
	display: block;

}

.home-bottom-nav-bar  .home-header__signup .header-auth-button-inner {
	width: 60vw;
}


@media (min-width: 768px) {
	.home-footer {
		gap: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-top: 4rem;
	}
}

.home-footer__card {
	margin-left: var(--home-content-padding-x);
	margin-right: var(--home-content-padding-x);
	padding: 1.5rem;
	border-radius: 1rem;
	background-color: var(--brand-color-container);
	color: var(--home-footer-text);
}

@media (min-width: 768px) {
	.home-footer__card {
		padding: 2.5rem;
		border-radius: 2rem;
	}
}

.home-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
	.home-footer__top {
		flex-direction: column;
		gap: 1rem;
	}
}

.home-footer__logo-image {
	display: block;
	width: 126px;
	height: auto;
}

.home-footer__social {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.home-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	background-color: var(--brand-color-periwinkle);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-footer__social-link:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.home-footer__social-link img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.home-footer__divider {
	border: none;
	border-top: 1px solid rgba(35, 29, 88, 0.15);
	margin: 0 0 1.5rem;
}

.home-footer__content {
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
}

@media (max-width: 1023px) {
	.home-footer__content {
		flex-direction: column;
		gap: 2rem;
	}
}

.home-footer__legal {
	max-width: 450px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1023px) {
	.home-footer__legal {
		max-width: 100%;
	}
}

.home-footer__legal-text,
.home-footer__description {
	font-size: 0.75rem;
	line-height: 1.7;
	margin: 0 0 0.5rem;
	color: rgba(35, 29, 88, 0.8);
}

.home-footer__description p {
	margin: 0 0 0.5rem;
}

.home-footer__description p:last-child {
	margin-bottom: 0;
}

.home-footer__legal-text--bold {
	font-weight: 900;
	color: var(--home-footer-text);
}

.home-footer__badges {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin: 1.25rem 0;
	flex-wrap: wrap;
}

.home-footer__badge-link img,
.home-footer__dmca img {
	width: auto;
	height: auto;
	max-height: 53px;
	object-fit: contain;
}

.home-footer__dmca img {
	max-height: 38px;
}

.home-footer__player-safety {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #fff;
	color: #000;
	padding: 0.5rem 0.75rem;
	border-radius: 9999px;
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.home-footer__player-safety:hover {
	opacity: 0.9;
}

.home-footer__player-safety-text {
	text-decoration: underline;
}

.home-footer__age {
	font-size: 0.75rem;
	line-height: 1.8;
	margin: 0;
	color: rgba(35, 29, 88, 0.8);
}

.home-footer__age-link {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 0.25rem;
}

.home-footer__age-icon {
	border-radius: 9999px;
	max-height: 22px;
	width: auto;
	height: auto;
}

.home-footer__links {
	display: flex;
	gap: 4rem;
}

@media (max-width: 1023px) {
	.home-footer__links {
		flex-direction: column;
		gap: 1.5rem;
	}
}

.home-footer__links-column {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.home-footer__links-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--home-footer-text);
	margin-bottom: 0.25rem;
}

.home-footer__menu,
.home-footer__links-column .menu {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-footer__menu a,
.home-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgba(35, 29, 88, 0.7);
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease;
}

.home-footer__menu a:hover,
.home-footer__link:hover {
	color: var(--home-footer-text);
	text-decoration: underline;
}

.home-footer__privacy-icon {
	flex-shrink: 0;
	max-height: 14px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.home-footer__copyright {
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--home-footer-text);
	padding-bottom: 20px;
}

.site-footer__badges {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin: 1.25rem 0;
}

.site-footer__player-safety {
	display: flex;
	align-items: center;
	gap: .5rem;
	background-color: #fff;
	color: #000;
	padding: .5rem .75rem;
	border-radius: 9999px;
	text-decoration: none;
	font-size: .75rem;
	font-weight: 500;
	transition: opacity .2s ease;
}

.site-footer__age-link {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 .25rem;
}

.site-footer__player-safety-text {
	text-decoration: underline;
}

@media (max-width: 1023px) {
	.home-bottom-nav-bar {
        display: flex;
    }
	.home-footer {
        margin-bottom: calc(1.5rem + 70px);
    }
}