/* =========================================================================
   ZMIEŃ SWOJE ŻYCIE — design system
   1. Tokeny        6. Nagłówek        11. Ścieżka
   2. Reset         7. Hero            12. Produkty
   3. Typografia    8. Filary          13. Opinie
   4. Layout        9. Wideo           14. Stopka / CTA
   5. Komponenty   10. Newsletter      15. WooCommerce
   ========================================================================= */

/* 1. TOKENY ------------------------------------------------------------- */
:root {
	--bg: #faf8f5;
	--bg-warm: #f5f0e8;
	--surface: #ffffff;
	--brand: #ff8a00;
	--brand-hover: #ff6b00;
	--accent: #f5c15a;
	--ink: #121212;
	--muted: #666666;
	--line: rgba(18, 18, 18, .08);
	--line-strong: rgba(18, 18, 18, .14);

	--r-sm: 12px;
	--r-md: 18px;
	--r-lg: 26px;
	--r-xl: 36px;
	--r-pill: 999px;

	--sh-xs: 0 1px 2px rgba(18, 18, 18, .05);
	--sh-sm: 0 2px 8px rgba(18, 18, 18, .05), 0 1px 2px rgba(18, 18, 18, .04);
	--sh-md: 0 18px 40px -22px rgba(18, 18, 18, .28), 0 2px 8px rgba(18, 18, 18, .04);
	--sh-lg: 0 40px 80px -40px rgba(18, 18, 18, .35), 0 4px 14px rgba(18, 18, 18, .05);
	--sh-brand: 0 14px 30px -12px rgba(255, 138, 0, .55);

	--ease: cubic-bezier(.22, 1, .36, 1);
	--ease-out: cubic-bezier(.16, 1, .3, 1);

	--ff: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--ff-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	--w: 1180px;
	--w-narrow: 780px;
	--gutter: clamp(20px, 5vw, 40px);
	--sec: clamp(72px, 11vw, 152px);
	--head-h: 74px;
}

/* 2. RESET -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.zsz {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--ff);
	font-size: 17px;
	line-height: 1.65;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.zsz img { max-width: 100%; height: auto; display: block; }
.zsz svg { flex: none; }
.zsz a { color: inherit; text-decoration: none; }
.zsz button { font: inherit; color: inherit; }
.zsz p { margin: 0 0 1em; }
.zsz p:last-child { margin-bottom: 0; }
.zsz ul, .zsz ol { margin: 0 0 1em; padding-left: 1.2em; }
.zsz hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.zsz :focus-visible {
	outline: 2px solid var(--brand);
	outline-offset: 3px;
	border-radius: 6px;
}

/* Zabezpieczenie: gdyby reset motywu-rodzica został (agresywny cache),
   neutralizujemy jego różowe tło na :hover/:focus dla naszych „gołych”
   przycisków. Przyciski z własnym tłem (.zsz-btn, Woo) i tak wygrywają. */
.zsz .zsz-faq__q:hover, .zsz .zsz-faq__q:focus,
.zsz .zsz-burger:hover, .zsz .zsz-burger:focus,
.zsz .zsz-mobile__close:hover, .zsz .zsz-mobile__close:focus,
.zsz .zsz-video__play:hover, .zsz .zsz-video__play:focus {
	background-color: transparent;
}
.zsz .zsz-slider__btn:hover, .zsz .zsz-slider__btn:focus {
	background-color: var(--brand);
	color: #fff;
}
.zsz .zsz-flash__x:hover, .zsz .zsz-flash__x:focus {
	background-color: rgba(255, 255, 255, .28);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.zsz-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* 3. TYPOGRAFIA --------------------------------------------------------- */
.zsz h1, .zsz h2, .zsz h3, .zsz h4 {
	font-family: var(--ff-display);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.035em;
	margin: 0 0 .5em;
	text-wrap: balance;
}

.zsz-h1 { font-size: clamp(2.7rem, 6.4vw, 5.1rem); }
.zsz-h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
.zsz-h3 { font-size: clamp(1.3rem, 2.2vw, 1.75rem); letter-spacing: -.025em; }

.zsz-h1 em, .zsz-h2 em {
	font-style: normal;
	background: linear-gradient(105deg, var(--brand) 10%, var(--accent) 90%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.zsz-lead {
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.6;
	color: var(--muted);
	max-width: 62ch;
	text-wrap: pretty;
}

.zsz-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	font-family: var(--ff-display);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--brand-hover);
	margin-bottom: 1.1rem;
}

.zsz-eyebrow::before {
	content: "";
	width: 22px; height: 2px;
	background: currentColor;
	border-radius: 2px;
	opacity: .5;
}

/* 4. LAYOUT ------------------------------------------------------------- */
.zsz-wrap { width: 100%; max-width: var(--w); margin-inline: auto; padding-inline: var(--gutter); }
.zsz-wrap--narrow { max-width: var(--w-narrow); }

.zsz-sec { position: relative; padding-block: var(--sec); }
.zsz-sec--tight { padding-block: clamp(52px, 7vw, 92px); }
.zsz-sec--warm { background: linear-gradient(180deg, transparent, var(--bg-warm) 30%, var(--bg-warm) 70%, transparent); }

.zsz-head { max-width: 42rem; margin-bottom: clamp(40px, 5vw, 72px); }
.zsz-head--center { margin-inline: auto; text-align: center; }
.zsz-head--center .zsz-lead { margin-inline: auto; }
.zsz-head--left { margin-inline: 0; }

.zsz-grid { display: grid; gap: clamp(16px, 2vw, 26px); }
.zsz-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.zsz-grid--2 { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
/* Zawsze dokładnie 2 kolumny (np. „Nasza obietnica” — 4 karty jako 2×2). */
.zsz-grid--fixed2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .zsz-grid--fixed2 { grid-template-columns: 1fr; } }

/* Rozmyte plamy koloru w tle */
.zsz-orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.zsz-orbs span {
	position: absolute;
	width: 46vw; height: 46vw;
	max-width: 640px; max-height: 640px;
	border-radius: 50%;
	filter: blur(90px);
	opacity: .5;
}
.zsz-orbs--a span:nth-child(1) { background: rgba(255, 138, 0, .28); top: -14%; right: -8%; }
.zsz-orbs--a span:nth-child(2) { background: rgba(245, 193, 90, .3); bottom: -20%; left: -12%; }
.zsz-orbs--b span:nth-child(1) { background: rgba(245, 193, 90, .26); top: 10%; left: -14%; }
.zsz-orbs--b span:nth-child(2) { background: rgba(255, 138, 0, .18); bottom: -18%; right: -10%; }

.zsz-sec > .zsz-wrap { position: relative; z-index: 1; }

/* 5. KOMPONENTY --------------------------------------------------------- */

/* Przyciski */
.zsz-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55em;
	padding: 1.02em 1.7em;
	border: 0;
	border-radius: var(--r-pill);
	font-family: var(--ff-display);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s var(--ease), color .25s var(--ease);
	will-change: transform;
}

.zsz-btn svg { transition: transform .35s var(--ease); }
.zsz-btn:hover svg { transform: translateX(3px); }

.zsz-btn--primary {
	background: var(--brand);
	color: #fff;
	box-shadow: var(--sh-brand);
}
.zsz-btn--primary::after {
	content: "";
	position: absolute; inset: 0;
	border-radius: inherit;
	background: linear-gradient(120deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 45%);
	opacity: 0;
	transition: opacity .3s var(--ease);
}
.zsz-btn--primary:hover { background: var(--brand-hover); transform: translateY(-2px); box-shadow: 0 20px 38px -14px rgba(255, 107, 0, .6); }
.zsz-btn--primary:hover::after { opacity: 1; }
.zsz-btn--primary:active { transform: translateY(0); }

.zsz-btn--ghost {
	background: var(--surface);
	color: var(--ink);
	box-shadow: inset 0 0 0 1px var(--line-strong), var(--sh-xs);
}
.zsz-btn--ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--line-strong), var(--sh-md); }

.zsz-btn--dark { background: var(--ink); color: #fff; }
.zsz-btn--dark:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -16px rgba(18, 18, 18, .6); }

.zsz-btn--plain { background: transparent; padding-inline: 0; color: var(--brand-hover); }
.zsz-btn--lg { padding: 1.18em 2.1em; font-size: 1.06rem; }
.zsz-btn--block { display: flex; width: 100%; }

/* Formularz zapisu */
.zsz-form { width: 100%; }

