/**
 * ETA Innovations — strona 404 (Elementor Page 404).
 * Design system: navy #001f3f, przyciski z eta-buttons-global.css.
 */

body.eta-404-page .elementor-element-5f7cff2 {
	text-align: center;
}

body.eta-404-page .elementor-element-739427b .elementor-heading-title {
	color: #001f3f;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

body.eta-404-page .elementor-element-676d689,
body.eta-404-page .elementor-element-676d689 p {
	color: #5e6a82;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

body.eta-404-page .elementor-element-676d689 {
	margin-top: 0.75rem;
	margin-bottom: 1.75rem;
}

body.eta-404-page .eta-404-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
	margin: 0 auto;
	max-width: 520px;
}

body.eta-404-page .eta-404-actions__btn {
	flex: 1 1 200px;
	min-width: 0;
	max-width: 240px;
}

@media (max-width: 480px) {
	body.eta-404-page .eta-404-actions {
		flex-direction: row;
		gap: 10px;
		padding: 0 16px;
	}

	body.eta-404-page .eta-404-actions__btn {
		flex: 1 1 calc(50% - 5px);
		max-width: none;
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Fallback motywu (gdy nie używa się strony Elementor). */
body.eta-404-page .post_item_404 .page_subtitle {
	color: #001f3f;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
}

body.eta-404-page .post_item_404 .page_description {
	color: #5e6a82;
}

body.eta-404-page .post_item_404 .eta-404-actions {
	margin-top: 1.75rem;
}
