/* Landing klimatyzacja: bez „szczelin” między sekcjami (marginesy rdzenia) */
main.klimat-landing-page {
	--wp--style--block-gap: 0;
	/* Standard pionowego paddingu sekcji — ten sam co w szablonie (80px); zmiana tylko tutaj + w page-klimatyzacja-landing.html */
	--klimat-landing-section-pad-y: 80px;
}

main.klimat-landing-page > .wp-block-cover,
main.klimat-landing-page > .wp-block-group {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Pasek logotypów: jeden wiersz (6 kolumn) */
/* Hero: tło na pełną szerokość, treść jak w nagłówku (constrained + root padding) */
.klimat-landing-hero .wp-block-cover__inner-container.has-global-padding {
	max-width: var(--wp--style--global--content-size, 1140px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--wp--style--root--padding-left, var(--wp--preset--spacing--50));
	padding-right: var(--wp--style--root--padding-right, var(--wp--preset--spacing--50));
	box-sizing: border-box;
}

.klimat-landing-hero .klimat-landing-hero__inner {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

/* Większe odstępy między elementami hero (zgodne z sekcjami usług) */
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__title,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__subtitle,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__micro,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__trust,
main.klimat-landing-page .klimat-landing-hero .wp-block-buttons {
	margin: 0;
}

/* Trust bar pod CTA w hero */
main.klimat-landing-page .klimat-landing-hero__trust-list {
	list-style: none;
	margin: 0;
	padding: 0.65rem 1rem;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0.65rem;
	row-gap: 0.5rem;
	max-width: min(100%, 56rem);
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 17, 17, 0.38);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

main.klimat-landing-page .klimat-landing-hero__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: rgba(245, 245, 245, 0.95);
}

main.klimat-landing-page .klimat-landing-hero__trust-item:not(:last-child)::after {
	content: '•';
	margin-left: 0.65rem;
	color: rgba(245, 245, 245, 0.42);
	font-weight: 400;
}

main.klimat-landing-page .klimat-landing-hero__trust-stars {
	color: #ff5e13;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.02em;
}

main.klimat-landing-page .klimat-landing-hero__trust-score {
	font-weight: 700;
	color: #f5f5f5;
}

@media (max-width: 600px) {
	main.klimat-landing-page .klimat-landing-hero__trust-list {
		justify-content: center;
		text-align: center;
	}

	main.klimat-landing-page .klimat-landing-hero__trust-item:not(:last-child)::after {
		display: none;
	}

	main.klimat-landing-page .klimat-landing-hero__trust-item {
		flex: 1 1 100%;
		justify-content: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		padding-bottom: 0.5rem;
	}

	main.klimat-landing-page .klimat-landing-hero__trust-item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

/* CTA hero + "Zobacz więcej" jak btn-primary z design system */
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta .wp-block-button__link.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 24px;
	border: 0;
	border-radius: 4px;
	background: #ff5e13;
	color: #f5f5f5 !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta .wp-block-button__link.wp-element-button:hover,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta .wp-block-button__link.wp-element-button:focus-visible {
	background: #e04a00;
	color: #ffffff !important;
}

main.klimat-landing-page .klimat-landing-realizacje-more .wp-block-button__link.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 24px;
	border: 0;
	border-radius: 4px;
	background: #ff5e13;
	color: #f5f5f5 !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

main.klimat-landing-page .klimat-landing-realizacje-more .wp-block-button__link.wp-element-button:hover,
main.klimat-landing-page .klimat-landing-realizacje-more .wp-block-button__link.wp-element-button:focus-visible {
	background: #e04a00;
	color: #ffffff !important;
}

/* Drugie CTA w hero: styl jak btn-secondary */
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta-secondary .wp-block-button__link.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 24px;
	border: 1px solid rgba(245, 245, 245, 0.7);
	border-radius: 4px;
	background: transparent;
	color: #f5f5f5 !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta-secondary .wp-block-button__link.wp-element-button:hover,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__cta-secondary .wp-block-button__link.wp-element-button:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff !important;
}

