footer.section-dark {
	background: #001228;
	color: rgba(255, 255, 255, 0.78);
	padding: 72px 0 0;
}

footer.section-dark a {
	color: rgba(255, 255, 255, 0.78);
}

footer.section-dark .logo-footer {
	width: 170px;
	height: auto;
}

footer.section-dark .widget {
	margin-bottom: 40px;
}

footer.section-dark .widget h3 {
	color: #fff;
	font-size: 1.15rem;
	margin-bottom: 18px;
}

footer.section-dark .widget ul,
footer.section-dark .menu-simple {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer.section-dark .widget li {
	margin-bottom: 10px;
}

footer.section-dark .qll-footer-license {
	margin: 0 0 20px;
	font-size: 0.95rem;
	line-height: 1.6;
}

footer.section-dark .social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

footer.section-dark .social-icons a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	transition: background 0.2s ease, transform 0.2s ease;
}

footer.section-dark .social-icons a:hover {
	background: rgba(233, 30, 140, 0.22);
	transform: translateY(-2px);
}

footer.section-dark .subfooter {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

footer.section-dark .de-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

footer.section-dark .menu-simple {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.qll-internal-prefooter {
	background: #001228;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	padding: 44px 0 34px;
}

.qll-internal-prefooter__header {
	align-items: flex-end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 14px;
}

.qll-internal-prefooter__header h2 {
	color: #fff;
	font-size: 1.18rem;
	line-height: 1.3;
	margin: 0;
}

.qll-internal-prefooter__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 34px;
}

.qll-internal-prefooter__group h3 {
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.qll-internal-prefooter__group ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.qll-internal-prefooter__group li {
	margin: 0;
}

.qll-internal-prefooter__group a {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 0.86rem;
	line-height: 1.25;
	padding: 7px 11px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.qll-internal-prefooter__group a:hover {
	background: rgba(233, 30, 140, 0.18);
	border-color: rgba(233, 30, 140, 0.38);
	color: #fff;
}

@media (max-width: 991px) {
	footer.section-dark {
		padding-top: 56px;
	}

	.qll-internal-prefooter {
		padding: 38px 0 30px;
	}

	.qll-internal-prefooter__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	footer.section-dark .de-flex {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 575px) {
	.qll-internal-prefooter {
		padding: 32px 0 26px;
	}

	.qll-internal-prefooter__header {
		margin-bottom: 20px;
	}

	.qll-internal-prefooter__header h2 {
		font-size: 1.05rem;
	}

	.qll-internal-prefooter__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}
