/* ==========================================================
   Zajęcia terenowe PSNPP — "Tropem przyrody"
   Style ograniczone do .zt (strona i formularz zapisów).
   ========================================================== */

.zt {
	--zt-las: #2f5d3a;
	--zt-las-ciemny: #1f3f28;
	--zt-mech: #eef3ea;
	--zt-mech-ciemny: #dce6d5;
	--zt-jesien: #b4561b;
	--zt-jesien-ciemny: #8f4213;
	--zt-jesien-jasny: #fbefe4;
	--zt-tekst: #26302a;
	--zt-szary: #5b665e;
	--zt-linia: #d9ded5;
	--zt-blad: #b3261e;
	--zt-blad-tlo: #fdf0ef;
	--zt-radius: 10px;
	color: var(--zt-tekst);
}

.zt [hidden] {
	display: none !important;
}

.zt img {
	max-width: 100%;
}

.zt-sekcja-tytul {
	margin: 36px 0 14px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	color: var(--zt-las-ciemny);
}

/* ---------- Wstęp ---------- */

.zt-hero {
	margin: 36px 0 18px;
}

.zt-hero__tytul {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: .02em;
	color: var(--zt-las-ciemny);
}

.zt-hero__dopisek {
	display: block;
	margin-top: 4px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--zt-tekst);
}

.zt-hero__podtytul {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--zt-jesien);
}

.zt-wstep p {
	max-width: 72ch;
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.7;
}

.zt-fakty {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 28px 0 16px;
}

.zt-fakt {
	padding: 22px 24px;
	border-radius: var(--zt-radius);
	background: var(--zt-mech);
}

.zt-fakt p {
	margin: 0 0 10px;
	line-height: 1.6;
}

.zt-fakt__tytul {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--zt-las);
}

.zt .zt-fakt__wartosc {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--zt-las-ciemny);
}

.zt-fakt__wartosc small {
	font-size: 15px;
	font-weight: 600;
}

.zt-progi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zt-progi li {
	padding: 8px 0;
	border-top: 1px solid var(--zt-mech-ciemny);
	line-height: 1.5;
}

.zt .zt-fakt__uwaga {
	margin: 24px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--zt-mech-ciemny);
	color: var(--zt-szary);
	font-size: 14px;
	line-height: 1.5;
}

.zt .zt-limity__tytul {
	margin: 18px 0 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--zt-las);
}

.zt-limity li strong {
	color: var(--zt-las-ciemny);
}

.zt-mapa {
	position: relative;
	display: block;
	margin-top: 12px;
	overflow: hidden;
	border-radius: 8px;
}

.zt-mapa img {
	display: block;
	width: 100%;
	height: auto;
}

.zt-mapa__podpis {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(31, 63, 40, .85);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.zt-regulamin {
	margin: 0 0 8px;
	font-size: 15px;
}

.zt-folder {
	margin: 14px 0 4px;
}

.zt-admin-uwaga {
	padding: 8px 12px;
	border: 1px dashed var(--zt-jesien);
	border-radius: 6px;
	background: var(--zt-jesien-jasny);
	font-size: 13px;
}

/* ---------- Pory roku ---------- */

.zt-sezony {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.zt .zt-sezon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	min-height: 78px;
	height: auto;
	margin: 0;
	padding: 14px 10px;
	border: 2px solid var(--zt-las);
	border-radius: var(--zt-radius);
	background: #fff;
	box-shadow: none;
	color: var(--zt-las-ciemny);
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .15s, color .15s, border-color .15s;
}

.zt .zt-sezon:hover {
	background: var(--zt-mech);
}

.zt .zt-sezon[aria-selected="true"] {
	border-color: var(--zt-jesien);
	background: var(--zt-jesien);
	color: #fff;
}

.zt .zt-sezon:focus-visible,
.zt .zt-grupa-tab:focus-visible {
	outline: 3px solid rgba(47, 93, 58, .4);
	outline-offset: 2px;
}

.zt-sezon__info {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: none;
	opacity: .85;
}

.zt .zt-sezon.is-soon {
	border-color: var(--zt-linia);
	background: #f4f5f3;
	color: #8b938d;
}

.zt .zt-sezon.is-soon[aria-selected="true"] {
	border-color: #c9cfc6;
	background: #e6e9e4;
	color: #5f6862;
}

.zt-panel {
	margin-top: 24px;
	animation: zt-pojaw .25s ease-out;
}

@keyframes zt-pojaw {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: none; }
}