/* Hero jak na podstronach usług: ciemna nakładka i jasna typografia */
.klimat-landing-hero .wp-block-cover__background.has-background-dim {
	background: rgba(0, 51, 52, 0.62) !important;
	opacity: 1 !important;
}

@media (max-width: 782px) {
	/* Na mobile kluczowy obiekt zdjęcia jest bliżej 70% szerokości kadru. */
	.klimat-landing-hero .wp-block-cover__image-background {
		object-position: 70% center;
	}
}

main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__title,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__subtitle,
main.klimat-landing-page .klimat-landing-hero .klimat-landing-hero__micro {
	color: #f5f5f5 !important;
}

/* Logotypy + sezon + kroki montażu — ten sam kontener co reszta strony */
.klimat-landing-logos-wrap__inner.has-global-padding,
.klimat-landing-urzadzenia__shell.has-global-padding,
.klimat-landing-season__shell.has-global-padding,
.klimat-landing-montaz-kroki__shell.has-global-padding,
.klimat-landing-secondary-panel__inner.has-global-padding {
	max-width: var(--wp--style--global--content-size, 1140px);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Oddech od krawędzi dla sekcji landingowych na wszystkich rozdzielczościach */
main.klimat-landing-page .klimat-landing-montaz-kroki.alignfull,
main.klimat-landing-page .klimat-landing-secondary-panel.alignfull,
main.klimat-landing-page .klimat-landing-urzadzenia-wrap.alignfull {
	padding-left: var(--wp--style--root--padding-left, var(--wp--preset--spacing--50));
	padding-right: var(--wp--style--root--padding-right, var(--wp--preset--spacing--50));
	box-sizing: border-box;
}

/* Tylko landing: osobny, przyklejony pasek CTA na dole ekranu (poza menu) */
.klimat-landing-fixed-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	padding: 0.75rem;
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem);
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
}

.klimat-landing-fixed-cta .mobile-nav__cta-btn {
	min-height: 44px;
}

/* Tylko mobile jak hamburger menu: < lg */
@media (min-width: 1024px) {
	.klimat-landing-fixed-cta {
		display: none !important;
	}
}

/* Zeby fixed CTA nie zaslanialo dolu strony */
body.page-klimatyzacja-landing main.klimat-landing-page {
	padding-bottom: 6.25rem;
}

/* Gdy otwarte menu, chowamy fixed CTA by nie dublowac przyciskow na ekranie */
body.mobile-nav-open .klimat-landing-fixed-cta {
	opacity: 0;
	pointer-events: none;
}