.zsz-form__row {
	display: flex;
	gap: 10px;
	align-items: center;
	background: var(--surface);
	padding: 8px;
	border-radius: var(--r-pill);
	box-shadow: var(--sh-md), inset 0 0 0 1px var(--line);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
.zsz-form:focus-within .zsz-form__row { box-shadow: var(--sh-lg), inset 0 0 0 1.5px rgba(255, 138, 0, .55); }

.zsz-form__field {
	position: relative;
	display: flex;
	align-items: center;
	gap: .6em;
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 1.1rem;
	color: var(--muted);
}

.zsz-form__field input {
	width: 100%;
	border: 0;
	background: transparent;
	padding: .9em 0;
	font: inherit;
	font-size: 1.02rem;
	color: var(--ink);
	min-width: 0;
}
.zsz-form__field input::placeholder { color: #9a9a9a; }
.zsz-form__field input:focus { outline: 0; }

.zsz-form__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .45em;
	margin: 1rem 0 0;
	font-size: .87rem;
	color: var(--muted);
}

.zsz-form__msg { margin: .9rem 0 0; font-size: .95rem; font-weight: 600; display: none; }
.zsz-form.is-ok .zsz-form__msg { display: block; color: #167a4a; }
.zsz-form.is-warn .zsz-form__msg { display: block; color: var(--brand-hover); }
.zsz-form.is-busy .zsz-btn--primary { opacity: .72; pointer-events: none; }

.zsz-form.is-ok .zsz-form__row {
	box-shadow: var(--sh-md), inset 0 0 0 1.5px rgba(22, 122, 74, .45);
}

/* Wariant „stack” — pole nad przyciskiem (wąskie kolumny) */
.zsz-form--stack .zsz-form__row { flex-direction: column; align-items: stretch; border-radius: var(--r-lg); padding: 10px; }
.zsz-form--stack .zsz-form__field { padding: .2rem .9rem; }
.zsz-form--stack .zsz-btn { width: 100%; }

/* Wariant na ciemnym tle */
.zsz-form--band .zsz-form__row { box-shadow: var(--sh-lg); }

@media (max-width: 560px) {
	.zsz-form__row { flex-direction: column; align-items: stretch; border-radius: var(--r-lg); padding: 10px; }
	.zsz-form__field { padding: .3rem .9rem; }
	.zsz-form .zsz-btn { width: 100%; }
}

/* Pasek zaufania na samej górze (grupa na Facebooku) */
.zsz-proof {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	padding: 0 var(--gutter);
	margin-top: clamp(14px, 2vw, 24px);
}
.zsz-proof__in {
	display: inline-flex;
	align-items: center;
	gap: .6em;
	padding: .6em 1.3em;
	border-radius: var(--r-pill);
	background: var(--surface);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	font-size: .92rem;
	line-height: 1.3;
	text-align: center;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
a.zsz-proof__in { cursor: pointer; }
a.zsz-proof__in:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.zsz-proof__in > svg { flex: none; color: #1877F2; }

/* Strzałka „przejdź do grupy” */
.zsz-proof__go {
	display: inline-flex;
	margin-left: .15em;
	color: var(--brand);
	transition: transform .35s var(--ease);
}
.zsz-proof__go svg { color: inherit; }
a.zsz-proof__in:hover .zsz-proof__go { transform: translateX(3px); }
.zsz-proof__in b { font-weight: 700; letter-spacing: -.01em; }
.zsz-proof__in span { color: var(--muted); }
.zsz-proof__in span::before { content: "·"; margin: 0 .5em; opacity: .5; }

@media (max-width: 560px) {
	.zsz-proof__in { flex-wrap: wrap; justify-content: center; font-size: .85rem; padding: .7em 1.1em; }
	.zsz-proof__in span::before { display: none; }
	.zsz-proof__in span { flex-basis: 100%; }
	/* Podtytuł łamie się do własnej linii — strzałka wylądowałaby w trzeciej.
	   Cała pigułka jest klikalna, więc na mobile strzałka jest zbędna. */
	.zsz-proof__go { display: none; }
}

/* Stan po zapisie: plik do pobrania od razu, bez chodzenia do skrzynki */
.zsz-form__done {
	animation: zsz-pop .45s var(--ease) both;
}
.zsz-form__done-note {
	margin: .9rem 0 0;
	text-align: center;
	font-size: .87rem;
	color: var(--muted);
}
.zsz-band .zsz-form__done-note { color: rgba(255, 255, 255, .6); }

/* Pytanie segmentujące „Co chcesz najbardziej poprawić?” */
.zsz-goals { border: 0; margin: 0 0 1.1rem; padding: 0; }
.zsz-goals legend {
	padding: 0 0 .7rem;
	font-size: .92rem;
	font-weight: 600;
	color: var(--ink);
}
.zsz-goals__list { display: flex; flex-wrap: wrap; gap: .5rem; }
.zsz-goal { position: relative; }
.zsz-goal input {
	position: absolute;
	opacity: 0;
	width: 100%; height: 100%;
	margin: 0;
	cursor: pointer;
}
.zsz-goal span {
	display: inline-flex;
	align-items: center;
	gap: .4em;
	padding: .58em 1.05em;
	border-radius: var(--r-pill);
	background: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line-strong);
	font-size: .92rem;
	font-weight: 600;
	color: var(--muted);
	cursor: pointer;
	transition: all .25s var(--ease);
}
.zsz-goal span::before {
	content: "";
	width: 15px; height: 15px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1.5px var(--line-strong);
	transition: all .25s var(--ease);
}
.zsz-goal:hover span { color: var(--ink); transform: translateY(-1px); }
.zsz-goal input:checked + span {
	background: var(--brand);
	color: #fff;
	box-shadow: 0 8px 20px -8px rgba(255, 138, 0, .7);
}
.zsz-goal input:checked + span::before {
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7'/%3E%3C/svg%3E") center/10px no-repeat;
	box-shadow: none;
}
.zsz-goal input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 3px; }

/* Na ciemnym tle (band) */
.zsz-band .zsz-goals legend { color: rgba(255, 255, 255, .9); }
.zsz-band .zsz-goal span { background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .75); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); }
.zsz-band .zsz-goal input:checked + span { background: var(--brand); color: #fff; }

/* Pomarańczowy „zakreślacz” — efekt markera pod tekstem */
.zsz-mark {
	background: linear-gradient(180deg, transparent 58%, rgba(255, 138, 0, .32) 58%);
	padding: 0 .12em;
	font-weight: 600;
}
.zsz-mark--solid {
	background: var(--brand);
	color: #fff;
	padding: .12em .4em;
	border-radius: 5px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

/* Karta */
.zsz-card {
	position: relative;
	background: var(--surface);
	border-radius: var(--r-lg);
	padding: clamp(26px, 3vw, 38px);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.zsz-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg), inset 0 0 0 1px transparent; }

/* Badge */
.zsz-badge {
	display: inline-flex;
	align-items: center;
	gap: .35em;
	padding: .42em .85em;
	border-radius: var(--r-pill);
	font-family: var(--ff-display);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	background: rgba(255, 138, 0, .1);
	color: var(--brand-hover);
	line-height: 1;
}
.zsz-badge--free { background: rgba(22, 122, 74, .1); color: #167a4a; }
.zsz-badge--sale { background: var(--ink); color: #fff; }
.zsz-badge--hot { background: var(--brand); color: #fff; }
.zsz-badge--soft { background: rgba(18, 18, 18, .06); color: var(--muted); }

/* Pigułka statystyk / zaufania */
.zsz-pill {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	padding: .5em 1em .5em .7em;
	background: var(--surface);
	border-radius: var(--r-pill);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	font-size: .88rem;
	font-weight: 600;
	color: var(--muted);
}
.zsz-pill svg { color: var(--brand); }

/* Lista z ptaszkami */
.zsz-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.zsz-checks li { display: flex; gap: .7em; align-items: flex-start; font-size: .99rem; }
.zsz-checks li svg {
	margin-top: .18em;
	color: #fff;
	background: var(--brand);
	border-radius: 50%;
	padding: 3px;
	width: 21px; height: 21px;
	box-shadow: 0 4px 10px -3px rgba(255, 138, 0, .8);
}

/* Animacja wejścia */
.zsz-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.zsz-reveal.is-in { opacity: 1; transform: none; }
.zsz-reveal--d1 { transition-delay: .08s; }
.zsz-reveal--d2 { transition-delay: .16s; }
.zsz-reveal--d3 { transition-delay: .24s; }

/* 6. NAGŁÓWEK ----------------------------------------------------------- */
.zsz-header {
	position: sticky;
	top: 0;
	z-index: 90;
	transition: background-color .4s var(--ease), box-shadow .4s var(--ease), backdrop-filter .4s var(--ease);
}
.zsz-header.is-stuck {
	background: rgba(250, 248, 245, .78);
	backdrop-filter: saturate(1.6) blur(16px);
	-webkit-backdrop-filter: saturate(1.6) blur(16px);
	box-shadow: 0 1px 0 var(--line), 0 12px 28px -24px rgba(18, 18, 18, .5);
}

.zsz-header__in {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	height: var(--head-h);
}

.zsz-logo {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	font-family: var(--ff-display);
	font-weight: 800;
	font-size: 1.06rem;
	letter-spacing: -.03em;
	margin-right: auto;
}
.zsz-logo__mark {
	width: 34px; height: 34px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(135deg, var(--brand), var(--accent));
	color: #fff;
	box-shadow: var(--sh-brand);
}
.zsz-logo__mark svg { width: 19px; height: 19px; }
.zsz-logo b { display: block; line-height: 1.1; }
.zsz-logo small { display: block; font-family: var(--ff); font-size: .68rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }

.zsz-nav { display: flex; align-items: center; gap: .3rem; }
.zsz-nav ul { display: flex; align-items: center; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.zsz-nav a {
	display: block;
	padding: .55em .9em;
	border-radius: var(--r-pill);
	font-size: .95rem;
	font-weight: 600;
	color: var(--muted);
	transition: color .25s var(--ease), background-color .25s var(--ease);
}
.zsz-nav a:hover, .zsz-nav .current-menu-item > a { color: var(--ink); background: rgba(18, 18, 18, .05); }

.zsz-header__cta { display: flex; align-items: center; gap: .55rem; }
.zsz-header .zsz-btn { padding: .78em 1.3em; font-size: .93rem; }

.zsz-cart {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	color: var(--ink);
	transition: background-color .25s var(--ease);
}
.zsz-cart:hover { background: rgba(18, 18, 18, .06); }
.zsz-cart__count {
	position: absolute;
	top: 2px; right: 0;
	min-width: 18px; height: 18px;
	padding: 0 4px;
	display: none;
	place-items: center;
	border-radius: var(--r-pill);
	background: var(--brand);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}
.zsz-cart__count.is-on { display: block; }

.zsz-burger {
	display: none;
	width: 42px; height: 42px;
	place-items: center;
	border: 0;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
}

@media (max-width: 980px) {
	.zsz-nav { display: none; }
	.zsz-burger { display: grid; }
	.zsz-header__cta .zsz-btn span { display: none; }
	.zsz-header__cta .zsz-btn { padding: .8em; }
}

@media (max-width: 600px) {
	.zsz-header__in { gap: .6rem; }
	.zsz-logo { gap: .5rem; min-width: 0; }
	.zsz-logo b { font-size: .95rem; white-space: nowrap; }
	.zsz-logo small { display: none; }
	.zsz-logo__mark { width: 30px; height: 30px; border-radius: 9px; }
	.zsz-cart { width: 38px; height: 38px; }
	/* miejsce na przyklejony pasek CTA */
	body.zsz { padding-bottom: 74px; }
}

/* Menu mobilne */
.zsz-mobile {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: var(--bg);
	padding: 22px var(--gutter) 40px;
	display: flex;
	flex-direction: column;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: transform .5s var(--ease), opacity .35s var(--ease), visibility .35s;
	overflow-y: auto;
}
.zsz-mobile.is-open { transform: none; opacity: 1; visibility: visible; }
.zsz-mobile__top { display: flex; align-items: center; justify-content: space-between; height: 52px; }
.zsz-mobile ul { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: .2rem; }
.zsz-mobile a {
	display: block;
	padding: .6em 0;
	font-family: var(--ff-display);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -.04em;
}
.zsz-mobile__foot { margin-top: auto; padding-top: 2rem; display: grid; gap: .8rem; }
body.zsz-locked { overflow: hidden; }

/* Pasek CTA na mobile */
.zsz-sticky-cta {
	position: fixed;
	left: 12px; right: 12px; bottom: 12px;
	z-index: 80;
	display: none;
	gap: 10px;
	align-items: center;
	padding: 10px 10px 10px 18px;
	background: rgba(18, 18, 18, .93);
	backdrop-filter: blur(12px);
	color: #fff;
	border-radius: var(--r-pill);
	box-shadow: var(--sh-lg);
	transform: translateY(140%);
	transition: transform .5s var(--ease);
}
.zsz-sticky-cta.is-on { transform: none; }
.zsz-sticky-cta p { margin: 0; font-size: .88rem; font-weight: 600; line-height: 1.25; }
.zsz-sticky-cta .zsz-btn { margin-left: auto; padding: .8em 1.2em; font-size: .9rem; }

@media (max-width: 780px) { .zsz-sticky-cta { display: flex; } }

/* 7. HERO --------------------------------------------------------------- */
.zsz-hero { position: relative; padding-block: clamp(52px, 7vw, 96px) clamp(60px, 8vw, 120px); overflow: hidden; }

.zsz-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
	gap: clamp(36px, 5vw, 76px);
	align-items: center;
}

.zsz-hero__copy { max-width: 40rem; }
.zsz-hero .zsz-h1 { margin-bottom: .42em; }
.zsz-hero .zsz-lead { font-size: clamp(1.08rem, 1.5vw, 1.32rem); }

.zsz-hero__form { margin-top: clamp(28px, 3vw, 40px); }
.zsz-hero__form .zsz-form__note { justify-content: flex-start; }

.zsz-hero__points { margin-top: 2rem; }

.zsz-hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-top: 1.8rem; }

.zsz-stars { display: inline-flex; gap: 2px; color: var(--accent); }
.zsz-stars svg { width: 16px; height: 16px; }

/* Wizualizacja — stos okładek */
.zsz-hero__art { position: relative; perspective: 1400px; min-height: 380px; }

.zsz-stack { position: relative; height: clamp(400px, 44vw, 560px); }

.zsz-stack__item {
	position: absolute;
	border-radius: 14px;
	overflow: hidden;
	background: var(--surface);
	box-shadow: var(--sh-lg);
	transition: transform .8s var(--ease);
	transform-style: preserve-3d;
}
.zsz-stack__item img { width: 100%; height: 100%; object-fit: cover; }

.zsz-stack__item--1 { width: 54%; left: 20%; top: 4%; z-index: 3; transform: rotate(-4deg) translateZ(60px); }
.zsz-stack__item--2 { width: 44%; left: 0; top: 26%; z-index: 2; transform: rotate(-9deg); }
.zsz-stack__item--3 { width: 44%; right: 0; top: 32%; z-index: 2; transform: rotate(7deg); }

.zsz-hero__art:hover .zsz-stack__item--1 { transform: rotate(-2deg) translateY(-10px) translateZ(80px); }
.zsz-hero__art:hover .zsz-stack__item--2 { transform: rotate(-12deg) translateY(-4px); }
.zsz-hero__art:hover .zsz-stack__item--3 { transform: rotate(10deg) translateY(-4px); }

.zsz-stack__ph {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1.42;
	background: linear-gradient(150deg, #fff, var(--bg-warm));
	color: var(--brand);
}

/* Pływające kafelki przy stosie */
.zsz-float {
	position: absolute;
	display: flex;
	align-items: center;
	gap: .6em;
	padding: .7em 1em;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(10px);
	border-radius: var(--r-md);
	box-shadow: var(--sh-md);
	font-size: .84rem;
	font-weight: 600;
	z-index: 5;
	animation: zsz-bob 6s ease-in-out infinite;
}
.zsz-float svg { color: var(--brand); }
.zsz-float--a { left: -4%; bottom: 18%; }
.zsz-float--b { right: -2%; top: 12%; animation-delay: -3s; }

@keyframes zsz-bob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

/* Strona główna: formularz jest tu najważniejszy, więc kolumna z tekstem
   dostaje więcej miejsca, a nagłówek jest nieco mniejszy — dzięki temu
   pole e-mail mieści się nad zgięciem, bez przewijania. */
.zsz-home .zsz-hero__grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); }
.zsz-home .zsz-h1 { font-size: clamp(2.3rem, 4.4vw, 3.7rem); }
.zsz-home .zsz-hero { padding-block: clamp(24px, 3.5vw, 48px) clamp(48px, 6vw, 90px); }
.zsz-home .zsz-goals { margin-bottom: .9rem; }
.zsz-home .zsz-goals__list { gap: .4rem; }
.zsz-home .zsz-goal span { padding: .5em .95em; font-size: .88rem; }

/* Telefon: 10 pól wyboru + duży nagłówek spychały pole e-mail tuż pod
   krawędź ekranu. Zaciskamy odstępy, żeby formularz był widoczny od razu. */
@media (max-width: 560px) {
	.zsz-home .zsz-hero .zsz-eyebrow { margin-bottom: .8rem; }
	.zsz-home .zsz-h1 { font-size: clamp(1.95rem, 8.2vw, 2.35rem); }
	.zsz-home .zsz-hero .zsz-lead { font-size: 1rem; }
	.zsz-home .zsz-goals { margin-bottom: .7rem; }
	.zsz-home .zsz-goals legend { padding-bottom: .5rem; font-size: .88rem; }
	.zsz-home .zsz-goals__list { gap: .35rem; }
	.zsz-home .zsz-goal span { padding: .45em .8em; font-size: .82rem; }
	.zsz-home .zsz-hero__form { margin-top: 1.2rem !important; }
}

@media (max-width: 900px) {
	.zsz-hero__grid,
	.zsz-home .zsz-hero__grid { grid-template-columns: 1fr; }
	/* Na telefonie NAJPIERW treść i formularz, dopiero potem grafika.
	   Wcześniej dekoracja szła na górę i spychała pole e-mail poniżej
	   ekranu — trzeba było przewijać, żeby się w ogóle zapisać. */
	.zsz-hero__art { order: 2; min-height: 0; margin-top: clamp(28px, 6vw, 44px); }
	.zsz-hero { padding-top: clamp(24px, 5vw, 40px); }
	.zsz-stack { height: clamp(240px, 58vw, 340px); }
	.zsz-float { display: none; }
}

/* 8. FILARY ------------------------------------------------------------- */
.zsz-pillar { display: flex; flex-direction: column; gap: .85rem; }

.zsz-pillar__icon {
	display: grid;
	place-items: center;
	width: 54px; height: 54px;
	border-radius: 16px;
	background: linear-gradient(140deg, rgba(255, 138, 0, .14), rgba(245, 193, 90, .2));
	color: var(--brand-hover);
	transition: transform .5s var(--ease), background-color .4s var(--ease), color .4s var(--ease);
}
.zsz-card:hover .zsz-pillar__icon { transform: scale(1.06) rotate(-4deg); background: var(--brand); color: #fff; }

.zsz-pillar h3 { margin: 0; font-size: 1.22rem; letter-spacing: -.02em; }
.zsz-pillar p { color: var(--muted); font-size: .98rem; margin: 0; }

/* 9. WIDEO -------------------------------------------------------------- */
.zsz-video { position: relative; }

.zsz-video__frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--r-xl);
	overflow: hidden;
	background: #0d0d0d;
	box-shadow: var(--sh-lg);
	cursor: pointer;
	isolation: isolate;
}
.zsz-video__frame img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .8s var(--ease), opacity .5s var(--ease); }
.zsz-video__frame:hover img { transform: scale(1.04); opacity: .7; }
.zsz-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.zsz-video__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #fff;
}
.zsz-video__play span {
	display: grid;
	place-items: center;
	width: 88px; height: 88px;
	border-radius: 50%;
	background: var(--brand);
	box-shadow: 0 22px 50px -16px rgba(255, 107, 0, .8);
	transition: transform .45s var(--ease), background-color .3s var(--ease);
}
.zsz-video__frame:hover .zsz-video__play span { transform: scale(1.08); background: var(--brand-hover); }
.zsz-video__play span::before {
	content: "";
	position: absolute;
	width: 88px; height: 88px;
	border-radius: 50%;
	border: 2px solid rgba(255, 138, 0, .5);
	animation: zsz-ping 2.6s var(--ease) infinite;
}

