/* Common footer — matches main page (index.css) */
.et_pb_section_0_tb_footer.et_pb_section {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #191919 !important;
}

.et_pb_section_1_tb_footer.et_pb_section {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #000000 !important;
}

.et_pb_text_0_tb_footer.et_pb_text,
.et_pb_text_2_tb_footer.et_pb_text {
	color: #FFFFFF !important;
}

.et_pb_text_1_tb_footer {
	font-size: 15px;
}

#footer-info,
#footer-info a {
	color: #fff;
}

/* Footer navigation — override Divi ul padding (0 0 23px 1em) */
.et-l--footer ul,
.et-l--footer .site-footer-nav__list {
	padding-bottom: 0 !important;
}

.site-footer-nav,
.site-footer-nav__list {
	padding-left: 0 !important;
}

.site-footer-nav {
	margin-bottom: 0 !important;
}

.site-footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}

.site-footer-nav__list li {
	display: inline-flex;
	align-items: center;
}

.site-footer-nav__list li:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 400;
}

.site-footer-nav__list a {
	color: #2ea3f2;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

.site-footer-nav__list a:hover {
	opacity: 0.85;
}

/* Company info block */
.footer-brand-row {
	display: flex !important;
	align-items: flex-start;
	gap: 40px;
}

.footer-info-logo {
	flex: 0 0 auto;
	margin-right: 24px;
}

.footer-info-logo img {
	display: block;
	height: 43px;
	width: auto;
}

.footer-info-text {
	float: none !important;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.footer-info-text p,
#footer-info.footer-info-text p,
.et_pb_text_2_tb_footer .footer-info-text p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 !important;
	padding-bottom: 2px !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.footer-info-sep {
	display: inline-block;
	width: 1px;
	height: 0.9em;
	margin: 0 10px;
	background-color: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}

.footer-info-text p:last-child,
#footer-info.footer-info-text p:last-child {
	padding-bottom: 0 !important;
}

.footer-info-text a {
	color: #fff;
	text-decoration: underline;
}

.footer-info-text a:hover {
	opacity: 0.85;
}

/* Footer section padding */
.et_pb_row_1_tb_footer,
.et_pb_row_2_tb_footer {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

/* Menu group — remove left spacing; keep row top/bottom padding equal */
.et_pb_section_0_tb_footer .et_pb_row_1_tb_footer {
	padding-left: 0 !important;
}

.et_pb_section_0_tb_footer .et_pb_column_2_tb_footer,
.et_pb_section_0_tb_footer .et_pb_text_1_tb_footer.et_pb_module,
.et_pb_section_0_tb_footer .et_pb_text_1_tb_footer,
.et_pb_section_0_tb_footer .et_pb_text_1_tb_footer .et_pb_text_inner,
.et_pb_section_0_tb_footer .site-footer-nav {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

/* Mobile footer */
@media only screen and (max-width: 980px) {
	.et_pb_section_0_tb_footer .et_pb_column_2_tb_footer,
	.et_pb_section_1_tb_footer .et_pb_column_4_tb_footer {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.et_pb_row_1_tb_footer,
	.et_pb_row_2_tb_footer {
		padding: 20px 16px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.et_pb_section_0_tb_footer .et_pb_row_1_tb_footer {
		padding-left: 0 !important;
	}

	.et_pb_section_0_tb_footer .et_pb_column_2_tb_footer {
		margin-bottom: 0 !important;
	}

	.et_pb_section_0_tb_footer .et_pb_text_1_tb_footer.et_pb_module {
		margin-bottom: 0 !important;
	}

	.site-footer-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.site-footer-nav__list li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-footer-nav__list li:not(:last-child)::after {
		content: none;
	}

	.site-footer-nav__list a {
		display: block;
		padding: 12px 4px 12px 0;
		font-size: 16px;
	}

	.footer-brand-row {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 14px;
	}

	.footer-info-text {
		font-size: 13px;
		line-height: 1.45;
		text-align: center;
	}

	.footer-info-text p,
	#footer-info.footer-info-text p {
		padding-bottom: 2px !important;
	}
}

@media only screen and (max-width: 479px) {
	.site-footer-nav__list a {
		padding: 13px 0;
	}

	.footer-info-logo img {
		height: 36px;
	}
}