.klimat-landing-season-panel {
	background-image: url(/wp-content/uploads/2025/05/realizacje-header.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*
 * Sekcja „krok po kroku”: intro = ciemny tekst (nadpisanie presetów WP z !important).
 * Karty kroków = jasny tekst na #003334 (nadpisanie has-contrast / nagłówków z motywu).
 */
main.klimat-landing-page .klimat-landing-montaz-kroki__intro h3,
main.klimat-landing-page .klimat-landing-montaz-kroki__intro p,
main.klimat-landing-page .klimat-landing-montaz-kroki__shell .klimat-landing-montaz-kroki__intro h3,
main.klimat-landing-page .klimat-landing-montaz-kroki__shell .klimat-landing-montaz-kroki__intro p {
	color: #111111 !important;
}

main.klimat-landing-page .klimat-landing-montaz-kroki__steps .klimat-landing-montaz-kroki__card,
main.klimat-landing-page .klimat-landing-montaz-kroki__steps .klimat-landing-montaz-kroki__card h6,
main.klimat-landing-page .klimat-landing-montaz-kroki__steps .klimat-landing-montaz-kroki__card h5,
main.klimat-landing-page .klimat-landing-montaz-kroki__steps .klimat-landing-montaz-kroki__card p {
	color: #f5f5f5 !important;
}

/* h6 jak w Gutenbergu — typografię bierze z FSE / theme; tylko odstępy */
main.klimat-landing-page .klimat-landing-montaz-kroki__card .klimat-landing-montaz-kroki__step-title {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}

/* „Krok N” — pigułka jak custom-inline-block w treści (półprzezroczyste tło, 9999px) */
main.klimat-landing-page .klimat-landing-montaz-kroki__card .klimat-landing-montaz-kroki__step-num {
	display: inline-block;
	align-self: flex-start;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 0.65rem;
	padding: 4px 12px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #f5f5f5 !important;
	background-color: #f2f2f23b;
	border-radius: 9999px;
}

main.klimat-landing-page .klimat-landing-montaz-kroki__card .klimat-landing-montaz-kroki__step-icon {
	margin: 0 0 0.75rem;
	width: 48px;
	height: 48px;
	line-height: 0;
}

main.klimat-landing-page .klimat-landing-montaz-kroki__card .klimat-landing-montaz-kroki__step-icon img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

/* Karty „krok po kroku”: jednakowa wysokość w rzędzie (jak sezon) */
main.klimat-landing-page .klimat-landing-montaz-kroki__steps.wp-block-columns:not(.is-stacked-on-mobile) {
	align-items: stretch;
}

main.klimat-landing-page .klimat-landing-montaz-kroki__steps:not(.is-stacked-on-mobile) > .wp-block-column {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
}

main.klimat-landing-page .klimat-landing-montaz-kroki__steps .wp-block-column > .wp-block-group.klimat-landing-montaz-kroki__card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.klimat-landing-season-cards .wp-block-column {
	min-width: 0;
}

/* Równe wysokości kart sezonu (kolumny rozciągają się do wyższej karty) */
.klimat-landing-season-cards.wp-block-columns:not(.is-stacked-on-mobile) {
	align-items: stretch;
}

.klimat-landing-season-cards:not(.is-stacked-on-mobile) > .wp-block-column {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.klimat-landing-season-cards .klimat-landing-season-card {
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* Odstępy między ikoną / tytułem / numerem lub przyciskiem — jak w blokach (blockGap 0.75rem) */
main.klimat-landing-page .klimat-landing-season-card.is-layout-flow {
	gap: var(--wp--style--block-gap, 0.75rem);
}

/* W wyższej karcie przycisk „w dół” kolumny — obie karty wizualnie wyrównane */
.klimat-landing-season-card--primary .wp-block-buttons {
	margin-top: auto;
}

.klimat-landing-season-card__icon {
	width: 78px;
	max-width: 78px;
	margin-left: auto;
	margin-right: auto;
}

.klimat-landing-season-card__icon img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 78px;
	height: 78px;
	max-width: 78px;
	max-height: 78px;
	object-fit: contain;
}

/* Numer tel. w zielonej karcie sezonu — bez tła, jasny tekst (jak linki na CTA) */
main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone {
	margin-bottom: 0;
}

main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone a,
main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone-link {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: clamp(1.15rem, 1.85vw, 1.45rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.04em;
	color: #f5f5f5 !important;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none;
	transition: color 0.15s ease, opacity 0.15s ease;
}

main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone a:hover,
main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone a:focus-visible,
main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone-link:hover,
main.klimat-landing-page .klimat-landing-season-card--accent .klimat-landing-season-card__phone-link:focus-visible {
	color: #fff !important;
	opacity: 0.95;
	outline: none;
}

/*
 * Druga sekcja sezonu: tylko karta primary — wyłącz margin-top:auto na przycisku,
 * żeby odstęp „tytuł → Wycena online” był jak „tytuł → tel” w zielonej karcie (block-gap grupy).
 * Nie ruszamy marginesów w karcie accent (były dobre).
 */
main.klimat-landing-page .klimat-landing-season--after-final-cta .klimat-landing-season-card--primary .wp-block-buttons {
	margin-top: 0;
}

.klimat-landing-area__logo {
	margin-top: 0;
	margin-bottom: 1rem;
}

.klimat-landing-area__logo img {
	display: block;
	height: auto;
	max-width: 120px;
}

.klimat-landing-area__map img {
	max-height: 350px;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Sekcja obszaru działania na ciemnym tle — poprawa kontrastu i odstępów */
main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area-row {
	gap: clamp(1.5rem, 3vw, 3rem);
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__title {
	margin-top: 0;
	margin-bottom: 1.25rem;
	color: #f5f5f5 !important;
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__cities {
	margin-top: 0.5rem;
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
	color: #f5f5f5 !important;
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 0 0.5rem;
	line-height: 1.55;
	color: #f5f5f5 !important;
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__list li:last-child {
	margin-bottom: 0;
}

main.klimat-landing-page .klimat-landing-secondary-panel .klimat-landing-area__list li::before {
	content: '';
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
	flex: 0 0 1rem;
	background: #53c5c8;
	mask: url('/wp-content/uploads/2025/05/checkbox.svg') no-repeat center / contain;
	-webkit-mask: url('/wp-content/uploads/2025/05/checkbox.svg') no-repeat center / contain;
}

.klimat-landing-logos-wrap .klimat-landing-logos__row--6.wp-block-columns {
	flex-wrap: nowrap;
	gap: clamp(2rem, 4.5vw, 4rem);
	align-items: center;
	justify-content: space-between;
}

/* Logotypy partnerów: grayscale -> kolor na hover (spójnie z design system) */
.klimat-landing-logos-wrap .brand-slider__logo {
	filter: grayscale(1);
	opacity: 0.7;
	transition: all 280ms ease;
}

.klimat-landing-logos-wrap .brand-slider__logo:hover,
.klimat-landing-logos-wrap .brand-slider__logo:focus-visible {
	filter: grayscale(0);
	opacity: 1;
}

@media (max-width: 782px) {
	.klimat-landing-logos-wrap .klimat-landing-logos__row--6.wp-block-columns {
		flex-wrap: wrap;
		justify-content: center;
		/* Osobno wiersze / kolumny — większy odstęp pionowy między rzędami logotypów */
		row-gap: 2.5rem;
		column-gap: 1.5rem;
		gap: 2.5rem 1.5rem;
		overflow-x: visible;
		padding-bottom: 0;
		scroll-snap-type: none;
	}

	.klimat-landing-logos-wrap .klimat-landing-logos__row--6 .wp-block-column {
		flex: 0 0 calc(50% - 0.75rem);
		width: calc(50% - 0.75rem);
		max-width: calc(50% - 0.75rem);
		min-width: 0;
		scroll-snap-align: unset;
	}

	.klimat-landing-logos-wrap .klimat-landing-logos__row--6 .klimat-landing-logos__item img {
		max-height: 2.25rem;
		width: auto;
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}
}

.klimat-landing-logos-wrap .wp-block-column > .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

/* Sekcja „urządzenia w ofercie”: intro dwukolumnowy jak montaz-kroki — ciemny tekst */
main.klimat-landing-page .klimat-landing-urzadzenia__intro h3,
main.klimat-landing-page .klimat-landing-urzadzenia__intro p,
main.klimat-landing-page .klimat-landing-urzadzenia__shell .klimat-landing-urzadzenia__intro h3,
main.klimat-landing-page .klimat-landing-urzadzenia__shell .klimat-landing-urzadzenia__intro p,
main.klimat-landing-page .klimat-landing-urzadzenia__intro strong {
	color: #111111 !important;
}

/* Sekcja opinii (Trustindex) — zamiast „trust”; jasne tło, ciemny nagłówek */
main.klimat-landing-page .klimat-landing-opinie-wrap .klimat-landing-opinie__heading,
main.klimat-landing-page .klimat-landing-opinie-wrap .klimat-landing-opinie__lead {
	color: #111111 !important;
}

main.klimat-landing-page .klimat-landing-opinie__heading {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

main.klimat-landing-page .klimat-landing-opinie__lead {
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

main.klimat-landing-page .klimat-landing-opinie__widget {
	margin-top: 0;
}

main.klimat-landing-page .klimat-landing-urzadzenia__heading {
	margin-top: 0;
	margin-bottom: 0;
}

main.klimat-landing-page .klimat-landing-urzadzenia__lead {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.55;
}

main.klimat-landing-page .klimat-landing-urzadzenia-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.25rem);
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
}

main.klimat-landing-page .klimat-landing-urzadzenia-grid .wp-block-image,
main.klimat-landing-page .klimat-landing-urzadzenia-grid .klimat-landing-urzadzenia-grid__item {
	margin: 0;
}

main.klimat-landing-page .klimat-landing-urzadzenia-grid figure {
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #f4f4f4;
	aspect-ratio: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0.75rem;
	box-sizing: border-box;
}

main.klimat-landing-page .klimat-landing-urzadzenia-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	max-height: none;
	object-fit: contain;
}

main.klimat-landing-page .klimat-landing-urzadzenia-grid__caption {
	margin-top: 0.5rem;
	font-size: 0.85rem;
	line-height: 1.35;
	font-weight: 600;
	color: #001111;
	text-align: center;
}

@media (max-width: 1100px) {
	main.klimat-landing-page .klimat-landing-urzadzenia-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	main.klimat-landing-page .klimat-landing-urzadzenia-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	main.klimat-landing-page .klimat-landing-urzadzenia-grid {
		grid-template-columns: 1fr;
	}
}

/* Siatka realizacji (landing klimatyzacja) — pełna szerokość w obrębie root paddingu */
main.klimat-landing-page .klimat-landing-realizacje-wrap.alignfull {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding-left: var(--wp--style--root--padding-left, var(--wp--preset--spacing--50));
	padding-right: var(--wp--style--root--padding-right, var(--wp--preset--spacing--50));
}

main.klimat-landing-page .klimat-landing-realizacje-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(0.5rem, 1.25vw, 1rem);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

main.klimat-landing-page .klimat-landing-realizacje-grid .wp-block-image,
main.klimat-landing-page .klimat-landing-realizacje-grid .klimat-landing-realizacje-grid__item {
	margin: 0;
}

main.klimat-landing-page .klimat-landing-realizacje-grid figure {
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 3 / 4;
}

main.klimat-landing-page .klimat-landing-realizacje-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

@media (max-width: 1100px) {
	main.klimat-landing-page .klimat-landing-realizacje-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	main.klimat-landing-page .klimat-landing-realizacje-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	main.klimat-landing-page .klimat-landing-realizacje-grid {
		grid-template-columns: 1fr;
	}
}

/* Sekcja opinii Google — pasek agregacji + karty */
main.klimat-landing-page .klimat-landing-google-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.25rem;
	max-width: 44rem;
	margin: 0 auto;
	padding: 1rem 1.35rem;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 17, 17, 0.06);
}

main.klimat-landing-page .klimat-landing-google-summary__logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

main.klimat-landing-page .klimat-landing-google-summary__body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.85rem;
	text-align: center;
}

main.klimat-landing-page .klimat-landing-google-summary__stars {
	font-size: 1.05rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

main.klimat-landing-page .klimat-landing-google-summary__meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	font-size: 0.9375rem;
	color: #7b8893;
}

main.klimat-landing-page .klimat-landing-google-summary__score {
	color: #001111;
	font-weight: 600;
}

main.klimat-landing-page .klimat-landing-google-summary__score strong {
	font-size: 1.35rem;
	font-weight: 700;
	color: #001111;
}

main.klimat-landing-page .klimat-landing-google-summary__sep {
	color: #d4d8dc;
}

main.klimat-landing-page .klimat-landing-google-summary__count {
	color: #001111;
	font-weight: 600;
}

main.klimat-landing-page .klimat-landing-reviews-grid {
	align-items: stretch;
}

main.klimat-landing-page .klimat-landing-review-card {
	position: relative;
	padding-right: 2.75rem;
}

main.klimat-landing-page .klimat-landing-review-card__g {
	position: absolute;
	top: 1rem;
	right: 1rem;
	line-height: 0;
	opacity: 0.95;
}

main.klimat-landing-page .klimat-landing-review-card__g svg {
	display: block;
}

main.klimat-landing-page .klimat-landing-review-card__date {
	margin-top: 0.2rem;
	font-weight: 500;
	color: #7b8893;
}

@media (min-width: 640px) {
	main.klimat-landing-page .klimat-landing-google-summary {
		justify-content: center;
		padding: 1.1rem 1.5rem;
	}

	main.klimat-landing-page .klimat-landing-google-summary__body {
		justify-content: center;
		text-align: center;
	}

	main.klimat-landing-page .klimat-landing-google-summary__meta {
		justify-content: center;
	}
}