@keyframes zsz-ping {
	0% { transform: scale(1); opacity: .8; }
	100% { transform: scale(1.85); opacity: 0; }
}

.zsz-video__cap { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center; margin-top: 2rem; color: var(--muted); font-size: .93rem; }

/* Portret (YouTube Shorts) */
.zsz-video--vertical .zsz-video__frame { aspect-ratio: 9 / 16; max-width: 400px; margin-inline: auto; border-radius: var(--r-lg); }

/* 10. NEWSLETTER -------------------------------------------------------- */
.zsz-band {
	position: relative;
	border-radius: var(--r-xl);
	padding: clamp(38px, 5vw, 76px);
	background: var(--ink);
	color: #fff;
	overflow: hidden;
	box-shadow: var(--sh-lg);
}
.zsz-band::before {
	content: "";
	position: absolute;
	width: 70%; aspect-ratio: 1;
	right: -18%; top: -40%;
	background: radial-gradient(circle, rgba(255, 138, 0, .55), transparent 62%);
	filter: blur(20px);
}
.zsz-band::after {
	content: "";
	position: absolute;
	width: 55%; aspect-ratio: 1;
	left: -16%; bottom: -46%;
	background: radial-gradient(circle, rgba(245, 193, 90, .34), transparent 62%);
	filter: blur(20px);
}
.zsz-band > * { position: relative; z-index: 1; }
.zsz-band .zsz-h2 { color: #fff; }
.zsz-band .zsz-lead { color: rgba(255, 255, 255, .72); }
.zsz-band .zsz-eyebrow { color: var(--accent); }

.zsz-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: center;
}
@media (max-width: 900px) { .zsz-band__grid { grid-template-columns: 1fr; } }

