.hype-footer {
	background: #111317;
	color: #f5f5f5;
	padding: 0 24px;
	max-width: 100%;
}

.hype-footer .elementor-container {
	max-width: 1320px;
	margin: 0 auto;
}

.hype-footer-top .elementor-container {
	display: flex;
	gap: 36px;
	padding: 44px 0 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hype-footer-top .elementor-column {
	min-width: 0;
}

.hype-footer-brand img {
	width: 96px;
	height: auto;
	filter: brightness(0) invert(1);
}

.hype-footer-brand .elementor-widget-social-icons {
	margin-top: 18px;
}

.hype-footer-brand .elementor-social-icon {
	background: #ffffff !important;
	color: #111317 !important;
}

.hype-footer-links .elementor-heading-title {
	margin: 0 0 14px;
	font-family: "Merriweather", Sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

.hype-footer-links .elementor-widget-text-editor p {
	margin: 0;
	line-height: 1.8;
}

.hype-footer-links .elementor-widget-text-editor a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Space Mono", Sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hype-footer-links .elementor-widget-text-editor a:hover,
.hype-footer-policies .elementor-widget-text-editor a:hover {
	opacity: 0.8;
}

.hype-footer-ack .elementor-widget-text-editor p {
	margin: 0;
	font-family: "Space Mono", Sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
	overflow-wrap: anywhere;
}

.hype-footer-bottom .elementor-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0 24px;
}

.hype-footer-bottom .elementor-widget-text-editor p {
	margin: 0;
	font-family: "Space Mono", Sans-serif;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.8);
}

.hype-footer-policies {
	text-align: right;
}

.hype-footer-policies .elementor-widget-text-editor a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Space Mono", Sans-serif;
	font-size: 11px;
}

@media (max-width: 1024px) {
	.hype-footer-top .elementor-container {
		flex-wrap: wrap;
	}

	.hype-footer-ack {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.hype-footer {
		padding: 0 18px;
	}

	.hype-footer-top .elementor-container {
		flex-direction: column;
		gap: 24px;
		padding: 30px 0 22px;
	}

	.hype-footer-bottom .elementor-container {
		flex-direction: column !important;
		align-items: flex-start !important;
		padding: 16px 0 22px;
	}

	.hype-footer-policies {
		text-align: left;
	}
}
