/* =========================================================
   HTP FOOTER - CLEAN BALANCED VERSION
   File: assets/css/footer.css
========================================================= */

.site-footer,
.site-info {
	margin: 0;
	padding: 0;
	background: transparent;
}

.site-footer {
	width: 100%;
	overflow: hidden;
}

.htp-footer-box {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0;
	color: #ffffff;
	background:
		radial-gradient(circle at left center, rgba(237, 28, 36, 0.11) 0%, transparent 28%),
		radial-gradient(circle at right top, rgba(20, 92, 255, 0.10) 0%, transparent 26%),
		linear-gradient(135deg, #071019 0%, #101b28 52%, #071019 100%);
}

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

.htp-footer-box__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 40px clamp(32px, 4vw, 72px) 30px;
}

.htp-footer-box__grid {
	display: grid;
	grid-template-columns: 1.45fr .78fr .78fr 1fr 1.45fr;
	gap: 22px;
	align-items: start;
}

.htp-footer-box__col {
	min-width: 0;
	padding-left: 22px;
	border-left: 1px solid rgba(255, 255, 255, .13);
}

.htp-footer-box__col--brand {
	padding-left: 0;
	border-left: 0;
}

.htp-footer-box__logo {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	text-decoration: none;
}

.htp-footer-box__logo img {
	display: block;
	width: auto;
	max-width: 330px;
	max-height: 70px;
	height: auto;
}

.htp-footer-box__intro {
	max-width: 390px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, .86);
	font-family: "Lato", Arial, sans-serif;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.68;
}

.htp-footer-box__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.htp-footer-box__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	transition: opacity .2s ease, transform .2s ease;
}

.htp-footer-box__social:hover {
	color: #ffffff;
	background: transparent;
	opacity: .82;
	transform: translateY(-2px);
}

.htp-footer-box__social svg,
.htp-footer-box__social img,
.htp-footer-box__social .htp-icon {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
	fill: currentColor;
	filter: brightness(0) invert(1);
	opacity: 1;
}

.htp-footer-box__social--text span {
	font-family: "Anton", Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
}

.htp-footer-box h3 {
	margin: 2px 0 16px;
	color: #ffffff;
	font-family: "Anton", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: .012em;
	text-transform: uppercase;
}

.htp-footer__links,
.htp-footer-box__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.htp-footer__links li + li,
.htp-footer-box__contact-list li + li {
	margin-top: 10px;
}

.htp-footer__links a,
.htp-footer-box__contact-list a,
.htp-footer-box__contact-list strong {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
	color: rgba(255, 255, 255, .9);
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.htp-footer__links a:hover,
.htp-footer-box__contact-list a:hover {
	color: #ff4343;
}

.htp-footer-box__contact-list li {
	display: grid;
	grid-template-columns: 23px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	min-width: 0;
}

.htp-footer-box__contact-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ffffff;
	transform: translateY(2px);
}

.htp-footer-box__contact-list svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.htp-footer-box__copyright {
	margin-top: 24px;
	color: rgba(255, 255, 255, .82);
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

body.home .site-content,
body.front-page .site-content {
	padding: 0;
	margin: 0;
}

body.home .site-content .content-area,
body.front-page .site-content .content-area,
body.home .site-content .widget-area,
body.front-page .site-content .widget-area {
	display: none;
}

body.home .site-main,
body.front-page .site-main,
body.home .inside-article,
body.front-page .inside-article,
body.home .entry-content,
body.front-page .entry-content {
	margin: 0;
	padding: 0;
	background: transparent;
}

.home .entry-header,
.home .entry-title {
	display: none;
}

.home .site-main > article.page {
	margin: 0;
	padding: 0;
	background: transparent;
}

@media (max-width: 1330px) {
	.htp-footer-box__inner {
		width: 100%;
		max-width: none;
		padding-left: clamp(28px, 3.2vw, 48px);
		padding-right: clamp(28px, 3.2vw, 48px);
	}

	.htp-footer-box__grid {
		grid-template-columns: 1.3fr .8fr .8fr .95fr 1.35fr;
		gap: 20px;
	}

	.htp-footer-box__col {
		padding-left: 20px;
	}

	.htp-footer-box h3 {
		font-size: 19px;
	}

	.htp-footer__links a,
	.htp-footer-box__contact-list a,
	.htp-footer-box__contact-list strong {
		font-size: 14.5px;
	}
}

@media (max-width: 1100px) {
	.htp-footer-box__grid {
		grid-template-columns: 1.35fr 1fr 1fr;
		row-gap: 32px;
	}
}

@media (max-width: 1024px) {
	.htp-footer-box__inner {
		width: 100%;
		max-width: none;
		padding: 34px 24px 30px;
	}

	.htp-footer-box__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 24px;
	}

	.htp-footer-box__col {
		padding-left: 22px;
	}

	.htp-footer-box__col--brand {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
	}

	.htp-footer-box__logo img {
		max-width: 320px;
		max-height: 66px;
	}
}

@media (max-width: 767px) {
	.htp-footer-box__inner {
		width: 100%;
		max-width: none;
		padding: 28px 16px 26px;
	}

	.htp-footer-box__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.htp-footer-box__col {
		padding: 20px 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .14);
	}

	.htp-footer-box__col--brand {
		padding-top: 0;
		border-top: 0;
	}

	.htp-footer-box__logo img {
		max-width: 100%;
		max-height: 58px;
	}

	.htp-footer-box h3 {
		font-size: 19px;
		margin-bottom: 14px;
	}

	.htp-footer__links a,
	.htp-footer-box__contact-list a,
	.htp-footer-box__contact-list strong {
		font-size: 14.5px;
		font-weight: 600;
	}

	.htp-footer-box__social {
		width: 42px;
		height: 42px;
	}

	.htp-footer-box__copyright {
		font-size: 13.5px;
	}
}

/* DESKTOP CONTAINER SYNC HEADER FOOTER BODY FIX */
@media (min-width: 768px) {
	.htp-footer-box__inner {
		width: min(calc(100% - 40px), var(--htp-container, 1350px));
		max-width: var(--htp-container, 1350px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.htp-footer-box__grid {
		width: 100%;
		max-width: 100%;
	}
}
