/* H1 strony głównej — czytelny, spójny z Elementorem */
.czech-homepage-h1 {
	margin: 0 auto 1rem;
	max-width: 1140px;
	padding: 1.25rem 1rem 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #1a1a1a;
}

/* Baner cookies */
.czech-cookie-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	padding: 1rem;
	background: rgba(26, 26, 26, 0.96);
	color: #fff;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.czech-cookie-banner[hidden] {
	display: none !important;
}

.czech-cookie-banner__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
}

.czech-cookie-banner__text {
	flex: 1 1 280px;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

.czech-cookie-banner__text a {
	color: #7eb8ff;
}

.czech-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.czech-cookie-banner__btn {
	cursor: pointer;
	border: none;
	border-radius: 4px;
	padding: 0.6rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.czech-cookie-banner__btn--primary {
	background: #c41e3a;
	color: #fff;
}

.czech-cookie-banner__btn--secondary {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.czech-cookie-banner__btn:hover {
	opacity: 0.9;
}

/* Szybki kontakt — mobile */
.czech-sticky-call {
	display: none;
	position: fixed;
	right: 1rem;
	bottom: 5.5rem;
	z-index: 99998;
	padding: 0.75rem 1.1rem;
	border-radius: 999px;
	background: #c41e3a;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(196, 30, 58, 0.45);
}

.czech-sticky-call:hover {
	color: #fff;
	opacity: 0.92;
}

@media (max-width: 768px) {
	.czech-sticky-call {
		display: inline-flex;
		align-items: center;
	}
}