.zt-panel__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding: 16px 20px;
	border-radius: var(--zt-radius);
	background: var(--zt-jesien-jasny);
}

.zt-panel__meta p {
	margin: 0;
}

.zt-wkrotce {
	margin: 0;
	padding: 40px 24px;
	border-radius: var(--zt-radius);
	background: #f4f5f3;
	color: var(--zt-szary);
	font-size: 17px;
	text-align: center;
}

/* ---------- Grupy i tematy ---------- */

.zt-grupy {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	border-bottom: 2px solid var(--zt-linia);
}

.zt .zt-grupa-tab {
	height: auto;
	margin: 0 0 -2px;
	padding: 10px 14px;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--zt-szary);
	font: inherit;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
	cursor: pointer;
}

.zt .zt-grupa-tab:hover {
	color: var(--zt-las-ciemny);
}

.zt .zt-grupa-tab[aria-selected="true"] {
	border-bottom-color: var(--zt-jesien);
	color: var(--zt-las-ciemny);
}

.zt-grupa-tab__nad {
	display: block;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.zt-grupa-tab__nazwa {
	display: block;
	font-size: 17px;
	font-weight: 700;
}

.zt-temat {
	padding: 28px 0;
	border-bottom: 1px solid var(--zt-linia);
}

.zt-temat:last-child {
	border-bottom: 0;
}

.zt-temat__poziom {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--zt-jesien);
}

.zt .zt-temat__tytul {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--zt-las-ciemny);
}

.zt-temat__opis p {
	max-width: 72ch;
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.7;
}

.zt-galeria {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 10px;
	margin: 18px 0 20px;
}

.zt-galeria a {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	background: var(--zt-mech);
}

.zt-galeria img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s;
}

.zt-galeria a:hover img {
	transform: scale(1.04);
}

.zt-temat__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
}

.zt-temat__terminy {
	color: var(--zt-szary);
	font-size: 14px;
}

/* ---------- Przyciski ---------- */

.zt .zt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: auto;
	margin: 0;
	padding: 14px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--zt-las);
	box-shadow: 0 2px 0 var(--zt-las-ciemny);
	color: #fff !important;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	cursor: pointer;
	transition: background-color .15s;
}

.zt .zt-btn:hover {
	background: var(--zt-las-ciemny);
}

.zt .zt-btn--jasny {
	padding: 10px 20px;
	border: 2px solid var(--zt-las);
	background: #fff;
	box-shadow: none;
	color: var(--zt-las-ciemny) !important;
}

.zt .zt-btn--jasny:hover {
	background: var(--zt-mech);
}

.zt .zt-btn--duzy {
	width: 100%;
	padding: 18px 30px;
	font-size: 18px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.zt .zt-btn[disabled] {
	opacity: .7;
	cursor: progress;
}

/* ---------- Harmonogram ---------- */

.zt-harmonogram__opis {
	margin: 0 0 12px;
	color: var(--zt-szary);
}

.zt-tabela-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.zt-harmonogram table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 14px;
}

.zt-harmonogram th,
.zt-harmonogram td {
	padding: 10px 12px;
	border-bottom: 1px solid var(--zt-linia);
	text-align: left;
	vertical-align: top;
}

.zt-harmonogram thead th {
	background: var(--zt-mech);
	color: var(--zt-las-ciemny);
	font-weight: 700;
}

.zt-harmonogram tbody th {
	white-space: nowrap;
	font-weight: 600;
}