.zsz-band__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.zsz-band__list li { display: flex; gap: 1rem; }
.zsz-band__list svg { color: var(--ink); background: var(--accent); border-radius: 50%; padding: 4px; width: 26px; height: 26px; flex: none; }
.zsz-band__list > li > span { display: block; }
.zsz-band__list b { display: block; font-family: var(--ff-display); font-size: 1.04rem; letter-spacing: -.02em; color: #fff; }
.zsz-band__list > li > span > span { color: rgba(255, 255, 255, .66); font-size: .95rem; }

.zsz-band__box {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--r-lg);
	padding: clamp(22px, 3vw, 34px);
	backdrop-filter: blur(10px);
}
.zsz-band__box h3 { font-size: 1.34rem; margin-bottom: .5rem; }
.zsz-band__box p { color: rgba(255, 255, 255, .7); font-size: .96rem; }
.zsz-band .zsz-form__note { color: rgba(255, 255, 255, .6); justify-content: flex-start; }

/* 11. ŚCIEŻKA TRANSFORMACJI --------------------------------------------- */
.zsz-path { position: relative; display: grid; gap: clamp(18px, 2.4vw, 30px); }
.zsz-path::before {
	content: "";
	position: absolute;
	left: 27px; top: 20px; bottom: 20px;
	width: 2px;
	background: linear-gradient(180deg, var(--brand), var(--accent));
	opacity: .25;
	border-radius: 2px;
}
.zsz-path__fill {
	position: absolute;
	left: 27px; top: 20px;
	width: 2px;
	height: 0;
	background: linear-gradient(180deg, var(--brand), var(--accent));
	border-radius: 2px;
	transition: height 1.1s var(--ease-out);
}

.zsz-step { position: relative; display: flex; gap: clamp(18px, 2.4vw, 30px); align-items: flex-start; }

.zsz-step__num {
	position: relative;
	z-index: 1;
	flex: none;
	width: 56px; height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--surface);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	font-family: var(--ff-display);
	font-weight: 800;
	font-size: 1.14rem;
	color: var(--muted);
	transition: background-color .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease);
}
.zsz-step.is-in .zsz-step__num { background: var(--brand); color: #fff; box-shadow: var(--sh-brand); transform: scale(1.04); }

.zsz-step__body {
	flex: 1;
	background: var(--surface);
	border-radius: var(--r-lg);
	padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 32px);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.zsz-step:hover .zsz-step__body { transform: translateX(6px); box-shadow: var(--sh-md); }
.zsz-step__body h3 { margin: 0 0 .25rem; font-size: 1.24rem; }
.zsz-step__body p { margin: 0; color: var(--muted); font-size: .98rem; }

/* FocusFlash — porównania „stare → nowe” ---------------------------------- */
.zsz-swap { display: grid; gap: .8rem; }
.zsz-swap__row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: clamp(12px, 2.4vw, 26px);
	align-items: center;
	padding: clamp(18px, 2.4vw, 26px);
	border-radius: var(--r-md);
	background: var(--surface);
	box-shadow: var(--sh-xs), inset 0 0 0 1px var(--line);
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.zsz-swap__row:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.zsz-swap__row > svg { color: var(--brand); }
.zsz-swap__old { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 1px; font-size: .98rem; }
.zsz-swap__new {
	font-family: var(--ff-display);
	font-weight: 800;
	font-size: clamp(.92rem, 1.7vw, 1.05rem);
	letter-spacing: -.01em;
	color: var(--brand-hover);
}
@media (max-width: 640px) {
	.zsz-swap__row { grid-template-columns: 1fr; gap: .6rem; }
	.zsz-swap__row > svg { transform: rotate(90deg); }
}

/* FocusFlash — podgląd działania programu --------------------------------- */
.zsz-ff-demo {
	position: relative;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: #14161b;
	box-shadow: var(--sh-lg);
}
.zsz-ff-demo__bar { display: flex; align-items: center; gap: .6rem; padding: .8rem .9rem; background: #1c1f26; }
.zsz-ff-demo__dots { display: flex; gap: 5px; }
.zsz-ff-demo__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .22); }
.zsz-ff-demo__url {
	flex: 1;
	padding: .3em .7em;
	border-radius: 5px;
	background: rgba(0, 0, 0, .35);
	font-size: .7rem;
	color: rgba(255, 255, 255, .4);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zsz-ff-demo__screen { position: relative; aspect-ratio: 16 / 11; background: #0e1014; overflow: hidden; }

.zsz-ff-demo__noise { position: absolute; inset: 0; padding: 1.1rem; display: grid; gap: .75rem; align-content: start; transition: opacity .4s, filter .4s; }
.zsz-ff-demo__noise span { display: block; height: 34px; border-radius: 6px; background: linear-gradient(90deg, #21242c, #191c22); }
.zsz-ff-demo__noise span:nth-child(2) { width: 78%; }
.zsz-ff-demo__noise span:nth-child(4) { width: 62%; }
.zsz-ff-demo.is-on .zsz-ff-demo__noise { opacity: .12; filter: blur(2px); }

.zsz-ff-demo__flash {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 1.4rem;
	background: radial-gradient(circle, rgba(255, 138, 0, .18), rgba(10, 11, 14, .93) 70%);
	opacity: 0;
	transition: opacity .18s var(--ease);
}
.zsz-ff-demo.is-on .zsz-ff-demo__flash { opacity: 1; }
.zsz-ff-demo__flash p {
	margin: 0;
	font-family: var(--ff-display);
	font-weight: 800;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	letter-spacing: -.02em;
	text-align: center;
	color: var(--accent);
	text-shadow: 0 0 30px rgba(255, 138, 0, .6);
	transform: scale(.94);
	transition: transform .22s var(--ease);
}
.zsz-ff-demo.is-on .zsz-ff-demo__flash p { transform: scale(1); }

.zsz-ff-demo__foot { display: flex; align-items: center; gap: .8rem; padding: .8rem .9rem; background: #1c1f26; }
.zsz-ff-demo__status { display: flex; align-items: center; gap: .5em; font-size: .74rem; color: rgba(255, 255, 255, .5); }
.zsz-ff-demo__status i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 8px var(--brand); }
.zsz-ff-demo__btn {
	margin-left: auto;
	padding: .5em 1em;
	border: 0;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: .76rem;
	font-weight: 600;
	transition: background-color .25s;
}
.zsz-ff-demo__btn:hover { background: rgba(255, 138, 0, .28); }

/* 12. PRODUKTY ---------------------------------------------------------- */
.zsz-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(18px, 2.2vw, 30px); }

.zsz-pcard {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--surface);
	border-radius: var(--r-lg);
	overflow: hidden;
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.zsz-pcard:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }

.zsz-pcard__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(150deg, var(--bg-warm), #fff);
}
.zsz-pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.zsz-pcard:hover .zsz-pcard__media img { transform: scale(1.06); }

.zsz-pcard__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--brand); opacity: .5; }

