html {
	scroll-behavior: smooth;
}

.zt-cursive {
	font-family: var(--wp--preset--font-family--cursive);
}

.zt-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--wp--preset--color--accent);
}

.zt-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 1.25rem;
	box-shadow: 0 2px 10px rgba(122, 61, 22, 0.05);
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.zt-card:hover {
	border-color: var(--wp--preset--color--accent-light);
	box-shadow: 0 16px 36px rgba(122, 61, 22, 0.12);
	transform: translateY(-4px);
}

/* Karty usług w gridzie: płaskie tło, ikona w kółku, równa wysokość w rzędzie,
   cena/link zawsze przy dole karty niezależnie od długości opisu. */
.zt-service-card.zt-card {
	height: 100%;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: var(--wp--preset--color--white);
	box-shadow: 0 16px 40px rgba(122, 61, 22, 0.1);
	border-color: rgba(193, 154, 123, 0.3);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.zt-service-card.zt-card:hover {
	box-shadow: 0 20px 48px rgba(122, 61, 22, 0.16);
	transform: none;
}

.zt-service-card.zt-card > * {
	width: 100%;
}

.zt-service-card .zt-card-footer {
	margin-top: auto;
	padding-top: 1.5rem;
}

.zt-service-card h3 {
	margin-top: 0;
	line-height: 1.1;
}

.zt-service-card .zt-service-subtitle {
	margin-top: 0.25rem;
}

.zt-service-card.zt-card > .zt-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px;
	flex: 0 0 auto;
	border-radius: 9999px;
	background: var(--wp--preset--color--brand);
	border: 1px solid var(--wp--preset--color--brand);
	margin-bottom: 1.25rem;
}

.zt-service-icon svg {
	width: 18px;
	height: 18px;
	stroke: var(--wp--preset--color--white);
}

.zt-card-footer .zt-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	text-decoration: none;
	opacity: 1;
}

#oferta .wp-block-column,
#oferta .wp-block-columns {
	align-items: stretch;
}

.zt-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 1rem;
	border-radius: 9999px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
}

.zt-quote {
	font-family: var(--wp--preset--font-family--serif);
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1.4;
	color: var(--wp--preset--color--brand);
}

.zt-price-table table {
	width: 100%;
	border-collapse: collapse;
}

.zt-price-table th,
.zt-price-table td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid var(--wp--preset--color--border);
	text-align: left;
}

.zt-price-table th {
	font-family: var(--wp--preset--font-family--serif);
	color: var(--wp--preset--color--brand);
	font-weight: 600;
}

/* Mobilny sticky pasek kontaktowy */
.zt-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--wp--preset--color--border);
}

@media (max-width: 991px) {
	.zt-mobile-bar {
		display: flex;
	}

	body {
		padding-bottom: 4.5rem;
	}
}

.zt-mobile-bar .wp-block-buttons {
	width: 100%;
}

.zt-mobile-bar .wp-block-button {
	flex: 1;
}

.zt-mobile-bar .wp-block-button__link {
	display: block;
	text-align: center;
	font-size: 0.8125rem;
}

.zt-mobile-bar .zt-mobile-call .wp-block-button__link {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--brand);
	border-color: transparent;
}

.zt-mobile-bar .zt-mobile-cta .wp-block-button__link {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--white);
}

/* Obrazki wypełniające całą wysokość kolumny, żeby dwie kolumny (tekst + zdjęcie)
   nie rozjeżdżały się wysokością, gdy tekst jest dłuższy niż naturalna proporcja zdjęcia. */
.zt-fill-image {
	height: 100%;
	margin: 0;
}

.zt-fill-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 782px) {
	.zt-fill-column .wp-block-column {
		align-self: stretch;
	}
}