.zt-harmonogram__temat {
	display: block;
	font-weight: 600;
	line-height: 1.35;
}

.zt-harmonogram__poziom {
	display: block;
	color: var(--zt-szary);
	font-size: 12px;
}

.zt .zt-status {
	display: inline-block;
	margin-top: 6px;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.zt .zt-status--wolny {
	background: #e1f0dd;
	color: #1f5129;
}

.zt a.zt-status--wolny:hover {
	background: var(--zt-las);
	color: #fff;
}

.zt-status--zajety {
	background: #f3e2df;
	color: #85281d;
}

.zt-status--zamkniety {
	background: #ececec;
	color: #555;
}

/* ---------- Zajęcia zastępcze ---------- */

.zt-zastepcze {
	margin: 36px 0 10px;
	padding: 22px 24px;
	border-left: 5px solid var(--zt-jesien);
	border-radius: 0 var(--zt-radius) var(--zt-radius) 0;
	background: var(--zt-jesien-jasny);
}

.zt-zastepcze p,
.zt-zastepcze ul {
	margin: 0 0 10px;
	line-height: 1.6;
}

.zt-zastepcze ul {
	padding-left: 20px;
}

.zt .zt-zastepcze__naglowek {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 800;
	color: var(--zt-jesien-ciemny);
}

.zt .zt-zastepcze__tytul {
	font-size: 17px;
	font-weight: 700;
	color: var(--zt-las-ciemny);
}

.zt .zt-zastepcze__zakonczenie {
	margin: 0;
	font-style: italic;
}

/* ---------- Prowadząca (sidebar) ---------- */

.zt-prowadzaca {
	margin-top: 24px;
	overflow: hidden;
	border-radius: var(--zt-radius);
	background: var(--zt-mech);
}

.zt-prowadzaca img {
	display: block;
	width: 100%;
	height: auto;
}

.zt-prowadzaca__tresc {
	padding: 18px 20px 20px;
}

.zt .zt-prowadzaca__rola {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--zt-jesien);
}

.zt .zt-prowadzaca__imie {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--zt-las-ciemny);
}

.zt .zt-prowadzaca__bio {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.65;
}

/* ---------- Kontakt (sidebar, pod prowadzącą) ---------- */

.zt-kontakt {
	margin-top: 16px;
	padding: 18px 20px 20px;
	border: 1px solid var(--zt-linia);
	border-radius: var(--zt-radius);
	background: #fff;
}

.zt .zt-kontakt__tytul {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--zt-jesien);
}

.zt-kontakt__pozycja {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
}

.zt-kontakt__pozycja:last-child {
	margin-bottom: 0;
}

.zt-kontakt__opis {
	display: block;
	margin-bottom: 3px;
	color: var(--zt-szary);
}

.zt .zt-kontakt__email {
	display: inline-block;
	color: var(--zt-las);
	font-weight: 600;
	word-break: break-word; /* długi adres nie rozpycha sidebaru */
}

.zt .zt-kontakt__email:hover {
	text-decoration: underline;
}

/* ---------- Formularz ---------- */

.zt-formularz {
	margin: 30px 0 40px;
}

.zt .zt-wstecz {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--zt-las);
	font-weight: 600;
}

.zt .zt-formularz__tytul {
	margin: 0 0 6px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--zt-las-ciemny);
}

.zt-formularz__lead {
	margin: 0 0 24px;
	color: var(--zt-szary);
}

.zt-komunikat {
	margin: 0 0 20px;
	padding: 14px 18px;
	border-radius: 8px;
	line-height: 1.5;
}

.zt-komunikat:focus {
	outline: 3px solid rgba(179, 38, 30, .3);
}

.zt-komunikat--blad {
	border: 1px solid #efc4bf;
	background: var(--zt-blad-tlo);
	color: #6d1a14;
}

.zt-komunikat--info {
	border: 1px solid #efd2b6;
	background: var(--zt-jesien-jasny);
}

.zt-komunikat ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