.zsz-pcard__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .5) 45%, transparent 60%);
	transform: translateX(-120%);
	transition: transform .9s var(--ease);
}
.zsz-pcard:hover .zsz-pcard__shine { transform: translateX(120%); }

.zsz-pcard__body { display: flex; flex-direction: column; gap: .6rem; padding: clamp(20px, 2.2vw, 26px); flex: 1; }
.zsz-pcard__title { margin: 0; font-size: 1.14rem; line-height: 1.25; letter-spacing: -.025em; }
.zsz-pcard__desc { margin: 0; color: var(--muted); font-size: .94rem; }

.zsz-pcard__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding-top: .9rem;
	border-top: 1px solid var(--line);
}
.zsz-pcard__price { font-family: var(--ff-display); font-weight: 800; font-size: 1.16rem; letter-spacing: -.03em; }
.zsz-pcard__price del { color: var(--muted); font-weight: 500; font-size: .82em; margin-right: .35em; opacity: .7; }
.zsz-pcard__price ins { text-decoration: none; }
.zsz-pcard__cta { display: inline-flex; align-items: center; gap: .35em; font-weight: 700; font-size: .93rem; color: var(--brand-hover); }
.zsz-pcard:hover .zsz-pcard__cta svg { transform: translateX(3px); }
.zsz-pcard__cta svg { transition: transform .4s var(--ease); }

.zsz-pcard__link { position: absolute; inset: 0; z-index: 2; }
.zsz-pcard__body .zsz-badge { align-self: flex-start; }

/* Wyróżniona karta — szeroka */
.zsz-pcard--big { grid-column: span 2; flex-direction: row; }
.zsz-pcard--big .zsz-pcard__media { aspect-ratio: auto; width: 46%; flex: none; }
.zsz-pcard--big .zsz-pcard__body { padding: clamp(26px, 3vw, 44px); justify-content: center; gap: .8rem; }
.zsz-pcard--big .zsz-pcard__title { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.zsz-pcard--big .zsz-pcard__desc { font-size: 1rem; }

@media (max-width: 900px) {
	.zsz-pcard--big { grid-column: span 1; flex-direction: column; }
	.zsz-pcard--big .zsz-pcard__media { width: 100%; aspect-ratio: 4 / 3; }
}

/* 13. OPINIE ------------------------------------------------------------ */
.zsz-slider { position: relative; }

.zsz-slider__track {
	display: flex;
	gap: clamp(16px, 2vw, 26px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 6px 0 26px;
	margin-inline: calc(var(--gutter) * -1);
	padding-inline: var(--gutter);
	scrollbar-width: none;
	cursor: grab;
}
.zsz-slider__track::-webkit-scrollbar { display: none; }
.zsz-slider__track.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }

.zsz-quote {
	flex: 0 0 min(560px, 84vw);
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	background: var(--surface);
	border-radius: var(--r-lg);
	padding: clamp(28px, 3.4vw, 44px);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	user-select: none;
}
.zsz-quote__mark { color: var(--accent); opacity: .9; }
.zsz-quote p {
	margin: 0;
	font-family: var(--ff-display);
	font-size: clamp(1.14rem, 1.9vw, 1.42rem);
	line-height: 1.42;
	letter-spacing: -.02em;
	font-weight: 600;
	text-wrap: pretty;
}
.zsz-quote__who { display: flex; align-items: center; gap: .9rem; margin-top: auto; }
.zsz-quote__who > span > b { display: block; font-size: .98rem; }
.zsz-quote__who > span > span { display: block; font-size: .87rem; color: var(--muted); }

.zsz-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.zsz-avatar--letter {
	display: grid;
	place-items: center;
	background: linear-gradient(140deg, var(--brand), var(--accent));
	color: #fff;
	font-family: var(--ff-display);
	font-weight: 800;
	font-size: 1.2rem;
}

.zsz-slider__nav { display: flex; gap: .6rem; justify-content: center; margin-top: .6rem; }
.zsz-slider__btn {
	width: 46px; height: 46px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--surface);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	cursor: pointer;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .3s var(--ease);
}
.zsz-slider__btn:hover { transform: translateY(-2px); box-shadow: var(--sh-md); background: var(--brand); color: #fff; }
.zsz-slider__btn--prev svg { transform: scaleX(-1); }

/* 14. STOPKA / CTA ------------------------------------------------------ */
.zsz-cta-final { position: relative; text-align: center; overflow: hidden; }
.zsz-cta-final .zsz-h2 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.zsz-cta-final .zsz-form { max-width: 620px; margin-inline: auto; }
.zsz-cta-final .zsz-lead { margin-inline: auto; }

.zsz-footer { background: var(--ink); color: rgba(255, 255, 255, .68); padding-block: clamp(52px, 6vw, 84px) 34px; }
.zsz-footer a { color: rgba(255, 255, 255, .68); transition: color .25s var(--ease); }
.zsz-footer a:hover { color: #fff; }
.zsz-footer .zsz-logo { color: #fff; }
.zsz-footer .zsz-logo small { color: rgba(255, 255, 255, .5); }

.zsz-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 60px);
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 780px) { .zsz-footer__grid { grid-template-columns: 1fr 1fr; } .zsz-footer__brand { grid-column: 1 / -1; } }

.zsz-footer__brand p { margin-top: 1.1rem; font-size: .95rem; max-width: 34ch; }
.zsz-footer h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255, 255, 255, .45); margin: 0 0 1.1rem; font-weight: 700; }
.zsz-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .95rem; }
.zsz-footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-top: 26px; font-size: .85rem; color: rgba(255, 255, 255, .45); }

/* FAQ ------------------------------------------------------------------- */
.zsz-faq { display: grid; gap: .8rem; }
.zsz-faq__item {
	background: var(--surface);
	border-radius: var(--r-md);
	box-shadow: var(--sh-xs), inset 0 0 0 1px var(--line);
	overflow: hidden;
	transition: box-shadow .4s var(--ease);
}
.zsz-faq__item.is-open { box-shadow: var(--sh-md); }
.zsz-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1.25em 1.5em;
	border: 0;
	background: transparent;
	text-align: left;
	font-family: var(--ff-display);
	font-size: 1.06rem;
	font-weight: 700;
	letter-spacing: -.02em;
	cursor: pointer;
}
.zsz-faq__q i {
	position: relative;
	flex: none;
	width: 22px; height: 22px;
}
.zsz-faq__q i::before, .zsz-faq__q i::after {
	content: "";
	position: absolute;
	inset: 50% 0 auto;
	height: 2px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform .4s var(--ease);
}
.zsz-faq__q i::after { transform: rotate(90deg); }
.zsz-faq__item.is-open .zsz-faq__q i::after { transform: rotate(0); }

.zsz-faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.zsz-faq__item.is-open .zsz-faq__a { grid-template-rows: 1fr; }
.zsz-faq__a > div { overflow: hidden; }
.zsz-faq__a p { margin: 0; padding: 0 1.6em 1.5em; color: var(--muted); }

/* Przykładowe maile ----------------------------------------------------- */
.zsz-mail {
	display: grid;
	gap: .45rem;
	background: var(--surface);
	border-radius: var(--r-md);
	padding: 1.3rem 1.5rem;
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.zsz-mail:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.zsz-mail__day { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-hover); }
.zsz-mail__subject { font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; letter-spacing: -.02em; }
.zsz-mail__preview { font-size: .93rem; color: var(--muted); }

