/**
 * Stopka — jasna (Elementor footer #30).
 */

.dk-footer {
	background-color: #f5f5f5;
	color: #0a0a0a;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dk-footer__logo .custom-logo {
	width: auto;
	height: auto;
	max-width: 160px;
}

.dk-footer__tagline {
	margin: 0;
	max-width: 18rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-weight: 500;
	color: #0a0a0a;
}

.dk-footer__heading {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0a0a0a;
	letter-spacing: 0;
	text-transform: none;
}

.dk-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dk-footer__links a {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	color: #0a0a0a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dk-footer__links a:hover {
	color: #525252;
}

.dk-footer__links--contact {
	margin-bottom: 1rem;
}

.dk-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--dk-primary-btn-color, #fff);
	background-color: var(--dk-primary-btn-bg, #0a0a0a);
	border-radius: var(--dk-primary-btn-radius, 0.5rem);
	text-decoration: none;
	transition: var(--dk-primary-btn-transition, background-color 0.15s ease);
}

.dk-footer__cta:hover {
	background-color: var(--dk-primary-btn-bg-hover, #262626);
	color: var(--dk-primary-btn-color, #fff);
}

.dk-footer__bar {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dk-footer__copyright {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
	color: #525252;
}