.zt-komunikat a {
	color: inherit;
	text-decoration: underline;
}

.zt .zt-krok {
	min-width: 0;
	margin: 0 0 20px;
	padding: 22px 24px 8px;
	border: 1px solid var(--zt-linia);
	border-radius: var(--zt-radius);
	background: #fff;
}

.zt .zt-krok > legend {
	float: left;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	color: var(--zt-las-ciemny);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

.zt .zt-krok > legend + * {
	clear: both;
}

.zt-krok__nr {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--zt-las);
	color: #fff;
	font-size: 15px;
}

.zt .zt-podsekcja {
	min-width: 0;
	margin: 0 0 16px;
	padding: 16px 18px 4px;
	border: 0;
	border-radius: 8px;
	background: #f6f8f4;
}

.zt .zt-podsekcja > legend {
	float: left;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	color: var(--zt-las-ciemny);
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}

.zt .zt-podsekcja > legend + * {
	clear: both;
}

/* Grupa pól wewnątrz podsekcji (fieldset tylko po to, by ukryte pola były wyłączone) */
.zt .zt-grupa-pol {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.zt-siatka {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}

.zt-pole {
	margin: 0 0 16px;
}

.zt-pole--pelne {
	grid-column: 1 / -1;
}

.zt .zt-pole > label,
.zt .zt-label {
	display: block;
	margin: 0 0 6px;
	color: var(--zt-tekst);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.zt-wymagane {
	color: var(--zt-blad);
}

.zt-opcjonalne {
	color: var(--zt-szary);
	font-weight: 400;
}

.zt .zt-form input[type="text"],
.zt .zt-form input[type="email"],
.zt .zt-form input[type="tel"],
.zt .zt-form input[type="number"],
.zt .zt-form select,
.zt .zt-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 46px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #b5beb2;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: var(--zt-tekst);
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
}

.zt .zt-form textarea {
	min-height: 90px;
	resize: vertical;
}

.zt .zt-form input:focus,
.zt .zt-form select:focus,
.zt .zt-form textarea:focus {
	border-color: var(--zt-las);
	outline: none;
	box-shadow: 0 0 0 3px rgba(47, 93, 58, .2);
}

.zt .zt-pole.is-invalid input,
.zt .zt-pole.is-invalid select,
.zt .zt-pole.is-invalid textarea {
	border-color: var(--zt-blad);
}

.zt-pole__blad {
	display: block;
	margin-top: 5px;
	color: var(--zt-blad);
	font-size: 13px;
	font-weight: 600;
}

.zt-pole__podpowiedz {
	display: block;
	margin: 5px 0 0;
	color: var(--zt-szary);
	font-size: 13px;
	line-height: 1.45;
}

.zt-przelew-uwaga {
	margin: -6px 0 14px;
	color: var(--zt-jesien-ciemny);
	font-weight: 600;
}

/* Terminy (karty z radiem) */

.zt-terminy {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 10px;
}

.zt .zt-termin {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	padding: 12px 14px 12px 42px;
	border: 2px solid var(--zt-linia);
	border-radius: 8px;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
	cursor: pointer;
	transition: border-color .15s, background-color .15s;
}

.zt .zt-termin input,
.zt .zt-opcja input {
	position: absolute;
	top: 15px;
	left: 14px;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--zt-las);
}

.zt-termin__data {
	font-weight: 700;
}

.zt-termin__godz {
	font-size: 14px;
}

.zt-termin__stan {
	color: var(--zt-szary);
	font-size: 12px;
}

.zt .zt-termin:hover,
.zt .zt-opcja:hover {
	border-color: var(--zt-las);
}

.zt .zt-termin.is-checked,
.zt .zt-opcja.is-checked {
	border-color: var(--zt-las);
	background: var(--zt-mech);
}

.zt .zt-termin.is-unavailable {
	border-style: dashed;
	background: #f6f6f5;
	color: #858b87;
	cursor: not-allowed;
}