/* Statystyki ------------------------------------------------------------ */
.zsz-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: clamp(16px, 2vw, 26px); text-align: center; }
.zsz-stat b { display: block; font-family: var(--ff-display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.zsz-stat span { display: block; margin-top: .5rem; color: var(--muted); font-size: .93rem; }

/* Flash ----------------------------------------------------------------- */
.zsz-flash {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 200;
	display: flex;
	align-items: center;
	gap: .8rem;
	max-width: min(560px, calc(100vw - 32px));
	padding: 1rem 1rem 1rem 1.4rem;
	background: var(--ink);
	color: #fff;
	border-radius: var(--r-pill);
	box-shadow: var(--sh-lg);
	animation: zsz-up .5s var(--ease);
}
.zsz-flash p { margin: 0; font-size: .95rem; font-weight: 600; }
.zsz-flash--warn { background: var(--brand-hover); }
.zsz-flash__x { border: 0; background: rgba(255, 255, 255, .16); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: #fff; }

@keyframes zsz-up {
	from { opacity: 0; transform: translate(-50%, 20px); }
	to { opacity: 1; transform: translate(-50%, 0); }
}

/* Treść wpisów / stron statycznych -------------------------------------- */
.zsz-prose { max-width: 72ch; }
.zsz-prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-top: 1.8em; }
.zsz-prose h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-top: 1.6em; }
.zsz-prose a { color: var(--brand-hover); text-decoration: underline; text-underline-offset: 3px; }
.zsz-prose img { border-radius: var(--r-md); box-shadow: var(--sh-sm); margin-block: 1.6em; }
.zsz-prose blockquote {
	margin: 1.8em 0;
	padding: 1.2em 1.6em;
	border-left: 3px solid var(--brand);
	background: var(--surface);
	border-radius: 0 var(--r-md) var(--r-md) 0;
	font-family: var(--ff-display);
	font-size: 1.1rem;
	font-weight: 600;
}
.zsz-prose ul li, .zsz-prose ol li { margin-bottom: .5em; }

.zsz-page-hero { padding-block: clamp(48px, 6vw, 84px) clamp(28px, 3vw, 44px); }

/* =========================================================================
   15. WOOCOMMERCE
   ========================================================================= */

/* Powiadomienia */
.zsz .woocommerce-message,
.zsz .woocommerce-info,
.zsz .woocommerce-error,
.zsz .wc-block-components-notice-banner {
	display: flex;
	align-items: center;
	gap: .8rem;
	background: var(--surface);
	border: 0;
	border-left: 3px solid var(--brand);
	border-radius: var(--r-md);
	box-shadow: var(--sh-sm);
	padding: 1.1em 1.4em;
	margin: 0 0 1.6rem;
	color: var(--ink);
	font-size: .97rem;
	list-style: none;
}
.zsz .woocommerce-message::before,
.zsz .woocommerce-info::before,
.zsz .woocommerce-error::before { display: none; }
.zsz .woocommerce-error { border-left-color: #d64545; }

.zsz .woocommerce-message .button,
.zsz .woocommerce-info .button { margin-left: auto; }

/* Przyciski Woo → nasz styl */
.zsz .woocommerce a.button,
.zsz .woocommerce button.button,
.zsz .woocommerce input.button,
.zsz .woocommerce a.button.alt,
.zsz .woocommerce button.button.alt,
.zsz .wc-block-components-button,
.zsz .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	padding: 1.02em 1.7em;
	border: 0;
	border-radius: var(--r-pill);
	background: var(--brand);
	color: #fff;
	font-family: var(--ff-display);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	box-shadow: var(--sh-brand);
	transition: transform .3s var(--ease), background-color .25s var(--ease), box-shadow .3s var(--ease);
}
.zsz .woocommerce a.button:hover,
.zsz .woocommerce button.button:hover,
.zsz .woocommerce input.button:hover,
.zsz .woocommerce a.button.alt:hover,
.zsz .woocommerce button.button.alt:hover,
.zsz .wc-block-components-button:hover,
.zsz .wp-element-button:hover {
	background: var(--brand-hover);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px -14px rgba(255, 107, 0, .6);
}

.zsz .woocommerce .button.wc-backward,
.zsz .woocommerce a.button.wc-forward {
	background: var(--surface);
	color: var(--ink);
	box-shadow: inset 0 0 0 1px var(--line-strong);
}
.zsz .woocommerce .button.wc-backward:hover { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line-strong), var(--sh-md); }

/* Pola formularzy Woo */
.zsz .woocommerce form .form-row { margin: 0 0 1.1rem; padding: 0; display: flex; flex-direction: column; gap: .45rem; }
.zsz .woocommerce form .form-row label { font-size: .9rem; font-weight: 600; color: var(--ink); }
.zsz .woocommerce form .form-row .required { color: var(--brand); text-decoration: none; }

.zsz input[type="text"], .zsz input[type="email"], .zsz input[type="tel"],
.zsz input[type="password"], .zsz input[type="number"], .zsz input[type="search"],
.zsz textarea, .zsz select,
.zsz .wc-block-components-text-input input,
.zsz .select2-container .select2-selection--single {
	width: 100%;
	padding: .92em 1.1em;
	border: 1px solid var(--line-strong);
	border-radius: var(--r-sm);
	background: var(--surface);
	font: inherit;
	font-size: 1rem;
	color: var(--ink);
	transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
	height: auto;
}
.zsz input:focus, .zsz textarea:focus, .zsz select:focus,
.zsz .wc-block-components-text-input input:focus {
	outline: 0;
	border-color: var(--brand);
	box-shadow: 0 0 0 4px rgba(255, 138, 0, .14);
}
.zsz .select2-container--default .select2-selection--single { height: auto; padding: .78em 1.1em; }
.zsz .select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; transform: translateY(-50%); right: 10px; }

/* Archiwum sklepu */
.zsz-shop-hero { padding-block: clamp(46px, 6vw, 90px) clamp(24px, 3vw, 40px); position: relative; overflow: hidden; }

.zsz-filters { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: clamp(26px, 3vw, 42px); }
.zsz-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: .4em;
	padding: .62em 1.15em;
	border-radius: var(--r-pill);
	background: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line), var(--sh-xs);
	font-size: .92rem;
	font-weight: 600;
	color: var(--muted);
	transition: all .3s var(--ease);
}
.zsz-filters__chip:hover { color: var(--ink); transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--line-strong), var(--sh-sm); }
.zsz-filters__chip.is-active { background: var(--ink); color: #fff; box-shadow: none; }
.zsz-filters__sort { margin-left: auto; }
.zsz-filters__sort select { padding: .68em 2.4em .68em 1.1em; border-radius: var(--r-pill); font-size: .92rem; font-weight: 600; width: auto; }

.zsz-pagination { display: flex; justify-content: center; gap: .4rem; margin-top: clamp(36px, 4vw, 60px); }
.zsz-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 46px; height: 46px;
	padding: 0 .8em;
	border-radius: var(--r-pill);
	background: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line);
	font-weight: 700;
	font-size: .95rem;
	transition: all .3s var(--ease);
}
.zsz-pagination .page-numbers:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.zsz-pagination .page-numbers.current { background: var(--ink); color: #fff; box-shadow: none; }

/* Karta produktu — strona pojedynczego produktu */
.zsz-product { padding-block: clamp(28px, 4vw, 56px) var(--sec); }

.zsz-crumbs { display: flex; flex-wrap: wrap; gap: .5em; font-size: .87rem; color: var(--muted); margin-bottom: clamp(22px, 3vw, 38px); }
.zsz-crumbs a:hover { color: var(--ink); }
.zsz-crumbs span { opacity: .5; }

.zsz-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
	gap: clamp(30px, 4vw, 64px);
	align-items: start;
}
@media (max-width: 940px) { .zsz-product__grid { grid-template-columns: 1fr; } }