.zt .zt-termin.is-unavailable:hover {
	border-color: var(--zt-linia);
}

.zt-terminy__brak {
	margin: 10px 0 0;
	color: var(--zt-jesien-ciemny);
	font-weight: 600;
}

/* Opcje płatności i faktury */

.zt-opcje {
	display: grid;
	gap: 10px;
	margin: 0 0 16px;
}

.zt-opcje--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zt .zt-opcja {
	position: relative;
	display: block;
	margin: 0;
	padding: 14px 16px 14px 44px;
	border: 2px solid var(--zt-linia);
	border-radius: 8px;
	background: #fff;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
}

.zt .zt-opcja input {
	top: 17px;
	left: 16px;
}

.zt-opcja__tytul {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.zt-opcja__opis {
	display: block;
	margin-top: 3px;
	color: var(--zt-szary);
	font-size: 14px;
	line-height: 1.45;
}

.zt .zt-opcja.is-disabled {
	opacity: .55;
	cursor: not-allowed;
}

.zt .zt-opcja.is-disabled:hover {
	border-color: var(--zt-linia);
}

.zt .zt-zgoda {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
	cursor: pointer;
}

.zt .zt-zgoda input {
	flex: none;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--zt-las);
}

/* Cennik przy liczbie uczestników */

.zt-cennik {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
}

.zt-cennik__prog {
	padding: 12px 14px;
	border: 2px solid var(--zt-linia);
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
	transition: border-color .15s, background-color .15s;
}

.zt-cennik__prog strong {
	display: block;
	color: var(--zt-las-ciemny);
	font-size: 20px;
}

.zt-cennik__prog.is-active {
	border-color: var(--zt-jesien);
	background: var(--zt-jesien-jasny);
}

.zt-rodo {
	margin: 0 0 14px;
	color: var(--zt-szary);
	font-size: 13px;
	line-height: 1.55;
}

.zt-rodo summary {
	color: var(--zt-las);
	font-weight: 600;
	cursor: pointer;
}

.zt-rodo p {
	margin: 8px 0 4px;
}

.zt-rodo ol {
	margin: 0;
	padding-left: 20px;
}

/* Podsumowanie */

.zt-podsumowanie {
	margin: 0 0 20px;
	padding: 24px;
	border-radius: var(--zt-radius);
	background: var(--zt-las-ciemny);
	color: #fff;
}

.zt .zt-podsumowanie h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.zt-podsumowanie dl {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 6px 16px;
	margin: 0 0 16px;
}

.zt-podsumowanie dt {
	color: rgba(255, 255, 255, .75);
	font-weight: 400;
}

.zt-podsumowanie dd {
	margin: 0;
	font-weight: 600;
}

.zt-podsumowanie__suma {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 12px;
	margin-bottom: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.zt-podsumowanie__kwota {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1;
}

.zt .zt-podsumowanie .zt-btn {
	background: var(--zt-jesien);
	box-shadow: 0 2px 0 var(--zt-jesien-ciemny);
}

.zt .zt-podsumowanie .zt-btn:hover {
	background: var(--zt-jesien-ciemny);
}

.zt-podsumowanie__nota {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .85);
	font-size: 13px;
	text-align: center;
}

.zt-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ---------- Responsywność ---------- */

@media (max-width: 767px) {
	.zt-hero__tytul {
		font-size: 26px;
	}

	.zt-hero__dopisek {
		font-size: 19px;
	}

	.zt-fakty,
	.zt-siatka,
	.zt-opcje--2 {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt .zt-krok {
		padding: 18px 16px 6px;
	}

	.zt .zt-temat__tytul {
		font-size: 21px;
	}
}

@media (max-width: 575px) {
	.zt-sezony {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zt-cennik {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-podsumowanie dl {
		grid-template-columns: minmax(0, 1fr);
		gap: 2px;
	}

	.zt-podsumowanie dt {
		margin-top: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zt-panel {
		animation: none;
	}

	.zt-galeria img {
		transition: none;
	}
}