.zsz-product__gallery {
	position: relative;
	border-radius: var(--r-xl);
	overflow: hidden;
	background: linear-gradient(150deg, var(--bg-warm), #fff);
	box-shadow: var(--sh-md);
}
.zsz-product__gallery img { width: 100%; height: auto; }
.zsz-product__gallery .zsz-badge { position: absolute; top: 18px; left: 18px; z-index: 2; }

.zsz-product__title { font-size: clamp(1.9rem, 3.6vw, 3rem); margin-bottom: .35em; }
.zsz-product__excerpt { font-size: 1.08rem; color: var(--muted); }

.zsz-product__meta { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.4rem 0 2rem; }

.zsz-product__body { margin-top: clamp(40px, 5vw, 72px); }

/* Panel zakupu — cały dok przyklejony jako jeden blok (panel + newsletter),
   dzięki czemu newsletter nie „najeżdża" na sticky przy przewijaniu. */
.zsz-buy-dock {
	position: sticky;
	top: calc(var(--head-h) + 20px);
}
.zsz-buy {
	background: var(--surface);
	border-radius: var(--r-lg);
	padding: clamp(24px, 2.6vw, 32px);
	box-shadow: var(--sh-md), inset 0 0 0 1px var(--line);
	display: grid;
	gap: 1.1rem;
}
.zsz-buy__price { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.zsz-buy__price .price, .zsz-buy__price ins { font-family: var(--ff-display); font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.zsz-buy__price del { color: var(--muted); font-size: 1.15rem; opacity: .65; }
.zsz-buy__price .woocommerce-Price-amount { white-space: nowrap; }

.zsz-buy .quantity { display: none; }
.zsz-buy form.cart { display: grid; gap: .8rem; margin: 0; }
.zsz-buy form.cart .button { width: 100%; }
.zsz-buy .stock, .zsz-buy .woocommerce-variation-price { margin: 0; }

.zsz-buy__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .93rem; color: var(--muted); }
.zsz-buy__list li { display: flex; gap: .6em; align-items: center; }
.zsz-buy__list svg { color: var(--brand); flex: none; }

.zsz-buy__pay { display: flex; align-items: center; gap: .5rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted); }

@media (max-width: 940px) { .zsz-buy-dock { position: static; } }

/* --- Przyciski w panelu zakupu -------------------------------------------
   Na stronie produktu klasa .woocommerce bywa na <body>, więc selektory
   z przodkiem .woocommerce nie łapią. Tu celujemy bezpośrednio w klasy
   przycisków i wymuszamy spójny wygląd (pełna szerokość, równe wysokości). */
.zsz-buy form.cart { display: grid; gap: .7rem; margin: 0; }
.zsz-buy form.cart .quantity { display: none; }

/* Główne CTA — „Kup i uzyskaj dostęp” */
.zsz-buy .single_add_to_cart_button,
.zsz-buy .single_add_to_cart_button.button,
.zsz-buy button.single_add_to_cart_button {
	display: flex !important;
	width: 100%;
	margin: 0 !important;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: .5em;
	padding: 1em 1.6em !important;
	border: 0 !important;
	border-radius: var(--r-pill) !important;
	background: var(--brand) !important;
	color: #fff !important;
	font-family: var(--ff-display);
	font-size: 1.02rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: var(--sh-brand) !important;
	transition: transform .3s var(--ease), background-color .25s var(--ease), box-shadow .3s var(--ease);
}
.zsz-buy .single_add_to_cart_button:hover {
	background: var(--brand-hover) !important;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px -14px rgba(255, 107, 0, .6) !important;
}

/* Drugie CTA — „Zamawiam i płacę” (kup-teraz): styl drugorzędny, jasny,
   żeby nie zlewał się z czarnym przyciskiem Google Pay poniżej. */
.zsz-buy .kup-teraz-button,
.zsz-buy a.kup-teraz-button {
	display: flex !important;
	width: 100%;
	margin: 0 !important;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 1em 1.6em !important;
	border: 0 !important;
	border-radius: var(--r-pill) !important;
	background: var(--surface) !important;
	color: var(--ink) !important;
	font-family: var(--ff-display);
	font-size: 1.02rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: inset 0 0 0 1.5px var(--line-strong) !important;
	transition: transform .3s var(--ease), background-color .25s var(--ease), box-shadow .3s var(--ease);
}
.zsz-buy .kup-teraz-button:hover {
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1.5px var(--line-strong), var(--sh-md) !important;
}

/* Express checkout (WooPayments / Google Pay) — natywny przycisk w iframe.
   Nie stylujemy środka, tylko wyrównujemy blok do pełnej szerokości. */
.zsz-buy .wcpay-express-checkout-wrapper,
.zsz-buy .wc-block-components-express-payment {
	width: 100% !important;
	margin: 0 !important;
}
.zsz-buy .wcpay-express-checkout-wrapper:not(:empty) { margin-top: .1rem !important; }

/* Widżet rat PayU — trochę oddechu, mniejszy, stonowany */
.zsz-buy .payu-mini-installments-widget { font-size: .85rem; color: var(--muted); }

/* Produkt za 0 zł — chowamy wszystko, co sugeruje płatność.
   „Zamawiam i płacę”, Google Pay i raty PayU przy darmowym pliku
   tylko mylą i zniechęcają. */
.zsz-buy--free .kup-teraz-button,
.zsz-buy--free .wcpay-express-checkout-wrapper,
.zsz-buy--free .payu-mini-installments-widget,
.zsz-buy--free .woocommerce-Price-amount ~ .payu-mini-installments-widget {
	display: none !important;
}
.zsz-buy--free .zsz-buy__price .price,
.zsz-buy--free .zsz-buy__price .woocommerce-Price-amount { color: #167a4a; }

/* Komunikaty „dodano do koszyka” itd. wewnątrz panelu */
.zsz-buy .woocommerce-message,
.zsz-buy .wc-forward { margin-top: .4rem; }

/* Warianty, gdy klasa .woocommerce ląduje na <body> (sklep/koszyk/checkout/
   konto) — te same style co wyżej, ale bez wymogu przodka .woocommerce. */
.zsz.woocommerce a.button,
.zsz.woocommerce button.button,
.zsz.woocommerce input.button,
.zsz.woocommerce-page a.button,
.zsz.woocommerce-page button.button,
.zsz.woocommerce-page input.button,
.zsz .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	padding: 1.02em 1.7em;
	border: 0;
	border-radius: var(--r-pill);
	background: var(--brand);
	color: #fff;
	font-family: var(--ff-display);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	box-shadow: var(--sh-brand);
	transition: transform .3s var(--ease), background-color .25s var(--ease), box-shadow .3s var(--ease);
}
.zsz.woocommerce a.button:hover,
.zsz.woocommerce button.button:hover,
.zsz.woocommerce input.button:hover,
.zsz.woocommerce-page a.button:hover,
.zsz.woocommerce-page button.button:hover {
	background: var(--brand-hover);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px -14px rgba(255, 107, 0, .6);
}

/* Przyciski „wstecz/dalej” — drugorzędne, jasne */
.zsz.woocommerce a.button.wc-backward,
.zsz.woocommerce-page a.button.wc-backward {
	background: var(--surface);
	color: var(--ink);
	box-shadow: inset 0 0 0 1px var(--line-strong);
}

/* Przycisk „Zobacz koszyk” w komunikacie po dodaniu do koszyka — nie łamać
   tekstu, trzymać w jednej linii i nie ściskać we flexie. */
.zsz .woocommerce-message .button,
.zsz .woocommerce-info .button,
.zsz a.button.wc-forward,
.zsz .added_to_cart {
	flex: none;
	white-space: nowrap;
	padding: .7em 1.3em;
	font-size: .93rem;
}

/* Pole kuponu w koszyku/checkoucie blokowym — było za wysokie (58px). */
.zsz .wc-block-components-totals-coupon input,
.zsz .wc-block-components-text-input input {
	min-height: 44px;
	padding: .55em .9em;
	font-size: .95rem;
}
.zsz .wc-block-components-totals-coupon__button {
	min-height: 44px;
	padding: .5em 1.3em;
	font-size: .95rem;
}
.zsz .wc-block-components-totals-coupon__content { gap: .6rem; }

/* Przyciski „Kup dostęp” na kartach w bloku (np. produkty w pustym koszyku). */
.zsz .wc-block-components-product-button .wc-block-components-button,
.zsz .wc-block-grid__product .wp-block-button__link,
.zsz .wc-block-components-product-button a,
.zsz ul.products li.product .button {
	background: var(--brand);
	color: #fff;
	border-radius: var(--r-pill);
	box-shadow: var(--sh-brand);
	font-weight: 700;
}
.zsz .wc-block-components-product-button .wc-block-components-button:hover,
.zsz ul.products li.product .button:hover {
	background: var(--brand-hover);
	color: #fff;
}

/* Ciemny boks newslettera jest wąski — formularz musi być pionowy,
   inaczej pole e-mail przycina placeholder („Twój adr…”). */
.zsz-band__box .zsz-form__row {
	flex-direction: column;
	align-items: stretch;
	border-radius: var(--r-lg);
	padding: 10px;
}
.zsz-band__box .zsz-form__field { padding: .3rem .9rem; }
.zsz-band__box .zsz-form .zsz-btn { width: 100%; }

/* Zakładki produktu — usuwamy „szare” domyślki */
.zsz .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.6rem; padding: 0; }
.zsz .woocommerce-tabs ul.tabs::before { display: none; }
.zsz .woocommerce-tabs ul.tabs li {
	background: var(--surface);
	border: 0;
	border-radius: var(--r-pill);
	box-shadow: inset 0 0 0 1px var(--line);
	padding: 0;
	margin: 0;
}
.zsz .woocommerce-tabs ul.tabs li::before, .zsz .woocommerce-tabs ul.tabs li::after { display: none; }
.zsz .woocommerce-tabs ul.tabs li a { padding: .7em 1.3em; font-weight: 600; color: var(--muted); }
.zsz .woocommerce-tabs ul.tabs li.active { background: var(--ink); }
.zsz .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.zsz .woocommerce-tabs .panel { padding: 0; }

/* Koszyk (klasyczny) */
.zsz .woocommerce-cart-form table.shop_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 12px;
	background: transparent;
}
.zsz .woocommerce table.shop_table th { border: 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: 0 1rem .4rem; }
.zsz .woocommerce table.shop_table td { border: 0; background: var(--surface); padding: 1.2rem 1rem; vertical-align: middle; }
.zsz .woocommerce table.shop_table tr td:first-child { border-radius: var(--r-md) 0 0 var(--r-md); }
.zsz .woocommerce table.shop_table tr td:last-child { border-radius: 0 var(--r-md) var(--r-md) 0; }
.zsz .woocommerce table.shop_table img { width: 62px; border-radius: 10px; box-shadow: var(--sh-xs); }
.zsz .woocommerce .cart_totals { background: var(--surface); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line); }
.zsz .woocommerce .cart_totals h2 { font-size: 1.3rem; }
.zsz .woocommerce .cart_totals table th, .zsz .woocommerce .cart_totals table td { background: transparent; padding: .7rem 0; }

/* Checkout — klasyczny, jedna kolumna, „stripe look” */
.zsz-checkout { padding-block: clamp(34px, 4vw, 60px) var(--sec); }
.zsz-checkout__head { text-align: center; margin-bottom: clamp(30px, 4vw, 52px); }
.zsz-checkout__wrap { max-width: 640px; margin-inline: auto; }

.zsz-checkout .woocommerce { max-width: 640px; margin-inline: auto; }
.zsz-checkout form.checkout { display: grid; gap: clamp(18px, 2.4vw, 26px); }
.zsz-checkout .col2-set, .zsz-checkout #customer_details { width: 100%; float: none; display: block; }
.zsz-checkout .col2-set .col-1, .zsz-checkout .col2-set .col-2 { width: 100%; float: none; }

.zsz-panel {
	background: var(--surface);
	border-radius: var(--r-lg);
	padding: clamp(22px, 3vw, 34px);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
}
.zsz-panel__title {
	display: flex;
	align-items: center;
	gap: .7rem;
	font-family: var(--ff-display);
	font-size: 1.14rem;
	font-weight: 800;
	letter-spacing: -.025em;
	margin: 0 0 1.3rem;
}
.zsz-panel__title i {
	display: grid;
	place-items: center;
	width: 28px; height: 28px;
	border-radius: 50%;
	background: rgba(255, 138, 0, .12);
	color: var(--brand-hover);
	font-size: .82rem;
	font-style: normal;
	font-weight: 800;
}

.zsz-checkout .zsz-col-6 { display: inline-flex; width: calc(50% - 6px); }
.zsz-checkout .zsz-col-6 + .zsz-col-6 { margin-left: 12px; }
@media (max-width: 560px) {
	.zsz-checkout .zsz-col-6 { width: 100%; }
	.zsz-checkout .zsz-col-6 + .zsz-col-6 { margin-left: 0; }
}

.zsz-checkout #order_review_heading { display: none; }
.zsz-checkout .woocommerce-checkout-review-order-table { border: 0; border-spacing: 0; width: 100%; }
.zsz-checkout .woocommerce-checkout-review-order-table th,
.zsz-checkout .woocommerce-checkout-review-order-table td { background: transparent; border: 0; padding: .75rem 0; font-size: .97rem; }
.zsz-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.zsz-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	padding-top: 1.1rem;
	border-top: 1px solid var(--line);
	font-family: var(--ff-display);
	font-size: 1.24rem;
	font-weight: 800;
	letter-spacing: -.03em;
}
.zsz-checkout .product-name { font-weight: 600; }
.zsz-checkout .product-total { text-align: right; white-space: nowrap; }

.zsz-checkout #payment { background: transparent; border-radius: 0; }
.zsz-checkout #payment ul.payment_methods { padding: 0; border: 0; display: grid; gap: .7rem; }
.zsz-checkout #payment ul.payment_methods li {
	list-style: none;
	background: var(--surface);
	border-radius: var(--r-md);
	box-shadow: inset 0 0 0 1px var(--line-strong);
	padding: 1rem 1.2rem;
	transition: box-shadow .3s var(--ease);
}
.zsz-checkout #payment ul.payment_methods li:hover { box-shadow: inset 0 0 0 1.5px rgba(255, 138, 0, .5); }
.zsz-checkout #payment ul.payment_methods li label { font-weight: 600; display: inline-flex; align-items: center; gap: .6rem; }
.zsz-checkout #payment ul.payment_methods li img { max-height: 26px; width: auto; display: inline-block; }
.zsz-checkout #payment div.payment_box { background: rgba(18, 18, 18, .035); border-radius: var(--r-sm); margin: .9rem 0 0; padding: .9rem 1.1rem; font-size: .9rem; color: var(--muted); }
.zsz-checkout #payment div.payment_box::before { display: none; }
.zsz-checkout #place_order { width: 100%; margin-top: 1.2rem; font-size: 1.06rem; padding: 1.15em 2em; }

.zsz-checkout .woocommerce-privacy-policy-text { font-size: .85rem; color: var(--muted); }
.zsz-checkout .woocommerce-terms-and-conditions-wrapper { margin-top: 1rem; font-size: .9rem; }

.zsz-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin-top: 1.6rem; color: var(--muted); font-size: .85rem; }
.zsz-trust span { display: inline-flex; align-items: center; gap: .45em; }
.zsz-trust svg { color: var(--brand); }

/* Checkout / koszyk w wersji blokowej (Woo Blocks) */
.zsz .wc-block-checkout, .zsz .wc-block-cart { --wp--preset--color--contrast: var(--ink); }
.zsz .wp-block-woocommerce-checkout { max-width: var(--w); margin-inline: auto; }
.zsz .wc-block-components-panel,
.zsz .wc-block-components-order-summary,
.zsz .wc-block-checkout__sidebar .wc-block-components-sidebar {
	background: var(--surface);
	border-radius: var(--r-lg);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
	padding: clamp(18px, 2.4vw, 28px);
}
.zsz .wc-block-components-title, .zsz .wc-block-checkout__form h2 { font-family: var(--ff-display); letter-spacing: -.03em; }
.zsz .wc-block-components-checkout-place-order-button { width: 100%; }
.zsz .wc-block-components-totals-item__value { font-weight: 700; }

/* Podziękowanie */
.zsz-thanks { padding-block: clamp(48px, 6vw, 92px) var(--sec); text-align: center; }
.zsz-thanks__mark {
	width: 92px; height: 92px;
	margin: 0 auto 1.8rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	box-shadow: var(--sh-brand);
	animation: zsz-pop .6s var(--ease) both;
}
@keyframes zsz-pop {
	from { transform: scale(.6); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}
.zsz-thanks .zsz-panel { text-align: left; max-width: 560px; margin: clamp(28px, 4vw, 44px) auto 0; }
.zsz-thanks__rows { display: grid; gap: .9rem; }
.zsz-thanks__row { display: flex; justify-content: space-between; gap: 1rem; font-size: .97rem; }
.zsz-thanks__row span:first-child { color: var(--muted); }
.zsz-thanks__row span:last-child { font-weight: 700; }

/* Moje konto */
.zsz .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 1.4rem; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.zsz .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: .62em 1.15em;
	border-radius: var(--r-pill);
	background: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line);
	font-size: .92rem;
	font-weight: 600;
	color: var(--muted);
}
.zsz .woocommerce-MyAccount-navigation li.is-active a { background: var(--ink); color: #fff; box-shadow: none; }
.zsz .woocommerce-MyAccount-content { background: var(--surface); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line); }
.zsz .woocommerce-account .woocommerce-MyAccount-navigation, .zsz .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }

/* Formularz logowania */
.zsz .woocommerce form.login, .zsz .woocommerce form.register {
	border: 0;
	border-radius: var(--r-lg);
	background: var(--surface);
	padding: clamp(22px, 3vw, 34px);
	box-shadow: var(--sh-sm), inset 0 0 0 1px var(--line);
}

/* Toggle „pokaż hasło” (WooCommerce) — domyślnie pokazywał się jako pusty
   box, bo zależy od czcionki ikon Woo. Dajemy własną, pewną ikonę oka. */
.zsz .password-input { position: relative; display: block; }
.zsz .password-input input { padding-right: 46px; }
.zsz .show-password-input {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	opacity: .55;
	background: center / 20px no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23666'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M2%2012s3.5-7%2010-7%2010%207%2010%207-3.5%207-10%207-10-7-10-7Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3C/svg%3E");
	transition: opacity .2s var(--ease);
}
.zsz .show-password-input:hover { opacity: .9; }
.zsz .show-password-input::after, .zsz .show-password-input::before { display: none; }

/* Pusty koszyk */
.zsz .cart-empty { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 700; }
.zsz .return-to-shop { margin-top: 1.4rem; }

/* Pętla produktów renderowana przez samo Woo (shortcode, wyszukiwarka) --- */
.zsz ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: clamp(18px, 2.2vw, 30px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.zsz ul.products::before, .zsz ul.products::after { display: none; }
.zsz ul.products li.product { width: auto; float: none; margin: 0; padding: 0; }
.zsz ul.products li.product::before { display: none; }

/* Woo lubi rozkładać pola na floaty — u nas robi to flex */
.zsz .woocommerce form .form-row-first,
.zsz .woocommerce form .form-row-last {
	width: calc(50% - 6px);
	display: inline-flex;
	float: none;
	vertical-align: top;
}
.zsz .woocommerce form .form-row-first { margin-right: 12px; }
@media (max-width: 560px) {
	.zsz .woocommerce form .form-row-first,
	.zsz .woocommerce form .form-row-last { width: 100%; margin-right: 0; }
}

.zsz .woocommerce form .form-row-wide { width: 100%; display: flex; float: none; }
.zsz .woocommerce .woocommerce-form__label-for-checkbox { display: flex; gap: .6rem; align-items: flex-start; font-weight: 500; font-size: .92rem; }
.zsz .woocommerce .woocommerce-form__label-for-checkbox input { width: auto; margin-top: .2em; }
.zsz .zsz-optin { margin: 1.2rem 0 0; padding: 1rem 1.1rem; background: rgba(255, 138, 0, .07); border-radius: var(--r-sm); }

/* Ceny w standardowych miejscach Woo */
.zsz .price, .zsz .woocommerce-Price-amount { font-family: var(--ff-display); font-weight: 800; letter-spacing: -.03em; }
.zsz .price del { font-weight: 500; opacity: .6; }
.zsz .price ins { text-decoration: none; }
.zsz-price-from { font-family: var(--ff); font-weight: 500; font-size: .8em; color: var(--muted); }

/* Pole newslettera zawsze bez ramki — także tam, gdzie reguły Woo dla
   inputów mają wyższy priorytet (kolejność w pliku ma tu znaczenie). */
.zsz .zsz-form__field input[type="email"] {
	border: 0;
	background: transparent;
	padding: .9em 0;
	box-shadow: none;
	border-radius: 0;
}
.zsz .zsz-form__field input[type="email"]:focus { border: 0; box-shadow: none; }

/* Ruch — szacunek dla ustawień systemowych --------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.zsz *, .zsz *::before, .zsz *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.zsz-reveal { opacity: 1; transform: none; }
}

/* Druk ------------------------------------------------------------------- */
@media print {
	.zsz-header, .zsz-footer, .zsz-sticky-cta, .zsz-form, .zsz-video { display: none !important; }
}
